![]() |
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) |
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 RE: Failed to start Jellyfin Media S…ver. - theguymadmax - 2025-03-19 (2025-03-19, 06:40 PM)Samantha Adamovic Wrote: 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 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* 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 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. |