newpsswd1 Posted October 22, 2021 Posted October 22, 2021 Why am I getting error logs when trying to update, upgrade, etc? buster debian 10 orangepi chromium no firewall Reading package lists... Done E: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable' N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details. N: Repository 'http://httpredir.debian.org/debian buster InRelease' changed its 'Version' value from '10.2' to '10.11' E: Repository 'http://httpredir.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable' N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details. E: Repository 'http://httpredir.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates' N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details. W: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'https://repo.protonvpn.com/debian stable InRelease' does not seem to provide it (sources.list entry misspelt?) ======================= Err:1 http://httpredir.debian.org/debian buster/main armhf libjs-jquery all 3.3.1~dfsg-3 404 Not Found [IP: 151.101.14.132 80] Err:2 http://httpredir.debian.org/debian buster/main armhf libjs-underscore all 1.9.1~dfsg-1 404 Not Found [IP: 151.101.14.132 80] Err:3 http://httpredir.debian.org/debian buster/main armhf python3-dnspython all 1.16.0-1 404 Not Found [IP: 151.101.14.132 80] E: Failed to fetch http://httpredir.debian.org/debian/pool/main/j/jquery/libjs-jquery_3.3.1~dfsg-3_all.deb 404 Not Found [IP: 151.101.14.132 80] E: Failed to fetch http://httpredir.debian.org/debian/pool/main/u/underscore/libjs-underscore_1.9.1~dfsg-1_all.deb 404 Not Found [IP: 151.101.14.132 80] E: Failed to fetch http://httpredir.debian.org/debian/pool/main/d/dnspython/python3-dnspython_1.16.0-1_all.deb 404 Not Found [IP: 151.101.14.132 80] E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Werner Posted October 22, 2021 Posted October 22, 2021 Seems like the selected debian mirror is down or not sync. Nothing Armbian can do about. Ask Debian to fix it. Btw. httpredir.debian.org is obsolete for years now. Use deb.debian.org instead.
newpsswd1 Posted October 26, 2021 Author Posted October 26, 2021 Thanks Werner. Q1: For the following, is there something I need to type into the terminal to "accept it" ? Q2: How can I change httpredir.debian.org to deb.debian.org ? I did not create my system - all I can do is use the terminal and no longer have access to the firewall. E: Repository 'http://security.debian.org buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable' N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details. N: Repository 'http://httpredir.debian.org/debian buster InRelease' changed its 'Version' value from '10.2' to '10.11' E: Repository 'http://httpredir.debian.org/debian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable' N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details. E: Repository 'http://httpredir.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates' N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details. W: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'https://repo.protonvpn.com/debian stable InRelease' does not seem to provide it (sources.list entry misspelt?)
Werner Posted October 26, 2021 Posted October 26, 2021 3 hours ago, newpsswd1 said: Thanks Werner. Q1: For the following, is there something I need to type into the terminal to "accept it" ? https://www.google.com/search?client=firefox-b-e&q=N%3A+This+must+be+accepted+explicitly+before+updates+for+this+repository+can+be+applied. 2nd result 3 hours ago, newpsswd1 said: Q2: How can I change httpredir.debian.org to deb.debian.org ? Edit your /etc/apt/sources.list
newpsswd1 Posted October 29, 2021 Author Posted October 29, 2021 On 10/26/2021 at 3:33 AM, Werner said: https://www.google.com/search?client=firefox-b-e&q=N%3A+This+must+be+accepted+explicitly+before+updates+for+this+repository+can+be+applied. 2nd result Edit your /etc/apt/sources.list /etc/apt/sources.list THis is how the document has been without change: deb http://deb.debian.org/debian buster main contrib non-free #deb-src http://deb.debian.org/debian buster main contrib non-free deb http://deb.debian.org/debian buster-updates main contrib non-free #deb-src http://deb.debian.org/debian buster-updates main contrib non-free deb http://deb.debian.org/debian buster-backports main contrib non-free #deb-src http://deb.debian.org/debian buster-backports main contrib non-free deb http://security.debian.org/ buster/updates main contrib non-free #deb-src http://security.debian.org/ buster/updates main contrib non-free
Recommended Posts