Re: [lxc-devel] Device Namespaces

2013-10-28 Thread Michael J Coss
On 10/28/2013 7:31 PM, Andrey Wagin wrote: > I had experience of implementing this functionality in OpenVZ kernel. > I had requirements to not modify user-space tools, so that > implementations looks as dirty hack, but even hotplug of devices are > workin there. Same here. I want the container

Re: [lxc-devel] Device Namespaces

2013-10-28 Thread Andrey Wagin
2013/9/26 Eric W. Biederman > > > From conversations at Linux Plumbers Converence it became fairly clear > that one if not the roughest edge on containers today is dealing with > devices. > > - Hotplug does not work. > - There seems to be no implementation that does a much beyond creating > sett

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: 300

[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 Date: 2013-10-28 (Mon, 28 Oct 2013) Changed paths: M src/lxc/lxclo

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 Acked-by: Serge E. Hallyn > --- > 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/lxcco

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 Acked-by: Serge E. Hallyn > --- > 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

[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 --- 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 list_active_container

[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 --- 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_lock *l)

[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: http://www.youtube.co