LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   DNS broken after Fedora 10 upgrade (https://www.linuxquestions.org/questions/fedora-35/dns-broken-after-fedora-10-upgrade-688022/)

woodson2 12-03-2008 09:26 AM

DNS broken after Fedora 10 upgrade
 
I have a primary and slave DNS server running on my internal LAN for the past 3-4 iterations of Fedora. However after the FC10 upgrade I cannot start the named service....

This is what I see in /var/log/messages


03-Dec-2008 10:07:46.246 starting BIND 9.5.1b2-RedHat-9.5.1-0.8.b2.fc10 -g
03-Dec-2008 10:07:46.246 found 2 CPUs, using 2 worker threads
03-Dec-2008 10:07:46.247 using up to 4096 sockets
03-Dec-2008 10:07:46.252 loading configuration from '/etc/named.conf'
03-Dec-2008 10:07:46.253 max open files (1024) is smaller than max sockets (4096)
03-Dec-2008 10:07:46.254 using default UDP/IPv4 port range: [1024, 65535]
03-Dec-2008 10:07:46.254 using default UDP/IPv6 port range: [1024, 65535]
03-Dec-2008 10:07:46.257 listening on IPv4 interface lo, 127.0.0.1#53
03-Dec-2008 10:07:46.258 listening on IPv4 interface eth0, 10.10.10.100#53
03-Dec-2008 10:07:46.262 default max-cache-size (33554432) applies
03-Dec-2008 10:07:46.262 /etc/named.conf:28: using specific query-source port suppresses port randomization and can be insecure.
03-Dec-2008 10:07:46.263 could not get query source dispatcher (0.0.0.0#53)
03-Dec-2008 10:07:46.263 loading configuration: address in use
03-Dec-2008 10:07:46.263 exiting (due to fatal error)


This is the results of named-checkconf -z

zone maizenblue.com/IN: maizenblue.com/MX 'mail.maizenblue.com' is a CNAME (illegal)
zone maizenblue.com/IN: loaded serial 2007041818
zone 10.10.10.in-addr.arpa/IN: loading from master file 10.10.10.zone failed: file not found
_default/10.10.10.in-addr.arpa/IN: file not found


looks like it can't find the reverse zone file, however it is definitely there....Any help would be greatly appreciated...Thanks

randiroo76073 12-03-2008 03:55 PM

I'm connected straight into my onboard Lan card and it broke mine too. Guess I'll wait awhile for 10 to settle out before I try it again, I thought Fedora was more mature than that.

woodson2 12-04-2008 08:08 AM

Quote:

Originally Posted by randiroo76073 (Post 3363484)
I'm connected straight into my onboard Lan card and it broke mine too. Guess I'll wait awhile for 10 to settle out before I try it again, I thought Fedora was more mature than that.



Randy, you'll be happy to know that I was able to resolve my issue.

The file not found issue was resolved by making a link to my reverse zone file in /var/named, however I was still seeing the other errors and bind wouldn't start..So I looked into the query-source message and this is what I did to fix the issue.


query-source address "ipaddress of my dns server" port 53;

Drakeo 12-04-2008 08:17 AM

sounds like you did a upgrade and the problem with that is 10 has changed some stuff and the files used to hold this info are set to forbiden so now that file could not be copied and and update to the new location. if this was not a yum distro upgrade then let me know. I am still working on the fc8 bugs but fc likes to be on the bleeding edge. and it is not for the everyday user fc8 with all the up dates are very stable. fc9 has to many issues to but it is getting better. hang in there.

woodson2 12-05-2008 09:23 AM

Quote:

Originally Posted by Drakeo (Post 3364269)
sounds like you did a upgrade and the problem with that is 10 has changed some stuff and the files used to hold this info are set to forbiden so now that file could not be copied and and update to the new location. if this was not a yum distro upgrade then let me know. I am still working on the fc8 bugs but fc likes to be on the bleeding edge. and it is not for the everyday user fc8 with all the up dates are very stable. fc9 has to many issues to but it is getting better. hang in there.



Hello,thanks for replying the upgrade was done via yum. Let me know if I can supply you with any other information..


All times are GMT -5. The time now is 06:32 PM.