-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
test_urllib2net: issues with ftp://gatekeeper.research.compaq.com/, ftp://ftp.mirror.nl/ and ftp://ftp.kernel.org/ #68069
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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 $ 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/
In Firefox, I get the error "425 Failed to establish connection". |
New changeset 69d4e199b88e by Victor Stinner in branch '2.7': New changeset 7b168db16e67 by Victor Stinner in branch '3.4': New changeset 1a72c0a1a50f by Victor Stinner in branch 'default': |
New changeset 40ddcd785f7b by Victor Stinner in branch '3.4': New changeset 225be6be3893 by Victor Stinner in branch '2.7': |
Python 2.7 used ftp://ftp.kernel.org/pub/linux/kernel/README whereas Python 3.4/3.6 uses ftp://ftp.debian.org/debian/README. Right now, ftp://ftp.kernel.org/pub/linux/kernel/README doesn't respond. So I also modified Python 2.7 to uses ftp.debian.org as Python 3.4/3.5. Is there a FTP vulnerability in the wild and some public FTP servers are down because of that? Or is it a network connectivity issue? |
For ftp.kernel.org, it may be related to a FS data corruption bug: 2015-02-03: FTP limited on mirrors.kernel.org |
"What happened to gatekeeper.dec.com?" Maybe we should use ftp://apotheca.hpl.hp.com/ instead? |
DNS resolution: $ host ftp.mirror.nl
ftp.mirror.nl is an alias for download.xs4all.nl.
download.xs4all.nl is an alias for dl.xs4all.nl.
dl.xs4all.nl has address 194.109.21.66
dl.xs4all.nl has IPv6 address 2001:888:0:25:194:109:21:66 http://dl.xs4all.nl/ works well, but this site has no /pub/ directory. Is it related? See also "Dead mirror: ftp.demon.nl" xs4all hosted python.org, I don't know if it still host the new CDN of python.org. |
test_urllib2net looks to pass on enough buildbots, I close the issue. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: