This is a discussion on BIND 9.3.0 - UDP listen problem within the Bind Users forums, part of the DNS and Related Forums category; Hello everybody, I was earlier using BIND 9.2.3 when I decided to migrate to 9.3.0 and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello everybody,
I was earlier using BIND 9.2.3 when I decided to migrate to 9.3.0 and the problems started. The new nameserver (BIND 9.3.0) is not able to listen for UDP queries and the same is reflected by the log messages. when I start the nameserver by the following command: named -c ./named.conf -g The log messages on the terminal says: "zone authors.bind/CH: could not find NS and/or SOA records" "zone hostname.bind/CH: could not find NS and/or SOA records" "zone version.bind/CH: could not find NS and/or SOA records" "zone id.server/CH: could not find NS and/or SOA records" and at the end it says: "UDP client handler shutting down due to fatal receive error: invalid file" >From here, the nameserver remains in the running state but responds only to queries sent on a TCP connection. I used the dig command to query it, but the nameserver gives back the answers only when I specify +tcp with dig. It seems that there are new builtin zones in BIND 9.3.0 (authors.bind, hostname.bind etc) which are creating problem as can be seen in the log messages given below. Has anyone faced this problem? Am I doing something wrong here? Any suggestions, clarifications are most welcome. Thanks in advance, Nishant The only zone I am loading is "myzone.com." The complete nameserver startup log is: 18-Jan-2005 11:10:03.0lu starting BIND 9.3.0 -c named.conf -g -d10 18-Jan-2005 11:10:03.0lu loading configuration from '/etc/dns_secure/named.conf' 18-Jan-2005 11:10:03.0lu no IPv6 interfaces found 18-Jan-2005 11:10:03.0lu listening on IPv4 interface #LOOP0, 127.0.0.1#lu 18-Jan-2005 11:10:03.0lu listening on IPv4 interface #SN1, 172.31.40.131#lu 18-Jan-2005 11:10:03.0lu command channel listening on 127.0.0.1#lu 18-Jan-2005 11:10:03.0lu ignoring config file logging statement due to -g option 18-Jan-2005 11:10:04.0lu load_configuration: success 18-Jan-2005 11:10:04.0lu zone myzone.com/IN: starting load 18-Jan-2005 11:10:04.0lu zone myzone.com/IN: loaded 18-Jan-2005 11:10:04.0lu no journal file, but that's OK 18-Jan-2005 11:10:04.0lu zone myzone.com/IN: journal rollforward completed successfully: no journal 18-Jan-2005 11:10:04.0lu dns_rdata_fromtext: buffer-4fffea50:lu: near 'lu': not a valid number 18-Jan-2005 11:10:04.0lu zone authors.bind/CH: could not find NS and/or SOA records 18-Jan-2005 11:10:04.0lu zone authors.bind/CH: has lu SOA records 18-Jan-2005 11:10:04.0lu zone authors.bind/CH: has no NS records 18-Jan-2005 11:10:04.0lu zone hostname.bind/CH: starting load 18-Jan-2005 11:10:04.0lu zone hostname.bind/CH: number of nodes in database: lu 18-Jan-2005 11:10:04.0lu zone hostname.bind/CH: loaded 18-Jan-2005 11:10:04.0lu dns_rdata_fromtext: buffer-4fffea50:lu: near 'lu': not a valid number 18-Jan-2005 11:10:04.0lu zone hostname.bind/CH: could not find NS and/or SOA records 18-Jan-2005 11:10:04.0lu zone hostname.bind/CH: has lu SOA records 18-Jan-2005 11:10:04.0lu zone hostname.bind/CH: has no NS records 18-Jan-2005 11:10:04.0lu zone version.bind/CH: starting load 18-Jan-2005 11:10:04.0lu zone version.bind/CH: number of nodes in database: lu 18-Jan-2005 11:10:04.0lu zone version.bind/CH: loaded 18-Jan-2005 11:10:04.0lu dns_rdata_fromtext: buffer-4fffea50:lu: near 'lu': not a valid number 18-Jan-2005 11:10:04.0lu zone version.bind/CH: could not find NS and/or SOA records 18-Jan-2005 11:10:04.0lu zone version.bind/CH: has lu SOA records 18-Jan-2005 11:10:04.0lu zone version.bind/CH: has no NS records 18-Jan-2005 11:10:04.0lu zone id.server/CH: starting load 18-Jan-2005 11:10:04.0lu zone id.server/CH: number of nodes in database: lu 18-Jan-2005 11:10:04.0lu zone id.server/CH: loaded 18-Jan-2005 11:10:04.0lu dns_rdata_fromtext: buffer-4fffea50:lu: near 'lu': not a valid number 18-Jan-2005 11:10:04.0lu zone id.server/CH: could not find NS and/or SOA records 18-Jan-2005 11:10:04.0lu zone id.server/CH: has lu SOA records 18-Jan-2005 11:10:04.0lu zone id.server/CH: has no NS records 18-Jan-2005 11:10:04.0lu dns_zone_maintenance: zone myzone.com/IN: enter 18-Jan-2005 11:10:04.0lu dns_zone_maintenance: zone version.bind/CH: enter 18-Jan-2005 11:10:04.0lu zone_settimer: zone version.bind/CH: settimer inactive 18-Jan-2005 11:10:04.0lu dns_zone_maintenance: zone hostname.bind/CH: enter 18-Jan-2005 11:10:04.0lu zone_settimer: zone hostname.bind/CH: settimer inactive 18-Jan-2005 11:10:04.0lu dns_zone_maintenance: zone authors.bind/CH: enter 18-Jan-2005 11:10:04.0lu zone_settimer: zone authors.bind/CH: settimer inactive 18-Jan-2005 11:10:04.0lu dns_zone_maintenance: zone id.server/CH: enter 18-Jan-2005 11:10:04.0lu zone_settimer: zone id.server/CH: settimer inactive 18-Jan-2005 11:10:04.0lu running 18-Jan-2005 11:10:04.0lu UDP client handler shutting down due to fatal receive error: invalid file |