On Sun, 29 Jun 2008 23:36:01 +0000 (UTC)
Duncan <1i5t5.duncan@...> wrote:
> David Klaftenegger <davidweb@...> posted
> 486807D5.2030500@..., excerpted below, on Mon, 30 Jun
> 2008 00:08:21 +0200:
>
> > For the record, traceroute works for me as well, but I won't notice
> > ipv6-related problems, since I have that flag deactivated
>
> Same here. ~amd64/nomultilib.
>
> I did have a problem with dhcpcd overwriting my resolv.conf today,
> something it's supposedly configured not to do, but I restored it
> from backup and haven't had a chance to look into it yet, and that's
> a rather different problem, manifested in "name server unreachable"
> errors.
>
For the record (in other words for the next time I ask the same
question lol) I've identified the problem.
traceroute.c, line 161:
hints.ai_flags = AI_IDN;
getaddrinfo(3):
=============
AI_IDN If this flag is specified, then the node name given in
node is converted to IDN format if necessary. The
source encoding is that of the current locale. If the input
name contains non-ASCII characters, then the IDN encoding is
used. Those parts of the node name (delimited by dots) that
contain non-ASCII characters are encoded using ASCII Compatible
Encoding (ACE) before being passed to the name resolution
functions. =============
My glibc is (intentionally) not IDN-enabled, hence my problem with
traceroute. Commenting out that line leads to compiling a working
traceroute for my system.
Sorry, Duncan, but it seems your problem is not related and this info
is not much help for you. :(
--
Best regards,
Daniel
--
gentoo-amd64@g.o mailing list
|