[lxc-devel] [lxc/lxc] 5d6ef2: Also define PR_SET_MM (fixes Android)

2015-01-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 5d6ef2286fa9eb95c5c11a40c4dcab2e7f76c4b5 https://github.com/lxc/lxc/commit/5d6ef2286fa9eb95c5c11a40c4dcab2e7f76c4b5 Author: Stéphane Graber Date: 2015-01-30 (Fri, 30 Jan 2015) Changed paths: M src/lxc/uti

[lxc-devel] Fixed: lxc/lxc#849 (master - 553347e)

2015-01-30 Thread Travis CI
Build Update for lxc/lxc - Build: #849 Status: Fixed Duration: 3 minutes and 38 seconds Commit: 553347e (master) Author: Tycho Andersen Message: define some macros to fix the build Not all kernels have these macros; they'll just give an EINVAL if/when invoked.

[lxc-devel] [lxc/lxc] 553347: define some macros to fix the build

2015-01-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 553347e403494185b959e424bc6a8af382eafe29 https://github.com/lxc/lxc/commit/553347e403494185b959e424bc6a8af382eafe29 Author: Tycho Andersen Date: 2015-01-30 (Fri, 30 Jan 2015) Changed paths: M src/lxc/util

Re: [lxc-devel] [PATCH] define some macros to fix the build

2015-01-30 Thread Stéphane Graber
On Fri, Jan 30, 2015 at 03:53:53PM +0100, Tycho Andersen wrote: > Not all kernels have these macros; they'll just give an EINVAL if/when > invoked. > > Signed-off-by: Tycho Andersen Acked-by: Stéphane Graber > --- > src/lxc/utils.c | 16 > 1 file changed, 16 insertions(+) >

[lxc-devel] [PATCH] define some macros to fix the build

2015-01-30 Thread Tycho Andersen
Not all kernels have these macros; they'll just give an EINVAL if/when invoked. Signed-off-by: Tycho Andersen --- src/lxc/utils.c | 16 1 file changed, 16 insertions(+) diff --git a/src/lxc/utils.c b/src/lxc/utils.c index 9acf7e6..f9533db 100644 --- a/src/lxc/utils.c +++ b/src/

[lxc-devel] Broken: lxc/lxc#848 (master - 0a4be28)

2015-01-30 Thread Travis CI
Build Update for lxc/lxc - Build: #848 Status: Broken Duration: 1 minute and 19 seconds Commit: 0a4be28 (master) Author: Tycho Andersen Message: set the monitor process title to something useful Instead of having a parent process that's called whatever the cal

[lxc-devel] [lxc/lxc] 0a4be2: set the monitor process title to something useful

2015-01-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 0a4be28d8cf24b529211ebc529136835645d76dd https://github.com/lxc/lxc/commit/0a4be28d8cf24b529211ebc529136835645d76dd Author: Tycho Andersen Date: 2015-01-30 (Fri, 30 Jan 2015) Changed paths: M src/lxc/lxcc

Re: [lxc-devel] [PATCH] set the monitor process title to something useful

2015-01-30 Thread Serge Hallyn
Quoting Tycho Andersen (tycho.ander...@canonical.com): > On Fri, Jan 30, 2015 at 01:38:59PM +, Serge Hallyn wrote: > > Quoting Tycho Andersen (tycho.ander...@canonical.com): > > > Instead of having a parent process that's called whatever the caller of > > > the > > > library is called, we inst

Re: [lxc-devel] [PATCH] set the monitor process title to something useful

2015-01-30 Thread Tycho Andersen
On Fri, Jan 30, 2015 at 01:38:59PM +, Serge Hallyn wrote: > Quoting Tycho Andersen (tycho.ander...@canonical.com): > > Instead of having a parent process that's called whatever the caller of the > > library is called, we instead set it to "[lxc monitor] > > " > > > > Signed-off-by: Tycho And

Re: [lxc-devel] [PATCH] set the monitor process title to something useful

2015-01-30 Thread Serge Hallyn
Quoting Tycho Andersen (tycho.ander...@canonical.com): > Instead of having a parent process that's called whatever the caller of the > library is called, we instead set it to "[lxc monitor] " > > Signed-off-by: Tycho Andersen > --- > src/lxc/lxccontainer.c | 10 + > src/lxc/utils.c

Re: [lxc-devel] [PATCH] set the monitor process title to something useful

2015-01-30 Thread Stéphane Graber
On Fri, Jan 30, 2015 at 02:18:53PM +0100, Tycho Andersen wrote: > Instead of having a parent process that's called whatever the caller of the > library is called, we instead set it to "[lxc monitor] " > > Signed-off-by: Tycho Andersen Acked-by: Stéphane Graber > --- > src/lxc/lxccontainer.c

[lxc-devel] Passed: lxc/lxc#847 (lxc-1.1.0 - 62ed104)

2015-01-30 Thread Travis CI
Build Update for lxc/lxc - Build: #847 Status: Passed Duration: 1 minute and 1 second Commit: 62ed104 (lxc-1.1.0) Author: Stéphane Graber Message: change version to 1.1.0 in configure.ac Signed-off-by: Stéphane Graber View the changeset: https://github.com/l

[lxc-devel] LXC 1.1 has been released!

2015-01-30 Thread Stéphane Graber
Hello everyone, The LXC team is pleased to announce the release of LXC 1.1! This new upstream release is the result of the work of over 80 individual contributors. The highlights are: - Introduction of checkpoint/restore support for containers through CRIU. This allows to serialize the conta

[lxc-devel] [PATCH] set the monitor process title to something useful

2015-01-30 Thread Tycho Andersen
Instead of having a parent process that's called whatever the caller of the library is called, we instead set it to "[lxc monitor] " Signed-off-by: Tycho Andersen --- src/lxc/lxccontainer.c | 10 + src/lxc/utils.c| 61 ++ src/lxc/u

[lxc-devel] [lxc/lxc] 62ed10: change version to 1.1.0 in configure.ac

2015-01-30 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 62ed104940747d135ffd71f513e51bf3d912d1d9 https://github.com/lxc/lxc/commit/62ed104940747d135ffd71f513e51bf3d912d1d9 Author: Stéphane Graber Date: 2015-01-30 (Fri, 30 Jan 2015) Changed paths: M configure.a

[lxc-devel] [lxc/lxc]

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

[lxc-devel] [lxc/lxc] dbe92c: centos: Fix booting a Centos 6 container

2015-01-30 Thread GitHub
Branch: refs/heads/stable-1.0 Home: https://github.com/lxc/lxc Commit: dbe92cfb77856372b5698665e22a39757692d7fd https://github.com/lxc/lxc/commit/dbe92cfb77856372b5698665e22a39757692d7fd Author: Stéphane Graber Date: 2015-01-29 (Thu, 29 Jan 2015) Changed paths: M templat