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 :1
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 -- /bin/bash
> lxc-attach: No such file or directory - failed to op
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 fo
From: Tzafrir Cohen
Signed-off-by: Tzafrir Cohen
---
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
--- a/templates/lxc-debian.in
+++ b/templates/lxc-debian.in
@
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
> 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 m
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 <
matteo.bernar
On 09/07/2011 07:49 PM, Goran Cetusic wrote:
> 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.
Yes, the ker