Hi Tobi, all,
On 20/09/2026 08:42, Tobias Frost wrote:
Hi Maxim,
Debian 11 (Bullseye) reached end of life on August 31, see this
announcment: https://www.debian.org/News/2026/20260831
As the news said, parf of the packages are available with ELTS,
you can read about ELTS here: https://wiki.debian.org/LTS/Extended
In the hope this helps,
I don't think the problem is that bullseye is EOL. The problem is that
it hasn't been fully / correctly archived.
This is:
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1147093
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1147150
Why is it still possible to 'apt-get update' on a bullseye system (with
the relevant Apt flag to ignore expired sources) but then fail to
actually download the packages? We really need to finish off the
archiving and remove the repo metadata from the CDN mirrors.
For example:
$ docker run --rm -it debian/eol:bullsey
Unable to find image 'debian/eol:bullseye' locally
bullseye: Pulling from debian/eol
[...]
root@b13e1d8ca65a:/# apt update
Get:1 http://archive.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://archive.debian.org/debian bullseye-updates InRelease [44.0 kB]
Get:3 http://deb.debian.org/debian-security bullseye-security InRelease
[27.1 kB]
Get:4 http://archive.debian.org/debian bullseye/main arm64 Packages
[7955 kB]
Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64
Packages [471 kB]
Get:6 http://archive.debian.org/debian bullseye-updates/main arm64
Packages [16.3 kB]
Fetched 8629 kB in 2s (5005 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
19 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@b13e1d8ca65a:/# apt full-upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
dpkg gpgv libc-bin libc6 libgnutls30 libgssapi-krb5-2 libk5crypto3
libkrb5-3 libkrb5support0 liblzma5 libpam-modules libpam-modules-bin
libpam-runtime libpam0g libssl1.1 libsystemd0 libudev1 perl-base tzdata
19 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 12.9 MB of archives.
After this operation, 70.7 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Err:1 http://deb.debian.org/debian-security bullseye-security/main arm64
dpkg arm64 1.20.14
404 Not Found [IP: 151.101.62.132 80]
Err:2 http://deb.debian.org/debian-security bullseye-security/main arm64
perl-base arm64 5.32.1-4+deb11u5
404 Not Found [IP: 151.101.62.132 80]
Err:3 http://deb.debian.org/debian-security bullseye-security/main arm64
libc6 arm64 2.31-13+deb11u14
404 Not Found [IP: 151.101.62.132 80]
Err:4 http://deb.debian.org/debian-security bullseye-security/main arm64
libc-bin arm64 2.31-13+deb11u14
404 Not Found [IP: 151.101.62.132 80]
[...]
This is what's broken.
--
Chris Boot
[email protected]