Closed KiaraGrouwstra closed 6 years ago
journalctl -xe errors: dnsmasq: failed to create listening socket for 127.0.0.1: Address already in use.
journalctl -xe
dnsmasq: failed to create listening socket for 127.0.0.1: Address already in use
see https://serverfault.com/questions/617205/dnsmasq-failed-to-create-listening-socket-address-already-in-use
Questions:
/nix/store/y30wq9zxc2r7xmkj0qnj1cvcmxfpw9p6-dnsmasq-2.79/bin/dnsmasq --help | grep port
53
$ sudo netstat -nlp | grep dnsmasq tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN 1354/dnsmasq tcp6 0 0 :::53 :::* LISTEN 1354/dnsmasq udp 0 0 0.0.0.0:53 0.0.0.0:* 1354/dnsmasq udp6 0 0 :::53 :::* 1354/dnsmasq
So... it's already running?
Disabled this -- seems to still be running, without spamming the log with errors...
journalctl -xe
errors:dnsmasq: failed to create listening socket for 127.0.0.1: Address already in use
.see https://serverfault.com/questions/617205/dnsmasq-failed-to-create-listening-socket-address-already-in-use
Questions:
/nix/store/y30wq9zxc2r7xmkj0qnj1cvcmxfpw9p6-dnsmasq-2.79/bin/dnsmasq --help | grep port
: defaults to53
So... it's already running?