• 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

    bitmap
    Offline

    Community Moderator

    Posts: 917
    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)


    Messages In This Thread
    After 2 years of running flawlessly, the LSIO Docker stops working after ~30 seconds - by 222 - 2023-09-28, 02:21 AM
    RE: After 2 years of running flawlessly, the LSIO Docker stops working after ~30 seconds - by xaque - 2023-09-28, 02:58 AM
    RE: After 2 years of running flawlessly, the LSIO Docker stops working after ~30 seconds - by bitmap - 2023-09-28, 05:35 AM

    • 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