• 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 Announcements Project Announcements New Jellyfin Server/Web release: 10.11.0

    Pages (7): « Previous 1 … 3 4 5 6 7 Next »
     

     
    • 1 Vote(s) - 5 Average

    New Jellyfin Server/Web release: 10.11.0

    theguymadmax
    Offline

    Community Moderator

    Posts: 1,406
    Threads: 0
    Joined: 2024 Jun
    Reputation: 77
    #51
    Yesterday, 03:13 PM (This post was last modified: Yesterday, 04:50 PM by theguymadmax. Edited 1 time in total.)
    (Yesterday, 12:49 PM)alleycat Wrote: I have left the server in "shutdown" status for the time been hoping someone else has encountered this and how you proceeded from this point.

    Thanks for any advise...

    There was a new commit regarding libjemalloc can you try again.
    MegaUltraGigaChad
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2023 Jul
    Reputation: 2
    #52
    Yesterday, 03:26 PM (This post was last modified: Yesterday, 03:29 PM by MegaUltraGigaChad. Edited 1 time in total.)
    I just realised that the upgrade completely wiped all my playlists, no wonder why Finamp wasn't finding my fav playlist
    Edit : Creating a new one solved it, but it's incredibly laggy
    SkullOne
    Offline

    Junior Member

    Posts: 2
    Threads: 0
    Joined: 2025 Oct
    Reputation: 2
    Country:United States
    #53
    Yesterday, 03:54 PM
    I fixed mine.

    There's a few steps missing if running bare metal Ubuntu 24.04 LTS.

    1. libjemalloc2 needs to be installed BEFORE you upgrade jellyfin-server. This was a new install for my Ubuntu 24.04 system. This dependency led directly to the failure.
    2. You need to update your jellyfin.sources in /etc/apt/sources.list.d/
    You need to update this because it is probably pointed to the old jammy repo, not noble.
    Don't use their "script" from the manual install instructions. It fails. It doesn't put the /ubuntu at the end of the URI

    Your jellyfin.sources needs to have this in it (change the arch to ARM64 if you're on ARM):

    Types: deb
    URIs: https://repo.jellyfin.org/ubuntu
    Suites: noble
    Components: main
    Architectures: amd64
    Signed-By: /etc/apt/keyrings/jellyfin.gpg

    Now update everything and install. jellyfin-server will fire properly and after a few minutes Jellyfin will be back up and running again.
    alleycat
    Offline

    Member

    Posts: 94
    Threads: 19
    Joined: 2024 Sep
    Reputation: 1
    Country:United States
    #54
    Yesterday, 04:19 PM (This post was last modified: Yesterday, 04:20 PM by alleycat.)
    (Yesterday, 03:13 PM)theguymadmax Wrote:
    (Yesterday, 12:49 PM)alleycat Wrote: I have left the server in "shutdown" status for the time been hoping someone else has encountered this and how you proceeded from this point.

    Thanks for any advise...

    There was a new commit regarding libjemalloc can you try again.

    Link broken. Please recheck your link.

    (Yesterday, 03:54 PM)SkullOne Wrote: I fixed mine.

    There's a few steps missing if running bare metal Ubuntu 24.04 LTS.

    1.  libjemalloc2 needs to be installed BEFORE you upgrade jellyfin-server.  This was a new install for my Ubuntu 24.04 system.  This dependency led directly to the failure.
    2.  You need to update your jellyfin.sources in /etc/apt/sources.list.d/
          You need to update this because it is probably pointed to the old jammy repo, not noble.
          Don't use their "script" from the manual install instructions.  It fails.  It doesn't put the /ubuntu at the end of                              the  URI

    Your jellyfin.sources needs to have this in it (change the arch to ARM64 if you're on ARM):

    Types: deb
    URIs: https://repo.jellyfin.org/ubuntu
    Suites: noble
    Components: main
    Architectures: amd64
    Signed-By: /etc/apt/keyrings/jellyfin.gpg

    Now update everything and install.  jellyfin-server will fire properly and after a few minutes Jellyfin will be back up and running again.

    This is good info, but mine is already lists that same info in jellyfin.sources
    Jellyfin 10.10.7 on Ubuntu 24.04.2 LTS, OptiPlex 7050 i7-6700 32GB ram (headless)
    Arc A310, TrueNAS Mini R Raidz2 45 TiB, Netgate 4200 PFsense/HAproxy

    gccalvin
    Offline

    Junior Member

    Posts: 22
    Threads: 3
    Joined: 2024 May
    Reputation: 1
    Country:United States
    #55
    Yesterday, 04:41 PM
    (Yesterday, 03:54 PM)SkullOne Wrote: I fixed mine.

    There's a few steps missing if running bare metal Ubuntu 24.04 LTS.

    1.  libjemalloc2 needs to be installed BEFORE you upgrade jellyfin-server.  This was a new install for my Ubuntu 24.04 system.  This dependency led directly to the failure.
    2.  You need to update your jellyfin.sources in /etc/apt/sources.list.d/
          You need to update this because it is probably pointed to the old jammy repo, not noble.
          Don't use their "script" from the manual install instructions.  It fails.  It doesn't put the /ubuntu at the end of                              the  URI

    Your jellyfin.sources needs to have this in it (change the arch to ARM64 if you're on ARM):

    Types: deb
    URIs: https://repo.jellyfin.org/ubuntu
    Suites: noble
    Components: main
    Architectures: amd64
    Signed-By: /etc/apt/keyrings/jellyfin.gpg

    Now update everything and install.  jellyfin-server will fire properly and after a few minutes Jellyfin will be back up and running again.

    Did you run into any issues with the libicu70 dependency?

    My Jellyfin sources were already pointed to noble.

    We have a thread on it here.
    alleycat
    Offline

    Member

    Posts: 94
    Threads: 19
    Joined: 2024 Sep
    Reputation: 1
    Country:United States
    #56
    Yesterday, 04:41 PM
    (Yesterday, 03:13 PM)theguymadmax Wrote:
    (Yesterday, 12:49 PM)alleycat Wrote: I have left the server in "shutdown" status for the time been hoping someone else has encountered this and how you proceeded from this point.

    Thanks for any advise...

    There was a new commit regarding libjemalloc can you try again.

    I ran the command "sudo apt reinstall jellyfin", used JMP to login and I'm now running 10.11
    Everything looks good...
    Thanks for the reply.
    Jellyfin 10.10.7 on Ubuntu 24.04.2 LTS, OptiPlex 7050 i7-6700 32GB ram (headless)
    Arc A310, TrueNAS Mini R Raidz2 45 TiB, Netgate 4200 PFsense/HAproxy

    theguymadmax
    Offline

    Community Moderator

    Posts: 1,406
    Threads: 0
    Joined: 2024 Jun
    Reputation: 77
    #57
    Yesterday, 04:51 PM
    Glad it worked, updated the link :-)
    1
    TeaTotaled
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2024 May
    Reputation: 0
    Country:Switzerland
    #58
    Yesterday, 06:46 PM
    Thank you all so much! This was a massive undertaking and I want all of the developers to know how much it is appriciated! You all rock!
    1
    planedrop
    Offline

    Junior Member

    Posts: 5
    Threads: 3
    Joined: 2023 Nov
    Reputation: 0
    Country:United States
    #59
    Yesterday, 07:45 PM
    A rather odd issue I have come across that is definitely related to the 10.11 update that I did last night, if I add any albums to my Music library, I have to do a metadata scan 2 times in order to get the new songs to show up properly.

    The first time the album will show up but it'll have no tracks listed in it (the album will play but the list of tracks will be blank even though it'll have a count on it).

    If I do a second metadata refresh then everything shows up just as it did before in a single refresh.

    I did do a full library rescan on all libraries and a missing metadata scan on all libraries just like the upgrade docs suggested, so it's not that.

    I am running this on an Ubuntu host and all my media is stored on a SMB share NAS connected to it, in case that helps.
    mk3
    Offline

    Junior Member

    Posts: 1
    Threads: 0
    Joined: 2025 Oct
    Reputation: 0
    #60
    Yesterday, 08:07 PM
    Can someone please help with the no activity log table issue ?
    Pages (7): « Previous 1 … 3 4 5 6 7 Next »
     

    « Next Oldest | Next Newest »

    Users browsing this thread: 4 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