Update fail (manjaro-release-22.0.5-1)

sudo pacman -Syu
[sudo] password for joe: 
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (1) manjaro-release-22.0.5-1

Total Download Size:   0,02 MiB
Total Installed Size:  0,00 MiB
Net Upgrade Size:      0,00 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 manjaro-release-22.0.5-1-any.pkg.tar.xz failed to download
error: failed retrieving file 'manjaro-release-22.0.5-1-any.pkg.tar.xz' from ftp.cc.uoc.gr : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.

That’s from yesterday .Any new?
Thank’s in advance.

Hi @joe-77,

I’m thinking your mirrors are out-of-date. Especially since I’m on the stable branch as well, and there weren’t any updates yesterday.

Lets resync your mirrors and try the update again:

sudo pacman-mirrors -f 5 && sudo pacman -Syyu
sudo pacman-mirrors -f 5 && sudo pacman -Syyu
[sudo] password for joe: 
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: https://repo.manjaro.org/status.json
::INFO Using custom mirror file
::INFO Querying mirrors - This may take some time
  0.416 Greece         : https://ftp.cc.uoc.gr/mirrors/linux/manjaro/
::INFO Writing mirror list
::Greece          : https://ftp.cc.uoc.gr/mirrors/linux/manjaro/stable/$repo/$arch
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist
:: Synchronizing package databases...
 core                  163,5 KiB   399 KiB/s 00:00 [######################] 100%
 extra                1858,0 KiB  1228 KiB/s 00:02 [######################] 100%
 community               7,6 MiB  2,19 MiB/s 00:03 [######################] 100%
 multilib              170,6 KiB   403 KiB/s 00:00 [######################] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (1) manjaro-release-22.0.5-1

Total Download Size:   0,02 MiB
Total Installed Size:  0,00 MiB
Net Upgrade Size:      0,00 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 manjaro-release-22.0.5-1-any.pkg.tar.xz failed to download
error: failed retrieving file 'manjaro-release-22.0.5-1-any.pkg.tar.xz' from ftp.cc.uoc.gr : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.

I’m going to go ahead and take a wild guess:

I’m thinking an update is in the process of being pushed.

It seems you configured your system to only use mirrors from Greece, and it happens that one is out-of-date.
You may want to include more mirrors from neighbor countries:

# Worldwide list:
sudo pacman-mirrors -f 5 -c all

# Europe (uses geolocalisation)
sudo pacman-mirrors -f 5 -continent

# List available countries and use some
pacman-mirrors -l
sudo pacman-mirrors -f 5 -c <country>,<country>...

https://repo.manjaro.org/

1 Like

There were other applications(about 10 and all with firmware notes) that I upgraded one by one

Well…:point_down:

Or is it :point_up:

:thinking:

sudo pacman-mirrors --country Germany,France,Austria && sudo pacman -Syu

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.