Re: [libvirt] [PATCH 6/6] lxc: container: Build init cmd before we close stdout

2011-05-10 Thread Cole Robinson
On 05/10/2011 05:49 AM, Daniel P. Berrange wrote: > On Fri, May 06, 2011 at 01:26:11PM -0400, Cole Robinson wrote: >> That way we can log the 'init' argv for debugging. >> >> Signed-off-by: Cole Robinson >> --- >> src/lxc/lxc_container.c | 41 + >> 1 file

Re: [libvirt] [PATCH 6/6] lxc: container: Build init cmd before we close stdout

2011-05-10 Thread Daniel P. Berrange
On Fri, May 06, 2011 at 01:26:11PM -0400, Cole Robinson wrote: > That way we can log the 'init' argv for debugging. > > Signed-off-by: Cole Robinson > --- > src/lxc/lxc_container.c | 41 + > 1 files changed, 25 insertions(+), 16 deletions(-) > > diff --

[libvirt] [PATCH 6/6] lxc: container: Build init cmd before we close stdout

2011-05-06 Thread Cole Robinson
That way we can log the 'init' argv for debugging. Signed-off-by: Cole Robinson --- src/lxc/lxc_container.c | 41 + 1 files changed, 25 insertions(+), 16 deletions(-) diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c index 4b31479..8b229ed