October 15, 20241 yr Hi there, you have been very helpful over the years but I need help again. I had used you Deluge instructions that Included PIA instructions. It's been running great for a few years but 2 days ago that ended. I now no longer even get the login dialog box. I ran through the install instructions and all look good. Can you help me please...?
October 16, 20241 yr You likely have an issue connecting to your end point which will not allow you to go to gui. This post would be best in support channel for delugevpn. If you restart Deluge-VPN you can look at the log for the conntainer and you should see the error or connection that is stopping you. One thing you could try in the docker template is change "Container Variable: VPN_CLIENT" to wireguard.
October 16, 20241 yr Author I don't have or use wireguard, here is my boot log, hope that help. 2024-10-16 16:28:19,161 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -s 179.61.197.170/32 -i eth0 -j ACCEPT -A INPUT -s 191.96.36.91/32 -i eth0 -j ACCEPT -A INPUT -s 179.61.197.174/32 -i eth0 -j ACCEPT -A INPUT -s 104.18.22.75/32 -i eth0 -j ACCEPT -A INPUT -s 104.18.23.75/32 -i eth0 -j ACCEPT -A INPUT -s 104.18.159.201/32 -i eth0 -j ACCEPT -A INPUT -s 104.19.240.167/32 -i eth0 -j ACCEPT -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -s 179.61.197.170/32 -i eth0 -j ACCEPT -A INPUT -s 191.96.36.91/32 -i eth0 -j ACCEPT -A INPUT -s 179.61.197.174/32 -i eth0 -j ACCEPT -A INPUT -s 104.18.22.75/32 -i eth0 -j ACCEPT -A INPUT -s 104.18.23.75/32 -i eth0 -j ACCEPT -A INPUT -s 104.18.159.201/32 -i eth0 -j ACCEPT -A INPUT -s 104.19.240.167/32 -i eth0 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --dport 8112 -j ACCEPT -A INPUT -s 10.0.1.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -i tun0 -j ACCEPT -A OUTPUT -d 179.61.197.170/32 -o eth0 -j ACCEPT -A OUTPUT -d 191.96.36.91/32 -o eth0 -j ACCEPT -A OUTPUT -d 179.61.197.174/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.18.22.75/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.18.23.75/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.18.159.201/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.19.240.167/32 -o eth0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -d 179.61.197.170/32 -o eth0 -j ACCEPT -A OUTPUT -d 191.96.36.91/32 -o eth0 -j ACCEPT -A OUTPUT -d 179.61.197.174/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.18.22.75/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.18.23.75/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.18.159.201/32 -o eth0 -j ACCEPT -A OUTPUT -d 104.19.240.167/32 -o eth0 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --sport 8112 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 10.0.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT 2024-10-16 16:28:19,162 DEBG 'start-script' stdout output: -------------------- 2024-10-16 16:28:19,163 DEBG 'start-script' stdout output: [info] Starting OpenVPN (non daemonised)... 2024-10-16 16:28:19,183 DEBG 'start-script' stdout output: 2024-10-16 16:28:19 DEPRECATED OPTION: --cipher set to 'aes-128-cbc' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305). OpenVPN ignores --cipher for cipher negotiations. 2024-10-16 16:28:19,183 DEBG 'start-script' stdout output: 2024-10-16 16:28:19 WARNING: file 'credentials.conf' is group or others accessible 2024-10-16 16:28:19 OpenVPN 2.6.11 [git:makepkg/ddf6bf6d2a135835+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] built on Jun 20 2024 2024-10-16 16:28:19 library versions: OpenSSL 3.3.1 4 Jun 2024, LZO 2.10 2024-10-16 16:28:19 DCO version: N/A 2024-10-16 16:28:19,183 DEBG 'start-script' stdout output: 2024-10-16 16:28:19 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2024-10-16 16:28:19,184 DEBG 'start-script' stdout output: 2024-10-16 16:28:19 TCP/UDP: Preserving recently used remote address: [AF_INET]179.61.197.174:1198 2024-10-16 16:28:19,185 DEBG 'start-script' stdout output: 2024-10-16 16:28:19 UDPv4 link local: (not bound) 2024-10-16 16:28:19 UDPv4 link remote: [AF_INET]179.61.197.174:1198 2024-10-16 16:28:19,417 DEBG 'start-script' stdout output: 2024-10-16 16:28:19 [toronto426] Peer Connection Initiated with [AF_INET]179.61.197.174:1198 2024-10-16 16:28:19,474 DEBG 'start-script' stdout output: 2024-10-16 16:28:19 TUN/TAP device tun0 opened 2024-10-16 16:28:19 net_iface_mtu_set: mtu 1500 for tun0 2024-10-16 16:28:19,474 DEBG 'start-script' stdout output: 2024-10-16 16:28:19 net_iface_up: set tun0 up 2024-10-16 16:28:19 net_addr_v4_add: 10.18.112.219/24 dev tun0 2024-10-16 16:28:19 /root/openvpnup.sh tun0 1500 0 10.18.112.219 255.255.255.0 init 2024-10-16 16:28:19,478 DEBG 'start-script' stdout output: 2024-10-16 16:28:19 Initialization Sequence Completed 2024-10-16 16:28:36,587 DEBG 'start-script' stdout output: [info] Attempting to get external IP using 'http://checkip.amazonaws.com'... 2024-10-16 16:29:04,631 DEBG 'start-script' stdout output: [info] Failed on last attempt, attempting to get external IP using 'http://whatismyip.akamai.com'... 2024-10-16 16:29:10,121 DEBG 'start-script' stdout output: [info] Successfully retrieved external IP address 179.61.197.174 2024-10-16 16:29:10,122 DEBG 'start-script' stdout output: [info] Script started to assign incoming port for 'pia' 2024-10-16 16:29:10,122 DEBG 'start-script' stdout output: [info] Port forwarding is enabled [info] Checking endpoint 'ca-toronto.privacy.network' is port forward enabled... 2024-10-16 16:29:10,420 DEBG 'start-script' stdout output: [info] PIA endpoint 'ca-toronto.privacy.network' is in the list of endpoints that support port forwarding shown below:- 2024-10-16 16:29:10,849 DEBG 'start-script' stdout output: [info] List of PIA endpoints that support port forwarding:- 2024-10-16 16:29:10,849 DEBG 'start-script' stdout output: [info] al.privacy.network [info] kazakhstan.privacy.network [info] sweden-2.privacy.network [info] venezuela.privacy.network [info] ae.privacy.network [info] uk-manchester.privacy.network [info] ec-ecuador-pf.privacy.network [info] no.privacy.network [info] panama.privacy.network [info] de-berlin.privacy.network [info] br.privacy.network [info] uk-southampton.privacy.network [info] italy-2.privacy.network [info] santiago.privacy.network [info] aus-perth.privacy.network [info] czech.privacy.network [info] gt-guatemala-pf.privacy.network [info] jakarta.privacy.network [info] in.privacy.network [info] ba.privacy.network [info] italy.privacy.network [info] kr-south-korea-pf.privacy.network [info] egypt.privacy.network [info] au-sydney.privacy.network [info] mongolia.privacy.network [info] np-nepal-pf.privacy.network [info] nl-netherlands-so.privacy.network [info] taiwan.privacy.network [info] za.privacy.network [info] lv.privacy.network [info] au-brisbane-pf.privacy.network [info] georgia.privacy.network [info] ca-vancouver.privacy.network [info] ad.privacy.network [info] gr.privacy.network [info] bangladesh.privacy.network [info] denmark.privacy.network [info] japan-2.privacy.network [info] austria.privacy.network [info] macau.privacy.network [info] es-valencia.privacy.network [info] sweden.privacy.network [info] hk.privacy.network [info] dz.privacy.network [info] nigeria.privacy.network [info] morocco.privacy.network [info] yerevan.privacy.network [info] ca-ontario.privacy.network [info] brussels.privacy.network 2024-10-16 16:29:10,849 DEBG 'start-script' stdout output: [info] nl-amsterdam.privacy.network [info] ua.privacy.network [info] de-germany-so.privacy.network [info] zagreb.privacy.network [info] malta.privacy.network [info] md.privacy.network [info] bo-bolivia-pf.privacy.network [info] pe-peru-pf.privacy.network [info] ca-ontario-so.privacy.network [info] ca-toronto.privacy.network [info] vietnam.privacy.network [info] france.privacy.network [info] sanjose.privacy.network [info] sg.privacy.network [info] man.privacy.network [info] cambodia.privacy.network [info] au-australia-so.privacy.network [info] japan.privacy.network [info] liechtenstein.privacy.network [info] ireland.privacy.network [info] monaco.privacy.network [info] mk.privacy.network [info] uk-2.privacy.network [info] kualalumpur.privacy.network [info] de-frankfurt.privacy.network [info] slovenia.privacy.network [info] hungary.privacy.network [info] srilanka.privacy.network [info] qatar.privacy.network [info] fi.privacy.network [info] aus-melbourne.privacy.network [info] uk-london.privacy.network [info] bogota.privacy.network [info] mexico.privacy.network [info] tr.privacy.network [info] lt.privacy.network [info] israel.privacy.network [info] uy-uruguay-pf.privacy.network [info] ca-montreal.privacy.network [info] spain.privacy.network [info] ee.privacy.network [info] ar.privacy.network [info] swiss.privacy.network [info] china.privacy.network 2024-10-16 16:29:10,849 DEBG 'start-script' stdout output: [info] saudiarabia.privacy.network [info] greenland.privacy.network [info] pt.privacy.network [info] lu.privacy.network [info] denmark-2.privacy.network [info] ro.privacy.network [info] au-adelaide-pf.privacy.network [info] poland.privacy.network [info] montenegro.privacy.network [info] philippines.privacy.network [info] nz.privacy.network [info] fi-2.privacy.network [info] is.privacy.network [info] sofia.privacy.network [info] rs.privacy.network [info] sk.privacy.network [info] bahamas.privacy.network [info] cyprus.privacy.network 2024-10-16 16:29:12,579 DEBG 'start-script' stdout output: [info] Successfully assigned and bound incoming port '56270' 2024-10-16 16:29:42,759 DEBG 'watchdog-script' stdout output: [info] Deluge listening interface IP 0.0.0.0 and VPN provider IP 10.18.112.219 different, marking for reconfigure 2024-10-16 16:29:42,763 DEBG 'watchdog-script' stdout output: [info] Deluge not running 2024-10-16 16:29:42,767 DEBG 'watchdog-script' stdout output: [info] Deluge Web UI not running 2024-10-16 16:29:42,767 DEBG 'watchdog-script' stdout output: [info] Deluge incoming port 6890 and VPN incoming port 56270 different, marking for reconfigure 2024-10-16 16:29:42,768 DEBG 'watchdog-script' stdout output: [info] Attempting to start Deluge... [info] Removing deluge pid file (if it exists)... 2024-10-16 16:29:43,063 DEBG 'watchdog-script' stdout output: [info] Deluge key 'listen_interface' currently has a value of '10.6.112.105' [info] Deluge key 'listen_interface' will have a new value '10.18.112.219' [info] Writing changes to Deluge config file '/config/core.conf'... 2024-10-16 16:29:43,295 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'... 2024-10-16 16:29:43,515 DEBG 'watchdog-script' stdout output: [info] Deluge key 'default_daemon' currently has a value of 'b67d1fc6ac10409fb48ea0ce31292493' [info] Deluge key 'default_daemon' will have a new value 'b67d1fc6ac10409fb48ea0ce31292493' [info] Writing changes to Deluge config file '/config/web.conf'... 2024-10-16 16:29:43,558 DEBG 'watchdog-script' stdout output: [info] Deluge process started [info] Waiting for Deluge process to start listening on port 58846... 2024-10-16 16:29:43,985 DEBG 'watchdog-script' stdout output: [info] Deluge process listening on port 58846 2024-10-16 16:29:46,018 DEBG 'watchdog-script' stdout output: Setting "random_port" to: False Configuration value successfully updated. 2024-10-16 16:29:46,018 DEBG 'watchdog-script' stderr output: <Deferred at 0x1537766ed7c0 current result: None> 2024-10-16 16:29:48,118 DEBG 'watchdog-script' stdout output: Setting "listen_ports" to: (56270, 56270) Configuration value successfully updated. 2024-10-16 16:29:48,119 DEBG 'watchdog-script' stderr output: <Deferred at 0x14c722779a30 current result: None> 2024-10-16 16:29:50,217 DEBG 'watchdog-script' stderr output: <Deferred at 0x14c63780da30 current result: None> 2024-10-16 16:29:50,286 DEBG 'watchdog-script' stdout output: [info] No torrents with state 'Error' found 2024-10-16 16:29:50,286 DEBG 'watchdog-script' stdout output: [info] Starting Deluge Web UI... 2024-10-16 16:29:50,286 DEBG 'watchdog-script' stdout output: [info] Deluge Web UI started
October 16, 20241 yr Author I should also add that every once in a while I do get the Deluge login box and after Putin in the default password all looks fine but if I try to load an MKV file the nothing happens. I tried about 10 MKV files including those I have loaded before but nothing will load at all.
October 17, 20241 yr Nothing really obvious in there. The only thing I noticed is you are using a depreciated OVPN file. Should be 256 not 128 you should download the updated files from PIA. PIA can use wireguard instead of OVPN if you change the it in the template. It is also much faster than OVPN. It wasn't and option when Spaceinvader made that video. If it doesn't work you can always change it back. It will at least rule out an OVPN problem. You can also temporarily set VPN_ENABLED to 'no' to rule out all vpn issues. Be aware that any torrents that are currently in deluge will start without VPN. The kill switch in the container seems to be the most common issue. You should also post this to Binhex support forum as he provides excellent support for his containers. Edited October 17, 20241 yr by Gragorg
October 17, 20241 yr Author OK I set the VPN to "no" and I did get the login dialog but nothing beyond that, Where is the Binhex support forum, OR better yet could one of you move this thread there for me, many thanks. Edited October 17, 20241 yr by richardpharvey
October 17, 20241 yr Author OK I set the VPN to "no" and I did get the login dialog but nothing beyond that I have done a bit more testing and I strongly feel the issue is the Google Extension that pushes the tor file into Deluge. What gets me there is now I can open the Unraid Deluge app like normal, login again like normal but can't get a tor file to open. I have never done a thing to the extension after it was first installed using the video.
October 18, 20241 yr 5 hours ago, richardpharvey said: Where is the Binhex support forum, Go to the docker tab and click the icon for this docker. Select “support”.
October 18, 20241 yr Author Looks like the Deluge Siphon extension for Google Chrome is the problem and is no longer supported. Is there a different extension that can do the same thing
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.