You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bug, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before creating a report. The links can be found here.
This issue is not already reported on GitHub(I've searched it).
I'm using an up to date version of Jellyfin Server stable, unstable or master; We generally do not support previous older versions. If possible, please update to the latest version before opening an issue.
This report addresses only a single issue; If you encounter multiple issues, kindly create separate reports for each one.
Description of the bug
jellyfin-ffmpeg7 is a dependency of the jellyfin metapackage, but is not included in when I update my package data. Hence when upgrading apt tries to satisfy the dependency with the standard version of ffmpeg. To avoid this I removed "jellyfin" along with all of its dependencies, downloaded and manually installed https://repo.jellyfin.org/?path=/ffmpeg/debian/latest-7.x/arm64. Then I could reinstall jellyfin.
Reproduction steps
sudo apt update
sudo apt upgrade
Reading state information... Done
The following NEW packages will be installed:
ffmpeg ....
The following packages have been kept back:
jellyfin
...
Note that if jellyfin is being kept back, you might need to explicitly upgrade it. It's because installing ffmpeg7 will remove ffmpeg6 and apt won't do that by default. If you have the unstable component active, this will do what you need:
$ sudo apt install jellyfin
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
jellyfin-ffmpeg7 jellyfin-server jellyfin-web
The following packages will be REMOVED:
jellyfin-ffmpeg6
The following NEW packages will be installed:
jellyfin-ffmpeg7
The following packages will be upgraded:
jellyfin jellyfin-server jellyfin-web
3 upgraded, 1 newly installed, 1 to remove and 9 not upgraded.
Need to get 122 MB of archives.
After this operation, 8,026 kB of additional disk space will be used.
Do you want to continue? [Y/n]
This issue respects the following points:
Description of the bug
jellyfin-ffmpeg7 is a dependency of the jellyfin metapackage, but is not included in when I update my package data. Hence when upgrading apt tries to satisfy the dependency with the standard version of ffmpeg. To avoid this I removed "jellyfin" along with all of its dependencies, downloaded and manually installed https://repo.jellyfin.org/?path=/ffmpeg/debian/latest-7.x/arm64. Then I could reinstall jellyfin.
Reproduction steps
sudo apt update
sudo apt upgrade
Reading state information... Done
The following NEW packages will be installed:
ffmpeg ....
The following packages have been kept back:
jellyfin
...
What is the current bug behavior?
cannot upgrade unstable release of jellyfin
What is the expected correct behavior?
install jellyfin-ffmpeg7 with standard upgrade
Jellyfin Server version
Unstable
Specify commit id
No response
Specify unstable release number
2024091605
Specify version number
No response
Specify the build version
2024090905
Environment
Jellyfin logs
FFmpeg logs
No response
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
Good luck with the final release of 10.10.0
The text was updated successfully, but these errors were encountered: