8.2.3 syslog errors

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Tue Feb 13 22:49:32 UTC 2001


	Also "$TTL value" should be on a line by itself.
> 
> 	The opening bracket has to be on the first line of a RR.  It
> 	says to treat eol as a space until the closing bracket.
> 
> 	Mark
> 
> > For security reasons, I've been trying to upgrade a name server
> > from BIND-8.2.2 p5 to BIND 8.2.3.
> > 
> > For some reason, 8.2.3 won't use the zonefiles that were
> > previously loaded without complaint by 8.2.2 p5 (and many
> > earlier version of BIND-8).
> > 
> > Are there problems with the zonefiles, the configuration, the build?
> > 
> > =======================
> > Zone file for localhost
> > =======================
> > 
> > $TTL 86400 @ SOA hostname.sld.tld. hostmaster.sld.tld.
> > (
> >         2001021301      ; serial
> >         8H              ; refresh
> >         2H              ; retry
> >         1W              ; expire
> >         1D              ; minimum
> > )
> >         NS      hostname.sld.tld.
> >         MX      10 hostname.sld.tld.
> > 
> > localhost       A       127.0.0.1
> > 
> > ==================================
> > Zone file for 0.0.127.IN-ADDR.ARPA
> > ==================================
> > 
> > $TTL 86400 @ SOA sld.tld. hostmaster.sld.tld.
> > (
> >         2001021301      ; serial
> >         3H              ; refresh
> >         15M             ; retry
> >         1W              ; expiry
> >         1D              ; minimum
> > )
> > 
> >         NS      hostname.sld.tld.
> >         MX      10 hostname.sld.tld.
> > 
> > 1       PTR     localhost.
> > 
> > ========================
> > BIND configuration file
> > ========================
> > // named.conf
> > 
> > acl trusted_slaves { 111.222.333.444; };
> > acl allowed_query_nets { 111.222.333/24; };
> > acl allowed_update_nets { "none";  };
> > options { 
> >     directory "/var/named"; 
> >     allow-transfer { trusted_slaves; }; 
> >     allow-recursion { allowed_query_nets; }; 
> > };
> > zone "." IN { type hint; file "named.root"; };
> > zone "0.0.127.IN-ADDR.ARPA"  { type master;file "reverse/127.0.0.rev";
> > };
> > zone "localhost" { type master; file "master/localhost.db"; };
> > 
> > 
> > =================================
> > ERRORS in syslog using BIND 8.2.3
> > =================================
> > 
> > Zone "0.0.127.IN-ADDR.ARPA" (file reverse/127.0.0.rev): No default TTL
> > ($TTL <value>) set, using SOA minimum instead
> > Feb 13 12:37:06 hostname named[29756]: reverse/127.0.0.rev:1: SOA for
> > "" not at zone top "0.0.127.IN-ADDR.ARPA"
> > Feb 13 12:37:06 hostname named[29756]: reverse/127.0.0.rev:6: data ""
> > outside zone "0.0.127.IN-ADDR.ARPA" (ignored)
> > Feb 13 12:37:06 hostname named[29756]: reverse/127.0.0.rev:10: data
> > "localhost" outside zone "0.0.127.IN-ADDR.ARPA" (ignored)
> > Feb 13 12:37:06 hostname named[29756]: Zone "0.0.127.IN-ADDR.ARPA"
> > (file reverse/127.0.0.rev): no NS RRs found at zone top
> > Feb 13 12:37:06 hostname named[29756]: master zone
> > "0.0.127.IN-ADDR.ARPA" (IN) rejected due to errors (serial 930813001)
> > 
> > 
> --
> Mark Andrews, Nominum Inc.
> 1 Seymour St., Dundas Valley, NSW 2117, Australia
> PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com
--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com


More information about the bind-users mailing list