Re: [lxc-devel] Japanese website

2014-07-21 Thread Stéphane Graber
Merged your changes and forced a refresh of the japanese branch, things should be all good now. Thanks! On Sat, Jul 19, 2014 at 02:20:22PM +0900, KATOH Yasufumi wrote: On Thu, 17 Jul 2014 17:56:14 +0900 in message Re: [lxc-devel] Japanese website I wrote: Thanks!!

[lxc-devel] [lxc/lxc] 5c7f03: Add SIGPWR support to lxc_init

2014-07-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 5c7f03ae85668fb9c8e81504624b33347465256c https://github.com/lxc/lxc/commit/5c7f03ae85668fb9c8e81504624b33347465256c Author: Nikolay Martynov mar.ko...@gmail.com Date: 2014-07-21 (Mon, 21 Jul 2014) Changed

[lxc-devel] [lxc/lxc] 31098f: Sysvinit script fixes

2014-07-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 31098f8b9d68a47c8c3fc18e08960caaa980fb80 https://github.com/lxc/lxc/commit/31098f8b9d68a47c8c3fc18e08960caaa980fb80 Author: Ansa89 ansalonistef...@gmail.com Date: 2014-07-21 (Mon, 21 Jul 2014) Changed paths:

Re: [lxc-devel] [PATCH 3/3] fuse: Allow mounts from user namespaces

2014-07-21 Thread Seth Forshee
On Fri, Jul 18, 2014 at 05:33:23PM +0200, Miklos Szeredi wrote: On Mon, Jul 14, 2014 at 9:18 PM, Seth Forshee seth.fors...@canonical.com wrote: Update fuse to allow mounts from user namespaces. During mount current_user_ns() is stashed away, Same thing here. While practically this may

Re: [lxc-devel] [PATCH 3/3] fuse: Allow mounts from user namespaces

2014-07-21 Thread Miklos Szeredi
On Mon, Jul 21, 2014 at 2:47 PM, Seth Forshee seth.fors...@canonical.com wrote: On Fri, Jul 18, 2014 at 05:33:23PM +0200, Miklos Szeredi wrote: On Mon, Jul 14, 2014 at 9:18 PM, Seth Forshee seth.fors...@canonical.com wrote: Update fuse to allow mounts from user namespaces. During mount

Re: [lxc-devel] Japanese website

2014-07-21 Thread KATOH Yasufumi
On Mon, 21 Jul 2014 11:43:04 +0200 in message Re: [lxc-devel] Japanese website Stephane Graber-san wrote: Merged your changes and forced a refresh of the japanese branch, things should be all good now. Thanks!! And... We just added the translation of 1.0.5 release

Re: [lxc-devel] [PATCH 3/3] fuse: Allow mounts from user namespaces

2014-07-21 Thread Seth Forshee
On Mon, Jul 21, 2014 at 03:09:14PM +0200, Miklos Szeredi wrote: On Mon, Jul 21, 2014 at 2:47 PM, Seth Forshee seth.fors...@canonical.com wrote: On Fri, Jul 18, 2014 at 05:33:23PM +0200, Miklos Szeredi wrote: On Mon, Jul 14, 2014 at 9:18 PM, Seth Forshee seth.fors...@canonical.com wrote:

[lxc-devel] [PATCH 1/2] lxc-start: Add -F (foreground) option

2014-07-21 Thread Stéphane Graber
Introduce a new -F option (no-op for now) as an opposite of -d. Signed-off-by: Stéphane Graber stgra...@ubuntu.com --- doc/lxc-start.sgml.in | 14 ++ src/lxc/lxc_start.c | 5 - 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/lxc-start.sgml.in

[lxc-devel] [PATCH] download: Have wget retry 3 times

2014-07-21 Thread Stéphane Graber
This forces wget to retry if it gets a network error. Signed-off-by: Stéphane Graber stgra...@ubuntu.com --- templates/lxc-download.in | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/templates/lxc-download.in b/templates/lxc-download.in index c96bc31..5799de8

Re: [lxc-devel] [PATCH] download: Have wget retry 3 times

2014-07-21 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): This forces wget to retry if it gets a network error. Signed-off-by: Stéphane Graber stgra...@ubuntu.com I thought we'd already done this. Acked-by: Serge E. Hallyn serge.hal...@ubuntu.com --- templates/lxc-download.in | 14 --

Re: [lxc-devel] [PATCH 1/2] lxc-start: Add -F (foreground) option

