• 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 Issues Installing

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

     
    • 0 Vote(s) - 0 Average

    Issues Installing

    Timer
    Offline

    Junior Member

    Posts: 21
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #31
    2024-10-15, 09:33 PM
    Warning: The unit file, source configuration file or drop-ins of jellyfin.service changed on disk. Run 'systemctl daemo>
    × jellyfin.service - Jellyfin
    Loaded: loaded (/etc/systemd/system/jellyfin.service; bad; preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
    └─jellyfin.service.conf
    /usr/lib/systemd/system/jellyfin.service.d
    └─override.conf
    Active: failed (Result: exit-code) since Tue 2024-10-15 21:31:14 UTC; 2min 9s ago
    Duration: 12ms
    Process: 1073 ExecStart=/opt/jellyfin/jellyfin.sh (code=exited, status=203/EXEC)
    Main PID: 1073 (code=exited, status=203/EXEC)
    CPU: 10ms

    Oct 15 21:31:14 mikaserver systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
    Oct 15 21:31:14 mikaserver systemd[1]: jellyfin.service: Start request repeated too quickly.
    Oct 15 21:31:14 mikaserver systemd[1]: jellyfin.service: Failed with result 'exit-code'.
    Oct 15 21:31:14 mikaserver systemd[1]: Failed to start jellyfin.service - Jellyfin.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #32
    2024-10-15, 09:36 PM
    Code:
    Process: 1073 ExecStart=/opt/jellyfin/jellyfin.sh (code=exited, status=203/EXEC)

    You said that the contents of /etc/systemd/system/jellyfin.service.d/jellyfin.service.conf matched mine, but it sounds like they don't. Can you share the contents?

    Also, why didn't the previous service statuses list the ExecStart parameter? That would have saved us time.
    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]
    Timer
    Offline

    Junior Member

    Posts: 21
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #33
    2024-10-15, 09:40 PM
    [Unit]
    Description = Jellyfin Media Server
    After = network-online.target

    [Service]
    Type = simple
    EnvironmentFile = /etc/default/jellyfin
    User = jellyfin
    Group = jellyfin
    WorkingDirectory = /var/lib/jellyfin
    ExecStart = /usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELL>Restart = on-failure
    TimeoutSec = 15
    SuccessExitStatus=0 143

    [Install]
    WantedBy = multi-user.target
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #34
    2024-10-15, 09:44 PM
    Code:
    sudo grep -R "jellyfin.sh" /etc/systemd/ /usr/lib/systemd/
    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]
    Timer
    Offline

    Junior Member

    Posts: 21
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #35
    2024-10-15, 09:53 PM
    So i executed the command and then restarted the pc and checked the status of jellyfin

    Warning: The unit file, source configuration file or drop-ins of jellyfin.service changed on disk. Run 'systemctl daemo>
    × jellyfin.service - Jellyfin
    Loaded: loaded (/etc/systemd/system/jellyfin.service; bad; preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
    └─jellyfin.service.conf
    /usr/lib/systemd/system/jellyfin.service.d
    └─override.conf
    Active: failed (Result: exit-code) since Tue 2024-10-15 21:50:50 UTC; 1min 58s ago
    Duration: 9ms
    Process: 1058 ExecStart=/opt/jellyfin/jellyfin.sh (code=exited, status=203/EXEC)
    Main PID: 1058 (code=exited, status=203/EXEC)
    CPU: 7ms

    Oct 15 21:50:50 mikaserver systemd[1]: jellyfin.service: Scheduled restart job, restart counter is at 5.
    Oct 15 21:50:50 mikaserver systemd[1]: jellyfin.service: Start request repeated too quickly.
    Oct 15 21:50:50 mikaserver systemd[1]: jellyfin.service: Failed with result 'exit-code'.
    Oct 15 21:50:50 mikaserver systemd[1]: Failed to start jellyfin.service - Jellyfin.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #36
    2024-10-15, 09:58 PM
    (2024-10-15, 09:44 PM)TheDreadPirate Wrote:
    Code:
    sudo grep -R "jellyfin.sh" /etc/systemd/ /usr/lib/systemd/

    Did this grep command return any results?
    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]
    Timer
    Offline

    Junior Member

    Posts: 21
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #37
    2024-10-15, 09:59 PM (This post was last modified: 2024-10-15, 09:59 PM by Timer.)
    /etc/systemd/system/jellyfin.service:ExecStart=/opt/jellyfin/jellyfin.sh

    i have overseen it sorry
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #38
    2024-10-15, 10:04 PM (This post was last modified: 2024-10-15, 10:04 PM by TheDreadPirate.)
    Delete that.

    Code:
    sudo rm -f /etc/systemd/system/jellyfin.service
    sudo systemctl daemon-reload
    sudo systemctl start jellyfin
    sudo systemctl status 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]
    Timer
    Offline

    Junior Member

    Posts: 21
    Threads: 1
    Joined: 2024 Oct
    Reputation: 0
    Country:Germany
    #39
    2024-10-15, 10:06 PM
    kelvin@mikaserver:~$ sudo systemctl status jellyfin
    Warning: The unit file, source configuration file or drop-ins of jellyfin.service changed on disk. Run 'systemctl daemo>
    ● jellyfin.service - Jellyfin Media Server
    Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; bad; preset: enabled)
    Drop-In: /etc/systemd/system/jellyfin.service.d
    └─jellyfin.service.conf
    /usr/lib/systemd/system/jellyfin.service.d
    └─override.conf
    Active: active (running) since Tue 2024-10-15 22:06:13 UTC; 7s ago
    Main PID: 45173 (jellyfin)
    Tasks: 17 (limit: 17849)
    Memory: 114.3M (peak: 114.3M)
    CPU: 2.822s
    CGroup: /system.slice/jellyfin.service
    └─45173 /usr/bin/jellyfin --webdir=/usr/share/jellyfin/web --ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg

    Oct 15 22:06:16 mikaserver jellyfin[45173]: [22:06:16] [INF] Marking following migrations as applied because this is a >
    Oct 15 22:06:17 mikaserver jellyfin[45173]: [22:06:17] [INF] Setting cache path: /var/cache/jellyfin
    Oct 15 22:06:18 mikaserver jellyfin[45173]: [22:06:18] [INF] Loading assemblies
    Oct 15 22:06:18 mikaserver jellyfin[45173]: [22:06:18] [INF] Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16>
    Oct 15 22:06:18 mikaserver jellyfin[45173]: [22:06:18] [INF] Defined LAN exclusions: []
    Oct 15 22:06:18 mikaserver jellyfin[45173]: [22:06:18] [INF] Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.>
    Oct 15 22:06:18 mikaserver jellyfin[45173]: [22:06:18] [INF] Filtered interface addresses: ["127.0.0.1", "192.168.178.2>
    Oct 15 22:06:18 mikaserver jellyfin[45173]: [22:06:18] [INF] Bind Addresses ["0.0.0.0"]
    Oct 15 22:06:18 mikaserver jellyfin[45173]: [22:06:18] [INF] Remote IP filter is Allowlist
    Oct 15 22:06:18 mikaserver jellyfin[45173]: [22:06:18] [INF] Filtered subnets: []
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #40
    2024-10-15, 10:09 PM
    Looks like you are finally starting up the right way.
    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
    Pages (5): « Previous 1 2 3 4 5 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