It looks like either libdbus or libnih is showing some corruption with
threaded access to the cgmanager-client library. Until we can
straighten that out, mutex access to the cgmanager.
The worst part of this is having to take and drop the mutex at every
fork. This also means that we can't keep a
On Wed, Mar 19, 2014 at 07:39:24PM +0200, Deyan Doychev wrote:
> From: Deyan Doychev
>
> The --exec-cmd option specifies a command that will be execve()-ed on
> successful
> restore. This way the command specified here will become the parent process of
> the restored process tree.
>
> When this
On Mon, 2014-03-17 at 11:29 -0500, Serge Hallyn wrote:
> Ok, actually the patch is malformed (line wraps). Can you please resend
> without linewraps, or point me at a git tree? While doing that, may as
> well s/==/=/. I'll then apply.
Hmmm... He also intended some quoted strings which would no
On Tue, 2014-03-18 at 23:42 +0800, Mingjiang Shi wrote:
> Thank you, Michael, Serge. I will change it accordingly and resend
> the patch.
Hold off on that.
I have to make the same parallel change in the Fedora template. I'm in
the middle of prepping several changes for the Fedora and CentOS
te
From: Deyan Doychev
The --exec-cmd option specifies a command that will be execve()-ed on successful
restore. This way the command specified here will become the parent process of
the restored process tree.
When this option is specified criu will fork to become a daemon before it starts
restorin