MarkusMcNugen / docker-qBittorrentvpn

Docker container which runs a headless qBittorrent client with WebUI and optional OpenVPN
https://hub.docker.com/r/markusmcnugen/qbittorrentvpn/
GNU General Public License v3.0
168 stars 92 forks source link

exec user process caused "exec format error" when trying to run the image via portainer #79

Open arcelivez opened 3 years ago

arcelivez commented 3 years ago

I get the following output in the logs:

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

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

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

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

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

Apparently this appears when the architecture is wrong. But I have seen that the Ubuntu 18.04 base image has also arm v7 supported. Maybe there's some recognition of the platform missing?

I am trying to run this on OMV 5, Raspberry Pi OS on Raspberry Pi 4 (full version)

uname -m output: armv7l

I have been able to run qBittorent from the image linuxserver/qbittorrent without any problems when starting via portainer.io

Here's my portainer stack file for this

`--- version: "2" services: qbittorrentvpn: image: markusmcnugen/qbittorrentvpn container_name: qbittorrentvpn privileged: true
environment:

I tried without setting the VPN, but I don't think it will help if I set to yes

chrispalka commented 3 years ago

Having the same problem unfortunately. Linuxserver/qbittorrent works fine.

inertia666 commented 3 years ago

Same problem here. I did it manually with a docker-compose file in the shell and get the same error.

ghost commented 3 years ago

Same problem....