Hi Community,
I'm trying to configure my unprivileged container with id mapping (PVE 6.2).
Following the documentation here : https://pve.proxmox.com/wiki/Unprivileged_LXC_containers, my container failed to start with the error below :
Is there a range that we cannot map ?
In my container, myuser id is the same 1100.
Regards.
I'm trying to configure my unprivileged container with id mapping (PVE 6.2).
Following the documentation here : https://pve.proxmox.com/wiki/Unprivileged_LXC_containers, my container failed to start with the error below :
Is there a range that we cannot map ?
In my container, myuser id is the same 1100.
lxc-start: 523: conf.c: lxc_map_ids: 2779 newuidmap failed to write mapping "newuidmap: uid range [1100-1101) -> [1100-1101) not allowed": newuidmap 31321 0 100000 1100 1100 1100 1 1101 101101 64530
lxc-start: 523: start.c: lxc_spawn: 1690 Failed to set up id mapping.
lxc-start: 523: start.c: __lxc_start: 1957 Failed to spawn container "523"
lxc-start: 523: tools/lxc_start.c: main: 308 The container failed to start
lxc-start: 523: tools/lxc_start.c: main: 314 Additional information can be obtained by setting the --logfile and --logpriority options
lxc.idmap: u 0 100000 1100
lxc.idmap: g 0 100000 1100
lxc.idmap: u 1100 1100 1
lxc.idmap: g 1100 1100 1
lxc.idmap: u 1101 101101 64530
lxc.idmap: g 1101 101101 64530
/etc/subuid
myuser:1100:1
/etc/subgid
redmine:1100:1
id myuser
uid=1100(myuser) gid=1100(myuser) groups=1100(myuser)
Regards.