Open 1024jon opened 2 years ago
Trying to run the receiver on a raspberry pi 4, I get the following error, and ssh does not work. pihole-sync-receiver | chpasswd: clock_gettime(MONOTONIC) failed
I found this post https://gitlab.alpinelinux.org/alpine/aports/-/issues/12091, and i built the docker image using apline:3.12 and it now runs correctly.
Yea, that little libseccomp stuff in 3.13+ of Alpine has caused me so many problems.
As a default, I use 3.12 Alpine base for now.
This bug should be fixed upstream by now.
Trying to run the receiver on a raspberry pi 4, I get the following error, and ssh does not work. pihole-sync-receiver | chpasswd: clock_gettime(MONOTONIC) failed
I found this post https://gitlab.alpinelinux.org/alpine/aports/-/issues/12091, and i built the docker image using apline:3.12 and it now runs correctly.