I am doing updates the ugly way
(Just because i have to adminster serveral artix systems at my place)
at each boot a script does the following :
sudo pacman -Syu -confirmAt first stage of update trouble i got the following message from pacman: (translation into englisch by me)
That happend to all 80 files mentiond above.
But the next boot all of the 80 packages got updated:
& pacman told : (free translation)Warning: couldn't find file information for etc/local.d/0PS1.start
Warning: couldn't find file information for etc/local.d/consolefont.start
Warning: couldn't find file information for etc/local.d/mkinitcpio.start
some minor warnings came up:accountsservice wird aktualisiert …
Warnung: Verzeichnis-Berechtigungen unterscheiden sich für /var/lib/AccountsService/
Dateisystem: 755 Paket: 775
syslog-ng wird aktualisiert …
Warnung: Verzeichnis-Berechtigungen unterscheiden sich für /var/lib/syslog-ng/
Dateisystem: 700 Paket: 755
Since then cinnamon wasn't working anymore.
Even worse I couldn't boot anymore: Grub was complaining about missing vmlinuz (but it was still there) Fortunatly the fallbackimage did work.So i used the wiki for troubleshooting:
https://wiki.artixlinux.org/.../Troubleshooting/...to fix stuff up. Finally i reinstalled every of the 80 packages via:
$ sudo pacman -Sy <80 packagenames>
That did it and i could use the encrypted cinnamon system again. Sadly only for 2 times.......