We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
@dmonizer thanks for pointing out! can you paste your Debian version?
Sorry, something went wrong.
update readme
608c63c
- add TOC - add solution to libseccomp being to old on host (closes #25)
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: