[Testing Update] 2025-06-19 - KDE Frameworks, Nvidia, Pamac, Xorg, Wine

Hello community, here we have another set of package updates.

Current Promotions

  • Find out all about our current Gaming Laptop the Hero with Manjaro pre-installed from Spain!
  • Protect your personal data, keep yourself safe with Surfshark VPN: See current promotion

Recent News

Valkey to replace Redis in the [extra] Repository

2025-04-17 - Andrew Crerar

Valkey, a high-performance key/value datastore, will be replacing redis in the [extra] repository. This change is due to Redis modifying its license from BSD-3-Clause to RSALv2 and SSPLv1 on March 20th, 2024.

Arch Linux Package Maintainers intend to support the availability of the redis package for roughly 14 days from the day of this post, to enable a smooth transition to valkey. After the 14 day transition period has ended, the redis package will be moved to the AUR. Also, from this point forward, the redis package will not receive any additional updates and should be considered deprecated until it is removed.

Users are recommended to begin transitioning their use of Redis to Valkey as soon as possible to avoid possible complications after the 14 day transition window closes.

Arch Linux - News: Valkey to replace Redis in the [extra] Repository

Previous News
Finding information easier about Manjaro

Finding information easier about Manjaro always has been a topic that needed to be solved. With our new search we have put all Manjaro data accessible in one place and divided by sections so it makes it easier to digest: News – Manjaro

Notable Package Updates

Additional Info

Python 3.13 info

:information_source: You will need to rebuild any AUR Python packages that install files to site-packages or link to libpython3.12.so.

Print a list of of packages that have files in /usr/lib/python3.12/ :

pacman -Qoq /usr/lib/python3.12/

Rebuild them all at once:*

pamac build $(pacman -Qoq /usr/lib/python3.12)

Use rebuild-detector to see if anything else needs to be rebuilt:

 checkrebuild

* It’s recommended to clean your build cache first with pamac clean --build-files

Info about AUR packages

:warning: AUR (Arch User Repository) packages are neither supported by Arch nor Manjaro. Posts about them in Announcements topics are off-topic and will be flagged, moved or removed without warning.

For help with AUR packages, please create a new topic in AUR and a helpful volunteer may be able to assist you.

Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.


Our current supported kernels

  • linux54 5.4.295
  • linux510 5.10.237
  • linux515 5.15.185
  • linux61 6.1.141
  • linux66 6.6.93
  • linux612 6.12.33
  • linux614 6.14.11 [EOL]
  • linux615 6.15.2
  • linux616 6.16.0-rc2
  • linux61-rt 6.1.134_rt51
  • linux66-rt 6.6.87_rt54
  • linux612-rt 6.12.28_rt10
  • linux613-rt 6.13_rt5
  • linux614-rt 6.14.0_rt3
  • linux615-rt 6.15.0_rt2

Package Changes (Thu Jun 19 09:57:54 CEST 2025)

  • testing core x86_64: 12 new and 12 removed package(s)
  • testing extra x86_64: 1231 new and 1237 removed package(s)
  • testing multilib x86_64: 5 new and 7 removed package(s)

A list of all package changes can be found here.

  • No issue, everything went smoothly
  • Yes there was an issue. I was able to resolve it myself.(Please post your solution)
  • Yes i am currently experiencing an issue due to the update. (Please post about it)
0 voters

Check if your mirror has already synced:


2 Likes

Known issues and solutions

This is a wiki post; please edit as necessary.
Please, consider subscribing to the Testing Updates Announcements RSS feed


Please RTFT (Read This Fine Thread) first before reporting the same issues over and over again!

Note: Do not forget to review your .pacnew files:

:arrow_right: 2025-06-19

Possible breaking changes to pacman-mirrors

:warning: With pacman-mirrors 5.0-1, the global mirrors.json data file has been moved from /usr/share/pacman-mirrors to /var/lib/pacman-mirrors.
:warning: This move introduce a possible breaking change if you have custom scripts relying on the mirrors data file.
:information_source: The moving of the file is the only change and has been made to make it possible for users to have their /usr-tree on a separate read-only partition or btrfs subvolume.

2025-06-14

xkeyboard-config 2.45 issue with symlinks

You may fail to upgrade from 2.44 to 2.45 due to some changes to symlinks. A discussion about it can be found here: Cannot update xkeyboard-config to 2.45 / Pacman & Package Upgrade Issues / Arch Linux Forums

The solution is to update the AUR packages depending on xkeyboard-config or move the files to the new folder /usr/share/xkeyboard-config-2.

More information about it here: xkeyboard-config 2.45 issue with symlinks (#1) · Issues · Arch Linux / Packaging / Packages / xkeyboard-config · GitLab

2025-06-01

2025-06-01 - avahi-discover python script

avahi-discover fails when attempting to write the discovered services to a sqlite database in /usr/lib/avahi due to lack of permissions.

The issue can be reproduced using a pristine Arch LInux system - it appears from the issues at GitHub - avahi/avahi: Avahi - Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour the issue is known - but not fixed.

Use of dbm causes problems with Python 3.13 · Issue #670 · avahi/avahi · GitHub
Fix issue with dbm.sqlite3 on readonly directories by mickael9 · Pull Request #698 · avahi/avahi · GitHub

Even though the issue has been known to upstream since december 2024, the behaviour on unstable branch has changed fairly recently - perhaps 4 weeks.

Temporary workaround
The workaround it is not optimal - but if you rely on avahi discover service - it will work

Move /usr/lib/avahi to /var/lib and symlink it back to /usr

sudo mv /usr/lib/avahi /var/lib/ && sudo ln -s /var/lib/avahi /usr/lib/

Change the ownership of the folder /var/lib/avahi including files

sudo chown root:avahi /var/lib/avahi -R

Change permissions to allow avahi group to write into the folder including the existing db file

sudo chmod g+w /var/lib/avahi -R

Finally add yourself to the avahi group

sudo gpasswd -a $USER avahi

Logoff and login to activate the new group.

Topic in German section
Avahi zeroconf browser zeigt nichts an

2025-03-20

System may hang during splash screen when Nvidia 570 drivers are used

A lot of users with older Nvidia cards report system hanging on Plymouth splash screen after installing Nvidia 570 drivers. In the past we had issues with plymouth in general combined with Nvidia drivers. Therefore we didn’t update plymouth in our stable and testing branch.

As a workaround splash could be removed from /etc/default/grub file followed by a update-grub cmd to remove plymouth from starting. Another alternative is to test the newer plymouth and give feedback if that solves the issue:

sudo pacman -U https://mirrors.manjaro.org/repo/pool/overlay/plymouth-24.004.60-12-x86_64.pkg.tar.zst

2025-03-05

[community] repo removed from servers

Similar to Arch we removed our [community] repos from our mirrors and servers. You may want to check your pacnew files or manually remove [community] and [kde-unstable] when used in your /etc/pacman.conf file.

2025-05-02
community has been re-created as an empty repository so that systems where package manager configuration /etc/pacman.conf has not been updated can still be used to update packages from other repositories

2025-02-16

Update only regular repository packages first, no AUR

Follow the best practice of first updating only regular repository packages, followed separately by AUR packages.

  1. Update regular repository packages first with
    • pamac update --no-aur
      or
    • sudo pacman -Syu
  2. Then, if needed, update AUR packages.

Failure to follow this practice may result in the installation of packages that you may not need, and may cause problems. For further details, see:

Keyboard layout issues / Update issues with fcitx5

If a system had sdl2 installed and AUR updates enabled, fcitx5 might be installed as a make dependency

It is recommended to remove fcitx5 and any other orphan packages following the update

pamac remove --orphans

Update issues with fcitx5

Previous testing threads:

Hey people :wave:
I am having this issue:

:: Synchronizing package databases...
 core is up to date
 extra is up to date
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing nvidia-utils (575.64-1) breaks dependency 'nvidia-utils=575.57.08' required by lib32-nvidia-utils

Should I remove some package? Thanks!

Yes, you should remove lib32-nvidia-utils.

1 Like

One day I’ll learn not to multitask while updating.

No, not on the PC–I know enough to single-task there during an update–but I after I started pacman -Syu, I turned my attention to making the morning coffee and porridge. When I looked back, it was sitting at the Plasma login screen. :interrobang:

I logged in and checked, and sure enough, the KDE Frameworks stuff was updated, but on checking /var/log/pacman.log, the log ended while running build hook for [kms] on linux616, the first of the three kernals I have installed. I checked /var/cache/pacman and found db.lck was still present.

I deleted db.lck, then ran mkinitcpio -P, which completed perfectly.

Near as I can tell, everything updated, all the inits seem to work, and Plasma seems to be running just fine. I felt I should report it anyway, just in case it’s not something limited to my machine.

Tail of pacman.log

[2025-06-19T09:42:22-0400] [PACMAN] synchronizing package lists
[2025-06-19T09:42:23-0400] [PACMAN] starting full system upgrade
[2025-06-19T09:43:04-0400] [ALPM] running '00-timeshift-autosnap.hook'...
[2025-06-19T09:43:04-0400] [ALPM-SCRIPTLET] Mounted '/dev/dm-2 (nvme0n1p7)' at '/run/timeshift/2932/backup'
[2025-06-19T09:43:04-0400] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2025-06-19T09:43:04-0400] [ALPM-SCRIPTLET] Creating new snapshot...(RSYNC)
[2025-06-19T09:43:04-0400] [ALPM-SCRIPTLET] Saving to device: /dev/dm-2, mounted at path: /run/timeshift/2932/backup
[2025-06-19T09:43:04-0400] [ALPM-SCRIPTLET] Linking from snapshot: 2025-06-18_23-00-00
[2025-06-19T09:43:04-0400] [ALPM-SCRIPTLET] Syncing files with rsync...
[2025-06-19T09:43:37-0400] [ALPM-SCRIPTLET]   2.80% complete (00:00:36 remaining)
  5.53% complete (00:00:17 remaining)
  8.90% complete (00:00:20 remaining)
 12.13% complete (00:00:22 remaining)
 15.65% complete (00:00:21 remaining)
 19.39% complete (00:00:20 remaining)
 23.19% complete (00:00:20 remaining)
 27.09% complete (00:00:18 remaining)
 30.44% complete (00:00:18 remaining)
 34.33% complete (00:00:17 remaining)
 38.02% complete (00:00:16 remaining)
 41.02% complete (00:00:15 remaining)
 43.61% complete (00:00:15 remaining)
 47.22% complete (00:00:14 remaining)
 50.94% complete (00:00:13 remaining)
 55.03% complete (00:00:12 remaining)
 58.19% complete (00:00:11 remaining)
 60.95% complete (00:00:10 remaining)
 64.40% complete (00:00:09 remaining)
 67.98% complete (00:00:08 remaining)
 71.12% complete (00:00:08 remaining)
 75.07% complete (00:00:06 remaining)
 79.64% complete (00:00:05 remaining)
 84.50% complete (00:00:04 remaining)
 87.97% complete (00:00:03 remaining)
 92.42% complete (00:00:02 remaining)
 95.55% complete (00:00:01 remaining)
100.14% complete (00:00:00 remaining)
105.50% complete (00:00:00 remaining)
108.94% complete (00:00:00 remaining)
112.60% complete (00:00:00 remaining)
116.66% complete (00:00:00 remaining)
117.80% complete (00:00:00 remaining)
                                                                                
