Re: [lxc-devel] Patch: really complain when trying to start already started container

2012-05-29 Thread Frederic Crozat
Le vendredi 27 avril 2012 à 10:03 -0500, Serge Hallyn a écrit : > Quoting Frederic Crozat (fcro...@suse.com): > > Hi, > > > > it looks like the current detection of already started container doesn't > > work properly (cgroups is trying to be moved before socket command is > > created), making Serg

Re: [lxc-devel] Patch: really complain when trying to start already started container

2012-05-29 Thread Frederic Crozat
Le dimanche 27 mai 2012 à 04:04 +0200, Daniel Lezcano a écrit : > On 04/27/2012 04:48 PM, Frederic Crozat wrote: > > Hi, > > > > it looks like the current detection of already started container doesn't > > work properly (cgroups is trying to be moved before socket command is > > created), making Se

Re: [lxc-devel] Patch: really complain when trying to start already started container

2012-05-26 Thread Daniel Lezcano
On 04/27/2012 04:48 PM, Frederic Crozat wrote: > Hi, > > it looks like the current detection of already started container doesn't > work properly (cgroups is trying to be moved before socket command is > created), making Serge fix (97d3756cbe10) useless. > > Attached patch adds similar warning when

Re: [lxc-devel] Patch: really complain when trying to start already started container

2012-04-27 Thread Serge Hallyn
Quoting Frederic Crozat (fcro...@suse.com): > Hi, > > it looks like the current detection of already started container doesn't > work properly (cgroups is trying to be moved before socket command is > created), making Serge fix (97d3756cbe10) useless. I see what was happening. You're right, more

[lxc-devel] Patch: really complain when trying to start already started container

2012-04-27 Thread Frederic Crozat
Hi, it looks like the current detection of already started container doesn't work properly (cgroups is trying to be moved before socket command is created), making Serge fix (97d3756cbe10) useless. Attached patch adds similar warning when moving / deleting cgroups fails. -- Frederic Crozat SU