(BIND) Problem with configuration files

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Tue Dec 19 13:05:07 UTC 2000


> That true. I am using SCO OpenServer 5 and BIND 8.2.2
> Do you have any suggestions how to fix this?
> 
> Eelko.

	Ensure that you have all the latest patches from SCO.  I believe
	one of the fixes it.

	The problem is that isprint() is broken.  This is
	causing ns_parse_ttl() to fail.  We could fix ns_parse_ttl()
	not to use isprint(), but other parts of the code depend
	on isprint() working so it is left as a visible failure.

	isprint() is part of the C library.

	Also the current release is BIND 8.2.2-P7.  There are
	BIND 8.2.2 security issues w/ BIND 8.2.2.

	Mark
> 
> 
> > -----Oorspronkelijk bericht-----
> > Van: marka at nominum.com [mailto:marka at nominum.com]Namens
> > Mark.Andrews at nominum.com
> > Verzonden: dinsdag 19 december 2000 8:41
> > Aan: Eelko de Groot
> > CC: bind-users at isc.org
> > Onderwerp: Re: (BIND) Problem with configuration files 
> > 
> > 
> > 
> > 	Sounds like a SCO box.
> > 
> > 	Mark
> > 
> > > 
> > > Hi,
> > > 
> > > I try to setup BIND on my local (test) network but when I 
> > startup named I
> > > get warnings in the syslog.
> > > 
> > > For example, my db.127.0.0 file looks like:
> > > __________________________________________________________________
> > > 0.0.127.in-addr.arpa. IN SOA cse3.intern. efdegroot.csnet.nl. (
> > >                2000121501 ; Serial
> > >                10800      ; Refresh after 3 hours
> > >                3600       ; Retry after 1 hour
> > >                604800     ; Expire after 1 week
> > >                86400 )    ; Minimum TTL of 1 day
> > > ;
> > > ; Name servers
> > ;
> > > 0.0.127.in-addr.arpa. IN NS cse3.intern.
> > > 
> > > ;
> > > ; Addresses point to canonical name
> > > ;
> > > 1.0.0.127.in-addr.arpa.  IN PTR  localhost.
> > > 
> > > __________________________________________________________________
> > > 
> > > And in syslog I get the following messages:
> > > __________________________________________________________________
> > > 
> > > Dec 18 15:24:09 cse3 named[24903]: Zone "0.0.127.in-addr.arpa" (file
> > > db.127.0.0): No default TTL set using SOA minimum instead
> > > Dec 18 15:24:09 cse3 named[24903]: db.127.0.0:2: expected a 
> > TTL, got "10800"
> > > Dec 18 15:24:09 cse3 named[24903]: db.127.0.0:3: expected a 
> > TTL, got "3600"
> > > Dec 18 15:24:09 cse3 named[24903]: db.127.0.0:4: expected a TTL, got
> > > "604800"
> > > Dec 18 15:24:09 cse3 named[24903]: db.127.0.0:5: expected a 
> > TTL, got "86400"
> > > Dec 18 15:24:09 cse3 named[24903]: db.127.0.0: WARNING SOA 
> > expire value is
> > > less than SOA refresh+retry (600 < 600+600)
> > > Dec 18 15:24:09 cse3 named[24903]: db.127.0.0: WARNING SOA 
> > expire value is
> > > less than refresh + 10 * retry (600 < (600 + 10 * 600))
> > > Dec 18 15:24:09 cse3 named[24903]: db.127.0.0: WARNING SOA 
> > expire value is
> > > less than 7 days (600)
> > > Dec 18 15:24:09 cse3 named[24903]: db.127.0.0: WARNING SOA 
> > refresh value is
> > > less than 2 * retry (600 < 600 * 2)
> > > Dec 18 15:24:09 cse3 named[24903]: master zone 
> > "0.0.127.in-addr.arpa" (IN)
> > > rejected due to errors (serial 2000121501)
> > > __________________________________________________________________
> > > 
> > > What am I doing wrong?
> > > 
> > > Regards,
> > > Eelko.
> > > 
> > > 
> > > 
> > --
> > 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