[CRIU] Error (tty.c:193)

Cyrill Gorcunov gorcunov at gmail.com
Tue Sep 29 02:40:11 PDT 2015


On Tue, Sep 29, 2015 at 12:31:21PM +0300, Pavel Emelyanov wrote:
> On 09/29/2015 10:02 AM, Prashant Chillabatte wrote:
> > Hi,
> > 
> > I just started using CRIU utility for migration. I am trying to migrate a c program run
> > from a terminal with option "--shell-job" included in the dump and restore commands.
> > I have this below mentioned error on restoring the process on another node after successful dump.
> > 
> > Error:
> > *Error (tty.c:193): tty: Found slave peer index 1 without correspond master peer*
> 
> This message appears under the if (!opts.shell_job) check :) Are you sure you
> used the option restore time?

Yes, at dump time we've grabbed slave peer and @opts.shell_job must have been
passed (otherwise we would have failed on dump) but on restore with lack of
this option we meet slave without master peer and report the problem, so
try to run restore with --shell-job option.


More information about the CRIU mailing list