2024-10-29, 04:01 AM
(This post was last modified: 2024-10-29, 04:04 AM by Pollo. Edited 1 time in total.)
(2024-10-06, 06:25 PM)TheDreadPirate Wrote: How did you start jellyfin? Did you type literally "jellyfin"? Or did you start the service?
sudo systemctl start jellyfin
Hello! I am having the same issue as these other people. I have had trouble since upgrading from 10.9.11 to 10.10. I used the sudo apt upgrade method to update my Ubuntu 24.04 server but the web service wouldn't load when updated. I shutdown the Jellyfin server before I upgraded and ran this command beforehand (sudo ufw allow 8096) to fix this problem I had on 10.9.11, but running sudo ufw status gives me an inactive status.
I get this error when attempting to reinstall Jellyfin (curl -s https://repo.jellyfin.org/install-debuntu.sh | sudo bash) after purging and removing the jellyfin packages/dependencies:
Code:
× jellyfin.service - Jellyfin Media Server
Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; enabled; preset: enabled)
Drop-In: /etc/systemd/system/jellyfin.service.d
└─jellyfin.service.conf
Active: failed (Result: exit-code) since Tue 2024-10-29 03:46:23 UTC; 1min 36s ago
Duration: 6ms
Process: 11711 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=e>
Main PID: 11711 (code=exited, status=200/CHDIR)
CPU: 2ms
Oct 29 03:46:23 serverofalltime systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
Oct 29 03:46:23 serverofalltime systemd[1]: jellyfin.service: Start request repeated too quickly.
Oct 29 03:46:23 serverofalltime systemd[1]: jellyfin.service: Failed with result 'exit-code'.
Oct 29 03:46:23 serverofalltime systemd[1]: Failed to start jellyfin.service - Jellyfin Media Server.
I ran sudo systemctl start jellyfin, but the server doesn't seem to start (before it would show the Jellyfin logo, a loading icon, then a black screen before losing connection). What can I do to fix this?