mirto
1
Hi all,
a stupid question:
all my machines, excluded one, show availability of the last stable update 2026-08-23
On the last machine pamac insist that the system is updated.
I tried
sudo pacman-mirrors --fasttrack
and then I tried to refresh updates im pamac.
What can I do to show the available update?
Even though your pamac isn’t actually crashing (just yet), please see… 
I really wish people would stop religiously insisting on using pamac when it has a list of issues from here to the moon. 
Teo
3
Fasttrack respects the already set custom pool if any. So i guess the solution it to reset the pool.
sudo pacman-mirrors --country all
or set to Global which is a cdn
sudo pacman-mirrors --country Global
and then
sudo pacman -Syu
mirto
4
Hi @Aragorn also Octopy says that there are no updates
ASAP I’ll try a reboot and updating from the console
BTW how can I verify if the 2026-08-23 is already installed?
grep 'RELEASE' /etc/lsb-release
If it says 26.1.1, then you’re already up-to-date.
mirto
6
Thanks @Aragorn
You are right
[mirto@mostro ripMyDvd]$ grep 'RELEASE' /etc/lsb-release
DISTRIB_RELEASE="26.1.1"
[mirto@mostro ripMyDvd]$