[CRIU] problem in post_open_unix_sk?

Pavel Emelyanov xemul at parallels.com
Tue Jun 23 14:17:10 PDT 2015


On 06/23/2015 09:25 PM, Tycho Andersen wrote:
> Hi all,
> 
> When trying to c/r wiley (i.e. systemd-based) containers, I'm getting
> crashes like the following sometimes:
> 
> http://paste.ubuntu.com/11763264/
> (00.135271)    396: Error (sk-unix.c:701): Can't connect 0x6d126 socket: Connection refused
> 
> Any ideas as to what this might be?

I've found several reasons for ECONNREFUSED

1. Target path/name doesn't exist
2. Target path is not socket
3. Target stream socket is not listen()-ing
4. Target dgram socket is connect()-ed to someone else

Can you check the images for what kind of sockets CRIU is trying to
interconnect?

-- Pavel



More information about the CRIU mailing list