-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The futex facility returned an unexpected error code
on Raspberry Pi 4 with Ubuntu 24.04
#52
Comments
facing the same problem at the moment with vanilla image and no additional modifications: |
also the same isue Docker Image: mvance/unbound-rpi EDIT 29/05/2024 I tried mvance/unbound-rpi:1.16.0 and it didnot work. so my next step is trying Ubuntu 23.04 EDIT 30/05/2024 Ubuntu 23.04 works perfectly just as iamskok mentioned |
I'm facing the same issue! Docker Image: mvance/unbound-rpi |
Any workarounds for this issue? The alternative of downgrading to ubuntu-23.10 is not appealing. |
I have the same problem too Docker Image: mvance/unbound-rpi Is there a solution for this?, downgrading to Ubuntu 23 is not viable Thank you so much! |
Describe the bug
Running
docker compose up -d
for Unbound DNS on Raspberry Pi 4 with Ubuntu 24.04 results in the error:The futex facility returned an unexpected error code
and core dumps.To Reproduce
Steps to reproduce the behavior:
unbound.sh
:Dockerfile-unbound
:docker compose up -d
Expected behavior
Unbound DNS service should start without core dumps or errors, and healthcheck should pass.
Error messages
Additional context
mvance/unbound-rpi:1.19.2
The same setup worked on Ubuntu 23.10 without issues.
The text was updated successfully, but these errors were encountered: