1
General Discussion / Re: Unbound DNS not working anymore
« on: May 28, 2024, 11:38:57 pm »
I nailed down the problem to a dependency with the DHCP service. When giving out new leases. The DHCP service seams to restart UnboundDNS to register the server's name for DNS resolve. Sometimes this seems to fail.
The solution that would work best in my opinion is some UnboundDNS API that could register and unregister names on the fly so that service restarts are not needed.
Or not so elegant to solve the service restart problem.
Oh and if UnboundDNS fails the Intrusion Detection fails too.
The error I get for UnboundDNS if it fails is in the general system protocolls.
The solution that would work best in my opinion is some UnboundDNS API that could register and unregister names on the fly so that service restarts are not needed.
Or not so elegant to solve the service restart problem.
Oh and if UnboundDNS fails the Intrusion Detection fails too.
The error I get for UnboundDNS if it fails is in the general system protocolls.
Code: [Select]
/usr/local/sbin/pluginctl: The command '/bin/kill -'TERM' '37665''(pid:/var/run/unbound.pid) returned exit code '1', the output was 'kill: 37665: No such process'
I do not see realy more than that.