monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Re: coLinux and 0.26pre1: Address family not supported


From: Henry Nestler
Subject: [Monotone-devel] Re: coLinux and 0.26pre1: Address family not supported by protocol
Date: Mon, 13 Feb 2006 18:50:52 +0100
User-agent: Thunderbird 1.5 (Windows/20051201)

Thomas Moschny schrieb:
On Wednesday 18 January 2006 20:22, Henry Nestler wrote:
Henry Nestler wrote:
+ monotone-0.26pre1-x86-semistatic --db=colinux-testing.db
--rcfile=serv_anonymous.lua serve --bind=monotone.colinux.org:55555 '*'
monotone: network error: name resolution failure for monotone.colinux.org
Use monotone any of functions getnetent(), getnetbyname() or
getnetbyaddr()? see:
http://linux.about.com/library/cmd/blcmdl3_getnetent.htm

If yes, this could be a problem: My RH9 box has no file /etc/networks.

No, it doesn't. Try this command:
$ readelf -s ./monotone-0.26pre1-x86-semistatic | grep getnet

But it *does* use getaddrinfo(), which might be broken (resp. not implemented) on older systems according to some earlier messages.

So, I built a new binary that doesn't use getaddrinfo(), but gethostbyname() and getservbyname() instead. It has additionally ipv6 disabled, as this seems to cause problems, too.

Henry, could you please try this binary as a server on your rh9 and/or suse9.0 machines and see, whether there are still name resolution failures?

monotone-0.26pre2-x86-semistatic.bz2 works perfect on rh9 and SuSE 9.0.

Did you always change that?  For all next builds?

--
Henry Nestler




reply via email to

[Prev in Thread] Current Thread [Next in Thread]