-
Coral USB TPU pass through issues
I thought I had this same issue, but it was simply because I didn't add the detectors section to my Frigate config. https://docs.frigate.video/configuration/object_detectors#edge-tpu-detector detectors: coral: type: edgetpu device: usb
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
After upgrading to 6.12, the partition on my UD disk would not show its filesystem. It's a local drive, not shared, formatted as xfs with encryption. It would unlock the disk and mount the partition, but would error that it could not display the filesystem on the partition. It also could not unmount, claiming the mount was busy. I had to stop the array to retry. Reverted back to 6.11.5 and UD works correctly as it always has.
-
THO started following [6.9.2] Parity Drive will not spin down via GUI or Schedule
-
THO started following VirtualBox Plugin for unRAID v5 and v6 , Format encrypted external disk / mount with UD , First thing to do when you have disk errors? and 2 others
-
cache_dirs - an attempt to keep directory entries in RAM to prevent disk spin-up
I'm running the latest 2.2.6 version of your plugin. As an FYI for anyone else trying to exclude sub directories using the suggestions at https://forums.unraid.net/topic/4351-cache_dirs-an-attempt-to-keep-directory-entries-in-ram-to-prevent-disk-spin-up/?page=4&tab=comments#comment-60549 That comment would suggest the following format to add to the User defined options box: -a '-noleaf \( -name "logs" -prune -o -name "temp" -prune \) -o -print' However the only way I could get cache_dirs to start was using: -a \'-noleaf \( -name logs -prune -o -name temp -prune \) -o -print\' That said, I was trying to watch my lsof output while it was initially running and it still seemed to scan my logs and temp directories, so your mileage may vary.
-
[Support] jasonbean - Apache Guacamole
Thanks for the work in getting this on Unraid. Just got it set up with a free Duo account. Issues I had that may be useful for others in the future include that I had to use IP addresses for my 2 Win10 boxes, hostnames would not work. And for one of my Win10 machines, I had to modify the registry key \HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\SecurityLayer and set it to 1 (it was set to 2). The other machine was already set to 1. https://www.host.ag/blog/increase-the-security-of-your-windows-server-2012-remote-desktop/
-
VirtualBox Plugin for unRAID v5 and v6
I just solved this by editing my phpVirtualBox config.php and enabling the $consoleHost variable and setting it to my unRaid IP.