OK, I found the error entries in syslog but I don't understand why it is
happening.
Error:
Dec 31 15:31:32 SlackDNS nsd[894]: can't bind the socket: Address already in
use
I am passing the flag in nsdc.conf -a 192.168.189.6 so that it will only
listen on that interface. I have bind9 listening on 127.0.0.1 and
192.168.189.5. What else could I be missing? Here is the output of netstat
-an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 192.168.189.5:53 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN
tcp 0 0 192.168.189.5:22 192.168.189.30:3765
ESTABLISHED
udp 0 0 0.0.0.0:53 0.0.0.0:*
udp 0 0 192.168.189.5:53 0.0.0.0:*
udp 0 0 127.0.0.1:53 0.0.0.0:*
Thanks again for looking
dave
________________________________
From: nsd-users-bounces at NLnetLabs.nl
[mailto:nsd-users-bounces at NLnetLabs.nl] On Behalf Of David A. Coursey
Sent: Friday, December 31, 2004 1:41 PM
To: nsd-users at NLnetLabs.nl
Subject: Install Problem
I just finished installing 2.1.5 on Slackware-Current. Everything
went ok, until I try to do nsdc start, nothing happens. I can run ps -aux
after doing that and nsd is not listed. I read in the readme that nsd
doesn't do any logging, but I was hoping there was somewhere I could look
for errors.
Any help would be greatly appreciated.
Dave