Mushin

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by Mushin

  1. Hi, please could you advise on this. When I click on "The following shares will NOT be touched: Additional shares can be excluded HERE" in Docker Safe New Perms, it takes me to Fix Common Problems. However, there is no option to exclude shares. I have tried updating Fix Common Problems and clearing the browser cache. Edit: I went through and manuualy checked ownership for each share using find . ! -user nobody Then fixed as required using newperms /mnt/user/share It would still be cool to do this in a more automate way, though.
  2. I've set up a rootshare for /mnt/user/ in the SMB extra config. I'd like to prevent sharing certain folders though, e.g. appdata. Is there any way to exclude a path from the share, or otherwise is it possible to set up multiple paths under the same share (i.e. 'include')?
  3. Is it possible to also get this working with TV files? Maybe just for the ones displayed in On Deck?
  4. Hi, when will 1.20 be released? Thanks.
  5. Just chiming in to say I experienced this issue on 6.8.3. Setting -i br0 fixed it for me.
  6. I'm trying to run a custom script to back up multiple shares with rclone. Here's a sample of the script: rclone_shares=( "movies" "TV" ) mkdir "/mnt/user/scripts/rclone/logs/`date -I`" for share in "${rclone_shares[@]}" do echo "Working on $share" rclone sync "/mnt/user/$share" "crypt:current/$share" --log-file "/mnt/user/scripts/rclone/logs/`date -I`/$share.txt" --progress --fast-list --max-backlog 1000000 --transfers 3 --tpslimit 3 --checkers 16 --drive-chunk-size 128M --log-level=INFO --backup-dir "crypt:old/`date -I`/$share/" --track-renames --track-renames-strategy "modtime" --modify-window 1s done /usr/local/emhttp/webGui/scripts/notify -s "Rclone" -d "Finished processing all shares" My problem is that the script spawns multiple processes, and they aren't killed when I press "abort script". I then have to go through and manually kill all the processes. Is there a way I can run this and avoid the issue? Thanks.
  7. Thanks. I tried the IPMI plugin - I have an ASRock MB, but couldn't get the plugin to work. I ended up writing my own custom script to do it, using fancontrol and HDDTemp (in a docker container). The advantage of this method is I can look at CPU and HDD temps, as well as applying an offset to the CPU temp (i.e. if I want to allow a 10C higher temp on the CPU than the HDDs for a given fan speed).
  8. Please does anyone have any input on this issue? At the moment I'm having to set my fan speeds too high to accommodate the higher temp of the NVME drive. I see this issue has been reported by many people over several months with no reply - please could you fix this?
  9. My point was that I already did exclude the cache drive, but it doesn't seem to actually be ignored by fan control.
  10. I'm having an issue with the Fan Auto Control plugin. The control is working fine apart from when I excluded my cache drive it doesn't seem to actually be ignored. The max temp of CPU and all HDDs is currently 36, and my high temperature threshold is set to 45. But the fans are still at 100%. Cache is the only one that's close to or over the threshold, at ~47.
  11. Ah, thanks. I couldn't see the dropdown arrow as I'm using a dark mode extension for Chrome and it must have messed up the colours.
  12. Thanks for the info. How can I set it to open a new tab?
  13. I can't a custom tab to work with linuxserver/qbittorrent docker container. I'm pointing the tab towards 192.X.X.X:8080 (the docker address) but I just get a blank page in the custom tab. It works fine if I manually browse to the URL.