Jump to content

whitewraith

Members
  • Posts

    77
  • Joined

  • Last visited

Everything posted by whitewraith

  1. I did to 2.0.4dev38 and it wasnt working, but then BAM!!! Now it works so not sure why it was being so stubborn. I would like to say thanks to @Binhex. I appreciate your hard work and endless hours making sure idiots like me can use the dockers without issue.
  2. I am still unable to get deluge to connect using pia and the nex-gen openvpn files. Is there another change I have to make? I thought it was delete the old gen files and replace with the nex-gen cert files amd open vpn location file.
  3. Looks like they are still working on an Open VPN script.
  4. Hey all so with the recent PIA issues that have been reported I have disabled the vpn in binhex-delugevpn docker. But my speeds are sooo slow. Port forwarding is still enabled. I know that disabling the port forwarding would slow things down but it is enabled. I am not sure why it is sooo slow all of a sudden. I am not sure what logs to post in order to help you all help me.
  5. Running binhex-delugevpn docker I am trying to use pia for vpn and it will not connect to webUI In the logs i see, [warn] Exit code '52' from curl != 0 or no response body received I have tried multiple vpn sites all on the approved port forwarding list and get the same response every time. Any help would be appreciated. ErrorWarningSystemArrayLogin 2020-09-08 15:11:33,378 DEBG 'start-script' stdout output: [warn] Unable to load iptable_mangle module, you will not be able to connect to the applications Web UI or Privoxy outside of your LAN [info] unRAID/Ubuntu users: Please attempt to load the module by executing the following on your host: '/sbin/modprobe iptable_mangle' [info] Synology users: Please attempt to load the module by executing the following on your host: 'insmod /lib/modules/iptable_mangle.ko' 2020-09-08 15:11:33,390 DEBG 'start-script' stdout output: [info] Docker network defined as 172.17.0.0/16 2020-09-08 15:11:33,393 DEBG 'start-script' stdout output: [info] Adding 192.168.1.0/24 as route via docker eth0 2020-09-08 15:11:33,394 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2020-09-08 15:11:33,394 DEBG 'start-script' stdout output: default via 172.17.0.1 dev eth0 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.4 192.168.1.0/24 via 172.17.0.1 dev eth0 2020-09-08 15:11:33,394 DEBG 'start-script' stdout output: -------------------- 2020-09-08 15:11:33,423 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2020-09-08 15:11:33,424 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 1198 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A INPUT -s 192.168.1.0/24 -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 -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 1198 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A OUTPUT -d 192.168.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 2020-09-08 15:11:33,424 DEBG 'start-script' stdout output: -------------------- 2020-09-08 15:11:33,425 DEBG 'start-script' stdout output: [info] Starting OpenVPN... 2020-09-08 15:11:33,439 DEBG 'start-script' stdout output: Tue Sep 8 15:11:33 2020 WARNING: file 'credentials.conf' is group or others accessible Tue Sep 8 15:11:33 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Tue Sep 8 15:11:33 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-09-08 15:11:33,439 DEBG 'start-script' stdout output: Tue Sep 8 15:11:33 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts [info] OpenVPN started 2020-09-08 15:11:33,441 DEBG 'start-script' stdout output: Tue Sep 8 15:11:33 2020 CRL: loaded 1 CRLs from file [[INLINE]] 2020-09-08 15:11:33,441 DEBG 'start-script' stdout output: Tue Sep 8 15:11:33 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]89.36.76.120:1198 Tue Sep 8 15:11:33 2020 UDP link local: (not bound) Tue Sep 8 15:11:33 2020 UDP link remote: [AF_INET]89.36.76.120:1198 2020-09-08 15:11:34,141 DEBG 'start-script' stdout output: Tue Sep 8 15:11:34 2020 [berlin408] Peer Connection Initiated with [AF_INET]89.36.76.120:1198 2020-09-08 15:11:35,371 DEBG 'start-script' stdout output: Tue Sep 8 15:11:35 2020 TUN/TAP device tun0 opened Tue Sep 8 15:11:35 2020 /usr/bin/ip link set dev tun0 up mtu 1500 2020-09-08 15:11:35,372 DEBG 'start-script' stdout output: Tue Sep 8 15:11:35 2020 /usr/bin/ip addr add dev tun0 10.7.112.2/24 broadcast 10.7.112.255 2020-09-08 15:11:35,373 DEBG 'start-script' stdout output: Tue Sep 8 15:11:35 2020 /root/openvpnup.sh tun0 1500 1558 10.7.112.2 255.255.255.0 init 2020-09-08 15:11:35,376 DEBG 'start-script' stdout output: Tue Sep 8 15:11:35 2020 Initialization Sequence Completed 2020-09-08 15:11:35,488 DEBG 'start-script' stdout output: [info] Port forwarding is enabled [info] Checking endpoint 'de-berlin.privacy.network' is port forward enabled... 2020-09-08 15:11:47,551 DEBG 'start-script' stdout output: [warn] PIA endpoint 'de-berlin.privacy.network' is not in the list of endpoints that support port forwarding, DL/UL speeds maybe slow [info] Please consider switching to one of the endpoints shown below 2020-09-08 15:11:47,551 DEBG 'start-script' stdout output: [info] List of PIA endpoints that support port forwarding:- [info] ca-toronto.privateinternetaccess.com [info] ca-montreal.privateinternetaccess.com [info] ca-vancouver.privateinternetaccess.com [info] de-berlin.privateinternetaccess.com [info] de-frankfurt.privateinternetaccess.com [info] france.privateinternetaccess.com [info] czech.privateinternetaccess.com [info] spain.privateinternetaccess.com [info] ro.privateinternetaccess.com [info] israel.privateinternetaccess.com [info] Attempting to get dynamically assigned port... 2020-09-08 15:12:58,260 DEBG 'start-script' stdout output: [warn] Exit code '7' from curl != 0 or no response body received [info] 12 retries left [info] Retrying in 10 secs... 2020-09-08 15:13:08,496 DEBG 'start-script' stdout output: [warn] Exit code '7' from curl != 0 or no response body received [info] 11 retries left [info] Retrying in 10 secs... 2020-09-08 15:13:18,733 DEBG 'start-script' stdout output: [warn] Exit code '7' from curl != 0 or no response body received [info] 10 retries left [info] Retrying in 10 secs... 2020-09-08 15:13:53,769 WARN received SIGTERM indicating exit request 2020-09-08 15:13:53,769 DEBG killing watchdog-script (pid 180) with signal SIGTERM 2020-09-08 15:13:53,769 INFO waiting for start-script, watchdog-script to die 2020-09-08 15:13:54,653 DEBG fd 11 closed, stopped monitoring <POutputDispatcher at 22676490288432 for <Subprocess at 22676490287760 with name watchdog-script in state STOPPING> (stdout)> 2020-09-08 15:13:54,653 DEBG fd 15 closed, stopped monitoring <POutputDispatcher at 22676490450016 for <Subprocess at 22676490287760 with name watchdog-script in state STOPPING> (stderr)> 2020-09-08 15:13:54,653 INFO stopped: watchdog-script (terminated by SIGTERM) 2020-09-08 15:13:54,653 DEBG received SIGCHLD indicating a child quit 2020-09-08 15:13:54,653 DEBG killing start-script (pid 179) with signal SIGTERM 2020-09-08 15:13:55,654 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 22676490674624 for <Subprocess at 22676490677264 with name start-script in state STOPPING> (stdout)> 2020-09-08 15:13:55,654 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 22676490287664 for <Subprocess at 22676490677264 with name start-script in state STOPPING> (stderr)> 2020-09-08 15:13:55,654 INFO stopped: start-script (terminated by SIGTERM) 2020-09-08 15:13:55,655 DEBG received SIGCHLD indicating a child quit Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2020-09-08 15:13:56.403633 [info] System information Linux 3489c0a725ec 4.19.107-Unraid #1 SMP Sun Mar 8 14:34:03 CDT 2020 x86_64 GNU/Linux 2020-09-08 15:13:56.425512 [info] OS_ARCH defined as 'x86-64' 2020-09-08 15:13:56.448695 [info] PUID defined as '99' 2020-09-08 15:13:56.472561 [info] PGID defined as '100' 2020-09-08 15:13:56.525943 [info] UMASK defined as '000' 2020-09-08 15:13:56.548963 [info] Permissions already set for volume mappings 2020-09-08 15:13:56.573922 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info' 2020-09-08 15:13:56.596418 [info] DELUGE_WEB_LOG_LEVEL defined as 'info' 2020-09-08 15:13:56.619128 [info] VPN_ENABLED defined as 'yes' 2020-09-08 15:13:56.644610 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/CA Vancouver.ovpn 2020-09-08 15:13:56.683316 [info] VPN remote line defined as 'remote ca-vancouver.privateinternetaccess.com 1198' 2020-09-08 15:13:56.705066 [info] VPN_REMOTE defined as 'ca-vancouver.privateinternetaccess.com' 2020-09-08 15:13:56.726913 [info] VPN_PORT defined as '1198' 2020-09-08 15:13:56.753977 [info] VPN_PROTOCOL defined as 'udp' 2020-09-08 15:13:56.777606 [info] VPN_DEVICE_TYPE defined as 'tun0' 2020-09-08 15:13:56.798482 [info] VPN_PROV defined as 'pia' 2020-09-08 15:13:56.820757 [info] LAN_NETWORK defined as '192.168.1.0/24' 2020-09-08 15:13:56.842698 [info] NAME_SERVERS defined as '209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1' 2020-09-08 15:13:56.862946 [info] VPN_USER defined as 'p2309891' 2020-09-08 15:13:56.884132 [info] VPN_PASS defined as 'Steve123!' 2020-09-08 15:13:56.907635 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2020-09-08 15:13:56.934658 [info] STRICT_PORT_FORWARD defined as 'yes' 2020-09-08 15:13:56.958738 [info] ENABLE_PRIVOXY defined as 'no' 2020-09-08 15:13:56.982486 [info] ADDITIONAL_PORTS not defined (via -e ADDITIONAL_PORTS), skipping allow for custom incoming ports 2020-09-08 15:13:57.006267 [info] Deleting files in /tmp (non recursive)... 2020-09-08 15:13:57.032735 [info] Starting Supervisor... 2020-09-08 15:13:57,184 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2020-09-08 15:13:57,184 INFO Set uid to user 0 succeeded 2020-09-08 15:13:57,185 INFO supervisord started with pid 6 2020-09-08 15:13:58,187 INFO spawned: 'start-script' with pid 172 2020-09-08 15:13:58,188 INFO spawned: 'watchdog-script' with pid 173 2020-09-08 15:13:58,188 INFO reaped unknown pid 7 (exit status 0) 2020-09-08 15:13:58,193 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2020-09-08 15:13:58,193 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-09-08 15:13:58,193 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-09-08 15:13:58,203 DEBG 'start-script' stdout output: [warn] Password contains characters which could cause authentication issues, please consider changing this if possible 2020-09-08 15:13:58,238 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.0.1 2020-09-08 15:13:58,240 DEBG 'start-script' stdout output: [info] Adding 209.222.18.222 to /etc/resolv.conf 2020-09-08 15:13:58,242 DEBG 'start-script' stdout output: [info] Adding 84.200.69.80 to /etc/resolv.conf 2020-09-08 15:13:58,245 DEBG 'start-script' stdout output: [info] Adding 37.235.1.174 to /etc/resolv.conf 2020-09-08 15:13:58,247 DEBG 'start-script' stdout output: [info] Adding 1.1.1.1 to /etc/resolv.conf 2020-09-08 15:13:58,249 DEBG 'start-script' stdout output: [info] Adding 209.222.18.218 to /etc/resolv.conf 2020-09-08 15:13:58,252 DEBG 'start-script' stdout output: [info] Adding 37.235.1.177 to /etc/resolv.conf 2020-09-08 15:13:58,254 DEBG 'start-script' stdout output: [info] Adding 84.200.70.40 to /etc/resolv.conf 2020-09-08 15:13:58,256 DEBG 'start-script' stdout output: [info] Adding 1.0.0.1 to /etc/resolv.conf 2020-09-08 15:13:58,420 DEBG 'start-script' stdout output: [info] Attempting to load iptable_mangle module... 2020-09-08 15:13:58,421 DEBG 'start-script' stderr output: modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/4.19.107-Unraid 2020-09-08 15:13:58,421 DEBG 'start-script' stdout output: [warn] Unable to load iptable_mangle module using modprobe, trying insmod... 2020-09-08 15:13:58,422 DEBG 'start-script' stderr output: insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory 2020-09-08 15:13:58,422 DEBG 'start-script' stdout output: [warn] Unable to load iptable_mangle module, you will not be able to connect to the applications Web UI or Privoxy outside of your LAN [info] unRAID/Ubuntu users: Please attempt to load the module by executing the following on your host: '/sbin/modprobe iptable_mangle' [info] Synology users: Please attempt to load the module by executing the following on your host: 'insmod /lib/modules/iptable_mangle.ko' 2020-09-08 15:13:58,435 DEBG 'start-script' stdout output: [info] Docker network defined as 172.17.0.0/16 2020-09-08 15:13:58,437 DEBG 'start-script' stdout output: [info] Adding 192.168.1.0/24 as route via docker eth0 2020-09-08 15:13:58,438 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2020-09-08 15:13:58,439 DEBG 'start-script' stdout output: default via 172.17.0.1 dev eth0 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.4 192.168.1.0/24 via 172.17.0.1 dev eth0 2020-09-08 15:13:58,439 DEBG 'start-script' stdout output: -------------------- 2020-09-08 15:13:58,466 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2020-09-08 15:13:58,467 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 1198 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A INPUT -s 192.168.1.0/24 -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 -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 1198 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A OUTPUT -d 192.168.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 2020-09-08 15:13:58,468 DEBG 'start-script' stdout output: -------------------- 2020-09-08 15:13:58,468 DEBG 'start-script' stdout output: [info] Starting OpenVPN... 2020-09-08 15:13:58,473 DEBG 'start-script' stdout output: Tue Sep 8 15:13:58 2020 WARNING: file 'credentials.conf' is group or others accessible Tue Sep 8 15:13:58 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Tue Sep 8 15:13:58 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-09-08 15:13:58,473 DEBG 'start-script' stdout output: [info] OpenVPN started 2020-09-08 15:13:58,473 DEBG 'start-script' stdout output: Tue Sep 8 15:13:58 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-09-08 15:13:58,474 DEBG 'start-script' stdout output: Tue Sep 8 15:13:58 2020 CRL: loaded 1 CRLs from file [[INLINE]] 2020-09-08 15:13:58,475 DEBG 'start-script' stdout output: Tue Sep 8 15:13:58 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]172.83.40.111:1198 Tue Sep 8 15:13:58 2020 UDP link local: (not bound) Tue Sep 8 15:13:58 2020 UDP link remote: [AF_INET]172.83.40.111:1198 2020-09-08 15:13:58,631 DEBG 'start-script' stdout output: Tue Sep 8 15:13:58 2020 [592ca2b34a8b9c9ff3a0fbc7fb729cae] Peer Connection Initiated with [AF_INET]172.83.40.111:1198 2020-09-08 15:14:05,071 DEBG 'start-script' stdout output: Tue Sep 8 15:14:05 2020 TUN/TAP device tun0 opened Tue Sep 8 15:14:05 2020 /usr/bin/ip link set dev tun0 up mtu 1500 2020-09-08 15:14:05,072 DEBG 'start-script' stdout output: Tue Sep 8 15:14:05 2020 /usr/bin/ip addr add dev tun0 local 10.20.11.6 peer 10.20.11.5 2020-09-08 15:14:05,073 DEBG 'start-script' stdout output: Tue Sep 8 15:14:05 2020 /root/openvpnup.sh tun0 1500 1558 10.20.11.6 10.20.11.5 init 2020-09-08 15:14:05,077 DEBG 'start-script' stdout output: Tue Sep 8 15:14:05 2020 Initialization Sequence Completed 2020-09-08 15:14:05,186 DEBG 'start-script' stdout output: [info] Port forwarding is enabled [info] Checking endpoint 'ca-vancouver.privateinternetaccess.com' is port forward enabled... 2020-09-08 15:14:06,104 DEBG 'start-script' stdout output: [info] PIA endpoint 'ca-vancouver.privateinternetaccess.com' is in the list of endpoints that support port forwarding 2020-09-08 15:14:06,104 DEBG 'start-script' stdout output: [info] List of PIA endpoints that support port forwarding:- [info] ca-toronto.privateinternetaccess.com [info] ca-montreal.privateinternetaccess.com [info] ca-vancouver.privateinternetaccess.com [info] de-berlin.privateinternetaccess.com [info] de-frankfurt.privateinternetaccess.com [info] france.privateinternetaccess.com [info] czech.privateinternetaccess.com [info] spain.privateinternetaccess.com [info] ro.privateinternetaccess.com [info] israel.privateinternetaccess.com [info] Attempting to get dynamically assigned port... 2020-09-08 15:14:06,639 DEBG 'start-script' stdout output: [warn] Exit code '52' from curl != 0 or no response body received [info] 12 retries left [info] Retrying in 10 secs... 2020-09-08 15:14:16,901 DEBG 'start-script' stdout output: [warn] Exit code '52' from curl != 0 or no response body received [info] 11 retries left [info] Retrying in 10 secs... 2020-09-08 15:14:27,165 DEBG 'start-script' stdout output: [warn] Exit code '52' from curl != 0 or no response body received [info] 10 retries left [info] Retrying in 10 secs... 2020-09-08 15:14:47,243 DEBG 'start-script' stdout output: [warn] Exit code '52' from curl != 0 or no response body received [info] 9 retries left [info] Retrying in 10 secs... 2020-09-08 15:15:07,320 DEBG 'start-script' stdout output: [warn] Exit code '52' from curl != 0 or no response body received [info] 8 retries left [info] Retrying in 10 secs... 2020-09-08 15:15:27,397 DEBG 'start-script' stdout output: [warn] Exit code '52' from curl != 0 or no response body received [info] 7 retries left [info] Retrying in 10 secs... 2020-09-08 15:15:38,085 DEBG 'start-script' stdout output: [info] Successfully assigned incoming port 54511 2020-09-08 15:15:38,123 DEBG 'start-script' stdout output: [info] Attempting to get external IP using Name Server 'ns1.google.com'... 2020-09-08 15:15:38,474 DEBG 'start-script' stdout output: [info] Successfully retrieved external IP address 172.83.40.111 2020-09-08 15:15:38,572 DEBG 'watchdog-script' stdout output: [info] Deluge listening interface IP 0.0.0.0 and VPN provider IP 10.20.11.6 different, marking for reconfigure 2020-09-08 15:15:38,574 DEBG 'watchdog-script' stdout output: [info] Deluge not running 2020-09-08 15:15:38,577 DEBG 'watchdog-script' stdout output: [info] Deluge Web UI not running 2020-09-08 15:15:38,577 DEBG 'watchdog-script' stdout output: [info] Deluge incoming port 6890 and VPN incoming port 54511 different, marking for reconfigure 2020-09-08 15:15:38,577 DEBG 'watchdog-script' stdout output: [info] Attempting to start Deluge... [info] Removing deluge pid file (if it exists)... 2020-09-08 15:15:38,847 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.20.11.6' [info] Writing changes to Deluge config file '/config/core.conf'... 2020-09-08 15:15:39,119 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'... 2020-09-08 15:15:39,283 DEBG 'watchdog-script' stdout output: [info] Deluge key 'default_daemon' currently has a value of '184de89885694ff7bdfe449db324f560' [info] Deluge key 'default_daemon' will have a new value '184de89885694ff7bdfe449db324f560' [info] Writing changes to Deluge config file '/config/web.conf'... 2020-09-08 15:15:39,559 DEBG 'watchdog-script' stdout output: [info] Deluge process started [info] Waiting for Deluge process to start listening on port 58846... 2020-09-08 15:15:39,770 DEBG 'watchdog-script' stdout output: [info] Deluge process listening on port 58846 2020-09-08 15:15:42,695 DEBG 'watchdog-script' stdout output: Setting "random_port" to: False Configuration value successfully updated. 2020-09-08 15:15:45,395 DEBG 'watchdog-script' stdout output: Setting "listen_ports" to: (54511, 54511) Configuration value successfully updated. 2020-09-08 15:15:45,395 DEBG 'watchdog-script' stdout output: Setting "listen_ports" to: (54511, 54511) Configuration value successfully updated. 2020-09-08 15:15:48,135 DEBG 'watchdog-script' stdout output: [info] No torrents with state 'Error' found 2020-09-08 15:15:48,135 DEBG 'watchdog-script' stdout output: [info] Starting Deluge Web UI... [info] Deluge Web UI started Logs attached. Log for_ binhex-delugevpn.html
  6. Cannot access the webUI no matter what I do? It was working perfect, I updated and now it will not connect at all to the webUI. With or without VPN enabled no luck. Any ideas or helpful hints?
  7. Updated to latest qbittorrent now unable to connect to webUI. I changed nothing in the config just updated to latest version. I am using pia and tried to turn off vpn and still unable to connect to the WebUI. It was working but all of a sudden I cannot connect to it either with or without vpn enabled. I also noticed that remote torrent adder is unable to contact my server. I have a exception added to my bit torrent application for online threat prevention. Is anyone else having issues with the latest update? Any ideas on how to fix this issue? I see this in the logs not sure what it means: Sun Sep 6 11:12:02 2020 WARNING: file 'credentials.conf' is group or others accessible
  8. I am just wondering if there is an app or plugin for monitoring controller card temps.
  9. I just think that it would be faster if I was able to move the files instead of rebuilding them. The disk is in good shape its not failing or anything I just dont want it in the array anymore as I would prefer to have only NAS rated drives in there.
  10. I am not sure if this was the right thing to do but I just reinstalled the dockers and pointed their config locations to the appdata share on the cache drive. They then started up and all the info was there. Maybe when I moved the appdata file to the cache I forgot to repoint them? Not sure why the mover operation last night caused and issue and the appdata file was moved along time ago. I am kinda scared to do a reboot on the server tho.
  11. I added new disks to my array yesterday all was well. Today I try to watch plex and it says it is not available, I look at my dockers and I have none except for Krusader? What happened to my UnRaid OS where have all my dockers gone? Can anyone tell me what happened?? I didn't even restart my server? I had just setup sonarr and qbittorentvpn and it was working for days. I see all the docker apps in the appdata share on the cache drive but it is not starting them or even listing them under dockers. It also doesnt auto start my array anymore when I reboot the server. The only thing I can think of is when mover ran last night it messed something up. mediahog-diagnostics-20200810-0844.zip mediahog-syslog-20200810-1545.zip
  12. So is it possible to swap disks and not have the array rebuild the info on the new disk? In my array I have a 4Tb seagate barracuda. I want to get rid of it as it isn't a NAS drive like all the other drives in my array. Could I copy the info on the barracuda to another drive and leave that slot empty in the array or move the disk i copied the info to, into that slot? I just got a few 12TB WD reds for my array so was wondering about switching out that 4TB barracuda for one of the 12 TB reds. I just don't want the array to have to rebuild the data if I can help it. I am thinking it would take less time to transfer the data then it would for the array to rebuild that data. I just dont want that slot empty in my Jbod, don't ask why just an OCD thing of mine I guess. I am asking because I don't want to break anything as it is running great right now.
  13. It is seeing the Folders but not the Movie files themselves. So it is recognizing the Title of the Movie from the folder but then its like it cant see anything inside the folder. It is not seeing .mkv or mp4 files.
  14. Just installed Radarr and it is not seeing the movie files in the folders. Out of 831 Movies it actually only sees one as downloaded. Any tips on how to get this to see all the movie files. It sees the folders but not the files withing the folder. I have checked and usually the files are titled the same as the movie folder itself.
  15. I am trying to run unbalance to just make a little more room on some of my fuller disks. I do the plan feature after selecting folders that i want to move. It states that permissions on some folders/files are not set to 'nobody'. I checked all my shares and they are set to public for security. I did check the files that have been downloaded by qbittorent and they are set to everyone. Is there a way to change the way files are grated permissions when they are downloaded? Is 'everyone' the same as 'nobody'? I was checking permissions from windows file explorer. If I have to run Docker safe new perms all the time i want to move some files using unbalance this could get annoying real fast. I would not be surprised if I messed up a share as I am new to this OS but I dont think i did. Any insight and advice would be welcome. mediahog-diagnostics-20200806-1807.zip mediahog-syslog-20200807-0108.zip
  16. So is there a way to remove files from the cache drive in Crusader? When i go to the drive there are no files listed in Crusader but there are files on the Drive.
  17. Yeah but i want to tell it to save to /mnt/user/Downloads/Incomplete
  18. I need to change the container path to the same path as the host right?
  19. So in the qbittorrent docker the host path is mnt/user/Downloads/Incomplete the Container Path is /data Is this what you are asking for?
  20. I have read the article and I believe that my containers are pointed to the proper location for downloads to go. /mnt/user/Downloads/Incomplete and in the webui for qbittorrent I have the default path set as the same path.
  21. First thanks for all your support on this twisting turning adventure that is UnRaid. I recently got qbittorent to work and it dowloads and seeds from my cache drive atm. I then manually move the files to the shares using smb. I noticed today that a TV Shows folder is on my cache drive with two episodes of a show I downloaded, not sure how it got there but I cannot seem to remove it. I navigated to the cache drive in Krusader and no files even appear there. Is there some thing I have to enable to allow me to remove files directly from my cache drive?
  22. I am running into something strange now that I have remote torrent adder sending torrents to my qbittorrent web gui on my unraid server. I changed the save path to: /mnt/user/Downloads/Incomplete, it starts to download but then tapers off in speed till it stalls out about 5 seconds. If I change it back to the default location /config/qbittorent/downloads it starts up and grabs it in mere minutes. I am not sure what is wrong here and why changing it to save to the share i want is killing it from downloading. Anyone seen this before?
  23. Ok so what is the difference between a share that is public and a SMB share? I can see my shares in windows file expolrer under network but I havent created them under the SMB section of UnRaid.
×
×
  • Create New...