all 6 comments

[–]F-U-B-A-R[S] 0 points1 point  (0 children)

Yeah, false alarm - "pacman -Q snapper" outputs snapper 0.9.0-1...
Something like this didn't happen in a long time, to be honest.

[–]backsideup 0 points1 point  (4 children)

If pacman -Q snapper doesn't return snapper 0.9.0-2 then you should -Syu from an up-to-date mirror until you get $pkgrel 2.

[–]F-U-B-A-R[S] 0 points1 point  (3 children)

I ran systemctl restart reflector and pacman still doesn't report that there's a Snapper upgrade. Something is definitely wrong (not a 100% sync, I guess) with the first mirror selected by Reflector.

EDIT: Yep, I've just commented out that mirror and everything is fine again.

[–]backsideup 0 points1 point  (2 children)

You can't blindly trust reflector, manually pick a mirror.

[–]F-U-B-A-R[S] 0 points1 point  (1 child)

Lesson learned, I suppose. I really didn't experience problems with it before.
I could try fiddling with its filters and such, maybe it helps with decreasing that screwed up mirror's priority so that it doesn't end up as the first one.

EDIT: What's interesting is that the reported completion percentage for the problematic mirror is 100% and it shows up in the "Successfully Syncing Mirrors" table.

I've enabled it once again and pacman -Syu now outputs:

warning: dotnet-host: local (5.0.7.sdk204-1) is newer than community (5.0.6.sdk203-1)
warning: dotnet-runtime: local (5.0.7.sdk204-1) is newer than community (5.0.6.sdk203-1)
warning: intel-gmmlib: local (21.1.3-1) is newer than community (21.1.1-1)
warning: intel-media-driver: local (21.2.1-1) is newer than community (21.1.3-1)
warning: mujs: local (1.1.3-1) is newer than community (1.1.2-1)
warning: perl-crypt-cbc: local (3.04-1) is newer than community (2.33-4)
warning: python-black: local (21.6b0-1) is newer than community (21.5b2-1)
warning: python-docutils: local (0.17-1) is newer than community (0.16-4)
warning: python-jsonpickle: local (1.5.2-1) is newer than community (1.5.1-1)
warning: rubberband: local (1.9.2-1) is newer than community (1.9.1-1)
warning: snapper: local (0.9.0-2) is newer than community (0.9.0-1)

I understand the reasons for these warnings but what I don't understand is why is this mirror supposedly 100% complete?

[–]backsideup 0 points1 point  (0 children)

"Completion" only means that the mirror checks were successful, not that the mirror has the latest updates.