Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8670 - /etc/init.d/net.* are brought down before unmounting remote filesystem
Summary: /etc/init.d/net.* are brought down before unmounting remote filesystem
Status: RESOLVED DUPLICATE of bug 7803
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 All
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-02 20:57 UTC by SpanKY
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
/etc/init.d/netmount (netmount,2.52 KB, text/plain)
2002-10-12 16:23 UTC, SpanKY
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***