• 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 Startup problem jellyfin-web

    Pages (3): 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    Startup problem jellyfin-web

    There is no way to start the service Jellyfin
    AEZAKMI
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    Country:Turkey
    #1
    2023-11-22, 03:54 AM (This post was last modified: 2023-11-22, 06:33 AM by AEZAKMI. Edited 3 times in total.)
    hello everyone, I understand the error is already known, but everything that I found did not help me solve it after starting the service, it takes just a couple of minutes, and the service stops working only if you run it directly from the console.
    Method with the command ln -s /usr/share/jellyfin/web /usr/lib/jellyfin/bin/jellyfin-web does not work Upside-down-face
    OS Debian
       
       
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #2
    2023-11-22, 04:14 AM
    so we know 2 things that "do not" work

    is jellyfin using any mounts from other systems?
    is there contents in /usr/share/jellyfin/web?
    are the permissions correct?
    AEZAKMI
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    Country:Turkey
    #3
    2023-11-22, 01:27 PM
    1.no
    2. yes there are files there
    3 please tell me what do you mean by the word permissions? I just installed the program from the terminal
    Venson
    Offline

    Moderator, Server Dev, XBox Maintainer

    Posts: 379
    Threads: 7
    Joined: 2023 Jun
    Reputation: 15
    Country:Germany
    #4
    2023-11-22, 01:33 PM (This post was last modified: 2023-11-22, 01:35 PM by Venson. Edited 1 time in total.)
    If the web-app files are located at "/usr/lib/jellyfin/bin/jellyfin-web" then the correct commandline is:

    ./jellyfin --webdir="/usr/lib/jellyfin/bin/jellyfin-web"

    or you set an enviorment variable

    SET JELLYFIN_WEB_DIR="/usr/lib/jellyfin/bin/jellyfin-web"

    as documented here:
    Configuration | Jellyfin
    typos are finders, keepers.
    Next Jellyfin release 10.11.0 will be Soon™
    Soon™ is an unregistered trademark of Jellyfin International
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2023-11-22, 01:47 PM
    Do not run jellyfin manually. Running it manually requires that you specify a bunch of variables, which you didn't do, including where jellyfin-web is located. Just start the service. It will handle all of that. Kill the jellyfin process you started then.

    Code:
    sudo systemctl start jellyfin
    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]
    1
    AEZAKMI
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    Country:Turkey
    #6
    2023-11-22, 03:22 PM (This post was last modified: 2023-11-22, 03:25 PM by AEZAKMI.)
    I try it this way and the service shuts down a second after checking

    Let's start everything in order tell me how to completely remove with all configs and put it right jellyfin, maybe I've already broken everything, please tell me.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2023-11-22, 03:51 PM (This post was last modified: 2023-11-22, 03:52 PM by TheDreadPirate. Edited 1 time in total.)
    If this is a fresh install and you don't care about losing anything, follow these steps.

    Code:
    sudo apt purge jellyfin
    curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash

    After that second command finishes, it should start the jellyfin service. Literally that easy.

    To stop Jellyfin

    Code:
    sudo systemctl stop jellyfin

    To start Jellyfin

    Code:
    sudo systemctl start jellyfin

    Jellyfin will automatically start on reboots.
    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]
    AEZAKMI
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    Country:Turkey
    #8
    2023-11-22, 04:12 PM
    at the end of the launch, I gave an error https://imgur.com/QkIrAXW
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2023-11-22, 04:42 PM
    What is the output of

    Code:
    sudo journalctl -xeu jellyfin
    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]
    AEZAKMI
    Offline

    Junior Member

    Posts: 12
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    Country:Turkey
    #10
    2023-11-22, 05:00 PM
    output https://imgur.com/JPCihl9 Thanks
    Pages (3): 1 2 3 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