adammerkley

Members
  • Posts

    122
  • Joined

  • Last visited

Everything posted by adammerkley

  1. Going home and getting on the wifi absolutely worked. Plex launched and instantly went in to "server mode" or whatever you would call it. Then as I left, I realized that this may have worked if I had tried going to http://mypublicIP:32400/web I just didn't think of that when I was pulling out my hair last night
  2. Can you post your docker run command? Link in my sigs... Sure it's: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="plex" --net="host" -e TZ="America/Phoenix" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -e "VERSION"="latest" -v "/mnt/user/TV":"/media/tv":rw -v "/mnt/user/Movies":"/media/movies":rw -v "/mnt/user/appdata/plex":"/config":rw linuxserver/plex f2cbd54fc7457b4527823fcc0293a12c672abbb1c5d69d356ace69684535800b But I suspect reply 411 upthread will resolve my issue. Turns out you can't successfully pull a Plex taken if accessing over VPN. I'm not at home while I'm trying to do this, so here's hoping
  3. Getting a spinning "Looking for servers" and "Get your Plex Media Server" page upon first and all subsequent logins, no matter how many times I restart the docker container. Also, I don't see a Server tab under Settings.
  4. Worked! Thank you so much! Should I leave the cache drive as BTRFS or format as something else? And is a cache pool preferred?
  5. I'm at a loss on how to proceed. I think the filesystem is toast unless someone has any other ideas: root@Tower:/mnt# btrfs restore /dev/sdb /mnt/disk6/restore/ No valid Btrfs found on /dev/sdb Could not open root, trying backup super No valid Btrfs found on /dev/sdb Could not open root, trying backup super Superblock bytenr is larger than device size Could not open root, trying backup super On second thought, redoing all my Dockers is going to be a pain. Getting SickRage to scrape my TV share isn't a big deal, but re-setting up the search providers, nzbToMedia, CouchPotatoe, SABnzbd is going to take a whole night, not to mention Plex etc. My fault for not running in a cache pool I guess. Is BTRFS the recommended FS for cache drives, or should I use a different filesystem?
  6. Plex Requests wasn't launching from my browser at work, so I VPN'd to my home network and attempted to stop and then restart the Docker. Upon trying to restart it I got an error message in WebUI with a big red x saying that the execution had failed. Then I looked in the Syslog and it was complaining that the folder for the Docker was read-only. I tried restarting some other Dockers and got the same message in the UI (red x with execution error) and the Syslog (read-only error). At this point I decided to stop the Docker engine entirely, so I went to Settings > Docker and set Enabled to No. Then I set Enabled to Yes, but it showed that the Docker engine was Stopped, and the Docker tab was now missing from UI. Then I stopped the array and restarted the server. Upon reboot all of my array disks are there, but my cache disk shows as Unmountable. I've attached diagnostics from after the restart. What should I do? Is the drive toast? I'm happy to run SpinRite or similar on the SSD to see if I can resurrect it (I think SpinRite Level 2 is permissable for SSD use, I'll check before doing anything though). I'm fairly certain that I haven't been backing up my appdata folder. No big deal, it'll just be a pain at first to recreate everything tower-diagnostics-20161115-1040.zip
  7. Just went from 6.2.3 to 6.2.4 using built in updater. WebGUI isn't coming up, and I'm getting this notification sent to my gmail every minute: /bin/sh: line 1: 22637 Segmentation fault /usr/local/emhttp/plugins/dynamix/scripts/monitor &> /dev/null All my dockers are functioning and my shares are available. What's my next step? UPDATE: Shutdown -r now from command line allowed me to reboot, and WebGUI was up upon reboot. I did save a copy of syslog to disk1 before rebooting in case you're interested.
  8. Installed plugin. All user shares disappeared from the Shares tab. Rebooted and they were still gone. Uninstalled plugin and rebooted and they came back.
  9. Nope, the mobos logo is disabled. OK then, I guess I won't worry about it
  10. How do I get the AOC-SASLP-MV8 BIOS menu to appear? My new AOC-SASLP-MV8 is working happily in my 6.1.3 unRAID, but at no point in the boot up process do I see a screen showing the card's status, nor does CTRL-M do anything at all. My server is booting right up without delay, and parity checks are faster than before, but I'm a little worried that I'm missing something. The 2-port Monoprice cards that I pulled out of the server displayed their BIOS without issue. Maybe I'm not seeing the BIOS menu because the card is in the motherboard's PCI-E x16 graphics slot? I don't have a 4x slot for it to go into. My motherboard is an MSI H81M-E33 V2.
  11. Maybe this will help. This is how I have notification settings configured. I also use app passwords with Gmail.
  12. I guess the introduction of the AOC-SAS2LP-MV8 has driven down the price of the AOC-SASLP-MV8 cards. I just bought one from a reputable eBay seller for $26.
  13. I was able to modify those scripts, and it's working beautifully If I change the script to ping a non existent IP like 10.0.0.0, after 3 failed attempts, it will reboot my modem
  14. I think I'll just go with a modified version of these scripts: http://www.zacintosh.com/index.php?page=Scripts/Time%20Warner%20Cable
  15. My Cox Cable service has been a little flakey lately. My modem, a Motorola SB6141, has needed rebooting every couple weeks, after I've noticed that my internet connection has stopped working. I bought the modem from Costco, so I've already replaced it in an effort to isolate the problem. I've replaced my ASUS router as well to no avail. I would like to have my unRAID server checking for internet connectivity every minute or so, and reboot the modem if the is no connection. It turns out that this link will reboot a Motorola SB6141 modem (and many other Moto cable modems): http://192.168.100.1/reset.htm?reset_modem=Restart+Cable+Modem Does anyone have some ideas on how to check for internet connectivity every minute, and then use curl or something to traverse that link and reboot the cable modem?
  16. Thanks for this, it was the final piece in the puzzle to get these Dockerized apps working exactly like my old Influencer plug-ins.
  17. Mine is a .sh, which is typical for a Bash script. chmod + x is required to make it executable.
  18. I'm FAR FROM a Bash guru, so I'm sure there are more elegant ways to accomplish this, but here's what I've got... In my case, I have some shows that I only want to keep the past 2 weeks of, and others that I only want the past 30 days of. #!/bin/bash ##Deleting any episodes older than 2 weeks: find /mnt/user/TV/Jimmy\ Kimmel\ Live/* -type f \( ! -iname "season*.tbn" -and ! -iname "folder.jpg" \) -ctime +15 -exec rm -rf {} \; find /mnt/user/TV/The\ Tonight\ Show\ Starring\ Jimmy\ Fallon/* -type f \( ! -iname "season*.tbn" -and ! -iname "folder.jpg" \) -ctime +15 -exec rm -rf {} \; find /mnt/user/TV/Late\ Night\ with\ Seth\ Meyers/* -type f \( ! -iname "season*.tbn" -and ! -iname "folder.jpg" \) -ctime +15 -exec rm -rf {} \; find /mnt/user/TV/Late\ Show\ with\ David\ Letterman/* -type f \( ! -iname "season*.tbn" -and ! -iname "folder.jpg" \) -ctime +15 -exec rm -rf {} \; find /mnt/user/TV/The\ Late\ Late\ Show\ with\ Craig\ Ferguson/* -type f \( ! -iname "season*.tbn" -and ! -iname "folder.jpg" \) -ctime +15 -exec rm -rf {} \; find /mnt/user/TV/Conan\ \(2010\)/* -type f \( ! -iname "season*.tbn" -and ! -iname "folder.jpg" \) -ctime +15 -exec rm -rf {} \; find /mnt/user/TV/The\ Colbert\ Report/* -type f \( ! -iname "season*.tbn" -and ! -iname "folder.jpg" \) -ctime +15 -exec rm -rf {} \; find /mnt/user/TV/The\ Daily\ Show\ with\ Jon\ Stewart/* -type f \( ! -iname "season*.tbn" -and ! -iname "folder.jpg" \) -ctime +15 -exec rm -rf {} \; ##Deleting any episodes older than 30 days: find /mnt/user/TV/Last\ Week\ Tonight\ with\ John\ Oliver/* -type f \( ! -iname "season*.tbn" -and ! -iname "folder.jpg" \) -ctime +30 -exec rm -rf {} \; find /mnt/user/TV/The\ Daily\ Show\ with\ Jon\ Stewart/* -type f \( ! -iname "season*.tbn" -and ! -iname "folder.jpg" \) -ctime +30 -exec rm -rf {} \; find /mnt/user/TV/The\ Soup/* -type f \( ! -iname "season*.tbn" -and ! -iname "folder.jpg" \) -ctime +30 -exec rm -rf {} \; find /mnt/user/TV/Real\ Time\ with\ Bill\ Maher/* -type f \( ! -iname "season*.tbn" -and ! -iname "folder.jpg" \) -ctime +30 -exec rm -rf {} \; ##Cleaning XBMC libraries: curl --data-binary '{ "jsonrpc": "2.0", "method": "VideoLibrary.Clean", "id": "mybash"}' -H 'content-type: application/json;' http://192.168.0.31:8080/jsonrpc > /dev/null 2>&1 curl --data-binary '{ "jsonrpc": "2.0", "method": "VideoLibrary.Clean", "id": "mybash"}' -H 'content-type: application/json;' http://192.168.0.10:8080/jsonrpc > /dev/null 2>&1 Note the escape characters in the directory names. I use a -type f in the find because I only want to delete files, not directories. I only want this to delete episode files, their .nfos and the related thumbnails, so I exclude the season.tbn and folder.jpg that Sickbeard creates. I also clean the libraries of my 2 XBMC boxes when done. Someday I should really get on the SQL bandwagon so I have a single repository for the XBMC library. I store this script in the root of flash (/boot). I added this to my go file to copy the script to /etc/cron.weekly/. Cron by default runs the contents of this dir every Sunday at 4:30 am: cp /boot/talkshowautodelete.sh /etc/cron.weekly/
  19. version 1.14 is now available. Hopefully the improved wording on the output will make it more clear in the future when dealing with disks > 2.2TB. I just finished preclearing 2 3TB drives using 1.13. I used -A. Is this going to be a problem?
  20. Don't take this the wrong way please, but what about 2012 is luring you away? Just curious.
  21. I love dgaschk's minimalist yet highly informative posts in this thread.
  22. Ordered. I'd been holding out for a 4220 or 4224, but realistically, I can't see myself ever populating all of those slots. This should do nicely.
  23. FYI there is no cap. I'm at 535GB so far:
  24. There are DX's with Win8 compatibility on the box too, but it's a sticker. The one of the left is a DM, the one on the right with the sticker is a DX. The printing is the same. Quick question before I head out to Costco... If I want to 100% assure that I get a DM drive, I should look for one with the Win 8 compatible printed on the box, not a sticker. Is that right?
  25. I own a previous generation zbox loaded with XBMC and it plays 1080P mkvs with no issues whatsoever. No idea on bitstream audio though.