You are not logged in.
Accoriding to Arch Linux Packages several of my packages are out of date.
E.g.:
Arch Linux Packages version:
x86_64 Core openssl 1.1.1.l-1
x86_64 Core systemd 249.3-1My version
x86_64 Core openssl 1.1.1.k-1
x86_64 Core systemd 249.2-1Even if I update
sudo pacman -Syuthe new versions are not shown, and pacman returns:
:: Synchronizing package databases...
core 136.1 KiB 174 KiB/s 00:01 [##########] 100%
extra 1568.2 KiB 587 KiB/s 00:03 [##########] 100%
community 5.6 MiB 858 KiB/s 00:07 [##########] 100%
:: Starting full system upgrade...
there is nothing to doI'm aware of this somewhat similar post , however the presented solution did not solved the issue.
Last edited by dc-forum (2021-08-25 17:08:56)
Offline
The solution, as the other thread shows, is picking a more up to date mirror.
Offline
@Scimmia
I already use the best one:
cat /etc/pacman.d/mirrorlist
...
Server = https://mirror.osbeck.com/archlinux/$repo/os/$arch
...Considering the Arch Mirrors Status
https://mirror.osbeck.com/archlinux/ https Sweden 100.0% 0:00 0.08 0.03 0.1Last edited by dc-forum (2021-08-25 16:48:02)
Offline
with those '...'s meaning what?
Offline
And that's the first mirror that's actually uncommented? Under normal circumstances only the first mirror is relevant.
Offline
Found in Arch Wiki how to properly force pacman to update
pacman -Syyuafter updating the mirror
sudo vim /etc/pacman.d/mirrorlistaccording to the Arch Mirrors Status (section 2 * "Successfully Syncing Mirrors"), the one with the lowest mirror score (last column):
Server = https://arch.jensgutermuth.de/$repo/os/$archAnd it worked!
* I wonder why the most relevant list "Successfully Syncing Mirrors" is the second list, between the "Out of Sync Mirrors" first and "Mirror Syncing Error Log" third list respectively (bad-list, good-list, bad-list)?!
Last edited by dc-forum (2021-08-25 17:42:22)
Offline