Debian 13 VAAPI-enabled LXCs need a different GID for passthrough #1669

Closed
opened 2026-02-05 01:54:28 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @vhsdream on GitHub (Sep 24, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Immich

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

8.4.14

📝 Provide a clear and concise description of the issue.

New LXCs that use Debian 13 and require VAAPI device passthrough (/dev/dri/renderD128) are still using GID 104 as the render group, but in Trixie the GID has changed to 992.

🔄 Steps to reproduce the issue.

Install Immich from scratch and choose to enable all VAAPI devices.

Paste the full error output (if available).

In the 'Resources' tab for a new Immich LXC:
Image

Within the Immich LXC:
Image

root@immich-new:~# ls -l /dev/dri
total 0
crw-rw---- 1 root video    226,   0 Sep 24 12:17 card0
crw-rw---- 1 root postdrop 226, 128 Sep 24 12:17 renderD128

🖼️ Additional context (optional).

I think the solution will require support for both Debian 12 and 13 since I don't think all LXCs that have the VAAPI option are using Debian 13 yet.

Originally created by @vhsdream on GitHub (Sep 24, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Immich ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/immich.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 8.4.14 ### 📝 Provide a clear and concise description of the issue. New LXCs that use Debian 13 and require VAAPI device passthrough (`/dev/dri/renderD128`) are still using GID 104 as the `render` group, but in Trixie the GID has changed to 992. ### 🔄 Steps to reproduce the issue. Install Immich from scratch and choose to enable all VAAPI devices. ### ❌ Paste the full error output (if available). In the 'Resources' tab for a new Immich LXC: <img width="613" height="252" alt="Image" src="https://github.com/user-attachments/assets/3afd8ae3-a669-43a2-8079-398d500559c3" /> Within the Immich LXC: <img width="199" height="63" alt="Image" src="https://github.com/user-attachments/assets/1bef6d8a-404e-4dd2-bc6f-a0bba8916c34" /> ``` root@immich-new:~# ls -l /dev/dri total 0 crw-rw---- 1 root video 226, 0 Sep 24 12:17 card0 crw-rw---- 1 root postdrop 226, 128 Sep 24 12:17 renderD128 ``` ### 🖼️ Additional context (optional). I think the solution will require support for both Debian 12 and 13 since I don't think all LXCs that have the VAAPI option are using Debian 13 yet.
OVERLORD added the bug label 2026-02-05 01:54:28 +03:00
Author
Owner

@MickLesk commented on GitHub (Sep 24, 2025):

Its currently not relevant. Core in VED Push it Automatic to the given uid/gid. The big bang come in next 2-3 weeks

@MickLesk commented on GitHub (Sep 24, 2025): Its currently not relevant. Core in VED Push it Automatic to the given uid/gid. The big bang come in next 2-3 weeks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1669