Hello!
I am new to Proxmox and I cannot understand the mapping wiki found here
Additionally I tried using the LXC ID Mapper tool and I was getting errors such as that XX ID is already mapped.
I am trying to map the following
[PROXMOX HOST]
/etc/groups
/etc/passwd
[LXC Container]
/etc/groups
Read more
I am new to Proxmox and I cannot understand the mapping wiki found here
Additionally I tried using the LXC ID Mapper tool and I was getting errors such as that XX ID is already mapped.
I am trying to map the following
[PROXMOX HOST]
/etc/groups
Code:
marios:x:1000:
video:x:44:root
render:x:104:root
Code:
marios:x:1000:1000::/home/marios:/bin/sh
[LXC Container]
/etc/groups
Code:
render:x:993...
Read more