2023-12-22, 07:19 PM
Running Jellyfin on a Fedora38 using podman version 4.7.2 system. I am running into an issue where it wont startup the container at boot. It fails with exit code 125, and the logs usually say that it
I configured it to start up at boot using a local user 'jellyfin' so not root. which i gave the linger privileges and confirmed. The system does try to boot which logs show. Once the system is fully booted i can run service start command below with no issue.
Created the jelly.service file using the podman command to create systemd service, then added the parts to ensure all the thing i want our good. 99% certain its that the volumes cannot mount so it errors out. Tried changing the "After=" in the jellyfin.service key file to be post RAID mounting but still having the issue.
Any ideas or tips for Troubleshooting?
Code:
Error: statfs /pathto/mediavolume: no such file or directory
I configured it to start up at boot using a local user 'jellyfin' so not root. which i gave the linger privileges and confirmed. The system does try to boot which logs show. Once the system is fully booted i can run service start command below with no issue.
Code:
$ systemctl --user start jellyfin.service
Created the jelly.service file using the podman command to create systemd service, then added the parts to ensure all the thing i want our good. 99% certain its that the volumes cannot mount so it errors out. Tried changing the "After=" in the jellyfin.service key file to be post RAID mounting but still having the issue.
Any ideas or tips for Troubleshooting?