2025-04-01, 01:30 AM
Well, I see the issue. You killed it by adding the root directory as a library.
Not sure about the fix.
Code:
[2025-03-31 14:34:44.596 -04:00] [ERR] [10] Emby.Server.Implementations.IO.LibraryMonitor: Permission error for Directory watcher: "/"
System.UnauthorizedAccessException: Access to the path '/timeshift/snapshots/2025-03-27_16-00-01/localhost/var/lib/lxc' is denied.
---> System.IO.IOException: Permission denied
--- End of inner exception stack trace ---
[2025-03-31 14:34:53.255 -04:00] [ERR] [10] Emby.Server.Implementations.IO.LibraryMonitor: Error in Directory watcher for: "/"
System.IO.IOException: The configured user limit (216993) on the number of inotify watches has been reached, or the operating system failed to allocate a required resource.
[2025-03-31 14:34:53.256 -04:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/"
[2025-03-31 14:34:53.265 -04:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/"
Not sure about the fix.