2024-05-15, 03:02 AM
Hello!
After upgrading to the latest server 10.9.1 on Ubuntu 24.04, live TV series stopped recording and can't schedule new recordings. Logs say the following:
I've re-applied ownership by:
I've rebooted and I have the same error when scheduling recordings.
Permissions of the directory in question:
Any ideas on how I proceed?
After upgrading to the latest server 10.9.1 on Ubuntu 24.04, live TV series stopped recording and can't schedule new recordings. Logs say the following:
Code:
[2024-05-14 21:50:12.623 -05:00] [ERR] Error processing request. URL "POST" "/LiveTv/SeriesTimers".
System.UnauthorizedAccessException: Access to the path '/var/lib/jellyfin/data/livetv' is denied.
---> System.IO.IOException: Permission denied
I've re-applied ownership by:
Code:
sudo chown -R jellyfin:jellyfin /var/lib/jellyfin
I've rebooted and I have the same error when scheduling recordings.
Permissions of the directory in question:
Code:
sudo ls -la /var/lib/jellyfin/data/livetv
total 172
drwxr-xr-x 2 jellyfin jellyfin 4096 Feb 11 18:05 .
drwxr-xr-x 8 jellyfin jellyfin 4096 May 14 21:54 ..
-rw-r--r-- 1 jellyfin jellyfin 5129 May 14 21:50 seriestimers.json
-rw-r--r-- 1 jellyfin jellyfin 159458 May 13 19:00 timers.json
Any ideas on how I proceed?