<div dir="ltr"><div>So I looked at the code of the application I&#39;m running. These are socketpair(SOCK_SEQPACKET) . I modified the code to dump them similar to SOCK_DGRAM. However, looks like this cannot be done. As mentioned on CRIU wiki, because of these being nameless the check in the kernel fails.<br></div>Let me know if you need more info. Also, any pointers on how to fix this? Thanks for your help Pavel!<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 11, 2015 at 9:30 AM, Pavel Emelyanov <span dir="ltr">&lt;<a href="mailto:xemul@parallels.com" target="_blank">xemul@parallels.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 06/09/2015 11:50 PM, CRIU criu wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; In collect_one_unixsk(), CRIU checks for ui-&gt;ue-&gt;name.len &gt;= UNIX_PATH_MAX<br>
&gt;<br>
&gt; However, the kernel checks for len &lt;= sizeof(short) || len &gt; sizeof(*sunaddr)  in<br>
. unix_mkname() for unix_stream_connect() type sockets.<br>
&gt;<br>
&gt; Because of the mismatch, I see &quot;Can&#39;t connect %#x socket&quot; error in post_open_unix_sk()<br>
<br>
</span>Can you shed more light on this? What&#39;s the sockets you dump and why the check<br>
for name length makes this to fail?<br>
<span class="HOEnZb"><font color="#888888"><br>
-- Pavel<br>
<br>
</font></span></blockquote></div><br></div>