- Codice: Seleziona tutto
Get: 1 http://security.debian.org testing/updates InRelease [87,8 kB]
Get: 2 http://debian.fastweb.it testing InRelease [190 kB]
Scaricato 278 kB in 0s (524 kB/s)
E: Release file for http://debian.fastweb.it/debian/dists/testing/InRelease is expired (invalid since 6g 6h 52min 35s). Updates for this repository will not be applied.
Ho provato a cambiare mirror, ma l'errore non cambia; ho controllato anche che la data sia corretta su tutti i PC e lo è. Su uno dei PC uso apt-cacher-ng, ma anche provando a saltarlo l'errore si ripresenta.
Di seguito il contenuto di alcuni file del PC su cui è installato apt-cacher (ma sono pressoché identici ai corrispettivi dell'altro):
sources.list
- Codice: Seleziona tutto
# Principale, semiliberi e non liberi
deb http://debian.fastweb.it/debian/ testing main contrib non-free
# Sicurezza
deb http://security.debian.org/ testing/updates main contrib
apt.conf
- Codice: Seleziona tutto
APT::Default-Release "testing";
APT::Cache-Limit 32000000;
Apt::Get::Purge;
APT::Clean-Installed;
APT::Get::Fix-Broken;
APT::Get::Fix-Missing;
APT::Get::Show-Upgraded "true";
APT::Force-LoopBreak=true;
APT::Get::AllowUnauthenticated 1;
Acquire::http::Proxy "http://localhost:3142/";
preferences
- Codice: Seleziona tutto
Package: *
Pin: release a=testing
Pin-Priority: 900
Package: *
Pin: release o=Debian
Pin-Priority: -10
Grazie in anticipo.


