<div dir="ltr"><div><p dir="ltr" style="font-size:12.8000001907349px">My BE project is on Process Migration wherein I need criu to dump the load causing process on host OS, transfer it to guest using virtio serial and then restore it back on guest.</p><p dir="ltr" style="font-size:12.8000001907349px">I m using following commands :</p><p dir="ltr" style="font-size:12.8000001907349px">Dumping of process on host :</p><p dir="ltr" style="font-size:12.8000001907349px">criu dump -D image_dir -t PID --shell-job<br></p><p dir="ltr" style="font-size:12.8000001907349px">Restore process on guest :</p><p dir="ltr" style="font-size:12.8000001907349px">criu restore -D image_dir -t PID --shell-job</p><p dir="ltr" style="font-size:12.8000001907349px">I m specifying -t option in restore command because the documentation of criu says so.</p></div><span style="font-size:12.8000001907349px"><div><br></div>I m trying to restore a process using command :</span><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">criu restore -D image_dir -t 1234 --shell-job</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">but I m getting an error like :</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">tty : Can&#39;t set tty params on 1 : Invalid argument</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">How do I go about this problem?</div><div style="font-size:12.8000001907349px">Plz help...</div><div style="font-size:12.8000001907349px"><br></div><div style="font-size:12.8000001907349px">Regards,</div><div style="font-size:12.8000001907349px">Priyanka Naik</div></div>