failurbydesign

Members
  • Posts

    3
  • Joined

  • Last visited

failurbydesign's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thank you for the response. I replaced my lines with your and got the same error. When I click setting and look at it, the third one down says HOME. and points to "/home/nobody" Does that seem right?
  2. Hello, I've been trying and trying over and over to get this working with my qnap with docker. Below is what I paste when i SSH (I took out the UN/PW), and I always get the same error. standard_init_linux.go:185: exec user process caused "exec format error" docker run -d \ --cap-add=NET_ADMIN \ -p 8112:8112 \ -p 8118:8118 \ -p 58846:58846 \ -p 58946:58946 \ --name=delugevpn \ -v /share/cachedev1_data/downloads/deluge/data:/data\ -v /share/cachedev1_data/downloads:/download \ -v /share/cachedev1_data/downloads/deluge/config:/config\ -v /etc/localtime:/etc/localtime:ro \ -e VPN_ENABLED=yes \ -e VPN_USER=****** \ -e VPN_PASS=****** \ -e VPN_PROV=pia \ -e STRICT_PORT_FORWARD=yes \ -e ENABLE_PRIVOXY=yes \ -e LAN_NETWORK=192.168.1.0/24 \ -e NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1 \ -e DELUGE_DAEMON_LOG_LEVEL=info \ -e DELUGE_WEB_LOG_LEVEL=info \ -e DEBUG=false \ -e UMASK=0000 \ -e PUID=1000 \ -e PGID=0 \ binhex/arch-delugevpn What am i doing wrong?