-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue]: Cannot scan library even after increasing max_user_watches limit #235
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Update: It seems to be scanning new movies, but the one that triggered this error is unscanable. I have tried removing it and readding, once, managing to get following message in log: |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Given everything else imported bar this file, I would suggest there is a problem with the file or there may be some strange characters in the file name. Unsure, but either way, I am going to close this as there are no issues with the actual container. |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
Hello! I encountered issue where I scanned my library and it stopped nearly instantly, at 10%. Checking the container logs it showed that it reached inotify watcher 8192 limit, so I increased it on my Synology NAS, confirmed it is set and rebooted device for good measure.
After reboot it is confirmed still set, have a script to set it up each reboot just in case.
cat /proc/sys/fs/inotify/max_user_watches
3276800
Now, libraries I have not scanned before this change seems to work and scan. But the one library I did scan, the scan still breaks at 10%.
Jellyfin container also confirms it inherited the settings:
root@jellyfin:/# cat /proc/sys/fs/inotify/max_user_watches
3276800
Expected Behavior
Library would start scanning
Steps To Reproduce
Enviroment: DS1821+, DSM 7.2.1-69057 Update 4,1 Library of 1 movie, second library of ~1500 movies, third library of 50 series (so ton of episodes), fourth library of 200 movies.
Folder structure is usually like: main share -> movie folder -> movie file, subtitle file, 5 pictures file, also .actors folder with some actors images. Series have per season folder also.
Encounter error showing max_user_watches limit is reached
Fix the issue, try rescanning library once more.
Library still does not scan.
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: