Jellyfin lxc update fail #3862
-
Hi, When running the "update" command on my Jellyfin LXC, I find that the server version is still outdated. Running apt update then apt list --upgradable shows that updates are indeed still available. I will backup this LXC and attempt to manually run apt upgrade, but not understanding why the script isn't taking care of it. Yes, this LXC was installed after the inclusion of the update commands. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
As an update, when attempting to run the "apt upgrade" command, the output is that the following packages are "being kept back": jellyfin, jellyfin-server Does anyone have any thoughts as to why this is happening? |
Beta Was this translation helpful? Give feedback.
-
It turned out to be ffmpeg needing to be replaced. I had to explicitly run apt upgrade jellyfin jellyfin-server and it finally worked... |
Beta Was this translation helpful? Give feedback.
It turned out to be ffmpeg needing to be replaced. I had to explicitly run apt upgrade jellyfin jellyfin-server and it finally worked...