elad-bar / DahuaVTO2MQTT

Listens to events from Dahua VTO unit and publishes them via MQTT Message
103 stars 39 forks source link

HassOS Pi3 installation fail #8

Closed gfzmake closed 3 years ago

gfzmake commented 3 years ago

Container logs: standard_init_linux.go:211: exec user process caused "exec format error"

elad-bar commented 3 years ago

can you provide more details? how do you run it?

elad-bar commented 3 years ago

@GerhardFreiberg can I close this issue?

Thanks

IskenderKarfakis commented 3 years ago

Hi, I'm getting the same error on my Raspberry 4 with Hassos 5.2 Home Assistant : 0.116.4 os_name : Linux os_version : 4.19.127-v8 python_version : 3.8.5 supervisor : 249 docker_version : 19.03.11

Setup via Portainer with the web editor data below:

version: '2' services: dahuavto2mqtt: image: "eladbar/dahuavto2mqtt:latest" container_name: "dahuavto2mqtt" hostname: "dahuavto2mqtt" restart: always environment:

The container deploys but getting the error "standard_init_linux.go:211: exec user process caused "exec format error" in the logs. The container gets stuck in an endless loop restarting.