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

Bug 278593

Summary: app-admin/puppet's init script should specify after netmount & nfsmount
Product: Gentoo Linux Reporter: Evan Borgstrom <evan>
Component: Current packagesAssignee: MATSUU Takuto (RETIRED) <matsuu>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Evan Borgstrom 2009-07-21 16:28:04 UTC
I have /usr/portage shared over NFS to all of my machines, when the system boots if puppet starts before nfsmount has then nfsmount fails to start because eix is trying to update from /usr/portage. By forcing puppet to start after netmount & nfsmount this issue does not happen.

--- files/puppet.init.old	2009-07-21 12:11:38.090903408 -0400
+++ files/puppet.init	2009-07-21 12:10:54.947203662 -0400
@@ -5,6 +5,7 @@
 depend() {
 	need net
 	use dns logger puppetmaster
+	after nfsmount netmount
 }
 
 checkconfig() {


Reproducible: Always
Comment 1 MATSUU Takuto (RETIRED) gentoo-dev 2009-07-21 22:18:23 UTC
Fixed in cvs. thanks.