2024-08-14, 01:20 AM
(This post was last modified: 2024-08-14, 01:23 AM by 4r5hw45twh. Edited 2 times in total.)
(2024-08-14, 01:12 AM)TheDreadPirate Wrote: "jellyfin start" is not the right way to start jellyfin. The jellyfin service is managed by systemctl.
Code:sudo systemctl status jellyfin
Let's start over. Follow these instructions exactly.
Code:sudo apt purge jellyfin*
sudo rm -rf /var/lib/jellyfin /etc/jellyfin /var/cache/jellyfin
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
sudo ufw allow 8096
Code:
admin@pop-os:~$ sudo systemctl status jellyfin
[sudo] password for admin:
× jellyfin.service - Jellyfin Media Server
Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor pres>
Drop-In: /etc/systemd/system/jellyfin.service.d
└─jellyfin.service.conf
Active: failed (Result: exit-code) since Tue 2024-08-13 20:59:49 EDT; 16mi>
Main PID: 9192 (code=exited, status=1/FAILURE)
CPU: 327ms
Aug 13 20:59:49 pop-os systemd[1]: jellyfin.service: Scheduled restart job, res>
Aug 13 20:59:49 pop-os systemd[1]: Stopped Jellyfin Media Server.
Aug 13 20:59:49 pop-os systemd[1]: jellyfin.service: Start request repeated too>
Aug 13 20:59:49 pop-os systemd[1]: jellyfin.service: Failed with result 'exit-c>
Aug 13 20:59:49 pop-os systemd[1]: Failed to start Jellyfin Media Server.
lines 1-13/13 (END)
I did the other commands and they worked fine. I then opened the IP:8096 that it gave me in the Terminal in a private tab and the Dashboard is still saying 10.8.
And then:
Code:
> Waiting 15 seconds for Jellyfin to fully start up.
-------------------------------------------------------------------------------
○ 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: inactive (dead) since Tue 2024-08-13 21:18:34 EDT; 12s ago
Process: 17304 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=exited, status=0/SUCCESS)
Main PID: 17304 (code=exited, status=0/SUCCESS)
CPU: 3.084s
Aug 13 21:18:34 pop-os jellyfin[17304]: at Microsoft.Extensions.Hosting.…ion)
Aug 13 21:18:34 pop-os jellyfin[17304]: at Microsoft.Extensions.Hosting.…ken)
Aug 13 21:18:34 pop-os jellyfin[17304]: at Jellyfin.Server.Program.Start…fig)
Aug 13 21:18:34 pop-os jellyfin[17304]: [21:18:34] [INF] Running query plan…hile
Aug 13 21:18:34 pop-os jellyfin[17304]: [21:18:34] [INF] Disposing CoreAppHost
Aug 13 21:18:34 pop-os jellyfin[17304]: [21:18:34] [INF] Disposing MusicBra…ider
Aug 13 21:18:34 pop-os jellyfin[17304]: [21:18:34] [INF] Disposing MusicBra…ider
Aug 13 21:18:34 pop-os jellyfin[17304]: [21:18:34] [INF] Disposing PluginManager
Aug 13 21:18:34 pop-os systemd[1]: jellyfin.service: Deactivated successfully.
Aug 13 21:18:34 pop-os systemd[1]: jellyfin.service: Consumed 3.084s CPU time.
Hint: Some lines were ellipsized, use -l to show in full.
○ 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: inactive (dead) since Tue 2024-08-13 21:18:34 EDT; 12s ago
Process: 17304 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=exited, status=0/SUCCESS)
Main PID: 17304 (code=exited, status=0/SUCCESS)
CPU: 3.084s
Aug 13 21:18:34 pop-os jellyfin[17304]: at Microsoft.Extensions.Hosting.…ion)
Aug 13 21:18:34 pop-os jellyfin[17304]: at Microsoft.Extensions.Hosting.…ken)
Aug 13 21:18:34 pop-os jellyfin[17304]: at Jellyfin.Server.Program.Start…fig)
Aug 13 21:18:34 pop-os jellyfin[17304]: [21:18:34] [INF] Running query plan…hile
Aug 13 21:18:34 pop-os jellyfin[17304]: [21:18:34] [INF] Disposing CoreAppHost
Aug 13 21:18:34 pop-os jellyfin[17304]: [21:18:34] [INF] Disposing MusicBra…ider
Aug 13 21:18:34 pop-os jellyfin[17304]: [21:18:34] [INF] Disposing MusicBra…ider
Aug 13 21:18:34 pop-os jellyfin[17304]: [21:18:34] [INF] Disposing PluginManager
Aug 13 21:18:34 pop-os systemd[1]: jellyfin.service: Deactivated successfully.
Aug 13 21:18:34 pop-os systemd[1]: jellyfin.service: Consumed 3.084s CPU time.
Hint: Some lines were ellipsized, use -l to show in full.
-------------------------------------------------------------------------------
You should see the service as 'active (running)' above. If not, use https://jellyfin.org/contact to find us for troubleshooting.
You can access your new instance now at http://IP:8096 in your web browser to finish setting up Jellyfin.
Thank you for installing Jellyfin, and happy watching!