Skip to main content
Topic: [SOLVED] `pacman -Syu` has had "nothing to do" for 10 days (Read 748 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] `pacman -Syu` has had "nothing to do" for 10 days

Hey all. This is a fairly new Artix install, and it seems fishy that I've not had a single package to update for 10 days. That's unusual, compared to my Arch install on the same machine that has package updates every few hours. Furthermore as below I can see my version of linux is 6.14.6.artix1-1, and the one on the Artix package repo seems plainly newer at 6.14.9.artix1-1.

Can someone help me understand what I'm missing?

/etc/pacman.conf: https://paste.debian.net/plain/1377561
/etc/pacman.d/mirrorlist: https://paste.debian.net/1377562/

Code: [Select]
sudo pacman -Syu
:: Synchronizing package databases...
 system is up to date
 world is up to date
 galaxy is up to date
 omniverse is up to date
:: Starting full system upgrade...
 there is nothing to do


Code: [Select]
➜  pacman -Q linux
linux 6.14.6.artix1-1
➜  uname -r
6.14.6-artix1-1
➜  pacman -Si linux
Repository      : system
Name            : linux
Version         : 6.14.6.artix1-1
...

Re: `pacman -Syu` has had "nothing to do" for 10 days

Reply #1
Okay, I figured it out.

It's the first default mirror that is out of date:

Code: [Select]
https://mirror.clarkson.edu/artix-linux/repos/$repo/os/$arch

Which I can see has old dates on everything. Commenting this out has fixed things. So someone needs to let that mirrorlist host know their stuff is screwed up.