Posted by sebastian on 28 September 2009
This is an update Post for my old Howto http://www.mogilowski.net/lang/de-de/2008/05/09/linux-software-raid-5-unter-debian-etch for Debian Lenny and Ubuntu. In this configuration i created a raid 5 with the drives sda, sdb, sdc and sdc. (Change it to your configuration if you need it.) 1. Installation aptitude install mdadm 2. Create Raid Insert this line in the mdadm config [...]
Posted by sebastian on 17 September 2009
During the last days i get a lot of russian spam comments. I decided to add captchas to the comment form on this blog. This works with the very simple SI CAPTCHA for WordPress plugin. I hobe this solve the problem. Update: It works.
Posted by sebastian on 13 September 2009
The installer of VMWare Workstation (and Player) hangs on Ubuntu Karmic 9.10. “Cause: the installer runs vmware-modconfig-console which produces enough output with some kernels that the python engine deadlocks is command piplining during the compile.” You need 2 consoles. In the first one type: sudo -i while true; do killall -9 vmware-modconfig-console; sleep 1; done [...]