This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2015-04-07.10:43:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428403382.55.0.763005294099.issue23881@psf.upfronthosting.co.za>
In-reply-to
Content
test_urllib2net uses multiple public FTP servers. Since yesterday, there are issues with 2 FTP servers:

(1) ftp://gatekeeper.research.compaq.com/pub/DEC/SRC/research-reports/00README-Legal-Rules-Regs
=> DNS server error

$ host gatekeeper.research.compaq.com 8.8.8.8
Host gatekeeper.research.compaq.com not found: 2(SERVFAIL)
$ host gatekeeper.research.compaq.com 212.27.40.240
Host gatekeeper.research.compaq.com not found: 2(SERVFAIL)

(2) ftp://ftp.mirror.nl/pub/gnu/

* The FTP connection succeeded
* Changing the directory to /pub/gnu succeeded
* but listing the content of /pub/gnu/ takes forever...

In Firefox, I get the error "425 Failed to establish connection".
History
Date User Action Args
2015-04-07 10:43:02vstinnersetrecipients: + vstinner
2015-04-07 10:43:02vstinnersetmessageid: <1428403382.55.0.763005294099.issue23881@psf.upfronthosting.co.za>
2015-04-07 10:43:02vstinnerlinkissue23881 messages
2015-04-07 10:43:02vstinnercreate