Bug 525107
Summary: | nsd init file doesn't give success/failure feedback | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Noa Resare <noa> | ||||
Component: | nsd | Assignee: | Paul Wouters <pwouters> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | low | ||||||
Version: | el5 | CC: | pwouters | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | nsd-3.2.8-6.fc15 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2011-06-21 17:43:25 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: | |||||||
Attachments: |
|
nsd-3.2.8-4.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/nsd-3.2.8-4.fc15 nsd-3.2.8-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/nsd-3.2.8-1.fc14 nsd-3.2.8-1.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/nsd-3.2.8-1.el5 nsd-3.2.8-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/nsd-3.2.8-1.el6 Package nsd-3.2.8-4.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing nsd-3.2.8-4.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/nsd-3.2.8-4.fc15 then log in and leave karma (feedback). nsd-3.2.8-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. nsd-3.2.8-4.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. nsd-3.2.8-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. nsd-3.2.8-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. nsd-3.2.8-6.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/nsd-3.2.8-6.fc15 nsd-3.2.8-6.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 362281 [details] update to nsd.init to provide feedback and invoke 'rebuild' on 'reload' Description of problem: The nsd init script does not give feedback the way that initscripts generally does. Also, I suspect that most users update zonefiles 100 times for each time they change their nsd.conf, so it would be reasonable to do a zonefile rebuild as a part of the 'nsd reload'. An added plus is that it makes life easier for people coming from a bind environment. Version-Release number of selected component (if applicable): nsd-3.2.2-2.el5 How reproducible: always Steps to Reproduce: 1. run /sbin/init.d/nsd start 2. 3. Actual results: [root@tommy noa]# /sbin/service nsd start Starting nsd: [root@tommy noa]# Expected results: [root@goliat zones]# /etc/init.d/nsd start Starting nsd: [ OK ] [root@goliat zones]# Additional info: