lux_en_veritas

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by lux_en_veritas

  1. On 10/11/2017 at 10:38 PM, dkerlee said:

    @lux_en_veritasI have the same question, although I already have a library. I noticed that I download books directly from lazy librarian interface, so maybe I/we don't need the calibre server...? I'll monkey around with it more, and see what I come up with. 

     

    I have to admit that I'm a bit boggled by the fact that I have a stable and successful Sonarr/Radarr/Plex server running with NZBGet & Deluge grabbing and filing all the media but I can't figure out how to easily do the same thing for Books and Comics.  Would love any help that's out there.

  2. Warning: Potentially incredibly stupid question incoming...

     

    Do I need to separately install Calibre in another docker or is it contained in this one?  I currently have no books and no library and want to start one so am looking for the best path to get a library set up and begin stocking it.  Any help is appreciated and my apologies for the noob questions.

    • Like 1
  3. Hello all, I'm a complete unRaid newbie and put this together to move my plex server from an old laptop to a real server.Please feel free to tell me where I screwed up and or could have done better, I am learning and want to have a stable media machine for the household now that we have cut the cord..  Would also like any tips on improving things.  The sad thing is I already have fallen to the ills of UCD as I am already looking at things to upgrade/add on to store more and make it faster. :-)

     

    Currently only have the Krusader docker installed and am copying my 4TB current Plex library to the array.  Once that's finished I'll be adding and configuring the following dockers:  Plex, PlexPy, Sonarr, Radarr, NZBGet, Deluge, Jacket, DuckDNS, LetsEncrypt and whatever else I need for ebook and music downloading.

     

    OS at time of building: unRAID 6.3.5 Trial (To be upgraded within the next 20 days)

    CPU: Matched Pair of  SLBV7 Intel Xeon X5670 2.93GHz 12MB 6 Core LGA1366 Processors

    Motherboard: SuperMicro X8DTL-3F rev2.01 Motherboard server board Dual LGA 1366 Sockets DDR3

    RAM: 48GB (6x8GB) DDR3 PC3-10600 ECC REG 240-Pin 1333MHz

    Case: Fractal Design Define R4 Black Window Silent ATX Midtower Computer Case

    Power: https://seasonic.com/product/x-850/ (Added a 8 to Dual 8 Pin EPS 12V Motherboard Power Supply Y-Splitter to properly power the board)

    CPU Cooler:  ARCTIC Freezer i11 CO, Compact Performance CPU Cooler

    Sata Card: IO Crest 4 Port SATA III PCI-e 2.0 x1 Controller Card Marvell Non-Raid with Low Profile Bracket SI-PEX40064

    Cables: SUBANG 10 Packs 18 Inches SATA III 6.0 Gbps Data Cable with Locking Latch Blue, StarTech.com 4x SATA Power Splitter Adapter Cable (PYO4SATA)Silverstone Tek Sleeved Extension Power Supply Cable with 1 x Motherboard 24-Pin Connector (PP07-MBW)

    Fans: Currently the 2 stock 140mm fans that came with the case

    Total cost: $600.22 for above

     

    Cache: Mushkin REACTOR 1TB Internal Solid State Drive (SSD) 2.5 Inch SATA III 6Gb/s MLC 7mm MKNSSDRE1TB

    Parity Drive: 1 X Hitachi-HGST -  3.5" 2TB SATA 3.0Gb/s 7200RPM 32MB Cache HDD

    Data Drives: 5 X  Hitachi-HGST -  3.5" 2TB SATA 3.0Gb/s 7200RPM 32MB Cache HDD

    Total Drive Capacity: 12 Drives

    Total cost of current media: $494.99

     

    Primary Use: Media Server, Plex to stream, Sonarr, Radarr, etc to gather

    Secondary Use: OpenHab to finish off my home automation needs

    Likes: Very quiet,

    Dislikes: Not cool enough yet

    Add Ons Used: Community Apps, Fix Common Problems, others suggested in How to install and configure some essential plugins for unRAID

    Future Plans: 2 of Thermaltake RIING 140mm Blue LED Ultra Quiet High Airflow Computer Case Fan, Twin Pack CL-F048-PL14BU-A ordered to take care of the cooling issue.  More data Drives, Open to suggestions to improve performance 

     

    Pics  and power consumption info to come

     

    Thoughts?

     

    <Edited to match the preferred UCD layout>

  4. 3 hours ago, lux_en_veritas said:

    Wow, you're fast.  Another dumb question, is that the declared user "puid=1002" or the VPN_USER?  I'm thinking the VPN user as we never declare a password for the PUID, but if there's a permission issue...

    Figured it out, I left a character off the PIA username.  Like I said, ID10t error

     

    Thank you for pointing out where I strayed

  5. 6 minutes ago, binhex said:

     


    This is your issue, wrong username and/or password:-

    Mon Jun 19 16:30:28 2017 AUTH: Received control message: AUTH_FAILED

    Sent from my SM-G935F using Tapatalk
     

     

    Wow, you're fast.  Another dumb question, is that the declared user "puid=1002" or the VPN_USER?  I'm thinking the VPN user as we never declare a password for the PUID, but if there's a permission issue...

  6. Forgive the newbie here but I'm assembling a docker based media machine and using your deluge container.  As an admitted newbie, I cannot get the web-ui to launch

     

    I used this script:

     

        docker run --restart=always -d \
            --cap-add=NET_ADMIN \
            -p 8112:8112 \
            -p 8118:8118 \
            -p 58846:58846 \
            --name=deluge \
            -v /srv/app-data/deluge:/config \
            -v /srv/downloads:/data \
            -v /srv/downloads:/downloads \
            -v /srv/media:/media \
            -v /srv/seeds:/seeds \
            -v /etc/localtime:/etc/localtime:ro \
            -e VPN_ENABLED=yes \
            -e VPN_USER=<myusername> \
            -e VPN_PASS=<myPass> \
            -e VPN_REMOTE=ca.privateinternetaccess.com \
            -e VPN_PORT=1194 \
            -e VPN_PROTOCOL=udp \
            -e VPN_PROV=pia \
            -e ENABLE_PRIVOXY=yes \
            -e LAN_NETWORK=10.0.212.0/24 \
            -e DEBUG=true \
            -e PUID=1002 \
            -e PGID=11000 \
            -e UMASK=003 \
            -e MASK=003 \
            binhex/arch-delugevpn

    And have uploaded my log.  I appreciate any help and am prepared for some razzing if it is your basic ID10t error.

     

    supervisord.log