Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Mar 2021 12:08:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254076] dns/powerdns-recursor: missing configuration for pid file
Message-ID:  <bug-254076-7788-RaNTjlYyAI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254076-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254076-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254076

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

The error you got said 'Address already in use'. So something else was runn=
ing
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 runn=
ing.

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

IMO no fix is necessary since everything works as expected.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254076-7788-RaNTjlYyAI>