[Bug 254076] dns/powerdns-recursor: missing configuration for pid file

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Mar 8 12:08:07 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254076

--- Comment #1 from Ralf van der Enden <tremere at cainites.net> ---
Hi Max,

The error you got said 'Address already in use'. So something else was running
on port 53 which caused startup to fail. Ofcourse the PID listen in the .pid
file wasn't running, which caused the rc.d script to tell you it's not running.

I've tested stopping the recursor, removing the /var/run/pdns-recursor
directory, reinstalling the port (which creates the direcvtory again) and then
starting it again. Everything works as expected. the socket-dir directive in my
configuration is commented out, so it's using the default (which changed some
versions back from /var/run to /var/run/pdns-recursor)

IMO no fix is necessary since everything works as expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list