Re: Network connection is not working after dhcpcd update Reply #15 – 29 October 2020, 23:06:28 Upstream is working on fixing this, but there's a workaround in the meantime. You just need to run a syslogd service (syslog-ng, metalog, etc.) at the same time. It seems like some of the SECCOMP stuff implicitly assumed /dev/log existed when in fact it might not.Edit: To be clearer, the syslog service needs to be up before dhcpcd. So if you start them up at boot in parallel (like in runit or s6), it probably won't work. Quote Selected Last Edit: 30 October 2020, 00:07:19 by Dudemanguy
Re: Network connection is not working after dhcpcd update Reply #16 – 30 October 2020, 18:01:32 dhcpcd-9.3.1.1 in the gremlins repo should resolve this issue. It'll make its way into stable soon. Quote Selected Last Edit: 30 October 2020, 20:29:12 by Dudemanguy 1 Likes
Re: Network connection is not working after dhcpcd update Reply #17 – 31 October 2020, 08:27:06 Quote from: Dudemanguy – on 30 October 2020, 18:01:32dhcpcd-9.3.1.1 in the gremlins repo should resolve this issue. It'll make its way into stable soon.It works fine. Thank you! Quote Selected