[Lxc-users] inexplicable effect when starting vnc4server (security hole?)

2011-09-07 Thread sfrazt
hi, i run lxc under debian sid with lxc version 0.7.5.1. I run a debian like system in lxc container and vnc4server inside. Therefor i have created a user. The effect is that. If i start vnc4user manually as user with vnc4server

Re: [Lxc-users] Problem with lxc-attach on Linux v3.1.0

2011-09-07 Thread Greg Kurz
On Wed, 2011-09-07 at 10:38 +0200, Daniel Lezcano wrote: On 09/07/2011 02:17 AM, Nikhil Handigol wrote: Hi, I have been facing problems getting lxc (more specifically, lxc-attach) to work on Linux v3.1.0-rc4. When I run lxc-attach, I get the following error: $ lxc-attach -n foo --

[Lxc-users] [PATCH] Set the utsname on the debian template

2011-09-07 Thread Tzafrir Cohen
From: Tzafrir Cohen tzaf...@cohens.org.il Signed-off-by: Tzafrir Cohen tzaf...@cohens.org.il --- templates/lxc-debian.in |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 75a33a4..9d33113 100644 ---

Re: [Lxc-users] Problem with lxc-attach on Linux v3.1.0

2011-09-07 Thread Daniel Lezcano
On 09/07/2011 11:33 AM, Greg Kurz wrote: On Wed, 2011-09-07 at 10:38 +0200, Daniel Lezcano wrote: On 09/07/2011 02:17 AM, Nikhil Handigol wrote: Hi, I have been facing problems getting lxc (more specifically, lxc-attach) to work on Linux v3.1.0-rc4. When I run lxc-attach, I get the following

Re: [Lxc-users] Problem with lxc-attach on Linux v3.1.0

2011-09-07 Thread Matteo Bernardini
http://lxc.sourceforge.net/patches/linux/3.0.0/3.0.0-lxc1/ I've done a quick try of the patches with linux-3.0.4 with lxc-0.7.5, slackware64-13.37 and my existing containers and I'm able to turn them off easily with lxc-attach -n mycontainer -- /sbin/halt \o/ I'll test them more, but in the

Re: [Lxc-users] Problem with lxc-attach on Linux v3.1.0

2011-09-07 Thread Goran Cetusic
Thank you, Daniel. If lxc-attach enters the mainline kernels it will, with the LANA netgraph implementation, become a powerful tool for network simulation. The only component inside the kernel that is still missing are union mounts. On Wed, Sep 7, 2011 at 3:55 PM, Matteo Bernardini