<div dir="ltr"><div>Hello All </div><div><br></div><div>I am attempting to live migrate the docker containers using the below tutorial</div><div><br></div><a href="https://github.com/xemul/p.haul/blob/master/test/docker/HOWTO">https://github.com/xemul/p.haul/blob/master/test/docker/HOWTO</a><br><div><br></div><div>I am getting the below error when I run </div><div><br></div><div><span style="color:rgb(38,50,56);font-size:13px">ubuntu@ubuntu-VM:~/Downloads/p.haul$ ./p.haul-service </span><br style="outline:none;color:rgb(38,50,56);font-size:13px"><span style="color:rgb(38,50,56);font-size:13px">Traceback (most recent call last):</span><br style="outline:none;color:rgb(38,50,56);font-size:13px"><span style="color:rgb(38,50,56);font-size:13px">  File &quot;./p.haul-service&quot;, line 6, in &lt;module&gt;</span><br style="outline:none;color:rgb(38,50,56);font-size:13px"><span style="color:rgb(38,50,56);font-size:13px">    import phaul.args_parser</span><br style="outline:none;color:rgb(38,50,56);font-size:13px"><span style="color:rgb(38,50,56);font-size:13px">  File &quot;/home/ubuntu/Downloads/p.haul/phaul/args_parser.py&quot;, line 8, in &lt;module&gt;</span><br style="outline:none;color:rgb(38,50,56);font-size:13px"><span style="color:rgb(38,50,56);font-size:13px">    import criu_api</span><br style="outline:none;color:rgb(38,50,56);font-size:13px"><span style="color:rgb(38,50,56);font-size:13px">  File &quot;/home/ubuntu/Downloads/p.haul/phaul/criu_api.py&quot;, line 15, in &lt;module&gt;</span><br style="outline:none;color:rgb(38,50,56);font-size:13px"><span style="color:rgb(38,50,56);font-size:13px">    import criu_req</span><br style="outline:none;color:rgb(38,50,56);font-size:13px"><span style="color:rgb(38,50,56);font-size:13px">  File &quot;/home/ubuntu/Downloads/p.haul/phaul/criu_req.py&quot;, line 5, in &lt;module&gt;</span><br style="outline:none;color:rgb(38,50,56);font-size:13px"><span style="color:rgb(38,50,56);font-size:13px">    import pycriu.rpc_pb2</span><br style="outline:none;color:rgb(38,50,56);font-size:13px"><span style="color:rgb(38,50,56);font-size:13px">ImportError: No module named rpc_pb2</span><br></div><div><span style="color:rgb(38,50,56);font-size:13px"><br></span></div><div><span style="color:rgb(38,50,56);font-size:13px"><br></span></div><div><span style="color:rgb(38,50,56);font-size:13px">I have installed following packages . </span></div><div><br></div><div>CRIU  - gcc , protobuf , protobuf-c , protobuf-c-devel </div><div>p.haul - python , python-rpyc , protobuf-python<br></div><div><p class="gmail-p1"><span class="gmail-s1"></span></p></div><div><span style="color:rgb(38,50,56);font-size:13px"><br></span></div><div><span style="color:rgb(38,50,56);font-size:13px">Has any one seen the similar error? </span></div><div><br></div><div>Also is there any other way of migrating docker containers as the article is from 2015 and since then there have been alot of updates. </div><div><br></div><div>Thank you for your time.</div><div><br></div><div><br></div><div>Regards</div><div>Bhakti </div></div>