tom472 / mediabox

Container based media tools configuration
MIT License
428 stars 83 forks source link

Deluge startup loop #136

Closed LazyGuyWithRSI closed 1 year ago

LazyGuyWithRSI commented 1 year ago

I'm having an issue with the deluge container. It was working fine, but is now inaccessible.

The logs don't show anything wrong, it's just this same chunk over and over:

Created by...
___.   .__       .__
\_ |__ |__| ____ |  |__   ____ ___  ___
 | __ \|  |/    \|  |  \_/ __ \\  \/  /
 | \_\ \  |   |  \   Y  \  ___/ >    <
 |___  /__|___|  /___|  /\___  >__/\_ \
     \/        \/     \/     \/      \/
   https://hub.docker.com/u/binhex/
2023-02-15 22:41:54.326949 [info] System information Linux 0135e19e2736 5.4.0-139-generic #156-Ubuntu SMP Fri Jan 20 17:27:18 UTC 2023 x86_64 GNU/Linux
2023-02-15 22:41:54.347331 [info] OS_ARCH defined as 'x86-64'
2023-02-15 22:41:54.367792 [info] PUID defined as '1000'
2023-02-15 22:41:54.389269 [info] PGID defined as '1000'
2023-02-15 22:41:54.416105 [warn] UMASK not defined (via -e UMASK), defaulting to '000'
2023-02-15 22:41:54.436422 [info] Permissions already set for '/config'
2023-02-15 22:41:54.457958 [info] Deleting files in /tmp (non recursive)...
2023-02-15 22:41:54.483420 [info] VPN_ENABLED defined as 'yes'
2023-02-15 22:41:54.504758 [warn] VPN_CLIENT not defined (via -e VPN_CLIENT), defaulting to 'openvpn'
2023-02-15 22:41:54.524949 [info] VPN_PROV defined as 'pia'
2023-02-15 22:41:54.547735 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/CA_Montreal.ovpn
2023-02-15 22:41:54.586823 [info] VPN remote server(s) defined as 'ca-montreal.privacy.network,'
2023-02-15 22:41:54.604695 [info] VPN remote port(s) defined as '1198,'
2023-02-15 22:41:54.622618 [info] VPN remote protcol(s) defined as 'udp,'
2023-02-15 22:41:54.645111 [info] VPN_DEVICE_TYPE defined as 'tun0'
2023-02-15 22:41:54.665433 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)

Re-ran the install, but still no luck. Not sure what's wrong. Portainer shows the container as running but glances shows it as restarting. It seems like it is never actually starting?

tom472 commented 1 year ago

Yes I noticed this yesterday .. this seems like an issue with the latest DelugeVPN image.
Binhex is stating that the issue has been corrected so I am going to test this now.

If you want to try and see if it is fixed -- remove any current delugevpn image you have:
docker rmi -f binhex/arch-delugevpn
And then re-run ./mediabox.sh

tom472 commented 1 year ago

Pulling the newest image does appear to have this corrected.
Let me know if this corrects it for you as well.

LazyGuyWithRSI commented 1 year ago

Can confirm the latest image fixes the issue :+1:

tom472 commented 1 year ago

Awesome I'll close this issue. Thanks