On Mon, Nov 05, 2018 at 10:03:31PM +0100, Mark Kettenis wrote: > > Date: Mon, 5 Nov 2018 20:56:33 +0000 > > From: Stuart Henderson <[email protected]> > > > > Probably worth pinging this one since l2k18 is on. > > > > s_graf is trying to fetch ports sources from https://pypi.org/ and is > > getting a hang and eventually a timeout when attempting connection from > > ftp(1) on armv7. (From recent ports@ posts it seems like this still occurs). > > > > curl/wget were working ok when tested before. > > > > Can anyone with armv7 confirm/deny that they can replicate this? (just try > > "ftp https://pypi.io/packages/source/s/six/six-1.11.0.tar.gz"). > > > > Any ideas? > > Works for me with an install built from source last update Oct 29th > or so.
Works for me too on a -current built here this weekend. Note that there is IPv6 involved. So IPv6 routing issues (IPMPv6 filtering causing MTU negociation failures) can interfere... sabre% ftp https://pypi.iœpackages/source/s/six/six-1.11.0.tar.gz Trying 2a04:4e42:400::223... Requesting https://pypi.iœpackages/source/s/six/six-1.11.0.tar.gz Redirected to https://pypi.org/packages/source/s/six/six-1.11.0.tar.gz Trying 2a04:4e42:400::223... Requesting https://pypi.org/packages/source/s/six/six-1.11.0.tar.gz Redirected to https://files.pythonhosted.org/packages/source/s/six/six-1.11.0.tar.gz Trying 2a04:4e42:1d::319... Requesting https://files.pythonhosted.org/packages/source/s/six/six-1.11.0.tar.gz Redirected to https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz Trying 2a04:4e42:1d::319... Requesting https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz 100% |*****************************************************************************************| 29860 00:00 29860 bytes received in 0.07 seconds (412.27 KB/s) -- Matthieu Herrb
