[lxc-devel] PATCH: lxc-ps works with systemd

2011-07-15 Thread Joerg Gollnick
Dear all, while working with systemd I found that lxc-ps -efa does not recognize the container name. Best regards Joerg diff --git a/src/lxc/lxc-ps.in b/src/lxc/lxc-ps.in index 249b104..4ef2296 100755 --- a/src/lxc/lxc-ps.in +++ b/src/lxc/lxc-ps.in @@ -37,7 +37,7 @@ our %LXC_NAMES; # Specif

Re: [lxc-devel] [Lxc-users] Latest test results - Was: cgroups: support cgroups mounted in multiple places (v3)

2011-07-15 Thread Michael H. Warfield
On Fri, 2011-07-15 at 17:25 +0300, Ramez Hanna wrote: > tested f14 and debian squeeze containers on f15 host (systemd) > lxc-ps returns nothing for running container Confirmed broken for F14 container on F15 host. Working on F14 container on F14 host. Another point on the curve. lxc-ps -A On

Re: [lxc-devel] PATCH: lxc-ps works with systemd

2011-07-15 Thread Michael H. Warfield
On Fri, 2011-07-15 at 15:18 +0200, Joerg Gollnick wrote: > Dear all, > while working with systemd I found that lxc-ps -efa does not recognize the > container name. > Best regards Joerg Tested on my F15 host. Patch fixes the problem with lxc-ps for me too. Regards, Mike > diff --git a/src/lxc/

Re: [lxc-devel] [Lxc-users] Latest test results - Was: cgroups: support cgroups mounted in multiple places (v3)

2011-07-15 Thread Michael H. Warfield
On Fri, 2011-07-15 at 17:46 +0300, Ramez Hanna wrote: > On Fri, Jul 15, 2011 at 5:38 PM, Michael H. Warfield wrote: > > > On Fri, 2011-07-15 at 17:25 +0300, Ramez Hanna wrote: > > > tested f14 and debian squeeze containers on f15 host (systemd) > > > lxc-ps returns nothing for running container >