2024-04-18, 07:52 AM
System Information:
Operating System: Ubuntu
Installation Type: Baremetal
Problem Description:
Two days ago, I attempted to directly connect my NFS-linked local folders in Jellyfin by adding the path
nfs/{IP}.
When I tried to save this, the interface prompted me to enter a valid path. Thinking that it was looking for the NFS folder path, I appended a
'/' to the end and saved the changes.
However, when I initiated a library sync, the progress remained stuck at 0%. This issue persists across all scanning attempts, even after deleting every library entry. Currently, with no libraries configured, the sync still halts at 0%, prompting me to stop the Jellyfin server temporarily.
Log Error Messages:
Steps Taken:
Current Status:
Any assistance would be greatly appreciated. Thank you!
Operating System: Ubuntu
Installation Type: Baremetal
Problem Description:
Two days ago, I attempted to directly connect my NFS-linked local folders in Jellyfin by adding the path
nfs/{IP}.
When I tried to save this, the interface prompted me to enter a valid path. Thinking that it was looking for the NFS folder path, I appended a
'/' to the end and saved the changes.
However, when I initiated a library sync, the progress remained stuck at 0%. This issue persists across all scanning attempts, even after deleting every library entry. Currently, with no libraries configured, the sync still halts at 0%, prompting me to stop the Jellyfin server temporarily.
Log Error Messages:
Code:
[color=#cccccc][2024-04-17 06:09:04.560 +00:00] [ERR] Error in Directory watcher for: [color=#ce9178]"/"[/color]
System.UnauthorizedAccessException: Access to the path [color=#ce9178]'/home/myuser'[/color] is denied.
---> System.IO.IOException: Permission denied
--- End of inner exception stack trace ---
[2024-04-17 06:09:18.642 +00:00] [ERR] Error watching path: [color=#ce9178]"/"[/color]
System.UnauthorizedAccessException: Access to the path [color=#ce9178]'/proc/1/task/1/fdinfo'[/color] is denied.
---> System.IO.IOException: Permission denied
--- End of inner exception stack trace ---
at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound)
at System.IO.Enumeration.FileSystemEnumerator`1.Init()
at System.IO.Enumeration.FileSystemEnumerableFactory.UserDirectories(String directory, String expression, EnumerationOptions options)
at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options)
at System.IO.FileSystemWatcher.RunningInstance.AddDirectoryWatchUnlocked(WatchedDirectory parent, String directoryName)
at System.IO.FileSystemWatcher.RunningInstance.AddDirectoryWatchUnlocked(WatchedDirectory parent, String directoryName)
at System.IO.FileSystemWatcher.RunningInstance.AddDirectoryWatchUnlocked(WatchedDirectory parent, String directoryName)
at System.IO.FileSystemWatcher.RunningInstance.AddDirectoryWatchUnlocked(WatchedDirectory parent, String directoryName)
at System.IO.FileSystemWatcher.RunningInstance.AddDirectoryWatchUnlocked(WatchedDirectory parent, String directoryName)
at System.IO.FileSystemWatcher.RunningInstance.AddDirectoryWatchUnlocked(WatchedDirectory parent, String directoryName)
at System.IO.FileSystemWatcher.RunningInstance..ctor(FileSystemWatcher watcher, SafeFileHandle inotifyHandle, String directoryPath, Boolean includeSubdirectories, NotifyFilters notifyFilters, CancellationToken cancellationToken)
at System.IO.FileSystemWatcher.StartRaisingEvents()
at System.IO.FileSystemWatcher.StartRaisingEventsIfNotDisposed()
at System.IO.FileSystemWatcher.set_EnableRaisingEvents(Boolean value)
at Emby.Server.Implementations.IO.LibraryMonitor.<>c__DisplayClass19_0.<StartWatchingPath>b__0()[/color]
Steps Taken:
- Attempted to add NFS path in Jellyfin.
- Modified path by adding '/' at the end.
- Deleted all library entries in an attempt to resolve the issue.
Current Status:
- No libraries are configured, yet sync progress is consistently stuck at 0%.
- Jellyfin server has been stopped temporarily due to this issue.
Any assistance would be greatly appreciated. Thank you!