Skip to content
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

Crashes on Raspbian 10 #6

Closed
tomasrudh opened this issue Jan 3, 2022 · 2 comments
Closed

Crashes on Raspbian 10 #6

tomasrudh opened this issue Jan 3, 2022 · 2 comments

Comments

@tomasrudh
Copy link

Thanks for all your work!

I am running Doods on a Raspberry Pi 4B, running Raspbian 10, without problem. However, Doods2 crashes just after start, saying:

Fatal Python error: pyinit_main: can't initialize time
Python runtime state: core initialized
PermissionError: [Errno 1] Operation not permitted

If I start the container with this command it works:
docker --privileged run -it -p 8080:8080 snowzach/doods2:latest

So, just to let anyone else know, having that problem.

@snowzach
Copy link
Owner

snowzach commented Jan 3, 2022

Yeah, this is a bug in Raspbian+Docker... You need to upgrade a library. This should fix it: https://docs.linuxserver.io/faq

TLDR... Do this on your host Raspbian system:

wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.4.4-1~bpo10+1_armhf.deb
sudo dpkg -i libseccomp2_2.4.4-1~bpo10+1_armhf.deb

@snowzach
Copy link
Owner

snowzach commented Jan 4, 2022

Going to close this, reopen if you still have issues.

@snowzach snowzach closed this as completed Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants