lxc mapping

  1. V

    root user cannot run 'su' command - lxc container

    Hello, I have an unprivileged lcx container where I changed the UID mapping in the file /etc/pve/lxc/101.conf. The file looks like this now: While I managed to get access to the mounted folder I was aiming for, I can't run any su command. I can't even change user with su - user. When I try to...
  2. P

    Help with UID/GID Mapping Between CTs

    I'm having some trouble mapping the UID/GIDs between two LXC containers: plex and deluge. Here are the configs: Plex CT: # UID mapping, plex uid is 998 lxc.idmap: u 0 100000 998 lxc.idmap: u 998 1234 1 lxc.idmap: u 999 100999 63536 # GID mapping, plex gid is 998 lxc.idmap: g 0 100000 998...
  3. L

    [SOLVED] lxc uid mapping woes

    I'm struggling to understand from the example here what the complete logic is behind the uid/gid mapping. I have a container (100). I want to map uid 1034 (which I created for this purpose) to uid 1034 inside the lxc. So, following the example in the above documentation, I added to...