Polite notice

Just to let you know that this web site uses CSS to enhance the look and user experience, it looks like your web browser can not understand CSS or you have turned it off.

The effect is that things may not look as intended. Thanks for viewing though!


Archive for June 20th, 2005

VMware GSX fix

Recent versions of the Linux kernal haev switched from using udev devfs, this causes problems for versions of vmware pre the Workstations V5 generation. The solution:

  1. rm /etc/vmware/not_configured if it exists.
  2. Copy the following code into /etc/init.d/vmware after line 815.
    for a in `seq 0 9`; do
        mknod /dev/vmnet$a c 119 $a > /dev/null 2>&1
        done
        mknod /dev/vmmon c 10 165 > /dev/null 2>&1
  3. Now run /etc/init.d/vmware start and the program should work again.
Tuxx.org.uk is proudly powered by WordPress, Gallery, Debian & Zen