svh1985

Members
  • Posts

    18
  • Joined

Everything posted by svh1985

  1. Hi there, I would like to request lower values for the (default) spin down delay. Currently the minimum value is 15 minutes, but I would like to have it as low as 5 or 10 minutes. I think this can make power saving easier for all array sizes, especially now that energy prices are rising. Thanks!
  2. { "cron": { "dockerCronFrequency": "Monthly", "dockerCronDay": "0", "dockerCronDayOfMonth": "1", "dockerCronHour": "0", "dockerCronMinute": "0", "dockerCronCustom": "" }, "containers": { "AdGuard-Home": { "name": "AdGuard-Home", "update": true }, "ClamAV": { "name": "ClamAV", "update": true }, "CloudBerryBackup": { "name": "CloudBerryBackup", "update": true }, "DiskSpeed": { "name": "DiskSpeed", "update": true }, "HDDTemp": { "name": "HDDTemp", "update": true }, "phpmyadmin": { "name": "phpmyadmin", "update": true }, "Unraid-API": { "name": "Unraid-API", "update": true }, "vm_custom_icons": { "name": "vm_custom_icons", "update": true }, "FileBrowser": { "name": "FileBrowser", "update": true }, "QDirStat": { "name": "QDirStat", "update": true }, "NginxProxyManager": { "name": "NginxProxyManager", "update": true }, "organizrv2": { "name": "organizrv2", "update": true }, "Portainer-CE": { "name": "Portainer-CE", "update": true }, "bazarr": { "name": "bazarr", "update": true }, "ombi": { "name": "ombi", "update": true }, "prowlarr": { "name": "prowlarr", "update": true }, "overseerr": { "name": "overseerr", "update": true }, "plex": { "name": "plex", "update": true }, "sonarr": { "name": "sonarr", "update": true }, "vaultwarden": { "name": "vaultwarden", "update": true }, "grocy": { "name": "grocy", "update": true }, "nzbget": { "name": "nzbget", "update": true }, "pgadmin4": { "name": "pgadmin4", "update": true }, "calibre": { "name": "calibre", "update": true }, "Minio": { "name": "Minio", "update": true }, "radarr": { "name": "radarr", "update": true }, "readarr": { "name": "readarr", "update": true } }, "global": { "dockerNotify": "yes", "dockerStopDelay": "10", "dockerUpdateAll": "no" } }
  3. I just started a 2nd scan after two months, and the notify script still picks up the previous infection (a file that I since removed) from the ClamAV docker logs, so I still get an FOUND message. Anyone else seeing this?
  4. Hi there, I'm having trouble finding out why my Dockers are updated. I have the auto-update app installed but I disable the Update Check Frequency. The strange thing tho is that the notification has Community Applications in its title. Is there some Community Applications update function I missed to disable?
  5. I guess people just want to get a bit more info (timelines) on when the swTPM unraid version will be released. If it's indeed just a few days like you mentioned, then it is indeed better and easier to wait. But if it's weeks, or even months, than I can image some people can't wait.
  6. GUAC_USER and GUAC_PASS are deprecated. Try adding a PASSWORD variable instead (no need for MD5) and login with abc and your password. Does anybody where the variables for the unraid app calibre are stored? Maybe we should request a change so that the GUAC_USER and GUAC_PASS are replaced by PASSWORD.
  7. Hello! I have a DVBT usb-stick to track airplanes for with Fightradar24. But for some reason the /dev/bus/usb/X/Y the numbers X and Y are changing after every reboot, resulting in a failing docker which I have to manually fix. Does anyone know if there is a way to make a fixed reference which dynamically updates no matter the USB port or if a reboot occurs? For example: /dev/dvb/by-id/dvbt-realtek-sn Thanks!
  8. You might be right, all I know that the disks stopped spinning up after changing the setting.
  9. I’ve added the diagnostics zip as an attachment. nuc-diagnostics-20210816-2025.zip
  10. After the upgrade I noticed that my log slowly filled up. When investigating I found that the libvirtd.log was filled with error entries: virConnectNumOfStoragePools:164 : this function is not supported by the connection driver: virConnectNumOfStoragePools
  11. I had the same thing after the upgrade to 6.10-rc1 until I set Avoid spinning up disks for tests in the Fix Common Problems plugin to Skip test on spun down disks. Seems it's an issue with the plugin. Check in the File activity plugin if you see files like /mnt/disk1/1377164513.tmp
  12. Is there a way to secure the webui and api? Currently everyone on the lan can stop and start the array. Thanks!
  13. Does anyone know how to fix the usb bus nr? After Avery reboot I have to manually correct the changed bus nr before the docker container can be started. thanks!
  14. Hi there, I have created a bunch of accounts and some shares. For some reason all users have read-only rights by default for all shares. Is there a way to prevent certain users to access shares? I can’t find a way to do it, the dropdown only show read-only & read-write. Like so: Share 1: Allow User A | Allow User B Share 2: Allow User A | Deny User B Thanks!