Jellyfin Forum
10.9.2 docker crash - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: 10.9.2 docker crash (/t-10-9-2-docker-crash)

Pages: 1 2


RE: 10.9.2 docker crash - toytown - 2024-07-29

Just the default "bridge" mode. To be fair its only crashed twice in the last 8 months so it's not that big of a deal, just hoping the logs might provide some info for the developers so they can resolve it.


RE: 10.9.2 docker crash - toytown - 2025-02-19

So, same thing happened on 10.10.5 last night, crashing the docker.

There was no transcodes happening at the time, server had tons of free ram/disk space. There was a single client logged on who had got half way through watching a TV show and then paused it, it was in this paused state for a few hours. The TV show had fully transcoded, so that part can be removed from the equation. The logs seem to indicate its the same problem as what happened with my original post.

Restarting the docker brings back jellyfin perfectly with no problems.

https://text.is/3Z37R


RE: 10.9.2 docker crash - TheDreadPirate - 2025-02-19

In your case it looks like your server lost network connectivity. Can you share your docker compose? And whether you are using a reverse proxy.


RE: 10.9.2 docker crash - toytown - 2025-02-19

Servers local network is fine, all the other services running at the time reported no errors and no logs on the router to say if the port had any issues or was dropped.

The docker (official) is created by the command line using "docker run -d -p 8096:8096 --name jelly --privileged --group-add="106" --device /dev/dri/renderD128Confused-facedev/dri/renderD128 --device /dev/dri/card0Confused-facedev/dri/card0" and then a bunch of mount points for storage, so i don't think this is an issue either. No proxy server is being used.

If the server lost connection to the client (uk>usa) then that could give the "no route to host" issue, but it shouldn't be allowed to bring down jellyfin.


RE: 10.9.2 docker crash - TheDreadPirate - 2025-02-19

Can you try switching to host networking?


RE: 10.9.2 docker crash - toytown - 2025-02-19

I'll give it a shot next time i update the docker. The big problem with troubleshooting this, is it only happens once every 3-4 months.