Philip MacIver a écrit : >I've just read something that may be causing my >problem with udev, and I would just like to confirm >this before I actually go ahead and do any changes. > >Running "/proc/sys/kernel/hotplug" on my system prints >out "/bin/true", I've read that to change this you do >echo "/sbin/hotplug" > /proc/sys/kernel/hotplug. > >But what I want to know is, is this the reason that my >linux system won't boot up when I try and use udev >with /dev as the udev_root. The reason that I ask is >because when I tested out udev using /udev as the >udev_root and my system started up, the hotplug demon >started up after the hard disks are mounted. And the >problem was that the /dev/hda device nodes (and >others) were not being created. > >Thanks in advanced for any help. > >===== >Philip MacIver >-- >e: pmaciver@arishi.com >e: philipmaciver@yahoo.co.uk > > what script do you use to start udev? is this the start_udev one? when you use /udev : the entries are created? (do an ls don't assume that they are created because no errors occurs) are you mounting a /dev in fstab? (i know someone that did that...)