<div dir="ltr">It's also worth mentioning that fakeroot/fakechroot have some nasty issues with debootstrap;<div><a href="https://bugs.launchpad.net/ubuntu/+source/fakechroot/+bug/1265857">https://bugs.launchpad.net/ubuntu/+source/fakechroot/+bug/1265857</a><br>
</div><div><br></div><div>One theory I'm exploring is building "base images" on a machine that does have root, by running debootstrap on every flavor/arch then using mksquashfs to compress it down into an image. You could then use unsquashfs to force whatever uid/gid you wanted, then fakechroot/fakeroot to make whatever changes you need to the container before launching. The downside is that there is no public mirror that offers this at the moment (other than the latest 13.x ubuntu, which contains a filesystem.squashfs you can extract, but it's 700mb). You could create your own set of base images, then wrap scripts around them to create the templates, but this is absolutely not going to work out of the box, there is a lot of tedious work involved.</div>
<div><br></div><div>I'm planning on doing a better write up about this (as its something I'm actively working on), will update this thread at a later date.</div><div><br></div><div>Hope this helps a bit</div><div>
<br>Cal</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 9, 2014 at 3:39 PM, Michael H. Warfield <span dir="ltr"><<a href="mailto:mhw@wittsend.com" target="_blank">mhw@wittsend.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thu, 2014-01-09 at 08:08 +0200, Kevin Wilson wrote:<br>
> Hello,<br>
> I believe that creating a container as non root user should be straight-forward.<br>
<br>
</div>Sigh...  I'm afraid not...<br>
<br>
Funny, Serge and I just had a couple of comments in exchange about this<br>
very thing with regards to templates.  He's been working on getting<br>
containers to run under unprivileged users and I know the Fedora and<br>
CentOS templates will not even run under a non-user (they check).  His<br>
remark was that most templates will not and can not, including the<br>
Ubuntu template.  Problem with the Ubuntu template (and, presumably the<br>
Debian template) is the use of debboot which, in turn, uses mknod to<br>
create devices for the container - and you're then toast.<br>
<br>
The problem there is that there are going to be privileged operations<br>
(chown, mknod, etc) that are simply going to require privileges in the<br>
host which are not available to the non-priv user.<br>
<br>
I'm not so sure about the busybox template but I wouldn't be optimistic.<br>
It does look like it checks to see if it's in a user namespace and uses<br>
mknod if not and does something else if it is.  So, it looks like it<br>
SHOULD work.  But you have to have user namespaces set up to work.<br>
<br>
Once a container is created, it should be possible to run it under a<br>
non-priv user if you have a recent enough kernel along with the latest<br>
lxc tools.  But it seems likely we could ever navigate the morass of<br>
creating a template using lxc-create as a non-priv user.<br>
<div class="im"><br>
> I added a user named "test" and I am trying to create a container (see<br>
> below the sequence). I am running latest lxc git<br>
> (built from source, as root)  on Fedora 20.<br>
<br>
> useradd test<br>
> su test<br>
><br>
> lxc-create -t busybox -n busyboxTest<br>
> I get:<br>
><br>
> You lack access to /home/test/.local/share/lxc/<br>
> I ran;<br>
> mkdir -p /home/test/.local/share/lxc/<br>
><br>
> Then again:<br>
> lxc-create -t busybox -n busyboxTest<br>
> lxc-create: Permission denied - failed to create directory '/run/user/0/lock/'<br>
><br>
> failed to create lock<br>
> System error loading container<br>
><br>
> What should I do ?<br>
><br>
> Regards,<br>
> Kevin<br>
<br>
</div>Regards,<br>
Mike<br>
<span class="HOEnZb"><font color="#888888">--<br>
Michael H. Warfield (AI4NB) | <a href="tel:%28770%29%20978-7061" value="+17709787061">(770) 978-7061</a> |  mhw@WittsEnd.com<br>
   /\/\|=mhw=|\/\/          | <a href="tel:%28678%29%20463-0932" value="+16784630932">(678) 463-0932</a> |  <a href="http://www.wittsend.com/mhw/" target="_blank">http://www.wittsend.com/mhw/</a><br>
   NIC whois: MHW9          | An optimist believes we live in the best of all<br>
 PGP Key: 0x674627FF        | possible worlds.  A pessimist is sure of it!<br>
<br>
</font></span><br>_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a><br></blockquote></div><br></div>