(BIND) Problem with configuration files

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Thu Dec 21 11:51:45 UTC 2000


> Thanks for the hint. I have removed "-K pic" from the makefiles and
> recompiled BIND. At startup I now named has difficulties with reading the
> zone files but it still does not work. I now get the following information
> in syslog:
> 
> Dec 21 11:16:34 cse4 named[8803]: starting.  named 8.2.2-P7 Thu Dec 21
> 09:31:06
> CET 2000root at cse3.corp.csnet.nl:/usr/src/bind/bind-8.2.2.p7/src/bin/named
> Dec 21 11:16:34 cse4 named[8803]: Zone "intern" (file db.intern): No default
> TTL set using SOA minimum instead
> Dec 21 11:16:34 cse4 named[8803]: master zone "intern" (IN) loaded (serial
> 1)
> Dec 21 11:16:34 cse4 named[8803]: Zone "3.16.172.in-addr.arpa" (file
> db.172.16.3): No default TTL set using SOA minimum instead
> Dec 21 11:16:34 cse4 named[8803]: master zone "3.16.172.in-addr.arpa" (IN)
> loaded (serial 2000121501)
> Dec 21 11:16:34 cse4 named[8803]: Zone "0.0.127.in-addr.arpa" (file
> db.127.0.0): No default TTL set using SOA minimum instead
> Dec 21 11:16:34 cse4 named[8803]: master zone "0.0.127.in-addr.arpa" (IN)
> loaded (serial 2000121901)
> Dec 21 11:16:34 cse4 named[8803]: hint zone "" (IN) loaded (serial 0)
> Dec 21 11:16:34 cse4 named[8803]: unix control "/usr/local/etc/ndc" not
> socket
> Dec 21 11:16:34 cse4 named[8803]: ctl_server: setsockopt(REUSEADDR):
> Operation not supported on socket
> Dec 21 11:16:34 cse4 named[8803]: ctl_server: bind: Address already in use
> Dec 21 11:16:34 cse4 named[8803]: listening on [172.16.3.4].53 (net1)
> Dec 21 11:16:34 cse4 named[8803]: Forwarding source address is
> [0.0.0.0].1091
> Dec 21 11:16:34 cse4 named[8804]: Ready to answer queries.
> 
> Although named sais "Ready to answer queries" it does not accept queries.
> Probably cause of the "ctl_server" errors.
> 
> Any idea what is wrong this time?
> Eelko.
> 

	Firstly DESTSBIN and DESTRUN can't be the same directory
	(I know they are in port/sco50/Makefile.set.{gcc,sco}).
	Redefine DESTRUN and then "make clean" and then "make".
	DESTRUN/ndc should only exist when named is running.

	This should clean up the "not socket" error but this error
	is in no way related to named's ability to answer queries.

	The "setsockopt(REUSEADDR)" error is benign.  As are the
	"No default TTL" messages.  There is nothing here that would
	indicate that the server can't answer queries.

	Mark
	
--
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