Linux Lite A.I. Services are now live! https://www.linuxliteos.com/shop.html


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Installing Updates Failed - Repository Change - Components-amd64.yml
#1
Received the following Error when attempting to install updates this afternoon - can anyone assist in resolving this please



===========================
Install Updates Error Log
===========================

Install Updates could not fetch the package cache information lists.
Go to https://www.linuxliteos.com/forums/ and paste the log below into
a new or existing thread for assistance.

============ Log ===========

Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:3 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble InRelease
Hit:4 https://ppa.launchpadcontent.net/mozilla...ext/ubuntu noble InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu noble InRelease
Hit:2 https://repo.linuxliteos.com/linuxlite galena InRelease
Hit:6 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:7 http://us.archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:8 https://packages.mozilla.org/apt mozilla InRelease
Get:9 http://us.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Ign:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
Err:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
  404  Not Found [IP: 2620:2d:4002:1::101 80]
Ign:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
Err:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
  404  Not Found [IP: 2620:2d:4002:1::101 80]
Ign:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
Err:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
  404  Not Found [IP: 2620:2d:4002:1::101 80]
Reading package lists...
W: https://ppa.launchpadcontent.net/mozilla.../InRelease: Signature by key 0AB215679C571D1C8325275B9BDB3D89CE49EC21 uses weak algorithm (rsa1024)
W: https://ppa.launchpadcontent.net/mozilla.../InRelease: Signature by key 0AB215679C571D1C8325275B9BDB3D89CE49EC21 uses weak algorithm (rsa1024)
E: Repository 'http://us.archive.ubuntu.com/ubuntu noble-backports InRelease' changed its default priority for apt_preferences(5) from 500 to 100.
Reply
#2
This indicates that a repository you are using has changed or added information concerning their software. This one looks routine. Changes like these happen during the life cycle of a release but the update/upgrade process requires indication from the user that you accept them. Try opening a terminal by pressing 'Ctrl' 'Alt' and 'T' together and in the terminal window type or paste in this command

Code:
sudo apt-get --allow-releaseinfo-change update
This allows the update process to accept the changes - you will need to enter your password.
Once this command has been run, please retry the update/upgrade.
stevef
clueless
Reply
#3
(06-04-2025, 01:38 PM)stevef Wrote: This indicates that a repository you are using has changed or added information concerning their software.  This one looks routine.  Changes like these happen during the life cycle of a release but the update/upgrade process requires indication from the user that you accept them.  Try opening a terminal by pressing 'Ctrl' 'Alt' and 'T' together and in the terminal window type or paste in this command

Code:
sudo apt-get --allow-releaseinfo-change update
This allows the update process to accept the changes - you will need to enter your password.
Once this command has been run, please retry the update/upgrade.

Hi Steve
I ran the command as instructed then uun the update without success. I then ran your command again but once again the update failed with the following error log
===========================
Install Updates Error Log
===========================

Install Updates could not fetch the package cache information lists.
Go to https://www.linuxliteos.com/forums/ and paste the log below into
a new or existing thread for assistance.

============ Log ===========

Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:3 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble InRelease
Hit:4 https://ppa.launchpadcontent.net/mozilla...ext/ubuntu noble InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu noble InRelease
Hit:6 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 https://repo.linuxliteos.com/linuxlite galena InRelease
Hit:7 http://us.archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:8 http://us.archive.ubuntu.com/ubuntu noble-backports InRelease
Get:9 https://packages.mozilla.org/apt mozilla InRelease [1,526 B]
Ign:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
Err:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
  404  Not Found [IP: 2620:2d:4002:1::102 80]
Ign:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
Err:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
  404  Not Found [IP: 2620:2d:4002:1::102 80]
Ign:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
Err:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
  404  Not Found [IP: 2620:2d:4002:1::102 80]
Get:11 https://packages.mozilla.org/apt mozilla/main all Packages [5,608 kB]
Get:12 https://packages.mozilla.org/apt mozilla/main amd64 Packages [105 kB]
Get:13 https://packages.mozilla.org/apt mozilla/main i386 Packages [101 kB]
Fetched 5,815 kB in 3s (1,760 kB/s)
Reading package lists...
W: https://ppa.launchpadcontent.net/mozilla.../InRelease: Signature by key 0AB215679C571D1C8325275B9BDB3D89CE49EC21 uses weak algorithm (rsa1024)
W: https://ppa.launchpadcontent.net/mozilla.../InRelease: Signature by key 0AB215679C571D1C8325275B9BDB3D89CE49EC21 uses weak algorithm (rsa1024)
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dist...-amd64.yml  404  Not Found [IP: 2620:2d:4002:1::102 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Reply
#4
The original priority change and the current not found error suggests there are some changes being done at the repository end. Unless urgently required, stick with your current set up and try again in 24 hours. If urgent you could try changing repositories but that may not work if changes are being rolled out to repositories.
stevef
clueless
Reply
#5
(06-04-2025, 03:25 PM)stevef Wrote: The original priority change and the current not found error suggests there are some changes being done at the repository end.  Unless urgently required, stick with your current set up and try again in 24 hours.  If urgent you could try changing repositories but that may not work if changes are being rolled out to repositories.

OK Steve , many thanks for your help

I'll give it 24 hours as suggested and report back either way

Dave
Reply
#6
(06-04-2025, 03:25 PM)stevef Wrote: The original priority change and the current not found error suggests there are some changes being done at the repository end.  Unless urgently required, stick with your current set up and try again in 24 hours.  If urgent you could try changing repositories but that may not work if changes are being rolled out to repositories.

Steve

Have waited a further 24+ hours and still no change - here is the latest feedback
===========================
Install Updates Error Log
===========================

Install Updates could not fetch the package cache information lists.
Go to https://www.linuxliteos.com/forums/ and paste the log below into
a new or existing thread for assistance.

============ Log ===========

Hit:1 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:3 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 https://repo.linuxliteos.com/linuxlite galena InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu noble InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:6 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble InRelease
Hit:7 https://ppa.launchpadcontent.net/mozilla...ext/ubuntu noble InRelease
Hit:8 https://packages.mozilla.org/apt mozilla InRelease
Hit:9 http://us.archive.ubuntu.com/ubuntu noble-backports InRelease
Ign:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
Err:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
  404  Not Found [IP: 2620:2d:4002:1::102 80]
Ign:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
Err:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
  404  Not Found [IP: 2620:2d:4002:1::102 80]
Ign:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
Err:10 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
  404  Not Found [IP: 2620:2d:4002:1::102 80]
Reading package lists...
W: https://ppa.launchpadcontent.net/mozilla.../InRelease: Signature by key 0AB215679C571D1C8325275B9BDB3D89CE49EC21 uses weak algorithm (rsa1024)
W: https://ppa.launchpadcontent.net/mozilla.../InRelease: Signature by key 0AB215679C571D1C8325275B9BDB3D89CE49EC21 uses weak algorithm (rsa1024)
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dist...-amd64.yml  404  Not Found [IP: 2620:2d:4002:1::102 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Reply
#7
Thank you. Trying to reproduce this, but a test system is updating ok.
It isn't looking for the archive reference and is using non-US repositories.
Which country/region are you in ?
Has anything been changed or newly installed since the previous successful update/upgrade ?
Do you have Wine installed ?

Can you open a terminal again and provide the results of these commands ?

Refresh the cache.
Code:
sudo apt update
Enter your password if asked.

List what needs to be upgraded
Code:
apt list --upgradable

List your repositories
Code:
inxi -r
stevef
clueless
Reply
#8
(Yesterday, 05:48 AM)stevef Wrote: Thank you.  Trying to reproduce this, but a test system is updating ok.
It isn't looking for the archive reference and is using non-US repositories.
Which country/region are you in ?
Has anything been changed or newly installed since the previous successful update/upgrade ?
Do you have Wine installed ?

Can you open a terminal again and provide the results of these commands ?

Refresh the cache.
Code:
sudo apt update
Enter your password if asked.

List what needs to be upgraded
Code:
apt list --upgradable

List your repositories
Code:
inxi -r

Hi Steve

I'm in the UK

Nothing has been changed since the last upgrade other than a remove paywall app to google chrome

I do not have wine installed

Output of terminal as follows :-


ave  ~  sudo apt update
[sudo] password for dave:
Get:2 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]     
Hit:3 https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu noble InRelease 
Hit:4 http://us.archive.ubuntu.com/ubuntu noble InRelease                     
Hit:5 https://ppa.launchpadcontent.net/mozilla...ext/ubuntu noble InRelease
Get:6 http://us.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]   
Hit:1 https://repo.linuxliteos.com/linuxlite galena InRelease                 
Get:7 https://dl.google.com/linux/chrome/deb stable InRelease [1,825 B]       
Get:8 https://packages.mozilla.org/apt mozilla InRelease [1,526 B]           
Get:9 http://us.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
Get:10 http://security.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
Get:11 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Components [208 B]
Get:12 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
Get:13 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
Ign:14 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
Err:14 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
  404  Not Found [IP: 2620:2d:4002:1::102 80]
Ign:14 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
Err:14 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
  404  Not Found [IP: 2620:2d:4002:1::102 80]
Ign:14 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
Err:14 http://us.archive.ubuntu.com/ubuntu noble/restricted amd64 Components
  404  Not Found [IP: 2620:2d:4002:1::102 80]
Get:15 http://us.archive.ubuntu.com/ubuntu noble-updates/main i386 Packages [473 kB]
Get:16 https://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1,212 B]
Get:17 https://packages.mozilla.org/apt mozilla/main amd64 Packages [105 kB] 
Get:18 http://us.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1,113 kB]
Get:19 http://us.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [161 kB]
Get:20 http://us.archive.ubuntu.com/ubuntu noble-updates/restricted i386 Packages [18.7 kB]
Get:21 http://us.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1,172 kB]
Get:22 https://packages.mozilla.org/apt mozilla/main i386 Packages [101 kB]   
Get:23 http://us.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [243 kB]
Get:24 http://us.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
Get:25 http://us.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1,078 kB]
Get:26 http://us.archive.ubuntu.com/ubuntu noble-updates/universe i386 Packages [653 kB]
Get:27 http://us.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [274 kB]
Get:28 http://us.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [376 kB]
Get:29 http://us.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
Get:30 http://us.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7,084 B]
Get:31 http://us.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
Get:32 https://packages.mozilla.org/apt mozilla/main all Packages [5,624 kB] 
Get:33 http://us.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [16.4 kB]
Get:34 http://us.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
Fetched 11.9 MB in 3s (3,397 kB/s)                                           
Reading package lists... Done
W: https://ppa.launchpadcontent.net/mozilla.../InRelease: Signature by key 0AB215679C571D1C8325275B9BDB3D89CE49EC21 uses weak algorithm (rsa1024)
W: https://ppa.launchpadcontent.net/mozilla.../InRelease: Signature by key 0AB215679C571D1C8325275B9BDB3D89CE49EC21 uses weak algorithm (rsa1024)
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dist...-amd64.yml  404  Not Found [IP: 2620:2d:4002:1::102 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
 dave  ~  100  apt list --upgradable
Listing... Done
cloud-init/noble-updates,noble-updates 25.1.2-0ubuntu0~24.04.1 all [upgradable from: 24.4.1-0ubuntu0~24.04.3]
google-chrome-stable/stable 137.0.7151.68-1 amd64 [upgradable from: 137.0.7151.55-1]
ibverbs-providers/noble-updates 50.0-2ubuntu0.2 amd64 [upgradable from: 50.0-2build2]
inxi/noble-updates,noble-updates 3.3.34-1-1 all [upgradable from: 3.3.13-1-1]
libibverbs1/noble-updates 50.0-2ubuntu0.2 amd64 [upgradable from: 50.0-2build2]
libqt5qml5/noble-updates 5.15.13+dfsg-1ubuntu0.1 amd64 [upgradable from: 5.15.13+dfsg-1]
libqt5qmlmodels5/noble-updates 5.15.13+dfsg-1ubuntu0.1 amd64 [upgradable from: 5.15.13+dfsg-1]
libqt5quick5/noble-updates 5.15.13+dfsg-1ubuntu0.1 amd64 [upgradable from: 5.15.13+dfsg-1]
libtraceevent1/noble-updates 1:1.8.2-1ubuntu2.1 amd64 [upgradable from: 1:1.8.2-1ubuntu2]
libvpx9/noble-updates,noble-security 1.14.0-1ubuntu2.2 amd64 [upgradable from: 1.14.0-1ubuntu2.1]
nvidia-common/noble-updates 1:0.9.7.6ubuntu3.2 amd64 [upgradable from: 1:0.9.7.6ubuntu3.1]
openssh-client/noble-updates 1:9.6p1-3ubuntu13.12 amd64 [upgradable from: 1:9.6p1-3ubuntu13.11]
openssh-server/noble-updates 1:9.6p1-3ubuntu13.12 amd64 [upgradable from: 1:9.6p1-3ubuntu13.11]
openssh-sftp-server/noble-updates 1:9.6p1-3ubuntu13.12 amd64 [upgradable from: 1:9.6p1-3ubuntu13.11]
ubuntu-drivers-common/noble-updates 1:0.9.7.6ubuntu3.2 amd64 [upgradable from: 1:0.9.7.6ubuntu3.1]
update-notifier-common/noble-updates,noble-updates 3.192.68.2 all [upgradable from: 3.192.68.1]
zenity-common/noble-updates,noble-updates 4.0.1-1build3 all [upgradable from: 3.44.0-1]
zenity/noble-updates 4.0.1-1build3 amd64 [upgradable from: 3.44.0-1]
 dave  ~  inxi -r
Repos:
  Active apt repos in: /etc/apt/sources.list
  1: deb http://us.archive.ubuntu.com/ubuntu/ noble main restricted
  2: deb http://us.archive.ubuntu.com/ubuntu/ noble-updates main restricted
  3: deb http://us.archive.ubuntu.com/ubuntu/ noble universe
  4: deb http://us.archive.ubuntu.com/ubuntu/ noble-updates universe
  5: deb http://us.archive.ubuntu.com/ubuntu/ noble multiverse
  6: deb http://us.archive.ubuntu.com/ubuntu/ noble-updates multiverse
  7: deb http://us.archive.ubuntu.com/ubuntu/ noble-backports main restricted universe multiverse
  8: deb http://security.ubuntu.com/ubuntu noble-security main restricted
  9: deb http://security.ubuntu.com/ubuntu noble-security universe
  10: deb http://security.ubuntu.com/ubuntu noble-security multiverse
  Active apt repos in: /etc/apt/sources.list.d/google-chrome.list
  1: deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
  Active apt repos in: /etc/apt/sources.list.d/linuxlite.list
  1: deb http://repo.linuxliteos.com/linuxlite/ galena main
  Active apt repos in: /etc/apt/sources.list.d/mozilla.list
  1: deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main
  Active apt repos in: /etc/apt/sources.list.d/mozillateam-ubuntu-ppa-noble.sources
  1: deb https://ppa.launchpadcontent.net/mozilla...pa/ubuntu/ noble main
  Active apt repos in: /etc/apt/sources.list.d/mozillateam-ubuntu-thunderbird-next-noble.sources
  1: deb https://ppa.launchpadcontent.net/mozilla...xt/ubuntu/ noble main
Reply
#9
As far as I can make out the syatem is looking for this
http://us.archive.ubuntu.com/ubuntu/dist...-amd64.yml
and getting a 404 error. The file is on the repository, but with a different path.

Haven't found any similar reports yet. Without knowing the cause and unable to reproduce, it is hard to recommend any action other than waiting for someone with more knowledge to help.
In the meantime, running the Package Cache 'Clean' task from within Lite Tweaks might flush something out.
stevef
clueless
Reply
#10
(Yesterday, 01:46 PM)stevef Wrote: As far as I can make out the syatem is looking for this
http://us.archive.ubuntu.com/ubuntu/dist...-amd64.yml
and getting a 404 error.  The file is on the repository, but with a different path.

Haven't found any similar reports yet.  Without knowing the cause and unable to reproduce, it is hard to recommend any action other than waiting for someone with more knowledge to help.
In the meantime, running the Package Cache 'Clean' task from within Lite Tweaks might flush something out.

Do you mean "Package System Repair" Steve ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)