FamFrederiks 2 Posted February 16 Posted February 16 (edited) I noticed that my Emby becomes unresponsive: ie hangs during playback or not being able to login. Using 4.9.3.0 or latest beta in a Docker on a Terramaster F4 NAS. The logs show that a media scan of my music library was running, there are no errors in the log, just the latest song scanned. After a restart of the Docker everything becomes responsive again. The log is attached. How to troubleshoot this one? embyserver-63906827592.txt Edited February 16 by FamFrederiks
Solution Luke 42171 Posted February 17 Solution Posted February 17 Hi, I would try disabling the realtime monitor for each of your emby libraries. Then restart the server and see how things compare.
FamFrederiks 2 Posted February 17 Author Posted February 17 Ah. I think I know what happened. After upgrading the OS on the NAS permissions for the Docker user were stricter. So I added a script that chowned the files to the correct user. For video's and music. Could touching those files maybe have triggered a loop in the realtime monitoring? I adjusted some things. Don't really need RTM on music and photos. And the script runs once a day instead of every 4 hours. Thanks for the reply Luke!
Lessaj 477 Posted February 17 Posted February 17 9 hours ago, FamFrederiks said: Could touching those files maybe have triggered a loop in the realtime monitoring? It would receive events for all the files being touched and then try to reprobe them, so not really a loop but an event flood perhaps. Your permissions should not be changing that you need to run a script every few hours...
FamFrederiks 2 Posted February 18 Author Posted February 18 Yes, it was a badly thought out fix :-). For now, until I solve the problem with Docker on Terramaster TOS 7 I use this in the script to only change permissions that have to be changed: find /Volume1/Photos \( ! -user docker -o ! -group docker_users \) -exec chown docker:docker_users {} + 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now