-
[Support] JPDVM2014 Templates
Appreciate the clarification that wasn't 100% clear to me from the repo. In that case I'll keep searching for a better way to automate book search... Haven't had great luck with ebook indexers
-
[Support] JPDVM2014 Templates
I apologize in advance for what must be a ridiculous question, but how do you configure bookbounty to automatically download stuff? I have launched and configured it and it does sync fine with readarr but as far as I can tell the only way to use this app is to open the webpage and manually click download. Is there no automation in bookbounty? I can't find any information on the entire internet about this thing, the author's reddit account seems to be deleted along with every post he ever made.
-
Compiled Info: unRAID as Guest on ESXi
Question for those using ESXi. I understand the free version only support 8 vCPUs. If I am running a dual processor configuration, with 8 cores and 16 threads each, for a total of 32 threads and 16 cores... can I utilize all of these in one VM on the free edition?
-
New Emby Docker
Is anyone else having issues with this docker? I have been using it ~2 years and now it is stuck on 3.2.5, Emby keeps spamming me that 3.2.8 is available. Docker shows up to date in my docker manager: Tried both of these to no avail as well.
-
[Support] binhex - DelugeVPN
Hoping binhex or someone can help out here. I've been running this docker forever and not had any issues with it. Today I wanted to modify which cores it ran on so I stopped the docker (after shutting down the daemon through web console), clicked edit, changed the cores it is running on, and clicked apply. That cause the docker to pull some image updates and after it completed, Deluge no longer launches correctly and web console never loads. Here is a log of the docker when it starts: usermod: no changes [info] Env var PUID defined as 99 [info] Env var PGID defined as 100 [info] Permissions already set for /config [info] Starting Supervisor... 2016-03-31 23:24:42,488 CRIT Set uid to user 0 2016-03-31 23:24:42,495 WARN Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2016-03-31 23:24:42,501 INFO supervisord started with pid 13 2016-03-31 23:24:43,504 INFO spawned: 'privoxy' with pid 16 2016-03-31 23:24:43,505 INFO spawned: 'start' with pid 17 2016-03-31 23:24:43,507 INFO spawned: 'webui' with pid 18 2016-03-31 23:24:43,508 INFO spawned: 'deluge' with pid 19 2016-03-31 23:24:43,524 DEBG 'privoxy' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-03-31 23:24:43,524 INFO success: privoxy entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-03-31 23:24:43,524 INFO success: start entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-03-31 23:24:43,531 DEBG 'privoxy' stdout output: [info] checking VPN tunnel local ip is valid... 2016-03-31 23:24:43,536 DEBG 'deluge' stdout output: [info] VPN enabled, configuring Deluge... 2016-03-31 23:24:43,537 DEBG 'deluge' stdout output: [info] checking VPN tunnel local ip is valid... 2016-03-31 23:24:43,541 DEBG 'start' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-03-31 23:24:43,570 DEBG 'start' stdout output: [info] VPN provider defined as pia [info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn 2016-03-31 23:24:43,573 DEBG 'start' stdout output: [info] Env vars not defined for remote host, port and protocol, will parse existing entries from ovpn file... 2016-03-31 23:24:43,609 DEBG 'start' stdout output: [info] VPN provider remote gateway defined as ca-toronto.privateinternetaccess.com [info] VPN provider remote port defined as 1194 [info] VPN provider remote protocol defined as udp 2016-03-31 23:24:43,616 DEBG 'start' stdout output: [info] VPN provider username defined as pXXXXXXX 2016-03-31 23:24:43,620 DEBG 'start' stdout output: [info] VPN provider password defined as XXXXXXXXXX 2016-03-31 23:24:43,635 DEBG 'start' stdout output: [info] Default route for container is 172.17.42.1 2016-03-31 23:24:43,654 DEBG 'start' stdout output: [crit] LAN network not defined, please specify via env variable LAN_NETWORK 2016-03-31 23:24:43,655 DEBG fd 9 closed, stopped monitoring (stdout)> 2016-03-31 23:24:43,655 DEBG fd 14 closed, stopped monitoring (stderr)> 2016-03-31 23:24:43,655 INFO exited: start (exit status 1; not expected) 2016-03-31 23:24:43,655 DEBG received SIGCLD indicating a child quit 2016-03-31 23:24:44,656 INFO success: webui entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2016-03-31 23:24:44,656 INFO success: deluge entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) Nothing else ever follows that and the console never loads. edit: Ok so it looks like the environment variable LAN_RANGE was replaced with LAN_NETWORK at some point and that is where the problem seems to be. I tried simply renaming LAN_RANGE to LAN_NETWORK but then I get the following errors, so I assume the syntax was changed as well: 2016-03-31 23:35:34,071 DEBG 'start' stdout output: [info] Default route for container is 172.17.42.1 2016-03-31 23:35:34,081 DEBG 'start' stdout output: [info] [u][b]Adding 192.168.0.1-192.168.0.254 as route via docker eth0[/b][/u] 2016-03-31 23:35:34,082 DEBG 'start' stderr output: [u][b]Error: an inet prefix is expected rather than "192.168.0.1-192.168.0.254".[/b][/u] Now it seems to at least launch and download, but the above message has me concerned it is messing up the routing table and potentially not using VPN. Here's an extended excerpt showing some concerning messages: 2016-03-31 23:35:33,259 DEBG 'start' stdout output: [info] Env vars not defined for remote host, port and protocol, will parse existing entries from ovpn file... 2016-03-31 23:35:34,045 DEBG 'start' stdout output: [info] VPN provider remote gateway defined as ca-toronto.privateinternetaccess.com [info] VPN provider remote port defined as 1194 [info] VPN provider remote protocol defined as udp 2016-03-31 23:35:34,053 DEBG 'start' stdout output: [info] VPN provider username defined as pXXXXXXX 2016-03-31 23:35:34,057 DEBG 'start' stdout output: [info] VPN provider password defined as XXXXXXXXXX 2016-03-31 23:35:34,071 DEBG 'start' stdout output: [info] Default route for container is 172.17.42.1 2016-03-31 23:35:34,081 DEBG 'start' stdout output: [u][b][info] Adding 192.168.0.1-192.168.0.254 as route via docker eth[/b][/u]0 2016-03-31 23:35:34,082 DEBG 'start' stderr output: [u][b]Error: an inet prefix is expected rather than "192.168.0.1-192.168.0.254"[/b][/u]. 2016-03-31 23:35:34,082 DEBG 'start' stdout output: [info] ip route defined as follows... -------------------- 2016-03-31 23:35:34,083 DEBG 'start' stdout output: default via 172.17.42.1 dev eth0 2016-03-31 23:35:34,083 DEBG 'start' stdout output: 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.20 -------------------- 2016-03-31 23:35:34,090 DEBG 'start' stdout output: [info] iptable_mangle support detected, adding fwmark for tables 2016-03-31 23:35:35,092 INFO success: webui entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2016-03-31 23:35:35,092 INFO success: deluge entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2016-03-31 23:36:14,188 DEBG 'start' stderr output: [u][b]iptables v1.4.21: host/network `192.168.0.1-192.168.0.254' not found Try `iptables -h' or 'iptables --help' for more information. 2016-03-31 23:36:14,205 DEBG 'start' stderr output: iptables v1.4.21: host/network `192.168.0.1-192.168.0.254' not found Try `iptables -h' or 'iptables --help' for more information.[/b][/u] 2016-03-31 23:36:14,209 DEBG 'start' stdout output: [info] iptables defined as follows... -------------------- 2016-03-31 23:36:14,210 DEBG 'start' stdout output: -P INPUT DROP -P FORWARD ACCEPT -P OUTPUT DROP -A INPUT -i tun0 -j ACCEPT -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 1194 -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 -p udp -m udp --sport 53 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A OUTPUT -o 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 1194 -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 -p udp -m udp --dport 53 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT 2016-03-31 23:36:14,211 DEBG 'start' stdout output: --------------------
-
Preclear plugin
Thanks for the wonderful plugin, really helps us noobs.
itsrumsey
Members
-
Joined
-
Last visited