Luke 42077 Posted May 20, 2018 Author Posted May 20, 2018 Luke, listed below is a couple TV shows that I add that were not picked up until a full library scan. I have also attached what I believe to be the log from that night. 9:34 PM - Marvel's Agents of S.H.I.E.L.D. 5x22 (110) The End 9:19 PM - BattleBots (2015) 3x02 Are You Yeti to Rumble? 8:47 PM - Bering Sea Gold 10x08 Every Ounce Counts 8:35 PM - Blindspot 3x22 (67) In Memory 8:34 PM - Once Upon a Time (2011) 7x22 (155) Leaving Storybrooke 8:19 PM - Hawaii Five-0 8x25 Waiho Wale Kahiko See this: 2018-05-18 22:58:25.279 Error LibraryMonitor: Error in Directory watcher for: /Media/TV *** Error Report *** Version: 3.4.1.0 Command line: /system/EmbyServer.dll -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 Operating system: Unix 4.15.0.20 64-Bit OS: True 64-Bit Process: True User Interactive: True Processor count: 4 Program data path: /config Application directory: /system System.IO.IOException: The configured user limit (8192) on the number of inotify watches has been reached. System.IO.IOException No Stack Trace Available Try reducing the number of libraries that you've enabled the realtime monitor for, and restart the server.
mediacowboy 438 Posted May 20, 2018 Posted May 20, 2018 (edited) See this: 2018-05-18 22:58:25.279 Error LibraryMonitor: Error in Directory watcher for: /Media/TV *** Error Report *** Version: 3.4.1.0 Command line: /system/EmbyServer.dll -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 Operating system: Unix 4.15.0.20 64-Bit OS: True 64-Bit Process: True User Interactive: True Processor count: 4 Program data path: /config Application directory: /system System.IO.IOException: The configured user limit (8192) on the number of inotify watches has been reached. System.IO.IOException No Stack Trace Available Try reducing the number of libraries that you've enabled the realtime monitor for, and restart the server. Will do but can I ask why it is complaining about them in docker but didn't in windows? Before modification I have 13 running library monitoring. After I am down to 6. Edited May 20, 2018 by mediacowboy
mediacowboy 438 Posted May 20, 2018 Posted May 20, 2018 (edited) Still seeing that error. I did try renaming a file. This is my docker-compose file if it helps. emby: image: "emby/embyserver:latest" container_name: "Emby" devices: - /dev/dri/renderD128:/dev/dri/renderD128 volumes: - ${USERDIR}/docker/emby:/config - "/mnt/media:/Media" - "/mnt/misc:/Misc" network_mode: host restart: always environment: - UID=${PUID} - GID=${PGID} - GIDLIST=44 - TZ=${TZ} embyserver - Copy.txt Edited May 20, 2018 by mediacowboy
Sergio 4 Posted May 21, 2018 Posted May 21, 2018 (edited) Does anyone knows the recommended update procedure from version 3.3.1 to 3.4.1 and can post it to me or if there's already written anywhere can point me the place. I've been searching for it for more than an hour and can't find it anywhere. The automatic procedure and manual one doesn't work anymore: # docker exec -ti emby-server update rpc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:247: starting container process caused "exec: \"update\": executable file not found in $PATH" Edited May 21, 2018 by Sergio
mediacowboy 438 Posted May 21, 2018 Posted May 21, 2018 @@Luke, I have changed my realtime monitoring to only watch my TV folder. I will reboot the server and report back tonight.
mediacowboy 438 Posted May 21, 2018 Posted May 21, 2018 Does anyone knows the recommended update procedure from version 3.3.1 to 3.4.1 and can post it to me or if there's already written anywhere can point me the place. I've been searching for it for more than an hour and can't find it anywhere. The automatic procedure and manual one doesn't work anymore: # docker exec -ti emby-server update rpc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:247: starting container process caused "exec: \"update\": executable file not found in $PATH" I stop my emby docker. Run the following command and start it back up. docker pull emby/embyserver:latest
mgworek 134 Posted May 21, 2018 Posted May 21, 2018 Does anyone knows the recommended update procedure from version 3.3.1 to 3.4.1 and can post it to me or if there's already written anywhere can point me the place. I've been searching for it for more than an hour and can't find it anywhere. The automatic procedure and manual one doesn't work anymore: # docker exec -ti emby-server update rpc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:247: starting container process caused "exec: \"update\": executable file not found in $PATH" I asked about updates last week. "Yes the docker beta is currently paused. We'll get it sorted out soon. Thanks."
mediacowboy 438 Posted May 22, 2018 Posted May 22, 2018 @@Luke, having just my TV library doing realtime monitoring and it works. Should I start adding them back one by one until it breaks? I only have a total of 15 and maybe 6 will be updated regular with new content.
mediacowboy 438 Posted May 22, 2018 Posted May 22, 2018 (edited) Yes you could try that. Thanks.@@Luke, I started adding back my libraries and the error came back. So i did some googling and came across this. I followed the below and rebooted and error hasn't come back yet will keep an eye on it and report back. I want to make sure to say that this was done on my Ubuntu 18.04 LTS server and not the docker image. longhorn09 commented on Jun 8, 2017 • I tried a number of suggestions in this thread which worked temporarily, but the changes didn't persist after reboot.One technique that worked for me is appending to /etc/sysctl.conf. I run Ubuntu 16.04.fs.inotify.max_user_watches = 999999fs.inotify.max_queued_events = 999999fs.inotify.max_user_instances = 999999You can also view the values usingsudo sysctl fs.inotify.max_user_watches fs.inotify.max_queued_events fs.inotify.max_user_instances Edited May 22, 2018 by mediacowboy
Sergio 4 Posted May 22, 2018 Posted May 22, 2018 (edited) I stop my emby docker. Run the following command and start it back up. docker pull emby/embyserver:latest Yes, I did try that. It downloads the latest tag and after starting it back it stays at the same version. I had to re-create a second container and it picked the latest image. Now, because I only changed user and group and reused the previous version options in spite of the docker hub, I'm testing it. But it seems all right. Edited May 22, 2018 by Sergio
mediacowboy 438 Posted May 22, 2018 Posted May 22, 2018 @@Luke, I have added new media today and it is being processed in and I am being notified. Thank you for your help.
mastrmind11 722 Posted May 26, 2018 Posted May 26, 2018 (edited) @@Luke, trying to docker pull and it's telling me 3.2.70 is the latest? $ sudo docker pull emby/embyserver:latest latest: Pulling from emby/embyserver Digest: sha256:2bf4b76927e541c4790f8cddf6b7511f10680a76491ccbad5292b8a3117c4fd7 Status: Image is up to date for emby/embyserver:latest edit: I had to rm the container and pull a fresh one for some reason. All good now. Edited May 26, 2018 by mastrmind11
andyblac644 69 Posted May 29, 2018 Posted May 29, 2018 @@Luke Do have any idea when docker will be updated, as it has been over 20 days since we have an update, I know it probably due to you trying to get the new dotnet 2.1 built, but even if you just release a recent build with dotnet 2.0 that would be fin e for now.
nobody01 89 Posted May 31, 2018 Posted May 31, 2018 Hopefully sometime this week. How we looking? Looking forward to testing the .NET core changes
Luke 42077 Posted June 5, 2018 Author Posted June 5, 2018 Updated docker betas should be up shortly. Thanks guys. 1
nobody01 89 Posted June 5, 2018 Posted June 5, 2018 [services.d] done. Info Main: Application path: /system/EmbyServer.dll Info Main: Emby Command line: /system/EmbyServer.dll -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3 Operating system: Unix 4.9.0.6 64-Bit OS: True 64-Bit Process: True User Interactive: True Processor count: 8 Program data path: /config Application directory: /system No usable version of the libssl was found Aborted [cont-finish.d] executing container finish scripts... [cont-finish.d] done.
alucryd 315 Posted June 5, 2018 Posted June 5, 2018 @jaketame: We were "in the process". Now it's done. 1
nobody01 89 Posted June 5, 2018 Posted June 5, 2018 (edited) @jaketame: We were "in the process". Now it's done.Thanks, It’s running now. Some issues so far: - I’m getting lots of spinning load icons. - Dashboard is not displaying correctly ( blank sections followed by loading icon) - Web app is not as bad but Android App is not responding for admin console Cheers Edited June 5, 2018 by jaketame
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