Bug 183104

Summary: ybin: command not found on G5 tower (PowerMac 9.1). Newbie.
Product: [Fedora] Fedora Reporter: Brian Durant <roadtripdk>
Component: yabootAssignee: Paul Nasrat <nobody+pnasrat>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: frank
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-26 12:34:58 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 Brian Durant 2006-02-26 11:45:18 UTC
Description of problem:

"$ sudo ybin -v sudo: ybin: command not found"

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

latest version (unknown).

How reproducible:

Every time.

Steps to Reproduce:
1. "$ sudo ybin -v"
2.
3.
  
Actual results:

See above.

Expected results:

"Blessed with Penguin Pee"

Additional info:

"$ ybin -v bash: ybin: command not found"

Comment 1 Frank Arnold 2006-02-26 12:34:58 UTC
Whatever you're trying to achieve, ybin is located inside /sbin. Either use the
full path to ybin, e.g. 'sudo /sbin/ybin -v' or add /sbin to your PATH variable.
The command 'locate' is useful for searching files, too.

Comment 2 Brian Durant 2006-02-26 14:05:10 UTC
Sorry. Newbie. What do you mean I can add /sbin to my PATH variable?

Comment 3 Frank Arnold 2006-02-26 14:33:18 UTC
Try Google with "path variable linux"...

Example:
Inside your ~/.bash_profile change the line

PATH=$PATH:$HOME/bin
to
PATH=$PATH:$HOME/bin:/sbin

But preferably use the full paths. /sbin commands shouldn't be needed for
everydays work.