Bug 170735
| Summary: | initscript exit status does not conform to LSB | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | Trond Eivind Glomsrød <trondeg> |
| Component: | initscripts | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.0 | CC: | rvokal |
| 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: | 2006-07-14 16:33:03 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
Trond Eivind Glomsrød
2005-10-14 09:14:03 UTC
This is important to us as the init scripts not being LSB-compliant breaks the Heartbeat HA (high availability) scripts. I tracked this down to line 219 of /etc/rc.d/init.d/functions. The line currently reads RC=1 It either should be changed to RC=0 or else a more careful check to see if the service is already stopped should be undertaken before returning error (1). This is an initscripts problem, then. The same stop mechanism is used in many init scripts. |