Public bug reported: I'm looking for Ubuntu Groovy mirrors at old-releases.ubuntu.com and found that sometimes I receive 404 HTTP code, but sometimes it works. Digged down to difference in responses from different servers behind old-releases.ubuntu.com.
$ dig +short old-releases.ubuntu.com 91.189.91.123 91.189.88.248 91.189.91.124 91.189.88.247 $ curl -Ssf --verbose --resolve old-releases.ubuntu.com:80:91.189.91.124 http://old-releases.ubuntu.com/ubuntu/dists/ 2>&1 | grep 'port 80\|groovy/' * Connected to old-releases.ubuntu.com (91.189.91.124) port 80 (#0) <tr><td valign="top"><img src="/icons/folder.gif" alt="[DIR]"></td><td><a href="groovy/">groovy/</a></td><td align="right">2020-10-22 14:33 </td><td align="right"> - </td></tr> $ curl -Ssf --verbose --resolve old-releases.ubuntu.com:80:91.189.91.123 http://old-releases.ubuntu.com/ubuntu/dists/ 2>&1 | grep 'port 80\|groovy/' * Connected to old-releases.ubuntu.com (91.189.91.123) port 80 (#0) I didn't find an appropriate project for this bug report and chose debmirror as one that looks most related. If it is inappropriate project for this bug report, please direct me to the right one. ** Affects: debmirror (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1955731 Title: old-releases.ubuntu.com servers return different content To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/debmirror/+bug/1955731/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
