Re: [lxc-devel] [PATCH] lxc-start-ephemeral: fixed bug with wrong ssh option (-k instead of -i)

2013-04-08 Thread Serge Hallyn
Quoting Wojciech Izykowski (wizykow...@gmail.com): > Changes: > > * corrected ssh option for custom key (from -k to -i). Just see ssh > manpage for justification. > > Regards, > Wojciech Uh, yeah, clearly noone has tried to use that :) Thanks. Acked-by: Serge E. Hallyn > > --- src/lxc/lxc-s

Re: [lxc-devel] meeting on lxc with user namespaces?

2013-04-08 Thread Serge Hallyn
Quoting erkan yanar (er...@linsenraum.de): > Ahoi Serge, > > On Wed, Jan 16, 2013 at 01:37:04PM -0600, Serge Hallyn wrote: > > Hi, > > > > Now that the core user namespace support is in both the 3.8 kernel > > and in the lxc staging branch, I thought it might be good to have > > a meeting to firs

[lxc-devel] [PATCH] fix wait status in pid reuse case

2013-04-08 Thread Dwight Engen
Commit 37c3dfc9 sets the wait status on only the child pid. It intended to match the pid only once to protect against pid reuse but it won't because the indicator was reset to 0 every time at the top of the loop. If the child pid is reused, the wait status will be set again. Fix by setting indicato

[lxc-devel] LXC 0.9 release, staging branch re-opened for 1.0

2013-04-08 Thread Stéphane Graber
Hello everyone, As you may have noticed, Daniel released LXC 0.9 on Saturday. I've now rebased the staging branch on that and update it on github. I'll be travelling and taking some time off over the next few days but will nevertheless try to get the various patches currently sitting on the mail

[lxc-devel] Something to think about (PGP signing)...

2013-04-08 Thread Michael H. Warfield
Hey all, With the release of 0.9.0 I started thinking about something. We're not signing those tarballs with PGP or even publishing MD5/SHA-1/SHA-256 checksums on them. That has been kind of a standard practice with a lot of packages, most particularly with anything that can impact security. the

Re: [lxc-devel] [PATCH] fix wait status in pid reuse case

2013-04-08 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > Commit 37c3dfc9 sets the wait status on only the child pid. It > intended to match the pid only once to protect against pid reuse but it > won't because the indicator was reset to 0 every time at the top of the > loop. If the child pid is reused, th

[lxc-devel] [PATCH] minor documentation fixes / clarification

2013-04-08 Thread Dwight Engen
Signed-off-by: Dwight Engen --- doc/legacy/lxc-ls.sgml.in | 4 ++-- doc/lxc-execute.sgml.in | 8 doc/lxc-ps.sgml.in| 6 +++--- doc/lxc-unshare.sgml.in | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/legacy/lxc-ls.sgml.in b/doc/legacy/lxc-ls.s

Re: [lxc-devel] LXC 0.9 release, staging branch re-opened for 1.0

2013-04-08 Thread Christian Seiler
Hi there, > A draft roadmap for 1.0 can be found at: > https://wiki.ubuntu.com/LXC/1.0-roadmap > > Feel free to add items to that list. We'll use the mailing-list to > coordinate the work as usual. I've been working on using LXC containers in a Pacemaker (Linux-HA) environment, i.e. writing reso

[lxc-devel] Howto user namespaces?

2013-04-08 Thread richard -rw- weinberger
Hi! I'm on Linux 3.8 and lxc 0.9.0. How are the user namespaces in lxc supposed to work? I've created an opensuse instance using "lxc-create -n foo -t /usr/share/lxc/templates/lxc-opensuse" and the added these two lines to the config: lxc.id_map = u 0 10 1 lxc.id_map = g 0 10 1 B

[lxc-devel] [PATCH] Use container specific domain socket name

2013-04-08 Thread S . Çağlar Onur
From: "S.Çağlar Onur" Otherwise trying to start N containers in parallel gives "lxc_container: bind : Address already in use" error. Found while using Go bindings to create/start/stop large number of containers in parallel so I reproduced the same using Python API to rule out possible Go rela

Re: [lxc-devel] [PATCH] minor documentation fixes / clarification

2013-04-08 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > Signed-off-by: Dwight Engen > Acked-by: Serge E. Hallyn Note i think your patch was linewrap-damaged. Could you resend (with my ack) or post a github link? > --- > doc/legacy/lxc-ls.sgml.in | 4 ++-- > doc/lxc-execute.sgml.in | 8

Re: [lxc-devel] Howto user namespaces?

2013-04-08 Thread Serge Hallyn
Quoting richard -rw- weinberger (richard.weinber...@gmail.com): > Hi! > > I'm on Linux 3.8 and lxc 0.9.0. > How are the user namespaces in lxc supposed to work? > > I've created an opensuse instance using "lxc-create -n foo -t > /usr/share/lxc/templates/lxc-opensuse" and the added these two lines

Re: [lxc-devel] LXC 0.9 release, staging branch re-opened for 1.0

2013-04-08 Thread Serge Hallyn
Quoting Christian Seiler (christ...@iwakd.de): > Hi there, > > > A draft roadmap for 1.0 can be found at: > > https://wiki.ubuntu.com/LXC/1.0-roadmap > > > > Feel free to add items to that list. We'll use the mailing-list to > > coordinate the work as usual. > > I've been working on using LXC co