"Michael Casadevall" <[EMAIL PROTECTED]> writes:

> Taking a closer look at the FTBFS, and the code, it seems the code is
> trying to open two sockets, and then send data between both of them; I
> misspoke when I said the internet, and should have said network
> sockets, I'm not sure if the grid computers would prevent a socket
> from being opened properly, looking at the test code, it is not
> specifying a port (although that might not be necessary with
> socketpair.
>
> socketpair(Rdr, Wtr, AF_UNIX, SOCK_STREAM, PF_UNSPEC);
>
> It's opening with the sockets with those flags. Any ideas?

This is basically equivalent to pipe() but with larger buffers on many
hosts.  If that's all the code is doing, it really should succeed.  It
doesn't require any particular network configuration on the host.

-- 
Russ Allbery ([EMAIL PROTECTED])               <http://www.eyrie.org/~eagle/>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to