ShiromMakkad / docker-pihole-sync

A Docker Container To Sync Two Piholes
69 stars 13 forks source link

Raspberry Pi clock_gettime issue #12

Open 1024jon opened 2 years ago

1024jon commented 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.

egauthier commented 2 years ago

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.

kaechele commented 1 year ago

This bug should be fixed upstream by now.