lxc mapping

  1. D

    LXC UID/GID mapping questions

    I've got NFS shares mapped to my PVE host, which is then mapping it into some LXCs. I'm struggling to get UID/GID mapping working in a Helper Scripts Sonarr LXC that has Sonarr running as root. I've tried following the wiki and a few other forum threads here to get this working, so I'm doing...
  2. 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...
  3. 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...
  4. 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...