Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mediaserver PVE/LXC - Jellyfin not installed!? #1974

Open
JedMeister opened this issue Jul 30, 2024 · 1 comment
Open

Mediaserver PVE/LXC - Jellyfin not installed!? #1974

JedMeister opened this issue Jul 30, 2024 · 1 comment

Comments

@JedMeister
Copy link
Member

It has been reported on our forums that Jellyfin wasn't running and trying to restart the service fails. It's ok in the ISO, just not the PVE container build.

After having a closer look, I can see that the Jellyfin packages are actually being removed during the LXC build!? I'm not why, but it's clear from the PVE/LXC build log that it is:

INFO [purge-pkgs]: Purging packages:  di-live live-boot live-tools live-boot-initramfs-tools
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
  di-live* jellyfin-server* jellyfin-web* libllvm16* live-boot*
  live-boot-initramfs-tools* live-tools*
0 upgraded, 0 newly installed, 7 to remove and 0 not upgraded.
After this operation, 337 MB disk space will be freed.
(Reading database ... 100%
Removing di-live (1.0.2) ...
Removing jellyfin-server (10.9.6+deb12) ...
Stopping Jellyfin!
Removing jellyfin-web (10.9.6+deb12) ...
Removing libllvm16:amd64 (1:16.0.6-15~deb12u1) .

@JedMeister JedMeister added this to the 18.1 milestone Jul 30, 2024
@JedMeister
Copy link
Member Author

Looks like this is because we are manually installing jellyfin-ffmpeg5 but the ffmpeg jellyfin dependency is now jellyfin-ffmpeg6. When apt-get autoremove is run in bt-container, jellyfin-xxx are removed... Just installing the jellyfin package should resolve this - and pull in the correct dep, thus not removing the required packages when auto remove is run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant