You are not logged in.
Pacman has not offered me any updates since 17 September. This is not a long period, granted, but I notice that e.g. Inxi is version 2.2.3-1 on my system, and doing a 'pacman -Ss' gives the same version, whereas the Archlinux Package Database lists Inxi with version 2.2.5-1 from 2014-09-17.
What does this mean? Are updated packages beling delayed before being distributed to the relevant repositories, or is something broken in my pacman?
Last edited by whaler (2014-09-20 18:31:17)
Offline
Maybe the server you are using is not syncing with the mothership anymore. Try using a different server.
Offline
If it is not a zombie server, then, as a sanity check, verify that you are using the -Syu flags.
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
Check your mirror: https://www.archlinux.org/mirrors/status/
Offline
I ran rankmirrors yesterday, which placed http://mirror.archlinux.no/ first in my list of ten mirrors. Following apg's suggestion I see this mirror is indeed out of sync! Running rankmirrors just now, I got a Swedish mirror on top and updating went smoothly. However, this leads me to another question: I've always thought that pacman would try the next mirror in the list when the first (or former) did not work, but that did not happen in this case. So I am guessing this mechanism only works for mirrors that are down, not mirrors out of sync(?).
Thanks for helpful tips - especially to apg!
Btw - this is my standard update procedure:
# abs
# pacman -Syu
(I save/append the screen text in an update textfile as it has more info than the standard pacman log)
# updatedb
# locate *.pacnewOffline
I've always thought that pacman would try the next mirror in the list when the first (or former) did not work, but that did not happen in this case. So I am guessing this mechanism only works for mirrors that are down, not mirrors out of sync(?).
Correct.
Offline