Re: [lxc-devel] [PATCH 2/2] Revert "start: Detect early failure of the new child"

2013-04-18 Thread richard -rw- weinberger
On Thu, Apr 18, 2013 at 8:10 PM, Stéphane Graber wrote: > On 04/18/2013 08:07 PM, S.Çağlar Onur wrote: >> Hi Richard, >> >> That happened to me yesterday. I think you can easily reproduce the >> issue by just starting a container, logging into it and calling >> poweroff. You will see that it will

Re: [lxc-devel] [PATCH 2/2] Revert "start: Detect early failure of the new child"

2013-04-18 Thread richard -rw- weinberger
On Thu, Apr 18, 2013 at 8:07 PM, S.Çağlar Onur wrote: > Hi Richard, > > That happened to me yesterday. I think you can easily reproduce the issue by > just starting a container, logging into it and calling poweroff. You will > see that it will stuck at the end of it. Alternatively you can use > py

Re: [lxc-devel] [PATCH 2/2] Revert "start: Detect early failure of the new child"

2013-04-18 Thread Stéphane Graber
On 04/18/2013 08:07 PM, S.Çağlar Onur wrote: > Hi Richard, > > That happened to me yesterday. I think you can easily reproduce the > issue by just starting a container, logging into it and calling > poweroff. You will see that it will stuck at the end of it. > Alternatively you can use python/c/go

Re: [lxc-devel] [PATCH 2/2] Revert "start: Detect early failure of the new child"

2013-04-18 Thread S . Çağlar Onur
Hi Richard, That happened to me yesterday. I think you can easily reproduce the issue by just starting a container, logging into it and calling poweroff. You will see that it will stuck at the end of it. Alternatively you can use python/c/go api to do the same which shows the same effect. Best,

Re: [lxc-devel] [PATCH 2/2] Revert "start: Detect early failure of the new child"

2013-04-18 Thread richard -rw- weinberger
On Thu, Apr 18, 2013 at 10:32 AM, Stéphane Graber wrote: > This reverts commit 5a5c35c3a01afec515e688c8366e6f893985518d. > > This commit was preventing startup of containers using lxc hooks and > shutdown of all other containers, requiring the use of a good old > kill -9 to get rid of lxc-start af

Re: [lxc-devel] [PATCH 2/2] Revert "start: Detect early failure of the new child"

2013-04-18 Thread Stéphane Graber
On 04/18/2013 10:32 AM, Stéphane Graber wrote: > This reverts commit 5a5c35c3a01afec515e688c8366e6f893985518d. > > This commit was preventing startup of containers using lxc hooks and > shutdown of all other containers, requiring the use of a good old > kill -9 to get rid of lxc-start after a cont

[lxc-devel] [PATCH 2/2] Revert "start: Detect early failure of the new child"

2013-04-18 Thread Stéphane Graber
This reverts commit 5a5c35c3a01afec515e688c8366e6f893985518d. This commit was preventing startup of containers using lxc hooks and shutdown of all other containers, requiring the use of a good old kill -9 to get rid of lxc-start after a container shutdown. Signed-off-by: Stéphane Graber --- src