2023-12-28, 07:31 PM
Here is a snippet from the Log on the system.
It shows similar issue for each of the 5 times it tries to start, noting the MOVIE, TVSHOW, MUSIC, and VIDEO folders mounts for each failure (but not all) for the media folders i scan.
My SMB server which is also running mounts the directory at boot. But its also one of the last things to execute so i think its a boot order thing and i need to have the service start AFTER the mnt-RAID.mount executes which falls under user@42.service. That executes after 1001 (jellyfin user) least when i do 'systemd-analyze plot > startup_plot.svg'. Not certain how to do that...tried 'after= mnt-RAID.mount ' or 'after=user@42.service' but no success (unless i did the command wrong).
Quote:systemd[1259]: Failed to start jellyfin.service - Jellyfin Media Server Podman container systemd service.
systemd[1259]: jellyfin.service: Failed with result 'exit-code'.
systemd[1259]: jellyfin.service: Start request repeated too quickly.
systemd[1259]: Stopped jellyfin.service - Jellyfin Media Server Podman container systemd service.
systemd[1259]: jellyfin.service: Scheduled restart job, restart counter is at 5.
NetworkManager[1198]: <info> [1703780509.3616] agent-manager: agent[6e1a0f74fbb42db0,:1.36/org.gnome.Shell.NetworkAgent/42]: agent registered
systemd[1259]: Failed to start jellyfin.service - Jellyfin Media Server Podman container systemd service.
systemd[1259]: jellyfin.service: Failed with result 'exit-code'.
systemd[1259]: jellyfin.service: Main process exited, code=exited, status=125/n/a
podman[1888]: 2023-12-28 11:21:49.237205249 -0500 EST m=+0.030293386 image pull 73ede7955dcb726a7fef2d5a9c079e64d794879cd7db671262afd06edab36391 localhost/jellyfin:10.8.13
podman[1888]: Error: statfs /mnt/RAID/TVShow: no such file or directory
It shows similar issue for each of the 5 times it tries to start, noting the MOVIE, TVSHOW, MUSIC, and VIDEO folders mounts for each failure (but not all) for the media folders i scan.
My SMB server which is also running mounts the directory at boot. But its also one of the last things to execute so i think its a boot order thing and i need to have the service start AFTER the mnt-RAID.mount executes which falls under user@42.service. That executes after 1001 (jellyfin user) least when i do 'systemd-analyze plot > startup_plot.svg'. Not certain how to do that...tried 'after= mnt-RAID.mount ' or 'after=user@42.service' but no success (unless i did the command wrong).