apt update Debian Buster messages

We are using Debian Buster (yes, I know it is old, but we do not have time to change and learn a whole new dev environment and it has worked very well for us.) Today, a started setting up a new BeagleBone Black Industrial with a wifi dongle to establish an AP. I have done this several times with BeagleBone Black and one othe BBI with out issue but today, I noticed this when I ran apt install hostapd.

> root@beaglebone:\~# apt update
> Ign:1 http://deb.debian.org/debian buster InRelease
> Ign:2 http://deb.debian.org/debian buster-updates InRelease
> Ign:3 http://deb.debian.org/debian-security buster/updates InRelease
> Err:5 http://deb.debian.org/debian buster Release
> 404  Not Found \[IP: 151.101.194.132 80\]
> Err:6 http://deb.debian.org/debian buster-updates Release
> 404  Not Found \[IP: 151.101.194.132 80\]
> Err:7 http://deb.debian.org/debian-security buster/updates Release
> 404  Not Found \[IP: 151.101.194.132 80\]
> Hit:4 https://repos.rcn-ee.com/debian buster InRelease
> Reading package lists… Done
> E: The repository ‘ http://deb.debian.org/debian buster Release’ no longer has a Release file.
> N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
> N: See apt-secure(8) manpage for repository creation and user configuration details.
> E: The repository ‘ http://deb.debian.org/debian buster-updates Release’ no longer has a Release file.
> N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
> N: See apt-secure(8) manpage for repository creation and user configuration details.
> E: The repository ‘ http://deb.debian.org/debian-security buster/updates Release’ no longer has a Release file.
> N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
> N: See apt-secure(8) manpage for repository creation and user configuration details.
>
> 
> root@beaglebone:\~# apt install hostapd
> Reading package lists… Done
> Building dependency tree
> Reading state information… Done
> The following packages will be upgraded:
> hostapd
> 1 upgraded, 0 newly installed, 0 to remove and 115 not upgraded.
> Need to get 672 kB of archives.
> After this operation, 1,024 B of additional disk space will be used.
> Ign:1 http://deb.debian.org/debian buster/main armhf hostapd armhf 2:2.7+git20190128+0c1e29f-6+deb10u3
> Err:1 http://deb.debian.org/debian buster/main armhf hostapd armhf 2:2.7+git20190128+0c1e29f-6+deb10u3
> 404  Not Found \[IP: 151.101.130.132 80\]
> E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/w/wpa/hostapd_2.7+git20190128+0c1e29f-6+deb10u3_armhf.deb  404  Not Found \[IP: 151.101.130.132 80\]
> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

I know Buster doesn’t have any upgrades going forward but is the repo being shutdown?

That repo doesn’t exist for buster anymore…

Remove security and update your source too:

deb https://archive.debian.org/debian/ buster main

buster-updates and debian-security is done for buster..

Regards,