a_n_d_y

Members
  • Posts

    99
  • Joined

Posts posted by a_n_d_y

  1. 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
    

  2. Well I thought about moving the caches to ssd to free up two 3.5 slots and then a little bit of drive stacking using brackets resulting in something like this:

     

    6AqLBwF.png

     

    So not quite 11 full drives, but sill fairly drive dense. If I went totally bonkers I know that I can fit a drive between the power supply and the left door of the case. Could get a bracket made that would grab onto the power supply.

     

    Build looks awesome.

     

    What brackets are you using on the bottom?

  3. 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"

  4. This is awesome!

     

    Is there a way to pull larger size movie posters?

     

    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.

  5. 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.

  6. 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

  7. 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.

  8. OK figured it out!

     

    When I changed the directory for the data from the default location to the cache disk, it created a share.

     

    For some reason when setting it to "Use Cache: Only" it did not work because the plugin created the folder, so the mover was moving the files in the morning, which MySQL could not find.

     

    Deleting the folder contents and the share, and then manually creating the share and setting it to "Use Cache: Only" prior to starting up MySQL again seems to have resolved the issue.

  9. I'm having some problems with keeping the MySQL server up.  Seems like something is happening overnight, but in the morning I get this error:

     

    "Can't open and lock privilege tables: Table 'mysql.host' doesn't exist"

     

    I can't figure out why thats happening.

     

    If I delete the data directory and restart the service it works fine, although everything has been deleted to make it work.

     

    Any insight?