Jellyfin Forum
jellyfin podman setup on Fedora Server 40 - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: jellyfin podman setup on Fedora Server 40 (/t-jellyfin-podman-setup-on-fedora-server-40)



jellyfin podman setup on Fedora Server 40 - danseaman6 - 2024-05-17

When attempting to follow the managing via systemd instructions (https://jellyfin.org/docs/general/installation/container/#managing-via-systemd) for a new podman contain on Fedora Server 40, I get a very strange result when trying to run machinectl:

Code:
machinectl: command not found

Googling this has actually been incredibly unhelpful, apparently machinectl has never not been found before. How can this be resolved?


RE: jellyfin podman setup on Fedora Server 40 - TheDreadPirate - 2024-05-17

Do you have the systemd-container rpm installed?


RE: jellyfin podman setup on Fedora Server 40 - danseaman6 - 2024-05-17

My god. I have no idea why that was not installed by default. Much appreciated.


RE: jellyfin podman setup on Fedora Server 40 - TheDreadPirate - 2024-05-17

For the future, you can use the command "dnf provides <insert binary/command>" and dnf will tell you what package provides it.


RE: jellyfin podman setup on Fedora Server 40 - SenileOtaku - 2024-06-11

A little addendum there. If you don't know the actual path for the file you need, you can prefix the file name with "*/".

so it would be
'dnf provides */<command-name>"