Bug 167407

Summary: xend init script doesn't work if /usr/sbin is not in the path
Product: [Fedora] Fedora Reporter: Albert Strasheim <13640887>
Component: xenAssignee: Rik van Riel <riel>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4   
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: 2005-09-16 18:55:01 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 Albert Strasheim 2005-09-02 13:21:50 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6

Description of problem:
The xend init script doesn't work if /sbin is not in the path. This can happen if someone logs in as a normal user and then runs su and tries to start the xend service.

The init script should refer to /usr/sbin/xend with the complete path.

Version-Release number of selected component (if applicable):
xen-2-20050823

How reproducible:
Always

Steps to Reproduce:
1. su
2. /etc/init.d/xend start
3.
  

Actual Results:  xend doesn't start

Expected Results:  xend should start

Additional info: