jonesy8485

Members
  • Posts

    103
  • Joined

  • Last visited

Everything posted by jonesy8485

  1. Everything is running in docker containers.
  2. OK, I tried searching for the last hour or so and can't get the answers... Are there cons to running PMS, radarr, sonarr, nzbget, etc. all with nobody user? Also, every dir within /mnt/ has nobody as the user. I guess I'm talking security risks here. I want to try to prevent malicious tampering with anything on my server, but I also want to allow me to modify some dirs via W10 from my main desktop machine. I would also like to block PMS from being able to write to media folders. Is it safer to make a group for all the apps that I want to have write access, and create users for each of them within that group? Then I could change group for all those folders and make only my superuser the actual owner. Is this just silly? EDIT: I'm running everything in Dockers.
  3. I haven't been able to figure out why. /appdata/ is not present on any array drives. When I pulled these diags, I have one Plex user streaming, but it had been roughly 6 hours since last plex or mover activity (As far as me and my newbness knows). EDIT: forgot to mention drives are set at "use default" and default is 2hrs. Any clues? elsa-unraid-diagnostics-20170521-0856.zip
  4. Wouldn't say fully... Just that port and thru FTP server. Any other option if I needed FTP? I just disabled and will turn it on if I need it.
  5. OK, I just restored a day-old preferences.xml and that fixed it. The new preferences.xml had MUCH less info with different unique ID and such. Any clue why that happened? Also, according to my syslogs, it looks like someone was trying to brute force me on FTP port . I'm disabling FTP server when I don't need it.
  6. Something weird happened last night and I had to hard reset my server. Upon reboot, all plex client devices do not find the Plex server or think it's a new server. accessing <ip>:32400 acts like it's a new server as well. I have quite a few user accounts and don't want to lose the "watched" status on all those. I can restore a backup of /appdata/PMS, but I wanted to exhaust other resources first. Someone please help!
  7. Great news. Thanks! And yeah since I've quit toying with the server so much, uptime has been great. I did have an issue with the log filling up one time. Thanks for tip. It's now disabled.
  8. Fix common problems started telling me yesterday that call traces were found on my server. FCP has never reported call traces until the scan on 07-May-2017 and it runs weekly. Diags are attached. I did notice that Plex Media Server wasn't actually WORKING, but the docker container was running. Upon restarting the docker container PMS resumed normal functionality but I had to force refresh of libraries to pick up new titles that were added since it "crashed". Server wasn't doing anything other than usenet searches, downloads, and PMS playback, that I am aware of. Scheduled parity check passed last night. One thing to note is that the array drives are VERY full with four under 50GB free and one around 300GB. I know that's not optimal operating condition. I'm putting in an additional drive for preclear after I post this. Thanks for any help! elsa-unraid-diagnostics-20170508-1306.zip
  9. My input folder isn't always on the same disk, as it seed from it for long periods, so I let the mover move it to the array. Can anyone confirm that this is the problem?
  10. No. Sent from my Pixel XL using Tapatalk
  11. Howdy, all. For some reason my filebot (non-UI) will not automatically pickup on changes to the input directory. If I restart the docker container, it will pick up the new stuff, but anything added after it has started does not get noticed or processed. Here are my config files. # If we don't see any events for $SETTLE_DURATION time, assume that it's safe to run FileBot. Format is HH:MM:SS, # with HH and MM optional. SETTLE_DURATION=00:00:10 # However, if we see a stream of changes for longer than $MAX_WAIT_TIME with no break of $SETTLE_DURATION or more, then # go ahead and run FileBot. Otherwise we might be waiting forever for the directory to stop changing. Format is # HH:MM:SS, with HH and MM optional. MAX_WAIT_TIME=00:01:00 # After running FileBot, wait at least this long before running it again, even if $SETTLE_DURATION time has passed # after change. This controls the maximum frequency of FileBot. MIN_PERIOD=00:05:00 # Set this to 1 to log all events, for debugging purposes. WARNING! This creates copious amounts of confusing logging! DEBUG=0 # Create an account at http://www.opensubtitles.org/ if you want to download subtitles OPENSUBTITLES_USER="" OPENSUBTITLES_PASSWORD="" # Set this to a language code if you want to download subtitles. e.g. Use "en" for english SUBTITLE_LANG="" #!/bin/bash # This script by default uses "Automated Media Center" (AMC). See the final filebot call below. For more docs on AMC, # visit: http://www.filebot.net/forums/viewtopic.php?t=215 #----------------------------------------------------------------------------------------------------------------------- # Specify the URLs of any scripts that you need. They will be downloaded into /config/scripts SCRIPTS_TO_DOWNLOAD=( # Example: # https://raw.githubusercontent.com/filebot/scripts/devel/cleaner.groovy ) #----------------------------------------------------------------------------------------------------------------------- QUOTE_FIXER='replaceAll(/[\`\u00b4\u2018\u2019\u02bb]/, "'"'"'").replaceAll(/[\u201c\u201d]/, '"'"'""'"'"')' # Customize the renaming format here. For info on formatting: https://www.filebot.net/naming.html # Music/Eric Clapton/From the Cradle/05 - It Hurts Me Too.mp3 MUSIC_FORMAT="music/{n.$QUOTE_FIXER}/{album.$QUOTE_FIXER}/{media.TrackPosition.pad(2)} - {t.$QUOTE_FIXER}" # Movies/Fight Club.mkv MOVIE_FORMAT="movies/{n.$QUOTE_FIXER} ({y}) {' CD'+pi}" # TV Shows/Game of Thrones/Season 05/Game of Thrones - S05E08 - Hardhome.mp4 # TV Shows/Game of Thrones/Special/Game of Thrones - S00E11 - A Day in the Life.mp4 SERIES_FORMAT="tv/{n}/{episode.special ? 'Special' : 'Season '+s.pad(2)}/{n} {episode.special ? 'S00E'+special.pad(2) : s00e00}" . /config/filebot.conf if [ "$SUBTITLE_LANG" == "" ];then SUBTITLE_OPTION="" else SUBTITLE_OPTION="subtitles=$SUBTITLE_LANG" fi #----------------------------------------------------------------------------------------------------------------------- # Used to detect old versions of this script VERSION=3 # Download scripts and such. #. /config/pre-run.sh # See http://www.filebot.net/forums/viewtopic.php?t=215 for details on amc filebot -script fn:amc -no-xattr --output /output --log-file /config/amc.log --action copy --conflict auto \ -non-strict --def ut_dir=/input ut_kind=multi music=y deleteAfterExtract=n clean=y \ excludeList=/config/amc-exclude-list.txt $SUBTITLE_OPTION \ movieFormat="$MOVIE_FORMAT" musicFormat="$MUSIC_FORMAT" seriesFormat="$SERIES_FORMAT"
  12. I can't use it much until this is addressed, but obviously I'm dying to use it with couchpotato having no support anymore...
  13. Alright. thanks. I'll try that next. Sent from my Pixel XL using Tapatalk
  14. Sorry. Gigabit internet connection, router to single server nic. Test yielding about 200mbps both ways. Tried upping the last 4 upsizes in the array in the .Py and that got my up from around 50mbps to where it is now. Downloading I'm getting gigabit speed through NZBget and uploading thru wan FTP has given me gigabit speeds before as well. This speed test issue has always been present and I just now got around to asking. Sent from my Pixel XL using Tapatalk
  15. Getting MUCH lower speed test results through this plugin than through speedtest.net through my browser. Can someone please help me fix it?
  16. $75 shipped USPS 2-3 day priority mail with insurance from 37343. Used for about 6 months in my unraid server as parity drive before being decommissioned and precleared last weekend when I upgraded to 6TB parity. There is some sticky left from labels I had stuck to it, so that's the irregularity you can see in the photos. Verified Paypal or local cash only. Thanks! Pics here: http://imgur.com/a/wJAew
  17. I've looked around and can't figure it out. I'm about to start a new docker image, but it would be nice if someone could chime in as to WHY this is happening. Started with one of three transmission containers acting up that I have running for different purposes; I tried ti update via webgui and at least one of them would not STOP, KILL, etc. I ended up nuking them all and creating new containers and image. Then this morning plexrequests container would not stop, or when trying to update via webgui, reported errors. I then tried to stop docker via enable = no in webgui, but it would not stop. Couldn't kill containers, couldn't reboot with shutdown now -r. So I hit reset on the box. Check out the attached diags and see if anything pops out. I'm going to try and nuke the docker image and start anew. elsa-unraid-diagnostics-20161204-1000.zip
  18. Thanks! I changed it from trace to info. We shall see. http://i46.photobucket.com/albums/f109/squidaz/Untitled_zpswhsseute.png[/img] Haha, understood! I don't think I changed it to trace upon install, but maybe...
  19. Thanks! I changed it from trace to info. We shall see.
  20. I will be updating to 6.2 soon and using the docker log file options to fix my insane sonarr logs. Is there anything the end users like me can do to fix the actual problem and not just dealing with it with those options?
  21. Good point. Sonarr is working with /mnt/cache right now. I'll see in a few days if the image has grown again. It was just those two so far that did not like the remapping.
  22. I have broken a cardinal rule and used /mnt/user/appdata/<APPNAME>/ for all my containers' /config mapping and not /mnt/cache/appdata/<APPNAME>/ I think this caused the sonarr container to occupy a massive space, as I was once again getting image size warnings today. Whats the proper way to fix this? I simply changed the mapping, but a few containers did not function properly after that; nzbget and plexmedaserver (limetech) to name two. Do I need to move the <appname> folders from /mnt/user/appdata to /mnt/cache/appdata? If so, what is the best way to accomplish this? I used the dolphin app to move the /nzbget folder but got some permissions errors and it still did not load the nzbget webgui for me. Thanks for the help!
  23. Thanks for the help! I'm assuming /media in CP app should be mapped the same as /downloads in nzbget and sonarr? Docker image is better now, too: root@E***:/var/lib# df -h Filesystem Size Used Avail Use% Mounted on tmpfs 128M 3.8M 125M 3% /var/log /dev/sda1 15G 192M 15G 2% /boot /dev/md1 1.9T 1.8T 88G 96% /mnt/disk1 /dev/md2 1.9T 1.8T 71G 97% /mnt/disk2 /dev/md3 1.9T 1.8T 86G 96% /mnt/disk3 /dev/md4 1.9T 1.8T 88G 96% /mnt/disk4 /dev/md5 2.8T 2.7T 86G 97% /mnt/disk5 /dev/sde1 224G 75G 150G 34% /mnt/cache shfs 11T 9.6T 417G 96% /mnt/user0 shfs 11T 9.7T 566G 95% /mnt/user /dev/loop0 15G 4.9G 8.9G 36% /var/lib/docker
  24. Changed my mappings and still having the read > write > delete issue for "move" within filebot. Trying to make it just "move" the file as-in re-writing the location of the data rather than physically reading, writing, removing.