MatthewVance / unbound-docker-rpi

Run Unbound with latest version of OpenSSL on Raspberry Pi with Docker.
MIT License
136 stars 23 forks source link

Container does not start under Buster anymore #24

Closed D3rSchurk3 closed 2 years ago

D3rSchurk3 commented 2 years ago

Since version 1.13.2 unbound doesn't start anymore on two of my rpi4s running on buster. On both I get some errors like the following:

cp: preserving times for '/opt/unbound/etc/unbound/dev/random': Operation not permitted cp: preserving times for '/opt/unbound/etc/unbound/dev/urandom': Operation not permitted cp: preserving times for '/opt/unbound/etc/unbound/dev/null': Operation not permitted [0] libunbound[19:0] error: gettimeofday: Operation not permitted [-1229979187] libunbound[19:0] error: gettimeofday: Operation not permitted

Version 1.13.1 is still working.

On my pi zero which runs on bullseye, v13.2 and 14.0 are working properly.

Any ideas? Except for updating to bullseye ;)

MatthewVance commented 2 years ago

Unfortunately, updating to Bullseye is the only thing I’ve seen resolve this. I think someone tried backports with no success. You could try updating Docker to the latest release.

The other options are to: Stay on an older Unbound image that uses the Buster release as the base. Create a new image with 1.14.0 that uses Buster instead of Bullseye as a Base.

On Jan 13, 2022, at 1:23 AM, D3rSchurk3 @.***> wrote:

 Since version 1.13.2 unbound doesn't start anymore on two of my rpi4s running on buster. On both I get some errors like the following:

cp: preserving times for '/opt/unbound/etc/unbound/dev/random': Operation not permitted cp: preserving times for '/opt/unbound/etc/unbound/dev/urandom': Operation not permitted cp: preserving times for '/opt/unbound/etc/unbound/dev/null': Operation not permitted [0] libunbound[19:0] error: gettimeofday: Operation not permitted [-1229979187] libunbound[19:0] error: gettimeofday: Operation not permitted

Version 1.13.1 is still working.

On my pi zero which runs on bullseye, v13.2 and 14.0 are working properly.

Any ideas? Except for updating to bullseye ;)

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.

MatthewVance commented 2 years ago

Feel free to re-open if this is still a concern.