Yesterday evening I ran yay
to update my system, and then shut down after a few hours. This morning my system wasn’t able to boot past mounting /efi.
systemctl status efi.mount
shows unknown filesystem type 'vfat'.
This issue happens when selecting linux, linux lts and both fallbacks.
I started troubleshooting by following directions on this post .
I’ve booted into EOS via flash drive and attempted to reinstall my kernel by mounting my root (/dev/sda2) to /mnt and my EFI (/dev/sda1) to /mnt/efi, and then using sudo arch-chroot /mnt
for access.
I had to delete my db.lck file for pacman to run as it was otherwise returning database locked
. When trying pacman -Syy linux-lts
(or any package). It installs partway then returns fatal library error, lookup self
I’ve then been following directions on this post with a similar issue.
I’ve ran fsck
on my EFI and took the option to remove a dirty bit; rebooting hasn’t made a difference however. Running fsck on both my root and EFI isn’t forthcoming.
TLDR: My issue is A) that efi doesn’t mount on startup and B) that I’m getting fatal library errors when attempting to re-install the linux-lts kernel via chroot.
Failed to mount efi:
systemctl status
Mounting, arch-chroot, and pacman from flash drive:
Pacman fatal library error:
Current contents of /efi/loader/entries
. Previous posts advised removing “old” entries here; I’m not sure whether that means “all” entries or just duplicates/older versions
Any ideas? Advice would be appreciated!
dalto
February 17, 2024, 3:23pm
2
laurapigeon:
Any ideas?
Yes. The issue appears to be that you installed mkinitcpio
and removed kernel-install-for-dracut
. This will absolutely break your system.
To fix it, go back into the chroot as you have done above and do the following:
pacman -Syu kernel-install-for-dracut
reinstall-kernels
That should fix the issue though you may have to do some manual cleanup on the EFI partition afterwards as you may have some extra entries/images.
This is normal when running in a chroot. You can ignore this error.
1 Like
I have an error attempting that pacman install: error: failed to commit transaction (invalid or corrupted package (PGP signature))
.
dalto
February 17, 2024, 3:46pm
4
It looks like you no longer have EndeavourOS keys in your keyring.
wget https://mirror.moson.org/endeavouros/repo/endeavouros/x86_64/endeavouros-keyring-20231222-1-any.pkg.tar.zst
pacman -U ./endeavouros-keyring-20231222-1-any.pkg.tar.zst
pacman -Syu kernel-install-for-dracut
reinstall-kernels
The first command appeared to run fine, but the second and third seem unable to find a particular directory.
The dev directory is empty apart from a file called null
with contents error: repository "__checkrebuild-reserved__" was not found.
dalto
February 17, 2024, 3:57pm
6
Go ahead and run reinstall-kernels
Failures in the “Checking which packages need to rebuilt” step can be ignored.
dalto
February 17, 2024, 3:59pm
7
Also, there are some strange things with your system.
After you successfully reboot back into your system, we need to check some things.
reinstall-kernels
also seems to be looking for the missing directory.
Could the problems with the system be based on incorrectly mounting and chrooting into it?
dalto
February 17, 2024, 4:05pm
9
Potentially that could be part ofit.
Can we see the output of findmnt
from within the chroot?
TARGET SOURCE FSTYPE OPTIONS
/ /dev/sda2 ext4 rw,relatime
├─/efi /dev/sda1 vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro
└─/proc proc proc rw,relatime
Zesko
February 17, 2024, 4:50pm
11
Which packages were installed after this update?
Can you show the output of paclog --after=2024-02-16
?
dalto
February 17, 2024, 4:52pm
12
Did you use arch-chroot
to set that up or did you just use regular chroot
?
You need to use arch-chroot
. A regular chroot
won’t work properly.
Zesko
February 17, 2024, 4:53pm
13
Yes he did, see this screenshot
dalto
February 17, 2024, 4:54pm
14
It depends which screenshot. Look at this one:
1 Like
[root@EndeavourOS /]# paclog --after=2024-02-16
[2024-02-16T20:07:46+0000] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2024-02-16T20:07:46+0000] [PACMAN] synchronizing package lists
[2024-02-16T20:36:17+0000] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/laura/.cache/yay/python2/python2-2.7.18-9-x86_64.pkg.tar.zst'
[2024-02-16T21:55:20+0000] [ALPM] transaction started
[2024-02-16T21:55:21+0000] [ALPM] upgraded python2 (2.7.18-8 -> 2.7.18-9)
[2024-02-16T21:55:21+0000] [ALPM] transaction completed
[2024-02-16T21:55:21+0000] [ALPM] running '30-systemd-update.hook'...
[2024-02-16T21:55:21+0000] [ALPM] running 'rebuild-detector.hook'...
[2024-02-16T21:55:23+0000] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- python2'
[2024-02-16T21:55:24+0000] [PACMAN] Running 'pacman -S -u -y --config /etc/pacman.conf --'
[2024-02-16T21:55:24+0000] [PACMAN] synchronizing package lists
[2024-02-16T21:55:25+0000] [PACMAN] starting full system upgrade
[2024-02-16T22:02:59+0000] [ALPM] running '60-mkinitcpio-remove.hook'...
[2024-02-16T22:02:59+0000] [ALPM] transaction started
[2024-02-16T22:02:59+0000] [ALPM] upgraded linux-api-headers (6.4-1 -> 6.7-1)
[2024-02-16T22:02:59+0000] [ALPM] upgraded tzdata (2023d-1 -> 2024a-1)
[2024-02-16T22:02:59+0000] [ALPM] upgraded iana-etc (20231117-1 -> 20231228-1)
[2024-02-16T22:02:59+0000] [ALPM] warning: /etc/passwd installed as /etc/passwd.pacnew
[2024-02-16T22:02:59+0000] [ALPM] upgraded filesystem (2023.09.18-1 -> 2024.01.19-1)
[2024-02-16T22:02:59+0000] [ALPM] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
[2024-02-16T22:02:59+0000] [ALPM] upgraded glibc (2.38-7 -> 2.39-1)
[2024-02-16T22:02:59+0000] [ALPM-SCRIPTLET] Generating locales...
[2024-02-16T22:03:01+0000] [ALPM-SCRIPTLET] en_GB.UTF-8... done
[2024-02-16T22:03:03+0000] [ALPM-SCRIPTLET] en_US.UTF-8... done
[2024-02-16T22:03:03+0000] [ALPM-SCRIPTLET] Generation complete.
[2024-02-16T22:03:03+0000] [ALPM] upgraded acl (2.3.1-3 -> 2.3.2-1)
[2024-02-16T22:03:03+0000] [ALPM] upgraded adobe-source-han-sans-cn-fonts (2.004-1 -> 2.004-2)
[2024-02-16T22:03:03+0000] [ALPM] upgraded adobe-source-han-sans-jp-fonts (2.004-1 -> 2.004-2)
[2024-02-16T22:03:04+0000] [ALPM] upgraded adobe-source-han-sans-kr-fonts (2.004-1 -> 2.004-2)
[2024-02-16T22:03:04+0000] [ALPM] upgraded alsa-card-profiles (1:1.0.1-1 -> 1:1.0.3-1)
[2024-02-16T22:03:04+0000] [ALPM] upgraded alsa-ucm-conf (1.2.10-2 -> 1.2.11-1)
[2024-02-16T22:03:04+0000] [ALPM] upgraded alsa-lib (1.2.10-2 -> 1.2.11-1)
[2024-02-16T22:03:04+0000] [ALPM] upgraded gcc-libs (13.2.1-3 -> 13.2.1-5)
[2024-02-16T22:03:04+0000] [ALPM] upgraded hwdata (0.378-1 -> 0.379-1)
[2024-02-16T22:03:04+0000] [ALPM] upgraded zlib (1:1.3-2 -> 1:1.3.1-1)
[2024-02-16T22:03:05+0000] [ALPM] upgraded openssl (3.2.0-1 -> 3.2.1-1)
[2024-02-16T22:03:05+0000] [ALPM] upgraded readline (8.2.007-1 -> 8.2.010-1)
[2024-02-16T22:03:05+0000] [ALPM] upgraded bash (5.2.021-1 -> 5.2.026-2)
[2024-02-16T22:03:05+0000] [ALPM] upgraded xz (5.4.5-1 -> 5.4.6-1)
[2024-02-16T22:03:05+0000] [ALPM] upgraded alsa-utils (1.2.10-1 -> 1.2.11-1)
[2024-02-16T22:03:05+0000] [ALPM] upgraded amdvlk (2023.Q4.3-1 -> 2024.Q1.1-1)
[2024-02-16T22:03:05+0000] [ALPM] upgraded aom (3.8.0-2 -> 3.8.1-1)
[2024-02-16T22:03:05+0000] [ALPM] upgraded libjpeg-turbo (3.0.1-1 -> 3.0.2-2)
[2024-02-16T22:03:05+0000] [ALPM] upgraded xorg-xprop (1.2.6-1 -> 1.2.7-1)
[2024-02-16T22:03:05+0000] [ALPM] upgraded libxext (1.3.5-1 -> 1.3.6-1)
[2024-02-16T22:03:05+0000] [ALPM] upgraded xdg-utils (1.2.0r25+g0f49cf5-1 -> 1.2.1-1)
[2024-02-16T22:03:05+0000] [ALPM] upgraded sqlite (3.45.0-1 -> 3.45.1-1)
[2024-02-16T22:03:05+0000] [ALPM] upgraded libidn2 (2.3.4-3 -> 2.3.7-1)
[2024-02-16T22:03:05+0000] [ALPM] upgraded libnghttp2 (1.58.0-1 -> 1.59.0-2)
[2024-02-16T22:03:05+0000] [ALPM] upgraded libnghttp3 (1.1.0-1 -> 1.1.0-2)
[2024-02-16T22:03:05+0000] [ALPM] upgraded pam (1.6.0-3 -> 1.6.0-4)
[2024-02-16T22:03:05+0000] [ALPM] upgraded coreutils (9.4-2 -> 9.4-3)
[2024-02-16T22:03:05+0000] [ALPM] upgraded systemd-libs (255.2-3 -> 255.3-1)
[2024-02-16T22:03:05+0000] [ALPM] upgraded ca-certificates-mozilla (3.96.1-1 -> 3.97-1)
[2024-02-16T22:03:06+0000] [ALPM] upgraded curl (8.5.0-1 -> 8.6.0-3)
[2024-02-16T22:03:06+0000] [ALPM] upgraded libelf (0.190-1 -> 0.190-2)
[2024-02-16T22:03:06+0000] [ALPM] upgraded vulkan-icd-loader (1.3.274-1 -> 1.3.276-1)
[2024-02-16T22:03:06+0000] [ALPM] upgraded expat (2.5.0-1 -> 2.6.0-1)
[2024-02-16T22:03:06+0000] [ALPM] upgraded libxml2 (2.12.3-1 -> 2.12.5-1)
[2024-02-16T22:03:08+0000] [ALPM] upgraded nvidia-utils (545.29.06-1 -> 545.29.06-4)
[2024-02-16T22:03:08+0000] [ALPM-SCRIPTLET] If you run into trouble with CUDA not being available, run nvidia-modprobe first.
[2024-02-16T22:03:08+0000] [ALPM-SCRIPTLET] If you use GDM on Wayland, you might have to run systemctl enable --now nvidia-resume.service
[2024-02-16T22:03:08+0000] [ALPM] upgraded libpciaccess (0.17-1 -> 0.18-1)
[2024-02-16T22:03:08+0000] [ALPM] upgraded mesa (1:23.3.3-1 -> 1:23.3.5-1)
[2024-02-16T22:03:08+0000] [ALPM] upgraded libsysprof-capture (45.1-1 -> 45.2-1)
[2024-02-16T22:03:08+0000] [ALPM] upgraded glib2 (2.78.3-1 -> 2.78.4-1)
[2024-02-16T22:03:08+0000] [ALPM] upgraded libproxy (0.5.3-2 -> 0.5.4-1)
[2024-02-16T22:03:08+0000] [ALPM] upgraded md4c (0.5.0-1 -> 0.5.2-1)
[2024-02-16T22:03:08+0000] [ALPM] upgraded libpng (1.6.40-2 -> 1.6.42-1)
[2024-02-16T22:03:08+0000] [ALPM] upgraded cryptsetup (2.6.1-3 -> 2.7.0-1)
[2024-02-16T22:03:08+0000] [ALPM] warning: directory permissions differ on /usr/share/polkit-1/rules.d/
filesystem: 750 package: 755
[2024-02-16T22:03:08+0000] [ALPM] upgraded systemd (255.2-3 -> 255.3-1)
[2024-02-16T22:03:10+0000] [ALPM] upgraded libwacom (2.9.0-2 -> 2.10.0-1)
[2024-02-16T22:03:10+0000] [ALPM] upgraded xkeyboard-config (2.40-1 -> 2.41-1)
[2024-02-16T22:03:11+0000] [ALPM] upgraded qt5-base (5.15.12+kde+r147-1 -> 5.15.12+kde+r151-1)
[2024-02-16T22:03:11+0000] [ALPM] upgraded btrfs-progs (6.6.3-1 -> 6.7.1-1)
[2024-02-16T22:03:11+0000] [ALPM] upgraded polkit (124-1 -> 124-2)
[2024-02-16T22:03:11+0000] [ALPM] upgraded nss (3.96.1-1 -> 3.97-1)
[2024-02-16T22:03:11+0000] [ALPM] upgraded libnvme (1.7.1-1 -> 1.8-1)
[2024-02-16T22:03:11+0000] [ALPM] upgraded mpfr (4.2.1-1 -> 4.2.1-2)
[2024-02-16T22:03:11+0000] [ALPM] upgraded libusb (1.0.26-2 -> 1.0.27-1)
[2024-02-16T22:03:11+0000] [ALPM] upgraded libsecret (0.21.2-1 -> 0.21.3-1)
[2024-02-16T22:03:11+0000] [ALPM] upgraded gnupg (2.4.3-2 -> 2.4.4-1)
[2024-02-16T22:03:11+0000] [ALPM] upgraded libblockdev (3.0.4-1 -> 3.0.4-2)
[2024-02-16T22:03:11+0000] [ALPM] upgraded thin-provisioning-tools (1.0.10-1 -> 1.0.11-1)
[2024-02-16T22:03:11+0000] [ALPM] upgraded libimobiledevice (1.3.0-9 -> 1.3.0-10)
[2024-02-16T22:03:11+0000] [ALPM] upgraded solid5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kcoreaddons5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kwidgetsaddons5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kjobwidgets5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kdbusaddons5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kconfig5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kwindowsystem5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kcrash5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kglobalaccel5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kauth5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kcodecs5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kguiaddons5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded ki18n5 (5.114.0-1 -> 5.115.1-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kconfigwidgets5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded karchive5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kiconthemes5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kitemviews5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kxmlgui5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded kbookmarks5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded libtool (2.4.7+4+g1ec8fa28-6 -> 2.4.7+4+g1ec8fa28-7)
[2024-02-16T22:03:12+0000] [ALPM] upgraded pixman (0.43.0-1 -> 0.43.2-1)
[2024-02-16T22:03:12+0000] [ALPM] upgraded pango (1:1.51.1-1 -> 1:1.51.2-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded gstreamer (1.22.8-2 -> 1.22.10-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded orc (0.4.34-1 -> 0.4.37-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded gst-plugins-base-libs (1.22.8-2 -> 1.22.10-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded gst-plugins-base (1.22.8-2 -> 1.22.10-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded knotifications5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded kservice5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded kwallet5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded kcompletion5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded sonnet5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded ktextwidgets5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded kded5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded kio5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded kparts5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded kpty5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded ark (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded aspell (0.60.8.1-1 -> 0.60.8.1-2)
[2024-02-16T22:03:13+0000] [ALPM] upgraded atkmm (2.28.3-1 -> 2.28.4-1)
[2024-02-16T22:03:13+0000] [ALPM] upgraded attica5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded kpackage5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded kdeclarative5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded kcmutils5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded neon (0.32.5-2 -> 0.33.0-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded libkcddb5 (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded libkcompactdisc (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded audiocd-kio (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded elfutils (0.190-1 -> 0.190-2)
[2024-02-16T22:03:14+0000] [ALPM] upgraded avrdude (1:7.2-1 -> 1:7.3-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded babl (0.1.106-1 -> 0.1.108-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded exiv2 (0.28.1-1 -> 0.28.2-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded taglib (1.13.1-1 -> 2.0-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded libpipewire (1:1.0.1-1 -> 1:1.0.3-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded libcamera-ipa (0.1.0-2 -> 0.2.0-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded libcamera (0.1.0-2 -> 0.2.0-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded pipewire (1:1.0.1-1 -> 1:1.0.3-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded serd (0.32.0-1 -> 0.32.2-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded lilv (0.24.22-1 -> 0.24.24-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded pipewire-audio (1:1.0.1-1 -> 1:1.0.3-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded pipewire-jack (1:1.0.1-1 -> 1:1.0.3-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded imath (3.1.9-2 -> 3.1.10-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded openexr (3.2.1-1 -> 3.2.2-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded libjxl (0.8.2-2 -> 0.9.2-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded libplacebo (6.338.1-1 -> 6.338.2-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded rav1e (0.6.6-3 -> 0.7.1-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded libvpx (1.13.1-1 -> 1.14.0-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded sdl2 (2.28.5-1 -> 2.30.0-1)
[2024-02-16T22:03:14+0000] [ALPM] upgraded numactl (2.0.17-1 -> 2.0.18-1)
[2024-02-16T22:03:15+0000] [ALPM] installed libfabric (1.20.0-1)
[2024-02-16T22:03:15+0000] [ALPM] upgraded openpmix (4.2.8-1 -> 4.2.9-1)
[2024-02-16T22:03:15+0000] [ALPM] installed prrte (3.0.4-1)
[2024-02-16T22:03:15+0000] [ALPM] upgraded openmpi (4.1.6-2 -> 5.0.2-2)
[2024-02-16T22:03:15+0000] [ALPM] upgraded fftw (3.3.10-4 -> 3.3.10-5)
[2024-02-16T22:03:15+0000] [ALPM] upgraded python (3.11.6-1 -> 3.11.7-1)
[2024-02-16T22:03:15+0000] [ALPM] upgraded ffmpeg (2:6.1.1-1 -> 2:6.1.1-5)
[2024-02-16T22:03:15+0000] [ALPM] upgraded kfilemetadata5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:15+0000] [ALPM] upgraded kidletime5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:15+0000] [ALPM] upgraded lmdb (0.9.31-1 -> 0.9.32-1)
[2024-02-16T22:03:15+0000] [ALPM] upgraded baloo5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:15+0000] [ALPM] upgraded baloo-widgets (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:03:16+0000] [ALPM] upgraded bazel (6.4.0-1 -> 7.0.2-1)
[2024-02-16T22:03:16+0000] [ALPM] upgraded libuv (1.47.0-1 -> 1.48.0-1)
[2024-02-16T22:03:16+0000] [ALPM] upgraded bind (9.18.21-1 -> 9.18.24-1)
[2024-02-16T22:03:16+0000] [ALPM] upgraded binutils (2.41-3 -> 2.42-2)
[2024-02-16T22:03:17+0000] [ALPM] upgraded python-numpy (1.26.3-1 -> 1.26.4-1)
[2024-02-16T22:03:17+0000] [ALPM] upgraded boost-libs (1.83.0-4 -> 1.83.0-5)
[2024-02-16T22:03:17+0000] [ALPM] upgraded libheif (1.17.6-1 -> 1.17.6-3)
[2024-02-16T22:03:17+0000] [ALPM] upgraded jasper (4.1.1-1 -> 4.2.0-1)
[2024-02-16T22:03:17+0000] [ALPM] upgraded openimageio (2.5.6.0-1 -> 2.5.7.0-1)
[2024-02-16T22:03:17+0000] [ALPM] upgraded opensubdiv (3.5.0-2 -> 3.6.0-1)
[2024-02-16T22:03:17+0000] [ALPM] upgraded embree (4.3.0-1 -> 4.3.1-1)
[2024-02-16T22:03:17+0000] [ALPM] upgraded openpgl (0.5.0-5 -> 0.6.0-1)
[2024-02-16T22:03:17+0000] [ALPM] upgraded level-zero-loader (1.14.0-1 -> 1.15.1-1)
[2024-02-16T22:03:19+0000] [ALPM] upgraded boost (1.83.0-4 -> 1.83.0-5)
[2024-02-16T22:03:19+0000] [ALPM] upgraded dos2unix (7.5.1-1 -> 7.5.2-1)
[2024-02-16T22:03:20+0000] [ALPM] upgraded gcc (13.2.1-3 -> 13.2.1-5)
[2024-02-16T22:03:21+0000] [ALPM] upgraded clang (16.0.6-1 -> 16.0.6-2)
[2024-02-16T22:03:21+0000] [ALPM] upgraded openshadinglanguage (1.12.14.0-2 -> 1.13.6.1-2)
[2024-02-16T22:03:21+0000] [ALPM] upgraded python-jaraco.functools (3.9.0-1 -> 4.0.0-1)
[2024-02-16T22:03:21+0000] [ALPM] upgraded python-pydantic-core (1:2.14.6-1 -> 1:2.16.2-1)
[2024-02-16T22:03:21+0000] [ALPM] upgraded python-pydantic (2.5.3-1 -> 2.6.1-1)
[2024-02-16T22:03:21+0000] [ALPM] upgraded python-trove-classifiers (2024.1.8-1 -> 2024.1.31-1)
[2024-02-16T22:03:21+0000] [ALPM] upgraded libcolord (1.4.6-1 -> 1.4.7-2)
[2024-02-16T22:03:21+0000] [ALPM] upgraded gst-plugins-bad-libs (1.22.8-2 -> 1.22.10-1)
[2024-02-16T22:03:21+0000] [ALPM] upgraded libadwaita (1:1.4.2-1 -> 1:1.4.3-1)
[2024-02-16T22:03:21+0000] [ALPM] upgraded vulkan-headers (1:1.3.274-1 -> 1:1.3.276-1)
[2024-02-16T22:03:21+0000] [ALPM] upgraded qt6-translations (6.6.1-1 -> 6.6.2-1)
[2024-02-16T22:03:22+0000] [ALPM] upgraded qt6-base (6.6.1-3 -> 6.6.2-3)
[2024-02-16T22:03:22+0000] [ALPM] upgraded qt6-declarative (6.6.1-1 -> 6.6.2-1)
[2024-02-16T22:03:23+0000] [ALPM] upgraded perl (5.38.1-1 -> 5.38.2-1)
[2024-02-16T22:03:23+0000] [ALPM] upgraded python-markupsafe (2.1.3-1 -> 2.1.4-1)
[2024-02-16T22:03:24+0000] [ALPM] upgraded usd (23.11-5 -> 23.11-12)
[2024-02-16T22:03:26+0000] [ALPM] upgraded blender (17:4.0.2-9 -> 17:4.0.2-14)
[2024-02-16T22:03:26+0000] [ALPM] upgraded bluez-qt5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:26+0000] [ALPM] upgraded bluedevil (1:5.27.10-1 -> 1:5.27.10-3)
[2024-02-16T22:03:29+0000] [ALPM] upgraded breeze-icons (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:29+0000] [ALPM] upgraded c-ares (1.25.0-1 -> 1.26.0-1)
[2024-02-16T22:03:29+0000] [ALPM] upgraded capstone (4.0.2-7 -> 5.0.1-2)
[2024-02-16T22:03:31+0000] [ALPM] upgraded cmake (3.28.1-1 -> 3.28.3-1)
[2024-02-16T22:03:31+0000] [ALPM] upgraded gtk3 (1:3.24.40-1 -> 1:3.24.41-1)
[2024-02-16T22:03:31+0000] [ALPM] upgraded minizip (1:1.3-2 -> 1:1.3.1-1)
[2024-02-16T22:03:31+0000] [ALPM] installed re2 (1:20240201-1)
[2024-02-16T22:03:31+0000] [ALPM] upgraded libavif (1.0.3-1 -> 1.0.4-1)
[2024-02-16T22:03:32+0000] [ALPM] installed electron27 (27.3.2-1)
[2024-02-16T22:03:32+0000] [ALPM] upgraded libxkbfile (1.1.2-1 -> 1.1.3-1)
[2024-02-16T22:03:33+0000] [ALPM] upgraded code (1.85.1-1 -> 1.86.0-1)
[2024-02-16T22:03:33+0000] [ALPM] upgraded ddcutil (2.1.0-1 -> 2.1.3-1)
[2024-02-16T22:03:33+0000] [ALPM] upgraded dialog (1:1.3_20231002-1 -> 1:1.3_20240101-1)
[2024-02-16T22:03:33+0000] [ALPM] upgraded discount (3.0.0.a-1 -> 3.0.0.d-1)
[2024-02-16T22:03:33+0000] [ALPM] upgraded libphobos (1:2.106.1-1 -> 1:2.107.0-1)
[2024-02-16T22:03:33+0000] [ALPM] upgraded dmd (1:2.106.1-1 -> 1:2.107.0-1)
[2024-02-16T22:03:34+0000] [ALPM] upgraded dnsmasq (2.89-1 -> 2.90-1)
[2024-02-16T22:03:34+0000] [ALPM] upgraded syndication5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:34+0000] [ALPM] upgraded knewstuff5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:34+0000] [ALPM] upgraded kdnssd5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:34+0000] [ALPM] upgraded libkexiv2 (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:03:34+0000] [ALPM] upgraded syntax-highlighting5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:36+0000] [ALPM] upgraded kio-extras (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:03:36+0000] [ALPM] upgraded kactivities5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:37+0000] [ALPM] upgraded dolphin (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:03:37+0000] [ALPM] upgraded dotnet-host (8.0.0.sdk100-3 -> 8.0.1.sdk101-1)
[2024-02-16T22:03:37+0000] [ALPM] upgraded dotnet-runtime-7.0 (7.0.14.sdk114-3 -> 7.0.15.sdk115-1)
[2024-02-16T22:03:37+0000] [ALPM] upgraded dracut (059-4 -> 059-5)
[2024-02-16T22:03:38+0000] [ALPM] upgraded dragon (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:03:38+0000] [ALPM] upgraded efivar (38-3 -> 39-1)
[2024-02-16T22:03:39+0000] [ALPM] upgraded electron28 (28.1.4-1 -> 28.2.2-1)
[2024-02-16T22:03:39+0000] [ALPM] upgraded ell (0.61-1 -> 0.62-1)
[2024-02-16T22:03:39+0000] [ALPM] warning: /etc/pacman.d/endeavouros-mirrorlist installed as /etc/pacman.d/endeavouros-mirrorlist.pacnew
[2024-02-16T22:03:39+0000] [ALPM] upgraded endeavouros-mirrorlist (24-1 -> 24.1-1)
[2024-02-16T22:03:39+0000] [ALPM] upgraded endeavouros-theming (23.11.1.1-1 -> 23.11.2.1-1)
[2024-02-16T22:03:39+0000] [ALPM] upgraded eos-translations (24-1 -> 24.2-1)
[2024-02-16T22:03:39+0000] [ALPM] upgraded pacman (6.0.2-8 -> 6.0.2-9)
[2024-02-16T22:03:39+0000] [ALPM] upgraded libmanette (0.2.6-5 -> 0.2.7-1)
[2024-02-16T22:03:39+0000] [ALPM] upgraded libwpe (1.14.1-2 -> 1.14.2-1)
[2024-02-16T22:03:40+0000] [ALPM] upgraded webkit2gtk-4.1 (2.42.4-1 -> 2.42.5-1)
[2024-02-16T22:03:40+0000] [ALPM] upgraded eos-bash-shared (24.1-1 -> 24.8-1)
[2024-02-16T22:03:40+0000] [ALPM] upgraded eos-apps-info (24-1 -> 24.2-1)
[2024-02-16T22:03:40+0000] [ALPM] upgraded eos-rankmirrors (2.26-1 -> 24.1-1)
[2024-02-16T22:03:40+0000] [ALPM] upgraded fakeroot (1.32.2-1 -> 1.33-2)
[2024-02-16T22:03:40+0000] [ALPM] upgraded pacman-contrib (1.10.1-1 -> 1.10.4-1)
[2024-02-16T22:03:40+0000] [ALPM] upgraded eos-update-notifier (24-1 -> 24.1-1)
[2024-02-16T22:03:40+0000] [ALPM] upgraded extra-cmake-modules (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:40+0000] [ALPM] upgraded fcitx5 (5.1.7-2 -> 5.1.7-3)
[2024-02-16T22:03:40+0000] [ALPM] upgraded qt6-wayland (6.6.1-1 -> 6.6.2-1)
[2024-02-16T22:03:40+0000] [ALPM] upgraded fcitx5-qt (5.1.4-3 -> 5.1.4-4)
[2024-02-16T22:03:41+0000] [ALPM] upgraded ffmpeg4.4 (4.4.4-3 -> 4.4.4-4)
[2024-02-16T22:03:41+0000] [ALPM] upgraded ffmpegthumbs (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:03:41+0000] [ALPM] upgraded firewalld (2.1.0-1 -> 2.1.1-1)
[2024-02-16T22:03:41+0000] [ALPM] upgraded flake8 (1:6.1.0-1 -> 1:7.0.0-1)
[2024-02-16T22:03:41+0000] [ALPM] upgraded frameworkintegration5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:41+0000] [ALPM] upgraded libjcat (0.2.0-1 -> 0.2.1-1)
[2024-02-16T22:03:41+0000] [ALPM] upgraded protobuf (25.1-1 -> 25.2-1)
[2024-02-16T22:03:41+0000] [ALPM] upgraded fwupd (1.9.11-2 -> 1.9.13-1)
[2024-02-16T22:03:41+0000] [ALPM] upgraded fzf (0.45.0-1 -> 0.46.1-1)
[2024-02-16T22:03:41+0000] [ALPM] upgraded gc (8.2.4-1 -> 8.2.6-1)
[2024-02-16T22:03:41+0000] [ALPM] upgraded gcc-fortran (13.2.1-3 -> 13.2.1-5)
[2024-02-16T22:03:41+0000] [ALPM] upgraded gcr-4 (4.1.0-1 -> 4.2.0-1)
[2024-02-16T22:03:41+0000] [ALPM] upgraded gdb-common (13.2-1 -> 14.1-1)
[2024-02-16T22:03:41+0000] [ALPM] upgraded gdb (13.2-1 -> 14.1-1)
[2024-02-16T22:03:42+0000] [ALPM] upgraded suitesparse (7.5.1-1 -> 7.6.0-1)
[2024-02-16T22:03:42+0000] [ALPM] upgraded gegl (0.4.46-2 -> 0.4.48-1)
[2024-02-16T22:03:43+0000] [ALPM] upgraded gimp (2.10.36-3 -> 2.10.36-4)
[2024-02-16T22:03:43+0000] [ALPM] upgraded git (2.43.0-1 -> 2.43.2-1)
[2024-02-16T22:03:43+0000] [ALPM] upgraded glib2-docs (2.78.3-1 -> 2.78.4-1)
[2024-02-16T22:03:45+0000] [ALPM] upgraded go (2:1.21.6-1 -> 2:1.22.0-1)
[2024-02-16T22:03:46+0000] [ALPM] upgraded gst-editing-services (1.22.8-2 -> 1.22.10-1)
[2024-02-16T22:03:46+0000] [ALPM] upgraded gst-libav (1.22.8-2 -> 1.22.10-1)
[2024-02-16T22:03:46+0000] [ALPM] upgraded gst-plugin-gtk (1.22.8-2 -> 1.22.10-1)
[2024-02-16T22:03:46+0000] [ALPM] upgraded gst-plugin-pipewire (1:1.0.1-1 -> 1:1.0.3-1)
[2024-02-16T22:03:46+0000] [ALPM] upgraded imagemagick (7.1.1.26-1 -> 7.1.1.28-1)
[2024-02-16T22:03:46+0000] [ALPM] upgraded gst-plugins-bad (1.22.8-2 -> 1.22.10-1)
[2024-02-16T22:03:46+0000] [ALPM] upgraded imlib2 (1.12.1-1 -> 1.12.2-1)
[2024-02-16T22:03:46+0000] [ALPM] upgraded gst-plugins-good (1.22.8-2 -> 1.22.10-1)
[2024-02-16T22:03:46+0000] [ALPM] upgraded gst-plugins-ugly (1.22.8-2 -> 1.22.10-1)
[2024-02-16T22:03:46+0000] [ALPM] upgraded gst-python (1.22.8-2 -> 1.22.10-1)
[2024-02-16T22:03:46+0000] [ALPM] upgraded kitemmodels5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:46+0000] [ALPM] upgraded libkdcraw5 (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:03:46+0000] [ALPM] upgraded signon-kwallet-extension (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:03:47+0000] [ALPM] upgraded noto-fonts (1:24.1.1-1 -> 1:24.2.1-1)
[2024-02-16T22:03:47+0000] [ALPM] upgraded qt5-webengine (5.15.16-2 -> 5.15.16-3)
[2024-02-16T22:03:48+0000] [ALPM] upgraded kaccounts-integration (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:03:48+0000] [ALPM] upgraded kirigami2 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:48+0000] [ALPM] upgraded purpose5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:03:48+0000] [ALPM] upgraded gwenview (23.08.4-3 -> 23.08.5-1)
[2024-02-16T22:03:48+0000] [ALPM] upgraded hwdetect (2023.07.02-1 -> 2024.02.05-1)
[2024-02-16T22:03:48+0000] [ALPM] upgraded intel-ucode (20231114-1 -> 20231114-2)
[2024-02-16T22:03:48+0000] [ALPM] upgraded inxi (3.3.31.1-1 -> 3.3.33.1-1)
[2024-02-16T22:03:48+0000] [ALPM] upgraded iwd (2.13-2 -> 2.14-1)
[2024-02-16T22:03:59+0000] [ALPM] upgraded jdk-openjdk (21.0.2.u13-2 -> 21.0.2.u13-3)
[2024-02-16T22:03:59+0000] [ALPM] upgraded kactivities-stats5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:00+0000] [ALPM] upgraded ktexteditor5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:01+0000] [ALPM] upgraded kate (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:04:01+0000] [ALPM] upgraded kcalc (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:04:01+0000] [ALPM] upgraded kcontacts5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:01+0000] [ALPM] upgraded qqc2-desktop-style5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:01+0000] [ALPM] upgraded modemmanager-qt5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:01+0000] [ALPM] upgraded kpeople5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:01+0000] [ALPM] upgraded kdeconnect (23.08.4-2 -> 23.08.5-1)
[2024-02-16T22:04:01+0000] [ALPM] upgraded kunitconversion5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:02+0000] [ALPM] upgraded kemoticons (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:02+0000] [ALPM] upgraded kdelibs4support (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:02+0000] [ALPM] upgraded knotifyconfig5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:02+0000] [ALPM] upgraded kdenlive (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:04:02+0000] [ALPM] upgraded kdesu5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:02+0000] [ALPM] upgraded kdialog (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:04:02+0000] [ALPM] upgraded kfind (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:04:02+0000] [ALPM] upgraded kholidays5 (1:5.114.0-1 -> 1:5.115.0-1)
[2024-02-16T22:04:02+0000] [ALPM] upgraded kinit (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:02+0000] [ALPM] upgraded konsole (23.08.4-2 -> 23.08.5-1)
[2024-02-16T22:04:02+0000] [ALPM] upgraded kquickcharts5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:03+0000] [ALPM] upgraded krita (5.2.2-2 -> 5.2.2-4)
[2024-02-16T22:04:03+0000] [ALPM] upgraded kwayland5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:04+0000] [ALPM] upgraded plasma-framework5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:04+0000] [ALPM] upgraded threadweaver5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:04+0000] [ALPM] upgraded krunner5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:04+0000] [ALPM] upgraded kwalletmanager (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:04:04+0000] [ALPM] upgraded lib32-acl (2.3.1-2 -> 2.3.2-1)
[2024-02-16T22:04:04+0000] [ALPM] upgraded lib32-glibc (2.38-7 -> 2.39-1)
[2024-02-16T22:04:05+0000] [ALPM] upgraded lib32-gcc-libs (13.2.1-3 -> 13.2.1-5)
[2024-02-16T22:04:05+0000] [ALPM] upgraded lib32-alsa-lib (1.2.10-2 -> 1.2.11-1)
[2024-02-16T22:04:05+0000] [ALPM] upgraded lib32-zlib (1.3-1 -> 1.3.1-1)
[2024-02-16T22:04:06+0000] [ALPM] upgraded lib32-amdvlk (2023.Q4.3-1 -> 2024.Q1.1-1)
[2024-02-16T22:04:06+0000] [ALPM] upgraded lib32-libidn2 (2.3.4-2 -> 2.3.7-1)
[2024-02-16T22:04:06+0000] [ALPM] installed lib32-libnghttp2 (1.59.0-2)
[2024-02-16T22:04:06+0000] [ALPM] installed lib32-libnghttp3 (1.1.0-2)
[2024-02-16T22:04:06+0000] [ALPM] upgraded lib32-openssl (1:3.2.0-1 -> 1:3.2.1-1)
[2024-02-16T22:04:06+0000] [ALPM] upgraded lib32-curl (8.5.0-1 -> 8.6.0-3)
[2024-02-16T22:04:06+0000] [ALPM] upgraded lib32-expat (2.5.0-2 -> 2.6.0-1)
[2024-02-16T22:04:06+0000] [ALPM] upgraded lib32-glib2 (2.78.3-1 -> 2.78.4-1)
[2024-02-16T22:04:06+0000] [ALPM] upgraded lib32-libpng (1.6.40-2 -> 1.6.42-1)
[2024-02-16T22:04:06+0000] [ALPM] upgraded lib32-xz (5.4.5-1 -> 5.4.6-1)
[2024-02-16T22:04:06+0000] [ALPM] upgraded lib32-libxml2 (2.12.4-1 -> 2.12.5-1)
[2024-02-16T22:04:06+0000] [ALPM] upgraded lib32-vulkan-icd-loader (1.3.274-1 -> 1.3.276-1)
[2024-02-16T22:04:07+0000] [ALPM] upgraded lib32-mesa (1:23.3.3-1 -> 1:23.3.5-1)
[2024-02-16T22:04:07+0000] [ALPM] upgraded lib32-nss (3.96.1-1 -> 3.97-1)
[2024-02-16T22:04:07+0000] [ALPM] upgraded lib32-systemd (255.2-1 -> 255.3-1)
[2024-02-16T22:04:07+0000] [ALPM] upgraded libgsf (1.14.51-1 -> 1.14.52-1)
[2024-02-16T22:04:07+0000] [ALPM] upgraded libvirt (1:10.0.0-2 -> 1:10.0.0-3)
[2024-02-16T22:04:07+0000] [ALPM] upgraded qemu-common (8.2.0-3 -> 8.2.1-2)
[2024-02-16T22:04:07+0000] [ALPM] upgraded qemu-img (8.2.0-3 -> 8.2.1-2)
[2024-02-16T22:04:08+0000] [ALPM] upgraded libxdp (1.4.1-3 -> 1.4.2-1)
[2024-02-16T22:04:08+0000] [ALPM] upgraded wolfssl (5.6.4-1 -> 5.6.6-1)
[2024-02-16T22:04:08+0000] [ALPM] upgraded vde2 (2.3.3-4 -> 2.3.3-5)
[2024-02-16T22:04:08+0000] [ALPM] upgraded qemu-system-x86-firmware (8.2.0-3 -> 8.2.1-2)
[2024-02-16T22:04:08+0000] [ALPM] upgraded qemu-system-x86 (8.2.0-3 -> 8.2.1-2)
[2024-02-16T22:04:08+0000] [ALPM] upgraded virtiofsd (1.9.0-2 -> 1.10.1-1)
[2024-02-16T22:04:08+0000] [ALPM] upgraded qemu-base (8.2.0-3 -> 8.2.1-2)
[2024-02-16T22:04:08+0000] [ALPM] upgraded systemd-sysvcompat (255.2-3 -> 255.3-1)
[2024-02-16T22:04:09+0000] [ALPM] upgraded vim-runtime (9.1.0000-1 -> 9.1.0080-1)
[2024-02-16T22:04:10+0000] [ALPM] upgraded vim (9.1.0000-1 -> 9.1.0080-1)
[2024-02-16T22:04:10+0000] [ALPM] upgraded xfsprogs (6.5.0-2 -> 6.6.0-1)
[2024-02-16T22:04:11+0000] [ALPM] upgraded libguestfs (1.50.1-4 -> 1.52.0-1)
[2024-02-16T22:04:11+0000] [ALPM] upgraded libhandy (1.8.2-1 -> 1.8.3-1)
[2024-02-16T22:04:11+0000] [ALPM] upgraded libngtcp2 (1.1.0-1 -> 1.2.0-1)
[2024-02-16T22:04:12+0000] [ALPM] upgraded libpaper (2.1.2-1 -> 2.1.3-1)
[2024-02-16T22:04:12+0000] [ALPM] installed libixion (0.19.0-1)
[2024-02-16T22:04:12+0000] [ALPM] installed liborcus (0.19.2-1)
[2024-02-16T22:04:15+0000] [ALPM] upgraded libreoffice-still (7.5.9-2 -> 7.6.4-1)
[2024-02-16T22:04:15+0000] [ALPM] upgraded libsynctex (2023.66984-17 -> 2023.66984-19)
[2024-02-16T22:04:15+0000] [ALPM] upgraded libxvmc (1.0.13-2 -> 1.0.14-1)
[2024-02-16T22:04:15+0000] [ALPM] upgraded licenses (20240115-1 -> 20240206-1)
[2024-02-16T22:04:15+0000] [ALPM] upgraded mkinitcpio (37.2-1 -> 37.3-1)
[2024-02-16T22:04:19+0000] [ALPM] upgraded linux (6.7.arch3-1 -> 6.7.4.arch1-1)
[2024-02-16T22:04:19+0000] [ALPM] upgraded linux-firmware-whence (20240115.9b6d0b08-1 -> 20240115.9b6d0b08-2)
[2024-02-16T22:04:21+0000] [ALPM] upgraded linux-firmware (20240115.9b6d0b08-1 -> 20240115.9b6d0b08-2)
[2024-02-16T22:04:27+0000] [ALPM] upgraded linux-headers (6.7.arch3-1 -> 6.7.4.arch1-1)
[2024-02-16T22:04:31+0000] [ALPM] upgraded linux-lts (6.6.12-1 -> 6.6.16-1)
[2024-02-16T22:04:35+0000] [ALPM] upgraded linux-lts-headers (6.6.12-1 -> 6.6.16-1)
[2024-02-16T22:04:35+0000] [ALPM] upgraded man-pages (6.05.01-2 -> 6.06-2)
[2024-02-16T22:04:35+0000] [ALPM] upgraded mbedtls (3.4.1-1 -> 3.5.1-1)
[2024-02-16T22:04:36+0000] [ALPM] upgraded musescore (4.2.0-1 -> 4.2.1-1)
[2024-02-16T22:04:36+0000] [ALPM] upgraded networkmanager-qt5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:36+0000] [ALPM] upgraded nicotine+ (3.2.9-2 -> 3.3.0-1)
[2024-02-16T22:04:37+0000] [ALPM] upgraded nodejs (21.6.0-2 -> 21.6.1-1)
[2024-02-16T22:04:38+0000] [ALPM] upgraded nvidia (545.29.06-12 -> 545.29.06-18)
[2024-02-16T22:04:38+0000] [ALPM] upgraded nvidia-lts (1:545.29.06-13 -> 1:545.29.06-19)
[2024-02-16T22:04:38+0000] [ALPM] upgraded qt6-svg (6.6.1-1 -> 6.6.2-1)
[2024-02-16T22:04:38+0000] [ALPM] installed libjuice (1.3.4-1)
[2024-02-16T22:04:38+0000] [ALPM] installed libdatachannel (0.20.1-1)
[2024-02-16T22:04:39+0000] [ALPM] upgraded obs-studio (30.0.2-1 -> 30.0.2-3)
[2024-02-16T22:04:39+0000] [ALPM] upgraded okular (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:04:41+0000] [ALPM] upgraded opencv (4.9.0-1 -> 4.9.0-2)
[2024-02-16T22:04:41+0000] [ALPM] upgraded openvpn (2.6.8-1 -> 2.6.9-1)
[2024-02-16T22:04:41+0000] [ALPM] upgraded pangomm (2.46.3-1 -> 2.46.4-1)
[2024-02-16T22:04:41+0000] [ALPM] upgraded parallel (20231222-1 -> 20240122-1)
[2024-02-16T22:04:41+0000] [ALPM] upgraded perl-yaml-libyaml (0.88-2 -> 0.89-1)
[2024-02-16T22:04:41+0000] [ALPM] upgraded pipewire-alsa (1:1.0.1-1 -> 1:1.0.3-1)
[2024-02-16T22:04:41+0000] [ALPM] upgraded pipewire-pulse (1:1.0.1-1 -> 1:1.0.3-1)
[2024-02-16T22:04:41+0000] [ALPM] upgraded power-profiles-daemon (0.13-1 -> 0.20-1)
[2024-02-16T22:04:41+0000] [ALPM] upgraded print-manager (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:04:42+0000] [ALPM] upgraded prison5 (5.114.0-1 -> 5.115.0-1)
[2024-02-16T22:04:42+0000] [ALPM] upgraded pv (1.8.5-1 -> 1.8.5-2)
[2024-02-16T22:04:42+0000] [ALPM] upgraded python-attrs (23.1.0-1 -> 23.2.0-1)
[2024-02-16T22:04:42+0000] [ALPM] upgraded python-cairo (1.25.1-1 -> 1.26.0-1)
[2024-02-16T22:04:42+0000] [ALPM] upgraded python-certifi (2023.11.17-1 -> 2024.02.02-1)
[2024-02-16T22:04:42+0000] [ALPM] upgraded python-dnspython (1:2.4.2-1 -> 1:2.5.0-1)
[2024-02-16T22:04:43+0000] [ALPM] upgraded python-fonttools (4.47.2-1 -> 4.49.0-1)
[2024-02-16T22:04:43+0000] [ALPM] upgraded python-jaraco.classes (3.3.0-1 -> 3.3.1-1)
[2024-02-16T22:04:43+0000] [ALPM] upgraded python-rpds-py (0.15.2-1 -> 0.17.1-1)
[2024-02-16T22:04:43+0000] [ALPM] upgraded python-referencing (0.32.0-1 -> 0.33.0-1)
[2024-02-16T22:04:43+0000] [ALPM] upgraded python-jsonschema (4.20.0-1 -> 4.21.1-1)
[2024-02-16T22:04:43+0000] [ALPM] upgraded python-orjson (3.9.12-1 -> 3.9.13-1)
[2024-02-16T22:04:44+0000] [ALPM] upgraded python-pip (23.3.2-2 -> 24.0-1)
[2024-02-16T22:04:46+0000] [ALPM] upgraded python-pipenv (2023.11.15-1 -> 2023.12.1-1)
[2024-02-16T22:04:46+0000] [ALPM] upgraded python-protobuf (25.1-1 -> 25.2-1)
[2024-02-16T22:04:46+0000] [ALPM] upgraded python-psutil (5.9.7-1 -> 5.9.8-1)
[2024-02-16T22:04:46+0000] [ALPM] upgraded python-pyopenssl (23.3.0-1 -> 24.0.0-1)
[2024-02-16T22:04:46+0000] [ALPM] upgraded python-pyqt6 (6.6.1-1 -> 6.6.1-2)
[2024-02-16T22:04:47+0000] [ALPM] upgraded python-scipy (1.11.4-1 -> 1.12.0-1)
[2024-02-16T22:04:47+0000] [ALPM] upgraded python-termcolor (2.3.0-1 -> 2.4.0-1)
[2024-02-16T22:04:47+0000] [ALPM] upgraded python-waitress (2.1.2-2 -> 3.0.0-1)
[2024-02-16T22:04:47+0000] [ALPM] upgraded qt6-5compat (6.6.1-2 -> 6.6.2-1)
[2024-02-16T22:04:47+0000] [ALPM] upgraded qt6-multimedia-ffmpeg (6.6.1-1 -> 6.6.2-1)
[2024-02-16T22:04:47+0000] [ALPM] upgraded qt6-multimedia (6.6.1-1 -> 6.6.2-1)
[2024-02-16T22:04:47+0000] [ALPM] upgraded qt6-positioning (6.6.1-1 -> 6.6.2-1)
[2024-02-16T22:04:47+0000] [ALPM] upgraded qt6-webchannel (6.6.1-1 -> 6.6.2-1)
[2024-02-16T22:04:48+0000] [ALPM] upgraded qt6-webengine (6.6.1-2 -> 6.6.2-1)
[2024-02-16T22:04:48+0000] [ALPM] upgraded rate-mirrors (0.17.0-1 -> 0.17.1-1)
[2024-02-16T22:04:48+0000] [ALPM] upgraded rpi-imager (1.8.4-1 -> 1.8.5-2)
[2024-02-16T22:04:49+0000] [ALPM] upgraded rust (1:1.75.0-2 -> 1:1.76.0-1)
[2024-02-16T22:04:49+0000] [ALPM] upgraded xorg-xkbcomp (1.4.6-1 -> 1.4.7-1)
[2024-02-16T22:04:49+0000] [ALPM] upgraded sddm (0.20.0-2 -> 0.20.0-4)
[2024-02-16T22:04:49+0000] [ALPM] upgraded spectacle (23.08.4-1 -> 23.08.5-1)
[2024-02-16T22:04:49+0000] [ALPM] upgraded syncthing (1.27.2-1 -> 1.27.3-2)
[2024-02-16T22:04:49+0000] [ALPM] upgraded systemd-resolvconf (255.2-3 -> 255.3-1)
[2024-02-16T22:04:50+0000] [ALPM] upgraded texlive-bin (2023.66984-17 -> 2023.66984-19)
[2024-02-16T22:04:50+0000] [ALPM] upgraded vlc (3.0.20-4 -> 3.0.20-7)
[2024-02-16T22:04:50+0000] [ALPM] upgraded wayland-protocols (1.32-1 -> 1.33-1)
[2024-02-16T22:04:51+0000] [ALPM] upgraded webkit2gtk (2.42.4-1 -> 2.42.5-1)
[2024-02-16T22:04:51+0000] [ALPM] upgraded welcome (3.86-1 -> 24.3-1)
[2024-02-16T22:04:54+0000] [ALPM] upgraded wine-mono (8.1.0-1 -> 9.0.0-1)
[2024-02-16T22:04:57+0000] [ALPM] transaction completed
[2024-02-16T22:05:05+0000] [ALPM] running '20-systemd-sysusers.hook'...
[2024-02-16T22:05:05+0000] [ALPM] running '30-systemd-catalog.hook'...
[2024-02-16T22:05:05+0000] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2024-02-16T22:05:05+0000] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2024-02-16T22:05:05+0000] [ALPM] running '30-systemd-hwdb.hook'...
[2024-02-16T22:05:06+0000] [ALPM] running '30-systemd-sysctl.hook'...
[2024-02-16T22:05:06+0000] [ALPM] running '30-systemd-tmpfiles.hook'...
[2024-02-16T22:05:06+0000] [ALPM] running '30-systemd-udev-reload.hook'...
[2024-02-16T22:05:08+0000] [ALPM] running '30-systemd-update.hook'...
[2024-02-16T22:05:08+0000] [ALPM] running '30-update-mime-database.hook'...
[2024-02-16T22:05:08+0000] [ALPM] running '40-update-ca-trust.hook'...
[2024-02-16T22:05:09+0000] [ALPM] running '60-depmod.hook'...
[2024-02-16T22:05:15+0000] [ALPM] running '72-texlive-fmtutil.hook'...
[2024-02-16T22:06:40+0000] [ALPM] running '73-texlive-updmap.hook'...
[2024-02-16T22:06:45+0000] [ALPM] running '90-mkinitcpio-install.hook'...
[2024-02-16T22:06:45+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
[2024-02-16T22:06:45+0000] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-02-16T22:06:45+0000] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts.img --microcode /boot/intel-ucode.img
[2024-02-16T22:06:45+0000] [ALPM-SCRIPTLET] ==> Starting build: '6.6.16-1-lts'
[2024-02-16T22:06:45+0000] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2024-02-16T22:06:45+0000] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2024-02-16T22:06:45+0000] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2024-02-16T22:06:46+0000] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2024-02-16T22:06:46+0000] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2024-02-16T22:06:46+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-02-16T22:06:46+0000] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2024-02-16T22:06:46+0000] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2024-02-16T22:06:46+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-02-16T22:06:46+0000] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2024-02-16T22:06:47+0000] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2024-02-16T22:06:47+0000] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2024-02-16T22:06:47+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-02-16T22:06:47+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts.img'
[2024-02-16T22:06:47+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-02-16T22:06:47+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
[2024-02-16T22:06:47+0000] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-02-16T22:06:47+0000] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts-fallback.img -S autodetect --microcode /boot/intel-ucode.img
[2024-02-16T22:06:47+0000] [ALPM-SCRIPTLET] ==> Starting build: '6.6.16-1-lts'
[2024-02-16T22:06:47+0000] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2024-02-16T22:06:48+0000] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2024-02-16T22:06:48+0000] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2024-02-16T22:06:48+0000] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2024-02-16T22:06:48+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-02-16T22:06:49+0000] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2024-02-16T22:06:49+0000] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2024-02-16T22:06:49+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-02-16T22:06:49+0000] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2024-02-16T22:06:50+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2024-02-16T22:06:50+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2024-02-16T22:06:50+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2024-02-16T22:06:50+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2024-02-16T22:06:50+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2024-02-16T22:06:50+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2024-02-16T22:06:52+0000] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2024-02-16T22:06:53+0000] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2024-02-16T22:06:55+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-02-16T22:06:55+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts-fallback.img'
[2024-02-16T22:06:56+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-02-16T22:06:56+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2024-02-16T22:06:56+0000] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-02-16T22:06:56+0000] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img --microcode /boot/intel-ucode.img
[2024-02-16T22:06:56+0000] [ALPM-SCRIPTLET] ==> Starting build: '6.7.4-arch1-1'
[2024-02-16T22:06:56+0000] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2024-02-16T22:06:56+0000] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2024-02-16T22:06:56+0000] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2024-02-16T22:06:56+0000] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2024-02-16T22:06:56+0000] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2024-02-16T22:06:57+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-02-16T22:06:57+0000] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2024-02-16T22:06:57+0000] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2024-02-16T22:06:57+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-02-16T22:06:57+0000] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2024-02-16T22:06:57+0000] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2024-02-16T22:06:58+0000] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2024-02-16T22:06:58+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-02-16T22:06:58+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2024-02-16T22:06:58+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-02-16T22:06:58+0000] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2024-02-16T22:06:58+0000] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-02-16T22:06:58+0000] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect --microcode /boot/intel-ucode.img
[2024-02-16T22:06:58+0000] [ALPM-SCRIPTLET] ==> Starting build: '6.7.4-arch1-1'
[2024-02-16T22:06:58+0000] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2024-02-16T22:06:58+0000] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2024-02-16T22:06:58+0000] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2024-02-16T22:06:58+0000] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2024-02-16T22:06:58+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-02-16T22:06:59+0000] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2024-02-16T22:06:59+0000] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2024-02-16T22:06:59+0000] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-02-16T22:06:59+0000] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2024-02-16T22:07:00+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2024-02-16T22:07:00+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2024-02-16T22:07:01+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2024-02-16T22:07:01+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2024-02-16T22:07:01+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2024-02-16T22:07:01+0000] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2024-02-16T22:07:03+0000] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2024-02-16T22:07:03+0000] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2024-02-16T22:07:05+0000] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-02-16T22:07:05+0000] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2024-02-16T22:07:06+0000] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-02-16T22:07:06+0000] [ALPM] running 'dbus-reload.hook'...
[2024-02-16T22:07:06+0000] [ALPM] running 'detect-old-perl-modules.hook'...
[2024-02-16T22:07:06+0000] [ALPM] running 'eos-os-release.hook'...
[2024-02-16T22:07:06+0000] [ALPM] running 'eos-rankmirrors.hook'...
[2024-02-16T22:07:07+0000] [ALPM-SCRIPTLET] ==> eos-rankmirrors: info: fetching https://gitlab.com/endeavouros-filemirror/PKGBUILDS/-/raw/master/endeavouros-mirrorlist/endeavouros-mirrorlist ...
[2024-02-16T22:07:07+0000] [ALPM-SCRIPTLET] ==> eos-rankmirrors: info: ranking EndeavourOS mirrors, please wait ...
[2024-02-16T22:07:24+0000] [ALPM-SCRIPTLET]
[2024-02-16T22:07:24+0000] [ALPM-SCRIPTLET] ==> Info: Results of ranking EndeavourOS mirrors:
[2024-02-16T22:07:24+0000] [ALPM-SCRIPTLET]
[2024-02-16T22:07:24+0000] [ALPM-SCRIPTLET]
[2024-02-16T22:07:24+0000] [ALPM-SCRIPTLET] ==> Writing new ranked EndeavourOS mirrorlist to /etc/pacman.d/endeavouros-mirrorlist.pacnew.
[2024-02-16T22:07:24+0000] [ALPM-SCRIPTLET] ==> New mirrorlist saved.
[2024-02-16T22:07:24+0000] [ALPM-SCRIPTLET]
[2024-02-16T22:07:24+0000] [ALPM] running 'eos-reboot-required.hook'...
[2024-02-16T22:07:24+0000] [ALPM] running 'fontconfig.hook'...
[2024-02-16T22:07:25+0000] [ALPM] running 'fontconfig-32.hook'...
[2024-02-16T22:07:25+0000] [ALPM] running 'gdk-pixbuf-query-loaders.hook'...
[2024-02-16T22:07:25+0000] [ALPM] running 'glib-compile-schemas.hook'...
[2024-02-16T22:07:25+0000] [ALPM] running 'gtk-query-immodules-3.0.hook'...
[2024-02-16T22:07:25+0000] [ALPM] running 'gtk-update-icon-cache.hook'...
[2024-02-16T22:07:26+0000] [ALPM] running 'rebuild-detector.hook'...
[2024-02-16T22:07:39+0000] [ALPM-SCRIPTLET] foreign librewolf-bin
[2024-02-16T22:07:39+0000] [ALPM] running 'texinfo-install.hook'...
[2024-02-16T22:07:41+0000] [ALPM] running 'update-desktop-database.hook'...
[2024-02-16T22:07:41+0000] [ALPM] running 'update-vlc-plugin-cache.hook'...
[2024-02-16T22:07:42+0000] [ALPM] running 'vimdoc.hook'...
[2024-02-16T22:47:17+0000] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/laura/.cache/yay/cython2/cython2-0.29.37-1-x86_64.pkg.tar.zst /home/laura/.cache/yay/cython2/cython2-debug-0.29.37-1-x86_64.pkg.tar.zst /home/laura/.cache/yay/librewolf-bin/librewolf-bin-122.0-1-x86_64.pkg.tar.zst /home/laura/.cache/yay/librewolf-bin/librewolf-bin-debug-122.0-1-x86_64.pkg.tar.zst /home/laura/.cache/yay/drawio-desktop-bin/drawio-desktop-bin-23.0.2-1-x86_64.pkg.tar.zst /home/laura/.cache/yay/drawio-desktop-bin/drawio-desktop-bin-debug-23.0.2-1-x86_64.pkg.tar.zst /home/laura/.cache/yay/losslesscut-bin/losslesscut-bin-3.59.1-1-x86_64.pkg.tar.zst /home/laura/.cache/yay/losslesscut-bin/losslesscut-bin-debug-3.59.1-1-x86_64.pkg.tar.zst'
[2024-02-16T23:02:22+0000] [ALPM] transaction started
[2024-02-16T23:02:22+0000] [ALPM] upgraded cython2 (0.29.36-1 -> 0.29.37-1)
[2024-02-16T23:02:22+0000] [ALPM] installed cython2-debug (0.29.37-1)
[2024-02-16T23:02:23+0000] [ALPM] upgraded librewolf-bin (121.0-1 -> 122.0-1)
[2024-02-16T23:02:23+0000] [ALPM-SCRIPTLET] >> Remember to check for changes in /usr/lib/librewolf/librewolf.cfg.pacnew
[2024-02-16T23:02:23+0000] [ALPM-SCRIPTLET] >> as those will not automatically overwrite your existing librewolf.cfg.
[2024-02-16T23:02:23+0000] [ALPM-SCRIPTLET] >>
[2024-02-16T23:02:23+0000] [ALPM-SCRIPTLET] >> We would encourage you to migrate your own changes to the new overrides file
[2024-02-16T23:02:23+0000] [ALPM-SCRIPTLET] >> at ~/.librewolf/librewolf.overrides.cfg instead, so making changes directly
[2024-02-16T23:02:23+0000] [ALPM-SCRIPTLET] >> in your librewolf.cfg is not necessary anymore (in most cases at least).
[2024-02-16T23:02:23+0000] [ALPM-SCRIPTLET] >>
[2024-02-16T23:02:23+0000] [ALPM-SCRIPTLET] >> Check out https://gitlab.com/librewolf-community/settings/-/merge_requests/13
[2024-02-16T23:02:23+0000] [ALPM-SCRIPTLET] >> for more information on this.
[2024-02-16T23:02:23+0000] [ALPM] installed librewolf-bin-debug (122.0-1)
[2024-02-16T23:02:24+0000] [ALPM] upgraded drawio-desktop-bin (22.1.18-1 -> 23.0.2-1)
[2024-02-16T23:02:24+0000] [ALPM] installed drawio-desktop-bin-debug (23.0.2-1)
[2024-02-16T23:02:25+0000] [ALPM] upgraded losslesscut-bin (3.58.0-1 -> 3.59.1-1)
[2024-02-16T23:02:25+0000] [ALPM] installed losslesscut-bin-debug (3.59.1-1)
[2024-02-16T23:02:26+0000] [ALPM] transaction completed
[2024-02-16T23:02:26+0000] [ALPM] running '30-systemd-update.hook'...
[2024-02-16T23:02:26+0000] [ALPM] running '30-update-mime-database.hook'...
[2024-02-16T23:02:26+0000] [ALPM] running 'gtk-update-icon-cache.hook'...
[2024-02-16T23:02:26+0000] [ALPM] running 'rebuild-detector.hook'...
[2024-02-16T23:02:28+0000] [ALPM-SCRIPTLET] foreign librewolf-bin
[2024-02-16T23:02:29+0000] [ALPM] running 'update-desktop-database.hook'...
[2024-02-16T23:02:29+0000] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- cython2 cython2-debug librewolf-bin-debug drawio-desktop-bin-debug losslesscut-bin-debug'
[2024-02-16T23:02:29+0000] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- librewolf-bin drawio-desktop-bin losslesscut-bin'
Oh hrm I had been on regular chroot
instead of arch-chroot
for executing the dracut install and reinstall-kernals
. Switching to the correct one has made those commands execute without errors (aside from the typical dracut output talking about not installing certain modules due to missing commands).
Should I check anything about the EFI partition now before I reboot?
dalto
February 17, 2024, 5:05pm
17
As long as it isn’t full, we can deal with it after the reboot
Hello from the successful boot. I noticed I now have additional out of date grub options; I assume I will need to remove them from /efi/loader/entries
?
What are my steps for figuring out why a basic yay
(on a boot where I didn’t change any settings or system configuration) would uninstall kernel-install-for-dracut
? Could it have been a mistake I’d have to have made over a week ago doing other system things? (Installing mkinitcpio
was almost certainly a mistake today when trying to fix the problem using other peoples forum questions)
Thank you so so much for helping me get back onto my system, it’s such a relief.
dalto
February 17, 2024, 5:19pm
19
You need to remove the duplicates from both /efi/loader/entries
and from /efi/<machineid>
It was caused by installing mkinitcpio
. If you look at the pacman logs, you can see this was already done prior to your update as you can see mkinitpcio running in those logs.
While I’m looking into removing the duplicate entries, and through my pacman.log for the date I installed mkinitcpio
, was there anything else you want me to run or check? Thanks again