Jellyfin Forum
jellyfin service failed - 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 service failed (/t-jellyfin-service-failed)

Pages: 1 2


jellyfin service failed - oziely - 2023-09-21

jellyfin service failed (core=killed, signal=abrt).
i use raspberry pi 4 with raspbian GNU/ linux 10 (buster).
after my plex service suddenly stopped working (after a year of working fine) for the same reason i tried using jellyfin and it worked for an hour.
after an hour i rebooted the pi and couldnt get to the web gui, so i checked and the service failed with the follwing prompt in systemctl:
Code:
pi@raspberrypi:~ $ sudo systemctl status jellyfin
● jellyfin.service - Jellyfin Media Server
    Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
            └─jellyfin.service.conf
    Active: failed (Result: signal) since Thu 2023-09-21 00:19:34 IDT; 9h ago
  Main PID: 2750 (code=killed, signal=ABRT)
pi@raspberrypi:~ $ sudo systemctl start jellyfin
pi@raspberrypi:~ $ sudo systemctl status jellyfin
● jellyfin.service - Jellyfin Media Server
    Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
            └─jellyfin.service.conf
    Active: failed (Result: signal) since Thu 2023-09-21 09:54:57 IDT; 11s ago
    Process: 16120 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_RESTART_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SE
  Main PID: 16120 (code=killed, signal=ABRT)
   

EDIT: if it helps after service restart its running for few ms and then fails again 
   
i am lost, help please.
thanks in advance.


RE: jellyfin service failed - Jerky - 2023-09-21

I would check the logs. /var/log/jellyfin/log_<date>.log


RE: jellyfin service failed - oziely - 2023-09-21

I have no file related to jellyfin in /var/log/


RE: jellyfin service failed - TheDreadPirate - 2023-09-21

There should be a jellyfin folder in /var/log/. How did you install Jellyfin?

Also run this command.

journalctl -xeu jellyfin


RE: jellyfin service failed - oziely - 2023-09-21

this is what i got from running the command:
Defined-By: systemd
Support: https://www.debian.org/support

Automatic restarting of the unit jellyfin.service has been scheduled, as the result for
the configured Restart= setting for the unit.
21 15:06:41 raspberrypi systemd[1]: Stopped Jellyfin Media Server.
Subject: A stop job for unit jellyfin.service has finished
Defined-By: systemd
Support: https://www.debian.org/support

A stop job for unit jellyfin.service has finished.

The job identifier is 8888 and the job result is done.
21 15:06:41 raspberrypi systemd[1]: jellyfin.service: Start request repeated too quickly.
21 15:06:41 raspberrypi systemd[1]: jellyfin.service: Failed with result 'signal'.
Subject: Unit failed
Defined-By: systemd
Support: https://www.debian.org/support

The unit jellyfin.service has entered the 'failed' state with result 'signal'.
21 15:06:41 raspberrypi systemd[1]: Failed to start Jellyfin Media Server.
Subject: A start job for unit jellyfin.service has failed
Defined-By: systemd
Support: https://www.debian.org/support

A start job for unit jellyfin.service has finished with a failure.

The job identifier is 8888 and the job result is failed.

-i have no folder of jellyfin in /var/log/.
-i installed it in my raspbian pi 4 with this guide: https://pimylifeup.com/raspberry-pi-jellyfin/


RE: jellyfin service failed - TheDreadPirate - 2023-09-21

First, we highly discourage running Jellyfin on a RPi.  If a client doesn't support your media's codecs none of the RPis have enough power to transcode. 

With that said, if you are using a Debian based OS (likely) run the following commands.  The last command is will run a script to automatically setup Jellyfin on a debian based system.

Code:
sudo apt remove jellyfin
sudo rm /etc/apt/sources.list.d/jellyfin.list
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash



RE: jellyfin service failed - oziely - 2023-09-21

In the curl command i get:
"Sorry we dont support the debian codename '' with this script,please consider a docker based or manual install instead"


RE: jellyfin service failed - TheDreadPirate - 2023-09-21

I guess we can try re-doing the install manually. Starting at "1. Install curl and gnupg if you haven't already""

https://jellyfin.org/docs/general/installation/linux/#repository


RE: jellyfin service failed - oziely - 2023-09-22

Reinstalling doesnt seem to work either, i get the same problem from the start.


RE: jellyfin service failed - TheDreadPirate - 2023-09-22

It should just work™. Do you have SELinux install/enabled?