After update my nsd failed to start with this message:
[2019-03-25 17:00:22.089] nsd[16241]: notice: nsd starting (NSD 4.1.27)
[2019-03-25 17:00:22.089] nsd[16241]: error: can't bind udp socket: Address already in use
[2019-03-25 17:00:22.089] nsd[16241]: error: server initialization failed, nsd could not be started
would it be possible to be more verbose abound which IP and which Port?
I think I could fix my fault but with a more precise error it would be easier.
I configured NSD to serve 853 (with the TLS-patch we polished @IETF Hackathon) but the port was used by unbound, too :-/
So probably the TLS-patch needs to be verbose...
After update my nsd failed to start with this message:
[2019-03-25 17:00:22.089] nsd[16241]: notice: nsd starting (NSD 4.1.27)
[2019-03-25 17:00:22.089] nsd[16241]: error: can't bind udp socket: Address already in use
[2019-03-25 17:00:22.089] nsd[16241]: error: server initialization failed, nsd could not be started
would it be possible to be more verbose abound which IP and which Port?
I think I could fix my fault but with a more precise error it would be easier.
Certainly, fixed it to print that for bind socket failures. Thanks for
the report and test of TLS patch.