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

Bug 14561

Summary: apache2 does start before nfsmount! (this is bad!)
Product: Gentoo Linux Reporter: Christian Parpart (RETIRED) <trapni>
Component: [OLD] Core systemAssignee: Donny Davies (RETIRED) <woodchip>
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: 1.4_rc2   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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.