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.

whitewraith

Members
  • Joined

  • Last visited

Everything posted by whitewraith

  1. Hello everyone, I get his message in the deluge logs "[info] No torrents with state 'Error' found." This is new to me and I haven't changed any settings but it is not seeding anything. It will let me download. I am not sure what this means or how to fix it?
  2. Hello everyone, I ran preclear on some new drives I am going to add to array. Preclear completed without issue on new drives. I then stopped the array and turned off the server so that I could do some physical cleaning of my jbod and the server. When I turned on the array and server it seemed that the preclear status on the drives is no longer there. Do I have to preclear again? or is it still safe to add to the array?
  3. Here are the diagnostics, please take a look and let me know if you find out what is happening. I am really confused. I am expecting the download share on the cache drive to move to to download share on the array. mediahog-diagnostics-20240405-1034.zip
  4. I am on version 6.12.8 so almost the latest version. when i invoke the mover manual the screen refreshes and mover is working but I have no indication that it is running. It seems to move the files from the cache to the array but it copies the files as after the mover is done they are still on my cache drive. Is there a setting i am missing in this new version? Why is it copying files and not moving them properly?
  5. Yeah I checked and there is tons of room. it seems like mover is broken or something.
  6. Hey everyone, I noticed that files are copied to the array but then I still have them on the cache drive. I download to the array then I have mover set to move them at 3AM to the array. I am noticing that all the files get moved but some still remain on the cache drive. I am not seeing any settings that have changed and I have had it setup this way for years. Any ideas why this might be acting this way now?
  7. I can see my server in file explorer but when i click on it I get prompted for password but it doesn't accept it. This seems to have started since windows 11. I am on UNRaid version 6.12.4 mediahog-diagnostics-20231121-0830.zip
  8. I noticed this for the first time today. What do I do to fix it? It was at the bottom under all my docker containers on the docker tab. Warning: file_put_contents(): Only -1 of 108 bytes written, possibly out of free disk space in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php on line 714
  9. i wouldnt mind doing that, how do i set that up?
  10. Hey all I do not have a monitor connected to unraid because I usually remote in to the web interface. However I live in Ca and we have rolling brown outs this time of year, is there a way to use an AOC usb monitor with unraid? I would like to be able to plug it in while my server is on my battery back up and shut it down properly before it loses power totally.
  11. Maybe a dumb question, but how can i be sure that delugevpn is using the vpn. If it is enabled in the container and then I can open the webui, does that mean it is using the vpn and all is well? Or is it if I can download something with vpn enabled in the container?
  12. I meant the advanced slider in the upper right corner.
  13. Look at the advanced docker parameters. Its a little toggle upper right hand side when u edit the docker. Then u will see the line you need to change.
  14. Super slow download speeds with PIA enabled. So I weathered the next-gen pia server fiasco and thought it would be great now that bihnexx got deluge to work with the new servers. However since getting myself setup with the next-gen servers my download speeds are total garbage. Is PIA still messed up or is it the docker container? With vpn enabled in the docker I download at 210kib/s. It takes days to get a download a that speed. PIA has not responded to my support tickets so am looking to you all for help. SHould i ditch PIA if so what other VPN services are there that are trusted by the torrent community?
  15. All of a sudden not taking the default pw. Anyone noticed this or know how to fix it? I even applied the update and it still wont let me log into the web ui. I never changed the default pw but now it is not recognizing.
  16. 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.
  17. 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.
  18. Looks like they are still working on an Open VPN script.
  19. 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
  20. 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?
  21. 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
  22. 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.
  23. 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.

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.