PDA

View Full Version : [ubuntu] 11.04 Beta - 404 Not Found on update



ATMarsden
April 27th, 2011, 07:16 PM
The past few days, my

sudo apt-get update

commands have resulted in TWO problematic connections which have terminated my complete update cycle (aliased update, dist-upgrade and autoclean).

Until a few days ago, this full alias worked, but now terminates after update because of:


Err http://ppa.launchpad.net natty/main Sources
404 Not Found
Err http://ppa.launchpad.net natty/main i386 Packages
404 Not Found
[...]
W: Failed to fetch http://ppa.launchpad.net/bjfs/ppa/ubuntu/dists/natty/main/source/Sources 404 Not Found

W: Failed to fetch http://ppa.launchpad.net/bjfs/ppa/ubuntu/dists/natty/main/binary-i386/Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.


Does anyone know how to fix this issue?

dabl
April 27th, 2011, 07:42 PM
Wired, or wireless? You've obviously lost your network connection.

ATMarsden
April 27th, 2011, 07:59 PM
No lost connection, it's ONLY those two that do it, all the other countless connections work.

ATMarsden
April 27th, 2011, 08:07 PM
Ah, it seems it doesn't actually exist (at the moment?)... there are no Natty ones in there, only Maverick back to Jaunty

dabl
April 27th, 2011, 08:52 PM
Yep -- 11.04 is not going to look for packages in the older repositories -- you should just comment them out.

ATMarsden
April 27th, 2011, 09:17 PM
I can't find the repos in question on my sources.list, though

plucky
April 27th, 2011, 10:16 PM
I can't find the repos in question on my sources.list, though

Use

ls - l /etc/apt/sources.list.d/ to find the PPA list files.

Or delete them from Software Sources.

Good luck