The repository 'https://deb.debian.org/debian bullseye-backports Release' no longer has a Release file.
What could be wrong?
$ sudo apt update
[sudo] password for purism:
Ign:1 https://deb.debian.org/debian bullseye-backports InRelease
Err:2 https://deb.debian.org/debian bullseye-backports Release
404 Not Found [IP: 199.232.18.132 443]
Get:3 https://repo.pureos.net/pureos byzantium InRelease [9,641 B]
Get:4 https://repo.pureos.net/pureos byzantium-updates InRelease [9,649 B]
Get:5 https://repo.pureos.net/pureos byzantium-security InRelease [9,650 B]
Reading package lists... Done
E: The repository 'https://deb.debian.org/debian bullseye-backports 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.
as you may know, oldstable is only supported for 1 year. For bookworm this was 2024-06-10. We added a small grace period afterwards, but we will not allow updates after this point. We will also remove the suite from the debian mirrors soon.
Thanks. I think I fixed this now by changing the /etc/apt/sources.list file.
I replaced this line:
deb https://deb.debian.org/debian bullseye-backports main
with this line:
deb https://archive.debian.org/debian bullseye-backports main
I’m surprised there are not more reactions to this thread, as I used the default config as far as I know, and I would expect everybody to get hit by this issue.
@jonathon.hall: Should I create a GitLab issue for this?
PureOS certainly does not use repositories of another distribution in its default config, so it’s not surprising at all. In fact, it’s not only not a default, it’s not a supported configuration - Debian repos are mostly, but not entirely compatible with PureOS, and using them without knowing exactly what you’re doing may cause various troubles.
Thanks! I will refrain from creating an issue in GitLab. Probably I forgot some fiddling I did. Maybe I should start over with a fresh Byzantium image once.