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.

[Support] binhex - DelugeVPN

Featured Replies

25 minutes ago, WinHac said:

Deluge wont start log below.

2023-02-09 09:41:10.650348 [info] Host is running unRAID
2023-02-09 09:41:10.667978 [info] System information Linux ebe1b895cfe1 5.19.17-Unraid #2 SMP PREEMPT_DYNAMIC Wed Nov 2 11:54:15 PDT 2022 x86_64 GNU/Linux
2023-02-09 09:41:10.687433 [info] OS_ARCH defined as 'x86-64'
2023-02-09 09:41:10.706609 [info] PUID defined as '99'
2023-02-09 09:41:10.727778 [info] PGID defined as '100'
2023-02-09 09:41:10.750744 [info] UMASK defined as '000'
2023-02-09 09:41:10.769862 [info] Permissions already set for '/config'
2023-02-09 09:41:10.789738 [info] Deleting files in /tmp (non recursive)...
2023-02-09 09:41:10.813571 [info] VPN_ENABLED defined as 'yes'
2023-02-09 09:41:10.833582 [info] VPN_CLIENT defined as 'openvpn'
2023-02-09 09:41:10.852820 [info] VPN_PROV defined as 'pia'

Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 487: elf_machine_rela_relative: Assertion `ELFW(R_TYPE) (reloc->r_info) == R_X86_64_RELATIVE' failed!
2023-02-09 09:41:10.871900 [warn] PIA VPN server info JSON cannot be downloaded from URL 'https://serverlist.piaservers.net/vpninfo/servers/v4' exit code from curl is '1'
2023-02-09 09:41:10.893308 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/ca_montreal.ovpn
2023-02-09 09:41:10.929344 [info] VPN remote server(s) defined as 'ca-montreal.privacy.network,'
2023-02-09 09:41:10.946485 [info] VPN remote port(s) defined as '1198,'
2023-02-09 09:41:10.963677 [info] VPN remote protcol(s) defined as 'udp,'
2023-02-09 09:41:10.983398 [info] VPN_DEVICE_TYPE defined as 'tun0'
2023-02-09 09:41:11.002738 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2023-02-09 09:41:11.021933 [info] LAN_NETWORK defined as '192.168.1.0/24'
2023-02-09 09:41:11.041212 [info] NAME_SERVERS defined as '84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1'
2023-02-09 09:41:11.060352 [info] VPN_USER defined as '***'
2023-02-09 09:41:11.079583 [info] VPN_PASS defined as '***'
2023-02-09 09:41:11.098860 [info] STRICT_PORT_FORWARD defined as 'yes'
2023-02-09 09:41:11.118167 [info] ENABLE_PRIVOXY defined as 'yes'
2023-02-09 09:41:11.139507 [info] VPN_INPUT_PORTS not defined (via -e VPN_INPUT_PORTS), skipping allow for custom incoming ports
2023-02-09 09:41:11.158851 [info] VPN_OUTPUT_PORTS not defined (via -e VPN_OUTPUT_PORTS), skipping allow for custom outgoing ports
2023-02-09 09:41:11.178473 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info'
2023-02-09 09:41:11.198140 [info] DELUGE_WEB_LOG_LEVEL defined as 'info'
2023-02-09 09:41:11.217553 [info] DELUGE_ENABLE_WEBUI_PASSWORD not defined,(via -e DELUGE_ENABLE_WEBUI_PASSWORD), defaulting to 'yes'
2023-02-09 09:41:11.237130 [info] Starting Supervisor...
 

 

Reboot of unraid seems to resolved it.  Not sure whats going on.

  • Replies 10.8k
  • Views 2.4m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Ryanoc3ros
    Ryanoc3ros

    Found the solution on reddit.   Due to the recent change in the authentication process, using your email and password for the manual connection method will no longer work. You will need to u

  • How to set up ProtonVPN in Deluge   I thought I'd share how I configured binhex-delugevpn to use ProtonVPN for those fellow paying ProtonVPN users. I don't know if this will work for the fre

  • I wanted to summarize how I got Mullvad working with DelugeVPN as I had to piece together several "solutions" from different comments in this thread and there was some incorrect info; likely old.

Posted Images

On 2/7/2023 at 10:02 PM, BillR said:

 

Same issue here since the latest update.

 

Can someone guess which option might be unrecognised in my .ovpn file?  Or is there a list of depreciated options in this latest version somewhere so I can figure it out for myself?  Here's the config in my .ovpn file:

dev tun
fast-io
persist-key
nobind
remote (Hidden)

remote-random
pull
comp-lzo no
tls-client
verify-x509-name Server name-prefix
ns-cert-type server
key-direction 1
route-delay 2
tun-mtu 1500
fragment 1300
mssfix 1200
verb 3
cipher AES-256-CBC
keysize 256
auth SHA512
sndbuf 524288
rcvbuf 524288
auth-user-pass credentials.conf

Any help would be most appreciated.

I could not access WebUI after latest update I put through today. I found this thread, deleted the line "keysize 256" in Krusader and saved the file. Restarted deluge docker and WebUI came up within 30 seconds.  Sorry, not sure if you tried this already but that at least worked for me and your file text looks like mine.

4 hours ago, Canes said:

I could not access WebUI after latest update I put through today. I found this thread, deleted the line "keysize 256" in Krusader and saved the file. Restarted deluge docker and WebUI came up within 30 seconds.  Sorry, not sure if you tried this already but that at least worked for me and your file text looks like mine.

Yes, I figured this out too, as per my earlier post:

 

I'm fairly new to using unraid and docker so this may be user error, but I set this up with mullvad, and cannot access the webui, it just times out. The webui works if I disable the VPN, and the VPN is otherwise working (Checked via console)

Edited by NotABanana

2 hours ago, BillR said:

Yes, I figured this out too, as per my earlier post:

 

Sorry, missed your later reply as was probably scrolling thread too quickly. Glad you got it fixed.

2 hours ago, Canes said:

Sorry, missed your later reply as was probably scrolling thread too quickly. Glad you got it fixed.

Thanks mate, you too.  I can't help but think that if there was a list of the depreciated .ovpn entries somewhere, we all might have found our solutions a bit quicker/easier.  It's very interesting to read through this thread and see the different entries that have affected different people, presumably depending on what VPN provider they're using.  There must have been quite a large number of depreciated features in this particular update to have affected a number of us like it has.

  • Author
7 minutes ago, BillR said:

Thanks mate, you too.  I can't help but think that if there was a list of the depreciated .ovpn entries somewhere, we all might have found our solutions a bit quicker/easier.  It's very interesting to read through this thread and see the different entries that have affected different people, presumably depending on what VPN provider they're using.  There must have been quite a large number of depreciated features in this particular update to have affected a number of us like it has.

you mean like this? 🙂 https://community.openvpn.net/openvpn/wiki/DeprecatedOptions#Option:--ncp-disableStatus:RemovedinOpenVPNv2.6

 

i can't take the credit for that link, it was posted on a github issue on the delugevpn repo.

38 minutes ago, binhex said:

you mean like this? 🙂 https://community.openvpn.net/openvpn/wiki/DeprecatedOptions#Option:--ncp-disableStatus:RemovedinOpenVPNv2.6

 

i can't take the credit for that link, it was posted on a github issue on the delugevpn repo.

Yes, exactly like that! 😆 Thank you - that will be most helpful to anyone else looking for the offending option in their .OVPN file.  Would have been nice if the OVPN devs had coded their app to ignore depreciated options rather than throw a king-sized spanner in the works.  But then, I admit to being a pleb who knows diddly squat about how these things work 😜

4 hours ago, NotABanana said:

I'm fairly new to using unraid and docker so this may be user error, but I set this up with mullvad, and cannot access the webui, it just times out. The webui works if I disable the VPN, and the VPN is otherwise working (Checked via console)

First, a banana would know exactly how to fix this 😁 Second, what is showing in your logs?

Another Mullvad user here. Set up has been working fine for a year but I realised i didnt get a new release via my *arrs and I'm unable to get into deluge webui and all my *arrs cannot connect anymore. Any idea? my opn vpn config file doesnt have any keysize 256 line to delete :( running 6.9.2.

 

Spoiler


2023-02-10 21:26:13.734358 [info] Host is running unRAID
2023-02-10 21:26:13.756841 [info] System information Linux abe7deda8009 5.10.28-Unraid #1 SMP Wed Apr 7 08:23:18 PDT 2021 x86_64 GNU/Linux
2023-02-10 21:26:13.781625 [info] OS_ARCH defined as 'x86-64'
2023-02-10 21:26:13.804919 [info] PUID defined as '99'
2023-02-10 21:26:13.829135 [info] PGID defined as '100'
2023-02-10 21:26:13.866072 [info] UMASK defined as '000'
2023-02-10 21:26:13.889287 [info] Permissions already set for '/config'
2023-02-10 21:26:13.910190 [info] Deleting files in /tmp (non recursive)...
2023-02-10 21:26:13.938767 [info] VPN_ENABLED defined as 'yes'
2023-02-10 21:26:13.961989 [info] VPN_CLIENT defined as 'openvpn'
2023-02-10 21:26:13.984705 [info] VPN_PROV defined as 'custom'
2023-02-10 21:26:14.011486 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/mullvad_gb_all.ovpn
2023-02-10 21:26:14.278805 [info] VPN remote server(s) defined as 'gb-lon-102.mullvad.net,gb-lon-002.mullvad.net,gb-lon-008.mullvad.net,gb-mnc-103.mullvad.net,gb-lon-009.mullvad.net,gb-lon-003.mullvad.net,gb-lon-006.mullvad.net,gb-mnc-106.mullvad.net,gb-lon-005.mullvad.net,gb-mnc-101.mullvad.net,gb-lon-101.mullvad.net,gb-lon-004.mullvad.net,gb-lon-001.mullvad.net,gb-mnc-102.mullvad.net,'
2023-02-10 21:26:14.297758 [info] VPN remote port(s) defined as '1195,1195,1195,1195,1195,1195,1195,1195,1195,1195,1195,1195,1195,1195,'
2023-02-10 21:26:14.318823 [info] VPN remote protcol(s) defined as 'udp,udp,udp,udp,udp,udp,udp,udp,udp,udp,udp,udp,udp,udp,'
2023-02-10 21:26:14.339627 [info] VPN_DEVICE_TYPE defined as 'tun0'
2023-02-10 21:26:14.361678 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2023-02-10 21:26:14.381992 [info] LAN_NETWORK defined as '192.168.1.0/24,192.168.0.16/24'
2023-02-10 21:26:14.404363 [info] NAME_SERVERS defined as '84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1'
2023-02-10 21:26:14.428057 [info] VPN_USER defined as 'xxxx'
2023-02-10 21:26:14.451552 [info] VPN_PASS defined as 'xxxx'
2023-02-10 21:26:14.472235 [info] ENABLE_PRIVOXY defined as 'no'
2023-02-10 21:26:14.498858 [info] VPN_INPUT_PORTS defined as '8989,9117,7878,6881,8112,8686,9696'
2023-02-10 21:26:14.521400 [info] VPN_OUTPUT_PORTS defined as '8989,9117,7878,6881,8112,8686,9696'
2023-02-10 21:26:14.546310 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info'
2023-02-10 21:26:14.570384 [info] DELUGE_WEB_LOG_LEVEL defined as 'info'
2023-02-10 21:26:14.594721 [info] DELUGE_ENABLE_WEBUI_PASSWORD not defined,(via -e DELUGE_ENABLE_WEBUI_PASSWORD), defaulting to 'yes'
2023-02-10 21:26:14.616270 [info] Starting Supervisor...
2023-02-10 21:26:14,746 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
2023-02-10 21:26:14,746 INFO Set uid to user 0 succeeded
2023-02-10 21:26:14,747 INFO supervisord started with pid 8
2023-02-10 21:26:15,751 INFO spawned: 'start-script' with pid 390
2023-02-10 21:26:15,755 INFO spawned: 'watchdog-script' with pid 391
2023-02-10 21:26:15,756 INFO reaped unknown pid 9 (exit status 0)
2023-02-10 21:26:15,763 DEBG 'start-script' stdout output:
[info] VPN is enabled, beginning configuration of VPN

2023-02-10 21:26:15,763 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2023-02-10 21:26:15,764 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2023-02-10 21:26:15,819 DEBG 'start-script' stdout output:
[info] Adding 84.200.69.80 to /etc/resolv.conf

2023-02-10 21:26:15,823 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.174 to /etc/resolv.conf

2023-02-10 21:26:15,827 DEBG 'start-script' stdout output:
[info] Adding 1.1.1.1 to /etc/resolv.conf

2023-02-10 21:26:15,832 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.177 to /etc/resolv.conf

2023-02-10 21:26:15,836 DEBG 'start-script' stdout output:
[info] Adding 84.200.70.40 to /etc/resolv.conf

2023-02-10 21:26:15,839 DEBG 'start-script' stdout output:
[info] Adding 1.0.0.1 to /etc/resolv.conf

2023-02-10 21:29:32,006 DEBG 'start-script' stdout output:
[crit] 'gb-lon-102.mullvad.net' cannot be resolved, possible DNS issues, exiting...

2023-02-10 21:29:32,007 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22394502605520 for <Subprocess at 22394502601392 with name start-script in state RUNNING> (stdout)>
2023-02-10 21:29:32,007 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22394502596400 for <Subprocess at 22394502601392 with name start-script in state RUNNING> (stderr)>
2023-02-10 21:29:32,008 WARN exited: start-script (exit status 1; not expected)
2023-02-10 21:29:32,008 DEBG received SIGCHLD indicating a child quit

 

  • Author
Another Mullvad user here. Set up has been working fine for a year but I realised i didnt get a new release via my *arrs and I'm unable to get into deluge webui and all my *arrs cannot connect anymore. Any idea? my opn vpn config file doesnt have any keysize 256 line to delete [emoji20] running 6.9.2.
 
Spoiler


2023-02-10 21:26:13.734358 [info] Host is running unRAID
2023-02-10 21:26:13.756841 [info] System information Linux abe7deda8009 5.10.28-Unraid #1 SMP Wed Apr 7 08:23:18 PDT 2021 x86_64 GNU/Linux
2023-02-10 21:26:13.781625 [info] OS_ARCH defined as 'x86-64'
2023-02-10 21:26:13.804919 [info] PUID defined as '99'
2023-02-10 21:26:13.829135 [info] PGID defined as '100'
2023-02-10 21:26:13.866072 [info] UMASK defined as '000'
2023-02-10 21:26:13.889287 [info] Permissions already set for '/config'
2023-02-10 21:26:13.910190 [info] Deleting files in /tmp (non recursive)...
2023-02-10 21:26:13.938767 [info] VPN_ENABLED defined as 'yes'
2023-02-10 21:26:13.961989 [info] VPN_CLIENT defined as 'openvpn'
2023-02-10 21:26:13.984705 [info] VPN_PROV defined as 'custom'
2023-02-10 21:26:14.011486 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/mullvad_gb_all.ovpn
2023-02-10 21:26:14.278805 [info] VPN remote server(s) defined as 'gb-lon-102.mullvad.net,gb-lon-002.mullvad.net,gb-lon-008.mullvad.net,gb-mnc-103.mullvad.net,gb-lon-009.mullvad.net,gb-lon-003.mullvad.net,gb-lon-006.mullvad.net,gb-mnc-106.mullvad.net,gb-lon-005.mullvad.net,gb-mnc-101.mullvad.net,gb-lon-101.mullvad.net,gb-lon-004.mullvad.net,gb-lon-001.mullvad.net,gb-mnc-102.mullvad.net,'
2023-02-10 21:26:14.297758 [info] VPN remote port(s) defined as '1195,1195,1195,1195,1195,1195,1195,1195,1195,1195,1195,1195,1195,1195,'
2023-02-10 21:26:14.318823 [info] VPN remote protcol(s) defined as 'udp,udp,udp,udp,udp,udp,udp,udp,udp,udp,udp,udp,udp,udp,'
2023-02-10 21:26:14.339627 [info] VPN_DEVICE_TYPE defined as 'tun0'
2023-02-10 21:26:14.361678 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2023-02-10 21:26:14.381992 [info] LAN_NETWORK defined as '192.168.1.0/24,192.168.0.16/24'
2023-02-10 21:26:14.404363 [info] NAME_SERVERS defined as '84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1'
2023-02-10 21:26:14.428057 [info] VPN_USER defined as 'xxxx'
2023-02-10 21:26:14.451552 [info] VPN_PASS defined as 'xxxx'
2023-02-10 21:26:14.472235 [info] ENABLE_PRIVOXY defined as 'no'
2023-02-10 21:26:14.498858 [info] VPN_INPUT_PORTS defined as '8989,9117,7878,6881,8112,8686,9696'
2023-02-10 21:26:14.521400 [info] VPN_OUTPUT_PORTS defined as '8989,9117,7878,6881,8112,8686,9696'
2023-02-10 21:26:14.546310 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info'
2023-02-10 21:26:14.570384 [info] DELUGE_WEB_LOG_LEVEL defined as 'info'
2023-02-10 21:26:14.594721 [info] DELUGE_ENABLE_WEBUI_PASSWORD not defined,(via -e DELUGE_ENABLE_WEBUI_PASSWORD), defaulting to 'yes'
2023-02-10 21:26:14.616270 [info] Starting Supervisor...
2023-02-10 21:26:14,746 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
2023-02-10 21:26:14,746 INFO Set uid to user 0 succeeded
2023-02-10 21:26:14,747 INFO supervisord started with pid 8
2023-02-10 21:26:15,751 INFO spawned: 'start-script' with pid 390
2023-02-10 21:26:15,755 INFO spawned: 'watchdog-script' with pid 391
2023-02-10 21:26:15,756 INFO reaped unknown pid 9 (exit status 0)
2023-02-10 21:26:15,763 DEBG 'start-script' stdout output:
[info] VPN is enabled, beginning configuration of VPN

2023-02-10 21:26:15,763 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2023-02-10 21:26:15,764 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2023-02-10 21:26:15,819 DEBG 'start-script' stdout output:
[info] Adding 84.200.69.80 to /etc/resolv.conf

2023-02-10 21:26:15,823 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.174 to /etc/resolv.conf

2023-02-10 21:26:15,827 DEBG 'start-script' stdout output:
[info] Adding 1.1.1.1 to /etc/resolv.conf

2023-02-10 21:26:15,832 DEBG 'start-script' stdout output:
[info] Adding 37.235.1.177 to /etc/resolv.conf

2023-02-10 21:26:15,836 DEBG 'start-script' stdout output:
[info] Adding 84.200.70.40 to /etc/resolv.conf

2023-02-10 21:26:15,839 DEBG 'start-script' stdout output:
[info] Adding 1.0.0.1 to /etc/resolv.conf

2023-02-10 21:29:32,006 DEBG 'start-script' stdout output:
[crit] 'gb-lon-102.mullvad.net' cannot be resolved, possible DNS issues, exiting...

2023-02-10 21:29:32,007 DEBG fd 8 closed, stopped monitoring (stdout)>
2023-02-10 21:29:32,007 DEBG fd 10 closed, stopped monitoring (stderr)>
2023-02-10 21:29:32,008 WARN exited: start-script (exit status 1; not expected)
2023-02-10 21:29:32,008 DEBG received SIGCHLD indicating a child quit

 

That host no longer resolves, switch to another VPN endpoint:-
[crit] 'gb-lon-102.mullvad.net' cannot be resolved, possible DNS issues, exiting...

Sent from my 22021211RG using Tapatalk

Alright, finally posting in here because I can't figure this thing out.

This morning I updated to Unraid 6.11.5 from 6.9.X and now my DelugeVPN docker isn't allowing access to WebUI.

Using PIA VPN in case that matters.

Here's my logs

 

2023-02-11 07:44:51,033 DEBG 'start-script' stdout output:
2023-02-11 07:44:51 TCP/UDP: Preserving recently used remote address: [AF_INET]79.142.79.67:1198

2023-02-11 07:44:51,033 DEBG 'start-script' stdout output:
2023-02-11 07:44:51 UDPv4 link local: (not bound)
2023-02-11 07:44:51 UDPv4 link remote: [AF_INET]79.142.79.67:1198

2023-02-11 07:44:51,528 DEBG 'start-script' stdout output:
2023-02-11 07:44:51 [zurich412] Peer Connection Initiated with [AF_INET]79.142.79.67:1198

2023-02-11 07:44:51,653 DEBG 'start-script' stdout output:
2023-02-11 07:44:51 TUN/TAP device tun0 opened
2023-02-11 07:44:51 net_iface_mtu_set: mtu 1500 for tun0
2023-02-11 07:44:51 net_iface_up: set tun0 up

2023-02-11 07:44:51,653 DEBG 'start-script' stdout output:
2023-02-11 07:44:51 net_addr_v4_add: 10.8.112.139/24 dev tun0
2023-02-11 07:44:51 /root/openvpnup.sh tun0 1500 0 10.8.112.139 255.255.255.0 init

2023-02-11 07:44:51,656 DEBG 'start-script' stdout output:
2023-02-11 07:44:51 Initialization Sequence Completed

2023-02-11 07:45:28,869 DEBG 'start-script' stdout output:
[info] Attempting to get external IP using 'http://checkip.amazonaws.com'...

2023-02-11 07:45:34,342 DEBG 'start-script' stdout output:
[info] Successfully retrieved external IP address 79.142.79.67

2023-02-11 07:45:34,345 DEBG 'start-script' stdout output:
[info] Script started to assign incoming port

2023-02-11 07:45:34,345 DEBG 'start-script' stdout output:
[info] Port forwarding is enabled
[info] Checking endpoint 'swiss.privacy.network' is port forward enabled...

2023-02-11 07:46:02,372 DEBG 'start-script' stdout output:
[warn] PIA VPN info API currently down, skipping endpoint port forward check

2023-02-11 07:46:10,945 DEBG 'watchdog-script' stdout output:
[info] Deluge listening interface IP 0.0.0.0 and VPN provider IP 10.8.112.139 different, marking for reconfigure

2023-02-11 07:46:10,950 DEBG 'watchdog-script' stdout output:
[info] Deluge not running

2023-02-11 07:46:10,954 DEBG 'watchdog-script' stdout output:
[info] Deluge Web UI not running

2023-02-11 07:46:10,958 DEBG 'watchdog-script' stdout output:
[info] Privoxy not running

2023-02-11 07:46:10,958 DEBG 'watchdog-script' stdout output:
[info] Deluge incoming port 6890 and VPN incoming port 59731 different, marking for reconfigure
[info] Attempting to start Deluge...
[info] Removing deluge pid file (if it exists)...

2023-02-11 07:46:10,960 DEBG 'watchdog-script' stderr output:
rm: cannot remove '/config/deluged.pid'
2023-02-11 07:46:10,960 DEBG 'watchdog-script' stderr output:
: Permission denied

2023-02-11 07:46:11,151 DEBG 'watchdog-script' stdout output:
[warn] Deluge config file /config/core.conf does not contain valid data, exiting Python script config_deluge.py...

2023-02-11 07:46:11,193 DEBG 'start-script' stdout output:
[info] Successfully assigned and bound incoming port '59731'

2023-02-11 07:46:11,371 DEBG 'watchdog-script' stdout output:
[warn] Deluge config file /config/core.conf does not contain valid data, exiting Python script config_deluge.py...

2023-02-11 07:46:11,399 DEBG 'watchdog-script' stderr output:
cat: /config/hostlist.conf: Permission denied

2023-02-11 07:46:11,587 DEBG 'watchdog-script' stdout output:
[warn] Deluge config file /config/web.conf does not contain valid data, exiting Python script config_deluge.py...

2023-02-11 07:46:11,906 DEBG 'watchdog-script' stdout output:
[info] Deluge process started
[info] Waiting for Deluge process to start listening on port 58846...

2023-02-11 08:01:11,616 DEBG 'start-script' stdout output:
[info] Successfully assigned and bound incoming port '59731'

2023-02-11 08:16:12,039 DEBG 'start-script' stdout output:
[info] Successfully assigned and bound incoming port '59731'

 

Any help would be greatly appreciated. I've read through a bunch of pages in this thread and I still don't know the correct fix. It's probably something super easy. I'm just savvy enough to be dangerous to myself when it comes to docker

7 hours ago, binhex said:

That host no longer resolves, switch to another VPN endpoint:-
[crit] 'gb-lon-102.mullvad.net' cannot be resolved, possible DNS issues, exiting...

Sent from my 22021211RG using Tapatalk
 

Ah, i assumed since theres another 15 odd options in the config file that it would just move on to a different server.

 

so I should delete that server from the config and try another? Thanks for your help. 

On 2/6/2023 at 1:21 PM, binhex said:

you are using a password protected keyfile, you need to remove the pass phrase from the key (cert)

Thank you for getting back to me. Just following up that I had got by the last few days by rolling back the version. I switched back to latest, removed the keysize line, and removed the certificate information from the bottom of the text file - this fixed the issue, for anyone who may end up here via Google. My VPN is ExpressVPN, FWIW.

  • Author
Ah, i assumed since theres another 15 odd options in the config file that it would just move on to a different server.
 
so I should delete that server from the config and try another? Thanks for your help. 
Yes

Sent from my 22021211RG using Tapatalk

I cant find in any file the "keysize 256" to delete. Is there a way that I can just go back to the version that did not have this problem. I should know better by now if its working why update it but sure enough did it again.

 

Please any advise would help.

Edited by NeoSys

4 hours ago, NeoSys said:

I cant find in any file the "keysize 256" to delete. Is there a way that I can just go back to the version that did not have this problem. I should know better by now if its working why update it but sure enough did it again.

 

Please any advise would help.

That's just one of the depreciated options.  Look for any of the options listed here: https://community.openvpn.net/openvpn/wiki/DeprecatedOptions (thanks to binhex for the link)

Remove anything from your .ovpn file that is in the list of removed options.

Edited by BillR
Clarified the file that needs to be edited

client
remote 87-1-us.cg-dialup.net 443
dev tun 
proto udp
auth-user-pass


resolv-retry infinite 
redirect-gateway def1
persist-key
persist-tun
nobind
cipher AES-256-CBC
ncp-disable
auth SHA256
ping 5
ping-exit 60
ping-timer-rem
explicit-exit-notify 2
script-security 2
remote-cert-tls server
route-delay 5
verb 4


ca ca.crt

cert client.crt

key client.key

Thia is what my openvpn file has I dont see anything to remove cant I just go back to the working version?

Edited by NeoSys

14 minutes ago, NeoSys said:
client
remote 87-1-us.cg-dialup.net 443
dev tun 
proto udp
auth-user-pass


resolv-retry infinite 
redirect-gateway def1
persist-key
persist-tun
nobind
cipher AES-256-CBC
ncp-disable
auth SHA256
ping 5
ping-exit 60
ping-timer-rem
explicit-exit-notify 2
script-security 2
remote-cert-tls server
route-delay 5
verb 4


ca ca.crt

cert client.crt

key client.key

Thia is what my openvpn file has I dont see anything to remove cant I just go back to the working version?

Remove or comment out "ncp-disable", it was on the list in the link posted earlier. 

32 minutes ago, strike said:

Remove or comment out "ncp-disable", it was on the list in the link posted earlier. 

 

 

I removed it but still not coming up if i turn vpn off it works with it it times out. Even though the log says "Deluge Web UI started"

 

 


2023-02-12 00:45:18,340 DEBG 'watchdog-script' stdout output:
[info] Deluge Web UI not running

2023-02-12 00:45:18,341 DEBG 'watchdog-script' stdout output:
[info] Attempting to start Deluge...
[info] Removing deluge pid file (if it exists)...

2023-02-12 00:45:19,201 DEBG 'watchdog-script' stdout output:
[info] Deluge key 'listen_interface' currently has an undefined value
[info] Deluge key 'listen_interface' will have a new value '10.31.4.240'
[info] Writing changes to Deluge config file '/config/core.conf'...

2023-02-12 00:45:19,895 DEBG 'watchdog-script' stdout output:
[info] Deluge key 'outgoing_interface' currently has an undefined value
[info] Deluge key 'outgoing_interface' will have a new value 'tun0'
[info] Writing changes to Deluge config file '/config/core.conf'...

2023-02-12 00:45:20,329 DEBG 'watchdog-script' stdout output:
[info] Deluge key 'default_daemon' currently has a value of '59b63b81459a4e559df0901a000d141e'
[info] Deluge key 'default_daemon' will have a new value '59b63b81459a4e559df0901a000d141e'
[info] Writing changes to Deluge config file '/config/web.conf'...

2023-02-12 00:45:21,025 DEBG 'watchdog-script' stdout output:
[info] Deluge process started
[info] Waiting for Deluge process to start listening on port 58846...

2023-02-12 00:45:21,478 DEBG 'watchdog-script' stdout output:
[info] Deluge process listening on port 58846

2023-02-12 00:45:26,578 DEBG 'watchdog-script' stderr output:
<Deferred at 0x1465e97e6ce0 current result: None>

2023-02-12 00:45:26,728 DEBG 'watchdog-script' stdout output:
[info] No torrents with state 'Error' found

2023-02-12 00:45:26,729 DEBG 'watchdog-script' stdout output:
[info] Starting Deluge Web UI...

2023-02-12 00:45:26,729 DEBG 'watchdog-script' stdout output:
[info] Deluge Web UI started

 

1 minute ago, NeoSys said:

 

Thank you so much for the help your first post solved it turns out i had an ip conflict after fixing that it came right up. Again Thank You so much for taking the time to help me.

Glad you got it fixed :)

Hello,

 

I'm trying to open the WebUI but I can't get it to work.  I have configured deluge vpn as per the Space Invader one video.  Deluge vpn container start just fine but I can't open WebUI.

 

I tried to delete the container and re-install without succes.  If I disable the VPN_ENABLE key in the config I can get to WebUI.

 

I have attached the log.  Anyone can help please?

supervisord.log

Deluge was working fine, i just ran the latest update and the webUI wont load.  Any one else noticing this?

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.

Guest
Reply to this topic...

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.