Bug 250901
| Summary: | "service named restart" fails | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Zenon Panoussis <redhatbugs> |
| Component: | bind | Assignee: | Adam Tkac <atkac> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.0 | CC: | ovasik, raina |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | RHSA-2008-0300 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-21 14:17:39 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
Zenon Panoussis
2007-08-04 20:16:12 UTC
Patch is change line 199 to if ! [ $RETVAL -eq 0 ]; then But it's not standard way that rndc fails. Could you please call `rndc stop` explicitly and attach output (why rndc fails). Also please attach log what exactly is doing during stopping. Thanks, Adam rndc failed to stop the server because I hadn't configured it. The log said: general: rejected command channel message from 127.0.0.1#53464 If I leave rndc unconfigured and change line 199 as you suggest, the script stops the server with killproc and the delay. If I configure rndc, the script with your patch also stops the server, but now through rndc and without the delay. Thus, your patch seems to be the right solution either way, with or without rndc misconfiguration. This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. *** Bug 423101 has been marked as a duplicate of this bug. *** As of May 04, 2008, this bug seems to be present in Fedora 9 (rawhide) too. Razvan (In reply to comment #9) > As of May 04, 2008, this bug seems to be present in Fedora 9 (rawhide) too. > > Razvan Hm, are you sure this is same bug? This should be fixed in all supported Fedoras. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2008-0300.html |