<div dir="ltr">I think 770 permission on <span style="font-size:12.8px">/home/gmc/.local/share/lxc/xxx or somewhere above are the cause of it.</span><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Usually when I create container and uidmapshift it (rootfs), I have to chmod 755 /var/lib/lxc/container-name before it can start. This chmod step is not needed for privileged containers.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">I think this lxc-create behaviour change came with lxc 1.1, but do not quote me on this.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">b.</span></div><div><span style="font-size:12.8px"><br></span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 19 February 2016 at 23:37, Gordon <span dir="ltr"><<a href="mailto:gordonmc@cox.net" target="_blank">gordonmc@cox.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've been able to create and run an unprivileged container simply using the standard ext4 filesystem.<br>
<br>
I'm trying to do the same thing inside a logical volume so the container is limited to that space. I know unprivileged users can't manipulate volumes, so I'm creating and mounting the logical volumes first, and then creating the container inside the directory. I'm getting the following when I try to create the container and am stumped. Not sure if it's a permission problem or what. I can create files by hand.<br>
<br>
$ lxc-create -t download -n xxx -P /home/gmc/.local/share/lxc -- -d ubuntu -r trusty -a amd64<br>
lxc_container: lxclock.c: lxclock: 231 Error opening /run/user/1000/lxc/lock//home/gmc/.local/share/lxc/xxx<br>
lxc_container: lxccontainer.c: lxcapi_create: 1305 failed to save starting configuration for xxx<br>
lxc_container: lxc_create.c: main: 274 Error creating container xxx<br>
<br>
$ df /home/gmc/.local/share/lxc<br>
Filesystem                 1K-blocks    Used Available Use% Mounted on<br>
/dev/mapper/nuci3--vg-root   6146180 1755180   4055744  31% /<br>
<br>
$ df /home/gmc/.local/share/lxc/xxx<br>
Filesystem                     1K-blocks  Used Available Use% Mounted on<br>
/dev/mapper/nuci3--vg-lxc--xxx    999320  1284    960684 1% /home/gmc/.local/share/lxc/xxx<br>
<br>
$ ls -al /home/gmc/.local/share/lxc/xxx<br>
total 24<br>
drwxrwx--- 3 100000 gmc  4096 Feb 19 14:27 .<br>
drwxr-xr-x 4 gmc    gmc  4096 Feb 19 13:49 ..<br>
drwx------ 2 gmc    gmc 16384 Feb 19 13:49 lost+found<br>
<br>
_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org" target="_blank">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a></blockquote></div><br></div>