Ich habe ein Problem mit dem Update eines Raspberry. Ich wollte nach einem Jahr mal wieder ein Update durchlaufen lassen. Leider bekomme ich eine Fehlermeldung und weiß nicht, ob die Meldung wirklich relevant ist. Hier die Ausgabe.
Code: Alles auswählen
root@jw04:/etc/apt# lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
root@jw04:/etc/apt# cat /etc/debian_version
11.5
root@jw04:/etc/apt# uname -a
Linux jw04 5.15.76-v7+ #1597 SMP Fri Nov 4 12:13:17 GMT 2022 armv7l GNU/Linux
root@jw04:/etc/apt# apt-get update
OK:1 http://security.debian.org/debian-security bullseye-security InRelease
OK:2 http://ftp.agdsn.de/pub/mirrors/raspbian/raspbian bullseye InRelease
OK:3 http://archive.raspberrypi.org/debian bullseye InRelease
Paketlisten werden gelesen… Fertig
W: Das Laden der konfigurierten Datei »ui/binary-armhf/Packages« wird übersprungen, da das Depot »http://archive.raspberrypi.org/debian bullseye InRelease« die Komponente »ui« nicht enthält. (Schreibfehler bei der Angabe der Komponente in sources.list?)
W: Das Laden der konfigurierten Datei »ui/i18n/Translation-en« wird übersprungen, da das Depot »http://archive.raspberrypi.org/debian bullseye InRelease« die Komponente »ui« nicht enthält. (Schreibfehler bei der Angabe der Komponente in sources.list?)
W: Das Laden der konfigurierten Datei »ui/i18n/Translation-de_DE« wird übersprungen, da das Depot »http://archive.raspberrypi.org/debian bullseye InRelease« die Komponente »ui« nicht enthält. (Schreibfehler bei der Angabe der Komponente in sources.list?)
W: Das Laden der konfigurierten Datei »ui/i18n/Translation-de« wird übersprungen, da das Depot »http://archive.raspberrypi.org/debian bullseye InRelease« die Komponente »ui« nicht enthält. (Schreibfehler bei der Angabe der Komponente in sources.list?)
root@jw04:/etc/apt# cat sources.list
###deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi
deb http://ftp.agdsn.de/pub/mirrors/raspbian/raspbian/ bullseye main contrib non-free
#deb http://debian.bio.lmu.de/raspbian/raspbian/ bullseye main contrib non-free
#deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
#deb-src http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
#deb http://security.debian.org/debian-security bullseye-security main contrib non-free
#deb http://security.debian.org/ bullseye/updates main contrib non-free
#deb-src http://security.debian.org/ bullseye/updates main contrib non-free
deb http://security.debian.org/debian-security/ bullseye-security main contrib non-free
deb-src http://security.debian.org/debian-security/ bullseye-security main contrib non-free
root@jw04:/etc/apt#
Danke für Rückmeldungen zur Problemlösung.