tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Problems with fastly.net



Aren't we (NetBSD) a user of fastly.net? This looks to be a problem with them - perhaps someone who has contacts there can have them look in to this.

From most places, this works over IPv6:

/usr/bin/ftp -o setuptools-63.3.0.tar.gz https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-63.3.0.tar.gz

From some places:

sage: {25} /usr/bin/ftp -o setuptools-63.3.0.tar.gz https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-63.3.0.tar.gz
Trying [2a04:4e42:87::319]:443 ...
(hangs forever)

ping6 -c 3 2a04:4e42:87::319
PING6(56=40+8+8 bytes) 2001:470:a068::33 --> 2a04:4e42:87::319
16 bytes from 2a04:4e42:87::319, icmp_seq=0 hlim=57 time=26.340 ms
16 bytes from 2a04:4e42:87::319, icmp_seq=1 hlim=57 time=26.176 ms
16 bytes from 2a04:4e42:87::319, icmp_seq=2 hlim=57 time=24.815 ms
--- 2a04:4e42:87::319 ping6 statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 24.815/25.777/26.340/0.837 ms

curl -o setuptools-63.3.0.tar.gz https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-63.3.0.tar.gz
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:03 --:--:--     0

ls -l setuptools-63.3.0.tar.gz
-rw-r--r--  1 root  wheel  0 Aug  1 22:07 setuptools-63.3.0.tar.gz


The fact that this hangs forever on certain machines makes automated pkg_rolling-replace unusable. What should we do about this?

John


Home | Main Index | Thread Index | Old Index