Paul_Ber

Community Developer
  • Posts

    371
  • Joined

  • Last visited

Everything posted by Paul_Ber

  1. Flexget Docker request. Make it easy to setup the webui and scheduling. Somehow to initiate a manual run? I am used to the regular Linux version where you can do a manual run in Terminal with -flexget execute -v" where you can watch it run in real time. Sent from my XT1563 using Tapatalk
  2. What do I do with privoxy and deluge settings? Sent from my XT1563 using Tapatalk
  3. I am playing with one of the Flexget plugins. So far I have noticed I need to have the same media access point in each Docker so that the Flexget passes the correct movedone to DelugeVPN. Unrelated to DelugeVPN but for some reason the Flexget Docker will just disappear on it's own. Then I have to start over again. I'll ask in that support thread. Anyone know what the difference between the 2 Flexget? One shows up as a Docker and one shows up as part of the main Settings? Any tips to point Flexget Docker to use the DelugeVPN VPN connection for querying? Binhex is there any chance to add Flexget to be part of DelugeVPN? How many beers would it take? Donation sent$10.00 USD Payment completedSent to:[email protected] Transaction details Powered byPayPal Paul, you just made a donation. Transaction ID:xxxxxxxxxxx6035 Sent from my XT1563 using Tapatalk
  4. What about the Flexget Docker communicating with the DelugeVPN Docker? Flexget will be telling DelugeVPN what to download.
  5. Signed up for Air for a month to try it out. Seems to work.
  6. Ok I cannot get it to work. With VPN set to no I can reach the Deluge webui at port 8112. With VPN set to yes I cannot reach webui of Deluge. I not 100% sure if proXPN has incoming ports? 2016-04-17 17:48:11,070 CRIT Set uid to user 0 2016-04-17 17:48:11,070 WARN Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2016-04-17 17:48:11,073 INFO supervisord started with pid 13 2016-04-17 17:48:12,077 INFO spawned: 'start-script' with pid 16 2016-04-17 17:48:12,079 INFO spawned: 'webui-script' with pid 17 2016-04-17 17:48:12,081 INFO spawned: 'deluge-script' with pid 18 2016-04-17 17:48:12,082 INFO spawned: 'privoxy-script' with pid 19 2016-04-17 17:48:12,092 DEBG 'privoxy-script' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-04-17 17:48:12,092 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-04-17 17:48:12,092 INFO success: webui-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-04-17 17:48:12,092 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-04-17 17:48:12,092 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2016-04-17 17:48:12,093 DEBG 'deluge-script' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2016-04-17 17:48:12,096 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2016-04-17 17:48:12,110 DEBG 'start-script' stdout output: [info] VPN provider defined as custom [info] VPN config file (ovpn extension) is located at /config/openvpn/proxpn.ovpn 2016-04-17 17:48:12,112 DEBG 'start-script' stdout output: [info] Env vars defined via docker -e flags for remote host, port and protocol, writing values to ovpn file... 2016-04-17 17:48:12,133 DEBG 'start-script' stdout output: [info] VPN provider remote gateway defined as se1.proxpn.com [info] VPN provider remote port defined as 443 [info] VPN provider remote protocol defined as udp 2016-04-17 17:48:12,141 DEBG 'start-script' stdout output: [info] VPN provider username defined as [email protected] 2016-04-17 17:48:12,146 DEBG 'start-script' stdout output: [warn] Username contains characters which could cause authentication issues, please consider changing this if possible 2016-04-17 17:48:12,151 DEBG 'start-script' stdout output: [info] VPN provider password defined as xxxxxxxx 2016-04-17 17:48:12,172 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.42.1 2016-04-17 17:48:12,184 DEBG 'start-script' stdout output: [info] Setting permissions recursively on /config/openvpn... 2016-04-17 17:48:12,186 DEBG 'start-script' stdout output: [info] Adding 192.168.1.0/24 as route via docker eth0 2016-04-17 17:48:12,187 DEBG 'start-script' stdout output: [info] ip route defined as follows... 2016-04-17 17:48:12,188 DEBG 'start-script' stdout output: -------------------- 2016-04-17 17:48:12,188 DEBG 'start-script' stdout output: default via 172.17.42.1 dev eth0 2016-04-17 17:48:12,189 DEBG 'start-script' stdout output: 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.16 192.168.1.0/24 via 172.17.42.1 dev eth0 2016-04-17 17:48:12,189 DEBG 'start-script' stdout output: -------------------- 2016-04-17 17:48:12,193 DEBG 'start-script' stdout output: [info] iptable_mangle support detected, adding fwmark for tables 2016-04-17 17:48:12,226 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2016-04-17 17:48:12,227 DEBG 'start-script' 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 443 -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 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 443 -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 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-04-17 17:48:12,227 DEBG 'start-script' stdout output: -------------------- 2016-04-17 17:48:12,227 DEBG 'start-script' stdout output: [info] nameservers 2016-04-17 17:48:12,228 DEBG 'start-script' stdout output: nameserver 8.8.8.8 nameserver 8.8.4.4 2016-04-17 17:48:12,228 DEBG 'start-script' stdout output: -------------------- [info] Starting OpenVPN... 2016-04-17 17:48:12,232 DEBG 'start-script' stdout output: Options error: --nobind doesn't make sense unless used with --remote Use --help for more information. 2016-04-17 17:48:12,232 DEBG fd 6 closed, stopped monitoring <POutputDispatcher at 47167152431976 for <Subprocess at 47167152431760 with name start-script in state RUNNING> (stdout)> 2016-04-17 17:48:12,232 DEBG fd 8 closed, stopped monitoring <POutputDispatcher at 47167152432336 for <Subprocess at 47167152431760 with name start-script in state RUNNING> (stderr)> 2016-04-17 17:48:12,233 INFO exited: start-script (exit status 1; not expected) 2016-04-17 17:48:12,233 DEBG received SIGCLD indicating a child quit From proXPN's FAQ Q: Which ports should be open on my router and firewall for it to work? A: For the majority of our users, the necessary ports are already open. This is because we use port 443 (the common SSL port), so if your browser can get to an SSL-enabled website, then our client will work without any tinkering necessary. If you're connecting via PPTP VPN (such as on a mobile device) you'll need to ensure that the router your device is connected to has port 1723 (TCP) open and is allowing the GRE protocol 47. From above Answer, it looks like 443 is at the proXPN end so no incoming ports. I may need to sign up for PIA.
  7. When VM starts/running/stopped the boot unRAID video card ouput/input freezes. unRAID console monitor and input fine until VMs start. Bios set to boot off = PCI Visiontek Radeon 7000 64MB VMs do not like this card = 1st PCIe Slot 16x MSI GeForce GTX 460 VMs running on this card = 2nd PCIe Slot 16x(4x mode) GT218 [GeForce 210] I would like to have proper unRAID console monitor function. Does the unRAID 6.2 Beta fix this? unRaid Beta 6.2 stable enough not to lose data? unraid-diagnostics-20160417-1000.zip
  8. LCDproc is a piece of open source software that displays real-time system information from your Linux/*BSD box on a LCD. The server supports several serial and USB devices from Matrix Orbital and CrystalFontz as well as some devices connected to the LPT port: HD44780, T6963, SED1520 and SED1330. Various clients are available that display things like CPU load, system load, memory usage, uptime, and a lot more. Sent from my XT1563 using Tapatalk
  9. Can LCDproc be added to unRAID? I would need the lis.so driver as I have the Nmedia LCD, got it working in a Windows 7 VM but that only show stats for the VM.
  10. So I should remove this? I have 32Gig of Ram. Does the server delete the transcoded files? My setup is like this.
  11. I was having problems installing the Trakt plugin on the Plex Media Server. I found copying files from Windows somehow didn't work. So I used the Command Line app by dmacias72 in the unRAID webGUI under Tools Tab. Got the info below from https://github.com/trakt/Plex-Trakt-Scrobbler/wiki/Installation%20-%20Linux%20(Shell) just corrected the path for the right location of the Plug-ins folder Download latest version of the plugin. root@unRAID:~# wget https://github.com/trakt/Plex-Trakt-Scrobbler/archive/master.zip -O Plex-Trakt-Scrobbler.zip Extract contents of the archive. root@unRAID:~# unzip Plex-Trakt-Scrobbler.zip Stop Plex Media Server from the Docker Tab. Copy Trakttv.bundle into the Plug-ins directory root@unRAID:~# cp -r Plex-Trakt-Scrobbler-*/Trakttv.bundle "/mnt/cache/appdata/PlexMediaServer/Library/Application Support/Plex Media Server/Plug-ins/" Start Plex Media Server from the Docker Tab. I then went into the webui of the Plex Server and under channels I had the Trakt channel.
  12. I had similar issues after trying to get DelugeVPN Docker working. I screwed at first not realizing Dockers shouldn't be on /mnt/user. Even though I had uninstalled the Dockers, the files and directories were still there. I finally had to backup my usb Flash drive and key and reformat and put unRAID 6.1.9 back with key and start again. I never lost the attached display so was able to "power down" from command line. Also "htop" is good to see if any process is hogging the CPU. Haven't had issues yet, also changed the setting to not update webGUI in real-time while parity check is occurring. So far I have kept the Dockers to Plex and Dropbox. I am a noob when it come to unRAID but many years with Linux. I am going to install that package mentioned earlier. Sent from my XT1563 using Tapatalk
  13. I found some used PCI video cards: Visiontek Radeon 7000 64MB PCI or some 8MB cards. My motherboard might boot off the PCI slot so that my PCIe card could be used for VMs. Is that card OK or should I find the Rage XL ones? Sent from my XT1563 using Tapatalk
  14. What is the proper /etc/fstab form on an Ubuntu machine to mount the unRAID SMB shares? To not mess up permissions on the unRAID shares? So far this what I have on my Ubuntu machine to mount the unRAID SMB shares every boot. # Samba //192.168.1.110/Media /media/Media cifs guest,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0 #this what works on my Ubuntu Machine so Anyone can view, change, and access content. Is there a better way. Also so far I have not password protected the SMB share but will later.
  15. I have an Asus M5A97 R2.0 MB with no onboard video. I tried getting a low end PCIe video card to go in the 2nd PCIe x16 slot(runs in x4 mode). The BIOS only has the option of PCI/PEG or PEG/PCI for the boot video card. There is no option to tell BIOS to boot with the 2nd PCIe slot. So I may need to buy one of those ATI Rage XL PCI cards. I want to run VMs on the PCIe cards. Is there a way to change something on the UnRaid USB to boot off the 2nd PCIe video card? I still want the terminal window just in case. Sent from my XT1563 using Tapatalk
  16. Midnight Commander or mc Sent from my XT1563 using Tapatalk
  17. I have 2 video cards, right now unRaid is grabing the PCIe x 16 card. I would like unRaid to boot with the slower PCIe x 4 video card. Sent from my XT1563 using Tapatalk
  18. I think I can answer my own question, checked the LAN transfer rates and am getting around 230Mbps so it must be writing to cache pool first. Sent from my XT1563 using Tapatalk
  19. How will i know the cache pool is working correctly? Will it use the cache pool but not show as used on the pool? I am copying files over the network and I see the array filling up, but the cache pool looks the same?
  20. A Docker that run LCDproc to send system info to a 20x2 LCD panel that is connected to an USB header. I have been using a LCD lis panel since 2010 on Ubuntu. See my instructions for Ubuntu http://forum.kodi.tv/showthread.php?tid=79433.
  21. I must be missing something here on how to install and setup delugeVPN? The only Docker I got working so far is PLex. Do I need to read up on Docker installs itself?
  22. I found Attic Computer in Vancouver had some 8GB Kingston 1600 ECC dimms in stock. I picked up a pair. On Monday I will be going to UPS to get my other 2 dimms. Today I took my motherboard, CPU, and 240GB Kingston HyperX SSD out of the old case. Removed non-ECC dimms. I put everything together in the new Fractal Arc midi R2. Sent from my XT1563 using Tapatalk
  23. I picked up a 22" monitor on sale as my 17" only had VGA input. Also picked up a new video card cheap to be for unRaid. New monitor and GTX 460 for VMs. Different mouse and keyboard. Still have to take stuff out of my working PC and put it all together. I am just waiting on my 2 x 8GB DDR3 ECC memory. I hate UPS. No one was home, tried to get the delivery to a UPS center but by the time it was done it was too late. Now Monday after work. Sent from my XT1563 using Tapatalk
  24. Typo or time machine? Sent from my XT1563 using Tapatalk