ich versuche gerade auf einem System ein System-Upgrade zu fahren (bullseye -> bookworm). Das habe ich gemacht:
Code: Alles auswählen
# cat /etc/apt/sources.list
deb http://ftp.fr.debian.org/debian bookworm main
deb http://ftp.fr.debian.org/debian-security/ bookworm-security main
deb http://ftp.fr.debian.org/debian bookworm-updates main
# rm -fr /var/lib/apt/lists/*
# apt update
Hit:1 http://ftp.fr.debian.org/debian bookworm InRelease
Hit:2 http://ftp.fr.debian.org/debian-security bookworm-security InRelease
Hit:3 http://ftp.fr.debian.org/debian bookworm-updates InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
# apt full-upgrade -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
crda ...
The following packages will be REMOVED:
exfat-utils ...
The following NEW packages will be installed:
at-spi2-common ...
The following packages will be upgraded:
acl ...
1552 upgraded, 272 newly installed, 13 to remove and 0 not upgraded.
Need to get 1,893 kB/1,177 MB of archives.
After this operation, 1,432 MB of additional disk space will be used.
Err:1 http://ftp.fr.debian.org/debian bookworm/main amd64 ipp-usb amd64 0.9.23-1+b4
403 Forbidden [IP: 212.27.32.66 80]
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/i/ipp-usb/ipp-usb_0.9.23-1%2bb4_amd64.deb 403 Forbidden [IP: 212.27.32.66 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Das sieht irgendwie so aus, als wäre die IP-Adresse von dem System geblockt.