[CRIU] CRIU user question

Cyrill Gorcunov gorcunov at gmail.com
Thu Apr 24 10:02:08 PDT 2014


On Thu, Apr 24, 2014 at 12:45:22PM -0400, J F wrote:
> 
>      FWIW, currently here are the modules loaded on my test machine
> 
>      [cyrill at moon criu] lsmod | grep "diag"
>      netlink_diag A  A  A  A  A  12669 A 0
>      af_packet_diag A  A  A  A  12611 A 0
>      udp_diag A  A  A  A  A  A  A  12801 A 0
>      tcp_diag A  A  A  A  A  A  A  12591 A 0
>      inet_diag A  A  A  A  A  A  A 18221 A 2 tcp_diag,udp_diag
>      unix_diag A  A  A  A  A  A  A 12601 A 0
>      [cyrill at moon criu]
> 
>    Cyrill,
>    Thanks - I'm kind of a linux newbie. How do I get netlink_diag and
>    packet_diag to load (both were warnings when doing crtools check). A A 
>    Here is where I'm at thus far:
>    ubuntu at ip-10-118-238-44:/mnt/mydata$ sudo modprobe packet_diag
>    modprobe: FATAL: Module packet_diag not found.
>    ubuntu at ip-10-118-238-44:/mnt/mydata$ lsmod | grep "diag"
>    udp_diag A  A  A  A  A  A  A  12801 A 0
>    tcp_diag A  A  A  A  A  A  A  12591 A 0
>    inet_diag A  A  A  A  A  A  A 18543 A 2 tcp_diag,udp_diag

Maybe your kernel is not compiled with packet/unix diag support?
Could you provide your kernel config? (It should be somewhere in
/boot directory)

	Cyrill


More information about the CRIU mailing list