![]() |
Podman container fails to start - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Podman container fails to start (/t-podman-container-fails-to-start) |
Podman container fails to start - Cutter - 2025-05-02 Hello, I'm trying to run JF in a rootless podman container run as a systemd service. The systemd .container file is here: https://pastebin.com/kXnpKvMY The container fails at startup with the following errors: Code: podman[16551]: 2025-05-02 21:30:32.028014661 +0200 CEST m=+0.033189108 image pull bb8553ab0efe4b205734408fbd790684dfba22985f1fdef43453ba055fbb2339 docker.io/jellyfin/jellyfin:latest It worked fine until now. Either it broke itself by trying to update the image, or I broke things by running the command Code: sudo -R chmod ugo-x,ugo+X /var/lib/jellyfin Where to find the /jellyfin/jellyfin dir inside the container to fix the permissions ? It does not exist at this location on the host. RE: Podman container fails to start because of lack of authorizations - Cutter - 2025-05-03 I removed the image, forcing it to redownload a new one. Jellyfin starts again. I disabled AutoUpdates for now. I would like to check that the /jellyfin/jellyfin dir is executable before enabling AutoUpdates. |