• 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: Jellyfin service not starting

    Pages (6): « Previous 1 2 3 4 5 6 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Jellyfin service not starting

    Jellyfin service not starting
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #21
    2024-01-12, 04:20 PM
    no worries as long as you're enjoying the journey, happy to help where ever possible
    just making sure you have a good experience, if linux annoys you then it will not be a good one

    and it's always good to learn new things
    1
    merulius
    Offline

    Junior Member

    Posts: 45
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    #22
    2024-01-12, 04:24 PM (This post was last modified: 2024-01-12, 04:27 PM by merulius.)
    (2024-01-12, 04:04 PM)tmsrxzar Wrote: [15:53:17] [INF] [1] Main: Web resources path: /usr/lib/jellyfin/bin/jellyfin-web

    "ls -la /usr/lib/jellyfin/bin/jellyfin-web"
    "dpkg -l | grep jellyfin"

    steve@balrog:~$ dpkg -l | grep jellyfin
    ii  jellyfin                                  10.8.13-1                              all          Provides the Jellyfin Free Software Media System
    ii  jellyfin-ffmpeg5                          5.1.4-2-jammy                          amd64        Tools for transcoding, streaming and playing of multimedia files
    ii  jellyfin-server                            10.8.13-1                              amd64        Jellyfin is the Free Software Media System.
    ii  jellyfin-web                              10.8.13-1                              all          Jellyfin is the Free Software Media System.

    steve@balrog:~$ ls -la /usr/lib/jellyfin/bin/jellyfin-web
    ls: cannot access '/usr/lib/jellyfin/bin/jellyfin-web': No such file or directory

    As I have been saying, it ain't there.



    (2024-01-12, 04:04 PM)tmsrxzar Wrote: [15:53:17] [INF] [1] Main: Web resources path: /usr/lib/jellyfin/bin/jellyfin-web

    "ls -la /usr/lib/jellyfin/bin/jellyfin-web"
    "dpkg -l | grep jellyfin"
    merulius
    Offline

    Junior Member

    Posts: 45
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    #23
    2024-01-12, 04:41 PM
    OK, here's what I'm going to do, unless someone comes up with an aha!

    Purge it all again.
    Re-install as per instructions for the step-by-step approach here https://jellyfin.org/docs/general/instal...on-process

    So I'm going dark for a little while and I'll report back with results.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #24
    2024-01-12, 06:24 PM
    The command "jellyfin" doesn't start jellyfin properly. "sudo systemctl start jellyfin" is how you would start it, but that is failing.

    Run this command and then scroll to the bottom. Copy and paste the last hundred lines or so to sourcebin and link that back here.

    Code:
    sudo journalctl -u 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]
    tmsrxzar
    Offline

    Senior Member

    Posts: 755
    Threads: 6
    Joined: 2023 Nov
    Reputation: 20
    #25
    2024-01-12, 08:11 PM
    what TDP said

    if running "manually" you need to supply the arguments
    jellyfin-web on mine sets itself up in /usr/share/jellyfin/web/
    so to run with that path i would execute
    jellyfin --webdir=/usr/share/jellyfin/web/

    use jellyfin --help for flags

    i use docker so it's pretty much all done for me, not sure where jellyfin sets it's webpath in the config files (/usr/lib/jellyfin/bin/jellyfin-web)
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #26
    2024-01-12, 08:25 PM
    (2024-01-12, 08:11 PM)tmsrxzar Wrote: i use docker so it's pretty much all done for me, not sure where jellyfin sets it's webpath in the config files (/usr/lib/jellyfin/bin/jellyfin-web)

    The web path, and all the other data/cache paths, are defined in the systemd file for the jellyfin service.  Don't remember the exact path for that.  Regardless, something isn't right and the service is not starting.  Hopefully journalctl will help us narrow the issue.
    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]
    merulius
    Offline

    Junior Member

    Posts: 45
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    #27
    2024-01-13, 05:03 PM (This post was last modified: 2024-01-13, 05:05 PM by merulius. Edited 1 time in total.)
    (2024-01-12, 06:24 PM)TheDreadPirate Wrote: The command "jellyfin" doesn't start jellyfin properly.  "sudo systemctl start jellyfin" is how you would start it, but that is failing.

    Run this command and then scroll to the bottom.  Copy and paste the last hundred lines or so to sourcebin and link that back here.

    Code:
    sudo journalctl -u jellyfin




    https://srcb.in/XK2QAOiUJK

    I hope I have done that right. 

    Thanks in advance for any light you can shed.
    merulius
    Offline

    Junior Member

    Posts: 45
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    #28
    2024-01-13, 05:15 PM
    (2024-01-12, 06:24 PM)TheDreadPirate Wrote: The command "jellyfin" doesn't start jellyfin properly.  "sudo systemctl start jellyfin" is how you would start it, but that is failing.

    Run this command and then scroll to the bottom.  Copy and paste the last hundred lines or so to sourcebin and link that back here.

    Code:
    sudo journalctl -u jellyfin

    And for good measure, here are the first 100 (of 5000+).

    https://srcb.in/XmHnOHu2ki
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #29
    2024-01-13, 09:31 PM
    (2024-01-13, 05:03 PM)merulius Wrote:
    (2024-01-12, 06:24 PM)TheDreadPirate Wrote: The command "jellyfin" doesn't start jellyfin properly.  "sudo systemctl start jellyfin" is how you would start it, but that is failing.

    Run this command and then scroll to the bottom.  Copy and paste the last hundred lines or so to sourcebin and link that back here.

    Code:
    sudo journalctl -u jellyfin




    https://srcb.in/XK2QAOiUJK

    I hope I have done that right. 

    Thanks in advance for any light you can shed.

    Nothing about that log makes sense.  Jellyfin.sh does not exist, period, when installed with APT.

    Type this command

    Code:
    history

    Copy and paste the contents to sourcebin (sanitize any potentially personal info), save, and link back here.
    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]
    merulius
    Offline

    Junior Member

    Posts: 45
    Threads: 2
    Joined: 2024 Jan
    Reputation: 0
    #30
    2024-01-13, 11:36 PM
    (2024-01-13, 09:31 PM)TheDreadPirate Wrote:
    (2024-01-13, 05:03 PM)merulius Wrote:
    (2024-01-12, 06:24 PM)TheDreadPirate Wrote: The command "jellyfin" doesn't start jellyfin properly.  "sudo systemctl start jellyfin" is how you would start it, but that is failing.

    Run this command and then scroll to the bottom.  Copy and paste the last hundred lines or so to sourcebin and link that back here.

    Code:
    sudo journalctl -u jellyfin




    https://srcb.in/XK2QAOiUJK

    I hope I have done that right. 

    Thanks in advance for any light you can shed.

    Nothing about that log makes sense.  Jellyfin.sh does not exist, period, when installed with APT.

    Type this command

    Code:
    history

    Copy and paste the contents to sourcebin (sanitize any potentially personal info), save, and link back here.


    https://srcb.in/NsYeiQ2pRU
    Pages (6): « Previous 1 2 3 4 5 6 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