random 404s on security.ubuntu.com for libgd2 packages

Bug #1818117 reported by vdloo
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libgd2 (Ubuntu)
New
Undecided
Unassigned

Bug Description

Hi, when I try to apt-get upgrade from xenial-security I get 404s from some of the security.ubuntu.com mirrors. Not sure if this is the place to report it but it seems to be related to https://launchpad.net/ubuntu/+source/libgd2/2.1.1-4ubuntu0.16.04.11/+publishinghistory.

```
vdloo@workstation4:/tmp/gd2$ curl -s -I http://security.ubuntu.com/ubuntu/pool/main/libg/libgd2/libgd3_2.1.1-4ubuntu0.16.04.11_amd64.deb | grep HTTP
HTTP/1.1 200 OK
vdloo@workstation4:/tmp/gd2$ curl -s -I http://security.ubuntu.com/ubuntu/pool/main/libg/libgd2/libgd3_2.1.1-4ubuntu0.16.04.11_amd64.deb | grep HTTP
HTTP/1.1 200 OK
vdloo@workstation4:/tmp/gd2$ curl -s -I http://security.ubuntu.com/ubuntu/pool/main/libg/libgd2/libgd3_2.1.1-4ubuntu0.16.04.11_amd64.deb | grep HTTP
HTTP/1.1 404 Not Found
vdloo@workstation4:/tmp/gd2$ curl -s -I http://security.ubuntu.com/ubuntu/pool/main/libg/libgd2/libgd3_2.1.1-4ubuntu0.16.04.11_amd64.deb | grep HTTP
HTTP/1.1 200 OK
```

This happened a while back as well for avahi: https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/1814105

Revision history for this message
vdloo (rickvandeloo) wrote :

Looks like this has been fixed.

/tmp$ for i in {1..10}; do curl -s -I http://security.ubuntu.com/ubuntu/pool/main/libg/libgd2/libgd3_2.1.1-4ubuntu0.16.04.11_amd64.deb | grep HTTP; done
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK
HTTP/1.1 200 OK

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.