lxc.idmap

  1. D

    Cant get lxc idmap to work

    I am trying to get my docker containers running in LXC container with Portainer to access my docker-host folder with all the configs placed in /docker-host/ on the Proxmox Host The files have the following rights root@proxmox:/docker-mounts# ls -ld drwxr-xr-x 16 root root 4096 Aug 20 10:36 ...
  2. L

    Restore unprivileged LXC with user ID mapping failed

    Hi everyone, When attempting to restore an LXC from a PBS via PVE GUI, the following error messages appeared: TASK ERROR: unable to restore CT [ID] - command 'lxc-usernsexec -m u:0:100000:65536 -m g:0:100000:65536 -- /usr/bin/proxmox-backup-client restore '--crypt-mode=none' ct/[ID]/[DATE]...
  3. S

    Unable to change uid/gid mapping of bind mounted nfs folder

    I've mounted an NFS share on my Proxmox host, and I want to bind mount it inside several containers. But all the files belong to "nobody" and "nogroup". That alone is confusing, I thought the IDs would just be 100.000 higher than on the host? But while on the host the files belong to UID 1001...
  4. F

    lxc.idmap for multiple LXC containers

    Hi there, On PVE host I have users guyf uid:gid 1001:1001 eveline uid:gid 1002:1002 urbackup uid:gid 1005:1005 qnap gid 1003 I have several containers running... container 114 is used for urbackup with user urbackup uid/gid = 115:115 container 115 is used for motioneye where guyf runs...
  5. D

    lxc.idmap - home directory nobody nogroup

    Howdy... I just added a disk to proxmox host, making it available to a container through the following configuration (precisely through the 6 lxc.idmap lines): arch: amd64 cores: 2 features: nesting=1 hostname: nxt memory: 8192 mp0: /media/hdd,mp=/media/nasdisk net0...