2024-01-26, 06:19 PM
Hi!
I'm trying to get my NFS permissions in order in my LXC running jellyfin, I tried changing the user id of jellyfin in the lxc from 110 to match the user id on my jellyfin user on the NAS but it gives me the following error when trying to run the service.
I'd like to use this method rather than using a workaround I've seen on reddit which is t Squash "Map all userso admin" doesn't really feel like a secure option.
I'm not sure why the service cares about the UID since the folders and files are still owned by the same user (jellyfin).
Any help is greatly appreciated!
I'm trying to get my NFS permissions in order in my LXC running jellyfin, I tried changing the user id of jellyfin in the lxc from 110 to match the user id on my jellyfin user on the NAS but it gives me the following error when trying to run the service.
Quote:`-jellyfin.service.conf
Active: failed (Result: signal) since Fri 2024-01-26 17:57:42 UTC; 2s ago
Process: 14220 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=killed, signal=ABRT)
Main PID: 14220 (code=killed, signal=ABRT)
CPU: 84ms
Jan 26 17:57:42 jellyfin systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
Jan 26 17:57:42 jellyfin systemd[1]: Stopped Jellyfin Media Server.
Jan 26 17:57:42 jellyfin systemd[1]: jellyfin.service: Start request repeated too quickly.
Jan 26 17:57:42 jellyfin systemd[1]: jellyfin.service: Failed with result 'signal'.
Jan 26 17:57:42 jellyfin systemd[1]: Failed to start Jellyfin Media Server.
I'd like to use this method rather than using a workaround I've seen on reddit which is t Squash "Map all userso admin" doesn't really feel like a secure option.
I'm not sure why the service cares about the UID since the folders and files are still owned by the same user (jellyfin).
Any help is greatly appreciated!