Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14561 - apache2 does start before nfsmount! (this is bad!)
Summary: apache2 does start before nfsmount! (this is bad!)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-26 01:34 UTC by Christian Parpart (RETIRED)
Modified: 2003-02-23 14:18 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Parpart (RETIRED) gentoo-dev 2003-01-26 01:34:27 UTC
Hi all, 
 
well, apache2 by default starts after net but before nfsmount, this isn't a good idea sind 
apache may depend on nfs imported file systems (e.g. for user account html dirs) 
 
So, nfsmount (or whatever it is called in an abstract way) should be put onto the 
depend list of the init script as well ;) 
 
Many thanks, 
Christian Parpart.
Comment 1 Christian Parpart (RETIRED) gentoo-dev 2003-01-29 08:34:25 UTC
just add: 
 
"need netmount" 
 
to depend() in /etc/init.d/apache2 ...... 
 
Greets, 
Christian Parpart. 
Comment 2 Donny Davies (RETIRED) gentoo-dev 2003-02-23 12:57:55 UTC
it doesnt need it. maybe use, but not need.
Comment 3 Donny Davies (RETIRED) gentoo-dev 2003-02-23 14:18:39 UTC
added to use.