<div dir="ltr"><div><div>i&#39;m on Debian.. <br></div>i have to use the same command ?<br><br></div>Bests. <br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-10 17:25 GMT+01:00 Tycho Andersen <span dir="ltr">&lt;<a href="mailto:tycho.andersen@canonical.com" target="_blank">tycho.andersen@canonical.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, Dec 10, 2014 at 05:07:48PM +0100, Thouraya TH wrote:<br>
&gt; Hello,<br>
&gt;<br>
&gt; Please, i try to install criu-1.4 but i have  errors:<br>
&gt;<br>
&gt; 1) apt-get install libprotobuf-c0-dev,<br>
&gt; 2) sudo apt-get install protobuf-c-compiler<br>
&gt; 3) make<br>
&gt; 4)<br>
&gt; root@suno-46:~# PATH=$PATH:/home/criu-1.4; export PATH<br>
&gt; root@suno-46:~# echo &quot;export PATH=${PATH}:/home/criu-1.4&quot;&gt;&gt; ~/.bashrc<br>
&gt;<br>
&gt; root@sol-46:/home/imgDir# criu dump<br>
&gt; FATAL: Module netlink_diag not found.<br>
&gt; Error (util.c:571): exited, status=1<br>
&gt; FATAL: Module af_packet_diag not found.<br>
&gt; Error (util.c:571): exited, status=1<br>
&gt; FATAL: Module udp_diag not found.<br>
&gt; Error (util.c:571): exited, status=1<br>
&gt; ERROR: could not insert &#39;tcp_diag&#39;: Unknown symbol in module, or unknown<br>
&gt; parameter (see dmesg)<br>
&gt; Error (util.c:571): exited, status=1<br>
&gt; FATAL: Module unix_diag not found.<br>
&gt; Error (util.c:571): exited, status=1<br>
&gt; Error: pid not specified<br>
&gt;<br>
&gt;<br>
&gt; Have you an idea please ?<br>
<br>
</div></div>On Ubuntu, you need to install the linux-image-extra-$kernelversion to<br>
get the _diag modules:<br>
<br>
sudo apt-get install linux-image-extra-$(uname -r)<br>
<br>
Tycho<br>
<span class=""><br>
&gt;<br>
&gt; Thanks a lot.<br>
&gt; Best regards.<br>
&gt; Thouraya.<br>
<br>
</span>&gt; _______________________________________________<br>
&gt; CRIU mailing list<br>
&gt; <a href="mailto:CRIU@openvz.org">CRIU@openvz.org</a><br>
&gt; <a href="https://lists.openvz.org/mailman/listinfo/criu" target="_blank">https://lists.openvz.org/mailman/listinfo/criu</a><br>
<br>
</blockquote></div><br></div>