Bug 475120
| Summary: | fc10 bind breaks previous configurations if query source active | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ray Todd Stevens <raytodd> | ||||||
| Component: | bind | Assignee: | Adam Tkac <atkac> | ||||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 10 | CC: | atkac, ovasik, pwouters | ||||||
| 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: | 2009-01-15 02:59:40 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: |
|
||||||||
|
Description
Ray Todd Stevens
2008-12-08 00:48:25 UTC
(In reply to comment #0) > > /etc/named.conf:9: using specific query-source port suppresses port > randomization and can be insecure. > could not get query source dispatcher (0.0.0.0 #53) > loading configuration: address in use > exiting (due to fatal error) It seems other program is listenning on 0.0.0.0:53. Could you please check it via, for example, "netstat -lnp", please? > > If this said something along the lines of "query source no longer permitted > exiting" I would have no problem with this, but ..... Fixed query source ports are supported (although admins are discouraged to use this feature) I can't find any other program listening on port 53. Here are two netstats as attachments. Now I do have it set for random ports now, but before is before I load named. I tried the fixed port and it still fails with this port configuration. The second "after" is after I load named with random ports. Created attachment 326132 [details]
Ports before named load
Created attachment 326133 [details]
ports after named load
I found problem in code. If you want test proposed fix you can download appropriate packages from http://kojiweb.fedoraproject.org/koji/taskinfo?taskID=989174. Update will be available soon. Think I will wait on the update, but as soon as I see it I will test it. bind-9.5.1-1.P1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/bind-9.5.1-1.P1.fc10 I have a new copy of bind from the system, and the update fixed this problem. (I just checked) So I suspect that this one is ready for a "closed -- current release" bind-9.5.1-1.P1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |