<div dir="ltr">Some python dist can not find the pycriu in the path.<br>So we need to explicitly add to the path.<br>The HOWTO also misses a command about how to compile the criu<br>RPC bindings<br><br>Signed-off-by: Hui Kang <a href="mailto:hkang.sunysb@gmail.com">hkang.sunysb@gmail.com</a><br>---<br> test/mtouch/HOWTO | 5 +++++<br> 1 file changed, 5 insertions(+)<br><br>diff --git a/test/mtouch/HOWTO b/test/mtouch/HOWTO<br>index 482adec..8dcac33 100644<br>--- a/test/mtouch/HOWTO<br>+++ b/test/mtouch/HOWTO<br>@@ -47,6 +47,11 @@ from one node ot another (nodes can be VMs).<br>        ... stats.proto -&gt; ../criu/protobuf/stats.proto<br><br>    * Compile CRIU RPC bindings with &#39;make&#39;<br>+<br>+        # cd criu<br>+        # make crit install<br>+        # export PYTHONPATH=/local/lib/python2.7/dist-packages/<br>+<br>    * Create _local_ directory for images<br><br>        # mkdir -p /var/local/p.haul-fs/<br>--<br>1.9.1<br><br></div>