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