petersendev / hassio-addons

collection of hass.io addons including sonarr, radarr and nzbget
49 stars 16 forks source link

transmission-openvpn Error on trying to start on RPi #76

Open Nick-Case opened 3 years ago

Nick-Case commented 3 years ago

Just installed this plugin and attempted to start transmission-openvpn so I can start my setup. It's not triggering and the one and only log in the log is:

[FATAL tini (7)] exec dumb-init failed: Exec format error A quick google seems this might be something to do with the arm image? I'm running on an RPi if that helps?

Is this to do with a version of the image that's being used, or something else?

Thanks

petersendev commented 3 years ago

I don't have a running RPi setup. Can anyone confirm this? Does the base image (haugene/transmission-openvpn) run on RPi?

GaoMax commented 3 years ago

haugene/transmission-openvpn does run on RPi. I'm running it on an RPi 3B+ with Raspbian.

I'm having the same error message [FATAL tini (7)] exec dumb-init failed: Exec format error Running on RPi 4 with Home Assistant OS.

thebellenik commented 3 years ago

Same here, I've already had running official haugene docker image and I wanted to use this one through HA instead. Got this error on latest RPiOS (RPi4).

petersendev commented 3 years ago

There seems to be an issue with the build pipeline. The base image offers no tags for the platform and the metadata detection doesn't seem to work correctly with homeassistant/amd64-builder or there is another issue. The pipeline is mainly based on the one from the official addons. I don't have any solution at this time, PR is always welcome.

MichallPPP commented 3 years ago

As a workaround I removed "image": "petersendev/hassio-transmission-openvpn-{arch}" from config.json and created local addon instead.

Not exactly sure what's wrong with the build pipleline. I can see that homeassistant is pulling the correct arm64 image.

Papadoma commented 2 years ago

Same error here.