-
Notifications
You must be signed in to change notification settings - Fork 1
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
audioserve killed by SIGSYS on Raspbian 11 #1
Comments
Have you got any error messages / logs that might clue me in a bit? What version of Raspbian, docker, etc? |
(FWIW, I run on a Raspberry Pi, but I use podman, might be worth a try. I will dig mine out and double-check the latest version runs OK on it.) |
In the logs it appears:
I am using docker-compose |
Interesting - exit code 159 implies killed by signal 31, which is SIGSYS (unknown system call) on ARM. You could try passing What version of Raspbian? ( |
According to docker/compose#123 (comment), you can enable privileged mode in docker compose like this:
|
You're right!!! Giving it privileges as you indicate works perfectly. Thanks a lot. And thank you very much for your time and contribution to the audioserve project to make it work on ARM64. I recommend that you put this docker-compose example in the README.md |
Raspbian version:
|
Well, ideally it shouldn't need privileges, so that's still one to try to get to the bottom of, but less urgent now if it solves your immediate problem! |
I have mounted the docker on my vps with arm64 and it works perfectly, but for Raspberry of arm64, it doesn't work.
Great job being able to have this image for arm architecture.
Thank you very much
The text was updated successfully, but these errors were encountered: