Upgrades between yesterday and today

I've been trying upgrades between yesterday and today and have had the system break where it's hanging after the login page even after a successful full pacman -Syu today. I had to go back two snapshots to find one that would boot, but more worry to me is that each time I try to fix this (twice so far) the system creates a new snapshot and deletes the oldest. I show 7 total snapshots, the most recent 3 of which I know are bad. I'm running an update again, to try again, but I only have two tries (two more snapshots) left before I have would have to start from scratch.

Can anyone tell me some commands to try to see what might be going wrong beyond what I've listed below? from the below I was unable to gain any useful knowledge, but if any of you see something please let me know. As far as I can tell I seem to be having an issue with systemd-guest-config.service,

╰─λ mkinitcpio -p linux
/usr/bin/mkinitcpio: line 268: /etc/mkinitcpio.d/linux.preset: No such file or directory
==> ERROR: Failed to load preset: `/etc/mkinitcpio.d/linux.preset'

Contents of the boot log from the last few boots, the most notable line I saw in this was
[FAILED] Failed to start systemd-guest-config.service.
Incidentally, subsequent boots seem to fail right where that service would have started up but might not have logged since I was going in to tty3 with cntl+alt+F3 on those boots.

[I] ╭─dale at dalegaruda in /var/log
╰─λ sudo more boot.log.1
--Note, truncated output due to forum limitations on size, this is only the boot showing the error from boot.log.1
------------ Thu Feb 18 13:41:54 CST 2021 ------------
[  OK  ] Finished Tell Plymouth To Write Out Runtime Data.
[  OK  ] Finished Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Finished Create Volatile Files and Directories.
         Starting systemd-guest-config.service...
         Starting Rebuild Journal Catalog...
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Set.
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Finished Update UTMP about System Boot/Shutdown.
[  OK  ] Finished Rebuild Journal Catalog.
[  OK  ] Finished systemd-guest-config.service.
         Starting Load/Save Screen …f backlight:intel_backlight...
[  OK  ] Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
         Starting systemd-guest-config.service...
         Starting systemd-guest-user.service...
[  OK  ] Finished systemd-guest-config.service.
         Starting systemd-guest-config.service...
[  OK  ] Finished systemd-guest-config.service.
         Starting systemd-guest-config.service...
[  OK  ] Finished systemd-guest-config.service.
         Starting systemd-guest-config.service...
[  OK  ] Finished systemd-guest-config.service.
[FAILED] Failed to start systemd-guest-config.service.
See 'systemctl status systemd-guest-config.service' for details.
[  OK  ] Finished systemd-guest-user.service.
[  OK  ] Finished Setup Virtual Console.
         Starting Show Plymouth Boot Screen...
[  OK  ] Started Show Plymouth Boot Screen.
[  OK  ] Started Forward Password Requests to Plymouth Directory Watch.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Reached target Sound Card.
[  OK  ] Finished Load Kernel Modules.
         Starting Apply Kernel Variables...
[  OK  ] Finished Apply Kernel Variables.
[  OK  ] Finished Rebuild Dynamic Linker Cache.
         Starting Update is Completed...
[  OK  ] Finished Update is Completed.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Monitors for new snapshots.
[  OK  ] Started Monthly Btrfs scrub on /.
[  OK  ] Started Discard unused blocks once a week.
[  OK  ] Started Daily rotation of log files.
[  OK  ] Started Daily man-db regeneration.
[  OK  ] Started Monthly clean packages cache.
[  OK  ] Started Daily verification of password and group files.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Started Daily locate database update.
[  OK  ] Reached target Paths.
[  OK  ] Reached target Timers.
[  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[  OK  ] Listening on CUPS Scheduler.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Listening on saned incoming socket.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
         Starting autorandr execution hook...
         Starting Avahi mDNS/DNS-SD Stack...
[  OK  ] Started Bluetooth autoconnect service.
         Starting Bluetooth service...
[  OK  ] Started Periodic Command Scheduler.
[  OK  ] Started D-Bus System Message Bus.
         Starting Network Manager...
[  OK  ] Started irqbalance daemon.
[  OK  ] Started Daemon that keeps amount of available memory.
[  OK  ] Started Sophisticated low memory handler.
         Starting Authorization Manager...
[  OK  ] Started Adaptive readahead daemon.
[  OK  ] Started Daemon that locks executables/libraries in memory.
         Starting User Login Management...
         Starting Manage swap spaces on zram, files and partitions....
         Starting Thermal Daemon Service...
         Starting Ananicy - ANother Auto NICe daemon...
[  OK  ] Started User Login Management.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started Bluetooth service.
[  OK  ] Reached target Bluetooth.
[  OK  ] Started Daemon for IPP over USB printer support.
[  OK  ] Started Thermal Daemon Service.
         Starting Hostname Service...
[  OK  ] Started Hostname Service.
[  OK  ] Started Authorization Manager.
         Starting Modem Manager...
[  OK  ] Started Modem Manager.
[  OK  ] Started Network Manager.
[  OK  ] Reached target Network.
         Starting Network Manager Wait Online...
         Starting Permit User Sessions...
[  OK  ] Finished Permit User Sessions.
         Starting Deactivate Plymouth Boot Screen...
         Starting Hold until boot process finishes up...
         Starting Terminate Plymouth Boot Screen..

Output from journalctl -u systemd-guest-config.service, for some of the boots today.

-- Boot dc072ff5f0674ec88d50ff469bc5c588 --
Feb 18 13:42:01 dalegaruda systemd[1]: Starting systemd-guest-config.service...
Feb 18 13:42:02 dalegaruda systemd[1]: systemd-guest-config.service: Succeeded.
Feb 18 13:42:02 dalegaruda systemd[1]: Finished systemd-guest-config.service.
Feb 18 13:42:05 dalegaruda systemd[1]: Starting systemd-guest-config.service...
Feb 18 13:42:05 dalegaruda systemd[1]: systemd-guest-config.service: Succeeded.
Feb 18 13:42:05 dalegaruda systemd[1]: Finished systemd-guest-config.service.
Feb 18 13:42:05 dalegaruda systemd[1]: Starting systemd-guest-config.service...
Feb 18 13:42:05 dalegaruda systemd[1]: systemd-guest-config.service: Succeeded.
Feb 18 13:42:05 dalegaruda systemd[1]: Finished systemd-guest-config.service.
Feb 18 13:42:05 dalegaruda systemd[1]: Starting systemd-guest-config.service...
Feb 18 13:42:05 dalegaruda systemd[1]: systemd-guest-config.service: Succeeded.
Feb 18 13:42:05 dalegaruda systemd[1]: Finished systemd-guest-config.service.
Feb 18 13:42:05 dalegaruda systemd[1]: Starting systemd-guest-config.service...
Feb 18 13:42:05 dalegaruda systemd[1]: systemd-guest-config.service: Succeeded.
Feb 18 13:42:05 dalegaruda systemd[1]: Finished systemd-guest-config.service.
Feb 18 13:42:05 dalegaruda systemd[1]: systemd-guest-config.service: Start request repeated too quickly.
Feb 18 13:42:05 dalegaruda systemd[1]: systemd-guest-config.service: Failed with result 'start-limit-hit'.
Feb 18 13:42:05 dalegaruda systemd[1]: Failed to start systemd-guest-config.service.
-- Boot b75dc0e02eca4fd5b7c71c70a555485d --
Feb 18 14:08:38 dalegaruda systemd[1]: Starting systemd-guest-config.service...
Feb 18 14:08:44 dalegaruda systemd[1]: systemd-guest-config.service: Succeeded.
Feb 18 14:08:44 dalegaruda systemd[1]: Finished systemd-guest-config.service.
-- Boot 05815235ec5f4787a4bd0c7e1cb825b0 --
Feb 18 14:17:25 dalegaruda systemd[1]: Starting systemd-guest-config.service...
Feb 18 14:17:28 dalegaruda systemd[1]: systemd-guest-config.service: Succeeded.
Feb 18 14:17:28 dalegaruda systemd[1]: Finished systemd-guest-config.service.
Feb 18 14:17:28 dalegaruda systemd[1]: Starting systemd-guest-config.service...
Feb 18 14:17:28 dalegaruda systemd[1]: systemd-guest-config.service: Succeeded.
Feb 18 14:17:28 dalegaruda systemd[1]: Finished systemd-guest-config.service.
Feb 18 14:17:28 dalegaruda systemd[1]: Starting systemd-guest-config.service...
Feb 18 14:17:28 dalegaruda systemd[1]: systemd-guest-config.service: Succeeded.
Feb 18 14:17:28 dalegaruda systemd[1]: Finished systemd-guest-config.service.
-- Boot 617eae48f6bd440ebf27e915ec444486 --
Feb 18 14:34:50 dalegaruda systemd[1]: Starting systemd-guest-config.service...
Feb 18 14:34:56 dalegaruda systemd[1]: systemd-guest-config.service: Succeeded.
Feb 18 14:34:56 dalegaruda systemd[1]: Finished systemd-guest-config.service.
-- Boot 3e06aba8daf64be39ca19c2655e5a1ea --
Feb 18 14:56:57 dalegaruda systemd[1]: Starting systemd-guest-config.service...
Feb 18 14:57:08 dalegaruda systemd[1]: systemd-guest-config.service: Succeeded.
Feb 18 14:57:08 dalegaruda systemd[1]: Finished systemd-guest-config.service.


Truncated, part of pacman.log from the last install I tried today:;

[2021-02-18T13:26:02-0600] [PACMAN] Running 'pacman -Syu'
[2021-02-18T13:26:02-0600] [PACMAN] synchronizing package lists
[2021-02-18T13:44:44-0600] [PACMAN] Running 'pacman -Syu'
[2021-02-18T13:44:44-0600] [PACMAN] synchronizing package lists
[2021-02-18T13:44:49-0600] [PACMAN] starting full system upgrade
[2021-02-18T13:57:19-0600] [ALPM] running '00-timeshift-autosnap.hook'...
[2021-02-18T13:57:20-0600] [ALPM-SCRIPTLET] Using system disk as snapshot device for creating snapshots in BTRFS mode
[2021-02-18T13:57:20-0600] [ALPM-SCRIPTLET] Mounted '/dev/sda4' at '/run/timeshift/backup'
[2021-02-18T13:57:20-0600] [ALPM-SCRIPTLET] Creating new backup...(BTRFS)
[2021-02-18T13:57:20-0600] [ALPM-SCRIPTLET] Saving to device: /dev/sda4, mounted at path: /run/timeshift/backup
[2021-02-18T13:57:20-0600] [ALPM-SCRIPTLET] Created directory: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-02-18_13-57-20
[2021-02-18T13:57:24-0600] [ALPM-SCRIPTLET] Created subvolume snapshot: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-02-18_13-57-20/@
[2021-02-18T13:57:24-0600] [ALPM-SCRIPTLET] Created control file: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-02-18_13-57-20/info.json
[2021-02-18T13:57:24-0600] [ALPM-SCRIPTLET] BTRFS Snapshot saved successfully (3s)
[2021-02-18T13:57:24-0600] [ALPM-SCRIPTLET] Tagged snapshot '2021-02-18_13-57-20': ondemand
[2021-02-18T13:57:24-0600] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] 
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] /dev/sda4 is mounted at: /run/timeshift/backup, options: rw,relatime,compress=zstd:3,space_cache,autodef
rag,subvolid=5,subvol=/
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] 
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] Removing snapshot: 2021-02-15_09-16-02
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] Deleting subvolume: @ (Id:344)
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] Deleted subvolume: @ (Id:344)
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] 
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] Destroying qgroup: 0/344
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] Destroyed qgroup: 0/344
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] 
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] Deleted directory: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-02-15_09-16-02
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] Removed snapshot: 2021-02-15_09-16-02
[2021-02-18T13:57:25-0600] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2021-02-18T13:57:26-0600] [ALPM-SCRIPTLET] Generating grub configuration file ...
[2021-02-18T13:57:27-0600] [ALPM-SCRIPTLET] Found theme: /usr/share/grub/themes/garuda/theme.txt
[2021-02-18T13:57:27-0600] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-linux-tkg-bmq
[2021-02-18T13:57:28-0600] [ALPM-SCRIPTLET] Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux-tkg-bmq.img
[2021-02-18T13:57:28-0600] [ALPM-SCRIPTLET] Found fallback initrd image(s) in /boot: initramfs-linux-tkg-bmq-fallback.img
[2021-02-18T13:57:32-0600] [ALPM-SCRIPTLET] Detecting snapshots ...
[2021-02-18T13:57:32-0600] [ALPM-SCRIPTLET] Info: Separate boot partition not detected 
[2021-02-18T13:57:32-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-18 13:57:22 | timeshift-btrfs/snapshots/2021-02-18_13-57-20/@
[2021-02-18T13:57:32-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-17 13:00:01 | timeshift-btrfs/snapshots/2021-02-17_13-00-01/@
[2021-02-18T13:57:32-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-17 09:26:59 | timeshift-btrfs/snapshots/2021-02-17_09-26-59/@
[2021-02-18T13:57:32-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-17 08:58:11 | timeshift-btrfs/snapshots/2021-02-17_08-58-11/@
[2021-02-18T13:57:32-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-16 13:00:02 | timeshift-btrfs/snapshots/2021-02-16_13-00-02/@
[2021-02-18T13:57:32-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-15 12:05:52 | timeshift-btrfs/snapshots/2021-02-15_12-05-52/@
[2021-02-18T13:57:32-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-15 11:50:47 | timeshift-btrfs/snapshots/2021-02-15_11-50-47/@
[2021-02-18T13:57:32-0600] [ALPM-SCRIPTLET] Found 7 snapshot(s)
[2021-02-18T13:57:33-0600] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2021-02-18T13:57:33-0600] [ALPM-SCRIPTLET] done
[2021-02-18T13:57:33-0600] [ALPM] transaction started
[2021-02-18T13:57:42-0600] [ALPM] upgraded archlinux-appstream-data (20210125-1 -> 20210218-1)
[2021-02-18T13:57:46-0600] [ALPM] upgraded openssl (1.1.1.i-2 -> 1.1.1.j-1)
[2021-02-18T13:57:51-0600] [ALPM] upgraded bind (9.16.11-1 -> 9.16.12-1)
[2021-02-18T13:57:54-0600] [ALPM] upgraded libgcrypt (1.9.1-1 -> 1.9.2-1)
[2021-02-18T13:57:58-0600] [ALPM] upgraded nettle (3.7-1 -> 3.7.1-1)
[2021-02-18T13:58:12-0600] [ALPM] upgraded binutils (2.36-3 -> 2.36.1-2)
[2021-02-18T13:58:35-0600] [ALPM] upgraded openimagedenoise (1.2.4-1 -> 1.3.0-1)
[2021-02-18T13:58:45-0600] [ALPM] upgraded opensubdiv (3.4.3-4 -> 3.4.3-5)
[2021-02-18T13:58:46-0600] [ALPM] upgraded lm_sensors (3.6.0-2 -> 1:3.6.0.r41.g31d1f125-1)
[2021-02-18T13:58:52-0600] [ALPM] upgraded mesa (20.3.4-1 -> 20.3.4-2)
[2021-02-18T13:58:57-0600] [ALPM] upgraded xkeyboard-config (2.31-1 -> 2.32-1)
[2021-02-18T13:59:49-0600] [ALPM] upgraded blender (17:2.91.2-3 -> 17:2.91.2-5)
[2021-02-18T13:59:53-0600] [ALPM] upgraded bluedevil (1:5.20.5-1 -> 1:5.21.0-1)
[2021-02-18T14:00:00-0600] [ALPM] upgraded kdecoration (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:00:05-0600] [ALPM] upgraded breeze (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:02:14-0600] [ALPM] upgraded cuda (11.2.0-3 -> 11.2.1-1)
[2021-02-18T14:02:14-0600] [ALPM] upgraded fwupd (1.5.5-1 -> 1.5.6-1)
[2021-02-18T14:02:14-0600] [ALPM] upgraded procps-ng (3.3.16-3 -> 3.3.17-1)
[2021-02-18T14:02:14-0600] [ALPM] warning: directory permissions differ on /etc/polkit-1/rules.d/
filesystem: 750  package: 755
[2021-02-18T14:02:14-0600] [ALPM] warning: directory permissions differ on /etc/sudoers.d/
filesystem: 750  package: 755
[2021-02-18T14:02:14-0600] [ALPM] upgraded garuda-common-settings (r94.1fe23e8-1 -> r95.9eef8c4-1)
[2021-02-18T14:02:14-0600] [ALPM-SCRIPTLET] ==> Attempting to enable services...
[2021-02-18T14:02:14-0600] [ALPM-SCRIPTLET] ==> services should now be enabled.
[2021-02-18T14:02:14-0600] [ALPM-SCRIPTLET] Updating font cache... 
[2021-02-18T14:02:15-0600] [ALPM-SCRIPTLET] 
[2021-02-18T14:02:15-0600] [ALPM-SCRIPTLET] done
[2021-02-18T14:02:15-0600] [ALPM-SCRIPTLET] 
[2021-02-18T14:02:16-0600] [ALPM-SCRIPTLET] 
[2021-02-18T14:02:16-0600] [ALPM-SCRIPTLET] Permissions fixed.
[2021-02-18T14:02:16-0600] [ALPM-SCRIPTLET] 
[2021-02-18T14:02:16-0600] [ALPM] upgraded libappletdecoration (0.8.1-2 -> 0.8.1-3)
[2021-02-18T14:02:18-0600] [ALPM] upgraded libksysguard (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:02:22-0600] [ALPM] upgraded kde-cli-tools (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:02:23-0600] [ALPM] upgraded kactivitymanagerd (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:02:23-0600] [ALPM] upgraded milou (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:02:23-0600] [ALPM] upgraded plasma-integration (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:02:24-0600] [ALPM] upgraded libkscreen (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:02:25-0600] [ALPM] upgraded kscreenlocker (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:02:26-0600] [ALPM] upgraded kwayland-server (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:02:50-0600] [ALPM] upgraded plasma-workspace (5.20.5-2 -> 5.21.0-1)
[2021-02-18T14:02:50-0600] [ALPM] upgraded plasma5-applets-window-buttons (0.8.1-2 -> 0.8.1-3)
[2021-02-18T14:03:14-0600] [ALPM] upgraded garuda-dr460nized (r150.8c52f91-1 -> r152.308bb5a-1)
[2021-02-18T14:03:14-0600] [ALPM] upgraded intel-ucode (20201118-1 -> 20210216-1)
[2021-02-18T14:03:14-0600] [ALPM] upgraded kde-gtk-config (5.20.5-2 -> 5.21.0-1)
[2021-02-18T14:03:14-0600] [ALPM] upgraded kdeplasma-addons (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:03:15-0600] [ALPM] upgraded khotkeys (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:03:16-0600] [ALPM] upgraded systemsettings (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:03:32-0600] [ALPM] upgraded kinfocenter (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:03:45-0600] [ALPM] upgraded kmenuedit (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:03:46-0600] [ALPM] upgraded kscreen (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:03:46-0600] [ALPM] upgraded ksysguard (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:03:46-0600] [ALPM] upgraded kwallet-pam (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:03:46-0600] [ALPM] upgraded kwayland-integration (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:03:46-0600] [ALPM] upgraded latte-dock-git (r5012.3ba909a9-1 -> r5022.da3fbca4-1)
[2021-02-18T14:03:46-0600] [ALPM] upgraded lib32-lm_sensors (3.6.0-1 -> 1:3.6.0.r41.g31d1f125-1)
[2021-02-18T14:03:49-0600] [ALPM] upgraded lib32-mesa (20.3.4-1 -> 20.3.4-2)
[2021-02-18T14:03:51-0600] [ALPM] upgraded libva-mesa-driver (20.3.4-1 -> 20.3.4-2)
[2021-02-18T14:03:52-0600] [ALPM] upgraded lrzip (0.631-3 -> 0.640-1)
[2021-02-18T14:04:26-0600] [ALPM] upgraded magma (2.5.4-1 -> 2.5.4-2)
[2021-02-18T14:04:28-0600] [ALPM] upgraded nodejs (15.8.0-1 -> 15.9.0-1)
[2021-02-18T14:04:28-0600] [ALPM] upgraded plasma-browser-integration (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:04:28-0600] [ALPM] upgraded polkit-kde-agent (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:04:51-0600] [ALPM] upgraded plasma-desktop (5.20.5-2 -> 5.21.0-2)
[2021-02-18T14:04:52-0600] [ALPM] upgraded plasma-nm (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:04:52-0600] [ALPM] upgraded plasma-pa (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:04:52-0600] [ALPM] upgraded plasma-thunderbolt (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:04:52-0600] [ALPM] upgraded plasma-vault (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:04:53-0600] [ALPM] installed ddcutil (1.0.1-1)
[2021-02-18T14:04:53-0600] [ALPM] upgraded powerdevil (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:04:55-0600] [ALPM] upgraded python-lark-parser (0.11.1-1 -> 0.11.2-1)
[2021-02-18T14:05:24-0600] [ALPM] upgraded python-scipy (1.6.0-1 -> 1.6.1-1)
[2021-02-18T14:05:25-0600] [ALPM] upgraded ruby-bundler (2.2.10-1 -> 2.2.11-1)
[2021-02-18T14:05:25-0600] [ALPM] upgraded sddm-kcm (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:05:26-0600] [ALPM] upgraded shotcut (20.11.28-1 -> 21.02.15-1)
[2021-02-18T14:05:26-0600] [ALPM] upgraded spirv-tools (2020.4-1 -> 2020.6-1)
[2021-02-18T14:05:26-0600] [ALPM] upgraded starship-git (0.50.0.1370.gd0951db3-1 -> 0.50.0.1377.g3bc3173d-1)
[2021-02-18T14:05:28-0600] [ALPM] upgraded telegram-desktop (2.5.8-1 -> 2.5.9-1)
[2021-02-18T14:05:28-0600] [ALPM] upgraded xdg-desktop-portal-kde (5.20.5-1 -> 5.21.0-1)
[2021-02-18T14:05:29-0600] [ALPM] upgraded xorg-xwayland (1.20.0.r844.g1e72c3ce8-1 -> 1.20.0.r853.gfdc61c5a3-1)
[2021-02-18T14:05:29-0600] [ALPM] upgraded yad (7.3-1 -> 8.0-1)
[2021-02-18T14:05:29-0600] [ALPM] transaction completed
[2021-02-18T14:05:30-0600] [ALPM] running '20-systemd-sysusers.hook'...
[2021-02-18T14:05:30-0600] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-02-18T14:05:30-0600] [ALPM] running '30-systemd-tmpfiles.hook'...
[2021-02-18T14:05:30-0600] [ALPM-SCRIPTLET] Failed to write file "/sys/module/pcie_aspm/parameters/policy": Operation not permitted
[2021-02-18T14:05:30-0600] [ALPM] running '30-systemd-udev-reload.hook'...
[2021-02-18T14:05:30-0600] [ALPM] running '30-systemd-update.hook'...
[2021-02-18T14:05:30-0600] [ALPM] running 'dbus-reload.hook'...
[2021-02-18T14:05:30-0600] [ALPM] running 'fix-appstream-data.hook'...
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET]       archive usr/share/app-info/xmls/community.xml.gz fixed
[2021-02-18T14:05:31-0600] [ALPM] running 'foreign.hook'...
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] alice-vision 2.3.1-2
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] biblesync 2.1.0-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] ceres-solver 2.0.0-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] coin-or-lemon 1.3.1-3
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] crunch 3.6-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] edb-debugger 1.3.0-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] flann 1.9.1-7
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] freetuxtv 0.6.8-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] geogram 1.7.5-2
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] gtkhtml4 4.10.0-2
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] karlyriceditor 3.2-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] libmysqlclient55 5.5.62-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] meshroom 2020.1.1-2
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] mysql-clients55 5.5.62-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] mysql55 5.5.62-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] opengv-git r146.91f4b19-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] pdi-ce 9.1.0.0_324-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] php56 5.6.40-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] php56-gd 5.6.40-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] popsift 1.0.0-2
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-assertthat 0.2.1-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-brio 1.1.1-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-callr 3.5.1-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-cli 2.3.0-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-crayon 1.4.1-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-desc 1.2.0-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-diffobj 0.3.3-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-digest 0.6.27-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-ellipsis 0.3.1-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-evaluate 0.14-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-fansi 0.4.2-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-glue 1.4.2-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-jsonlite 1.7.2-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-lifecycle 1.0.0-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-magrittr 2.0.1-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-pillar 1.4.7-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-pkgbuild 1.2.0-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-pkgconfig 2.0.3-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-pkgload 1.1.0-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-praise 1.0.0-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-prettyunits 1.1.1-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-processx 3.4.5-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-ps 1.5.0-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-r6 2.5.0-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-rematch2 2.1.2-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-rlang 0.4.10-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-rprojroot 2.0.2-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-rstudioapi 0.13-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-testthat 3.0.2-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-tibble 3.0.6-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-utf8 1.1.4-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-vctrs 0.3.6-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-waldo 0.2.4-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] r-withr 2.4.1-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] rstudio-desktop 1.3.1093-2
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] uncertainty-framework 1.2.0-4
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] weevely 4.0.1-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] xcowsay 1.5.1-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] xiphos 4.2.1-3
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] zenmap 7.91-1
[2021-02-18T14:05:31-0600] [ALPM-SCRIPTLET] zyn-fusion 3.0.5-4
[2021-02-18T14:05:31-0600] [ALPM] running 'glib-compile-schemas.hook'...
[2021-02-18T14:05:31-0600] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-02-18T14:05:33-0600] [ALPM] running 'mkinitcpio-grub-update.hook'...
[2021-02-18T14:05:33-0600] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-tkg-bmq.preset: 'default'
[2021-02-18T14:05:33-0600] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux-tkg-bmq -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-tkg-bmq.img
[2021-02-18T14:05:33-0600] [ALPM-SCRIPTLET] ==> Starting build: 5.10.15-120-tkg-bmq
[2021-02-18T14:05:33-0600] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-02-18T14:05:33-0600] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-02-18T14:05:33-0600] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2021-02-18T14:05:34-0600] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-02-18T14:05:34-0600] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-02-18T14:05:35-0600] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2021-02-18T14:05:36-0600] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-02-18T14:05:36-0600] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2021-02-18T14:05:36-0600] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2021-02-18T14:05:36-0600] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2021-02-18T14:05:36-0600] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-02-18T14:05:37-0600] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-02-18T14:05:37-0600] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-tkg-bmq.img
[2021-02-18T14:05:39-0600] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-02-18T14:05:39-0600] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-tkg-bmq.preset: 'fallback'
[2021-02-18T14:05:39-0600] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux-tkg-bmq -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-tkg-bmq-fallback.im
g -S autodetect
[2021-02-18T14:05:39-0600] [ALPM-SCRIPTLET] ==> Starting build: 5.10.15-120-tkg-bmq
[2021-02-18T14:05:39-0600] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-02-18T14:05:39-0600] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-02-18T14:05:39-0600] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-02-18T14:05:39-0600] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-02-18T14:05:41-0600] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2021-02-18T14:05:42-0600] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2021-02-18T14:05:43-0600] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: xhci_pci
[2021-02-18T14:05:44-0600] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-02-18T14:05:47-0600] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2021-02-18T14:05:47-0600] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2021-02-18T14:05:47-0600] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2021-02-18T14:05:47-0600] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-02-18T14:05:50-0600] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-02-18T14:05:50-0600] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-tkg-bmq-fallback.img
[2021-02-18T14:05:56-0600] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-02-18T14:05:56-0600] [ALPM-SCRIPTLET] Generating grub configuration file ...
[2021-02-18T14:05:57-0600] [ALPM-SCRIPTLET] Found theme: /usr/share/grub/themes/garuda/theme.txt
[2021-02-18T14:05:58-0600] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-linux-tkg-bmq
[2021-02-18T14:05:58-0600] [ALPM-SCRIPTLET] Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux-tkg-bmq.img
[2021-02-18T14:05:58-0600] [ALPM-SCRIPTLET] Found fallback initrd image(s) in /boot: initramfs-linux-tkg-bmq-fallback.img
[2021-02-18T14:06:01-0600] [ALPM-SCRIPTLET] Detecting snapshots ...
[2021-02-18T14:06:01-0600] [ALPM-SCRIPTLET] Info: Separate boot partition not detected 
[2021-02-18T14:06:01-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-18 13:57:22 | timeshift-btrfs/snapshots/2021-02-18_13-57-20/@
[2021-02-18T14:06:01-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-17 13:00:01 | timeshift-btrfs/snapshots/2021-02-17_13-00-01/@
[2021-02-18T14:06:01-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-17 09:26:59 | timeshift-btrfs/snapshots/2021-02-17_09-26-59/@
[2021-02-18T14:06:01-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-17 08:58:11 | timeshift-btrfs/snapshots/2021-02-17_08-58-11/@
[2021-02-18T14:06:01-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-16 13:00:02 | timeshift-btrfs/snapshots/2021-02-16_13-00-02/@
[2021-02-18T14:06:01-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-15 12:05:52 | timeshift-btrfs/snapshots/2021-02-15_12-05-52/@
[2021-02-18T14:06:01-0600] [ALPM-SCRIPTLET] Found snapshot: 2021-02-15 11:50:47 | timeshift-btrfs/snapshots/2021-02-15_11-50-47/@
[2021-02-18T14:06:01-0600] [ALPM-SCRIPTLET] Found 7 snapshot(s)
[2021-02-18T14:06:02-0600] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2021-02-18T14:06:02-0600] [ALPM-SCRIPTLET] done
[2021-02-18T14:06:02-0600] [ALPM] running 'orphans.hook'...
[...


Here is the log from the new update I just finished running, but haven't yet rebooted from in case there are any alarms anyone sees.

I'm not going to reboot yet, will wait to see if anyone has other things I should check first.

 upd
[2021-02-18 15:13:19] WARNING: failed to rate http(s) download (https://mirror.dkm.cz/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
[2021-02-18 15:13:25] WARNING: failed to rate http(s) download (https://mirror.f4st.host/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
[2021-02-18 15:13:34] WARNING: failed to rate http(s) download (https://ftp.sh.cvut.cz/arch/community/os/x86_64/community.db): Download timed out after 5 second(s).
[2021-02-18 15:13:40] WARNING: failed to rate http(s) download (https://mirror.cyberbits.eu/archlinux/community/os/x86_64/community.db): Download timed out after 5 second(s).
################################################################################
################# Arch Linux mirrorlist generated by Reflector #################
################################################################################

# With:       reflector --latest 5 --age 2 --fastest 5 --protocol https --sort rate --save /etc/pacman.d/mirrorlist
# When:       2021-02-18 21:13:40 UTC
# From:       https://www.archlinux.org/mirrors/status/json/
# Retrieved:  2021-02-18 21:11:27 UTC
# Last Check: 2021-02-18 20:35:55 UTC

Server = https://mirror.lty.me/archlinux/$repo/os/$arch
Server = https://mirror.dkm.cz/archlinux/$repo/os/$arch
Server = https://mirror.f4st.host/archlinux/$repo/os/$arch
Server = https://ftp.sh.cvut.cz/arch/$repo/os/$arch
Server = https://mirror.cyberbits.eu/archlinux/$repo/os/$arch
:: Synchronizing package databases...
 core                                                                                               130.7 KiB   833 KiB/s 00:00 [-----------------------------------------------------------------------------] 100%
 extra                                                                                             1654.1 KiB  1912 KiB/s 00:01 [-----------------------------------------------------------------------------] 100%
 community                                                                                            5.4 MiB  2.67 MiB/s 00:02 [-----------------------------------------------------------------------------] 100%
 multilib                                                                                           151.2 KiB  4.48 MiB/s 00:00 [-----------------------------------------------------------------------------] 100%
 chaotic-aur is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (82) appstream-0.14.1-1  appstream-qt-0.14.1-1  archlinux-appstream-data-20210218-1  bind-9.16.12-1  binutils-2.36.1-2  blender-17:2.91.2-5  bluedevil-1:5.21.0-1  breeze-5.21.0-1  cmake-3.19.5-1
              cuda-11.2.1-1  ddcutil-1.0.1-1  elfutils-0.183-3  fakeroot-1.25.3-2  fwupd-1.5.6-1  gnome-desktop-1:3.38.4-1  intel-ucode-20210216-1  kactivitymanagerd-5.21.0-1  kde-cli-tools-5.21.0-1
              kde-gtk-config-5.21.0-1  kdecoration-5.21.0-1  kdeplasma-addons-5.21.0-1  kdevelop-5.6.2-2  kdnssd-5.79.1-1  khotkeys-5.21.0-1  kinfocenter-5.21.0-1  kmenuedit-5.21.0-1  kscreen-5.21.0-1
              kscreenlocker-5.21.0-1  ksysguard-5.21.0-1  kwallet-pam-5.21.0-1  kwayland-integration-5.21.0-1  kwayland-server-5.21.0-1  lib32-libelf-0.183-3  lib32-lm_sensors-1:3.6.0.r41.g31d1f125-1
              lib32-mesa-20.3.4-2  lib32-openssl-1:1.1.1.j-1  libappletdecoration-0.8.1-3  libelf-0.183-3  libgcrypt-1.9.2-1  libkscreen-5.21.0-1  libksysguard-5.21.0-1  libupnp-1.14.1-1
              libva-mesa-driver-20.3.4-2  lm_sensors-1:3.6.0.r41.g31d1f125-1  lrzip-0.640-1  magma-2.5.4-2  mesa-20.3.4-2  milou-5.21.0-1  nettle-3.7.1-1  nodejs-15.9.0-1  openimagedenoise-1.3.0-1
              openssl-1.1.1.j-1  opensubdiv-3.4.3-5  pahole-1.20-1  plasma-browser-integration-5.21.0-1  plasma-desktop-5.21.0-2  plasma-integration-5.21.0-1  plasma-nm-5.21.0-1  plasma-pa-5.21.0-1
              plasma-thunderbolt-5.21.0-1  plasma-vault-5.21.0-1  plasma-workspace-5.21.0-1  plasma5-applets-window-buttons-0.8.1-3  polkit-kde-agent-5.21.0-1  powerdevil-5.21.0-1  procps-ng-3.3.17-1
              python-lark-parser-0.11.2-1  python-pygments-2.8.0-1  python-scipy-1.6.1-1  ruby-bundler-2.2.11-1  sddm-kcm-5.21.0-1  shotcut-21.02.15-1  spirv-tools-2020.6-1  syntax-highlighting-5.79.1-1
              systemsettings-5.21.0-1  taglib-1.12-1  telegram-desktop-2.5.9-1  whois-5.5.8-1  xdg-desktop-portal-kde-5.21.0-1  xkeyboard-config-2.32-1  xorg-xwayland-1.20.0.r853.gfdc61c5a3-1  yad-8.0-1

Total Installed Size:  5088.50 MiB
Net Upgrade Size:       -30.88 MiB

:: Proceed with installation? [Y/n] y
(82/82) checking keys in keyring                                                                                                [-----------------------------------------------------------------------------] 100%
(82/82) checking package integrity                                                                                              [-----------------------------------------------------------------------------] 100%
(82/82) loading package files                                                                                                   [-----------------------------------------------------------------------------] 100%
(82/82) checking for file conflicts                                                                                             [-----------------------------------------------------------------------------] 100%
(82/82) checking available disk space                                                                                           [-----------------------------------------------------------------------------] 100%
:: Running pre-transaction hooks...
(1/1) Creating Timeshift snapshot before upgrade...
Using system disk as snapshot device for creating snapshots in BTRFS mode

/dev/sda4 is mounted at: /run/timeshift/backup, options: rw,relatime,compress=zstd:3,space_cache,autodefrag,subvolid=5,subvol=/

Creating new backup...(BTRFS)
Saving to device: /dev/sda4, mounted at path: /run/timeshift/backup
Created directory: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-02-18_15-23-35
Created subvolume snapshot: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-02-18_15-23-35/@
Created control file: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-02-18_15-23-35/info.json
BTRFS Snapshot saved successfully (1s)
Tagged snapshot '2021-02-18_15-23-35': ondemand
------------------------------------------------------------------------------
Maximum backups exceeded for backup level 'daily'

/dev/sda4 is mounted at: /run/timeshift/backup, options: rw,relatime,compress=zstd:3,space_cache,autodefrag,subvolid=5,subvol=/

------------------------------------------------------------------------------
Removing snapshot: 2021-02-15_11-50-47
Deleting subvolume: @ (Id:348)
Deleted subvolume: @ (Id:348)

Destroying qgroup: 0/348
Destroyed qgroup: 0/348

Deleted directory: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-02-15_11-50-47
Removed snapshot: 2021-02-15_11-50-47
------------------------------------------------------------------------------
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/garuda/theme.txt
Found linux image: /boot/vmlinuz-linux-tkg-bmq
Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux-tkg-bmq.img
Found fallback initrd image(s) in /boot: initramfs-linux-tkg-bmq-fallback.img
Detecting snapshots ...
Info: Separate boot partition not detected
Found snapshot: 2021-02-18 15:23:35 | timeshift-btrfs/snapshots/2021-02-18_15-23-35/@
Found snapshot: 2021-02-18 13:57:22 | timeshift-btrfs/snapshots/2021-02-18_13-57-20/@
Found snapshot: 2021-02-17 13:00:01 | timeshift-btrfs/snapshots/2021-02-17_13-00-01/@
Found snapshot: 2021-02-17 09:26:59 | timeshift-btrfs/snapshots/2021-02-17_09-26-59/@
Found snapshot: 2021-02-17 08:58:11 | timeshift-btrfs/snapshots/2021-02-17_08-58-11/@
Found snapshot: 2021-02-16 13:00:02 | timeshift-btrfs/snapshots/2021-02-16_13-00-02/@
Found snapshot: 2021-02-15 12:05:52 | timeshift-btrfs/snapshots/2021-02-15_12-05-52/@
Found 7 snapshot(s)
Found memtest86+ image: /boot/memtest86+/memtest.bin
done
:: Processing package changes...
( 1/82) upgrading openssl                                                                                                       [-----------------------------------------------------------------------------] 100%
( 2/82) upgrading libgcrypt                                                                                                     [-----------------------------------------------------------------------------] 100%
( 3/82) upgrading nettle                                                                                                        [-----------------------------------------------------------------------------] 100%
( 4/82) upgrading appstream                                                                                                     [-----------------------------------------------------------------------------] 100%
( 5/82) upgrading libelf                                                                                                        [-----------------------------------------------------------------------------] 100%
( 6/82) upgrading lm_sensors                                                                                                    [-----------------------------------------------------------------------------] 100%
New optional dependencies for lm_sensors
    perl: for sensor detection and configuration convert [installed]
( 7/82) upgrading xkeyboard-config                                                                                              [-----------------------------------------------------------------------------] 100%
( 8/82) upgrading mesa                                                                                                          [-----------------------------------------------------------------------------] 100%
( 9/82) upgrading appstream-qt                                                                                                  [-----------------------------------------------------------------------------] 100%
(10/82) upgrading archlinux-appstream-data                                                                                      [-----------------------------------------------------------------------------] 100%
(11/82) upgrading bind                                                                                                          [-----------------------------------------------------------------------------] 100%
(12/82) upgrading elfutils                                                                                                      [-----------------------------------------------------------------------------] 100%
(13/82) upgrading binutils                                                                                                      [-----------------------------------------------------------------------------] 100%
(14/82) upgrading openimagedenoise                                                                                              [-----------------------------------------------------------------------------] 100%
(15/82) upgrading opensubdiv                                                                                                    [-----------------------------------------------------------------------------] 100%
(16/82) upgrading blender                                                                                                       [-----------------------------------------------------------------------------] 100%
(17/82) upgrading bluedevil                                                                                                     [-----------------------------------------------------------------------------] 100%
(18/82) upgrading kdecoration                                                                                                   [-----------------------------------------------------------------------------] 100%
(19/82) upgrading breeze                                                                                                        [-----------------------------------------------------------------------------] 100%
(20/82) upgrading cmake                                                                                                         [-----------------------------------------------------------------------------] 100%
(21/82) upgrading cuda                                                                                                          [-----------------------------------------------------------------------------] 100%
(22/82) upgrading fakeroot                                                                                                      [-----------------------------------------------------------------------------] 100%
(23/82) upgrading fwupd                                                                                                         [-----------------------------------------------------------------------------] 100%
(24/82) upgrading gnome-desktop                                                                                                 [-----------------------------------------------------------------------------] 100%
(25/82) upgrading intel-ucode                                                                                                   [-----------------------------------------------------------------------------] 100%
(26/82) upgrading kactivitymanagerd                                                                                             [-----------------------------------------------------------------------------] 100%
(27/82) upgrading kde-cli-tools                                                                                                 [-----------------------------------------------------------------------------] 100%
(28/82) upgrading kde-gtk-config                                                                                                [-----------------------------------------------------------------------------] 100%
(29/82) upgrading libksysguard                                                                                                  [-----------------------------------------------------------------------------] 100%
(30/82) upgrading milou                                                                                                         [-----------------------------------------------------------------------------] 100%
(31/82) upgrading plasma-integration                                                                                            [-----------------------------------------------------------------------------] 100%
(32/82) upgrading libkscreen                                                                                                    [-----------------------------------------------------------------------------] 100%
(33/82) upgrading syntax-highlighting                                                                                           [-----------------------------------------------------------------------------] 100%
(34/82) upgrading kscreenlocker                                                                                                 [-----------------------------------------------------------------------------] 100%
New optional dependencies for kscreenlocker
    kcmutils: configuration module [installed]
(35/82) upgrading kwayland-server                                                                                               [-----------------------------------------------------------------------------] 100%
(36/82) upgrading plasma-workspace                                                                                              [-----------------------------------------------------------------------------] 100%
(37/82) upgrading kdeplasma-addons                                                                                              [-----------------------------------------------------------------------------] 100%
(38/82) upgrading kdevelop                                                                                                      [-----------------------------------------------------------------------------] 100%
(39/82) upgrading kdnssd                                                                                                        [-----------------------------------------------------------------------------] 100%
(40/82) upgrading khotkeys                                                                                                      [-----------------------------------------------------------------------------] 100%
(41/82) upgrading systemsettings                                                                                                [-----------------------------------------------------------------------------] 100%
(42/82) upgrading kinfocenter                                                                                                   [-----------------------------------------------------------------------------] 100%
(43/82) upgrading kmenuedit                                                                                                     [-----------------------------------------------------------------------------] 100%
(44/82) upgrading kscreen                                                                                                       [-----------------------------------------------------------------------------] 100%
(45/82) upgrading ksysguard                                                                                                     [-----------------------------------------------------------------------------] 100%
(46/82) upgrading kwallet-pam                                                                                                   [-----------------------------------------------------------------------------] 100%
(47/82) upgrading kwayland-integration                                                                                          [-----------------------------------------------------------------------------] 100%
(48/82) upgrading lib32-openssl                                                                                                 [-----------------------------------------------------------------------------] 100%
(49/82) upgrading lib32-libelf                                                                                                  [-----------------------------------------------------------------------------] 100%
(50/82) upgrading lib32-lm_sensors                                                                                              [-----------------------------------------------------------------------------] 100%
(51/82) upgrading lib32-mesa                                                                                                    [-----------------------------------------------------------------------------] 100%
(52/82) upgrading libappletdecoration                                                                                           [-----------------------------------------------------------------------------] 100%
(53/82) upgrading libupnp                                                                                                       [-----------------------------------------------------------------------------] 100%
(54/82) upgrading libva-mesa-driver                                                                                             [-----------------------------------------------------------------------------] 100%
(55/82) upgrading lrzip                                                                                                         [-----------------------------------------------------------------------------] 100%
(56/82) upgrading magma                                                                                                         [-----------------------------------------------------------------------------] 100%
(57/82) upgrading nodejs                                                                                                        [-----------------------------------------------------------------------------] 100%
(58/82) upgrading pahole                                                                                                        [-----------------------------------------------------------------------------] 100%
(59/82) upgrading taglib                                                                                                        [-----------------------------------------------------------------------------] 100%
(60/82) upgrading plasma-browser-integration                                                                                    [-----------------------------------------------------------------------------] 100%
(61/82) upgrading polkit-kde-agent                                                                                              [-----------------------------------------------------------------------------] 100%
(62/82) upgrading plasma-desktop                                                                                                [-----------------------------------------------------------------------------] 100%
New optional dependencies for plasma-desktop
    packagekit-qt5: to install new krunner plugins
(63/82) upgrading procps-ng                                                                                                     [-----------------------------------------------------------------------------] 100%
(64/82) upgrading plasma-nm                                                                                                     [-----------------------------------------------------------------------------] 100%
(65/82) upgrading plasma-pa                                                                                                     [-----------------------------------------------------------------------------] 100%
(66/82) upgrading plasma-thunderbolt                                                                                            [-----------------------------------------------------------------------------] 100%
(67/82) upgrading plasma-vault                                                                                                  [-----------------------------------------------------------------------------] 100%
(68/82) upgrading plasma5-applets-window-buttons                                                                                [-----------------------------------------------------------------------------] 100%
(69/82) installing ddcutil                                                                                                      [-----------------------------------------------------------------------------] 100%
(70/82) upgrading powerdevil                                                                                                    [-----------------------------------------------------------------------------] 100%
(71/82) upgrading python-lark-parser                                                                                            [-----------------------------------------------------------------------------] 100%
(72/82) upgrading python-pygments                                                                                               [-----------------------------------------------------------------------------] 100%
(73/82) upgrading python-scipy                                                                                                  [-----------------------------------------------------------------------------] 100%
(74/82) upgrading ruby-bundler                                                                                                  [-----------------------------------------------------------------------------] 100%
(75/82) upgrading sddm-kcm                                                                                                      [-----------------------------------------------------------------------------] 100%
(76/82) upgrading shotcut                                                                                                       [-----------------------------------------------------------------------------] 100%
(77/82) upgrading spirv-tools                                                                                                   [-----------------------------------------------------------------------------] 100%
(78/82) upgrading telegram-desktop                                                                                              [-----------------------------------------------------------------------------] 100%
(79/82) upgrading whois                                                                                                         [-----------------------------------------------------------------------------] 100%
(80/82) upgrading xdg-desktop-portal-kde                                                                                        [-----------------------------------------------------------------------------] 100%
(81/82) upgrading xorg-xwayland                                                                                                 [-----------------------------------------------------------------------------] 100%
(82/82) upgrading yad                                                                                                           [-----------------------------------------------------------------------------] 100%
:: Running post-transaction hooks...
( 1/18) Creating system user accounts...
( 2/18) Reloading system manager configuration...
( 3/18) Creating temporary files...
Failed to write file "/sys/module/pcie_aspm/parameters/policy": Operation not permitted
error: command failed to execute correctly
( 4/18) Reloading device manager configuration...
( 5/18) Arming ConditionNeedsUpdate...
( 6/18) Reloading system bus configuration...
( 7/18) fix appstream datas for pamac
      archive usr/share/app-info/xmls/community.xml.gz fixed
( 8/18) Foreign/AUR package notification
alice-vision 2.3.1-2
biblesync 2.1.0-1
ceres-solver 2.0.0-1
coin-or-lemon 1.3.1-3
crunch 3.6-1
edb-debugger 1.3.0-1
flann 1.9.1-7
freetuxtv 0.6.8-1
geogram 1.7.5-2
gtkhtml4 4.10.0-2
karlyriceditor 3.2-1
libmysqlclient55 5.5.62-1
meshroom 2020.1.1-2
mysql-clients55 5.5.62-1
mysql55 5.5.62-1
opengv-git r146.91f4b19-1
pdi-ce 9.1.0.0_324-1
php56 5.6.40-1
php56-gd 5.6.40-1
popsift 1.0.0-2
uncertainty-framework 1.2.0-4
weevely 4.0.1-1
xcowsay 1.5.1-1
xiphos 4.2.1-3
zenmap 7.91-1
zyn-fusion 3.0.5-4
( 9/18) Compiling GSettings XML schema files...
(10/18) Updating icon theme caches...
(11/18) mkinitcpio and grub update after transaction.
==> Building image from preset: /etc/mkinitcpio.d/linux-tkg-bmq.preset: 'default'
  -> -k /boot/vmlinuz-linux-tkg-bmq -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-tkg-bmq.img
==> Starting build: 5.10.15-120-tkg-bmq
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
  -> Running build hook: [plymouth]
  -> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-tkg-bmq.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux-tkg-bmq.preset: 'fallback'
  -> -k /boot/vmlinuz-linux-tkg-bmq -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-tkg-bmq-fallback.img -S autodetect
==> Starting build: 5.10.15-120-tkg-bmq
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
  -> Running build hook: [plymouth]
  -> Running build hook: [filesystems]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-tkg-bmq-fallback.img
==> Image generation successful
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/garuda/theme.txt
Found linux image: /boot/vmlinuz-linux-tkg-bmq
Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux-tkg-bmq.img
Found fallback initrd image(s) in /boot: initramfs-linux-tkg-bmq-fallback.img
Detecting snapshots ...
Info: Separate boot partition not detected
Found snapshot: 2021-02-18 15:23:35 | timeshift-btrfs/snapshots/2021-02-18_15-23-35/@
Found snapshot: 2021-02-18 13:57:22 | timeshift-btrfs/snapshots/2021-02-18_13-57-20/@
Found snapshot: 2021-02-17 13:00:01 | timeshift-btrfs/snapshots/2021-02-17_13-00-01/@
Found snapshot: 2021-02-17 09:26:59 | timeshift-btrfs/snapshots/2021-02-17_09-26-59/@
Found snapshot: 2021-02-17 08:58:11 | timeshift-btrfs/snapshots/2021-02-17_08-58-11/@
Found snapshot: 2021-02-16 13:00:02 | timeshift-btrfs/snapshots/2021-02-16_13-00-02/@
Found snapshot: 2021-02-15 12:05:52 | timeshift-btrfs/snapshots/2021-02-15_12-05-52/@
Found 7 snapshot(s)
Found memtest86+ image: /boot/memtest86+/memtest.bin
done
(12/18) Orphaned package notification
auto-cpufreq-git 1.6.1.r215.ae86bbb-1
c-client 2007f-11
coin-or-lemon 1.3.1-3
cython 0.29.21-4
docbook-utils 0.6.14-11
doxygen 1.9.1-1
gconf 3.2.6+11+g07808097-9
gflags 2.2.2-2
gnome-common 3.18.0-4
gnome-doc-utils 0.20.10+16+gc03cc09-2
gstreamer0.10-base-plugins 0.10.36-13
lib32-lz4 1.9.3-1
llvm10 10.0.1-4
ninja 1.10.2-1
python-commonmark 0.9.1-3
python-cx-freeze 6.5.3-1
python-httpx 0.16.1-3
python-networkx 2.5-3
python-poetry 1.1.4-1
python-pyqtgraph 0.11.1-1
python-scikit-learn 0.24.0-1
python2-lxml 4.6.2-1
ruby-rake 13.0.2-1
thermald 2.4.2-1
tidy 5.7.16-2
zsh-theme-powerlevel10k 1.13.0-1
(13/18) Checking for .pacnew and .pacsave files...
.pac* files found:
/etc/nsswitch.conf.pacnew
/etc/default/grub-btrfs/config.pacnew
/etc/pacman.d/mirrorlist.pacnew
Please check and merge
(14/18) Checking which packages need to be rebuilt
(15/18) Updating the info directory file...
(16/18) Updating the appstream cache...
AppStream cache update completed successfully.
(17/18) Updating the desktop file MIME type cache...
(18/18) Updating the MIME type database...
Parsing man pages and writing completions to /home/dale/.local/share/fish/generated_completions/
  4962 / 4962 : zramctl.8.gz

What about kwin, I see kwin no kwin getting updated even though the rest is getting 5.21 :face_with_monocle: What version is your kwin? (pacman -Qs kwin)

1 Like

Here is kwin:

╰─λ pacman -Qs kwin
local/kwin-effects-sliding-notifications 1.0.3-1
    Sliding animation for notification windows
local/kwin-lowlatency 5.20.5-1 (plasma)
    the compositor, with added stutter/latency reductions
local/kwin-scripts-forceblur 0.5-1
    Force-enable blur effect to user-specified windows
local/kwindowsystem 5.79.0-1 (kf5)
```    Access to the windowing system

Here is the problem I guess, do a sudo pacman -Syu kwin, replacing kwin-lowlatency :slight_smile:

2 Likes

Here is the output from sudo pacman -Syu kwin

╰─λ sudo pacman -Syu kwin
[sudo] password for dale:     
:: Synchronizing package databases...
 core is up to date
 extra                                                      1652.9 KiB  2.48 MiB/s 00:01 [----------------------------------------------------] 100%
 community                                                     5.4 MiB  2.65 MiB/s 00:02 [----------------------------------------------------] 100%
 multilib is up to date
 chaotic-aur                                                 849.2 KiB   621 KiB/s 00:01 [----------------------------------------------------] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (15) alsa-card-profiles-1:0.3.22-1  bluez-5.55-3  bluez-cups-5.55-3  bluez-hid2hci-5.55-3  bluez-libs-5.55-3  bluez-plugins-5.55-3
              bluez-utils-5.55-3  garuda-common-settings-r95.9eef8c4-1  garuda-dr460nized-r153.e4ca0ac-1  kwin-lowlatency-5.21-1
              latte-dock-git-r5022.da3fbca4-1  pipewire-1:0.3.22-1  sbc-1.5-2  starship-git-0.50.0.1381.g5e931604-1  kwin-5.21.0-1

Total Download Size:   20.59 MiB
Total Installed Size:  60.53 MiB
Net Upgrade Size:       2.11 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 alsa-card-profiles-1:0.3.22-1-x86_64                         26.2 KiB  8.54 MiB/s 00:00 [----------------------------------------------------]   0%
 bluez-libs-5.55-3-x86_64                                    122.5 KiB   708 KiB/s 00:00 [----------------------------------------------------]   0%
 sbc-1.5-2-x86_64                                            166.0 KiB   689 KiB/s 00:00 [----------------------------------------------------]   0%
 pipewire-1:0.3.22-1-x86_64                                 1411.9 KiB  1878 KiB/s 00:01 [----------------------------------------------------]   6%
 kwin-5.21.0-1-x86_64                                          8.0 MiB  2.67 MiB/s 00:03 [----------------------------------------------------]  38%
 bluez-5.55-3-x86_64                                           8.8 MiB  2.66 MiB/s 00:03 [----------------------------------------------------]  42%
 bluez-cups-5.55-3-x86_64                                      8.8 MiB  2.61 MiB/s 00:03 [----------------------------------------------------]  42%
 bluez-hid2hci-5.55-3-x86_64                                   8.8 MiB  2.57 MiB/s 00:03 [----------------------------------------------------]  42%
 bluez-plugins-5.55-3-x86_64                                   8.8 MiB  2.53 MiB/s 00:03 [----------------------------------------------------]  42%
 bluez-utils-5.55-3-x86_64                                    10.0 MiB  2.57 MiB/s 00:04 [----------------------------------------------------]  48%
 garuda-dr460nized-r153.e4ca0ac-1-any                         17.2 MiB   440 KiB/s 00:40 [----------------------------------------------------]  83%
 kwin-lowlatency-5.21-1-any                                   17.3 MiB   436 KiB/s 00:41 [----------------------------------------------------]  83%
 starship-git-0.50.0.1381.g5e931604-1-x86_64                  20.6 MiB   456 KiB/s 00:46 [----------------------------------------------------] 100%
(15/15) checking keys in keyring                                                         [----------------------------------------------------] 100%
(15/15) checking package integrity                                                       [----------------------------------------------------] 100%
(15/15) loading package files                                                            [----------------------------------------------------] 100%
(15/15) checking for file conflicts                                                      [----------------------------------------------------] 100%
(15/15) checking available disk space                                                    [----------------------------------------------------] 100%
:: Running pre-transaction hooks...
(1/1) Creating Timeshift snapshot before upgrade...
Using system disk as snapshot device for creating snapshots in BTRFS mode

/dev/sda4 is mounted at: /run/timeshift/backup, options: rw,relatime,compress=zstd:3,space_cache,autodefrag,subvolid=5,subvol=/

Creating new backup...(BTRFS)
Saving to device: /dev/sda4, mounted at path: /run/timeshift/backup
Created directory: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-02-18_17-31-48
Created subvolume snapshot: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-02-18_17-31-48/@
Created control file: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-02-18_17-31-48/info.json
BTRFS Snapshot saved successfully (1s)
Tagged snapshot '2021-02-18_17-31-48': ondemand
------------------------------------------------------------------------------
Maximum backups exceeded for backup level 'daily'

/dev/sda4 is mounted at: /run/timeshift/backup, options: rw,relatime,compress=zstd:3,space_cache,autodefrag,subvolid=5,subvol=/

------------------------------------------------------------------------------
Removing snapshot: 2021-02-15_12-05-52
Deleting subvolume: @ (Id:349)
Deleted subvolume: @ (Id:349)

Destroying qgroup: 0/349
Destroyed qgroup: 0/349

Deleted directory: /run/timeshift/backup/timeshift-btrfs/snapshots/2021-02-15_12-05-52
Removed snapshot: 2021-02-15_12-05-52
------------------------------------------------------------------------------
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/garuda/theme.txt
Found linux image: /boot/vmlinuz-linux-tkg-bmq
Found initrd image: /boot/intel-ucode.img /boot/initramfs-linux-tkg-bmq.img
Found fallback initrd image(s) in /boot: initramfs-linux-tkg-bmq-fallback.img
Detecting snapshots ...
Info: Separate boot partition not detected 
Found snapshot: 2021-02-18 17:31:48 | timeshift-btrfs/snapshots/2021-02-18_17-31-48/@
Found snapshot: 2021-02-18 15:23:35 | timeshift-btrfs/snapshots/2021-02-18_15-23-35/@
Found snapshot: 2021-02-18 13:57:22 | timeshift-btrfs/snapshots/2021-02-18_13-57-20/@
Found snapshot: 2021-02-17 13:00:01 | timeshift-btrfs/snapshots/2021-02-17_13-00-01/@
Found snapshot: 2021-02-17 09:26:59 | timeshift-btrfs/snapshots/2021-02-17_09-26-59/@
Found snapshot: 2021-02-17 08:58:11 | timeshift-btrfs/snapshots/2021-02-17_08-58-11/@
Found snapshot: 2021-02-16 13:00:02 | timeshift-btrfs/snapshots/2021-02-16_13-00-02/@
Found 7 snapshot(s)
Found memtest86+ image: /boot/memtest86+/memtest.bin
done
:: Processing package changes...
( 1/15) upgrading alsa-card-profiles                                                     [----------------------------------------------------] 100%
( 2/15) upgrading bluez-libs                                                             [----------------------------------------------------] 100%
( 3/15) upgrading sbc                                                                    [----------------------------------------------------] 100%
( 4/15) upgrading pipewire                                                               [----------------------------------------------------] 100%
New optional dependencies for pipewire
    gst-plugin-pipewire: GStreamer support
    pipewire-alsa: ALSA configuration
    pipewire-pulse: PulseAudio replacement
( 5/15) installing kwin                                                                  [----------------------------------------------------] 100%
Optional dependencies for kwin
    qt5-virtualkeyboard: virtual keyboard support for kwin-wayland
( 6/15) upgrading bluez                                                                  [----------------------------------------------------] 100%
( 7/15) upgrading bluez-cups                                                             [----------------------------------------------------] 100%
( 8/15) upgrading bluez-hid2hci                                                          [----------------------------------------------------] 100%
( 9/15) upgrading bluez-plugins                                                          [----------------------------------------------------] 100%
(10/15) upgrading bluez-utils                                                            [----------------------------------------------------] 100%
(11/15) upgrading garuda-common-settings                                                 [----------------------------------------------------] 100%
warning: directory permissions differ on /etc/polkit-1/rules.d/
filesystem: 750  package: 755
warning: directory permissions differ on /etc/sudoers.d/
filesystem: 750  package: 755
==> Attempting to enable services...
==> services should now be enabled.
Updating font cache... 

done


Permissions fixed.

(12/15) upgrading garuda-dr460nized                                                      [----------------------------------------------------] 100%
(13/15) upgrading kwin-lowlatency                                                        [----------------------------------------------------] 100%
(14/15) upgrading latte-dock-git                                                         [----------------------------------------------------] 100%
(15/15) upgrading starship-git                                                           [----------------------------------------------------] 100%
:: Running post-transaction hooks...
( 1/10) Reloading system manager configuration...
( 2/10) Reloading device manager configuration...
( 3/10) Arming ConditionNeedsUpdate...
( 4/10) Reloading system bus configuration...
( 5/10) Foreign/AUR package notification
alice-vision 2.3.1-2
biblesync 2.1.0-1
ceres-solver 2.0.0-1
coin-or-lemon 1.3.1-3
crunch 3.6-1
edb-debugger 1.3.0-1
flann 1.9.1-7
freetuxtv 0.6.8-1
geogram 1.7.5-2
gtkhtml4 4.10.0-2
karlyriceditor 3.2-1
libmysqlclient55 5.5.62-1
meshroom 2020.1.1-2
mysql-clients55 5.5.62-1
mysql55 5.5.62-1
opengv-git r146.91f4b19-1
pdi-ce 9.1.0.0_324-1
php56 5.6.40-1
php56-gd 5.6.40-1
popsift 1.0.0-2
uncertainty-framework 1.2.0-4
weevely 4.0.1-1
xcowsay 1.5.1-1
xiphos 4.2.1-3
zenmap 7.91-1
zyn-fusion 3.0.5-4
( 6/10) Updating icon theme caches...
( 7/10) Orphaned package notification
auto-cpufreq-git 1.6.1.r215.ae86bbb-1
c-client 2007f-11
coin-or-lemon 1.3.1-3
cython 0.29.21-4
docbook-utils 0.6.14-11
doxygen 1.9.1-1
gconf 3.2.6+11+g07808097-9
gflags 2.2.2-2
gnome-common 3.18.0-4
gnome-doc-utils 0.20.10+16+gc03cc09-2
gstreamer0.10-base-plugins 0.10.36-13
lib32-lz4 1.9.3-1
llvm10 10.0.1-4
ninja 1.10.2-1
python-commonmark 0.9.1-3
python-cx-freeze 6.5.3-1
python-httpx 0.16.1-3
python-networkx 2.5-3
python-poetry 1.1.4-1
python-pyqtgraph 0.11.1-1
python-scikit-learn 0.24.0-1
python2-lxml 4.6.2-1
ruby-rake 13.0.2-1
thermald 2.4.2-1
tidy 5.7.16-2
zsh-theme-powerlevel10k 1.13.0-1
( 8/10) Checking for .pacnew and .pacsave files...
.pac* files found:
/etc/nsswitch.conf.pacnew
/etc/default/grub-btrfs/config.pacnew
/etc/pacman.d/mirrorlist.pacnew
Please check and merge
( 9/10) Checking which packages need to be rebuilt
(10/10) Updating the desktop file MIME type cache...

Edit:
I should also have mentioned that this did in fact update kwin to 5.21-1

╰─λ pacman -Qs kwin
local/kwin 5.21.0-1 (plasma)
    An easy to use, but flexible, composited Window Manager
local/kwin-effects-sliding-notifications 1.0.3-1
    Sliding animation for notification windows
local/kwin-lowlatency 5.21-1
    Dummy package
local/kwin-scripts-forceblur 0.5-1
    Force-enable blur effect to user-specified windows
local/kwindowsystem 5.79.0-1 (kf5)
    Access to the windowing system
1 Like

If you still encounter problems, try this

sudo pacman -S extra/kwin
1 Like

Are you saying I should again install kwin?

sudo pacman -S extra/kwin
[sudo] password for dale:     
warning: kwin-5.21.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) kwin-5.21.0-1

Total Installed Size:  22.94 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] 

My post was before your last editing.
No, no need to do (it’s no harm, though).
The proper thing is

sudo pacman -Rd kwin-lowlatency
1 Like

Great, thank you. I was just saving that edit when you posted, so I thought maybe that's what you meant.

Right now I am going to try a reboot to see if this fixed my problems.

1 Like

After reboot I was back to being stuck after my login screen hung with a popup requesting me to open a wallet as noted in the other boot problems post. I rolled back to an earlier snapshot again.

72

Are you sure you tried to login to your user account and not Guest user?
Do you have Auto-Login enabled?
You may just click OK button, nothing in input entries, or enter your user password (I guess this won’t work, but try if needed).
You can disable kwallet (temporarily at least)…

Yes I logged in with my user account. I don't have auto login turned on.

Check journal for errors

journalctl -b -p3

I'll redo the pacman -Syu kwin, then disable the wallet, then try rebooting again.

Restore your snapshot with Timeshift first

the bad one? and check the journalctl -b -p3 first right?

Trolling, right? :face_with_raised_eyebrow:
Restore your snapshot that you selected to boot from grub.

Sorry, I was just getting confused. I actually didn't do that, I had just been logging in from grub to the one I knew worked, hadn't gone into timeshift to do an actual restore, although I did now.

sudo pacman -Sy extra/kwin
sudo pacman -Su

Replace kwin-latency (if still installed) and do update.