Failed retrieving file 'core.db' in arm

hello I tried to update arm but I get this fail

error: failed retrieving file 'core.db' from manjaro-arm.moson.org : The requested URL returned error: 404
error: failed retrieving file 'core.db' from manjaro-arm.moson.eu : The requested URL returned error: 404
error: failed retrieving file 'core.db' from mirror.alpix.eu : The requested URL returned error: 404
error: failed to update core (failed to retrieve some files)
error: failed retrieving file 'extra.db' from manjaro-arm.moson.org : The requested URL returned error: 404
error: failed retrieving file 'extra.db' from manjaro-arm.moson.eu : The requested URL returned error: 404
error: failed retrieving file 'extra.db' from mirror.alpix.eu : The requested URL returned error: 404
error: failed to update extra (failed to retrieve some files)
error: failed retrieving file 'community.db' from manjaro-arm.moson.org : The requested URL returned error: 404
error: failed retrieving file 'community.db' from manjaro-arm.moson.eu : The requested URL returned error: 404
error: failed retrieving file 'community.db' from mirror.alpix.eu : The requested URL returned error: 404
error: failed to update community (failed to retrieve some files)
error: failed to synchronize all databases

my mirrolist is this:

##
## Manjaro Linux repository mirrorlist
## Generated on 29 August 2020 15:07
##
## Use pacman-mirrors to modify
##

## Location  : Germany
## Time      :  0.123
## Last Sync :
Server = https://manjaro-arm.moson.org/stable/$repo/$arch

## Location  : Germany
## Time      :  0.131
## Last Sync :
Server = https://manjaro-arm.moson.eu/stable/$repo/$arch

## Location  : Germany
## Time      :  0.149
## Last Sync :
Server = https://mirror.alpix.eu/manjaro/stable/$repo/$arch

if I run this sudo pacman-mirros -g these are the logs:

:: Querying servers, this may take some time...
Australia
Denmark
-> 0.174 https://mirrors.dotsrc.org/manjaro-arm/stable/$repo/$arch
Germany
-> 0.154 https://manjaro-arm.moson.eu/stable/$repo/$arch
-> 0.170 https://mirror.alpix.eu/manjaro/stable/$repo/$arch
-> 0.185 https://manjaro-arm.moson.org/stable/$repo/$arch
Japan
-> ..... http://natrox.jp/pub/manjaro-arm/stable/$repo/$arch
Error: Failed to reach the server: Not Found
Switzerland
-> ..... https://mirror.scachemaille.ch/manjaro-arm/stable/$repo/$arch
Error: Failed to reach the server: Not Found
The_Netherlands
-> ..... http://manjaroarm.mirrors.lavatech.top/stable/$repo/$arch
Error: Failed to reach the server: [Errno -5] No address associated with hostname
-> ..... https://manjaroarm.mirrors.lavatech.top/stable/$repo/$arch
Error: Failed to reach the server: [Errno -5] No address associated with hostname
United_States
-> 0.390 http://ftp-osl.osuosl.org/pub/manjaro-arm/repo/stable/$repo/$arch
-> ..... https://manjaro-arm.ericlay.online/stable/$repo/$arch
Error: Failed to reach the server: timed out
:: Generated and saved '/etc/pacman.d/mirrorlist' mirrorlist.
I didn't update for long time

Follow the steps in post #1 here:

Another mirror transition manual intervention required

1 Like

@Darksky thanks, it works, I updated my manjaro arm :hearts:

1 Like

Hello, it works but I am getting the following error:

error: failed to commit transaction (conflicting files)
nss: /usr/lib/p11-kit-trust.so exists in filesystem
Errors occurred, no packages were upgraded.

After having 650 downloaded.

At least they are downloaded.

sudo pacman -Syu --overwrite /usr/lib/p11-kit-trust.so

1 Like

Thanks.

I have used:

pacman -Syu --overwrite /usr/lib\*/p11-kit-trust.so

and it works!

1 Like