From 1d7c3de064747236a8f73601201d6572f60d3827 Mon Sep 17 00:00:00 2001 From: adminbruno Date: Thu, 14 Mar 2024 01:54:49 -0400 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'proxmox-lxc-ct.con?= =?UTF-8?q?f'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxmox-lxc-ct.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/proxmox-lxc-ct.conf b/proxmox-lxc-ct.conf index 6739a8b..7928006 100644 --- a/proxmox-lxc-ct.conf +++ b/proxmox-lxc-ct.conf @@ -12,9 +12,10 @@ lxc.mount.entry: /dev/dri/renderD128 dev/dri/renderD128 none bind,optional,creat #For igpu only (groups video39 render 105 lxc / video44 render 104 proxmox) -#65535 max users / 65535 max groups uids +#65536 max users / 65536 max groups uids / 0 to 65535 / 0 counts as one!## lxc.idmap: g 0 100000 39 lxc.idmap: g 39 44 1 lxc.idmap: g 40 100040 65 lxc.idmap: g 105 104 1 -lxc.idmap: g 106 100106 65430 \ No newline at end of file +lxc.idmap: g 106 100106 65430 +lxc.idmap: u 0 100000 65536 \ No newline at end of file