2024-09-18, 05:30 PM
(This post was last modified: 2024-09-18, 05:31 PM by TheDreadPirate.)
After using the install script you ran, it should have started and enabled the jellyfin service. Enabled = auto-starts on boot.
sudo systemctl <start/stop/restart/status> jellyfin
Looks like you still have it on VAAPI. Switch it back to QSV. It is more performant.
sudo systemctl <start/stop/restart/status> jellyfin
(2024-09-18, 05:25 PM)stef4n24 Wrote: I found out why:
Unhandled exception. System.UnauthorizedAccessException: Access to the path '/var/log/jellyfin' is denied.
New error now:
Code:
sudo chown -R jellyfin: /etc/jellyfin /var/lib/jellyfin /var/cache/jellyfin /var/log/jellyfin
sudo systemctl restart jellyfin
Looks like you still have it on VAAPI. Switch it back to QSV. It is more performant.