--- /usr/portage/sys-fs/udev/files/136/udev-postmount.initd 2009-02-23 10:36:40.000000000 -0600 +++ /usr/local/portage/sys-fs/udev/files/136/udev-postmount.initd 2009-09-06 11:34:37.000000000 -0500 @@ -4,7 +4,7 @@ # $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/files/136/udev-postmount.initd,v 1.3 2009/02/23 16:30:53 zzam Exp $ depend() { - need localmount + need localmount dbus } dir_writeable() @@ -22,6 +22,9 @@ # store persistent-rules that got created while booting # when / was still read-only /lib/udev/move_tmp_persistent_rules.sh + + #Create the device-nodes that weren't initialized when udev first ran + udevadm trigger --type=failed } stop() {