I’m having problems updating packages, status.julialang.org takes a long time to respond, sometimes doesn’t respond, it does say that things are operational, but the detailed graphs show lots of red bars for a while now.
Further useful info perhaps:
Not able to ping us-west.pkg.julialang.org:
dlakelan@tintin:~$ ping us-west.pkg.julialang.org
PING us-west.pkg.julialang.org(2600:1f13:a21:3e00:e267:cc2f:ada8:f580 (2600:1f13:a21:3e00:e267:cc2f:ada8:f580)) 56 data bytes
^C
--- us-west.pkg.julialang.org ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 5098ms
whereas pinging say google.com works fine so it’s not like I have no internet, or no working ipv6
dlakelan@tintin:~$ ping us-west.pkg.julialang.org
PING us-west.pkg.julialang.org(2600:1f13:a21:3e00:e267:cc2f:ada8:f580 (2600:1f13:a21:3e00:e267:cc2f:ada8:f580)) 56 data bytes
^C
--- us-west.pkg.julialang.org ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 5098ms
ping4 of hte package server doesn’t work either:
dlakelan@tintin:~$ ping4 us-west.pkg.julialang.org
PING (52.24.172.208) 56(84) bytes of data.
^C
--- ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3080ms
(of course, maybe you’ve just configged it not to respond to pings?)
The main symptom from Julia is that ]update
leads to:
(@v1.6) pkg> update
Updating registry at ~/.julia/registries/General
which hangs for tens of minutes.