[distcc] setsockopt(corked=1) failed: Socket operation on non-socket

Martin Pool mbp at sourcefrog.net
Mon Mar 23 02:42:54 GMT 2009


2009/3/23 Yang Zhang <yanghatespam at gmail.com>:
> Does anybody know why I'm getting the following error?  I'm using distcc
> over ssh.  My hosts file contains just a single line "@farm1".
>
> distccd[23606] (tcp_cork_sock) Warning: setsockopt(corked=1) failed: Socket
> operation on non-socket

It's harmless.  distcc's connection to the ssh is probably a pipe
rather than a socket so it can't call setsockopt.

-- 
Martin <http://launchpad.net/~mbp/>


More information about the distcc mailing list