[CRIU] criu installation/running issue
    Pavel Emelyanov 
    xemul at parallels.com
       
    Thu Mar 26 02:45:25 PDT 2015
    
    
  
On 03/26/2015 09:02 AM, Ashutosh Mishra wrote:
> Hi,
> 
> I'm trying to run criu though executable crit file(While trying for live ). Its not running getting following error, 
> ~/Downloads/criu-1.5$ ./crit
> Traceback (most recent call last):
>   File "./crit", line 6, in <module>
>     import pycriu
>   File "/home/ashutosh/Downloads/criu-1.5/pycriu/__init__.py", line 2, in <module>
>     import images
>   File "/home/ashutosh/Downloads/criu-1.5/pycriu/images/__init__.py", line 2, in <module>
>     from images import *
>   File "/home/ashutosh/Downloads/criu-1.5/pycriu/images/images.py", line 43, in <module>
>     import pb2dict
>   File "/home/ashutosh/Downloads/criu-1.5/pycriu/images/pb2dict.py", line 2, in <module>
> *    import opts_pb2*
> *ImportError: No module named opts_pb2*
> 
> 
> Not sure how to resolve this, any pointers is helpful.
You should first compile CRIU with the "make" command. Have you done this?
Thanks,
Pavel
    
    
More information about the CRIU
mailing list