Comment 69 for bug 313218

Revision history for this message
Colin Watson (cjwatson) wrote :

Thanks. What seems to be happening now is that your system does a perfectly ordinary IPv4 A record query for bugs.launchpad.net to 192.168.2.1 (the first nameserver in /etc/resolv.conf, which I'm guessing is your router), gets no reply for five seconds, and then retries successfully to 68.87.74.162.

In other words, there is still a problem, but it no longer appears to be anything to do with IPv6. More to the point, I don't think it's anything that glibc can do anything about either; it's just doing what it's told to do. At this point I feel comfortable in saying that you should fix this by way of a configuration change. For example, if 192.168.2.1 is simply a broken DNS server and you don't really want to use it, but your router always sends its address out via DHCP, you could edit /etc/dhcp3/dhclient.conf and use the directives described in the "OPTION MODIFIERS" section of the dhclient.conf(5) manual page to override it: for example 'supersede domain-name-servers 68.87.74.162 68.87.68.162 68.87.73.242;' if those addresses are stable.