You are not logged in.
Pages: 1
Hello Archlinux forum,
I am new to arch linux so pardon my ignorance with ALOT of this.
Previously I installed arch on a nvme drive on my home pc (nvme1n1). I also installed grub on my existing EFI partition for Windows (separate nvme0n1). This allows me to choose whether I want to boot into windows or arch when I boot up my machine. This had all been working marvelously until today when I booted into arch and saw the following:
...
mount /new_root: unknown filesystem type 'ext4'
You are now being dropped into an emergency shell.
...Uh oh! I mounted my filesytem:
mount /dev/nvme1n1p1 /mntAnd started to look at what might be wrong.
1. My /boot directory is empty - So I tried reinstalling linux and linux-headers. Upon trying to install
ERROR: Hook 'filesystems' cannot be found.
ERROR: Hook 'resume' cant be found. I'm hoping I dont have to regenerate grub but perhaps that is the issue?
Additional information:
uname -a
Linux archiso 6.0.10-arch2-1Also ran a
df -hAnd none of my partitions are even close
Offline
My /boot directory is empty
Possibly because you'd need to mount the /boot partition first in which case
So I tried reinstalling linux and linux-headers.
You'd be installing those in the wrong location
Upon trying to install
Linux archiso 6.0.10-arch2-1
Did you chroot into the installed system first?
And none of my partitions are even close
Don't paraphrase. What's the output of
lsblk -f?
Assuming you're on the install iso w/ no GUI, you can feed that into a pastebin service to upload it:
lsblk -f | curl -F 'file=@-' 0x0.stOffline
Thank you for the response seth.
Output from:
lsblk -f | curl -F 'file=@-' 0x0.stis:
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0
sda
├─sda1
└─sda2
nvme0n1
├─nvme0n1p1
├─nvme0n1p2
├─nvme0n1p3
└─nvme0n1p4
nvme1n1
└─nvme1n1p1 834.2G 4% //dev/nvme0n1p3 is my Windows EFI / UEFI partition.
/dev/nvme1n1p1 is my arch installation
Should I try mounting /boot?
Offline
Yes, you need to mount /boot inside the chroot if you're going to fix this.
If the filesystems hook isn't there, it sounds like you have filesystem corruption. Reinstall the mkinitcpio package to get that hook back; hopefully that will get you in after generating a new initramfs, then you can see what else got corrupted.
Offline
Okay mounted my EFI partition from other drive /boot.
Output of
lsblk -f && tree -d ./)NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
loop0
sda
├─sda1
└─sda2
nvme0n1
├─nvme0n1p1
├─nvme0n1p2
├─nvme0n1p3 121.7M 69% /boot/EFI
└─nvme0n1p4
nvme1n1
└─nvme1n1p1 834.2G 4% /
./
├── EFI
│ ├── Boot
│ ├── GRUB
│ └── Microsoft
│ ├── Boot
│ │ ├── CIPolicies
│ │ │ └── Active
│ │ ├── Fonts
│ │ ├── Resources
│ │ │ └── en-US
│ │ ├── bg-BG
│ │ ├── cs-CZ
│ │ ├── da-DK
│ │ ├── de-DE
│ │ ├── el-GR
│ │ ├── en-GB
│ │ ├── en-US
│ │ ├── es-ES
│ │ ├── es-MX
│ │ ├── et-EE
│ │ ├── fi-FI
│ │ ├── fr-CA
│ │ ├── fr-FR
│ │ ├── hr-HR
│ │ ├── hu-HU
│ │ ├── it-IT
│ │ ├── ja-JP
│ │ ├── ko-KR
│ │ ├── lt-LT
│ │ ├── lv-LV
│ │ ├── nb-NO
│ │ ├── nl-NL
│ │ ├── pl-PL
│ │ ├── pt-BR
│ │ ├── pt-PT
│ │ ├── qps-ploc
│ │ ├── ro-RO
│ │ ├── ru-RU
│ │ ├── sk-SK
│ │ ├── sl-SI
│ │ ├── sr-Latn-RS
│ │ ├── sv-SE
│ │ ├── tr-TR
│ │ ├── uk-UA
│ │ ├── zh-CN
│ │ └── zh-TW
│ └── Recovery
├── System Volume Information
└── grub
├── fonts
├── locale
├── themes
│ └── starfield
└── x86_64-efi
55 directoriesI am not seeing any filesystems hook in the /boot/EFI/EFI/.
I will follow up after I try the following:
Reinstall the mkinitcpio package to get that hook back; hopefully that will get you in after generating a new initramfs, then you can see what else got corrupted.Thank you for the suggestion
Last edited by acre1x (2023-01-24 16:25:29)
Offline
If you chrooted into the installed system:
pacman -Qkk mkinitcpioIf this fails, exit the chroot and from teh install iso
pacman --root /mnt -Qkk mkinitcpioEdit:
Reinstall the mkinitcpio package
But for a broken FS, you'll at some point have to see how bad it is
sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files'(sudo isn't strictly necessary, but some paths will be inaccessible for the check)
Last edited by seth (2023-01-24 16:28:58)
Offline
Wait a minute, you mounted the ESP to /boot/EFI, what about a /boot partition that we've been talking about? Post your fstab.
Offline
Output from
(pacman -Qkk mkinitcpio && sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files')backup file: mkinitcpio: /etc/mkinitcpio.conf (Modification time mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (Size mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (MD5 checksum mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (SHA256 checksum mismatch)
mkinitcpio: 81 total files, 0 altered files
1password: 114 total files, 2 altered files
btrfs-progs: 89 total files, 1 altered file
backup file: filesystem: /etc/fstab (Modification time mismatch)
backup file: filesystem: /etc/fstab (Size mismatch)
backup file: filesystem: /etc/fstab (MD5 checksum mismatch)
backup file: filesystem: /etc/fstab (SHA256 checksum mismatch)
backup file: filesystem: /etc/group (Modification time mismatch)
backup file: filesystem: /etc/group (Size mismatch)
backup file: filesystem: /etc/group (MD5 checksum mismatch)
backup file: filesystem: /etc/group (SHA256 checksum mismatch)
backup file: filesystem: /etc/gshadow (Modification time mismatch)
backup file: filesystem: /etc/gshadow (Size mismatch)
backup file: filesystem: /etc/gshadow (MD5 checksum mismatch)
backup file: filesystem: /etc/gshadow (SHA256 checksum mismatch)
backup file: filesystem: /etc/hosts (Modification time mismatch)
backup file: filesystem: /etc/hosts (Size mismatch)
backup file: filesystem: /etc/hosts (MD5 checksum mismatch)
backup file: filesystem: /etc/hosts (SHA256 checksum mismatch)
backup file: filesystem: /etc/passwd (Modification time mismatch)
backup file: filesystem: /etc/passwd (Size mismatch)
backup file: filesystem: /etc/passwd (MD5 checksum mismatch)
backup file: filesystem: /etc/passwd (SHA256 checksum mismatch)
backup file: filesystem: /etc/resolv.conf (Modification time mismatch)
backup file: filesystem: /etc/resolv.conf (Size mismatch)
backup file: filesystem: /etc/resolv.conf (MD5 checksum mismatch)
backup file: filesystem: /etc/resolv.conf (SHA256 checksum mismatch)
backup file: filesystem: /etc/shadow (Modification time mismatch)
backup file: filesystem: /etc/shadow (Size mismatch)
backup file: filesystem: /etc/shadow (MD5 checksum mismatch)
backup file: filesystem: /etc/shadow (SHA256 checksum mismatch)
backup file: filesystem: /etc/shells (Modification time mismatch)
backup file: filesystem: /etc/shells (Size mismatch)
backup file: filesystem: /etc/shells (MD5 checksum mismatch)
backup file: filesystem: /etc/shells (SHA256 checksum mismatch)
backup file: filesystem: /etc/subgid (Modification time mismatch)
backup file: filesystem: /etc/subgid (Size mismatch)
backup file: filesystem: /etc/subgid (MD5 checksum mismatch)
backup file: filesystem: /etc/subgid (SHA256 checksum mismatch)
backup file: filesystem: /etc/subuid (Modification time mismatch)
backup file: filesystem: /etc/subuid (Size mismatch)
backup file: filesystem: /etc/subuid (MD5 checksum mismatch)
backup file: filesystem: /etc/subuid (SHA256 checksum mismatch)
filesystem: 120 total files, 1 altered file
fzf: 26 total files, 2 altered files
backup file: glibc: /etc/locale.gen (Modification time mismatch)
backup file: glibc: /etc/locale.gen (Size mismatch)
backup file: glibc: /etc/locale.gen (MD5 checksum mismatch)
backup file: glibc: /etc/locale.gen (SHA256 checksum mismatch)
backup file: grub: /etc/default/grub (Modification time mismatch)
backup file: grub: /etc/default/grub (Size mismatch)
backup file: grub: /etc/default/grub (MD5 checksum mismatch)
backup file: grub: /etc/default/grub (SHA256 checksum mismatch)
intel-ucode: 7 total files, 1 altered file
backup file: mkinitcpio: /etc/mkinitcpio.conf (Modification time mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (Size mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (MD5 checksum mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (SHA256 checksum mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Modification time mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Size mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (MD5 checksum mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (SHA256 checksum mismatch)
backup file: pam: /etc/environment (Modification time mismatch)
backup file: pam: /etc/environment (Size mismatch)
backup file: pam: /etc/environment (MD5 checksum mismatch)
backup file: pam: /etc/environment (SHA256 checksum mismatch)
python-pygments: 1028 total files, 2 altered files
backup file: sudo: /etc/sudoers (Modification time mismatch)
backup file: sudo: /etc/sudoers (Size mismatch)
backup file: sudo: /etc/sudoers (MD5 checksum mismatch)
backup file: sudo: /etc/sudoers (SHA256 checksum mismatch)
systemd: 2076 total files, 1 altered fileOffline
fstab output:
# /dev/nvme1n1p1
UUID=c2dc4539-3f8d-4147-ab51-52d08eefe6e2 / ext4 rw,relatime 0 1
# /dev/nvme0n1p3
UUID=4699-F264 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
# /dev/nvme0n1p2
UUID=E648C63248C600F3 /windows ntfs ro,nosuid,nodev,user_id=0,group_id=0,allow_other,blksize=4096 0 0
/swapfile none swap defaults 0 0Offline
So you are set up to mount nvme0n1p3 at /boot, why did you mount it to /boot/EFI?
Offline
Was a mistake, sorry
@Scimmia - Would your recommend I just mount to /boot and retry installing mkinitcpio?
Last edited by acre1x (2023-01-24 21:27:49)
Offline
If this fails, exit the chroot and from teh install iso
pacman --root /mnt -Qkk mkinitcpio
This did not work for me either.
backup file: mkinitcpio: /mnt/etc/mkinitcpio.conf(Modification time mismatch)
backup file: mkinitcpio: /mnt/etc/mkinitcpio.conf(Size mismatch)
backup file: mkinitcpio: /mnt/etc/mkinitcpio.conf(MD5 checksum mismatch)
backup file: mkinitcpio: /mnt/etc/mkinitcpio.conf(SHA256 checksum mismatch)
mkinitcpio: 81 total files, 0 altered filesOffline
What do you mean by "did not work"? The command checks the package integrity, nothing else.
Doesn't seem broken, so
ERROR: Hook 'filesystems' cannot be found.
ERROR: Hook 'resume' cant be found. doesn't make much sense.
How *exactly* did you try to install the kernel?
(What did you boot, what did you mount where, did you chroot, what command did you use to install them)
There should also be a fallback entry in your bootloader, the initramfs hopefully has pretty much all modules.
Can you boot that?
Offline
Unless that was after reinstalling mkinitcpio. Without the filesystems hook, the fallback wouldn't help, either, as no filesystem drivers would be installed at all.
Question now is, where is the kernel supposed to be? Nothing makes sense in your bootloader setup from what I can see.
Offline
What do you mean by "did not work"? The command checks the package integrity, nothing else.
Doesn't seem broken, soERROR: Hook 'filesystems' cannot be found. ERROR: Hook 'resume' cant be found.doesn't make much sense.
How *exactly* did you try to install the kernel?
(What did you boot, what did you mount where, did you chroot, what command did you use to install them)
To re-install linux kernel I boot from the arch usb and:
1. mount /dev/nvme1n1p1 /mnt
2. mount /dev/nvme0n1p3 /boot
3. arch-chroot /mnt
4. pacman -Sy linux linux-headers
During the install, I receive the error about missing filesystems and resume modules.
There should also be a fallback entry in your bootloader, the initramfs hopefully has pretty much all modules.
In GRUB, I have an option under 'Advanced options for arch linux' with the following choices:
Arch Linux, with Linux linux
Arch Linux, with Linux linux (fallback initramfs)
Choosing either results in the original error:
...
mount /new_root: unknown filesystem type 'ext4'
You are now being dropped into an emergency shell.
...
Offline
Unless that was after reinstalling mkinitcpio. Without the filesystems hook, the fallback wouldn't help, either, as no filesystem drivers would be installed at all.
Question now is, where is the kernel supposed to be? Nothing makes sense in your bootloader setup from what I can see.
Perhaps I am not running the command but if I try to install mkinitcpio:
pacman -Sy mkinitcpio
I receive the ERROR: Hook 'filesystems' cannot be found.
Curious, what is wrong about my bootloader setup? Is it because I am using a different drive? If this is a bad anti-pattern, I can just start all over. I just wanted it to be easy to boot up my PC and allow GRUB to present me with a choice to boot into Windows or Arch.
Offline
1. mount /dev/nvme1n1p1 /mnt
2. mount /dev/nvme0n1p3 /boot
Should have been /mnt/boot
receive the ERROR: Hook 'filesystems' cannot be found.
Please post the pacman log (or at least its tail)
tail -n 5000 /var/log/pacman.log | curl -F 'file=@-' 0x0.stOffline
pacman.log
[2022-12-22T21:54:22+0000] [PACMAN] Running 'pacman -r /mnt -Sy --config=/etc/pacman.conf --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base linux linux-firmware nano intel-ucode'
[2022-12-22T21:54:22+0000] [PACMAN] synchronizing package lists
[2022-12-23T16:25:08+0000] [PACMAN] Running 'pacman -r /mnt/ -Sy --config=/etc/pacman.conf --cachedir=/mnt//var/cache/pacman/pkg --noconfirm base linux linux-firmware neovim intel-ucode'
[2022-12-23T16:25:08+0000] [PACMAN] synchronizing package lists
[2022-12-23T16:27:21+0000] [PACMAN] Running 'pacman -r /mnt/ -Sy --config=/etc/pacman.conf --cachedir=/mnt//var/cache/pacman/pkg --noconfirm base linux linux-firmware neovim intel-ucode'
[2022-12-23T16:27:21+0000] [PACMAN] synchronizing package lists
[2022-12-23T16:27:27+0000] [ALPM] transaction started
[2022-12-23T16:27:27+0000] [ALPM] installed iana-etc (20221215-1)
[2022-12-23T16:27:27+0000] [ALPM] installed filesystem (2022.10.18-1)
[2022-12-23T16:27:27+0000] [ALPM] installed linux-api-headers (5.18.15-1)
[2022-12-23T16:27:27+0000] [ALPM] installed tzdata (2022g-1)
[2022-12-23T16:27:27+0000] [ALPM] installed glibc (2.36-6)
[2022-12-23T16:27:27+0000] [ALPM] installed gcc-libs (12.2.0-1)
[2022-12-23T16:27:27+0000] [ALPM] installed ncurses (6.3-3)
[2022-12-23T16:27:27+0000] [ALPM] installed readline (8.2.001-1)
[2022-12-23T16:27:27+0000] [ALPM] installed bash (5.1.016-1)
[2022-12-23T16:27:27+0000] [ALPM] installed attr (2.5.1-2)
[2022-12-23T16:27:27+0000] [ALPM] installed acl (2.3.1-2)
[2022-12-23T16:27:27+0000] [ALPM] installed gmp (6.2.1-2)
[2022-12-23T16:27:27+0000] [ALPM] installed util-linux-libs (2.38.1-1)
[2022-12-23T16:27:27+0000] [ALPM] installed e2fsprogs (1.46.5-4)
[2022-12-23T16:27:27+0000] [ALPM] installed gdbm (1.23-1)
[2022-12-23T16:27:28+0000] [ALPM] installed openssl (3.0.7-4)
[2022-12-23T16:27:28+0000] [ALPM] installed libsasl (2.1.28-3)
[2022-12-23T16:27:28+0000] [ALPM] installed libldap (2.6.3-2)
[2022-12-23T16:27:28+0000] [ALPM] installed keyutils (1.6.3-1)
[2022-12-23T16:27:28+0000] [ALPM] installed libevent (2.1.12-4)
[2022-12-23T16:27:28+0000] [ALPM] installed libverto (0.3.2-4)
[2022-12-23T16:27:28+0000] [ALPM] installed krb5 (1.20.1-1)
[2022-12-23T16:27:28+0000] [ALPM] installed libtirpc (1.3.3-2)
[2022-12-23T16:27:28+0000] [ALPM] installed pambase (20221020-1)
[2022-12-23T16:27:28+0000] [ALPM] installed libcap-ng (0.8.3-1)
[2022-12-23T16:27:28+0000] [ALPM] installed audit (3.0.8-1)
[2022-12-23T16:27:28+0000] [ALPM] installed libxcrypt (4.4.33-1)
[2022-12-23T16:27:28+0000] [ALPM] installed pam (1.5.2-1)
[2022-12-23T16:27:28+0000] [ALPM] installed libcap (2.66-1)
[2022-12-23T16:27:28+0000] [ALPM] installed coreutils (9.1-3)
[2022-12-23T16:27:28+0000] [ALPM] installed zlib (1:1.2.13-2)
[2022-12-23T16:27:28+0000] [ALPM] installed xz (5.4.0-1)
[2022-12-23T16:27:28+0000] [ALPM] installed bzip2 (1.0.8-5)
[2022-12-23T16:27:28+0000] [ALPM] installed libseccomp (2.5.4-1)
[2022-12-23T16:27:28+0000] [ALPM] installed file (5.43-1)
[2022-12-23T16:27:28+0000] [ALPM] installed findutils (4.9.0-1)
[2022-12-23T16:27:28+0000] [ALPM] installed mpfr (4.1.1.p1-1)
[2022-12-23T16:27:28+0000] [ALPM] installed gawk (5.2.1-1)
[2022-12-23T16:27:28+0000] [ALPM] installed pcre2 (10.40-3)
[2022-12-23T16:27:28+0000] [ALPM] installed grep (3.8-2)
[2022-12-23T16:27:28+0000] [ALPM] installed libgpg-error (1.46-2)
[2022-12-23T16:27:28+0000] [ALPM] installed libgcrypt (1.10.1-2)
[2022-12-23T16:27:28+0000] [ALPM] installed libtasn1 (4.19.0-1)
[2022-12-23T16:27:28+0000] [ALPM] installed libffi (3.4.4-1)
[2022-12-23T16:27:28+0000] [ALPM] installed libp11-kit (0.24.1-1)
[2022-12-23T16:27:28+0000] [ALPM] installed lz4 (1:1.9.4-1)
[2022-12-23T16:27:28+0000] [ALPM] installed zstd (1.5.2-7)
[2022-12-23T16:27:28+0000] [ALPM] installed systemd-libs (252.4-2)
[2022-12-23T16:27:28+0000] [ALPM] installed procps-ng (3.3.17-1)
[2022-12-23T16:27:28+0000] [ALPM] installed sed (4.9-1)
[2022-12-23T16:27:28+0000] [ALPM] installed tar (1.34-1)
[2022-12-23T16:27:28+0000] [ALPM] installed libunistring (1.1-2)
[2022-12-23T16:27:28+0000] [ALPM] installed icu (72.1-2)
[2022-12-23T16:27:28+0000] [ALPM] installed libxml2 (2.10.3-2)
[2022-12-23T16:27:28+0000] [ALPM] installed gettext (0.21.1-2)
[2022-12-23T16:27:28+0000] [ALPM] installed hwdata (0.365-1)
[2022-12-23T16:27:28+0000] [ALPM] installed kmod (30-3)
[2022-12-23T16:27:28+0000] [ALPM] installed pciutils (3.9.0-2)
[2022-12-23T16:27:28+0000] [ALPM] installed psmisc (23.6-1)
[2022-12-23T16:27:28+0000] [ALPM] installed shadow (4.12.3-2)
[2022-12-23T16:27:28+0000] [ALPM] installed util-linux (2.38.1-1)
[2022-12-23T16:27:28+0000] [ALPM] installed less (1:608-1)
[2022-12-23T16:27:28+0000] [ALPM] installed gzip (1.12-1)
[2022-12-23T16:27:28+0000] [ALPM] installed licenses (20220125-1)
[2022-12-23T16:27:28+0000] [ALPM] installed expat (2.5.0-1)
[2022-12-23T16:27:28+0000] [ALPM] installed libarchive (3.6.2-2)
[2022-12-23T16:27:28+0000] [ALPM] installed p11-kit (0.24.1-1)
[2022-12-23T16:27:28+0000] [ALPM] installed ca-certificates-utils (20220905-1)
[2022-12-23T16:27:28+0000] [ALPM] installed ca-certificates-mozilla (3.86-1)
[2022-12-23T16:27:28+0000] [ALPM] installed ca-certificates (20220905-1)
[2022-12-23T16:27:28+0000] [ALPM] installed brotli (1.0.9-9)
[2022-12-23T16:27:28+0000] [ALPM] installed libidn2 (2.3.4-3)
[2022-12-23T16:27:28+0000] [ALPM] installed libnghttp2 (1.51.0-1)
[2022-12-23T16:27:28+0000] [ALPM] installed libpsl (0.21.1-3)
[2022-12-23T16:27:28+0000] [ALPM] installed libssh2 (1.10.0-3)
[2022-12-23T16:27:28+0000] [ALPM] installed curl (7.87.0-1)
[2022-12-23T16:27:28+0000] [ALPM] installed nettle (3.8.1-1)
[2022-12-23T16:27:28+0000] [ALPM] installed gnutls (3.7.8-4)
[2022-12-23T16:27:28+0000] [ALPM] installed libksba (1.6.2-1)
[2022-12-23T16:27:28+0000] [ALPM] installed libassuan (2.5.5-1)
[2022-12-23T16:27:28+0000] [ALPM] installed npth (1.6-3)
[2022-12-23T16:27:28+0000] [ALPM] installed libsysprof-capture (3.46.0-1)
[2022-12-23T16:27:28+0000] [ALPM] installed glib2 (2.74.4-1)
[2022-12-23T16:27:28+0000] [ALPM] installed json-c (0.16-1)
[2022-12-23T16:27:28+0000] [ALPM] installed tpm2-tss (3.2.0-3)
[2022-12-23T16:27:28+0000] [ALPM] installed libsecret (0.20.5-2)
[2022-12-23T16:27:28+0000] [ALPM] installed pinentry (1.2.1-1)
[2022-12-23T16:27:28+0000] [ALPM] installed sqlite (3.40.0-2)
[2022-12-23T16:27:28+0000] [ALPM] installed gnupg (2.2.40-1)
[2022-12-23T16:27:28+0000] [ALPM] installed gpgme (1.18.0-1)
[2022-12-23T16:27:28+0000] [ALPM] installed pacman-mirrorlist (20221204-1)
[2022-12-23T16:27:28+0000] [ALPM] installed pacman (6.0.2-5)
[2022-12-23T16:27:28+0000] [ALPM] installed archlinux-keyring (20221220-1)
[2022-12-23T16:27:28+0000] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2022-12-23T16:27:30+0000] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
[2022-12-23T16:27:30+0000] [ALPM-SCRIPTLET] -> Disabled 4 keys.
[2022-12-23T16:27:30+0000] [ALPM-SCRIPTLET] ==> Updating trust database...
[2022-12-23T16:27:30+0000] [ALPM-SCRIPTLET] gpg: marginals needed: 3 completes needed: 1 trust model: pgp
[2022-12-23T16:27:30+0000] [ALPM-SCRIPTLET] gpg: depth: 0 valid: 1 signed: 6 trust: 0-, 0q, 0n, 0m, 0f, 1u
[2022-12-23T16:27:30+0000] [ALPM-SCRIPTLET] gpg: depth: 1 valid: 6 signed: 95 trust: 0-, 0q, 0n, 6m, 0f, 0u
[2022-12-23T16:27:30+0000] [ALPM-SCRIPTLET] gpg: depth: 2 valid: 75 signed: 26 trust: 75-, 0q, 0n, 0m, 0f, 0u
[2022-12-23T16:27:30+0000] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2023-04-21
[2022-12-23T16:27:30+0000] [ALPM-SCRIPTLET] ==> Updating trust database...
[2022-12-23T16:27:30+0000] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2023-04-21
[2022-12-23T16:27:30+0000] [ALPM] installed device-mapper (2.03.17-1)
[2022-12-23T16:27:30+0000] [ALPM] installed popt (1.19-1)
[2022-12-23T16:27:30+0000] [ALPM] installed argon2 (20190702-4)
[2022-12-23T16:27:30+0000] [ALPM] installed cryptsetup (2.6.0-1)
[2022-12-23T16:27:30+0000] [ALPM] installed dbus (1.14.4-1)
[2022-12-23T16:27:30+0000] [ALPM] installed libmnl (1.0.5-1)
[2022-12-23T16:27:30+0000] [ALPM] installed libnftnl (1.2.4-1)
[2022-12-23T16:27:30+0000] [ALPM] installed libnl (3.7.0-1)
[2022-12-23T16:27:30+0000] [ALPM] installed libpcap (1.10.1-2)
[2022-12-23T16:27:30+0000] [ALPM] installed libnfnetlink (1.0.2-1)
[2022-12-23T16:27:30+0000] [ALPM] installed libnetfilter_conntrack (1.0.9-1)
[2022-12-23T16:27:30+0000] [ALPM] installed iptables (1:1.8.8-2)
[2022-12-23T16:27:30+0000] [ALPM] installed kbd (2.5.1-1)
[2022-12-23T16:27:30+0000] [ALPM] installed libelf (0.188-1)
[2022-12-23T16:27:30+0000] [ALPM] installed systemd (252.4-2)
[2022-12-23T16:27:30+0000] [ALPM-SCRIPTLET] Initializing machine ID from random generator.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'sys' with GID 3.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'mem' with GID 8.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'ftp' with GID 11.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'mail' with GID 12.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'log' with GID 19.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'smmsp' with GID 25.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'proc' with GID 26.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'games' with GID 50.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'lock' with GID 54.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'network' with GID 90.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'floppy' with GID 94.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'scanner' with GID 96.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'power' with GID 98.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'nobody' with GID 65534.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'adm' with GID 999.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'wheel' with GID 998.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'utmp' with GID 997.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'audio' with GID 996.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'disk' with GID 995.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'input' with GID 994.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'kmem' with GID 993.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'kvm' with GID 992.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'lp' with GID 991.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'optical' with GID 990.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'render' with GID 989.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'sgx' with GID 988.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'storage' with GID 987.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'tty' with GID 5.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'uucp' with GID 986.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'video' with GID 985.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'users' with GID 984.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'systemd-journal' with GID 983.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'rfkill' with GID 982.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'bin' with GID 1.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'bin' (n/a) with UID 1 and GID 1.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'daemon' with GID 2.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'daemon' (n/a) with UID 2 and GID 2.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'mail' (n/a) with UID 8 and GID 12.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'ftp' (n/a) with UID 14 and GID 11.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'http' with GID 33.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'http' (n/a) with UID 33 and GID 33.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'nobody' (Kernel Overflow User) with UID 65534 and GID 65534.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'dbus' with GID 81.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'systemd-coredump' with GID 981.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'systemd-coredump' (systemd Core Dumper) with UID 981 and GID 981.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'systemd-network' with GID 980.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'systemd-network' (systemd Network Management) with UID 980 and GID 980.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'systemd-oom' with GID 979.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'systemd-oom' (systemd Userspace OOM Killer) with UID 979 and GID 979.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'systemd-journal-remote' with GID 978.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'systemd-journal-remote' (systemd Journal Remote) with UID 978 and GID 978.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'systemd-resolve' with GID 977.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'systemd-resolve' (systemd Resolver) with UID 977 and GID 977.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'systemd-timesync' with GID 976.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 976 and GID 976.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'tss' with GID 975.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'tss' (tss user for tpm2) with UID 975 and GID 975.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating group 'uuidd' with GID 68.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Creating user 'uuidd' (n/a) with UID 68 and GID 68.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /usr/lib/systemd/system/getty@.service.
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /usr/lib/systemd/system/remote-fs.target.
[2022-12-23T16:27:31+0000] [ALPM] installed systemd-sysvcompat (252.4-2)
[2022-12-23T16:27:31+0000] [ALPM] installed iputils (20221126-1)
[2022-12-23T16:27:31+0000] [ALPM] installed libbpf (1.0.1-1)
[2022-12-23T16:27:31+0000] [ALPM] installed iproute2 (6.1.0-3)
[2022-12-23T16:27:31+0000] [ALPM] installed base (3-1)
[2022-12-23T16:27:31+0000] [ALPM] installed mkinitcpio-busybox (1.35.0-1)
[2022-12-23T16:27:31+0000] [ALPM] installed jansson (2.14-2)
[2022-12-23T16:27:31+0000] [ALPM] installed binutils (2.39-4)
[2022-12-23T16:27:31+0000] [ALPM] installed diffutils (3.8-1)
[2022-12-23T16:27:31+0000] [ALPM] installed mkinitcpio (34-2)
[2022-12-23T16:27:31+0000] [ALPM] installed linux (6.1.1.arch1-1)
[2022-12-23T16:27:31+0000] [ALPM] installed linux-firmware-whence (20221214.f3c283e-1)
[2022-12-23T16:27:31+0000] [ALPM] installed linux-firmware (20221214.f3c283e-1)
[2022-12-23T16:27:31+0000] [ALPM] installed unibilium (2.1.1-1)
[2022-12-23T16:27:31+0000] [ALPM] installed libtermkey (0.22-2)
[2022-12-23T16:27:31+0000] [ALPM] installed libnsl (2.0.0-2)
[2022-12-23T16:27:31+0000] [ALPM] installed libuv (1.44.2-1)
[2022-12-23T16:27:31+0000] [ALPM] installed msgpack-c (4.0.0-1)
[2022-12-23T16:27:31+0000] [ALPM] installed libvterm (0.3-1)
[2022-12-23T16:27:31+0000] [ALPM] installed luajit (2.1.0.beta3.r464.g8625eee7-1)
[2022-12-23T16:27:31+0000] [ALPM] installed libluv (1.44.2_1-2)
[2022-12-23T16:27:31+0000] [ALPM] installed tree-sitter (0.20.7-1)
[2022-12-23T16:27:31+0000] [ALPM] installed neovim (0.8.1-2)
[2022-12-23T16:27:31+0000] [ALPM] installed intel-ucode (20221108-1)
[2022-12-23T16:27:31+0000] [ALPM] transaction completed
[2022-12-23T16:27:31+0000] [ALPM] running '20-systemd-sysusers.hook'...
[2022-12-23T16:27:31+0000] [ALPM] running '30-systemd-catalog.hook'...
[2022-12-23T16:27:31+0000] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2022-12-23T16:27:31+0000] [ALPM] running '30-systemd-hwdb.hook'...
[2022-12-23T16:27:31+0000] [ALPM] running '30-systemd-sysctl.hook'...
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2022-12-23T16:27:31+0000] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-12-23T16:27:31+0000] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-12-23T16:27:31+0000] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2022-12-23T16:27:31+0000] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T16:27:31+0000] [ALPM] running '40-update-ca-trust.hook'...
[2022-12-23T16:27:33+0000] [ALPM] running '60-depmod.hook'...
[2022-12-23T16:27:34+0000] [ALPM] running '90-mkinitcpio-install.hook'...
[2022-12-23T16:27:34+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2022-12-23T16:27:34+0000] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2022-12-23T16:27:34+0000] [ALPM-SCRIPTLET] ==> Starting build: 6.1.1-arch1-1
[2022-12-23T16:27:34+0000] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2022-12-23T16:27:35+0000] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2022-12-23T16:27:35+0000] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2022-12-23T16:27:35+0000] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2022-12-23T16:27:35+0000] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2022-12-23T16:27:38+0000] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2022-12-23T16:27:38+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2022-12-23T16:27:38+0000] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2022-12-23T16:27:39+0000] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2022-12-23T16:27:39+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2022-12-23T16:27:39+0000] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2022-12-23T16:27:39+0000] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2022-12-23T16:27:39+0000] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2022-12-23T16:27:39+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-12-23T16:27:39+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2022-12-23T16:27:40+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-12-23T16:27:40+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2022-12-23T16:27:40+0000] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2022-12-23T16:27:40+0000] [ALPM-SCRIPTLET] ==> Starting build: 6.1.1-arch1-1
[2022-12-23T16:27:40+0000] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2022-12-23T16:27:41+0000] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2022-12-23T16:27:41+0000] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2022-12-23T16:27:41+0000] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2022-12-23T16:27:48+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2022-12-23T16:27:48+0000] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2022-12-23T16:27:48+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2022-12-23T16:27:49+0000] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2022-12-23T16:27:49+0000] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2022-12-23T16:27:49+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2022-12-23T16:27:49+0000] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2022-12-23T16:27:50+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2022-12-23T16:27:50+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2022-12-23T16:27:50+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2022-12-23T16:27:50+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2022-12-23T16:27:50+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2022-12-23T16:27:51+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2022-12-23T16:27:52+0000] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2022-12-23T16:27:53+0000] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2022-12-23T16:27:56+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-12-23T16:27:56+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2022-12-23T16:27:58+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-12-23T16:27:58+0000] [ALPM] running 'dbus-reload.hook'...
[2022-12-23T16:27:58+0000] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2022-12-23T09:38:05-0700] [PACMAN] Running 'pacman -S grub efibootmgr networkmanager network-manager-applet wireless_tools wpa_supplicant dialog os-prober mtools dosfstools base-devel linux-headers reflector git bluez bluez-utils pulseaudio-bluetooth ntfs-3g'
[2022-12-23T09:38:35-0700] [ALPM] transaction started
[2022-12-23T09:38:35-0700] [ALPM] reinstalled gettext (0.21.1-2)
[2022-12-23T09:38:35-0700] [ALPM] installed grub (2:2.06.r403.g7259d55ff-1)
[2022-12-23T09:38:35-0700] [ALPM-SCRIPTLET] :: Install your bootloader and generate configuration with:
[2022-12-23T09:38:35-0700] [ALPM-SCRIPTLET] $ grub-install ...
[2022-12-23T09:38:35-0700] [ALPM-SCRIPTLET] $ grub-mkconfig -o /boot/grub/grub.cfg
[2022-12-23T09:38:35-0700] [ALPM] installed efivar (38-2)
[2022-12-23T09:38:35-0700] [ALPM] installed efibootmgr (18-1)
[2022-12-23T09:38:35-0700] [ALPM] installed nspr (4.35-1)
[2022-12-23T09:38:35-0700] [ALPM] installed nss (3.86-1)
[2022-12-23T09:38:35-0700] [ALPM] installed libnm (1.40.8-1)
[2022-12-23T09:38:35-0700] [ALPM] installed wpa_supplicant (2:2.10-7)
[2022-12-23T09:38:35-0700] [ALPM] installed libmm-glib (1.20.2-1)
[2022-12-23T09:38:35-0700] [ALPM] installed gpm (1.20.7.r38.ge82d1a6-4)
[2022-12-23T09:38:35-0700] [ALPM] installed pcre (8.45-3)
[2022-12-23T09:38:35-0700] [ALPM] installed slang (2.3.3-1)
[2022-12-23T09:38:35-0700] [ALPM] installed libnewt (0.52.23-1)
[2022-12-23T09:38:35-0700] [ALPM] installed libndp (1.8-1)
[2022-12-23T09:38:35-0700] [ALPM] installed libdaemon (0.14-5)
[2022-12-23T09:38:35-0700] [ALPM] installed libsodium (1.0.18-2)
[2022-12-23T09:38:35-0700] [ALPM] installed libpgm (5.3.128-2)
[2022-12-23T09:38:35-0700] [ALPM] reinstalled file (5.43-1)
[2022-12-23T09:38:35-0700] [ALPM] installed zeromq (4.3.4-2)
[2022-12-23T09:38:35-0700] [ALPM] installed libteam (1.31-7)
[2022-12-23T09:38:35-0700] [ALPM] installed bluez-libs (5.66-1)
[2022-12-23T09:38:35-0700] [ALPM] installed mobile-broadband-provider-info (20221107-1)
[2022-12-23T09:38:35-0700] [ALPM] reinstalled findutils (4.9.0-1)
[2022-12-23T09:38:35-0700] [ALPM] installed networkmanager (1.40.8-1)
[2022-12-23T09:38:35-0700] [ALPM] installed libdbusmenu-glib (16.04.0-5)
[2022-12-23T09:38:35-0700] [ALPM] installed hicolor-icon-theme (0.17-2)
[2022-12-23T09:38:35-0700] [ALPM] installed libpng (1.6.39-1)
[2022-12-23T09:38:35-0700] [ALPM] installed libjpeg-turbo (2.1.4-2)
[2022-12-23T09:38:35-0700] [ALPM] installed libtiff (4.4.0-4)
[2022-12-23T09:38:35-0700] [ALPM] installed shared-mime-info (2.0+155+gf4e7cbc-1)
[2022-12-23T09:38:35-0700] [ALPM] installed gdk-pixbuf2 (2.42.10-1)
[2022-12-23T09:38:35-0700] [ALPM] installed lzo (2.10-4)
[2022-12-23T09:38:35-0700] [ALPM] installed graphite (1:1.3.14-2)
[2022-12-23T09:38:36-0700] [ALPM] installed harfbuzz (6.0.0-1)
[2022-12-23T09:38:36-0700] [ALPM] installed freetype2 (2.12.1-1)
[2022-12-23T09:38:36-0700] [ALPM] installed fontconfig (2:2.14.1-2)
[2022-12-23T09:38:36-0700] [ALPM-SCRIPTLET] Creating fontconfig configuration...
[2022-12-23T09:38:36-0700] [ALPM-SCRIPTLET] Rebuilding fontconfig cache...
[2022-12-23T09:38:36-0700] [ALPM] installed xcb-proto (1.15.2-2)
[2022-12-23T09:38:36-0700] [ALPM] installed libxdmcp (1.1.4-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libxau (1.0.11-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libxcb (1.15-2)
[2022-12-23T09:38:36-0700] [ALPM] installed xorgproto (2022.2-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libx11 (1.8.3-3)
[2022-12-23T09:38:36-0700] [ALPM] installed libxext (1.3.5-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libxrender (0.9.11-1)
[2022-12-23T09:38:36-0700] [ALPM] installed pixman (0.42.2-1)
[2022-12-23T09:38:36-0700] [ALPM] installed cairo (1.17.6-2)
[2022-12-23T09:38:36-0700] [ALPM] installed libdatrie (0.2.13-2)
[2022-12-23T09:38:36-0700] [ALPM] installed libthai (0.1.29-2)
[2022-12-23T09:38:36-0700] [ALPM] installed libxft (2.3.7-1)
[2022-12-23T09:38:36-0700] [ALPM] installed fribidi (1.0.12-1)
[2022-12-23T09:38:36-0700] [ALPM] installed pango (1:1.50.12-1)
[2022-12-23T09:38:36-0700] [ALPM] installed librsvg (2:2.55.1-1)
[2022-12-23T09:38:36-0700] [ALPM] installed gtk-update-icon-cache (1:4.8.3-1)
[2022-12-23T09:38:36-0700] [ALPM] installed adwaita-cursors (43-2)
[2022-12-23T09:38:36-0700] [ALPM] installed adwaita-icon-theme (43-2)
[2022-12-23T09:38:36-0700] [ALPM] installed libxi (1.8-2)
[2022-12-23T09:38:36-0700] [ALPM] installed libxfixes (6.0.0-2)
[2022-12-23T09:38:36-0700] [ALPM] installed libxtst (1.2.4-1)
[2022-12-23T09:38:36-0700] [ALPM] installed at-spi2-core (2.46.0-2)
[2022-12-23T09:38:36-0700] [ALPM] installed cantarell-fonts (1:0.303.1-1)
[2022-12-23T09:38:36-0700] [ALPM] installed dconf (0.40.0-2)
[2022-12-23T09:38:36-0700] [ALPM] installed desktop-file-utils (0.26-2)
[2022-12-23T09:38:36-0700] [ALPM] installed iso-codes (4.12.0-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libcloudproviders (0.3.1+r8+g3a229ee-1)
[2022-12-23T09:38:36-0700] [ALPM] installed lcms2 (2.14-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libcolord (1.4.6-1)
[2022-12-23T09:38:36-0700] [ALPM] installed avahi (0.8+22+gfd482a7-3)
[2022-12-23T09:38:36-0700] [ALPM] installed libusb (1.0.26-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libcups (1:2.4.2-3)
[2022-12-23T09:38:36-0700] [ALPM] installed libpciaccess (0.17-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libdrm (2.4.114-1)
[2022-12-23T09:38:36-0700] [ALPM] installed default-cursors (2-1)
[2022-12-23T09:38:36-0700] [ALPM] installed wayland (1.21.0-2)
[2022-12-23T09:38:36-0700] [ALPM] installed libxxf86vm (1.1.5-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libxdamage (1.1.6-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libxshmfence (1.3.2-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libomxil-bellagio (0.9.3-3)
[2022-12-23T09:38:36-0700] [ALPM] installed libunwind (1.6.2-2)
[2022-12-23T09:38:36-0700] [ALPM] installed libedit (20210910_3.1-2)
[2022-12-23T09:38:36-0700] [ALPM] installed llvm-libs (14.0.6-4)
[2022-12-23T09:38:36-0700] [ALPM] installed lm_sensors (1:3.6.0.r41.g31d1f125-2)
[2022-12-23T09:38:36-0700] [ALPM] installed vulkan-icd-loader (1.3.235-1)
[2022-12-23T09:38:36-0700] [ALPM] installed mesa (22.3.1-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libglvnd (1.6.0-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libepoxy (1.5.10-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libxcomposite (0.4.6-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libxcursor (1.2.1-3)
[2022-12-23T09:38:36-0700] [ALPM] installed libxinerama (1.1.5-1)
[2022-12-23T09:38:36-0700] [ALPM] installed xkeyboard-config (2.37-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libxkbcommon (1.4.1-2)
[2022-12-23T09:38:36-0700] [ALPM] installed libxrandr (1.5.3-1)
[2022-12-23T09:38:36-0700] [ALPM] installed json-glib (1.6.6-2)
[2022-12-23T09:38:36-0700] [ALPM] installed duktape (2.7.0-4)
[2022-12-23T09:38:36-0700] [ALPM] installed libproxy (0.4.18-1)
[2022-12-23T09:38:36-0700] [ALPM] installed adobe-source-code-pro-fonts (2.038ro+1.058it+1.018var-1)
[2022-12-23T09:38:36-0700] [ALPM] installed gsettings-desktop-schemas (43.0-1)
[2022-12-23T09:38:36-0700] [ALPM] installed glib-networking (1:2.74.0-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libsoup3 (3.2.2-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libstemmer (2.2.0-2)
[2022-12-23T09:38:36-0700] [ALPM] installed tracker3 (3.4.2-1)
[2022-12-23T09:38:36-0700] [ALPM] installed gtk3 (1:3.24.36-1)
[2022-12-23T09:38:36-0700] [ALPM] installed libdbusmenu-gtk3 (16.04.0-5)
[2022-12-23T09:38:36-0700] [ALPM] installed libindicator-gtk3 (12.10.1-10)
[2022-12-23T09:38:36-0700] [ALPM] installed libappindicator-gtk3 (12.10.0.r298-1)
[2022-12-23T09:38:36-0700] [ALPM] installed dnssec-anchors (20190629-3)
[2022-12-23T09:38:36-0700] [ALPM] installed ldns (1.8.3-2)
[2022-12-23T09:38:36-0700] [ALPM] installed openssh (9.1p1-3)
[2022-12-23T09:38:36-0700] [ALPM] installed gcr-4 (4.0.0-1)
[2022-12-23T09:38:36-0700] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/gcr-ssh-agent.socket → /usr/lib/systemd/user/gcr-ssh-agent.socket.
[2022-12-23T09:38:36-0700] [ALPM] installed libnma-common (1.10.4-3)
[2022-12-23T09:38:36-0700] [ALPM] installed libnma (1.10.4-3)
[2022-12-23T09:38:36-0700] [ALPM] installed nm-connection-editor (1.30.0-1)
[2022-12-23T09:38:36-0700] [ALPM] installed network-manager-applet (1.30.0-1)
[2022-12-23T09:38:36-0700] [ALPM] installed wireless_tools (30.pre9-3)
[2022-12-23T09:38:36-0700] [ALPM] installed dialog (1:1.3_20220728-1)
[2022-12-23T09:38:36-0700] [ALPM] installed os-prober (1.81-1)
[2022-12-23T09:38:36-0700] [ALPM] installed mtools (1:4.0.42-1)
[2022-12-23T09:38:36-0700] [ALPM] installed dosfstools (4.2-2)
[2022-12-23T09:38:36-0700] [ALPM] reinstalled gawk (5.2.1-1)
[2022-12-23T09:38:36-0700] [ALPM] reinstalled grep (3.8-2)
[2022-12-23T09:38:36-0700] [ALPM] reinstalled pacman (6.0.2-5)
[2022-12-23T09:38:36-0700] [ALPM] reinstalled archlinux-keyring (20221220-1)
[2022-12-23T09:38:36-0700] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
[2022-12-23T09:38:38-0700] [ALPM-SCRIPTLET] ==> Updating trust database...
[2022-12-23T09:38:38-0700] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2023-04-21
[2022-12-23T09:38:38-0700] [ALPM-SCRIPTLET] ==> Updating trust database...
[2022-12-23T09:38:38-0700] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2023-04-21
[2022-12-23T09:38:38-0700] [ALPM] installed m4 (1.4.19-1)
[2022-12-23T09:38:38-0700] [ALPM] installed db5.3 (5.3.28-2)
[2022-12-23T09:38:38-0700] [ALPM] installed perl (5.36.0-3)
[2022-12-23T09:38:38-0700] [ALPM] installed autoconf (2.71-1)
[2022-12-23T09:38:38-0700] [ALPM] installed automake (1.16.5-1)
[2022-12-23T09:38:38-0700] [ALPM] reinstalled binutils (2.39-4)
[2022-12-23T09:38:38-0700] [ALPM] installed bison (3.8.2-4)
[2022-12-23T09:38:38-0700] [ALPM] installed debugedit (5.0-4)
[2022-12-23T09:38:38-0700] [ALPM] reinstalled sed (4.9-1)
[2022-12-23T09:38:38-0700] [ALPM] installed fakeroot (1.30.1-1)
[2022-12-23T09:38:38-0700] [ALPM] installed flex (2.6.4-3)
[2022-12-23T09:38:38-0700] [ALPM] installed libmpc (1.3.1-1)
[2022-12-23T09:38:38-0700] [ALPM] installed libisl (0.25-1)
[2022-12-23T09:38:38-0700] [ALPM] installed gcc (12.2.0-1)
[2022-12-23T09:38:38-0700] [ALPM] installed groff (1.22.4-7)
[2022-12-23T09:38:38-0700] [ALPM] reinstalled gzip (1.12-1)
[2022-12-23T09:38:38-0700] [ALPM] installed libtool (2.4.7-5)
[2022-12-23T09:38:38-0700] [ALPM] installed gc (8.2.2-1)
[2022-12-23T09:38:38-0700] [ALPM] installed guile (3.0.8-3)
[2022-12-23T09:38:38-0700] [ALPM] installed make (4.3-5)
[2022-12-23T09:38:38-0700] [ALPM] installed patch (2.7.6-8)
[2022-12-23T09:38:38-0700] [ALPM] installed pkgconf (1.8.0-1)
[2022-12-23T09:38:38-0700] [ALPM] installed sudo (1.9.12.p1-1)
[2022-12-23T09:38:38-0700] [ALPM] installed texinfo (7.0.1-1)
[2022-12-23T09:38:38-0700] [ALPM] installed which (2.21-5)
[2022-12-23T09:38:38-0700] [ALPM] installed python (3.10.8-3)
[2022-12-23T09:38:38-0700] [ALPM] installed pahole (1:1.24-1)
[2022-12-23T09:38:39-0700] [ALPM] installed linux-headers (6.1.1.arch1-1)
[2022-12-23T09:38:39-0700] [ALPM] installed reflector (2021.11-5)
[2022-12-23T09:38:39-0700] [ALPM] installed perl-error (0.17029-4)
[2022-12-23T09:38:39-0700] [ALPM] installed perl-timedate (2.33-4)
[2022-12-23T09:38:39-0700] [ALPM] installed perl-mailtools (2.21-6)
[2022-12-23T09:38:39-0700] [ALPM] installed git (2.39.0-1)
[2022-12-23T09:38:39-0700] [ALPM] installed libical (3.0.16-4)
[2022-12-23T09:38:39-0700] [ALPM] installed alsa-topology-conf (1.2.5.1-1)
[2022-12-23T09:38:39-0700] [ALPM] installed alsa-ucm-conf (1.2.8-1)
[2022-12-23T09:38:39-0700] [ALPM] installed alsa-lib (1.2.8-1)
[2022-12-23T09:38:39-0700] [ALPM] installed bluez (5.66-1)
[2022-12-23T09:38:39-0700] [ALPM] installed bluez-utils (5.66-1)
[2022-12-23T09:38:39-0700] [ALPM] installed libasyncns (1:0.8+r3+g68cd5af-2)
[2022-12-23T09:38:39-0700] [ALPM] installed libice (1.1.1-1)
[2022-12-23T09:38:39-0700] [ALPM] installed libsm (1.2.4-1)
[2022-12-23T09:38:39-0700] [ALPM] installed opus (1.3.1-3)
[2022-12-23T09:38:39-0700] [ALPM] installed libogg (1.3.5-1)
[2022-12-23T09:38:39-0700] [ALPM] installed speexdsp (1.2.1-1)
[2022-12-23T09:38:39-0700] [ALPM] installed speex (1.2.1-1)
[2022-12-23T09:38:39-0700] [ALPM] installed flac (1.4.2-1)
[2022-12-23T09:38:39-0700] [ALPM] installed libvorbis (1.3.7-3)
[2022-12-23T09:38:39-0700] [ALPM] installed libsndfile (1.1.0-3)
[2022-12-23T09:38:39-0700] [ALPM] installed libpulse (16.1-3)
[2022-12-23T09:38:39-0700] [ALPM] installed polkit (122-1)
[2022-12-23T09:38:39-0700] [ALPM] installed rtkit (0.13-2)
[2022-12-23T09:38:39-0700] [ALPM] installed tdb (1.4.7-1)
[2022-12-23T09:38:39-0700] [ALPM] installed orc (0.4.33-1)
[2022-12-23T09:38:39-0700] [ALPM] installed libsoxr (0.1.3-3)
[2022-12-23T09:38:39-0700] [ALPM] installed webrtc-audio-processing (0.3.1-3)
[2022-12-23T09:38:39-0700] [ALPM] installed hwloc (2.8.0-1)
[2022-12-23T09:38:39-0700] [ALPM] installed openpmix (4.2.2-1)
[2022-12-23T09:38:39-0700] [ALPM] installed openmpi (4.1.4-4)
[2022-12-23T09:38:39-0700] [ALPM] installed fftw (3.3.10-3)
[2022-12-23T09:38:39-0700] [ALPM] installed pulseaudio (16.1-3)
[2022-12-23T09:38:39-0700] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/pulseaudio.socket → /usr/lib/systemd/user/pulseaudio.socket.
[2022-12-23T09:38:39-0700] [ALPM] installed sbc (2.0-1)
[2022-12-23T09:38:39-0700] [ALPM] installed gstreamer (1.20.5-1)
[2022-12-23T09:38:39-0700] [ALPM] installed libxv (1.0.12-1)
[2022-12-23T09:38:39-0700] [ALPM] installed libgudev (237-2)
[2022-12-23T09:38:39-0700] [ALPM] installed gst-plugins-base-libs (1.20.5-1)
[2022-12-23T09:38:39-0700] [ALPM] installed pulseaudio-bluetooth (16.1-3)
[2022-12-23T09:38:39-0700] [ALPM] installed fuse-common (3.12.0-1)
[2022-12-23T09:38:39-0700] [ALPM] installed fuse2 (2.9.9-4)
[2022-12-23T09:38:39-0700] [ALPM] installed ntfs-3g (2022.10.3-1)
[2022-12-23T09:38:39-0700] [ALPM] transaction completed
[2022-12-23T09:38:39-0700] [ALPM] running '20-systemd-sysusers.hook'...
[2022-12-23T09:38:39-0700] [ALPM-SCRIPTLET] Creating group 'avahi' with GID 974.
[2022-12-23T09:38:39-0700] [ALPM-SCRIPTLET] Creating user 'avahi' (Avahi mDNS/DNS-SD daemon) with UID 974 and GID 974.
[2022-12-23T09:38:39-0700] [ALPM-SCRIPTLET] Creating group 'git' with GID 973.
[2022-12-23T09:38:39-0700] [ALPM-SCRIPTLET] Creating user 'git' (git daemon user) with UID 973 and GID 973.
[2022-12-23T09:38:39-0700] [ALPM-SCRIPTLET] Creating group 'polkitd' with GID 102.
[2022-12-23T09:38:39-0700] [ALPM-SCRIPTLET] Creating user 'polkitd' (PolicyKit daemon) with UID 102 and GID 102.
[2022-12-23T09:38:39-0700] [ALPM-SCRIPTLET] Creating group 'rtkit' with GID 133.
[2022-12-23T09:38:39-0700] [ALPM-SCRIPTLET] Creating user 'rtkit' (RealtimeKit) with UID 133 and GID 133.
[2022-12-23T09:38:40-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-23T09:38:40-0700] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2022-12-23T09:38:40-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-12-23T09:38:40-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-12-23T09:38:40-0700] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2022-12-23T09:38:40-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T09:38:40-0700] [ALPM] running '30-update-mime-database.hook'...
[2022-12-23T09:38:40-0700] [ALPM] running '40-fontconfig-config.hook'...
[2022-12-23T09:38:40-0700] [ALPM] running '60-depmod.hook'...
[2022-12-23T09:38:40-0700] [ALPM] running 'dbus-reload.hook'...
[2022-12-23T09:38:40-0700] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2022-12-23T09:38:40-0700] [ALPM] running 'detect-old-perl-modules.hook'...
[2022-12-23T09:38:40-0700] [ALPM] running 'fontconfig.hook'...
[2022-12-23T09:38:40-0700] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2022-12-23T09:38:40-0700] [ALPM] running 'gio-querymodules.hook'...
[2022-12-23T09:38:40-0700] [ALPM] running 'glib-compile-schemas.hook'...
[2022-12-23T09:38:40-0700] [ALPM] running 'gtk-query-immodules-3.0.hook'...
[2022-12-23T09:38:40-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-23T09:38:40-0700] [ALPM] running 'texinfo-install.hook'...
[2022-12-23T09:38:41-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-23T10:03:49-0700] [PACMAN] Running 'pacman -S ntfs-3g'
[2022-12-23T10:03:52-0700] [ALPM] transaction started
[2022-12-23T10:03:52-0700] [ALPM] reinstalled ntfs-3g (2022.10.3-1)
[2022-12-23T10:03:52-0700] [ALPM] transaction completed
[2022-12-23T10:03:52-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:26:08-0700] [PACMAN] Running 'pacman -S nvidia nvidia-utils'
[2022-12-23T10:26:18-0700] [ALPM] transaction started
[2022-12-23T10:26:18-0700] [ALPM] installed xorg-fonts-encodings (1.0.6-1)
[2022-12-23T10:26:18-0700] [ALPM] installed libfontenc (1.1.7-1)
[2022-12-23T10:26:18-0700] [ALPM] installed libxfont2 (2.0.6-1)
[2022-12-23T10:26:18-0700] [ALPM] installed libxkbfile (1.1.2-1)
[2022-12-23T10:26:18-0700] [ALPM] installed xorg-xkbcomp (1.4.6-1)
[2022-12-23T10:26:18-0700] [ALPM] installed xorg-xrandr (1.5.2-1)
[2022-12-23T10:26:18-0700] [ALPM] installed xorg-setxkbmap (1.3.3-1)
[2022-12-23T10:26:18-0700] [ALPM] installed xorg-server-common (21.1.6-1)
[2022-12-23T10:26:18-0700] [ALPM] installed mtdev (1.1.6-2)
[2022-12-23T10:26:18-0700] [ALPM] installed libevdev (1.13.0-1)
[2022-12-23T10:26:18-0700] [ALPM] installed libwacom (2.5.0-1)
[2022-12-23T10:26:18-0700] [ALPM] installed libinput (1.22.0-1)
[2022-12-23T10:26:18-0700] [ALPM] installed xf86-input-libinput (1.2.1-1)
[2022-12-23T10:26:18-0700] [ALPM] installed libxcvt (0.1.2-1)
[2022-12-23T10:26:18-0700] [ALPM] installed xorg-server (21.1.6-1)
[2022-12-23T10:26:18-0700] [ALPM-SCRIPTLET] >>> xorg-server has now the ability to run without root rights with
[2022-12-23T10:26:18-0700] [ALPM-SCRIPTLET] the help of systemd-logind. xserver will fail to run if not launched
[2022-12-23T10:26:18-0700] [ALPM-SCRIPTLET] from the same virtual terminal as was used to log in.
[2022-12-23T10:26:18-0700] [ALPM-SCRIPTLET] Without root rights, log files will be in ~/.local/share/xorg/ directory.
[2022-12-23T10:26:18-0700] [ALPM-SCRIPTLET]
[2022-12-23T10:26:18-0700] [ALPM-SCRIPTLET] Old behavior can be restored through Xorg.wrap config file.
[2022-12-23T10:26:18-0700] [ALPM-SCRIPTLET] See Xorg.wrap man page (man xorg.wrap).
[2022-12-23T10:26:18-0700] [ALPM] installed eglexternalplatform (1.1-2)
[2022-12-23T10:26:18-0700] [ALPM] installed egl-wayland (2:1.1.11-2)
[2022-12-23T10:26:18-0700] [ALPM] installed nvidia-utils (525.60.11-1)
[2022-12-23T10:26:18-0700] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2022-12-23T10:26:18-0700] [ALPM-SCRIPTLET] If you use GDM on Wayland, you might have to run systemctl enable --now nvidia-resume.service
[2022-12-23T10:26:18-0700] [ALPM] installed nvidia (525.60.11-5)
[2022-12-23T10:26:18-0700] [ALPM] transaction completed
[2022-12-23T10:26:18-0700] [ALPM] running '20-systemd-sysusers.hook'...
[2022-12-23T10:26:18-0700] [ALPM-SCRIPTLET] Creating group 'nvidia-persistenced' with GID 143.
[2022-12-23T10:26:18-0700] [ALPM-SCRIPTLET] Creating user 'nvidia-persistenced' (NVIDIA Persistence Daemon) with UID 143 and GID 143.
[2022-12-23T10:26:19-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-23T10:26:19-0700] [ALPM] running '30-systemd-hwdb.hook'...
[2022-12-23T10:26:19-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-12-23T10:26:19-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:26:19-0700] [ALPM] running '60-depmod.hook'...
[2022-12-23T10:26:21-0700] [ALPM] running 'dbus-reload.hook'...
[2022-12-23T10:26:21-0700] [ALPM] running 'fontconfig.hook'...
[2022-12-23T10:26:49-0700] [PACMAN] Running 'pacman -S xorg'
[2022-12-23T10:27:00-0700] [ALPM] transaction started
[2022-12-23T10:27:00-0700] [ALPM] installed xf86-video-vesa (2.6.0-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-bdftopcf (1.1.1-1)
[2022-12-23T10:27:00-0700] [ALPM] installed libpipeline (1.5.7-1)
[2022-12-23T10:27:00-0700] [ALPM] installed man-db (2.11.1-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-docs (1.7.2-2)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-font-util (1.3.3-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-fonts-alias-100dpi (1.0.4-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-fonts-100dpi (1.0.3-8)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-fonts-alias-75dpi (1.0.4-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-fonts-75dpi (1.0.3-8)
[2022-12-23T10:27:00-0700] [ALPM] reinstalled xorg-fonts-encodings (1.0.6-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-iceauth (1.0.9-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-mkfontscale (1.2.2-1)
[2022-12-23T10:27:00-0700] [ALPM-SCRIPTLET] Creating X fontdir indices... done.
[2022-12-23T10:27:00-0700] [ALPM] reinstalled xorg-xkbcomp (1.4.6-1)
[2022-12-23T10:27:00-0700] [ALPM] reinstalled xorg-xrandr (1.5.2-1)
[2022-12-23T10:27:00-0700] [ALPM] reinstalled xorg-setxkbmap (1.3.3-1)
[2022-12-23T10:27:00-0700] [ALPM] reinstalled xorg-server-common (21.1.6-1)
[2022-12-23T10:27:00-0700] [ALPM] reinstalled xorg-server (21.1.6-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-util-macros (1.19.3-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-server-devel (21.1.6-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xcb-util (0.4.1-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xcb-util-image (0.4.1-2)
[2022-12-23T10:27:00-0700] [ALPM] installed xcb-util-renderutil (0.3.10-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xcb-util-wm (0.4.2-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xcb-util-keysyms (0.4.1-4)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-server-xephyr (21.1.6-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-server-xnest (21.1.6-1)
[2022-12-23T10:27:00-0700] [ALPM] installed libxt (1.2.1-1)
[2022-12-23T10:27:00-0700] [ALPM] installed libxmu (1.1.4-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xauth (1.1.2-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-server-xvfb (21.1.6-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-sessreg (1.1.3-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-smproxy (1.0.7-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-x11perf (1.6.2-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xbacklight (1.2.3-3)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xcmsdb (1.0.6-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xcursorgen (1.0.8-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xdpyinfo (1.3.3-4)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xdriinfo (1.0.7-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xev (1.2.5-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xgamma (1.0.7-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xhost (1.0.9-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xinput (1.6.3-3)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xkbevd (1.1.5-1)
[2022-12-23T10:27:00-0700] [ALPM] installed libxpm (3.5.14-1)
[2022-12-23T10:27:00-0700] [ALPM] installed libxaw (1.0.14-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xkbutils (1.0.5-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xkill (1.0.6-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xlsatoms (1.1.4-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xlsclients (1.1.5-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xmodmap (1.0.11-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xpr (1.1.0-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xprop (1.2.6-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xrdb (1.2.1-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xrefresh (1.0.7-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xset (1.2.5-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xsetroot (1.1.3-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xvinfo (1.1.5-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xwayland (22.1.7-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xwd (1.0.8-1)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xwininfo (1.1.5-3)
[2022-12-23T10:27:00-0700] [ALPM] installed xorg-xwud (1.0.6-1)
[2022-12-23T10:27:00-0700] [ALPM] transaction completed
[2022-12-23T10:27:00-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-23T10:27:01-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-12-23T10:27:01-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:27:01-0700] [ALPM] running 'fontconfig.hook'...
[2022-12-23T10:27:01-0700] [ALPM] running 'xorg-mkfontscale.hook'...
[2022-12-23T10:28:16-0700] [PACMAN] Running '/usr/bin/pacman -S --asdeps go>=1.17'
[2022-12-23T10:28:37-0700] [ALPM] transaction started
[2022-12-23T10:28:38-0700] [ALPM] installed go (2:1.19.4-1)
[2022-12-23T10:28:38-0700] [ALPM] transaction completed
[2022-12-23T10:28:38-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:28:52-0700] [PACMAN] Running '/usr/bin/pacman -U /opt/yay-git/yay-git-11.3.1.r73.g2bda76e-1-x86_64.pkg.tar.zst'
[2022-12-23T10:29:19-0700] [ALPM] transaction started
[2022-12-23T10:29:19-0700] [ALPM] installed yay-git (11.3.1.r73.g2bda76e-1)
[2022-12-23T10:29:19-0700] [ALPM] transaction completed
[2022-12-23T10:29:19-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:29:55-0700] [PACMAN] Running 'pacman -S nvidia-open-dkms'
[2022-12-23T10:30:01-0700] [PACMAN] Running 'pacman -S nvidia-open-dkms'
[2022-12-23T10:30:04-0700] [ALPM] transaction started
[2022-12-23T10:30:05-0700] [ALPM] removed nvidia (525.60.11-5)
[2022-12-23T10:30:05-0700] [ALPM] installed dkms (3.0.9-1)
[2022-12-23T10:30:05-0700] [ALPM] installed nvidia-open-dkms (525.60.11-5)
[2022-12-23T10:30:05-0700] [ALPM] transaction completed
[2022-12-23T10:30:05-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:30:05-0700] [ALPM] running '60-depmod.hook'...
[2022-12-23T10:30:05-0700] [ALPM] running '70-dkms-install.hook'...
[2022-12-23T10:30:05-0700] [ALPM-SCRIPTLET] ==> dkms install --no-depmod nvidia/525.60.11 -k 6.1.1-arch1-1
[2022-12-23T10:30:29-0700] [ALPM-SCRIPTLET] ==> depmod 6.1.1-arch1-1
[2022-12-23T10:34:55-0700] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- extra/wayland-protocols extra/glslang community/xcb-util-errors community/seatd extra/vulkan-headers extra/vulkan-validation-layers extra/jsoncpp extra/rhash extra/cmake community/ninja extra/boost-libs extra/source-highlight extra/gdb-common extra/gdb extra/python-appdirs community/python-more-itertools community/python-jaraco.functools community/python-jaraco.context community/python-autocommand community/cython community/python-typing_extensions community/python-pydantic community/python-inflect community/python-jaraco.text extra/python-ordered-set extra/python-pyparsing extra/python-packaging extra/python-tomli extra/python-trove-classifiers extra/python-validate-pyproject extra/python-setuptools extra/meson'
[2022-12-23T10:35:03-0700] [ALPM] transaction started
[2022-12-23T10:35:03-0700] [ALPM] installed wayland-protocols (1.31-1)
[2022-12-23T10:35:03-0700] [ALPM] installed glslang (11.11.0-1)
[2022-12-23T10:35:03-0700] [ALPM] installed xcb-util-errors (1.0.1-1)
[2022-12-23T10:35:03-0700] [ALPM] installed seatd (0.7.0-2)
[2022-12-23T10:35:03-0700] [ALPM] installed vulkan-headers (1:1.3.235-1)
[2022-12-23T10:35:03-0700] [ALPM] installed vulkan-validation-layers (1.3.231.1-1)
[2022-12-23T10:35:03-0700] [ALPM] installed jsoncpp (1.9.5-2)
[2022-12-23T10:35:03-0700] [ALPM] installed rhash (1.4.3-1)
[2022-12-23T10:35:03-0700] [ALPM] installed cmake (3.25.1-1)
[2022-12-23T10:35:03-0700] [ALPM] installed ninja (1.11.1-2)
[2022-12-23T10:35:03-0700] [ALPM] installed boost-libs (1.80.0-3)
[2022-12-23T10:35:03-0700] [ALPM] installed source-highlight (3.1.9-9)
[2022-12-23T10:35:03-0700] [ALPM] installed gdb-common (12.1-2)
[2022-12-23T10:35:03-0700] [ALPM] installed gdb (12.1-2)
[2022-12-23T10:35:03-0700] [ALPM] installed python-appdirs (1.4.4-7)
[2022-12-23T10:35:03-0700] [ALPM] installed python-more-itertools (9.0.0-1)
[2022-12-23T10:35:03-0700] [ALPM] installed python-jaraco.functools (3.5.2-1)
[2022-12-23T10:35:03-0700] [ALPM] installed python-jaraco.context (4.2.0-1)
[2022-12-23T10:35:03-0700] [ALPM] installed python-autocommand (2.2.2-1)
[2022-12-23T10:35:03-0700] [ALPM] installed cython (0.29.32-2)
[2022-12-23T10:35:03-0700] [ALPM] installed python-typing_extensions (4.4.0-1)
[2022-12-23T10:35:03-0700] [ALPM] installed python-pydantic (1.10.2-1)
[2022-12-23T10:35:03-0700] [ALPM] installed python-inflect (6.0.2-1)
[2022-12-23T10:35:03-0700] [ALPM] installed python-jaraco.text (3.11.0-1)
[2022-12-23T10:35:03-0700] [ALPM] installed python-ordered-set (4.1.0-1)
[2022-12-23T10:35:03-0700] [ALPM] installed python-pyparsing (3.0.9-1)
[2022-12-23T10:35:03-0700] [ALPM] installed python-packaging (21.3-1)
[2022-12-23T10:35:03-0700] [ALPM] installed python-tomli (2.0.1-1)
[2022-12-23T10:35:03-0700] [ALPM] installed python-trove-classifiers (2022.12.22-1)
[2022-12-23T10:35:03-0700] [ALPM] installed python-validate-pyproject (0.10.1-1)
[2022-12-23T10:35:03-0700] [ALPM] installed python-setuptools (1:65.6.3-1)
[2022-12-23T10:35:03-0700] [ALPM] installed meson (0.64.1-1)
[2022-12-23T10:35:03-0700] [ALPM] transaction completed
[2022-12-23T10:35:03-0700] [ALPM] running '20-systemd-sysusers.hook'...
[2022-12-23T10:35:03-0700] [ALPM-SCRIPTLET] Creating group 'seat' with GID 972.
[2022-12-23T10:35:03-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-23T10:35:03-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:35:03-0700] [ALPM] running '30-update-mime-database.hook'...
[2022-12-23T10:35:04-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-23T10:35:04-0700] [ALPM] running 'texinfo-install.hook'...
[2022-12-23T10:35:04-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-23T10:35:04-0700] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- wayland-protocols glslang xcb-util-errors seatd vulkan-headers vulkan-validation-layers jsoncpp rhash cmake ninja boost-libs source-highlight gdb-common gdb python-appdirs python-more-itertools python-jaraco.functools python-jaraco.context python-autocommand cython python-typing_extensions python-pydantic python-inflect python-jaraco.text python-ordered-set python-pyparsing python-packaging python-tomli python-trove-classifiers python-validate-pyproject python-setuptools meson'
[2022-12-23T10:35:31-0700] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/rocky/.cache/yay/hyprland-git/hyprland-git-r2256.e6cbb60-1-any.pkg.tar.zst'
[2022-12-23T10:35:31-0700] [ALPM] transaction started
[2022-12-23T10:35:31-0700] [ALPM] installed hyprland-git (r2256.e6cbb60-1)
[2022-12-23T10:35:31-0700] [ALPM] transaction completed
[2022-12-23T10:35:31-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:35:31-0700] [PACMAN] Running 'pacman -D -q --asexplicit --noconfirm --config /etc/pacman.conf -- hyprland-git'
[2022-12-23T10:35:31-0700] [PACMAN] Running 'pacman -R -u --noconfirm --config /etc/pacman.conf -- wayland-protocols glslang xcb-util-errors seatd vulkan-headers vulkan-validation-layers jsoncpp rhash cmake ninja boost-libs source-highlight gdb-common gdb python-appdirs python-more-itertools python-jaraco.functools python-jaraco.context python-autocommand cython python-typing_extensions python-pydantic python-inflect python-jaraco.text python-ordered-set python-pyparsing python-packaging python-tomli python-trove-classifiers python-validate-pyproject python-setuptools meson'
[2022-12-23T10:35:31-0700] [ALPM] running 'texinfo-remove.hook'...
[2022-12-23T10:35:31-0700] [ALPM] transaction started
[2022-12-23T10:35:31-0700] [ALPM] removed meson (0.64.1-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-setuptools (1:65.6.3-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-validate-pyproject (0.10.1-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-trove-classifiers (2022.12.22-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-tomli (2.0.1-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-packaging (21.3-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-pyparsing (3.0.9-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-ordered-set (4.1.0-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-jaraco.text (3.11.0-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-inflect (6.0.2-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-pydantic (1.10.2-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-typing_extensions (4.4.0-1)
[2022-12-23T10:35:31-0700] [ALPM] removed cython (0.29.32-2)
[2022-12-23T10:35:31-0700] [ALPM] removed python-autocommand (2.2.2-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-jaraco.context (4.2.0-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-jaraco.functools (3.5.2-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-more-itertools (9.0.0-1)
[2022-12-23T10:35:31-0700] [ALPM] removed python-appdirs (1.4.4-7)
[2022-12-23T10:35:31-0700] [ALPM] removed gdb (12.1-2)
[2022-12-23T10:35:31-0700] [ALPM] removed gdb-common (12.1-2)
[2022-12-23T10:35:31-0700] [ALPM] removed source-highlight (3.1.9-9)
[2022-12-23T10:35:31-0700] [ALPM] removed boost-libs (1.80.0-3)
[2022-12-23T10:35:31-0700] [ALPM] removed ninja (1.11.1-2)
[2022-12-23T10:35:31-0700] [ALPM] removed cmake (3.25.1-1)
[2022-12-23T10:35:31-0700] [ALPM] removed rhash (1.4.3-1)
[2022-12-23T10:35:31-0700] [ALPM] removed jsoncpp (1.9.5-2)
[2022-12-23T10:35:31-0700] [ALPM] transaction completed
[2022-12-23T10:35:31-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:35:31-0700] [ALPM] running '30-update-mime-database.hook'...
[2022-12-23T10:35:32-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-23T10:35:32-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-23T10:38:29-0700] [PACMAN] Running 'pacman -S qt5-wayland qt5ct libva'
[2022-12-23T10:38:33-0700] [ALPM] transaction started
[2022-12-23T10:38:33-0700] [ALPM] installed xdg-utils (1.1.3+25+g8ae0263-1)
[2022-12-23T10:38:33-0700] [ALPM] installed tslib (1.22-1)
[2022-12-23T10:38:33-0700] [ALPM] installed libxkbcommon-x11 (1.4.1-2)
[2022-12-23T10:38:33-0700] [ALPM] installed double-conversion (3.2.1-1)
[2022-12-23T10:38:33-0700] [ALPM] installed md4c (0.4.8-1)
[2022-12-23T10:38:33-0700] [ALPM] installed qt5-translations (5.15.7-1)
[2022-12-23T10:38:33-0700] [ALPM] installed qt5-base (5.15.7+kde+r177-1)
[2022-12-23T10:38:34-0700] [ALPM] installed qt5-declarative (5.15.7+kde+r25-1)
[2022-12-23T10:38:34-0700] [ALPM] installed qt5-wayland (5.15.7+kde+r58-1)
[2022-12-23T10:38:34-0700] [ALPM] installed qt5-svg (5.15.7+kde+r9-1)
[2022-12-23T10:38:34-0700] [ALPM] installed qt5ct (1.5-2)
[2022-12-23T10:38:34-0700] [ALPM] installed libva (2.16.0-1)
[2022-12-23T10:38:34-0700] [ALPM] transaction completed
[2022-12-23T10:38:34-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:38:34-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-23T10:39:02-0700] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- extra/gst-plugins-bad-libs extra/python-appdirs community/python-more-itertools community/python-jaraco.functools community/python-jaraco.context community/python-autocommand community/cython community/python-typing_extensions community/python-pydantic community/python-inflect community/python-jaraco.text extra/python-ordered-set extra/python-pyparsing extra/python-packaging extra/python-tomli extra/python-trove-classifiers extra/python-validate-pyproject extra/python-setuptools community/ninja extra/meson extra/aom extra/libass extra/libbs2b extra/gsm extra/libsamplerate extra/jack2 extra/lame extra/libraw1394 extra/libavc1394 extra/libbluray extra/dav1d extra/libiec61883 community/libmfx extra/libmodplug extra/http-parser extra/libgit2 extra/rav1e extra/libssh extra/libtheora extra/libvdpau extra/vid.stab extra/libvpx extra/giflib extra/libwebp extra/l-smash extra/x264 extra/x265 extra/xvidcore extra/zimg extra/ocl-icd extra/opencore-amr extra/openjpeg2 community/hidapi extra/sdl2 extra/srt extra/svt-av1 core/sysfsutils extra/v4l-utils community/vmaf extra/ffmpeg extra/chromaprint extra/libdc1394 extra/libde265 extra/libdca extra/faac extra/faad2 community/libfdk-aac extra/libinstpatch extra/libyaml extra/libcamera extra/pipewire extra/portaudio extra/fluidsynth extra/libgme extra/libkate extra/libxslt extra/raptor community/liblrdf community/serd community/sord community/lv2 community/sratom community/lilv extra/libdv extra/mjpegtools extra/libmpcdec extra/neon extra/openal extra/imath extra/openexr extra/libdvdread extra/libdvdnav extra/rtmpdump community/libltc extra/soundtouch extra/spandsp extra/libsrtp extra/zvbi extra/gssdp extra/gupnp extra/gupnp-igd extra/libnice extra/wildmidi extra/liblqr extra/libraqm extra/imagemagick extra/zbar extra/mpg123 extra/libopenmpt extra/libldac extra/libfreeaptx extra/qrencode extra/libavtp extra/libmicrodns community/svt-hevc extra/zxing-cpp extra/gst-plugins-bad extra/ffnvcodec-headers'
[2022-12-23T10:39:17-0700] [ALPM] transaction started
[2022-12-23T10:39:17-0700] [ALPM] installed gst-plugins-bad-libs (1.20.5-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-appdirs (1.4.4-7)
[2022-12-23T10:39:17-0700] [ALPM] installed python-more-itertools (9.0.0-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-jaraco.functools (3.5.2-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-jaraco.context (4.2.0-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-autocommand (2.2.2-1)
[2022-12-23T10:39:17-0700] [ALPM] installed cython (0.29.32-2)
[2022-12-23T10:39:17-0700] [ALPM] installed python-typing_extensions (4.4.0-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-pydantic (1.10.2-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-inflect (6.0.2-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-jaraco.text (3.11.0-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-ordered-set (4.1.0-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-pyparsing (3.0.9-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-packaging (21.3-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-tomli (2.0.1-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-trove-classifiers (2022.12.22-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-validate-pyproject (0.10.1-1)
[2022-12-23T10:39:17-0700] [ALPM] installed python-setuptools (1:65.6.3-1)
[2022-12-23T10:39:17-0700] [ALPM] installed ninja (1.11.1-2)
[2022-12-23T10:39:18-0700] [ALPM] installed meson (0.64.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed aom (3.5.0-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libass (0.17.0-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libbs2b (3.1.0-8)
[2022-12-23T10:39:18-0700] [ALPM] installed gsm (1.0.22-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libsamplerate (0.2.2-1)
[2022-12-23T10:39:18-0700] [ALPM] installed jack2 (1.9.21-3)
[2022-12-23T10:39:18-0700] [ALPM] installed lame (3.100-4)
[2022-12-23T10:39:18-0700] [ALPM] installed libraw1394 (2.1.2-3)
[2022-12-23T10:39:18-0700] [ALPM] installed libavc1394 (0.5.4-4)
[2022-12-23T10:39:18-0700] [ALPM] installed libbluray (1.3.4-1)
[2022-12-23T10:39:18-0700] [ALPM] installed dav1d (1.0.0-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libiec61883 (1.2.0-7)
[2022-12-23T10:39:18-0700] [ALPM] installed libmfx (22.4.4-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libmodplug (0.8.9.0-3)
[2022-12-23T10:39:18-0700] [ALPM] installed http-parser (2.9.4-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libgit2 (1:1.5.0-2)
[2022-12-23T10:39:18-0700] [ALPM] installed rav1e (0.6.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libssh (0.10.4-3)
[2022-12-23T10:39:18-0700] [ALPM] installed libtheora (1.1.1-5)
[2022-12-23T10:39:18-0700] [ALPM] installed libvdpau (1.5-1)
[2022-12-23T10:39:18-0700] [ALPM] installed vid.stab (1.1-3)
[2022-12-23T10:39:18-0700] [ALPM] installed libvpx (1.12.0-2)
[2022-12-23T10:39:18-0700] [ALPM] installed giflib (5.2.1-2)
[2022-12-23T10:39:18-0700] [ALPM] installed libwebp (1.2.4-1)
[2022-12-23T10:39:18-0700] [ALPM] installed l-smash (2.14.5-2)
[2022-12-23T10:39:18-0700] [ALPM] installed x264 (3:0.164.r3095.baee400-4)
[2022-12-23T10:39:18-0700] [ALPM] installed x265 (3.5-3)
[2022-12-23T10:39:18-0700] [ALPM] installed xvidcore (1.3.7-2)
[2022-12-23T10:39:18-0700] [ALPM] installed zimg (3.0.4-1)
[2022-12-23T10:39:18-0700] [ALPM] installed ocl-icd (2.3.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed opencore-amr (0.1.6-1)
[2022-12-23T10:39:18-0700] [ALPM] installed openjpeg2 (2.5.0-1)
[2022-12-23T10:39:18-0700] [ALPM] installed hidapi (0.12.0-1)
[2022-12-23T10:39:18-0700] [ALPM] installed sdl2 (2.26.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed srt (1.5.1-3)
[2022-12-23T10:39:18-0700] [ALPM] installed svt-av1 (1.4.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed sysfsutils (2.1.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed v4l-utils (1.22.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed vmaf (2.3.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed ffmpeg (2:5.1.2-1)
[2022-12-23T10:39:18-0700] [ALPM] installed chromaprint (1.5.1-6)
[2022-12-23T10:39:18-0700] [ALPM] installed libdc1394 (2.2.6-2)
[2022-12-23T10:39:18-0700] [ALPM] installed libde265 (1.0.9-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libdca (0.0.7-1)
[2022-12-23T10:39:18-0700] [ALPM] installed faac (1.30-3)
[2022-12-23T10:39:18-0700] [ALPM] installed faad2 (2.10.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libfdk-aac (2.0.2-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libinstpatch (1.1.6-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libyaml (0.2.5-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libcamera (0.0.2-1)
[2022-12-23T10:39:18-0700] [ALPM] installed pipewire (1:0.3.63-1)
[2022-12-23T10:39:18-0700] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/pipewire.socket → /usr/lib/systemd/user/pipewire.socket.
[2022-12-23T10:39:18-0700] [ALPM] installed portaudio (1:19.7.0-1)
[2022-12-23T10:39:18-0700] [ALPM] installed fluidsynth (2.3.0-2)
[2022-12-23T10:39:18-0700] [ALPM] installed libgme (0.6.3-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libkate (0.4.1-8)
[2022-12-23T10:39:18-0700] [ALPM] installed libxslt (1.1.37-2)
[2022-12-23T10:39:18-0700] [ALPM] installed raptor (2.0.15-21)
[2022-12-23T10:39:18-0700] [ALPM] installed liblrdf (0.6.1-4)
[2022-12-23T10:39:18-0700] [ALPM] installed serd (0.30.16-1)
[2022-12-23T10:39:18-0700] [ALPM] installed sord (0.16.14-1)
[2022-12-23T10:39:18-0700] [ALPM] installed lv2 (1.18.10-1)
[2022-12-23T10:39:18-0700] [ALPM] installed sratom (0.6.14-1)
[2022-12-23T10:39:18-0700] [ALPM] installed lilv (0.24.20-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libdv (1.0.0-9)
[2022-12-23T10:39:18-0700] [ALPM] installed mjpegtools (2.2.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libmpcdec (1:0.1+r475-3)
[2022-12-23T10:39:18-0700] [ALPM] installed neon (0.32.4-2)
[2022-12-23T10:39:18-0700] [ALPM] installed openal (1.22.2-1)
[2022-12-23T10:39:18-0700] [ALPM] installed imath (3.1.6-1)
[2022-12-23T10:39:18-0700] [ALPM] installed openexr (3.1.5-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libdvdread (6.1.3-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libdvdnav (6.1.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed rtmpdump (1:2.4.r99.f1b83c1-2)
[2022-12-23T10:39:18-0700] [ALPM] installed libltc (1.3.2-1)
[2022-12-23T10:39:18-0700] [ALPM] installed soundtouch (2.3.2-1)
[2022-12-23T10:39:18-0700] [ALPM] installed spandsp (0.0.6-3)
[2022-12-23T10:39:18-0700] [ALPM] installed libsrtp (1:2.4.2-1)
[2022-12-23T10:39:18-0700] [ALPM] installed zvbi (0.2.38-1)
[2022-12-23T10:39:18-0700] [ALPM] installed gssdp (1.6.2-1)
[2022-12-23T10:39:18-0700] [ALPM] installed gupnp (1:1.6.3-1)
[2022-12-23T10:39:18-0700] [ALPM] installed gupnp-igd (1.2.0-3)
[2022-12-23T10:39:18-0700] [ALPM] installed libnice (0.1.19-1)
[2022-12-23T10:39:18-0700] [ALPM] installed wildmidi (0.4.4-1)
[2022-12-23T10:39:18-0700] [ALPM] installed liblqr (0.4.2-3)
[2022-12-23T10:39:18-0700] [ALPM] installed libraqm (0.9.0-1)
[2022-12-23T10:39:18-0700] [ALPM] installed imagemagick (7.1.0.55-2)
[2022-12-23T10:39:18-0700] [ALPM] installed zbar (0.23.90-1)
[2022-12-23T10:39:18-0700] [ALPM] installed mpg123 (1.31.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libopenmpt (0.6.6-2)
[2022-12-23T10:39:18-0700] [ALPM] installed libldac (2.0.2.3-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libfreeaptx (0.1.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed qrencode (4.1.1-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libavtp (0.2.0-1)
[2022-12-23T10:39:18-0700] [ALPM] installed libmicrodns (0.2.0-1)
[2022-12-23T10:39:18-0700] [ALPM] installed svt-hevc (1.5.1-2)
[2022-12-23T10:39:18-0700] [ALPM] installed zxing-cpp (1.4.0-1)
[2022-12-23T10:39:18-0700] [ALPM] installed gst-plugins-bad (1.20.5-1)
[2022-12-23T10:39:18-0700] [ALPM] installed ffnvcodec-headers (11.1.5.2-1)
[2022-12-23T10:39:18-0700] [ALPM] transaction completed
[2022-12-23T10:39:18-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-12-23T10:39:18-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:39:18-0700] [ALPM] running 'dbus-reload.hook'...
[2022-12-23T10:39:18-0700] [ALPM] running 'detect-old-perl-modules.hook'...
[2022-12-23T10:39:18-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-23T10:39:18-0700] [ALPM] running 'texinfo-install.hook'...
[2022-12-23T10:39:18-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-23T10:39:18-0700] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- gst-plugins-bad-libs python-appdirs python-more-itertools python-jaraco.functools python-jaraco.context python-autocommand cython python-typing_extensions python-pydantic python-inflect python-jaraco.text python-ordered-set python-pyparsing python-packaging python-tomli python-trove-classifiers python-validate-pyproject python-setuptools ninja meson aom libass libbs2b gsm libsamplerate jack2 lame libraw1394 libavc1394 libbluray dav1d libiec61883 libmfx libmodplug http-parser libgit2 rav1e libssh libtheora libvdpau vid.stab libvpx giflib libwebp l-smash x264 x265 xvidcore zimg ocl-icd opencore-amr openjpeg2 hidapi sdl2 srt svt-av1 sysfsutils v4l-utils vmaf ffmpeg chromaprint libdc1394 libde265 libdca faac faad2 libfdk-aac libinstpatch libyaml libcamera pipewire portaudio fluidsynth libgme libkate libxslt raptor liblrdf serd sord lv2 sratom lilv libdv mjpegtools libmpcdec neon openal imath openexr libdvdread libdvdnav rtmpdump libltc soundtouch spandsp libsrtp zvbi gssdp gupnp gupnp-igd libnice wildmidi liblqr libraqm imagemagick zbar mpg123 libopenmpt libldac libfreeaptx qrencode libavtp libmicrodns svt-hevc zxing-cpp gst-plugins-bad ffnvcodec-headers'
[2022-12-23T10:39:28-0700] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/rocky/.cache/yay/nvidia-vaapi-driver-git/nvidia-vaapi-driver-git-0.0.8.r13.g01dca0c-1-x86_64.pkg.tar.zst'
[2022-12-23T10:39:28-0700] [ALPM] transaction started
[2022-12-23T10:39:28-0700] [ALPM] installed nvidia-vaapi-driver-git (0.0.8.r13.g01dca0c-1)
[2022-12-23T10:39:28-0700] [ALPM] transaction completed
[2022-12-23T10:39:28-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:39:28-0700] [PACMAN] Running 'pacman -D -q --asexplicit --noconfirm --config /etc/pacman.conf -- nvidia-vaapi-driver-git'
[2022-12-23T10:47:49-0700] [PACMAN] Running 'pacman -S wayland-protocols-git sway-git wl-root-sgit hyprland-nvidia-git xdg-desktop-portal-hyprland-git'
[2022-12-23T10:48:50-0700] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- community/scdoc extra/gnu-free-fonts extra/jsoncpp extra/rhash extra/cmake extra/boost-libs extra/source-highlight extra/gdb-common extra/gdb extra/fuse3 extra/libsoup extra/geoclue extra/xdg-desktop-portal core/libinih extra/xcb-util-cursor extra/libb2 extra/qt6-translations extra/qt6-base extra/qt6-declarative extra/qt6-wayland'
[2022-12-23T10:48:56-0700] [ALPM] transaction started
[2022-12-23T10:48:56-0700] [ALPM] installed scdoc (1.11.2-4)
[2022-12-23T10:48:56-0700] [ALPM] installed gnu-free-fonts (20120503-8)
[2022-12-23T10:48:56-0700] [ALPM] installed jsoncpp (1.9.5-2)
[2022-12-23T10:48:56-0700] [ALPM] installed rhash (1.4.3-1)
[2022-12-23T10:48:56-0700] [ALPM] installed cmake (3.25.1-1)
[2022-12-23T10:48:56-0700] [ALPM] installed boost-libs (1.80.0-3)
[2022-12-23T10:48:56-0700] [ALPM] installed source-highlight (3.1.9-9)
[2022-12-23T10:48:56-0700] [ALPM] installed gdb-common (12.1-2)
[2022-12-23T10:48:56-0700] [ALPM] installed gdb (12.1-2)
[2022-12-23T10:48:56-0700] [ALPM] installed fuse3 (3.12.0-1)
[2022-12-23T10:48:56-0700] [ALPM] installed libsoup (2.74.3-1)
[2022-12-23T10:48:56-0700] [ALPM] installed geoclue (2.6.0-3)
[2022-12-23T10:48:56-0700] [ALPM] installed xdg-desktop-portal-gtk (1.14.1-1)
[2022-12-23T10:48:56-0700] [ALPM] installed graphene (1.10.8-1)
[2022-12-23T10:48:56-0700] [ALPM] installed gtk4 (1:4.8.3-1)
[2022-12-23T10:48:56-0700] [ALPM] installed libadwaita (1:1.2.0-1)
[2022-12-23T10:48:56-0700] [ALPM] installed gcr (3.41.1-3)
[2022-12-23T10:48:56-0700] [ALPM] installed gnome-keyring (1:42.1-2)
[2022-12-23T10:48:56-0700] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/gnome-keyring-daemon.socket → /usr/lib/systemd/user/gnome-keyring-daemon.socket.
[2022-12-23T10:48:56-0700] [ALPM] installed bubblewrap (0.7.0-1)
[2022-12-23T10:48:56-0700] [ALPM] installed gnome-desktop-common (1:43-1)
[2022-12-23T10:48:56-0700] [ALPM] installed gnome-desktop-4 (1:43-1)
[2022-12-23T10:48:56-0700] [ALPM] installed xdg-desktop-portal-gnome (43.1-1)
[2022-12-23T10:48:56-0700] [ALPM] installed xdg-desktop-portal (1.16.0-1)
[2022-12-23T10:48:56-0700] [ALPM] installed libinih (56-1)
[2022-12-23T10:48:56-0700] [ALPM] installed xcb-util-cursor (0.1.4-1)
[2022-12-23T10:48:56-0700] [ALPM] installed libb2 (0.98.1-2)
[2022-12-23T10:48:56-0700] [ALPM] installed qt6-translations (6.4.1-1)
[2022-12-23T10:48:57-0700] [ALPM] installed qt6-base (6.4.1-1)
[2022-12-23T10:48:57-0700] [ALPM] installed qt6-declarative (6.4.1-1)
[2022-12-23T10:48:57-0700] [ALPM] installed qt6-wayland (6.4.1-1)
[2022-12-23T10:48:57-0700] [ALPM] transaction completed
[2022-12-23T10:48:57-0700] [ALPM] running '20-systemd-sysusers.hook'...
[2022-12-23T10:48:57-0700] [ALPM-SCRIPTLET] Creating group 'geoclue' with GID 971.
[2022-12-23T10:48:57-0700] [ALPM-SCRIPTLET] Creating user 'geoclue' (Geoinformation service) with UID 971 and GID 971.
[2022-12-23T10:48:57-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-23T10:48:57-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-12-23T10:48:57-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-12-23T10:48:57-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:48:57-0700] [ALPM] running '30-update-mime-database.hook'...
[2022-12-23T10:48:57-0700] [ALPM] running 'dbus-reload.hook'...
[2022-12-23T10:48:57-0700] [ALPM] running 'fontconfig.hook'...
[2022-12-23T10:48:58-0700] [ALPM] running 'glib-compile-schemas.hook'...
[2022-12-23T10:48:58-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-23T10:48:58-0700] [ALPM] running 'gtk4-querymodules.hook'...
[2022-12-23T10:48:58-0700] [ALPM] running 'texinfo-install.hook'...
[2022-12-23T10:48:58-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-23T10:48:58-0700] [ALPM] running 'xorg-mkfontscale.hook'...
[2022-12-23T10:48:58-0700] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- scdoc gnu-free-fonts jsoncpp rhash cmake boost-libs source-highlight gdb-common gdb fuse3 libsoup geoclue xdg-desktop-portal libinih xcb-util-cursor libb2 qt6-translations qt6-base qt6-declarative qt6-wayland'
[2022-12-23T10:49:10-0700] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/rocky/.cache/yay/wayland-protocols-git/wayland-protocols-git-1.31.r1.g37a7b9d-1-any.pkg.tar.zst'
[2022-12-23T10:49:19-0700] [ALPM] transaction started
[2022-12-23T10:49:19-0700] [ALPM] removed wayland-protocols (1.31-1)
[2022-12-23T10:49:19-0700] [ALPM] installed wayland-protocols-git (1.31.r1.g37a7b9d-1)
[2022-12-23T10:49:19-0700] [ALPM] transaction completed
[2022-12-23T10:49:19-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:49:19-0700] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- wayland-protocols-git'
[2022-12-23T10:49:30-0700] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/rocky/.cache/yay/swaybg-git/swaybg-git-r128.a67361e-1-x86_64.pkg.tar.zst'
[2022-12-23T10:49:31-0700] [ALPM] transaction started
[2022-12-23T10:49:31-0700] [ALPM] installed swaybg-git (r128.a67361e-1)
[2022-12-23T10:49:31-0700] [ALPM] transaction completed
[2022-12-23T10:49:31-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:49:31-0700] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- swaybg-git'
[2022-12-23T10:49:46-0700] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/rocky/.cache/yay/wlroots-git/wlroots-git-0.17.0.r6053.48a89179-1-x86_64.pkg.tar.zst /home/rocky/.cache/yay/wlroots-git/wlroots-git-debug-0.17.0.r6053.48a89179-1-x86_64.pkg.tar.zst'
[2022-12-23T10:49:52-0700] [ALPM] transaction started
[2022-12-23T10:49:52-0700] [ALPM] installed wlroots-git (0.17.0.r6053.48a89179-1)
[2022-12-23T10:49:52-0700] [ALPM] installed wlroots-git-debug (0.17.0.r6053.48a89179-1)
[2022-12-23T10:49:52-0700] [ALPM] transaction completed
[2022-12-23T10:49:52-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:49:52-0700] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- wlroots-git-debug'
[2022-12-23T10:49:53-0700] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- wlroots-git'
[2022-12-23T10:50:09-0700] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/rocky/.cache/yay/sway-git/sway-git-r7040.bd7466e1-1-x86_64.pkg.tar.zst /home/rocky/.cache/yay/sway-git/sway-git-debug-r7040.bd7466e1-1-x86_64.pkg.tar.zst'
[2022-12-23T10:50:10-0700] [ALPM] transaction started
[2022-12-23T10:50:10-0700] [ALPM] installed sway-git (r7040.bd7466e1-1)
[2022-12-23T10:50:10-0700] [ALPM] installed sway-git-debug (r7040.bd7466e1-1)
[2022-12-23T10:50:10-0700] [ALPM] transaction completed
[2022-12-23T10:50:10-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:50:10-0700] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- sway-git-debug'
[2022-12-23T10:50:10-0700] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- sway-git'
[2022-12-23T10:50:33-0700] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/rocky/.cache/yay/hyprland-nvidia-git/hyprland-nvidia-git-r2256.e6cbb60-1-any.pkg.tar.zst'
[2022-12-23T10:50:55-0700] [ALPM] transaction started
[2022-12-23T10:50:55-0700] [ALPM] removed hyprland-git (r2256.e6cbb60-1)
[2022-12-23T10:50:55-0700] [ALPM] installed hyprland-nvidia-git (r2256.e6cbb60-1)
[2022-12-23T10:50:55-0700] [ALPM] transaction completed
[2022-12-23T10:50:55-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:50:55-0700] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- hyprland-nvidia-git'
[2022-12-23T10:51:06-0700] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/rocky/.cache/yay/xdg-desktop-portal-hyprland-git/xdg-desktop-portal-hyprland-git-r248.45bbf9a-1-x86_64.pkg.tar.zst'
[2022-12-23T10:51:28-0700] [ALPM] transaction started
[2022-12-23T10:51:28-0700] [ALPM] installed xdg-desktop-portal-hyprland-git (r248.45bbf9a-1)
[2022-12-23T10:51:28-0700] [ALPM] transaction completed
[2022-12-23T10:51:28-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T10:51:29-0700] [PACMAN] Running 'pacman -D --asexplicit -q --config /etc/pacman.conf -- xdg-desktop-portal-hyprland-git'
[2022-12-23T11:03:05-0700] [PACMAN] Running 'pacman -S nvidia-open-dkms'
[2022-12-23T11:03:09-0700] [ALPM] running '70-dkms-upgrade.hook'...
[2022-12-23T11:03:10-0700] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod nvidia/525.60.11 -k 6.1.1-arch1-1
[2022-12-23T11:03:10-0700] [ALPM] transaction started
[2022-12-23T11:03:10-0700] [ALPM] reinstalled nvidia-open-dkms (525.60.11-5)
[2022-12-23T11:03:10-0700] [ALPM] transaction completed
[2022-12-23T11:03:10-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T11:03:10-0700] [ALPM] running '70-dkms-install.hook'...
[2022-12-23T11:03:10-0700] [ALPM-SCRIPTLET] ==> dkms install --no-depmod nvidia/525.60.11 -k 6.1.1-arch1-1
[2022-12-23T11:03:33-0700] [ALPM-SCRIPTLET] ==> depmod 6.1.1-arch1-1
[2022-12-23T11:03:46-0700] [PACMAN] Running 'pacman -S nvidia-utils'
[2022-12-23T11:03:48-0700] [ALPM] transaction started
[2022-12-23T11:03:49-0700] [ALPM] reinstalled nvidia-utils (525.60.11-1)
[2022-12-23T11:03:49-0700] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2022-12-23T11:03:49-0700] [ALPM-SCRIPTLET] If you use GDM on Wayland, you might have to run systemctl enable --now nvidia-resume.service
[2022-12-23T11:03:49-0700] [ALPM] transaction completed
[2022-12-23T11:03:49-0700] [ALPM] running '20-systemd-sysusers.hook'...
[2022-12-23T11:03:49-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-23T11:03:49-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-12-23T11:03:49-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T11:03:49-0700] [ALPM] running 'dbus-reload.hook'...
[2022-12-23T11:06:31-0700] [PACMAN] Running 'pacman -S sddm'
[2022-12-23T11:06:33-0700] [ALPM] transaction started
[2022-12-23T11:06:33-0700] [ALPM] installed sddm (0.19.0-9)
[2022-12-23T11:06:33-0700] [ALPM] transaction completed
[2022-12-23T11:06:33-0700] [ALPM] running '20-systemd-sysusers.hook'...
[2022-12-23T11:06:33-0700] [ALPM-SCRIPTLET] Creating group 'sddm' with GID 970.
[2022-12-23T11:06:33-0700] [ALPM-SCRIPTLET] Creating user 'sddm' (Simple Desktop Display Manager) with UID 970 and GID 970.
[2022-12-23T11:06:33-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-23T11:06:33-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-12-23T11:06:33-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T11:06:33-0700] [ALPM] running 'dbus-reload.hook'...
[2022-12-23T11:19:20-0700] [PACMAN] Running 'pacman -S lightdm lightdm-gtk-greeter lightdm-greeter-settings'
[2022-12-23T11:19:43-0700] [PACMAN] Running 'pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings'
[2022-12-23T11:19:45-0700] [ALPM] transaction started
[2022-12-23T11:19:45-0700] [ALPM] installed libxklavier (5.4-3)
[2022-12-23T11:19:45-0700] [ALPM] installed lightdm (1:1.32.0-4)
[2022-12-23T11:19:45-0700] [ALPM] installed lightdm-gtk-greeter (1:2.0.8-3)
[2022-12-23T11:19:45-0700] [ALPM] installed gobject-introspection-runtime (1.74.0-1)
[2022-12-23T11:19:45-0700] [ALPM] installed python-gobject (3.42.2-1)
[2022-12-23T11:19:45-0700] [ALPM] installed lightdm-gtk-greeter-settings (1.2.2-7)
[2022-12-23T11:19:45-0700] [ALPM] transaction completed
[2022-12-23T11:19:45-0700] [ALPM] running '20-systemd-sysusers.hook'...
[2022-12-23T11:19:45-0700] [ALPM-SCRIPTLET] Creating group 'lightdm' with GID 969.
[2022-12-23T11:19:45-0700] [ALPM-SCRIPTLET] Creating user 'lightdm' (Light Display Manager) with UID 969 and GID 969.
[2022-12-23T11:19:45-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-23T11:19:45-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-12-23T11:19:45-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T11:19:45-0700] [ALPM] running 'dbus-reload.hook'...
[2022-12-23T11:19:45-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-23T11:19:45-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-23T11:20:19-0700] [PACMAN] Running 'pacman -S xfce4'
[2022-12-23T11:20:26-0700] [ALPM] transaction started
[2022-12-23T11:20:26-0700] [ALPM] installed libxfce4util (4.18.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed xfconf (4.18.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed startup-notification (0.12-7)
[2022-12-23T11:20:26-0700] [ALPM] installed libgtop (2.40.0+2+g31db82ef-2)
[2022-12-23T11:20:26-0700] [ALPM] installed libxfce4ui (4.18.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed exo (4.18.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed garcon (4.18.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed libexif (0.6.24-1)
[2022-12-23T11:20:26-0700] [ALPM] installed libnotify (0.8.1-1)
[2022-12-23T11:20:26-0700] [ALPM] installed thunar (4.18.1-1)
[2022-12-23T11:20:26-0700] [ALPM] installed thunar-volman (4.18.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed tumbler (4.18.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed xfce4-appfinder (4.18.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed libxres (1.2.2-1)
[2022-12-23T11:20:26-0700] [ALPM] installed libwnck3 (43.0-3)
[2022-12-23T11:20:26-0700] [ALPM] installed xfce4-panel (4.18.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed libplist (2.2.0-5)
[2022-12-23T11:20:26-0700] [ALPM] installed libusbmuxd (2.0.2-1)
[2022-12-23T11:20:26-0700] [ALPM] installed usbmuxd (1.1.1-1)
[2022-12-23T11:20:26-0700] [ALPM] installed libimobiledevice (1.3.0-5)
[2022-12-23T11:20:26-0700] [ALPM] installed upower (1.90.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed xfce4-notifyd (0.6.5-1)
[2022-12-23T11:20:26-0700] [ALPM] installed xfce4-power-manager (4.18.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed xorg-xinit (1.4.2-1)
[2022-12-23T11:20:26-0700] [ALPM] installed polkit-gnome (0.105-9)
[2022-12-23T11:20:26-0700] [ALPM] installed xfce4-session (4.18.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed sound-theme-freedesktop (0.8-5)
[2022-12-23T11:20:26-0700] [ALPM] installed libcanberra (1:0.30+r2+gc0620e4-2)
[2022-12-23T11:20:26-0700] [ALPM] installed libgusb (0.4.3-1)
[2022-12-23T11:20:26-0700] [ALPM] installed colord (1.4.6-1)
[2022-12-23T11:20:26-0700] [ALPM] installed elementary-icon-theme (7.1.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed gnome-themes-extra (3.28+r6+g45b1d457-1)
[2022-12-23T11:20:26-0700] [ALPM] installed xfce4-settings (4.18.1-1)
[2022-12-23T11:20:26-0700] [ALPM] installed vte-common (0.70.2-1)
[2022-12-23T11:20:26-0700] [ALPM] installed vte3 (0.70.2-1)
[2022-12-23T11:20:26-0700] [ALPM] installed xfce4-terminal (1.0.4-1)
[2022-12-23T11:20:26-0700] [ALPM] installed xfdesktop (4.18.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed libxpresent (1.0.1-1)
[2022-12-23T11:20:26-0700] [ALPM] installed xfwm4 (4.18.0-1)
[2022-12-23T11:20:26-0700] [ALPM] installed xfwm4-themes (4.10.0-4)
[2022-12-23T11:20:26-0700] [ALPM] transaction completed
[2022-12-23T11:20:27-0700] [ALPM] running '20-systemd-sysusers.hook'...
[2022-12-23T11:20:27-0700] [ALPM-SCRIPTLET] Creating group 'colord' with GID 968.
[2022-12-23T11:20:27-0700] [ALPM-SCRIPTLET] Creating user 'colord' (Color management daemon) with UID 968 and GID 968.
[2022-12-23T11:20:27-0700] [ALPM-SCRIPTLET] Creating group 'usbmux' with GID 140.
[2022-12-23T11:20:27-0700] [ALPM-SCRIPTLET] Creating user 'usbmux' (usbmux user) with UID 140 and GID 140.
[2022-12-23T11:20:27-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-23T11:20:27-0700] [ALPM] running '30-systemd-hwdb.hook'...
[2022-12-23T11:20:27-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-12-23T11:20:27-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-12-23T11:20:27-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T11:20:27-0700] [ALPM] running 'dbus-reload.hook'...
[2022-12-23T11:20:27-0700] [ALPM] running 'gio-querymodules.hook'...
[2022-12-23T11:20:27-0700] [ALPM] running 'glib-compile-schemas.hook'...
[2022-12-23T11:20:27-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-23T11:20:27-0700] [ALPM] running 'texinfo-install.hook'...
[2022-12-23T11:20:27-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-23T11:20:37-0700] [PACMAN] Running 'pacman -S firefox nautilus'
[2022-12-23T11:20:44-0700] [ALPM] transaction started
[2022-12-23T11:20:44-0700] [ALPM] installed dbus-glib (0.112-2)
[2022-12-23T11:20:44-0700] [ALPM] installed mailcap (2.1.53-1)
[2022-12-23T11:20:44-0700] [ALPM] installed firefox (108.0.1-1)
[2022-12-23T11:20:44-0700] [ALPM] installed exiv2 (0.27.5-3)
[2022-12-23T11:20:44-0700] [ALPM] installed libgexiv2 (0.14.0-3)
[2022-12-23T11:20:44-0700] [ALPM] installed libcdio (2.1.0-3)
[2022-12-23T11:20:44-0700] [ALPM] installed libcdio-paranoia (10.2+2.0.1-2)
[2022-12-23T11:20:44-0700] [ALPM] installed libatasmart (0.19-5)
[2022-12-23T11:20:44-0700] [ALPM] installed btrfs-progs (6.0.2-1)
[2022-12-23T11:20:44-0700] [ALPM] installed dmraid (1.0.0.rc16.3-14)
[2022-12-23T11:20:44-0700] [ALPM] installed gptfdisk (1.0.9-2)
[2022-12-23T11:20:44-0700] [ALPM] installed libbytesize (2.7-1)
[2022-12-23T11:20:44-0700] [ALPM] installed libaio (0.3.113-1)
[2022-12-23T11:20:44-0700] [ALPM] installed thin-provisioning-tools (0.9.0-1)
[2022-12-23T11:20:44-0700] [ALPM] installed lvm2 (2.03.17-1)
[2022-12-23T11:20:44-0700] [ALPM] installed mdadm (4.2-2)
[2022-12-23T11:20:45-0700] [ALPM] installed iniparser (4.1-4)
[2022-12-23T11:20:45-0700] [ALPM] installed ndctl (74-1)
[2022-12-23T11:20:45-0700] [ALPM] installed parted (3.5-1)
[2022-12-23T11:20:45-0700] [ALPM] installed volume_key (0.3.12-7)
[2022-12-23T11:20:45-0700] [ALPM] installed liburcu (0.13.2-1)
[2022-12-23T11:20:45-0700] [ALPM] installed xfsprogs (6.0.0-2)
[2022-12-23T11:20:45-0700] [ALPM] installed libblockdev (2.28-1)
[2022-12-23T11:20:45-0700] [ALPM] installed udisks2 (2.9.4-1)
[2022-12-23T11:20:45-0700] [ALPM] installed gvfs (1.50.2-1)
[2022-12-23T11:20:45-0700] [ALPM] installed exempi (2.6.3-1)
[2022-12-23T11:20:45-0700] [ALPM] installed gupnp-dlna (0.12.0-2)
[2022-12-23T11:20:45-0700] [ALPM] installed libcue (2.2.1-2)
[2022-12-23T11:20:45-0700] [ALPM] installed libgrss (0.7.0+16+g971c421-3)
[2022-12-23T11:20:45-0700] [ALPM] installed libgsf (1.14.50-1)
[2022-12-23T11:20:45-0700] [ALPM] installed libgxps (0.3.2-2)
[2022-12-23T11:20:45-0700] [ALPM] installed libiptcdata (1.0.5-1)
[2022-12-23T11:20:45-0700] [ALPM] installed osinfo-db (20221130-1)
[2022-12-23T11:20:45-0700] [ALPM] installed libosinfo (1.10.0-2)
[2022-12-23T11:20:45-0700] [ALPM] installed poppler (22.12.0-1)
[2022-12-23T11:20:45-0700] [ALPM] installed poppler-glib (22.12.0-1)
[2022-12-23T11:20:45-0700] [ALPM] installed totem-pl-parser (3.26.6-2)
[2022-12-23T11:20:45-0700] [ALPM] installed tracker3-miners (3.4.2-1)
[2022-12-23T11:20:45-0700] [ALPM] installed gnome-autoar (0.4.3-2)
[2022-12-23T11:20:45-0700] [ALPM] installed libportal (0.6-1)
[2022-12-23T11:20:45-0700] [ALPM] installed libportal-gtk4 (0.6-1)
[2022-12-23T11:20:45-0700] [ALPM] installed libnautilus-extension (43.1-1)
[2022-12-23T11:20:45-0700] [ALPM] installed nautilus (43.1-1)
[2022-12-23T11:20:45-0700] [ALPM] transaction completed
[2022-12-23T11:20:45-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-23T11:20:45-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-12-23T11:20:45-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-12-23T11:20:45-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T11:20:45-0700] [ALPM] running '90-mkinitcpio-install.hook'...
[2022-12-23T11:20:45-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2022-12-23T11:20:45-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2022-12-23T11:20:45-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.1-arch1-1
[2022-12-23T11:20:45-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2022-12-23T11:20:45-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2022-12-23T11:20:46-0700] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2022-12-23T11:20:46-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2022-12-23T11:20:46-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2022-12-23T11:20:48-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2022-12-23T11:20:48-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2022-12-23T11:20:48-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2022-12-23T11:20:48-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2022-12-23T11:20:48-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2022-12-23T11:20:48-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2022-12-23T11:20:48-0700] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2022-12-23T11:20:48-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2022-12-23T11:20:48-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-12-23T11:20:48-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2022-12-23T11:20:49-0700] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-12-23T11:20:49-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2022-12-23T11:20:49-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2022-12-23T11:20:49-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.1-arch1-1
[2022-12-23T11:20:49-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2022-12-23T11:20:49-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2022-12-23T11:20:50-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2022-12-23T11:20:50-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2022-12-23T11:20:53-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2022-12-23T11:20:53-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2022-12-23T11:20:53-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2022-12-23T11:20:55-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2022-12-23T11:20:55-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2022-12-23T11:20:55-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2022-12-23T11:20:55-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2022-12-23T11:20:55-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2022-12-23T11:20:55-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2022-12-23T11:20:55-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2022-12-23T11:20:55-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2022-12-23T11:20:55-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2022-12-23T11:20:56-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2022-12-23T11:20:57-0700] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2022-12-23T11:20:58-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2022-12-23T11:21:00-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2022-12-23T11:21:00-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2022-12-23T11:21:01-0700] [ALPM-SCRIPTLET] ==> Image generation successful
[2022-12-23T11:21:01-0700] [ALPM] running 'dbus-reload.hook'...
[2022-12-23T11:21:01-0700] [ALPM] running 'gio-querymodules.hook'...
[2022-12-23T11:21:01-0700] [ALPM] running 'glib-compile-schemas.hook'...
[2022-12-23T11:21:01-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-23T11:21:01-0700] [ALPM] running 'gvfsd.hook'...
[2022-12-23T11:21:01-0700] [ALPM] running 'texinfo-install.hook'...
[2022-12-23T11:21:01-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-23T05:25:17-0700] [PACMAN] Running 'pacman -S swabg swayidle swaylock wl-clipboard waybar wofi foot mako grim slupr wf-recorder light yad thunar mpv mpd mpc viewnior imagemagick'
[2022-12-23T05:25:29-0700] [PACMAN] Running 'pacman -S swaybg swayidle swaylock wl-clipboard waybar wofi foot mako grim slurp wf-recorder light yad thunar mpv mpd mpc viewnior imagemagick'
[2022-12-23T05:25:52-0700] [PACMAN] Running 'pacman -S swaybg-git swayidle-git swaylock-git wl-clipboard waybar wofi foot mako grim slurp wf-recorder light yad thunar mpv mpd mpc viewnior imagemagick'
[2022-12-23T05:26:10-0700] [PACMAN] Running 'pacman -S wl-clipboard waybar wofi foot mako grim slurp wf-recorder light yad thunar mpv mpd mpc viewnior imagemagick'
[2022-12-23T05:26:22-0700] [ALPM] transaction started
[2022-12-23T05:26:22-0700] [ALPM] installed wl-clipboard (1:2.1.0-2)
[2022-12-23T05:26:22-0700] [ALPM] installed libsigc++ (2.10.8-1)
[2022-12-23T05:26:22-0700] [ALPM] installed glibmm (2.66.5-1)
[2022-12-23T05:26:22-0700] [ALPM] installed cairomm (1.14.4-1)
[2022-12-23T05:26:22-0700] [ALPM] installed pangomm (2.46.3-1)
[2022-12-23T05:26:22-0700] [ALPM] installed atkmm (2.28.3-1)
[2022-12-23T05:26:22-0700] [ALPM] installed gtkmm3 (3.24.7-1)
[2022-12-23T05:26:22-0700] [ALPM] installed fmt (9.1.0-2)
[2022-12-23T05:26:22-0700] [ALPM] installed chrono-date (3.0.1-3)
[2022-12-23T05:26:22-0700] [ALPM] installed spdlog (1.11.0-1)
[2022-12-23T05:26:22-0700] [ALPM] installed gtk-layer-shell (0.8.0-1)
[2022-12-23T05:26:22-0700] [ALPM] installed libmpdclient (2.20-2)
[2022-12-23T05:26:22-0700] [ALPM] installed libmd (1.0.4-1)
[2022-12-23T05:26:22-0700] [ALPM] installed libbsd (0.11.7-1)
[2022-12-23T05:26:22-0700] [ALPM] installed sndio (1.9.0-1)
[2022-12-23T05:26:22-0700] [ALPM] installed libwireplumber (0.4.13-1)
[2022-12-23T05:26:22-0700] [ALPM] installed waybar (0.9.16-2)
[2022-12-23T05:26:22-0700] [ALPM] installed wofi (1.3-2)
[2022-12-23T05:26:22-0700] [ALPM] installed libutf8proc (2.8.0-1)
[2022-12-23T05:26:22-0700] [ALPM] installed fcft (3.1.5-2)
[2022-12-23T05:26:22-0700] [ALPM] installed foot (1.13.1-2)
[2022-12-23T05:26:22-0700] [ALPM] installed mako (1.7.1-2)
[2022-12-23T05:26:22-0700] [ALPM] installed grim (1.4.0-2)
[2022-12-23T05:26:22-0700] [ALPM] installed slurp (1.4.0-1)
[2022-12-23T05:26:22-0700] [ALPM] installed wf-recorder (0.3.0-2)
[2022-12-23T05:26:22-0700] [ALPM] installed light (1.2.2-3)
[2022-12-23T05:26:22-0700] [ALPM-SCRIPTLET] ====> Make sure to add your user to the video group.
[2022-12-23T05:26:22-0700] [ALPM] installed enchant (2.3.3-2)
[2022-12-23T05:26:22-0700] [ALPM] installed harfbuzz-icu (6.0.0-1)
[2022-12-23T05:26:22-0700] [ALPM] installed hyphen (2.8.8-5)
[2022-12-23T05:26:22-0700] [ALPM] installed libyuv (r2322+3aebf69d-1)
[2022-12-23T05:26:22-0700] [ALPM] installed libavif (0.11.1-1)
[2022-12-23T05:26:22-0700] [ALPM] installed libmanette (0.2.6-3)
[2022-12-23T05:26:22-0700] [ALPM] installed libwpe (1.14.0-1)
[2022-12-23T05:26:22-0700] [ALPM] installed woff2 (1.0.2-4)
[2022-12-23T05:26:22-0700] [ALPM] installed wpebackend-fdo (1.14.0-1)
[2022-12-23T05:26:22-0700] [ALPM] installed xdg-dbus-proxy (0.1.4-1)
[2022-12-23T05:26:22-0700] [ALPM] installed webkit2gtk (2.38.3-1)
[2022-12-23T05:26:22-0700] [ALPM] installed gtksourceview3 (1:3.24.11+r28+g73e57b57-1)
[2022-12-23T05:26:22-0700] [ALPM] installed gspell (1.12.0-2)
[2022-12-23T05:26:22-0700] [ALPM] installed yad (12.3-1)
[2022-12-23T05:26:22-0700] [ALPM] reinstalled thunar (4.18.1-1)
[2022-12-23T05:26:22-0700] [ALPM] installed spirv-tools (2022.1-1)
[2022-12-23T05:26:22-0700] [ALPM] installed shaderc (2022.1-4)
[2022-12-23T05:26:22-0700] [ALPM] installed libplacebo (4.208.0-1)
[2022-12-23T05:26:22-0700] [ALPM] installed libxss (1.2.3-4)
[2022-12-23T05:26:22-0700] [ALPM] installed mujs (1.3.2-1)
[2022-12-23T05:26:22-0700] [ALPM] installed rubberband (3.1.2-1)
[2022-12-23T05:26:22-0700] [ALPM] installed uchardet (0.0.7-1)
[2022-12-23T05:26:22-0700] [ALPM] installed mpv (1:0.35.0-2)
[2022-12-23T05:26:22-0700] [ALPM] installed libmad (0.15.1b-9)
[2022-12-23T05:26:22-0700] [ALPM] installed libmms (0.6.4-3)
[2022-12-23T05:26:22-0700] [ALPM] installed libnfs (5.0.2-1)
[2022-12-23T05:26:22-0700] [ALPM] installed libshout (1:2.4.6-2)
[2022-12-23T05:26:22-0700] [ALPM] installed libsidplayfp (2.4.1-1)
[2022-12-23T05:26:22-0700] [ALPM] installed talloc (2.3.4-1)
[2022-12-23T05:26:22-0700] [ALPM] installed libwbclient (4.17.4-2)
[2022-12-23T05:26:22-0700] [ALPM] installed cifs-utils (7.0-2)
[2022-12-23T05:26:22-0700] [ALPM] installed tevent (1:0.13.0-1)
[2022-12-23T05:26:22-0700] [ALPM] installed lmdb (0.9.29-1)
[2022-12-23T05:26:22-0700] [ALPM] installed ldb (2:2.6.1-1)
[2022-12-23T05:26:22-0700] [ALPM] installed smbclient (4.17.4-2)
[2022-12-23T05:26:22-0700] [ALPM] installed wavpack (5.6.0-1)
[2022-12-23T05:26:22-0700] [ALPM] installed zziplib (0.13.72-1)
[2022-12-23T05:26:22-0700] [ALPM] installed libao (1.2.2-5)
[2022-12-23T05:26:22-0700] [ALPM] installed audiofile (0.3.6-7)
[2022-12-23T05:26:22-0700] [ALPM] installed libid3tag (0.15.1b-11)
[2022-12-23T05:26:22-0700] [ALPM] installed libmikmod (3.3.11.1-6)
[2022-12-23T05:26:22-0700] [ALPM] installed twolame (0.4.0-2)
[2022-12-23T05:26:22-0700] [ALPM] installed libupnp (1.14.15-1)
[2022-12-23T05:26:22-0700] [ALPM] installed liburing (2.3-1)
[2022-12-23T05:26:22-0700] [ALPM] installed yajl (2.1.0-5)
[2022-12-23T05:26:22-0700] [ALPM] installed mpd (0.23.11-1)
[2022-12-23T05:26:22-0700] [ALPM] installed mpc (0.34-2)
[2022-12-23T05:26:22-0700] [ALPM] installed gtk2 (2.24.33-2)
[2022-12-23T05:26:22-0700] [ALPM] installed viewnior (1.8-2)
[2022-12-23T05:26:22-0700] [ALPM] reinstalled imagemagick (7.1.0.55-2)
[2022-12-23T05:26:22-0700] [ALPM] transaction completed
[2022-12-23T05:26:23-0700] [ALPM] running '20-systemd-sysusers.hook'...
[2022-12-23T05:26:23-0700] [ALPM-SCRIPTLET] Creating group 'mpd' with GID 45.
[2022-12-23T05:26:23-0700] [ALPM-SCRIPTLET] Creating user 'mpd' (n/a) with UID 45 and GID 45.
[2022-12-23T05:26:23-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-23T05:26:23-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-12-23T05:26:23-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-12-23T05:26:23-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T05:26:23-0700] [ALPM] running 'detect-old-perl-modules.hook'...
[2022-12-23T05:26:23-0700] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2022-12-23T05:26:23-0700] [ALPM] running 'glib-compile-schemas.hook'...
[2022-12-23T05:26:23-0700] [ALPM] running 'gtk-query-immodules-2.0.hook'...
[2022-12-23T05:26:23-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-23T05:26:23-0700] [ALPM] running 'texinfo-install.hook'...
[2022-12-23T05:26:23-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-23T05:41:31-0700] [PACMAN] Running 'pacman -S ttf-jetbrains-mono'
[2022-12-23T05:41:33-0700] [ALPM] transaction started
[2022-12-23T05:41:33-0700] [ALPM] installed ttf-jetbrains-mono (2.242-2)
[2022-12-23T05:41:33-0700] [ALPM] transaction completed
[2022-12-23T05:41:33-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T05:41:33-0700] [ALPM] running 'fontconfig.hook'...
[2022-12-23T05:41:33-0700] [ALPM] running 'xorg-mkfontscale.hook'...
[2022-12-23T06:14:24-0700] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- extra/rust community/oniguruma community/jq'
[2022-12-23T06:14:27-0700] [ALPM] transaction started
[2022-12-23T06:14:28-0700] [ALPM] installed rust (1:1.66.0-1)
[2022-12-23T06:14:28-0700] [ALPM] installed oniguruma (6.9.8-1)
[2022-12-23T06:14:28-0700] [ALPM] installed jq (1.6-4)
[2022-12-23T06:14:28-0700] [ALPM] transaction completed
[2022-12-23T06:14:28-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T06:14:28-0700] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- rust oniguruma jq'
[2022-12-23T06:15:42-0700] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/rocky/.cache/yay/goxlr-utility/goxlr-utility-0.8.1-1-x86_64.pkg.tar.zst'
[2022-12-23T06:15:42-0700] [ALPM] transaction started
[2022-12-23T06:15:42-0700] [ALPM] installed goxlr-utility (0.8.1-1)
[2022-12-23T06:15:42-0700] [ALPM-SCRIPTLET] You may need to replug your GoXLR before running the Daemon
[2022-12-23T06:15:42-0700] [ALPM] transaction completed
[2022-12-23T06:15:42-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T06:15:42-0700] [PACMAN] Running 'pacman -D -q --asexplicit --noconfirm --config /etc/pacman.conf -- goxlr-utility'
[2022-12-23T06:17:55-0700] [PACMAN] Running 'pacman -S pipewire pipewire-pulse'
[2022-12-23T06:18:08-0700] [PACMAN] Running 'pacman -S pipewire pipewire-pulse'
[2022-12-23T06:18:20-0700] [ALPM] transaction started
[2022-12-23T06:18:20-0700] [ALPM] removed pulseaudio-bluetooth (16.1-3)
[2022-12-23T06:18:20-0700] [ALPM-SCRIPTLET] Removed "/etc/systemd/user/sockets.target.wants/pulseaudio.socket".
[2022-12-23T06:18:20-0700] [ALPM] removed pulseaudio (16.1-3)
[2022-12-23T06:18:20-0700] [ALPM] reinstalled pipewire (1:0.3.63-1)
[2022-12-23T06:18:20-0700] [ALPM] installed alsa-card-profiles (1:0.3.63-1)
[2022-12-23T06:18:20-0700] [ALPM] installed pipewire-audio (1:0.3.63-1)
[2022-12-23T06:18:20-0700] [ALPM] installed pipewire-media-session (1:0.4.1-2)
[2022-12-23T06:18:20-0700] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/pipewire-media-session.service.
[2022-12-23T06:18:20-0700] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/pipewire.service.wants/pipewire-media-session.service → /usr/lib/systemd/user/pipewire-media-session.service.
[2022-12-23T06:18:20-0700] [ALPM] installed pipewire-pulse (1:0.3.63-1)
[2022-12-23T06:18:20-0700] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
[2022-12-23T06:18:20-0700] [ALPM] transaction completed
[2022-12-23T06:18:20-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-12-23T06:18:20-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T06:18:20-0700] [ALPM] running 'glib-compile-schemas.hook'...
[2022-12-23T06:22:59-0700] [PACMAN] Running 'pacman -S pavucontrol'
[2022-12-23T06:23:01-0700] [ALPM] transaction started
[2022-12-23T06:23:01-0700] [ALPM] installed pavucontrol (1:5.0+r61+gee77d86-2)
[2022-12-23T06:23:01-0700] [ALPM] transaction completed
[2022-12-23T06:23:01-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-23T06:23:01-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-25T02:41:53-0700] [PACMAN] Running 'pacman -S neovim'
[2022-12-25T02:51:13-0700] [PACMAN] Running 'pacman -S nodejs-lts-hydrogen'
[2022-12-25T02:51:50-0700] [PACMAN] Running 'pacman -Syy'
[2022-12-25T02:51:50-0700] [PACMAN] synchronizing package lists
[2022-12-25T02:51:53-0700] [PACMAN] Running 'pacman -S nodejs-lts-hydrogen'
[2022-12-25T02:51:56-0700] [ALPM] transaction started
[2022-12-25T02:51:56-0700] [ALPM] installed c-ares (1.18.1-1)
[2022-12-25T02:51:56-0700] [ALPM] installed nodejs-lts-hydrogen (18.12.1-2)
[2022-12-25T02:51:56-0700] [ALPM] transaction completed
[2022-12-25T02:51:56-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-25T02:56:30-0700] [PACMAN] Running 'pacman -S nodejs-lts-hydrogen'
[2022-12-25T02:56:32-0700] [ALPM] transaction started
[2022-12-25T02:56:32-0700] [ALPM] reinstalled nodejs-lts-hydrogen (18.12.1-2)
[2022-12-25T02:56:32-0700] [ALPM] transaction completed
[2022-12-25T02:56:32-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-25T02:57:54-0700] [PACMAN] Running 'pacman -S npm'
[2022-12-25T02:57:56-0700] [ALPM] transaction started
[2022-12-25T02:57:56-0700] [ALPM] installed nodejs-nopt (7.0.0-1)
[2022-12-25T02:57:56-0700] [ALPM] installed semver (7.3.8-1)
[2022-12-25T02:57:56-0700] [ALPM] installed node-gyp (9.3.1-1)
[2022-12-25T02:57:56-0700] [ALPM] installed npm (8.19.2-1)
[2022-12-25T02:57:56-0700] [ALPM] transaction completed
[2022-12-25T02:57:56-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-25T02:58:22-0700] [PACMAN] Running 'pacman -S unzip'
[2022-12-25T02:58:23-0700] [ALPM] transaction started
[2022-12-25T02:58:24-0700] [ALPM] installed unzip (6.0-19)
[2022-12-25T02:58:24-0700] [ALPM] transaction completed
[2022-12-25T02:58:24-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-25T04:58:19-0700] [PACMAN] Running 'pacman -S bat'
[2022-12-25T04:58:21-0700] [ALPM] transaction started
[2022-12-25T04:58:21-0700] [ALPM] installed bat (0.22.1-1)
[2022-12-25T04:58:21-0700] [ALPM] transaction completed
[2022-12-25T04:58:21-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-25T04:58:39-0700] [PACMAN] Running 'pacman -S wofi'
[2022-12-25T04:58:40-0700] [ALPM] transaction started
[2022-12-25T04:58:40-0700] [ALPM] reinstalled wofi (1.3-2)
[2022-12-25T04:58:40-0700] [ALPM] transaction completed
[2022-12-25T04:58:40-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-25T04:59:33-0700] [PACMAN] Running 'pacman -S swaylock'
[2022-12-25T04:59:34-0700] [ALPM] transaction started
[2022-12-25T04:59:34-0700] [ALPM] installed swaylock (1.7-1)
[2022-12-25T04:59:34-0700] [ALPM] transaction completed
[2022-12-25T04:59:34-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-25T05:00:18-0700] [PACMAN] Running 'pacman -S wlogout'
[2022-12-25T05:01:03-0700] [PACMAN] Running 'pacman -S swaylock'
[2022-12-25T05:01:04-0700] [ALPM] transaction started
[2022-12-25T05:01:04-0700] [ALPM] reinstalled swaylock (1.7-1)
[2022-12-25T05:01:04-0700] [ALPM] transaction completed
[2022-12-25T05:01:04-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T11:44:27-0700] [PACMAN] Running 'pacman -S zsh zsh-completions'
[2022-12-26T11:44:29-0700] [ALPM] transaction started
[2022-12-26T11:44:29-0700] [ALPM] installed zsh (5.9-2)
[2022-12-26T11:44:29-0700] [ALPM] installed zsh-completions (0.34.0-3)
[2022-12-26T11:44:29-0700] [ALPM] transaction completed
[2022-12-26T11:44:29-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T11:50:31-0700] [PACMAN] Running 'pacman -S fzf'
[2022-12-26T11:50:32-0700] [ALPM] transaction started
[2022-12-26T11:50:32-0700] [ALPM] installed fzf (0.35.1-1)
[2022-12-26T11:50:32-0700] [ALPM] transaction completed
[2022-12-26T11:50:32-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T12:34:11-0700] [PACMAN] Running 'pacman -S htop'
[2022-12-26T12:34:13-0700] [ALPM] transaction started
[2022-12-26T12:34:13-0700] [ALPM] installed htop (3.2.1-1)
[2022-12-26T12:34:13-0700] [ALPM] transaction completed
[2022-12-26T12:34:13-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T12:34:13-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-26T12:34:13-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-26T12:34:19-0700] [PACMAN] Running 'pacman -S neofetch'
[2022-12-26T12:34:20-0700] [ALPM] transaction started
[2022-12-26T12:34:20-0700] [ALPM] installed neofetch (7.1.0-2)
[2022-12-26T12:34:21-0700] [ALPM] transaction completed
[2022-12-26T12:34:21-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T12:36:40-0700] [PACMAN] Running 'pacman -S cava'
[2022-12-26T12:37:08-0700] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- extra/vim-runtime extra/gvim'
[2022-12-26T12:37:12-0700] [ALPM] transaction started
[2022-12-26T12:37:12-0700] [ALPM] installed vim-runtime (9.0.1046-1)
[2022-12-26T12:37:12-0700] [ALPM] installed gvim (9.0.1046-1)
[2022-12-26T12:37:12-0700] [ALPM] transaction completed
[2022-12-26T12:37:12-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T12:37:12-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-26T12:37:12-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-26T12:37:12-0700] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- vim-runtime gvim'
[2022-12-26T12:38:37-0700] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/rocky/.cache/yay/cava/cava-0.8.3-1-any.pkg.tar.zst'
[2022-12-26T12:38:37-0700] [ALPM] transaction started
[2022-12-26T12:38:37-0700] [ALPM] installed cava (0.8.3-1)
[2022-12-26T12:38:37-0700] [ALPM] transaction completed
[2022-12-26T12:38:37-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T12:38:37-0700] [PACMAN] Running 'pacman -D -q --asexplicit --noconfirm --config /etc/pacman.conf -- cava'
[2022-12-26T12:39:53-0700] [PACMAN] Running 'pacman -S ripgrep'
[2022-12-26T12:39:54-0700] [ALPM] transaction started
[2022-12-26T12:39:54-0700] [ALPM] installed ripgrep (13.0.0-3)
[2022-12-26T12:39:54-0700] [ALPM] transaction completed
[2022-12-26T12:39:54-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T13:06:12-0700] [PACMAN] Running 'pacman -S imagemagick'
[2022-12-26T13:06:13-0700] [ALPM] transaction started
[2022-12-26T13:06:13-0700] [ALPM] reinstalled imagemagick (7.1.0.55-2)
[2022-12-26T13:06:13-0700] [ALPM] transaction completed
[2022-12-26T13:06:13-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T13:06:13-0700] [ALPM] running 'detect-old-perl-modules.hook'...
[2022-12-26T13:08:50-0700] [PACMAN] Running 'pacman -S signal-desktop'
[2022-12-26T13:08:54-0700] [ALPM] transaction started
[2022-12-26T13:08:54-0700] [ALPM] installed cfitsio (1:4.2.0-1)
[2022-12-26T13:08:54-0700] [ALPM] installed libimagequant (4.0.4-1)
[2022-12-26T13:08:54-0700] [ALPM] installed libcgif (0.3.0-1)
[2022-12-26T13:08:54-0700] [ALPM] installed libvips (8.13.2-1)
[2022-12-26T13:08:55-0700] [ALPM] installed signal-desktop (6.1.0-1)
[2022-12-26T13:08:55-0700] [ALPM] transaction completed
[2022-12-26T13:08:55-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T13:08:55-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-26T13:08:55-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-26T13:25:05-0700] [PACMAN] Running 'pacman -S chrony'
[2022-12-26T13:25:06-0700] [ALPM] transaction started
[2022-12-26T13:25:06-0700] [ALPM] installed chrony (4.3-1)
[2022-12-26T13:25:06-0700] [ALPM] transaction completed
[2022-12-26T13:25:06-0700] [ALPM] running '20-systemd-sysusers.hook'...
[2022-12-26T13:25:06-0700] [ALPM-SCRIPTLET] Creating group 'chrony' with GID 967.
[2022-12-26T13:25:06-0700] [ALPM-SCRIPTLET] Creating user 'chrony' (Network Time Protocol) with UID 967 and GID 967.
[2022-12-26T13:25:06-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-26T13:25:06-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2022-12-26T13:25:06-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T13:32:51-0700] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- core/run-parts core/cronie extra/libgee community/xxhash extra/rsync extra/libgnomekbd community/xapp extra/docbook-xml extra/docbook-xsl core/glib2-docs extra/python-lxml community/python-pygments extra/python-six extra/python-anytree extra/gtk-doc extra/libheif extra/gd extra/jbig2dec extra/libpaper extra/ijs extra/libidn extra/poppler-data extra/ghostscript extra/netpbm extra/gts extra/gsfonts extra/graphviz extra/vala extra/gcab extra/appstream-glib'
[2022-12-26T13:32:56-0700] [ALPM] transaction started
[2022-12-26T13:32:56-0700] [ALPM] installed run-parts (5.5-1)
[2022-12-26T13:32:56-0700] [ALPM] installed cronie (1.6.1-1)
[2022-12-26T13:32:56-0700] [ALPM] installed libgee (0.20.6-1)
[2022-12-26T13:32:56-0700] [ALPM] installed xxhash (0.8.1-3)
[2022-12-26T13:32:56-0700] [ALPM] installed rsync (3.2.7-3)
[2022-12-26T13:32:56-0700] [ALPM] installed libgnomekbd (1:3.28.1-1)
[2022-12-26T13:32:56-0700] [ALPM] installed xapp (2.4.2-1)
[2022-12-26T13:32:56-0700] [ALPM] installed docbook-xml (4.5-9)
[2022-12-26T13:32:56-0700] [ALPM] installed docbook-xsl (1.79.2-7)
[2022-12-26T13:32:56-0700] [ALPM] installed glib2-docs (2.74.4-1)
[2022-12-26T13:32:56-0700] [ALPM] installed python-lxml (4.9.2-1)
[2022-12-26T13:32:56-0700] [ALPM] installed python-pygments (2.13.0-1)
[2022-12-26T13:32:56-0700] [ALPM] installed python-six (1.16.0-6)
[2022-12-26T13:32:56-0700] [ALPM] installed python-anytree (2.8.0-5)
[2022-12-26T13:32:56-0700] [ALPM] installed gtk-doc (1.33.2-1)
[2022-12-26T13:32:56-0700] [ALPM] installed libheif (1.14.0-1)
[2022-12-26T13:32:56-0700] [ALPM] installed gd (2.3.3-5)
[2022-12-26T13:32:56-0700] [ALPM] installed jbig2dec (0.19-1)
[2022-12-26T13:32:56-0700] [ALPM] installed libpaper (1.1.28-2)
[2022-12-26T13:32:56-0700] [ALPM] installed ijs (0.35-5)
[2022-12-26T13:32:56-0700] [ALPM] installed libidn (1.41-1)
[2022-12-26T13:32:56-0700] [ALPM] installed poppler-data (0.4.11-3)
[2022-12-26T13:32:56-0700] [ALPM] installed ghostscript (10.0.0-2)
[2022-12-26T13:32:56-0700] [ALPM] installed netpbm (10.73.41-1)
[2022-12-26T13:32:56-0700] [ALPM] installed gts (0.7.6.121130-2)
[2022-12-26T13:32:56-0700] [ALPM] installed gsfonts (20200910-2)
[2022-12-26T13:32:56-0700] [ALPM] installed graphviz (7.0.5-1)
[2022-12-26T13:32:56-0700] [ALPM] installed vala (0.56.3-1)
[2022-12-26T13:32:56-0700] [ALPM] installed gcab (1.5-1)
[2022-12-26T13:32:56-0700] [ALPM] installed appstream-glib (0.8.2-1)
[2022-12-26T13:32:56-0700] [ALPM] transaction completed
[2022-12-26T13:32:56-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-26T13:32:57-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T13:32:57-0700] [ALPM] running '30-update-mime-database.hook'...
[2022-12-26T13:32:57-0700] [ALPM] running '40-fontconfig-config.hook'...
[2022-12-26T13:32:57-0700] [ALPM] running 'detect-old-perl-modules.hook'...
[2022-12-26T13:32:57-0700] [ALPM] running 'fontconfig.hook'...
[2022-12-26T13:32:57-0700] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2022-12-26T13:32:57-0700] [ALPM] running 'glib-compile-schemas.hook'...
[2022-12-26T13:32:57-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-26T13:32:57-0700] [ALPM] running 'texinfo-install.hook'...
[2022-12-26T13:32:57-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-26T13:32:57-0700] [ALPM] running 'xorg-mkfontscale.hook'...
[2022-12-26T13:32:57-0700] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- run-parts cronie libgee xxhash rsync libgnomekbd xapp docbook-xml docbook-xsl glib2-docs python-lxml python-pygments python-six python-anytree gtk-doc libheif gd jbig2dec libpaper ijs libidn poppler-data ghostscript netpbm gts gsfonts graphviz vala gcab appstream-glib'
[2022-12-26T13:33:25-0700] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/rocky/.cache/yay/timeshift/timeshift-22.11.1-1-x86_64.pkg.tar.zst'
[2022-12-26T13:33:25-0700] [ALPM] transaction started
[2022-12-26T13:33:25-0700] [ALPM] installed timeshift (22.11.1-1)
[2022-12-26T13:33:25-0700] [ALPM-SCRIPTLET] TimeShift scheduled backups require the cronie.service to be running.
[2022-12-26T13:33:25-0700] [ALPM-SCRIPTLET] Try:
[2022-12-26T13:33:25-0700] [ALPM-SCRIPTLET] systemctl enable --now cronie.service
[2022-12-26T13:33:25-0700] [ALPM] transaction completed
[2022-12-26T13:33:25-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T13:33:25-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-26T13:33:25-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-26T13:33:25-0700] [PACMAN] Running 'pacman -D -q --asexplicit --noconfirm --config /etc/pacman.conf -- timeshift'
[2022-12-26T20:54:50-0700] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- extra/python-markupsafe extra/python-mako community/python-markdown extra/gobject-introspection'
[2022-12-26T20:54:53-0700] [ALPM] transaction started
[2022-12-26T20:54:53-0700] [ALPM] installed python-markupsafe (2.1.1-1)
[2022-12-26T20:54:53-0700] [ALPM] installed python-mako (1.2.4-1)
[2022-12-26T20:54:53-0700] [ALPM] installed python-markdown (3.4.1-2)
[2022-12-26T20:54:53-0700] [ALPM] installed gobject-introspection (1.74.0-1)
[2022-12-26T20:54:53-0700] [ALPM] transaction completed
[2022-12-26T20:54:53-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T20:54:53-0700] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- python-markupsafe python-mako python-markdown gobject-introspection'
[2022-12-26T20:55:03-0700] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/rocky/.cache/yay/wlogout/wlogout-1.1.1-3-x86_64.pkg.tar.zst'
[2022-12-26T20:55:03-0700] [ALPM] transaction started
[2022-12-26T20:55:03-0700] [ALPM] installed wlogout (1.1.1-3)
[2022-12-26T20:55:04-0700] [ALPM] transaction completed
[2022-12-26T20:55:04-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T20:55:04-0700] [PACMAN] Running 'pacman -D --asexplicit -q --noconfirm --config /etc/pacman.conf -- wlogout'
[2022-12-26T21:30:38-0700] [PACMAN] Running 'pacman -S fzf'
[2022-12-26T21:30:39-0700] [ALPM] transaction started
[2022-12-26T21:30:39-0700] [ALPM] reinstalled fzf (0.35.1-1)
[2022-12-26T21:30:39-0700] [ALPM] transaction completed
[2022-12-26T21:30:39-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T21:30:39-0700] [ALPM] running 'vimdoc.hook'...
[2022-12-26T22:00:33-0700] [PACMAN] Running 'pacman -S discord'
[2022-12-26T22:00:36-0700] [ALPM] transaction started
[2022-12-26T22:00:36-0700] [ALPM] installed discord (0.0.22-1)
[2022-12-26T22:00:36-0700] [ALPM] transaction completed
[2022-12-26T22:00:36-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T22:00:36-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-26T22:17:08-0700] [PACMAN] Running 'pacman -S amixer'
[2022-12-26T22:22:48-0700] [PACMAN] Running 'pacman -S alsa-utils'
[2022-12-26T22:22:50-0700] [ALPM] transaction started
[2022-12-26T22:22:50-0700] [ALPM] installed alsa-utils (1.2.8-1)
[2022-12-26T22:22:50-0700] [ALPM] transaction completed
[2022-12-26T22:22:50-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2022-12-26T22:22:50-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2022-12-26T22:22:50-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T22:41:26-0700] [PACMAN] Running 'pacman -U --noconfirm --config /etc/pacman.conf -- /home/rocky/.cache/yay/1password/1password-8.9.10-43-x86_64.pkg.tar.zst'
[2022-12-26T22:41:26-0700] [ALPM] transaction started
[2022-12-26T22:41:27-0700] [ALPM] installed 1password (8.9.10-43)
[2022-12-26T22:41:27-0700] [ALPM] transaction completed
[2022-12-26T22:41:27-0700] [ALPM] running '30-systemd-update.hook'...
[2022-12-26T22:41:27-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2022-12-26T22:41:27-0700] [ALPM] running 'update-desktop-database.hook'...
[2022-12-26T22:41:27-0700] [PACMAN] Running 'pacman -D -q --asexplicit --noconfirm --config /etc/pacman.conf -- 1password'
[2023-01-01T12:20:54-0700] [PACMAN] Running 'pacman -S pulseaudio'
[2023-01-01T12:21:12-0700] [ALPM] transaction started
[2023-01-01T12:21:12-0700] [ALPM-SCRIPTLET] Removed "/etc/systemd/user/sockets.target.wants/pipewire-pulse.socket".
[2023-01-01T12:21:13-0700] [ALPM] removed pipewire-pulse (1:0.3.63-1)
[2023-01-01T12:21:13-0700] [ALPM] installed pulseaudio (16.1-3)
[2023-01-01T12:21:13-0700] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/pulseaudio.socket → /usr/lib/systemd/user/pulseaudio.socket.
[2023-01-01T12:21:13-0700] [ALPM] transaction completed
[2023-01-01T12:21:13-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2023-01-01T12:21:13-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-01T12:21:13-0700] [ALPM] running 'glib-compile-schemas.hook'...
[2023-01-01T12:58:25-0700] [PACMAN] Running 'pacman -R pipewire'
[2023-01-01T12:58:29-0700] [PACMAN] Running 'pacman -R pipewire-pulse'
[2023-01-01T12:58:46-0700] [PACMAN] Running 'pacman -R pipewire-media-session'
[2023-01-01T12:58:48-0700] [ALPM] transaction started
[2023-01-01T12:58:48-0700] [ALPM-SCRIPTLET] Removed "/etc/systemd/user/pipewire.service.wants/pipewire-media-session.service".
[2023-01-01T12:58:48-0700] [ALPM-SCRIPTLET] Removed "/etc/systemd/user/pipewire-session-manager.service".
[2023-01-01T12:58:48-0700] [ALPM] removed pipewire-media-session (1:0.4.1-2)
[2023-01-01T12:58:48-0700] [ALPM] transaction completed
[2023-01-01T12:58:48-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-01T13:56:51-0700] [PACMAN] Running 'pacman -S waybar-pulseaudio'
[2023-01-01T14:29:04-0700] [PACMAN] Running 'pacman -S pipewire pipewire-pulse'
[2023-01-01T14:29:18-0700] [ALPM] transaction started
[2023-01-01T14:29:18-0700] [ALPM-SCRIPTLET] Removed "/etc/systemd/user/sockets.target.wants/pulseaudio.socket".
[2023-01-01T14:29:18-0700] [ALPM] removed pulseaudio (16.1-3)
[2023-01-01T14:29:18-0700] [ALPM] reinstalled pipewire (1:0.3.63-1)
[2023-01-01T14:29:18-0700] [ALPM] installed pipewire-media-session (1:0.4.1-2)
[2023-01-01T14:29:18-0700] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/pipewire-session-manager.service → /usr/lib/systemd/user/pipewire-media-session.service.
[2023-01-01T14:29:18-0700] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/pipewire.service.wants/pipewire-media-session.service → /usr/lib/systemd/user/pipewire-media-session.service.
[2023-01-01T14:29:18-0700] [ALPM] installed pipewire-pulse (1:0.3.63-1)
[2023-01-01T14:29:18-0700] [ALPM-SCRIPTLET] Created symlink /etc/systemd/user/sockets.target.wants/pipewire-pulse.socket → /usr/lib/systemd/user/pipewire-pulse.socket.
[2023-01-01T14:29:18-0700] [ALPM] transaction completed
[2023-01-01T14:29:18-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2023-01-01T14:29:18-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-01T14:29:18-0700] [ALPM] running 'glib-compile-schemas.hook'...
[2023-01-02T18:48:12-0700] [PACMAN] Running 'pacman -S slock'
[2023-01-02T18:48:14-0700] [ALPM] transaction started
[2023-01-02T18:48:14-0700] [ALPM] installed slock (1.5-1)
[2023-01-02T18:48:14-0700] [ALPM] transaction completed
[2023-01-02T18:48:14-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-02T19:34:13-0700] [PACMAN] Running 'pacman -S qmk'
[2023-01-02T19:35:39-0700] [PACMAN] Running 'pacman -Syy'
[2023-01-02T19:35:39-0700] [PACMAN] synchronizing package lists
[2023-01-02T19:35:53-0700] [PACMAN] Running 'pacman -Syy qmk'
[2023-01-02T19:35:53-0700] [PACMAN] synchronizing package lists
[2023-01-02T19:35:58-0700] [ALPM] transaction started
[2023-01-02T19:35:58-0700] [ALPM] installed python-argcomplete (2.0.0-1)
[2023-01-02T19:35:58-0700] [ALPM] installed python-colorama (0.4.6-1)
[2023-01-02T19:35:58-0700] [ALPM] installed python-log_symbols (0.0.14-4)
[2023-01-02T19:35:58-0700] [ALPM] installed python-spinners (0.0.24-3)
[2023-01-02T19:35:58-0700] [ALPM] installed python-termcolor (2.1.1-1)
[2023-01-02T19:35:58-0700] [ALPM] installed python-halo (0.0.31-4)
[2023-01-02T19:35:58-0700] [ALPM] installed python-milc (1.6.6-1)
[2023-01-02T19:35:58-0700] [ALPM] installed python-dotty-dict (1.3.1-2)
[2023-01-02T19:35:58-0700] [ALPM] installed python-attrs (22.2.0-1)
[2023-01-02T19:35:58-0700] [ALPM] installed python-pyrsistent (0.19.3-1)
[2023-01-02T19:35:58-0700] [ALPM] installed python-jsonschema (4.17.3-1)
[2023-01-02T19:35:58-0700] [ALPM] installed avr-binutils (2.39-2)
[2023-01-02T19:35:58-0700] [ALPM] installed avr-gcc (12.2.0-1)
[2023-01-02T19:35:58-0700] [ALPM] installed arm-none-eabi-binutils (2.39-2)
[2023-01-02T19:35:59-0700] [ALPM] installed arm-none-eabi-gcc (12.2.0-1)
[2023-01-02T19:35:59-0700] [ALPM] installed avr-libc (2.1.0-1)
[2023-01-02T19:35:59-0700] [ALPM] installed arm-none-eabi-newlib (4.2.0.20211231-1)
[2023-01-02T19:35:59-0700] [ALPM] installed dfu-programmer (0.7.2-3)
[2023-01-02T19:35:59-0700] [ALPM] installed dfu-util (0.11-2)
[2023-01-02T19:35:59-0700] [ALPM] installed elfutils (0.188-1)
[2023-01-02T19:35:59-0700] [ALPM] installed confuse (3.3-3)
[2023-01-02T19:35:59-0700] [ALPM] installed libftdi (1.5-4)
[2023-01-02T19:35:59-0700] [ALPM] installed libusb-compat (0.1.8-1)
[2023-01-02T19:35:59-0700] [ALPM] installed avrdude (1:7.0-3)
[2023-01-02T19:35:59-0700] [ALPM] installed python-hjson (3.0.2-5)
[2023-01-02T19:35:59-0700] [ALPM] installed python-hid (1.0.4-7)
[2023-01-02T19:35:59-0700] [ALPM] installed python-pyusb (1.2.1-3)
[2023-01-02T19:35:59-0700] [ALPM] installed qmk (1.1.1-1)
[2023-01-02T19:35:59-0700] [ALPM] transaction completed
[2023-01-02T19:35:59-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2023-01-02T19:35:59-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-02T19:35:59-0700] [ALPM] running 'texinfo-install.hook'...
[2023-01-02T19:37:27-0700] [PACMAN] Running 'pacman -R qmk'
[2023-01-02T19:37:28-0700] [ALPM] transaction started
[2023-01-02T19:37:28-0700] [ALPM] removed qmk (1.1.1-1)
[2023-01-02T19:37:28-0700] [ALPM] transaction completed
[2023-01-02T19:37:28-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2023-01-02T19:37:28-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-02T19:38:40-0700] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- qmk'
[2023-01-02T19:38:41-0700] [ALPM] transaction started
[2023-01-02T19:38:41-0700] [ALPM] installed qmk (1.1.1-1)
[2023-01-02T19:38:41-0700] [ALPM] transaction completed
[2023-01-02T19:38:41-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2023-01-02T19:38:41-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-12T17:55:29-0700] [PACMAN] Running 'pacman -Syu'
[2023-01-12T17:55:29-0700] [PACMAN] synchronizing package lists
[2023-01-12T17:55:29-0700] [PACMAN] starting full system upgrade
[2023-01-12T17:56:04-0700] [ALPM] running '60-mkinitcpio-remove.hook'...
[2023-01-12T17:56:04-0700] [ALPM] running '71-dkms-remove.hook'...
[2023-01-12T17:56:04-0700] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod nvidia/525.60.11 -k 6.1.1-arch1-1
[2023-01-12T17:56:05-0700] [ALPM-SCRIPTLET] ==> depmod 6.1.1-arch1-1
[2023-01-12T17:56:06-0700] [ALPM] transaction started
[2023-01-12T17:56:06-0700] [ALPM] upgraded alsa-card-profiles (1:0.3.63-1 -> 1:0.3.63-6)
[2023-01-12T17:56:06-0700] [ALPM] upgraded ncurses (6.3-3 -> 6.4-1)
[2023-01-12T17:56:06-0700] [ALPM] upgraded audit (3.0.8-1 -> 3.0.9-1)
[2023-01-12T17:56:06-0700] [ALPM] upgraded xz (5.4.0-1 -> 5.4.1-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded btrfs-progs (6.0.2-1 -> 6.1.2-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded ca-certificates-mozilla (3.86-1 -> 3.87-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded libpsl (0.21.1-3 -> 0.21.2-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded curl (7.87.0-1 -> 7.87.0-3)
[2023-01-12T17:56:07-0700] [ALPM] upgraded cython (0.29.32-2 -> 0.29.33-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded device-mapper (2.03.17-1 -> 2.03.18-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded dialog (1:1.3_20220728-1 -> 1:1.3_20221229-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded sqlite (3.40.0-2 -> 3.40.1-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded nss (3.86-1 -> 3.87-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded libx11 (1.8.3-3 -> 1.8.3-5)
[2023-01-12T17:56:07-0700] [ALPM] upgraded libtiff (4.4.0-4 -> 4.5.0-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded gdk-pixbuf2 (2.42.10-1 -> 2.42.10-2)
[2023-01-12T17:56:07-0700] [ALPM] upgraded libxkbcommon (1.4.1-2 -> 1.5.0-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded gtk-update-icon-cache (1:4.8.3-1 -> 1:4.8.3-3)
[2023-01-12T17:56:07-0700] [ALPM] upgraded libomxil-bellagio (0.9.3-3 -> 0.9.3-4)
[2023-01-12T17:56:07-0700] [ALPM] upgraded mesa (22.3.1-1 -> 22.3.2-3)
[2023-01-12T17:56:07-0700] [ALPM] upgraded hwdata (0.365-1 -> 0.366-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded file (5.43-1 -> 5.44-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded shadow (4.12.3-2 -> 4.13-1)
[2023-01-12T17:56:07-0700] [ALPM] upgraded libpcap (1.10.1-2 -> 1.10.2-1)
[2023-01-12T17:56:08-0700] [ALPM] upgraded nvidia-utils (525.60.11-1 -> 525.78.01-1)
[2023-01-12T17:56:08-0700] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2023-01-12T17:56:08-0700] [ALPM-SCRIPTLET] If you use GDM on Wayland, you might have to run systemctl enable --now nvidia-resume.service
[2023-01-12T17:56:08-0700] [ALPM] upgraded lcms2 (2.14-1 -> 2.14-2)
[2023-01-12T17:56:08-0700] [ALPM] upgraded duktape (2.7.0-4 -> 2.7.0-5)
[2023-01-12T17:56:08-0700] [ALPM] upgraded libproxy (0.4.18-1 -> 0.4.18-2)
[2023-01-12T17:56:08-0700] [ALPM] upgraded discord (0.0.22-1 -> 0.0.23-1)
[2023-01-12T17:56:08-0700] [ALPM] upgraded hidapi (0.12.0-1 -> 0.13.1-1)
[2023-01-12T17:56:08-0700] [ALPM] upgraded sdl2 (2.26.1-1 -> 2.26.2-1)
[2023-01-12T17:56:08-0700] [ALPM] upgraded libwebp (1.2.4-1 -> 1.2.4-2)
[2023-01-12T17:56:08-0700] [ALPM] upgraded openjpeg2 (2.5.0-1 -> 2.5.0-2)
[2023-01-12T17:56:08-0700] [ALPM] upgraded libmodplug (0.8.9.0-3 -> 0.8.9.0-5)
[2023-01-12T17:56:08-0700] [ALPM] upgraded libmfx (22.4.4-1 -> 22.6.4-1)
[2023-01-12T17:56:08-0700] [ALPM] upgraded libva (2.16.0-1 -> 2.17.0-1)
[2023-01-12T17:56:08-0700] [ALPM] upgraded rav1e (0.6.1-1 -> 0.6.3-1)
[2023-01-12T17:56:08-0700] [ALPM] upgraded libsndfile (1.1.0-3 -> 1.2.0-1)
[2023-01-12T17:56:08-0700] [ALPM] upgraded firefox (108.0.1-1 -> 108.0.2-1)
[2023-01-12T17:56:08-0700] [ALPM] upgraded libcamera (0.0.2-1 -> 0.0.3-3)
[2023-01-12T17:56:08-0700] [ALPM] upgraded pipewire (1:0.3.63-1 -> 1:0.3.63-6)
[2023-01-12T17:56:08-0700] [ALPM] upgraded fluidsynth (2.3.0-2 -> 2.3.1-1)
[2023-01-12T17:56:08-0700] [ALPM] upgraded fmt (9.1.0-2 -> 9.1.0-4)
[2023-01-12T17:56:08-0700] [ALPM] upgraded libheif (1.14.0-1 -> 1.14.2-1)
[2023-01-12T17:56:08-0700] [ALPM] upgraded gd (2.3.3-5 -> 2.3.3-6)
[2023-01-12T17:56:08-0700] [ALPM] upgraded ghostscript (10.0.0-2 -> 10.0.0-4)
[2023-01-12T17:56:08-0700] [ALPM] upgraded python (3.10.8-3 -> 3.10.9-1)
[2023-01-12T17:56:08-0700] [ALPM] upgraded glslang (11.11.0-1 -> 11.13.0-2)
[2023-01-12T17:56:09-0700] [ALPM] upgraded go (2:1.19.4-1 -> 2:1.19.5-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded netpbm (10.73.41-1 -> 10.73.42-2)
[2023-01-12T17:56:09-0700] [ALPM] upgraded graphviz (7.0.5-1 -> 7.0.6-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded gstreamer (1.20.5-1 -> 1.20.5-5)
[2023-01-12T17:56:09-0700] [ALPM] upgraded gst-plugins-base-libs (1.20.5-1 -> 1.20.5-5)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libxkbcommon-x11 (1.4.1-2 -> 1.5.0-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded gst-plugins-bad-libs (1.20.5-1 -> 1.20.5-5)
[2023-01-12T17:56:09-0700] [ALPM] upgraded spandsp (0.0.6-3 -> 0.0.6-4)
[2023-01-12T17:56:09-0700] [ALPM] upgraded zvbi (0.2.38-1 -> 0.2.39-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libnice (0.1.19-1 -> 0.1.21-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libopenmpt (0.6.6-2 -> 0.6.7-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded qrencode (4.1.1-1 -> 4.1.1-2)
[2023-01-12T17:56:09-0700] [ALPM] upgraded zxing-cpp (1.4.0-1 -> 2.0.0-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libraqm (0.9.0-1 -> 0.10.0-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded imagemagick (7.1.0.55-2 -> 7.1.0.57-2)
[2023-01-12T17:56:09-0700] [ALPM] upgraded gst-plugins-bad (1.20.5-1 -> 1.20.5-5)
[2023-01-12T17:56:09-0700] [ALPM] upgraded gtk4 (1:4.8.3-1 -> 1:4.8.3-3)
[2023-01-12T17:56:09-0700] [ALPM] upgraded lvm2 (2.03.17-1 -> 2.03.18-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded xfsprogs (6.0.0-2 -> 6.1.0-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libksba (1.6.2-1 -> 1.6.3-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded gvfs (1.50.2-1 -> 1.50.3-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded vim-runtime (9.0.1046-1 -> 9.0.1182-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded gvim (9.0.1046-1 -> 9.0.1182-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libadwaita (1:1.2.0-1 -> 1:1.2.1-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libgxps (0.3.2-2 -> 0.3.2-3)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libmm-glib (1.20.2-1 -> 1.20.4-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libnautilus-extension (43.1-1 -> 43.2-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libnm (1.40.8-1 -> 1.40.10-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded mobile-broadband-provider-info (20221107-1 -> 20221107-2)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libnma-common (1.10.4-3 -> 1.10.6-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libnma (1.10.4-3 -> 1.10.6-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded spirv-tools (2022.1-1 -> 2022.4-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded shaderc (2022.1-4 -> 2022.4-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libplacebo (4.208.0-1 -> 5.229.1-2)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libsigc++ (2.10.8-1 -> 2.12.0-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libvips (8.13.2-1 -> 8.13.2-2)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libwbclient (4.17.4-2 -> 4.17.4-4)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libxfce4util (4.18.0-1 -> 4.18.1-1)
[2023-01-12T17:56:09-0700] [ALPM] upgraded libxfce4ui (4.18.0-1 -> 4.18.1-1)
[2023-01-12T17:56:10-0700] [ALPM] upgraded linux (6.1.1.arch1-1 -> 6.1.4.arch1-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded linux-headers (6.1.1.arch1-1 -> 6.1.4.arch1-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded luajit (2.1.0.beta3.r464.g8625eee7-1 -> 2.1.0.beta3.r467.gd0e88930-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded make (4.3-5 -> 4.4-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded man-db (2.11.1-1 -> 2.11.2-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded meson (0.64.1-1 -> 1.0.0-2)
[2023-01-12T17:56:11-0700] [ALPM] upgraded mpv (1:0.35.0-2 -> 1:0.35.0-4)
[2023-01-12T17:56:11-0700] [ALPM] upgraded poppler (22.12.0-1 -> 23.01.0-3)
[2023-01-12T17:56:11-0700] [ALPM] upgraded poppler-glib (22.12.0-1 -> 23.01.0-3)
[2023-01-12T17:56:11-0700] [ALPM] upgraded tracker3-miners (3.4.2-1 -> 3.4.3-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded nautilus (43.1-1 -> 43.2-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded neovim (0.8.1-2 -> 0.8.2-1)
[2023-01-12T17:56:11-0700] [ALPM] installed pcsclite (1.9.9-2)
[2023-01-12T17:56:11-0700] [ALPM] upgraded wpa_supplicant (2:2.10-7 -> 2:2.10-8)
[2023-01-12T17:56:11-0700] [ALPM] upgraded slang (2.3.3-1 -> 2.3.3-2)
[2023-01-12T17:56:11-0700] [ALPM] upgraded networkmanager (1.40.8-1 -> 1.40.10-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded nodejs-lts-hydrogen (18.12.1-2 -> 18.13.0-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded nvidia-open-dkms (525.60.11-5 -> 525.78.01-8)
[2023-01-12T17:56:11-0700] [ALPM] installed liblc3 (1.0.1-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded pipewire-audio (1:0.3.63-1 -> 1:0.3.63-6)
[2023-01-12T17:56:11-0700] [ALPM] upgraded pipewire-pulse (1:0.3.63-1 -> 1:0.3.63-6)
[2023-01-12T17:56:11-0700] [ALPM] upgraded python-pydantic (1.10.2-1 -> 1.10.4-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded python-pygments (2.13.0-1 -> 2.14.0-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded python-termcolor (2.1.1-1 -> 2.2.0-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded qt5-translations (5.15.7-1 -> 5.15.8-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded qt5-base (5.15.7+kde+r177-1 -> 5.15.8+kde+r162-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded qt5-declarative (5.15.7+kde+r25-1 -> 5.15.8+kde+r24-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded qt5-svg (5.15.7+kde+r9-1 -> 5.15.8+kde+r8-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded qt5-wayland (5.15.7+kde+r58-1 -> 5.15.8+kde+r57-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded qt6-translations (6.4.1-1 -> 6.4.2-1)
[2023-01-12T17:56:11-0700] [ALPM] upgraded qt6-base (6.4.1-1 -> 6.4.2-1)
[2023-01-12T17:56:12-0700] [ALPM] upgraded qt6-declarative (6.4.1-1 -> 6.4.2-1)
[2023-01-12T17:56:12-0700] [ALPM] upgraded qt6-wayland (6.4.1-1 -> 6.4.2-1)
[2023-01-12T17:56:12-0700] [ALPM] upgraded rust (1:1.66.0-1 -> 1:1.66.1-1)
[2023-01-12T17:56:12-0700] [ALPM] upgraded signal-desktop (6.1.0-1 -> 6.2.0-1)
[2023-01-12T17:56:13-0700] [ALPM] upgraded smbclient (4.17.4-2 -> 4.17.4-4)
[2023-01-12T17:56:13-0700] [ALPM] upgraded thunar (4.18.1-1 -> 4.18.2-1)
[2023-01-12T17:56:13-0700] [ALPM] upgraded xfce4-panel (4.18.0-1 -> 4.18.1-1)
[2023-01-12T17:56:13-0700] [ALPM] transaction completed
[2023-01-12T17:56:13-0700] [ALPM] running '20-systemd-sysusers.hook'...
[2023-01-12T17:56:13-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2023-01-12T17:56:13-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2023-01-12T17:56:13-0700] [ALPM] running '30-systemd-udev-reload.hook'...
[2023-01-12T17:56:13-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-12T17:56:13-0700] [ALPM] running '30-update-mime-database.hook'...
[2023-01-12T17:56:14-0700] [ALPM] running '40-update-ca-trust.hook'...
[2023-01-12T17:56:14-0700] [ALPM] running '60-depmod.hook'...
[2023-01-12T17:56:15-0700] [ALPM] running '70-dkms-install.hook'...
[2023-01-12T17:56:15-0700] [ALPM-SCRIPTLET] ==> dkms install --no-depmod nvidia/525.78.01 -k 6.1.4-arch1-1
[2023-01-12T17:56:40-0700] [ALPM-SCRIPTLET] ==> depmod 6.1.4-arch1-1
[2023-01-12T17:56:41-0700] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-01-12T17:56:41-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-01-12T17:56:41-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2023-01-12T17:56:41-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.4-arch1-1
[2023-01-12T17:56:41-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-12T17:56:41-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-12T17:56:41-0700] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2023-01-12T17:56:42-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-12T17:56:42-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-12T17:56:43-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-12T17:56:43-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-12T17:56:43-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-12T17:56:43-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-12T17:56:43-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-12T17:56:43-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-12T17:56:44-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-12T17:56:44-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-12T17:56:44-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-12T17:56:44-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-12T17:56:44-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2023-01-12T17:56:44-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-12T17:56:44-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-01-12T17:56:44-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2023-01-12T17:56:44-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.4-arch1-1
[2023-01-12T17:56:44-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-12T17:56:44-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-12T17:56:44-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-12T17:56:44-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-12T17:56:48-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2023-01-12T17:56:48-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-12T17:56:49-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-12T17:56:50-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-12T17:56:50-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-12T17:56:50-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-12T17:56:50-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-12T17:56:50-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2023-01-12T17:56:50-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2023-01-12T17:56:50-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2023-01-12T17:56:50-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2023-01-12T17:56:50-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2023-01-12T17:56:51-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2023-01-12T17:56:52-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-12T17:56:52-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-12T17:56:52-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-12T17:56:54-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-12T17:56:54-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2023-01-12T17:56:54-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-12T17:56:54-0700] [ALPM] running 'dbus-reload.hook'...
[2023-01-12T17:56:54-0700] [ALPM] running 'detect-old-perl-modules.hook'...
[2023-01-12T17:56:54-0700] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2023-01-12T17:56:54-0700] [ALPM] running 'gio-querymodules.hook'...
[2023-01-12T17:56:54-0700] [ALPM] running 'glib-compile-schemas.hook'...
[2023-01-12T17:56:54-0700] [ALPM] running 'gtk-update-icon-cache.hook'...
[2023-01-12T17:56:55-0700] [ALPM] running 'gtk4-querymodules.hook'...
[2023-01-12T17:56:55-0700] [ALPM] running 'gvfsd.hook'...
[2023-01-12T17:56:55-0700] [ALPM] running 'texinfo-install.hook'...
[2023-01-12T17:56:55-0700] [ALPM] running 'update-desktop-database.hook'...
[2023-01-23T08:57:07-0700] [PACMAN] Running 'pacman --sysroot /mnt -Qs linux'
[2023-01-23T21:00:31-0700] [PACMAN] Running 'pacman -Sy'
[2023-01-23T21:00:31-0700] [PACMAN] synchronizing package lists
[2023-01-23T21:00:58-0700] [PACMAN] Running 'pacman -S linux-lts linux-lts-headers linux linux-headers'
[2023-01-23T21:01:07-0700] [ALPM] running '60-mkinitcpio-remove.hook'...
[2023-01-23T21:01:07-0700] [ALPM] running '71-dkms-remove.hook'...
[2023-01-23T21:01:07-0700] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod nvidia/525.78.01 -k 6.1.4-arch1-1
[2023-01-23T21:01:08-0700] [ALPM-SCRIPTLET] ==> depmod 6.1.4-arch1-1
[2023-01-23T21:01:09-0700] [ALPM] transaction started
[2023-01-23T21:01:10-0700] [ALPM] installed linux-lts (5.15.89-1)
[2023-01-23T21:01:10-0700] [ALPM] installed linux-lts-headers (5.15.89-1)
[2023-01-23T21:01:11-0700] [ALPM] upgraded linux (6.1.4.arch1-1 -> 6.1.7.arch1-1)
[2023-01-23T21:01:11-0700] [ALPM] upgraded linux-headers (6.1.4.arch1-1 -> 6.1.7.arch1-1)
[2023-01-23T21:01:11-0700] [ALPM] transaction completed
[2023-01-23T21:01:12-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-23T21:01:12-0700] [ALPM] running '60-depmod.hook'...
[2023-01-23T21:01:13-0700] [ALPM] running '70-dkms-install.hook'...
[2023-01-23T21:01:13-0700] [ALPM-SCRIPTLET] ==> dkms install --no-depmod nvidia/525.78.01 -k 6.1.7-arch1-1
[2023-01-23T21:01:41-0700] [ALPM-SCRIPTLET] ==> dkms install --no-depmod nvidia/525.78.01 -k 5.15.89-1-lts
[2023-01-23T21:02:07-0700] [ALPM-SCRIPTLET] ==> depmod 5.15.89-1-lts
[2023-01-23T21:02:07-0700] [ALPM-SCRIPTLET] ==> depmod 6.1.7-arch1-1
[2023-01-23T21:02:08-0700] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-01-23T21:02:08-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
[2023-01-23T21:02:08-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts.img
[2023-01-23T21:02:08-0700] [ALPM-SCRIPTLET] ==> Starting build: 5.15.89-1-lts
[2023-01-23T21:02:08-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-23T21:02:09-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-23T21:02:09-0700] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2023-01-23T21:02:09-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-23T21:02:09-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-23T21:02:13-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-23T21:02:13-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-23T21:02:13-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-23T21:02:13-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-23T21:02:13-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-23T21:02:13-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-23T21:02:13-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-23T21:02:13-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-23T21:02:13-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-23T21:02:13-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-23T21:02:14-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-lts.img
[2023-01-23T21:02:14-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-23T21:02:14-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
[2023-01-23T21:02:14-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts-fallback.img -S autodetect
[2023-01-23T21:02:14-0700] [ALPM-SCRIPTLET] ==> Starting build: 5.15.89-1-lts
[2023-01-23T21:02:14-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-23T21:02:15-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-23T21:02:16-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-23T21:02:16-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-23T21:02:23-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2023-01-23T21:02:23-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-23T21:02:23-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-23T21:02:24-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-23T21:02:24-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-23T21:02:24-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-23T21:02:24-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-23T21:02:24-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2023-01-23T21:02:24-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2023-01-23T21:02:24-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2023-01-23T21:02:24-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2023-01-23T21:02:24-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2023-01-23T21:02:25-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2023-01-23T21:02:26-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-23T21:02:26-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-23T21:02:26-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-23T21:02:29-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-23T21:02:29-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-lts-fallback.img
[2023-01-23T21:02:31-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-23T21:02:31-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-01-23T21:02:31-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2023-01-23T21:02:31-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-23T21:02:31-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-23T21:02:32-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-23T21:02:33-0700] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2023-01-23T21:02:33-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-23T21:02:33-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-23T21:02:36-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-23T21:02:36-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-23T21:02:36-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-23T21:02:36-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-23T21:02:36-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-23T21:02:36-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-23T21:02:37-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-23T21:02:37-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-23T21:02:37-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-23T21:02:37-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-23T21:02:37-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2023-01-23T21:02:38-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-23T21:02:38-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-01-23T21:02:38-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2023-01-23T21:02:38-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-23T21:02:38-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-23T21:02:39-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-23T21:02:39-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-23T21:02:39-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-23T21:02:46-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2023-01-23T21:02:46-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-23T21:02:46-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-23T21:02:47-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-23T21:02:47-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-23T21:02:47-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-23T21:02:47-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-23T21:02:48-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2023-01-23T21:02:48-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2023-01-23T21:02:48-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2023-01-23T21:02:48-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2023-01-23T21:02:48-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2023-01-23T21:02:49-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2023-01-23T21:02:50-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-23T21:02:50-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-23T21:02:50-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-23T21:02:53-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-23T21:02:53-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2023-01-23T21:02:55-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-23T21:03:58-0700] [PACMAN] Running 'pacman -S filesystems'
[2023-01-23T21:04:02-0700] [PACMAN] Running 'pacman -S filesystem'
[2023-01-23T21:04:04-0700] [ALPM] transaction started
[2023-01-23T21:04:04-0700] [ALPM] reinstalled filesystem (2022.10.18-1)
[2023-01-23T21:04:04-0700] [ALPM] transaction completed
[2023-01-23T21:04:04-0700] [ALPM] running '20-systemd-sysusers.hook'...
[2023-01-23T21:04:04-0700] [ALPM] running '30-systemd-sysctl.hook'...
[2023-01-23T21:04:04-0700] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2023-01-23T21:04:04-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2023-01-23T21:04:04-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-23T21:04:08-0700] [PACMAN] Running 'pacman -S linux-lts linux-lts-headers linux linux-headers'
[2023-01-23T21:04:12-0700] [ALPM] running '70-dkms-upgrade.hook'...
[2023-01-23T21:04:12-0700] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod nvidia/525.78.01 -k 5.15.89-1-lts
[2023-01-23T21:04:13-0700] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod nvidia/525.78.01 -k 6.1.7-arch1-1
[2023-01-23T21:04:13-0700] [ALPM] transaction started
[2023-01-23T21:04:14-0700] [ALPM] reinstalled linux-lts (5.15.89-1)
[2023-01-23T21:04:14-0700] [ALPM] reinstalled linux-lts-headers (5.15.89-1)
[2023-01-23T21:04:14-0700] [ALPM] reinstalled linux (6.1.7.arch1-1)
[2023-01-23T21:04:15-0700] [ALPM] reinstalled linux-headers (6.1.7.arch1-1)
[2023-01-23T21:04:15-0700] [ALPM] transaction completed
[2023-01-23T21:04:15-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-23T21:04:15-0700] [ALPM] running '60-depmod.hook'...
[2023-01-23T21:04:16-0700] [ALPM] running '70-dkms-install.hook'...
[2023-01-23T21:04:16-0700] [ALPM-SCRIPTLET] ==> dkms install --no-depmod nvidia/525.78.01 -k 6.1.7-arch1-1
[2023-01-23T21:04:44-0700] [ALPM-SCRIPTLET] ==> dkms install --no-depmod nvidia/525.78.01 -k 5.15.89-1-lts
[2023-01-23T21:05:10-0700] [ALPM-SCRIPTLET] ==> depmod 5.15.89-1-lts
[2023-01-23T21:05:10-0700] [ALPM-SCRIPTLET] ==> depmod 6.1.7-arch1-1
[2023-01-23T21:05:11-0700] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-01-23T21:05:11-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
[2023-01-23T21:05:11-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts.img
[2023-01-23T21:05:11-0700] [ALPM-SCRIPTLET] ==> Starting build: 5.15.89-1-lts
[2023-01-23T21:05:11-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-23T21:05:12-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-23T21:05:12-0700] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2023-01-23T21:05:12-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-23T21:05:12-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-23T21:05:16-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-23T21:05:16-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-23T21:05:16-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-23T21:05:16-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-23T21:05:16-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-23T21:05:16-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-23T21:05:16-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-23T21:05:16-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-23T21:05:16-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-23T21:05:16-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-23T21:05:17-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-lts.img
[2023-01-23T21:05:17-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-23T21:05:17-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
[2023-01-23T21:05:17-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts-fallback.img -S autodetect
[2023-01-23T21:05:17-0700] [ALPM-SCRIPTLET] ==> Starting build: 5.15.89-1-lts
[2023-01-23T21:05:17-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-23T21:05:18-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-23T21:05:19-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-23T21:05:19-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-23T21:05:25-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2023-01-23T21:05:25-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-23T21:05:25-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-23T21:05:26-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-23T21:05:26-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-23T21:05:26-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-23T21:05:26-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-23T21:05:27-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2023-01-23T21:05:27-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2023-01-23T21:05:27-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2023-01-23T21:05:27-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2023-01-23T21:05:27-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2023-01-23T21:05:28-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2023-01-23T21:05:29-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-23T21:05:29-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-23T21:05:29-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-23T21:05:32-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-23T21:05:32-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-lts-fallback.img
[2023-01-23T21:05:34-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-23T21:05:34-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-01-23T21:05:34-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2023-01-23T21:05:34-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-23T21:05:34-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-23T21:05:35-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-23T21:05:35-0700] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2023-01-23T21:05:35-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-23T21:05:35-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-23T21:05:39-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-23T21:05:39-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-23T21:05:39-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-23T21:05:39-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-23T21:05:39-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-23T21:05:39-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-23T21:05:39-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-23T21:05:39-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-23T21:05:39-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-23T21:05:39-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-23T21:05:39-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2023-01-23T21:05:40-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-23T21:05:40-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-01-23T21:05:40-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2023-01-23T21:05:40-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-23T21:05:40-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-23T21:05:41-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-23T21:05:41-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-23T21:05:42-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-23T21:05:48-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2023-01-23T21:05:48-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-23T21:05:49-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-23T21:05:50-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-23T21:05:50-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-23T21:05:50-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-23T21:05:50-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-23T21:05:50-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2023-01-23T21:05:50-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2023-01-23T21:05:50-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2023-01-23T21:05:50-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2023-01-23T21:05:50-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2023-01-23T21:05:51-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2023-01-23T21:05:52-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-23T21:05:52-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-23T21:05:52-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-23T21:05:55-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-23T21:05:55-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2023-01-23T21:05:57-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-23T21:16:41-0700] [PACMAN] Running 'pacman -S linux linux-headers'
[2023-01-23T21:16:45-0700] [ALPM] running '70-dkms-upgrade.hook'...
[2023-01-23T21:16:45-0700] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod nvidia/525.78.01 -k 6.1.7-arch1-1
[2023-01-23T21:16:46-0700] [ALPM] transaction started
[2023-01-23T21:16:46-0700] [ALPM] reinstalled linux (6.1.7.arch1-1)
[2023-01-23T21:16:47-0700] [ALPM] reinstalled linux-headers (6.1.7.arch1-1)
[2023-01-23T21:16:47-0700] [ALPM] transaction completed
[2023-01-23T21:16:47-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-23T21:16:47-0700] [ALPM] running '60-depmod.hook'...
[2023-01-23T21:16:47-0700] [ALPM] running '70-dkms-install.hook'...
[2023-01-23T21:16:47-0700] [ALPM-SCRIPTLET] ==> dkms install --no-depmod nvidia/525.78.01 -k 6.1.7-arch1-1
[2023-01-23T21:17:15-0700] [ALPM-SCRIPTLET] ==> depmod 6.1.7-arch1-1
[2023-01-23T21:17:16-0700] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-01-23T21:17:16-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-01-23T21:17:16-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2023-01-23T21:17:16-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-23T21:17:16-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-23T21:17:17-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-23T21:17:17-0700] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2023-01-23T21:17:17-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-23T21:17:17-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-23T21:17:20-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-23T21:17:21-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-23T21:17:21-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-23T21:17:21-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-23T21:17:21-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-23T21:17:21-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-23T21:17:21-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-23T21:17:21-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-23T21:17:21-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-23T21:17:21-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-23T21:17:21-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2023-01-23T21:17:22-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-23T21:17:22-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-01-23T21:17:22-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2023-01-23T21:17:22-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-23T21:17:22-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-23T21:17:23-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-23T21:17:23-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-23T21:17:24-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-23T21:17:31-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2023-01-23T21:17:31-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-23T21:17:31-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-23T21:17:32-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-23T21:17:32-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-23T21:17:32-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-23T21:17:32-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-23T21:17:32-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2023-01-23T21:17:32-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2023-01-23T21:17:33-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2023-01-23T21:17:33-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2023-01-23T21:17:33-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2023-01-23T21:17:33-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2023-01-23T21:17:34-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-23T21:17:34-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-23T21:17:34-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-23T21:17:38-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-23T21:17:38-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2023-01-23T21:17:40-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-24T09:20:50-0700] [PACMAN] Running 'pacman -S tree'
[2023-01-24T09:20:54-0700] [PACMAN] Running 'pacman -S tree'
[2023-01-24T09:20:55-0700] [ALPM] transaction started
[2023-01-24T09:20:55-0700] [ALPM] installed tree (2.1.0-1)
[2023-01-24T09:20:55-0700] [ALPM] transaction completed
[2023-01-24T09:20:55-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-24T15:55:38-0700] [PACMAN] Running 'pacman -Sy linux linux-headers'
[2023-01-24T15:55:38-0700] [PACMAN] synchronizing package lists
[2023-01-24T15:55:40-0700] [ALPM] running '70-dkms-upgrade.hook'...
[2023-01-24T15:55:41-0700] [ALPM-SCRIPTLET] ==> dkms remove --no-depmod nvidia/525.78.01 -k 6.1.7-arch1-1
[2023-01-24T15:55:41-0700] [ALPM] transaction started
[2023-01-24T15:55:41-0700] [ALPM] reinstalled linux (6.1.7.arch1-1)
[2023-01-24T15:55:42-0700] [ALPM] reinstalled linux-headers (6.1.7.arch1-1)
[2023-01-24T15:55:42-0700] [ALPM] transaction completed
[2023-01-24T15:55:42-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-24T15:55:42-0700] [ALPM] running '60-depmod.hook'...
[2023-01-24T15:55:43-0700] [ALPM] running '70-dkms-install.hook'...
[2023-01-24T15:55:43-0700] [ALPM-SCRIPTLET] ==> dkms install --no-depmod nvidia/525.78.01 -k 6.1.7-arch1-1
[2023-01-24T15:56:11-0700] [ALPM-SCRIPTLET] ==> depmod 6.1.7-arch1-1
[2023-01-24T15:56:12-0700] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-01-24T15:56:12-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-01-24T15:56:12-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2023-01-24T15:56:12-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-24T15:56:12-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-24T15:56:13-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-24T15:56:13-0700] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2023-01-24T15:56:13-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-24T15:56:13-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-24T15:56:17-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-24T15:56:17-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-24T15:56:17-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-24T15:56:17-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-24T15:56:17-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-24T15:56:17-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-24T15:56:17-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-24T15:56:17-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-24T15:56:17-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-24T15:56:17-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-24T15:56:17-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2023-01-24T15:56:18-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-24T15:56:18-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-01-24T15:56:18-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2023-01-24T15:56:18-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-24T15:56:18-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-24T15:56:19-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-24T15:56:20-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-24T15:56:20-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-24T15:56:27-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2023-01-24T15:56:27-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-24T15:56:27-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-24T15:56:28-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-24T15:56:28-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-24T15:56:28-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-24T15:56:28-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-24T15:56:28-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2023-01-24T15:56:29-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2023-01-24T15:56:29-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2023-01-24T15:56:29-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2023-01-24T15:56:29-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2023-01-24T15:56:29-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2023-01-24T15:56:31-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-24T15:56:31-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-24T15:56:31-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-24T15:56:34-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-24T15:56:34-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2023-01-24T15:56:36-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-24T15:57:46-0700] [PACMAN] Running 'pacman -Sy linux linux-firmware'
[2023-01-24T15:57:46-0700] [PACMAN] synchronizing package lists
[2023-01-24T15:57:48-0700] [ALPM] transaction started
[2023-01-24T15:57:48-0700] [ALPM] reinstalled linux (6.1.7.arch1-1)
[2023-01-24T15:57:48-0700] [ALPM] reinstalled linux-firmware (20221214.f3c283e-1)
[2023-01-24T15:57:48-0700] [ALPM] transaction completed
[2023-01-24T15:57:48-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2023-01-24T15:57:48-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-24T15:57:48-0700] [ALPM] running '60-depmod.hook'...
[2023-01-24T15:57:49-0700] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-01-24T15:57:49-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-01-24T15:57:49-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2023-01-24T15:57:49-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-24T15:57:49-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-24T15:57:50-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-24T15:57:50-0700] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2023-01-24T15:57:51-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-24T15:57:51-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-24T15:57:54-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-24T15:57:54-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-24T15:57:54-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-24T15:57:54-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-24T15:57:54-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-24T15:57:54-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-24T15:57:54-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-24T15:57:54-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-24T15:57:54-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-24T15:57:55-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-24T15:57:55-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2023-01-24T15:57:56-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-24T15:57:56-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-01-24T15:57:56-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2023-01-24T15:57:56-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-24T15:57:56-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-24T15:57:56-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-24T15:57:57-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-24T15:57:57-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-24T15:58:04-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2023-01-24T15:58:04-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-24T15:58:04-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-24T15:58:05-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-24T15:58:05-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-24T15:58:05-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-24T15:58:05-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-24T15:58:06-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2023-01-24T15:58:06-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2023-01-24T15:58:06-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2023-01-24T15:58:06-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2023-01-24T15:58:06-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2023-01-24T15:58:07-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2023-01-24T15:58:08-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-24T15:58:08-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-24T15:58:08-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-24T15:58:11-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-24T15:58:11-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2023-01-24T15:58:13-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-24T18:13:34-0700] [PACMAN] Running 'pacman -Syy mkinitcpio'
[2023-01-24T18:13:34-0700] [PACMAN] synchronizing package lists
[2023-01-24T18:13:36-0700] [ALPM] transaction started
[2023-01-24T18:13:36-0700] [ALPM] reinstalled mkinitcpio (34-2)
[2023-01-24T18:13:36-0700] [ALPM] transaction completed
[2023-01-24T18:13:36-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2023-01-24T18:13:37-0700] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2023-01-24T18:13:37-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2023-01-24T18:13:37-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-24T18:13:37-0700] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-01-24T18:13:37-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
[2023-01-24T18:13:37-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts.img
[2023-01-24T18:13:37-0700] [ALPM-SCRIPTLET] ==> Starting build: 5.15.89-1-lts
[2023-01-24T18:13:37-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-24T18:13:37-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-24T18:13:38-0700] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2023-01-24T18:13:38-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-24T18:13:38-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-24T18:13:42-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-24T18:13:42-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-24T18:13:42-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-24T18:13:42-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-24T18:13:42-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-24T18:13:42-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-24T18:13:42-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-24T18:13:42-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-24T18:13:42-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-24T18:13:43-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-24T18:13:43-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-lts.img
[2023-01-24T18:13:43-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-24T18:13:43-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
[2023-01-24T18:13:43-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts-fallback.img -S autodetect
[2023-01-24T18:13:43-0700] [ALPM-SCRIPTLET] ==> Starting build: 5.15.89-1-lts
[2023-01-24T18:13:44-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-24T18:13:44-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-24T18:13:45-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-24T18:13:45-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-24T18:13:52-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2023-01-24T18:13:52-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-24T18:13:52-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-24T18:13:53-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-24T18:13:53-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-24T18:13:53-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-24T18:13:53-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-24T18:13:53-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2023-01-24T18:13:53-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2023-01-24T18:13:53-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2023-01-24T18:13:53-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2023-01-24T18:13:54-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2023-01-24T18:13:54-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2023-01-24T18:13:55-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-24T18:13:55-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-24T18:13:55-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-24T18:13:58-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-24T18:13:58-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-lts-fallback.img
[2023-01-24T18:14:00-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-24T18:14:00-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-01-24T18:14:00-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2023-01-24T18:14:00-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-24T18:14:00-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-24T18:14:01-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-24T18:14:02-0700] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2023-01-24T18:14:02-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-24T18:14:02-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-24T18:14:06-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-24T18:14:06-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-24T18:14:06-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-24T18:14:06-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-24T18:14:06-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-24T18:14:06-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-24T18:14:06-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-24T18:14:06-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-24T18:14:06-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-24T18:14:06-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-24T18:14:06-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2023-01-24T18:14:07-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-24T18:14:07-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-01-24T18:14:07-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2023-01-24T18:14:07-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-24T18:14:07-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-24T18:14:08-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-24T18:14:09-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-24T18:14:09-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-24T18:14:16-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2023-01-24T18:14:16-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-24T18:14:16-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-24T18:14:17-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-24T18:14:17-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-24T18:14:17-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-24T18:14:17-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-24T18:14:18-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2023-01-24T18:14:18-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2023-01-24T18:14:18-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2023-01-24T18:14:18-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2023-01-24T18:14:18-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2023-01-24T18:14:18-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2023-01-24T18:14:20-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-24T18:14:20-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-24T18:14:20-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-24T18:14:23-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-24T18:14:23-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2023-01-24T18:14:29-0700] [PACMAN] Running 'pacman -S mkinitcpio'
[2023-01-24T18:14:30-0700] [ALPM] transaction started
[2023-01-24T18:14:30-0700] [ALPM] reinstalled mkinitcpio (34-2)
[2023-01-24T18:14:30-0700] [ALPM] transaction completed
[2023-01-24T18:14:30-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2023-01-24T18:14:30-0700] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2023-01-24T18:14:30-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2023-01-24T18:14:30-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-24T18:14:30-0700] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-01-24T18:14:30-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
[2023-01-24T18:14:30-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts.img
[2023-01-24T18:14:30-0700] [ALPM-SCRIPTLET] ==> Starting build: 5.15.89-1-lts
[2023-01-24T18:14:30-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-24T18:14:31-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-24T18:14:31-0700] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2023-01-24T18:14:32-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-24T18:14:32-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-24T18:14:35-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-24T18:14:35-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-24T18:14:35-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-24T18:14:35-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-24T18:14:35-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-24T18:14:35-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-24T18:14:35-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-24T18:14:35-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-24T18:14:35-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-24T18:14:36-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-24T18:14:36-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-lts.img
[2023-01-24T18:14:36-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-24T18:14:36-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
[2023-01-24T18:14:36-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts-fallback.img -S autodetect
[2023-01-24T18:14:37-0700] [ALPM-SCRIPTLET] ==> Starting build: 5.15.89-1-lts
[2023-01-24T18:14:37-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-24T18:14:37-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-24T18:14:38-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-24T18:14:38-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-24T18:14:44-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2023-01-24T18:14:45-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-24T18:14:45-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-24T18:14:46-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-24T18:14:46-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-24T18:14:46-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-24T18:14:46-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-24T18:14:46-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2023-01-24T18:14:46-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2023-01-24T18:14:46-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2023-01-24T18:14:46-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2023-01-24T18:14:47-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2023-01-24T18:14:47-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2023-01-24T18:14:48-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-24T18:14:48-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-24T18:14:48-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-24T18:14:51-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-24T18:14:51-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-lts-fallback.img
[2023-01-24T18:14:53-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-24T18:14:53-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-01-24T18:14:53-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2023-01-24T18:14:53-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-24T18:14:53-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-24T18:14:54-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-24T18:14:55-0700] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2023-01-24T18:14:55-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-24T18:14:55-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-24T18:14:58-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-24T18:14:58-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-24T18:14:58-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-24T18:14:58-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-24T18:14:58-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-24T18:14:58-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-24T18:14:59-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-24T18:14:59-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-24T18:14:59-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-24T18:14:59-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-24T18:14:59-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
[2023-01-24T18:15:00-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-24T18:15:00-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-01-24T18:15:00-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2023-01-24T18:15:00-0700] [ALPM-SCRIPTLET] ==> Starting build: 6.1.7-arch1-1
[2023-01-24T18:15:00-0700] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2023-01-24T18:15:01-0700] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2023-01-24T18:15:01-0700] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2023-01-24T18:15:01-0700] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2023-01-24T18:15:08-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: ast
[2023-01-24T18:15:08-0700] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2023-01-24T18:15:08-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2023-01-24T18:15:09-0700] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2023-01-24T18:15:09-0700] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2023-01-24T18:15:09-0700] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2023-01-24T18:15:09-0700] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2023-01-24T18:15:10-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla1280
[2023-01-24T18:15:10-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
[2023-01-24T18:15:10-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2023-01-24T18:15:10-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2023-01-24T18:15:10-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qed
[2023-01-24T18:15:10-0700] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: qla2xxx
[2023-01-24T18:15:12-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'filesystems,' cannot be found
[2023-01-24T18:15:12-0700] [ALPM-SCRIPTLET] ==> ERROR: Hook 'resume,' cannot be found
[2023-01-24T18:15:12-0700] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2023-01-24T18:15:15-0700] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2023-01-24T18:15:15-0700] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2023-01-24T18:15:17-0700] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2023-01-25T08:59:34-0700] [PACMAN] Running 'pacman -Sy mkinitcpio'
[2023-01-25T08:59:34-0700] [PACMAN] synchronizing package lists
[2023-01-25T08:59:36-0700] [ALPM] transaction started
[2023-01-25T08:59:36-0700] [ALPM] reinstalled mkinitcpio (34-2)
[2023-01-25T08:59:36-0700] [ALPM] transaction completed
[2023-01-25T08:59:36-0700] [ALPM] running '30-systemd-daemon-reload.hook'...
[2023-01-25T08:59:36-0700] [ALPM-SCRIPTLET] Skipped: Running in chroot.
[2023-01-25T08:59:36-0700] [ALPM] running '30-systemd-tmpfiles.hook'...
[2023-01-25T08:59:36-0700] [ALPM] running '30-systemd-update.hook'...
[2023-01-25T08:59:36-0700] [ALPM] running '90-mkinitcpio-install.hook'...
[2023-01-25T08:59:36-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
[2023-01-25T08:59:36-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts.img
[2023-01-25T08:59:36-0700] [ALPM-SCRIPTLET] ==> ERROR: specified kernel image does not exist: `/boot/vmlinuz-linux-lts'
[2023-01-25T08:59:36-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
[2023-01-25T08:59:36-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts-fallback.img -S autodetect
[2023-01-25T08:59:36-0700] [ALPM-SCRIPTLET] ==> ERROR: specified kernel image does not exist: `/boot/vmlinuz-linux-lts'
[2023-01-25T08:59:36-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2023-01-25T08:59:36-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2023-01-25T08:59:36-0700] [ALPM-SCRIPTLET] ==> ERROR: '/lib/modules/6.1.4-arch1-1' is not a valid kernel module directory
[2023-01-25T08:59:36-0700] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2023-01-25T08:59:36-0700] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2023-01-25T08:59:36-0700] [ALPM-SCRIPTLET] ==> ERROR: '/lib/modules/6.1.4-arch1-1' is not a valid kernel module directoryOffline
What does `file /usr/lib/initcpio/install/filesystems` give you?
Offline
What does `file /usr/lib/initcpio/install/filesystems` give you?
/usr/lib/initcpio/install/filesystems: Bourne-Again shell script, ASCII text executable
Offline
Oh hell, I just saw it in the logs. You were transcribing the errors before, not copying them? You transcribed them wrong and it's caused all of this confusion. The error is:
==> ERROR: Hook 'filesystems,' cannot be found
Note the comma, that should not be there. Fix your mkinitcpio.conf.
Offline
Oh hell, I just saw it in the logs. You were transcribing the errors before, not copying them? You transcribed them wrong and it's caused all of this confusion. The error is:
==> ERROR: Hook 'filesystems,' cannot be found
Note the comma, that should not be there. Fix your mkinitcpio.conf.
I feel so dumb. Thank you for spotting this. I was unaware of 0x0.st prior to posting this request for help. Thank you again for your help and everyone else
Offline
Pages: 1