dimalo / klipper-web-control-docker

Klipper with Moonraker shipped with Fluidd and/or Mainsail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Klipper crashes on startup on RPI4

dmonizer opened this issue · comments

commented

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

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