geerlingguy / internet-monitoring

Monitor your network and internet speed with Docker & Prometheus
1.28k stars 139 forks source link

Speedtest container keeps restarting #21

Closed jordanarpad closed 3 years ago

jordanarpad commented 3 years ago

I have a 2 GB Raspberry Pi running 32-bit PiOS that I otherwise use as an ADS-B receiver. I installed this repo on it, but the speedtest container keeps restarting. This is what I see added in the container log every minute: Current thread 0xb6f76390 (most recent call first):

Fatal Python error: init_interp_main: can't initialize time Python runtime state: core initialized PermissionError: [Errno 1] Operation not permitted What could be wrong?
mikecannondeveloper commented 3 years ago

I am also experiencing this same issue

mikecannondeveloper commented 3 years ago

Running these commands on the pi fixed it for me: 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

jordanarpad commented 3 years ago

thank you - this made the trick for me also!