You are not logged in.

#1 2022-11-13 01:46:43

cervyesterday
Member
Registered: 2022-11-13
Posts: 72

[SOLVED] Stuck during boot

Hello everyone,

I installed arch linux on my old macbook 5.1 a few days ago and after some problems with Broadcom drivers and the right driver for the nvidia GeForce 9400 M graphics card which is this https://aur.archlinux.org/packages/nvidia-340xx, everything was fine.
Tonight I upgraded the system and on reboot the boot process got stuck on "Reached target Graphical Interface".

I thought that perhaps reinstalling the driver would solve it, so i loged into TTY2 wanting to reinstall the nvidia-340xx driver but pacman gives me the error that it can't find the package.

In addiction i'll say that the wifi isn't working too,  although it was working before the reboot, so i had to connect my phone via USB and use thetering to reinstall nvidia-340xx  driver

A lot of issues hmm

I don't know what to do, can anyone help me?

I would post the journalctl output but I have no idea how I could do it since I can't log in via sddm and I don't know if you need more informations about my arch installation, let me know!

EDIT: sometimes it stops at "started load/save RF Kill Switch Status" but gets stuck in any case
Thanks in advance!

Last edited by cervyesterday (2022-11-13 10:39:59)

Offline

#2 2022-11-13 02:17:05

lfitzgerald
Member
Registered: 2021-07-16
Posts: 162

Re: [SOLVED] Stuck during boot

If you are getting to TTYs and can run pacman, then your boot is fine. The problem happens when trying to launch your graphics, so Xorg, your DE, etc.

First figure out what happened with your nvidia package. "pacman -Q | grep nvid" should list it if installed. Also look at the pacman log: "cat /var/log/pacman.log | grep nvid". Maybe it got uninstalled during your update.

Try switching to the open source driver: https://wiki.archlinux.org/title/Nouveau Hopefully that will get your graphics working so troubleshooting can be easier.

Offline

#3 2022-11-13 06:10:09

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: [SOLVED] Stuck during boot

If you need more help, post the journal and pacman.log from the command line. (Instructions first link in my signature below.) You do need internet for that, but you don't need X.  Your journal will also include information about any failed services (e.g. for your network).


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#4 2022-11-13 09:38:01

cervyesterday
Member
Registered: 2022-11-13
Posts: 72

Re: [SOLVED] Stuck during boot

lfitzgerald wrote:

If you are getting to TTYs and can run pacman, then your boot is fine. The problem happens when trying to launch your graphics, so Xorg, your DE, etc.

First figure out what happened with your nvidia package. "pacman -Q | grep nvid" should list it if installed. Also look at the pacman log: "cat /var/log/pacman.log | grep nvid". Maybe it got uninstalled during your update.

Try switching to the open source driver: https://wiki.archlinux.org/title/Nouveau Hopefully that will get your graphics working so troubleshooting can be easier.

I'll try, anyway before getting nvidia340xx driver, i had nouveau installed and X did not start any way.

For "pacman - Q" it shows me nvidia-340xx-utils but not nvidia-340xx because i removed it trying to reinstall it

Offline

#5 2022-11-13 09:39:48

seth
Member
Registered: 2012-09-03
Posts: 51,206

Re: [SOLVED] Stuck during boot

That's an aur package that you'll have to rebuild yourself - and you cannot install it w/ pacman.
The upgrade will therefore have left you w/ a setup that enforces the use of the nvidia kernel module, but no kernel module.
You want to look at https://aur.archlinux.org/packages/nvidia-340xx-dkms which will automatically rebuild itself w/ kernel updates (you need to have the kernel header package installed)

As for the wifi, macbooks notoriously use the dreadful broadcom chips - depending on what chip and driver and source of the driver (AUR), you'll face the same issue there.

Online

#6 2022-11-13 09:41:30

cervyesterday
Member
Registered: 2022-11-13
Posts: 72

Re: [SOLVED] Stuck during boot

cfr wrote:

If you need more help, post the journal and pacman.log from the command line. (Instructions first link in my signature below.) You do need internet for that, but you don't need X.  Your journal will also include information about any failed services (e.g. for your network).

Actually i looked at the journal and saw a lot of voices saying that network failed.. anyway, i'll try posting journal log and pacman.log as you suggested

Offline

#7 2022-11-13 09:44:45

cervyesterday
Member
Registered: 2022-11-13
Posts: 72

Re: [SOLVED] Stuck during boot

seth wrote:

That's an aur package that you'll have to rebuild yourself - and you cannot install it w/ pacman.
The upgrade will therefore have left you w/ a setup that enforces the use of the nvidia kernel module, but no kernel module.
You want to look at https://aur.archlinux.org/packages/nvidia-340xx-dkms which will automatically rebuild itself w/ kernel updates (you need to have the kernel header package installed)

As for the wifi, macbooks notoriously use the dreadful broadcom chips - depending on what chip and driver and source of the driver (AUR), you'll face the same issue there.

Fine! I'll try this way. In any case i'll try posting the output of journalctl and pacman.log before

Last edited by cervyesterday (2022-11-13 09:45:23)

Offline

#8 2022-11-13 10:23:09

cervyesterday
Member
Registered: 2022-11-13
Posts: 72

Re: [SOLVED] Stuck during boot

Here's the pacman.log file

  [2022-11-08T12:19:13+0000] [PACMAN] Running 'pacman -r /mnt -Sy --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base base-devel linux linux-firmware nano'
