Jellyfin Server does not Restart - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Jellyfin Server does not Restart (/t-jellyfin-server-does-not-restart) |
Jellyfin Server does not Restart - X0X0X0 - 2024-12-27 Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm 6.1.0-28-amd64 Restarting Jellyfin server from webpanel or CLI will cause server not to start. Code: PC@User:~$ sudo service jellyfin status Uninstall and Reinstall previously didn't resolve the issue. How to overcome this issue? Thank you RE: Jellyfin Server does not Restart - TheDreadPirate - 2024-12-28 What is the output of these two commands? Code: sudo ps -ef | grep jellyfin If you don't see a zombie Jellyfin process or another process listening on port 8096, share the output of the following command via pastebin. Code: sudo journalctl -u jellyfin -n 200 --no-pager |