La Salle Debain



June
Sun Mon Tue Wed Thu Fri Sat
     
26 27 28 29 30    


Open Source @ Consolidated Braincells Inc.

About La Salle Debain

This is a weblog I'm keeping about my work on Debian and any other useful Debian related info I come across. It is not meant to compete with other news sources like Debian Weekly News or Debian Planet. Mostly it is just a way for me to classify and remember all the random bits of information that I have floating around me. I thought maybe by using a blog it could be of some use to others too. Btw. "I" refers to Jaldhar H. Vyas, Debian developer for over 5 years. If you want to know more about me, my home page is here.

The name? Debain is a very common misspelling of Debian and la salle de bains means bathroom in French.

If you have a comment to make on something you read here, feel free to write to me at jaldhar@debian.org.

You can get an rss 0.91 feed of any page in the blog by appending ?flav=rss to the end of the URL.

Fri, 07 May 2004

Vmware and udev

Recently on my laptop I switched over to udev which is kernel 2.6's replacement for devfs. Things mostly went smoothly except I kept having to reinstall vmware everytime I rebooted. That's because the current version doesn't support sysfs so the device nodes aren't automatically created by udev. vmware then thinks it is unconfigured makes you do the install again. Until a new version comes out, the following workaround may help.

  1. rm /etc/vmware/not_configured if it exists.
  2. copy the following code into /etc/init.d/vmware around line 805. Just before where the case "$1" in start) line is.
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
  1. Now run /etc/init.d/vmware start and the program should work again.

posted at: 20:25 | #

Tue, 04 May 2004

Memes

So pathetic bandwagon-jumper that I am here are my contributions to various silly things.

I am Debian

-- This is the I am Debian logo you may have seen in my Advogato diary. If you're going to use it please copy it to your own server rather han linking to mine.

Jaldhar Vyas

-- My hackergotchi head.

"Wait. Want to find out what I'm offering you? Read me"

-- Page 23, line 5 of "The Demolished Man" by Alfred Bester.

I even started a license fight on debian-devel.

Baaaaa!


posted at: 10:08 | #