Re: [lxc-devel] LXC 1.0 is right around the corner

2014-02-20 Thread Camilo Aguilar
Exciting times! Congrats!— Sent from Mailbox for iPhone On Wed, Feb 19, 2014 at 6:34 PM, Stéphane Graber wrote: > Hey everyone, > As you probably noticed, I tagged rc4 earlier this afternoon. This will > hopefully be the last rc for the 1.0 release and by this time tomorrow > LXC 1.0 final will

[lxc-devel] [PATCH] lua: Do not link Lua module to the Lua core library

2014-02-20 Thread Natanael Copa
Modules should not link to the Lua core library. See http://lua-users.org/wiki/BuildingModules under "Do Not Link Modules to the Lua Core Libraries" Signed-off-by: Natanael Copa --- src/lua-lxc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lua-lxc/Makefile.

[lxc-devel] [PATCH] lxc-alpine: add support for architecture arm

2014-02-20 Thread Natanael Copa
Signed-off-by: Natanael Copa --- templates/lxc-alpine.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in index afda971..d8c6674 100644 --- a/templates/lxc-alpine.in +++ b/templates/lxc-alpine.in @@ -368,6 +368,9 @@ case "$arch" in

Re: [lxc-devel] Error "unshare: Operation not permitted" when trying to create user container

2014-02-20 Thread Serge Hallyn
Quoting Brian Campbell (lam...@continuation.org): > On Feb 18, 2014, at 10:25 AM, Serge Hallyn wrote: > > It looks like you're in the root cgroup and starting as non-root. > > Without being root you indeed do not have the rights to create new > > cgroups there. You'll need to either use lxc as ro

Re: [lxc-devel] Error "unshare: Operation not permitted" when trying to create user container

2014-02-20 Thread Brian Campbell
On Feb 20, 2014, at 9:21 AM, Serge Hallyn wrote: > Quoting Brian Campbell (lam...@continuation.org): >> On Feb 18, 2014, at 10:25 AM, Serge Hallyn wrote: >>> It looks like you're in the root cgroup and starting as non-root. >>> Without being root you indeed do not have the rights to create new >

Re: [lxc-devel] [PATCH] fix aufs mount for some fs types via adding the xino parameter

2014-02-20 Thread Stéphane Graber
On Thu, Feb 20, 2014 at 12:49:55AM -0500, S.Çağlar Onur wrote: > Signed-off-by: S.Çağlar Onur You're missing a free(rundir); in there and the same change should be done to lxc-start-ephemeral but I'll take care of those two things. Acked-by: Stéphane Graber > --- > src/lxc/bdev.c | 18 +++

Re: [lxc-devel] [PATCH] lua: Do not link Lua module to the Lua core library

2014-02-20 Thread Stéphane Graber
On Thu, Feb 20, 2014 at 09:54:35AM +, Natanael Copa wrote: > Modules should not link to the Lua core library. > > See http://lua-users.org/wiki/BuildingModules under > "Do Not Link Modules to the Lua Core Libraries" > > Signed-off-by: Natanael Copa Acked-by: Stéphane Graber > --- > src/l

Re: [lxc-devel] [PATCH] lxc-alpine: add support for architecture arm

2014-02-20 Thread Stéphane Graber
On Thu, Feb 20, 2014 at 10:31:01AM +, Natanael Copa wrote: > Signed-off-by: Natanael Copa Acked-by: Stéphane Graber > --- > templates/lxc-alpine.in | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in > index afda971..d8c6674 100644

[lxc-devel] [lxc/lxc] 9009a7: fix aufs mount for some fs types via adding the xi...

2014-02-20 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 9009a72888b77dac08dff600b188b73667e2 https://github.com/lxc/lxc/commit/9009a72888b77dac08dff600b188b73667e2 Author: S.Çağlar Onur Date: 2014-02-20 (Thu, 20 Feb 2014) Changed paths: M src/lxc/bdev.

Re: [lxc-devel] Error "unshare: Operation not permitted" when trying to create user container

2014-02-20 Thread Serge Hallyn
Quoting Brian Campbell (lam...@continuation.org): > On Feb 20, 2014, at 9:21 AM, Serge Hallyn wrote: > > > Quoting Brian Campbell (lam...@continuation.org): > >> On Feb 18, 2014, at 10:25 AM, Serge Hallyn wrote: > >>> It looks like you're in the root cgroup and starting as non-root. > >>> Withou

[lxc-devel] [lxc/lxc] 76e6c9: coverity: Fix two memory leaks

2014-02-20 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 76e6c9d3fe42c7122f1452f46dce86c867342516 https://github.com/lxc/lxc/commit/76e6c9d3fe42c7122f1452f46dce86c867342516 Author: Stéphane Graber Date: 2014-02-20 (Thu, 20 Feb 2014) Changed paths: M src/lxc/bde

[lxc-devel] [lxc/lxc] 223b1e: change version to 1.0.0 in configure.ac

2014-02-20 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 223b1e0c874181883d0f75f9d7e7f80a67f85faf https://github.com/lxc/lxc/commit/223b1e0c874181883d0f75f9d7e7f80a67f85faf Author: Stéphane Graber Date: 2014-02-20 (Thu, 20 Feb 2014) Changed paths: M configure.a

[lxc-devel] [lxc/lxc]

2014-02-20 Thread GitHub
Branch: refs/tags/lxc-1.0.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]

2014-02-20 Thread GitHub
Branch: refs/heads/stable-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 1.0 has been released!

2014-02-20 Thread Stéphane Graber
Hello everyone, It's with great pleasure that the LXC development team is announcing the release of LXC 1.0! This release is a significant milestone for us as it is the first release we consider to be production ready. It is also the fruit of 10 months of effort by over 60 different contributors

Re: [lxc-devel] LXC 1.0 has been released!

2014-02-20 Thread Ranjib Dey
yay.. thanks for all the hard work, really happy to have containers on mainline linux, kudos! On Thu, Feb 20, 2014 at 11:20 AM, Stéphane Graber wrote: > Hello everyone, > > It's with great pleasure that the LXC development team is announcing > the release of LXC 1.0! > > This release is a signi

[lxc-devel] [Passed] lxc/lxc#300 (lxc-1.0.0 - 223b1e0)

2014-02-20 Thread Travis CI
Build Update for lxc/lxc - Build: #300 Status: Passed Duration: 2 minutes and 27 seconds Commit: 223b1e0 (lxc-1.0.0) Author: Stéphane Graber Message: change version to 1.0.0 in configure.ac Signed-off-by: Stéphane Graber View the changeset: https://github.co

[lxc-devel] [Passed] lxc/lxc#301 (stable-1.0 - 223b1e0)

2014-02-20 Thread Travis CI
Build Update for lxc/lxc - Build: #301 Status: Passed Duration: 4 minutes and 16 seconds Commit: 223b1e0 (stable-1.0) Author: Stéphane Graber Message: change version to 1.0.0 in configure.ac Signed-off-by: Stéphane Graber View the changeset: https://github.c

Re: [lxc-devel] Error "unshare: Operation not permitted" when trying to create user container

2014-02-20 Thread Brian Campbell
On Feb 20, 2014, at 11:23 AM, Serge Hallyn wrote: > Quoting Brian Campbell (lam...@continuation.org): >> On Feb 20, 2014, at 9:21 AM, Serge Hallyn wrote: >> >>> Quoting Brian Campbell (lam...@continuation.org): On Feb 18, 2014, at 10:25 AM, Serge Hallyn wrote: > It looks like you're