uid

  1. R

    Any way to map a uid to an existing uid in a container?

    I'm trying to get the Nextcloud AIO up and running in an Ubuntu 22.04 container. I need to make the datadir live on a SMB/CIFS share. I've got the share mounted on the host but I'm having trouble with permissions in the container. Nextcloud AIO docker image uses www-data/33 as the user. I'm...
  2. E

    Using large range of UIDs/GIDs above 65535 in unprivileged LXC (crashing)

    Hello all, Yet another post about UID/GID mapping on unprivileged containers. Context Before referring me to wiki and forum, I am aware and have read these pages: https://pve.proxmox.com/wiki/Unprivileged_LXC_containers https://forum.proxmox.com/threads/lxc-uid-mapping-woes.99376/...
  3. B

    Unprivileged_LXC_containers bind mounts

    Hey there, I try to pass a NFS folder from a NAS through the pve into an container. I'm able to acces the folder on the host (and edit it) but in my Container I just can see it but get the notorious acces denied error. I was using this as a guide on how to set things up. From what I read around...
  4. F

    custom pve script in gui?

    Hi There, I'm using Proxmox at home and gave a zfs as fs. Files are served to other computers via samba. Is there a way that we can have a section in the PVE where custom scripts are gathered and executed? I have for example a script, that set the uid/gid correct when it comes from a LXC. I...
  5. S

    uid/gid allocation for nested LXD in unprivileged container

    Hi everyone, I am trying to configure Gitlab runners with custom LXD executors inside proxmox's LXC container. Basically, I want to be able to spin-up LXC containers inside Proxmox's unprivileged LXC container. I did the following: 1. Created unprivileged Ubuntu 22.04 LXC container with...
  6. P

    Valid LXC UID mapping makes Guest /home folder owned by nobody

    I'm trying to do a very typical uid mapping. I have both a Guest and Host user id 5000. Just for reference I'm adding my config, it is valid, because it works. I see Bind mount files on Guest/Host owned by #5000 user as their respective users in Guest/Host. lxc.idmap: u 0 100000 5000 lxc.idmap...