On Sun, 2025-08-31 at 08:26 -0400, Dennis Clarke wrote: > > FWIW, there were discussions with the FTP team to generate new signatures > > for > > archive.debian.org so that older Debian distributions can be installed > > without > > signature verification problems. > > > > Alternatively, you can try setting the clock back. > > when all else fails .... however at the moment there is no functional > pkg mirror at all.
It is a working package mirror. It's just that the GPG signatures are no longer valid and you need to tell debian-installer to ignore them: root@raverin:/srv# debootstrap --no-check-gpg --arch=sparc wheezy wheezy-sparc-sbuild https://archive.debian.org/debian I: Target architecture can be executed I: Retrieving InRelease I: Retrieving Release I: Retrieving Packages I: Retrieving Packages I: Validating Packages (...) I: Configuring aptitude... I: Configuring libcurl3-gnutls:sparc... I: Configuring apt-transport-https... I: Configuring tasksel... I: Configuring tasksel-data... I: Configuring ca-certificates... I: Base system installed successfully. root@raverin:/srv# chroot wheezy-sparc-sbuild/ root@raverin:/# I think there might be a boot command line option for debian-installer to achieve that or you can try setting the clock back to a date before the Wheezy key expiration date. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

