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

Rpi 4 docker fatal error #25

Open
pczolee opened this issue Nov 3, 2021 · 1 comment
Open

Rpi 4 docker fatal error #25

pczolee opened this issue Nov 3, 2021 · 1 comment

Comments

@pczolee
Copy link

pczolee commented Nov 3, 2021

Hi.

I have rpi 4 with openmediavault (Debian Buster) and portainer installed, I tried to run ewpe-smart-mqtt from docker but it won't. In the log I see:

Fatal error in , line 0

unreachable code

#FailureMessage Object: 0xbeb385ac#22

The container details are:

Image demydiuk/ewpe-smart-mqtt:latest@sha256:e092d90ea677205de80295a14a706dbcb12260b6259c936725747a419d45ba95
CMD npm start
ENTRYPOINT docker-entrypoint.sh
ENV DEVICE_POLL_INTERVAL 5000 MQTT_BASE_TOPIC ewpe-smart MQTT_SERVER mqtt://127.0.0.1 NETWORK 192.168.1.255 NODE_VERSION 16.8.0 PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin YARN_VERSION 1.22.5
DEVICE_POLL_INTERVAL 5000
MQTT_BASE_TOPIC ewpe-smart
MQTT_SERVER mqtt://127.0.0.1
NETWORK 192.168.1.255
NODE_VERSION 16.8.0
PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
YARN_VERSION 1.22.5
Labels org.opencontainers.image.created 2021-09-04T11:11:09.308Z org.opencontainers.image.description MQTT bridge for EWPE Smart powered devices org.opencontainers.image.licenses MIT org.opencontainers.image.revision 32d6b52 org.opencontainers.image.source https://github.com/stas-demydiuk/ewpe-smart-mqtt org.opencontainers.image.title ewpe-smart-mqtt org.opencontainers.image.url https://github.com/stas-demydiuk/ewpe-smart-mqtt org.opencontainers.image.version master
org.opencontainers.image.created 2021-09-04T11:11:09.308Z
org.opencontainers.image.description MQTT bridge for EWPE Smart powered devices
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 32d6b52
org.opencontainers.image.source https://github.com/stas-demydiuk/ewpe-smart-mqtt
org.opencontainers.image.title ewpe-smart-mqtt
org.opencontainers.image.url https://github.com/stas-demydiuk/ewpe-smart-mqtt
org.opencontainers.image.version master

What Is the problem?

Thanks

@shgubar
Copy link

shgubar commented Nov 8, 2022

Please try this:
wget https://ftp.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.4-1+b1_armhf.deb
sudo dpkg -i libseccomp2_2.5.4-1+b1_armhf.deb

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