• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting failed to start jellyfin-server.service

    Pages (2): 1 2 Next »

     
    • 0 Vote(s) - 0 Average

    failed to start jellyfin-server.service

    Failed to start jellyfin-server.service: unit jellyfin-server.service not found.
    bac0n0
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:Switzerland
    #1
    2025-02-06, 05:04 PM
    I am running manjaro linux. I have installed jellyfin-server jellyfin-web jellyfin- everything i could from the arch repo. I followed the arch linux wiki for jelly fin. When I run systemctl start jellyfin-server it returns Failed to start jellyfin-server.service: unit jellyfin-server.service not found.

    I have looked all over the place and cant figure out a solution. I am not wellread on linux so maybe I am missing something simple? I hope.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-02-06, 06:07 PM
    Share the output of this command via privatebin.net.

    Code:
    sudo journalctl -u jellyfin -n 500 --no-pager
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    bac0n0
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:Switzerland
    #3
    2025-02-06, 07:47 PM
    -- no entries -- as if its not installed at all. I tried the main repo and AUR repo for arch. Neither made a difference
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2025-02-06, 08:53 PM (This post was last modified: 2025-02-06, 08:53 PM by TheDreadPirate.)
    After you downloaded the jellyfin packages you used the package manager, pacman, to install them?

    Can you go over what exactly you did?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    bac0n0
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:Switzerland
    #5
    2025-02-07, 04:21 PM
    I did try using the konsole and pacman for installation(pacman -S jellfyin-server/web), did not work and I removed them. I also used yay to to install the aur packages(yay -S jellyfin-server jellfin-web). That didnt work, so I removed them too(yay -Rns). I used the add/remove software app to reinstall jellyfin, still doesnt work.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-02-07, 05:46 PM
    When you installed the packages, how were they not working? The service didn't start? Or it started but you couldn't access it?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    bac0n0
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:Switzerland
    #7
    2025-02-07, 06:14 PM
    Well I had just installed manjaro. Im not savy to linux. After installing the jellyfin packages I looked for the usual launcher which isn't to be found, or setup at localhost:8096 which isn't connecting, no surprise since the web package doesn't start with "systemctl start jellyfin-web". I only came here because the manjaro forum hasn't approved my account for whatever reason, and none of the documentation is helping me with the install process.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2025-02-07, 06:36 PM
    Jellyfin-web doesn't run as its own service. There is only a "jellyfin" service that starts the server and make jellyfin-web available.

    Code:
    systemctl status jellyfin

    If you are a linux beginner, any Arch based distro is a nightmare. You should be using a debian based distro. Between vastly larger user based, which leads to more documentation, and more conservative package updates debian and its derivatives are much more beginner friendly.

    If you've just started, give Linux Mint a try.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    bac0n0
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:Switzerland
    #9
    2025-02-07, 06:39 PM
    Debian based packages were my preferred distros but they just couldn't get my hardware identified correctly, to many bugs. Manjaro for whatever reason is working flawless, except for the learning curve
    bac0n0
    Offline

    Junior Member

    Posts: 10
    Threads: 2
    Joined: 2025 Feb
    Reputation: 0
    Country:Switzerland
    #10
    2025-02-07, 06:50 PM (This post was last modified: 2025-02-07, 06:53 PM by bac0n0. Edited 1 time in total.)
    systemctl status jellyfin  ✔
    ○ jellyfin.service - Jellyfin Media Server
    Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; disabled; preset: disabled)
    Active: inactive (dead)

    WOW systemctl start jellyfin worked!

    I was able to access localhost webaddress and do a setup. What can I install for a gui?
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode