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.
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.