Bug 74736

Summary: kudzu fails when /usr is on NFS
Product: [Retired] Red Hat Linux Reporter: Aleksey Nogin <aleksey>
Component: kudzuAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: high Docs Contact:
Priority: medium    
Version: 8.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 1.2.9-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-23 19:18:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Aleksey Nogin 2002-10-01 09:35:56 UTC
When /usr is on NFS, kudzu fails since it's in /usr/sbin and is ran before
network is up. kudzu should be moved out of /usr, or at least its init script
should detect this and delay kudzu until the network is up.

Comment 1 Nikhil` 2005-03-31 13:47:30 UTC
I believe it rather should be in /sbin.what do you say Nogin ?

-Nikhil

Comment 2 Bill Nottingham 2005-03-31 17:45:47 UTC
Well, it links against libraries in /usr, so it really can't be moved to /sbin.

Comment 3 Bill Nottingham 2005-09-23 19:18:23 UTC
Fixed in 1.2.9-1; since it no longer uses newt, it makes it much easier.