Marco d'Itri wrote: > Please add this at the top of /lib/udev/ide.agent, reboot and send me > the log file: > > exec > /dev/ide-agent.log 2>&1 > echo "$DEVPATH" [with >>]
$ cat /dev/ide-agent.log /devices/pci0000:00/0000:00:09.0/ide0/0.0 Cannot read /proc/ide/hda/media! /devices/pci0000:00/0000:00:09.0/ide1/1.0 /devices/pci0000:00/0000:00:09.0/ide1/1.1 I played around some more and the reason it cannot read that file is that the directory /proc/ide/hda does not exist. (It does exist at the end of the boot process.) So there might be a race condition in the boot process. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

