• 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 Container startup issues with NVidia

     
    • 0 Vote(s) - 0 Average

    Container startup issues with NVidia

    Jellyfin and nvidia on startup fails
    Terence-D
    Offline

    Junior Member

    Posts: 4
    Threads: 2
    Joined: 2024 Feb
    Reputation: 0
    Country:Canada
    #3
    2024-04-17, 10:47 PM (This post was last modified: 2024-04-17, 10:48 PM by Terence-D. Edited 1 time in total.)
    Thanks for the link DreadPirate, that got me on the right path. 

    In case anyone ever finds this post in the future, here's the service I created under /etc/systemd/system.  Tested on a reboot everything came up properly:

    Code:
    [Unit]
    Description=Nvidia Kernel Modules
    After=network.target local-fs.target
    Before=containerd.service docker.service

    [Service]
    Type=oneshot
    ExecStart=/usr/bin/nvidia-container-cli --load-kmods info
    TimeoutStopSec=10
    KillMode=process
    Restart=on-failure

    [Install]
    WantedBy=multi-user.target containerd.service docker.service


    Enabled with:
    Code:
    sudo systemctl enable nvidiamods.service
    1
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Container startup issues with NVidia - by Terence-D - 2024-04-16, 03:58 PM
    RE: Container startup issues with NVidia - by TheDreadPirate - 2024-04-16, 05:03 PM
    RE: Container startup issues with NVidia - by Terence-D - 2024-04-17, 10:47 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