On 2023-08-09, Ingo Feinerer <feine...@logic.at> wrote: > Hi, > > I am using net/dhcpcd on OpenBSD 7.3 for IPv6 router solicitation over > PPPoE, almost identical to the setup as described in > /usr/local/share/doc/pkg-readmes/dhcpcd. > > Everything works (i.e., IPv6 connectivity and distributing prefixes) but > I have a lot of log messages complaining about: > > # tail /var/log/messages > Aug 9 06:53:12 fw dhcpcd[57551]: ps_root_recvmsg: Permission denied > Aug 9 07:51:20 fw dhcpcd[57551]: ps_root_recvmsg: Permission denied > Aug 9 08:45:27 fw dhcpcd[57551]: ps_root_recvmsg: Permission denied > Aug 9 09:46:54 fw dhcpcd[57551]: ps_root_recvmsg: Permission denied > Aug 9 10:52:03 fw dhcpcd[57551]: ps_root_recvmsg: Permission denied > Aug 9 11:51:10 fw dhcpcd[57551]: ps_root_recvmsg: Permission denied > Aug 9 12:50:59 fw dhcpcd[57551]: ps_root_recvmsg: Permission denied > Aug 9 13:45:53 fw dhcpcd[57551]: ps_root_recvmsg: Permission denied > Aug 9 14:51:42 fw dhcpcd[57551]: ps_root_recvmsg: Permission denied > Aug 9 15:55:43 fw dhcpcd[57551]: ps_root_recvmsg: Permission denied > > The function ps_root_recvmsg appears in > https://github.com/NetworkConfiguration/dhcpcd/blob/master/src/privsep-root.c > which is about privilege separation but I have not found out the cause > yet. > > Anyone else seeing this? Any ideas to fix this?
Which dhcpcd version are you running? It's different between 7.3-release and -stable. If you're already running the -stable version can you see if updating to the -current port (10.0.2) helps? And if it doesn't, reporting upstream is probably the best idea.