Tomlins

Members
  • Posts

    7
  • Joined

  • Last visited

About Tomlins

  • Birthday October 5

Converted

  • Gender
    Male

Tomlins's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thank you so much! That finally did the trick.
  2. So if I'm getting this right, I have to change the "Host Path 2" to /data/completed and make it so all the torrents I download go into that specific path in the Web UI when I upload a torrent file for them to not enter the errored state? Or am I reading this wrong?
  3. I changed the path for torrents to be downloaded to mnt/user/Downloads/completed
  4. Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-qbittorrentvpn' --net='bridge' --privileged=true -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='****' -e 'VPN_PASS'='****' -e 'VPN_PROV'='pia' -e 'VPN_CLIENT'='openvpn' -e 'VPN_OPTIONS'='' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='no' -e 'WEBUI_PORT'='8080' -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 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '6881:6881/tcp' -p '6881:6881/udp' -p '8080:8080/tcp' -p '8118:8118/tcp' -v '/mnt/user/Downloads/':'/data':'rw' -v '/mnt/user/appdata/binhex-qbittorrentvpn':'/config':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'binhex/arch-qbittorrentvpn' abb35398bf7fe980f2ad11dc8bd7e5031a1d7f6e157a2dc895cb1aef8108bf41 The command finished successfully!
  5. Torrents are unable to download and instantly changes its' status to "Errored" I've been trying for days looking through forum posts and I just can't find any solution. The logs are no help as they indicate nothing about any error or status of the torrents. The UI itself doesn't specify either what kind of error it is so I don't really know where to look. I've gone through the settings and docker config multiple times to find something I may have missed, but nothing. I may suspect an issue regarding read/write to the directory, but I can't confirm that. I did also try running the same setup through Deluge, but the same error appears there aswell.
  6. Hi. I am fairly new to Unraid and I've attempted setting up qBittorrent with a VPN but I am met with the error. insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory Because of this error, the request for entering the web ui always "takes too long to respond" I've been trying to locate the source of this error and looking around forums, but I've come up empty. I tried running the same config through Deluge, but I just ended up with the same result. I'd like to find out what causes this error and how I could fix it. I'd appreciate any help I could get regarding this. Maybe I've missed something. Thanks.
  7. Hi. I am fairly new to Unraid and I have an ok setup at the moment, and recently I've attempted setting up qBittorrent with a VPN but I am met with the error. insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory Because of this error, the request for entering the web ui always "takes too long to respond" I've been trying to locate the source of this error and looking around forums, but I've come up empty. I tried running the same config through Deluge, but I just ended up with the same result. I'd like to find out what causes this error and how I could fix it. I'd appreciate any help I could get regarding this. Maybe I've missed something. Thanks.