Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 114934

Summary: installer should /sbin/chkconfig httpd on
Product: Red Hat Satellite 5 Reporter: Chris Runge <crunge>
Component: InstallerAssignee: Todd Warner <taw>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: rhn-bugs
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: 2004-09-16 14:46:21 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:
Bug Depends On:    
Bug Blocks: 114644    

Description Chris Runge 2004-02-04 17:07:40 UTC
Description of problem:

The RHN Satellite installer should /sbin/chkconfig httpd on. By
default the service is off when installed with the OS. The installer
does not turn this required service on, so when the system is rebooted
the satellite is non-operational.

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

rhn-satellite-3.0.9-11

How reproducible:

100%

Comment 1 Todd Warner 2004-02-04 20:05:29 UTC
root@scripts satellite-3.1]# grep chkconfig x/install.sh
chkconfig --level 345 httpd on
chkconfig --level 345 taskomatic on

Near the end of the install it does this:
echo "** ensuring services will return upon reboot"
chkconfig --level 345 httpd on
chkconfig --level 345 taskomatic on

Should be /sbin/chkconfig I suppose. Maybe that is the hangup. It does
work for me though. Will in look into it though.


Comment 4 Todd Warner 2004-02-13 19:56:28 UTC
chkconfig --> /sbin/chkconfig

Always worked for me though. Regardless, this bug will have it QAed again.

TEST PLAN:
----------
o install an AS2.1 box
o chkconfig --level 345 httpd off
o chkconfig --level 345 taskomatic off
o install the RHN Satellite.
o chkconfig --list|grep httpd
o chkconfig --list|grep task
o ensure both services are on for levels 3, 4, and 5


Comment 5 Todd Warner 2004-09-16 14:46:21 UTC
Done long time ago.