[CRIU] Criu 1.4 Install

Tycho Andersen tycho.andersen at canonical.com
Wed Dec 10 08:25:46 PST 2014


On Wed, Dec 10, 2014 at 05:07:48PM +0100, Thouraya TH wrote:
> Hello,
> 
> Please, i try to install criu-1.4 but i have  errors:
> 
> 1) apt-get install libprotobuf-c0-dev,
> 2) sudo apt-get install protobuf-c-compiler
> 3) make
> 4)
> root at suno-46:~# PATH=$PATH:/home/criu-1.4; export PATH
> root at suno-46:~# echo "export PATH=${PATH}:/home/criu-1.4">> ~/.bashrc
> 
> root at sol-46:/home/imgDir# criu dump
> FATAL: Module netlink_diag not found.
> Error (util.c:571): exited, status=1
> FATAL: Module af_packet_diag not found.
> Error (util.c:571): exited, status=1
> FATAL: Module udp_diag not found.
> Error (util.c:571): exited, status=1
> ERROR: could not insert 'tcp_diag': Unknown symbol in module, or unknown
> parameter (see dmesg)
> Error (util.c:571): exited, status=1
> FATAL: Module unix_diag not found.
> Error (util.c:571): exited, status=1
> Error: pid not specified
> 
> 
> Have you an idea please ?

On Ubuntu, you need to install the linux-image-extra-$kernelversion to
get the _diag modules:

sudo apt-get install linux-image-extra-$(uname -r)

Tycho

> 
> Thanks a lot.
> Best regards.
> Thouraya.

> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu



More information about the CRIU mailing list