Last active
December 25, 2015 12:39
-
-
Save jmkacz/6978084 to your computer and use it in GitHub Desktop.
python-distribute.org outage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jon-mbp:~ jon$ curl -I http://python-distribute.org/distribute_setup.py | |
curl: (6) Could not resolve host: python-distribute.org; nodename nor servname provided, or not known | |
jon-mbp:~ jon$ nslookup python-distribute.org | |
Server: 4.2.2.2 | |
Address: 4.2.2.2#53 | |
** server can't find python-distribute.org: NXDOMAIN | |
jon-mbp:~ jon$ nslookup python-distribute.org | |
Server: 4.2.2.2 | |
Address: 4.2.2.2#53 | |
** server can't find python-distribute.org: NXDOMAIN | |
jon-mbp:~ jon$ dig python-distribute.org | |
; <<>> DiG 9.8.3-P1 <<>> python-distribute.org | |
;; global options: +cmd | |
;; Got answer: | |
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 40617 | |
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0 | |
;; QUESTION SECTION: | |
;python-distribute.org. IN A | |
;; AUTHORITY SECTION: | |
org. 900 IN SOA a0.org.afilias-nst.info. noc.afilias-nst.info. 2010731343 1800 900 604800 86400 | |
;; Query time: 9 msec | |
;; SERVER: 4.2.2.2#53(4.2.2.2) | |
;; WHEN: Mon Oct 14 12:06:34 2013 | |
;; MSG SIZE rcvd: 102 | |
jon-mbp:~ jon$ whois python-distribute.org | |
Access to .ORG WHOIS information is provided to assist persons in | |
determining the contents of a domain name registration record in the | |
Public Interest Registry registry database. The data in this record is provided by | |
Public Interest Registry for informational purposes only, and Public Interest Registry does not | |
guarantee its accuracy. This service is intended only for query-based | |
access. You agree that you will use this data only for lawful purposes | |
and that, under no circumstances will you use this data to: (a) allow, | |
enable, or otherwise support the transmission by e-mail, telephone, or | |
facsimile of mass unsolicited, commercial advertising or solicitations | |
to entities other than the data recipient's own existing customers; or | |
(b) enable high volume, automated, electronic processes that send | |
queries or data to the systems of Registry Operator, a Registrar, or | |
Afilias except as reasonably necessary to register domain names or | |
modify existing registrations. All rights reserved. Public Interest Registry reserves | |
the right to modify these terms at any time. By submitting this query, | |
you agree to abide by this policy. | |
Domain ID:D157326437-LROR | |
Domain Name:PYTHON-DISTRIBUTE.ORG | |
Created On:12-Oct-2009 17:31:12 UTC | |
Last Updated On:13-Oct-2013 07:52:48 UTC | |
Expiration Date:12-Oct-2014 17:31:12 UTC | |
Sponsoring Registrar:OVH (R135-LROR) | |
Status:CLIENT DELETE PROHIBITED | |
Status:CLIENT HOLD | |
Status:CLIENT TRANSFER PROHIBITED | |
Status:AUTORENEWPERIOD | |
Registrant ID:ovh5077d944tbx5 | |
Registrant Name:Tarek Ziade | |
Registrant Street1:6, rue de l'eglise | |
Registrant Street2: | |
Registrant Street3: | |
Registrant City:Turcey | |
Registrant State/Province: | |
Registrant Postal Code:21540 | |
Registrant Country:FR | |
Registrant Phone:+33.630370263 | |
Registrant Phone Ext.: | |
Registrant FAX: | |
Registrant FAX Ext.: | |
Registrant Email:[email protected] | |
Admin ID:ovh5077d946m2m5 | |
Admin Name:Tarek Ziade | |
Admin Street1:6, rue de l'eglise | |
Admin Street2: | |
Admin Street3: | |
Admin City:Turcey | |
Admin State/Province: | |
Admin Postal Code:21540 | |
Admin Country:FR | |
Admin Phone:+33.630370263 | |
Admin Phone Ext.: | |
Admin FAX: | |
Admin FAX Ext.: | |
Admin Email:[email protected] | |
Tech ID:ovh5077d946m2m5 | |
Tech Name:Tarek Ziade | |
Tech Street1:6, rue de l'eglise | |
Tech Street2: | |
Tech Street3: | |
Tech City:Turcey | |
Tech State/Province: | |
Tech Postal Code:21540 | |
Tech Country:FR | |
Tech Phone:+33.630370263 | |
Tech Phone Ext.: | |
Tech FAX: | |
Tech FAX Ext.: | |
Tech Email:[email protected] | |
Name Server:DNS14.OVH.NET | |
Name Server:NS14.OVH.NET | |
Name Server: | |
Name Server: | |
Name Server: | |
Name Server: | |
Name Server: | |
Name Server: | |
Name Server: | |
Name Server: | |
Name Server: | |
Name Server: | |
Name Server: | |
DNSSEC:Unsigned | |
jon-mbp:~ jon$ host -t any python-distribute.org | |
Host python-distribute.org not found: 3(NXDOMAIN) | |
jon-mbp:~ jon$ host -t ns python-distribute.org NS14.OVH.NET | |
Using domain server: | |
Name: NS14.OVH.NET | |
Address: 213.251.128.133#53 | |
Aliases: | |
python-distribute.org name server ns14.ovh.net. | |
python-distribute.org name server dns14.ovh.net. | |
jon-mbp:~ jon$ host -t ns org | |
org name server a0.org.afilias-nst.info. | |
org name server a2.org.afilias-nst.info. | |
org name server b0.org.afilias-nst.org. | |
org name server b2.org.afilias-nst.org. | |
org name server c0.org.afilias-nst.info. | |
org name server d0.org.afilias-nst.org. | |
jon-mbp:~ jon$ host -t ns python-distribute.org d0.org.afilias-nst.org | |
Using domain server: | |
Name: d0.org.afilias-nst.org | |
Address: 199.19.57.1#53 | |
Aliases: | |
Host python-distribute.org not found: 3(NXDOMAIN) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment