Jellyfin Forum
Service failed to start - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access)
+---- Thread: Service failed to start (/t-service-failed-to-start)



Service failed to start - Rickster1954 - 2024-04-04

Followed thread instruction: curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

Error:
× jellyfin.service - Jellyfin Media Server
    Loaded: loaded (/etc/systemd/system/jellyfin.service; disabled; preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
            └─jellyfin.service.conf
    Active: failed (Result: signal) since Thu 2024-04-04 09:16:10 MDT; 13min ago
  Duration: 168ms
    Process: 4410 ExecStart=/usr/bin/jellyfin (code=killed, signal=ABRT)
  Main PID: 4410 (code=killed, signal=ABRT)
        CPU: 149ms

Apr 04 09:16:10 raspberrypi systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
Apr 04 09:16:10 raspberrypi systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
Apr 04 09:16:10 raspberrypi systemd[1]: jellyfin.service: Start request repeated too quickly.
Apr 04 09:16:10 raspberrypi systemd[1]: jellyfin.service: Failed with result 'signal'.
Apr 04 09:16:10 raspberrypi systemd[1]: Failed to start jellyfin.service - Jellyfin Media Server.
× jellyfin.service - Jellyfin Media Server
    Loaded: loaded (/etc/systemd/system/jellyfin.service; disabled; preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
            └─jellyfin.service.conf
    Active: failed (Result: signal) since Thu 2024-04-04 09:16:10 MDT; 13min ago
  Duration: 168ms
    Process: 4410 ExecStart=/usr/bin/jellyfin (code=killed, signal=ABRT)
  Main PID: 4410 (code=killed, signal=ABRT)
        CPU: 149ms

Apr 04 09:16:10 raspberrypi systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
Apr 04 09:16:10 raspberrypi systemd[1]: Stopped jellyfin.service - Jellyfin Media Server.
Apr 04 09:16:10 raspberrypi systemd[1]: jellyfin.service: Start request repeated too quickly.
Apr 04 09:16:10 raspberrypi systemd[1]: jellyfin.service: Failed with result 'signal'.
Apr 04 09:16:10 raspberrypi systemd[1]: Failed to start jellyfin.service - Jellyfin Media Server.
-------------------------------------------------------------------------------

You should see the service as 'active (running)' above. If not, use https://jellyfin.org/contact to find us for troubleshooting.


RE: Service failed to start - TheDreadPirate - 2024-04-04

Code:
sudo journalctl -u jellyfin

That will bring up a vim/less type text prompt. Press shift+g to go to the bottom. Copy and paste the last ~100 lines to https://sourceb.in/ and then save and copy the link here.