• 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: Transcoding fails in docker image due to missing render group

     
    • 0 Vote(s) - 0 Average

    SOLVED: Transcoding fails in docker image due to missing render group

    Transcoding fails in docker image due to missing render group
    esmorun
    Offline

    Junior Member

    Posts: 4
    Threads: 2
    Joined: 2025 Mar
    Reputation: 0
    Country:Norway
    #2
    11 hours ago (This post was last modified: 11 hours ago by esmorun. Edited 1 time in total.)
    I found a permanent workaround by creating a systemd file that launches the container and automatically runs the command to fix the render group problem at startup:

    /etc/systemd/system/jellyfin-pod.service

    Code:
    [Unit]
    Description=Jellyfin container (persistent) via Podman
    After=network-online.target
    Wants=network-online.target

    [Service]
    Restart=always
    RestartSec=5s
    TimeoutStartSec=300
    ExecStart=/usr/bin/podman start -a jellyfin
    ExecStartPost=/usr/bin/podman exec -u 0 jellyfin groupadd -f -g 110 render
    ExecStop=/usr/bin/podman stop -t 30 jellyfin
    KillMode=process
    Type=simple

    [Install]
    WantedBy=multi-user.target

    sudo systemctl daemon-reload
    sudo systemctl enable --now jellyfin-pod.service
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Transcoding fails in docker image due to missing render group - by esmorun - 2025-10-21, 11:03 PM
    RE: Transcoding fails in docker image due to missing render group - by esmorun - 11 hours ago

    • 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