• 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 Networking & Access After 2 years of running flawlessly, the LSIO Docker stops working after ~30 seconds

     
    • 0 Vote(s) - 0 Average

    After 2 years of running flawlessly, the LSIO Docker stops working after ~30 seconds

    222
    Offline

    Junior Member

    Posts: 1
    Threads: 1
    Joined: 2023 Sep
    Reputation: 0
    Country:United States
    #1
    2023-09-28, 02:21 AM
    Main: Jellyfin version: "10.8.11"
    LSIO Docker - Unraid

    Docker stops running after ~20-30 seconds. Before this worked flawlessly for 2+ years.

    Using an Nvidia Shield as Client, but this is definitely not a client issue

    I changed a few things recently but noting big or serious and I cant remmeber now. Should I do a clean install?


    Attached Files
    .txt   JellfinLogs.txt (Size: 13.24 KB / Downloads: 107)
    xaque
    Offline

    Member

    Posts: 76
    Threads: 1
    Joined: 2023 Jun
    Reputation: 3
    Country:United States
    #2
    2023-09-28, 02:58 AM
    Pheres a reddit post woth solution to a similar issue as your.

    https://www.reddit.com/r/jellyfin/commen...n_startup/

    From the post:

    If anyone else runs across this, all I did was purge the install with

    sudo apt purge jellyfin --autoremove

    And then reinstall and start over.
    bitmap
    Offline

    Community Moderator

    Posts: 915
    Threads: 9
    Joined: 2023 Jul
    Reputation: 30
    #3
    2023-09-28, 05:35 AM
    If you run docker, have you tried stopping, removing, and building a new container? You haven't said whether it's vanilla docker or compose so either way it's...

    Code:
    docker stop <jellyfin> && docker rm -f <jellyfin> && docker run [options] <jellyfin>

    Where <jellyfin> is the container name and you have to remember your run command. BEFORE YOU RUN THAT MAKE SURE YOU HAVE PERSISTENT VOLUMES. It looks like in your startup your volumes are mapped, so that shouldn't be an issue, but if your volumes are ephemeral, your data will be lost. For docker-compose:

    Code:
    docker compose stop <jellyfin> && docker compose rm -f <jellyfin> && docker compose up -d <jellfyin>

    If you want to be really thorough, you can prune your volumes in between the container removal and bringing the container back up but you better be damn sure you have your data persisted. As for your question about a clean install...that shouldn't really ever be necessary with docker unless you screwed something up insanely bad, generally by messing with persistent files that you shouldn't be touching (e.g., databases, config files). If you weren't "making little changes" with those, it's worth troubleshooting a bit before you take the nuclear option, particularly if you have data on your instance you want to save.
    Jellyfin 10.10.7 LSIO Docker | Ubuntu 24.04 LTS | i7-13700K | Arc A380 6 GB | 64 GB RAM | 79 TB Storage

    [Image: AIL4fc84QG6uSnTDEZiCCtosg7uAA8x9j1myFaFs...qL0Q=w2400]
    « 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