Wget not resolving any ftp.* hostnames....
[foo@mysite ~]# wget http://ftp.drupal.org
--2010-07-06 10:25:29-- http://ftp.drupal.org/
Resolving ftp.drupal.org... failed: Name or service not known.
wget: unable to resolve host address `ftp.drupal.org'
Dig gives me this:
[foo@mysite ~]# dig ftp.drupal.org
; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 <<>> ftp.drupal.org
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10058
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;ftp.drupal.org. IN A
;; ANSWER SECTION:
ftp.drupal.org. 46613 IN CNAME ftp.osuosl.org.
;; AUTHORITY SECTION:
osuosl.org. 3359 IN SOA ns1.auth.osuosl.org. hostmaster.osuosl.org. 1278342303 3600 900 604800 86400
;; Query time: 0 msec
;; SERVER: 75.127.97.6#53(75.127.97.6)
;; WHEN: Tue Jul 6 10:33:09 2010
;; MSG SIZE rcvd: 113
Any ideas?
3 Replies
I also cannot wget anything from ftp.drupal.org. Doing:
wget
produces the same error. Unable to resolve host address.
Everything else works fine, including:
wget
so I'm not having the same problem with all ftp.*
p.s: newark datacenter
Here's my current dig response from the same server as in the original post:
dig @resolver1.atlanta.linode.com ftp.drupal.org
; <<>> DiG 9.4.2-P2.1 <<>> @resolver1.atlanta.linode.com ftp.drupal.org
; (1 server found)
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14354
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 3, ADDITIONAL: 3
;; QUESTION SECTION:
;ftp.drupal.org. IN A
;; ANSWER SECTION:
ftp.drupal.org. 35168 IN CNAME ftp.osuosl.org.
ftp.osuosl.org. 600 IN A 140.211.166.134
;; AUTHORITY SECTION:
osuosl.org. 86400 IN NS ns1.auth.osuosl.org.
osuosl.org. 86400 IN NS ns2.auth.osuosl.org.
osuosl.org. 86400 IN NS ns3.auth.osuosl.org.
;; ADDITIONAL SECTION:
ns1.auth.osuosl.org. 86400 IN A 140.211.166.140
ns2.auth.osuosl.org. 86400 IN A 140.211.166.141
ns3.auth.osuosl.org. 3600 IN A 216.165.191.53
;; Query time: 98 msec
;; SERVER: 75.127.97.6#53(75.127.97.6)
;; WHEN: Tue Jul 6 13:43:13 2010
;; MSG SIZE rcvd: 180
– David
Looks like it's been going on for at least a day as DNS servers catch up.