Jellyfin Forum
SOLVED: Failed to start Jellyfin Media S…ver. - 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: SOLVED: Failed to start Jellyfin Media S…ver. (/t-solved-failed-to-start-jellyfin-media-s%E2%80%A6ver)

Pages: 1 2 3 4


RE: Failed to start Jellyfin Media S…ver. - TheDreadPirate - 2025-03-19

This is not what I asked for. Run EXACTLY these commands.

Code:
sudo apt update
sudo apt list --installed | grep jellyfin



RE: Failed to start Jellyfin Media S…ver. - theguymadmax - 2025-03-19

(2025-03-19, 06:40 PM)Samantha Adamovic Wrote:
but when i do jellyfin permissions in term it still says
Quote:dpkg: error: cannot access archive 'jellyfin-web*.deb': No such file or directory
even after reinstalling it how you said

The first step i said was to navigate to the directory you downloaded the file.

That's probably in your in downloads folder, if so the commands would be:
Code:
cd Downloads
sudo systemctl stop jellyfin
sudo dpkg -i jellyfin-web*.deb
sudo systemctl start jellyfin



RE: Failed to start Jellyfin Media S…ver. - Samantha Adamovic - 2025-03-19

here the out put. i also tried the stop, web, start thing the first two work.  the start command didnt (forgot to screen shot)


RE: Failed to start Jellyfin Media S…ver. - TheDreadPirate - 2025-03-20

Let's purge and start fresh.

Code:
sudo apt purge jellyfin*
sudo rm -rf /var/lib/jellyfin /etc/jellyfin /var/cache/jellyfin /usr/share/jellyfin
sudo rm -f /etc/default/jellyfin /usr/lib/systemd/system/jellyfin.service
sudo apt install jellyfin jellyfin-web jellyfin-server jellyfin-ffmpeg



RE: Failed to start Jellyfin Media S…ver. - Samantha Adamovic - 2025-03-20

i just want to confirm that this is how its should be before continuing


RE: Failed to start Jellyfin Media S…ver. - TheDreadPirate - 2025-03-20

Those "rm" commands won't print anything to the terminal. But the purge output looks off. It should have removed more.

Code:
sudo apt purge jellyfin-web jellyfin-server jellyfin-ffmpeg

Then proceed with the reinstall.


RE: Failed to start Jellyfin Media S…ver. - Samantha Adamovic - 2025-03-20

here out put do i need do something else or just sudo apt install jellyfin jellyfin-web jellyfin-server jellyfin-ffmpeg


RE: Failed to start Jellyfin Media S…ver. - TheDreadPirate - 2025-03-20

Ah. You have multiple old jellyfin-ffmpeg versions. I got the impression that this was your first time installing Jellyfin. Is that not the case?

Code:
sudo apt purge jellyfin-ffmpeg5
sudo apt purge jellyfin-ffmpeg6
sudo apt purge jellyfin-ffmpeg7



RE: Failed to start Jellyfin Media S…ver. - Samantha Adamovic - 2025-03-20

no it is ive just been told to delete it before. the greyed out part is my password i type it on accident


RE: Failed to start Jellyfin Media S…ver. - TheDreadPirate - 2025-03-20

Much better. NOW try installing Jellyfin.