LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   DNS-error in /var/log/messages - dns_master_load: :2: no current owner name (https://www.linuxquestions.org/questions/red-hat-31/dns-error-in-var-log-messages-dns_master_load-2-no-current-owner-name-437526/)

lapicella27 04-21-2006 03:35 PM

DNS-error in /var/log/messages - dns_master_load: :2: no current owner name
 
This is my first DNS server setup and I have done a pretty good job up to this point and I may be stuck or since I am a newbie perhaps just being impatient! :Pengy: ;) Although there is an error in my /var/log/messages file.

Here it goes. I think everything looks pretty good. I can use the dig flfcu.org utility successfully and host -l flfcu.org returns info instead of errors. I am just wondering why after a day plus that I haven't seen any activity to the server? There is another DNS SOA that we are trying to replace, still in service. Could it be that everyone is still requesting from ns1.coover.com instead of dns1.flfcu.org (me) ?

What is the error message in the messages file? The owner of the zone file is named:named so I am not sure what that is referring to. Can you help me with this one? I am not sure why I am getting this and why I don't see hits to the server for requests?

Here is a small copy from /var/log/messages:
Apr 21 16:16:36 FLFCU-WebServer named: named startup succeeded
Apr 21 16:16:36 FLFCU-WebServer named[25219]: no IPv6 interfaces found
Apr 21 16:16:36 FLFCU-WebServer named[25219]: listening on IPv4 interface lo, 127.0.0.1#53
Apr 21 16:16:36 FLFCU-WebServer named[25219]: listening on IPv4 interface eth0, 10.20.177.44#53
Apr 21 16:16:36 FLFCU-WebServer named[25219]: command channel listening on 127.0.0.1#953
Apr 21 16:16:36 FLFCU-WebServer named[25219]: zone 0.in-addr.arpa/IN: loaded serial 53
Apr 21 16:16:36 FLFCU-WebServer named[25219]: zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022712
Apr 21 16:16:36 FLFCU-WebServer named[25219]: dns_master_load: pri.177.105.24.in-addr.arpa:2: no current owner name
Apr 21 16:16:36 FLFCU-WebServer named[25219]: zone 177.105.24.in-addr.arpa/IN: loading master file pri.177.105.24.in-addr.arpa: no owner
Apr 21 16:16:36 FLFCU-WebServer named[25219]: zone 255.in-addr.arpa/IN: loaded serial 54
Apr 21 16:16:36 FLFCU-WebServer named[25219]: zone 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa/IN: loaded serial 1997022711
Apr 21 16:16:36 FLFCU-WebServer named[25219]: zone localdomain/IN: loaded serial 53
Apr 21 16:16:36 FLFCU-WebServer named[25219]: zone localhost/IN: loaded serial 53
Apr 21 16:16:36 FLFCU-WebServer named[25219]: zone flfcu.org/IN: loaded serial 2006042128
Apr 21 16:16:36 FLFCU-WebServer named[25219]: running


Here is the other utils:
[root@FLFCU-WebServer named]# host -l flfcu.org
flfcu.org name server dns1.flfcu.org.
dns1.flfcu.org has address 24.105.177.44
dns2.flfcu.org has address 24.105.177.43

[root@FLFCU-WebServer named]# dig flfcu.org

; <<>> DiG 9.2.4 <<>> flfcu.org
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42201
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;flfcu.org. IN A

;; AUTHORITY SECTION:
flfcu.org. 86400 IN SOA dns1.flfcu.org. lou.flfcu.org. 2006042128 28800 14400 3600000 86400

;; Query time: 9 msec
;; SERVER: XX.XX.177.44#53(XX.XX.177.44) ** the internal/private address of my DMZ - NAT Translation taken place.
;; WHEN: Fri Apr 21 16:31:33 2006
;; MSG SIZE rcvd: 72

[root@FLFCU-WebServer named]#


All times are GMT -5. The time now is 12:50 PM.