2024-12-24, 08:41 PM
On Debian 12 machine.
Jellyfin was working all find and dandy until I decided to "Shutdown" the server via the web-panel.
I couldn't start it manually. At the moment, Jellyfin server will not launch.
I did try to uninstall Jellyfin*, yet, when installed via repository, says already installed.
Managed to install Jellyfin server via .deb package finally.
Any suggestion on how to overcome this issue?
Thank you
Jellyfin was working all find and dandy until I decided to "Shutdown" the server via the web-panel.
I couldn't start it manually. At the moment, Jellyfin server will not launch.
I did try to uninstall Jellyfin*, yet, when installed via repository, says already installed.
Managed to install Jellyfin server via .deb package finally.
Code:
user@debian:~$ sudo systemctl start jellyfin.service
Job for jellyfin.service failed because of unavailable resources or another system error.
See "systemctl status jellyfin.service" and "journalctl -xeu jellyfin.service" for details.
user@debian:~$ sudo systemctl status jellyfin.service
× jellyfin.service - Jellyfin Media Server
Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; preset: enabled)
Active: failed (Result: resources) since Tue 2024-12-24 12:22:03 PST; 4min 6s ago
CPU: 0
Dec 24 12:22:03 PC systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
Dec 24 12:22:03 PC systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
Dec 24 12:22:03 PC systemd[1]: jellyfin.service: Start request repeated too quickly.
Dec 24 12:22:03 PC systemd[1]: jellyfin.service: Failed with result 'resources'.
Dec 24 12:22:03 PC systemd[1]: Failed to start jellyfin.service - Jellyfin Media Server.
user@debian:~$ sudo systemctl restart jellyfin
Job for jellyfin.service failed because of unavailable resources or another system error.
See "systemctl status jellyfin.service" and "journalctl -xeu jellyfin.service" for details.
Any suggestion on how to overcome this issue?
Thank you