Bug 90091

Summary: /etc/rc calls /usr/bin/rhgb-client which does not exist
Product: [Retired] Red Hat Raw Hide Reporter: Kaj J. Niemi <kajtzu>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: jik, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 7.20-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-05-05 16:16:02 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 Kaj J. Niemi 2003-05-02 12:08:36 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030303

Description of problem:
initscripts-7.18-1 provided /etc/rc calls on line 81 /usr/bin/rhgb-client which
does not exist by default nor does initscripts require a package providing
rhgb-client.



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


How reproducible:
Always

Steps to Reproduce:
1. install initscripts
2.
3.


Actual Results:  A lot of errors about a missing file on line 81 in /etc/rc on
startup/shutdown.

Expected Results:  No errors. ;-)

Additional info:

Fix /etc/rc line 81 to:

[ -x /usr/bin/rhgb-client ] && /usr/bin/rhgb-client --update "$subsys"

or have initscripts require the real package providing rhgb-client.

Comment 1 Bill Nottingham 2003-05-02 15:02:23 UTC
A bad patch got applied, fixed differently in CVS, will be in 7.19-1.

Comment 2 Need Real Name 2003-05-04 12:05:50 UTC
apparently it was missed for 7.19-1, because the error messages are still there
after upgrading

Comment 3 Bill Nottingham 2003-05-05 16:15:04 UTC
Odd, will be fixed in 4.20-1.

Comment 4 Bill Nottingham 2003-05-05 16:18:18 UTC
*** Bug 90196 has been marked as a duplicate of this bug. ***