FS#12215 - Toolchain in [TESTING] causes name resolving failure
Attached to Project:
Arch Linux
Opened by Emmanuel (bkk_drs) - Sunday, 23 November 2008, 10:28 GMT
Last edited by Jan de Groot (JGC) - Monday, 15 December 2008, 15:01 GMT
Opened by Emmanuel (bkk_drs) - Sunday, 23 November 2008, 10:28 GMT
Last edited by Jan de Groot (JGC) - Monday, 15 December 2008, 15:01 GMT
|
Details
Description:
Quoting Andreas sign-off email (not yet archived): "There is one known potential problem with the name resolving which has been extensively changed. Under some circumstance (always involving broken servers) requests are not completely processed. Often a second call fixes the problem. This might be fixed in the latest code, maybe not. Unfortunately no reported has been able or willing to provide the information needed to track down the problem." That's what happens to me: [eb@blackout mercurial]$ wget http://www.selenic.com/mercurial/release/mercurial-1.0.2.tar.gz --2008-11-22 21:50:04-- http://www.selenic.com/mercurial/release/mercurial-1.0.2.tar.gz Resolving www.selenic.com... failed: Name or service not known. wget: unable to resolve host address `www.selenic.com' Whereas: [eb@blackout ~]$ wget http://204.152.191.37/pub/linux/kernel/v2.6/testing/patch-2.6.28-rc6.bz2 --2008-11-22 22:18:53-- http://204.152.191.37/pub/linux/kernel/v2.6/testing/patch-2.6.28-rc6.bz2 Connecting to 204.152.191.37:80... connected. HTTP request sent, awaiting response... 200 OK Length: 9747602 (9.3M) [application/x-bzip2] Saving to: `patch-2.6.28-rc6.bz2.2' 0% [ ] 77,783 16.4K/s eta 10m 12s |
This task depends upon
Closed by Jan de Groot (JGC)
Monday, 15 December 2008, 15:01 GMT
Reason for closing: Fixed
Additional comments about closing: Works fine now.
Monday, 15 December 2008, 15:01 GMT
Reason for closing: Fixed
Additional comments about closing: Works fine now.
It would be helpful to test what output dig will give with AAAA records. Just use "dig someaddress AAAA" and see what errorcode you get. A good nameserver will report NXDOMAIN in case the domain doesn't exist, or NOERROR in case the domain exists regardless of the existence of an AAAA record.
I'm currently using OpenDNS as a temporary fix, but I'm thinking of install pdns-recurosr as Jan suggested. Hope we could find a way to properly fix this problem.
if you think this is the upstream report for our issue please give Ulrich & Jakub the feedback how you like this change ;)