Julien Valroff's weblog and personal homepage
Posts tagged Geek
All services are up
Mar 26th
I re-installed my main server yesterday in a few hours. It took more time than planned because the new hard disk I received from Western Digital in replacement of my noisy hard disk is not detected by my bios.
Now, all the services should be up, but I will surely have to reboot the server a few times to test new kernel options.
Please report any problem.
Downtimes this week-end
Mar 24th
I plan to change (again) the harddrive of my main server during the week-end. I think I will reinstall everything from scratch, which will lead to several downtimes. Most of the services sould be up before Saturday night.
dspam rocks!
Mar 19th
I spent a few hours last night to set up dspam spam filter on my mail server. I previously ran spamassassin, and was quite satisfied with its results, but it needs too many ressources (especially RAM).
I thus build some backports for Sarge, available in my repository (these are not (yet) on backports.org). I integrated dspam as a content filter for postfix with the MySQL driver, mixing various how-to’s. I chose to use a shared global group so that all my users share the same datas (similarly to my previous configuration with amavisd-new and spamassassin).
For the moment, it is not possible to tell if dspam is more efficient than spamassassin, but I can easily assert it is far more light in terms of ressources. As a proof, here is my MRTG graph for RAM usage a few hours after switching from SA to dspam:

Now I need to figure out how I can make mailgraph work with this setup, as dspam does not send its messages to syslog, but they are relayed by Postfix.
Note that I haven’t tried to set up dspam Control Center.
I will surely write a small article on my setup on kirya.net.
Why one should never say “never”
Mar 5th
A few weeks ago, I explained why I will never use NetworkManager. Cool stuff about free software is that every problem or drawback can easily be changed into a new feature. That is what will surely happen to NetworkManager according to this roadmap for the next release: now that NM has built-in support for WPA, the developers agree that a system-wide configuration would be of real interest. This may make me change my mind and finally use NM after the next release!
dd if=/dev/hda of=/dev/hdb conv=sync,noerror bs=64k
Mar 5th
I have just changed my noisy hard drive against using this simple but very useful command to clone the old drive on the new one. 1 hour and a half later, everything is running smoothly … and silently!
This has lead to several down times, everything should be back now.
I have filled an RMA on Western Digital support pages, and should receive a replacement drive very soon.
New article: Debian on a Toshiba Satellite M40X
Mar 3rd
I published this week a new article on kirya.net. This article describes how installing Debian GNU/Linux on a Toshiba Satellite M40X-141. It is mainly a bunch of tips of particular topics, but will allow any owners to get a reliable system.
Feel free to comment on this article!