I think the DNS is screwed up. My bookmark for www.stackoverflow.com stopped working but stackoverflow.com works.

link|improve this question
2  
i had trouble resolving meta.stackoverflow.com within the last hour. fixed now, and i'm able to access the site. during that time, i didn't notice problems with stackoverflow or serverfault, just meta. authoritative servers for the domain were returning NXDOMAIN for meta.stackoverflow.com, then they started returning a valid answer. something was amiss. – jeff Sep 2 '09 at 6:02
feedback

4 Answers

I also have had problems resolving meta.stackoverflow.com, blog.stackoverflow.com and www.stackoverflow.com (just tried it) over last couple of days. Doing some digging it would appear that one of the listed authoritative name servers (dns.jomax.net) for stackoverflow.com is not resolvable.... the other is fine.

[1063]$ host www.stackoverflow.com
Host www.stackoverflow.com not found: 3(NXDOMAIN)

[1064] dig www.stackoverflow.com

; <<>> DiG 9.4.1-P1 <<>> www.stackoverflow.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 33176
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;www.stackoverflow.com.         IN      A

;; AUTHORITY SECTION:
stackoverflow.com.      10800   IN      SOA     ns51.domaincontrol.com. dns.jomax.net. 2009090200 28800 7200 604800 86400

# some output trimmed

[1065] dig @ns51.domaincontrol.com www.stackoverflow.com

; <<>> DiG 9.4.1-P1 <<>> @ns51.domaincontrol.com www.stackoverflow.com
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14243
;; flags: qr aa; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 0

;; QUESTION SECTION:
;www.stackoverflow.com.         IN      A

;; ANSWER SECTION:
www.stackoverflow.com.  86400   IN      CNAME   stackoverflow.com.
stackoverflow.com.      86400   IN      A       69.59.196.211

;; AUTHORITY SECTION:
stackoverflow.com.      3600    IN      NS      ns51.domaincontrol.com.
stackoverflow.com.      3600    IN      NS      ns52.domaincontrol.com.

# some output trimmed

[1066] dig @dns.jomax.net www.stackoverflow.com
dig: couldn't get address for 'dns.jomax.net': not found

[1067] host dns.jomax.net
Host dns.jomax.net not found: 3(NXDOMAIN)
link|improve this answer
dns.jomax.net appears nowhere in our DNS settings. Not coming from us.. – Jeff Atwood Sep 2 '09 at 14:32
hmmm, jomax.net is a godaddy domain. I think I incorrectly concluded that this was related to the problem. However, I did have problems resolving meta and blog. Restarting my caching dns server "fixed" the problem. – erichui Sep 2 '09 at 15:27
feedback

Just as well; there's nothing at www.stackoverflow.com. The subdomain redirects to stackoverflow.com....

link|improve this answer
feedback

We aren't having any issues here - we are doing redirects for the www to the base address.

Edit: This is what Jarrod gets:

d:\>curl www.stackoverflow.com
<head><title>Document Moved</title></head>
<body><h1>Object Moved</h1>This document may be found <a HREF="http://stackoverflow.com/">here</a></body>
link|improve this answer
feedback

Thanks everyone - it seems a few of us had transient problems yesterday - a little while after I posted meta.stackoverflow.com was also unreachable for a few minutes. However they both seem to be working again now.

link|improve this answer
feedback

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged