Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 189240 - net-misc/iputils - tracepath6 -n with QFDN gives getaddrinfo: Resolver Error 0 (no error)
Summary: net-misc/iputils - tracepath6 -n with QFDN gives getaddrinfo: Resolver Error ...
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-17 15:27 UTC by Romain Riviere
Modified: 2010-09-15 18:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Romain Riviere 2007-08-17 15:27:46 UTC
tracepath6 -n is supposed to return numeric values only. Hence it should resolve FQDN to their numeric ipv6 address. Apparently it fails to do so.

tracepath6 -n 2001:xxxx::xxxx works normally though, so it's just a matter of solving that getaddrinfo I guess.

Confirmed on 3 different hosts and archs. 

Reproducible: Always

Steps to Reproduce:

Actual Results:  
getaddrinfo: Resolver Error 0 (no error)

Expected Results:  
Resolve address then tracepath6 -n

In all cases, resolv.conf contained at least one valid nameserver entry, and that nameserver was able to resolve the FQDN to its AAAA record.
Comment 1 SpanKY gentoo-dev 2010-09-14 01:34:22 UTC
this still a problem with iputils-20100418 ?
Comment 2 Romain Riviere 2010-09-15 18:14:45 UTC
(In reply to comment #1)
> this still a problem with iputils-20100418 ?

It seems to be fixed, thanks :-)