All kernels gone after system update

Using the add/remove packages GUI I set out for a system update.
I did a manual refresh database from the menu
Then update, and apply.
1.8GB of data was about to be downloaded.
I left the pc. When I got back I rebooted.

As this pc had not been in use for a couple of months, I launched Add/remove software once more.
I did a manual refresh database from the menu again
Then update, and apply.
250is MB of data was about to be downloaded.
I left the pc. When I got back it had gone into sleep mode.

When waking up, the screen remined black, except for the mouse pointer.
PC did not respond to keyboard input - not even Caps lock indicator light responded to key pressed.
Mouse pointer did respond to touchpad actions.

I waited for 5ish minutes - nothing changed and did a hard power off.

When powering out I was met with the message

error: file /boot/vmlinuz-6.6-x86_64ā€™ not found.
error: you need to load the kernel first.
Press any key to continue.

Only one kernel was installed prior to the update: 6.6.65-1 LTS
As there is no newer LTS kernels available I didnā€™t expect any changes to the kernel.

Booting on LIVE usb, and running

manjaro-chroot -a

takes me into the system.

# ls /boot/vm*
grub/
intel-ucode.img
linux66-x86_64.kver
lost+found/
memtest86+/

So, it seems like the kernel image file is gone! How do I get it back?
I realize that I donā€™t have backup of /boot partition.

The date of /boot/grub/grub.conf shows that the grub config was not changed during this update.

Running

# mhwd-kernel -li

shows that linux66 is the only kernel installed.

Trying to reinstall the kernel fails:

# mhwd-kernel -i linux66
:: Synchronizing package databases...
core is up to date
extra is up to date
multilib is up to date
error: no targets specified (use -h for help)

The help given with -h does not mention anything about targets

Trying to install new kernel fails with the same error:

# mhwd-kernel -i linux614
:: Synchronizing package databases...
core is up to date
extra is up to date
multilib is up to date
error: no targets specified (use -h for help)

I guess mhwd-kernel -i cannot be used in chroot environment.

What is the way to reinstall the kernel?

sudo pacman -Syu linux66

PS

This doesnt really have anything to do with your issue, but linux612 is the next LTS.

Thanks. Now the kernel is back. System bootsā€¦ into flashing mouse pointer!
No login screen
Pressing Ctrl+Alt+F3 takes me to a tty with login promptā€¦ for about 2 seconds before jumping back to flashing mouse pointer.
After redoing Ctrl+Alt+F3 15ish times, the tty3 stays and I can log in.

Is there any way to revert the last updates installed?

If you have a backup.

The rest of the issue is difficult to diagnose with the information so far.

Packages/updates should be synced already and installing the kernel should have triggered mkinitcpio and update-grub.

Are third party packages involved?

Do modules/drivers need to be installed for the kernel?

Maybe there are pacnews? (pacdiff -o)

Arch linux has an archive where system can be downgraded with packages from a specific date, as described here:

https://linuxconfig.org/how-to-rollback-pacman-updates-in-arch-linux

Next, edit your /etc/pacman.d/mirrorlist file using your editor of choice:

$ sudo vim /etc/pacman.d/mirrorlist

and change the content to the following.

### Arch Linux repository mirrorlist
### Created to downgrade to Nov 10th 2020
Server=https://archive.archlinux.org/repos/2020/10/11/$repo/os/$arch

Now to finalize downgrading the packages enter the following command.

$ sudo pacman -Syyuu

Is there a similar solution for manjaro?

I tried and created a working one but there was not much interest, so I shut down the domain etc.

( link to original MLA-tools: cscs / Manjaro Linux Archive Tools Ā· GitLab )

Someone else created this:

https://manjaro.tuxboy.eu

But I dont think it can be used in the way you have shown.

Looks like youā€™re right about that.

My current problem seems to be that lightdm-gtk-gre is crashing.
There are lots of entries like this logged:

kernel: x86/cpu: VMX (outside TXT) disabled by bios
kernel: nouveau 0000:01:00:0: DRM: failed to create channel, -22
systemd-coredump[683]: [] Process 647 (lightdm-gtk-gre) of user 966 dumped core.
Stack trace of thread 647:
#0 0x00007f9becb7d624 n/a (libc.so.6 + 0x97624)
[...] lots of similar lines with other numbers[...]
[...] then a bunch of lines mentioning libgtk-3.so.0 [...]
[...] and libgobject-2.0.so.0[...]
a total of about 100 lines

Then 3 seconds later, the same error comes again, just with different process numbers.

This goes on for several minutes before it stops.
Once I press Ctrl+Alt+F7 it starts over, and causes TTY7 to steal focus.

Some things that I might wonder about;
foreign packages

pacman -Qm

pacnews

pacdiff -o

system info

inxi -Farz

By the way you can send things to pastes if that would be easier;
[HowTo] Use public command-line pastebin services without installing anything!


And a slightly different approach that may be worth trying is using mapare to install default packages. It can also be run remotely

