Jump to content

wgstarks

Members
  • Posts

    5,366
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by wgstarks

  1. Here’s mine- Mover Schedule is set to “hourly” so every hour the plugin will check to see jf the threshold (60%) has been reached. If it has then mover will run. If not, then it will check again in another hour. Force move of all files is set to run every morning at 3:30 am, so at 3:30 mover will run regardless of whether the threshold has been exceeded or not. Turning on “help” will give you a brief explanation of each setting.
  2. That will run mover at whatever time you set regardless of whether you have exceeded the threshold or not. An example, I have mine configured to check hourly. If my threshold is exceeded (60%) then mover will run. I also set a forced move to run every 24 hours just so I don’t have files sitting in the cache for long periods if I’m not transferring many files to my shares.
  3. You are selecting the destination for the backup, not the source. If you selected flash it would backup the flash drive to the flash drive.
  4. AFAIK, with this docker all you have to do is restart the docker and it will pull whatever version of Plex you have configured in the docker settings (usually “latest”).
  5. The latest update (4.0.4) was “Over-The-Air”. You should see it if you go to settings within the app.
  6. I think this is the thread you’re asking about- https://lime-technology.com/forums/topic/3930-preclearsh-results-questions-about-your-results-post-them-here/
  7. Could really use some advice since I really don't know what I'm doing. I'm currently using this script to clean hidden mac files from my Media share- #!/bin/bash echo "Searching for (and deleting) .DS_Store Files" echo "This may take a awhile" find /mnt/user/Media -maxdepth 9999 -noleaf -type f -name ".DS_Store" -exec rm "{}" \; echo "=======================" echo "Searching for (and deleting) ._ files" find /mnt/user/Media -maxdepth 9999 -noleaf -type f -name "._*" -exec rm '{}' \; echo "Cleanup Complete" I would like to modify it to scan other shares as well. Will this work? #!/bin/bash echo "Searching for (and deleting) .DS_Store Files in Media and flash" echo "This may take a awhile" find /mnt/user/Media -maxdepth 9999 -noleaf -type f -name ".DS_Store" -exec rm "{}" \; find /boot -maxdepth 9999 -noleaf -type f -name ".DS_Store" -exec rm "{}" \; echo "=======================" echo "Searching for (and deleting) ._ files in Media and flash" find /mnt/user/Media -maxdepth 9999 -noleaf -type f -name "._*" -exec rm '{}' \; find /boot -maxdepth 9999 -noleaf -type f -name "._*" -exec rm '{}' \; echo "Cleanup Complete"
  8. Looks like the ControlR app isn’t controlling the dockers at all, although it does list them correctly.
  9. I think this is your problem since you nuked everything and started over- quote from github readme
  10. Thanks squid. Removed the hidden file, deleted the orphaned image and re-installed from CA. Everything looks good now. Maybe I need to modify my cleanup user script to delete these as well as the .ds files?
  11. Upgraded from 6.5.0. Ran the update assistant tool first and it didn’t report any issues.
  12. After updating to 6.5.1 all my dockers show as stopped (they aren’t). Clicking start has no effect.
  13. After updating to unraid 6.5.1 I’m getting this display in the docker tab where disk speed should be- Warning: DOMDocument::load(): Document is empty in /boot/config/plugins/dockerMan/templates-user/._my-DiskSpeed.xml, line: 1 in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 215 Warning: DOMDocument::load(): Document is empty in /boot/config/plugins/dockerMan/templates-user/._my-DiskSpeed.xml, line: 1 in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 215 Warning: DOMDocument::load(): Document is empty in /boot/config/plugins/dockerMan/templates-user/._my-DiskSpeed.xml, line: 1 in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 215 Also got an email with the same warning. brunnhilde-diagnostics-20180423-1813.zip
  14. Just IP and port. Are you sure you have those configured correctly?
  15. There are a couple of different Tautulli dockers linked in CA but it looks like they all have links to the appropriate support thread. That would probably be the best place to suggest a revision for whichever one you have installed.
  16. Unassigned Devices doesn’t do anything with the unRAID shares. It will only operate with drives not assigned to unRAID (hence the name “Unassigned”). Typically this would be external drives but doesn’t have to be. In order to configure your unRAID shares you would do this in the shares tab. Set permissions, add users, etc. From what I have read there have been some issues with Windows and SMB. I’ve never used windows so can’t really help with that. If this is the case I’d suggest posting more details of how you have the unRAID shares configured. Google search will also probably find other reports of problems with Windows 10 and SMB. You may find a solution that way. It’s also possible that I have totally misunderstood what you are attempting.? If that’s true and you actually are referring to an unassigned device then you may want to try posting in the support thread I linked earlier.
  17. The title of this thread suggests that you are trying to mount a drive on your unRAID server that you are sharing from another IP (another computer). Is that true or are you trying to share a drive connected to your unRAID machine via smb?
  18. What happened when you did that? This may help you- https://lime-technology.com/forums/topic/44104-unassigned-devices-managing-disk-drives-outside-of-the-unraid-array/
  19. It should work. There have been and still are isolated issues being reported. If you experience any issues after installing, try uninstalling the plugin to see if that corrects them.
×
×
  • Create New...