2014-07-21 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): Introduce a new -F option (no-op for now) as an opposite of -d. Signed-off-by: Stéphane Graber stgra...@ubuntu.com Acked-by: Serge E. Hallyn serge.hal...@ubuntu.com --- doc/lxc-start.sgml.in | 14 ++ src/lxc/lxc_start.c | 5

Re: [lxc-devel] [PATCH 2/2] lxc-start: Daemonize by default

2014-07-21 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): Signed-off-by: Stéphane Graber stgra...@ubuntu.com Acked-by: Serge E. Hallyn serge.hal...@ubuntu.com Should a note be added to Changelog? Or do we leave this up to package maintainers to mention in release notes (since noone is gonna read the

[lxc-devel] [PATCH 2/2] Add the remaining bits for lxc.environment

2014-07-21 Thread Stéphane Graber
This adds the few missing bits so that the new lxc.environment config entry can be queried, cleared and saved as the others are. Signed-off-by: Stéphane Graber stgra...@ubuntu.com --- src/lxc/conf.c| 14 ++ src/lxc/conf.h| 1 + src/lxc/confile.c | 25

Re: [lxc-devel] [PATCH 3/3] fuse: Allow mounts from user namespaces

2014-07-21 Thread Eric W. Biederman
Seth Forshee seth.fors...@canonical.com writes: On Mon, Jul 21, 2014 at 03:09:14PM +0200, Miklos Szeredi wrote: On Mon, Jul 21, 2014 at 2:47 PM, Seth Forshee seth.fors...@canonical.com wrote: On Fri, Jul 18, 2014 at 05:33:23PM +0200, Miklos Szeredi wrote: On Mon, Jul 14, 2014 at 9:18 PM,

[lxc-devel] [PATCH 1/1] lxc-user-nic: compute first available nic name in container

2014-07-21 Thread Serge Hallyn
Rather than always using eth0. Otherwise unpriv containers cannot have multiple lxc.network.type = veth's without manually setting lxc.network.name =. Signed-off-by: Serge Hallyn serge.hal...@ubuntu.com --- src/lxc/lxc_user_nic.c | 31 ++- 1 file changed, 26

Re: [lxc-devel] [PATCH 1/1] lxc-user-nic: compute first available nic name in container

2014-07-21 Thread Stéphane Graber
On Mon, Jul 21, 2014 at 07:27:02PM +, Serge Hallyn wrote: Rather than always using eth0. Otherwise unpriv containers cannot have multiple lxc.network.type = veth's without manually setting lxc.network.name =. Signed-off-by: Serge Hallyn serge.hal...@ubuntu.com ---

Re: [lxc-devel] [PATCH] download: Have wget retry 3 times

2014-07-21 Thread Dan Fandrich
On Mon, Jul 21, 2014 at 06:24:14PM +0200, Stéphane Graber wrote: On Mon, Jul 21, 2014 at 04:14:43PM +, Serge Hallyn wrote: Quoting Stéphane Graber (stgra...@ubuntu.com): This forces wget to retry if it gets a network error. Signed-off-by: Stéphane Graber stgra...@ubuntu.com I

Re: [lxc-devel] [PATCH] download: Have wget retry 3 times

2014-07-21 Thread Stéphane Graber
On Mon, Jul 21, 2014 at 10:47:00PM +0200, Dan Fandrich wrote: On Mon, Jul 21, 2014 at 06:24:14PM +0200, Stéphane Graber wrote: On Mon, Jul 21, 2014 at 04:14:43PM +, Serge Hallyn wrote: Quoting Stéphane Graber (stgra...@ubuntu.com): This forces wget to retry if it gets a network

Re: [lxc-devel] [PATCH 1/1] lxc-user-nic: compute first available nic name in container

2014-07-21 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): On Mon, Jul 21, 2014 at 07:27:02PM +, Serge Hallyn wrote: Rather than always using eth0. Otherwise unpriv containers cannot have multiple lxc.network.type = veth's without manually setting lxc.network.name =. Signed-off-by: Serge

[lxc-devel] [PATCH 1/1] Support openvswitch bridges

2014-07-21 Thread Serge Hallyn
We detect whether ovs-vsctl is available. If so, then we support adding network interfaces to openvswitch bridges with it. Note that with this patch, veths do not appear to be removed from the openvswitch bridge. This seems a bug in openvswitch, as the veths in fact do disappear from the