Ludovic Brenta wrote:
> The kfreebsd-i386 buildd, finzi.debian.org, had similar failures,
> this time the error message is:
> 
> polyorb.utils.sockets: connect to 172.17.12.2 failed: [61] Connection
> refused
> 
> (as opposed to 172.17.12.3 on fano.debian.org).
> 
> Is it possible that these IP addresses really are those of the DNS servers
> themselves?  I'd like to see the contents of /etc/resolv.conf on those two
> hosts.

I looked into the mechanism polyorb sets up it's sockets. With no
additional configuration, a servant binds to Any_Inet_Addr and does a
Get_Host_By_Name lookup to get an IP which is encoded into the IOR.

We can override this behavior by specifying a default address for all
protocols. e.g. for IIOP:

polyorb.protocols.iiop.default_addr=127.0.0.1

This avoids the additional Get_Host_By_Name lookup, the address is used
directly.

I will prepare a patch which adds such default_addrs for all test cases.



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to