For some reason since yesterday Jellyfin has crashed and won’t restart:
Jan 16 21:19:23 systemd[1]: Started jellyfin.service - Jellyfin Media Server.
Jan 16 21:19:23 (jellyfin)[5142]: jellyfin.service: Changing to the requested working directory failed: No such file or directory
Jan 16 21:19:23 (jellyfin)[5142]: jellyfin.service: Failed at step CHDIR spawning /usr/bin/jellyfin: No such file or directory
Jan 16 21:19:23 systemd[1]: jellyfin.service: Main process exited, code=exited, status=200/CHDIR
Jan 16 21:19:23 systemd[1]: jellyfin.service: Failed with result 'exit-code'.
Jan 16 21:19:24 systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 1.
Jan 16 21:19:24 systemd[1]: Started jellyfin.service - Jellyfin Media Server.
Also, when I try to update using the admin panel I get an error message:
Failed to compute last apt update time ? [Errno 2] No such file or directory: '/var/cache/apt/pkgcache.bin'
@TiberiusRegenschein@csolisr
You should remove the block nsswitch in /etc/yunohost/regenconf.ymland only keep the nss one.
You could do it with following command: cp -a /etc/yunohost/regenconf.yml /etc/yunohost/regenconf.yml.bak && yq 'del(.nsswitch)' -iy /etc/yunohost/regenconf.yml
(I will open an issue about it)