a_n_d_y

Members
  • Posts

    99
  • Joined

Everything posted by a_n_d_y

  1. I have the latest and greatest as of 30 minutes ago. My bad, I should've dug back further in the support pages. Didn't realize additional variables needed to be manually added. I guess I thought they'd show up with the update. Anyways, working fine! Thank you!
  2. I upgraded to the latest and greatest and having problems. The docker container says its running, but I can't access the web UI with PIA VPN enabled. Works fine with it disabled tho. What do you think? ErrorWarningSystemArrayLogin 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... 2017-01-29 12:25:08,584 CRIT Set uid to user 0 2017-01-29 12:25:08,584 INFO Included extra file "/etc/supervisor/conf.d/transmission.conf" during parsing 2017-01-29 12:25:08,586 INFO supervisord started with pid 16 2017-01-29 12:25:09,588 INFO spawned: 'checkproc-script' with pid 19 2017-01-29 12:25:09,589 INFO spawned: 'start-script' with pid 20 2017-01-29 12:25:09,589 INFO spawned: 'transmission-script' with pid 21 2017-01-29 12:25:09,590 INFO spawned: 'privoxy-script' with pid 22 2017-01-29 12:25:09,594 DEBG 'transmission-script' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2017-01-29 12:25:09,594 INFO success: checkproc-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-01-29 12:25:09,594 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-01-29 12:25:09,594 INFO success: transmission-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-01-29 12:25:09,594 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-01-29 12:25:09,594 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2017-01-29 12:25:09,596 DEBG 'privoxy-script' stdout output: [info] Privoxy set to disabled 2017-01-29 12:25:09,597 DEBG fd 24 closed, stopped monitoring <POutputDispatcher at 47465293154064 for <Subprocess at 47465293107640 with name privoxy-script in state RUNNING> (stderr)> 2017-01-29 12:25:09,597 DEBG fd 20 closed, stopped monitoring <POutputDispatcher at 47465292105776 for <Subprocess at 47465293107640 with name privoxy-script in state RUNNING> (stdout)> 2017-01-29 12:25:09,597 INFO exited: privoxy-script (exit status 0; expected) 2017-01-29 12:25:09,597 DEBG received SIGCLD indicating a child quit 2017-01-29 12:25:09,602 DEBG 'start-script' stdout output: [info] VPN default certs defined, copying to /config/openvpn/... 2017-01-29 12:25:09,603 DEBG 'start-script' stdout output: [info] VPN config file (ovpn extension) is located at /config/openvpn/openvpn.ovpn 2017-01-29 12:25:09,604 DEBG 'start-script' stdout output: [warn] VPN provider remote port incorrect, overriding to 1198 2017-01-29 12:25:09,626 DEBG 'start-script' stderr output: mknod: /dev/net/: File exists 2017-01-29 12:25:09,628 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.0.1 2017-01-29 12:25:09,630 DEBG 'start-script' stdout output: [info] Adding 192.168.1.0/24 as route via docker eth0 2017-01-29 12:25:09,630 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2017-01-29 12:25:09,631 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.2 192.168.1.0/24 via 172.17.0.1 dev eth0 2017-01-29 12:25:09,631 DEBG 'start-script' stdout output: -------------------- 2017-01-29 12:25:09,632 DEBG 'start-script' stdout output: [info] iptable_mangle module not supported, attempting to load... 2017-01-29 12:25:09,633 DEBG 'start-script' stderr output: modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/4.4.30-unRAID 2017-01-29 12:25:09,633 DEBG 'start-script' stdout output: [warn] iptable_mangle module not supported, you will not be able to connect to Deluge webui or Privoxy outside of your LAN 2017-01-29 12:25:09,644 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2017-01-29 12:25:09,644 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 1198 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 9091 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 9091 -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 1198 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 9091 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 9091 -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 2017-01-29 12:25:09,644 DEBG 'start-script' stdout output: -------------------- 2017-01-29 12:25:09,644 DEBG 'start-script' stdout output: [info] Starting OpenVPN... 2017-01-29 12:25:09,652 DEBG 'start-script' stdout output: [info] OpenVPN started
  3. Yeah none of the US ones will work. I use Toronto Canada and its fast for me.
  4. You probably need to change the umask value in the settings.json file. I changed mine from the default 18 to 2. Stop Transmission You might need to chmod the settings.json file Open, edit, save Restart Transmission
  5. Build looks awesome. What brackets are you using on the bottom?
  6. http://www.newegg.com/Product/Product.aspx?Item=N82E16822178838 Promo Code: 090724HR47 - ends 9/7
  7. I didn't know that, thanks. I added my lan 192.168.1.* and docker 172.17.42.* to the white list and Sonarr connected.
  8. I had the same problem and I think I had to change Whitelist to *.*.*.* in the docker container advance view so it wouldn't block other applications.
  9. Yes that worked. Got everything working great. Thanks!
  10. I'm having trouble with this docker. I've set the /config folder path similar to other dockers on a cache drive, but for some reason everytime I restart the docker it resets all my settings. What am I doing wrong?
  11. Of course. Just make these changes to the email_body.erb file. On lines 368 and 392, change "max-width: 100%" to "max-width: 154px" This is the width of the movie posters being pulled. You can make this change to line 416, but its not necessary since 100% is the same as 154px. Also I updated the Plex logo used. The current one is a bit dated looking. On line 342, change the img src to use this URL instead: "http://i.imgur.com/lw1B3el.png"
  12. I think the posters are a set size, but you can try and re-size them by modifying the email_body.erb file and specifying the width / height The reason I bring this up is that the movie poster images are a lot smaller than the TV posters. When I was looking at the test e-mails on my phone, the TV posters filled the screen's width, but the movie posters only filled about 1/3. I modified that file and limited the maximum size of the posters so now they all appear the same size regardless of device.
  13. This is awesome! Is there a way to pull larger size movie posters?
  14. Yeah there's an issue with iOS9 and AirSonos not working. I never was able to have AirSonos play without a hiccup in the stream every 30 seconds. Cool program otherwise. Hope the developer gets it working again.
  15. For sale is the following combo: - ASUS P8H61-I (B3 Revision) Mini ITX motherboard - Intel i3-2120T - 4 GB (2x2) Corsair DDR3 1333 RAM - SYBA SI-PEX40064 Low Profile 4-Port Sata Card I used this for around 2 years or so without any issues. Primarily used to run as a low power Plex Media Server and a handful of other dockers. Last tested with unRAID 6.1.2. Can run a light weight virtual machine, but really needs more RAM. Would be ideal for someone: - running primarily dockers - wanting a Plex Media Server with 2-3 transcodes - interested in a low power build
  16. This works great with my external USB blu ray drive! Thank you!
  17. Ah yeah, I don't use newznab. Anyways, restarting the web server always does the trick for me after launching vboxwebserv. Hope you find a fix. I've got Windows XP and Mountain Lion up and running and works surprisingly well.
  18. I'll assume you have the packages copied over to the correct locations and that SimpleFeatures web server is setup properly. This works for me on RC10 (you may want to reboot your server for a clean start). Run these from a telnet session: installpkg /boot/packages/vbox-4.x.x-unRAID-3.x.x.tgz webvboxwebsrv -b -H 127.0.0.1 --logfile /var/log/vbox.log VBoxManage extpack install /boot/packages/Oracle_VM_VirtualBox_Extension_Pack-4.x.x.vbox-extpack Start (or restart if its already running) SimpleFeatures web server.
  19. This is awesome! Thank you. Running Windows 7 64-bit fine on 5-RC10.
  20. maybe this will help you kapperz http://www.slackware.com/~alien/slackbuilds/handbrake/build/
  21. Well, since nobody else seems to be working on a plugin, I am putting one together in my spare time. If you are interested in helping or looking over my code, let me know!