• 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 SMB Mount ( IPv6), JF Cleanup Too Early

     
    • 0 Vote(s) - 0 Average

    SMB Mount ( IPv6), JF Cleanup Too Early

    Delayed SMB Mount Causes JF to Empty Playlists
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-06-10, 08:10 PM (This post was last modified: 2024-06-10, 08:11 PM by TheDreadPirate. Edited 2 times in total.)
    You're not making a jellyfin.service.conf file.  RequiresMountsFor goes into jellyfin.service itself.

    If this happens SOMETIMES on reboot, this 100% sounds like the post I linked. Jellyfin is sometimes starting before the SMB share mounts.

    Put RequiresMountFor in /etc/systemd/system/jellyfin.service.d/jellyfin.service directly.

    Code:
    [Unit]
    Description = Jellyfin Media Server
    After = network-online.target

    [Service]
    RequiresMountsFor=/data01/Musik2
    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 $JELLYFIN_ADDITIONAL_OPTS
    Restart = on-failure
    TimeoutSec = 15
    SuccessExitStatus=0 143

    [Install]
    WantedBy = multi-user.target
    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]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    SMB Mount ( IPv6), JF Cleanup Too Early - by pixel24 - 2024-06-10, 06:56 AM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by Venson - 2024-06-10, 08:50 AM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by Efficient_Good_5784 - 2024-06-10, 10:20 AM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by pixel24 - 2024-06-10, 12:36 PM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by Efficient_Good_5784 - 2024-06-10, 12:46 PM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by TheDreadPirate - 2024-06-10, 01:12 PM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by pixel24 - 2024-06-10, 05:48 PM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by TheDreadPirate - 2024-06-10, 05:57 PM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by pixel24 - 2024-06-10, 07:54 PM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by TheDreadPirate - 2024-06-10, 08:10 PM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by pixel24 - 2024-06-10, 08:11 PM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by TheDreadPirate - 2024-06-10, 08:14 PM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by pixel24 - 2024-06-11, 06:55 AM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by TheDreadPirate - 2024-06-11, 04:32 PM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by pixel24 - 2024-06-11, 08:16 PM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by pixel24 - 2024-06-12, 08:40 AM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by pixel24 - 2024-06-12, 09:32 AM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by TheDreadPirate - 2024-06-12, 04:47 PM
    RE: SMB Mount ( IPv6), JF Cleanup Too Early - by pixel24 - 2024-06-17, 06:13 PM

    • 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