2024-12-22, 05:52 AM
(This post was last modified: 2024-12-22, 04:26 PM by TheDreadPirate. Edited 1 time in total.)
Removing Jellyfin-server would remove the jellyfin user from your system. Adding the potential that the jellyfin user would change UID when you reinstall jellyfin.
I had hoped it would pull the server up to 10.10.3, but that doesn't appear to be the case.
If Jellyfin doesn't start, reset permissions on jellyfin's data and config directories.
I had hoped it would pull the server up to 10.10.3, but that doesn't appear to be the case.
Code:
sudo apt remove jellyfin-server
sudo apt install jellyfin-server
If Jellyfin doesn't start, reset permissions on jellyfin's data and config directories.
Code:
sudo chown -R jellyfin: /var/lib/jellyfin /var/cache/jellyfin/ /var/log/jellyfin /etc/jellyfin /usr/share/jellyfin