🎃 YunoHost 13.0 / Trixie spooky beta

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)

Thank you very much for taking care, helping me to solve it and also file the issue.

This solved my error message.

On remark: I could not run your command due to yq not being available on my installation. I then manually removed the block as suggested.

Thank you again

Have issue when trying to install outline:

2026-01-30 14:49:28,265: WARNING - janv. 30 14:49:27 nginx[110564]: 2026/01/30 14:49:27 [emerg] 110564#110564: open() "/etc/nginx/proxy_params_no_auth" failed (2: No such file or directory) in /etc/nginx/conf.d/space.maindomain.tld.d/outline.conf:6
2026-01-30 14:49:28,269: WARNING - janv. 30 14:49:27 systemd[1]: nginx.service: Control process exited, code=exited, status=1/FAILURE

I workaround the problem doing this:
sudo ln -s /etc/nginx/proxy_params /etc/nginx/proxy_params_no_auth

https://paste.yunohost.org/raw/xipodowiwo

Did you try sudo yunohost tools regen-conf nginx --force?

No. I’ve just tried now and that not seem to solve issue. Have to manualy do sudo ln -s /etc/nginx/proxy_params /etc/nginx/proxy_params_no_auth

thank for your help

/etc/nginx/proxy_params_no_auth should be a copy of /usr/share/yunohost/conf/nginx/proxy_params_no_auth

/usr/share/yunohost/conf/nginx/proxy_params_no_auth does not exist on my system

Humm that’s part of the yunohost package. Are you on version: 13.0.4+202601082230 (yunohost --version)?

I’m on version 13.0.1.

Maybe my install is broken because I’ve add this error when installed yunohost:

Hello, I am using Version 13.0.1 (testing)

Is not updating to YunoHost 13.0.2 … I see updates releases at github up to 13.0.4

I have not see any error.