[lxc-devel] Videos from the container mini-summit at Linux Plumbers 2013

2013-10-28 Thread Stéphane Graber
Hello, I remember quite a few of you asking whether the container mini-summit would be recorded and for those to be made available online. Well, this has now been done. We have videos for the following talks: == On the road to LXC 1.0 == Presented by: Stéphane Graber Video:

[lxc-devel] [PATCH] unnamed semaphores should be destroyed not closed

2013-10-28 Thread S . Çağlar Onur
Signed-off-by: S.Çağlar Onur cag...@10ur.org --- src/lxc/lxclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxclock.c b/src/lxc/lxclock.c index 020bd34..d403bcc 100644 --- a/src/lxc/lxclock.c +++ b/src/lxc/lxclock.c @@ -240,7 +240,7 @@ void lxc_putlock(struct

[lxc-devel] [PATCH] free getline allocated line variable to make valgrind happy

2013-10-28 Thread S . Çağlar Onur
Signed-off-by: S.Çağlar Onur cag...@10ur.org --- src/lxc/lxccontainer.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c index 1600276..f2f7240 100644 --- a/src/lxc/lxccontainer.c +++ b/src/lxc/lxccontainer.c @@ -3129,6 +3129,9 @@ int

Re: [lxc-devel] [PATCH] unnamed semaphores should be destroyed not closed

2013-10-28 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): Signed-off-by: S.Çağlar Onur cag...@10ur.org Acked-by: Serge E. Hallyn serge.hal...@ubuntu.com --- src/lxc/lxclock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/lxclock.c b/src/lxc/lxclock.c index 020bd34..d403bcc

Re: [lxc-devel] [PATCH] free getline allocated line variable to make valgrind happy

2013-10-28 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): Signed-off-by: S.Çağlar Onur cag...@10ur.org Acked-by: Serge E. Hallyn serge.hal...@ubuntu.com --- src/lxc/lxccontainer.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/lxc/lxccontainer.c b/src/lxc/lxccontainer.c index

[lxc-devel] [lxc/lxc] 527dac: unnamed semaphores should be destroyed not closed

2013-10-28 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: 527dacf6e58d1baba0d8570fef49ad82fd5d1201 https://github.com/lxc/lxc/commit/527dacf6e58d1baba0d8570fef49ad82fd5d1201 Author: S.Çağlar Onur cag...@10ur.org Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths:

Re: [lxc-devel] Kernel bug? Setuid apps and user namespaces

2013-10-28 Thread Serge Hallyn
Ok so let's reconsider this. I was thinking (based on faulty memory) that the problem was just the pty which get opened early on during lxc-start, by the init task itself. But that's not the case, or at least not the whole story. Rather, this is a login spawned by getty in the main console: