Moderator's Note: This is an active, ongoing issue. PLEASE do not post answers on this question saying "me too" or such; they will be deleted.
Because this is an ongoing issue, this question has been protected to prevent brand new and low-rep users from posting answers on it.
This is the canonical post for "I'm having issues with updates" today—if the issues are able to be determined as directly related to the mirror issues today.
Like others (1, 2, 3, 4) we're experiencing problem connecting to http://archive.ubuntu.com
I tried using servers from different providers in UK, France, Netherlands, Ireland and US; same story: HTTPS works, but under HTTP some IPs respond very very slowly, while others don't respond at all.
dig +short archive.ubuntu.com | sort -V
91.189.91.81
91.189.91.83
185.125.190.81
185.125.190.82
185.125.190.83
for ip in 91.189.91.81 91.189.91.83 185.125.190.81 185.125.190.82 185.125.190.83; do \
printf "========> ${ip}: "; \
start=$(printf "%(%s)T" -1); \
if ! curl --connect-timeout 60 \http://${ip} -H 'Host: archive.ubuntu.com' -o /dev/null -s; then \
printf "Failed "; \
else \
printf "OK "; \
fi ; \
now=$(printf "%(%s)T" -1); \
echo "$((now - start)) secs"; \
done
UK
========> 91.189.91.81: Failed 60 secs
========> 91.189.91.83: Failed 60 secs
========> 185.125.190.83: Failed 60 secs
========> 185.125.190.82: OK 35 secs
========> 185.125.190.81: Failed 60 secs
France
========> 91.189.91.81: Failed 217 secs
========> 91.189.91.83: Failed 60 secs
========> 185.125.190.81: OK 14 secs
========> 185.125.190.82: Failed 227 secs
========> 185.125.190.83: Failed 60 secs
Netherlands
========> 185.125.190.83: Failed 221 secs
========> 185.125.190.82: Failed 60 secs
========> 91.189.91.82: OK 0 secs
========> 91.189.91.83: Failed 157 secs
========> 185.125.190.81: Failed 221 secs
========> 91.189.91.81: Failed 184 secs
Ireland
========> 91.189.91.81: Failed 162 secs
========> 91.189.91.83: OK 88 secs
========> 185.125.190.81: Failed 116 secs
========> 185.125.190.82: Failed 119 secs
========> 185.125.190.83: Failed 60 secs
US
========> 91.189.91.81: Failed 227 secs
========> 91.189.91.83: Failed 80 secs
========> 185.125.190.81: OK 44 secs
========> 185.125.190.82: OK 53 secs
========> 185.125.190.83: Failed 104 secs
I don't have contact with Canonical; is there anyone here that can let them know?