Can anyone help me get this container working again? My server was down for a couple weeks while I waited for Intel to send a replacement CPU. Everything worked PERFECTLY two weeks ago before I booted the server down. I just got it back up today and binhex-qbittorrentvpn won't work. It's acting like it can't connect to the VPN but nothing has changed. I even generated a new wireguard key just to make sure that wasn't the issue. Nothing seems to fix it. I see the following output in the console:
2024-10-04 22:08:35,276 DEBG 'start-script' stdout output:
--------------------
2024-10-04 22:08:35,278 DEBG 'start-script' stdout output:
[info] Configuring WireGuard...
2024-10-04 22:08:35,282 DEBG 'start-script' stdout output:
[info] Attempting to bring WireGuard interface 'up'...
2024-10-04 22:08:35,291 DEBG 'start-script' stderr output:
Warning: `/config/wireguard/wg0.conf' is world accessible
2024-10-04 22:08:35,297 DEBG 'start-script' stderr output:
[#] ip link add wg0 type wireguard
2024-10-04 22:08:35,299 DEBG 'start-script' stderr output:
[#] wg setconf wg0 /dev/fd/63
2024-10-04 22:08:35,300 DEBG 'start-script' stderr output:
[#] ip -4 address add 10.65.70.20/32 dev wg0
2024-10-04 22:08:35,307 DEBG 'start-script' stderr output:
[#] ip link set mtu 1420 up dev wg0
2024-10-04 22:08:35,310 DEBG 'start-script' stderr output:
[#] resolvconf -a wg0 -m 0 -x
2024-10-04 22:08:35,320 DEBG 'start-script' stderr output:
could not detect a useable init system
2024-10-04 22:08:35,355 DEBG 'start-script' stderr output:
[#] wg set wg0 fwmark 51820
2024-10-04 22:08:35,356 DEBG 'start-script' stderr output:
[#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820
2024-10-04 22:08:35,358 DEBG 'start-script' stderr output:
[#] ip -4 rule add not fwmark 51820 table 51820
2024-10-04 22:08:35,359 DEBG 'start-script' stderr output:
[#] ip -4 rule add table main suppress_prefixlength 0
2024-10-04 22:08:35,363 DEBG 'start-script' stderr output:
[#] sysctl -q net.ipv4.conf.all.src_valid_mark=1
2024-10-04 22:08:35,364 DEBG 'start-script' stderr output:
[#] iptables-restore -n
2024-10-04 22:08:35,367 DEBG 'start-script' stderr output:
[#] '/root/wireguardup.sh'
2024-10-04 22:08:36,484 DEBG 'start-script' stdout output:
[info] Attempting to get external IP using 'http://checkip.amazonaws.com'...
2024-10-04 22:08:46,517 DEBG 'start-script' stdout output:
[info] Failed on last attempt, attempting to get external IP using 'http://whatismyip.akamai.com'...
2024-10-04 22:08:56,537 DEBG 'start-script' stdout output:
[info] Failed on last attempt, attempting to get external IP using 'https://ifconfig.co/ip'...
2024-10-04 22:09:06,558 DEBG 'start-script' stdout output:
[info] Failed on last attempt, attempting to get external IP using 'https://showextip.azurewebsites.net'...
2024-10-04 22:09:16,579 DEBG 'start-script' stdout output:
[warn] Cannot determine external IP address, performing tests before setting to '127.0.0.1'...
[info] Show name servers defined for container
2024-10-04 22:09:16,580 DEBG 'start-script' stdout output:
# Generated by resolvconf
nameserver 10.64.0.1
2024-10-04 22:09:16,580 DEBG 'start-script' stdout output:
[info] Show contents of hosts file
2024-10-04 22:09:16,581 DEBG 'start-script' stdout output:
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
172.17.0.2 5af765d222d2
2024-10-04 22:09:16,582 DEBG 'start-script' stdout output:
[info] VPN provider 'custom' not supported for automatic port forwarding, skipping incoming port assignment
2024-10-04 22:09:16,583 DEBG 'start-script' stdout output:
[info] WireGuard interface 'up'
2024-10-04 22:12:16,647 DEBG 'watchdog-script' stdout output:
[info] DNS failure, creating file '/tmp/dnsfailure' to indicate failure...
2024-10-04 22:12:16,654 DEBG 'watchdog-script' stdout output:
[info] qBittorrent listening interface IP 0.0.0.0 and VPN provider IP 10.65.70.20 different, marking for reconfigure
2024-10-04 22:12:16,659 DEBG 'watchdog-script' stdout output:
[info] qBittorrent not running
2024-10-04 22:12:16,659 DEBG 'watchdog-script' stdout output:
[info] qBittorrent config file already exists, skipping copy
[info] Removing session lock file (if it exists)...
2024-10-04 22:12:16,675 DEBG 'watchdog-script' stdout output:
[info] Attempting to start qBittorrent...
2024-10-04 22:12:16,678 DEBG 'watchdog-script' stdout output:
[info] qBittorrent process started
[info] Waiting for qBittorrent process to start listening on port 8080...
2024-10-04 22:12:16,797 DEBG 'watchdog-script' stdout output:
[info] qBittorrent process listening on port 8080
2024-10-04 22:12:46,603 DEBG 'start-script' stdout output:
[info] Sending 'down' command to WireGuard due to dns failure...
2024-10-04 22:12:46,604 DEBG 'start-script' stdout output:
[info] Attempting to bring WireGuard interface 'down'...
2024-10-04 22:12:46,612 DEBG 'start-script' stderr output:
Warning: `/config/wireguard/wg0.conf' is world accessible
2024-10-04 22:12:46,620 DEBG 'start-script' stderr output:
[#] ip -4 rule delete table 51820
2024-10-04 22:12:46,626 DEBG 'start-script' stderr output:
[#] ip -4 rule delete table main suppress_prefixlength 0
2024-10-04 22:12:46,633 DEBG 'start-script' stderr output:
[#] ip link delete dev wg0
2024-10-04 22:12:46,718 DEBG 'start-script' stderr output:
[#] resolvconf -d wg0 -f
2024-10-04 22:12:46,724 DEBG 'start-script' stderr output:
could not detect a useable init system
2024-10-04 22:12:46,755 DEBG 'start-script' stderr output:
[#] iptables-restore -n
2024-10-04 22:12:46,758 DEBG 'start-script' stderr output:
[#] '/root/wireguarddown.sh'
2024-10-04 22:12:46,762 DEBG 'start-script' stdout output:
[info] WireGuard interface 'down'
2024-10-04 22:12:46,764 DEBG 'start-script' stdout output:
[info] Configuring WireGuard...
2024-10-04 22:12:46,769 DEBG 'start-script' stdout output:
[info] Attempting to bring WireGuard interface 'up'...
2024-10-04 22:12:46,776 DEBG 'start-script' stderr output:
Warning: `/config/wireguard/wg0.conf' is world accessible
2024-10-04 22:12:46,782 DEBG 'start-script' stderr output:
[#] ip link add wg0 type wireguard
2024-10-04 22:12:46,784 DEBG 'start-script' stderr output:
[#] wg setconf wg0 /dev/fd/63
2024-10-04 22:12:46,785 DEBG 'start-script' stderr output:
[#] ip -4 address add 10.65.70.20/32 dev wg0
2024-10-04 22:12:46,792 DEBG 'start-script' stderr output:
[#] ip link set mtu 1420 up dev wg0
2024-10-04 22:12:46,795 DEBG 'start-script' stderr output:
[#] resolvconf -a wg0 -m 0 -x
2024-10-04 22:12:46,801 DEBG 'start-script' stderr output:
could not detect a useable init system
2024-10-04 22:12:46,835 DEBG 'start-script' stderr output:
[#] wg set wg0 fwmark 51820
2024-10-04 22:12:46,836 DEBG 'start-script' stderr output:
[#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820
2024-10-04 22:12:46,838 DEBG 'start-script' stderr output:
[#] ip -4 rule add not fwmark 51820 table 51820
2024-10-04 22:12:46,839 DEBG 'start-script' stderr output:
[#] ip -4 rule add table main suppress_prefixlength 0
2024-10-04 22:12:46,843 DEBG 'start-script' stderr output:
[#] sysctl -q net.ipv4.conf.all.src_valid_mark=1
2024-10-04 22:12:46,844 DEBG 'start-script' stderr output:
[#] iptables-restore -n
2024-10-04 22:12:46,847 DEBG 'start-script' stderr output:
[#] '/root/wireguardup.sh'
2024-10-04 22:12:47,959 DEBG 'start-script' stdout output:
[info] Attempting to get external IP using 'http://checkip.amazonaws.com'...
2024-10-04 22:12:57,980 DEBG 'start-script' stdout output:
[info] Failed on last attempt, attempting to get external IP using 'http://whatismyip.akamai.com'...
2024-10-04 22:13:08,001 DEBG 'start-script' stdout output:
[info] Failed on last attempt, attempting to get external IP using 'https://ifconfig.co/ip'...
2024-10-04 22:13:18,022 DEBG 'start-script' stdout output:
[info] Failed on last attempt, attempting to get external IP using 'https://showextip.azurewebsites.net'...
2024-10-04 22:13:28,043 DEBG 'start-script' stdout output:
[warn] Cannot determine external IP address, performing tests before setting to '127.0.0.1'...
[info] Show name servers defined for container
2024-10-04 22:13:28,043 DEBG 'start-script' stdout output:
# Generated by resolvconf
nameserver 10.64.0.1
2024-10-04 22:13:28,044 DEBG 'start-script' stdout output:
[info] Show contents of hosts file
2024-10-04 22:13:28,044 DEBG 'start-script' stdout output:
127.0.0.1 localhost
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
172.17.0.2 5af765d222d2
2024-10-04 22:13:28,046 DEBG 'start-script' stdout output:
[info] VPN provider 'custom' not supported for automatic port forwarding, skipping incoming port assignment
2024-10-04 22:13:28,047 DEBG 'start-script' stdout output:
[info] WireGuard interface 'up'
Comand Execution.txt
supervisord.log