Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/tests/lib/libc/net
On Thu, 24 Oct 2013, Martin Husemann wrote:
On Thu, Oct 24, 2013 at 06:40:49AM -0700, Paul Goyette wrote:
All of the tests related to "sixthavenue.astron.com" are still failing
in my amd64 test-bed[1]. Sources are updated (via anoncvs) and are
current as of 2013-10-23 23:20:04, and the build was successfully done
using 'build.sh -j1 release' into a completely empty $OBJDIR/$DESTDIR
What does dig or host say for "sixthavenue.astron.com" on your machine?
Any DNS cache in between that might be outdated?
Looks normal to me:
dig sixthavenue.astron.com
; <<>> DiG 9.9.3-P2 <<>> sixthavenue.astron.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 18091
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4000
;; QUESTION SECTION:
;sixthavenue.astron.com. IN A
;; ANSWER SECTION:
sixthavenue.astron.com. 900 IN A 38.117.134.6
;; Query time: 626 msec
;; SERVER: 75.75.75.75#53(75.75.75.75)
;; WHEN: Thu Oct 24 06:58:47 PDT 2013
;; MSG SIZE rcvd: 67
Also, the t_dnsby* tests fail with "Error 4" (NS_NOTFOUND) while the
t_gethostby* tests fail with "Error 2" (NS_UNAVAIL)
-------------------------------------------------------------------------
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer | | pgoyette at netbsd.org |
-------------------------------------------------------------------------
Home |
Main Index |
Thread Index |
Old Index