[CRIU] CRIU user question

Cyrill Gorcunov gorcunov at gmail.com
Thu Apr 24 11:10:44 PDT 2014


On Thu, Apr 24, 2014 at 01:54:29PM -0400, J F wrote:
>      Maybe your kernel is not compiled with packet/unix diag support?
>      Could you provide your kernel config? (It should be somewhere in
>      /boot directory)
> 
>    Thanks - see below.
>    ubuntu at ip-10-118-238-44:/boot$ sudo grep -n "DIAG" *
>    config-3.13.0-24-generic:765:CONFIG_PACKET_DIAG=m
>    config-3.13.0-24-generic:767:CONFIG_UNIX_DIAG=m
>    config-3.13.0-24-generic:809:CONFIG_INET_DIAG=m
>    config-3.13.0-24-generic:810:CONFIG_INET_TCP_DIAG=m
>    config-3.13.0-24-generic:811:CONFIG_INET_UDP_DIAG=m
>    config-3.13.0-24-generic:1153:CONFIG_INET_DCCP_DIAG=m
>    config-3.13.0-24-generic:1303:CONFIG_NETLINK_DIAG=m

OK, so CONFIG_UNIX_DIAG=m, CONFIG_PACKET_DIAG=m, CONFIG_NETLINK_DIAG=m
are present.

Try

[cyrill at moon ~] find /lib/modules/3.13.9-100.fc19.x86_64/kernel/net/* -iname "*diag*"
/lib/modules/3.13.9-100.fc19.x86_64/kernel/net/ipv4/tcp_diag.ko
/lib/modules/3.13.9-100.fc19.x86_64/kernel/net/ipv4/udp_diag.ko
/lib/modules/3.13.9-100.fc19.x86_64/kernel/net/ipv4/inet_diag.ko
/lib/modules/3.13.9-100.fc19.x86_64/kernel/net/netlink/netlink_diag.ko
/lib/modules/3.13.9-100.fc19.x86_64/kernel/net/packet/af_packet_diag.ko
/lib/modules/3.13.9-100.fc19.x86_64/kernel/net/unix/unix_diag.ko
[cyrill at moon ~] 

where 3.13.9-100.fc19.x86_64 should be your kernel version. Then try
sudo modprobe unix_diag if it present.

	Cyrill


More information about the CRIU mailing list