Created control file: /run/timeshift/2932/backup/timeshift/snapshots/2025-06-19_09-43-04/info.json
[2025-06-19T09:43:37-0400] [ALPM-SCRIPTLET] RSYNC Snapshot saved successfully (33s)
[2025-06-19T09:43:37-0400] [ALPM-SCRIPTLET] Tagged snapshot '2025-06-19_09-43-04': ondemand
[2025-06-19T09:43:37-0400] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2025-06-19T09:43:37-0400] [ALPM-SCRIPTLET] Maximum backups exceeded for backup level 'hourly'
[2025-06-19T09:43:37-0400] [ALPM-SCRIPTLET] Snapshot '2025-06-14_09-31-55' un-tagged 'hourly'
[2025-06-19T09:43:37-0400] [ALPM-SCRIPTLET] Snapshot '2025-06-14_09-31-55' un-tagged 'hourly'
[2025-06-19T09:43:37-0400] [ALPM-SCRIPTLET] Removing snapshots (un-tagged):
[2025-06-19T09:43:37-0400] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2025-06-19T09:43:37-0400] [ALPM-SCRIPTLET] Removing '2025-06-18_18-00-00'...
[2025-06-19T09:43:49-0400] [ALPM-SCRIPTLET]   9.27% complete (00:00:10 remaining)
 20.14% complete (00:00:04 remaining)
 30.07% complete (00:00:04 remaining)
 40.22% complete (00:00:04 remaining)
 48.61% complete (00:00:04 remaining)
 61.11% complete (00:00:03 remaining)
 74.63% complete (00:00:02 remaining)
 87.83% complete (00:00:00 remaining)
 95.75% complete (00:00:00 remaining)
107.24% complete (00:00:00 remaining)
116.99% complete (00:00:00 remaining)
118.01% complete (00:00:00 remaining)
                                                                                
Removed '2025-06-18_18-00-00'
[2025-06-19T09:43:49-0400] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2025-06-19T09:43:49-0400] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2025-06-19T09:43:49-0400] [ALPM-SCRIPTLET] Removing '2025-06-18_19-00-00'...
[2025-06-19T09:44:02-0400] [ALPM-SCRIPTLET]   8.72% complete (00:00:11 remaining)
 19.34% complete (00:00:04 remaining)
 30.55% complete (00:00:04 remaining)
 40.61% complete (00:00:04 remaining)
 48.86% complete (00:00:04 remaining)
 61.22% complete (00:00:03 remaining)
 74.99% complete (00:00:02 remaining)
 88.12% complete (00:00:00 remaining)
 96.10% complete (00:00:00 remaining)
107.56% complete (00:00:00 remaining)
117.08% complete (00:00:00 remaining)
117.99% complete (00:00:00 remaining)
                                                                                
Removed '2025-06-18_19-00-00'
[2025-06-19T09:44:02-0400] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2025-06-19T09:44:02-0400] [ALPM-SCRIPTLET] Mounted '/dev/dm-2 (nvme0n1p7)' at '/run/timeshift/3120/backup'
[2025-06-19T09:44:02-0400] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2025-06-19T09:44:02-0400] [ALPM-SCRIPTLET] Removing '2025-06-14_09-31-55'...
[2025-06-19T09:44:14-0400] [ALPM-SCRIPTLET]   9.14% complete (00:00:10 remaining)
 19.77% complete (00:00:04 remaining)
 30.63% complete (00:00:04 remaining)
 40.37% complete (00:00:04 remaining)
 48.46% complete (00:00:04 remaining)
 60.94% complete (00:00:03 remaining)
 74.76% complete (00:00:02 remaining)
 87.71% complete (00:00:00 remaining)
 95.44% complete (00:00:00 remaining)
106.82% complete (00:00:00 remaining)
114.96% complete (00:00:00 remaining)
117.48% complete (00:00:00 remaining)
                                                                                