[2022-11-08T12:19:13+0000] [PACMAN] synchronizing package lists
[2022-11-08T12:20:57+0000] [ALPM] transaction started
[2022-11-08T12:20:57+0000] [ALPM] installed iana-etc (20211025-1)
[2022-11-08T12:20:57+0000] [ALPM] installed filesystem (2021.12.07-1)
[2022-11-08T12:20:58+0000] [ALPM] installed linux-api-headers (5.12.3-1)
[2022-11-08T12:20:58+0000] [ALPM] installed tzdata (2021e-1)
[2022-11-08T12:20:58+0000] [ALPM] installed glibc (2.33-5)
[2022-11-08T12:20:59+0000] [ALPM] installed gcc-libs (11.1.0-1)
[2022-11-08T12:20:59+0000] [ALPM] installed ncurses (6.3-1)
[2022-11-08T12:21:00+0000] [ALPM] installed readline (8.1.001-1)
[2022-11-08T12:21:00+0000] [ALPM] installed bash (5.1.012-1)
[2022-11-08T12:21:00+0000] [ALPM] installed attr (2.5.1-1)
[2022-11-08T12:21:00+0000] [ALPM] installed acl (2.3.1-1)
[2022-11-08T12:21:00+0000] [ALPM] installed gmp (6.2.1-1)
[2022-11-08T12:21:00+0000] [ALPM] installed util-linux-libs (2.37.2-1)
[2022-11-08T12:21:00+0000] [ALPM] installed e2fsprogs (1.46.4-1)
[2022-11-08T12:21:00+0000] [ALPM] installed openssl (1.1.1.l-1)
[2022-11-08T12:21:00+0000] [ALPM] installed libsasl (2.1.27-3)
[2022-11-08T12:21:00+0000] [ALPM] installed libldap (2.6.0-2)
[2022-11-08T12:21:00+0000] [ALPM] installed keyutils (1.6.3-1)
[2022-11-08T12:21:00+0000] [ALPM] installed krb5 (1.19.2-2)
[2022-11-08T12:21:00+0000] [ALPM] installed libtirpc (1.3.2-1)
[2022-11-08T12:21:00+0000] [ALPM] installed pambase (20211111-1)
[2022-11-08T12:21:00+0000] [ALPM] installed libcap-ng (0.8.2-3)
[2022-11-08T12:21:00+0000] [ALPM] installed audit (3.0.6-2)
[2022-11-08T12:21:00+0000] [ALPM] installed libxcrypt (4.4.26-1)
[2022-11-08T12:21:00+0000] [ALPM] installed pam (1.5.2-1)
[2022-11-08T12:21:00+0000] [ALPM] installed libcap (2.61-1)
[2022-11-08T12:21:01+0000] [ALPM] installed coreutils (9.0-2)
[2022-11-08T12:21:01+0000] [ALPM] installed zlib (1:1.2.11-4)
[2022-11-08T12:21:01+0000] [ALPM] installed xz (5.2.5-2)
[2022-11-08T12:21:01+0000] [ALPM] installed bzip2 (1.0.8-4)
[2022-11-08T12:21:01+0000] [ALPM] installed libseccomp (2.5.3-1)
[2022-11-08T12:21:01+0000] [ALPM] installed file (5.41-1)
[2022-11-08T12:21:01+0000] [ALPM] installed findutils (4.8.0-1)
[2022-11-08T12:21:01+0000] [ALPM] installed mpfr (4.1.0.p13-1)
[2022-11-08T12:21:01+0000] [ALPM] installed gawk (5.1.1-1)
[2022-11-08T12:21:01+0000] [ALPM] installed pcre (8.45-1)
[2022-11-08T12:21:01+0000] [ALPM] installed grep (3.7-1)
[2022-11-08T12:21:01+0000] [ALPM] installed libgpg-error (1.43-1)
[2022-11-08T12:21:01+0000] [ALPM] installed libgcrypt (1.9.4-1)
[2022-11-08T12:21:01+0000] [ALPM] installed libtasn1 (4.18.0-1)
[2022-11-08T12:21:01+0000] [ALPM] installed libffi (3.4.2-4)
[2022-11-08T12:21:01+0000] [ALPM] installed libp11-kit (0.24.0-2)
[2022-11-08T12:21:01+0000] [ALPM] installed lz4 (1:1.9.3-2)
[2022-11-08T12:21:01+0000] [ALPM] installed zstd (1.5.0-1)
[2022-11-08T12:21:01+0000] [ALPM] installed systemd-libs (249.7-2)
[2022-11-08T12:21:01+0000] [ALPM] installed procps-ng (3.3.17-1)
[2022-11-08T12:21:01+0000] [ALPM] installed sed (4.8-1)
[2022-11-08T12:21:01+0000] [ALPM] installed tar (1.34-1)
[2022-11-08T12:21:01+0000] [ALPM] installed glib2 (2.70.1-1)
[2022-11-08T12:21:01+0000] [ALPM] installed libunistring (0.9.10-3)
[2022-11-08T12:21:01+0000] [ALPM] installed icu (70.1-1)
[2022-11-08T12:21:01+0000] [ALPM] installed libxml2 (2.9.12-3)
[2022-11-08T12:21:02+0000] [ALPM] installed libcroco (0.6.13-2)
[2022-11-08T12:21:02+0000] [ALPM] installed gettext (0.21-1)
[2022-11-08T12:21:02+0000] [ALPM] installed hwids (20210613-1)
[2022-11-08T12:21:02+0000] [ALPM] installed kmod (29-1)
[2022-11-08T12:21:02+0000] [ALPM] installed pciutils (3.7.0-1)
[2022-11-08T12:21:02+0000] [ALPM] installed psmisc (23.4-1)
[2022-11-08T12:21:02+0000] [ALPM] installed shadow (4.8.1-4)
[2022-11-08T12:21:02+0000] [ALPM] installed util-linux (2.37.2-1)
[2022-11-08T12:21:02+0000] [ALPM] installed pcre2 (10.39-1)
[2022-11-08T12:21:02+0000] [ALPM] installed less (1:590-1)
[2022-11-08T12:21:02+0000] [ALPM] installed gzip (1.11-1)
[2022-11-08T12:21:02+0000] [ALPM] installed licenses (20200427-1)
[2022-11-08T12:21:02+0000] [ALPM] installed expat (2.4.1-1)
[2022-11-08T12:21:02+0000] [ALPM] installed libarchive (3.5.2-1)
[2022-11-08T12:21:02+0000] [ALPM] installed p11-kit (0.24.0-2)
[2022-11-08T12:21:02+0000] [ALPM] installed ca-certificates-utils (20210603-1)
[2022-11-08T12:21:02+0000] [ALPM] installed ca-certificates-mozilla (3.73-1)
[2022-11-08T12:21:02+0000] [ALPM] installed ca-certificates (20210603-1)
[2022-11-08T12:21:02+0000] [ALPM] installed brotli (1.0.9-4)
[2022-11-08T12:21:02+0000] [ALPM] installed libidn2 (2.3.2-1)
[2022-11-08T12:21:02+0000] [ALPM] installed libnghttp2 (1.46.0-1)
[2022-11-08T12:21:02+0000] [ALPM] installed libpsl (0.21.1-1)
[2022-11-08T12:21:02+0000] [ALPM] installed libssh2 (1.10.0-1)
[2022-11-08T12:21:02+0000] [ALPM] installed curl (7.80.0-1)
[2022-11-08T12:21:02+0000] [ALPM] installed npth (1.6-3)
[2022-11-08T12:21:02+0000] [ALPM] installed libksba (1.6.0-1)
[2022-11-08T12:21:02+0000] [ALPM] installed libassuan (2.5.5-1)
[2022-11-08T12:21:02+0000] [ALPM] installed libsecret (0.20.4-1)
[2022-11-08T12:21:02+0000] [ALPM] installed pinentry (1.2.0-1)
[2022-11-08T12:21:02+0000] [ALPM] installed nettle (3.7.3-1)
[2022-11-08T12:21:02+0000] [ALPM] installed gnutls (3.7.2-2)
[2022-11-08T12:21:02+0000] [ALPM] installed sqlite (3.37.0-1)
[2022-11-08T12:21:02+0000] [ALPM] installed gnupg (2.2.32-2)
[2022-11-08T12:21:03+0000] [ALPM] installed gpgme (1.16.0-1)
[2022-11-08T12:21:03+0000] [ALPM] installed pacman-mirrorlist (20211114-1)
[2022-11-08T12:21:03+0000] [ALPM] installed archlinux-keyring (20211028-1)
[2022-11-08T12:21:03+0000] [ALPM] installed pacman (6.0.1-2)
[2022-11-08T12:21:03+0000] [ALPM] installed device-mapper (2.03.14-2)
[2022-11-08T12:21:03+0000] [ALPM] installed popt (1.18-1)
[2022-11-08T12:21:03+0000] [ALPM] installed json-c (0.15-2)
[2022-11-08T12:21:03+0000] [ALPM] installed argon2 (20190702-3)
[2022-11-08T12:21:03+0000] [ALPM] installed cryptsetup (2.4.2-1)
[2022-11-08T12:21:03+0000] [ALPM] installed dbus (1.12.20-1)
[2022-11-08T12:21:03+0000] [ALPM] installed libmnl (1.0.4-3)
[2022-11-08T12:21:03+0000] [ALPM] installed libnftnl (1.2.1-1)
[2022-11-08T12:21:03+0000] [ALPM] installed libnl (3.5.0-3)
[2022-11-08T12:21:03+0000] [ALPM] installed libpcap (1.10.1-1)
[2022-11-08T12:21:03+0000] [ALPM] installed libnfnetlink (1.0.1-4)
[2022-11-08T12:21:03+0000] [ALPM] installed libnetfilter_conntrack (1.0.8-1)
[2022-11-08T12:21:03+0000] [ALPM] installed iptables (1:1.8.7-1)
[2022-11-08T12:21:03+0000] [ALPM] installed kbd (2.4.0-2)
[2022-11-08T12:21:03+0000] [ALPM] installed libelf (0.186-1)
[2022-11-08T12:21:03+0000] [ALPM] installed systemd (249.7-2)
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Initializing machine ID from random generator.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group sys with gid 3.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group mem with gid 8.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group ftp with gid 11.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group mail with gid 12.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group log with gid 19.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group smmsp with gid 25.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group proc with gid 26.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group games with gid 50.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group lock with gid 54.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group network with gid 90.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group floppy with gid 94.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group scanner with gid 96.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group power with gid 98.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group adm with gid 999.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group wheel with gid 998.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group utmp with gid 997.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group audio with gid 996.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group disk with gid 995.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group input with gid 994.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group kmem with gid 993.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group kvm with gid 992.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group lp with gid 991.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group optical with gid 990.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group render with gid 989.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group sgx with gid 988.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group storage with gid 987.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group tty with gid 5.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group uucp with gid 986.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group video with gid 985.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group users with gid 984.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group systemd-journal with gid 983.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group rfkill with gid 982.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group bin with gid 1.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user bin (n/a) with uid 1 and gid 1.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group daemon with gid 2.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user daemon (n/a) with uid 2 and gid 2.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user mail (n/a) with uid 8 and gid 12.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user ftp (n/a) with uid 14 and gid 11.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group http with gid 33.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user http (n/a) with uid 33 and gid 33.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group nobody with gid 65534.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user nobody (Nobody) with uid 65534 and gid 65534.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group dbus with gid 81.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user dbus (System Message Bus) with uid 81 and gid 81.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group systemd-journal-remote with gid 981.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user systemd-journal-remote (systemd Journal Remote) with uid 981 and gid 981.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group systemd-network with gid 980.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user systemd-network (systemd Network Management) with uid 980 and gid 980.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group systemd-oom with gid 979.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user systemd-oom (systemd Userspace OOM Killer) with uid 979 and gid 979.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group systemd-resolve with gid 978.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user systemd-resolve (systemd Resolver) with uid 978 and gid 978.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group systemd-timesync with gid 977.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user systemd-timesync (systemd Time Synchronization) with uid 977 and gid 977.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group systemd-coredump with gid 976.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user systemd-coredump (systemd Core Dumper) with uid 976 and gid 976.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating group uuidd with gid 68.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Creating user uuidd (n/a) with uid 68 and gid 68.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /usr/lib/systemd/system/getty@.service.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /usr/lib/systemd/system/remote-fs.target.
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET] :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
[2022-11-08T12:21:03+0000] [ALPM-SCRIPTLET]    bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
[2022-11-08T12:21:03+0000] [ALPM] installed systemd-sysvcompat (249.7-2)
[2022-11-08T12:21:03+0000] [ALPM] installed iputils (20210722-1)
[2022-11-08T12:21:03+0000] [ALPM] installed iproute2 (5.15.0-1)
[2022-11-08T12:21:03+0000] [ALPM] installed base (2-2)
[2022-11-08T12:21:04+0000] [ALPM] installed m4 (1.4.19-1)
[2022-11-08T12:21:04+0000] [ALPM] installed diffutils (3.8-1)
[2022-11-08T12:21:04+0000] [ALPM] installed gdbm (1.22-1)
[2022-11-08T12:21:04+0000] [ALPM] installed db (5.3.28-5)
[2022-11-08T12:21:04+0000] [ALPM] installed perl (5.34.0-2)
[2022-11-08T12:21:04+0000] [ALPM] installed autoconf (2.71-1)
[2022-11-08T12:21:04+0000] [ALPM] installed automake (1.16.5-1)
[2022-11-08T12:21:04+0000] [ALPM] installed elfutils (0.186-1)
[2022-11-08T12:21:05+0000] [ALPM] installed binutils (2.36.1-3)
[2022-11-08T12:21:05+0000] [ALPM] installed bison (3.8.2-1)
[2022-11-08T12:21:05+0000] [ALPM] installed fakeroot (1.26-1)
[2022-11-08T12:21:05+0000] [ALPM] installed flex (2.6.4-3)
[2022-11-08T12:21:05+0000] [ALPM] installed libmpc (1.2.1-1)
[2022-11-08T12:21:06+0000] [ALPM] installed gcc (11.1.0-1)
[2022-11-08T12:21:06+0000] [ALPM] installed groff (1.22.4-6)
[2022-11-08T12:21:06+0000] [ALPM] installed libtool (2.4.6+42+gb88cebd5-16)
[2022-11-08T12:21:06+0000] [ALPM] installed texinfo (6.8-2)
[2022-11-08T12:21:06+0000] [ALPM] installed gc (8.2.0-2)
[2022-11-08T12:21:07+0000] [ALPM] installed guile (2.2.7-2)
[2022-11-08T12:21:07+0000] [ALPM] installed make (4.3-3)
[2022-11-08T12:21:07+0000] [ALPM] installed patch (2.7.6-8)
[2022-11-08T12:21:07+0000] [ALPM] installed pkgconf (1.8.0-1)
[2022-11-08T12:21:07+0000] [ALPM] installed sudo (1.9.8.p2-3)
[2022-11-08T12:21:07+0000] [ALPM] installed which (2.21-5)
[2022-11-08T12:21:07+0000] [ALPM] installed mkinitcpio-busybox (1.34.1-1)
[2022-11-08T12:21:07+0000] [ALPM] installed mkinitcpio (31-2)
[2022-11-08T12:21:08+0000] [ALPM] installed linux (5.15.7.arch1-1)
[2022-11-08T12:21:11+0000] [ALPM] installed linux-firmware (20211027.1d00989-1)
[2022-11-08T12:21:12+0000] [ALPM] installed nano (5.9-1)
[2022-11-08T12:21:12+0000] [ALPM] transaction completed
[2022-11-08T12:21:12+0000] [ALPM] running '20-systemd-sysusers.hook'...
[2022-11-08T12:21:12+0000] [ALPM] running '30-systemd-catalog.hook'...
[2022-11-08T12:21:12+0000] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T12:21:12+0000] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2022-11-08T12:21:12+0000] [ALPM] running '30-systemd-hwdb.hook'...
[2022-11-08T12:21:13+0000] [ALPM] running '30-systemd-sysctl.hook'...
[2022-11-08T12:21:13+0000] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2022-11-08T12:21:13+0000] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-11-08T12:21:13+0000] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-11-08T12:21:13+0000] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2022-11-08T12:21:13+0000] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T12:21:13+0000] [ALPM] running '40-update-ca-trust.hook'...
[2022-11-08T12:21:14+0000] [ALPM] running '60-depmod.hook'...
[2022-11-08T12:21:18+0000] [ALPM] running '90-mkinitcpio-install.hook'...
[2022-11-08T12:21:18+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2022-11-08T12:21:18+0000] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2022-11-08T12:21:18+0000] [ALPM-SCRIPTLET] ==> Starting build: 5.15.7-arch1-1
[2022-11-08T12:21:18+0000] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2022-11-08T12:21:18+0000] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2022-11-08T12:21:18+0000] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2022-11-08T12:21:19+0000] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2022-11-08T12:21:19+0000] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2022-11-08T12:21:19+0000] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2022-11-08T12:21:19+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2022-11-08T12:21:20+0000] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2022-11-08T12:21:20+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-11-08T12:21:20+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2022-11-08T12:21:20+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-11-08T12:21:20+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2022-11-08T12:21:20+0000] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2022-11-08T12:21:20+0000] [ALPM-SCRIPTLET] ==> Starting build: 5.15.7-arch1-1
[2022-11-08T12:21:20+0000] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2022-11-08T12:21:20+0000] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2022-11-08T12:21:21+0000] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2022-11-08T12:21:21+0000] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2022-11-08T12:21:21+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2022-11-08T12:21:21+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2022-11-08T12:21:23+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2022-11-08T12:21:24+0000] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2022-11-08T12:21:25+0000] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2022-11-08T12:21:27+0000] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2022-11-08T12:21:27+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-11-08T12:21:27+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2022-11-08T12:21:29+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-11-08T12:21:29+0000] [ALPM] running 'dbus-reload.hook'...
[2022-11-08T12:21:29+0000] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2022-11-08T12:21:29+0000] [ALPM] running 'detect-old-perl-modules.hook'...
[2022-11-08T12:21:29+0000] [ALPM-SCRIPTLET] perl: warning: Setting locale failed.
[2022-11-08T12:21:29+0000] [ALPM-SCRIPTLET] perl: warning: Please check that your locale settings:
[2022-11-08T12:21:29+0000] [ALPM-SCRIPTLET] 	LANGUAGE = (unset),
[2022-11-08T12:21:29+0000] [ALPM-SCRIPTLET] 	LC_ALL = (unset),
[2022-11-08T12:21:29+0000] [ALPM-SCRIPTLET] 	LC_MESSAGES = "",
[2022-11-08T12:21:29+0000] [ALPM-SCRIPTLET] 	LANG = "C.UTF-8"
[2022-11-08T12:21:29+0000] [ALPM-SCRIPTLET]     are supported and installed on your system.
[2022-11-08T12:21:29+0000] [ALPM-SCRIPTLET] perl: warning: Falling back to the standard locale ("C").
[2022-11-08T12:21:29+0000] [ALPM] running 'texinfo-install.hook'...
[2022-11-08T13:55:19+0100] [PACMAN] Running 'pacman -S iproute2 dhcpcd netctl'
[2022-11-08T13:55:25+0100] [ALPM] transaction started
[2022-11-08T13:55:26+0100] [ALPM] reinstalled iproute2 (5.15.0-1)
[2022-11-08T13:55:26+0100] [ALPM] installed dhcpcd (9.4.1-1)
[2022-11-08T13:55:26+0100] [ALPM] installed openresolv (3.12.0-1)
[2022-11-08T13:55:26+0100] [ALPM] installed netctl (1.26-1)
[2022-11-08T13:55:26+0100] [ALPM] transaction completed
[2022-11-08T13:55:26+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2022-11-08T13:55:26+0100] [ALPM-SCRIPTLET] Creating group dhcpcd with gid 975.
[2022-11-08T13:55:26+0100] [ALPM-SCRIPTLET] Creating user dhcpcd (dhcpcd privilege separation) with uid 975 and gid 975.
[2022-11-08T13:55:26+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T13:55:26+0100] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2022-11-08T13:55:26+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-11-08T13:55:26+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T13:59:48+0100] [PACMAN] Running 'pacman -S iwd wpa_supplicant wireless_tools dialog iw'
[2022-11-08T13:59:52+0100] [ALPM] transaction started
[2022-11-08T13:59:52+0100] [ALPM] installed ell (0.46-1)
[2022-11-08T13:59:52+0100] [ALPM] installed iwd (1.20-1)
[2022-11-08T13:59:52+0100] [ALPM] installed wpa_supplicant (2:2.9-8)
[2022-11-08T13:59:52+0100] [ALPM] installed wireless_tools (30.pre9-3)
[2022-11-08T13:59:52+0100] [ALPM] installed dialog (1:1.3_20211107-1)
[2022-11-08T13:59:52+0100] [ALPM] installed iw (5.16-1)
[2022-11-08T13:59:52+0100] [ALPM] transaction completed
[2022-11-08T13:59:52+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T13:59:52+0100] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2022-11-08T13:59:52+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T13:59:52+0100] [ALPM] running 'dbus-reload.hook'...
[2022-11-08T13:59:52+0100] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2022-11-08T14:01:27+0100] [PACMAN] Running 'pacman -S man'
[2022-11-08T14:01:35+0100] [ALPM] transaction started
[2022-11-08T14:01:35+0100] [ALPM] installed libpipeline (1.5.4-1)
[2022-11-08T14:01:35+0100] [ALPM] installed man-db (2.9.4-2)
[2022-11-08T14:01:35+0100] [ALPM] transaction completed
[2022-11-08T14:01:35+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T14:01:35+0100] [ALPM-SCRIPTLET]   Skipped: Running in chroot.
[2022-11-08T14:01:35+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-11-08T14:01:35+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T14:05:52+0100] [PACMAN] Running 'pacman -S grub efibootmgr'
[2022-11-08T14:05:55+0100] [ALPM] transaction started
[2022-11-08T14:05:55+0100] [ALPM] installed grub (2:2.06-2)
[2022-11-08T14:05:55+0100] [ALPM-SCRIPTLET] :: Generate your bootloader configuration with:
[2022-11-08T14:05:55+0100] [ALPM-SCRIPTLET]      grub-mkconfig -o /boot/grub/grub.cfg
[2022-11-08T14:05:55+0100] [ALPM] installed efivar (37-4)
[2022-11-08T14:05:55+0100] [ALPM] installed efibootmgr (17-2)
[2022-11-08T14:05:55+0100] [ALPM] transaction completed
[2022-11-08T14:05:55+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T14:05:55+0100] [ALPM] running 'texinfo-install.hook'...
[2022-11-08T14:44:58+0100] [PACMAN] Running 'pacman -S broadcom-wl'
[2022-11-08T14:45:02+0100] [ALPM] transaction started
[2022-11-08T14:45:02+0100] [ALPM] installed broadcom-wl (6.30.223.271-348)
[2022-11-08T14:45:02+0100] [ALPM] transaction completed
[2022-11-08T14:45:02+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T14:45:02+0100] [ALPM] running '60-depmod.hook'...
[2022-11-08T14:48:58+0100] [PACMAN] Running 'pacman -S xorg-server xorg-xinit'
[2022-11-08T14:49:16+0100] [ALPM] transaction started
[2022-11-08T14:49:16+0100] [ALPM] installed libepoxy (1.5.9-1)
[2022-11-08T14:49:16+0100] [ALPM] installed libpng (1.6.37-3)
[2022-11-08T14:49:16+0100] [ALPM] installed graphite (1:1.3.14-1)
[2022-11-08T14:49:16+0100] [ALPM] installed harfbuzz (3.1.2-1)
[2022-11-08T14:49:16+0100] [ALPM] installed freetype2 (2.11.1-1)
[2022-11-08T14:49:16+0100] [ALPM] installed xorg-fonts-encodings (1.0.5-2)
[2022-11-08T14:49:16+0100] [ALPM] installed libfontenc (1.1.4-3)
[2022-11-08T14:49:16+0100] [ALPM] installed libxfont2 (2.0.5-1)
[2022-11-08T14:49:16+0100] [ALPM] installed pixman (0.40.0-1)
[2022-11-08T14:49:16+0100] [ALPM] installed xkeyboard-config (2.34-1)
[2022-11-08T14:49:16+0100] [ALPM] installed xcb-proto (1.14.1-3)
[2022-11-08T14:49:16+0100] [ALPM] installed libxdmcp (1.1.3-3)
[2022-11-08T14:49:16+0100] [ALPM] installed libxau (1.0.9-3)
[2022-11-08T14:49:16+0100] [ALPM] installed libxcb (1.14-1)
[2022-11-08T14:49:16+0100] [ALPM] installed xorgproto (2021.5-1)
[2022-11-08T14:49:17+0100] [ALPM] installed libx11 (1.7.3.1-1)
[2022-11-08T14:49:17+0100] [ALPM] installed libxkbfile (1.1.0-2)
[2022-11-08T14:49:17+0100] [ALPM] installed xorg-xkbcomp (1.4.5-1)
[2022-11-08T14:49:17+0100] [ALPM] installed xorg-setxkbmap (1.3.2-2)
[2022-11-08T14:49:17+0100] [ALPM] installed xorg-server-common (21.1.1-3)
[2022-11-08T14:49:17+0100] [ALPM] installed libunwind (1.5.0-1)
[2022-11-08T14:49:17+0100] [ALPM] installed libxext (1.3.4-3)
[2022-11-08T14:49:17+0100] [ALPM] installed libpciaccess (0.16-2)
[2022-11-08T14:49:17+0100] [ALPM] installed libdrm (2.4.109-1)
[2022-11-08T14:49:17+0100] [ALPM] installed wayland (1.19.0-2)
[2022-11-08T14:49:17+0100] [ALPM] installed libxxf86vm (1.1.4-4)
[2022-11-08T14:49:17+0100] [ALPM] installed libxfixes (6.0.0-1)
[2022-11-08T14:49:17+0100] [ALPM] installed libxdamage (1.1.5-3)
[2022-11-08T14:49:17+0100] [ALPM] installed libxshmfence (1.3-2)
[2022-11-08T14:49:17+0100] [ALPM] installed libomxil-bellagio (0.9.3-3)
[2022-11-08T14:49:17+0100] [ALPM] installed libedit (20210910_3.1-1)
[2022-11-08T14:49:17+0100] [ALPM] installed llvm-libs (13.0.0-3)
[2022-11-08T14:49:17+0100] [ALPM] installed lm_sensors (1:3.6.0.r41.g31d1f125-1)
[2022-11-08T14:49:17+0100] [ALPM] installed vulkan-icd-loader (1.2.202-1)
[2022-11-08T14:49:18+0100] [ALPM] installed mesa (21.2.5-1)
[2022-11-08T14:49:18+0100] [ALPM] installed libglvnd (1.3.4-1)
[2022-11-08T14:49:18+0100] [ALPM] installed mtdev (1.1.6-1)
[2022-11-08T14:49:18+0100] [ALPM] installed libevdev (1.12.0-1)
[2022-11-08T14:49:18+0100] [ALPM] installed libgudev (237-1)
[2022-11-08T14:49:18+0100] [ALPM] installed libwacom (1.12-1)
[2022-11-08T14:49:18+0100] [ALPM] installed libinput (1.19.2-1)
[2022-11-08T14:49:18+0100] [ALPM] installed xf86-input-libinput (1.2.0-2)
[2022-11-08T14:49:18+0100] [ALPM] installed libxcvt (0.1.1-1)
[2022-11-08T14:49:18+0100] [ALPM] installed xorg-server (21.1.1-3)
[2022-11-08T14:49:18+0100] [ALPM-SCRIPTLET] >>> xorg-server has now the ability to run without root rights with
[2022-11-08T14:49:18+0100] [ALPM-SCRIPTLET]     the help of systemd-logind. xserver will fail to run if not launched
[2022-11-08T14:49:18+0100] [ALPM-SCRIPTLET]     from the same virtual terminal as was used to log in.
[2022-11-08T14:49:18+0100] [ALPM-SCRIPTLET]     Without root rights, log files will be in ~/.local/share/xorg/ directory.
[2022-11-08T14:49:18+0100] [ALPM-SCRIPTLET] 
[2022-11-08T14:49:18+0100] [ALPM-SCRIPTLET]     Old behavior can be restored through Xorg.wrap config file.
[2022-11-08T14:49:18+0100] [ALPM-SCRIPTLET]     See Xorg.wrap man page (man xorg.wrap).
[2022-11-08T14:49:18+0100] [ALPM] installed libice (1.0.10-3)
[2022-11-08T14:49:18+0100] [ALPM] installed libsm (1.2.3-2)
[2022-11-08T14:49:18+0100] [ALPM] installed libxt (1.2.1-1)
[2022-11-08T14:49:18+0100] [ALPM] installed libxmu (1.1.3-2)
[2022-11-08T14:49:18+0100] [ALPM] installed xorg-xauth (1.1.1-1)
[2022-11-08T14:49:18+0100] [ALPM] installed xorg-xrdb (1.2.1-1)
[2022-11-08T14:49:18+0100] [ALPM] installed xorg-xmodmap (1.0.10-2)
[2022-11-08T14:49:18+0100] [ALPM] installed xorg-xinit (1.4.1-3)
[2022-11-08T14:49:18+0100] [ALPM] transaction completed
[2022-11-08T14:49:18+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T14:49:19+0100] [ALPM] running '30-systemd-hwdb.hook'...
[2022-11-08T14:49:19+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-11-08T14:49:19+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T14:52:25+0100] [PACMAN] Running 'pacman -S plasma kde-applications plasma-wayland-session egl-wayland sddm xdg-user-dirs'
[2022-11-08T14:59:37+0100] [PACMAN] Running 'pacman -S plasma kde-applications plasma-wayland-session egl-wayland sddm xdg-user-dirs'
[2022-11-08T15:02:04+0100] [PACMAN] Running 'pacman -S networkmanager'
[2022-11-08T15:04:54+0100] [PACMAN] Running 'pacman -S plasma kde-applications'
[2022-11-08T15:07:52+0100] [PACMAN] Running 'pacman -S plasma kde-applications'
[2022-11-08T15:11:44+0100] [PACMAN] Running 'pacman -Syu'
[2022-11-08T15:11:44+0100] [PACMAN] synchronizing package lists
[2022-11-08T15:11:45+0100] [PACMAN] starting full system upgrade
[2022-11-08T15:14:51+0100] [PACMAN] Running 'pacman -S gnome gnome-extra'
[2022-11-08T15:18:59+0100] [PACMAN] Running 'pacman -Syy'
[2022-11-08T15:18:59+0100] [PACMAN] synchronizing package lists
[2022-11-08T15:19:56+0100] [PACMAN] Running 'pacman -S reflector'
[2022-11-08T15:32:04+0100] [PACMAN] Running 'pacman -Syy'
[2022-11-08T15:32:04+0100] [PACMAN] synchronizing package lists
[2022-11-08T15:32:11+0100] [PACMAN] Running 'pacman -Syu'
[2022-11-08T15:32:11+0100] [PACMAN] synchronizing package lists
[2022-11-08T15:32:11+0100] [PACMAN] starting full system upgrade
[2022-11-08T15:34:41+0100] [ALPM] running '60-mkinitcpio-remove.hook'...
[2022-11-08T15:34:41+0100] [ALPM] running 'texinfo-remove.hook'...
[2022-11-08T15:34:41+0100] [ALPM] transaction started
[2022-11-08T15:34:41+0100] [ALPM] removed hwids (20210613-1)
[2022-11-08T15:34:41+0100] [ALPM] upgraded linux-api-headers (5.12.3-1 -> 5.18.15-1)
[2022-11-08T15:34:41+0100] [ALPM] upgraded tzdata (2021e-1 -> 2022f-1)
[2022-11-08T15:34:41+0100] [ALPM] upgraded iana-etc (20211025-1 -> 20221025-1)
[2022-11-08T15:34:41+0100] [ALPM] upgraded filesystem (2021.12.07-1 -> 2022.10.18-1)
[2022-11-08T15:34:42+0100] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
[2022-11-08T15:34:42+0100] [ALPM] upgraded glibc (2.33-5 -> 2.36-6)
[2022-11-08T15:34:42+0100] [ALPM-SCRIPTLET] Generating locales...
[2022-11-08T15:34:44+0100] [ALPM-SCRIPTLET]   it_IT.UTF-8... done
[2022-11-08T15:34:44+0100] [ALPM-SCRIPTLET] Generation complete.
[2022-11-08T15:34:44+0100] [ALPM] upgraded attr (2.5.1-1 -> 2.5.1-2)
[2022-11-08T15:34:44+0100] [ALPM] upgraded acl (2.3.1-1 -> 2.3.1-2)
[2022-11-08T15:34:45+0100] [ALPM] upgraded gcc-libs (11.1.0-1 -> 12.2.0-1)
[2022-11-08T15:34:46+0100] [ALPM] upgraded ncurses (6.3-1 -> 6.3-3)
[2022-11-08T15:34:46+0100] [ALPM] upgraded readline (8.1.001-1 -> 8.2.001-1)
[2022-11-08T15:34:46+0100] [ALPM] upgraded bash (5.1.012-1 -> 5.1.016-1)
[2022-11-08T15:34:46+0100] [ALPM] upgraded expat (2.4.1-1 -> 2.5.0-1)
[2022-11-08T15:34:46+0100] [ALPM] upgraded lz4 (1:1.9.3-2 -> 1:1.9.4-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded openssl (1.1.1.l-1 -> 3.0.7-2)
[2022-11-08T15:34:47+0100] [ALPM] upgraded xz (5.2.5-2 -> 5.2.7-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded zlib (1:1.2.11-4 -> 1:1.2.13-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded zstd (1.5.0-1 -> 1.5.2-7)
[2022-11-08T15:34:47+0100] [ALPM] upgraded libarchive (3.5.2-1 -> 3.6.1-5)
[2022-11-08T15:34:47+0100] [ALPM] upgraded gmp (6.2.1-1 -> 6.2.1-2)
[2022-11-08T15:34:47+0100] [ALPM] upgraded util-linux-libs (2.37.2-1 -> 2.38.1-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded e2fsprogs (1.46.4-1 -> 1.46.5-4)
[2022-11-08T15:34:47+0100] [ALPM] upgraded gdbm (1.22-1 -> 1.23-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded libsasl (2.1.27-3 -> 2.1.28-3)
[2022-11-08T15:34:47+0100] [ALPM] upgraded libldap (2.6.0-2 -> 2.6.3-2)
[2022-11-08T15:34:47+0100] [ALPM] installed libevent (2.1.12-4)
[2022-11-08T15:34:47+0100] [ALPM] installed libverto (0.3.2-4)
[2022-11-08T15:34:47+0100] [ALPM] upgraded krb5 (1.19.2-2 -> 1.20-3)
[2022-11-08T15:34:47+0100] [ALPM] upgraded libcap-ng (0.8.2-3 -> 0.8.3-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded audit (3.0.6-2 -> 3.0.8-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded libxcrypt (4.4.26-1 -> 4.4.30-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded libtirpc (1.3.2-1 -> 1.3.3-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded pambase (20211111-1 -> 20221020-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded libcap (2.61-1 -> 2.66-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded coreutils (9.0-2 -> 9.1-3)
[2022-11-08T15:34:47+0100] [ALPM] upgraded findutils (4.8.0-1 -> 4.9.0-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded libtasn1 (4.18.0-1 -> 4.19.0-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded libffi (3.4.2-4 -> 3.4.4-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded libp11-kit (0.24.0-2 -> 0.24.1-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded libgpg-error (1.43-1 -> 1.46-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded libgcrypt (1.9.4-1 -> 1.10.1-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded systemd-libs (249.7-2 -> 251.7-4)
[2022-11-08T15:34:47+0100] [ALPM] upgraded p11-kit (0.24.0-2 -> 0.24.1-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded ca-certificates-utils (20210603-1 -> 20220905-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded ca-certificates-mozilla (3.73-1 -> 3.84-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded ca-certificates (20210603-1 -> 20220905-1)
[2022-11-08T15:34:47+0100] [ALPM] upgraded brotli (1.0.9-4 -> 1.0.9-8)
[2022-11-08T15:34:47+0100] [ALPM] upgraded libunistring (0.9.10-3 -> 1.1-2)
[2022-11-08T15:34:48+0100] [ALPM] upgraded libidn2 (2.3.2-1 -> 2.3.4-3)
[2022-11-08T15:34:48+0100] [ALPM] upgraded libnghttp2 (1.46.0-1 -> 1.50.0-1)
[2022-11-08T15:34:48+0100] [ALPM] upgraded libpsl (0.21.1-1 -> 0.21.1-3)
[2022-11-08T15:34:48+0100] [ALPM] upgraded libssh2 (1.10.0-1 -> 1.10.0-3)
[2022-11-08T15:34:48+0100] [ALPM] upgraded curl (7.80.0-1 -> 7.86.0-3)
[2022-11-08T15:34:48+0100] [ALPM] upgraded nettle (3.7.3-1 -> 3.8.1-1)
[2022-11-08T15:34:48+0100] [ALPM] upgraded gnutls (3.7.2-2 -> 3.7.8-2)
[2022-11-08T15:34:48+0100] [ALPM] upgraded libksba (1.6.0-1 -> 1.6.2-1)
[2022-11-08T15:34:48+0100] [ALPM] upgraded pcre2 (10.39-1 -> 10.40-3)
[2022-11-08T15:34:48+0100] [ALPM] installed libsysprof-capture (3.46.0-1)
[2022-11-08T15:34:48+0100] [ALPM] upgraded glib2 (2.70.1-1 -> 2.74.1-1)
[2022-11-08T15:34:48+0100] [ALPM] upgraded json-c (0.15-2 -> 0.16-1)
[2022-11-08T15:34:48+0100] [ALPM] installed tpm2-tss (3.2.0-3)
[2022-11-08T15:34:48+0100] [ALPM] upgraded libsecret (0.20.4-1 -> 0.20.5-2)
[2022-11-08T15:34:48+0100] [ALPM] upgraded pinentry (1.2.0-1 -> 1.2.1-1)
[2022-11-08T15:34:48+0100] [ALPM] upgraded sqlite (3.37.0-1 -> 3.39.4-1)
[2022-11-08T15:34:48+0100] [ALPM] upgraded gnupg (2.2.32-2 -> 2.2.40-1)
[2022-11-08T15:34:48+0100] [ALPM-SCRIPTLET] NOTE: GnuPG's systemd sockets are now enabled in the vendor location /usr/lib/systemd/user/!
[2022-11-08T15:34:48+0100] [ALPM] upgraded gpgme (1.16.0-1 -> 1.18.0-1)
[2022-11-08T15:34:48+0100] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
[2022-11-08T15:34:48+0100] [ALPM] upgraded pacman-mirrorlist (20211114-1 -> 20221016-1)
[2022-11-08T15:34:49+0100] [ALPM] upgraded icu (70.1-1 -> 72.1-1)
[2022-11-08T15:34:49+0100] [ALPM] upgraded libxml2 (2.9.12-3 -> 2.10.3-2)
[2022-11-08T15:34:49+0100] [ALPM] upgraded gettext (0.21-1 -> 0.21.1-2)
[2022-11-08T15:34:49+0100] [ALPM] upgraded mpfr (4.1.0.p13-1 -> 4.1.0.p13-3)
[2022-11-08T15:34:49+0100] [ALPM] upgraded gawk (5.1.1-1 -> 5.2.0-3)
[2022-11-08T15:34:49+0100] [ALPM] upgraded grep (3.7-1 -> 3.8-2)
[2022-11-08T15:34:49+0100] [ALPM] upgraded pacman (6.0.1-2 -> 6.0.2-5)
[2022-11-08T15:34:49+0100] [ALPM] upgraded archlinux-keyring (20211028-1 -> 20220927-1)
[2022-11-08T15:34:49+0100] [ALPM-SCRIPTLET] ==> Aggiunta delle chiavi da archlinux.gpg in corso...
[2022-11-08T15:34:55+0100] [ALPM-SCRIPTLET] ==> Aggiornamento del database in corso...
[2022-11-08T15:34:55+0100] [ALPM-SCRIPTLET] gpg: il prossimo controllo del trustdb sarà fatto il 2022-11-16
[2022-11-08T15:34:55+0100] [ALPM-SCRIPTLET] ==> Aggiornamento del database in corso...
[2022-11-08T15:34:55+0100] [ALPM-SCRIPTLET] gpg: il prossimo controllo del trustdb sarà fatto il 2022-11-16
[2022-11-08T15:34:55+0100] [ALPM] upgraded argon2 (20190702-3 -> 20190702-4)
[2022-11-08T15:34:55+0100] [ALPM] upgraded libseccomp (2.5.3-1 -> 2.5.4-1)
[2022-11-08T15:34:55+0100] [ALPM] upgraded file (5.41-1 -> 5.43-1)
[2022-11-08T15:34:55+0100] [ALPM] installed hwdata (0.363-1)
[2022-11-08T15:34:55+0100] [ALPM] upgraded kmod (29-1 -> 30-3)
[2022-11-08T15:34:55+0100] [ALPM] upgraded pciutils (3.7.0-1 -> 3.8.0-2)
[2022-11-08T15:34:55+0100] [ALPM] upgraded psmisc (23.4-1 -> 23.5-1)
[2022-11-08T15:34:55+0100] [ALPM] upgraded shadow (4.8.1-4 -> 4.11.1-4)
[2022-11-08T15:34:56+0100] [ALPM] upgraded util-linux (2.37.2-1 -> 2.38.1-1)
[2022-11-08T15:34:56+0100] [ALPM] upgraded less (1:590-1 -> 1:608-1)
[2022-11-08T15:34:56+0100] [ALPM] upgraded gzip (1.11-1 -> 1.12-1)
[2022-11-08T15:34:56+0100] [ALPM] upgraded licenses (20200427-1 -> 20220125-1)
[2022-11-08T15:34:56+0100] [ALPM] upgraded device-mapper (2.03.14-2 -> 2.03.16-2)
[2022-11-08T15:34:56+0100] [ALPM] upgraded popt (1.18-1 -> 1.18-3)
[2022-11-08T15:34:56+0100] [ALPM] upgraded cryptsetup (2.4.2-1 -> 2.5.0-4)
[2022-11-08T15:34:56+0100] [ALPM] upgraded dbus (1.12.20-1 -> 1.14.4-1)
[2022-11-08T15:34:56+0100] [ALPM] upgraded libmnl (1.0.4-3 -> 1.0.5-1)
[2022-11-08T15:34:56+0100] [ALPM] upgraded libnftnl (1.2.1-1 -> 1.2.3-1)
[2022-11-08T15:34:56+0100] [ALPM] upgraded libnl (3.5.0-3 -> 3.7.0-1)
[2022-11-08T15:34:56+0100] [ALPM] upgraded libpcap (1.10.1-1 -> 1.10.1-2)
[2022-11-08T15:34:56+0100] [ALPM] upgraded libnfnetlink (1.0.1-4 -> 1.0.2-1)
[2022-11-08T15:34:56+0100] [ALPM] upgraded libnetfilter_conntrack (1.0.8-1 -> 1.0.9-1)
[2022-11-08T15:34:56+0100] [ALPM] upgraded iptables (1:1.8.7-1 -> 1:1.8.8-2)
[2022-11-08T15:34:56+0100] [ALPM] upgraded kbd (2.4.0-2 -> 2.5.1-1)
[2022-11-08T15:34:56+0100] [ALPM] upgraded libelf (0.186-1 -> 0.187-2)
[2022-11-08T15:34:56+0100] [ALPM] upgraded systemd (249.7-2 -> 251.7-4)
[2022-11-08T15:34:57+0100] [ALPM-SCRIPTLET] Creating group 'tss' with GID 974.
[2022-11-08T15:34:57+0100] [ALPM-SCRIPTLET] Creating user 'tss' (tss user for tpm2) with UID 974 and GID 974.
[2022-11-08T15:34:57+0100] [ALPM] upgraded systemd-sysvcompat (249.7-2 -> 251.7-4)
[2022-11-08T15:34:57+0100] [ALPM] upgraded iputils (20210722-1 -> 20211215-1)
[2022-11-08T15:34:57+0100] [ALPM] installed libbpf (1.0.1-1)
[2022-11-08T15:34:57+0100] [ALPM] upgraded iproute2 (5.15.0-1 -> 6.0.0-1)
[2022-11-08T15:34:57+0100] [ALPM] upgraded base (2-2 -> 3-1)
[2022-11-08T15:34:57+0100] [ALPM] installed jansson (2.14-2)
[2022-11-08T15:34:57+0100] [ALPM] upgraded binutils (2.36.1-3 -> 2.39-3)
[2022-11-08T15:34:57+0100] [ALPM] upgraded bison (3.8.2-1 -> 3.8.2-4)
[2022-11-08T15:34:57+0100] [ALPM] upgraded mkinitcpio-busybox (1.34.1-1 -> 1.35.0-1)
[2022-11-08T15:34:57+0100] [ALPM] upgraded mkinitcpio (31-2 -> 32-2)
[2022-11-08T15:34:59+0100] [ALPM] upgraded linux (5.15.7.arch1-1 -> 6.0.7.arch1-1)
[2022-11-08T15:34:59+0100] [ALPM] upgraded broadcom-wl (6.30.223.271-348 -> 6.30.223.271-429)
[2022-11-08T15:34:59+0100] [ALPM] upgraded dialog (1:1.3_20211107-1 -> 1:1.3_20220728-1)
[2022-11-08T15:35:00+0100] [ALPM] upgraded efivar (37-4 -> 38-2)
[2022-11-08T15:35:00+0100] [ALPM] upgraded efibootmgr (17-2 -> 18-1)
[2022-11-08T15:35:00+0100] [ALPM] upgraded elfutils (0.186-1 -> 0.187-2)
[2022-11-08T15:35:00+0100] [ALPM] upgraded ell (0.46-1 -> 0.53-1)
[2022-11-08T15:35:00+0100] [ALPM] upgraded fakeroot (1.26-1 -> 1.30.1-1)
[2022-11-08T15:35:00+0100] [ALPM] upgraded libpng (1.6.37-3 -> 1.6.38-1)
[2022-11-08T15:35:00+0100] [ALPM] upgraded graphite (1:1.3.14-1 -> 1:1.3.14-2)
[2022-11-08T15:35:00+0100] [ALPM] upgraded harfbuzz (3.1.2-1 -> 5.3.1-3)
[2022-11-08T15:35:00+0100] [ALPM] upgraded freetype2 (2.11.1-1 -> 2.12.1-1)
[2022-11-08T15:35:00+0100] [ALPM] upgraded gc (8.2.0-2 -> 8.2.2-1)
[2022-11-08T15:35:00+0100] [ALPM] upgraded libmpc (1.2.1-1 -> 1.2.1-2)
[2022-11-08T15:35:00+0100] [ALPM] installed libisl (0.25-1)
[2022-11-08T15:35:01+0100] [ALPM] upgraded gcc (11.1.0-1 -> 12.2.0-1)
[2022-11-08T15:35:02+0100] [ALPM] upgraded perl (5.34.0-2 -> 5.36.0-1)
[2022-11-08T15:35:02+0100] [ALPM] upgraded groff (1.22.4-6 -> 1.22.4-7)
[2022-11-08T15:35:03+0100] [ALPM] upgraded grub (2:2.06-2 -> 2:2.06.r334.g340377470-1)
[2022-11-08T15:35:03+0100] [ALPM-SCRIPTLET] :: To use the new features provided in this GRUB update, it is recommended
[2022-11-08T15:35:03+0100] [ALPM-SCRIPTLET]    to install it to the MBR or UEFI. Due to potential configuration
[2022-11-08T15:35:03+0100] [ALPM-SCRIPTLET]    incompatibilities, it is advised to run both, installation and generation
[2022-11-08T15:35:03+0100] [ALPM-SCRIPTLET]    of configuration:
[2022-11-08T15:35:03+0100] [ALPM-SCRIPTLET]      $ grub-install ...
[2022-11-08T15:35:03+0100] [ALPM-SCRIPTLET]      $ grub-mkconfig -o /boot/grub/grub.cfg
[2022-11-08T15:35:03+0100] [ALPM] upgraded libtool (2.4.6+42+gb88cebd5-16 -> 2.4.7-5)
[2022-11-08T15:35:03+0100] [ALPM] upgraded guile (2.2.7-2 -> 2.2.7-3)
[2022-11-08T15:35:03+0100] [ALPM] upgraded iw (5.16-1 -> 5.19-1)
[2022-11-08T15:35:03+0100] [ALPM] upgraded iwd (1.20-1 -> 1.30-1)
[2022-11-08T15:35:03+0100] [ALPM] upgraded libpciaccess (0.16-2 -> 0.17-1)
[2022-11-08T15:35:03+0100] [ALPM] upgraded libdrm (2.4.109-1 -> 2.4.114-1)
[2022-11-08T15:35:03+0100] [ALPM] upgraded libepoxy (1.5.9-1 -> 1.5.10-1)
[2022-11-08T15:35:03+0100] [ALPM] upgraded libevdev (1.12.0-1 -> 1.13.0-1)
[2022-11-08T15:35:03+0100] [ALPM] upgraded xorg-fonts-encodings (1.0.5-2 -> 1.0.6-1)
[2022-11-08T15:35:03+0100] [ALPM] upgraded libfontenc (1.1.4-3 -> 1.1.6-1)
[2022-11-08T15:35:03+0100] [ALPM] upgraded xcb-proto (1.14.1-3 -> 1.15.2-1)
[2022-11-08T15:35:03+0100] [ALPM] upgraded libxdmcp (1.1.3-3 -> 1.1.3-4)
[2022-11-08T15:35:03+0100] [ALPM] upgraded libxau (1.0.9-3 -> 1.0.10-1)
[2022-11-08T15:35:04+0100] [ALPM] upgraded libxcb (1.14-1 -> 1.15-1)
[2022-11-08T15:35:04+0100] [ALPM] upgraded xorgproto (2021.5-1 -> 2022.2-1)
[2022-11-08T15:35:04+0100] [ALPM] upgraded libx11 (1.7.3.1-1 -> 1.8.1-3)
[2022-11-08T15:35:04+0100] [ALPM] upgraded libxext (1.3.4-3 -> 1.3.5-1)
[2022-11-08T15:35:04+0100] [ALPM] upgraded wayland (1.19.0-2 -> 1.21.0-1)
[2022-11-08T15:35:04+0100] [ALPM] upgraded libxxf86vm (1.1.4-4 -> 1.1.5-1)
[2022-11-08T15:35:04+0100] [ALPM] upgraded libxdamage (1.1.5-3 -> 1.1.5-4)
[2022-11-08T15:35:04+0100] [ALPM] upgraded libxshmfence (1.3-2 -> 1.3.1-1)
[2022-11-08T15:35:04+0100] [ALPM] upgraded libunwind (1.5.0-1 -> 1.6.2-1)
[2022-11-08T15:35:05+0100] [ALPM] upgraded llvm-libs (13.0.0-3 -> 14.0.6-3)
[2022-11-08T15:35:05+0100] [ALPM] upgraded vulkan-icd-loader (1.2.202-1 -> 1.3.226-1)
[2022-11-08T15:35:05+0100] [ALPM] upgraded mesa (21.2.5-1 -> 22.2.2-1)
[2022-11-08T15:35:05+0100] [ALPM] upgraded libglvnd (1.3.4-1 -> 1.5.0-1)
[2022-11-08T15:35:05+0100] [ALPM] upgraded libgudev (237-1 -> 237-2)
[2022-11-08T15:35:05+0100] [ALPM] upgraded libice (1.0.10-3 -> 1.0.10-4)
[2022-11-08T15:35:05+0100] [ALPM] upgraded mtdev (1.1.6-1 -> 1.1.6-2)
[2022-11-08T15:35:05+0100] [ALPM] upgraded libwacom (1.12-1 -> 2.5.0-1)
[2022-11-08T15:35:05+0100] [ALPM] upgraded libinput (1.19.2-1 -> 1.21.0-1)
[2022-11-08T15:35:05+0100] [ALPM] upgraded libpipeline (1.5.4-1 -> 1.5.6-1)
[2022-11-08T15:35:05+0100] [ALPM] upgraded libsm (1.2.3-2 -> 1.2.3-3)
[2022-11-08T15:35:05+0100] [ALPM] upgraded libxcvt (0.1.1-1 -> 0.1.2-1)
[2022-11-08T15:35:05+0100] [ALPM] upgraded libxfont2 (2.0.5-1 -> 2.0.6-1)
[2022-11-08T15:35:05+0100] [ALPM] upgraded libxkbfile (1.1.0-2 -> 1.1.1-1)
[2022-11-08T15:35:05+0100] [ALPM] upgraded libxmu (1.1.3-2 -> 1.1.4-1)
[2022-11-08T15:35:05+0100] [ALPM] installed linux-firmware-whence (20220913.f09bebf-1)
[2022-11-08T15:35:07+0100] [ALPM] upgraded linux-firmware (20211027.1d00989-1 -> 20220913.f09bebf-1)
[2022-11-08T15:35:07+0100] [ALPM] upgraded man-db (2.9.4-2 -> 2.11.0-1)
[2022-11-08T15:35:07+0100] [ALPM] upgraded nano (5.9-1 -> 6.4-1)
[2022-11-08T15:35:07+0100] [ALPM] upgraded netctl (1.26-1 -> 1.28-1)
[2022-11-08T15:35:07+0100] [ALPM] upgraded pcre (8.45-1 -> 8.45-3)
[2022-11-08T15:35:07+0100] [ALPM] upgraded pixman (0.40.0-1 -> 0.42.2-1)
[2022-11-08T15:35:07+0100] [ALPM] warning: /etc/sudoers installed as /etc/sudoers.pacnew
[2022-11-08T15:35:07+0100] [ALPM] upgraded sudo (1.9.8.p2-3 -> 1.9.12.p1-1)
[2022-11-08T15:35:07+0100] [ALPM] upgraded wpa_supplicant (2:2.9-8 -> 2:2.10-6)
[2022-11-08T15:35:07+0100] [ALPM] upgraded xf86-input-libinput (1.2.0-2 -> 1.2.1-1)
[2022-11-08T15:35:07+0100] [ALPM] upgraded xkeyboard-config (2.34-1 -> 2.37-1)
[2022-11-08T15:35:07+0100] [ALPM] installed libxrender (0.9.11-1)
[2022-11-08T15:35:07+0100] [ALPM] installed libxrandr (1.5.2-4)
[2022-11-08T15:35:07+0100] [ALPM] installed xorg-xrandr (1.5.1-2)
[2022-11-08T15:35:07+0100] [ALPM] upgraded xorg-setxkbmap (1.3.2-2 -> 1.3.3-1)
[2022-11-08T15:35:07+0100] [ALPM] upgraded xorg-server-common (21.1.1-3 -> 21.1.4-1)
[2022-11-08T15:35:07+0100] [ALPM] upgraded xorg-server (21.1.1-3 -> 21.1.4-1)
[2022-11-08T15:35:07+0100] [ALPM] upgraded xorg-xauth (1.1.1-1 -> 1.1.2-1)
[2022-11-08T15:35:07+0100] [ALPM] upgraded xorg-xmodmap (1.0.10-2 -> 1.0.11-1)
[2022-11-08T15:35:07+0100] [ALPM] transaction completed
[2022-11-08T15:35:08+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2022-11-08T15:35:08+0100] [ALPM] running '30-systemd-catalog.hook'...
[2022-11-08T15:35:08+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T15:35:09+0100] [ALPM] running '30-systemd-hwdb.hook'...
[2022-11-08T15:35:09+0100] [ALPM] running '30-systemd-sysctl.hook'...
[2022-11-08T15:35:09+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-11-08T15:35:09+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-11-08T15:35:09+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T15:35:09+0100] [ALPM] running '40-update-ca-trust.hook'...
[2022-11-08T15:35:11+0100] [ALPM] running '60-depmod.hook'...
[2022-11-08T15:35:14+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2022-11-08T15:35:14+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2022-11-08T15:35:14+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2022-11-08T15:35:14+0100] [ALPM-SCRIPTLET] ==> Starting build: 6.0.7-arch1-1
[2022-11-08T15:35:14+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2022-11-08T15:35:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2022-11-08T15:35:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2022-11-08T15:35:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2022-11-08T15:35:15+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2022-11-08T15:35:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2022-11-08T15:35:16+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2022-11-08T15:35:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2022-11-08T15:35:17+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-11-08T15:35:17+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2022-11-08T15:35:17+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-11-08T15:35:17+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2022-11-08T15:35:17+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2022-11-08T15:35:17+0100] [ALPM-SCRIPTLET] ==> Starting build: 6.0.7-arch1-1
[2022-11-08T15:35:17+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2022-11-08T15:35:18+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2022-11-08T15:35:18+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2022-11-08T15:35:18+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2022-11-08T15:35:18+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2022-11-08T15:35:19+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2022-11-08T15:35:19+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2022-11-08T15:35:19+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2022-11-08T15:35:19+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2022-11-08T15:35:19+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2022-11-08T15:35:21+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2022-11-08T15:35:22+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2022-11-08T15:35:24+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2022-11-08T15:35:25+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2022-11-08T15:35:26+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-11-08T15:35:26+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2022-11-08T15:35:28+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-11-08T15:35:28+0100] [ALPM] running 'dbus-reload.hook'...
[2022-11-08T15:35:28+0100] [ALPM] running 'detect-old-perl-modules.hook'...
[2022-11-08T15:35:28+0100] [ALPM] running 'texinfo-install.hook'...
[2022-11-08T15:35:45+0100] [PACMAN] Running 'pacman -S plasma kde-applications'
[2022-11-08T15:41:54+0100] [ALPM] transaction started
[2022-11-08T15:41:54+0100] [ALPM] installed libjpeg-turbo (2.1.4-2)
[2022-11-08T15:41:54+0100] [ALPM] installed xcb-util-keysyms (0.4.1-4)
[2022-11-08T15:41:54+0100] [ALPM] installed xcb-util-renderutil (0.3.10-1)
[2022-11-08T15:41:54+0100] [ALPM] installed fontconfig (2:2.14.1-2)
[2022-11-08T15:41:54+0100] [ALPM-SCRIPTLET] Creating fontconfig configuration...
[2022-11-08T15:41:54+0100] [ALPM-SCRIPTLET] Rebuilding fontconfig cache...
[2022-11-08T15:41:56+0100] [ALPM] installed xorg-xset (1.2.4-3)
[2022-11-08T15:41:56+0100] [ALPM] installed xorg-xprop (1.2.5-1)
[2022-11-08T15:41:56+0100] [ALPM] installed xdg-utils (1.1.3+25+g8ae0263-1)
[2022-11-08T15:41:56+0100] [ALPM] installed shared-mime-info (2.0+155+gf4e7cbc-1)
[2022-11-08T15:41:56+0100] [ALPM] installed xcb-util-wm (0.4.2-1)
[2022-11-08T15:41:56+0100] [ALPM] installed libxi (1.8-1)
[2022-11-08T15:41:56+0100] [ALPM] installed xcb-util (0.4.0-4)
[2022-11-08T15:41:56+0100] [ALPM] installed xcb-util-image (0.4.1-2)
[2022-11-08T15:41:56+0100] [ALPM] installed tslib (1.22-1)
[2022-11-08T15:41:56+0100] [ALPM] installed libxkbcommon (1.4.1-1)
[2022-11-08T15:41:56+0100] [ALPM] installed libxkbcommon-x11 (1.4.1-1)
[2022-11-08T15:41:56+0100] [ALPM] installed duktape (2.7.0-4)
[2022-11-08T15:41:56+0100] [ALPM] installed libproxy (0.4.18-1)
[2022-11-08T15:41:56+0100] [ALPM] installed libtiff (4.4.0-4)
[2022-11-08T15:41:56+0100] [ALPM] installed libdaemon (0.14-5)
[2022-11-08T15:41:56+0100] [ALPM] installed avahi (0.8+22+gfd482a7-3)
[2022-11-08T15:41:56+0100] [ALPM] installed libusb (1.0.26-1)
[2022-11-08T15:41:56+0100] [ALPM] installed libcups (1:2.4.2-3)
[2022-11-08T15:41:56+0100] [ALPM] installed double-conversion (3.2.1-1)
[2022-11-08T15:41:56+0100] [ALPM] installed md4c (0.4.8-1)
[2022-11-08T15:41:56+0100] [ALPM] installed qt5-translations (5.15.7-1)
[2022-11-08T15:41:57+0100] [ALPM] installed qt5-base (5.15.7+kde+r170-1)
[2022-11-08T15:41:57+0100] [ALPM] installed libical (3.0.16-2)
[2022-11-08T15:41:57+0100] [ALPM] installed alsa-topology-conf (1.2.5.1-1)
[2022-11-08T15:41:57+0100] [ALPM] installed alsa-ucm-conf (1.2.8-1)
[2022-11-08T15:41:57+0100] [ALPM] installed alsa-lib (1.2.8-1)
[2022-11-08T15:41:57+0100] [ALPM] installed bluez (5.65-3)
[2022-11-08T15:41:58+0100] [ALPM] installed bluez-qt (5.99.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed media-player-info (24-2)
[2022-11-08T15:41:58+0100] [ALPM] installed libplist (2.2.0-5)
[2022-11-08T15:41:58+0100] [ALPM] installed libusbmuxd (2.0.2-1)
[2022-11-08T15:41:58+0100] [ALPM] installed usbmuxd (1.1.1-1)
[2022-11-08T15:41:58+0100] [ALPM] installed libimobiledevice (1.3.0-5)
[2022-11-08T15:41:58+0100] [ALPM] installed upower (1.90.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed polkit (122-1)
[2022-11-08T15:41:58+0100] [ALPM] installed libatasmart (0.19-5)
[2022-11-08T15:41:58+0100] [ALPM] installed lzo (2.10-3)
[2022-11-08T15:41:58+0100] [ALPM] installed btrfs-progs (6.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed dosfstools (4.2-2)
[2022-11-08T15:41:58+0100] [ALPM] installed dmraid (1.0.0.rc16.3-14)
[2022-11-08T15:41:58+0100] [ALPM] installed gptfdisk (1.0.9-1)
[2022-11-08T15:41:58+0100] [ALPM] installed libbytesize (2.7-1)
[2022-11-08T15:41:58+0100] [ALPM] installed libaio (0.3.113-1)
[2022-11-08T15:41:58+0100] [ALPM] installed thin-provisioning-tools (0.9.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed lvm2 (2.03.16-2)
[2022-11-08T15:41:58+0100] [ALPM] installed mdadm (4.2-2)
[2022-11-08T15:41:58+0100] [ALPM] installed iniparser (4.1-4)
[2022-11-08T15:41:58+0100] [ALPM] installed ndctl (74-1)
[2022-11-08T15:41:58+0100] [ALPM] installed parted (3.5-1)
[2022-11-08T15:41:58+0100] [ALPM] installed nspr (4.35-1)
[2022-11-08T15:41:58+0100] [ALPM] installed nss (3.84-1)
[2022-11-08T15:41:58+0100] [ALPM] installed volume_key (0.3.12-7)
[2022-11-08T15:41:58+0100] [ALPM] installed libinih (56-1)
[2022-11-08T15:41:58+0100] [ALPM] installed liburcu (0.13.2-1)
[2022-11-08T15:41:58+0100] [ALPM] installed xfsprogs (5.19.0-2)
[2022-11-08T15:41:58+0100] [ALPM] installed libyaml (0.2.5-1)
[2022-11-08T15:41:58+0100] [ALPM] installed libblockdev (2.28-1)
[2022-11-08T15:41:58+0100] [ALPM] installed udisks2 (2.9.4-1)
[2022-11-08T15:41:58+0100] [ALPM] installed solid (5.99.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed kcoreaddons (5.99.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed kwidgetsaddons (5.99.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed qt5-x11extras (5.15.7-1)
[2022-11-08T15:41:58+0100] [ALPM] installed kjobwidgets (5.99.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed kdbusaddons (5.99.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed kconfig (5.99.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed kwindowsystem (5.99.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed kcrash (5.99.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed kglobalaccel (5.99.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed qt5-svg (5.15.7+kde+r9-1)
[2022-11-08T15:41:58+0100] [ALPM] installed polkit-qt5 (0.114.0-1)
[2022-11-08T15:41:58+0100] [ALPM] installed kauth (5.99.0-1)
[2022-11-08T15:41:59+0100] [ALPM] installed kcodecs (5.99.0-1)
[2022-11-08T15:41:59+0100] [ALPM] installed qt5-declarative (5.15.7+kde+r21-1)
[2022-11-08T15:41:59+0100] [ALPM] installed libxcomposite (0.4.5-4)
[2022-11-08T15:41:59+0100] [ALPM] installed qt5-wayland (5.15.7+kde+r49-1)
[2022-11-08T15:41:59+0100] [ALPM] installed kguiaddons (5.99.0-2)
[2022-11-08T15:41:59+0100] [ALPM] installed iso-codes (4.12.0-1)
[2022-11-08T15:41:59+0100] [ALPM] installed ki18n (5.99.0-1)
[2022-11-08T15:41:59+0100] [ALPM] installed kconfigwidgets (5.99.0-1)
[2022-11-08T15:41:59+0100] [ALPM] installed karchive (5.99.0-1)
[2022-11-08T15:41:59+0100] [ALPM] installed kiconthemes (5.99.0-1)
[2022-11-08T15:41:59+0100] [ALPM] installed kitemviews (5.99.0-1)
[2022-11-08T15:41:59+0100] [ALPM] installed kxmlgui (5.99.0-1)
[2022-11-08T15:41:59+0100] [ALPM] installed kbookmarks (5.99.0-1)
[2022-11-08T15:41:59+0100] [ALPM] installed libxslt (1.1.37-2)
[2022-11-08T15:42:00+0100] [ALPM] installed libogg (1.3.5-1)
[2022-11-08T15:42:00+0100] [ALPM] installed libvorbis (1.3.7-3)
[2022-11-08T15:42:00+0100] [ALPM] installed libasyncns (1:0.8+r3+g68cd5af-2)
[2022-11-08T15:42:00+0100] [ALPM] installed opus (1.3.1-3)
[2022-11-08T15:42:00+0100] [ALPM] installed speexdsp (1.2.1-1)
[2022-11-08T15:42:00+0100] [ALPM] installed speex (1.2.1-1)
[2022-11-08T15:42:00+0100] [ALPM] installed flac (1.4.2-1)
[2022-11-08T15:42:00+0100] [ALPM] installed libsndfile (1.1.0-3)
[2022-11-08T15:42:00+0100] [ALPM] installed libpulse (16.1-3)
[2022-11-08T15:42:00+0100] [ALPM] installed tdb (1.4.7-1)
[2022-11-08T15:42:00+0100] [ALPM] installed sound-theme-freedesktop (0.8-5)
[2022-11-08T15:42:00+0100] [ALPM] installed libcanberra (1:0.30+r2+gc0620e4-2)
[2022-11-08T15:42:00+0100] [ALPM] installed libdbusmenu-qt5 (0.9.3+16.04.20160218-6)
[2022-11-08T15:42:00+0100] [ALPM] installed gstreamer (1.20.4-3)
[2022-11-08T15:42:00+0100] [ALPM] installed orc (0.4.33-1)
[2022-11-08T15:42:00+0100] [ALPM] installed libxv (1.0.11-5)
[2022-11-08T15:42:00+0100] [ALPM] installed gst-plugins-base-libs (1.20.4-3)
[2022-11-08T15:42:00+0100] [ALPM] installed cdparanoia (10.2-8)
[2022-11-08T15:42:00+0100] [ALPM] installed libvisual (0.4.0-8)
[2022-11-08T15:42:00+0100] [ALPM] installed libtheora (1.1.1-5)
[2022-11-08T15:42:00+0100] [ALPM] installed libdatrie (0.2.13-1)
[2022-11-08T15:42:00+0100] [ALPM] installed libthai (0.1.29-1)
[2022-11-08T15:42:00+0100] [ALPM] installed cairo (1.17.6-2)
[2022-11-08T15:42:00+0100] [ALPM] installed libxft (2.3.6-1)
[2022-11-08T15:42:00+0100] [ALPM] installed fribidi (1.0.12-1)
[2022-11-08T15:42:00+0100] [ALPM] installed pango (1:1.50.11-1)
[2022-11-08T15:42:00+0100] [ALPM] installed graphene (1.10.8-1)
[2022-11-08T15:42:00+0100] [ALPM] installed gst-plugins-base (1.20.4-3)
[2022-11-08T15:42:00+0100] [ALPM] installed openal (1.22.2-1)
[2022-11-08T15:42:00+0100] [ALPM] installed qt5-multimedia (5.15.7+kde+r1-1)
[2022-11-08T15:42:00+0100] [ALPM] installed qt5-speech (5.15.7+kde+r1-1)
[2022-11-08T15:42:00+0100] [ALPM] installed libxtst (1.2.4-1)
[2022-11-08T15:42:00+0100] [ALPM] installed knotifications (5.99.0-1)
[2022-11-08T15:42:00+0100] [ALPM] installed kservice (5.99.0-1)
[2022-11-08T15:42:00+0100] [ALPM] installed qca-qt5 (2.3.5-2)
[2022-11-08T15:42:00+0100] [ALPM] installed kwallet (5.99.0-1)
[2022-11-08T15:42:00+0100] [ALPM] installed kcompletion (5.99.0-1)
[2022-11-08T15:42:00+0100] [ALPM] installed sonnet (5.99.0-1)
[2022-11-08T15:42:00+0100] [ALPM] installed ktextwidgets (5.99.0-1)
[2022-11-08T15:42:00+0100] [ALPM] installed kded (5.99.0-1)
[2022-11-08T15:42:01+0100] [ALPM] installed kio (5.99.0-1)
[2022-11-08T15:42:01+0100] [ALPM] installed kpackage (5.99.0-1)
[2022-11-08T15:42:01+0100] [ALPM] installed kdeclarative (5.99.0-1)
[2022-11-08T15:42:01+0100] [ALPM] installed bluedevil (1:5.26.2-1)
[2022-11-08T15:42:01+0100] [ALPM] installed attica (5.99.0-1)
[2022-11-08T15:42:01+0100] [ALPM] installed syndication (5.99.0-1)
[2022-11-08T15:42:01+0100] [ALPM] installed knewstuff (5.99.0-1)
[2022-11-08T15:42:01+0100] [ALPM] installed frameworkintegration (5.99.0-1)
[2022-11-08T15:42:01+0100] [ALPM] installed kdecoration (5.26.2-1)
[2022-11-08T15:42:04+0100] [ALPM] installed breeze-icons (5.99.0-1)
[2022-11-08T15:42:04+0100] [ALPM] installed kwayland (5.99.0-1)
[2022-11-08T15:42:04+0100] [ALPM] installed qt5-quickcontrols (5.15.7-1)
[2022-11-08T15:42:04+0100] [ALPM] installed qt5-quickcontrols2 (5.15.7+kde+r6-1)
[2022-11-08T15:42:04+0100] [ALPM] installed qt5-graphicaleffects (5.15.7-1)
[2022-11-08T15:42:04+0100] [ALPM] installed kirigami2 (5.99.0-1)
[2022-11-08T15:42:04+0100] [ALPM] installed hicolor-icon-theme (0.17-2)
[2022-11-08T15:42:05+0100] [ALPM] installed breeze (5.26.2-1)
[2022-11-08T15:42:05+0100] [ALPM] installed breeze-gtk (5.26.2-1)
[2022-11-08T15:42:05+0100] [ALPM] installed kcmutils (5.99.0-2)
[2022-11-08T15:42:05+0100] [ALPM] installed libxss (1.2.3-4)
[2022-11-08T15:42:05+0100] [ALPM] installed kidletime (5.99.0-1)
[2022-11-08T15:42:05+0100] [ALPM] installed gdk-pixbuf2 (2.42.10-1)
[2022-11-08T15:42:05+0100] [ALPM] installed librsvg (2:2.55.1-1)
[2022-11-08T15:42:05+0100] [ALPM] installed libstemmer (2.2.0-2)
[2022-11-08T15:42:05+0100] [ALPM] installed libxmlb (0.3.10-1)
[2022-11-08T15:42:05+0100] [ALPM] installed dconf (0.40.0-1)
[2022-11-08T15:42:05+0100] [ALPM] installed cantarell-fonts (1:0.303.1-1)
[2022-11-08T15:42:05+0100] [ALPM] installed adobe-source-code-pro-fonts (2.038ro+1.058it+1.018var-1)
[2022-11-08T15:42:05+0100] [ALPM] installed gsettings-desktop-schemas (43.0-1)
[2022-11-08T15:42:05+0100] [ALPM] installed glib-networking (1:2.74.0-1)
[2022-11-08T15:42:05+0100] [ALPM] installed libsoup (2.74.3-1)
[2022-11-08T15:42:05+0100] [ALPM] installed appstream (0.15.5-1)
[2022-11-08T15:42:05+0100] [ALPM] installed appstream-qt (0.15.5-1)
[2022-11-08T15:42:06+0100] [ALPM] installed archlinux-appstream-data (20221014-1)
[2022-11-08T15:42:06+0100] [ALPM] installed discount (2.2.7.b-1)
[2022-11-08T15:42:06+0100] [ALPM] installed kuserfeedback (1.2.0-1)
[2022-11-08T15:42:06+0100] [ALPM] installed signond (8.61-1)
[2022-11-08T15:42:06+0100] [ALPM] installed signon-kwallet-extension (22.08.3-1)
[2022-11-08T15:42:06+0100] [ALPM] installed signon-plugin-oauth2 (0.25-1)
[2022-11-08T15:42:06+0100] [ALPM] installed libaccounts-glib (1.26-1)
[2022-11-08T15:42:06+0100] [ALPM] installed libaccounts-qt (1.16-3)
[2022-11-08T15:42:06+0100] [ALPM] installed qt5-webchannel (5.15.7+kde+r3-1)
[2022-11-08T15:42:06+0100] [ALPM] installed qt5-location (5.15.7+kde+r3-1)
[2022-11-08T15:42:06+0100] [ALPM] installed snappy (1.1.9-2)
[2022-11-08T15:42:06+0100] [ALPM] installed minizip (1:1.2.13-1)
[2022-11-08T15:42:06+0100] [ALPM] installed aom (3.5.0-1)
[2022-11-08T15:42:06+0100] [ALPM] installed gsm (1.0.22-1)
[2022-11-08T15:42:06+0100] [ALPM] installed libsamplerate (0.2.2-1)
[2022-11-08T15:42:06+0100] [ALPM] installed jack2 (1.9.21-1)
[2022-11-08T15:42:06+0100] [ALPM] installed lame (3.100-4)
[2022-11-08T15:42:06+0100] [ALPM] installed libass (0.16.0-1)
[2022-11-08T15:42:06+0100] [ALPM] installed libraw1394 (2.1.2-3)
[2022-11-08T15:42:06+0100] [ALPM] installed libavc1394 (0.5.4-4)
[2022-11-08T15:42:06+0100] [ALPM] installed libbluray (1.3.3-1)
[2022-11-08T15:42:06+0100] [ALPM] installed libbs2b (3.1.0-8)
[2022-11-08T15:42:06+0100] [ALPM] installed dav1d (1.0.0-1)
[2022-11-08T15:42:06+0100] [ALPM] installed libiec61883 (1.2.0-6)
[2022-11-08T15:42:06+0100] [ALPM] installed libmfx (22.4.4-1)
[2022-11-08T15:42:06+0100] [ALPM] installed libmodplug (0.8.9.0-3)
[2022-11-08T15:42:06+0100] [ALPM] installed rav1e (0.5.1-2)
[2022-11-08T15:42:06+0100] [ALPM] installed libsoxr (0.1.3-2)
[2022-11-08T15:42:06+0100] [ALPM] installed libssh (0.10.4-3)
[2022-11-08T15:42:06+0100] [ALPM] installed libva (2.16.0-1)
[2022-11-08T15:42:06+0100] [ALPM] installed libvdpau (1.5-1)
[2022-11-08T15:42:06+0100] [ALPM] installed vid.stab (1.1-3)
[2022-11-08T15:42:06+0100] [ALPM] installed libvpx (1.12.0-1)
[2022-11-08T15:42:06+0100] [ALPM] installed giflib (5.2.1-2)
[2022-11-08T15:42:06+0100] [ALPM] installed libwebp (1.2.4-1)
[2022-11-08T15:42:06+0100] [ALPM] installed l-smash (2.14.5-2)
[2022-11-08T15:42:06+0100] [ALPM] installed x264 (3:0.164.r3095.baee400-4)
[2022-11-08T15:42:06+0100] [ALPM] installed x265 (3.5-3)
[2022-11-08T15:42:06+0100] [ALPM] installed xvidcore (1.3.7-2)
[2022-11-08T15:42:06+0100] [ALPM] installed zimg (3.0.4-1)
[2022-11-08T15:42:06+0100] [ALPM] installed ocl-icd (2.3.1-1)
[2022-11-08T15:42:06+0100] [ALPM] installed opencore-amr (0.1.6-1)
[2022-11-08T15:42:06+0100] [ALPM] installed lcms2 (2.14-1)
[2022-11-08T15:42:06+0100] [ALPM] installed openjpeg2 (2.5.0-1)
[2022-11-08T15:42:06+0100] [ALPM] installed libxcursor (1.2.1-1)
[2022-11-08T15:42:06+0100] [ALPM] installed hidapi (0.12.0-1)
[2022-11-08T15:42:07+0100] [ALPM] installed sdl2 (2.24.2-1)
[2022-11-08T15:42:07+0100] [ALPM] installed srt (1.5.1-3)
[2022-11-08T15:42:07+0100] [ALPM] installed svt-av1 (1.3.0-1)
[2022-11-08T15:42:07+0100] [ALPM] installed sysfsutils (2.1.1-1)
[2022-11-08T15:42:07+0100] [ALPM] installed v4l-utils (1.22.1-1)
[2022-11-08T15:42:07+0100] [ALPM] installed vmaf (2.3.1-1)
[2022-11-08T15:42:07+0100] [ALPM] installed ffmpeg (2:5.1.2-1)
[2022-11-08T15:42:07+0100] [ALPM] installed re2 (1:20220601-1)
[2022-11-08T15:42:07+0100] [ALPM] installed gnu-free-fonts (20120503-8)
[2022-11-08T15:42:08+0100] [ALPM] installed noto-fonts (20220810-1)
[2022-11-08T15:42:09+0100] [ALPM] installed qt5-webengine (5.15.11-2)
[2022-11-08T15:42:09+0100] [ALPM] installed libnotify (0.8.1-1)
[2022-11-08T15:42:09+0100] [ALPM] installed signon-ui (0.17+20171022-3)
[2022-11-08T15:42:09+0100] [ALPM] installed kaccounts-integration (22.08.3-1)
[2022-11-08T15:42:09+0100] [ALPM] installed accounts-qml-module (0.7-4)
[2022-11-08T15:42:09+0100] [ALPM] installed purpose (5.99.0-1)
[2022-11-08T15:42:09+0100] [ALPM] installed qt5-webview (5.15.7-1)
[2022-11-08T15:42:09+0100] [ALPM] installed discover (5.26.2-1)
[2022-11-08T15:42:09+0100] [ALPM] installed syntax-highlighting (5.99.0-1)
[2022-11-08T15:42:09+0100] [ALPM] installed kitemmodels (5.99.0-1)
[2022-11-08T15:42:09+0100] [ALPM] installed boost-libs (1.80.0-3)
[2022-11-08T15:42:10+0100] [ALPM] installed source-highlight (3.1.9-9)
[2022-11-08T15:42:10+0100] [ALPM] installed libnsl (2.0.0-2)
[2022-11-08T15:42:10+0100] [ALPM] installed python (3.10.8-3)
[2022-11-08T15:42:10+0100] [ALPM] installed gdb-common (12.1-1)
[2022-11-08T15:42:10+0100] [ALPM] installed gdb (12.1-1)
[2022-11-08T15:42:10+0100] [ALPM] installed python-appdirs (1.4.4-7)
[2022-11-08T15:42:10+0100] [ALPM] installed python-more-itertools (9.0.0-1)
[2022-11-08T15:42:10+0100] [ALPM] installed python-jaraco.functools (3.5.2-1)
[2022-11-08T15:42:10+0100] [ALPM] installed python-jaraco.context (4.1.2-1)
[2022-11-08T15:42:10+0100] [ALPM] installed python-autocommand (2.2.1-1)
[2022-11-08T15:42:10+0100] [ALPM] installed cython (0.29.32-2)
[2022-11-08T15:42:10+0100] [ALPM] installed python-typing_extensions (4.4.0-1)
[2022-11-08T15:42:11+0100] [ALPM] installed python-pydantic (1.10.2-1)
[2022-11-08T15:42:11+0100] [ALPM] installed python-inflect (6.0.2-1)
[2022-11-08T15:42:11+0100] [ALPM] installed python-jaraco.text (3.10.0-1)
[2022-11-08T15:42:11+0100] [ALPM] installed python-ordered-set (4.1.0-1)
[2022-11-08T15:42:11+0100] [ALPM] installed python-pyparsing (3.0.9-1)
[2022-11-08T15:42:11+0100] [ALPM] installed python-packaging (21.3-1)
[2022-11-08T15:42:11+0100] [ALPM] installed python-tomli (2.0.1-1)
[2022-11-08T15:42:11+0100] [ALPM] installed python-trove-classifiers (2022.10.19-1)
[2022-11-08T15:42:11+0100] [ALPM] installed python-validate-pyproject (0.10.1-1)
[2022-11-08T15:42:11+0100] [ALPM] installed python-setuptools (1:65.0.0-1)
[2022-11-08T15:42:11+0100] [ALPM] installed python-distro (1.8.0-1)
[2022-11-08T15:42:11+0100] [ALPM] installed python-psutil (5.9.3-1)
[2022-11-08T15:42:11+0100] [ALPM] installed qt5-tools (5.15.7+kde+r1-1)
[2022-11-08T15:42:11+0100] [ALPM] installed drkonqi (5.26.2-1)
[2022-11-08T15:42:11+0100] [ALPM] installed kactivitymanagerd (5.26.2-1)
[2022-11-08T15:42:11+0100] [ALPM] installed libutempter (1.2.1-3)
[2022-11-08T15:42:11+0100] [ALPM] installed kpty (5.99.0-1)
[2022-11-08T15:42:11+0100] [ALPM] installed kdesu (5.99.0-1)
[2022-11-08T15:42:11+0100] [ALPM] installed kactivities (5.99.0-1)
[2022-11-08T15:42:11+0100] [ALPM] installed kde-cli-tools (5.26.2-1)
[2022-11-08T15:42:11+0100] [ALPM] installed kde-gtk-config (5.26.2-1)
[2022-11-08T15:42:11+0100] [ALPM] installed knotifyconfig (5.99.0-1)
[2022-11-08T15:42:11+0100] [ALPM] installed libxres (1.2.1-1)
[2022-11-08T15:42:11+0100] [ALPM] installed libksysguard (5.26.2-1)
[2022-11-08T15:42:11+0100] [ALPM] installed ksystemstats (5.26.2-1)
[2022-11-08T15:42:11+0100] [ALPM] installed kparts (5.99.0-1)
[2022-11-08T15:42:11+0100] [ALPM] installed editorconfig-core-c (0.12.5-1)
[2022-11-08T15:42:12+0100] [ALPM] installed ktexteditor (5.99.0-1)
[2022-11-08T15:42:12+0100] [ALPM] installed libqalculate (4.4.0-2)
[2022-11-08T15:42:12+0100] [ALPM] installed xorg-xsetroot (1.1.3-1)
[2022-11-08T15:42:12+0100] [ALPM] installed kholidays (1:5.99.0-1)
[2022-11-08T15:42:12+0100] [ALPM] installed libxpm (3.5.13-3)
[2022-11-08T15:42:12+0100] [ALPM] installed libxaw (1.0.14-1)
[2022-11-08T15:42:12+0100] [ALPM] installed xorg-xmessage (1.0.6-1)
[2022-11-08T15:42:12+0100] [ALPM] installed plasma-framework (5.99.0-1)
[2022-11-08T15:42:12+0100] [ALPM] installed threadweaver (5.99.0-1)
[2022-11-08T15:42:12+0100] [ALPM] installed krunner (5.99.0-1)
[2022-11-08T15:42:12+0100] [ALPM] installed milou (5.26.2-1)
[2022-11-08T15:42:12+0100] [ALPM] installed libdmtx (0.7.7-1)
[2022-11-08T15:42:12+0100] [ALPM] installed qrencode (4.1.1-1)
[2022-11-08T15:42:12+0100] [ALPM] installed zxing-cpp (1.4.0-1)
[2022-11-08T15:42:12+0100] [ALPM] installed prison (5.99.0-1)
[2022-11-08T15:42:12+0100] [ALPM] installed layer-shell-qt (5.26.2-1)
[2022-11-08T15:42:12+0100] [ALPM] installed kscreenlocker (5.26.2-1)
[2022-11-08T15:42:12+0100] [ALPM] installed xcb-util-cursor (0.1.4-1)
[2022-11-08T15:42:12+0100] [ALPM] installed libcamera (0.0.1-3)
[2022-11-08T15:42:12+0100] [ALPM] installed pipewire (1:0.3.59-5)
[2022-11-08T15:42:12+0100] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
[2022-11-08T15:42:12+0100] [ALPM] installed pipewire-media-session (1:0.4.1-2)
[2022-11-08T15:42:12+0100] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/pipewire-media-session.service.
[2022-11-08T15:42:12+0100] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/pipewire.service.wants/pipewire-media-session.service → /usr/lib/systemd/user/pipewire-media-session.service.
[2022-11-08T15:42:12+0100] [ALPM] installed libqaccessibilityclient (0.4.1-2)
[2022-11-08T15:42:13+0100] [ALPM] installed kwin (5.26.2.1-4)
[2022-11-08T15:42:13+0100] [ALPM] installed ttf-hack (3.003-3)
[2022-11-08T15:42:13+0100] [ALPM] installed qqc2-desktop-style (5.99.0-1)
[2022-11-08T15:42:13+0100] [ALPM] installed plasma-integration (5.26.2-1)
[2022-11-08T15:42:13+0100] [ALPM] installed kpeople (5.99.0-1)
[2022-11-08T15:42:13+0100] [ALPM] installed kactivities-stats (5.99.0-1)
[2022-11-08T15:42:13+0100] [ALPM] installed libkscreen (5.26.2-1)
[2022-11-08T15:42:13+0100] [ALPM] installed kquickcharts (5.99.0-1)
[2022-11-08T15:42:13+0100] [ALPM] installed kpipewire (5.26.2-1)
[2022-11-08T15:42:13+0100] [ALPM] installed accountsservice (22.08.8-2)
[2022-11-08T15:42:13+0100] [ALPM] installed kdnssd (5.99.0-1)
[2022-11-08T15:42:13+0100] [ALPM] installed talloc (2.3.4-1)
[2022-11-08T15:42:13+0100] [ALPM] installed cifs-utils (7.0-1)
[2022-11-08T15:42:13+0100] [ALPM] installed tevent (1:0.13.0-1)
[2022-11-08T15:42:13+0100] [ALPM] installed lmdb (0.9.29-1)
[2022-11-08T15:42:13+0100] [ALPM] installed ldb (2:2.6.1-1)
[2022-11-08T15:42:13+0100] [ALPM] installed libmd (1.0.4-1)
[2022-11-08T15:42:13+0100] [ALPM] installed libbsd (0.11.7-1)
[2022-11-08T15:42:13+0100] [ALPM] installed smbclient (4.17.2-2)
[2022-11-08T15:42:13+0100] [ALPM] installed libmtp (1.1.20-1)
[2022-11-08T15:42:13+0100] [ALPM] installed exiv2 (0.27.5-3)
[2022-11-08T15:42:13+0100] [ALPM] installed libkexiv2 (22.08.3-1)
[2022-11-08T15:42:13+0100] [ALPM] installed phonon-qt5-gstreamer (4.10.0-3)
[2022-11-08T15:42:13+0100] [ALPM] installed phonon-qt5 (4.11.1-3)
[2022-11-08T15:42:13+0100] [ALPM] installed kdsoap (2.1.1-1)
[2022-11-08T15:42:13+0100] [ALPM] installed kdsoap-ws-discovery-client (git20200927-2)
[2022-11-08T15:42:13+0100] [ALPM] installed kio-extras (22.08.3-1)
[2022-11-08T15:42:13+0100] [ALPM] installed fuse-common (3.12.0-1)
[2022-11-08T15:42:13+0100] [ALPM] installed fuse3 (3.12.0-1)
[2022-11-08T15:42:13+0100] [ALPM] installed kio-fuse (5.0.1-1)
[2022-11-08T15:42:13+0100] [ALPM] installed oxygen-sounds (5.26.2-1)
[2022-11-08T15:42:14+0100] [ALPM] installed plasma-workspace (5.26.2-2)
[2022-11-08T15:42:15+0100] [ALPM] installed kunitconversion (5.99.0-1)
[2022-11-08T15:42:15+0100] [ALPM] installed kdeplasma-addons (5.26.2-1)
[2022-11-08T15:42:15+0100] [ALPM] installed systemsettings (5.26.2-1)
[2022-11-08T15:42:15+0100] [ALPM] installed kgamma5 (5.26.2-1)
[2022-11-08T15:42:15+0100] [ALPM] installed kemoticons (5.99.0-1)
[2022-11-08T15:42:16+0100] [ALPM] installed kdelibs4support (5.99.0-2)
[2022-11-08T15:42:16+0100] [ALPM] installed khotkeys (5.26.2-1)
[2022-11-08T15:42:16+0100] [ALPM] installed glu (9.0.2-3)
[2022-11-08T15:42:16+0100] [ALPM] installed vulkan-tools (1.3.226-1)
[2022-11-08T15:42:16+0100] [ALPM] installed wayland-utils (1.1.0-1)
[2022-11-08T15:42:16+0100] [ALPM] installed libxinerama (1.1.5-1)
[2022-11-08T15:42:16+0100] [ALPM] installed xorg-xdpyinfo (1.3.3-4)
[2022-11-08T15:42:16+0100] [ALPM] installed mesa-utils (8.5.0-2)
[2022-11-08T15:42:16+0100] [ALPM] installed libsmbios (2.4.3-5)
[2022-11-08T15:42:16+0100] [ALPM] installed json-glib (1.6.6-2)
[2022-11-08T15:42:16+0100] [ALPM] installed libgusb (0.4.2-1)
[2022-11-08T15:42:16+0100] [ALPM] installed confuse (3.3-3)
[2022-11-08T15:42:16+0100] [ALPM] installed libftdi (1.5-4)
[2022-11-08T15:42:16+0100] [ALPM] installed flashrom (1.2-4)
[2022-11-08T15:42:16+0100] [ALPM] installed gobject-introspection-runtime (1.74.0-1)
[2022-11-08T15:42:16+0100] [ALPM] installed libjcat (0.1.12-1)
[2022-11-08T15:42:16+0100] [ALPM] installed fwupd-efi (1.3-1)
[2022-11-08T15:42:16+0100] [ALPM] installed gcab (1.5-1)
[2022-11-08T15:42:16+0100] [ALPM] installed libcbor (0.9.0-1)
[2022-11-08T15:42:16+0100] [ALPM] installed libmm-glib (1.20.0-1)
[2022-11-08T15:42:16+0100] [ALPM] installed libmbim (1.28.0-1)
[2022-11-08T15:42:16+0100] [ALPM] installed libqrtr-glib (1.2.2-2)
[2022-11-08T15:42:16+0100] [ALPM] installed libqmi (1.32.0-1)
[2022-11-08T15:42:16+0100] [ALPM] installed protobuf (21.9-1)
[2022-11-08T15:42:16+0100] [ALPM] installed protobuf-c (1.4.1-1)
[2022-11-08T15:42:17+0100] [ALPM] installed fwupd (1.8.6-1)
[2022-11-08T15:42:17+0100] [ALPM] installed aha (0.5.1-2)
[2022-11-08T15:42:17+0100] [ALPM] installed dmidecode (3.4-1)
[2022-11-08T15:42:17+0100] [ALPM] installed kinfocenter (5.26.2-1)
[2022-11-08T15:42:17+0100] [ALPM] installed kmenuedit (5.26.2-1)
[2022-11-08T15:42:17+0100] [ALPM] installed qt5-sensors (5.15.7-1)
[2022-11-08T15:42:17+0100] [ALPM] installed kscreen (5.26.2-1)
[2022-11-08T15:42:17+0100] [ALPM] installed ksshaskpass (5.26.2-1)
[2022-11-08T15:42:17+0100] [ALPM] installed socat (1.7.4.3-2)
[2022-11-08T15:42:17+0100] [ALPM] installed kwallet-pam (5.26.2-1)
[2022-11-08T15:42:17+0100] [ALPM] installed kwayland-integration (5.26.2-1)
[2022-11-08T15:42:17+0100] [ALPM] installed kwrited (5.26.2-1)
[2022-11-08T15:42:17+0100] [ALPM] installed oxygen (5.26.2-1)
[2022-11-08T15:42:17+0100] [ALPM] installed poppler (22.11.0-1)
[2022-11-08T15:42:17+0100] [ALPM] installed poppler-qt5 (22.11.0-1)
[2022-11-08T15:42:17+0100] [ALPM] installed taglib (1.13-1)
[2022-11-08T15:42:17+0100] [ALPM] installed libzip (1.9.2-1)
[2022-11-08T15:42:17+0100] [ALPM] installed libtommath (1.2.0-3)
[2022-11-08T15:42:17+0100] [ALPM] installed convertlit (1.8-10)
[2022-11-08T15:42:17+0100] [ALPM] installed ebook-tools (0.2.2-7)
[2022-11-08T15:42:17+0100] [ALPM] installed kfilemetadata (5.99.0-1)
[2022-11-08T15:42:17+0100] [ALPM] installed plasma-browser-integration (5.26.2-1)
[2022-11-08T15:42:17+0100] [ALPM] installed polkit-kde-agent (5.26.2-1)
[2022-11-08T15:42:17+0100] [ALPM] installed baloo (5.99.0-1)
[2022-11-08T15:42:17+0100] [ALPM] installed xdg-user-dirs (0.18-1)
[2022-11-08T15:42:17+0100] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/default.target.wants/xdg-user-dirs-update.service → /usr/lib/systemd/user/xdg-user-dirs-update.service.
[2022-11-08T15:42:18+0100] [ALPM] installed libibus (1.5.27-1)
[2022-11-08T15:42:19+0100] [ALPM] installed plasma-desktop (5.26.2-1)
[2022-11-08T15:42:19+0100] [ALPM] installed smartmontools (7.3-1)
[2022-11-08T15:42:19+0100] [ALPM] installed plasma-disks (5.26.2-1)
[2022-11-08T15:42:19+0100] [ALPM] installed plasma-firewall (5.26.2-1)
[2022-11-08T15:42:19+0100] [ALPM] installed ppp (2.4.9-3)
[2022-11-08T15:42:19+0100] [ALPM] installed mobile-broadband-provider-info (20221107-1)
[2022-11-08T15:42:19+0100] [ALPM] installed modemmanager (1.20.0-1)
[2022-11-08T15:42:19+0100] [ALPM] installed modemmanager-qt (5.99.0-1)
[2022-11-08T15:42:19+0100] [ALPM] installed libnm (1.40.2-1)
[2022-11-08T15:42:19+0100] [ALPM] installed gpm (1.20.7.r38.ge82d1a6-4)
[2022-11-08T15:42:19+0100] [ALPM] installed slang (2.3.3-1)
[2022-11-08T15:42:19+0100] [ALPM] installed libnewt (0.52.21-8)
[2022-11-08T15:42:19+0100] [ALPM] installed libndp (1.8-1)
[2022-11-08T15:42:19+0100] [ALPM] installed libsodium (1.0.18-2)
[2022-11-08T15:42:19+0100] [ALPM] installed libpgm (5.3.128-2)
[2022-11-08T15:42:19+0100] [ALPM] installed zeromq (4.3.4-2)
[2022-11-08T15:42:19+0100] [ALPM] installed libteam (1.31-5)
[2022-11-08T15:42:19+0100] [ALPM] installed bluez-libs (5.65-3)
[2022-11-08T15:42:19+0100] [ALPM] installed networkmanager (1.40.2-1)
[2022-11-08T15:42:19+0100] [ALPM] installed networkmanager-qt (5.99.0-1)
[2022-11-08T15:42:19+0100] [ALPM] installed plasma-nm (5.26.2-1)
[2022-11-08T15:42:19+0100] [ALPM] installed rtkit (0.13-2)
[2022-11-08T15:42:19+0100] [ALPM] installed webrtc-audio-processing (0.3.1-3)
[2022-11-08T15:42:19+0100] [ALPM] installed hwloc (2.8.0-1)
[2022-11-08T15:42:20+0100] [ALPM] installed openpmix (4.2.2-1)
[2022-11-08T15:42:20+0100] [ALPM] installed openmpi (4.1.4-4)
[2022-11-08T15:42:20+0100] [ALPM] installed fftw (3.3.10-3)
[2022-11-08T15:42:20+0100] [ALPM] installed pulseaudio (16.1-3)
[2022-11-08T15:42:20+0100] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/pulseaudio.socket → /usr/lib/systemd/user/pulseaudio.socket.
[2022-11-08T15:42:20+0100] [ALPM] installed plasma-pa (5.26.2-1)
[2022-11-08T15:42:20+0100] [ALPM] installed plasma-sdk (5.26.2-1)
[2022-11-08T15:42:20+0100] [ALPM] installed plasma-systemmonitor (5.26.2-1)
[2022-11-08T15:42:20+0100] [ALPM] installed bolt (0.9.4-1)
[2022-11-08T15:42:20+0100] [ALPM] installed plasma-thunderbolt (5.26.2-1)
[2022-11-08T15:42:20+0100] [ALPM] installed plasma-vault (5.26.2-1)
[2022-11-08T15:42:20+0100] [ALPM] installed plasma-workspace-wallpapers (5.26.2-1)
[2022-11-08T15:42:20+0100] [ALPM] installed powerdevil (5.26.2-1)
[2022-11-08T15:42:21+0100] [ALPM] installed sddm (0.19.0-9)
[2022-11-08T15:42:21+0100] [ALPM] installed sddm-kcm (5.26.2-1)
[2022-11-08T15:42:21+0100] [ALPM] installed xdg-desktop-portal-kde (5.26.2-1)
[2022-11-08T15:42:21+0100] [ALPM] installed libakonadi (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed kmime (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed akonadi-mime (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed ksmtp (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed kcalendarcore (5.99.0-1)
[2022-11-08T15:42:21+0100] [ALPM] installed kcontacts (1:5.99.0-1)
[2022-11-08T15:42:21+0100] [ALPM] installed libkgapi (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed qtkeychain-qt5 (0.13.2-1)
[2022-11-08T15:42:21+0100] [ALPM] installed kmailtransport (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed kpimtextedit (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed kidentitymanagement (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed grantlee (5.3.0-1)
[2022-11-08T15:42:21+0100] [ALPM] installed kcalutils (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed grantleetheme (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed akonadi-contacts (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed akonadi-calendar (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed akonadi-notes (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed calendarsupport (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed akonadi-calendar-tools (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed libkdepim (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed kimap (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed kldap (22.08.3-1)
[2022-11-08T15:42:21+0100] [ALPM] installed xapian-core (1:1.4.20-1)
[2022-11-08T15:42:22+0100] [ALPM] installed akonadi-search (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed pimcommon (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed mailimporter (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed libgravatar (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed kmbox (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed qgpgme (1.18.0-1)
[2022-11-08T15:42:22+0100] [ALPM] installed libkleo (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed messagelib (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed mailcommon (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed akonadi-import-wizard (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed akonadiconsole (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed kontactinterface (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed akregator (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed ark (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed qt5-xmlpatterns (5.15.7-1)
[2022-11-08T15:42:22+0100] [ALPM] installed artikulate (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed neon (0.32.4-2)
[2022-11-08T15:42:22+0100] [ALPM] installed libmusicbrainz5 (5.1.0-5)
[2022-11-08T15:42:22+0100] [ALPM] installed libkcddb (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed libkcompactdisc (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed audiocd-kio (22.08.3-1)
[2022-11-08T15:42:22+0100] [ALPM] installed blinken (22.08.3-1)
[2022-11-08T15:42:23+0100] [ALPM] installed libkdegames (22.08.3-1)
[2022-11-08T15:42:23+0100] [ALPM] installed bomber (22.08.3-1)
[2022-11-08T15:42:23+0100] [ALPM] installed bovo (22.08.3-1)
[2022-11-08T15:42:23+0100] [ALPM] installed analitza (22.08.3-1)
[2022-11-08T15:42:23+0100] [ALPM] installed jbig2dec (0.19-1)
[2022-11-08T15:42:23+0100] [ALPM] installed run-parts (5.5-1)
[2022-11-08T15:42:23+0100] [ALPM] installed libpaper (1.1.28-2)
[2022-11-08T15:42:23+0100] [ALPM] installed ijs (0.35-4)
[2022-11-08T15:42:23+0100] [ALPM] installed libidn (1.41-1)
[2022-11-08T15:42:23+0100] [ALPM] installed poppler-data (0.4.11-2)
[2022-11-08T15:42:23+0100] [ALPM] installed ghostscript (10.0.0-2)
[2022-11-08T15:42:23+0100] [ALPM] installed libspectre (0.2.11-1)
[2022-11-08T15:42:23+0100] [ALPM] installed cantor (22.08.3-1)
[2022-11-08T15:42:23+0100] [ALPM] installed kinit (5.99.0-1)
[2022-11-08T15:42:23+0100] [ALPM] installed cervisia (22.08.3-1)
[2022-11-08T15:42:23+0100] [ALPM] installed baloo-widgets (22.08.3-1)
[2022-11-08T15:42:23+0100] [ALPM] installed dolphin (22.08.3-1)
[2022-11-08T15:42:23+0100] [ALPM] installed dolphin-plugins (22.08.3-1)
[2022-11-08T15:42:23+0100] [ALPM] installed dragon (22.08.3-1)
[2022-11-08T15:42:23+0100] [ALPM] installed a52dec (0.7.4-11)
[2022-11-08T15:42:24+0100] [ALPM] installed libdvbpsi (1:1.3.3-2)
[2022-11-08T15:42:24+0100] [ALPM] installed libdca (0.0.7-1)
[2022-11-08T15:42:24+0100] [ALPM] installed lua52 (5.2.4-5)
[2022-11-08T15:42:24+0100] [ALPM] installed libebml (1.4.4-1)
[2022-11-08T15:42:24+0100] [ALPM] installed libmatroska (1.7.1-1)
[2022-11-08T15:42:24+0100] [ALPM] installed libmpcdec (1:0.1+r475-3)
[2022-11-08T15:42:24+0100] [ALPM] installed ffmpeg4.4 (4.4.2-3)
[2022-11-08T15:42:24+0100] [ALPM] installed faad2 (2.10.1-1)
[2022-11-08T15:42:24+0100] [ALPM] installed libmad (0.15.1b-9)
[2022-11-08T15:42:24+0100] [ALPM] installed libmpeg2 (0.5.1-7)
[2022-11-08T15:42:24+0100] [ALPM] installed libtar (1.2.20-6)
[2022-11-08T15:42:24+0100] [ALPM] installed libupnp (1.14.14-1)
[2022-11-08T15:42:24+0100] [ALPM] installed glslang (11.11.0-1)
[2022-11-08T15:42:24+0100] [ALPM] installed spirv-tools (2022.1-1)
[2022-11-08T15:42:24+0100] [ALPM] installed shaderc (2022.1-4)
[2022-11-08T15:42:24+0100] [ALPM] installed libplacebo (4.208.0-1)
[2022-11-08T15:42:24+0100] [ALPM] installed wayland-protocols (1.28-1)
[2022-11-08T15:42:25+0100] [ALPM] installed vlc (3.0.17.4-11)
[2022-11-08T15:42:25+0100] [ALPM] installed elisa (22.08.3-1)
[2022-11-08T15:42:25+0100] [ALPM] installed falkon (22.08.3-2)
[2022-11-08T15:42:25+0100] [ALPM] installed ffmpegthumbs (22.08.3-1)
[2022-11-08T15:42:25+0100] [ALPM] installed filelight (22.08.3-1)
[2022-11-08T15:42:25+0100] [ALPM] installed granatier (22.08.3-1)
[2022-11-08T15:42:25+0100] [ALPM] installed grantlee-editor (22.08.3-1)
[2022-11-08T15:42:25+0100] [ALPM] installed freeglut (3.4.0-1)
[2022-11-08T15:42:25+0100] [ALPM] installed jasper (3.0.6-1)
[2022-11-08T15:42:25+0100] [ALPM] installed libraw (0.20.2-2)
[2022-11-08T15:42:25+0100] [ALPM] installed libkdcraw (22.08.3-1)
[2022-11-08T15:42:25+0100] [ALPM] installed cfitsio (1:4.1.0-1)
[2022-11-08T15:42:25+0100] [ALPM] installed kcolorpicker (0.2.0-1)
[2022-11-08T15:42:25+0100] [ALPM] installed kimageannotator (0.6.0-1)
[2022-11-08T15:42:25+0100] [ALPM] installed gwenview (22.08.3-1)
[2022-11-08T15:42:25+0100] [ALPM] installed kpkpass (22.08.3-1)
[2022-11-08T15:42:25+0100] [ALPM] installed abseil-cpp (20220623.1-1)
[2022-11-08T15:42:25+0100] [ALPM] installed libphonenumber (1:8.12.57-1)
[2022-11-08T15:42:25+0100] [ALPM] installed kitinerary (22.08.3-2)
[2022-11-08T15:42:25+0100] [ALPM] installed kpublictransport (22.08.3-1)
[2022-11-08T15:42:25+0100] [ALPM] installed kopeninghours (22.08.3-1)
[2022-11-08T15:42:25+0100] [ALPM] installed kosmindoormap (22.08.3-1)
[2022-11-08T15:42:25+0100] [ALPM] installed khealthcertificate (22.09-2)
[2022-11-08T15:42:25+0100] [ALPM] installed itinerary (22.08.3-1)
[2022-11-08T15:42:25+0100] [ALPM] installed juk (22.08.3-1)
[2022-11-08T15:42:25+0100] [ALPM] installed libdvdread (6.1.3-1)
[2022-11-08T15:42:26+0100] [ALPM] installed libburn (1.5.4-1)
[2022-11-08T15:42:26+0100] [ALPM] installed hyphen (2.8.8-4)
[2022-11-08T15:42:26+0100] [ALPM] installed woff2 (1.0.2-4)
[2022-11-08T15:42:26+0100] [ALPM] installed qt5-webkit (5.212.0alpha4-18)
[2022-11-08T15:42:26+0100] [ALPM] installed k3b (1:22.08.3-1)
[2022-11-08T15:42:26+0100] [ALPM] installed xerces-c (3.2.4-1)
[2022-11-08T15:42:26+0100] [ALPM] installed libkolabxml (1.2.1-1)
[2022-11-08T15:42:26+0100] [ALPM] installed kdav (1:5.99.0-1)
[2022-11-08T15:42:26+0100] [ALPM] installed mariadb-libs (10.9.3-3)
[2022-11-08T15:42:27+0100] [ALPM] installed jemalloc (1:5.3.0-1)
[2022-11-08T15:42:27+0100] [ALPM] installed mariadb-clients (10.9.3-3)
[2022-11-08T15:42:28+0100] [ALPM] installed mariadb (10.9.3-3)
[2022-11-08T15:42:28+0100] [ALPM-SCRIPTLET] :: You need to initialize the MariaDB data directory prior to starting
[2022-11-08T15:42:28+0100] [ALPM-SCRIPTLET]    the service. This can be done with mariadb-install-db command, e.g.:
[2022-11-08T15:42:28+0100] [ALPM-SCRIPTLET]    mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql
[2022-11-08T15:42:28+0100] [ALPM] installed akonadi (22.08.3-1)
[2022-11-08T15:42:28+0100] [ALPM] installed qt5-networkauth (5.15.7-1)
[2022-11-08T15:42:28+0100] [ALPM] installed kdepim-runtime (22.08.3-1)
[2022-11-08T15:42:28+0100] [ALPM] installed kaddressbook (22.08.3-1)
[2022-11-08T15:42:28+0100] [ALPM] installed python-zope-interface (5.5.0-1)
[2022-11-08T15:42:28+0100] [ALPM] installed python-constantly (15.1.0-11)
[2022-11-08T15:42:28+0100] [ALPM] installed python-click (8.1.3-1)
[2022-11-08T15:42:28+0100] [ALPM] installed python-incremental (22.10.0-1)
[2022-11-08T15:42:28+0100] [ALPM] installed python-attrs (22.1.0-1)
[2022-11-08T15:42:28+0100] [ALPM] installed python-six (1.16.0-6)
[2022-11-08T15:42:28+0100] [ALPM] installed python-automat (22.10.0-1)
[2022-11-08T15:42:28+0100] [ALPM] installed python-idna (3.4-1)
[2022-11-08T15:42:28+0100] [ALPM] installed python-hyperlink (21.0.0-4)
[2022-11-08T15:42:29+0100] [ALPM] installed python-twisted (22.10.0-1)
[2022-11-08T15:42:29+0100] [ALPM] installed python-qtpy (2.2.1-1)
[2022-11-08T15:42:29+0100] [ALPM] installed python-shiboken2 (5.15.7-1)
[2022-11-08T15:42:29+0100] [ALPM] installed pyside2 (5.15.7-1)
[2022-11-08T15:42:29+0100] [ALPM] installed libkmahjongg (22.08.3-1)
[2022-11-08T15:42:29+0100] [ALPM] installed kajongg (22.08.3-1)
[2022-11-08T15:42:30+0100] [ALPM] installed kalarm (22.08.3-1)
[2022-11-08T15:42:30+0100] [ALPM] installed kdiagram (2.8.0-1)
[2022-11-08T15:42:30+0100] [ALPM] installed eventviews (22.08.3-1)
[2022-11-08T15:42:30+0100] [ALPM] installed kalendar (22.08.3-1)
[2022-11-08T15:42:30+0100] [ALPM] installed kalgebra (22.08.3-1)
[2022-11-08T15:42:30+0100] [ALPM] installed kplotting (5.99.0-1)
[2022-11-08T15:42:30+0100] [ALPM] installed qt5-script (5.15.11-2)
[2022-11-08T15:42:30+0100] [ALPM] installed libmsym (0.2.3-7)
[2022-11-08T15:42:30+0100] [ALPM] installed molequeue (0.9.0-2)
[2022-11-08T15:42:30+0100] [ALPM] installed glew (2.2.0-5)
[2022-11-08T15:42:30+0100] [ALPM] installed spglib (2.0.2-1)
[2022-11-08T15:42:30+0100] [ALPM] installed libaec (1.0.6-1)
[2022-11-08T15:42:30+0100] [ALPM] installed hdf5 (1.12.2-1)
[2022-11-08T15:42:30+0100] [ALPM] installed avogadro-molecules (1.0.0-1)
[2022-11-08T15:42:30+0100] [ALPM] installed avogadro-crystals (1.0.1-1)
[2022-11-08T15:42:30+0100] [ALPM] installed avogadrolibs (1.97.0-1)
[2022-11-08T15:42:30+0100] [ALPM] installed pugixml (1.12.1-1)
[2022-11-08T15:42:30+0100] [ALPM] installed tbb (2021.5.0-2)
[2022-11-08T15:42:33+0100] [ALPM] installed vtk (9.1.0-21)
[2022-11-08T15:42:33+0100] [ALPM] installed fmt (9.1.0-2)
[2022-11-08T15:42:33+0100] [ALPM] installed avogadrolibs-qt5 (1.97.0-1)
[2022-11-08T15:42:33+0100] [ALPM] installed maeparser (1.3.0-2)
[2022-11-08T15:42:33+0100] [ALPM] installed coordgen (3.0.1-1)
[2022-11-08T15:42:33+0100] [ALPM] installed openbabel (3.1.1-5)
[2022-11-08T15:42:33+0100] [ALPM] installed kalzium (22.08.3-1)
[2022-11-08T15:42:33+0100] [ALPM] installed libexif (0.6.24-1)
[2022-11-08T15:42:33+0100] [ALPM] installed libyuv (r2322+3aebf69d-1)
[2022-11-08T15:42:33+0100] [ALPM] installed libavif (0.10.1-2)
[2022-11-08T15:42:33+0100] [ALPM] installed libde265 (1.0.9-1)
[2022-11-08T15:42:33+0100] [ALPM] installed libheif (1.13.0-2)
[2022-11-08T15:42:33+0100] [ALPM] installed gd (2.3.3-4)
[2022-11-08T15:42:33+0100] [ALPM] installed libgphoto2 (2.5.30-1)
[2022-11-08T15:42:33+0100] [ALPM] installed kamera (22.08.3-1)
[2022-11-08T15:42:34+0100] [ALPM] installed libsoup3 (3.2.2-1)
[2022-11-08T15:42:34+0100] [ALPM] installed wavpack (5.5.0-1)
[2022-11-08T15:42:34+0100] [ALPM] installed aalib (1.4rc5-14)
[2022-11-08T15:42:34+0100] [ALPM] installed libdv (1.0.0-9)
[2022-11-08T15:42:34+0100] [ALPM] installed libshout (1:2.4.6-2)
[2022-11-08T15:42:34+0100] [ALPM] installed imlib2 (1.9.1-2)
[2022-11-08T15:42:34+0100] [ALPM] installed libcaca (0.99.beta20-1)
[2022-11-08T15:42:34+0100] [ALPM] installed mpg123 (1.31.1-1)
[2022-11-08T15:42:34+0100] [ALPM] installed twolame (0.4.0-2)
[2022-11-08T15:42:34+0100] [ALPM] installed gst-plugins-good (1.20.4-3)
[2022-11-08T15:42:34+0100] [ALPM] installed gst-plugins-bad-libs (1.20.4-3)
[2022-11-08T15:42:34+0100] [ALPM] installed chromaprint (1.5.1-5)
[2022-11-08T15:42:34+0100] [ALPM] installed libdc1394 (2.2.6-2)
[2022-11-08T15:42:34+0100] [ALPM] installed faac (1.30-3)
[2022-11-08T15:42:34+0100] [ALPM] installed libfdk-aac (2.0.2-1)
[2022-11-08T15:42:34+0100] [ALPM] installed libinstpatch (1.1.6-1)
[2022-11-08T15:42:34+0100] [ALPM] installed portaudio (1:19.7.0-1)
[2022-11-08T15:42:34+0100] [ALPM] installed fluidsynth (2.3.0-2)
[2022-11-08T15:42:34+0100] [ALPM] installed libgme (0.6.3-1)
[2022-11-08T15:42:34+0100] [ALPM] installed libkate (0.4.1-8)
[2022-11-08T15:42:34+0100] [ALPM] installed raptor (2.0.15-21)
[2022-11-08T15:42:34+0100] [ALPM] installed liblrdf (0.6.1-4)
[2022-11-08T15:42:34+0100] [ALPM] installed serd (0.30.16-1)
[2022-11-08T15:42:34+0100] [ALPM] installed sord (0.16.14-1)
[2022-11-08T15:42:34+0100] [ALPM] installed lv2 (1.18.10-1)
[2022-11-08T15:42:34+0100] [ALPM] installed sratom (0.6.14-1)
[2022-11-08T15:42:34+0100] [ALPM] installed lilv (0.24.20-1)
[2022-11-08T15:42:34+0100] [ALPM] installed mjpegtools (2.2.1-1)
[2022-11-08T15:42:34+0100] [ALPM] installed imath (3.1.6-1)
[2022-11-08T15:42:34+0100] [ALPM] installed openexr (3.1.5-1)
[2022-11-08T15:42:34+0100] [ALPM] installed libdvdnav (6.1.1-1)
[2022-11-08T15:42:34+0100] [ALPM] installed rtmpdump (1:2.4.r99.f1b83c1-2)
[2022-11-08T15:42:34+0100] [ALPM] installed sbc (2.0-1)
[2022-11-08T15:42:34+0100] [ALPM] installed libltc (1.3.2-1)
[2022-11-08T15:42:34+0100] [ALPM] installed soundtouch (2.3.1-2)
[2022-11-08T15:42:34+0100] [ALPM] installed spandsp (0.0.6-3)
[2022-11-08T15:42:34+0100] [ALPM] installed libsrtp (1:2.4.2-1)
[2022-11-08T15:42:34+0100] [ALPM] installed zvbi (0.2.37-1)
[2022-11-08T15:42:34+0100] [ALPM] installed gssdp (1.6.0-1)
[2022-11-08T15:42:34+0100] [ALPM] installed gupnp (1:1.6.0-1)
[2022-11-08T15:42:34+0100] [ALPM] installed gupnp-igd (1.2.0-3)
[2022-11-08T15:42:34+0100] [ALPM] installed libnice (0.1.19-1)
[2022-11-08T15:42:34+0100] [ALPM] installed wildmidi (0.4.4-1)
[2022-11-08T15:42:34+0100] [ALPM] installed liblqr (0.4.2-3)
[2022-11-08T15:42:34+0100] [ALPM] installed libraqm (0.9.0-1)
[2022-11-08T15:42:35+0100] [ALPM] installed imagemagick (7.1.0.52-1)
[2022-11-08T15:42:35+0100] [ALPM] installed zbar (0.23.90-1)
[2022-11-08T15:42:35+0100] [ALPM] installed libopenmpt (0.6.6-2)
[2022-11-08T15:42:35+0100] [ALPM] installed libldac (2.0.2.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed libfreeaptx (0.1.1-1)
[2022-11-08T15:42:35+0100] [ALPM] installed libavtp (0.2.0-1)
[2022-11-08T15:42:35+0100] [ALPM] installed libmicrodns (0.2.0-1)
[2022-11-08T15:42:35+0100] [ALPM] installed svt-hevc (1.5.1-2)
[2022-11-08T15:42:35+0100] [ALPM] installed gst-plugins-bad (1.20.4-3)
[2022-11-08T15:42:35+0100] [ALPM] installed kamoso (22.08.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed kdeedu-data (22.08.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed libkeduvocdocument (22.08.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed kanagram (22.08.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed kapman (22.08.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed kapptemplate (22.08.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed kate (22.08.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed katomic (22.08.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed kbackup (22.08.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed kblackbox (22.08.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed kblocks (22.08.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed kbounce (22.08.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed kbreakout (22.08.3-1)
[2022-11-08T15:42:35+0100] [ALPM] installed kbruch (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed kcachegrind-common (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed kcachegrind (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed kcalc (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed kcharselect (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed kcolorchooser (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed cronie (1.6.1-1)
[2022-11-08T15:42:36+0100] [ALPM] installed kcron (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed kde-dev-scripts (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed kde-dev-utils (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed kdebugsettings (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed libfakekey (0.3-2)
[2022-11-08T15:42:36+0100] [ALPM] installed kpeoplevcard (0.1-1)
[2022-11-08T15:42:36+0100] [ALPM] installed pulseaudio-qt (1.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed kdeconnect (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed kdegraphics-mobipocket (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed kdegraphics-thumbnailers (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed perl-parse-yapp (1.21-5)
[2022-11-08T15:42:36+0100] [ALPM] installed liburing (2.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed samba (4.17.2-2)
[2022-11-08T15:42:36+0100] [ALPM] installed kdenetwork-filesharing (22.08.3-1)
[2022-11-08T15:42:36+0100] [ALPM] installed libebur128 (1.2.6-1)
[2022-11-08T15:42:36+0100] [ALPM] installed mlt (7.10.0-2)
[2022-11-08T15:42:37+0100] [ALPM] installed gavl (1.4.0-6)
[2022-11-08T15:42:37+0100] [ALPM] installed frei0r-plugins (1.8.0-2)
[2022-11-08T15:42:37+0100] [ALPM] installed kdenlive (22.08.3-1)
[2022-11-08T15:42:37+0100] [ALPM] installed incidenceeditor (22.08.3-1)
[2022-11-08T15:42:37+0100] [ALPM] installed ktnef (22.08.3-1)
[2022-11-08T15:42:37+0100] [ALPM] installed libksieve (22.08.3-1)
[2022-11-08T15:42:37+0100] [ALPM] installed kdepim-addons (22.08.3-1)
[2022-11-08T15:42:37+0100] [ALPM] installed kdesdk-kio (22.08.3-1)
[2022-11-08T15:42:37+0100] [ALPM] installed kdesdk-thumbnailers (22.08.3-1)
[2022-11-08T15:42:38+0100] [ALPM] installed compiler-rt (14.0.6-1)
[2022-11-08T15:42:39+0100] [ALPM] installed clang (14.0.6-3)
[2022-11-08T15:42:39+0100] [ALPM] installed libkomparediff2 (22.08.3-1)
[2022-11-08T15:42:39+0100] [ALPM] installed kdevelop (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed kdevelop-php (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed kdf (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed kdialog (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed kdiamond (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed keditbookmarks (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed kfind (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed kfloppy (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed kfourinline (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed kgeography (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed kget (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed kgoldrunner (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed kgpg (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed khangman (22.08.3-1)
[2022-11-08T15:42:40+0100] [ALPM] installed kjs (5.99.0-2)
[2022-11-08T15:42:41+0100] [ALPM] installed khtml (5.99.0-2)
[2022-11-08T15:42:41+0100] [ALPM] installed docbook-xml (4.5-9)
[2022-11-08T15:42:41+0100] [ALPM] installed docbook-xsl (1.79.2-7)
[2022-11-08T15:42:41+0100] [ALPM] installed kdoctools (5.99.0-1)
[2022-11-08T15:42:42+0100] [ALPM] installed khelpcenter (22.08.3-1)
[2022-11-08T15:42:42+0100] [ALPM] installed kig (22.08.3-1)
[2022-11-08T15:42:42+0100] [ALPM] installed gnugo (3.8-7)
[2022-11-08T15:42:42+0100] [ALPM] installed kigo (22.08.3-1)
[2022-11-08T15:42:42+0100] [ALPM] installed killbots (22.08.3-1)
[2022-11-08T15:42:42+0100] [ALPM] installed kimagemapeditor (22.08.3-1)
[2022-11-08T15:42:42+0100] [ALPM] installed kaccounts-providers (22.08.3-1)
[2022-11-08T15:42:42+0100] [ALPM] installed kio-gdrive (22.08.3-1)
[2022-11-08T15:42:42+0100] [ALPM] installed kio-zeroconf (22.08.3-1)
[2022-11-08T15:42:42+0100] [ALPM] installed kirigami-gallery (22.08.3-1)
[2022-11-08T15:42:42+0100] [ALPM] installed kiriki (22.08.3-1)
[2022-11-08T15:42:42+0100] [ALPM] installed kiten (22.08.3-1)
[2022-11-08T15:42:42+0100] [ALPM] installed kjumpingcube (22.08.3-1)
[2022-11-08T15:42:42+0100] [ALPM] installed kleopatra (22.08.3-1)
[2022-11-08T15:42:43+0100] [ALPM] installed klettres (22.08.3-1)
[2022-11-08T15:42:43+0100] [ALPM] installed klickety (22.08.3-1)
[2022-11-08T15:42:43+0100] [ALPM] installed klines (22.08.3-1)
[2022-11-08T15:42:43+0100] [ALPM] installed kmag (22.08.3-1)
[2022-11-08T15:42:43+0100] [ALPM] installed kmahjongg (22.08.3-1)
[2022-11-08T15:42:43+0100] [ALPM] installed kross (5.99.0-1)
[2022-11-08T15:42:43+0100] [ALPM] installed kmail-account-wizard (22.08.3-1)
[2022-11-08T15:42:43+0100] [ALPM] installed mbox-importer (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed pim-data-exporter (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed pim-sieve-editor (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed kmail (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed kmines (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed kmix (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed kmousetool (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed kmouth (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed kmplot (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed knavalbattle (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed knetwalk (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed knights (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed knotes (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed kolf (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed kollision (22.08.3-1)
[2022-11-08T15:42:44+0100] [ALPM] installed libieee1284 (0.2.11-13)
[2022-11-08T15:42:44+0100] [ALPM] installed net-snmp (5.9.1-5)
[2022-11-08T15:42:44+0100] [ALPM] installed poppler-glib (22.11.0-1)
[2022-11-08T15:42:45+0100] [ALPM] installed sane (1.1.1-1)
[2022-11-08T15:42:45+0100] [ALPM] installed ksanecore (22.08.3-1)
[2022-11-08T15:42:45+0100] [ALPM] installed libksane (22.08.3-1)
[2022-11-08T15:42:45+0100] [ALPM] installed kolourpaint (22.08.3-1)
[2022-11-08T15:42:45+0100] [ALPM] installed kompare (22.08.3-1)
[2022-11-08T15:42:46+0100] [ALPM] installed konqueror (22.08.3-1)
[2022-11-08T15:42:46+0100] [ALPM] installed konquest (22.08.3-1)
[2022-11-08T15:42:46+0100] [ALPM] installed konsole (22.08.3-1)
[2022-11-08T15:42:46+0100] [ALPM] installed kontact (22.08.3-1)
[2022-11-08T15:42:46+0100] [ALPM] installed kontrast (22.08.3-1)
[2022-11-08T15:42:46+0100] [ALPM] installed konversation (22.08.3-1)
[2022-11-08T15:42:46+0100] [ALPM] installed libotr (4.1.1-3)
[2022-11-08T15:42:47+0100] [ALPM] installed kopete (22.08.3-3)
[2022-11-08T15:42:47+0100] [ALPM] installed korganizer (22.08.3-1)
[2022-11-08T15:42:47+0100] [ALPM] installed freecell-solver (6.8.0-1)
[2022-11-08T15:42:47+0100] [ALPM] installed black-hole-solver (1.12.0-1)
[2022-11-08T15:42:47+0100] [ALPM] installed kpat (22.08.3-1)
[2022-11-08T15:42:47+0100] [ALPM] installed krdc (22.08.3-1)
[2022-11-08T15:42:47+0100] [ALPM] installed kreversi (22.08.3-1)
[2022-11-08T15:42:47+0100] [ALPM] installed libvncserver (0.9.13-1)
[2022-11-08T15:42:47+0100] [ALPM] installed geoclue (2.6.0-3)
[2022-11-08T15:42:47+0100] [ALPM] installed xdg-desktop-portal (1.15.0-1)
[2022-11-08T15:42:47+0100] [ALPM] installed krfb (22.08.3-1)
[2022-11-08T15:42:47+0100] [ALPM] installed kruler (22.08.3-1)
[2022-11-08T15:42:47+0100] [ALPM] installed kshisen (22.08.3-1)
[2022-11-08T15:42:47+0100] [ALPM] installed ksirk (22.08.3-1)
[2022-11-08T15:42:47+0100] [ALPM] installed ksnakeduel (22.08.3-1)
[2022-11-08T15:42:47+0100] [ALPM] installed kspaceduel (22.08.3-1)
[2022-11-08T15:42:47+0100] [ALPM] installed ksquares (22.08.3-1)
[2022-11-08T15:42:47+0100] [ALPM] installed ksudoku (22.08.3-1)
[2022-11-08T15:42:48+0100] [ALPM] installed ksystemlog (22.08.3-1)
[2022-11-08T15:42:48+0100] [ALPM] installed kteatime (22.08.3-1)
[2022-11-08T15:42:48+0100] [ALPM] installed ktimer (22.08.3-1)
[2022-11-08T15:42:48+0100] [ALPM] installed libktorrent (22.08.3-1)
[2022-11-08T15:42:48+0100] [ALPM] installed ktorrent (22.08.3-1)
[2022-11-08T15:42:48+0100] [ALPM] installed kqtquickcharts (22.08.3-1)
[2022-11-08T15:42:48+0100] [ALPM] installed ktouch (22.08.3-1)
[2022-11-08T15:42:49+0100] [ALPM] installed ktuberling (22.08.3-1)
[2022-11-08T15:42:49+0100] [ALPM] installed kturtle (22.08.3-1)
[2022-11-08T15:42:49+0100] [ALPM] installed kubrick (22.08.3-1)
[2022-11-08T15:42:49+0100] [ALPM] installed kwalletmanager (22.08.3-1)
[2022-11-08T15:42:49+0100] [ALPM] installed audiofile (0.3.6-7)
[2022-11-08T15:42:49+0100] [ALPM] installed id3lib (3.8.3-18)
[2022-11-08T15:42:49+0100] [ALPM] installed kwave (22.08.3-1)
[2022-11-08T15:42:49+0100] [ALPM] installed kwordquiz (22.08.3-1)
[2022-11-08T15:42:49+0100] [ALPM] installed hunspell (1.7.1-1)
[2022-11-08T15:42:49+0100] [ALPM] installed lokalize (22.08.3-1)
[2022-11-08T15:42:49+0100] [ALPM] installed lskat (22.08.3-1)
[2022-11-08T15:42:50+0100] [ALPM] installed marble-common (22.08.3-1)
[2022-11-08T15:42:50+0100] [ALPM] installed marble (22.08.3-1)
[2022-11-08T15:42:50+0100] [ALPM] installed markdownpart (22.08.3-1)
[2022-11-08T15:42:50+0100] [ALPM] installed minuet (22.08.3-1)
[2022-11-08T15:42:50+0100] [ALPM] installed djvulibre (3.5.28-3)
[2022-11-08T15:42:51+0100] [ALPM] installed okular (22.08.3-1)
[2022-11-08T15:42:51+0100] [ALPM] installed qhull (2020.2-4)
[2022-11-08T15:42:51+0100] [ALPM] installed palapeli (22.08.3-1)
[2022-11-08T15:42:51+0100] [ALPM] installed parley (22.08.3-1)
[2022-11-08T15:42:51+0100] [ALPM] installed kpmcore (22.08.3-1)
[2022-11-08T15:42:51+0100] [ALPM] installed partitionmanager (22.08.3-1)
[2022-11-08T15:42:51+0100] [ALPM] installed picmi (22.08.3-1)
[2022-11-08T15:42:51+0100] [ALPM] installed poxml (22.08.3-1)
[2022-11-08T15:42:51+0100] [ALPM] installed print-manager (22.08.3-1)
[2022-11-08T15:42:51+0100] [ALPM] installed rocs (22.08.3-1)
[2022-11-08T15:42:51+0100] [ALPM] installed skanlite (22.08.3-1)
[2022-11-08T15:42:51+0100] [ALPM] installed leptonica (1.82.0-2)
[2022-11-08T15:42:51+0100] [ALPM] installed tesseract-data-afr (2:4.1.0-3)
[2022-11-08T15:42:51+0100] [ALPM] installed tesseract-data-osd (2:4.1.0-3)
[2022-11-08T15:42:51+0100] [ALPM] installed tesseract (5.2.0-2)
[2022-11-08T15:42:52+0100] [ALPM] installed skanpage (22.08.3-1)
[2022-11-08T15:42:52+0100] [ALPM] installed spectacle (22.08.3-1)
[2022-11-08T15:42:52+0100] [ALPM] installed gsl (2.7.1-1)
[2022-11-08T15:42:52+0100] [ALPM] installed step (22.08.3-1)
[2022-11-08T15:42:52+0100] [ALPM] installed svgpart (22.08.3-1)
[2022-11-08T15:42:52+0100] [ALPM] installed sweeper (22.08.3-1)
[2022-11-08T15:42:52+0100] [ALPM] installed dbus-glib (0.112-2)
[2022-11-08T15:42:52+0100] [ALPM] installed telepathy-glib (0.24.2-2)
[2022-11-08T15:42:52+0100] [ALPM] installed farstream (0.2.9-3)
[2022-11-08T15:42:52+0100] [ALPM] installed telepathy-farstream (0.6.2-7)
[2022-11-08T15:42:52+0100] [ALPM] installed telepathy-qt (0.9.8-2)
[2022-11-08T15:42:52+0100] [ALPM] installed telepathy-kde-accounts-kcm (22.08.3-1)
[2022-11-08T15:42:52+0100] [ALPM] installed telepathy-kde-approver (22.08.3-1)
[2022-11-08T15:42:52+0100] [ALPM] installed telepathy-logger (0.8.2-5)
[2022-11-08T15:42:52+0100] [ALPM] installed telepathy-logger-qt (17.09.0-1)
[2022-11-08T15:42:52+0100] [ALPM] installed telepathy-mission-control (5.16.6-2)
[2022-11-08T15:42:52+0100] [ALPM] installed libsignon-glib (2.1-5)
[2022-11-08T15:42:52+0100] [ALPM] installed telepathy-accounts-signon (2.1-2)
[2022-11-08T15:42:52+0100] [ALPM] installed telepathy-kde-integration-module (22.08.3-1)
[2022-11-08T15:42:53+0100] [ALPM] installed telepathy-kde-common-internals (22.08.3-1)
[2022-11-08T15:42:53+0100] [ALPM] installed telepathy-kde-auth-handler (22.08.3-1)
[2022-11-08T15:42:53+0100] [ALPM] installed qt-gstreamer (1.2.0-4)
[2022-11-08T15:42:53+0100] [ALPM] installed telepathy-kde-call-ui (22.08.3-1)
[2022-11-08T15:42:53+0100] [ALPM] installed telepathy-kde-contact-list (22.08.3-1)
[2022-11-08T15:42:53+0100] [ALPM] installed telepathy-kde-contact-runner (22.08.3-1)
[2022-11-08T15:42:53+0100] [ALPM] installed telepathy-kde-desktop-applets (22.08.3-1)
[2022-11-08T15:42:53+0100] [ALPM] installed telepathy-kde-filetransfer-handler (22.08.3-1)
[2022-11-08T15:42:53+0100] [ALPM] installed telepathy-kde-send-file (22.08.3-1)
[2022-11-08T15:42:53+0100] [ALPM] installed telepathy-kde-text-ui (22.08.3-1)
[2022-11-08T15:42:54+0100] [ALPM] installed umbrello (22.08.3-1)
[2022-11-08T15:42:54+0100] [ALPM] installed yakuake (22.08.3-1)
[2022-11-08T15:42:54+0100] [ALPM] installed zanshin (22.08.3-1)
[2022-11-08T15:42:55+0100] [ALPM] transaction completed
[2022-11-08T15:42:58+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating group 'avahi' with GID 973.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating user 'avahi' (Avahi mDNS/DNS-SD daemon) with UID 973 and GID 973.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating group 'geoclue' with GID 972.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating user 'geoclue' (Geoinformation service) with UID 972 and GID 972.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating group 'mysql' with GID 971.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating user 'mysql' (MariaDB) with UID 971 and GID 971.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating group 'polkitd' with GID 102.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating user 'polkitd' (PolicyKit daemon) with UID 102 and GID 102.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating group 'rtkit' with GID 133.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating user 'rtkit' (RealtimeKit) with UID 133 and GID 133.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating group 'saned' with GID 970.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating user 'saned' (SANE daemon user) with UID 970 and GID 970.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating group 'sddm' with GID 969.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating user 'sddm' (Simple Desktop Display Manager) with UID 969 and GID 969.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating group 'usbmux' with GID 140.
[2022-11-08T15:42:58+0100] [ALPM-SCRIPTLET] Creating user 'usbmux' (usbmux user) with UID 140 and GID 140.
[2022-11-08T15:42:58+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T15:42:58+0100] [ALPM] running '30-systemd-hwdb.hook'...
[2022-11-08T15:42:59+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-11-08T15:42:59+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-11-08T15:42:59+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T15:42:59+0100] [ALPM] running '30-update-mime-database.hook'...
[2022-11-08T15:43:00+0100] [ALPM] running '40-fontconfig-config.hook'...
[2022-11-08T15:43:00+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2022-11-08T15:43:00+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2022-11-08T15:43:00+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2022-11-08T15:43:00+0100] [ALPM-SCRIPTLET] ==> Starting build: 6.0.7-arch1-1
[2022-11-08T15:43:00+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2022-11-08T15:43:00+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2022-11-08T15:43:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2022-11-08T15:43:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2022-11-08T15:43:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2022-11-08T15:43:02+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2022-11-08T15:43:02+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2022-11-08T15:43:02+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2022-11-08T15:43:02+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-11-08T15:43:02+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2022-11-08T15:43:03+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-11-08T15:43:03+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2022-11-08T15:43:03+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2022-11-08T15:43:03+0100] [ALPM-SCRIPTLET] ==> Starting build: 6.0.7-arch1-1
[2022-11-08T15:43:03+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2022-11-08T15:43:03+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2022-11-08T15:43:04+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2022-11-08T15:43:04+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2022-11-08T15:43:04+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2022-11-08T15:43:04+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2022-11-08T15:43:05+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2022-11-08T15:43:05+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2022-11-08T15:43:05+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2022-11-08T15:43:05+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2022-11-08T15:43:06+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2022-11-08T15:43:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2022-11-08T15:43:09+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2022-11-08T15:43:11+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2022-11-08T15:43:12+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-11-08T15:43:12+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2022-11-08T15:43:14+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-11-08T15:43:14+0100] [ALPM] running '90-update-appstream-cache.hook'...
[2022-11-08T15:43:16+0100] [ALPM-SCRIPTLET] ✔ Metadata cache was updated successfully.
[2022-11-08T15:43:16+0100] [ALPM] running 'dbus-reload.hook'...
[2022-11-08T15:43:16+0100] [ALPM] running 'detect-old-perl-modules.hook'...
[2022-11-08T15:43:16+0100] [ALPM] running 'fontconfig.hook'...
[2022-11-08T15:43:17+0100] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2022-11-08T15:43:17+0100] [ALPM] running 'gio-querymodules.hook'...
[2022-11-08T15:43:17+0100] [ALPM] running 'glib-compile-schemas.hook'...
[2022-11-08T15:43:17+0100] [ALPM] running 'texinfo-install.hook'...
[2022-11-08T15:43:18+0100] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2022-11-08T15:43:41+0100] [PACMAN] Running 'pacman -S networkmanager reflector plasma-wayland-session'
[2022-11-08T15:43:44+0100] [ALPM] transaction started
[2022-11-08T15:43:44+0100] [ALPM] reinstalled networkmanager (1.40.2-1)
[2022-11-08T15:43:44+0100] [ALPM] installed reflector (2021.11-5)
[2022-11-08T15:43:44+0100] [ALPM] installed xorg-xwayland (22.1.5-1)
[2022-11-08T15:43:44+0100] [ALPM] installed plasma-wayland-session (5.26.2-2)
[2022-11-08T15:43:45+0100] [ALPM] transaction completed
[2022-11-08T15:43:45+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T15:43:45+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-11-08T15:43:45+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T15:43:45+0100] [ALPM] running 'dbus-reload.hook'...
[2022-11-08T15:44:38+0100] [PACMAN] Running 'pacman -S sddm'
[2022-11-08T15:44:39+0100] [ALPM] transaction started
[2022-11-08T15:44:39+0100] [ALPM] reinstalled sddm (0.19.0-9)
[2022-11-08T15:44:39+0100] [ALPM] transaction completed
[2022-11-08T15:44:39+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2022-11-08T15:44:39+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T15:44:40+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-11-08T15:44:40+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T15:44:40+0100] [ALPM] running 'dbus-reload.hook'...
[2022-11-08T15:45:50+0100] [PACMAN] Running 'pacman -S egl-wayland'
[2022-11-08T15:45:52+0100] [ALPM] transaction started
[2022-11-08T15:45:52+0100] [ALPM] installed eglexternalplatform (1.1-2)
[2022-11-08T15:45:52+0100] [ALPM] installed egl-wayland (2:1.1.11-2)
[2022-11-08T15:45:52+0100] [ALPM] transaction completed
[2022-11-08T15:45:52+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T15:47:20+0100] [PACMAN] Running 'pacman -S xorg-server'
[2022-11-08T15:47:22+0100] [ALPM] transaction started
[2022-11-08T15:47:22+0100] [ALPM] reinstalled xorg-server (21.1.4-1)
[2022-11-08T15:47:23+0100] [ALPM] transaction completed
[2022-11-08T15:47:23+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T15:49:58+0100] [PACMAN] Running 'pacman -S xf86-video-nouveau'
[2022-11-08T15:50:44+0100] [PACMAN] Running 'pacman -S nvidia'
[2022-11-08T15:50:56+0100] [PACMAN] Running 'pacman -S xf86-video-nouveau'
[2022-11-08T15:50:59+0100] [ALPM] transaction started
[2022-11-08T15:50:59+0100] [ALPM] installed xf86-video-nouveau (1.0.17-2)
[2022-11-08T15:50:59+0100] [ALPM] transaction completed
[2022-11-08T15:50:59+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T15:53:16+0100] [PACMAN] Running 'pacman -S xorg-xinit'
[2022-11-08T15:53:19+0100] [ALPM] transaction started
[2022-11-08T15:53:19+0100] [ALPM] reinstalled xorg-xinit (1.4.1-3)
[2022-11-08T15:53:19+0100] [ALPM] transaction completed
[2022-11-08T15:53:19+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T15:56:32+0100] [PACMAN] Running 'pacman -S nvidia'
[2022-11-08T15:58:07+0100] [ALPM] transaction started
[2022-11-08T15:58:10+0100] [ALPM] installed nvidia-utils (520.56.06-2)
[2022-11-08T15:58:10+0100] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2022-11-08T15:58:10+0100] [ALPM-SCRIPTLET] If you use GDM on Wayland, you might have to run systemctl enable --now nvidia-resume.service
[2022-11-08T15:58:10+0100] [ALPM] installed nvidia (520.56.06-9)
[2022-11-08T15:58:10+0100] [ALPM] transaction completed
[2022-11-08T15:58:10+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2022-11-08T15:58:10+0100] [ALPM-SCRIPTLET] Creating group 'nvidia-persistenced' with GID 143.
[2022-11-08T15:58:10+0100] [ALPM-SCRIPTLET] Creating user 'nvidia-persistenced' (NVIDIA Persistence Daemon) with UID 143 and GID 143.
[2022-11-08T15:58:10+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T15:58:11+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-11-08T15:58:11+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T15:58:11+0100] [ALPM] running '60-depmod.hook'...
[2022-11-08T15:58:18+0100] [ALPM] running 'dbus-reload.hook'...
[2022-11-08T18:59:04+0100] [PACMAN] Running 'pacman -Syu'
[2022-11-08T18:59:04+0100] [PACMAN] synchronizing package lists
[2022-11-08T18:59:17+0100] [PACMAN] Running 'pacman -Syu'
[2022-11-08T18:59:17+0100] [PACMAN] synchronizing package lists
[2022-11-08T18:59:22+0100] [PACMAN] starting full system upgrade
[2022-11-08T18:59:50+0100] [ALPM] transaction started
[2022-11-08T18:59:50+0100] [ALPM] upgraded hwdata (0.363-1 -> 0.364-1)
[2022-11-08T18:59:50+0100] [ALPM] upgraded bluedevil (1:5.26.2-1 -> 1:5.26.3-1)
[2022-11-08T18:59:50+0100] [ALPM] upgraded kdecoration (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:50+0100] [ALPM] upgraded breeze (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:50+0100] [ALPM] upgraded breeze-gtk (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:50+0100] [ALPM] upgraded discover (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:50+0100] [ALPM] upgraded drkonqi (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:50+0100] [ALPM] upgraded kactivitymanagerd (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:50+0100] [ALPM] upgraded kde-cli-tools (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:50+0100] [ALPM] upgraded kde-gtk-config (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:51+0100] [ALPM] upgraded libksysguard (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:51+0100] [ALPM] upgraded ksystemstats (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:51+0100] [ALPM] upgraded milou (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:51+0100] [ALPM] upgraded layer-shell-qt (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:51+0100] [ALPM] upgraded kscreenlocker (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:51+0100] [ALPM] upgraded kwin (5.26.2.1-4 -> 5.26.3-1)
[2022-11-08T18:59:51+0100] [ALPM] upgraded plasma-integration (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:51+0100] [ALPM] upgraded libkscreen (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:51+0100] [ALPM] upgraded kpipewire (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:51+0100] [ALPM] upgraded oxygen-sounds (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:53+0100] [ALPM] upgraded plasma-workspace (5.26.2-2 -> 5.26.3-1)
[2022-11-08T18:59:53+0100] [ALPM] upgraded kdeplasma-addons (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:53+0100] [ALPM] upgraded systemsettings (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:53+0100] [ALPM] upgraded kgamma5 (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:53+0100] [ALPM] upgraded khotkeys (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:53+0100] [ALPM] upgraded kinfocenter (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:54+0100] [ALPM] upgraded kmenuedit (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:54+0100] [ALPM] upgraded kscreen (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:54+0100] [ALPM] upgraded ksshaskpass (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:54+0100] [ALPM] upgraded kwallet-pam (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:54+0100] [ALPM] upgraded kwayland-integration (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:54+0100] [ALPM] upgraded kwrited (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:54+0100] [ALPM] upgraded oxygen (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:54+0100] [ALPM] upgraded plasma-browser-integration (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:54+0100] [ALPM] upgraded polkit-kde-agent (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:55+0100] [ALPM] upgraded plasma-desktop (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:55+0100] [ALPM] upgraded plasma-disks (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:55+0100] [ALPM] upgraded plasma-firewall (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:55+0100] [ALPM] upgraded plasma-nm (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:55+0100] [ALPM] upgraded plasma-pa (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:55+0100] [ALPM] upgraded plasma-sdk (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:55+0100] [ALPM] upgraded plasma-systemmonitor (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:55+0100] [ALPM] upgraded plasma-thunderbolt (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:55+0100] [ALPM] upgraded plasma-vault (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:55+0100] [ALPM] upgraded plasma-wayland-session (5.26.2-2 -> 5.26.3-1)
[2022-11-08T18:59:56+0100] [ALPM] upgraded plasma-workspace-wallpapers (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:56+0100] [ALPM] upgraded powerdevil (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:56+0100] [ALPM] upgraded sddm-kcm (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:56+0100] [ALPM] upgraded xdg-desktop-portal-kde (5.26.2-1 -> 5.26.3-1)
[2022-11-08T18:59:56+0100] [ALPM] transaction completed
[2022-11-08T18:59:57+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T18:59:57+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T18:59:58+0100] [ALPM] running '30-update-mime-database.hook'...
[2022-11-08T18:59:58+0100] [ALPM] running 'dbus-reload.hook'...
[2022-11-08T19:02:55+0100] [PACMAN] Running 'pacman -S broadcom-wl'
[2022-11-08T19:02:59+0100] [ALPM] transaction started
[2022-11-08T19:02:59+0100] [ALPM] reinstalled broadcom-wl (6.30.223.271-429)
[2022-11-08T19:02:59+0100] [ALPM] transaction completed
[2022-11-08T19:02:59+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T19:02:59+0100] [ALPM] running '60-depmod.hook'...
[2022-11-08T19:03:48+0100] [PACMAN] Running 'pacman -S broadcom-wl'
[2022-11-08T19:03:49+0100] [ALPM] transaction started
[2022-11-08T19:03:49+0100] [ALPM] reinstalled broadcom-wl (6.30.223.271-429)
[2022-11-08T19:03:50+0100] [ALPM] transaction completed
[2022-11-08T19:03:50+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T19:03:50+0100] [ALPM] running '60-depmod.hook'...
[2022-11-08T19:11:20+0100] [PACMAN] Running 'pacman -S git'
[2022-11-08T19:11:23+0100] [ALPM] transaction started
[2022-11-08T19:11:23+0100] [ALPM] installed perl-error (0.17029-4)
[2022-11-08T19:11:23+0100] [ALPM] installed perl-timedate (2.33-4)
[2022-11-08T19:11:23+0100] [ALPM] installed perl-mailtools (2.21-6)
[2022-11-08T19:11:23+0100] [ALPM] installed git (2.38.1-2)
[2022-11-08T19:11:23+0100] [ALPM] transaction completed
[2022-11-08T19:11:23+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2022-11-08T19:11:23+0100] [ALPM-SCRIPTLET] Creating group 'git' with GID 968.
[2022-11-08T19:11:23+0100] [ALPM-SCRIPTLET] Creating user 'git' (git daemon user) with UID 968 and GID 968.
[2022-11-08T19:11:23+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T19:11:24+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T19:11:24+0100] [ALPM] running 'detect-old-perl-modules.hook'...
[2022-11-08T19:12:25+0100] [PACMAN] Running '/usr/bin/pacman -S --asdeps go>=1.17'
[2022-11-08T19:12:37+0100] [ALPM] transaction started
[2022-11-08T19:12:41+0100] [ALPM] installed go (2:1.19.3-1)
[2022-11-08T19:12:41+0100] [ALPM] transaction completed
[2022-11-08T19:12:41+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T19:19:03+0100] [PACMAN] Running '/usr/bin/pacman -U /home/bob/yay/yay-11.3.0-1-x86_64.pkg.tar.zst'
[2022-11-08T19:19:41+0100] [ALPM] transaction started
[2022-11-08T19:19:41+0100] [ALPM] installed yay (11.3.0-1)
[2022-11-08T19:19:41+0100] [ALPM] transaction completed
[2022-11-08T19:19:41+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T19:20:42+0100] [PACMAN] Running 'pacman -R broadcom-wl'
[2022-11-08T19:20:45+0100] [ALPM] transaction started
[2022-11-08T19:20:46+0100] [ALPM] removed broadcom-wl (6.30.223.271-429)
[2022-11-08T19:20:46+0100] [ALPM] transaction completed
[2022-11-08T19:20:46+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T19:20:46+0100] [ALPM] running '60-depmod.hook'...
[2022-11-08T19:22:44+0100] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- core/b43-fwcutter'
[2022-11-08T19:22:49+0100] [ALPM] transaction started
[2022-11-08T19:22:49+0100] [ALPM] installed b43-fwcutter (019-3)
[2022-11-08T19:22:49+0100] [ALPM] transaction completed
[2022-11-08T19:22:49+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T19:22:49+0100] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- b43-fwcutter'
[2022-11-08T19:23:14+0100] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/bob/.cache/yay/b43-firmware-classic/b43-firmware-classic-5.100.138-1-any.pkg.tar.zst'
[2022-11-08T19:23:14+0100] [ALPM] transaction started
[2022-11-08T19:23:14+0100] [ALPM] installed b43-firmware-classic (5.100.138-1)
[2022-11-08T19:23:14+0100] [ALPM-SCRIPTLET] ==> If you encounter problems with v5.100, try the 'b43-firmware' package (v6.30) instead.
[2022-11-08T19:23:14+0100] [ALPM] transaction completed
[2022-11-08T19:23:14+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T20:01:21+0100] [PACMAN] Running 'pacman -R nvidia'
[2022-11-08T20:01:23+0100] [ALPM] transaction started
[2022-11-08T20:01:23+0100] [ALPM] removed nvidia (520.56.06-9)
[2022-11-08T20:01:23+0100] [ALPM] transaction completed
[2022-11-08T20:01:23+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T20:01:23+0100] [ALPM] running '60-depmod.hook'...
[2022-11-08T20:02:56+0100] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- extra/pahole core/linux-headers'
[2022-11-08T20:03:25+0100] [ALPM] transaction started
[2022-11-08T20:03:25+0100] [ALPM] installed pahole (1:1.24-1)
[2022-11-08T20:03:28+0100] [ALPM] installed linux-headers (6.0.7.arch1-1)
[2022-11-08T20:03:28+0100] [ALPM] transaction completed
[2022-11-08T20:03:29+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T20:03:29+0100] [ALPM] running '60-depmod.hook'...
[2022-11-08T20:03:32+0100] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- pahole linux-headers'
[2022-11-08T20:05:00+0100] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/bob/.cache/yay/nvidia-340xx-utils/nvidia-340xx-utils-340.108-1-x86_64.pkg.tar.zst'
[2022-11-08T20:05:24+0100] [ALPM] transaction started
[2022-11-08T20:05:24+0100] [ALPM] removed nvidia-utils (520.56.06-2)
[2022-11-08T20:05:25+0100] [ALPM] installed nvidia-340xx-utils (340.108-1)
[2022-11-08T20:05:25+0100] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2022-11-08T20:05:25+0100] [ALPM] transaction completed
[2022-11-08T20:05:25+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2022-11-08T20:05:25+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T20:05:26+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-11-08T20:05:26+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T20:05:26+0100] [ALPM] running 'dbus-reload.hook'...
[2022-11-08T20:05:26+0100] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- nvidia-340xx-utils'
[2022-11-08T20:07:47+0100] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/bob/.cache/yay/nvidia-340xx/nvidia-340xx-340.108-31-x86_64.pkg.tar.zst'
[2022-11-08T20:07:54+0100] [ALPM] transaction started
[2022-11-08T20:07:54+0100] [ALPM] installed nvidia-340xx (340.108-31)
[2022-11-08T20:07:54+0100] [ALPM-SCRIPTLET] 
[2022-11-08T20:07:54+0100] [ALPM-SCRIPTLET] >>> You must tell Xorg to use the nvidia driver with kernels >=5.11.0.
[2022-11-08T20:07:54+0100] [ALPM-SCRIPTLET]     You must also set IgnoreABI option with Xorg version >= 21.1.1.
[2022-11-08T20:07:54+0100] [ALPM-SCRIPTLET]     Minimal config example provided in /usr/share/nvidia-340xx/20-nvidia.conf
[2022-11-08T20:07:54+0100] [ALPM-SCRIPTLET]     which you should manually place in /etc/X11/xorg.conf.d/
[2022-11-08T20:07:54+0100] [ALPM-SCRIPTLET] 
[2022-11-08T20:07:54+0100] [ALPM] transaction completed
[2022-11-08T20:07:54+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T20:07:54+0100] [ALPM] running '60-depmod.hook'...
[2022-11-08T20:44:36+0100] [PACMAN] Running 'pacman -R plasma-wayland egl-wayland'
[2022-11-08T20:44:55+0100] [PACMAN] Running 'pacman -R egl-wayland'
[2022-11-08T20:44:56+0100] [ALPM] transaction started
[2022-11-08T20:44:57+0100] [ALPM] removed egl-wayland (2:1.1.11-2)
[2022-11-08T20:44:57+0100] [ALPM] transaction completed
[2022-11-08T20:44:57+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T21:17:42+0100] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- extra/at-spi2-core extra/gtk-update-icon-cache extra/adwaita-icon-theme extra/desktop-file-utils extra/libcolord extra/libcloudproviders extra/tracker3 extra/gtk3 extra/mailcap extra/unzip extra/zip extra/yasm extra/imake core/inetutils extra/xorg-server-xvfb extra/autoconf2.13 extra/rust extra/llvm extra/libuv extra/c-ares community/nodejs extra/cbindgen extra/nasm extra/lld extra/dump_syms community/wasi-libc community/wasi-compiler-rt community/wasi-libc++ community/wasi-libc++abi extra/mercurial'
[2022-11-08T21:20:51+0100] [ALPM] transaction started
[2022-11-08T21:20:51+0100] [ALPM] installed at-spi2-core (2.46.0-2)
[2022-11-08T21:20:51+0100] [ALPM] installed gtk-update-icon-cache (1:4.8.2-1)
[2022-11-08T21:20:52+0100] [ALPM] installed adwaita-icon-theme (43-1)
[2022-11-08T21:20:52+0100] [ALPM] installed desktop-file-utils (0.26-2)
[2022-11-08T21:20:52+0100] [ALPM] installed libcolord (1.4.6-1)
[2022-11-08T21:20:52+0100] [ALPM] installed libcloudproviders (0.3.1+r8+g3a229ee-1)
[2022-11-08T21:20:52+0100] [ALPM] installed tracker3 (3.4.1-1)
[2022-11-08T21:20:52+0100] [ALPM] installed gtk3 (1:3.24.34+r156+g812b3930d0-1)
[2022-11-08T21:20:52+0100] [ALPM] installed mailcap (2.1.53-1)
[2022-11-08T21:20:52+0100] [ALPM] installed unzip (6.0-19)
[2022-11-08T21:20:52+0100] [ALPM] installed zip (3.0-10)
[2022-11-08T21:20:52+0100] [ALPM] installed yasm (1.3.0-5)
[2022-11-08T21:20:52+0100] [ALPM] installed imake (1.0.9-1)
[2022-11-08T21:20:52+0100] [ALPM] installed inetutils (2.3-1)
[2022-11-08T21:20:52+0100] [ALPM] installed xorg-server-xvfb (21.1.4-1)
[2022-11-08T21:20:52+0100] [ALPM] installed autoconf2.13 (2.13-6)
[2022-11-08T21:20:55+0100] [ALPM] installed rust (1:1.65.0-1)
[2022-11-08T21:20:57+0100] [ALPM] installed llvm (14.0.6-3)
[2022-11-08T21:20:57+0100] [ALPM] installed libuv (1.44.2-1)
[2022-11-08T21:20:57+0100] [ALPM] installed c-ares (1.18.1-1)
[2022-11-08T21:20:58+0100] [ALPM] installed nodejs (19.0.1-1)
[2022-11-08T21:20:58+0100] [ALPM] installed cbindgen (0.24.3-1)
[2022-11-08T21:20:58+0100] [ALPM] installed nasm (2.15.05-1)
[2022-11-08T21:20:58+0100] [ALPM] installed lld (14.0.6-1)
[2022-11-08T21:20:58+0100] [ALPM] installed dump_syms (2.0.0-1)
[2022-11-08T21:20:58+0100] [ALPM] installed wasi-libc (1:0+258+30094b6-1)
[2022-11-08T21:20:58+0100] [ALPM] installed wasi-compiler-rt (14.0.6-1)
[2022-11-08T21:20:58+0100] [ALPM] installed wasi-libc++ (14.0.6-1)
[2022-11-08T21:20:58+0100] [ALPM] installed wasi-libc++abi (14.0.6-1)
[2022-11-08T21:20:59+0100] [ALPM] installed mercurial (6.2.3-1)
[2022-11-08T21:20:59+0100] [ALPM] transaction completed
[2022-11-08T21:20:59+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T21:21:00+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T21:21:00+0100] [ALPM] running 'glib-compile-schemas.hook'...
[2022-11-08T21:21:00+0100] [ALPM] running 'gtk-query-immodules-3.0.hook'...
[2022-11-08T21:21:00+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-11-08T21:21:00+0100] [ALPM] running 'texinfo-install.hook'...
[2022-11-08T21:21:00+0100] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- at-spi2-core gtk-update-icon-cache adwaita-icon-theme desktop-file-utils libcolord libcloudproviders tracker3 gtk3 mailcap unzip zip yasm imake inetutils xorg-server-xvfb autoconf2.13 rust llvm libuv c-ares nodejs cbindgen nasm lld dump_syms wasi-libc wasi-compiler-rt wasi-libc++ wasi-libc++abi mercurial'
[2022-11-08T21:49:04+0100] [PACMAN] Running 'pacman -S firefox'
[2022-11-08T21:50:01+0100] [ALPM] transaction started
[2022-11-08T21:50:02+0100] [ALPM] installed firefox (106.0.5-1)
[2022-11-08T21:50:02+0100] [ALPM] transaction completed
[2022-11-08T21:50:02+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T21:50:02+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-11-08T21:50:02+0100] [ALPM] running 'update-desktop-database.hook'...
[2022-11-08T21:52:53+0100] [PACMAN] Running 'pacman -R --config /etc/pacman.conf -- b43-firmware'
[2022-11-08T21:53:04+0100] [PACMAN] Running 'pacman -R --config /etc/pacman.conf -- b43'
[2022-11-08T21:53:15+0100] [PACMAN] Running 'pacman -R --config /etc/pacman.conf -- b43-firmware-classic'
[2022-11-08T21:53:16+0100] [ALPM] transaction started
[2022-11-08T21:53:17+0100] [ALPM] removed b43-firmware-classic (5.100.138-1)
[2022-11-08T21:53:17+0100] [ALPM] transaction completed
[2022-11-08T21:53:17+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T21:53:46+0100] [PACMAN] Running 'pacman -S broadcom-wl networkmanager networkmanager-applet'
[2022-11-08T21:54:27+0100] [PACMAN] Running 'pacman -S broadcom-wl networkmanager'
[2022-11-08T21:54:29+0100] [ALPM] transaction started
[2022-11-08T21:54:29+0100] [ALPM] installed broadcom-wl (6.30.223.271-429)
[2022-11-08T21:54:29+0100] [ALPM] reinstalled networkmanager (1.40.2-1)
[2022-11-08T21:54:29+0100] [ALPM] transaction completed
[2022-11-08T21:54:29+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-08T21:54:30+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-11-08T21:54:30+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-08T21:54:30+0100] [ALPM] running '60-depmod.hook'...
[2022-11-08T21:54:35+0100] [ALPM] running 'dbus-reload.hook'...
[2022-11-09T09:12:36+0100] [PACMAN] Running 'pacman -S nvidia-settings'
[2022-11-09T09:29:35+0100] [PACMAN] Running 'pacman -S libgtk-x11-2.0'
[2022-11-09T09:29:46+0100] [PACMAN] Running 'pacman -S libgtk-x11'
[2022-11-09T09:29:49+0100] [PACMAN] Running 'pacman -S libgtk'
[2022-11-09T09:33:47+0100] [PACMAN] Running 'pacman -S libgtk-x11-2.0.so.0'
[2022-11-09T09:47:48+0100] [PACMAN] Running 'pacman -Syu'
[2022-11-09T09:47:48+0100] [PACMAN] synchronizing package lists
[2022-11-09T09:47:56+0100] [PACMAN] starting full system upgrade
[2022-11-09T09:48:07+0100] [ALPM] transaction started
[2022-11-09T09:48:07+0100] [ALPM] upgraded libavif (0.10.1-2 -> 0.11.1-1)
[2022-11-09T09:48:07+0100] [ALPM] upgraded gd (2.3.3-4 -> 2.3.3-5)
[2022-11-09T09:48:07+0100] [ALPM] upgraded libphonenumber (1:8.12.57-1 -> 1:8.13.0-1)
[2022-11-09T09:48:07+0100] [ALPM] upgraded python-setuptools (1:65.0.0-1 -> 1:65.0.2-1)
[2022-11-09T09:48:07+0100] [ALPM] upgraded shadow (4.11.1-4 -> 4.12.3-1)
[2022-11-09T09:48:08+0100] [ALPM] upgraded qt5-base (5.15.7+kde+r170-1 -> 5.15.7+kde+r173-1)
[2022-11-09T09:48:08+0100] [ALPM] upgraded xapian-core (1:1.4.20-1 -> 1:1.4.21-1)
[2022-11-09T09:48:08+0100] [ALPM] transaction completed
[2022-11-09T09:48:09+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-09T09:48:09+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-09T09:48:09+0100] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2022-11-09T09:48:20+0100] [PACMAN] Running 'pacman -S gtk2'
[2022-11-09T09:48:28+0100] [ALPM] transaction started
[2022-11-09T09:48:28+0100] [ALPM] installed gtk2 (2.24.33-2)
[2022-11-09T09:48:29+0100] [ALPM] transaction completed
[2022-11-09T09:48:29+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-09T09:48:29+0100] [ALPM] running 'gtk-query-immodules-2.0.hook'...
[2022-11-09T09:55:09+0100] [PACMAN] Running 'pacman -S appmenu-gtk-module'
[2022-11-09T09:55:28+0100] [PACMAN] Running 'pacman -S appmenu-gtk2-module'
[2022-11-09T09:55:35+0100] [PACMAN] Running 'pacman -S appmenu-gtk3-module'
[2022-11-09T09:55:38+0100] [PACMAN] Running 'pacman -S appmenu-gtk-module'
[2022-11-09T09:55:42+0100] [ALPM] transaction started
[2022-11-09T09:55:42+0100] [ALPM] installed appmenu-gtk-module (0.7.6-1)
[2022-11-09T09:55:42+0100] [ALPM] transaction completed
[2022-11-09T09:55:42+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-09T09:55:42+0100] [ALPM] running 'glib-compile-schemas.hook'...
[2022-11-09T11:16:56+0100] [PACMAN] Running 'pacman -S xev'
[2022-11-09T11:17:59+0100] [PACMAN] Running 'pacman -S xorg-xev'
[2022-11-09T11:18:06+0100] [ALPM] transaction started
[2022-11-09T11:18:06+0100] [ALPM] installed xorg-xev (1.2.5-1)
[2022-11-09T11:18:06+0100] [ALPM] transaction completed
[2022-11-09T11:18:06+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-09T19:00:09+0100] [PACMAN] Running 'pacman -Syu'
[2022-11-09T19:00:09+0100] [PACMAN] synchronizing package lists
[2022-11-09T19:00:12+0100] [PACMAN] starting full system upgrade
[2022-11-09T19:00:24+0100] [ALPM] transaction started
[2022-11-09T19:00:24+0100] [ALPM] upgraded popt (1.18-3 -> 1.19-1)
[2022-11-09T19:00:24+0100] [ALPM] upgraded btrfs-progs (6.0-1 -> 6.0.1-1)
[2022-11-09T19:00:25+0100] [ALPM] upgraded breeze (5.26.3-1 -> 5.26.3.1-1)
[2022-11-09T19:00:25+0100] [ALPM] upgraded fwupd (1.8.6-1 -> 1.8.7-1)
[2022-11-09T19:00:26+0100] [ALPM] upgraded texinfo (6.8-2 -> 7.0-1)
[2022-11-09T19:00:26+0100] [ALPM] upgraded wpa_supplicant (2:2.10-6 -> 2:2.10-7)
[2022-11-09T19:00:26+0100] [ALPM] transaction completed
[2022-11-09T19:00:26+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-09T19:00:27+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-11-09T19:00:27+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-09T19:00:27+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2022-11-09T19:00:27+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2022-11-09T19:00:27+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2022-11-09T19:00:27+0100] [ALPM-SCRIPTLET] ==> Starting build: 6.0.7-arch1-1
[2022-11-09T19:00:27+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2022-11-09T19:00:28+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2022-11-09T19:00:28+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2022-11-09T19:00:29+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2022-11-09T19:00:29+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2022-11-09T19:00:31+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2022-11-09T19:00:31+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2022-11-09T19:00:32+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2022-11-09T19:00:32+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-11-09T19:00:32+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2022-11-09T19:00:32+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-11-09T19:00:33+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2022-11-09T19:00:33+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2022-11-09T19:00:33+0100] [ALPM-SCRIPTLET] ==> Starting build: 6.0.7-arch1-1
[2022-11-09T19:00:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2022-11-09T19:00:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2022-11-09T19:00:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2022-11-09T19:00:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2022-11-09T19:00:34+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2022-11-09T19:00:34+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2022-11-09T19:00:35+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2022-11-09T19:00:35+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2022-11-09T19:00:35+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2022-11-09T19:00:35+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2022-11-09T19:00:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2022-11-09T19:00:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2022-11-09T19:00:42+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2022-11-09T19:00:45+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2022-11-09T19:00:47+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-11-09T19:00:47+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2022-11-09T19:00:51+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-11-09T19:00:51+0100] [ALPM] running 'dbus-reload.hook'...
[2022-11-09T19:00:52+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-11-09T19:00:52+0100] [ALPM] running 'texinfo-install.hook'...
[2022-11-10T21:32:07+0100] [PACMAN] Running 'pacman -Syu'
[2022-11-10T21:32:07+0100] [PACMAN] synchronizing package lists
[2022-11-10T21:32:09+0100] [PACMAN] starting full system upgrade
[2022-11-10T21:32:39+0100] [ALPM] transaction started
[2022-11-10T21:32:40+0100] [ALPM] upgraded shadow (4.12.3-1 -> 4.12.3-2)
[2022-11-10T21:32:40+0100] [ALPM] upgraded fwupd (1.8.7-1 -> 1.8.7-2)
[2022-11-10T21:32:40+0100] [ALPM] upgraded gssdp (1.6.0-1 -> 1.6.1-1)
[2022-11-10T21:32:40+0100] [ALPM] upgraded gupnp (1:1.6.0-1 -> 1:1.6.1-1)
[2022-11-10T21:32:41+0100] [ALPM] upgraded mesa (22.2.2-1 -> 22.2.3-1)
[2022-11-10T21:32:41+0100] [ALPM] upgraded k3b (1:22.08.3-1 -> 1:22.08.3-2)
[2022-11-10T21:32:41+0100] [ALPM] upgraded linux-firmware-whence (20220913.f09bebf-1 -> 20221012.8b07c1f-1)
[2022-11-10T21:32:42+0100] [ALPM] upgraded linux-firmware (20220913.f09bebf-1 -> 20221012.8b07c1f-1)
[2022-11-10T21:32:43+0100] [ALPM] upgraded python-setuptools (1:65.0.2-1 -> 1:65.1.0-1)
[2022-11-10T21:32:43+0100] [ALPM] upgraded qt5-tools (5.15.7+kde+r1-1 -> 5.15.7+kde+r1-2)
[2022-11-10T21:32:43+0100] [ALPM] upgraded soundtouch (2.3.1-2 -> 2.3.2-1)
[2022-11-10T21:32:44+0100] [ALPM] upgraded umbrello (22.08.3-1 -> 22.08.3-2)
[2022-11-10T21:32:47+0100] [ALPM] upgraded vtk (9.1.0-21 -> 9.1.0-22)
[2022-11-10T21:32:47+0100] [ALPM] transaction completed
[2022-11-10T21:32:48+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-10T21:32:48+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-11-10T21:32:48+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-11-10T21:32:48+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-10T21:32:48+0100] [ALPM] running '30-update-mime-database.hook'...
[2022-11-10T21:32:49+0100] [ALPM] running 'dbus-reload.hook'...
[2022-11-10T21:32:49+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-11-10T21:32:49+0100] [ALPM] running 'update-desktop-database.hook'...
[2022-11-12T23:46:43+0100] [PACMAN] Running 'pacman -Syu'
[2022-11-12T23:46:43+0100] [PACMAN] synchronizing package lists
[2022-11-12T23:46:46+0100] [PACMAN] starting full system upgrade
[2022-11-12T23:48:02+0100] [ALPM] running '60-mkinitcpio-remove.hook'...
[2022-11-12T23:48:02+0100] [ALPM] transaction started
[2022-11-12T23:48:02+0100] [ALPM] upgraded iana-etc (20221025-1 -> 20221107-1)
[2022-11-12T23:48:02+0100] [ALPM] upgraded systemd-libs (251.7-4 -> 252.1-1)
[2022-11-12T23:48:02+0100] [ALPM] upgraded ca-certificates-mozilla (3.84-1 -> 3.85-1)
[2022-11-12T23:48:02+0100] [ALPM] upgraded gnutls (3.7.8-2 -> 3.7.8-4)
[2022-11-12T23:48:02+0100] [ALPM] upgraded archlinux-keyring (20220927-1 -> 20221110-1)
[2022-11-12T23:48:03+0100] [ALPM-SCRIPTLET] ==> Aggiunta delle chiavi da archlinux.gpg in corso...
[2022-11-12T23:48:11+0100] [ALPM-SCRIPTLET] ==> Sto firmando localmente le chiavi verificate nel keyring...
[2022-11-12T23:48:11+0100] [ALPM-SCRIPTLET]   -> Firmate localmente 1 chiavi.
[2022-11-12T23:48:11+0100] [ALPM-SCRIPTLET] ==> Sto importando i valori...
[2022-11-12T23:48:11+0100] [ALPM-SCRIPTLET] gpg: inserting ownertrust of 4
[2022-11-12T23:48:11+0100] [ALPM-SCRIPTLET] ==> Aggiornamento del database in corso...
[2022-11-12T23:48:13+0100] [ALPM-SCRIPTLET] gpg: marginals needed: 3  completes needed: 1  trust model: pgp
[2022-11-12T23:48:13+0100] [ALPM-SCRIPTLET] gpg: profondità: 0  valido:   1  firmato:   7  trust: 0-, 0q, 0n, 0m, 0f, 1u
[2022-11-12T23:48:13+0100] [ALPM-SCRIPTLET] gpg: profondità: 1  valido:   7  firmato:  95  trust: 0-, 0q, 0n, 7m, 0f, 0u
[2022-11-12T23:48:13+0100] [ALPM-SCRIPTLET] gpg: profondità: 2  valido:  74  firmato:  29  trust: 74-, 0q, 0n, 0m, 0f, 0u
[2022-11-12T23:48:13+0100] [ALPM-SCRIPTLET] gpg: il prossimo controllo del trustdb sarà fatto il 2022-11-16
[2022-11-12T23:48:13+0100] [ALPM-SCRIPTLET] ==> Aggiornamento del database in corso...
[2022-11-12T23:48:13+0100] [ALPM-SCRIPTLET] gpg: il prossimo controllo del trustdb sarà fatto il 2022-11-16
[2022-11-12T23:48:13+0100] [ALPM] upgraded bluez (5.65-3 -> 5.66-1)
[2022-11-12T23:48:13+0100] [ALPM] upgraded bluez-libs (5.65-3 -> 5.66-1)
[2022-11-12T23:48:13+0100] [ALPM] upgraded device-mapper (2.03.16-2 -> 2.03.17-1)
[2022-11-12T23:48:14+0100] [ALPM] upgraded systemd (251.7-4 -> 252.1-1)
[2022-11-12T23:48:18+0100] [ALPM] upgraded linux (6.0.7.arch1-1 -> 6.0.8.arch1-1)
[2022-11-12T23:48:18+0100] [ALPM] upgraded broadcom-wl (6.30.223.271-429 -> 6.30.223.271-430)
[2022-11-12T23:48:19+0100] [ALPM] upgraded guile (2.2.7-3 -> 3.0.8-2)
[2022-11-12T23:48:19+0100] [ALPM] upgraded gdb-common (12.1-1 -> 12.1-2)
[2022-11-12T23:48:19+0100] [ALPM] upgraded gdb (12.1-1 -> 12.1-2)
[2022-11-12T23:48:19+0100] [ALPM] upgraded libx11 (1.8.1-3 -> 1.8.2-1)
[2022-11-12T23:48:19+0100] [ALPM] upgraded grantlee (5.3.0-1 -> 5.3.1-1)
[2022-11-12T23:48:19+0100] [ALPM] upgraded linux-firmware-whence (20221012.8b07c1f-1 -> 20221109.60310c2-1)
[2022-11-12T23:48:21+0100] [ALPM] upgraded linux-firmware (20221012.8b07c1f-1 -> 20221109.60310c2-1)
[2022-11-12T23:48:27+0100] [ALPM] upgraded linux-headers (6.0.7.arch1-1 -> 6.0.8.arch1-1)
[2022-11-12T23:48:27+0100] [ALPM] upgraded lvm2 (2.03.16-2 -> 2.03.17-1)
[2022-11-12T23:48:27+0100] [ALPM] upgraded make (4.3-3 -> 4.3-5)
[2022-11-12T23:48:27+0100] [ALPM] upgraded mariadb-libs (10.9.3-3 -> 10.9.4-2)
[2022-11-12T23:48:27+0100] [ALPM] upgraded mariadb-clients (10.9.3-3 -> 10.9.4-2)
[2022-11-12T23:48:29+0100] [ALPM] upgraded mariadb (10.9.3-3 -> 10.9.4-2)
[2022-11-12T23:48:29+0100] [ALPM] upgraded nss (3.84-1 -> 3.85-1)
[2022-11-12T23:48:29+0100] [ALPM] upgraded pugixml (1.12.1-1 -> 1.13-1)
[2022-11-12T23:48:29+0100] [ALPM] upgraded python-psutil (5.9.3-1 -> 5.9.4-1)
[2022-11-12T23:48:29+0100] [ALPM] upgraded python-setuptools (1:65.1.0-1 -> 1:65.1.1-1)
[2022-11-12T23:48:29+0100] [ALPM] upgraded systemd-sysvcompat (251.7-4 -> 252.1-1)
[2022-11-12T23:48:29+0100] [ALPM] transaction completed
[2022-11-12T23:48:31+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2022-11-12T23:48:31+0100] [ALPM] running '30-systemd-catalog.hook'...
[2022-11-12T23:48:31+0100] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-11-12T23:48:31+0100] [ALPM] running '30-systemd-hwdb.hook'...
[2022-11-12T23:48:32+0100] [ALPM] running '30-systemd-sysctl.hook'...
[2022-11-12T23:48:32+0100] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-11-12T23:48:32+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-11-12T23:48:32+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-12T23:48:32+0100] [ALPM] running '40-update-ca-trust.hook'...
[2022-11-12T23:48:33+0100] [ALPM] running '60-depmod.hook'...
[2022-11-12T23:48:37+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2022-11-12T23:48:37+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2022-11-12T23:48:37+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2022-11-12T23:48:37+0100] [ALPM-SCRIPTLET] ==> Starting build: 6.0.8-arch1-1
[2022-11-12T23:48:37+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2022-11-12T23:48:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2022-11-12T23:48:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2022-11-12T23:48:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2022-11-12T23:48:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2022-11-12T23:48:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2022-11-12T23:48:41+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2022-11-12T23:48:41+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2022-11-12T23:48:41+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-11-12T23:48:41+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2022-11-12T23:48:42+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-11-12T23:48:42+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2022-11-12T23:48:42+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2022-11-12T23:48:42+0100] [ALPM-SCRIPTLET] ==> Starting build: 6.0.8-arch1-1
[2022-11-12T23:48:42+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2022-11-12T23:48:42+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2022-11-12T23:48:43+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2022-11-12T23:48:43+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2022-11-12T23:48:43+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2022-11-12T23:48:44+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2022-11-12T23:48:44+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2022-11-12T23:48:44+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2022-11-12T23:48:44+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2022-11-12T23:48:44+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2022-11-12T23:48:46+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2022-11-12T23:48:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2022-11-12T23:48:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2022-11-12T23:48:51+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2022-11-12T23:48:52+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-11-12T23:48:52+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2022-11-12T23:48:54+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-11-12T23:48:54+0100] [ALPM] running 'dbus-reload.hook'...
[2022-11-12T23:48:54+0100] [ALPM] running 'texinfo-install.hook'...
[2022-11-13T00:10:40+0100] [PACMAN] Running 'pacman -Syu'
[2022-11-13T00:10:40+0100] [PACMAN] synchronizing package lists
[2022-11-13T00:51:07+0100] [PACMAN] Running 'pacman -Syu'
[2022-11-13T00:51:07+0100] [PACMAN] synchronizing package lists
[2022-11-13T00:51:20+0100] [PACMAN] starting full system upgrade
[2022-11-13T01:07:00+0100] [PACMAN] Running 'pacman -S nvidia-340xx'
[2022-11-13T01:08:13+0100] [PACMAN] Running 'pacman -S nvidia-340xx'
[2022-11-13T01:08:16+0100] [PACMAN] Running 'pacman -S nvidia-340xx'
[2022-11-13T01:08:18+0100] [PACMAN] Running 'pacman -S nvidia-340xx'
[2022-11-13T01:12:14+0100] [PACMAN] Running 'pacman -S chrome'
[2022-11-13T01:12:38+0100] [PACMAN] Running 'pacman -Syu'
[2022-11-13T01:12:38+0100] [PACMAN] synchronizing package lists
[2022-11-13T01:40:08+0100] [PACMAN] Running 'pacman -S nvidia-340xx'
[2022-11-13T01:40:26+0100] [PACMAN] Running 'pacman -S chromium'
[2022-11-13T01:40:46+0100] [PACMAN] Running 'pacman -S broadcom-wl'
[2022-11-13T01:40:49+0100] [ALPM] transaction started
[2022-11-13T01:40:49+0100] [ALPM] reinstalled broadcom-wl (6.30.223.271-430)
[2022-11-13T01:40:50+0100] [ALPM] transaction completed
[2022-11-13T01:40:50+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-13T01:40:50+0100] [ALPM] running '60-depmod.hook'...
[2022-11-13T01:42:40+0100] [PACMAN] Running 'pacman -S nvidia-340xx'
[2022-11-13T01:50:18+0100] [PACMAN] Running 'pacman -S nvidia'
[2022-11-13T01:50:46+0100] [PACMAN] Running 'pacman -S nvidia-340xx-utils'
[2022-11-13T02:00:59+0100] [PACMAN] Running 'pacman -R nvidia-340xx'
[2022-11-13T02:01:29+0100] [PACMAN] Running 'pacman -S nvidia-340xx-340.108-31'
[2022-11-13T02:01:50+0100] [PACMAN] Running 'pacman -R nvidia-340xx'
[2022-11-13T02:01:50+0100] [ALPM] transaction started
[2022-11-13T02:01:51+0100] [ALPM] removed nvidia-340xx (340.108-31)
[2022-11-13T02:01:51+0100] [ALPM] transaction completed
[2022-11-13T02:01:51+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-13T02:01:51+0100] [ALPM] running '60-depmod.hook'...
[2022-11-13T02:01:54+0100] [PACMAN] Running 'pacman -S nvidia-340xx-340.108-31'
[2022-11-13T02:03:36+0100] [PACMAN] Running 'pacman -S nvidia-340xx'
[2022-11-13T10:33:08+0100] [PACMAN] Running 'pacman -S nvidia-340xx'
[2022-11-13T10:33:27+0100] [PACMAN] Running 'pacman -S mesa xf86-video-nouveau'
[2022-11-13T10:33:36+0100] [ALPM] transaction started
[2022-11-13T10:33:37+0100] [ALPM] reinstalled mesa (22.2.3-1)
[2022-11-13T10:33:37+0100] [ALPM] reinstalled xf86-video-nouveau (1.0.17-2)
[2022-11-13T10:33:37+0100] [ALPM] transaction completed
[2022-11-13T10:33:37+0100] [ALPM] running '30-systemd-update.hook'...
[2022-11-13T10:59:41+0100] [PACMAN] Running 'pacman -S curl'
[2022-11-13T10:59:45+0100] [ALPM] transaction started
[2022-11-13T10:59:45+0100] [ALPM] reinstalled curl (7.86.0-3)
[2022-11-13T10:59:45+0100] [ALPM] transaction completed
[2022-11-13T10:59:45+0100] [ALPM] running '30-systemd-update.hook'... 

Here's the link to see the journal

https://0x0.st/o6xI.txt

I posted the whole output of journalctl since the day issues occured: 11/12

Offline

#9 2022-11-13 10:39:35

cervyesterday
Member
Registered: 2022-11-13
Posts: 72

Re: [SOLVED] Stuck during boot

seth wrote:

That's an aur package that you'll have to rebuild yourself - and you cannot install it w/ pacman.
The upgrade will therefore have left you w/ a setup that enforces the use of the nvidia kernel module, but no kernel module.
You want to look at https://aur.archlinux.org/packages/nvidia-340xx-dkms which will automatically rebuild itself w/ kernel updates (you need to have the kernel header package installed)

As for the wifi, macbooks notoriously use the dreadful broadcom chips - depending on what chip and driver and source of the driver (AUR), you'll face the same issue there.

You were right! (Yes, i tried install nvidia-340xx via pacman instead of yay... didn't see it's an AUR package)

By the way, i installed as you suggested nvidia-340xx-dkms and now the dm is loading! Thanks a lot

I don't understand why i need the dkms version instead of the previous one and i really appreciate if you can explain me, but for now, i 'll mark this topic as solved

Offline

#10 2022-11-13 10:52:34

seth
Member
Registered: 2012-09-03
Posts: 51,206

Re: [SOLVED] Stuck during boot

You don't "need" the dkms version, but https://wiki.archlinux.org/title/Dynami … le_Support makes maintaining out-of-tree modules more convenient and helps to prevent such issues.
nb. that a major kernel version update may require additional patches (see the list at the AUR page) at which point the dkms build will fail and you've to re-install the package to apply such patch

Online

#11 2022-11-13 17:50:27

cervyesterday
Member
Registered: 2022-11-13
Posts: 72

Re: [SOLVED] Stuck during boot

seth wrote:

You don't "need" the dkms version, but https://wiki.archlinux.org/title/Dynami … le_Support makes maintaining out-of-tree modules more convenient and helps to prevent such issues.
nb. that a major kernel version update may require additional patches (see the list at the AUR page) at which point the dkms build will fail and you've to re-install the package to apply such patch

Thanks a lot for these informations, i'll pay attention on next kernel update!

Just another question, I noticed that immediately after logging in via sddm and seeing the KDE plasma logo, the screen goes black for a while, then the trackpad cursor appears with the screen remaining black. The first time I turned on the pc it stayed like that for at least a minute, I turned off the pc by holding down the power button and rebooted, the black screen reappeared for about 30 seconds but then I logged in successfully. The thing is that during the black screen I cannot access the other TTYs.

Is that normal? Is there something i can do? thanks in advance (tell me if i have to open another topic)

Offline

#12 2022-11-13 18:08:26

seth
Member
Registered: 2012-09-03
Posts: 51,206

Re: [SOLVED] Stuck during boot

I turned off the pc by holding down the power button and rebooted

Try to not do that.

I don't use KDE but am not surprised that it takes its time to start up - you can inspect the session journal to maybe see where it's hanging out, but esp. on the initial login it might need extra hmm
Can you access the other TTYs after the login?

Online

#13 2022-11-14 11:03:34

cervyesterday
Member
Registered: 2022-11-13
Posts: 72

Re: [SOLVED] Stuck during boot

seth wrote:

I turned off the pc by holding down the power button and rebooted

Try to not do that.

I don't use KDE but am not surprised that it takes its time to start up - you can inspect the session journal to maybe see where it's hanging out, but esp. on the initial login it might need extra hmm
Can you access the other TTYs after the login?

Nope... hmm
I cannot access the other TTYs at any time. When the login screen is diplayed, during the "black screen time" and when finally KDE screen is shown if I try to switch to any other TTY i see just a black screen

I think i'll open a new topic and leave this one as solved

Offline

#14 2022-11-14 13:11:29

seth
Member
Registered: 2012-09-03
Posts: 51,206

Re: [SOLVED] Stuck during boot

That thread should talk about the dmesg/systemctl -b response to the VT switch attempt (whether there drm errors etc)

Online

#15 2022-11-14 15:04:49

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,728

Re: [SOLVED] Stuck during boot

FWIW KDE will generally "hang" a bit on graphics driver updates from what I'm assuming to be shader cache rebuilds. So that you had this at first and not after seems as expected to me.

Offline

Board footer

Powered by FluxBB