echo /sbin/udevsend > /proc/sys/kernel/hotplug udevd&
The better fix is to change the line/etc/rc.d/rc.local
[ -x /sbin/start_udev ] && /sbin/start_udevin
/etc/rc.d/rc.sysinitto
[ -x /sbin/start_udev ] && sysctl -w kernel.hotplug="/sbin/udevsend" >/dev/null 2>&1 && /sbin/start_udevHeres the patch:
diff -ur rc.d/rc.sysinit rc.d.new/rc.sysinit --- rc.d/rc.sysinit 2005-06-23 05:08:23.000000000 +0100 +++ rc.d.new/rc.sysinit 2005-06-23 05:08:36.000000000 +0100 @@ -123,7 +123,7 @@ /bin/dmesg -n $LOGLEVEL fi -[ -x /sbin/start_udev ] && /sbin/start_udev +[ -x /sbin/start_udev ] && sysctl -w kernel.hotplug="/sbin/udevsend" >/dev/null 2>&1 && /sbin/start_udev # Only read this once. cmdline=$(cat /proc/cmdline)
Create a file called
.gtkrc-2.0in your home directory containing the following:
gtk-theme-name = "Bluecurve" gtk-icon-theme-name = "Bluecurve"
It's in the General Setup menu as Auditing support.
Seems this was actually a kernel bug, so you don't need auditing support with recent kernels >= 2.6.14