Re: [lxc-devel] About to tag alpha-2

2014-09-30 Thread Michael H. Warfield
On Tue, 2014-09-30 at 15:56 -0400, Stéphane Graber wrote: > Hey everyone, > So just wanted to let you know that current git master is the alpha-2 > candidate. > If you have some time today/tonight, please grab git master and test it > to find any major issue which we shouldn't release alpha-2 wit

[lxc-devel] [PATCH] lxc-checkpoint: close stdout/stdin when daemonizing

2014-09-30 Thread Tycho Andersen
If we don't close these running lxc-checkpoint via: ssh host "sudo lxc-checkpoint ..." just hangs. We leave stderr open so that subesquent errors will print correctly (and also because for whatever reason it doesn't break ssh :). Signed-off-by: Tycho Andersen --- src/lxc/lxc_checkpoint.c | 5 +

Re: [lxc-devel] [PATCH] Various fixes for Fedora/CentOS/OpenSUSE templates and systemd.

2014-09-30 Thread Michael H. Warfield
Sorry, I was completely out of touch from the net for several days and then I totally missed this when I got back... I should have responded to this days ago... Sigh... On Fri, 2014-09-19 at 17:15 -0400, Stéphane Graber wrote: > On Sun, Sep 14, 2014 at 08:57:58PM -0400, Michael H. Warfield wrote

[lxc-devel] About to tag alpha-2

2014-09-30 Thread Stéphane Graber
Hey everyone, So just wanted to let you know that current git master is the alpha-2 candidate. If you have some time today/tonight, please grab git master and test it to find any major issue which we shouldn't release alpha-2 with. If there's no report of such issue by tomorrow morning, I'll tag

Re: [lxc-devel] [PATCH] lxc-config can show lxc.cgroup.(use|pattern)

2014-09-30 Thread Serge Hallyn
Quoting KATOH Yasufumi (ka...@jazz.email.ne.jp): > Signed-off-by: KATOH Yasufumi Acked-by: Serge E. Hallyn I think it would be worth also augmenting lxc_global_config_value() to return a default lxc.cgroup.use for 'all', and a default lxc.cgroup.pattern ("/lxc/%n" for root or "%n" for non-root)

Re: [lxc-devel] [PATCH] pivot_root: umount ., not /

2014-09-30 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > On Mon, 29 Sep 2014 22:51:35 + > Serge Hallyn wrote: > > > This fixes pivot_root on 3.11 and older kernels. > > > > Signed-off-by: Serge Hallyn > > Acked-by: Dwight Engen > Tested-by: Dwight Engen > > Thanks Serge! Andy's the one who ca

Re: [lxc-devel] [PATCH] pivot_root: umount ., not /

2014-09-30 Thread Dwight Engen
On Mon, 29 Sep 2014 22:51:35 + Serge Hallyn wrote: > This fixes pivot_root on 3.11 and older kernels. > > Signed-off-by: Serge Hallyn Acked-by: Dwight Engen Tested-by: Dwight Engen Thanks Serge! > --- > src/lxc/conf.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -

[lxc-devel] [PATCH] lxc-config can show lxc.cgroup.(use|pattern)

2014-09-30 Thread KATOH Yasufumi
Signed-off-by: KATOH Yasufumi --- src/lxc/lxc_config.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/lxc/lxc_config.c b/src/lxc/lxc_config.c index 0658beb..d146ad8 100644 --- a/src/lxc/lxc_config.c +++ b/src/lxc/lxc_config.c @@ -36,6 +36,8 @@ static struct lxc_co