I reinstalled pve 9 and now I can't start lxc because of the following error:
The configuration in 199.conf is:
It doesn't work in PVE 9, but it works fine in PVE 8. If I change the number of users to a number less than 3, there will be no problem, for example:
I don't know why, but I do have 3 users. Can every body help me?
Code:
lxc_map_ids: 245 newuidmap failed to write mapping "newuidmap: uid range [1000-1003) -> [1000-1003) not allowed": newuidmap 102951 0 100000 1000 1000 1000 5 1005 101005 64531
lxc_spawn: 1800 Failed to set up id mapping.
__lxc_start: 2119 Failed to spawn container "199"
startup for container '199' failed
The configuration in 199.conf is:
Code:
lxc.idmap: u 0 100000 1000
lxc.idmap: g 0 100000 1000
lxc.idmap: u 1000 1000 3
lxc.idmap: g 1000 1000 3
lxc.idmap: u 1003 101003 64533
lxc.idmap: g 1003 101003 64533
It doesn't work in PVE 9, but it works fine in PVE 8. If I change the number of users to a number less than 3, there will be no problem, for example:
Code:
lxc.idmap: u 0 100000 1000
lxc.idmap: g 0 100000 1000
lxc.idmap: u 1000 1000 2
lxc.idmap: g 1000 1000 2
lxc.idmap: u 1002 101002 64534
lxc.idmap: g 1002 101002 64534
I don't know why, but I do have 3 users. Can every body help me?