[lxc-devel] Passed: lxc/lxc#1318 (lxc-1.0.8 - fb49bf1)

2015-11-09 Thread Travis CI
Build Update for lxc/lxc - Build: #1318 Status: Passed Duration: 1 minute and 2 seconds Commit: fb49bf1 (lxc-1.0.8) Author: Stéphane Graber Message: change version to 1.0.8 in configure.ac Signed-off-by: Stéphane Graber View the

[lxc-devel] [lxc/lxc] 3f7a14: change version to 1.1.5 in configure.ac

2015-11-09 Thread GitHub
Branch: refs/heads/stable-1.1 Home: https://github.com/lxc/lxc Commit: 3f7a14259a8d213736f9a082ec604378d95697f7 https://github.com/lxc/lxc/commit/3f7a14259a8d213736f9a082ec604378d95697f7 Author: Stéphane Graber Date: 2015-11-09 (Mon, 09 Nov 2015)

[lxc-devel] [lxc/lxc]

2015-11-09 Thread GitHub
Branch: refs/tags/lxc-1.1.5 Home: https://github.com/lxc/lxc ___ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel

[lxc-devel] Passed: lxc/lxc#1312 (lxc-1.1.5 - 3f7a142)

2015-11-09 Thread Travis CI
Build Update for lxc/lxc - Build: #1312 Status: Passed Duration: 1 minute and 1 second Commit: 3f7a142 (lxc-1.1.5) Author: Stéphane Graber Message: change version to 1.1.5 in configure.ac Signed-off-by: Stéphane Graber View the

[lxc-devel] [PATCH] utils: dialback setproctitle failure message

2015-11-09 Thread Tycho Andersen
This isn't in any way fatal, so let's only warn about it with INFO, not ERROR. Signed-off-by: Tycho Andersen --- src/lxc/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/utils.c b/src/lxc/utils.c index d9e769d..dac6418 100644 ---

[lxc-devel] [lxc/lxc] c508ea: coverity: avoid null pointer dereference in cgmana...

2015-11-09 Thread GitHub
Branch: refs/heads/stable-1.1 Home: https://github.com/lxc/lxc Commit: c508ea10399a834ce842c11211871a5931b7710e https://github.com/lxc/lxc/commit/c508ea10399a834ce842c11211871a5931b7710e Author: Serge Hallyn Date: 2015-11-09 (Mon, 09 Nov 2015)

[lxc-devel] [lxc/lxc] 2681c0: utils: dialback setproctitle failure message

2015-11-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 2681c0e7eae2c4008fc6bc79a4c128cbaca8beab https://github.com/lxc/lxc/commit/2681c0e7eae2c4008fc6bc79a4c128cbaca8beab Author: Tycho Andersen Date: 2015-11-09 (Mon, 09 Nov 2015)

[lxc-devel] [lxc/lxc] fb49bf: change version to 1.0.8 in configure.ac

2015-11-09 Thread GitHub
Branch: refs/heads/stable-1.0 Home: https://github.com/lxc/lxc Commit: fb49bf1dd7104e10e30d817fa759f18ac00dac5e https://github.com/lxc/lxc/commit/fb49bf1dd7104e10e30d817fa759f18ac00dac5e Author: Stéphane Graber Date: 2015-11-09 (Mon, 09 Nov 2015)

Re: [lxc-devel] [PATCH] utils: dialback setproctitle failure message

2015-11-09 Thread Serge Hallyn
Quoting Tycho Andersen (tycho.ander...@canonical.com): > This isn't in any way fatal, so let's only warn about it with INFO, not > ERROR. > > Signed-off-by: Tycho Andersen Acked-by: Serge E. Hallyn > --- > src/lxc/utils.c | 2 +- > 1

Re: [lxc-devel] [PATCH v3] Add lxc-copy executable

