Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Circular dependency in /etc/init.d scripts for cups, vmware and samba stops boot sequence with no message indicating what is going on. It looks like samba just hangs waiting for a pipe created by cupsd. Strange thing is that there is no "* samba starting" message". Components installed: net-fs/samba-3.0.14a-r2 net-print/cups-1.1.23-r7 app-emulation/vmware-workstation-5.0.0.13124-r5 sys-apps/baselayout-1.12.0_pre14-r2 Dependencies: /etc/init.d/samba: depend() { after slapd need net use cupsd } /etc/init.d/cupsd: depend() { use net after logger before nfs use hotplug after vmware } /etc/init.d/vmware: depend() { need localmount use logger net after samba } Temporary workaround: I removed "after vmware" from /etc/init.d/cupsd and now system boots normally.
*** This bug has been marked as a duplicate of 89956 ***