

????# equery depends hotplug
[ Searching for packages depending on hotplug... ]
media-libs/libgphoto2-2.1.6-r2
sys-apps/hal-0.5.7-r3
net-print/hplip-1.6.6-r1
# emerge -pv coldplug
>>> cfg-update-1.8.0-r3 : No new packages have been emerged, checksum index OK...
These are the packages that would be merged, in order:
Calculating dependencies... done!
[blocks B ] >=sys-fs/udev-089 (is blocking sys-apps/coldplug-20040920-r1)
[ebuild N ] sys-apps/coldplug-20040920-r1 0 kB
Total size of downloads: 0 kB

Code: Select all
~ $ fgrep -A 2 coldplug /lib/rcscripts/addons/udev-start.sh
# if you want real coldplug (with all modules being loaded for all
# devices in the system), uncomment out the next line.
list="$list $(echo /sys/bus/*/devices/*/uevent)"
Thanks for the tip! I tried unmerging coldplug first (before reading your message) and it messed up with gome: every time I logged off, I had a blank screen. Then I commented out the line in udev-start.sh as you said and I could remove coldplug from boot runlevel. The question now id: is it safe to unmerge coldplug at all ?Emopig wrote:I did an "rc-update del coldplug" and after a reboot my eth0 network no longer worked!
After a bit of googling though it appears the coldplug functionality in gentoo's udev has been disabled. Heres a hint:
...I did this and then I no longer need coldplug in my boot runlevel. I'm using udev 087-r1Code: Select all
~ $ fgrep -A 2 coldplug /lib/rcscripts/addons/udev-start.sh # if you want real coldplug (with all modules being loaded for all # devices in the system), uncomment out the next line. list="$list $(echo /sys/bus/*/devices/*/uevent)"

Code: Select all
RC_HOTPLUG="yes"Code: Select all
RC_COLDPLUG="no"
RC_PLUG_SERVICES="!*"