Bugzilla – Bug 135615
udevd start throws hundreds of messages
Last modified: 2005-12-04 03:02:51 UTC
While booting 10.1 post Alpha 3 the start of the udevd throws hundreds of messages. udevd-event[2316]: run_program: exec of program '/usr/sbin/hal.hotplug' failed udevd-event[2319]: run_program: exec of program '/usr/sbin/hal.hotplug' failed udevd-event[2322]: run_program: exec of program '/usr/sbin/hal.hotplug' failed udevd-event[2325]: run_program: exec of program '/usr/sbin/hal.hotplug' failed
Created attachment 58791 [details] boot log
It's a known issue. Everything related to hardware setup must be available in the root filesystem or it will cause these kind of errors at bootup. For HAL, it will be fixed with the next HAL package, which receives udev's messages from a socket instead of letting udev call this program.
New HAL is submitted, which does no longer use /usr/sbin/hal.hotplug.