2024-10-14, 05:40 PM
(2024-10-14, 05:30 PM)TheDreadPirate Wrote:Code:Oct 14 15:53:44 colin jellyfin[842]: System.UnauthorizedAccessException: Access to the path '/var/cache/jellyfin' is denied.
Run this command to ensure jellyfin has ownership of everything it needs to control.
Code:sudo chown -R jellyfin: /etc/jellyfin /var/cache/jellyfin /var/lib/jellyfin
sudo systemctl restart jellyfin
been able to grant access to lib but not the other two as they are not present (below):
PHP Code:
sudo chown -R jellyfin: /etc/jellyfin /var/cache/jellyfin /var/lib/jellyfin
chown: cannot access '/etc/jellyfin': No such file or directory
chown: cannot access '/var/cache/jellyfin': No such file or directory
i believe this maybe due to removing them after purging jellyfin to do a full reinstall but i guess theyb weren't rebuilt?