On Fri, Jun 03, 2005 at 02:01:38PM +0000, Leonard Chatagnier wrote: > This problem started after removing devfsd on Sarge to overcome a > conflict between udev and devfs. It just > took a while to realize it as woody is not booted very often. So, I > reinstalled devfsd and recreated the symlink > ln -s /dev/mouse /dev/psaux. Although this hasn't changed anything when That's backward, it should be ln -s /dev/psaux /dev/mouse. Now you probably have two symlinks pointing at each other. ls -l /dev/psaux /dev/mouse
If psaux is a symlink: rm /dev/psaux mknod /dev/psaux c 10 1 -- Depend on the rabbit's foot if you will, but remember, it didn't help the rabbit. -- R.E. Shay -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]