Vraag


Acties:
  • 0 Henk 'm!

  • TheCeet
  • Registratie: Oktober 2012
  • Laatst online: 15-09 20:16
Mijn vraag
Na lange tijd wil ik mijn Raspberry Pi4 nog eens van een update voorzien.
Ik log in zoals gebruikelijk en voer onderstaand commando uit:
code:
1
sudo apt-get update && sudo apt-get upgrade


Ik krijg als resultaat:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Ign:1 http://ftp.nl.debian.org/debian stretch InRelease
Err:2 http://ftp.nl.debian.org/debian stretch Release
  404  Not Found [IP: 130.89.149.21 80]
Ign:3 https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 InRelease
Hit:4 https://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.6 Release
Hit:5 https://deb.debian.org/debian bullseye InRelease
Hit:6 https://deb.debian.org/debian bullseye-updates InRelease
Hit:7 https://deb.debian.org/debian-security bullseye-security InRelease
Hit:8 https://archive.raspberrypi.org/debian bullseye InRelease
Hit:9 https://deb.debian.org/debian bullseye-backports InRelease
Hit:10 https://dl.ubnt.com/unifi/debian stable InRelease
Reading package lists... Done
E: The repository 'http://ftp.nl.debian.org/debian stretch Release' does not have 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.


als ik ga kijken naar de sources.list:
code:
1
2
3
4
5
cat /etc/apt/sources.list
deb https://deb.debian.org/debian/ bullseye main contrib non-free
deb https://deb.debian.org/debian/ bullseye-updates main contrib non-free
deb https://deb.debian.org/debian-security/ bullseye-security main contrib non-free
deb https://deb.debian.org/debian/ bullseye-backports main contrib non-free


Dus ik snap niet vanwaar die plots de stretch lijn vandaan haalt.
OS is Dietpi.

Beste antwoord (via Cyphax op 29-04-2023 11:53)


  • TheCeet
  • Registratie: Oktober 2012
  • Laatst online: 15-09 20:16
Dus ik heb het na lang zoeken uiteindelijk toch gevonden.
De oorzaak was dat in
code:
1
/etc/apt/sources.list.d


Daar stond er nog een repository waar de stretch in vermeld stond.

Alle reacties


Acties:
  • Beste antwoord
  • +2 Henk 'm!

  • TheCeet
  • Registratie: Oktober 2012
  • Laatst online: 15-09 20:16
Dus ik heb het na lang zoeken uiteindelijk toch gevonden.
De oorzaak was dat in
code:
1
/etc/apt/sources.list.d


Daar stond er nog een repository waar de stretch in vermeld stond.