Install Problem

Jaap Akkerhuis jaap at NLnetLabs.nl
Fri Dec 31 19:51:48 UTC 2004


    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:*
    
    
You probably have already a programm listening on por 53. I wouldn't be
suprised that that is "named". Do a ps ax | grep named or, if your system
supports that, do a sockstat to find out.

	jaap
`




More information about the nsd-users mailing list