`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
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