[CRIU] Standard stream is not terminal

Cyrill Gorcunov gorcunov at gmail.com
Mon Sep 1 06:48:29 PDT 2014


On Mon, Sep 01, 2014 at 09:38:19AM -0400, Sanidhya Kashyap wrote:
>    Hi,
>
>    I am completely new to criu and have been using for one of my projects.A 
>    I have been trying to integrate criu with the startup services. During the
>    startup, if I try to restore an application, I get an error that "Standard
>    stream is not a terminal, aborting". In order to make it work, I commented
>    that line in the code and it is working. But, I would like to know whether
>    there is a sane way of doing it.

Well, one of the way is to not pass -j option, then criu will not use standart
terminal. This though will not allow you to migrate terminals. See

http://criu.org/Advanced_usage "Shell jobs C/R" article.

>
>    Another question that I have in my mind is there a way to create a
>    terminal so that once the application is restored, it can start working
>    back on that?
>
>    I would really appreciate your help.


More information about the CRIU mailing list