Squid

Community Developer
  • Posts

    28677
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. Both permissions are incorrect on the Honey Competition. (I want to believe that its something Bee related, but secretly I'm hoping that by Honey Competition, you're comparing wives ) If I could, I would do a defect report. But I don't feel comfortable doing that at this point since I cannot replicate via a Windows system.
  2. I blame @limetech @anyone or @johnnie.black So that I don't make any assumptions here, is the file system of an encrypted disk within disk.ini listed as luks:xfs, luks:btrfs, luks:reiserfs?
  3. Then you have 2 options: Get a degree in CoSci, scour through the source code for KVM, disassemble the code for your BIOS and any add-in cards, and use that as a basis to try and put the error into perspective. Or, Don't worry about it. I'll let you decide
  4. Any idea which plugin so I can deal with this via Community Applications? Or is this something you've tossed into /boot/extra at some point in the past (Alternatively, if you're installing packages via something dated like unMenu, well you reap what you sow )
  5. Open a defect report with the findings. Saving a file via a Mac with OSX interoperability enabled should result in --rw-rw-rw username:users I would, but nobody's ever supplied me with a valid OSX image for a VM that I could get to work.
  6. No idea what version of CA you're using, but there was a bug a couple months ago that did that intermittently. That, and if you have multiple browser tabs open to CA concurrently, but the appfeed gets updated by Window B (as it was opened last), but you install from Window A, there's a chance depending upon what happened with the feed that the references are out of sync. Edge case that's a real PITA to fix and basically requires a top-down rewrite of the whole thing.
  7. Music you should confine the share to a single drive always.
  8. No one mount point. When setting up the library reference eg /mnt/disk1, /mnt/disk2 etc You're going to have a single mount (with the exception of /config) mapped to Plex, but you select each drive individually for the libraries (a library can have any number of paths assigned to it) To be quite honest, I don't see why anyone would moan about it for videos. For music its a different story.
  9. Nope. They're all store the downloads into /mnt/user. Plex you're just going to have it directly reference each drive individually so that when it goes to play it doesn't have to search for it.
  10. Can't help you with that, but If you followed the video, you've got an Apps tab. Go to it, search (or browse) for whatever app you want and install it. When the template comes up, pretty much the only thing you ever need to do is adjust the paths if necessary. No need to ever use the template dropdown menu or change the repo address, etc.
  11. Edit the container, and change the host mapping for Movies / TV shows / whatever to be /mnt instead of /mnt/user/Movies You will have to redo all your libraries from scratch though.
  12. Pretty much defaults are fine, except for excluding shares that you don't particularly care about.
  13. So you're saying that everything works perfectly, but it takes up to 10 seconds to actually start. While your drives are always spinning, it doesn't actually mean that the directory entries are still in RAM which means that unRaid has to scan each drive to figure out where exactly the file(s) are. Easiest work around is to not worry about it (or installing Dynamix Cache Dirs to somewhat help with the problem). Harder work around is instead of passing /mnt/user/Movies to instead pass /mnt to the container, then within Plex's library add each drive individually.
  14. No problems doing that. Sent from my LG-D852 using Tapatalk
  15. Based on the errors, the incorrect setting is what you've got within the setting for the show etc. The show's setting is trying to save to U:\TV shows.... Change that and everything will start working.
  16. Odds on the flash drive dropped offline. Usually can be solved by using a different USB controller on the motherboard. But, you did find an issue with the appdata backup, because technically /boot does still exist when the flash drops offline, but the files would all be unreadable (0 byte). I'll think about it an issue an update in the coming days to not trash a backup in that situation.
  17. Use the user scripts plugin The script will be docker stop -t 60 Plex docker start Plex Set up a custom cron time to run it (or choose daily / weekly / monthly and adjust the actual execution time by installing Dynamix Schedules)
  18. Use the Dolphin / Krusader docker applications. Anyone that can copy / paste via windows can figure them out.
  19. No fix. Permissions being written via a Mac via SMB on user A wouldn't allow user B to modify them (rw-r--r-- userX:users instead of (rw-rw-rw userX:users) as it'll be on a Win machine via SMB Since I don't use a Mac, I can't replicate therefore I can't issue a defect report myself.
  20. IIRC I was helping buddy earlier, and permissions show as -rw-r--r-- nobody:users which means that Plex itself can write but over smb Windows won't be able to. Not entirely unexpected with a docker application, and the solution with any container is to access the appdata via the command prompt running as root.
  21. Script still works. But if you're having continual problems, then its some application (docker) that's writing files with the wrong permissions and/or you're using a Mac which I was helping a guy the other day where it was creating files with incorrect permissions via SMB