Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue Jul 06, 2010 10:48 am 
Offline

Joined: Mon Jun 21, 2010 11:19 pm
Posts: 1
AOL: mrdzone
anytime I try to wget a http://ftp.*.com/ site I get:
Code:
[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:

Code:
[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?


Top
   
 Post subject:
PostPosted: Tue Jul 06, 2010 1:33 pm 
Offline
Senior Member

Joined: Sun Feb 21, 2010 5:12 pm
Posts: 64
I thought this was just me because I made some network changes the other day.

I also cannot wget anything from ftp.drupal.org. Doing:

wget http://ftp.drupal.org/files/projects/gl ... dev.tar.gz

produces the same error. Unable to resolve host address.

Everything else works fine, including:

wget http://ftp.ucsb.edu/pub/mirrors/linux/u ... OOTER.html

so I'm not having the same problem with all ftp.*

p.s: newark datacenter


Top
   
 Post subject:
PostPosted: Tue Jul 06, 2010 1:44 pm 
Offline
Senior Member

Joined: Wed May 13, 2009 1:18 am
Posts: 681
Maybe a transient problem with Drupal or OSU's DNS configuration or a reconfiguration in process? I'm getting a much more complete dig response at the moment, even from the same server used in the original post (including additional records for the aliased ftp.osuosl.org) and wget seems fine.

Here's my current dig response from the same server as in the original post:

Code:
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


Top
   
 Post subject:
PostPosted: Tue Jul 06, 2010 1:53 pm 
Offline
Senior Member

Joined: Sun Feb 21, 2010 5:12 pm
Posts: 64
Yes, working now.

Looks like it's been going on for at least a day as DNS servers catch up.

http://search.twitter.com/search?q=ftp.drupal.org


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group