bash <(curl -s https://gitlab.com/cscs/mapare/-/raw/main/mapare) -IA

and after inputting your desktop (xfce ?) pacman will be used to install the default packages.

Excepting those associated with any drivers ā€¦ we would use mhwd for that, and assuming its just the open drivers then

sudo mhwd -f -i pci video-linux
1 Like

With no GUI on the pc, I donā€™t get to send anything from it. What I ā€œsendā€ is what I read on its screen, and type in on the other pc.

# pacman -Qm
python-mock 5.1.0-1
reiserfsprogs 3.6.27-5
v86d 0.1.10-7

pacdiff doesnā€™t exist.

inix -Farz returns more than I can write from the screen. My primary suspect in terms of hardware/drivers is the Nvidia GT218.

mapare looks promissing. Iā€™m currently waiting for it to finish.

As the kernel files was missing when I first discovered this issue, the issue should be related to the upgrade process, not hardware or driver. If mapare doesnā€™t solve this, I think the next step will be to reinstall every package on the system.

Update: mapare failed with ā€œerrors occurred, no packages were upgradedā€.
Is there a way to see why it failed?
For the files visible on screen it seems like all has the status ā€œ[filename] exists in filesystemā€. Is that a stop error or just a info?

Well ā€¦ thats why a command to send output to pastes would be helpful.
Example:

$ echo "Hello, marli" | curl -F 'file=@-' https://0x0.st
https://0x0.st/8TfJ.txt

So in order to send system info to a paste you could do:

inxi -Farz | curl -F 'file=@-' https://0x0.st

and it would produce a short link. Using that link or sharing it would allow the whole of the output to be viewable without the need for copying or an interactive GUI at all.


OK, not a very big list.
Iā€™m rather sure you dont want the reiser or v86d packages, unsure of the python one, but it is also likely unrelated. You could still remove them though, ex;

sudo pacman -Rns reiserfsprogs v86d

It is provided by the pacman-contrib package ā€¦ but I suppose this is unimportant for now.


Ah, well, we can tackle the nvidia later.


Thats why it failed.
ā€˜X exists on filesystemā€™ means that files considered ā€˜outside the package managerā€™ are present in the path that packages would install files to, and thus it will not overwrite those files and stops.
Usually this is a symptom of manually compiling software, using sudo with the wrong operations, or possibly something like an interrupted upgrade.

We can see the log and send it to a paste with

cat /var/log/pacman.log | curl -F 'file=@-' https://0x0.st

We can use --overwrite /some/path to forcibly overwrite those paths ā€¦ but it would be best if we knew what those paths were.

Oh. I wasnā€™t expecting there could be such an easy upload service.

[2025-02-21T14:12:35+0100] [PAMAC] synchronizing package lists
[2025-02-21T14:13:31+0100] [PAMAC] synchronizing package lists
[2025-02-21T14:17:39+0100] [PAMAC] synchronizing package lists
[2025-02-21T14:18:13+0100] [ALPM] transaction started
[2025-02-21T14:18:13+0100] [ALPM] upgraded archlinux-keyring (20240709-1 -> 20250123-1)
[2025-02-21T14:18:13+0100] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2025-02-21T14:18:20+0100] [ALPM-SCRIPTLET] ==> Updating trust database...
[2025-02-21T14:18:20+0100] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2025-06-16
[2025-02-21T14:18:20+0100] [ALPM] transaction completed
[2025-02-21T14:18:20+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-02-21T14:18:21+0100] [ALPM] running '30-systemd-update.hook'...
[2025-02-22T18:12:37+0100] [PAMAC] synchronizing package lists
[2025-02-22T18:27:36+0100] [ALPM] running '60-mkinitcpio-remove.hook'...
[2025-02-22T18:27:37+0100] [ALPM] running 'firefox-pre.hook'...
[2025-02-22T18:27:37+0100] [ALPM] transaction started
[2025-02-22T18:27:37+0100] [ALPM] removed python-argon2_cffi (23.1.0-2)
[2025-02-22T18:27:37+0100] [ALPM] removed p7zip (1:17.05-2)
[2025-02-22T18:27:37+0100] [ALPM] removed lib32-libva-mesa-driver (1:24.1.3-1)
[2025-02-22T18:27:37+0100] [ALPM] removed sdl2 (2.30.5-1)
[2025-02-22T18:27:37+0100] [ALPM] removed libva-mesa-driver (1:24.1.3-1)
[2025-02-22T18:27:37+0100] [ALPM] removed tracker3 (3.7.3-2)
[2025-02-22T18:27:37+0100] [ALPM] upgraded linux-api-headers (6.8-1 -> 6.10-1)
[2025-02-22T18:27:37+0100] [ALPM] upgraded tzdata (2024a-2 -> 2025a-1)
[2025-02-22T18:27:37+0100] [ALPM] upgraded iana-etc (20240612-1 -> 20241206-1)
[2025-02-22T18:27:37+0100] [ALPM] warning: directory permissions differ on /root/, filesystem: 755  package: 750
[2025-02-22T18:27:37+0100] [ALPM] upgraded filesystem (2024.04.07-1 -> 2024.11.25-2)
[2025-02-22T18:27:37+0100] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
[2025-02-22T18:27:38+0100] [ALPM] upgraded glibc (2.39+r52+gf8e4623421-1 -> 2.41+r2+g0a7c7a3e283a-1)
[2025-02-22T18:27:38+0100] [ALPM-SCRIPTLET] Generating locales...
[2025-02-22T18:27:40+0100] [ALPM-SCRIPTLET]   en_US.UTF-8... done
[2025-02-22T18:27:42+0100] [ALPM-SCRIPTLET]   nb_NO.UTF-8... done
[2025-02-22T18:27:42+0100] [ALPM-SCRIPTLET] Generation complete.
[2025-02-22T18:27:44+0100] [ALPM] upgraded gcc-libs (14.1.1+r58+gfc9fb69ad62-1 -> 14.2.1+r730+gc061ad5a36ba-1)
[2025-02-22T18:27:44+0100] [ALPM] upgraded gtest (1.14.0-2 -> 1.15.2-1)
[2025-02-22T18:27:44+0100] [ALPM] upgraded abseil-cpp (20240116.2-2 -> 20240722.1-1)
[2025-02-22T18:27:44+0100] [ALPM] upgraded adwaita-cursors (46.2-1 -> 47.0-1)
[2025-02-22T18:27:44+0100] [ALPM] upgraded adwaita-icon-theme-legacy (46.2-1 -> 46.2-3)
[2025-02-22T18:27:44+0100] [ALPM] upgraded adwaita-icon-theme (46.2-1 -> 47.0-1)
[2025-02-22T18:27:44+0100] [ALPM] upgraded alsa-card-profiles (1:1.2.1-1 -> 1:1.2.7-1)
[2025-02-22T18:27:44+0100] [ALPM] upgraded alsa-ucm-conf (1.2.12-1 -> 1.2.13-2)
[2025-02-22T18:27:44+0100] [ALPM] upgraded alsa-lib (1.2.12-1 -> 1.2.13-1)
[2025-02-22T18:27:45+0100] [ALPM] upgraded alsa-plugins (1:1.2.12-2 -> 1:1.2.12-4)
[2025-02-22T18:27:45+0100] [ALPM] upgraded hwdata (0.384-1 -> 0.392-1)
[2025-02-22T18:27:45+0100] [ALPM] upgraded openssl (3.3.1-1 -> 3.4.0-1)
[2025-02-22T18:27:45+0100] [ALPM] upgraded readline (8.2.010-1 -> 8.2.013-1)
[2025-02-22T18:27:45+0100] [ALPM] upgraded bash (5.2.026-3 -> 5.2.037-1)
[2025-02-22T18:27:46+0100] [ALPM] upgraded xz (5.6.2-1 -> 5.6.4-1)
[2025-02-22T18:27:46+0100] [ALPM] upgraded lz4 (1:1.9.4-3 -> 1:1.10.0-2)
[2025-02-22T18:27:46+0100] [ALPM] upgraded kmod (32-1 -> 33-3)
[2025-02-22T18:27:46+0100] [ALPM] upgraded pciutils (3.13.0-1 -> 3.13.0-2)
[2025-02-22T18:27:46+0100] [ALPM] upgraded alsa-utils (1.2.12-1 -> 1.2.13-2)
[2025-02-22T18:27:46+0100] [ALPM] installed fmt (11.1.3-1)
[2025-02-22T18:27:46+0100] [ALPM] upgraded protobuf (27.2-1 -> 29.2-1)
[2025-02-22T18:27:46+0100] [ALPM] upgraded brotli (1.1.0-2 -> 1.1.0-3)
[2025-02-22T18:27:46+0100] [ALPM] upgraded libcap-ng (0.8.5-2 -> 0.8.5-3)
[2025-02-22T18:27:46+0100] [ALPM] upgraded keyutils (1.6.3-2 -> 1.6.3-3)
[2025-02-22T18:27:46+0100] [ALPM] upgraded libsasl (2.1.28-4 -> 2.1.28-5)
[2025-02-22T18:27:46+0100] [ALPM] upgraded libldap (2.6.8-1 -> 2.6.9-1)
[2025-02-22T18:27:46+0100] [ALPM] upgraded sqlite (3.46.0-1 -> 3.48.0-2)
[2025-02-22T18:27:46+0100] [ALPM] upgraded util-linux-libs (2.40.2-1 -> 2.40.4-1)
[2025-02-22T18:27:46+0100] [ALPM] upgraded e2fsprogs (1.47.1-4 -> 1.47.2-1)
[2025-02-22T18:27:46+0100] [ALPM] upgraded lmdb (0.9.32-1 -> 0.9.33-1)
[2025-02-22T18:27:46+0100] [ALPM] upgraded audit (4.0.1-3 -> 4.0.3-1)
[2025-02-22T18:27:46+0100] [ALPM] upgraded libxcrypt (4.4.36-1 -> 4.4.38-1)
[2025-02-22T18:27:46+0100] [ALPM] upgraded libtirpc (1.3.4-1 -> 1.3.6-1)
[2025-02-22T18:27:46+0100] [ALPM] upgraded pambase (20230918-1 -> 20230918-2)
[2025-02-22T18:27:47+0100] [ALPM] upgraded pam (1.6.1-2 -> 1.7.0-1)
[2025-02-22T18:27:47+0100] [ALPM] upgraded libcap (2.70-1 -> 2.71-1)
[2025-02-22T18:27:47+0100] [ALPM] upgraded libgpg-error (1.50-1 -> 1.51-1)
[2025-02-22T18:27:47+0100] [ALPM] upgraded systemd-libs (256.2-1 -> 257.2-2)
[2025-02-22T18:27:47+0100] [ALPM] upgraded device-mapper (2.03.24-1 -> 2.03.30-1)
[2025-02-22T18:27:47+0100] [ALPM] upgraded popt (1.19-1 -> 1.19-2)
[2025-02-22T18:27:47+0100] [ALPM] upgraded json-c (0.17-2 -> 0.18-1)
[2025-02-22T18:27:47+0100] [ALPM] upgraded cryptsetup (2.7.3-1 -> 2.7.5-2)
[2025-02-22T18:27:47+0100] [ALPM] upgraded expat (2.6.2-1 -> 2.6.4-1)
[2025-02-22T18:27:47+0100] [ALPM] upgraded dbus (1.14.10-2 -> 1.16.0-1)
[2025-02-22T18:27:47+0100] [ALPM] upgraded dbus-broker (36-2 -> 36-4)
[2025-02-22T18:27:47+0100] [ALPM] upgraded dbus-broker-units (36-2 -> 36-4)
[2025-02-22T18:27:47+0100] [ALPM] upgraded coreutils (9.5-1 -> 9.6-2)
[2025-02-22T18:27:47+0100] [ALPM] upgraded gzip (1.13-2 -> 1.13-4)
[2025-02-22T18:27:47+0100] [ALPM] upgraded kbd (2.6.4-1 -> 2.7.1-1)
[2025-02-22T18:27:47+0100] [ALPM] upgraded libnghttp2 (1.62.1-1 -> 1.64.0-1)
[2025-02-22T18:27:47+0100] [ALPM] upgraded libnghttp3 (1.4.0-1 -> 1.7.0-1)
[2025-02-22T18:27:47+0100] [ALPM] upgraded libssh2 (1.11.0-1 -> 1.11.1-1)
[2025-02-22T18:27:47+0100] [ALPM] upgraded libunistring (1.2-1 -> 1.3-1)
[2025-02-22T18:27:47+0100] [ALPM] upgraded findutils (4.10.0-1 -> 4.10.0-2)
[2025-02-22T18:27:47+0100] [ALPM] upgraded ca-certificates-mozilla (3.102-1 -> 3.108-1)
[2025-02-22T18:27:47+0100] [ALPM] upgraded curl (8.8.0-1 -> 8.12.1-0)
[2025-02-22T18:27:47+0100] [ALPM] upgraded libelf (0.191-3 -> 0.192-3)
[2025-02-22T18:27:47+0100] [ALPM] upgraded libseccomp (2.5.5-3 -> 2.5.5-4)
[2025-02-22T18:27:47+0100] [ALPM] upgraded file (5.45-1 -> 5.46-3)
[2025-02-22T18:27:47+0100] [ALPM] upgraded util-linux (2.40.2-1 -> 2.40.4-1)
[2025-02-22T18:27:48+0100] [ALPM] upgraded systemd (256.2-1 -> 257.2-2)
[2025-02-22T18:27:49+0100] [ALPM-SCRIPTLET] :: This is a systemd feature update. You may want to have a look at
[2025-02-22T18:27:49+0100] [ALPM-SCRIPTLET]    NEWS for what changed, or if you observe unexpected behavior:
[2025-02-22T18:27:49+0100] [ALPM-SCRIPTLET]      /usr/share/doc/systemd/NEWS
[2025-02-22T18:27:49+0100] [ALPM] upgraded libmtp (1.1.21-2 -> 1.1.22-1)
[2025-02-22T18:27:49+0100] [ALPM] upgraded android-udev (20240625-1 -> 20241109-1)
[2025-02-22T18:27:49+0100] [ALPM] upgraded android-tools (35.0.1-2 -> 35.0.2-10)
[2025-02-22T18:27:50+0100] [ALPM] upgraded aom (3.9.1-1 -> 3.11.0-1)
[2025-02-22T18:27:50+0100] [ALPM] upgraded python (3.12.4-1 -> 3.13.1-1)
[2025-02-22T18:27:50+0100] [ALPM] installed python-legacy-cgi (2.6.2-1)
[2025-02-22T18:27:50+0100] [ALPM] upgraded apparmor (3.1.7-2 -> 4.0.3-3)
[2025-02-22T18:27:50+0100] [ALPM] upgraded libpng (1.6.43-1 -> 1.6.46-1)
[2025-02-22T18:27:50+0100] [ALPM] upgraded libsysprof-capture (46.0-3 -> 47.2-2)
[2025-02-22T18:27:51+0100] [ALPM] upgraded glib2 (2.80.4-1 -> 2.82.4-2)
[2025-02-22T18:27:51+0100] [ALPM] upgraded harfbuzz (9.0.0-1 -> 10.2.0-1)
[2025-02-22T18:27:51+0100] [ALPM] upgraded freetype2 (2.13.2-2 -> 2.13.3-3)
[2025-02-22T18:27:51+0100] [ALPM] upgraded fontconfig (2:2.15.0-2 -> 2:2.16.0-2)
[2025-02-22T18:27:51+0100] [ALPM-SCRIPTLET] Rebuilding fontconfig cache...
[2025-02-22T18:27:55+0100] [ALPM] upgraded libxau (1.0.11-3 -> 1.0.12-1)
[2025-02-22T18:27:55+0100] [ALPM] upgraded xcb-proto (1.17.0-2 -> 1.17.0-3)
[2025-02-22T18:27:55+0100] [ALPM] upgraded libx11 (1.8.9-1 -> 1.8.11-1)
[2025-02-22T18:27:55+0100] [ALPM] upgraded libxrender (0.9.11-2 -> 0.9.12-1)
[2025-02-22T18:27:55+0100] [ALPM] upgraded pixman (0.43.4-1 -> 0.44.2-1)
[2025-02-22T18:27:55+0100] [ALPM] upgraded cairo (1.18.0-2 -> 1.18.2-2)
[2025-02-22T18:27:55+0100] [ALPM] upgraded libjpeg-turbo (3.0.3-1 -> 3.1.0-1)
[2025-02-22T18:27:55+0100] [ALPM] upgraded libtiff (4.6.0-5 -> 4.7.0-1)
[2025-02-22T18:27:55+0100] [ALPM] upgraded icu (75.1-1 -> 75.1-2)
[2025-02-22T18:27:55+0100] [ALPM] upgraded libxml2 (2.13.2-1 -> 2.13.5-2)
[2025-02-22T18:27:55+0100] [ALPM] upgraded gdk-pixbuf2 (2.42.12-1 -> 2.42.12-2)
[2025-02-22T18:27:55+0100] [ALPM] upgraded dav1d (1.4.3-1 -> 1.5.1-1)
[2025-02-22T18:27:55+0100] [ALPM] upgraded fribidi (1.0.15-1 -> 1.0.16-1)
[2025-02-22T18:27:55+0100] [ALPM] upgraded pango (1:1.54.0-1 -> 1:1.56.1-1)
[2025-02-22T18:27:55+0100] [ALPM] upgraded librsvg (2:2.58.2-1 -> 2:2.59.2-1)
[2025-02-22T18:27:55+0100] [ALPM] upgraded libxmlb (0.3.19-1 -> 0.3.21-1)
[2025-02-22T18:27:55+0100] [ALPM] upgraded appstream (1.0.3-1 -> 1.0.4-1)
[2025-02-22T18:27:56+0100] [ALPM] upgraded archlinux-appstream-data (20240526-1 -> 20250202-1)
[2025-02-22T18:27:56+0100] [ALPM] upgraded argon2 (20190702-5 -> 20190702-6)
[2025-02-22T18:27:56+0100] [ALPM] installed gsettings-system-schemas (47.1-2)
[2025-02-22T18:27:56+0100] [ALPM] upgraded gsettings-desktop-schemas (46.0-2 -> 47.1-2)
[2025-02-22T18:27:56+0100] [ALPM] upgraded libxi (1.8.1-2 -> 1.8.2-1)
[2025-02-22T18:27:56+0100] [ALPM] upgraded libxtst (1.2.4-2 -> 1.2.5-1)
[2025-02-22T18:27:56+0100] [ALPM] upgraded xorg-xprop (1.2.7-1 -> 1.2.8-1)
[2025-02-22T18:27:56+0100] [ALPM] upgraded at-spi2-core (2.52.0-1 -> 2.54.1-1)
[2025-02-22T18:27:56+0100] [ALPM] upgraded perl (5.38.2-1 -> 5.40.1-1)
[2025-02-22T18:27:56+0100] [ALPM] upgraded automake (1.16.5-2 -> 1.17-1)
[2025-02-22T18:27:57+0100] [ALPM] upgraded avahi (1:0.8+r194+g3f79789-2 -> 1:0.8+r194+g3f79789-3)
[2025-02-22T18:27:57+0100] [ALPM] upgraded b43-fwcutter (019-5 -> 019-6)
[2025-02-22T18:27:57+0100] [ALPM] upgraded bash-completion (2.14.0-2 -> 2.16.0-1)
[2025-02-22T18:27:57+0100] [ALPM] upgraded bc (1.07.1-4 -> 1.08.1-1)
[2025-02-22T18:27:57+0100] [ALPM] upgraded binutils (2.42+r91+g6224493e457-1 -> 2.43_1+r186+g61f8adadd6db-1)
[2025-02-22T18:27:57+0100] [ALPM] installed gnulib-l10n (20241231-1)
[2025-02-22T18:27:57+0100] [ALPM] upgraded gettext (0.22.5-1 -> 0.23.1-2)
[2025-02-22T18:27:57+0100] [ALPM] upgraded bison (3.8.2-6 -> 3.8.2-8)
[2025-02-22T18:27:57+0100] [ALPM] upgraded blas (3.12.0-5 -> 3.12.1-2)
[2025-02-22T18:27:57+0100] [ALPM] upgraded bluez (5.77-1 -> 5.79-1)
[2025-02-22T18:27:57+0100] [ALPM] upgraded bluez-libs (5.77-1 -> 5.79-1)
[2025-02-22T18:27:57+0100] [ALPM] upgraded desktop-file-utils (0.27-1 -> 0.28-1)
[2025-02-22T18:27:57+0100] [ALPM] upgraded iso-codes (4.16.0-1 -> 4.17.0-1)
[2025-02-22T18:27:57+0100] [ALPM] upgraded nettle (3.10-1 -> 3.10.1-1)
[2025-02-22T18:27:57+0100] [ALPM] upgraded gnutls (3.8.6-1 -> 3.8.8-1)
[2025-02-22T18:27:57+0100] [ALPM] upgraded libcups (2:2.4.10-1 -> 2:2.4.11-2)
[2025-02-22T18:27:57+0100] [ALPM] upgraded default-cursors (2-2 -> 3-1)
[2025-02-22T18:27:57+0100] [ALPM] upgraded libxcursor (1.2.2-1 -> 1.2.3-1)
[2025-02-22T18:27:58+0100] [ALPM] upgraded json-glib (1.8.0-2 -> 1.10.6-1)
[2025-02-22T18:27:58+0100] [ALPM] upgraded libproxy (0.5.7-1 -> 0.5.9-1)
[2025-02-22T18:27:58+0100] [ALPM] upgraded glib-networking (1:2.80.0-1 -> 1:2.80.1-1)
[2025-02-22T18:27:58+0100] [ALPM] upgraded libsoup3 (3.4.4-1 -> 3.6.4-1)
[2025-02-22T18:27:58+0100] [ALPM] installed tinysparql (3.8.2-2)
[2025-02-22T18:27:58+0100] [ALPM] upgraded wayland (1.23.0-1 -> 1.23.1-1)
[2025-02-22T18:27:58+0100] [ALPM] upgraded gtk-update-icon-cache (1:4.14.4-2 -> 1:4.16.12-1)
[2025-02-22T18:27:58+0100] [ALPM] upgraded libdrm (2.4.122-1 -> 2.4.124-1)
[2025-02-22T18:27:58+0100] [ALPM] upgraded libxshmfence (1.3.2-2 -> 1.3.3-1)
[2025-02-22T18:27:58+0100] [ALPM] upgraded libxxf86vm (1.1.5-2 -> 1.1.6-1)
[2025-02-22T18:27:58+0100] [ALPM] upgraded libedit (20240517_3.1-1 -> 20240808_3.1-1)
[2025-02-22T18:27:58+0100] [ALPM] upgraded llvm-libs (18.1.8-3 -> 19.1.7-1)
[2025-02-22T18:27:59+0100] [ALPM] upgraded spirv-tools (2024.2-1 -> 2024.4.rc2-1)
[2025-02-22T18:28:00+0100] [ALPM] upgraded mesa (1:24.1.3-1 -> 1:24.3.4-1)
[2025-02-22T18:28:00+0100] [ALPM] upgraded xkeyboard-config (2.42-1 -> 2.43-1)
[2025-02-22T18:28:00+0100] [ALPM] upgraded gtk3 (1:3.24.43-1 -> 1:3.24.43-4.1)
[2025-02-22T18:28:00+0100] [ALPM] upgraded nspr (4.35-3 -> 4.36-1)
[2025-02-22T18:28:00+0100] [ALPM] upgraded nss (3.102-1 -> 3.108-1)
[2025-02-22T18:28:00+0100] [ALPM] upgraded libnm (1.48.4-1 -> 1.50.2-1)
[2025-02-22T18:28:00+0100] [ALPM] upgraded python-cairo (1.26.1-1 -> 1.27.0-2)
[2025-02-22T18:28:00+0100] [ALPM] upgraded libgirepository (1.80.1-3 -> 1.82.0-2)
[2025-02-22T18:28:00+0100] [ALPM] upgraded gobject-introspection-runtime (1.80.1-3 -> 1.82.0-2)
[2025-02-22T18:28:00+0100] [ALPM] upgraded python-gobject (3.48.2-1 -> 3.50.0-2)
[2025-02-22T18:28:01+0100] [ALPM] upgraded blueman (2.4.2-1 -> 2.4.4-1)
[2025-02-22T18:28:01+0100] [ALPM] upgraded boost-libs (1.83.0-9 -> 1.86.0-6)
[2025-02-22T18:28:01+0100] [ALPM] upgraded python-packaging (24.1-1 -> 24.2-3)
[2025-02-22T18:28:01+0100] [ALPM] upgraded python-msgpack (1.0.5-2 -> 1.0.5-3)
[2025-02-22T18:28:01+0100] [ALPM] upgraded xxhash (0.8.2-1 -> 0.8.3-1)
[2025-02-22T18:28:01+0100] [ALPM] upgraded borg (1.4.0-1 -> 1.4.0-3)
[2025-02-22T18:28:01+0100] [ALPM] upgraded box2d (2.4.1-2 -> 3.0.0-1)
[2025-02-22T18:28:01+0100] [ALPM] upgraded libice (1.1.1-3 -> 1.1.2-1)
[2025-02-22T18:28:01+0100] [ALPM] upgraded libevdev (1.13.2-1 -> 1.13.3-1)
[2025-02-22T18:28:01+0100] [ALPM] upgraded libwacom (2.12.2-1 -> 2.14.0-1)
[2025-02-22T18:28:01+0100] [ALPM] upgraded libinput (1.26.1-1 -> 1.27.1-1)
[2025-02-22T18:28:01+0100] [ALPM] upgraded libsm (1.2.4-2 -> 1.2.5-1)
[2025-02-22T18:28:02+0100] [ALPM] upgraded vulkan-headers (1:1.3.285-1 -> 1:1.4.303-1)
[2025-02-22T18:28:02+0100] [ALPM] upgraded qt6-translations (6.7.2-1 -> 6.8.2-1)
[2025-02-22T18:28:02+0100] [ALPM] upgraded libxt (1.3.0-2 -> 1.3.1-1)
[2025-02-22T18:28:02+0100] [ALPM] upgraded xorg-xset (1.2.5-1 -> 1.2.5-2)
[2025-02-22T18:28:03+0100] [ALPM] upgraded qt6-base (6.7.2-1 -> 6.8.2-1.1)
[2025-02-22T18:28:06+0100] [ALPM] upgraded breeze-icons (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:28:06+0100] [ALPM] upgraded btrfs-progs (6.9.2-1 -> 6.12-2)
[2025-02-22T18:28:06+0100] [ALPM] upgraded bubblewrap (0.9.0-1 -> 0.11.0-1)
[2025-02-22T18:28:06+0100] [ALPM] upgraded cblas (3.12.0-5 -> 3.12.1-2)
[2025-02-22T18:28:06+0100] [ALPM] upgraded glslang (14.2.0-1 -> 15.1.0-1)
[2025-02-22T18:28:06+0100] [ALPM] upgraded libbluray (1.3.4-1 -> 1.3.4-2)
[2025-02-22T18:28:07+0100] [ALPM] upgraded gperftools (2.15-1 -> 2.16-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded libjxl (0.10.3-1 -> 0.11.1-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded libvorbis (1.3.7-3 -> 1.3.7-4)
[2025-02-22T18:28:07+0100] [ALPM] upgraded mpg123 (1.32.6-1 -> 1.32.10-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded libpulse (17.0-3 -> 17.0+r43+g3e2bb8a1e-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded portaudio (1:19.7.0-2 -> 1:19.7.0-3)
[2025-02-22T18:28:07+0100] [ALPM] upgraded libopenmpt (0.7.8-1 -> 0.7.13-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded vulkan-icd-loader (1.3.285-1 -> 1.4.303-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded shaderc (2024.1-1 -> 2024.4-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded libdovi (3.3.0-2 -> 3.3.1-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded libplacebo (7.349.0-1 -> 7.349.0-4)
[2025-02-22T18:28:07+0100] [ALPM] upgraded libssh (0.10.6-2 -> 0.11.1-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded libva (2.21.0-1 -> 2.22.0-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded libvpx (1.14.0-1 -> 1.15.0-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded libwebp (1.4.0-1 -> 1.5.0-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded libxv (1.0.12-2 -> 1.0.13-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded libvpl (2.12.0-1 -> 2.14.0-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded openjpeg2 (2.5.2-1 -> 2.5.3-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded rubberband (3.3.0-1 -> 4.0.0-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded hidapi (0.14.0-2 -> 0.14.0-3)
[2025-02-22T18:28:07+0100] [ALPM] installed sdl3 (3.2.2-1)
[2025-02-22T18:28:07+0100] [ALPM] installed sdl2-compat (2.30.52-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded snappy (1.1.10-1 -> 1.2.1-2)
[2025-02-22T18:28:07+0100] [ALPM] upgraded speexdsp (1.2.1-1 -> 1.2.1-2)
[2025-02-22T18:28:07+0100] [ALPM] upgraded speex (1.2.1-1 -> 1.2.1-2)
[2025-02-22T18:28:07+0100] [ALPM] upgraded srt (1.5.3-1 -> 1.5.4-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded svt-av1 (2.1.0-1 -> 2.3.0-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded libbpf (1.4.3-1 -> 1.5.0-1)
[2025-02-22T18:28:07+0100] [ALPM] upgraded v4l-utils (1.26.1-1 -> 1.28.1-2)
[2025-02-22T18:28:07+0100] [ALPM] upgraded vapoursynth (R69-1 -> R70-2)
[2025-02-22T18:28:08+0100] [ALPM] upgraded vid.stab (1.1.1-1 -> 1.1.1-2)
[2025-02-22T18:28:08+0100] [ALPM] upgraded x265 (3.6-1 -> 4.0-1)
[2025-02-22T18:28:08+0100] [ALPM] upgraded xvidcore (1.3.7-2 -> 1.3.7-3)
[2025-02-22T18:28:08+0100] [ALPM] upgraded ffmpeg (2:7.0.1-2 -> 2:7.1-6)
[2025-02-22T18:28:08+0100] [ALPM] upgraded chromaprint (1.5.1-8 -> 1.5.1-9)
[2025-02-22T18:28:08+0100] [ALPM] upgraded libwbclient (4.20.2-1 -> 2:4.21.3-1)
[2025-02-22T18:28:08+0100] [ALPM] upgraded talloc (2.4.2-3 -> 2.4.2-4)
[2025-02-22T18:28:08+0100] [ALPM] upgraded cifs-utils (7.0-4 -> 7.1-1)
[2025-02-22T18:28:08+0100] [ALPM] upgraded coin-or-asl (2.0.1-1 -> 2.1.0-1)
[2025-02-22T18:28:08+0100] [ALPM] upgraded coin-or-data-sample (1.2.12-2 -> 1.2.13-1)
[2025-02-22T18:28:08+0100] [ALPM] upgraded lapack (3.12.0-5 -> 3.12.1-2)
[2025-02-22T18:28:08+0100] [ALPM] upgraded coin-or-coinutils (2.11.11-1 -> 2.11.12-1)
[2025-02-22T18:28:08+0100] [ALPM] upgraded coin-or-osi (0.108.10-1 -> 0.108.11-1)
[2025-02-22T18:28:08+0100] [ALPM] upgraded mpfr (4.2.1-3 -> 4.2.1-5)
[2025-02-22T18:28:08+0100] [ALPM] upgraded suitesparse (7.7.0-1 -> 7.8.3-1)
[2025-02-22T18:28:08+0100] [ALPM] upgraded coin-or-clp (1.17.9-2 -> 1.17.10-1)
[2025-02-22T18:28:08+0100] [ALPM] upgraded coin-or-cgl (0.60.8-2 -> 0.60.9-1)
[2025-02-22T18:28:09+0100] [ALPM] installed nauty (1:2.8.9-2)
[2025-02-22T18:28:09+0100] [ALPM] upgraded coin-or-cbc (2.10.11-1 -> 2.10.12-2)
[2025-02-22T18:28:09+0100] [ALPM] upgraded cpupower (6.9-2 -> 6.13-1)
[2025-02-22T18:28:09+0100] [ALPM] upgraded libexif (0.6.24-3 -> 0.6.25-1)
[2025-02-22T18:28:09+0100] [ALPM] upgraded libassuan (2.5.7-2 -> 3.0.0-1)
[2025-02-22T18:28:09+0100] [ALPM] upgraded tpm2-tss (4.0.1-1 -> 4.1.3-1)
[2025-02-22T18:28:09+0100] [ALPM] upgraded libsecret (0.21.4-1 -> 0.21.6-1)
[2025-02-22T18:28:09+0100] [ALPM] upgraded pinentry (1.3.1-2 -> 1.3.1-5)
[2025-02-22T18:28:09+0100] [ALPM] upgraded npth (1.7-1 -> 1.8-1)
[2025-02-22T18:28:09+0100] [ALPM] upgraded gnupg (2.4.5-1 -> 2.4.7-1)
[2025-02-22T18:28:09+0100] [ALPM] upgraded gpgme (1.23.2-4 -> 1.24.1-3)
[2025-02-22T18:28:09+0100] [ALPM] upgraded poppler (24.06.1-1 -> 25.01.0-1)
[2025-02-22T18:28:09+0100] [ALPM] upgraded libcupsfilters (2.0.0-2 -> 2.1.0-3)
[2025-02-22T18:28:10+0100] [ALPM] upgraded libppd (2.0.0-2 -> 2.1.0-1)
[2025-02-22T18:28:10+0100] [ALPM] upgraded cups-filters (2.0.0-2 -> 2.0.1-2)
[2025-02-22T18:28:10+0100] [ALPM] upgraded libpaper (2.2.5-1 -> 2.2.6-1)
[2025-02-22T18:28:10+0100] [ALPM] upgraded cups (2:2.4.10-1 -> 2:2.4.11-2)
[2025-02-22T18:28:10+0100] [ALPM] upgraded cython (3.0.10-5 -> 3.0.11-2)
[2025-02-22T18:28:10+0100] [ALPM] upgraded dbus-glib (0.112-3 -> 0.112-4)
[2025-02-22T18:28:10+0100] [ALPM] upgraded debugedit (5.0-6 -> 5.1-1)
[2025-02-22T18:28:10+0100] [ALPM] upgraded libnftnl (1.2.6-1 -> 1.2.8-1)
[2025-02-22T18:28:10+0100] [ALPM] upgraded nftables (1:1.0.9-3 -> 1:1.1.1-2)
[2025-02-22T18:28:11+0100] [ALPM] upgraded dnsmasq (2.90-1 -> 2.90-2)
[2025-02-22T18:28:11+0100] [ALPM] upgraded dosfstools (4.2-4 -> 4.2-5)
[2025-02-22T18:28:11+0100] [ALPM] upgraded ecryptfs-utils (111-8 -> 111-9)
[2025-02-22T18:28:11+0100] [ALPM] upgraded elementary-icon-theme (8.0.0-1 -> 8.1.0-1)
[2025-02-22T18:28:11+0100] [ALPM] upgraded enchant (2.8.0-1 -> 2.8.2-1)
[2025-02-22T18:28:11+0100] [ALPM] upgraded libarchive (3.7.4-1 -> 3.7.7-1)
[2025-02-22T18:28:11+0100] [ALPM] upgraded unzip (6.0-21 -> 6.0-22)
[2025-02-22T18:28:11+0100] [ALPM] upgraded engrampa (1.28.1-1 -> 1.28.2-2)
[2025-02-22T18:28:12+0100] [ALPM] upgraded gnome-desktop-common (1:44.0-1 -> 1:44.1-1)
[2025-02-22T18:28:12+0100] [ALPM] upgraded gnome-desktop (1:44.0-1 -> 1:44.1-1)
[2025-02-22T18:28:12+0100] [ALPM] upgraded gspell (1.12.2-3 -> 1.14.0-1)
[2025-02-22T18:28:12+0100] [ALPM] upgraded gstreamer (1.24.5-2 -> 1.24.12-1)
[2025-02-22T18:28:13+0100] [ALPM] upgraded orc (0.4.38-1 -> 0.4.40-1)
[2025-02-22T18:28:13+0100] [ALPM] upgraded gst-plugins-base-libs (1.24.5-2 -> 1.24.12-1)
[2025-02-22T18:28:13+0100] [ALPM] upgraded libcdio (2.1.0-4 -> 2.2.0-1)
[2025-02-22T18:28:14+0100] [ALPM] upgraded polkit (124-2 -> 126-2)
[2025-02-22T18:28:14+0100] [ALPM] upgraded procps-ng (4.0.4-3 -> 4.0.5-2)
[2025-02-22T18:28:14+0100] [ALPM] upgraded libblockdev (3.1.1-2 -> 3.2.1-3)
[2025-02-22T18:28:14+0100] [ALPM] upgraded volume_key (0.3.12-9 -> 0.3.12-10)
[2025-02-22T18:28:14+0100] [ALPM] upgraded libblockdev-crypto (3.1.1-2 -> 3.2.1-3)
[2025-02-22T18:28:14+0100] [ALPM] upgraded libbytesize (2.8-3 -> 2.11-1)
[2025-02-22T18:28:14+0100] [ALPM] upgraded parted (3.6-1 -> 3.6-2)
[2025-02-22T18:28:14+0100] [ALPM] upgraded libblockdev-fs (3.1.1-2 -> 3.2.1-3)
[2025-02-22T18:28:14+0100] [ALPM] upgraded mdadm (4.3-2 -> 4.4-1)
[2025-02-22T18:28:14+0100] [ALPM] upgraded libblockdev-mdraid (3.1.1-2 -> 3.2.1-3)
[2025-02-22T18:28:14+0100] [ALPM] upgraded libblockdev-loop (3.1.1-2 -> 3.2.1-3)
[2025-02-22T18:28:14+0100] [ALPM] upgraded libnvme (1.9-1 -> 1.11.1-2)
[2025-02-22T18:28:14+0100] [ALPM] upgraded libblockdev-nvme (3.1.1-2 -> 3.2.1-3)
[2025-02-22T18:28:14+0100] [ALPM] upgraded libblockdev-part (3.1.1-2 -> 3.2.1-3)
[2025-02-22T18:28:14+0100] [ALPM] upgraded libblockdev-swap (3.1.1-2 -> 3.2.1-3)
[2025-02-22T18:28:14+0100] [ALPM] upgraded udisks2 (2.10.1-4 -> 2.10.1-5)
[2025-02-22T18:28:14+0100] [ALPM] upgraded openssh (9.8p1-1 -> 9.9p1-2)
[2025-02-22T18:28:14+0100] [ALPM] upgraded gvfs (1.54.2-1 -> 1.56.1-2)
[2025-02-22T18:28:14+0100] [ALPM] upgraded libhandy (1.8.3-1 -> 1.8.3-2)
[2025-02-22T18:28:14+0100] [ALPM] upgraded libsynctex (2024.2-2 -> 2024.2-5)
[2025-02-22T18:28:14+0100] [ALPM] upgraded poppler-glib (24.06.1-1 -> 25.01.0-1)
[2025-02-22T18:28:14+0100] [ALPM] upgraded ghostscript (10.03.1-1 -> 10.04.0-1)
[2025-02-22T18:28:15+0100] [ALPM] upgraded evince (46.3-1 -> 46.3.1-2)
[2025-02-22T18:28:15+0100] [ALPM] upgraded exfatprogs (1.2.4-1 -> 1.2.7-1)
[2025-02-22T18:28:15+0100] [ALPM] upgraded libxfce4util (4.18.2-1 -> 4.20.0-2)
[2025-02-22T18:28:15+0100] [ALPM] upgraded xfconf (4.18.3-1 -> 4.20.0-2)
[2025-02-22T18:28:15+0100] [ALPM] upgraded libxfce4ui (4.18.6-1 -> 4.20.0-3)
[2025-02-22T18:28:15+0100] [ALPM] upgraded exo (4.18.0-2 -> 4.20.0-2)
[2025-02-22T18:28:15+0100] [ALPM] upgraded f2fs-tools (1.16.0-2 -> 1.16.0-3)
[2025-02-22T18:28:15+0100] [ALPM] upgraded fakeroot (1.35-1 -> 1.37-1)
[2025-02-22T18:28:16+0100] [ALPM] upgraded ffmpeg4.4 (4.4.4-6 -> 4.4.5-2)
[2025-02-22T18:28:16+0100] [ALPM] upgraded ffmpegthumbnailer (2.2.2-6 -> 2.2.3-3)
[2025-02-22T18:28:17+0100] [ALPM] upgraded noto-fonts (1:24.7.1-1 -> 1:2025.02.01-1)
[2025-02-22T18:28:18+0100] [ALPM] upgraded firefox (128.0-1 -> 135.0.1-1)
[2025-02-22T18:28:18+0100] [ALPM] upgraded libinstpatch (1.1.6-2 -> 1.1.6-3)
[2025-02-22T18:28:18+0100] [ALPM] upgraded libpipewire (1:1.2.1-1 -> 1:1.2.7-1)
[2025-02-22T18:28:19+0100] [ALPM] upgraded fluidsynth (2.3.5-1 -> 2.4.3-1)
[2025-02-22T18:28:19+0100] [ALPM] upgraded garcon (4.18.2-1 -> 4.20.0-2)
[2025-02-22T18:28:19+0100] [ALPM] upgraded gawk (5.3.0-1 -> 5.3.1-1)
[2025-02-22T18:28:19+0100] [ALPM] upgraded gc (8.2.6-1 -> 8.2.8-2)
[2025-02-22T18:28:19+0100] [ALPM] upgraded libisl (0.26-2 -> 0.27-1)
[2025-02-22T18:28:20+0100] [ALPM] upgraded gcc (14.1.1+r58+gfc9fb69ad62-1 -> 14.2.1+r730+gc061ad5a36ba-1)
[2025-02-22T18:28:22+0100] [ALPM] upgraded geoclue (2.7.1-3 -> 2.7.2-1)
[2025-02-22T18:28:23+0100] [ALPM] upgraded perl-error (0.17029-6 -> 0.17029-7)
[2025-02-22T18:28:23+0100] [ALPM] upgraded perl-timedate (2.33-6 -> 2.33-7)
[2025-02-22T18:28:23+0100] [ALPM] upgraded perl-mailtools (2.21-8 -> 2.22-1)
[2025-02-22T18:28:24+0100] [ALPM] upgraded git (2.45.2-1 -> 2.48.1-1)
[2025-02-22T18:28:40+0100] [ALPM] upgraded glibc-locales (2.39+r52+gf8e4623421-1 -> 2.41+r2+g0a7c7a3e283a-1)
[2025-02-22T18:28:46+0100] [ALPM] upgraded glibmm-2.68 (2.80.0-1 -> 2.82.0-1)
[2025-02-22T18:28:47+0100] [ALPM] upgraded libtool (2.5.0+14+g9a4a0261-1 -> 2.5.4+r1+gbaa1fe41-2)
[2025-02-22T18:28:47+0100] [ALPM] upgraded graphicsmagick (1.3.43-1 -> 1.3.45-3)
[2025-02-22T18:28:48+0100] [ALPM] upgraded imath (3.1.11-2 -> 3.1.12-2)
[2025-02-22T18:28:49+0100] [ALPM] upgraded graphene (1.10.8-1 -> 1.10.8-2)
[2025-02-22T18:28:51+0100] [ALPM] upgraded gst-plugins-base (1.24.5-2 -> 1.24.12-1)
[2025-02-22T18:28:51+0100] [ALPM] upgraded libdeflate (1.20-2 -> 1.23-1)
[2025-02-22T18:28:51+0100] [ALPM] upgraded openexr (3.2.4-1 -> 3.3.2-1)
[2025-02-22T18:28:51+0100] [ALPM] upgraded hwloc (2.10.0-1 -> 2.11.2-1)
[2025-02-22T18:28:51+0100] [ALPM] upgraded onetbb (2021.13.0-1 -> 2022.0.0-2)
[2025-02-22T18:28:52+0100] [ALPM] upgraded opencv (4.10.0-3 -> 4.11.0-2)
[2025-02-22T18:28:52+0100] [ALPM] upgraded gmic (3.4.0-2 -> 3.5.2-1)
[2025-02-22T18:28:53+0100] [ALPM] upgraded gparted (1.6.0-1 -> 1.7.0-1)
[2025-02-22T18:28:53+0100] [ALPM] upgraded gpm (1.20.7.r38.ge82d1a6-5 -> 1.20.7.r38.ge82d1a6-6)
[2025-02-22T18:28:54+0100] [ALPM] upgraded groff (1.23.0-6 -> 1.23.0-7)
[2025-02-22T18:28:54+0100] [ALPM] warning: /boot/grub/grub.cfg saved as /boot/grub/grub.cfg.pacsave
[2025-02-22T18:28:55+0100] [ALPM] upgraded grub (2.12-4 -> 2:2.12-3)
[2025-02-22T18:28:55+0100] [ALPM-SCRIPTLET] :: To use the new features provided in this GRUB update, it is recommended
[2025-02-22T18:28:55+0100] [ALPM-SCRIPTLET]    to install it to the MBR or UEFI. Due to potential configuration
[2025-02-22T18:28:55+0100] [ALPM-SCRIPTLET]    incompatibilities, it is advised to run both, installation and generation
[2025-02-22T18:28:55+0100] [ALPM-SCRIPTLET]    of configuration:
[2025-02-22T18:28:55+0100] [ALPM-SCRIPTLET]      # UEFI: https://wiki.archlinux.org/title/GRUB#Installation
[2025-02-22T18:28:55+0100] [ALPM-SCRIPTLET]      # BIOS: https://wiki.archlinux.org/title/GRUB#Installation_2
[2025-02-22T18:28:56+0100] [ALPM] upgraded gssdp (1.6.3-1 -> 1.6.3-2)
[2025-02-22T18:28:56+0100] [ALPM] upgraded gst-libav (1.24.5-2 -> 1.24.12-1)
[2025-02-22T18:28:57+0100] [ALPM] upgraded pipewire (1:1.2.1-1 -> 1:1.2.7-1)
[2025-02-22T18:28:58+0100] [ALPM] upgraded libwireplumber (0.5.5-1 -> 0.5.7-1)
[2025-02-22T18:29:01+0100] [ALPM] upgraded wireplumber (0.5.5-1 -> 0.5.7-1)
[2025-02-22T18:29:01+0100] [ALPM] upgraded pipewire-session-manager (1:1.2.1-1 -> 1:1.2.7-1)
[2025-02-22T18:29:01+0100] [ALPM] upgraded gst-plugin-pipewire (1:1.2.1-1 -> 1:1.2.7-1)
[2025-02-22T18:29:01+0100] [ALPM] upgraded gupnp (1:1.6.6-1 -> 1:1.6.8-1)
[2025-02-22T18:29:02+0100] [ALPM] upgraded gst-plugins-bad-libs (1.24.5-2 -> 1.24.12-1)
[2025-02-22T18:29:02+0100] [ALPM] upgraded libde265 (1.0.15-2 -> 1.0.15-3)
[2025-02-22T18:29:02+0100] [ALPM] upgraded libgme (0.6.3-4 -> 0.6.3-5)
[2025-02-22T18:29:02+0100] [ALPM] upgraded liblc3 (1.1.1-1 -> 1.1.2-1)
[2025-02-22T18:29:03+0100] [ALPM] upgraded serd (0.32.2-1 -> 0.32.4-1)
[2025-02-22T18:29:03+0100] [ALPM] upgraded zix (0.4.2-2 -> 0.6.2-1)
[2025-02-22T18:29:03+0100] [ALPM] upgraded sord (0.16.16-1 -> 0.16.18-1)
[2025-02-22T18:29:04+0100] [ALPM] upgraded lilv (0.24.24-2 -> 0.24.24-3)
[2025-02-22T18:29:04+0100] [ALPM] upgraded neon (0.33.0-1 -> 0.34.0-1)
[2025-02-22T18:29:05+0100] [ALPM] upgraded openal (1.23.1-2 -> 1.24.2-1)
[2025-02-22T18:29:06+0100] [ALPM] installed openh264 (2.5.0-1)
[2025-02-22T18:29:06+0100] [ALPM] upgraded sbc (2.0-1 -> 2.0-2)
[2025-02-22T18:29:06+0100] [ALPM] upgraded webrtc-audio-processing-1 (1.3-2 -> 1.3-4)
[2025-02-22T18:29:06+0100] [ALPM] upgraded liblqr (0.4.2-4 -> 0.4.3-1)
[2025-02-22T18:29:06+0100] [ALPM] upgraded libraqm (0.10.1-2 -> 0.10.2-1)
[2025-02-22T18:29:07+0100] [ALPM] upgraded imagemagick (7.1.1.34-1 -> 7.1.1.43-1)
[2025-02-22T18:29:08+0100] [ALPM] upgraded zbar (0.23.93-1 -> 0.23.93-4)
[2025-02-22T18:29:08+0100] [ALPM] upgraded zvbi (0.2.42-1 -> 0.2.43-1)
[2025-02-22T18:29:09+0100] [ALPM] upgraded zxing-cpp (2.2.1-1 -> 2.3.0-4)
[2025-02-22T18:29:09+0100] [ALPM] upgraded libxslt (1.1.42-1 -> 1.1.42-2)
[2025-02-22T18:29:10+0100] [ALPM] upgraded gst-plugins-bad (1.24.5-2 -> 1.24.12-1)
[2025-02-22T18:29:11+0100] [ALPM] upgraded imlib2 (1.12.2-2 -> 1.12.3-2)
[2025-02-22T18:29:11+0100] [ALPM] upgraded libcaca (0.99.beta20-4 -> 0.99.beta20-5)
[2025-02-22T18:29:13+0100] [ALPM] upgraded taglib (2.0.1-1 -> 2.0.2-1)
[2025-02-22T18:29:13+0100] [ALPM] upgraded wavpack (5.7.0-1 -> 5.8.1-1)
[2025-02-22T18:29:13+0100] [ALPM] upgraded gst-plugins-good (1.24.5-2 -> 1.24.12-1)
[2025-02-22T18:29:13+0100] [ALPM] upgraded gst-plugins-ugly (1.24.5-2 -> 1.24.12-1)
[2025-02-22T18:29:13+0100] [ALPM] upgraded gtk-layer-shell (0.8.2-1 -> 0.9.0-1)
[2025-02-22T18:29:14+0100] [ALPM] upgraded gtk2 (2.24.33-4 -> 2.24.33-5)
[2025-02-22T18:29:16+0100] [ALPM] upgraded gtk4 (1:4.14.4-2 -> 1:4.16.12-1)
[2025-02-22T18:29:16+0100] [ALPM] upgraded pangomm-2.48 (2.52.0-1 -> 2.56.1-1)
[2025-02-22T18:29:16+0100] [ALPM] upgraded gtkmm-4.0 (4.14.0-1 -> 4.16.0-1)
[2025-02-22T18:29:16+0100] [ALPM] upgraded gtksourceview3 (1:3.24.11+r28+g73e57b57-1 -> 1:3.24.11+r28+g73e57b57-2)
[2025-02-22T18:29:16+0100] [ALPM] upgraded libnl (3.9.0-1 -> 3.11.0-1)
[2025-02-22T18:29:16+0100] [ALPM] upgraded libpcap (1.10.4-1 -> 1.10.5-2)
[2025-02-22T18:29:16+0100] [ALPM] upgraded ufw (0.36.2-4 -> 0.36.2-5)
[2025-02-22T18:29:16+0100] [ALPM] upgraded harfbuzz-icu (9.0.0-1 -> 10.2.0-1)
[2025-02-22T18:29:16+0100] [ALPM] upgraded libyuv (r2426+464c51a0-1 -> r2426+464c51a03-1)
[2025-02-22T18:29:16+0100] [ALPM] upgraded libavif (1.1.0-1 -> 1.1.1-2)
[2025-02-22T18:29:16+0100] [ALPM] upgraded libmanette (0.2.7-1 -> 0.2.9-2)
[2025-02-22T18:29:16+0100] [ALPM] upgraded xdg-dbus-proxy (0.1.5-1 -> 0.1.6-1)
[2025-02-22T18:29:16+0100] [ALPM] upgraded webkit2gtk (2.44.2-1 -> 2.46.5-1)
[2025-02-22T18:29:18+0100] [ALPM] upgraded gufw (24.04-2 -> 24.04-3)
[2025-02-22T18:29:18+0100] [ALPM] upgraded libplist (2.6.0-1 -> 2.6.0-2)
[2025-02-22T18:29:18+0100] [ALPM] upgraded libimobiledevice-glue (1.3.0-1 -> 1.3.1-1)
[2025-02-22T18:29:19+0100] [ALPM] upgraded libimobiledevice (1.3.0-13 -> 1.3.0-15)
[2025-02-22T18:29:19+0100] [ALPM] upgraded gvfs-afc (1.54.2-1 -> 1.56.1-2)
[2025-02-22T18:29:20+0100] [ALPM] upgraded libheif (1.18.0-1 -> 1.19.5-1)
[2025-02-22T18:29:20+0100] [ALPM] upgraded libgphoto2 (2.5.31-2 -> 2.5.31-3)
[2025-02-22T18:29:21+0100] [ALPM] upgraded gvfs-gphoto2 (1.54.2-1 -> 1.56.1-2)
[2025-02-22T18:29:21+0100] [ALPM] upgraded gvfs-mtp (1.54.2-1 -> 1.56.1-2)
[2025-02-22T18:29:22+0100] [ALPM] upgraded libnfs (5.0.3-1 -> 6.0.2-3)
[2025-02-22T18:29:22+0100] [ALPM] upgraded gvfs-nfs (1.54.2-1 -> 1.56.1-2)
[2025-02-22T18:29:22+0100] [ALPM] upgraded tevent (1:0.16.1-3 -> 1:0.16.1-4)
[2025-02-22T18:29:22+0100] [ALPM] upgraded tdb (1.4.10-3 -> 1.4.12-2)
[2025-02-22T18:29:23+0100] [ALPM] upgraded ldb (2:2.9.1-1 -> 2:4.21.3-1)
[2025-02-22T18:29:23+0100] [ALPM] upgraded smbclient (4.20.2-1 -> 2:4.21.3-1)
[2025-02-22T18:29:24+0100] [ALPM] upgraded gvfs-smb (1.54.2-1 -> 1.56.1-2)
[2025-02-22T18:29:24+0100] [ALPM] upgraded perl-encode-locale (1.05-12 -> 1.05-13)
[2025-02-22T18:29:24+0100] [ALPM] upgraded perl-http-date (6.06-2 -> 6.06-3)
[2025-02-22T18:29:24+0100] [ALPM] upgraded perl-file-listing (6.16-3 -> 6.16-4)
[2025-02-22T18:29:24+0100] [ALPM] upgraded perl-html-tagset (3.24-1 -> 3.24-2)
[2025-02-22T18:29:24+0100] [ALPM] upgraded perl-clone (0.46-3 -> 0.47-1)
[2025-02-22T18:29:24+0100] [ALPM] upgraded perl-io-html (1.004-5 -> 1.004-6)
[2025-02-22T18:29:25+0100] [ALPM] upgraded perl-lwp-mediatypes (6.04-5 -> 6.04-6)
[2025-02-22T18:29:25+0100] [ALPM] upgraded perl-uri (5.28-1 -> 5.31-1)
[2025-02-22T18:29:25+0100] [ALPM] upgraded perl-http-message (6.46-1 -> 7.00-1)
[2025-02-22T18:29:25+0100] [ALPM] upgraded perl-html-parser (3.82-1 -> 3.83-1)
[2025-02-22T18:29:25+0100] [ALPM] upgraded perl-http-cookies (6.11-1 -> 6.11-2)
[2025-02-22T18:29:25+0100] [ALPM] upgraded perl-http-daemon (6.16-3 -> 6.16-4)
[2025-02-22T18:29:26+0100] [ALPM] upgraded perl-http-cookiejar (0.014-2 -> 0.014-3)
[2025-02-22T18:29:26+0100] [ALPM] upgraded perl-http-negotiate (6.01-13 -> 6.01-14)
[2025-02-22T18:29:26+0100] [ALPM] upgraded perl-net-http (6.23-3 -> 6.23-4)
[2025-02-22T18:29:26+0100] [ALPM] upgraded perl-try-tiny (0.31-4 -> 0.32-2)
[2025-02-22T18:29:26+0100] [ALPM] upgraded perl-www-robotrules (6.02-13 -> 6.02-14)
[2025-02-22T18:29:26+0100] [ALPM] upgraded perl-libwww (6.77-1 -> 6.77-2)
[2025-02-22T18:29:26+0100] [ALPM] upgraded perl-xml-parser (2.47-1 -> 2.47-2)
[2025-02-22T18:29:26+0100] [ALPM] upgraded perl-xml-writer (0.900-3 -> 0.900-4)
[2025-02-22T18:29:27+0100] [ALPM] upgraded hwinfo (23.2-1 -> 23.3-1)
[2025-02-22T18:29:27+0100] [ALPM] upgraded libimagequant (4.3.1-1 -> 4.3.3-1)
[2025-02-22T18:29:27+0100] [ALPM] upgraded python-pillow (10.4.0-1 -> 11.1.0-1)
[2025-02-22T18:29:28+0100] [ALPM] upgraded python-lxml (5.2.2-1 -> 5.3.0-2)
[2025-02-22T18:29:28+0100] [ALPM] upgraded python-pikepdf (9.0.0-1 -> 9.5.1-1)
[2025-02-22T18:29:29+0100] [ALPM] upgraded img2pdf (0.5.1-2 -> 0.5.1-3)
[2025-02-22T18:29:29+0100] [ALPM] upgraded intel-ucode (20240531-1 -> 20241112-1)
[2025-02-22T18:29:31+0100] [ALPM] upgraded inxi (3.3.35.1-1 -> 3.3.37.1-1)
[2025-02-22T18:29:31+0100] [ALPM] upgraded iproute2 (6.9.0-2 -> 6.13.0-1)
[2025-02-22T18:29:32+0100] [ALPM] upgraded iputils (20240117-1 -> 20240905-1)
[2025-02-22T18:29:33+0100] [ALPM] upgraded jasper (4.2.4-1 -> 4.2.4-2)
[2025-02-22T18:29:33+0100] [ALPM] upgraded karchive (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:34+0100] [ALPM] upgraded kcoreaddons (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:36+0100] [ALPM] upgraded qt6-declarative (6.7.2-1 -> 6.8.2-1)
[2025-02-22T18:29:38+0100] [ALPM] upgraded qt6-svg (6.7.2-1 -> 6.8.2-1)
[2025-02-22T18:29:40+0100] [ALPM] upgraded qt6-wayland (6.7.2-2 -> 6.8.2-1)
[2025-02-22T18:29:40+0100] [ALPM] upgraded kwindowsystem (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:40+0100] [ALPM] upgraded kauth (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:40+0100] [ALPM] upgraded kconfig (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:41+0100] [ALPM] upgraded kwidgetsaddons (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:41+0100] [ALPM] upgraded kbookmarks (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:41+0100] [ALPM] upgraded kcodecs (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:41+0100] [ALPM] upgraded kguiaddons (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:41+0100] [ALPM] upgraded ki18n (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:41+0100] [ALPM] upgraded kcolorscheme (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:41+0100] [ALPM] upgraded kconfigwidgets (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:41+0100] [ALPM] upgraded kcompletion (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:41+0100] [ALPM] upgraded kcrash (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:41+0100] [ALPM] upgraded kdbusaddons (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:41+0100] [ALPM] upgraded kiconthemes (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:41+0100] [ALPM] upgraded kitemviews (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:41+0100] [ALPM] upgraded knotifications (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:42+0100] [ALPM] upgraded kjobwidgets (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:42+0100] [ALPM] upgraded kservice (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:42+0100] [ALPM] upgraded qt6-shadertools (6.7.2-1 -> 6.8.2-1)
[2025-02-22T18:29:42+0100] [ALPM] upgraded qt6-5compat (6.7.2-1 -> 6.8.2-1)
[2025-02-22T18:29:42+0100] [ALPM] upgraded qca-qt6 (2.3.9-2 -> 2.3.9-4)
[2025-02-22T18:29:42+0100] [ALPM] upgraded kwallet (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:42+0100] [ALPM] upgraded media-player-info (24-4 -> 26-1)
[2025-02-22T18:29:43+0100] [ALPM] upgraded upower (1.90.4-1 -> 1.90.7-1)
[2025-02-22T18:29:43+0100] [ALPM] upgraded solid (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:43+0100] [ALPM] upgraded kio (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:44+0100] [ALPM] upgraded kirigami (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:45+0100] [ALPM] upgraded kglobalaccel (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:45+0100] [ALPM] upgraded kxmlgui (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:47+0100] [ALPM] upgraded kcmutils (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:48+0100] [ALPM] upgraded qt5-translations (5.15.14-1 -> 5.15.16-3)
[2025-02-22T18:29:49+0100] [ALPM] upgraded qt5-base (5.15.14+kde+r141-1 -> 5.15.16+kde+r130-3)
[2025-02-22T18:29:50+0100] [ALPM] upgraded kimageformats5 (5.116.0-1 -> 5.116.0-3)
[2025-02-22T18:29:50+0100] [ALPM] upgraded kitemmodels (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:50+0100] [ALPM] upgraded kpackage (6.3.0-1 -> 6.10.0-1)
[2025-02-22T18:29:50+0100] [ALPM] upgraded libraw (0.21.2-1 -> 0.21.3-1)
[2025-02-22T18:29:50+0100] [ALPM] upgraded libkdcraw5 (24.05.2-1 -> 24.12.2-1)
[2025-02-22T18:29:50+0100] [ALPM] upgraded mlt (7.24.0-3 -> 7.30.0-1)
[2025-02-22T18:29:51+0100] [ALPM] upgraded yaml-cpp (0.8.0-1 -> 0.8.0-2)
[2025-02-22T18:29:52+0100] [ALPM] upgraded pystring (1.1.4-1 -> 1.1.4-2)
[2025-02-22T18:29:52+0100] [ALPM] installed zlib-ng (2.2.3-2)
[2025-02-22T18:29:52+0100] [ALPM] upgraded minizip-ng (4.0.7-1 -> 4.0.8-1)
[2025-02-22T18:29:52+0100] [ALPM] upgraded opencolorio (2.3.2-3 -> 2.4.0-6)
[2025-02-22T18:29:53+0100] [ALPM] upgraded qt5-svg (5.15.14+kde+r5-1 -> 5.15.16+kde+r5-3)
[2025-02-22T18:29:53+0100] [ALPM] upgraded qt5-x11extras (5.15.14-1 -> 5.15.16-3)
[2025-02-22T18:29:54+0100] [ALPM] upgraded qt5-declarative (5.15.14+kde+r28-1 -> 5.15.16+kde+r22-3)
[2025-02-22T18:29:55+0100] [ALPM] upgraded qt5-wayland (5.15.14+kde+r58-1 -> 5.15.16+kde+r59-3)
[2025-02-22T18:29:57+0100] [ALPM] upgraded krita (5.2.3-1 -> 5.2.9-1)
[2025-02-22T18:29:57+0100] [ALPM] upgraded ksvg (6.3.1-1 -> 6.10.0-1)
[2025-02-22T18:29:58+0100] [ALPM] upgraded kvantum (1.1.2-1 -> 1.1.3-1)
[2025-02-22T18:29:59+0100] [ALPM] upgraded less (1:643-2 -> 1:668-1)
[2025-02-22T18:29:59+0100] [ALPM] upgraded lib32-glibc (2.39+r52+gf8e4623421-1 -> 2.41+r2+g0a7c7a3e283a-1)
[2025-02-22T18:29:59+0100] [ALPM] upgraded lib32-bzip2 (1.0.8-3 -> 1.0.8-4)
[2025-02-22T18:29:59+0100] [ALPM] upgraded lib32-libnghttp2 (1.62.1-1 -> 1.64.0-1)
[2025-02-22T18:29:59+0100] [ALPM] upgraded lib32-libnghttp3 (1.4.0-1 -> 1.7.0-1)
[2025-02-22T18:30:00+0100] [ALPM] upgraded lib32-openssl (1:3.3.1-1 -> 1:3.4.0-1)
[2025-02-22T18:30:01+0100] [ALPM] upgraded lib32-zlib (1.3.1-1 -> 1.3.1-2)
[2025-02-22T18:30:01+0100] [ALPM] upgraded lib32-libssh2 (1.11.0-1 -> 1.11.0-2)
[2025-02-22T18:30:02+0100] [ALPM] upgraded lib32-gcc-libs (14.1.1+r58+gfc9fb69ad62-1 -> 14.2.1+r730+gc061ad5a36ba-1)
[2025-02-22T18:30:04+0100] [ALPM] upgraded lib32-e2fsprogs (1.47.1-1 -> 1.47.2-1)
[2025-02-22T18:30:04+0100] [ALPM] upgraded lib32-libxcrypt (4.4.36-1 -> 4.4.38-1)
[2025-02-22T18:30:04+0100] [ALPM] upgraded lib32-libldap (2.6.8-1 -> 2.6.9-1)
[2025-02-22T18:30:04+0100] [ALPM] upgraded lib32-curl (8.8.0-1 -> 8.12.1-0)
[2025-02-22T18:30:04+0100] [ALPM] upgraded lib32-expat (2.6.2-1 -> 2.6.4-1)
[2025-02-22T18:30:04+0100] [ALPM] upgraded lib32-libdrm (2.4.122-1 -> 2.4.124-1)
[2025-02-22T18:30:04+0100] [ALPM] installed lib32-json-c (0.18-1)
[2025-02-22T18:30:04+0100] [ALPM] upgraded lib32-xz (5.6.2-1 -> 5.6.4-1)
[2025-02-22T18:30:05+0100] [ALPM] upgraded lib32-libelf (0.191-1 -> 0.192-2)
[2025-02-22T18:30:06+0100] [ALPM] upgraded lib32-libxau (1.0.11-1 -> 1.0.11-2)
[2025-02-22T18:30:06+0100] [ALPM] upgraded lib32-libx11 (1.8.9-1 -> 1.8.11-1)
[2025-02-22T18:30:06+0100] [ALPM] upgraded lib32-libxfixes (6.0.1-1 -> 6.0.1-2)
[2025-02-22T18:30:06+0100] [ALPM] upgraded lib32-libxml2 (2.13.2-1 -> 2.13.5-1)
[2025-02-22T18:30:06+0100] [ALPM] upgraded lib32-wayland (1.22.0-1 -> 1.23.1-1)
[2025-02-22T18:30:06+0100] [ALPM] upgraded lib32-libxshmfence (1.3.2-1 -> 1.3.2-2)
[2025-02-22T18:30:07+0100] [ALPM] upgraded lib32-libxxf86vm (1.1.5-1 -> 1.1.5-2)
[2025-02-22T18:30:09+0100] [ALPM] upgraded lib32-llvm-libs (18.1.8-1 -> 1:19.1.7-1)
[2025-02-22T18:30:10+0100] [ALPM] upgraded lib32-lm_sensors (1:3.6.0.r41.g31d1f125-2 -> 1:3.6.0.r41.g31d1f125-3)
[2025-02-22T18:30:11+0100] [ALPM] installed lib32-spirv-tools (2024.4.rc2-1)
[2025-02-22T18:30:16+0100] [ALPM] upgraded lib32-mesa (1:24.1.3-1 -> 1:24.3.4-1)
[2025-02-22T18:30:16+0100] [ALPM] upgraded lib32-libva (2.21.0-1 -> 2.22.0-1)
[2025-02-22T18:30:19+0100] [ALPM] upgraded lib32-libva-intel-driver (2.4.1-1 -> 2.4.1-2)
[2025-02-22T18:30:19+0100] [ALPM] upgraded lib32-mesa-utils (9.0.0-1 -> 9.0.0-2)
[2025-02-22T18:30:21+0100] [ALPM] upgraded libadwaita (1:1.5.2-1 -> 1:1.6.4-1)
[2025-02-22T18:30:22+0100] [ALPM] upgraded libappindicator-gtk3 (12.10.0.r298-3 -> 12.10.0.r298-4)
[2025-02-22T18:30:22+0100] [ALPM] upgraded libcamera-ipa (0.3.0-1 -> 0.3.2-2)
[2025-02-22T18:30:22+0100] [ALPM] upgraded libcamera (0.3.0-1 -> 0.3.2-2)
[2025-02-22T18:30:23+0100] [ALPM] upgraded libcdr (0.1.7-8 -> 0.1.8-1)
[2025-02-22T18:30:24+0100] [ALPM] upgraded libcmis (0.6.2-1 -> 0.6.2-2)
[2025-02-22T18:30:24+0100] [ALPM] upgraded libei (1.2.1-1 -> 1.3.0-1)
[2025-02-22T18:30:25+0100] [ALPM] upgraded libetonyek (0.1.10-4 -> 0.1.12-2)
[2025-02-22T18:30:26+0100] [ALPM] upgraded libgsf (1.14.52-1 -> 1.14.53-1)
[2025-02-22T18:30:27+0100] [ALPM] upgraded libieee1284 (0.2.11-16 -> 0.2.11-18)
[2025-02-22T18:30:28+0100] [ALPM] upgraded libixion (0.19.0-2 -> 0.19.0-6)
[2025-02-22T18:30:29+0100] [ALPM] upgraded libkate (0.4.1-10 -> 0.4.1-11)
[2025-02-22T18:30:30+0100] [ALPM] upgraded libmysofa (1.3.2-1 -> 1.3.3-1)
[2025-02-22T18:30:31+0100] [ALPM] upgraded libnewt (0.52.24-2 -> 0.52.24-3)
[2025-02-22T18:30:31+0100] [ALPM] upgraded liborcus (0.19.2-2 -> 0.19.2-4)
[2025-02-22T18:30:32+0100] [ALPM] upgraded python-npyscreen (4.10.5-9 -> 4.10.5-10)
[2025-02-22T18:30:33+0100] [ALPM] upgraded python-charset-normalizer (3.3.2-2 -> 3.4.1-1)
[2025-02-22T18:30:33+0100] [ALPM] upgraded python-idna (3.7-1 -> 3.10-2)
[2025-02-22T18:30:35+0100] [ALPM] upgraded python-urllib3 (1.26.18-3 -> 2.3.0-1)
[2025-02-22T18:30:35+0100] [ALPM] upgraded python-requests (2.32.3-1 -> 2.32.3-4)
[2025-02-22T18:30:36+0100] [ALPM] upgraded pacman-mirrors (4.27-1 -> 4.28-2)
[2025-02-22T18:30:37+0100] [ALPM] warning: /etc/makepkg.conf.d/rust.conf installed as /etc/makepkg.conf.d/rust.conf.pacnew
[2025-02-22T18:30:37+0100] [ALPM] warning: /etc/pacman.conf installed as /etc/pacman.conf.pacnew
[2025-02-22T18:30:38+0100] [ALPM] upgraded pacman (6.1.0-7 -> 7.0.0.r10.ga2d0293-1)
[2025-02-22T18:30:38+0100] [ALPM-SCRIPTLET] Removing depreciated SyncFirst line from pacman.conf file ...
[2025-02-22T18:30:41+0100] [ALPM] upgraded libpamac (11.6.4+2+g1421283-1 -> 11.7.2-2.1)
[2025-02-22T18:30:42+0100] [ALPM] upgraded libpipeline (1.5.7-2 -> 1.5.8-1)
[2025-02-22T18:30:43+0100] [ALPM] upgraded plasma-activities (6.0.5-1 -> 6.2.5-1)
[2025-02-22T18:30:43+0100] [ALPM] upgraded libplasma (6.0.5-1 -> 6.2.5-1)
[2025-02-22T18:30:44+0100] [ALPM] upgraded libportal (0.7.1-3 -> 0.9.0-1)
[2025-02-22T18:30:45+0100] [ALPM] upgraded libportal-gtk3 (0.7.1-3 -> 0.9.0-1)
[2025-02-22T18:30:45+0100] [ALPM] upgraded libqalculate (5.2.0.1-1 -> 5.5.0-1)
[2025-02-22T18:30:46+0100] [ALPM] upgraded libqmi (1.34.0-1 -> 1.34.0-2)
[2025-02-22T18:30:48+0100] [ALPM] upgraded libwps (0.4.14-2 -> 0.4.14-3)
[2025-02-22T18:30:49+0100] [ALPM] upgraded libvisio (0.1.7-11 -> 0.1.8-1)
[2025-02-22T18:30:49+0100] [ALPM] upgraded xmlsec (1.3.4-1 -> 1.3.6-1)
[2025-02-22T18:30:52+0100] [ALPM] upgraded libstaroffice (0.0.7-3 -> 0.0.7-4)
[2025-02-22T18:31:11+0100] [ALPM] upgraded libreoffice-still (7.6.7-1 -> 24.2.7-5)
[2025-02-22T18:31:12+0100] [ALPM] upgraded libupnp (1.14.19-2 -> 1.14.20-2)
[2025-02-22T18:31:13+0100] [ALPM] upgraded liburcu (0.14.0-2 -> 0.15.0-1)
[2025-02-22T18:31:13+0100] [ALPM] upgraded liburing (2.6-2 -> 2.9-1)
[2025-02-22T18:31:14+0100] [ALPM] upgraded libwnck3 (43.0-3 -> 43.2-1)
[2025-02-22T18:31:14+0100] [ALPM] upgraded libwpe (1.16.0-1 -> 1.16.1-1)
[2025-02-22T18:31:15+0100] [ALPM] upgraded libxcvt (0.1.2-2 -> 0.1.3-1)
[2025-02-22T18:31:15+0100] [ALPM] upgraded libxfont2 (2.0.6-3 -> 2.0.7-1)
[2025-02-22T18:31:15+0100] [ALPM] upgraded libzip (1.10.1-2 -> 1.11.2-1)
[2025-02-22T18:31:15+0100] [ALPM] upgraded licenses (20240206-1 -> 20240728-1)
[2025-02-22T18:31:15+0100] [ALPM] upgraded xorg-xrdb (1.2.2-1 -> 1.2.2-2)
[2025-02-22T18:31:15+0100] [ALPM] upgraded xorg-xmodmap (1.0.11-1 -> 1.0.11-2)
[2025-02-22T18:31:15+0100] [ALPM] upgraded xf86-input-libinput (1.4.0-2 -> 1.5.0-1)
[2025-02-22T18:31:15+0100] [ALPM] upgraded xorg-setxkbmap (1.3.4-1 -> 1.3.4-2)
[2025-02-22T18:31:16+0100] [ALPM] upgraded xorg-server-common (21.1.13-1 -> 21.1.15-1)
[2025-02-22T18:31:16+0100] [ALPM] upgraded xorg-server (21.1.13-1 -> 21.1.15-1)
[2025-02-22T18:31:17+0100] [ALPM] upgraded lightdm-gtk-greeter-settings (1.2.3-2 -> 1.2.3-3)
[2025-02-22T18:31:17+0100] [ALPM] upgraded linux-firmware-whence (20240703.e94a2a3b-1 -> 20250109.7673dffd-1)
[2025-02-22T18:31:53+0100] [ALPM] upgraded linux-firmware (20240703.e94a2a3b-1 -> 20250109.7673dffd-1)
[2025-02-22T18:31:55+0100] [ALPM] upgraded mkinitcpio (39.2-2 -> 39.2-4)
[2025-02-22T18:32:05+0100] [ALPM] upgraded linux66 (6.6.40-1 -> 6.6.75-2)
[2025-02-22T18:32:09+0100] [ALPM] upgraded zfs-utils (2.2.4-1 -> 2.2.7-1)
[2025-02-22T18:32:12+0100] [ALPM] upgraded linux66-zfs (2.2.4-13 -> 2.2.7-13)
[2025-02-22T18:32:12+0100] [ALPM] upgraded logrotate (3.21.0-2 -> 3.22.0-1)
[2025-02-22T18:32:13+0100] [ALPM] upgraded lsb-release (2.0.r53.a86f885-1 -> 2.0.r55.a25a4fc-1)
[2025-02-22T18:32:16+0100] [ALPM] upgraded thin-provisioning-tools (1.0.12-1 -> 1.1.0-1)
[2025-02-22T18:32:18+0100] [ALPM] upgraded lvm2 (2.03.24-1 -> 2.03.30-1)
[2025-02-22T18:32:21+0100] [ALPM] upgraded man-db (2.12.1-1 -> 2.13.0-1)
[2025-02-22T18:32:22+0100] [ALPM] upgraded man-pages (6.9.1-1 -> 6.10-1)
[2025-02-22T18:32:23+0100] [ALPM] upgraded pamac-cli (11.6.0-4 -> 11.7.3-1)
[2025-02-22T18:32:24+0100] [ALPM] upgraded pamac-gtk3 (10.6.0-4 -> 10.7.0-1)
[2025-02-22T18:32:25+0100] [ALPM] upgraded manjaro-application-utility (1.3.3-11 -> 1.4.1-1)
[2025-02-22T18:32:25+0100] [ALPM] upgraded manjaro-hello (0.7.2-6 -> 0.8.0-1)
[2025-02-22T18:32:26+0100] [ALPM] installed perl-capture-tiny (0.50-2)
[2025-02-22T18:32:27+0100] [ALPM] installed perl-ffi-checklib (0.31-5)
[2025-02-22T18:32:27+0100] [ALPM] installed perl-file-chdir (0.1011-6)
[2025-02-22T18:32:27+0100] [ALPM] installed perl-file-which (1.27-6)
[2025-02-22T18:32:27+0100] [ALPM] installed perl-path-tiny (0.146-2)
[2025-02-22T18:32:28+0100] [ALPM] installed perl-alien-build (2.84-1)
[2025-02-22T18:32:28+0100] [ALPM] installed perl-alien-libxml2 (0.19-4)
[2025-02-22T18:32:28+0100] [ALPM] installed perl-xml-sax-base (1.09-6)
[2025-02-22T18:32:28+0100] [ALPM] installed perl-xml-namespacesupport (1.12-6)
[2025-02-22T18:32:29+0100] [ALPM] installed perl-xml-sax (1.02-2)
[2025-02-22T18:32:31+0100] [ALPM] installed perl-xml-libxml (2.0210-2)
[2025-02-22T18:32:31+0100] [ALPM-SCRIPTLET] :: Installing SAX XML Parsers
[2025-02-22T18:32:33+0100] [ALPM] installed perl-dbi (1.647-1)
[2025-02-22T18:32:33+0100] [ALPM] installed foomatic-db-engine (5:20200131-1)
[2025-02-22T18:32:34+0100] [ALPM] upgraded manjaro-printer (20220924-1 -> 20240827-1)
[2025-02-22T18:32:34+0100] [ALPM] upgraded manjaro-release (24.0.4-1 -> 25.0.0preview-1)
[2025-02-22T18:32:35+0100] [ALPM] upgraded manjaro-settings-manager (0.5.7-22 -> 0.5.8-1)
[2025-02-22T18:32:35+0100] [ALPM] upgraded manjaro-settings-manager-notifier (0.5.7-22 -> 0.5.8-1)
[2025-02-22T18:32:35+0100] [ALPM] upgraded mbedtls2 (2.28.8-3 -> 2.28.9-1)
[2025-02-22T18:32:35+0100] [ALPM] upgraded memtest86+ (7.00-1 -> 7.20-2)
[2025-02-22T18:32:35+0100] [ALPM] upgraded memtest86+-efi (7.00-1 -> 7.20-2)
[2025-02-22T18:32:35+0100] [ALPM] upgraded python-psutil (6.0.0-1 -> 6.1.1-1)
[2025-02-22T18:32:36+0100] [ALPM] upgraded python-pyxdg (0.28-3 -> 0.28-4)
[2025-02-22T18:32:37+0100] [ALPM] upgraded menulibre (2.4.0-2 -> 2.4.0-3)
[2025-02-22T18:32:37+0100] [ALPM] upgraded mesa-utils (9.0.0-4 -> 9.0.0-5)
[2025-02-22T18:32:37+0100] [ALPM] upgraded mhwd-nvidia (550.100-1 -> 550.144.03-1)
[2025-02-22T18:32:37+0100] [ALPM] upgraded mhwd-nvidia-390xx (390.157-14 -> 390.157-19)
[2025-02-22T18:32:37+0100] [ALPM] upgraded mhwd-nvidia-470xx (470.256.02-4 -> 470.256.02-10)
[2025-02-22T18:32:37+0100] [ALPM] upgraded mhwd-db (0.6.5-36 -> 20241216-1)
[2025-02-22T18:32:38+0100] [ALPM] upgraded mhwd (0.6.5-36 -> 0.6.6-2)
[2025-02-22T18:32:39+0100] [ALPM] upgraded mousepad (0.6.2-2 -> 0.6.3-2)
[2025-02-22T18:32:39+0100] [ALPM] upgraded python-ptyprocess (0.7.0-6 -> 0.7.0-8)
[2025-02-22T18:32:40+0100] [ALPM] upgraded python-pexpect (4.9.0-2 -> 4.9.0-4)
[2025-02-22T18:32:40+0100] [ALPM] upgraded mugshot (0.4.3-6 -> 0.4.3-7)
[2025-02-22T18:32:40+0100] [ALPM] upgraded nano (8.1-1 -> 8.3-1)
[2025-02-22T18:32:40+0100] [ALPM] upgraded nano-syntax-highlighting (2020.10.10+10+g1aa64a8-2 -> 2022.11.02.r102.gbb94603-1)
[2025-02-22T18:32:41+0100] [ALPM] upgraded net-snmp (5.9.4-4 -> 5.9.4-6)
[2025-02-22T18:32:42+0100] [ALPM] upgraded pcsclite (2.2.3-1 -> 2.3.1-1)
[2025-02-22T18:32:42+0100] [ALPM] upgraded wpa_supplicant (2:2.10-8 -> 2:2.11-3)
[2025-02-22T18:32:43+0100] [ALPM] upgraded networkmanager (1.48.4-1 -> 1.50.2-1)
[2025-02-22T18:32:46+0100] [ALPM] upgraded ppp (2.5.0-3 -> 2.5.2-1)
[2025-02-22T18:32:46+0100] [ALPM] upgraded networkmanager-pptp (1.2.12-3 -> 1.2.12-6)
[2025-02-22T18:32:46+0100] [ALPM] upgraded networkmanager-vpnc (1.2.8-4 -> 1.4.0-1)
[2025-02-22T18:32:46+0100] [ALPM] upgraded rpcbind (1.2.6-4 -> 1.2.7-2)
[2025-02-22T18:32:47+0100] [ALPM] upgraded nfsidmap (2.6.4-1 -> 2.8.2-2)
[2025-02-22T18:32:47+0100] [ALPM] upgraded nfs-utils (2.6.4-1 -> 2.8.2-2)
[2025-02-22T18:32:48+0100] [ALPM] upgraded ntp (4.2.8.p18-1 -> 4.2.8.p18-2)
[2025-02-22T18:32:49+0100] [ALPM] upgraded oath-toolkit (2.6.11-2 -> 2.6.12-1)
[2025-02-22T18:32:49+0100] [ALPM] upgraded oniguruma (6.9.9-1 -> 6.9.10-1)
[2025-02-22T18:32:50+0100] [ALPM] upgraded openconnect (1:9.12-2 -> 1:9.12-3)
[2025-02-22T18:32:51+0100] [ALPM] upgraded openvpn (2.6.11-1 -> 2.6.13-1)
[2025-02-22T18:32:52+0100] [ALPM] installed 7zip (24.09-3)
[2025-02-22T18:32:53+0100] [ALPM] upgraded parole (4.18.1-2 -> 4.18.2-1)
[2025-02-22T18:32:53+0100] [ALPM] upgraded pavucontrol (1:6.0-1 -> 1:6.1-1)
[2025-02-22T18:32:53+0100] [ALPM] upgraded python-six (1.16.0-9 -> 1.17.0-1)
[2025-02-22T18:32:55+0100] [ALPM] upgraded python-dateutil (2.9.0-5 -> 2.9.0-6)
[2025-02-22T18:32:56+0100] [ALPM] upgraded pdfarranger (1.11.0-1 -> 1.11.1-2)
[2025-02-22T18:32:56+0100] [ALPM] upgraded perl-ipc-system-simple (1.30-6 -> 1.30-7)
[2025-02-22T18:32:57+0100] [ALPM] upgraded perl-file-basedir (0.09-4 -> 0.09-5)
[2025-02-22T18:32:57+0100] [ALPM] upgraded perl-file-desktopentry (0.22-12 -> 0.22-13)
[2025-02-22T18:32:57+0100] [ALPM] upgraded perl-file-mimeinfo (0.35-1 -> 0.35-2)
[2025-02-22T18:32:58+0100] [ALPM] upgraded pipewire-audio (1:1.2.1-1 -> 1:1.2.7-1)
[2025-02-22T18:32:58+0100] [ALPM] upgraded pipewire-alsa (1:1.2.1-1 -> 1:1.2.7-1)
[2025-02-22T18:32:58+0100] [ALPM] upgraded pipewire-pulse (1:1.2.1-1 -> 1:1.2.7-1)
[2025-02-22T18:32:58+0100] [ALPM] upgraded pkgconf (2.1.1-1 -> 2.3.0-1)
[2025-02-22T18:33:00+0100] [ALPM] upgraded plotutils (2.6-11 -> 2.6-12)
[2025-02-22T18:33:01+0100] [ALPM] upgraded polkit-gnome (0.105-10 -> 0.105-11)
[2025-02-22T18:33:02+0100] [ALPM] upgraded poppler-qt5 (24.06.1-1 -> 25.01.0-1)
[2025-02-22T18:33:02+0100] [ALPM] upgraded powertop (2.15-1 -> 2.15-2)
[2025-02-22T18:33:02+0100] [ALPM] upgraded print-manager (1:6.0.5-1 -> 1:6.2.5-1)
[2025-02-22T18:33:02+0100] [ALPM] upgraded pstoedit (4.01-2 -> 4.02-1)
[2025-02-22T18:33:03+0100] [ALPM] upgraded python-pycparser (2.22-2 -> 2.22-3)
[2025-02-22T18:33:03+0100] [ALPM] upgraded python-cffi (1.16.0-2 -> 1.17.1-2)
[2025-02-22T18:33:03+0100] [ALPM] upgraded python-argon2-cffi-bindings (21.2.0-5 -> 21.2.0-6)
[2025-02-22T18:33:03+0100] [ALPM] installed python-argon2-cffi (23.1.0-3)
[2025-02-22T18:33:03+0100] [ALPM] upgraded python-attrs (23.2.0-3 -> 23.2.0-4)
[2025-02-22T18:33:04+0100] [ALPM] upgraded python-autocommand (2.2.2-6 -> 2.2.2-7)
[2025-02-22T18:33:04+0100] [ALPM] upgraded python-pytz (2024.1-2 -> 2024.2-2)
[2025-02-22T18:33:04+0100] [ALPM] upgraded python-babel (2.14.0-2 -> 2.15.0-2)
[2025-02-22T18:33:05+0100] [ALPM] upgraded python-pyproject-hooks (1.1.0-1 -> 1.2.0-3)
[2025-02-22T18:33:05+0100] [ALPM] upgraded python-build (1.2.1-3 -> 1.2.2-3)
[2025-02-22T18:33:05+0100] [ALPM] upgraded python-coverage (7.5.1-1 -> 7.6.10-1)
[2025-02-22T18:33:06+0100] [ALPM] upgraded python-cryptography (42.0.6-1 -> 44.0.0-1)
[2025-02-22T18:33:06+0100] [ALPM] upgraded python-dbus (1.3.2-4 -> 1.3.2-5)
[2025-02-22T18:33:06+0100] [ALPM] upgraded python-docopt (0.6.2-13 -> 0.6.2-14)
[2025-02-22T18:33:07+0100] [ALPM] upgraded python-docutils (1:0.21.2-1 -> 1:0.21.2-3)
[2025-02-22T18:33:08+0100] [ALPM] upgraded python-fastjsonschema (2.20.0-1 -> 2.21.1-1)
[2025-02-22T18:33:08+0100] [ALPM] upgraded python-imagesize (1.4.1-5 -> 1.4.1-6)
[2025-02-22T18:33:08+0100] [ALPM] upgraded python-markupsafe (2.1.5-2 -> 2.1.5-3)
[2025-02-22T18:33:08+0100] [ALPM] upgraded python-jinja (1:3.1.4-1 -> 1:3.1.5-1)
[2025-02-22T18:33:08+0100] [ALPM] upgraded python-pygments (2.18.0-1 -> 2.19.1-1)
[2025-02-22T18:33:09+0100] [ALPM] upgraded python-snowballstemmer (2.2.0-6 -> 2.2.0-7)
[2025-02-22T18:33:09+0100] [ALPM] upgraded python-sphinx-alabaster-theme (0.7.16-2 -> 1.0.0-4)
[2025-02-22T21:13:48+0100] [ALPM] upgraded python-sphinxcontrib-applehelp (1.0.8-3 -> 2.0.0-3)
[2025-02-22T21:13:48+0100] [ALPM] upgraded python-sphinxcontrib-devhelp (1.0.6-3 -> 2.0.0-4)
[2025-02-22T21:13:48+0100] [ALPM] upgraded python-sphinxcontrib-htmlhelp (2.0.5-3 -> 2.1.0-3)
[2025-02-22T21:13:48+0100] [ALPM] upgraded python-sphinxcontrib-jsmath (1.0.1-17 -> 1.0.1-19)
[2025-02-22T21:13:48+0100] [ALPM] upgraded python-sphinxcontrib-qthelp (1.0.7-3 -> 2.0.0-3)
[2025-02-22T21:13:48+0100] [ALPM] upgraded python-sphinxcontrib-serializinghtml (1.1.10-3 -> 2.0.0-3)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-sphinx (7.3.7-2 -> 8.1.3-2)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-guzzle-sphinx-theme (0.7.11-12 -> 0.7.11-14)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-more-itertools (10.3.0-1 -> 10.5.0-1)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-typing_extensions (4.12.2-1 -> 4.12.2-3)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-typeguard (4.3.0-1 -> 4.4.1-1)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-inflect (7.3.1-1 -> 7.5.0-1)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-iniconfig (2.0.0-5 -> 2.0.0-6)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-installer (0.7.0-8 -> 0.7.0-10)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-jaraco.context (4.3.0-4 -> 6.0.1-1)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-jaraco.functools (4.0.1-1 -> 4.1.0-1)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-jaraco.text (3.12.1-1 -> 4.0.0-2)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-keyutils (0.6-10 -> 0.6-11)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-llfuse (1.5.0-2 -> 1.5.0-3)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-ordered-set (4.1.0-5 -> 4.1.0-7)
[2025-02-22T21:13:49+0100] [ALPM] installed python-filelock (3.17.0-1)
[2025-02-22T21:13:49+0100] [ALPM] upgraded python-wheel (0.43.0-4 -> 0.45.0-3)
[2025-02-22T21:13:50+0100] [ALPM] upgraded python-pip (24.1.2-1 -> 25.0-1)
[2025-02-22T21:13:50+0100] [ALPM] upgraded python-pkgconfig (1.5.5-6 -> 1.5.5-7)
[2025-02-22T21:13:50+0100] [ALPM] upgraded python-platformdirs (4.2.2-1 -> 4.3.6-2)
[2025-02-22T21:13:50+0100] [ALPM] upgraded python-pluggy (1.5.0-1 -> 1.5.0-3)
[2025-02-22T21:13:50+0100] [ALPM] upgraded python-py-cpuinfo (9.0.0-4 -> 9.0.0-5)
[2025-02-22T21:13:50+0100] [ALPM] upgraded python-pycups (2.0.4-2 -> 2.0.4-3)
[2025-02-22T21:13:50+0100] [ALPM] upgraded python-pytest (1:8.2.2-1 -> 1:8.3.4-1)
[2025-02-22T21:13:50+0100] [ALPM] upgraded python-pytest-benchmark (4.0.0-6 -> 4.0.0-7)
[2025-02-22T21:13:50+0100] [ALPM] upgraded python-pytest-cov (5.0.0-1 -> 6.0.0-1)
[2025-02-22T21:13:50+0100] [ALPM] installed python-jaraco.collections (5.1.0-1)
[2025-02-22T21:13:51+0100] [ALPM] upgraded python-setuptools (1:69.5.1-1 -> 1:75.2.0-4)
[2025-02-22T21:13:51+0100] [ALPM] upgraded python-tomli (2.0.1-4 -> 2.0.1-5)
[2025-02-22T21:13:51+0100] [ALPM] upgraded python-trove-classifiers (2024.5.22-1 -> 2025.1.10.15-1)
[2025-02-22T21:13:51+0100] [ALPM] upgraded python-validate-pyproject (0.18-1 -> 0.23-1)
[2025-02-22T21:13:51+0100] [ALPM] upgraded python-xxhash (3.4.1-3 -> 3.5.0-1)
[2025-02-22T21:13:51+0100] [ALPM] upgraded python-yaml (6.0.1-4 -> 6.0.2-2)
[2025-02-22T21:13:51+0100] [ALPM] upgraded qalculate-qt (5.2.0.1-1 -> 5.5.0-1)
[2025-02-22T21:13:51+0100] [ALPM] upgraded qt5ct (1.8-2 -> 1.9-1)
[2025-02-22T21:13:51+0100] [ALPM] upgraded rsync (3.3.0-2 -> 3.4.1-2)
[2025-02-22T21:13:51+0100] [ALPM] upgraded rtkit (0.13-2 -> 0.13-3)
[2025-02-22T21:13:52+0100] [ALPM] upgraded samba (4.20.2-1 -> 2:4.21.3-1)
[2025-02-22T21:14:00+0100] [ALPM] upgraded sane (1.3.1-1 -> 1.3.1-2)
[2025-02-22T21:14:01+0100] [ALPM] upgraded screenfetch (3.9.1-3 -> 3.9.9-1)
[2025-02-22T21:14:02+0100] [ALPM] upgraded simple-scan (46.0-1 -> 46.0-2)
[2025-02-22T21:14:03+0100] [ALPM] upgraded sof-firmware (2024.03-1 -> 2025.01-1)
[2025-02-22T21:14:03+0100] [ALPM] upgraded squashfs-tools (4.6.1-1 -> 4.6.1-2)
[2025-02-22T21:14:03+0100] [ALPM] upgraded sudo (1.9.15.p5-1 -> 1.9.16.p2-2)
[2025-02-22T21:14:03+0100] [ALPM] upgraded system-config-printer (1.5.18-4 -> 1.5.18-5)
[2025-02-22T21:14:03+0100] [ALPM] upgraded systemd-sysvcompat (256.2-1 -> 257.2-2)
[2025-02-22T21:14:04+0100] [ALPM] upgraded tcl (8.6.14-4 -> 8.6.16-1)
[2025-02-22T21:14:04+0100] [ALPM] upgraded terminus-font (4.49.1-6 -> 4.49.1-7)
[2025-02-22T21:14:04+0100] [ALPM] upgraded texinfo (7.1-2 -> 7.1.1-1)
[2025-02-22T21:14:04+0100] [ALPM] upgraded thunar (4.18.10-2 -> 4.20.1-1)
[2025-02-22T21:14:04+0100] [ALPM] upgraded thunar-archive-plugin (0.5.2-1 -> 0.5.3-1)
[2025-02-22T21:14:04+0100] [ALPM] upgraded thunar-media-tags-plugin (0.4.0-2 -> 0.5.0-1)
[2025-02-22T21:14:04+0100] [ALPM] upgraded thunar-volman (4.18.0-1 -> 4.20.0-2)
[2025-02-22T21:14:04+0100] [ALPM] upgraded tinyxml (2.6.2-10 -> 2.6.2-12)
[2025-02-22T21:14:04+0100] [ALPM] upgraded tor (0.4.8.12-1 -> 0.4.8.14-1)
[2025-02-22T21:14:04+0100] [ALPM] upgraded tumbler (4.18.2-1 -> 4.20.0-2)
[2025-02-22T21:14:04+0100] [ALPM] upgraded udiskie (2.5.3-1 -> 2.5.7-1)
[2025-02-22T21:14:04+0100] [ALPM] upgraded unrar (1:7.0.9-1 -> 1:7.1.3-1)
[2025-02-22T21:14:04+0100] [ALPM] upgraded update-grub (2.12-4 -> 2:2.12-3)
[2025-02-22T21:14:04+0100] [ALPM-SCRIPTLET] :: To use the new features provided in this GRUB update, it is recommended
[2025-02-22T21:14:04+0100] [ALPM-SCRIPTLET]    to install it to the MBR or UEFI. Due to potential configuration
[2025-02-22T21:14:04+0100] [ALPM-SCRIPTLET]    incompatibilities, it is advised to run both, installation and generation
[2025-02-22T21:14:04+0100] [ALPM-SCRIPTLET]    of configuration:
[2025-02-22T21:14:04+0100] [ALPM-SCRIPTLET]      # UEFI: https://wiki.archlinux.org/title/GRUB#Installation
[2025-02-22T21:14:04+0100] [ALPM-SCRIPTLET]      # BIOS: https://wiki.archlinux.org/title/GRUB#Installation_2
[2025-02-22T21:14:04+0100] [ALPM] upgraded usb_modeswitch (2.6.1-3 -> 2.6.1-4)
[2025-02-22T21:14:04+0100] [ALPM] upgraded usbutils (017-1 -> 018-1)
[2025-02-22T21:14:04+0100] [ALPM] upgraded vcdimager (2.0.1-4 -> 2.0.1-5)
[2025-02-22T21:14:04+0100] [ALPM] upgraded viewnior (1.8-5 -> 1.8-6)
[2025-02-22T21:14:05+0100] [ALPM] installed libvlc (3.0.21-12)
[2025-02-22T21:14:05+0100] [ALPM] upgraded vlc (3.0.21-1 -> 3.0.21-12)
[2025-02-22T21:14:05+0100] [ALPM] upgraded vte-common (0.76.3-1 -> 0.78.3-1)
[2025-02-22T21:14:06+0100] [ALPM] upgraded vte3 (0.76.3-1 -> 0.78.3-1)
[2025-02-22T21:14:07+0100] [ALPM] upgraded wget (1.24.5-3 -> 1.25.0-1)
[2025-02-22T21:14:08+0100] [ALPM] upgraded wireless-regdb (2024.07.04-1 -> 2024.10.07-1)
[2025-02-22T21:14:08+0100] [ALPM] upgraded wpebackend-fdo (1.14.2-1 -> 1.14.3-1)
[2025-02-22T21:14:08+0100] [ALPM] upgraded xclip (0.13-5 -> 0.13-6)
[2025-02-22T21:14:08+0100] [ALPM] upgraded xcursor-vanilla-dmz-aa (0.4.5-2 -> 0.4.5-3)
[2025-02-22T21:14:09+0100] [ALPM] upgraded xdg-desktop-portal (1.18.4-1 -> 1.18.4-2)
[2025-02-22T21:14:10+0100] [ALPM] upgraded xdg-desktop-portal-gtk (1.15.1-2 -> 1.15.2-1)
[2025-02-22T21:14:10+0100] [ALPM] upgraded xdg-user-dirs (0.18-1 -> 0.18-2)
[2025-02-22T21:14:10+0100] [ALPM] upgraded xf86-input-evdev (2.10.6-4 -> 2.11.0-1)
[2025-02-22T21:14:12+0100] [ALPM] upgraded xf86-input-void (1.4.2-1 -> 1.4.2-2)
[2025-02-22T21:14:12+0100] [ALPM] upgraded xfburn (0.7.0-1 -> 0.7.2-3)
[2025-02-22T21:14:13+0100] [ALPM] upgraded xfce4-appfinder (4.18.1-1 -> 4.20.0-2)
[2025-02-22T21:14:13+0100] [ALPM] installed libdisplay-info (0.2.0-2)
[2025-02-22T21:14:14+0100] [ALPM] installed libxfce4windowing (4.20.2-1)
[2025-02-22T21:14:15+0100] [ALPM] upgraded xfce4-panel (4.18.6-1 -> 4.20.3-1)
[2025-02-22T21:14:16+0100] [ALPM] upgraded xfce4-battery-plugin (1.1.5-1 -> 1.1.6-1)
[2025-02-22T21:14:16+0100] [ALPM] upgraded xfce4-clipman-plugin (1.6.6-1 -> 1.6.7-1)
[2025-02-22T21:14:16+0100] [ALPM] upgraded xfce4-notifyd (0.9.4-1 -> 0.9.6-5)
[2025-02-22T21:14:17+0100] [ALPM] upgraded xfce4-power-manager (4.18.4-1 -> 4.20.0-3)
[2025-02-22T21:14:18+0100] [ALPM] upgraded xfce4-pulseaudio-plugin (0.4.8-1 -> 0.4.9-2)
[2025-02-22T21:14:21+0100] [ALPM] upgraded xfce4-screensaver (4.18.3-1 -> 4.18.4-2)
[2025-02-22T21:14:21+0100] [ALPM] upgraded xfce4-screenshooter (1.10.6-1 -> 1.11.1-3)
[2025-02-22T21:14:22+0100] [ALPM] upgraded xorg-xinit (1.4.2-1 -> 1.4.3-1)
[2025-02-22T21:14:23+0100] [ALPM] upgraded xfce4-session (4.18.4-1 -> 4.20.0-5)
[2025-02-22T21:14:25+0100] [ALPM] upgraded xfce4-settings (4.18.6-1 -> 4.20.0-3)
[2025-02-22T21:14:26+0100] [ALPM] upgraded xfce4-taskmanager (1.5.7-1 -> 1.5.8-1)
[2025-02-22T21:14:27+0100] [ALPM] upgraded xfce4-terminal (1.1.3-1 -> 1.1.4-1)
[2025-02-22T21:14:27+0100] [ALPM] upgraded xfce4-whiskermenu-plugin (2.8.3-1 -> 2.9.0-1)
[2025-02-22T21:14:28+0100] [ALPM] upgraded xfce4-xkb-plugin (0.8.3-1 -> 0.8.5-1)
[2025-02-22T21:14:29+0100] [ALPM] upgraded xfdesktop (4.18.1-1 -> 4.20.0-7)
[2025-02-22T21:14:30+0100] [ALPM] upgraded xfsprogs (6.8.0-2 -> 6.12.0-1)
[2025-02-22T21:14:32+0100] [ALPM] upgraded xfwm4 (4.18.0-2 -> 4.20.0-2)
[2025-02-22T21:14:32+0100] [ALPM] upgraded xiccd (0.3.0-2 -> 0.4.1-1)
[2025-02-22T21:14:34+0100] [ALPM] upgraded xorg-twm (1.0.12-1 -> 1.0.12-2)
[2025-02-22T21:14:34+0100] [ALPM] upgraded xorg-xkill (1.0.6-1 -> 1.0.6-2)
[2025-02-22T21:14:38+0100] [ALPM] upgraded xournalpp (1.2.3-1 -> 1.2.5-1)
[2025-02-22T21:14:38+0100] [ALPM] upgraded zenity (4.0.2-1 -> 4.0.5-1)
[2025-02-22T21:14:39+0100] [ALPM] upgraded zsh-autosuggestions (0.7.0-2 -> 0.7.1-1)
[2025-02-22T21:14:39+0100] [ALPM] upgraded zsh-completions (0.35.0-1 -> 0.35.0-2)
[2025-02-22T21:14:39+0100] [ALPM] upgraded zsh-history-substring-search (1.1.0-1 -> 1.1.0-2)
[2025-02-22T21:14:40+0100] [ALPM] upgraded zsh-theme-powerlevel10k (1.20.0-1 -> 1.20.0-2)
[2025-02-22T22:30:25+0100] [PACMAN] Running 'pacman -Sy'
[2025-02-22T22:30:25+0100] [PACMAN] synchronizing package lists
[2025-02-22T22:30:26+0100] [PACMAN] Running 'pacman -S'
[2025-02-22T22:39:02+0100] [PACMAN] Running 'pacman -Syyu'
[2025-02-22T22:39:02+0100] [PACMAN] synchronizing package lists
[2025-02-22T22:39:26+0100] [PACMAN] starting full system upgrade
[2025-02-22T22:39:36+0100] [PACMAN] Running 'pacman -Sy'
[2025-02-22T22:39:36+0100] [PACMAN] synchronizing package lists
[2025-02-22T22:39:36+0100] [PACMAN] Running 'pacman -S'
[2025-02-22T22:44:25+0100] [PACMAN] Running 'pacman -Sy'
[2025-02-22T22:44:25+0100] [PACMAN] synchronizing package lists
[2025-02-22T22:44:26+0100] [PACMAN] Running 'pacman -S'
[2025-02-22T22:44:59+0100] [PACMAN] Running 'pacman -Syy'
[2025-02-22T22:44:59+0100] [PACMAN] synchronizing package lists
[2025-02-22T23:15:20+0100] [PACMAN] Running 'pacman -Sy'
[2025-02-22T23:15:20+0100] [PACMAN] synchronizing package lists
[2025-02-22T23:15:20+0100] [PACMAN] Running 'pacman -S'
[2025-02-22T23:42:34+0100] [PACMAN] Running 'pacman -Syu linux66'
[2025-02-22T23:42:34+0100] [PACMAN] synchronizing package lists
[2025-02-22T23:42:35+0100] [PACMAN] starting full system upgrade
[2025-02-22T23:42:46+0100] [ALPM] transaction started
[2025-02-22T23:42:47+0100] [ALPM] reinstalled linux66 (6.6.75-2)
[2025-02-22T23:42:48+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libhandle.so is empty, not checked.
[2025-02-22T23:42:48+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libhandle.so.1.0.3 is empty, not checked.
[2025-02-22T23:42:48+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libhandle.so.1 is empty, not checked.
[2025-02-22T23:42:48+0100] [ALPM] transaction completed
[2025-02-22T23:42:48+0100] [ALPM] running '30-systemd-update.hook'...
[2025-02-22T23:42:49+0100] [ALPM] running '60-depmod.hook'...
[2025-02-22T23:42:51+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-02-22T23:42:52+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
[2025-02-22T23:42:52+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-02-22T23:42:52+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img
[2025-02-22T23:42:52+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.75-2-MANJARO'
[2025-02-22T23:42:52+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-02-22T23:42:53+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-02-22T23:42:53+0100] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2025-02-22T23:42:53+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2025-02-22T23:42:53+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-02-22T23:42:56+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-02-22T23:42:56+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-02-22T23:42:56+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-02-22T23:42:57+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-02-22T23:42:57+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-02-22T23:42:57+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-02-22T23:42:57+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2025-02-22T23:42:59+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-02-22T23:42:59+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-02-22T23:43:00+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-02-22T23:43:00+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
[2025-02-22T23:43:00+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-02-22T23:43:01+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-02-22T23:43:01+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
[2025-02-22T23:43:01+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-02-22T23:43:01+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect
[2025-02-22T23:43:01+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.75-2-MANJARO'
[2025-02-22T23:43:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-02-22T23:43:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-02-22T23:43:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2025-02-22T23:43:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-02-22T23:43:01+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-02-22T23:43:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-02-22T23:43:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-02-22T23:43:08+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-02-22T23:43:08+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-02-22T23:43:08+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-02-22T23:43:09+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-02-22T23:43:09+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-02-22T23:43:09+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-02-22T23:43:10+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2025-02-22T23:43:11+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-02-22T23:43:13+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-02-22T23:43:13+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-02-22T23:43:13+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-02-22T23:43:13+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2025-02-22T23:43:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-02-22T23:43:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-02-22T23:43:17+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-02-22T23:43:18+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
[2025-02-22T23:43:19+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-02-22T23:43:20+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-02-22T23:43:20+0100] [ALPM] running '99-update-grub.hook'...
[2025-02-22T23:43:21+0100] [ALPM-SCRIPTLET] Generating grub configuration file ...
[2025-02-22T23:43:22+0100] [ALPM-SCRIPTLET] Found theme: /usr/share/grub/themes/manjaro/theme.txt
[2025-02-22T23:43:22+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.6-x86_64
[2025-02-22T23:43:22+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/intel-ucode.img /boot/initramfs-6.6-x86_64.img
[2025-02-22T23:43:22+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
[2025-02-22T23:43:22+0100] [ALPM-SCRIPTLET] Warning: os-prober will be executed to detect other bootable partitions.
[2025-02-22T23:43:22+0100] [ALPM-SCRIPTLET] Its output will be used to detect bootable binaries on them and create new boot entries.
[2025-02-22T23:43:29+0100] [ALPM-SCRIPTLET] grub-probe: error: cannot find a GRUB drive for /dev/sdb1.  Check your device.map.
[2025-02-22T23:43:30+0100] [ALPM-SCRIPTLET] grub-probe: error: cannot find a GRUB drive for /dev/sdb1.  Check your device.map.
[2025-02-22T23:43:30+0100] [ALPM-SCRIPTLET] Adding boot menu entry for UEFI Firmware Settings ...
[2025-02-22T23:43:30+0100] [ALPM-SCRIPTLET] Root filesystem isn't btrfs
[2025-02-22T23:43:30+0100] [ALPM-SCRIPTLET] If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
[2025-02-22T23:43:30+0100] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2025-02-22T23:43:30+0100] [ALPM-SCRIPTLET] Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
[2025-02-22T23:43:31+0100] [ALPM-SCRIPTLET] done
[2025-02-23T00:34:41+0100] [PACMAN] Running 'pacman -Syu'
[2025-02-23T00:34:41+0100] [PACMAN] synchronizing package lists
[2025-02-23T00:34:42+0100] [PACMAN] starting full system upgrade
[2025-02-23T01:13:38+0100] [PACMAN] Running 'pacman --noconfirm -U linux-api-headers-6.8-1*'
[2025-02-23T01:13:38+0100] [PACMAN] Running 'pacman --noconfirm -U tzdata-2024a-2*'
[2025-02-23T01:13:38+0100] [PACMAN] Running 'pacman --noconfirm -U iana-etc-20240612-1-any.pkg.tar.zst iana-etc-20240612-1-any.pkg.tar.zst.sig'
[2025-02-23T01:13:38+0100] [PACMAN] Running 'pacman --noconfirm -U filesystem-2024.04.07-1*'
[2025-02-23T01:13:38+0100] [PACMAN] Running 'pacman --noconfirm -U glibc-2.39+r52+gf8e4623421-1*'
[2025-02-23T01:13:38+0100] [PACMAN] Running 'pacman --noconfirm -U gcc-libs-14.1.1+r58+gfc9fb69ad62-1*'
[2025-02-23T01:13:38+0100] [PACMAN] Running 'pacman --noconfirm -U gtest-1.14.0-2-x86_64.pkg.tar.zst gtest-1.14.0-2-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U abseil-cpp-20240116.2-2*'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U adwaita-cursors-46.2-1*'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U adwaita-icon-theme-legacy-46.2-1*'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U adwaita-icon-theme-46.2-1*'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U alsa-card-profiles-1:1.2.1-1-x86_64.pkg.tar.zst alsa-card-profiles-1:1.2.1-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U alsa-ucm-conf-1.2.12-1-any.pkg.tar.zst alsa-ucm-conf-1.2.12-1-any.pkg.tar.zst.sig'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U alsa-lib-1.2.12-1-x86_64.pkg.tar.zst alsa-lib-1.2.12-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U alsa-plugins-1:1.2.12-2-x86_64.pkg.tar.zst alsa-plugins-1:1.2.12-2-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U hwdata-0.384-1-any.pkg.tar.zst hwdata-0.384-1-any.pkg.tar.zst.sig'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U openssl-3.3.1-1-x86_64.pkg.tar.zst openssl-3.3.1-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U readline-8.2.010-1*'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U bash-5.2.026-3-x86_64.pkg.tar.zst bash-5.2.026-3-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U xz-5.6.2-1-x86_64.pkg.tar.zst xz-5.6.2-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U lz4-1:1.9.4-3*'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U kmod-32-1*'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U pciutils-3.13.0-1-x86_64.pkg.tar.zst pciutils-3.13.0-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:39+0100] [PACMAN] Running 'pacman --noconfirm -U alsa-utils-1.2.12-1-x86_64.pkg.tar.zst alsa-utils-1.2.12-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U protobuf-27.2-1-x86_64.pkg.tar.zst protobuf-27.2-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U brotli-1.1.0-2*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U libcap-ng-0.8.5-2*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U keyutils-1.6.3-2*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U libsasl-2.1.28-4*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U libldap-2.6.8-1-x86_64.pkg.tar.zst libldap-2.6.8-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U sqlite-3.46.0-1*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U util-linux-libs-2.40.2-1-x86_64.pkg.tar.zst util-linux-libs-2.40.2-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U e2fsprogs-1.47.1-4*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U lmdb-0.9.32-1*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U audit-4.0.1-3*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U libxcrypt-4.4.36-1*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U libtirpc-1.3.4-1*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U pambase-20230918-1*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U pam-1.6.1-2*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U libcap-2.70-1*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U libgpg-error-1.50-1-x86_64.pkg.tar.zst libgpg-error-1.50-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U systemd-libs-256.2-1-x86_64.pkg.tar.zst systemd-libs-256.2-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U device-mapper-2.03.24-1*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U popt-1.19-1*'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U json-c-0.17-2-x86_64.pkg.tar.zst json-c-0.17-2-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U cryptsetup-2.7.3-1-x86_64.pkg.tar.zst cryptsetup-2.7.3-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:40+0100] [PACMAN] Running 'pacman --noconfirm -U expat-2.6.2-1*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U dbus-1.14.10-2*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U dbus-broker-36-2*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U dbus-broker-units-36-2*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U coreutils-9.5-1*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U gzip-1.13-2*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U kbd-2.6.4-1*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U libnghttp2-1.62.1-1*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U libnghttp3-1.4.0-1-x86_64.pkg.tar.zst libnghttp3-1.4.0-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U libssh2-1.11.0-1*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U libunistring-1.2-1*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U findutils-4.10.0-1-x86_64.pkg.tar.zst findutils-4.10.0-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U ca-certificates-mozilla-3.102-1-x86_64.pkg.tar.zst ca-certificates-mozilla-3.102-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U curl-8.8.0-1*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U libelf-0.191-3*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U libseccomp-2.5.5-3*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U file-5.45-1*'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U util-linux-2.40.2-1-x86_64.pkg.tar.zst util-linux-2.40.2-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U systemd-256.2-1-x86_64.pkg.tar.zst systemd-256.2-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U libmtp-1.1.21-2-x86_64.pkg.tar.zst libmtp-1.1.21-2-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U android-udev-20240625-1-any.pkg.tar.zst android-udev-20240625-1-any.pkg.tar.zst.sig'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U android-tools-35.0.1-2-x86_64.pkg.tar.zst android-tools-35.0.1-2-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:41+0100] [PACMAN] Running 'pacman --noconfirm -U aom-3.9.1-1-x86_64.pkg.tar.zst aom-3.9.1-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:42+0100] [PACMAN] Running 'pacman --noconfirm -U python-3.12.4-1-x86_64.pkg.tar.zst python-3.12.4-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:42+0100] [PACMAN] Running 'pacman --noconfirm -U apparmor-3.1.7-2-x86_64.pkg.tar.zst apparmor-3.1.7-2-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:42+0100] [PACMAN] Running 'pacman --noconfirm -U libpng-1.6.43-1*'
[2025-02-23T01:13:42+0100] [PACMAN] Running 'pacman --noconfirm -U libsysprof-capture-46.0-3*'
[2025-02-23T01:13:42+0100] [PACMAN] Running 'pacman --noconfirm -U glib2-2.80.4-1-x86_64.pkg.tar.zst glib2-2.80.4-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:42+0100] [PACMAN] Running 'pacman --noconfirm -U harfbuzz-9.0.0-1-x86_64.pkg.tar.zst harfbuzz-9.0.0-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:42+0100] [PACMAN] Running 'pacman --noconfirm -U freetype2-2.13.2-2-x86_64.pkg.tar.zst freetype2-2.13.2-2-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:42+0100] [PACMAN] Running 'pacman --noconfirm -U fontconfig-2:2.15.0-2*'
[2025-02-23T01:13:42+0100] [PACMAN] Running 'pacman --noconfirm -U libxau-1.0.11-3-x86_64.pkg.tar.zst libxau-1.0.11-3-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:42+0100] [PACMAN] Running 'pacman --noconfirm -U xcb-proto-1.17.0-2*'
[2025-02-23T01:13:42+0100] [PACMAN] Running 'pacman --noconfirm -U libx11-1.8.9-1*'
[2025-02-23T01:13:42+0100] [PACMAN] Running 'pacman --noconfirm -U libxrender-0.9.11-2-x86_64.pkg.tar.zst libxrender-0.9.11-2-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:13:42+0100] [PACMAN] Running 'pacman --noconfirm -U pixman-0.43.4-1*'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U linux-api-headers-6.8-1*'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U tzdata-2024a-2*'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U iana-etc-20240612-1-any.pkg.tar.zst iana-etc-20240612-1-any.pkg.tar.zst.sig'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U filesystem-2024.04.07-1*'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U glibc-2.39+r52+gf8e4623421-1*'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U gcc-libs-14.1.1+r58+gfc9fb69ad62-1*'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U gtest-1.14.0-2-x86_64.pkg.tar.zst gtest-1.14.0-2-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U abseil-cpp-20240116.2-2*'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U adwaita-cursors-46.2-1*'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U adwaita-icon-theme-legacy-46.2-1*'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U adwaita-icon-theme-46.2-1*'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U alsa-card-profiles-1:1.2.1-1-x86_64.pkg.tar.zst alsa-card-profiles-1:1.2.1-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U alsa-ucm-conf-1.2.12-1-any.pkg.tar.zst alsa-ucm-conf-1.2.12-1-any.pkg.tar.zst.sig'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U alsa-plugins-1:1.2.12-2-x86_64.pkg.tar.zst alsa-plugins-1:1.2.12-2-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U hwdata-0.384-1-any.pkg.tar.zst hwdata-0.384-1-any.pkg.tar.zst.sig'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U openssl-3.3.1-1-x86_64.pkg.tar.zst openssl-3.3.1-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U readline-8.2.010-1*'
[2025-02-23T01:14:38+0100] [PACMAN] Running 'pacman --noconfirm -U bash-5.2.026-3-x86_64.pkg.tar.zst bash-5.2.026-3-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:14:39+0100] [PACMAN] Running 'pacman --noconfirm -U xz-5.6.2-1-x86_64.pkg.tar.zst xz-5.6.2-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:14:39+0100] [PACMAN] Running 'pacman --noconfirm -U lz4-1:1.9.4-3*'
[2025-02-23T01:14:39+0100] [PACMAN] Running 'pacman --noconfirm -U kmod-32-1*'
[2025-02-23T01:14:39+0100] [PACMAN] Running 'pacman --noconfirm -U pciutils-3.13.0-1-x86_64.pkg.tar.zst pciutils-3.13.0-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:14:39+0100] [PACMAN] Running 'pacman --noconfirm -U alsa-utils-1.2.12-1-x86_64.pkg.tar.zst alsa-utils-1.2.12-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T01:14:39+0100] [PACMAN] Running 'pacman --noconfirm -U protobuf-27.2-1-x86_64.pkg.tar.zst protobuf-27.2-1-x86_64.pkg.tar.zst.sig'
[2025-02-23T02:07:16+0100] [PACMAN] Running 'pacman -Syu lightdm-gtk-greeter-settings'
[2025-02-23T02:07:16+0100] [PACMAN] synchronizing package lists
[2025-02-23T02:07:37+0100] [PACMAN] starting full system upgrade
[2025-02-23T02:07:47+0100] [ALPM] transaction started
[2025-02-23T02:07:47+0100] [ALPM] reinstalled lightdm-gtk-greeter-settings (1.2.3-3)
[2025-02-23T02:07:47+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libhandle.so is empty, not checked.
[2025-02-23T02:07:47+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libhandle.so.1.0.3 is empty, not checked.
[2025-02-23T02:07:47+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libhandle.so.1 is empty, not checked.
[2025-02-23T02:07:47+0100] [ALPM] transaction completed
[2025-02-23T02:07:47+0100] [ALPM] running '30-systemd-update.hook'...
[2025-02-23T02:07:47+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-02-23T02:07:47+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-02-23T02:36:37+0100] [PACMAN] Running 'pacman -Syu lightdm-gtk-greeter-settings'
[2025-02-23T02:36:37+0100] [PACMAN] synchronizing package lists
[2025-02-23T02:36:37+0100] [PACMAN] starting full system upgrade
[2025-02-23T02:36:44+0100] [ALPM] transaction started
[2025-02-23T02:36:44+0100] [ALPM] reinstalled lightdm-gtk-greeter-settings (1.2.3-3)
[2025-02-23T02:36:44+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libhandle.so is empty, not checked.
[2025-02-23T02:36:44+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libhandle.so.1.0.3 is empty, not checked.
[2025-02-23T02:36:44+0100] [ALPM-SCRIPTLET] ldconfig: File /usr/lib/libhandle.so.1 is empty, not checked.
[2025-02-23T02:36:44+0100] [ALPM] transaction completed
[2025-02-23T02:36:44+0100] [ALPM] running '30-systemd-update.hook'...
[2025-02-23T02:36:44+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-02-23T02:36:44+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-02-23T03:42:11+0100] [PACMAN] Running 'pacman -Syu avahi networkmanager networkmanager-openconnect networkmanager-openvpn networkmanager-vpnc nss-mdns ntp mobile-broadband-provider-info modemmanager openssh samba usb_modeswitch grub-btrfs alsa-firmware alsa-utils ffmpeg gst-libav gst-plugins-bad gst-plugins-base gst-plugins-good gst-plugins-ugly libdvdcss manjaro-alsa manjaro-gstreamer manjaro-pipewire android-tools android-udev gvfs gvfs-afc gvfs-gphoto2 gvfs-mtp gvfs-nfs gvfs-smb mtpfs udiskie udisks2 ttf-dejavu noto-fonts noto-fonts-cjk adobe-source-sans-pro-fonts terminus-font pamac-gtk3 lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings accountsservice exo garcon thunar thunar-volman tumbler xfce4-appfinder xfce4-panel xfce4-power-manager xfce4-session xfce4-settings xfce4-terminal xfconf xfdesktop xfwm4 blueman ffmpegthumbnailer freetype2 gnome-keyring libgsf libopenraw xfce4-screensaver network-manager-applet menulibre poppler-glib thunar-archive-plugin thunar-media-tags-plugin xfce4-battery-plugin xfce4-clipman-plugin xfce4-notifyd xfce4-screenshooter xfce4-taskmanager xfce4-whiskermenu-plugin xfce4-xkb-plugin xfce4-pulseaudio-plugin pavucontrol gnome-themes-standard grub-theme-manjaro matcha-gtk-theme xcursor-simpleandsoft xcursor-vanilla-dmz-aa plymouth plymouth-theme-manjaro bash-completion dmidecode engrampa firefox gcolor3 gparted gufw htop inxi manjaro-hello manjaro-application-utility manjaro-settings-manager manjaro-settings-manager-notifier mousepad mugshot parole powertop screenfetch evince p7zip unace unrar manjaro-xfce-minimal-settings manjaro-browser-settings xf86-input-elographics xf86-input-evdev xf86-input-libinput xf86-input-void lib32-libva-intel-driver lib32-libva-mesa-driver libva-intel-driver libva-mesa-driver mesa-utils lib32-mesa-utils numlockx xdg-user-dirs xorg-server xorg-twm xorg-xinit xorg-xkill xorg-mkfontscale perl-file-mimeinfo xdg-desktop-portal-gtk xdg-utils squashfs-tools xiccd base acpi acpid amd-ucode b43-fwcutter btrfs-progs cpupower cronie cryptsetup device-mapper diffutils dmraid dnsmasq dosfstools e2fsprogs ecryptfs-utils efibootmgr exfatprogs f2fs-tools glibc-locales grub install-grub inetutils intel-ucode jfsutils less wireless-regdb linux-firmware logrotate lvm2 man-db man-pages manjaro-release manjaro-system manjaro-zsh-config mdadm memtest86+ memtest86+-efi mhwd mhwd-db mkinitcpio-openswap nano nano-syntax-highlighting networkmanager nfs-utils ntfs-3g os-prober perl rsync s-nail sof-firmware sudo sysfsutils texinfo update-grub usbutils vi wget which wireless-regdb wpa_supplicant xfsprogs linux66'
[2025-02-23T03:42:11+0100] [PACMAN] synchronizing package lists
[2025-02-23T03:42:12+0100] [PACMAN] starting full system upgrade

I shortened the output passing it through grep 2025-02

Could overwrite be set to /usr/* ?

Iā€™m not sure why, but I do not see the offending entries.

Yes, it can.

Something like the followingā€¦

sudo pacman -Syu $(pacman -Qnq) --overwrite '/usr/*'

in this example we reinstall all native packages that are installed and use the overwrite flag.

1 Like

Thanks a lot. Just a minor change to that command solved it.

sudo pacman -Syu $(pacman -Qnq) --overwrite '/usr/*' --overwrite '/etc/xdg/*'

While looking around for this Iā€™ve found 20ish forum topics asking for this command. None of them got any answer - they all seem to end up reinstalling. I hope the search engines picks up on this now.

2 Likes

Now Iā€™ve figured what caused to problem with aborted update:

I had a script in /usr/lib/systemd/system-sleep
Iā€™m using the same script on both laptops. Some months ago something was changed in one of manjaro default packages (I suspect systemd) that caused one of the commands in the script to freeze the system if triggered from a script located in that folder - and triggered it got when the system went into suspend while the system upgrade was being performed.
I had to change the script to be triggered as a dependable service rather than as a script-on-sleep-event after that change to one of the system packages.
I ran into the same issue with the primary laptop too, just that the primary laptop happened to be new at that time, so it never got that changed package behavior as an upgrade, but as a new install.

Anyhow, I think a system going into suspend during an ongoing system update sounds risky. The should be a functionality build into pacman that prevents suspend during package installation/upgrade. Also a battery monitor should be build into pacman so that if less than X minutes is reminding on the battery, pacman should not start the install process. (Itā€™s OK to do the download process on weak battery.) And if battery gets weak during install, then finish the current package - donā€™t start with the next.

1 Like

Thatā€™s why we say:

  • Do updates in TTY
  • Do not leave your PC unattended during updates
  • Install multiple kernels (lts)
  • Read the error messages / warnings that the update gives before rebooting the computer
    ā€¦

This is not an excuse for the programmer, but the responsibility for a Manjaro system simply lies with the administrator and not the programmer.
:footprints:

1 Like

If thats the way to not risk updates killing systems, GUI add/remove software should be removed from default installations.

Do you really sit and watch as the install log rolls by?
Iā€™ve disabled automatic updates to ensure that updates only occur on days I have the time to fix if something fails.
I think that for any process that risk data corruption if system goes to sleep, should prevent sleep while itā€™s running

1 Like

Updates and battery monitorā€¦I had this happen on Garuda recently. Battery said I had 26% left. Should be fine for updating the system, right? Wrong. Laptop shut down at 25% battery left. So I donā€™t trust battery monitors any more. I plug in power every time I update.
Battery time on the laptop is 5-6 hours. 25% should be over 1 hour. And update takes 5 minutes.