DahuaVTO2MQTT icon indicating copy to clipboard operation
DahuaVTO2MQTT copied to clipboard

use on rpi3

Open toroff opened this issue 4 years ago • 12 comments

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"

toroff avatar Dec 23 '20 15:12 toroff

Please check again, should work now, Thanks

elad-bar avatar Jan 01 '21 18:01 elad-bar

hi. Install now. I see error standard_init_linux.go:219: exec user process caused: exec format error

toroff avatar Jan 02 '21 13:01 toroff

can you help me?

toroff avatar Jan 07 '21 10:01 toroff

@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

elad-bar avatar Jan 15 '21 15:01 elad-bar

I use on docker. not work

toroff avatar Jan 23 '21 08:01 toroff

standard_init_linux.go:219: exec user process caused: exec format error

toroff avatar Jan 23 '21 08:01 toroff

you help me?

toroff avatar Feb 05 '21 19:02 toroff

Still didn't manage to solve it

elad-bar avatar Feb 05 '21 20:02 elad-bar

Hello, i've the same problem with my RPI3 with Docker, same error on line 219

Pmachat avatar Apr 24 '21 11:04 Pmachat

I got the same error too.

wsslfnstr avatar May 06 '21 10:05 wsslfnstr

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

image

Anzic23 avatar Oct 22 '21 06:10 Anzic23

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?

matlab22 avatar Mar 13 '22 22:03 matlab22