funtek

Members
  • Posts

    20
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Location
    Edmonton, Canada

funtek's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thanks for the comment on what line to change to get this working. Additionally, I had to change line 99 to switch from yahoo.ca to any other pingable address (I chose google.com). Otherwise it kept saying it wasn't online in the logs.
  2. Having troubles editing/deleting/moving files in the mount_mergerfs share over SMB. I can do everything I need to using Krusader in a docker, but for whatever reason I can't do it over a network share. All my shares are set to 'public' and I don't have anything specific to this path in my SMB Extras (but I do have Unassigned Devices installed, with no unassigned device currently in use). What completely obvious thing am I missing? I'm assuming it suuuper simple because no one else seems to be currently having this problem.
  3. Soooo... after some reading I took the collective forum's advice and stopped writing directly to an rclone mount point. Seems like it should work and it kinda does, but it definitely was the source of my problems here as they immediately stopped once I moved over. Switched to the scripts in this thread Guide: How To Use Rclone To Mount Cloud Drives And Play Files Just posting the resolution in case anyone has a similar problem in the future.
  4. Hi All, Recently (last few months), I've started to have troubles with certain docker containers freezing and not responding to their webUI as well as not responding to docker kill or restart commands. Once this starts to happen, unRaid and the machine get more and more unstable necessitating a reboot within the next 12 hours or so. If I leave it longer than that without a reboot, there is a progression where more docker containers become inaccessible, then the unRaid GUI stops responding, then eventually I can't even SSH into the machine. This happens over a progression of 4-8 hours. I *think* it has something to do with rclone, dockers, and copying many files at once because it mainly happens when downloading and importing a few seasons of a TV show at once. It's almost always the Sonarr container that freezes, but sometimes it's Plex or Radarr. I have the appropriate slave option set in the Docker settings for each share that touches an unassigned device. According to netdata and the unRaid GUI, I always have lots of free ram, so I don't think it's a memory issue. But, it sure *acts* like a memory issue. But, this setup used to work just fine about 3 months ago, so I'm having a hard time pinning down what the actual problem is so I know what to change. Any help would be greatly appreciated! Software: Unraid 6.8.3 Nvidia (but this happened with 6.8.2 and I think 6.8.1... so I think it's a config issue on my side, not an unRaid problem) Dockers - Plex, Sonarr, Radarr (x2), Caddy, DelugeVPN, EAPController, Tautulli, Ombi, Sabnzbd, Jackett, netdata Plugins - rclone vfs mount setup using an unassigned SSD as the write cache Have VMs setup, but since this issue started happening, I've stopped using them to limit variables Hardware: 4790k - Gigabyte mobo - 32GB ram 3x 8tb Seagate SMR drives 1 256gb nvme drive in a pci express adaptor 1 256gb sata SSD ^^^^ these 2 SSDs are pooled in a BTRFS pool 1 500GB sata SSD mounted in as an unassigned device Zotac 1060 6GB mini I'm attaching a few logs where this has happened. The logs would be from after the tower-diagnostics-20200324-0957.zip tower-diagnostics-20200328-1928.zip tower-diagnostics-20200329-2023.zip tower-diagnostics-20200330-0917.zip
  5. Try to do an force update, that fixed the issue for me. Thanks, that ended up working! I tried it last night with no luck (0B updated), but tonight it worked fine.
  6. This docker was working well for me for awhile, but I just tried to restarted it and it no longer starts. Get this as the only line in the log: Archive: /tmp/plexrequestsnet.zip
  7. That's super annoying. Luckily, the string I found on the support page works to pull that particular previous version for now. Was hoping to get a slightly newer version without getting a 1.x.x ver, but I'll just wait until they fix the bug in the next release. Thanks! Older releases (than 1.0) is no longer supported and has been removed from the file archive. Read more at the Plex Forum: http://forums.plex.tv/discussion/62832/plex-media-server#latest
  8. Downgrading my Plex install to current-1 to fix a bug with remote access in the current version. Where do I find the full version strings? I can only find the one example that's listed on the linuxserver.io's docker page (0.9.16.3.1840-cece46d).
  9. Don't know what issue I was having before, but VERSION = plexpass is working fine now. Thanks!
  10. Having this weird problem since the most recent docker update and plexpass. Previously, plexpass worked fine. But now, if I have VERSION = plexpass, it says it's upgrading in the logs, but nothing happens for a long time and the webui is unavailable. If I set it to VERSION = latest, the it starts fine and I can access it via the webui. Not a big deal, but not sure why that's happening.
  11. Having troubles with the Plex plugin, which has worked really well up until recently. Now, I keep getting the error: 'Unable to login to PlexPass with above credentials' when going to the plugin page. My plex pass credentials are correct (I've even changed the password to remove special characters), and it's worked up until this most recent version of Plex (and the plugin). So, it keeps installing Plex 9.12.11 instead of 9.12.12, which isn't a huge issue in and of itself, but the fact that I can't figure out *why* that's happening is bugging me. Looking at the Unraid logs and the Plex plugin logs, I don't see anything pop out at me as weird. Any suggestions where to start poking around? Thanks! Unraid 6.1.2, Plex Plugin Sept 5 version, Plex 9.12.11, plex installed to a tmp folder on cache drive, library on user share.
  12. I'd like one, please! (shipping to Canada)
  13. Thanks for the response! Is there a quick way to edit the go script to start SABnzbd and SickBeard as nobody? Or would the best way be to reinstall using your packages?
  14. Hi, I have Sickbeard installed, but not through your package... But I didn't want to start a new thread because this is very close to other reported problems in this thread. Please let me know if you want me to delete this post and start a fresh thread! Problem: After Sickbeard does its 'sorting' of the episode into my TV directory, I can see it in the directory structure of the share over SMB, but I can't open/play it. If I run newperms on it, or if I chmod it after it has been sorted, it will open fine. Currently, I just newperms the whole TV share each time I want to watch TV... which is obviously not ideal. Attempted Solutions: 1) I've tried 'chmod 770' on the autoprocessTV directory and 'chown -R nobody:users' on the autoprocessTV directory as well, but that doesn't seem to help at all. 2) I've tried to make a script that just newperms the TV episode after it has been moved, but SABnzbd gives an 'Exit(-1) Cannot Run Script' error when I select it as the post-processing script. The script is as follows: (note: I've probably made some simple mistake that keeps it from running) python /mnt/user/temp/sickbeard/autoProcessTV/sabToSickBeard.py "$1" "$2" "$3" "$4" "$5" "$6" sleep 10 /usr/local/sbin/newperms /mnt/user/TV Also, I have SABnzbd and Sickbeard actually running from my array, not on the flash drive (/mnt/user/temp/). It used to work just fine on unraid 4.7, so it's obviously something with the new security model that I'm not understanding. SABnzbd 0.6.9 Sickbeard current Alpha Master UnRaid 5b12 Thanks for any help you can give!
  15. I don't know how it happened (I must've done it, but I can't imagine why), but I had 2 movies shares, one called 'Movies' and one called 'movies'. Needless to say, Windows got pretty confused....