• 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 SOLVED: Failed to start Jellyfin Media S…ver.

    Pages (4): 1 2 3 4 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Failed to start Jellyfin Media S…ver.

    Samantha Adamovic
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    #1
    2025-03-15, 12:52 AM (This post was last modified: 2025-03-19, 11:07 PM by Samantha Adamovic. Edited 4 times in total.)
    I am new to all this stuff so i cant search for a thread but im running Zorin OS 17.2. I was trying to install the 10.10.6+ubu2004_amd64.deb version on a thinkcentre m73. (yes i know i neew to get more ram)


    Attached Files Thumbnail(s)
       
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2025-03-15, 02:19 AM
    Run this command then share the output 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]
    Samantha Adamovic
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    #3
    2025-03-15, 02:41 AM
    sorry for the slow reply i had to go make dinner but this is the out put.

    Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--webdir=/usr/share/jellyfin/web", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
    Mar 11 11:02:48 admin-computer jellyfin[4792]: [11:02:48] [INF] Operating system: Zorin OS 17.2
    Mar 11 11:02:48 admin-computer jellyfin[4792]: [11:02:48] [INF] Architecture: X64
    Mar 11 11:02:48 admin-computer jellyfin[4792]: [11:02:48] [INF] 64-Bit Process: True
    Mar 11 11:02:48 admin-computer jellyfin[4792]: [11:02:48] [INF] User Interactive: True
    Mar 11 11:02:48 admin-computer jellyfin[4792]: [11:02:48] [INF] Processor count: 4
    Mar 11 11:02:48 admin-computer jellyfin[4792]: [11:02:48] [INF] Program data path: /var/lib/jellyfin
    Mar 11 11:02:48 admin-computer jellyfin[4792]: [11:02:48] [INF] Log directory path: /var/log/jellyfin
    Mar 11 11:02:48 admin-computer jellyfin[4792]: [11:02:48] [INF] Config directory path: /etc/jellyfin
    Mar 11 11:02:48 admin-computer jellyfin[4792]: [11:02:48] [INF] Cache path: /var/cache/jellyfin
    Mar 11 11:02:48 admin-computer jellyfin[4792]: [11:02:48] [INF] Temp directory path: /tmp/jellyfin
    Mar 11 11:02:48 admin-computer jellyfin[4792]: [11:02:48] [INF] Web resources path: /usr/share/jellyfin/web
    Mar 11 11:02:48 admin-computer jellyfin[4792]: [11:02:48] [INF] Application directory: /usr/lib/jellyfin/bin/
    Mar 11 11:02:48 admin-computer jellyfin[4792]: [11:02:48] [ERR] The server is expected to host the web client, but the provided content directory is either invalid or empty: /usr/share/jellyfin/web. If you do not want to host the web client with the server, you may set the '--nowebclient' command line flag, or set'hostwebclient=false' in your config settings
    theguymadmax
    Offline

    Community Moderator

    Posts: 1,142
    Threads: 0
    Joined: 2024 Jun
    Reputation: 60
    #4
    2025-03-15, 05:36 AM
    It seems like you attempted to install it using the install script, but the process failed. Based on the logs, there appears to be an issue with the web package. Let's try installing it manually. Download: https://repo.jellyfin.org/files/server/u...04_all.deb

    Once you've downloaded the file, open a terminal, navigate to the directory where the file is located, and execute the following commands:
    Code:
    sudo systemctl stop jellyfin
    sudo dpkg -i jellyfin-web*.deb
    sudo systemctl start jellyfin
     
    After that, you should be able to access it in your browser using the address provided in your screenshot. If you still encounter issues, please share the updated results from the sudo journalctl command.
    Samantha Adamovic
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    #5
    2025-03-19, 06:37 AM
    here's what it did
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2025-03-19, 12:34 PM
    I don't see anything in your post. Not sure why I didn't think of this sooner. Since Zoris OS is based on Ubuntu, you can use our auto-install script to ensure that you installed all the necessary packages.

    Code:
    curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
    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]
    Samantha Adamovic
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    #7
    2025-03-19, 05:48 PM
    still no /usr/lib/jellyfin/bin/jellyfin-web.


    Attached Files Thumbnail(s)
       
    Samantha Adamovic
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    #8
    2025-03-19, 06:03 PM
    could i just download it separately?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2025-03-19, 06:36 PM (This post was last modified: 2025-03-19, 06:36 PM by TheDreadPirate.)
    The command I provided will install all the Jellyfin packages. Unless there was a conflict.

    Share the output of both of these commands.

    Code:
    sudo apt update
    sudo apt list --installed | grep 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]
    Samantha Adamovic
    Offline

    Junior Member

    Posts: 23
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    #10
    2025-03-19, 06:40 PM (This post was last modified: 2025-03-19, 06:43 PM by Samantha Adamovic.)
    Installing Jellyfin.
    Reading package lists... Done
    Building dependency tree... Done
    Reading state information... Done
    The following additional packages will be installed:
    jellyfin-web
    The following NEW packages will be installed:
    jellyfin jellyfin-web
    0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
    Need to get 32.9 MB of archives.
    After this operation, 58.0 MB of additional disk space will be used.
    Get:1 https://repo.jellyfin.org/ubuntu jammy/main amd64 jellyfin-web all 10.10.6+ubu2204 [32.9 MB]
    Get:2 https://repo.jellyfin.org/ubuntu jammy/main amd64 jellyfin all 10.10.6+ubu2204 [2,296 B]
    Fetched 32.9 MB in 1min 34s (350 kB/s)
    Selecting previously unselected package jellyfin-web.
    (Reading database ... 296721 files and directories currently installed.)
    Preparing to unpack .../jellyfin-web_10.10.6+ubu2204_all.deb ...
    Unpacking jellyfin-web (10.10.6+ubu2204) ...
    Selecting previously unselected package jellyfin.
    Preparing to unpack .../jellyfin_10.10.6+ubu2204_all.deb ...
    Unpacking jellyfin (10.10.6+ubu2204) ...
    Setting up jellyfin-web (10.10.6+ubu2204) ...
    Setting up jellyfin (10.10.6+ubu2204) ...

    > 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 2025-03-18 23:35:18 PDT; 11h ago
    Process: 736 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: 736 (code=exited, status=0/SUCCESS)
    CPU: 29.301s

    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
    Pages (4): 1 2 3 4 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 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