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
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
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
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
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
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
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
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)
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