Anybody else having apt-get update problems as below? Happening on several RPIs:
Failed to fetch http://mirrordirector.raspbian.org/rasp ... _armhf.deb 404 Not Found [IP: 89.16.177.202 80]
Failed to fetch http://mirrordirector.raspbian.org/rasp ... i1_all.deb 404 Not Found [IP: 89.16.177.202 80]
Failed to fetch http://mirrordirector.raspbian.org/rasp ... _armhf.deb 404 Not Found [IP: 89.16.177.202 80]
Failed to fetch http://mirrordirector.raspbian.org/rasp ... _armhf.deb 404 Not Found [IP: 89.16.177.202 80]
Failed to fetch http://mirrordirector.raspbian.org/rasp ... _armhf.deb 404 Not Found [IP: 89.16.177.202 80]
apt-get 404 Not Found
7 posts
- Posts: 48
- Joined: Sun Sep 02, 2012 11:11 am
- Location: UK
In a word No 
That was froma wheezy image going to load one of my other SD's to check further.
That was froma wheezy image going to load one of my other SD's to check further.
Noob is not derogatory the noob is just the lower end of the noob--geek spectrum being a noob is just your first step towards being an uber-geek 
If you find a solution please post it in the wiki the forum dies too quick
If you find a solution please post it in the wiki the forum dies too quick
Ok now, some type of transient problem.
- Posts: 48
- Joined: Sun Sep 02, 2012 11:11 am
- Location: UK
Noob is not derogatory the noob is just the lower end of the noob--geek spectrum being a noob is just your first step towards being an uber-geek 
If you find a solution please post it in the wiki the forum dies too quick
If you find a solution please post it in the wiki the forum dies too quick
before you blame the ISP, try
then try the install again. i had the same thing happen when i was trying to install something, and the file it couldn't find was out of date.
- Code: Select all
apt-get update
then try the install again. i had the same thing happen when i was trying to install something, and the file it couldn't find was out of date.
- Posts: 49
- Joined: Sun Jan 15, 2012 10:49 pm
Same issue started today. 404 not found.
Was running fine for months.
(Not the Eth, I'm on the Pi now writing this =P )
Was running fine for months.
(Not the Eth, I'm on the Pi now writing this =P )
When you see 404 errors please run apt-get update. The most likely explanation is that your package lists are out of date compared to what is on the servers.
IF you STILL get errors after running apt-get update please try retriving the files manually with wget and post the complete output of those attempts.
IF you STILL get errors after running apt-get update please try retriving the files manually with wget and post the complete output of those attempts.
- Moderator
- Posts: 1483
- Joined: Wed Dec 28, 2011 11:45 pm