Removed '2025-06-14_09-31-55'
[2025-06-19T09:44:14-0400] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2025-06-19T09:44:14-0400] [ALPM-SCRIPTLET] Generating grub configuration file ...
[2025-06-19T09:44:14-0400] [ALPM-SCRIPTLET] Found theme: /usr/share/grub/themes/manjaro/theme.txt
[2025-06-19T09:44:14-0400] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.16-x86_64
[2025-06-19T09:44:14-0400] [ALPM-SCRIPTLET] Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.16-x86_64.img
[2025-06-19T09:44:15-0400] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.16-x86_64-fallback.img
[2025-06-19T09:44:15-0400] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.15-x86_64
[2025-06-19T09:44:15-0400] [ALPM-SCRIPTLET] Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.15-x86_64.img
[2025-06-19T09:44:15-0400] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.15-x86_64-fallback.img
[2025-06-19T09:44:15-0400] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.12-x86_64
[2025-06-19T09:44:15-0400] [ALPM-SCRIPTLET] Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.12-x86_64.img
[2025-06-19T09:44:15-0400] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.12-x86_64-fallback.img
[2025-06-19T09:44:15-0400] [ALPM-SCRIPTLET] Warning: os-prober will be executed to detect other bootable partitions.
[2025-06-19T09:44:15-0400] [ALPM-SCRIPTLET] Its output will be used to detect bootable binaries on them and create new boot entries.
[2025-06-19T09:44:16-0400] [ALPM-SCRIPTLET] Found Windows Boot Manager on /dev/nvme0n1p1@/efi/Microsoft/Boot/bootmgfw.efi
[2025-06-19T09:44:16-0400] [ALPM-SCRIPTLET] Adding boot menu entry for UEFI Firmware Settings ...
[2025-06-19T09:44:16-0400] [ALPM-SCRIPTLET] Root filesystem isn't btrfs
[2025-06-19T09:44:16-0400] [ALPM-SCRIPTLET] If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
[2025-06-19T09:44:16-0400] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2025-06-19T09:44:16-0400] [ALPM-SCRIPTLET] Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
[2025-06-19T09:44:16-0400] [ALPM-SCRIPTLET] done
[2025-06-19T09:44:16-0400] [ALPM] running '60-mkinitcpio-remove.hook'...
[2025-06-19T09:44:17-0400] [ALPM] transaction started
[2025-06-19T09:44:17-0400] [ALPM] upgraded glib2 (2.84.2-1 -> 2.84.3-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded libpng (1.6.48-1 -> 1.6.49-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded libxml2 (2.14.3-1 -> 2.14.4-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded libwacom (2.15.0-2 -> 2.16.1-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded attica (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kconfig (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kcoreaddons (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kcrash (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kdbusaddons (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded karchive (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kcodecs (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded ki18n (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kfilemetadata (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kidletime (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kwindowsystem (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kauth (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kwidgetsaddons (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kbookmarks (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kguiaddons (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kcolorscheme (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:17-0400] [ALPM] upgraded kcompletion (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded breeze-icons (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded kiconthemes (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded kitemviews (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded knotifications (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded kjobwidgets (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded kservice (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded kwallet (6.14.1-3 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded dbus-broker (36-4 -> 37-2)
[2025-06-19T09:44:20-0400] [ALPM] upgraded dbus-broker-units (36-4 -> 37-2)
[2025-06-19T09:44:20-0400] [ALPM] upgraded dbus-units (36-4 -> 37-2)
[2025-06-19T09:44:20-0400] [ALPM] upgraded liburing (2.9-1 -> 2.11-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded solid (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded kio (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded baloo (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded bind (9.20.9-1 -> 9.20.10-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded bluez-qt (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded ell (0.77-1 -> 0.78-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded kconfigwidgets (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded kirigami (6.14.1-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded kglobalaccel (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded kxmlgui (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded kcmutils (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded kpackage (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded syndication (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded knewstuff (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded frameworkintegration (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded libcbor (0.11.0-1 -> 0.12.0-1)
[2025-06-19T09:44:20-0400] [ALPM] upgraded fwupd (2.0.11-1 -> 2.0.11-2)
[2025-06-19T09:44:20-0400] [ALPM] upgraded git (2.49.0-2 -> 2.50.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded gvfs (1.57.2-3 -> 1.57.2-4)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kcontacts (1:6.14.0-1 -> 1:6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kdeclarative (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kded (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kpty (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kdesu (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kdnssd (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kdoctools (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kholidays (1:6.14.0-1 -> 1:6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kimageformats (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kitemmodels (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded knotifyconfig (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kparts (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kpeople (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kquickcharts (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded krunner (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kstatusnotifieritem (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded ksvg (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded ksystemstats (6.3.5-1 -> 6.4.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded sonnet (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded syntax-highlighting (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded ktexteditor (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded ktexttemplate (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded ktextwidgets (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kunitconversion (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded kuserfeedback (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded libnfs (6.0.2-3 -> 6.0.2-5)
[2025-06-19T09:44:21-0400] [ALPM] upgraded pacman-mirrors (4.28-2 -> 5.0-1)
[2025-06-19T09:44:21-0400] [ALPM] upgraded libpamac (11.7.3-4 -> 11.7.3-5)
[2025-06-19T09:44:21-0400] [ALPM] upgraded libpamac-flatpak-plugin (11.7.3-4 -> 11.7.3-5)
[2025-06-19T09:44:22-0400] [ALPM] upgraded libupnp (1.14.23-1 -> 1.14.24-1)
[2025-06-19T09:44:22-0400] [ALPM] upgraded libvlc (3.0.21-22 -> 3.0.21-24)
[2025-06-19T09:44:22-0400] [ALPM] upgraded libxnvctrl (575.57.08-1 -> 575.64-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded linux616 (6.16.0rc1-3 -> 6.16.0rc2-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded mhwd-nvidia (575.57.08-3 -> 575.64-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded modemmanager-qt (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded nano (8.4-1 -> 8.5-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded networkmanager-qt (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded pamac-cli (11.7.3-1 -> 11.7.3-2)
[2025-06-19T09:44:23-0400] [ALPM] upgraded prison (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded purpose (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded python-attrs (24.1.0-1 -> 25.3.0-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded python-frozenlist (1.6.1-1 -> 1.7.0-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded python-yarl (1.20.0-1 -> 1.21.1-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded python-aiohttp (3.12.12-1 -> 3.12.13-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded python-certifi (2025.04.26-1 -> 2025.06.15-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded qqc2-desktop-style (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded skim (0.18.0-1 -> 0.18.0-2)
[2025-06-19T09:44:23-0400] [ALPM] upgraded smb4k (4.0.2-1 -> 4.0.3-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded threadweaver (6.14.0-1 -> 6.15.0-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded vlc (3.0.21-22 -> 3.0.21-24)
[2025-06-19T09:44:23-0400] [ALPM] upgraded xorg-server-common (21.1.16-1 -> 21.1.18-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded xorg-server (21.1.16-1 -> 21.1.18-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded xorg-xwayland (24.1.6-1 -> 24.1.8-1)
[2025-06-19T09:44:23-0400] [ALPM] upgraded xterm (399-1 -> 400-1)
[2025-06-19T09:44:24-0400] [ALPM] transaction completed
[2025-06-19T09:44:25-0400] [ALPM] running '20-systemd-sysusers.hook'...
[2025-06-19T09:44:25-0400] [ALPM] running '30-systemd-catalog.hook'...
[2025-06-19T09:44:25-0400] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-06-19T09:44:25-0400] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-06-19T09:44:26-0400] [ALPM] running '30-systemd-hwdb.hook'...
[2025-06-19T09:44:26-0400] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-06-19T09:44:26-0400] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-06-19T09:44:26-0400] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-06-19T09:44:27-0400] [ALPM] running '30-systemd-update.hook'...
[2025-06-19T09:44:27-0400] [ALPM] running '30-update-mime-database.hook'...
[2025-06-19T09:44:27-0400] [ALPM] running '60-depmod.hook'...
[2025-06-19T09:44:28-0400] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-06-19T09:44:29-0400] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux616.preset: 'default'
[2025-06-19T09:44:29-0400] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-06-19T09:44:29-0400] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.16-x86_64 -g /boot/initramfs-6.16-x86_64.img
[2025-06-19T09:44:29-0400] [ALPM-SCRIPTLET] ==> Starting build: '6.16.0-rc2-1-MANJARO'
[2025-06-19T09:44:29-0400] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-06-19T09:44:29-0400] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-06-19T09:44:29-0400] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2025-06-19T09:44:29-0400] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-06-19T09:44:32-0400] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-06-19T09:44:32-0400] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-06-19T09:44:32-0400] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-06-19T09:44:32-0400] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-06-19T09:44:32-0400] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2025-06-19T09:44:32-0400] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-06-19T09:44:32-0400] [ALPM-SCRIPTLET]   -> Running build hook: [numlock]
[2025-06-19T09:44:32-0400] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2025-06-19T09:44:33-0400] [ALPM-SCRIPTLET]   -> Running build hook: [encrypt]
[2025-06-19T09:44:34-0400] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-06-19T09:44:34-0400] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-06-19T09:44:34-0400] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-19T09:44:34-0400] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.16-x86_64.img'
[2025-06-19T09:44:34-0400] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-06-19T09:44:34-0400] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-19T09:44:34-0400] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux616.preset: 'fallback'
[2025-06-19T09:44:34-0400] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-06-19T09:44:34-0400] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.16-x86_64 -g /boot/initramfs-6.16-x86_64-fallback.img -S autodetect
[2025-06-19T09:44:34-0400] [ALPM-SCRIPTLET] ==> Starting build: '6.16.0-rc2-1-MANJARO'
[2025-06-19T09:44:34-0400] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-06-19T09:44:35-0400] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-06-19T09:44:35-0400] [ALPM-SCRIPTLET]   -> Running build hook: [kms]
[2025-06-19T09:47:04-0400] [PACMAN] Running 'pacman -Syu'
[2025-06-19T09:47:04-0400] [PACMAN] synchronizing package lists
[2025-06-19T09:49:50-0400] [PACMAN] Running 'pacman -S -c -c --config /etc/pacman.conf --'
[2025-06-19T09:50:31-0400] [PACMAN] Running 'pacman -Syu'
[2025-06-19T09:50:31-0400] [PACMAN] synchronizing package lists
[2025-06-19T09:50:31-0400] [PACMAN] starting full system upgrade
[2025-06-19T09:55:43-0400] [PACMAN] Running 'pacman -Syu'
[2025-06-19T09:55:43-0400] [PACMAN] synchronizing package lists
[2025-06-19T09:55:43-0400] [PACMAN] starting full system upgrade

Output of inxi -zv8

System:
  Kernel: 6.16.0-rc2-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.1.1
    clocksource: tsc avail: hpet,acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.16-x86_64
    root=UUID=8ed69b41-f1a4-4371-ad67-b818a65365c1 rw
    cryptdevice=UUID=d451c1ac-623e-45da-abd3-f9513f4cd1c5:luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5
    root=/dev/mapper/luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5 splash
    udev.log_priority=3
  Desktop: KDE Plasma v: 6.3.5 tk: Qt v: N/A info: frameworks v: 6.15.0
    wm: kwin_wayland vt: 1 dm: SDDM Distro: Manjaro base: Arch Linux
Machine:
  Type: Desktop Mobo: ASRock model: B550 Taichi serial: <superuser required>
    UEFI: American Megatrends LLC. v: P3.40 date: 01/18/2024
Battery:
  Device-1: hidpp_battery_0 model: Logitech Wireless Mouse M525
    serial: <filter> charge: 100% (should be ignored) rechargeable: yes
    status: discharging
  Device-2: hidpp_battery_1 model: Logitech Wireless Keyboard ERGO K860
    serial: <filter> charge: 55% (should be ignored) rechargeable: yes
    status: discharging
Memory:
  System RAM: total: 32 GiB available: 31.26 GiB used: 3.87 GiB (12.4%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 128 GiB slots: 4 modules: 2 EC: None
    max-module-size: 32 GiB note: est.
  Device-1: Channel-A DIMM 0 type: no module installed
  Device-2: Channel-A DIMM 1 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 16 GiB speed: 3600 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: Corsair
    part-no: CMR64GX4M4K3600C18 serial: N/A
  Device-3: Channel-B DIMM 0 type: no module installed
  Device-4: Channel-B DIMM 1 type: DDR4 detail: synchronous unbuffered
    (unregistered) size: 16 GiB speed: 3600 MT/s volts: note: check curr: 1
    min: 1 max: 1 width (bits): data: 64 total: 64 manufacturer: Corsair
    part-no: CMR64GX4M4K3600C18 serial: N/A
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: AMD Ryzen 9 5900XT bits: 64 type: MT MCP arch: Zen 3+ gen: 3
    level: v3 note: check built: 2022 process: TSMC n6 (7nm) family: 0x19 (25)
    model-id: 0x21 (33) stepping: 2 microcode: 0xA201210
  Topology: cpus: 1x dies: 1 clusters: 1 cores: 16 threads: 32 tpc: 2
    smt: enabled cache: L1: 1024 KiB desc: d-16x32 KiB; i-16x32 KiB L2: 8 MiB
    desc: 16x512 KiB L3: 64 MiB desc: 2x32 MiB
  Speed (MHz): avg: 3264 min/max: 570/3301 boost: enabled scaling:
    driver: amd-pstate-epp governor: powersave cores: 1: 3264 2: 3264 3: 3264
    4: 3264 5: 3264 6: 3264 7: 3264 8: 3264 9: 3264 10: 3264 11: 3264 12: 3264
    13: 3264 14: 3264 15: 3264 16: 3264 17: 3264 18: 3264 19: 3264 20: 3264
    21: 3264 22: 3264 23: 3264 24: 3264 25: 3264 26: 3264 27: 3264 28: 3264
    29: 3264 30: 3264 31: 3264 32: 3264 bogomips: 210810
  Flags: 3dnowprefetch abm adx aes aperfmperf apic arat avic avx avx2 bmi1
    bmi2 bpext cat_l3 cdp_l3 clflush clflushopt clwb clzero cmov cmp_legacy
    constant_tsc cpb cpuid cqm cqm_llc cqm_mbm_local cqm_mbm_total
    cqm_occup_llc cr8_legacy cx16 cx8 de debug_swap decodeassists extapic
    extd_apicid f16c flushbyasid fma fpu fsgsbase fxsr fxsr_opt ht hw_pstate
    ibpb ibrs ibs invpcid irperf lahf_lm lbrv lm mba mca mce misalignsse mmx
    mmxext monitor movbe msr mtrr mwaitx nonstop_tsc nopl npt nrip_save nx
    ospke osvw overflow_recov pae pat pausefilter pclmulqdq pdpe1gb
    perfctr_core perfctr_llc perfctr_nb pfthreshold pge pku pni popcnt pse
    pse36 rapl rdpid rdpru rdrand rdseed rdt_a rdtscp rep_good sep sha_ni
    skinit smap smca smep ssbd sse sse2 sse4_1 sse4_2 sse4a ssse3 stibp
    succor svm svm_lock syscall tce topoext tsc tsc_scale umip user_shstk
    v_spec_ctrl v_vmsave_vmload vaes vgif vmcb_clean vme vmmcall vpclmulqdq
    wbnoinvd wdt x2apic xgetbv1 xsave xsavec xsaveerptr xsaveopt xsaves
    xtopology
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: ghostwrite status: Not affected
  Type: indirect_target_selection status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: old_microcode status: Not affected
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow mitigation: Safe RET
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Retpolines; IBPB: conditional; IBRS_FW;
    STIBP: always-on; RSB filling; PBRSB-eIBRS: Not affected; BHI: Not
    affected
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 22 [Radeon RX 6700/6700
    XT/6750 XT / 6800M/6850M XT] vendor: Micro-Star MSI driver: amdgpu
    v: kernel arch: RDNA-2 code: Navi-2x process: TSMC n7 (7nm) built: 2020-22
    pcie: gen: 4 speed: 16 GT/s lanes: 16 ports: active: DP-2 empty: DP-1,
    DP-3, HDMI-A-1, Writeback-1 bus-ID: 0e:00.0 chip-ID: 1002:73df
    class-ID: 0300
  Display: wayland server: X.org v: 1.21.1.18 with: Xwayland v: 24.1.8
    compositor: kwin_wayland driver: X: loaded: amdgpu
    unloaded: modesetting,radeon alternate: fbdev,vesa dri: radeonsi
    gpu: amdgpu display-ID: 0
  Monitor-1: DP-2 model: LG (GoldStar) HDR 4K serial: <filter> built: 2023
    res: mode: 3840x2160 hz: 60 scale: 100% (1) dpi: 163 gamma: 1.2 chroma: red:
    x: 0.682 y: 0.314 green: x: 0.278 y: 0.675 blue: x: 0.153 y: 0.047 white:
    x: 0.314 y: 0.329 size: 600x340mm (23.62x13.39") diag: 690mm (27.2")
    ratio: 16:9 modes: 3840x2160, 2560x1440, 1920x1200, 1920x1080, 1600x1200,
    1680x1050, 1600x900, 1280x1024, 1440x900, 1280x800, 1152x864, 1280x720,
    1024x768, 800x600, 720x480, 640x480
  API: EGL v: 1.5 hw: drv: amd radeonsi platforms: device: 0 drv: radeonsi
    device: 1 drv: swrast gbm: drv: kms_swrast surfaceless: drv: radeonsi
    wayland: drv: radeonsi x11: drv: radeonsi
  API: OpenGL v: 4.6 compat-v: 4.5 vendor: amd mesa v: 25.1.3-arch1.3
    glx-v: 1.4 direct-render: yes renderer: AMD Radeon RX 6750 XT (radeonsi
    navi22 LLVM 20.1.6 DRM 3.64 6.16.0-rc2-1-MANJARO) device-ID: 1002:73df
    memory: 11.72 GiB unified: no display-ID: :1.0
  API: Vulkan v: 1.4.313 layers: N/A device: 0 type: discrete-gpu name: AMD
    Radeon RX 6750 XT (RADV NAVI22) driver: mesa radv v: 25.1.3-arch1.3
    device-ID: 1002:73df surfaces: N/A
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor wl: wayland-info,wlr-randr x11: xdriinfo,
    xdpyinfo, xprop, xrandr
Audio:
  Device-1: Advanced Micro Devices [AMD/ATI] Navi 21/23 HDMI/DP Audio
    driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16
    bus-ID: 0e:00.1 chip-ID: 1002:ab28 class-ID: 0403
  Device-2: Advanced Micro Devices [AMD] Starship/Matisse HD Audio
    vendor: ASRock driver: snd_hda_intel v: kernel pcie: gen: 4 speed: 16 GT/s
    lanes: 16 bus-ID: 10:00.4 chip-ID: 1022:1487 class-ID: 0403
  API: ALSA v: k6.16.0-rc2-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 1.4.5 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Intel Ethernet I225-V driver: igc v: kernel pcie: gen: 2
    speed: 5 GT/s lanes: 1 port: N/A bus-ID: 05:00.0 chip-ID: 8086:15f3
    class-ID: 0200
  IF: enp5s0 state: up speed: 2500 Mbps duplex: full mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: temporary dynamic scope: global
  IP v6: <filter> type: dynamic mngtmpaddr noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  Device-2: Intel Wi-Fi 6 AX200 driver: iwlwifi v: kernel pcie: gen: 2
    speed: 5 GT/s lanes: 1 bus-ID: 08:00.0 chip-ID: 8086:2723 class-ID: 0280
  IF: wlp8s0 state: down mac: <filter>
  IF-ID-1: proton0 state: unknown speed: N/A duplex: N/A mac: N/A
  IP v4: <filter> type: noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  IF-ID-2: pvpnksintrf0 state: unknown speed: N/A duplex: N/A mac: <filter>
  IP v4: <filter> type: noprefixroute scope: global broadcast: <filter>
  IP v6: <filter> type: noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  Info: services: NetworkManager, smbd, systemd-timesyncd
  WAN IP: <filter>
Bluetooth:
  Device-1: Intel AX200 Bluetooth driver: btusb v: 0.8 type: USB rev: 2.0
    speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 1-9:5 chip-ID: 8087:0029
    class-ID: e001
  Report: hciconfig ID: hci0 rfk-id: 0 state: down
    bt-service: enabled,running rfk-block: hardware: no software: yes
    address: <filter>
  Info: acl-mtu: 1021:4 sco-mtu: 96:6 link-policy: rswitch sniff
    link-mode: peripheral accept
Logical:
  Message: No logical block device data found.
  Device-1: luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5 maj-min: 253:0
    type: LUKS dm: dm-0 size: 128 GiB
  Components:
  p-1: nvme0n1p6 maj-min: 259:7 size: 128 GiB
  Device-2: luks-11c72dfa-2d96-4fa6-a9e8-71652d1e9633 maj-min: 253:2
    type: LUKS dm: dm-2 size: 256 GiB
  Components:
  p-1: nvme0n1p7 maj-min: 259:8 size: 256 GiB
  Device-3: luks-e0462f35-4da7-4d0f-b7e0-40ad5a181732 maj-min: 253:1
    type: LUKS dm: dm-1 size: 2.76 TiB
  Components:
  p-1: nvme0n1p8 maj-min: 259:9 size: 2.76 TiB
  Device-4: luks-154ae411-7d0a-407d-aef3-ca9566e16b40 maj-min: 253:3
    type: LUKS dm: dm-3 size: 7.28 TiB
  Components:
  p-1: nvme1n1p1 maj-min: 259:10 size: 7.28 TiB
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 10.92 TiB used: 3.22 TiB (29.5%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Western Digital
    model: WD BLACK SN850X 4000GB size: 3.64 TiB block-size: physical: 512 B
    logical: 512 B speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter>
    fw-rev: 624331WD temp: 43.9 C scheme: GPT
  ID-2: /dev/nvme1n1 maj-min: 259:2 vendor: Western Digital
    model: WD BLACK SN850X 8000GB size: 7.28 TiB block-size: physical: 512 B
    logical: 512 B speed: 63.2 Gb/s lanes: 4 tech: SSD serial: <filter>
    fw-rev: 638201WD temp: 36.9 C scheme: GPT
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 128 GiB size: 125.43 GiB (97.99%) used: 28.87 GiB (23.0%)
    fs: ext4 dev: /dev/dm-0 maj-min: 253:0
    mapped: luks-d451c1ac-623e-45da-abd3-f9513f4cd1c5 label: Manjaro
    uuid: 8ed69b41-f1a4-4371-ad67-b818a65365c1
  ID-2: /Docs raw-size: 2.76 TiB size: 2.72 TiB (98.39%)
    used: 4.16 GiB (0.1%) fs: ext4 dev: /dev/dm-1 maj-min: 253:1
    mapped: luks-e0462f35-4da7-4d0f-b7e0-40ad5a181732 label: Docs
    uuid: d61fdf15-15bc-40d9-8a79-538829ddafef
  ID-3: /MediaFiles raw-size: 7.28 TiB size: 7.22 TiB (99.20%)
    used: 3.07 TiB (42.5%) fs: ext4 dev: /dev/dm-3 maj-min: 253:3
    mapped: luks-154ae411-7d0a-407d-aef3-ca9566e16b40 label: MediaFiles
    uuid: 6a839ffa-6928-4f3c-a12d-723bcbf775e0
  ID-4: /Timeshift raw-size: 256 GiB size: 250.92 GiB (98.02%)
    used: 118.69 GiB (47.3%) fs: ext4 dev: /dev/dm-2 maj-min: 253:2
    mapped: luks-11c72dfa-2d96-4fa6-a9e8-71652d1e9633 label: Timeshift
    uuid: edb50610-7a53-476f-888c-8161b1f03c63
  ID-5: /boot/efi raw-size: 512 MiB size: 511 MiB (99.80%)
    used: 448 KiB (0.1%) fs: vfat dev: /dev/nvme0n1p5 maj-min: 259:6 label: UEFI
    uuid: CEAD-B4B0
Swap:
  Alert: No swap data was found.
Unmounted:
  ID-1: /dev/nvme0n1p1 maj-min: 259:1 size: 100 MiB fs: vfat label: N/A
    uuid: 90AC-55E7
  ID-2: /dev/nvme0n1p2 maj-min: 259:3 size: 16 MiB fs: <superuser required>
    label: N/A uuid: N/A
  ID-3: /dev/nvme0n1p3 maj-min: 259:4 size: 511.37 GiB fs: bitlocker
    label: NSR-WIN C: 11/17/2024 uuid: ab49b28e-6279-4c2b-aee3-7345a4727d8b
  ID-4: /dev/nvme0n1p4 maj-min: 259:5 size: 642 MiB fs: ntfs label: N/A
    uuid: FA7E2FD57E2F8A09
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 10 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-2: 1-3:2 info: ASMedia ASM1074 High-Speed hub ports: 4 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 174c:2074 class-ID: 0900
  Device-1: 1-3.2:4 info: Logitech Unifying Receiver
    type: keyboard,mouse,HID driver: logitech-djreceiver,usbhid interfaces: 3
    rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 98mA
    chip-ID: 046d:c52b class-ID: 0300
  Hub-3: 1-7:3 info: Genesys Logic Hub ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 power: 100mA
    chip-ID: 05e3:0610 class-ID: 0900
  Device-1: 1-9:5 info: Intel AX200 Bluetooth type: bluetooth driver: btusb
    interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1
    power: 100mA chip-ID: 8087:0029 class-ID: e001
  Device-2: 1-10:6 info: ASRock LED Controller type: HID
    driver: hid-generic,usbhid interfaces: 1 rev: 1.1 speed: 12 Mb/s (1.4 MiB/s)
    lanes: 1 mode: 1.1 power: 100mA chip-ID: 26ce:01a2 class-ID: 0300
    serial: <filter>
  Hub-4: 2-0:1 info: super-speed hub ports: 4 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-5: 2-3:2 info: ASMedia ASM1074 SuperSpeed hub ports: 4 rev: 3.0
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 power: 8mA
    chip-ID: 174c:3074 class-ID: 0900
  Hub-6: 3-0:1 info: hi-speed hub with single TT ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-7: 3-4:2 info: Genesys Logic Hub ports: 4 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 05e3:0610
    class-ID: 0900
  Hub-8: 4-0:1 info: super-speed hub ports: 4 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-9: 4-4:2 info: Genesys Logic USB3.1 Hub ports: 4 rev: 3.1
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 05e3:0625
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 36.1 C mobo: N/A gpu: amdgpu temp: 42.0 C
    mem: 56.0 C
  Fan Speeds (rpm): N/A gpu: amdgpu fan: 0
Repos:
  Packages: 1472 pm: pacman pkgs: 1458 libs: 317 tools: pamac,paru,yay
    pm: flatpak pkgs: 14
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://cofractal-ewr.mm.fcix.net/manjaro/testing/$repo/$arch
    2: https://ohioix.mm.fcix.net/manjaro/testing/$repo/$arch
    3: https://nocix.mm.fcix.net/manjaro/testing/$repo/$arch
    4: https://muug.ca/mirror/manjaro/testing/$repo/$arch
    5: https://repo.ialab.dsu.edu/manjaro/testing/$repo/$arch
    6: https://codingflyboy.mm.fcix.net/manjaro/testing/$repo/$arch
    7: https://mirrors.ucr.ac.cr/manjaro/testing/$repo/$arch
    8: https://mirrors.ocf.berkeley.edu/manjaro/testing/$repo/$arch
Processes:
  CPU top: 5 of 580
  1: cpu: 2.5% command: vivaldi-bin pid: 5254 mem: 303.7 MiB (0.9%)
  2: cpu: 1.7% command: thunderbird pid: 3613 mem: 561.3 MiB (1.7%)
  3: cpu: 1.0% command: kwin_wayland pid: 1323 mem: 425.5 MiB (1.3%)
  4: cpu: 0.7% command: vivaldi-bin pid: 2709 mem: 394.1 MiB (1.2%)
  5: cpu: 0.7% command: konsole pid: 6017 mem: 267.0 MiB (0.8%)
  Memory top: 5 of 580
  1: mem: 561.3 MiB (1.7%) command: thunderbird pid: 3613 cpu: 1.7%
  2: mem: 480.4 MiB (1.5%) command: plasmashell pid: 1576 cpu: 0.6%
  3: mem: 425.5 MiB (1.3%) command: kwin_wayland pid: 1323 cpu: 1.0%
  4: mem: 394.1 MiB (1.2%) command: vivaldi-bin pid: 2709 cpu: 0.7%
  5: mem: 335.3 MiB (1.0%) command: systemsettings pid: 5446 cpu: 0.2%
Info:
  Processes: 580 Power: uptime: 35m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 12.48 GiB services: org_kde_powerdevil,upowerd
    Init: systemd v: 257 default: graphical tool: systemctl
  Compilers: gcc: 15.1.1 Shell: Zsh v: 5.9 default: Bash v: 5.2.37
    running-in: konsole inxi: 3.3.38

And yes, I’m a late riser.

1 Like

This happened to me as well, I’d no idea how to troubleshoot it. The log for when it happened was huge. Although I found no db.lck I decided to run mkinitcpio -P anyway because I felt the time frame that I was kicked to the login was about this time. Worked fine.

BTW, this only happened on 1 on my 3 comps on Testing Branch

Probably not as most likely your mirror(s) were not caught up yet. All driver packages are the same version in the repos. You will need lib32-nvidia-utils if you use Wine or play Windows games via Steam Proton.

2 Likes