• 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 Jellyfin isnt starting well or staying up well

    Pages (2): « Previous 1 2

     
    • 0 Vote(s) - 0 Average

    Jellyfin isnt starting well or staying up well

    Looks like some kind of loop to me.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #11
    2024-08-29, 07:32 PM
    Do you have any reason to use the linuxserver image instead of the official image?

    I spun up a linuxserver image, also saw the same "fontconfig" messages, but mine started anyway.

    If you're ok with it, let's give the official image a try?  You'd need to adjust your docker compose a little bit.

    Code:
    version: '3.9'
    services:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        user: 1000:1000
        environment:
          - TZ=America/New_York
          - JELLYFIN_PublishedServerUrl=10.11.12.5 #optional
        volumes:
          - /mnt/gfs2/ezarr/config/jellyfin-config/config:/config
          - /mnt/gfs2/ezarr/config/jellyfin-config/cache:/cache
          - /mnt/omen/video/data:/data
        ports:
          - 8096:8096
          - 8920:8920 #optional
          - 7359:7359/udp #optional
          - 1900:1900/udp #optional
        restart: unless-stopped

    Before you start up the new container, backup your current jellyfin-config folder and then clear it out and clean up your old images.

    Code:
    cp -pR /mnt/gfs2/ezarr/config/jellyfin-config /mnt/gfs2/ezarr/config/jellyfin-config-lsio
    rm -rf /mnt/gfs2/ezarr/config/jellyfin-config/*

    Now start the jellyfin container.
    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]
    TheCritic
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #12
    2024-09-02, 09:11 PM
    I used that image because I would all of the other arr images I wanted there. If there is a better place, I am up for it.

    Your changes corrected my issue. I guess in this case their image is just flawed some how.

    Thanks for all of the help.
    farouq
    Offline

    Junior Member

    Posts: 9
    Threads: 3
    Joined: 2024 Jun
    Reputation: 0
    #13
    2024-09-29, 02:56 AM
    any solution?
    Pages (2): « Previous 1 2

    « 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