2015-11-09 Thread Christian Brauner
On Mon, Nov 09, 2015 at 07:55:31PM +, Serge Hallyn wrote: > Quoting Christian Brauner (christianvanbrau...@gmail.com): > > This is a complete reimplementation of lxc-clone and lxc-start-ephemeral. > > lxc-copy merges the functionalities of lxc-clone + lxc-start-ephemeral. > > > > (1) Cloning

[lxc-devel] [PATCH 2/3] Fix mode when creating temporary directory

2015-11-09 Thread Christian Brauner
From: Christian Brauner When we create a random container directory with mkdtemp() we set the mode to 0770 otherwise do_lxcapi_clone() will complain about not being able to create the config. Signed-off-by: Christian Brauner ---

Re: [lxc-devel] [PATCH v3] Add lxc-copy executable

2015-11-09 Thread Serge Hallyn
Quoting Christian Brauner (christianvanbrau...@gmail.com): > This is a complete reimplementation of lxc-clone and lxc-start-ephemeral. > lxc-copy merges the functionalities of lxc-clone + lxc-start-ephemeral. > > (1) Cloning containers: > > (a) as copy: > > lxc-copy -n aa -N

[lxc-devel] [lxc/lxc] 529c24: coverity: avoid null pointer dereference in cgmana...

2015-11-09 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 529c24df9b9544eb9414127f57b3c6edc8de5504 https://github.com/lxc/lxc/commit/529c24df9b9544eb9414127f57b3c6edc8de5504 Author: Serge Hallyn Date: 2015-11-09 (Mon, 09 Nov 2015) Changed

[lxc-devel] [PATCH v2] Do not pass global variable as pointer

2015-11-09 Thread Christian Brauner
Signed-off-by: Christian Brauner --- src/lxc/lxc_copy.c | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/lxc/lxc_copy.c b/src/lxc/lxc_copy.c index e5f52d2..be2e3ee 100644 --- a/src/lxc/lxc_copy.c +++ b/src/lxc/lxc_copy.c @@

[lxc-devel] LXC 1.0.8 has been released!

2015-11-09 Thread Stéphane Graber
Hello everyone, The eighth LXC 1.0 bugfix release is now out! This includes all bugfixes committed to master since the release of LXC 1.0.7 almost a year ago! As usual, the full announcement and changelog may be found at: https://linuxcontainers.org/lxc/news/ And our tarballs can be downloaded

Re: [lxc-devel] [PATCH 3/3] Do not pass global variable as pointer

2015-11-09 Thread Serge Hallyn
Quoting Christian Brauner (christian.brau...@mailbox.org): > Signed-off-by: Christian Brauner > --- > src/lxc/lxc_copy.c | 18 +- > 1 file changed, 9 insertions(+), 9 deletions(-) > > diff --git a/src/lxc/lxc_copy.c b/src/lxc/lxc_copy.c > index

Re: [lxc-devel] [PATCH 2/3] Fix mode when creating temporary directory

2015-11-09 Thread Serge Hallyn
Quoting Christian Brauner (christian.brau...@mailbox.org): > From: Christian Brauner > > When we create a random container directory with mkdtemp() we set the mode to > 0770 otherwise do_lxcapi_clone() will complain about not being able to create > the config. > >

Re: [lxc-devel] [PATCH 1/3] Use correct return when clone fails

2015-11-09 Thread Serge Hallyn
Quoting Christian Brauner (christian.brau...@mailbox.org): > From: Christian Brauner > > When the clone failed we tried to destroy the container. This will lead to a > segfault. Instead simply return -1. Also move the call to free_mnts() after > the > put label to

[lxc-devel] LXC 2.0 (and related projects)

2015-11-09 Thread Stéphane Graber
Hello, So you may have noticed we've been pushing new features to master for months now and haven't done a new release yet. That's mostly because I've been focusing so much on LXD and because LXC basically just works so there wasn't much pressure. I've now put out both LXC 1.1.5 and LXC 1.0.8