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

Klipper crashes on startup on RPI4 #25

Closed
dmonizer opened this issue Dec 9, 2021 · 1 comment
Closed

Klipper crashes on startup on RPI4 #25

dmonizer opened this issue Dec 9, 2021 · 1 comment

Comments

@dmonizer
Copy link

dmonizer commented Dec 9, 2021

Klipper crashes with log similar to:
klipper Fatal Python error: pyinit_main: can't initialize time
klipper | Python runtime state: core initialized
klipper | PermissionError: [Errno 1] Operation not permitted

Solution:
on the host where you run docker compose do:

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

and klipper works. Issue can be closed. just thought i'd post it here for others - was quite a headscratcher for me

@dimalo
Copy link
Owner

dimalo commented Dec 23, 2021

@dmonizer thanks for pointing out! can you paste your Debian version?

dimalo added a commit that referenced this issue Jan 18, 2022
- add TOC
- add solution to libseccomp being to old on host (closes #25)
@dimalo dimalo closed this as completed Jan 18, 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