This is the full log:
Code:
cat /var/log/nsd.log
[1416587409] nsd[2786]: notice: nsd started (NSD 4.0.1), pid 2778
[1417112315] nsd[23551]: notice: nsd started (NSD 4.0.1), pid 23549
[1417120578] nsd[24290]: warning: nsd is already running as 23549, continuing
[1417120578] nsd[24290]: error: can't bind udp socket: Address already in use
[1417120578] nsd[24290]: error: server initialization failed, nsd could not be started
[1417516305] nsd[2788]: notice: nsd started (NSD 4.0.1), pid 2781
[1418047399] nsd[8211]: warning: signal received, shutting down...
[1418048794] nsd[2765]: notice: nsd started (NSD 4.0.1), pid 2757
[1419945731] nsd[4222]: notice: nsd started (NSD 4.0.1), pid 4220
[1419945733] nsd[4224]: warning: nsd is already running as 4220, continuing
[1419945733] nsd[4224]: error: can't bind udp socket: Address already in use
[1419945733] nsd[4224]: error: server initialization failed, nsd could not be started
[1422007293] nsd[4227]: warning: signal received, shutting down...
[1422007308] nsd[7559]: notice: nsd started (NSD 4.0.1), pid 7552
[1422754449] nsd[2838]: notice: nsd started (NSD 4.0.1), pid 2824
[1422755420] nsd[3969]: notice: nsd started (NSD 4.0.1), pid 3967
[1422755422] nsd[3971]: warning: nsd is already running as 3967, continuing
[1422755422] nsd[3971]: error: can't bind udp socket: Address already in use
[1422755422] nsd[3971]: error: server initialization failed, nsd could not be started
[1422755686] nsd[4006]: notice: nsd started (NSD 4.0.1), pid 4004
[1422755688] nsd[4008]: warning: nsd is already running as 4004, continuing
[1422755688] nsd[4008]: error: can't bind udp socket: Address already in use
[1422755688] nsd[4008]: error: server initialization failed, nsd could not be started
[1423231847] nsd[6568]: warning: signal received, shutting down...
[1423231847] nsd[4004]: error: xfrd: error writing shutdown to main: Broken pipe
[1423231985] nsd[2855]: notice: nsd started (NSD 4.0.1), pid 2847
[1425326467] nsd[2855]: warning: signal received, shutting down...
[1425326467] nsd[2847]: error: xfrd: error writing shutdown to main: Broken pipe
[1425327536] nsd[2842]: notice: nsd started (NSD 4.0.1), pid 2833
[1436608097] nsd[2842]: warning: signal received, shutting down...
[1436608156] nsd[2936]: notice: nsd started (NSD 4.0.1), pid 2930
[1436735313] nsd[7565]: warning: signal received, shutting down...
[1436735313] nsd[7851]: notice: nsd started (NSD 4.0.1), pid 7849
[1436735327] nsd[7851]: warning: signal received, shutting down...
[1436735374] nsd[2920]: notice: nsd started (NSD 4.0.1), pid 2914
The only thing I can see is "error: can't bind udp socket: Address already in use", but I've checked the firewall config and nothing else is using :53 as far as I can tell...
lsof -i :53
Code:
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
nsd 2914 nsd 4u IPv4 10368 0t0 UDP *:domain
nsd 2914 nsd 5u IPv4 10369 0t0 TCP *:domain (LISTEN)
nsd 2920 nsd 4u IPv4 10368 0t0 UDP *:domain
nsd 2920 nsd 5u IPv4 10369 0t0 TCP *:domain (LISTEN)
nsd 2947 nsd 4u IPv4 10368 0t0 UDP *:domain
nsd 2947 nsd 5u IPv4 10369 0t0 TCP *:domain (LISTEN)