Bug 114934
| Summary: | installer should /sbin/chkconfig httpd on | ||
|---|---|---|---|
| Product: | Red Hat Satellite 5 | Reporter: | Chris Runge <crunge> |
| Component: | Installer | Assignee: | Todd Warner <taw> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | CC: | 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
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. 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 Done long time ago. |