• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting 10.9.2 docker crash

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    10.9.2 docker crash

    toytown
    Offline

    Member

    Posts: 85
    Threads: 3
    Joined: 2023 Jun
    Reputation: 3
    #1
    2024-05-18, 08:11 PM
    Yesterday i updated my jellyFin server to 10.9.2 using the official docker.  About 2 hours later my friend connected and started streaming a film.   At some point during the stream (after transcoding had finished) the docker running jellyFin crashed.   All the remaining dockers on the server and the server itself continued to run perfectly, the docker build of jellyfin up to this point has been 100% stable using 10.8.13 so i don't believe its a hardware issue.   The only installed plugin is version 14 of "PlaybackReporting"

    After restarting the docker i was able to playback the movie (albeit it using a different client) without it causing the crash.

    I've included the logs @ https://text.is/52RY3
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-05-18, 10:05 PM
    I see that it was transcoding that video. Double check that you didn't run out of space in the volume that transcodes are written to.

    If that is not the case, definitely submit a github issue.

    https://github.com/jellyfin/jellyfin/issues
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    toytown
    Offline

    Member

    Posts: 85
    Threads: 3
    Joined: 2023 Jun
    Reputation: 3
    #3
    2024-05-18, 10:33 PM
    The video had finished transcoding almost an hour before the crash. Transcode directory had over 500GB free.
    toytown
    Offline

    Member

    Posts: 85
    Threads: 3
    Joined: 2023 Jun
    Reputation: 3
    #4
    2024-07-28, 02:51 PM
    Had a crash today using 10.9.7, from the log it looks like the same error as i posted with 10.9.2. The transcode had finished about an hour before and it occurred just as the client had finished watching the video.

    Log @ https://text.is/3Z9Q1
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-07-28, 03:09 PM
    That looks like the NIC lost connection or the NIC itself was unavailable.

    Code:
    [2024-07-28 13:02:20.994 +00:00] [ERR] [232] Microsoft.AspNetCore.Server.Kestrel: Unexpected exception in TimingPipeFlusher.FlushAsync.
    System.Net.Sockets.SocketException (113): No route to host
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    toytown
    Offline

    Member

    Posts: 85
    Threads: 3
    Joined: 2023 Jun
    Reputation: 3
    #6
    2024-07-28, 04:26 PM
    (2024-07-28, 03:09 PM)TheDreadPirate Wrote: That looks like the NIC lost connection or the NIC itself was unavailable.

    Yep, but the NIC is fine.   
    The router does not show a dropped connection in its logs.
    Dmesg on the docker host doesn't show anything and all the other dockers were running fine at the time and uploading data.
    I've set the docker to auto restart from now on, i would prefer it not to, so i know when it crashes.

    I still think its a bug, even if it loses a network connection or believes it has, it shouldn't pull down the entire docker.
    34626
    Offline

    Member

    Posts: 184
    Threads: 36
    Joined: 2023 Jul
    Reputation: 0
    Country:Denmark
    #7
    2024-07-28, 05:27 PM
    Please share your docker-compose.yml files content - what docker image do you use? The official or a third party?
    Debian 12 | Jellyfin 10.10.7 docker | Intel N5105 | RAM 32 GB | 26 TB storage
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-07-28, 08:32 PM (This post was last modified: 2024-07-28, 08:33 PM by TheDreadPirate.)
    (2024-07-28, 04:26 PM)toytown Wrote:
    (2024-07-28, 03:09 PM)TheDreadPirate Wrote: That looks like the NIC lost connection or the NIC itself was unavailable.

    Yep, but the NIC is fine.   
    The router does not show a dropped connection in its logs.
    Dmesg on the docker host doesn't show anything and all the other dockers were running fine at the time and uploading data.
    I've set the docker to auto restart from now on, i would prefer it not to, so i know when it crashes.

    I still think its a bug, even if it loses a network connection or believes it has, it shouldn't pull down the entire docker.

    Can you get your docker daemon logs and share those?

    Code:
    sudo journalctl -u docker.service --no-tail > docker_logs.txt
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    toytown
    Offline

    Member

    Posts: 85
    Threads: 3
    Joined: 2023 Jun
    Reputation: 3
    #9
    2024-07-28, 11:04 PM
    (2024-07-28, 08:32 PM)TheDreadPirate Wrote: Can you get your docker daemon logs and share those?

    I checked them at the same time, there was no entries from any of my dockers during the timeframe, it doesn't seem to log a lot though.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-07-29, 03:05 AM
    Is your container using bridge or host networking?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode