Report this

What is the reason for this report?

Unable to fetch archives after do-release-upgrade Ubuntu to Trusty

Posted on July 17, 2014

I recently upgraded my droplet to trusty. apt did all the magic to change sources.list I get the following errrors when i do apt-get dist-upgrade:

Err http://mirrors.digitalocean.com/ubuntu/ trusty-security/main linux-image-3.13.0-32-generic amd64 3.13.0-32.57
  404  Not Found [IP: 95.85.0.50 80]
Err http://mirrors.digitalocean.com/ubuntu/ trusty-security/main linux-image-extra-3.13.0-32-generic amd64 3.13.0-32.57
  404  Not Found [IP: 95.85.0.50 80]
Err http://mirrors.digitalocean.com/ubuntu/ trusty-security/main linux-headers-3.13.0-32 all 3.13.0-32.57
  404  Not Found [IP: 95.85.0.50 80]
Err http://mirrors.digitalocean.com/ubuntu/ trusty-security/main linux-headers-3.13.0-32-generic amd64 3.13.0-32.57
  404  Not Found [IP: 95.85.0.50 80]
E: Failed to fetch http://mirrors.digitalocean.com/ubuntu/pool/main/l/linux/linux-image-3.13.0-32-generic_3.13.0-32.57_amd64.deb  404  Not Found [IP: 95.85.0.50 80]

E: Failed to fetch http://mirrors.digitalocean.com/ubuntu/pool/main/l/linux/linux-image-extra-3.13.0-32-generic_3.13.0-32.57_amd64.deb  404  Not Found [IP: 95.85.0.50 80]

E: Failed to fetch http://mirrors.digitalocean.com/ubuntu/pool/main/l/linux/linux-headers-3.13.0-32_3.13.0-32.57_all.deb  404  Not Found [IP: 95.85.0.50 80]

E: Failed to fetch http://mirrors.digitalocean.com/ubuntu/pool/main/l/linux/linux-headers-3.13.0-32-generic_3.13.0-32.57_amd64.deb  404  Not Found [IP: 95.85.0.50 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Here is my sources.list:

deb http://mirrors.digitalocean.com/ubuntu/ trusty main restricted
deb http://mirrors.digitalocean.com/ubuntu/ trusty-updates main restricted
deb http://mirrors.digitalocean.com/ubuntu/ trusty universe
deb http://mirrors.digitalocean.com/ubuntu/ trusty-updates universe
deb http://mirrors.digitalocean.com/ubuntu/ trusty multiverse
deb http://mirrors.digitalocean.com/ubuntu/ trusty-updates multiverse
deb http://mirrors.digitalocean.com/ubuntu/ trusty-backports main restricted universe multiverse
universe multiverse
deb http://mirrors.digitalocean.com/ubuntu/ trusty-security main restricted
deb http://mirrors.digitalocean.com/ubuntu/ trusty-security universe
deb http://mirrors.digitalocean.com/ubuntu/ trusty-security multiverse

deb-src http://mirrors.digitalocean.com/ubuntu/ trusty main restricted
deb-src http://mirrors.digitalocean.com/ubuntu/ trusty-updates main restricted
deb-src http://mirrors.digitalocean.com/ubuntu/ trusty universe
deb-src http://mirrors.digitalocean.com/ubuntu/ trusty-updates universe
deb-src http://mirrors.digitalocean.com/ubuntu/ trusty multiverse
deb-src http://mirrors.digitalocean.com/ubuntu/ trusty-updates multiverse
deb-src http://mirrors.digitalocean.com/ubuntu/ trusty-backports main restricted 
deb-src http://mirrors.digitalocean.com/ubuntu/ trusty-security main restricted
deb-src http://mirrors.digitalocean.com/ubuntu/ trusty-security universe
deb-src http://mirrors.digitalocean.com/ubuntu/ trusty-security multiverse

Why would that error be raised?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Have you run sudo apt-get update after editing sources.list?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.