Bug 227273

Summary: network-bridge scruipt does not work
Product: [Fedora] Fedora Reporter: Thilo Pfennig <tpfennig>
Component: xenAssignee: Xen Maintainance List <xen-maint>
Status: CLOSED NOTABUG QA Contact: Martin Jenner <mjenner>
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: bstein, katzj
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-02-26 23:53:44 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:
Attachments:
Description Flags
new network-bridge script with full paths. none

Description Thilo Pfennig 2007-02-04 16:22:26 UTC
As path to "ip" , "route" , etc. are not full paths this script can not work.
Attaching a working version.

Comment 1 Thilo Pfennig 2007-02-04 16:22:27 UTC
Created attachment 147307 [details]
new network-bridge script with full paths.

Comment 2 Daniel Berrangé 2007-02-04 16:29:15 UTC
The 'ip' and 'route' commands are both in /sbin. The initscripts are run at
boottime with /sbin in $PATH, so there is no need to have full paths in the script.

Did you perhaps try to start xend manually, after having become root without
requesting a full login shell ie su root, insteda of su - root ?

All the init scripts assume that you're running them from a root, login shell
which will ensure $PATH always has /sbin in it.


Comment 3 Red Hat Bugzilla 2007-07-25 00:05:49 UTC
change QA contact

Comment 4 Chris Lalancette 2008-02-26 23:53:44 UTC
This seems like not a bug, and FC6 is now end-of-life.  Closing.