I was seeing the same error every time on startup after I upgraded to Gutsy
tribe 5, plus a few extra things like the floppy drive wasn't being picked up.
I tried playing around with the boot process order, and found that having the
dbus daemon launch before hald made the warning disappear, but
ok, I spent some time playing round so this isn't exactly what I did,
but I think it should work. In a terminal:
$sudo update-rc.d -f dbus remove
$sudo update-rc.d dbus stop 20 0 . stop 20 1 . start 12 2 . start 12 3 . start
12 4 . start 12 5 . start 20 6 .
The output of the second command shou
Stevi,
I think that should work now (it works on my computer), so you can try
rebooting, but I'm not entirely sure what happens when 2 scripts have the same
priority.
If you want, move the hal script down the boot order (higher number=lower
priority) using the commands:
$sudo update-rc.d -f h