Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

knoorda

Members
  • Joined

  • Last visited

Everything posted by knoorda

  1. Ambipro, thanks for the suggestions. I spent some time with Claude and was able to figure out I am not as bright as I thought and I had a bad data path in my config. All is working. Have a great weekend.
  2. Deluge Logs.rtfDeluge Logs.rtfLooking for some help. I am running Unraid 7.2.4. My DelugeVPN went bad, so I uninstalled and reinstalled. It works, it's up, I can get to the web GUI, I can use the deluge extension in Edge to start a torrent. When the Torrent is added to the deluge GUI, I get the green light on the left, but under progress, it says downloading 0.00% and nothing downloads. I will paste the logs from the docker, but I did verify that VPN is up and working. I will also show a PIC of the bottom right corner with the error. I have all downloads pointed to the cache drive, the cache drive is half full, it has 126 GIG Free. I tried to change the down load location but same result. Any help would be hugely appreciated. I am stumped.
  3. Attached is a longer log capture. I have tried starting and stopping with no luck. Deluge Logs.rtf
  4. DelugeVPN has Zero Bandwidth New to the group, sorry if this is in the wrong spot. My delugeVPN stopped working today. I blew away the old config, downloaded a new / latest docker. It work, I select a torrent, it says downloading but then speed quickly goes to 0.00% and never changes. Below is a past of my logs and config. Any ideas? I even tried an old torrent that worked last week no problem. Any help is appreciated. PIA username and password is verified. Made sure preferences are correct to allow for downloads... Tried Netherlands and Canada for VPN connections, same result Config: docker run -d --name='binhex-delugevpn' --net='bridge' --pids-limit 2048 --privileged=true -e TZ="America/Phoenix" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Tower" -e HOST_CONTAINERNAME="binhex-delugevpn" -e 'VPN_ENABLED'='yes' -e 'VPN_USER'='pxxx -e 'VPN_PASS’=‘xxx’ -e 'VPN_PROV'='pia' -e 'VPN_CLIENT'='openvpn' -e 'STRICT_PORT_FORWARD'='yes' -e 'ENABLE_PRIVOXY'='yes' -e 'ENABLE_SOCKS'='no' -e 'SOCKS_USER'='admin' -e 'SOCKS_PASS'='socks' -e 'LAN_NETWORK'='192.168.1.0/24' -e 'VPN_INPUT_PORTS'='' -e 'VPN_OUTPUT_PORTS'='' -e 'DEBUG'='false' -e 'VPN_OPTIONS'='' -e 'ENABLE_STARTUP_SCRIPTS'='no' -e 'USERSPACE_WIREGUARD'='no' -e 'NAME_SERVERS'='1.1.1.1,1.0.0.1' -e 'DELUGE_DAEMON_LOG_LEVEL'='info' -e 'DELUGE_WEB_LOG_LEVEL'='info' -e 'DELUGE_ENABLE_WEBUI_PASSWORD'='yes' -e 'ENABLE_HEALTHCHECK'='yes' -e 'HEALTHCHECK_COMMAND'='' -e 'HEALTHCHECK_ACTION'='' -e 'HEALTHCHECK_HOSTNAME'='google.com' -e 'PUID'='99' -e 'PGID'='100' -e 'UMASK'='000' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8112]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/binhex/docker-templates/master/binhex/images/deluge-icon.png' -p '8112:8112/tcp' -p '8118:8118/tcp' -p '9118:9118/tcp' -p '58846:58846/tcp' -p '58946:58946/tcp' -p '58946:58946/udp' -v '/mnt/cache/appdata/binhex-delugevpn':'/config':'rw' -v '/mnt/user/downloads/':'/mnt/user/downloads/':'rw' --sysctl="net.ipv4.conf.all.src_valid_mark=1" 'ghcr.io/binhex/arch-delugevpn' a56af11f1c0e0438e4a1168b1664367c4870cad3ce5c316e90432f55dc4916c2 The command finished successfully! Loggs: [info] Successfully assigned and bound incoming port 2026-03-01 21:00:43,093 DEBG 'watchdog-script' stdout output: [info] Deluge listening interface IP 0.0.0.0 and VPN provider IP 10.11.112.145 different, marking for reconfigure 2026-03-01 21:00:43,099 DEBG 'watchdog-script' stdout output: [info] Deluge not running 2026-03-01 21:00:43,105 DEBG 'watchdog-script' stdout output: [info] Deluge Web UI not running 2026-03-01 21:00:43,112 DEBG 'watchdog-script' stdout output: [info] Privoxy not running 2026-03-01 21:00:43,112 DEBG 'watchdog-script' stdout output: [info] Deluge incoming port 6890 and VPN incoming port 28001 different, marking for reconfigure 2026-03-01 21:00:43,115 DEBG 'watchdog-script' stdout output: [info] Attempting to start Deluge... [info] Removing deluge pid file (if it exists)... 2026-03-01 21:00:43,647 DEBG 'watchdog-script' stdout output: [info] Deluge key 'listen_interface' currently has a value of '10.10.112.88' [info] Deluge key 'listen_interface' will have a new value '10.11.112.145' [info] Writing changes to Deluge config file '/config/core.conf'... 2026-03-01 21:00:43,972 DEBG 'watchdog-script' stdout output: [info] Deluge key 'outgoing_interface' currently has a value of 'tun0' [info] Deluge key 'outgoing_interface' will have a new value 'tun0' [info] Writing changes to Deluge config file '/config/core.conf'... 2026-03-01 21:00:44,273 DEBG 'watchdog-script' stdout output: [info] Deluge key 'default_daemon' currently has a value of '9edaaf75fbe249ac9b19cacd9901ec63' [info] Deluge key 'default_daemon' will have a new value '9edaaf75fbe249ac9b19cacd9901ec63' [info] Writing changes to Deluge config file '/config/web.conf'... 2026-03-01 21:00:44,329 DEBG 'watchdog-script' stdout output: [info] Deluge process started [info] Waiting for Deluge process to start listening on port 58846... 2026-03-01 21:00:44,903 DEBG 'watchdog-script' stderr output: /usr/lib/python3.13/site-packages/deluge/pluginmanagerbase.py:16: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-03-01 21:00:45,019 DEBG 'watchdog-script' stdout output: [info] Deluge process listening on port 58846 2026-03-01 21:00:45,521 DEBG 'watchdog-script' stderr output: /usr/lib/python3.13/site-packages/deluge/ui/ui_entry.py:20: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-03-01 21:00:48,228 DEBG 'watchdog-script' stdout output: Setting "random_port" to: False Configuration value successfully updated. 2026-03-01 21:00:48,800 DEBG 'watchdog-script' stderr output: /usr/lib/python3.13/site-packages/deluge/ui/ui_entry.py:20: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-03-01 21:00:51,378 DEBG 'watchdog-script' stdout output: Setting "listen_ports" to: (28001, 28001) Configuration value successfully updated. 2026-03-01 21:00:51,959 DEBG 'watchdog-script' stderr output: /usr/lib/python3.13/site-packages/deluge/ui/ui_entry.py:20: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-03-01 21:00:54,727 DEBG 'watchdog-script' stdout output: [info] No torrents with state 'Error' found 2026-03-01 21:00:54,728 DEBG 'watchdog-script' stdout output: [info] Starting Deluge Web UI... 2026-03-01 21:00:54,728 DEBG 'watchdog-script' stdout output: [info] Deluge Web UI started 2026-03-01 21:00:54,731 DEBG 'watchdog-script' stdout output: [info] Attempting to start Privoxy... 2026-03-01 21:00:55,386 DEBG 'watchdog-script' stderr output: /usr/lib/python3.13/site-packages/deluge/pluginmanagerbase.py:16: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 2026-03-01 21:00:55,741 DEBG 'watchdog-script' stdout output: [info] Privoxy process started [info] Waiting for Privoxy process to start listening on port 8118... 2026-03-01 21:00:55,751 DEBG 'watchdog-script' stdout output: [info] Privoxy process listening on port 8118
  5. @TstormDoc thanks for the reply. I was able to grab new file and update. For anyone struggling, PIA changed what username and password you use. It needs to be the username and password that you use to log into their website, not the PPTP/L2TP/SOCKS Username and Password.
  6. On 11/26 you stated you updated the link on q19....What / where is q19? Sorry for the dumb question. Looked but cannot find. Thanks in advance.
  7. It's the little things that get ya. Thanks. Clearing cache cleared it up. Have a great day.
  8. I/O error when launching HandBrake. Hey, so my handbrake stopped working last night. I have completely blown away the docker and started from scratch but that didn't help. When i launch it, it just goes to a blank screen. See below. When I check the logs, it says " rfbProcessClientProtocolVersion: read: I/O error " Any ideas?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.