Re: 9.3.0 and later can't connect to network with a "Connection refused" message
Roy Marples
Thu Oct 29 13:26:14 2020
On 29/10/2020 09:00, Roy Marples wrote:
I suspect this is the new SECCOMP support I added in 9.3.x
SECCOMP sadly has to be programmed for the CPU and even then it's depdendent on
how libc has been coded for it.
I recently fixed support for PPC64 which may fix your problem as well.
I also added a debugger to allow debugging for it too.
https://roy.marples.name/cgit/dhcpcd.git/commit/?id=b152e3eb9b6db28bb33f169c946a08d292c62af1
If you could test that and if it still fails then add -DSECCOMP_FILTER_DEBUG to
your CPPFLAGS and rebuild to get dhcpcd to log diagnostics (not recommended for
production builds).
Or just test git head with -DSECCOMP_FILTER_DEBUG in CPPFLAGS.
The outcome should be the same :)
Roy
Archive administrator: postmaster@marples.name