Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 8670

Summary: /etc/init.d/net.* are brought down before unmounting remote filesystem
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: [OLD] Core systemAssignee: Martin Schlemmer (RETIRED) <azarah>
Status: RESOLVED DUPLICATE    
Severity: major CC: h3y
Priority: High    
Version: unspecified   
Hardware: x86   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: /etc/init.d/netmount

Description SpanKY gentoo-dev 2002-10-02 20:57:12 UTC
* Bringing eth0 down...                           [ok]
* Bringing lo down...                             [ok]
* Unmounting network filesystems...
 <oh god lets wait for samba to timeout ... lemme goto subway while i wait ...>

as you can see this is bad :(
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-10-12 11:19:26 UTC
Post your /etc/init.d/netmount script.  It is supposed to depend on "net",
meaning it should be stopped *before* networking.

Also do a:

 # find /mnt/.init.d/ &> depend-tree

and attach that as well.
Comment 2 SpanKY gentoo-dev 2002-10-12 16:23:37 UTC
Created attachment 4644 [details]
/etc/init.d/netmount
Comment 3 SpanKY gentoo-dev 2002-10-12 16:25:13 UTC
bleh, just another dup ;) 
 
ive been bitten by that 'need ${mydeps}' bug 

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