Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 119516
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 89956
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Grzegorz Pawelczak <gpawelczak@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 119516 depends on: Show dependency tree
Bug 119516 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-01-19 01:34 0000
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.

------- Comment #1 From SpanKY 2006-01-19 01:43:06 0000 -------

*** This bug has been marked as a duplicate of 89956 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug