DahuaVTO2MQTT
DahuaVTO2MQTT copied to clipboard
use on rpi3
Can I use on rpi3 without Hassio? When I install on docker I see error standard_init_linux.go:211: exec user process caused "exec format error"
Please check again, should work now, Thanks
hi. Install now. I see error standard_init_linux.go:219: exec user process caused: exec format error
can you help me?
@toroff, I read about it a bit and apply the fix suggested in few forums, if you are working on the docker version (not hassio addon), please try and let me know if it works for you
thanks
I use on docker. not work
standard_init_linux.go:219: exec user process caused: exec format error
you help me?
Still didn't manage to solve it
Hello, i've the same problem with my RPI3 with Docker, same error on line 219
I got the same error too.
just leave it her Dockerfile.zip
docker build -t d2mqtt .
docker run -d --name d2mqtt -t d2mqtt
Linux raspberrypi 5.10.17-v7l+ #1421 SMP Thu May 27 14:00:13 BST 2021 armv7l GNU/Linux
I am not able to run it on my RP4:
Step 1/15 : FROM python:3.9
---> 355c3062baa7
Step 2/15 : WORKDIR /app
---> Running in 860fff97df34
Removing intermediate container 860fff97df34
---> 4ea6ea9e7975
Step 3/15 : COPY *.py ./
---> 831f22d9db74
Step 4/15 : RUN pip install paho-mqtt requests
---> Running in 457da1a9d1ee
Fatal Python error: init_interp_main: can't initialize time
Python runtime state: core initialized
PermissionError: [Errno 1] Operation not permitted
Current thread 0xb6f0e010 (most recent call first):
<no Python frame>
The command '/bin/sh -c pip install paho-mqtt requests' returned a non-zero code: 1
is there any way to make it work?