I like to try and keep my Pi boxes up to date and was doing a usual apt-get update/upgrade and I came across this issue:
Code: Select all
pi@raspberrypi:~ $ sudo apt-get update
[sudo] password for pi:
Hit:1 http://raspbian.raspberrypi.org/raspbian stretch InRelease
Hit:2 http://archive.raspberrypi.org/debian stretch InRelease
Hit:3 https://download.docker.com/linux/raspbian stretch InRelease
Hit:4 https://deb.nodesource.com/node_11.x stretch InRelease
Reading package lists... Done
pi@raspberrypi:~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
python3-systemd
Use 'sudo apt autoremove' to remove it.
The following packages will be upgraded:
base-files libfaad2
2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 219 kB of archives.
After this operation, 1,024 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 http://ftp.heanet.ie/mirrors/raspbian/raspbian stretch/main armhf base-files armhf 9.9+rpi1+deb9u11
404 Not Found
Err:2 http://ftp.heanet.ie/mirrors/raspbian/raspbian stretch/main armhf libfaad2 armhf 2.8.0~cvs20161113-1+deb9u2
404 Not Found
E: Failed to fetch http://ftp.heanet.ie/mirrors/raspbian/raspbian/pool/main/b/base-files/base-files_9.9+rpi1+deb9u11_armhf.deb 404 Not Found
E: Failed to fetch http://ftp.heanet.ie/mirrors/raspbian/raspbian/pool/main/f/faad2/libfaad2_2.8.0~cvs20161113-1+deb9u2_armhf.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
No matter how long I wait, the old reliable HEANET (which is near me in Ireland) keeps giving a 404.
My source was set to:
Code: Select all
deb http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi
Code: Select all
deb http://mirror.ox.ac.uk/sites/archive.raspbian.org/archive/raspbian buster main contrib non-free rpi
Is that ok?
A bloke here (https://raspberrypi.stackexchange.com/q ... -respibian) says that might stop me getting RPF additions/modifications?