Run DietPi-software, item SSH server, selsct replace Dropbear with OpenSSH server. Installation failed.
Err:3 http://archive.raspbian.org/raspbian stretch Release 404 Not Found [IP: 93.93.128.191 80]
E: The repository 'http://archive.raspbian.org/raspbian stretch Release' does not have a Release file.
[FAILED] DietPi-Software | Unable to continue, DietPi-Software will now terminate.
Required Information
Date | Wed Jan 3 16:02:20 GMT 2024
DietPi version | v8.25.1 (MichaIng/master)
Image creator |
Pre-image |
Hardware | Odroid C4/HC4 (aarch64) (ID=16)
Kernel version | Linux DietPi 6.1.63-current-meson64 #1 SMP PREEMPT Mon Nov 20 10:52:19 UTC 2023 aarch64 GNU/Linux
Distro | bookworm (ID=7)
Command | apt-get -y -eany update
Exit code | 100
Software title | DietPi-Software
Additional Information (if applicable)
Software title | DietPi-Software
Was the software title installed freshly or updated/migrated? new installation
Can this issue be replicated on a fresh installation of DietPi?
Looks like a problem with your sources.list. There is no more repo for stretch availalbe so you get a 404 .
You write your system is on bookworm but your soruces.list has still repo for stretch. Did you maybe upgraded from stretch to bullseye to bookworm manually but forgot to change the sources.list?
Err:3 Index of /raspbian/ stretch Release 404 Not Found [IP: 93.93.128.191 80]
Easiest would be you change your sources.list manually with a command like:
sed --follow-symlinks -i 's/stretch/bookworm/g' /etc/apt/sources.list
Pls make a backup beforehand, this can break things.