You are not logged in.

#1 2022-04-10 01:56:30

edivandro.tec
Member
From: Br-PA
Registered: 2021-11-18
Posts: 14

[SOLVED] Bluetooth does not work!

// I'm not able to use my bluetooth both in the terminal/shell and through the GNOME Interface.
// I have little knowledge, I need a light to clarify ideas and understand what is happening. Any tips on where I start?
// Follows system information and logs.

// note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

INSTALLED PACKAGES

[user@arch-note ~]$ sudo pacman -S linux-firmware linux-firmware-qcom

SYSTEM AND BLUETOOTH INFORMATION
// USING dual boot system
// GNOME Version: 41.1

[user@arch-note ~]$ lsusb -tv
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
        ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
        |__ Port 1: Dev 8, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
            ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
        |__ Port 1: Dev 8, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
            ID 1c4f:0002 SiGma Micro Keyboard TRACER Gamma Ivory
        |__ Port 2: Dev 7, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
            ID 0000:3825  
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M
        ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
        |__ Port 3: Dev 13, If 0, Class=Wireless, Driver=btusb, 12M
            ID 0cf3:3004 Qualcomm Atheros Communications AR3012 Bluetooth 4.0
        |__ Port 3: Dev 13, If 1, Class=Wireless, Driver=btusb, 12M
            ID 0cf3:3004 Qualcomm Atheros Communications AR3012 Bluetooth 4.0
        |__ Port 4: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
            ID 2232:1041 Silicon Motion 
        |__ Port 4: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M
            ID 2232:1041 Silicon Motion
[user@arch-note ~]$ hostnamectl
Static hostname: arch-note
Icon name: computer-laptop
Chassis: laptop
Machine ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Boot ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Operating System: Arch Linux
Kernel: Linux 5.14.16-arch1-1
Architecture: x86-64
Hardware Vendor: SAMSUNG ELECTRONICS CO., LTD.
Hardware Model: 300E5EV/300E4EV/270E5EV/270E4EV/2470EV/2470EE
[user@arch-note ~]$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
     Active: active (running) since Sat 2022-04-09 09:36:54 -03; 39min ago
       Docs: man:bluetoothd(8)
   Main PID: 1985 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 6947)
     Memory: 748.0K
        CPU: 20ms
     CGroup: /system.slice/bluetooth.service
             └─1985 /usr/lib/bluetooth/bluetoothd

abr 09 09:36:54 arch-note systemd[1]: Starting Bluetooth service...
abr 09 09:36:54 arch-note bluetoothd[1985]: Bluetooth daemon 5.62
abr 09 09:36:54 arch-note systemd[1]: Started Bluetooth service.
abr 09 09:36:54 arch-note bluetoothd[1985]: Starting SDP server
abr 09 09:36:54 arch-note bluetoothd[1985]: Bluetooth management interface 1.21 initialized
[user@arch-note ~]$ lsmod | grep bluetooth
bluetooth 729088 17 btrtl,btintel,btbcm,bnep,ath3k,btusb
ecdh_generic 16384 1 bluetooth
rfkill 32768 8 ath9k,bluetooth,cfg80211
crc16 16384 2 bluetooth,ext4
[user@arch-note ~]$ sudo systemctl cat bluetooth
# /usr/lib/systemd/system/bluetooth.service
[Unit]
Description=Bluetooth service
Documentation=man:bluetoothd(8)
ConditionPathIsDirectory=/sys/class/bluetooth

[Service]
Type=dbus
BusName=org.bluez
ExecStart=/usr/lib/bluetooth/bluetoothd
NotifyAccess=main
#WatchdogSec=10
#Restart=on-failure
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
LimitNPROC=1
ProtectHome=true
ProtectSystem=full

[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.service

TRYING TO USE

[user@arch-note ~]$ bluetoothctl
Agent registered
[bluetooth]# power on
No default controller available

[bluetooth]# devices
No default controller available

LOGS

[user@arch-note ~]$ sudo dmesg | grep -i bluetooth
[ 1.033467] usb 1-1.3: Product: Bluetooth USB Host Controller
[18.646757] Bluetooth: Core ver 2.22
[ 18.646812] NET: Registered PF_BLUETOOTH protocol family
[ 18.646814] Bluetooth: HCI device and connection manager initialized
[ 18.646822] Bluetooth: HCI socket layer initialized
[ 18.646825] Bluetooth: L2CAP socket layer initialized
[ 18.646832] Bluetooth: SCO socket layer initialized
[ 24.550647] usb 1-1.3: Product: Bluetooth USB Host Controller
[ 25.511409] audit: type=1130 audit(1649534565.735:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth-mesh comm="systemd" exe="/usr/lib/systemd/ systemd" hostname=? addr=? terminal=? res=success'
[ 25.837412] audit: type=1130 audit(1649534566.062:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.921066] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 25.921074] Bluetooth: BNEP filters: multicast protocol
[ 25.921083] Bluetooth: BNEP socket layer initialized

POSTS IN FORUMS
// I looked at the following forum posts to try to understand and resolve the issue:

https://bbs.archlinux.org/viewtopic.php?id=271459 - Bluetooth not working on Kernel 5.15
https://bbs.archlinux.org/viewtopic.php?id=201646 - Atheros Communications, Inc. AR3012 Bluetooth 4.0
https://bugzilla.kernel.org/show_bug.cgi?id=99371 - ath3k Bluetooth adapter not loading
https://bbs.archlinux.org/viewtopic.php?id=211659 - [SOLVED] Bluetooth (AR3012, Atheros 1525) not working
https://forums.gentoo.org/viewtopic-t-1 … art-0.html - r8169 firmware load failure

Last edited by edivandro.tec (2023-06-02 00:15:20)


note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

Offline

#2 2022-04-10 05:40:18

jonno2002
Member
Registered: 2016-11-21
Posts: 684

Re: [SOLVED] Bluetooth does not work!

a good start would be to update your system, the 5.14.16 kernel is from november 2021

Offline

#3 2022-04-10 06:38:28

Adriik
Member
From: Argentina
Registered: 2022-03-10
Posts: 128

Re: [SOLVED] Bluetooth does not work!

Use code tags.

First, update your system. You don't have the latest kernel, for example.
Second, what is the output of rfkill? maybe bluetooth is blocked by rfkill.


Solo soy un loco más. Please use [code] [/code] tags.
Command cheatsheetCommand not found?
If I write something wrong in English, please correct me.

Offline

#4 2022-04-10 15:53:22

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,774

Re: [SOLVED] Bluetooth does not work!

edivandro.tec reported wrote:

RFKILL knowing now in all these years in this vital industry. lol
Tried the commands to enable and disable, it doesn't seem to be the case.

I will UPDATE the system then report.

[user@arch-note ~]$ rfkill
ID TYPE DEVICE SOFT HARD
0 wlan phy0 unblocked unblocked
1 bluetooth hci0 unblocked unblocked

[user@arch-note ~]$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

Grateful for the attention!

It makes my stomach flutter at these times. lol

If you wondered where your posts went, I think you had meant to use the 'reply' link, not the 'report' link

Edit:  And please, go back and edit your posts to add BBCode code tags as requested.  That link is also available under all post boxes on the forums.

Last edited by ewaller (2022-04-10 15:57:04)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2022-04-11 13:09:58

edivandro.tec
Member
From: Br-PA
Registered: 2021-11-18
Posts: 14

Re: [SOLVED] Bluetooth does not work!

ewaller wrote:

If you wondered where your posts went, I think you had meant to use the 'reply' link, not the 'report' link

Edit:  And please, go back and edit your posts to add BBCode code tags as requested.  That link is also available under all post boxes on the forums.

Sorry for the inconvenience!
Thanks for clarifying!!!

Last edited by edivandro.tec (2022-04-11 13:14:03)


note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

Offline

#6 2022-04-11 13:15:02

edivandro.tec
Member
From: Br-PA
Registered: 2021-11-18
Posts: 14

Re: [SOLVED] Bluetooth does not work!

jonno2002 wrote:

a good start would be to update your system, the 5.14.16 kernel is from november 2021

It makes my stomach flutter at these times. lol


note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

Offline

#7 2022-04-11 13:20:26

edivandro.tec
Member
From: Br-PA
Registered: 2021-11-18
Posts: 14

Re: [SOLVED] Bluetooth does not work!

Adriik wrote:

Use code tags.

First, update your system. You don't have the latest kernel, for example.
Second, what is the output of rfkill? maybe bluetooth is blocked by rfkill.

RFKILL knowing now in all these years in this vital industry. lol
Tried the commands to enable and disable, it doesn't seem to be the case.

I will UPDATE the system then report.

rfkill's answer:

[user@arch-note ~]$ rfkill
ID TYPE DEVICE SOFT HARD
0 wlan phy0 unblocked unblocked
1 bluetooth hci0 unblocked unblocked

[user@arch-note ~]$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

Grateful for the attention!


note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

Offline

#8 2022-04-12 05:28:55

Larsson
Member
From: Sweden
Registered: 2010-03-22
Posts: 156

Re: [SOLVED] Bluetooth does not work!

Long time since I dabbled with bluetooth so take my answer with a grain of salt.

First we do the basics. Update tour system.
Then it would be helpful to know what you are trying to connect and how you set up your bluetooth (for example what packages)?

Since you are using gnome I suggest you install bluez, bluez-utils, bluez-tools and gome-bluetooth
Then look in gnome bluetooth settings, do you see any of your devices?


"If the person you are talking to doesn't appear to be listening, be patient. It may simply be that he has a small piece of fluff in his ear." - A.A. Milne (Winnie-the-Pooh)

Offline

#9 2022-04-13 13:49:45

edivandro.tec
Member
From: Br-PA
Registered: 2021-11-18
Posts: 14

Re: [SOLVED] Bluetooth does not work!

Larsson wrote:

Long time since I dabbled with bluetooth so take my answer with a grain of salt.

First we do the basics. Update tour system.
Then it would be helpful to know what you are trying to connect and how you set up your bluetooth (for example what packages)?

Since you are using gnome I suggest you install bluez, bluez-utils, bluez-tools and gome-bluetooth
Then look in gnome bluetooth settings, do you see any of your devices?

What happens is that I can't even ENABLE the bluetooth device, both through the GNOME 41.1 interface and through the terminal. So I took what information I could from the system and posted it in an attempt to understand and find an answer/solution.

I don't have much knowledge with the GNU-LINUX system despite using them for decades, and this reflects on the difficulty of reporting the problem to the community.

Unfortunately I don't know how to be more clear about the situation, but I'm ready to try something.

Regarding the mentioned packages, ALL were installed.


note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

Offline

#10 2022-04-13 14:05:30

edivandro.tec
Member
From: Br-PA
Registered: 2021-11-18
Posts: 14

Re: [SOLVED] Bluetooth does not work!

More information
- A snippet of the command output:

[user@arch-note ~]$ sudo journalctl -p 3 -xb
 
                                                                 . . .
Apr 13 08:05:07 arch-note bluetoothd[400]: src/adapter.c:reset_adv_monitors_complete() Failed to reset Adv Monitors: Invalid Index (0x11)
Apr 13 08:05:07 arch-note bluetoothd[400]: Failed to read exp features info: Invalid Index (0x11)
Apr 13 08:05:07 arch-note bluetoothd[400]: Failed to read info for index 0: Invalid Index (0x11)
Apr 13 08:08:10 arch-note systemd-coredump[7799]: Process 7701 (gnome-documents) of user 1000 dumped core.
                                                  
                                                  Found module linux-vdso.so.1 with build-id: 577932245928741fa0dede33792beeb68e84c9ed
                                                         
                                                                 . . .

Last edited by edivandro.tec (2022-04-13 20:10:51)


note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

Offline

#11 2022-05-19 00:08:44

edivandro.tec
Member
From: Br-PA
Registered: 2021-11-18
Posts: 14

Re: [SOLVED] Bluetooth does not work!

I am back ...
Updated system. After going through some issues I finally managed to update.
However, little or nothing has changed.

[user@arch-note ~]$ hostnamectl
 Static hostname: arch-note
       Icon name: computer-laptop
         Chassis: laptop ?
      Machine ID: xxxxxxxxxxxxxxxxxxxxxxxxxx
         Boot ID: xxxxxxxxxxxxxxxxxxxxxxxxxxx
Operating System: Arch Linux                                   
          Kernel: Linux 5.17.8-arch1-1
    Architecture: x86-64
 Hardware Vendor: SAMSUNG ELECTRONICS CO., LTD.
  Hardware Model: 300E5EV/300E4EV/270E5EV/270E4EV/2470EV/2470EE

here is the journal output:

[user@arch-note ~]$ sudo journalctl -p3 -xb
May 18 19:38:25 arch-note kernel: irq 16: nobody cared (try booting with the "irqp>
May 18 19:38:25 arch-note kernel: handlers:
May 18 19:38:25 arch-note kernel: [<00000000235348d9>] usb_hcd_irq
May 18 19:38:25 arch-note kernel: Disabling IRQ #16
May 18 19:38:27 arch-note systemd-modules-load[232]: Failed to find module 'vboxdr>
May 18 19:38:27 arch-note systemd-modules-load[232]: Failed to find module 'vboxne>
May 18 19:38:27 arch-note systemd-modules-load[232]: Failed to find module 'vboxne>
May 18 19:38:50 arch-note gnome-session-binary[527]: GLib-GIO-CRITICAL: g_bus_get_>
May 18 19:38:50 arch-note gnome-session-binary[527]: GLib-GIO-CRITICAL: g_bus_get_>
May 18 19:39:15 arch-note gdm-password][733]: gkr-pam: unable to locate daemon con>
May 18 19:39:34 arch-note gdm-launch-environment][505]: GLib-GObject: g_object_unr>
May 18 19:44:00 arch-note systemd-coredump[1531]: [?] Process 1423 (gnome-document>
                                                  
                                                  Module linux-vdso.so.1 with buil>
                                                  Module libresolv.so.2 with build>
                                                  Module libkeyutils.so.1 with bui>
                                                  Module libkrb5support.so.0 with >
                                                  Module libcom_err.so.2 with buil>
                                                  Module libk5crypto.so.3 with bui>
                                                  Module libkrb5.so.3 with build-i>
                                                  Module libidn2.so.0 with build-i>
                                                  Module libunistring.so.2 with bu>
                                                  Module libgssapi_krb5.so.2 with >
                                                  Module libpsl.so.5 with build-id>
                                                  Module libuuid.so.1 with build-i>
                                                  Module libsoup-2.4.so.1 with bui>
                                                  Module libtracker-data.so with b>
                                                  Module libtracker-sparql-2.0.so.>
                                                  Module libsynctex.so.2 with buil>
                                                  Module libevdocument3.so.4 with >
                                                  Module libdconfsettings.so with >
                                                  Module libseccomp.so.2 with buil>
                                                  Module libudev.so.1 with build-i>
                                                  Module libxkbregistry.so.0 with >
                                                  Module libgnome-desktop-3.so.19 >
                                                  Module libgpg-error.so.0 with bu>
                                                  Module libgcrypt.so.20 with buil>
                                                  Module libcap.so.2 with build-id>
                                                  Module liblz4.so.1 with build-id>
                                                  Module libicudata.so.71 with bui>
                                                  Module libsystemd.so.0 with buil>
                                                  Module liblzma.so.5 with build-i>
                                                  Module libzstd.so.1 with build-i>
                                                  Module libdatrie.so.1 with build>
                                                  Module libxml2.so.2 with build-i>
                                                  Module libjson-glib-1.0.so.0 wit>
                                                  Module libsqlite3.so.0 with buil>
                                                  Module libicui18n.so.71 with bui>
                                                  Module libicuuc.so.71 with build>
                                                  Module libstemmer.so.0 with buil>
                                                  Module libatspi.so.0 with build->
                                                  Module libdbus-1.so.3 with build>
                                                  Module libtiff.so.5 with build-i>
                                                  Module libjpeg.so.8 with build-i>
                                                  Module libthai.so.0 with build-i>
                                                  Module libXinerama.so.1 with bui>
                                                  Module libXrandr.so.2 with build>
                                                  Module libXcomposite.so.1 with b>
                                                  Module libXdamage.so.1 with buil>
                                                  Module libXcursor.so.1 with buil>
                                                  Module libwayland-egl.so.1 with >
                                                  Module libwayland-cursor.so.0 wi>
                                                  Module libwayland-client.so.0 wi>
                                                  Module libxkbcommon.so.0 with bu>
                                                  Module libXfixes.so.3 with build>
                                                  Module libtracker-sparql-3.0.so.>
                                                  Module libcloudproviders.so.0 wi>
                                                  Module libatk-bridge-2.0.so.0 wi>
                                                  Module libXi.so.6 with build-id >
                                                  Module libepoxy.so.0 with build->
                                                  Module libatk-1.0.so.0 with buil>
                                                  Module libgdk_pixbuf-2.0.so.0 wi>
                                                  Module libfribidi.so.0 with buil>
                                                  Module libpangoft2-1.0.so.0 with>
                                                  Module libpango-1.0.so.0 with bu>
                                                  Module libpangocairo-1.0.so.0 wi>
                                                  Module libgdk-3.so.0 with build->
                                                  Module libgtk-3.so.0 with build->
                                                  Module libgvfscommon.so with bui>
                                                  Module libgvfsdbus.so with build>
                                                  Module libbrotlicommon.so.1 with>
                                                  Module libgraphite2.so.3 with bu>
                                                  Module libXdmcp.so.6 with build->
                                                  Module libXau.so.6 with build-id>
                                                  Module libbrotlidec.so.1 with bu>
                                                  Module libharfbuzz.so.0 with bui>
                                                  Module libbz2.so.1.0 with build->
                                                  Module libexpat.so.1 with build->
                                                  Module libblkid.so.1 with build->
                                                  Module libpthread.so.0 with buil>
                                                  Module libpixman-1.so.0 with bui>
                                                  Module libxcb-shm.so.0 with buil>
                                                  Module libxcb-render.so.0 with b>
                                                  Module libxcb.so.1 with build-id>
                                                  Module libXrender.so.1 with buil>
                                                  Module libXext.so.6 with build-i>
                                                  Module libfreetype.so.6 with bui>
                                                  Module libfontconfig.so.1 with b>
                                                  Module libpng16.so.16 with build>
                                                  Module libncursesw.so.6 with bui>
                                                  Module ld-linux-x86-64.so.2 with>
                                                  Module libm.so.6 with build-id 2>
                                                  Module libmount.so.1 with build->
                                                  Module libz.so.1 with build-id f>
                                                  Module libgmodule-2.0.so.0 with >
                                                  Module libpcre.so.1 with build-i>
                                                  Module libX11.so.6 with build-id>
                                                  Module libcairo-gobject.so.2 wit>
                                                  Module libcairo.so.2 with build->
                                                  Module libreadline.so.8 with bui>
                                                  Module libmozjs-91.so with build>
                                                  Module libffi.so.8 with build-id>
                                                  Module libgirepository-1.0.so.1 >
                                                  Module libc.so.6 with build-id 3>
                                                  Module libgcc_s.so.1 with build->
                                                  Module libstdc++.so.6 with build>
                                                  Module libgio-2.0.so.0 with buil>
                                                  Module libgobject-2.0.so.0 with >
                                                  Module libglib-2.0.so.0 with bui>
                                                  Module libgjs.so.0 with build-id>
                                                  Module gjs-console with build-id>
                                                  Stack trace of thread 1423:
                                                  #0  0x00007f85282d9dee n/a (libt>
                                                  #1  0x00007f85282da868 tracker_s>
                                                  #2  0x00007f85451bf536 n/a (libf>
                                                  #3  0x00007f85451bc037 n/a (libf>
                                                  #4  0x00007f8545a01ac0 n/a (libg>
                                                  #5  0x00007f8545a021f8 n/a (libg>
                                                  #6  0x00007f85446aa0dd n/a (libm>
                                                  #7  0x00007f85446ae96e n/a (libm>
                                                  #8  0x00007f85446a723f n/a (libm>
                                                  #9  0x00007f8544bb8545 _Z15JS_Ca>
                                                  #10 0x00007f8545a03091 n/a (libg>
                                                  #11 0x00007f8545a0570c n/a (libg>
                                                  #12 0x00007f8545a06771 n/a (libg>
                                                  #13 0x00007f85451bf0fb n/a (libf>
                                                  #14 0x00007f85451bf758 n/a (libf>
                                                  #15 0x00007f854584d6b6 g_signal_>
                                                  #16 0x00007f854584d824 g_signal_>
                                                  #17 0x00007f8545720a26 g_applica>
                                                  #18 0x00007f8545721430 n/a (libg>
                                                  #19 0x00007f854572179a g_applica>
                                                  #20 0x00007f85451bf536 n/a (libf>
                                                  #21 0x00007f85451bc037 n/a (libf>
                                                  #22 0x00007f8545a01ac0 n/a (libg>
                                                  #23 0x00007f8545a021f8 n/a (libg>
                                                  #24 0x00007f85446aa0dd n/a (libm>
                                                  #25 0x00007f85446ae96e n/a (libm>
                                                  #26 0x00007f85446aa67c n/a (libm>
                                                  #27 0x00007f8544960b21 n/a (libm>
                                                  #28 0x00007f8544c07e52 n/a (libm>
                                                  #29 0x00007f8545a41018 n/a (libg>
                                                  #30 0x00007f8545a44c65 gjs_conte>
                                                  #31 0x00005586ba0a6b33 n/a (gjs->
                                                  #32 0x00007f8545211290 n/a (libc>
                                                  #33 0x00007f854521134a __libc_st>
                                                  #34 0x00005586ba0a6f05 n/a (gjs->
                                                  
                                                  Stack trace of thread 1441:
                                                  #0  0x00007f85452edfaf __poll (l>
                                                  #1  0x00007f8545926976 n/a (libg>
                                                  #2  0x00007f85458cd6c5 g_main_co>
                                                  #3  0x00007f85458cd712 n/a (libg>
                                                  #4  0x00007f85458ffda5 n/a (libg>
                                                  #5  0x00007f854527454d n/a (libc>
                                                  #6  0x00007f85452f9b14 __clone (>
                                                  
                                                  Stack trace of thread 1446:
                                                  #0  0x00007f8545271119 n/a (libc>
                                                  #1  0x00007f8545273920 pthread_c>
                                                  #2  0x00007f85449fdf50 _ZN7mozil>
                                                  #3  0x00007f85449fde43 n/a (libm>
                                                  #4  0x00007f8544c4cbde n/a (libm>
                                                  #5  0x00007f854527454d n/a (libc>
                                                  #6  0x00007f85452f9b14 __clone (>
                                                  
                                                  Stack trace of thread 1442:
                                                  #0  0x00007f85452edfaf __poll (l>
                                                  #1  0x00007f8545926976 n/a (libg>
                                                  #2  0x00007f85458cf6a3 g_main_lo>
                                                  #3  0x00007f85457586dc n/a (libg>
                                                  #4  0x00007f85458ffda5 n/a (libg>
                                                  #5  0x00007f854527454d n/a (libc>
                                                  #6  0x00007f85452f9b14 __clone (>
                                                  
                                                  Stack trace of thread 1444:
                                                  #0  0x00007f8545271119 n/a (libc>
                                                  #1  0x00007f8545273920 pthread_c>
                                                  #2  0x00007f85449fdf50 _ZN7mozil>
                                                  #3  0x00007f85449fde43 n/a (libm>
                                                  #4  0x00007f8544c4cbde n/a (libm>
                                                  #5  0x00007f854527454d n/a (libc>
                                                  #6  0x00007f85452f9b14 __clone (>
                                                  
                                                  Stack trace of thread 1443:
                                                  #0  0x00007f8545271119 n/a (libc>
                                                  #1  0x00007f8545273920 pthread_c>
                                                  #2  0x00007f85449fdf50 _ZN7mozil>
                                                  #3  0x00007f85449fde43 n/a (libm>
                                                  #4  0x00007f8544c4cbde n/a (libm>
                                                  #5  0x00007f854527454d n/a (libc>
                                                  #6  0x00007f85452f9b14 __clone (>
                                                  
                                                  Stack trace of thread 1445:
                                                  #0  0x00007f8545271119 n/a (libc>
                                                  #1  0x00007f8545273920 pthread_c>
                                                  #2  0x00007f85449fdf50 _ZN7mozil>
                                                  #3  0x00007f85449fde43 n/a (libm>
                                                  #4  0x00007f8544c4cbde n/a (libm>
                                                  #5  0x00007f854527454d n/a (libc>
                                                  #6  0x00007f85452f9b14 __clone (>
                                                  
                                                  Stack trace of thread 1521:
                                                  #0  0x00007f85452edfaf __poll (l>
                                                  #1  0x00007f8545926976 n/a (libg>
                                                  #2  0x00007f85458cd6c5 g_main_co>
                                                  #3  0x00007f8540d67ebe n/a (libd>
                                                  #4  0x00007f85458ffda5 n/a (libg>
                                                  #5  0x00007f854527454d n/a (libc>
                                                  #6  0x00007f85452f9b14 __clone (>
                                                  
                                                  Stack trace of thread 1520:
                                                  #0  0x00007f85452f367d syscall (>
                                                  #1  0x00007f854592085f g_cond_wa>
                                                  #2  0x00007f854589ea83 n/a (libg>
                                                  #3  0x00007f854589ec38 g_async_q>
                                                  #4  0x00007f8545902e8a n/a (libg>
                                                  #5  0x00007f85458ffda5 n/a (libg>
                                                  #6  0x00007f854527454d n/a (libc>
                                                  #7  0x00007f85452f9b14 __clone (>
                                                  ELF object binary architecture: >
░░ Subject: Process 1423 (gnome-documents) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 1423 (gnome-documents) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.
May 18 19:44:01 arch-note systemd-coredump[1574]: [?] Process 1553 (gnome-document>
                                                  
                                                  Module linux-vdso.so.1 with buil>
                                                  Module libresolv.so.2 with build>
                                                  Module libkeyutils.so.1 with bui>
                                                  Module libkrb5support.so.0 with >
                                                  Module libcom_err.so.2 with buil>
                                                  Module libk5crypto.so.3 with bui>
                                                  Module libkrb5.so.3 with build-i>
                                                  Module libidn2.so.0 with build-i>
                                                  Module libunistring.so.2 with bu>
                                                  Module libgssapi_krb5.so.2 with >
                                                  Module libpsl.so.5 with build-id>
                                                  Module libuuid.so.1 with build-i>
                                                  Module libsoup-2.4.so.1 with bui>
                                                  Module libtracker-data.so with b>
                                                  Module libtracker-sparql-2.0.so.>
                                                  Module libsynctex.so.2 with buil>
                                                  Module libevdocument3.so.4 with >
                                                  Module libdconfsettings.so with >
                                                  Module libseccomp.so.2 with buil>
                                                  Module libudev.so.1 with build-i>
                                                  Module libxkbregistry.so.0 with >
                                                  Module libgnome-desktop-3.so.19 >
                                                  Module libgpg-error.so.0 with bu>
                                                  Module libgcrypt.so.20 with buil>
                                                  Module libcap.so.2 with build-id>
                                                  Module liblz4.so.1 with build-id>
                                                  Module libicudata.so.71 with bui>
                                                  Module libsystemd.so.0 with buil>
                                                  Module liblzma.so.5 with build-i>
                                                  Module libzstd.so.1 with build-i>
                                                  Module libdatrie.so.1 with build>
                                                  Module libxml2.so.2 with build-i>
                                                  Module libjson-glib-1.0.so.0 wit>
                                                  Module libsqlite3.so.0 with buil>
                                                  Module libicui18n.so.71 with bui>
                                                  Module libicuuc.so.71 with build>
                                                  Module libstemmer.so.0 with buil>
                                                  Module libatspi.so.0 with build->
                                                  Module libdbus-1.so.3 with build>
                                                  Module libtiff.so.5 with build-i>
                                                  Module libjpeg.so.8 with build-i>
                                                  Module libthai.so.0 with build-i>
                                                  Module libXinerama.so.1 with bui>
                                                  Module libXrandr.so.2 with build>
                                                  Module libXcomposite.so.1 with b>
                                                  Module libXdamage.so.1 with buil>
                                                  Module libXcursor.so.1 with buil>
                                                  Module libwayland-egl.so.1 with >
                                                  Module libwayland-cursor.so.0 wi>
                                                  Module libwayland-client.so.0 wi>
                                                  Module libxkbcommon.so.0 with bu>
                                                  Module libXfixes.so.3 with build>
                                                  Module libtracker-sparql-3.0.so.>
                                                  Module libcloudproviders.so.0 wi>
                                                  Module libatk-bridge-2.0.so.0 wi>
                                                  Module libXi.so.6 with build-id >
                                                  Module libepoxy.so.0 with build->
                                                  Module libatk-1.0.so.0 with buil>
                                                  Module libgdk_pixbuf-2.0.so.0 wi>
                                                  Module libfribidi.so.0 with buil>
                                                  Module libpangoft2-1.0.so.0 with>
                                                  Module libpango-1.0.so.0 with bu>
                                                  Module libpangocairo-1.0.so.0 wi>
                                                  Module libgdk-3.so.0 with build->
                                                  Module libgtk-3.so.0 with build->
                                                  Module libgvfscommon.so with bui>
                                                  Module libgvfsdbus.so with build>
                                                  Module libbrotlicommon.so.1 with>
                                                  Module libgraphite2.so.3 with bu>
                                                  Module libXdmcp.so.6 with build->
                                                  Module libXau.so.6 with build-id>
                                                  Module libbrotlidec.so.1 with bu>
                                                  Module libharfbuzz.so.0 with bui>
                                                  Module libbz2.so.1.0 with build->
                                                  Module libexpat.so.1 with build->
                                                  Module libblkid.so.1 with build->
                                                  Module libpthread.so.0 with buil>
                                                  Module libpixman-1.so.0 with bui>
                                                  Module libxcb-shm.so.0 with buil>
                                                  Module libxcb-render.so.0 with b>
                                                  Module libxcb.so.1 with build-id>
                                                  Module libXrender.so.1 with buil>
                                                  Module libXext.so.6 with build-i>
                                                  Module libfreetype.so.6 with bui>
                                                  Module libfontconfig.so.1 with b>
                                                  Module libpng16.so.16 with build>
                                                  Module libncursesw.so.6 with bui>
                                                  Module ld-linux-x86-64.so.2 with>
                                                  Module libm.so.6 with build-id 2>
                                                  Module libmount.so.1 with build->
                                                  Module libz.so.1 with build-id f>
                                                  Module libgmodule-2.0.so.0 with >
                                                  Module libpcre.so.1 with build-i>
                                                  Module libX11.so.6 with build-id>
                                                  Module libcairo-gobject.so.2 wit>
                                                  Module libcairo.so.2 with build->
                                                  Module libreadline.so.8 with bui>
                                                  Module libmozjs-91.so with build>
                                                  Module libffi.so.8 with build-id>
                                                  Module libgirepository-1.0.so.1 >
                                                  Module libc.so.6 with build-id 3>
                                                  Module libgcc_s.so.1 with build->
                                                  Module libstdc++.so.6 with build>
                                                  Module libgio-2.0.so.0 with buil>
                                                  Module libgobject-2.0.so.0 with >
                                                  Module libglib-2.0.so.0 with bui>
                                                  Module libgjs.so.0 with build-id>
                                                  Module gjs-console with build-id>
                                                  Stack trace of thread 1553:
                                                  #0  0x00007fa8a8d4adee n/a (libt>
                                                  #1  0x00007fa8a8d4b868 tracker_s>
                                                  #2  0x00007fa8c5c04536 n/a (libf>
                                                  #3  0x00007fa8c5c01037 n/a (libf>
                                                  #4  0x00007fa8c6446ac0 n/a (libg>
                                                  #5  0x00007fa8c64471f8 n/a (libg>
                                                  #6  0x00007fa8c50ef0dd n/a (libm>
                                                  #7  0x00007fa8c50f396e n/a (libm>
                                                  #8  0x00007fa8c50ec23f n/a (libm>
                                                  #9  0x00007fa8c55fd545 _Z15JS_Ca>
                                                  #10 0x00007fa8c6448091 n/a (libg>
                                                  #11 0x00007fa8c644a70c n/a (libg>
                                                  #12 0x00007fa8c644b771 n/a (libg>
                                                  #13 0x00007fa8c5c040fb n/a (libf>
                                                  #14 0x00007fa8c5c04758 n/a (libf>
                                                  #15 0x00007fa8c62926b6 g_signal_>
                                                  #16 0x00007fa8c6292824 g_signal_>
                                                  #17 0x00007fa8c6165a26 g_applica>
                                                  #18 0x00007fa8c6166430 n/a (libg>
                                                  #19 0x00007fa8c616679a g_applica>
                                                  #20 0x00007fa8c5c04536 n/a (libf>
                                                  #21 0x00007fa8c5c01037 n/a (libf>
                                                  #22 0x00007fa8c6446ac0 n/a (libg>
                                                  #23 0x00007fa8c64471f8 n/a (libg>
                                                  #24 0x00007fa8c50ef0dd n/a (libm>
                                                  #25 0x00007fa8c50f396e n/a (libm>
                                                  #26 0x00007fa8c50ef67c n/a (libm>
                                                  #27 0x00007fa8c53a5b21 n/a (libm>
                                                  #28 0x00007fa8c564ce52 n/a (libm>
                                                  #29 0x00007fa8c6486018 n/a (libg>
                                                  #30 0x00007fa8c6489c65 gjs_conte>
                                                  #31 0x000055e8f3511b33 n/a (gjs->
                                                  #32 0x00007fa8c5c56290 n/a (libc>
                                                  #33 0x00007fa8c5c5634a __libc_st>
                                                  #34 0x000055e8f3511f05 n/a (gjs->
                                                  
                                                  Stack trace of thread 1556:
                                                  #0  0x00007fa8c5d32faf __poll (l>
                                                  #1  0x00007fa8c636b976 n/a (libg>
                                                  #2  0x00007fa8c63126c5 g_main_co>
                                                  #3  0x00007fa8c6312712 n/a (libg>
                                                  #4  0x00007fa8c6344da5 n/a (libg>
                                                  #5  0x00007fa8c5cb954d n/a (libc>
                                                  #6  0x00007fa8c5d3eb14 __clone (>
                                                  
                                                  Stack trace of thread 1557:
                                                  #0  0x00007fa8c5d32faf __poll (l>
                                                  #1  0x00007fa8c636b976 n/a (libg>
                                                  #2  0x00007fa8c63146a3 g_main_lo>
                                                  #3  0x00007fa8c619d6dc n/a (libg>
                                                  #4  0x00007fa8c6344da5 n/a (libg>
                                                  #5  0x00007fa8c5cb954d n/a (libc>
                                                  #6  0x00007fa8c5d3eb14 __clone (>
                                                  
                                                  Stack trace of thread 1560:
                                                  #0  0x00007fa8c5cb6119 n/a (libc>
                                                  #1  0x00007fa8c5cb8920 pthread_c>
                                                  #2  0x00007fa8c5442f50 _ZN7mozil>
                                                  #3  0x00007fa8c5442e43 n/a (libm>
                                                  #4  0x00007fa8c5691bde n/a (libm>
                                                  #5  0x00007fa8c5cb954d n/a (libc>
                                                  #6  0x00007fa8c5d3eb14 __clone (>
                                                  
                                                  Stack trace of thread 1558:
                                                  #0  0x00007fa8c5cb6119 n/a (libc>
                                                  #1  0x00007fa8c5cb8920 pthread_c>
                                                  #2  0x00007fa8c5442f50 _ZN7mozil>
                                                  #3  0x00007fa8c5442e43 n/a (libm>
                                                  #4  0x00007fa8c5691bde n/a (libm>
                                                  #5  0x00007fa8c5cb954d n/a (libc>
                                                  #6  0x00007fa8c5d3eb14 __clone (>
                                                  
                                                  Stack trace of thread 1559:
                                                  #0  0x00007fa8c5cb6119 n/a (libc>
                                                  #1  0x00007fa8c5cb8920 pthread_c>
                                                  #2  0x00007fa8c5442f50 _ZN7mozil>
                                                  #3  0x00007fa8c5442e43 n/a (libm>
                                                  #4  0x00007fa8c5691bde n/a (libm>
                                                  #5  0x00007fa8c5cb954d n/a (libc>
                                                  #6  0x00007fa8c5d3eb14 __clone (>
                                                  
                                                  Stack trace of thread 1561:
                                                  #0  0x00007fa8c5cb6119 n/a (libc>
                                                  #1  0x00007fa8c5cb8920 pthread_c>
                                                  #2  0x00007fa8c5442f50 _ZN7mozil>
                                                  #3  0x00007fa8c5442e43 n/a (libm>
                                                  #4  0x00007fa8c5691bde n/a (libm>
                                                  #5  0x00007fa8c5cb954d n/a (libc>
                                                  #6  0x00007fa8c5d3eb14 __clone (>
                                                  
                                                  Stack trace of thread 1571:
                                                  #0  0x00007fa8c5d3867d syscall (>
                                                  #1  0x00007fa8c636585f g_cond_wa>
                                                  #2  0x00007fa8c62e3a83 n/a (libg>
                                                  #3  0x00007fa8c6347f3b n/a (libg>
                                                  #4  0x00007fa8c6344da5 n/a (libg>
                                                  #5  0x00007fa8c5cb954d n/a (libc>
                                                  #6  0x00007fa8c5d3eb14 __clone (>
                                                  
                                                  Stack trace of thread 1572:
                                                  #0  0x00007fa8c5d32faf __poll (l>
                                                  #1  0x00007fa8c636b976 n/a (libg>
                                                  #2  0x00007fa8c63126c5 g_main_co>
                                                  #3  0x00007fa8c17acebe n/a (libd>
                                                  #4  0x00007fa8c6344da5 n/a (libg>
                                                  #5  0x00007fa8c5cb954d n/a (libc>
                                                  #6  0x00007fa8c5d3eb14 __clone (>
                                                  ELF object binary architecture: >
░░ Subject: Process 1553 (gnome-documents) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 1553 (gnome-documents) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.
May 18 19:44:30 arch-note kernel: ntfs3: Unknown parameter 'windows_names'
May 18 19:53:22 arch-note systemd-coredump[2164]: [?] Process 2051 (gnome-document>
                                                  
                                                  Module linux-vdso.so.1 with buil>
                                                  Module libresolv.so.2 with build>
                                                  Module libkeyutils.so.1 with bui>
                                                  Module libkrb5support.so.0 with >
                                                  Module libcom_err.so.2 with buil>
                                                  Module libk5crypto.so.3 with bui>
                                                  Module libkrb5.so.3 with build-i>
                                                  Module libidn2.so.0 with build-i>
                                                  Module libunistring.so.2 with bu>
                                                  Module libgssapi_krb5.so.2 with >
                                                  Module libpsl.so.5 with build-id>
                                                  Module libuuid.so.1 with build-i>
                                                  Module libsoup-2.4.so.1 with bui>
                                                  Module libtracker-data.so with b>
                                                  Module libtracker-sparql-2.0.so.>
                                                  Module libsynctex.so.2 with buil>
                                                  Module libevdocument3.so.4 with >
                                                  Module libdconfsettings.so with >
                                                  Module libseccomp.so.2 with buil>
                                                  Module libudev.so.1 with build-i>
                                                  Module libxkbregistry.so.0 with >
                                                  Module libgnome-desktop-3.so.19 >
                                                  Module libgpg-error.so.0 with bu>
                                                  Module libgcrypt.so.20 with buil>
                                                  Module libcap.so.2 with build-id>
                                                  Module liblz4.so.1 with build-id>
                                                  Module libicudata.so.71 with bui>
                                                  Module libsystemd.so.0 with buil>
                                                  Module liblzma.so.5 with build-i>
                                                  Module libzstd.so.1 with build-i>
                                                  Module libdatrie.so.1 with build>
                                                  Module libxml2.so.2 with build-i>
                                                  Module libjson-glib-1.0.so.0 wit>
                                                  Module libsqlite3.so.0 with buil>
                                                  Module libicui18n.so.71 with bui>
                                                  Module libicuuc.so.71 with build>
                                                  Module libstemmer.so.0 with buil>
                                                  Module libatspi.so.0 with build->
                                                  Module libdbus-1.so.3 with build>
                                                  Module libtiff.so.5 with build-i>
                                                  Module libjpeg.so.8 with build-i>
                                                  Module libthai.so.0 with build-i>
                                                  Module libXinerama.so.1 with bui>
                                                  Module libXrandr.so.2 with build>
                                                  Module libXcomposite.so.1 with b>
                                                  Module libXdamage.so.1 with buil>
                                                  Module libXcursor.so.1 with buil>
                                                  Module libwayland-egl.so.1 with >
                                                  Module libwayland-cursor.so.0 wi>
                                                  Module libwayland-client.so.0 wi>
                                                  Module libxkbcommon.so.0 with bu>
                                                  Module libXfixes.so.3 with build>
                                                  Module libtracker-sparql-3.0.so.>
                                                  Module libcloudproviders.so.0 wi>
                                                  Module libatk-bridge-2.0.so.0 wi>
                                                  Module libXi.so.6 with build-id >
                                                  Module libepoxy.so.0 with build->
                                                  Module libatk-1.0.so.0 with buil>
                                                  Module libgdk_pixbuf-2.0.so.0 wi>
                                                  Module libfribidi.so.0 with buil>
                                                  Module libpangoft2-1.0.so.0 with>
                                                  Module libpango-1.0.so.0 with bu>
                                                  Module libpangocairo-1.0.so.0 wi>
                                                  Module libgdk-3.so.0 with build->
                                                  Module libgtk-3.so.0 with build->
                                                  Module libgvfscommon.so with bui>
                                                  Module libgvfsdbus.so with build>
                                                  Module libbrotlicommon.so.1 with>
                                                  Module libgraphite2.so.3 with bu>
                                                  Module libXdmcp.so.6 with build->
                                                  Module libXau.so.6 with build-id>
                                                  Module libbrotlidec.so.1 with bu>
                                                  Module libharfbuzz.so.0 with bui>
                                                  Module libbz2.so.1.0 with build->
                                                  Module libexpat.so.1 with build->
                                                  Module libblkid.so.1 with build->
                                                  Module libpthread.so.0 with buil>
                                                  Module libpixman-1.so.0 with bui>
                                                  Module libxcb-shm.so.0 with buil>
                                                  Module libxcb-render.so.0 with b>
                                                  Module libxcb.so.1 with build-id>
                                                  Module libXrender.so.1 with buil>
                                                  Module libXext.so.6 with build-i>
                                                  Module libfreetype.so.6 with bui>
                                                  Module libfontconfig.so.1 with b>
                                                  Module libpng16.so.16 with build>
                                                  Module libncursesw.so.6 with bui>
                                                  Module ld-linux-x86-64.so.2 with>
                                                  Module libm.so.6 with build-id 2>
                                                  Module libmount.so.1 with build->
                                                  Module libz.so.1 with build-id f>
                                                  Module libgmodule-2.0.so.0 with >
                                                  Module libpcre.so.1 with build-i>
                                                  Module libX11.so.6 with build-id>
                                                  Module libcairo-gobject.so.2 wit>
                                                  Module libcairo.so.2 with build->
                                                  Module libreadline.so.8 with bui>
                                                  Module libmozjs-91.so with build>
                                                  Module libffi.so.8 with build-id>
                                                  Module libgirepository-1.0.so.1 >
                                                  Module libc.so.6 with build-id 3>
                                                  Module libgcc_s.so.1 with build->
                                                  Module libstdc++.so.6 with build>
                                                  Module libgio-2.0.so.0 with buil>
                                                  Module libgobject-2.0.so.0 with >
                                                  Module libglib-2.0.so.0 with bui>
                                                  Module libgjs.so.0 with build-id>
                                                  Module gjs-console with build-id>
                                                  Stack trace of thread 2051:
                                                  #0  0x00007f5314030dee n/a (libt>
                                                  #1  0x00007f5314031868 tracker_s>
                                                  #2  0x00007f531f210536 n/a (libf>
                                                  #3  0x00007f531f20d037 n/a (libf>
                                                  #4  0x00007f531fa52ac0 n/a (libg>
                                                  #5  0x00007f531fa531f8 n/a (libg>
                                                  #6  0x00007f531e6fb0dd n/a (libm>
                                                  #7  0x00007f531e6ff96e n/a (libm>
                                                  #8  0x00007f531e6f823f n/a (libm>
                                                  #9  0x00007f531ec09545 _Z15JS_Ca>
                                                  #10 0x00007f531fa54091 n/a (libg>
                                                  #11 0x00007f531fa5670c n/a (libg>
                                                  #12 0x00007f531fa57771 n/a (libg>
                                                  #13 0x00007f531f2100fb n/a (libf>
                                                  #14 0x00007f531f210758 n/a (libf>
                                                  #15 0x00007f531f89e6b6 g_signal_>
                                                  #16 0x00007f531f89e824 g_signal_>
                                                  #17 0x00007f531f771a26 g_applica>
                                                  #18 0x00007f531f772430 n/a (libg>
                                                  #19 0x00007f531f77279a g_applica>
                                                  #20 0x00007f531f210536 n/a (libf>
                                                  #21 0x00007f531f20d037 n/a (libf>
                                                  #22 0x00007f531fa52ac0 n/a (libg>
                                                  #23 0x00007f531fa531f8 n/a (libg>
                                                  #24 0x00007f531e6fb0dd n/a (libm>
                                                  #25 0x00007f531e6ff96e n/a (libm>
                                                  #26 0x00007f531e6fb67c n/a (libm>
                                                  #27 0x00007f531e9b1b21 n/a (libm>
                                                  #28 0x00007f531ec58e52 n/a (libm>
                                                  #29 0x00007f531fa92018 n/a (libg>
                                                  #30 0x00007f531fa95c65 gjs_conte>
                                                  #31 0x000055b8fbf82b33 n/a (gjs->
                                                  #32 0x00007f531f262290 n/a (libc>
                                                  #33 0x00007f531f26234a __libc_st>
                                                  #34 0x000055b8fbf82f05 n/a (gjs->
                                                  
                                                  Stack trace of thread 2068:
                                                  #0  0x00007f531f33efaf __poll (l>
                                                  #1  0x00007f531f977976 n/a (libg>
                                                  #2  0x00007f531f91e6c5 g_main_co>
                                                  #3  0x00007f531f91e712 n/a (libg>
                                                  #4  0x00007f531f950da5 n/a (libg>
                                                  #5  0x00007f531f2c554d n/a (libc>
                                                  #6  0x00007f531f34ab14 __clone (>
                                                  
                                                  Stack trace of thread 2073:
                                                  #0  0x00007f531f2c2119 n/a (libc>
                                                  #1  0x00007f531f2c4920 pthread_c>
                                                  #2  0x00007f531ea4ef50 _ZN7mozil>
                                                  #3  0x00007f531ea4ee43 n/a (libm>
                                                  #4  0x00007f531ec9dbde n/a (libm>
                                                  #5  0x00007f531f2c554d n/a (libc>
                                                  #6  0x00007f531f34ab14 __clone (>
                                                  
                                                  Stack trace of thread 2074:
                                                  #0  0x00007f531f2c2119 n/a (libc>
                                                  #1  0x00007f531f2c4920 pthread_c>
                                                  #2  0x00007f531ea4ef50 _ZN7mozil>
                                                  #3  0x00007f531ea4ee43 n/a (libm>
                                                  #4  0x00007f531ec9dbde n/a (libm>
                                                  #5  0x00007f531f2c554d n/a (libc>
                                                  #6  0x00007f531f34ab14 __clone (>
                                                  
                                                  Stack trace of thread 2075:
                                                  #0  0x00007f531f2c2119 n/a (libc>
                                                  #1  0x00007f531f2c4920 pthread_c>
                                                  #2  0x00007f531ea4ef50 _ZN7mozil>
                                                  #3  0x00007f531ea4ee43 n/a (libm>
                                                  #4  0x00007f531ec9dbde n/a (libm>
                                                  #5  0x00007f531f2c554d n/a (libc>
                                                  #6  0x00007f531f34ab14 __clone (>
                                                  
                                                  Stack trace of thread 2076:
                                                  #0  0x00007f531f2c2119 n/a (libc>
                                                  #1  0x00007f531f2c4920 pthread_c>
                                                  #2  0x00007f531ea4ef50 _ZN7mozil>
                                                  #3  0x00007f531ea4ee43 n/a (libm>
                                                  #4  0x00007f531ec9dbde n/a (libm>
                                                  #5  0x00007f531f2c554d n/a (libc>
                                                  #6  0x00007f531f34ab14 __clone (>
                                                  
                                                  Stack trace of thread 2144:
                                                  #0  0x00007f531f34467d syscall (>
                                                  #1  0x00007f531f97185f g_cond_wa>
                                                  #2  0x00007f531f8efa83 n/a (libg>
                                                  #3  0x00007f531f953f3b n/a (libg>
                                                  #4  0x00007f531f950da5 n/a (libg>
                                                  #5  0x00007f531f2c554d n/a (libc>
                                                  #6  0x00007f531f34ab14 __clone (>
                                                  
                                                  Stack trace of thread 2069:
                                                  #0  0x00007f531f33efaf __poll (l>
                                                  #1  0x00007f531f977976 n/a (libg>
                                                  #2  0x00007f531f9206a3 g_main_lo>
                                                  #3  0x00007f531f7a96dc n/a (libg>
                                                  #4  0x00007f531f950da5 n/a (libg>
                                                  #5  0x00007f531f2c554d n/a (libc>
                                                  #6  0x00007f531f34ab14 __clone (>
                                                  
                                                  Stack trace of thread 2145:
                                                  #0  0x00007f531f33efaf __poll (l>
                                                  #1  0x00007f531f977976 n/a (libg>
                                                  #2  0x00007f531f91e6c5 g_main_co>
                                                  #3  0x00007f5316db8ebe n/a (libd>
                                                  #4  0x00007f531f950da5 n/a (libg>
                                                  #5  0x00007f531f2c554d n/a (libc>
                                                  #6  0x00007f531f34ab14 __clone (>
                                                  ELF object binary architecture: >
░░ Subject: Process 2051 (gnome-documents) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 2051 (gnome-documents) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.
May 18 19:54:55 arch-note systemd-coredump[2881]: [?] Process 2781 (gnome-document>
                                                  
                                                  Module linux-vdso.so.1 with buil>
                                                  Module libresolv.so.2 with build>
                                                  Module libkeyutils.so.1 with bui>
                                                  Module libkrb5support.so.0 with >
                                                  Module libcom_err.so.2 with buil>
                                                  Module libk5crypto.so.3 with bui>
                                                  Module libkrb5.so.3 with build-i>
                                                  Module libidn2.so.0 with build-i>
                                                  Module libunistring.so.2 with bu>
                                                  Module libgssapi_krb5.so.2 with >
                                                  Module libpsl.so.5 with build-id>
                                                  Module libuuid.so.1 with build-i>
                                                  Module libsoup-2.4.so.1 with bui>
                                                  Module libtracker-data.so with b>
                                                  Module libtracker-sparql-2.0.so.>
                                                  Module libsynctex.so.2 with buil>
                                                  Module libevdocument3.so.4 with >
                                                  Module libdconfsettings.so with >
                                                  Module libseccomp.so.2 with buil>
                                                  Module libudev.so.1 with build-i>
                                                  Module libxkbregistry.so.0 with >
                                                  Module libgnome-desktop-3.so.19 >
                                                  Module libgpg-error.so.0 with bu>
                                                  Module libgcrypt.so.20 with buil>
                                                  Module libcap.so.2 with build-id>
                                                  Module liblz4.so.1 with build-id>
                                                  Module libicudata.so.71 with bui>
                                                  Module libsystemd.so.0 with buil>
                                                  Module liblzma.so.5 with build-i>
                                                  Module libzstd.so.1 with build-i>
                                                  Module libdatrie.so.1 with build>
                                                  Module libxml2.so.2 with build-i>
                                                  Module libjson-glib-1.0.so.0 wit>
                                                  Module libsqlite3.so.0 with buil>
                                                  Module libicui18n.so.71 with bui>
                                                  Module libicuuc.so.71 with build>
                                                  Module libstemmer.so.0 with buil>
                                                  Module libatspi.so.0 with build->
                                                  Module libdbus-1.so.3 with build>
                                                  Module libtiff.so.5 with build-i>
                                                  Module libjpeg.so.8 with build-i>
                                                  Module libthai.so.0 with build-i>
                                                  Module libXinerama.so.1 with bui>
                                                  Module libXrandr.so.2 with build>
                                                  Module libXcomposite.so.1 with b>
                                                  Module libXdamage.so.1 with buil>
                                                  Module libXcursor.so.1 with buil>
                                                  Module libwayland-egl.so.1 with >
                                                  Module libwayland-cursor.so.0 wi>
                                                  Module libwayland-client.so.0 wi>
                                                  Module libxkbcommon.so.0 with bu>
                                                  Module libXfixes.so.3 with build>
                                                  Module libtracker-sparql-3.0.so.>
                                                  Module libcloudproviders.so.0 wi>
                                                  Module libatk-bridge-2.0.so.0 wi>
                                                  Module libXi.so.6 with build-id >
                                                  Module libepoxy.so.0 with build->
                                                  Module libatk-1.0.so.0 with buil>
                                                  Module libgdk_pixbuf-2.0.so.0 wi>
                                                  Module libfribidi.so.0 with buil>
                                                  Module libpangoft2-1.0.so.0 with>
                                                  Module libpango-1.0.so.0 with bu>
                                                  Module libpangocairo-1.0.so.0 wi>
                                                  Module libgdk-3.so.0 with build->
                                                  Module libgtk-3.so.0 with build->
                                                  Module libgvfscommon.so with bui>
                                                  Module libgvfsdbus.so with build>
                                                  Module libbrotlicommon.so.1 with>
                                                  Module libgraphite2.so.3 with bu>
                                                  Module libXdmcp.so.6 with build->
                                                  Module libXau.so.6 with build-id>
                                                  Module libbrotlidec.so.1 with bu>
                                                  Module libharfbuzz.so.0 with bui>
                                                  Module libbz2.so.1.0 with build->
                                                  Module libexpat.so.1 with build->
                                                  Module libblkid.so.1 with build->
                                                  Module libpthread.so.0 with buil>
                                                  Module libpixman-1.so.0 with bui>
                                                  Module libxcb-shm.so.0 with buil>
                                                  Module libxcb-render.so.0 with b>
                                                  Module libxcb.so.1 with build-id>
                                                  Module libXrender.so.1 with buil>
                                                  Module libXext.so.6 with build-i>
                                                  Module libfreetype.so.6 with bui>
                                                  Module libfontconfig.so.1 with b>
                                                  Module libpng16.so.16 with build>
                                                  Module libncursesw.so.6 with bui>
                                                  Module ld-linux-x86-64.so.2 with>
                                                  Module libm.so.6 with build-id 2>
                                                  Module libmount.so.1 with build->
                                                  Module libz.so.1 with build-id f>
                                                  Module libgmodule-2.0.so.0 with >
                                                  Module libpcre.so.1 with build-i>
                                                  Module libX11.so.6 with build-id>
                                                  Module libcairo-gobject.so.2 wit>
                                                  Module libcairo.so.2 with build->
                                                  Module libreadline.so.8 with bui>
                                                  Module libmozjs-91.so with build>
                                                  Module libffi.so.8 with build-id>
                                                  Module libgirepository-1.0.so.1 >
                                                  Module libc.so.6 with build-id 3>
                                                  Module libgcc_s.so.1 with build->
                                                  Module libstdc++.so.6 with build>
                                                  Module libgio-2.0.so.0 with buil>
                                                  Module libgobject-2.0.so.0 with >
                                                  Module libglib-2.0.so.0 with bui>
                                                  Module libgjs.so.0 with build-id>
                                                  Module gjs-console with build-id>
                                                  Stack trace of thread 2781:
                                                  #0  0x00007f9771959dee n/a (libt>
                                                  #1  0x00007f977195a868 tracker_s>
                                                  #2  0x00007f978e858536 n/a (libf>
                                                  #3  0x00007f978e855037 n/a (libf>
                                                  #4  0x00007f978f09aac0 n/a (libg>
                                                  #5  0x00007f978f09b1f8 n/a (libg>
                                                  #6  0x00007f978dd430dd n/a (libm>
                                                  #7  0x00007f978dd4796e n/a (libm>
                                                  #8  0x00007f978dd4023f n/a (libm>
                                                  #9  0x00007f978e251545 _Z15JS_Ca>
                                                  #10 0x00007f978f09c091 n/a (libg>
                                                  #11 0x00007f978f09e70c n/a (libg>
                                                  #12 0x00007f978f09f771 n/a (libg>
                                                  #13 0x00007f978e8580fb n/a (libf>
                                                  #14 0x00007f978e858758 n/a (libf>
                                                  #15 0x00007f978eee66b6 g_signal_>
                                                  #16 0x00007f978eee6824 g_signal_>
                                                  #17 0x00007f978edb9a26 g_applica>
                                                  #18 0x00007f978edba430 n/a (libg>
                                                  #19 0x00007f978edba79a g_applica>
                                                  #20 0x00007f978e858536 n/a (libf>
                                                  #21 0x00007f978e855037 n/a (libf>
                                                  #22 0x00007f978f09aac0 n/a (libg>
                                                  #23 0x00007f978f09b1f8 n/a (libg>
                                                  #24 0x00007f978dd430dd n/a (libm>
                                                  #25 0x00007f978dd4796e n/a (libm>
                                                  #26 0x00007f978dd4367c n/a (libm>
                                                  #27 0x00007f978dff9b21 n/a (libm>
                                                  #28 0x00007f978e2a0e52 n/a (libm>
                                                  #29 0x00007f978f0da018 n/a (libg>
                                                  #30 0x00007f978f0ddc65 gjs_conte>
                                                  #31 0x00005629a6585b33 n/a (gjs->
                                                  #32 0x00007f978e8aa290 n/a (libc>
                                                  #33 0x00007f978e8aa34a __libc_st>
                                                  #34 0x00005629a6585f05 n/a (gjs->
                                                  
                                                  Stack trace of thread 2797:
                                                  #0  0x00007f978e986faf __poll (l>
                                                  #1  0x00007f978efbf976 n/a (libg>
                                                  #2  0x00007f978ef666c5 g_main_co>
                                                  #3  0x00007f978ef66712 n/a (libg>
                                                  #4  0x00007f978ef98da5 n/a (libg>
                                                  #5  0x00007f978e90d54d n/a (libc>
                                                  #6  0x00007f978e992b14 __clone (>
                                                  
                                                  Stack trace of thread 2860:
                                                  #0  0x00007f978e98c67d syscall (>
                                                  #1  0x00007f978efb985f g_cond_wa>
                                                  #2  0x00007f978ef37a83 n/a (libg>
                                                  #3  0x00007f978ef9bf3b n/a (libg>
                                                  #4  0x00007f978ef98da5 n/a (libg>
                                                  #5  0x00007f978e90d54d n/a (libc>
                                                  #6  0x00007f978e992b14 __clone (>
                                                  
                                                  Stack trace of thread 2798:
                                                  #0  0x00007f978e986faf __poll (l>
                                                  #1  0x00007f978efbf976 n/a (libg>
                                                  #2  0x00007f978ef686a3 g_main_lo>
                                                  #3  0x00007f978edf16dc n/a (libg>
                                                  #4  0x00007f978ef98da5 n/a (libg>
                                                  #5  0x00007f978e90d54d n/a (libc>
                                                  #6  0x00007f978e992b14 __clone (>
                                                  
                                                  Stack trace of thread 2861:
                                                  #0  0x00007f978e986faf __poll (l>
                                                  #1  0x00007f978efbf976 n/a (libg>
                                                  #2  0x00007f978ef666c5 g_main_co>
                                                  #3  0x00007f978a400ebe n/a (libd>
                                                  #4  0x00007f978ef98da5 n/a (libg>
                                                  #5  0x00007f978e90d54d n/a (libc>
                                                  #6  0x00007f978e992b14 __clone (>
                                                  
                                                  Stack trace of thread 2805:
                                                  #0  0x00007f978e90a119 n/a (libc>
                                                  #1  0x00007f978e90c920 pthread_c>
                                                  #2  0x00007f978e096f50 _ZN7mozil>
                                                  #3  0x00007f978e096e43 n/a (libm>
                                                  #4  0x00007f978e2e5bde n/a (libm>
                                                  #5  0x00007f978e90d54d n/a (libc>
                                                  #6  0x00007f978e992b14 __clone (>
                                                  
                                                  Stack trace of thread 2806:
                                                  #0  0x00007f978e90a119 n/a (libc>
                                                  #1  0x00007f978e90c920 pthread_c>
                                                  #2  0x00007f978e096f50 _ZN7mozil>
                                                  #3  0x00007f978e096e43 n/a (libm>
                                                  #4  0x00007f978e2e5bde n/a (libm>
                                                  #5  0x00007f978e90d54d n/a (libc>
                                                  #6  0x00007f978e992b14 __clone (>
                                                  
                                                  Stack trace of thread 2807:
                                                  #0  0x00007f978e90a119 n/a (libc>
                                                  #1  0x00007f978e90c920 pthread_c>
                                                  #2  0x00007f978e096f50 _ZN7mozil>
                                                  #3  0x00007f978e096e43 n/a (libm>
                                                  #4  0x00007f978e2e5bde n/a (libm>
                                                  #5  0x00007f978e90d54d n/a (libc>
                                                  #6  0x00007f978e992b14 __clone (>
                                                  
                                                  Stack trace of thread 2808:
                                                  #0  0x00007f978e90a119 n/a (libc>
                                                  #1  0x00007f978e90c920 pthread_c>
                                                  #2  0x00007f978e096f50 _ZN7mozil>
                                                  #3  0x00007f978e096e43 n/a (libm>
                                                  #4  0x00007f978e2e5bde n/a (libm>
                                                  #5  0x00007f978e90d54d n/a (libc>
                                                  #6  0x00007f978e992b14 __clone (>
                                                  ELF object binary architecture: >
░░ Subject: Process 2781 (gnome-documents) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 2781 (gnome-documents) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.

systemctl output:

[user@arch-note ~]$ sudo systemctl cat bluetooth
# /usr/lib/systemd/system/bluetooth.service
[Unit]
Description=Bluetooth service
Documentation=man:bluetoothd(8)
ConditionPathIsDirectory=/sys/class/bluetooth

[Service]
Type=dbus
BusName=org.bluez
ExecStart=/usr/lib/bluetooth/bluetoothd
NotifyAccess=main
#WatchdogSec=10
#Restart=on-failure
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE
LimitNPROC=1

# Filesystem lockdown
ProtectHome=true
ProtectSystem=full
PrivateTmp=true
ProtectKernelTunables=true
ProtectControlGroups=true
ReadWritePaths=/var/lib/bluetooth
ReadOnlyPaths=/etc/bluetooth

# Execute Mappings
MemoryDenyWriteExecute=true

# Privilege escalation
NoNewPrivileges=true

# Real-time
RestrictRealtime=true

[Install]
WantedBy=bluetooth.target
Alias=dbus-org.bluez.service
lines 1-37/37 (END)

Any tips for the layman ? big_smile

Last edited by edivandro.tec (2022-05-19 01:16:19)


note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

Offline

#12 2022-05-19 03:09:49

jonno2002
Member
Registered: 2016-11-21
Posts: 684

Re: [SOLVED] Bluetooth does not work!

Offline

#13 2022-05-20 20:51:02

edivandro.tec
Member
From: Br-PA
Registered: 2021-11-18
Posts: 14

Re: [SOLVED] Bluetooth does not work!

Now the following situation occurs below when trying to install packages from AUR.
It was like this after update the OS. I'm at this stage, looking for a solution if I'm going to be able to understand and fix it even with the help of the community. I'm thinking of starting a new INSTALLATION from ZERO. Any suggestions for this poor guy?

[user@arch-note ~]$ pacaur -S btusb-qca-0x3004
:: Package btusb-qca-0x3004 not found in repositories, trying AUR...
:: resolving dependencies...
auracle: error while loading shared libraries: libalpm.so.12: cannot open shared object file: No such file or directory
auracle: error while loading shared libraries: libalpm.so.12: cannot open shared object file: No such file or directory
auracle: error while loading shared libraries: libalpm.so.12: cannot open shared object file: No such file or directory
:: no results found for btusb-qca-0x3004

Last edited by edivandro.tec (2022-05-31 12:39:48)


note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

Offline

#14 2022-05-20 20:55:05

edivandro.tec
Member
From: Br-PA
Registered: 2021-11-18
Posts: 14

Re: [SOLVED] Bluetooth does not work!

I forgot to post the update output seems to have something strange, it accuses not having the drivers, but I installed the recommended packages. See first post.

[user@arch-note ~]$ sudo pacman -Syu
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 DEB_Arch_Extra          3.2 KiB  3.71 KiB/s 00:01 [#########################] 100%
error: failed retrieving file 'core.db' from archlinux-br.com.br : Could not resolve host: archlinux-br.com.br
warning: too many errors from archlinux-br.com.br, skipping for the remainder of this transaction
:: Starting full system upgrade...
:: Replace hwids with core/hwdata? [Y/n] 
:: Replace qemu with extra/qemu-desktop? [Y/n] 
:: Replace sdl with community/sdl12-compat? [Y/n] 
resolving dependencies...
:: There are 5 providers available for xdg-desktop-portal-impl:
:: Repository extra
   1) xdg-desktop-portal-gnome  2) xdg-desktop-portal-gtk
   3) xdg-desktop-portal-kde
:: Repository community
   4) xdg-desktop-portal-lxqt  5) xdg-desktop-portal-wlr

Enter a number (default=1): 
looking for conflicting packages...
warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency
warning: dependency cycle detected:
warning: libglvnd will be installed before its mesa dependency
warning: dependency cycle detected:
warning: smbclient will be installed before its cifs-utils dependency
warning: dependency cycle detected:
warning: python-incremental will be installed before its python-twisted dependency
warning: dependency cycle detected:
warning: phonon-qt5-gstreamer will be installed before its phonon-qt5 dependency

Packages (889) abseil-cpp-20211102.0-2  accountsservice-22.08.8-2  acl-2.3.1-2
               adwaita-icon-theme-42.0+r1+gc144c3d75-1  aircrack-ng-1.7-1
               alsa-card-profiles-1:0.3.51-1  alsa-lib-1.2.6.1-1
               alsa-plugins-1:1.2.6-3  alsa-ucm-conf-1.2.6.3-1  amtk-5.4.0-1
               antlr4-runtime-4.10.1-2  aom-3.3.0-1  apache-2.4.53-1
               appstream-0.15.3-1  appstream-glib-0.7.18-2  apr-util-1.6.1-9
               arandr-0.1.10-7  argon2-20190702-4  at-spi2-core-2.44.1-1
               atk-2.38.0-1  attica-5.94.0-1  attr-2.5.1-2  audacity-1:2.4.1-7
               audit-3.0.8-1  avahi-0.8+22+gfd482a7-3  babl-0.1.90-2
               baobab-42.0-1  bash-5.1.016-1  blas-3.10.1-1  blender-17:3.1.2-2.1
               blosc-1.21.1-2  bluez-5.64-2  bluez-libs-5.64-2  bluez-utils-5.64-2
               bolt-0.9.2-1  boost-libs-1.78.0-2  botan-2.19.1-1  brltty-6.4-10
               brotli-1.0.9-8  browserpass-3.0.10-2  browserpass-firefox-3.7.2-2
               btrfs-progs-5.17-1  bubblewrap-0.6.2-1  c-client-2007f-14
               ca-certificates-mozilla-3.78-1  cairo-1.17.6-2  calibre-5.42.0-2
               cantarell-fonts-1:0.303.1-1  cblas-3.10.1-1  cheese-41.1-2
               chromaprint-1.5.1-3  cifs-utils-6.15-1  clang-13.0.1-2
               clementine-1.4.0rc1+776+gcefe81d0c-2  clutter-1.26.4-2
               clutter-gst-3.0.27-4  clutter-gtk-1.8.4-3  cogl-1.22.8-2
               colord-1.4.6-1  colord-gtk-0.3.0-2  colord-gtk-common-0.3.0-2
               colord-gtk4-0.3.0-2  colord-sane-1.4.6-1  compiler-rt-13.0.1-1
               composer-2.3.5-1  coreutils-9.1-1  crypto++-8.6.0-2
               cryptsetup-2.4.3-2  curl-7.83.1-1  dav1d-1.0.0-1  dbeaver-22.0.4-1
               dbus-1.14.0-1  dbus-python-1.2.18-3  deluge-1:2.0.5-1
               desktop-file-utils-0.26-2  device-mapper-2.03.15-1
               dialog-1:1.3_20220414-1  dkms-3.0.3-1  dosfstools-4.2-2
               double-conversion-3.2.0-1  draco-1.5.1-2  dtc-1.6.1-4
               e2fsprogs-1.46.5-3  ecryptfs-utils-111-5  edk2-ovmf-202202-2
               efivar-38-2  electron-18.2.1-1  elfutils-0.187-1  ell-0.50-1
               embree-3.13.3-2  enchant-2.3.3-1  eog-42.1-1  epiphany-42.2-1
               ethtool-1:5.17-1  evince-42.2-1  evolution-data-server-3.44.1-1
               exempi-2.6.1-1  exiv2-0.27.5-3  expat-2.4.8-1  faac-1.30-3
               ffmpeg-2:5.0-7  ffmpeg4.4-4.4.1-5  ffnvcodec-headers-11.1.5.1-2
               fftw-3.3.10-2  file-roller-3.42.0-1  filesystem-2021.12.07-1
               filezilla-3.59.0-1  firefox-100.0.1-1  firefox-adblock-plus-3.13-1
               firefox-dark-reader-4.9.50-1  firefox-decentraleyes-2.0.17-1
               firefox-extension-mailvelope-4.5.1-1
               firefox-extension-passff-1.14.0-1  firefox-noscript-11.4.1-1
               firefox-tree-style-tab-3.8.23-1  firefox-tridactyl-1.22.1-1
               firefox-ublock-origin-1.42.4-1  flac-1.3.4-2  flashrom-1.2-3
               flatpak-1:1.12.7-1  fluidsynth-2.2.7-1  fmt-8.1.1-2  folks-0.15.5-1
               fontconfig-2:2.14.0-1  freeglut-3.2.2-2  freerdp-2:2.7.0-1
               freetype2-2.12.1-1  frei0r-plugins-1.7.0-2  fribidi-1.0.12-1
               fuse-common-3.11.0-1  fuse3-3.11.0-1  fwupd-1.8.0-1
               fwupd-efi-1.3-1  gavl-1.4.0-6  gc-8.2.0-3  gcc-12.1.0-2
               gcc-libs-12.1.0-2  gcr-3.41.0-2  gd-2.3.3-4  gdbm-1.23-1
               gdk-pixbuf2-2.42.8-1  gdm-42.0+r11+g4a52f026-1  gedit-42.0-1
               gegl-0.4.36-3  geoclue-2.6.0-2  geocode-glib-3.26.2+r9+g6047da3-2
               geoip-database-20220419-1  ghostscript-9.56.1-1  gimp-2.10.30-3
               git-2.36.1-1  gitg-2:41-1  gjs-2:1.72.0-1  glew-2.2.0-3
               glib-networking-1:2.72.0-1  glib2-2.72.1-1  glibc-2.35-5
               glibmm-2.66.4-1  glslang-11.9.0-1  glu-9.0.2-3
               gn-0.1967.80a40b07-1  gnome-autoar-0.4.3-2
               gnome-backgrounds-42.0-1  gnome-bluetooth-3.34.5-3
               gnome-bluetooth-3.0-42.0-1  gnome-boxes-42.0.1-2
               gnome-calculator-42.0-1  gnome-calendar-42.1-1
               gnome-characters-42.0-1  gnome-clocks-42.0-1
               gnome-color-manager-3.36.0+r25+g4aab8b59-1  gnome-contacts-42.0-1
               gnome-control-center-42.1-2  gnome-desktop-1:42.1-1
               gnome-desktop-4-1:42.1-1  gnome-desktop-common-1:42.1-1
               gnome-disk-utility-42.0-1  gnome-firmware-42.1-1
               gnome-font-viewer-42.0-1  gnome-logs-42.0-1  gnome-maps-42.1-1
               gnome-music-1:42.1-1  gnome-online-accounts-3.44.0-1
               gnome-photos-1:42.0-1  gnome-remote-desktop-42.1.1-1
               gnome-screenshot-41.0+r25+g45f08f0-1  gnome-session-42.0-1
               gnome-settings-daemon-42.1-1  gnome-shell-1:42.1-1
               gnome-shell-extensions-42.1-1  gnome-software-42.1-1
               gnome-system-monitor-42.0-1  gnome-terminal-3.44.0-1
               gnome-themes-extra-3.28+r6+g45b1d457-1
               gnome-tweaks-42beta+r9+gc66d8c3-1  gnome-user-docs-42.0-1
               gnome-weather-42.0-1  gnupg-2.2.35-2  gnutls-3.7.5-1
               gobject-introspection-runtime-1.72.0-1  gom-0.4-5  gparted-1.4.0-1
               gperftools-2.9.1-2  gpgme-1.17.1-1  gptfdisk-1.0.9-1
               graphene-1.10.8-1  graphicsmagick-1.3.38-2  graphviz-3.0.0-1
               grub-2:2.06-5  gsettings-desktop-schemas-42.0-1  gsl-2.7.1-1
               gsound-1.0.3-2  gspell-1.10.0-2  gst-editing-services-1.20.2-1
               gst-libav-1.20.2-1  gst-plugin-gtk-1.20.2-1
               gst-plugin-pipewire-1:0.3.51-1  gst-plugins-bad-1.20.2-1
               gst-plugins-bad-libs-1.20.2-1  gst-plugins-base-1.20.2-1
               gst-plugins-base-libs-1.20.2-1  gst-plugins-good-1.20.2-1
               gst-plugins-ugly-1.20.2-1  gstreamer-1.20.2-1  gtest-1.11.0-3
               gthumb-3.12.2-1  gtk-update-icon-cache-1:4.6.4-1  gtk-vnc-1.3.0-1
               gtk3-1:3.24.33+r28+g01edbfb976-1  gtk4-1:4.6.4-1  gtkmm3-3.24.6-1
               gtksourceview4-4.8.3-1  gtksourceview5-5.4.1-1  gupnp-1:1.4.3-1
               gvfs-1.50.1-1  gvfs-afc-1.50.1-1  gvfs-goa-1.50.1-1
               gvfs-google-1.50.1-1  gvfs-gphoto2-1.50.1-1  gvfs-mtp-1.50.1-1
               gvfs-nfs-1.50.1-1  gvfs-smb-1.50.1-1  harfbuzz-4.2.1-1
               harfbuzz-icu-4.2.1-1  hidapi-0.11.2-1  htop-3.2.0-1  hwdata-0.359-1
               hwids-20210613-1 [removal]  hwloc-2.7.1-1  iana-etc-20220427-1
               icu-71.1-1  imagemagick-7.1.0.35-1  imagemagick-doc-7.1.0.35-1
               imath-3.1.5-1  imlib2-1.9.0-3  iniparser-4.1-4  inkscape-1.1.2-3
               intel-ucode-20220510-1  iotop-0.6-9  iproute2-5.17.0-3
               iputils-20211215-1  iso-codes-4.9.0-1  iw-5.16-1  iwd-1.27-1
               jack2-1.9.21-1  jansson-2.14-2  jasper-3.0.3-1
               jdk-openjdk-18.0.1.1.u2-1  jemalloc-1:5.2.1-6
               jre-openjdk-18.0.1.1.u2-1  jre-openjdk-headless-18.0.1.1.u2-1
               jre11-openjdk-11.0.15.u10-1  jre11-openjdk-headless-11.0.15.u10-1
               js78-78.15.0-4  js91-91.9.0-1  json-c-0.16-1  json-glib-1.6.6-2
               jsoncpp-1.9.5-2  jxrlib-0.2.4-1  karchive-5.94.0-1  kauth-5.94.0-1
               kbookmarks-5.94.0-1  kcodecs-5.94.0-1  kcompletion-5.94.0-1
               kconfig-5.94.0-1  kconfigwidgets-5.94.0-1  kcoreaddons-5.94.0-1
               kcrash-5.94.0-1  kdbusaddons-5.94.0-1  kded-5.94.0-1
               kglobalaccel-5.94.0-1  kguiaddons-5.94.0-1  ki18n-5.94.0-1
               kiconthemes-5.94.0-1  kinit-5.94.0-1  kio-5.94.0-1
               kitemviews-5.94.0-1  kjobwidgets-5.94.0-1  kmod-29-3
               knewstuff-5.94.0-1  knotifications-5.94.0-1  knotifyconfig-5.94.0-1
               kodi-19.4-5  konsole-22.04.1-1  kpackage-5.94.0-1  kparts-5.94.0-1
               kpty-5.94.0-1  krb5-1.19.3-1  kservice-5.94.0-1
               ktextwidgets-5.94.0-1  kwallet-5.94.0-1  kwayland-5.94.0-2
               kwidgetsaddons-5.94.0-1  kwindowsystem-5.94.0-1  kxmlgui-5.94.0-1
               lapack-3.10.1-1  lcms2-2.13.1-1  ldb-2:2.5.0-1  ldns-1.8.1-1
               lensfun-1:0.3.3-1  lib2geom-1.1-2  libadwaita-1:1.1.1-1
               libaio-0.3.113-1  libappindicator-gtk3-12.10.0.r296-2
               libarchive-3.6.1-1  libass-0.15.2-2  libavif-0.10.1-1
               libavtp-0.2.0-1  libblockdev-2.26-3  libbluray-1.3.0-2
               libbpf-0.7.0-1  libbsd-0.11.6-2  libbytesize-2.6-3
               libcanberra-1:0.30+r2+gc0620e4-1  libcap-2.64-1  libcap-ng-0.8.3-1
               libcbor-0.9.0-1  libcdr-0.1.7-4  libcec-6.0.2-3
               libchamplain-0.12.20-3  libcheese-41.1-2  libcmis-0.5.2-9
               libcolord-1.4.6-1  libcups-1:2.4.1-1  libcurl-gnutls-7.83.1-1
               libdazzle-3.44.0-1  libdbusmenu-glib-16.04.0-5
               libdbusmenu-gtk3-16.04.0-5  libde265-1.0.8-2  libdispatch-5.5.0-1
               libdrm-2.4.110-1  libe-book-0.1.3-11  libebml-1.4.2-2
               libelf-0.187-1  libepoxy-1.5.10-1  libevdev-1.12.1-1
               libexif-0.6.24-1  libffi-3.4.2-5  libfilezilla-1:0.37.2-1
               libftdi-1.5-4  libgcrypt-1.10.1-1  libgdata-0.18.1-2
               libgdm-42.0+r11+g4a52f026-1  libgee-0.20.5-2  libgexiv2-0.14.0-3
               libgit2-1:1.4.3-1  libgit2-glib-1.0.0.1-2  libglvnd-1.4.0-2
               libgnomekbd-1:3.26.1+r5+g54da436-1  libgpg-error-1.45-1
               libgphoto2-2.5.29-1  libgpod-0.8.3-13  libgsf-1.14.49-1
               libgudev-237-2  libgusb-0.3.10-2  libgweather-40.0+r87+g80e5a652-2
               libgweather-4-4.0.0-1  libhandy-1.6.2-1  libheif-1.12.0-3
               libibus-1.5.26-2  libical-3.0.14-3  libieee1284-0.2.11-13
               libimagequant-2.17.0-3  libimobiledevice-1.3.0-5
               libindicator-gtk3-12.10.1-10  libinih-55-2  libinput-1.20.1-1
               libixion-0.17.0-1  libjcat-0.1.11-1  libjpeg-turbo-2.1.3-1
               libjxl-0.6.1-3  libkate-0.4.1-8  libldap-2.6.2-1  liblouis-3.21.0-1
               libltc-1.3.1-3  libmanette-0.2.6-3  libmatroska-1.6.3-2
               libmbim-1.26.4-1  libmfx-22.3.0-1  libmicrohttpd-0.9.75-1
               libmm-glib-1.18.8-1  libmnl-1.0.5-1  libmpc-1.2.1-2
               libmspub-0.1.4-12  libmwaw-0.3.21-2  libnautilus-extension-42.1.1-1
               libnetfilter_conntrack-1.0.9-1  libnewt-0.52.21-8
               libnfnetlink-1.0.2-1  libnfs-5.0.1-2  libnftnl-1.2.1-1
               libnghttp2-1.47.0-1  libnice-0.1.19-1  libnl-3.6.0-3
               libnm-1.38.0-1  libnma-1.8.38-1  libnma-common-1.8.38-1
               libnma-gtk4-1.8.38-1  libnotify-0.7.12-1  libnsl-2.0.0-2
               libnumbertext-1.0.10-1  liboauth-1:1.0.3+r15+gac4cf3a-1
               libopenmpt-0.6.3-1  liborcus-0.17.2-1  libosinfo-1.10.0-1
               libp11-kit-0.24.1-1  libpackagekit-glib-1.2.5-1  libpcap-1.10.1-2
               libpeas-1.32.0-1  libpgm-5.3.128-2  libphonenumber-1:8.12.47-1
               libplacebo-4.192.1-2  libplist-2.2.0-5  libportal-0.6-1
               libportal-gtk3-0.6-1  libproxy-0.4.17-6  libpulse-15.0-4
               libpwquality-1.4.4-5  libqmi-1.30.6-1  libqrtr-glib-1.2.2-2
               libqxp-0.0.2-8  libraqm-0.9.0-1  libraw-0.20.2-2
               libreoffice-fresh-7.3.3-2  libreoffice-fresh-pt-br-7.3.3-1
               librsvg-2:2.54.3-1  libsasl-2.1.28-1  libseccomp-2.5.4-1
               libsecret-0.20.5-2  libshout-1:2.4.6-1  libsigc++-2.10.8-1
               libslirp-4.7.0-1  libsndfile-1.1.0-2  libsoup-2.74.2-2
               libsoup3-3.0.6-1  libspectre-0.2.10-1  libspeechd-0.11.1-3
               libspnav-1.0-1  libstemmer-2.2.0-2  libsynctex-2022.62885-1
               libsysprof-capture-3.44.0-1  libtasn1-4.18.0-1  libteam-1.31-5
               libtg_owt-0.git13.63a934d-1  libthai-0.1.29-1  libtiff-4.3.0-2
               libtorrent-rasterbar-1:2.0.6-1  libunistring-1.0-1
               libunrar-1:6.1.7-1  libunwind-1.6.2-1  libupnp-1.14.12-3
               liburcu-0.13.1-1  libusb-1.0.26-1  libuv-1.43.0-1  libva-2.14.0-1
               libvdpau-1.5-1  libvirt-1:8.3.0-1  libvisio-0.1.7-7
               libvorbis-1.3.7-3  libvpx-1.11.0-2  libwacom-2.2.0-1
               libwebp-1.2.2-1  libwpe-1.12.0-2  libx11-1.8-1  libxcb-1.15-1
               libxcrypt-4.4.28-2  libxcursor-1.2.1-1  libxkbcommon-1.4.0-1
               libxkbcommon-x11-1.4.0-1  libxml2-2.9.14-1  libxmlb-0.3.8-1
               libxslt-1.1.35-1  libxvmc-1.0.13-1  libyuv-r2322+3aebf69d-1
               libzmf-0.0.2-12  licenses-20220125-1  lilv-0.24.12-4
               linux-5.17.8.arch1-1  linux-api-headers-5.17.5-2
               linux-firmware-20220509.b19cbdc-1
               linux-firmware-qcom-20220509.b19cbdc-1
               linux-firmware-whence-20220509.b19cbdc-1  lirc-1:0.10.1-12
               llvm-libs-13.0.1-3  lrzip-0.641-2  lua-5.4.4-1  lua52-expat-1.4.1-2
               lua52-lpeg-1.0.2-4  lua52-socket-1:3.0.0-1
               luajit-2.1.0.beta3.r404.g3ee3c9cf-1  lv2-1.18.2-1  lvm2-2.03.15-1
               malcontent-0.10.3-2  mariadb-10.7.3-1  mariadb-clients-10.7.3-1
               mariadb-libs-10.7.3-1  mbedtls-2.28.0-1  mdadm-4.2-2
               megasync-4.6.3-6  mesa-22.0.3-1  meson-0.62.1-1  miniupnpc-2.2.3-1
               minizip-1:1.2.12-2  mkinitcpio-31-2  mkinitcpio-busybox-1.35.0-1
               mobile-broadband-provider-info-20220511-1  mpfr-4.1.0.p13-2
               mpg123-1.29.3-2  mpv-1:0.34.1-4  mtools-1:4.0.39-1  mtr-0.95-3
               mujs-1.2.0-2  multipath-tools-0.8.9-1  mutter-42.1-1
               mysql-workbench-8.0.29-1  nano-6.3-1  nautilus-42.1.1-1
               ncurses-6.3-3  ndctl-73-1  neon-0.32.2-1  net-snmp-5.9.1-3
               netbeans-13-1  nethogs-0.8.7-1  netpbm-10.73.37-1
               networkmanager-1.38.0-1  nm-connection-editor-1.26.0-1
               node-gyp-9.0.0-1  nodejs-18.2.0-1  npm-8.5.5-1  nspr-4.33-2
               nss-3.78-1  numactl-2.0.14-2  obs-studio-27.2.4-1
               oniguruma-6.9.8-1  openal-1.22.0-1  opencolorio-2.1.1-2
               openexr-3.1.5-1  openimagedenoise-1.4.3-1  openimageio-2.3.14.0-1
               openjpeg2-2.5.0-1  openmpi-4.1.2-1  openshadinglanguage-1.11.17.0-2
               openssh-9.0p1-1  openssl-1.1.1.o-1  opensubdiv-3.4.4-10
               openvdb-9.0.0-9  openxr-1.0.22-1  opus-1.3.1-3  orca-42.1-1
               osinfo-db-20220214-1  ostree-2022.3-1  p11-kit-0.24.1-1
               pacman-contrib-1.5.1-1  pacman-mirrorlist-20220501-1
               pambase-20211210-1  pango-1:1.50.7-1  pangomm-2.46.2-1
               partclone-0.3.19-1  parted-3.5-1  pass-1.7.4-2  pciutils-3.8.0-1
               pcre2-10.40-1  pcsclite-1.9.7-1  perl-5.34.1-1  phodav-2.5-2
               phonon-qt5-4.11.1-3  phonon-qt5-gstreamer-4.10.0-3  php-8.1.6-1
               php7-7.4.29-2  php7-apache-7.4.29-2  php7-gd-7.4.29-2
               php7-imagick-3.7.0-2  php7-imap-7.4.29-2  php7-pgsql-7.4.29-2
               php7-snmp-7.4.29-2  php7-sqlite-7.4.29-2  php7-xsl-7.4.29-2
               phpmyadmin-5.2.0-1  pigz-2.7-1  pipewire-1:0.3.51-1
               pipewire-media-session-1:0.4.1-2  podofo-0.9.8-1  polkit-0.120-5
               poppler-22.05.0-2  poppler-glib-22.05.0-2  popt-1.18-3
               postgresql-libs-14.3-1  power-profiles-daemon-0.11.1-1
               proj-8.2.0-1  projectm-3.1.12-3  protobuf-3.20.1-2
               protobuf-c-1.4.0-3  psmisc-23.5-1  ptex-2.4.1-3  pugixml-1.12.1-1
               pulseaudio-15.0-4  pulseaudio-alsa-1:1.2.6-3
               pulseaudio-bluetooth-15.0-4  pybind11-2.9.2-1  python-3.10.4-1
               python-appdirs-1.4.4-6  python-apsw-3.36.0-2  python-atspi-2.38.2-1
               python-attrs-21.4.0-1  python-automat-20.2.0-9
               python-beaker-1.11.0-8  python-beautifulsoup4-4.10.0-1
               python-brotlicffi-1.0.9.2-3  python-cairo-1.21.0-1
               python-cchardet-2.1.7-4  python-cffi-1.15.0-3
               python-chardet-4.0.0-5  python-click-8.1.3-1
               python-constantly-15.1.0-11  python-cryptography-37.0.0-1
               python-css-parser-1.0.6-5  python-cssselect-1.1.0-9
               python-dateutil-2.8.2-4  python-distro-1.7.0-1
               python-dnspython-1:2.2.1-1  python-feedparser-6.0.3-1
               python-geoip-1.3.2-12  python-gobject-3.42.1-1
               python-html2text-2020.1.16-5  python-html5-parser-0.4.10-3
               python-html5lib-1.1-11  python-hyperlink-21.0.0-4
               python-idna-3.3-4  python-ifaddr-0.1.7-5
               python-importlib-metadata-4.8.1-3  python-incremental-21.3.0-5
               python-jeepney-0.7.1-3  python-lxml-4.8.0-1  python-mako-1.1.6-3
               python-markdown-3.3.7-1  python-markupsafe-2.1.1-1
               python-mechanize-1:0.4.6-3  python-more-itertools-8.12.0-2
               python-msgpack-1.0.3-1  python-multivolumefile-0.2.3-3
               python-netifaces-0.11.0-3  python-numpy-1.22.3-1
               python-ordered-set-4.0.2-6  python-packaging-21.3-1
               python-pillow-9.1.0-1  python-ply-3.11-10  python-psutil-5.9.0-2
               python-py7zr-0.18.5-1  python-pyasn1-0.4.8-7
               python-pyasn1-modules-0.2.8-6  python-pychm-0.8.6-6
               python-pycparser-2.21-3  python-pycryptodome-3.14.1-1
               python-pycryptodomex-3.12.0-1  python-pygments-2.12.0-1
               python-pyopenssl-22.0.0-1  python-pyparsing-3.0.8-1
               python-pyppmd-0.18.2-1  python-pyqt5-5.15.6-7
               python-pyqt5-sip-12.10.1-1  python-pyqt5-webengine-5.15.5-4
               python-pyxdg-0.27-4  python-pyzstd-0.15.2-1
               python-regex-2021.11.10-3  python-rencode-1.0.6-7
               python-requests-2.27.1-1  python-service-identity-21.1.0-4
               python-setproctitle-1.2.3-1  python-setuptools-1:60.5.0-1
               python-sgmllib3k-1.0.0-4  python-simplejson-3.17.6-3
               python-six-1.16.0-5  python-soupsieve-2.3.1-1
               python-texttable-1.6.4-3  python-twisted-21.7.0-4
               python-typing_extensions-4.2.0-1  python-unrardll-0.1.5-1
               python-urllib3-1.26.9-1  python-webencodings-0.5.1-9
               python-zeroconf-0.38.4-1  python-zipfile-deflate64-0.2.0-1
               python-zipp-3.8.0-1  python-zope-interface-5.4.0-4
               qbittorrent-4.4.2-2  qemu-6.1.0-5 [removal]
               qemu-audio-alsa-7.0.0-9  qemu-audio-dbus-7.0.0-9
               qemu-audio-jack-7.0.0-9  qemu-audio-oss-7.0.0-9
               qemu-audio-pa-7.0.0-9  qemu-audio-sdl-7.0.0-9
               qemu-audio-spice-7.0.0-9  qemu-block-curl-7.0.0-9
               qemu-block-dmg-7.0.0-9  qemu-block-nfs-7.0.0-9
               qemu-block-ssh-7.0.0-9  qemu-chardev-spice-7.0.0-9
               qemu-common-7.0.0-9  qemu-desktop-7.0.0-9
               qemu-hw-display-qxl-7.0.0-9  qemu-hw-display-virtio-gpu-7.0.0-9
               qemu-hw-display-virtio-gpu-gl-7.0.0-9
               qemu-hw-display-virtio-gpu-pci-7.0.0-9
               qemu-hw-display-virtio-gpu-pci-gl-7.0.0-9
               qemu-hw-display-virtio-vga-7.0.0-9
               qemu-hw-display-virtio-vga-gl-7.0.0-9
               qemu-hw-s390x-virtio-gpu-ccw-7.0.0-9  qemu-hw-usb-host-7.0.0-9
               qemu-hw-usb-redirect-7.0.0-9  qemu-hw-usb-smartcard-7.0.0-9
               qemu-img-7.0.0-9  qemu-pr-helper-7.0.0-9  qemu-system-x86-7.0.0-9
               qemu-tools-7.0.0-9  qemu-ui-curses-7.0.0-9  qemu-ui-dbus-7.0.0-9
               qemu-ui-egl-headless-7.0.0-9  qemu-ui-gtk-7.0.0-9
               qemu-ui-opengl-7.0.0-9  qemu-ui-sdl-7.0.0-9
               qemu-ui-spice-app-7.0.0-9  qemu-ui-spice-core-7.0.0-9
               qemu-vhost-user-gpu-7.0.0-9  qemu-virtiofsd-7.0.0-9
               qrencode-4.1.1-1  qt5-base-5.15.4+kde+r139-1
               qt5-declarative-5.15.4+kde+r17-1  qt5-imageformats-5.15.4+kde+r1-1
               qt5-location-5.15.4+kde+r2-1  qt5-multimedia-5.15.4+kde+r0-1
               qt5-script-5.15.9-2  qt5-sensors-5.15.4+kde+r0-1
               qt5-speech-5.15.4+kde+r1-1  qt5-svg-5.15.4+kde+r10-1
               qt5-tools-5.15.4+kde+r0-1  qt5-translations-5.15.4+kde+r2-1
               qt5-wayland-5.15.4+kde+r38-1  qt5-webchannel-5.15.4+kde+r3-1
               qt5-webengine-5.15.9-3  qt5-webkit-5.212.0alpha4-14
               qt5-x11extras-5.15.4+kde+r0-1  qt6-5compat-6.3.0-2
               qt6-base-6.3.0-3  qt6-declarative-6.3.0-2  qt6-imageformats-6.3.0-2
               qt6-svg-6.3.0-1  qt6-translations-6.3.0-1  qt6-wayland-6.3.0-1
               raptor-2.0.15-19  rasqal-1:0.9.33-5  rav1e-0.4.1-2
               re2-1:20220401-1  readline-8.1.002-1  rest-0.8.1+r4+ge5ee6ef-1
               rsync-3.2.4-1  rtmpdump-1:2.4.r99.f1b83c1-2  rubberband-2.0.2-1
               rygel-1:0.40.3-1  sane-1.1.1-1  screen-4.9.0-1
               sdl-1.2.15+387+gfbfcca32-1 [removal]  sdl12-compat-1.2.52-2
               sdl2-2.0.22-1  seabios-1.16.0-1  semver-7.3.7-1  sg3_utils-1.47-1
               shaderc-2022.1-3  shadow-4.11.1-1
               shared-mime-info-2.0+144+g13695c7-1  simple-scan-42.1-1
               smbclient-4.16.1-3  smplayer-22.2.0-1  solid-5.94.0-1
               sonnet-5.94.0-1  soundtouch-2.3.1-2  speech-dispatcher-0.11.1-3
               spice-gtk-0.40-1  spirv-tools-2022.1-1  spotifyd-0.3.3-1
               sqlite-3.38.5-1  sratom-0.6.8-3  suil-0.10.10-2
               suitesparse-5.12.0-1  sushi-41.2-1  svt-av1-0.9.0-2
               svt-hevc-1.5.1-2  syndication-5.94.0-1  systemd-250.5-1
               systemd-libs-250.5-1  systemd-sysvcompat-250.5-1  talloc-2.3.3-3
               tbb-2021.5.0-1  tcl-8.6.12-3  tdb-1.4.6-1  telegram-desktop-3.7.3-1
               tepl-6.0.1-1  tevent-1:0.11.0-3  thunderbird-91.9.0-1
               tinyxml-2.6.2-9  totem-42.0-1  tracker-2.3.6+7+gb27396252-4
               tracker-miners-2.3.5+2+gec09554af-5  tracker3-3.3.0-2
               tracker3-miners-3.3.0-2  tree-2.0.2-1  tzdata-2022a-1
               unixodbc-2.3.11-1  unrar-1:6.1.7-1  unzip-6.0-18  upower-0.99.18-1
               usbredir-0.12.0-1  usbutils-014-2  util-linux-2.38-1
               util-linux-libs-2.38-1  vde2-2.3.2-21  vim-8.2.4827-1
               vim-runtime-8.2.4827-1  virtualbox-host-dkms-6.1.34-2
               vlc-3.0.17.4-3  vmaf-2.3.1-1  volume_key-0.3.12-7
               vte-common-0.68.0-2  vte3-0.68.0-2  vulkan-headers-1:1.3.213-1
               vulkan-icd-loader-1.3.213-1  wayland-1.20.0-2
               wayland-protocols-1.25-1  waylandpp-1.0.0-1  webkit2gtk-2.36.1-1
               webkit2gtk-4.1-2.36.1-1  wget-1.21.3-1  wpa_supplicant-2:2.10-4
               wpebackend-fdo-1.12.0-2  wxgtk-common-3.0.5.1-3  wxgtk3-3.0.5.1-3
               x264-3:0.164.r3081.19856cc-2  x265-3.5-3  xcb-proto-1.15-1
               xdg-dbus-proxy-0.1.4-1  xdg-desktop-portal-1.14.4-1
               xdg-desktop-portal-gnome-42.1-1  xdg-desktop-portal-gtk-1.14.0-1
               xf86-input-libinput-1.2.1-1  xf86-video-amdgpu-22.0.0-1
               xf86-video-ati-1:19.1.0.r9.g5eba006e-2  xf86-video-dummy-0.4.0-1
               xfsprogs-5.16.0-1  xkeyboard-config-2.35.1-1  xmlsec-1.2.34-1
               xorg-server-21.1.3-6  xorg-server-common-21.1.3-6
               xorg-setxkbmap-1.3.3-1  xorg-xauth-1.1.2-1  xorg-xwayland-22.1.1-1
               xorgproto-2022.1-1  xxhash-0.8.1-2  xz-5.2.5-3  yajl-2.1.0-5
               yakuake-22.04.1-1  yasm-1.3.0-5  yelp-42.1-2  yelp-xsl-42.0-1
               zbar-0.23.1-9  zenity-3.42.1-1  zimg-3.0.3-2  zip-3.0-10
               zita-alsa-pcmi-0.4.0-1  zlib-1:1.2.12-2  zstd-1.5.2-3
               zxing-cpp-1.3.0-1

Total Installed Size:  9161.09 MiB
Net Upgrade Size:       189.50 MiB

:: Proceed with installation? [Y/n] 
(886/886) checking keys in keyring                 [#########################] 100%
(886/886) checking package integrity               [#########################] 100%
(886/886) loading package files                    [#########################] 100%
(886/886) checking for file conflicts              [#########################] 100%
(889/889) checking available disk space            [#########################] 100%
:: Running pre-transaction hooks...
(1/2) Removing linux initcpios...
(2/2) Remove DKMS modules
==> Unable to remove module vboxhost/6.1.28_OSE for kernel 5.14.16-arch1-1: Not found in dkms status output.
==> Unable to remove module vboxhost/6.1.28_OSE for kernel *: Not found in dkms status output.
:: Processing package changes...
(1/3) removing sdl                                 [#########################] 100%
(2/3) removing qemu                                [#########################] 100%
(3/3) removing hwids                               [#########################] 100%
(  1/886) upgrading linux-api-headers              [#########################] 100%
(  2/886) upgrading tzdata                         [#########################] 100%
(  3/886) upgrading iana-etc                       [#########################] 100%
(  4/886) upgrading filesystem                     [#########################] 100%
(  5/886) upgrading glibc                          [#########################] 100%
Generating locales...
  en_US.UTF-8... done
  pt_BR.UTF-8... done
Generation complete.
(  6/886) upgrading libffi                         [#########################] 100%
(  7/886) upgrading util-linux-libs                [#########################] 100%
(  8/886) upgrading zlib                           [#########################] 100%
(  9/886) installing libsysprof-capture            [#########################] 100%
( 10/886) upgrading gcc-libs                       [#########################] 100%
( 11/886) upgrading ncurses                        [#########################] 100%
( 12/886) upgrading readline                       [#########################] 100%
( 13/886) upgrading bash                           [#########################] 100%
( 14/886) upgrading glib2                          [#########################] 100%
New optional dependencies for glib2
    gvfs: most gio functionality [installed]
( 15/886) upgrading expat                          [#########################] 100%
( 16/886) upgrading attr                           [#########################] 100%
( 17/886) upgrading acl                            [#########################] 100%
( 18/886) upgrading e2fsprogs                      [#########################] 100%
( 19/886) upgrading openssl                        [#########################] 100%
( 20/886) upgrading gdbm                           [#########################] 100%
( 21/886) upgrading libsasl                        [#########################] 100%
( 22/886) upgrading libldap                        [#########################] 100%
( 23/886) upgrading krb5                           [#########################] 100%
( 24/886) upgrading libcap-ng                      [#########################] 100%
( 25/886) upgrading audit                          [#########################] 100%
( 26/886) upgrading libxcrypt                      [#########################] 100%
( 27/886) upgrading pambase                        [#########################] 100%
( 28/886) upgrading libcap                         [#########################] 100%
( 29/886) upgrading libgpg-error                   [#########################] 100%
( 30/886) upgrading libgcrypt                      [#########################] 100%
( 31/886) upgrading libtasn1                       [#########################] 100%
( 32/886) upgrading libp11-kit                     [#########################] 100%
( 33/886) upgrading xz                             [#########################] 100%
( 34/886) upgrading zstd                           [#########################] 100%
( 35/886) upgrading systemd-libs                   [#########################] 100%
( 36/886) upgrading device-mapper                  [#########################] 100%
( 37/886) upgrading popt                           [#########################] 100%
( 38/886) upgrading json-c                         [#########################] 100%
( 39/886) upgrading argon2                         [#########################] 100%
( 40/886) upgrading cryptsetup                     [#########################] 100%
( 41/886) upgrading dbus                           [#########################] 100%
( 42/886) upgrading kmod                           [#########################] 100%
( 43/886) installing hwdata                        [#########################] 100%
( 44/886) upgrading brotli                         [#########################] 100%
( 45/886) upgrading libnghttp2                     [#########################] 100%
( 46/886) upgrading libunistring                   [#########################] 100%
( 47/886) upgrading coreutils                      [#########################] 100%
( 48/886) upgrading p11-kit                        [#########################] 100%
( 49/886) upgrading ca-certificates-mozilla        [#########################] 100%
( 50/886) upgrading curl                           [#########################] 100%
( 51/886) upgrading libelf                         [#########################] 100%
( 52/886) upgrading libseccomp                     [#########################] 100%
( 53/886) upgrading shadow                         [#########################] 100%
( 54/886) upgrading util-linux                     [#########################] 100%
( 55/886) upgrading pcre2                          [#########################] 100%
( 56/886) upgrading libnl                          [#########################] 100%
( 57/886) upgrading libpcap                        [#########################] 100%
( 58/886) upgrading libmnl                         [#########################] 100%
( 59/886) upgrading libnfnetlink                   [#########################] 100%
( 60/886) upgrading libnetfilter_conntrack         [#########################] 100%
( 61/886) upgrading libnftnl                       [#########################] 100%
( 62/886) upgrading systemd                        [#########################] 100%
( 63/886) upgrading js78                           [#########################] 100%
( 64/886) upgrading polkit                         [#########################] 100%
( 65/886) upgrading accountsservice                [#########################] 100%
warning: directory permissions differ on /var/lib/AccountsService/
filesystem: 755  package: 775
( 66/886) upgrading libjpeg-turbo                  [#########################] 100%
( 67/886) upgrading libtiff                        [#########################] 100%
( 68/886) upgrading icu                            [#########################] 100%
( 69/886) upgrading libxml2                        [#########################] 100%
New optional dependencies for libxml2
    python: Python bindings [installed]
( 70/886) upgrading shared-mime-info               [#########################] 100%
( 71/886) upgrading gdk-pixbuf2                    [#########################] 100%
New optional dependencies for gdk-pixbuf2
    libjxl: Load .jxl [installed]
( 72/886) upgrading harfbuzz                       [#########################] 100%
( 73/886) upgrading freetype2                      [#########################] 100%
( 74/886) upgrading fontconfig                     [#########################] 100%
Rebuilding fontconfig cache...
( 75/886) upgrading xcb-proto                      [#########################] 100%
( 76/886) upgrading libxcb                         [#########################] 100%
( 77/886) upgrading xorgproto                      [#########################] 100%
( 78/886) upgrading libx11                         [#########################] 100%
( 79/886) upgrading cairo                          [#########################] 100%
( 80/886) upgrading libthai                        [#########################] 100%
( 81/886) upgrading fribidi                        [#########################] 100%
( 82/886) upgrading pango                          [#########################] 100%
( 83/886) upgrading librsvg                        [#########################] 100%
( 84/886) upgrading gtk-update-icon-cache          [#########################] 100%
( 85/886) upgrading adwaita-icon-theme             [#########################] 100%
( 86/886) upgrading sqlite                         [#########################] 100%
( 87/886) upgrading iw                             [#########################] 100%
( 88/886) upgrading ethtool                        [#########################] 100%
( 89/886) upgrading libnsl                         [#########################] 100%
( 90/886) upgrading python                         [#########################] 100%
( 91/886) upgrading hwloc                          [#########################] 100%
( 92/886) upgrading libusb                         [#########################] 100%
( 93/886) upgrading usbutils                       [#########################] 100%
( 94/886) upgrading aircrack-ng                    [#########################] 100%
( 95/886) upgrading alsa-card-profiles             [#########################] 100%
( 96/886) upgrading alsa-ucm-conf                  [#########################] 100%
( 97/886) upgrading alsa-lib                       [#########################] 100%
( 98/886) upgrading alsa-plugins                   [#########################] 100%
New optional dependencies for alsa-plugins
    ffmpeg: for pcm_a52 plugin [installed]
( 99/886) upgrading atk                            [#########################] 100%
(100/886) upgrading libxcursor                     [#########################] 100%
(101/886) upgrading libepoxy                       [#########################] 100%
(102/886) upgrading wayland                        [#########################] 100%
(103/886) upgrading xkeyboard-config               [#########################] 100%
(104/886) upgrading libxkbcommon                   [#########################] 100%
(105/886) upgrading json-glib                      [#########################] 100%
(106/886) upgrading desktop-file-utils             [#########################] 100%
(107/886) upgrading libdrm                         [#########################] 100%
(108/886) upgrading libunwind                      [#########################] 100%
(109/886) upgrading llvm-libs                      [#########################] 100%
(110/886) upgrading libglvnd                       [#########################] 100%
(111/886) upgrading vulkan-icd-loader              [#########################] 100%
(112/886) upgrading mesa                           [#########################] 100%
(113/886) upgrading cantarell-fonts                [#########################] 100%
(114/886) upgrading lcms2                          [#########################] 100%
(115/886) upgrading libcolord                      [#########################] 100%
(116/886) upgrading libproxy                       [#########################] 100%
(117/886) upgrading gnutls                         [#########################] 100%
New optional dependencies for gnutls
    zstd: for compression support [installed]
(118/886) upgrading gsettings-desktop-schemas      [#########################] 100%
(119/886) upgrading glib-networking                [#########################] 100%
(120/886) upgrading libsoup                        [#########################] 100%
(121/886) upgrading rest                           [#########################] 100%
(122/886) upgrading avahi                          [#########################] 100%
(123/886) upgrading libcups                        [#########################] 100%
(124/886) upgrading iso-codes                      [#########################] 100%
(125/886) upgrading libstemmer                     [#########################] 100%
(126/886) upgrading libsoup3                       [#########################] 100%
(127/886) upgrading tracker3                       [#########################] 100%
(128/886) upgrading at-spi2-core                   [#########################] 100%
(129/886) upgrading gtk3                           [#########################] 100%
New optional dependencies for gtk3
    evince: Default print preview command [installed]
(130/886) upgrading amtk                           [#########################] 100%
(131/886) upgrading antlr4-runtime                 [#########################] 100%
(132/886) upgrading aom                            [#########################] 100%
(133/886) upgrading apr-util                       [#########################] 100%
(134/886) upgrading apache                         [#########################] 100%
(135/886) upgrading libxmlb                        [#########################] 100%
(136/886) upgrading appstream                      [#########################] 100%
(137/886) upgrading python-cairo                   [#########################] 100%
(138/886) upgrading gobject-introspection-runtime  [#########################] 100%
(139/886) upgrading python-gobject                 [#########################] 100%
(140/886) upgrading arandr                         [#########################] 100%
(141/886) upgrading libevdev                       [#########################] 100%
(142/886) upgrading libgudev                       [#########################] 100%
(143/886) upgrading libwacom                       [#########################] 100%
New optional dependencies for libwacom
    python-libevdev: for libwacom-show-stylus
(144/886) upgrading libinput                       [#########################] 100%
New optional dependencies for libinput
    gtk4: libinput debug-gui [installed]
(145/886) upgrading libxkbcommon-x11               [#########################] 100%
(146/886) upgrading double-conversion              [#########################] 100%
(147/886) installing qt5-translations              [#########################] 100%
(148/886) upgrading qt5-base                       [#########################] 100%
(149/886) upgrading attica                         [#########################] 100%
(150/886) upgrading soundtouch                     [#########################] 100%
(151/886) upgrading gstreamer                      [#########################] 100%
New optional dependencies for gstreamer
    python: gst-plugins-doc-cache-generator [installed]
(152/886) upgrading gst-plugins-base-libs          [#########################] 100%
(153/886) upgrading wxgtk-common                   [#########################] 100%
(154/886) upgrading libnotify                      [#########################] 100%
(155/886) upgrading wxgtk3                         [#########################] 100%
(156/886) upgrading flac                           [#########################] 100%
(157/886) upgrading opus                           [#########################] 100%
(158/886) upgrading jack2                          [#########################] 100%
New optional dependencies for jack2
    jack-example-tools: for official JACK example-clients and tools
    jack2-docs: for developer documentation
(159/886) installing lv2                           [#########################] 100%
Optional dependencies for lv2
    sord: for lv2_validate [installed]
    libsndfile: for eg-sampler.lv2 [installed]
    atk: for eg-sampler.lv2 and eg-scope.lv2 [installed]
    cairo: for eg-sampler.lv2 and eg-scope.lv2 [installed]
    fontconfig: for eg-sampler.lv2 and eg-scope.lv2 [installed]
    freetype2: for eg-sampler.lv2 and eg-scope.lv2 [installed]
    glib2: for eg-sampler.lv2 and eg-scope.lv2 [installed]
    gtk2: for eg-sampler.lv2 and eg-scope.lv2 [installed]
    harfbuzz: for eg-sampler.lv2 and eg-scope.lv2 [installed]
    pango: for eg-sampler.lv2 and eg-scope.lv2 [installed]
    python-pygments: for lv2specgen.py [installed]
    python-rdflib: for lv2specgen.py
(160/886) upgrading sratom                         [#########################] 100%
(161/886) upgrading lilv                           [#########################] 100%
(162/886) upgrading libvorbis                      [#########################] 100%
(163/886) upgrading libsndfile                     [#########################] 100%
(164/886) upgrading suil                           [#########################] 100%
(165/886) upgrading audacity                       [#########################] 100%
(166/886) upgrading babl                           [#########################] 100%
(167/886) upgrading graphene                       [#########################] 100%
(168/886) upgrading gst-plugins-bad-libs           [#########################] 100%
(169/886) upgrading gtk4                           [#########################] 100%
New optional dependencies for gtk4
    evince: Default print preview command [installed]
(170/886) installing libadwaita                    [#########################] 100%
(171/886) upgrading baobab                         [#########################] 100%
(172/886) upgrading blas                           [#########################] 100%
(173/886) upgrading imath                          [#########################] 100%
(174/886) upgrading openexr                        [#########################] 100%
(175/886) upgrading python-urllib3                 [#########################] 100%
(176/886) upgrading python-chardet                 [#########################] 100%
(177/886) upgrading python-idna                    [#########################] 100%
(178/886) upgrading python-requests                [#########################] 100%
(179/886) upgrading glu                            [#########################] 100%
(180/886) upgrading glew                           [#########################] 100%
(181/886) upgrading openjpeg2                      [#########################] 100%
(182/886) upgrading cblas                          [#########################] 100%
(183/886) upgrading lapack                         [#########################] 100%
(184/886) upgrading python-numpy                   [#########################] 100%
(185/886) upgrading openal                         [#########################] 100%
(186/886) upgrading libass                         [#########################] 100%
(187/886) upgrading libbluray                      [#########################] 100%
(188/886) upgrading dav1d                          [#########################] 100%
(189/886) upgrading libmfx                         [#########################] 100%
(190/886) upgrading libpulse                       [#########################] 100%
(191/886) upgrading rav1e                          [#########################] 100%
(192/886) upgrading libva                          [#########################] 100%
(193/886) upgrading libvdpau                       [#########################] 100%
(194/886) upgrading libvpx                         [#########################] 100%
(195/886) upgrading libwebp                        [#########################] 100%
(196/886) upgrading x264                           [#########################] 100%
(197/886) upgrading x265                           [#########################] 100%
(198/886) upgrading zimg                           [#########################] 100%
(199/886) upgrading libibus                        [#########################] 100%
(200/886) upgrading hidapi                         [#########################] 100%
(201/886) upgrading sdl2                           [#########################] 100%
(202/886) upgrading svt-av1                        [#########################] 100%
(203/886) upgrading vmaf                           [#########################] 100%
(204/886) upgrading ffmpeg                         [#########################] 100%
(205/886) upgrading ldns                           [#########################] 100%
(206/886) upgrading openssh                        [#########################] 100%
(207/886) upgrading perl                           [#########################] 100%
(208/886) upgrading openmpi                        [#########################] 100%
(209/886) upgrading fftw                           [#########################] 100%
(210/886) upgrading boost-libs                     [#########################] 100%
(211/886) upgrading jsoncpp                        [#########################] 100%
(212/886) upgrading openxr                         [#########################] 100%
(213/886) upgrading freeglut                       [#########################] 100%
(214/886) upgrading tinyxml                        [#########################] 100%
(215/886) upgrading opencolorio                    [#########################] 100%
(216/886) upgrading jasper                         [#########################] 100%
(217/886) upgrading libraw                         [#########################] 100%
(218/886) upgrading fmt                            [#########################] 100%
(219/886) upgrading pugixml                        [#########################] 100%
(220/886) upgrading pybind11                       [#########################] 100%
(221/886) upgrading libde265                       [#########################] 100%
(222/886) upgrading libheif                        [#########################] 100%
(223/886) upgrading openimageio                    [#########################] 100%
(224/886) upgrading mpfr                           [#########################] 100%
(225/886) upgrading libmpc                         [#########################] 100%
(226/886) upgrading gcc                            [#########################] 100%
(227/886) upgrading compiler-rt                    [#########################] 100%
(228/886) upgrading clang                          [#########################] 100%
(229/886) upgrading openshadinglanguage            [#########################] 100%
(230/886) upgrading tbb                            [#########################] 100%
(231/886) upgrading openimagedenoise               [#########################] 100%
(232/886) upgrading jemalloc                       [#########################] 100%
(233/886) upgrading libspnav                       [#########################] 100%
(234/886) upgrading ptex                           [#########################] 100%
(235/886) upgrading opensubdiv                     [#########################] 100%
(236/886) upgrading blosc                          [#########################] 100%
(237/886) upgrading openvdb                        [#########################] 100%
(238/886) upgrading embree                         [#########################] 100%
(239/886) installing draco                         [#########################] 100%
(240/886) upgrading blender                        [#########################] 100%
(241/886) upgrading libical                        [#########################] 100%
(242/886) upgrading bluez                          [#########################] 100%
warning: /etc/bluetooth/main.conf installed as /etc/bluetooth/main.conf.pacnew
warning: directory permissions differ on /var/lib/bluetooth/
filesystem: 755  package: 700
(243/886) upgrading bluez-libs                     [#########################] 100%
(244/886) upgrading bluez-utils                    [#########################] 100%
(245/886) upgrading bolt                           [#########################] 100%
(246/886) upgrading botan                          [#########################] 100%
(247/886) upgrading liblouis                       [#########################] 100%
(248/886) upgrading libspeechd                     [#########################] 100%
(249/886) upgrading brltty                         [#########################] 100%
Please add your user to the brlapi group.
New optional dependencies for brltty
    tcl: tcl support [installed]
(250/886) upgrading libsecret                      [#########################] 100%
(251/886) upgrading gnupg                          [#########################] 100%
(252/886) upgrading browserpass                    [#########################] 100%
(253/886) upgrading browserpass-firefox            [#########################] 100%
(254/886) upgrading btrfs-progs                    [#########################] 100%
(255/886) upgrading bubblewrap                     [#########################] 100%
(256/886) upgrading c-client                       [#########################] 100%
(257/886) upgrading jxrlib                         [#########################] 100%
(258/886) upgrading lua                            [#########################] 100%
(259/886) upgrading podofo                         [#########################] 100%
(260/886) upgrading python-apsw                    [#########################] 100%
(261/886) upgrading python-soupsieve               [#########################] 100%
(262/886) upgrading python-beautifulsoup4          [#########################] 100%
(263/886) upgrading python-cchardet                [#########################] 100%
(264/886) upgrading python-css-parser              [#########################] 100%
(265/886) upgrading python-cssselect               [#########################] 100%
(266/886) upgrading python-six                     [#########################] 100%
(267/886) upgrading python-dateutil                [#########################] 100%
(268/886) upgrading python-dnspython               [#########################] 100%
(269/886) upgrading python-sgmllib3k               [#########################] 100%
(270/886) upgrading python-feedparser              [#########################] 100%
(271/886) upgrading python-appdirs                 [#########################] 100%
(272/886) upgrading python-more-itertools          [#########################] 100%
(273/886) upgrading python-ordered-set             [#########################] 100%
(274/886) upgrading python-pyparsing               [#########################] 100%
New optional dependencies for python-pyparsing
    python-jinja: for generating Railroad Diagrams
    python-railroad-diagrams: for generating Railroad Diagrams
(275/886) upgrading python-packaging               [#########################] 100%
(276/886) upgrading python-setuptools              [#########################] 100%
(277/886) upgrading python-html2text               [#########################] 100%
(278/886) upgrading libxslt                        [#########################] 100%
New optional dependencies for libxslt
    python: Python bindings [installed]
(279/886) upgrading python-lxml                    [#########################] 100%
(280/886) upgrading python-html5-parser            [#########################] 100%
(281/886) upgrading python-jeepney                 [#########################] 100%
(282/886) installing python-zipp                   [#########################] 100%
(283/886) installing python-importlib-metadata     [#########################] 100%
(284/886) upgrading python-markdown                [#########################] 100%
(285/886) upgrading python-webencodings            [#########################] 100%
(286/886) upgrading python-html5lib                [#########################] 100%
(287/886) upgrading python-mechanize               [#########################] 100%
(288/886) upgrading python-msgpack                 [#########################] 100%
(289/886) upgrading python-netifaces               [#########################] 100%
(290/886) upgrading libraqm                        [#########################] 100%
(291/886) upgrading libimagequant                  [#########################] 100%
(292/886) upgrading python-pillow                  [#########################] 100%
(293/886) upgrading python-psutil                  [#########################] 100%
(294/886) upgrading python-ply                     [#########################] 100%
(295/886) upgrading python-pycparser               [#########################] 100%
(296/886) upgrading python-cffi                    [#########################] 100%
(297/886) upgrading python-brotlicffi              [#########################] 100%
(298/886) upgrading python-multivolumefile         [#########################] 100%
(299/886) upgrading python-pycryptodomex           [#########################] 100%
(300/886) upgrading python-pyppmd                  [#########################] 100%
(301/886) upgrading python-pyzstd                  [#########################] 100%
(302/886) upgrading python-texttable               [#########################] 100%
(303/886) installing python-zipfile-deflate64      [#########################] 100%
(304/886) upgrading python-py7zr                   [#########################] 100%
(305/886) upgrading python-pychm                   [#########################] 100%
(306/886) upgrading python-pygments                [#########################] 100%
(307/886) upgrading python-pyqt5-sip               [#########################] 100%
(308/886) upgrading python-pyqt5                   [#########################] 100%
(309/886) upgrading qt5-declarative                [#########################] 100%
(310/886) upgrading qt5-webchannel                 [#########################] 100%
(311/886) upgrading qt5-location                   [#########################] 100%
(312/886) upgrading pciutils                       [#########################] 100%
(313/886) upgrading nspr                           [#########################] 100%
(314/886) upgrading nss                            [#########################] 100%
(315/886) upgrading minizip                        [#########################] 100%
(316/886) upgrading re2                            [#########################] 100%
(317/886) upgrading qt5-webengine                  [#########################] 100%
New optional dependencies for qt5-webengine
    pipewire: WebRTC desktop sharing under Wayland [installed]
(318/886) upgrading python-pyqt5-webengine         [#########################] 100%
(319/886) upgrading python-regex                   [#########################] 100%
(320/886) upgrading libunrar                       [#########################] 100%
(321/886) upgrading python-unrardll                [#########################] 100%
(322/886) upgrading python-ifaddr                  [#########################] 100%
(323/886) upgrading python-zeroconf                [#########################] 100%
(324/886) upgrading qt5-imageformats               [#########################] 100%
(325/886) upgrading qt5-svg                        [#########################] 100%
(326/886) upgrading dosfstools                     [#########################] 100%
(327/886) upgrading parted                         [#########################] 100%
(328/886) installing iniparser                     [#########################] 100%
(329/886) upgrading ndctl                          [#########################] 100%
(330/886) upgrading gptfdisk                       [#########################] 100%
(331/886) upgrading libbytesize                    [#########################] 100%
(332/886) upgrading libaio                         [#########################] 100%
(333/886) upgrading lvm2                           [#########################] 100%
(334/886) upgrading mdadm                          [#########################] 100%
New optional dependencies for mdadm
    bash: mdcheck [installed]
(335/886) upgrading gpgme                          [#########################] 100%
(336/886) upgrading volume_key                     [#########################] 100%
(337/886) installing liburcu                       [#########################] 100%
(338/886) upgrading libinih                        [#########################] 100%
(339/886) upgrading xfsprogs                       [#########################] 100%
(340/886) upgrading libblockdev                    [#########################] 100%
(341/886) upgrading calibre                        [#########################] 100%
(342/886) upgrading chromaprint                    [#########################] 100%
(343/886) upgrading faac                           [#########################] 100%
(344/886) upgrading fluidsynth                     [#########################] 100%
(345/886) upgrading libkate                        [#########################] 100%
New optional dependencies for libkate
    libkate-docs: for developer documentation
    libogg: for katalyzer, katedec and kateenc [installed]
    libpng: for kateenc [installed]
(346/886) upgrading neon                           [#########################] 100%
(347/886) upgrading rtmpdump                       [#########################] 100%
(348/886) installing libltc                        [#########################] 100%
(349/886) upgrading gupnp                          [#########################] 100%
(350/886) upgrading libnice                        [#########################] 100%
(351/886) upgrading imagemagick                    [#########################] 100%
New optional dependencies for imagemagick
    libzip: OpenRaster support [installed]
(352/886) upgrading zbar                           [#########################] 100%
(353/886) upgrading mpg123                         [#########################] 100%
New optional dependencies for mpg123
    sdl2: for sdl audio support [installed]
(354/886) installing libopenmpt                    [#########################] 100%
(355/886) installing qrencode                      [#########################] 100%
(356/886) upgrading libavtp                        [#########################] 100%
(357/886) upgrading svt-hevc                       [#########################] 100%
(358/886) upgrading zxing-cpp                      [#########################] 100%
(359/886) upgrading raptor                         [#########################] 100%
(360/886) upgrading gst-plugins-bad                [#########################] 100%
(361/886) upgrading gst-plugins-base               [#########################] 100%
(362/886) upgrading libshout                       [#########################] 100%
(363/886) upgrading imlib2                         [#########################] 100%
New optional dependencies for imlib2
    libheif: HEIF loader (for AVIF) [installed]
    libid3tag: ID3 loader [installed]
    libjxl: JXL loader [installed]
    librsvg: SVG loader [installed]
    libspectre: PS loader [installed]
    libwebp: WEBP loader [installed]
    openjpeg2: J2K loader [installed]
(364/886) upgrading gst-plugins-good               [#########################] 100%
(365/886) upgrading cogl                           [#########################] 100%
(366/886) upgrading clutter                        [#########################] 100%
(367/886) upgrading clutter-gst                    [#########################] 100%
(368/886) upgrading clutter-gtk                    [#########################] 100%
(369/886) upgrading tdb                            [#########################] 100%
(370/886) upgrading libcanberra                    [#########################] 100%
(371/886) installing gnome-desktop-common          [#########################] 100%
(372/886) upgrading gnome-desktop                  [#########################] 100%
(373/886) upgrading libcheese                      [#########################] 100%
(374/886) upgrading gavl                           [#########################] 100%
(375/886) upgrading frei0r-plugins                 [#########################] 100%
(376/886) upgrading cheese                         [#########################] 100%
(377/886) upgrading talloc                         [#########################] 100%
(378/886) upgrading tevent                         [#########################] 100%
(379/886) upgrading ldb                            [#########################] 100%
(380/886) upgrading libbsd                         [#########################] 100%
(381/886) upgrading libarchive                     [#########################] 100%
(382/886) upgrading jansson                        [#########################] 100%
(383/886) upgrading smbclient                      [#########################] 100%
New optional dependencies for smbclient
    glusterfs: for vfs_glusterfs support
    python-markdown: for samba-tool domain schemeupgrade [installed]
(384/886) upgrading cifs-utils                     [#########################] 100%
(385/886) upgrading sg3_utils                      [#########################] 100%
(386/886) upgrading libplist                       [#########################] 100%
(387/886) upgrading libimobiledevice               [#########################] 100%
(388/886) upgrading libgpod                        [#########################] 100%
(389/886) upgrading protobuf                       [#########################] 100%
(390/886) upgrading qt5-x11extras                  [#########################] 100%
(391/886) upgrading projectm                       [#########################] 100%
(392/886) upgrading crypto++                       [#########################] 100%
(393/886) upgrading clementine                     [#########################] 100%
(394/886) upgrading libgusb                        [#########################] 100%
(395/886) upgrading colord                         [#########################] 100%
(396/886) installing colord-gtk-common             [#########################] 100%
(397/886) upgrading colord-gtk                     [#########################] 100%
(398/886) upgrading libexif                        [#########################] 100%
(399/886) upgrading libyuv                         [#########################] 100%
(400/886) upgrading libavif                        [#########################] 100%
(401/886) upgrading gd                             [#########################] 100%
(402/886) upgrading libgphoto2                     [#########################] 100%
(403/886) upgrading libieee1284                    [#########################] 100%
(404/886) upgrading net-snmp                       [#########################] 100%
(405/886) upgrading poppler                        [#########################] 100%
(406/886) upgrading poppler-glib                   [#########################] 100%
(407/886) upgrading sane                           [#########################] 100%
(408/886) upgrading colord-sane                    [#########################] 100%
(409/886) upgrading oniguruma                      [#########################] 100%
(410/886) upgrading php                            [#########################] 100%
(411/886) upgrading unzip                          [#########################] 100%
(412/886) upgrading composer                       [#########################] 100%
(413/886) upgrading jre-openjdk-headless           [#########################] 100%
(414/886) upgrading jre-openjdk                    [#########################] 100%
(415/886) upgrading jre11-openjdk-headless         [#########################] 100%
(416/886) upgrading jre11-openjdk                  [#########################] 100%
(417/886) upgrading dbeaver                        [#########################] 100%
(418/886) upgrading dbus-python                    [#########################] 100%
(419/886) upgrading python-zope-interface          [#########################] 100%
(420/886) upgrading python-constantly              [#########################] 100%
(421/886) upgrading python-click                   [#########################] 100%
(422/886) upgrading python-incremental             [#########################] 100%
(423/886) upgrading python-attrs                   [#########################] 100%
(424/886) upgrading python-automat                 [#########################] 100%
(425/886) upgrading python-hyperlink               [#########################] 100%
(426/886) upgrading python-typing_extensions       [#########################] 100%
(427/886) upgrading python-twisted                 [#########################] 100%
(428/886) upgrading python-pyasn1                  [#########################] 100%
(429/886) upgrading python-pyasn1-modules          [#########################] 100%
(430/886) upgrading python-cryptography            [#########################] 100%
(431/886) upgrading python-service-identity        [#########################] 100%
(432/886) upgrading python-pyopenssl               [#########################] 100%
(433/886) upgrading python-rencode                 [#########################] 100%
(434/886) upgrading python-pyxdg                   [#########################] 100%
(435/886) upgrading python-setproctitle            [#########################] 100%
(436/886) upgrading python-distro                  [#########################] 100%
(437/886) upgrading libtorrent-rasterbar           [#########################] 100%
(438/886) upgrading geoip-database                 [#########################] 100%
(439/886) upgrading python-geoip                   [#########################] 100%
(440/886) upgrading python-markupsafe              [#########################] 100%
(441/886) upgrading python-beaker                  [#########################] 100%
(442/886) upgrading python-mako                    [#########################] 100%
(443/886) upgrading deluge                         [#########################] 100%
(444/886) upgrading dialog                         [#########################] 100%
(445/886) upgrading gc                             [#########################] 100%
(446/886) upgrading dkms                           [#########################] 100%
(447/886) upgrading dtc                            [#########################] 100%
(448/886) upgrading ecryptfs-utils                 [#########################] 100%
(449/886) upgrading edk2-ovmf                      [#########################] 100%
(450/886) upgrading efivar                         [#########################] 100%
(451/886) upgrading electron                       [#########################] 100%
(452/886) upgrading elfutils                       [#########################] 100%
(453/886) upgrading ell                            [#########################] 100%
(454/886) upgrading enchant                        [#########################] 100%
(455/886) upgrading exempi                         [#########################] 100%
(456/886) upgrading libpeas                        [#########################] 100%
(457/886) upgrading libhandy                       [#########################] 100%
(458/886) upgrading eog                            [#########################] 100%
(459/886) upgrading harfbuzz-icu                   [#########################] 100%
(460/886) upgrading libwpe                         [#########################] 100%
(461/886) upgrading wpebackend-fdo                 [#########################] 100%
(462/886) upgrading xdg-dbus-proxy                 [#########################] 100%
(463/886) upgrading libmanette                     [#########################] 100%
(464/886) upgrading webkit2gtk-4.1                 [#########################] 100%
(465/886) upgrading gcr                            [#########################] 100%
(466/886) upgrading libdazzle                      [#########################] 100%
(467/886) upgrading libportal                      [#########################] 100%
(468/886) installing libportal-gtk3                [#########################] 100%
(469/886) upgrading epiphany                       [#########################] 100%
(470/886) upgrading ghostscript                    [#########################] 100%
(471/886) upgrading libspectre                     [#########################] 100%
(472/886) upgrading libsynctex                     [#########################] 100%
(473/886) upgrading gspell                         [#########################] 100%
(474/886) upgrading fuse-common                    [#########################] 100%
(475/886) upgrading fuse3                          [#########################] 100%
(476/886) upgrading psmisc                         [#########################] 100%
(477/886) upgrading gvfs                           [#########################] 100%
(478/886) upgrading evince                         [#########################] 100%
(479/886) upgrading webkit2gtk                     [#########################] 100%
(480/886) upgrading gnome-online-accounts          [#########################] 100%
(481/886) upgrading geocode-glib                   [#########################] 100%
(482/886) installing libgweather-4                 [#########################] 100%
(483/886) upgrading libgdata                       [#########################] 100%
(484/886) installing abseil-cpp                    [#########################] 100%
(485/886) upgrading libphonenumber                 [#########################] 100%
(486/886) upgrading evolution-data-server          [#########################] 100%
(487/886) upgrading exiv2                          [#########################] 100%
(488/886) upgrading ffnvcodec-headers              [#########################] 100%
(489/886) upgrading zip                            [#########################] 100%
(490/886) upgrading file-roller                    [#########################] 100%
(491/886) upgrading libfilezilla                   [#########################] 100%
(492/886) upgrading filezilla                      [#########################] 100%
(493/886) upgrading firefox                        [#########################] 100%
(494/886) upgrading firefox-adblock-plus           [#########################] 100%
(495/886) upgrading firefox-dark-reader            [#########################] 100%
(496/886) upgrading firefox-decentraleyes          [#########################] 100%
(497/886) upgrading firefox-extension-mailvelope   [#########################] 100%
(498/886) upgrading tree                           [#########################] 100%
(499/886) upgrading pass                           [#########################] 100%
New optional dependencies for pass
    wl-clipboard: for clipboard support on Wayland
(500/886) upgrading firefox-extension-passff       [#########################] 100%
(501/886) upgrading firefox-noscript               [#########################] 100%
(502/886) upgrading firefox-tree-style-tab         [#########################] 100%
(503/886) upgrading firefox-tridactyl              [#########################] 100%
(504/886) upgrading firefox-ublock-origin          [#########################] 100%
(505/886) upgrading libftdi                        [#########################] 100%
(506/886) upgrading flashrom                       [#########################] 100%
(507/886) upgrading libgee                         [#########################] 100%
(508/886) upgrading folks                          [#########################] 100%
(509/886) upgrading pcsclite                       [#########################] 100%
(510/886) upgrading freerdp                        [#########################] 100%
(511/886) upgrading libjcat                        [#########################] 100%
(512/886) upgrading fwupd-efi                      [#########################] 100%
(513/886) installing libcbor                       [#########################] 100%
(514/886) upgrading libmm-glib                     [#########################] 100%
(515/886) upgrading libmbim                        [#########################] 100%
(516/886) upgrading libqrtr-glib                   [#########################] 100%
(517/886) upgrading libqmi                         [#########################] 100%
(518/886) upgrading protobuf-c                     [#########################] 100%
(519/886) upgrading fwupd                          [#########################] 100%
(520/886) installing js91                          [#########################] 100%
(521/886) upgrading gjs                            [#########################] 100%
(522/886) upgrading gsound                         [#########################] 100%
(523/886) upgrading pulseaudio                     [#########################] 100%
(524/886) upgrading pulseaudio-bluetooth           [#########################] 100%
New optional dependencies for pulseaudio-bluetooth
    gst-plugins-bad: AptX and LDAC support [installed]
(525/886) upgrading upower                         [#########################] 100%
(526/886) installing gnome-bluetooth-3.0           [#########################] 100%
(527/886) upgrading gnome-session                  [#########################] 100%
(528/886) upgrading pulseaudio-alsa                [#########################] 100%
(529/886) upgrading geoclue                        [#########################] 100%
(530/886) upgrading libnm                          [#########################] 100%
(531/886) upgrading gnome-settings-daemon          [#########################] 100%
(532/886) upgrading libgdm                         [#########################] 100%
(533/886) upgrading zenity                         [#########################] 100%
(534/886) upgrading pipewire                       [#########################] 100%
New optional dependencies for pipewire
    pipewire-x11-bell: X11 bell
    realtime-privileges: realtime privileges with rt module
    rtkit: realtime privileges with rtkit module [installed]
(535/886) upgrading xorg-setxkbmap                 [#########################] 100%
(536/886) upgrading xorg-server-common             [#########################] 100%
(537/886) upgrading xorg-xwayland                  [#########################] 100%
(538/886) upgrading mutter                         [#########################] 100%
(539/886) upgrading mobile-broadband-provider-info [#########################] 100%
(540/886) installing libnma-common                 [#########################] 100%
(541/886) upgrading libnma                         [#########################] 100%
(542/886) upgrading gnome-autoar                   [#########################] 100%
(543/886) upgrading libpwquality                   [#########################] 100%
(544/886) upgrading gnome-disk-utility             [#########################] 100%
(545/886) upgrading gnome-shell                    [#########################] 100%
New optional dependencies for gnome-shell
    gst-plugin-pipewire: Screen recording [installed]
    gst-plugins-good: Screen recording [installed]
(546/886) upgrading xf86-input-libinput            [#########################] 100%
(547/886) upgrading xorg-server                    [#########################] 100%
(548/886) upgrading gdm                            [#########################] 100%
(549/886) upgrading gtksourceview4                 [#########################] 100%
(550/886) upgrading gedit                          [#########################] 100%
(551/886) upgrading lensfun                        [#########################] 100%
(552/886) upgrading libgexiv2                      [#########################] 100%
(553/886) upgrading luajit                         [#########################] 100%
(554/886) upgrading suitesparse                    [#########################] 100%
(555/886) upgrading gegl                           [#########################] 100%
(556/886) upgrading netpbm                         [#########################] 100%
(557/886) upgrading graphviz                       [#########################] 100%
(558/886) upgrading gimp                           [#########################] 100%
New optional dependencies for gimp
    gvfs: for HTTP/S support (and many other schemes) [installed]
(559/886) upgrading git                            [#########################] 100%
(560/886) upgrading libgit2                        [#########################] 100%
(561/886) upgrading libgit2-glib                   [#########################] 100%
(562/886) upgrading gitg                           [#########################] 100%
(563/886) upgrading libsigc++                      [#########################] 100%
(564/886) upgrading glibmm                         [#########################] 100%
(565/886) upgrading glslang                        [#########################] 100%
(566/886) upgrading gn                             [#########################] 100%
(567/886) upgrading gnome-backgrounds              [#########################] 100%
(568/886) upgrading gnome-bluetooth                [#########################] 100%
(569/886) upgrading gtk-vnc                        [#########################] 100%
(570/886) upgrading osinfo-db                      [#########################] 100%
(571/886) upgrading libosinfo                      [#########################] 100%
(572/886) upgrading mtools                         [#########################] 100%
(573/886) installing qemu-common                   [#########################] 100%
(574/886) installing qemu-audio-alsa               [#########################] 100%
(575/886) installing qemu-audio-dbus               [#########################] 100%
(576/886) installing qemu-audio-jack               [#########################] 100%
(577/886) installing qemu-audio-oss                [#########################] 100%
(578/886) installing qemu-audio-pa                 [#########################] 100%
(579/886) installing qemu-audio-sdl                [#########################] 100%
(580/886) installing qemu-ui-opengl                [#########################] 100%
(581/886) installing qemu-ui-spice-core            [#########################] 100%
(582/886) installing qemu-audio-spice              [#########################] 100%
(583/886) installing qemu-block-curl               [#########################] 100%
(584/886) installing qemu-block-dmg                [#########################] 100%
(585/886) upgrading libnfs                         [#########################] 100%
(586/886) installing qemu-block-nfs                [#########################] 100%
(587/886) installing qemu-block-ssh                [#########################] 100%
(588/886) installing qemu-chardev-spice            [#########################] 100%
(589/886) installing qemu-hw-display-qxl           [#########################] 100%
(590/886) installing qemu-hw-display-virtio-gpu    [#########################] 100%
(591/886) installing qemu-hw-display-virtio-gpu-gl [#########################] 100%
(592/886) installing qemu-hw-display-virtio-gp...  [#########################] 100%
(593/886) installing qemu-hw-display-virtio-gp...  [#########################] 100%
(594/886) installing qemu-hw-display-virtio-vga    [#########################] 100%
(595/886) installing qemu-hw-display-virtio-vga-gl [#########################] 100%
(596/886) installing qemu-hw-s390x-virtio-gpu-ccw  [#########################] 100%
(597/886) installing qemu-hw-usb-host              [#########################] 100%
(598/886) upgrading usbredir                       [#########################] 100%
(599/886) installing qemu-hw-usb-redirect          [#########################] 100%
(600/886) installing qemu-hw-usb-smartcard         [#########################] 100%
(601/886) installing qemu-img                      [#########################] 100%
(602/886) installing multipath-tools               [#########################] 100%
(603/886) installing qemu-pr-helper                [#########################] 100%
(604/886) upgrading libbpf                         [#########################] 100%
(605/886) upgrading libslirp                       [#########################] 100%
(606/886) upgrading numactl                        [#########################] 100%
(607/886) upgrading vde2                           [#########################] 100%
vde config files should be placed in /etc/vde, sample files are provided.
iptables and dhcpd sample files have been installed to '/usr/share/vde2'.
Merge those examples, if needed to the according config files.
(608/886) upgrading seabios                        [#########################] 100%
(609/886) installing qemu-system-x86               [#########################] 100%
(610/886) installing qemu-tools                    [#########################] 100%
(611/886) installing qemu-ui-curses                [#########################] 100%
(612/886) installing qemu-ui-dbus                  [#########################] 100%
(613/886) installing qemu-ui-egl-headless          [#########################] 100%
(614/886) upgrading vte-common                     [#########################] 100%
(615/886) upgrading vte3                           [#########################] 100%
(616/886) installing qemu-ui-gtk                   [#########################] 100%
(617/886) installing qemu-ui-sdl                   [#########################] 100%
(618/886) installing qemu-ui-spice-app             [#########################] 100%
(619/886) installing qemu-vhost-user-gpu           [#########################] 100%
(620/886) installing qemu-virtiofsd                [#########################] 100%
(621/886) installing qemu-desktop                  [#########################] 100%
Optional dependencies for qemu-desktop
    qemu-audio-alsa: for ALSA audio driver [installed]
    qemu-audio-dbus: for D-Bus audio driver [installed]
    qemu-audio-jack: for JACK audio driver [installed]
    qemu-audio-oss: for OSS audio driver [installed]
    qemu-audio-pa: for PulseAudio audio driver [installed]
    qemu-audio-sdl: for SDL audio driver [installed]
    qemu-audio-spice: for spice audio driver [installed]
    qemu-block-curl: for curl block driver [installed]
    qemu-block-dmg: for DMG block driver [installed]
    qemu-block-gluster: for Gluster block driver
    qemu-block-iscsi: for iSCSI block driver
    qemu-block-nfs: for NFS block driver [installed]
    qemu-block-rbd: for Ceph/RBD block driver
    qemu-block-ssh: for SSH block driver [installed]
    qemu-chardev-baum: for Baum chardev driver
    qemu-chardev-spice: for spice chardev driver [installed]
    qemu-docs: for documentation
    qemu-hw-display-qxl: for QXL display device [installed]
    qemu-hw-display-virtio-gpu-gl: for virtio-gpu-gl display device [installed]
    qemu-hw-display-virtio-gpu: for virtio-gpu display device [installed]
    qemu-hw-display-virtio-gpu-pci: for virtio-gpu-pci display device [installed]
    qemu-hw-display-virtio-gpu-pci-gl: for virtio-gpu-pci-gl display device
    [installed]
    qemu-hw-display-virtio-vga: for virtio-gpu-vga display device [installed]
    qemu-hw-display-virtio-vga-gl: for virtio-gpu-vga-gl display device [installed]
    qemu-hw-s390x-virtio-gpu-ccw: for s390x-virtio-gpu-ccw display device
    [installed]
    qemu-hw-usb-host: for USB host device [installed]
    qemu-hw-usb-redirect: for usbredir device [installed]
    qemu-hw-usb-smartcard: for USB smartcard device [installed]
    qemu-img: for manipulating disk images [installed]
    qemu-pr-helper: for persistent reservation utility [installed]
    qemu-system-aarch64: for AARCH64 system emulator
    qemu-system-alpha: for Alpha system emulator
    qemu-system-arm: for ARM system emulator
    qemu-system-avr: for AVR system emulator
    qemu-system-cris: for CRIS system emulator
    qemu-system-hppa: for HPPA system emulator
    qemu-system-m68k: for ColdFire (m68k) system emulator
    qemu-system-microblaze: for Microblaze system emulator
    qemu-system-mips: for MIPS system emulator
    qemu-system-nios2: for nios2 system emulator
    qemu-system-or1k: for OpenRisc32 system emulator
    qemu-system-ppc: for PPC system emulator
    qemu-system-riscv: for RISC-V system emulator
    qemu-system-rx: for RX system emulator
    qemu-system-s390x: for S390 system emulator
    qemu-system-sh4: for SH4 system emulator
    qemu-system-sparc: for SPARC system emulator
    qemu-system-tricore: for tricore system emulator
    qemu-system-x86: for x86 system emulator [installed]
    qemu-system-xtensa: for Xtensa system emulator
    qemu-tests: for QEMU tests
    qemu-tools: for QEMU tools [installed]
    qemu-ui-curses: for curses UI driver [installed]
    qemu-ui-dbus: for D-Bus UI driver [installed]
    qemu-ui-egl-headless: for EGL headless UI driver [installed]
    qemu-ui-gtk: for GTK UI driver [installed]
    qemu-ui-opengl: for OpenGL UI driver [installed]
    qemu-ui-sdl: for SDL UI driver [installed]
    qemu-ui-spice-app: for spice app UI driver [installed]
    qemu-ui-spice-core: for spice core UI driver [installed]
    qemu-user: for user mode emulation of QEMU targets
    qemu-vhost-user-gpu: for vhost-user-gpu display device [installed]
    qemu-virtiofsd: for virtio-fs shared filesystem daemon [installed]
    samba: for SMB/CIFS server support
(622/886) upgrading phodav                         [#########################] 100%
(623/886) upgrading spice-gtk                      [#########################] 100%
(624/886) upgrading yajl                           [#########################] 100%
(625/886) upgrading libvirt                        [#########################] 100%
New optional dependencies for libvirt
    qemu-desktop: QEMU/KVM support [installed]
    qemu-emulators-full: Support of additional QEMU architectures
    swtpm: TPM emulator support
(626/886) upgrading gnome-boxes                    [#########################] 100%
(627/886) installing gtksourceview5                [#########################] 100%
(628/886) upgrading gnome-calculator               [#########################] 100%
(629/886) installing gnome-desktop-4               [#########################] 100%
(630/886) installing libnma-gtk4                   [#########################] 100%
(631/886) upgrading gnome-color-manager            [#########################] 100%
(632/886) upgrading libgnomekbd                    [#########################] 100%
(633/886) installing colord-gtk4                   [#########################] 100%
(634/886) installing ostree                        [#########################] 100%
(635/886) upgrading pacman-mirrorlist              [#########################] 100%
warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
(636/886) installing appstream-glib                [#########################] 100%
(637/886) installing xdg-desktop-portal-gtk        [#########################] 100%
Optional dependencies for xdg-desktop-portal-gtk
    evince: Print preview [installed]
(638/886) installing xdg-desktop-portal-gnome      [#########################] 100%
Optional dependencies for xdg-desktop-portal-gnome
    evince: Print previews [installed]
(639/886) installing xdg-desktop-portal            [#########################] 100%
(640/886) installing flatpak                       [#########################] 100%
(641/886) installing malcontent                    [#########################] 100%
(642/886) upgrading gnome-control-center           [#########################] 100%
New optional dependencies for gnome-control-center
    power-profiles-daemon: Power profiles support [installed]
(643/886) upgrading gnome-calendar                 [#########################] 100%
(644/886) upgrading gnome-characters               [#########################] 100%
(645/886) upgrading gnome-clocks                   [#########################] 100%
(646/886) upgrading gnome-contacts                 [#########################] 100%
(647/886) upgrading gnome-firmware                 [#########################] 100%
(648/886) upgrading gnome-font-viewer              [#########################] 100%
(649/886) upgrading gnome-logs                     [#########################] 100%
(650/886) upgrading libchamplain                   [#########################] 100%
(651/886) upgrading gnome-maps                     [#########################] 100%
(652/886) upgrading libgsf                         [#########################] 100%
(653/886) upgrading tracker3-miners                [#########################] 100%
(654/886) upgrading liboauth                       [#########################] 100%
(655/886) upgrading gom                            [#########################] 100%
(656/886) upgrading gnome-music                    [#########################] 100%
(657/886) upgrading gnome-photos                   [#########################] 100%
(658/886) upgrading gnome-remote-desktop           [#########################] 100%
(659/886) upgrading gnome-screenshot               [#########################] 100%
(660/886) upgrading gnome-shell-extensions         [#########################] 100%
(661/886) upgrading libpackagekit-glib             [#########################] 100%
(662/886) upgrading gnome-software                 [#########################] 100%
(663/886) upgrading pangomm                        [#########################] 100%
(664/886) upgrading gtkmm3                         [#########################] 100%
(665/886) upgrading gnome-system-monitor           [#########################] 100%
(666/886) upgrading gnome-terminal                 [#########################] 100%
(667/886) upgrading gnome-themes-extra             [#########################] 100%
(668/886) upgrading gnome-tweaks                   [#########################] 100%
(669/886) upgrading yelp-xsl                       [#########################] 100%
(670/886) upgrading yelp                           [#########################] 100%
(671/886) upgrading gnome-user-docs                [#########################] 100%
(672/886) upgrading gnome-weather                  [#########################] 100%
(673/886) upgrading gparted                        [#########################] 100%
(674/886) upgrading graphicsmagick                 [#########################] 100%
(675/886) upgrading grub                           [#########################] 100%
New optional dependencies for grub
    lzop: For grub-mkrescue LZO support [installed]
(676/886) upgrading gsl                            [#########################] 100%
(677/886) upgrading gst-editing-services           [#########################] 100%
(678/886) upgrading gst-libav                      [#########################] 100%
(679/886) upgrading gst-plugin-gtk                 [#########################] 100%
(680/886) upgrading pipewire-media-session         [#########################] 100%
(681/886) upgrading gst-plugin-pipewire            [#########################] 100%
(682/886) upgrading gst-plugins-ugly               [#########################] 100%
(683/886) upgrading gtest                          [#########################] 100%
(684/886) installing gperftools                    [#########################] 100%
Optional dependencies for gperftools
    graphviz: pprof graph generation [installed]
    gv: pprof postscript generation
(685/886) upgrading libjxl                         [#########################] 100%
(686/886) upgrading gthumb                         [#########################] 100%
(687/886) upgrading gvfs-afc                       [#########################] 100%
(688/886) upgrading gvfs-goa                       [#########################] 100%
(689/886) upgrading gvfs-google                    [#########################] 100%
(690/886) upgrading gvfs-gphoto2                   [#########################] 100%
(691/886) upgrading gvfs-mtp                       [#########################] 100%
(692/886) upgrading gvfs-nfs                       [#########################] 100%
(693/886) upgrading gvfs-smb                       [#########################] 100%
(694/886) upgrading htop                           [#########################] 100%
(695/886) upgrading imagemagick-doc                [#########################] 100%
(696/886) upgrading lib2geom                       [#########################] 100%
(697/886) upgrading libcdr                         [#########################] 100%
(698/886) upgrading libvisio                       [#########################] 100%
(699/886) upgrading inkscape                       [#########################] 100%
(700/886) upgrading intel-ucode                    [#########################] 100%
(701/886) upgrading iotop                          [#########################] 100%
(702/886) upgrading iproute2                       [#########################] 100%
(703/886) upgrading iputils                        [#########################] 100%
(704/886) upgrading iwd                            [#########################] 100%
(705/886) upgrading jdk-openjdk                    [#########################] 100%
(706/886) upgrading karchive                       [#########################] 100%
(707/886) upgrading kcoreaddons                    [#########################] 100%
(708/886) upgrading kauth                          [#########################] 100%
(709/886) upgrading kdbusaddons                    [#########################] 100%
(710/886) upgrading kconfig                        [#########################] 100%
New optional dependencies for kconfig
    qt5-declarative: QML bindings [installed]
(711/886) upgrading kwindowsystem                  [#########################] 100%
(712/886) upgrading kcrash                         [#########################] 100%
(713/886) upgrading kglobalaccel                   [#########################] 100%
(714/886) upgrading kcodecs                        [#########################] 100%
(715/886) upgrading qt5-wayland                    [#########################] 100%
(716/886) upgrading kguiaddons                     [#########################] 100%
(717/886) upgrading ki18n                          [#########################] 100%
(718/886) upgrading kwidgetsaddons                 [#########################] 100%
(719/886) upgrading kconfigwidgets                 [#########################] 100%
(720/886) upgrading kitemviews                     [#########################] 100%
(721/886) upgrading kiconthemes                    [#########################] 100%
(722/886) upgrading kxmlgui                        [#########################] 100%
(723/886) upgrading kbookmarks                     [#########################] 100%
(724/886) upgrading kcompletion                    [#########################] 100%
(725/886) upgrading kservice                       [#########################] 100%
(726/886) upgrading kded                           [#########################] 100%
(727/886) upgrading solid                          [#########################] 100%
(728/886) upgrading kjobwidgets                    [#########################] 100%
(729/886) upgrading qt5-multimedia                 [#########################] 100%
(730/886) upgrading qt5-speech                     [#########################] 100%
(731/886) upgrading knotifications                 [#########################] 100%
New optional dependencies for knotifications
    qt5-declarative: QML bindings [installed]
(732/886) upgrading kwallet                        [#########################] 100%
(733/886) upgrading sonnet                         [#########################] 100%
New optional dependencies for sonnet
    qt5-declarative: QML bindings [installed]
(734/886) upgrading ktextwidgets                   [#########################] 100%
(735/886) upgrading kio                            [#########################] 100%
(736/886) upgrading kinit                          [#########################] 100%
(737/886) upgrading kpackage                       [#########################] 100%
(738/886) upgrading syndication                    [#########################] 100%
(739/886) upgrading knewstuff                      [#########################] 100%
(740/886) upgrading knotifyconfig                  [#########################] 100%
(741/886) upgrading libcec                         [#########################] 100%
New optional dependencies for libcec
    python: use cec in python applications [installed]
(742/886) upgrading libmicrohttpd                  [#########################] 100%
(743/886) upgrading lirc                           [#########################] 100%
New optional dependencies for lirc
    python-gobject: for lirc-setup and irdb-get [installed]
    python-yaml: for lirc-setup and irdb-get
(744/886) upgrading mariadb-libs                   [#########################] 100%
(745/886) upgrading python-simplejson              [#########################] 100%
(746/886) upgrading waylandpp                      [#########################] 100%
(747/886) upgrading kodi                           [#########################] 100%
(748/886) upgrading kpty                           [#########################] 100%
(749/886) upgrading kparts                         [#########################] 100%
(750/886) upgrading konsole                        [#########################] 100%
(751/886) upgrading kwayland                       [#########################] 100%
(752/886) upgrading libdbusmenu-glib               [#########################] 100%
(753/886) upgrading libdbusmenu-gtk3               [#########################] 100%
(754/886) upgrading libindicator-gtk3              [#########################] 100%
(755/886) upgrading libappindicator-gtk3           [#########################] 100%
(756/886) upgrading libcmis                        [#########################] 100%
(757/886) upgrading libcurl-gnutls                 [#########################] 100%
(758/886) upgrading libe-book                      [#########################] 100%
(759/886) upgrading libebml                        [#########################] 100%
(760/886) upgrading libgweather                    [#########################] 100%
(761/886) upgrading libixion                       [#########################] 100%
(762/886) upgrading libmatroska                    [#########################] 100%
(763/886) upgrading libmspub                       [#########################] 100%
(764/886) upgrading libmwaw                        [#########################] 100%
(765/886) upgrading libnautilus-extension          [#########################] 100%
(766/886) upgrading libnewt                        [#########################] 100%
(767/886) upgrading libnumbertext                  [#########################] 100%
(768/886) upgrading liborcus                       [#########################] 100%
(769/886) upgrading libpgm                         [#########################] 100%
(770/886) upgrading spirv-tools                    [#########################] 100%
(771/886) upgrading shaderc                        [#########################] 100%
(772/886) upgrading libplacebo                     [#########################] 100%
(773/886) upgrading libqxp                         [#########################] 100%
(774/886) upgrading libzmf                         [#########################] 100%
(775/886) upgrading xmlsec                         [#########################] 100%
(776/886) upgrading rasqal                         [#########################] 100%
(777/886) upgrading libreoffice-fresh              [#########################] 100%
(778/886) upgrading libreoffice-fresh-pt-br        [#########################] 100%
(779/886) upgrading libteam                        [#########################] 100%
(780/886) upgrading libtg_owt                      [#########################] 100%
(781/886) upgrading libupnp                        [#########################] 100%
(782/886) upgrading libuv                          [#########################] 100%
(783/886) upgrading libxvmc                        [#########################] 100%
(784/886) upgrading licenses                       [#########################] 100%
(785/886) upgrading mkinitcpio-busybox             [#########################] 100%
(786/886) upgrading mkinitcpio                     [#########################] 100%
(787/886) upgrading linux                          [#########################] 100%
New optional dependencies for linux
    wireless-regdb: to set the correct wireless channels of your country
(788/886) upgrading linux-firmware-whence          [#########################] 100%
(789/886) upgrading linux-firmware                 [#########################] 100%
(790/886) upgrading linux-firmware-qcom            [#########################] 100%
(791/886) upgrading lrzip                          [#########################] 100%
(792/886) upgrading lua52-expat                    [#########################] 100%
(793/886) upgrading lua52-lpeg                     [#########################] 100%
(794/886) upgrading lua52-socket                   [#########################] 100%
(795/886) upgrading mariadb-clients                [#########################] 100%
(796/886) upgrading mariadb                        [#########################] 100%
warning: /etc/my.cnf.d/server.cnf installed as /etc/my.cnf.d/server.cnf.pacnew
warning: directory permissions differ on /usr/lib/mysql/plugin/auth_pam_tool_dir/
filesystem: 700  package: 755
:: MariaDB was updated to a new feature release. To update the data run:
   systemctl restart mariadb.service && mariadb-upgrade -u root -p
New optional dependencies for mariadb
    judy: for Open Query GRAPH (OQGraph) computation engine
    xz: lzma provider [installed]
(797/886) upgrading mbedtls                        [#########################] 100%
(798/886) upgrading qt5-tools                      [#########################] 100%
(799/886) upgrading megasync                       [#########################] 100%
gpg: WARNING: server 'gpg-agent' is older than us (2.2.20 < 2.2.35)
==> Updating trust database...
gpg: next trustdb check due at 2022-07-10
gpg: WARNING: server 'gpg-agent' is older than us (2.2.20 < 2.2.35)
gpg: Note: Outdated servers may lack important security fixes.
gpg: Note: Use the command "gpgconf --kill all" to restart them.
  -> Locally signed 1 keys.
==> Updating trust database...
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: key xxxxxxxxxxxxxxxx: no user ID for key signature packet of class 10
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   7  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:   7  signed:  94  trust: 1-, 0q, 0n, 6m, 0f, 0u
gpg: depth: 2  valid:  89  signed:  34  trust: 89-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2022-07-10
fs.inotify.max_user_watches = 524288
(800/886) upgrading meson                          [#########################] 100%
(801/886) upgrading miniupnpc                      [#########################] 100%
(802/886) upgrading mujs                           [#########################] 100%
(803/886) upgrading rubberband                     [#########################] 100%
(804/886) upgrading mpv                            [#########################] 100%
(805/886) upgrading mtr                            [#########################] 100%
(806/886) upgrading proj                           [#########################] 100%
(807/886) upgrading unixodbc                       [#########################] 100%
(808/886) upgrading mysql-workbench                [#########################] 100%
(809/886) upgrading nano                           [#########################] 100%
(810/886) upgrading nautilus                       [#########################] 100%
(811/886) upgrading netbeans                       [#########################] 100%
(812/886) upgrading nethogs                        [#########################] 100%
(813/886) upgrading wpa_supplicant                 [#########################] 100%
(814/886) upgrading networkmanager                 [#########################] 100%
New optional dependencies for networkmanager
    polkit: let non-root users control networking [installed]
(815/886) upgrading nm-connection-editor           [#########################] 100%
(816/886) upgrading nodejs                         [#########################] 100%
(817/886) upgrading semver                         [#########################] 100%
(818/886) upgrading node-gyp                       [#########################] 100%
(819/886) upgrading npm                            [#########################] 100%
(820/886) upgrading obs-studio                     [#########################] 100%
(821/886) upgrading python-atspi                   [#########################] 100%
(822/886) upgrading speech-dispatcher              [#########################] 100%
(823/886) upgrading orca                           [#########################] 100%
(824/886) upgrading pacman-contrib                 [#########################] 100%
(825/886) upgrading partclone                      [#########################] 100%
(826/886) upgrading phonon-qt5-gstreamer           [#########################] 100%
(827/886) upgrading phonon-qt5                     [#########################] 100%
(828/886) upgrading php7                           [#########################] 100%
(829/886) upgrading php7-apache                    [#########################] 100%
(830/886) upgrading php7-gd                        [#########################] 100%
(831/886) upgrading php7-imagick                   [#########################] 100%
(832/886) upgrading php7-imap                      [#########################] 100%
(833/886) upgrading postgresql-libs                [#########################] 100%
(834/886) upgrading php7-pgsql                     [#########################] 100%
(835/886) upgrading php7-snmp                      [#########################] 100%
(836/886) upgrading php7-sqlite                    [#########################] 100%
(837/886) upgrading php7-xsl                       [#########################] 100%
(838/886) upgrading phpmyadmin                     [#########################] 100%
(839/886) upgrading pigz                           [#########################] 100%
(840/886) upgrading power-profiles-daemon          [#########################] 100%
(841/886) upgrading python-pycryptodome            [#########################] 100%
(842/886) upgrading vulkan-headers                 [#########################] 100%
(843/886) upgrading qt6-translations               [#########################] 100%
(844/886) upgrading qt6-base                       [#########################] 100%
(845/886) upgrading qt6-svg                        [#########################] 100%
(846/886) upgrading qbittorrent                    [#########################] 100%
(847/886) upgrading qt5-script                     [#########################] 100%
(848/886) upgrading qt5-sensors                    [#########################] 100%
(849/886) upgrading qt5-webkit                     [#########################] 100%
(850/886) upgrading xxhash                         [#########################] 100%
(851/886) upgrading rsync                          [#########################] 100%
(852/886) upgrading rygel                          [#########################] 100%
(853/886) upgrading screen                         [#########################] 100%
(854/886) installing sdl12-compat                  [#########################] 100%
(855/886) upgrading simple-scan                    [#########################] 100%
(856/886) upgrading smplayer                       [#########################] 100%
(857/886) upgrading spotifyd                       [#########################] 100%
(858/886) upgrading sushi                          [#########################] 100%
(859/886) upgrading systemd-sysvcompat             [#########################] 100%
(860/886) upgrading tcl                            [#########################] 100%
(861/886) installing ffmpeg4.4                     [#########################] 100%
Optional dependencies for ffmpeg4.4
    avisynthplus: AviSynthPlus support
    intel-media-sdk: Intel QuickSync support
    ladspa: LADSPA filters [installed]
    nvidia-utils: Nvidia NVDEC/NVENC support
(862/886) installing qt6-imageformats              [#########################] 100%
(863/886) installing qt6-declarative               [#########################] 100%
Optional dependencies for qt6-declarative
    qt6-languageserver: for qmlls
(864/886) installing qt6-wayland                   [#########################] 100%
(865/886) installing qt6-5compat                   [#########################] 100%
Optional dependencies for qt6-5compat
    qt6-declarative: for QtGraphicalEffects [installed]
(866/886) installing libdispatch                   [#########################] 100%
(867/886) upgrading telegram-desktop               [#########################] 100%
(868/886) upgrading tepl                           [#########################] 100%
(869/886) upgrading thunderbird                    [#########################] 100%
(870/886) upgrading totem                          [#########################] 100%
(871/886) upgrading tracker                        [#########################] 100%
(872/886) upgrading tracker-miners                 [#########################] 100%
(873/886) upgrading unrar                          [#########################] 100%
(874/886) upgrading vim-runtime                    [#########################] 100%
(875/886) upgrading vim                            [#########################] 100%
(876/886) upgrading virtualbox-host-dkms           [#########################] 100%
(877/886) upgrading wayland-protocols              [#########################] 100%
(878/886) upgrading vlc                            [#########################] 100%
(879/886) upgrading wget                           [#########################] 100%
(880/886) upgrading xf86-video-amdgpu              [#########################] 100%
(881/886) upgrading xf86-video-ati                 [#########################] 100%
(882/886) upgrading xf86-video-dummy               [#########################] 100%
(883/886) upgrading xorg-xauth                     [#########################] 100%
(884/886) upgrading yakuake                        [#########################] 100%
(885/886) upgrading yasm                           [#########################] 100%
(886/886) upgrading zita-alsa-pcmi                 [#########################] 100%
:: Running post-transaction hooks...
( 1/29) Creating system user accounts...
Creating group 'flatpak' with GID 963.
Creating user 'flatpak' (Flatpak system helper) with UID 963 and GID 963.
Creating group 'libvirt-qemu' with GID 962.
Creating user 'libvirt-qemu' (Libvirt QEMU user) with UID 962 and GID 962.
Creating group 'qemu' with GID 961.
Creating user 'qemu' (QEMU user) with UID 961 and GID 961.
( 2/29) Updating journal message catalog...
( 3/29) Reloading system manager configuration...
( 4/29) Updating udev hardware database...
( 5/29) Applying kernel sysctl settings...
( 6/29) Creating temporary files...
( 7/29) Reloading device manager configuration...
( 8/29) Arming ConditionNeedsUpdate...
( 9/29) Updating the MIME type database...
(10/29) Updating fontconfig configuration...
(11/29) Rebuilding certificate stores...
(12/29) Updating module dependencies...
(13/29) Install DKMS modules
==> ERROR: Missing tmp kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing srv kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing usr kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing proc kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing opt kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing lib64 kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing sys kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing var kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing lost+found kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing root kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing dev kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing home kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing mnt kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing etc kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing lib kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing sbin kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing boot kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing run kernel headers for module vboxhost/6.1.34_OSE.
==> ERROR: Missing bin kernel headers for module vboxhost/6.1.34_OSE.
(14/29) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.17.8-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.17.8-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: qed
==> WARNING: Possibly missing firmware for module: bfa
==> WARNING: Possibly missing firmware for module: qla2xxx
==> WARNING: Possibly missing firmware for module: qla1280
==> 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: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
(15/29) Updating the appstream cache...
✔ Metadata cache was updated successfully.
(16/29) Updating the DBeaver bundles.info database...
(17/29) Reloading system bus configuration...
(18/29) Warn about old perl modules
(19/29) Updating fontconfig cache...
(20/29) Probing GDK-Pixbuf loader modules...
(21/29) Updating GIO module cache...
(22/29) Compiling GSettings XML schema files...
(23/29) Probing GTK3 input method modules...
(24/29) Updating icon theme caches...
(25/29) Updating GTK4 module cache...
(26/29) Reloading GVFS config...
(27/29) Updating the info directory file...
(28/29) Updating the desktop file MIME type cache...
(29/29) Updating the vlc plugin cache...

Last edited by edivandro.tec (2022-05-21 02:02:44)


note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

Offline

#15 2022-05-20 20:55:24

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,774

Re: [SOLVED] Bluetooth does not work!

edivandro.tec, if you were wondering where your post went, you hit report, not reply.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#16 2022-05-21 00:47:20

edivandro.tec
Member
From: Br-PA
Registered: 2021-11-18
Posts: 14

Re: [SOLVED] Bluetooth does not work!

ewaller wrote:

edivandro.tec, if you were wondering where your post went, you hit report, not reply.

sorry, I sequel big_smile  I had already been warned. forgive me!

Last edited by edivandro.tec (2022-05-21 00:49:45)


note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

Offline

#17 2022-05-21 03:15:30

jonno2002
Member
Registered: 2016-11-21
Posts: 684

Re: [SOLVED] Bluetooth does not work!

you need to install the "linux-headers" package, but that has nothing to do with this thread.
i suggest reading this page on the AUR and building packages manually before using helpers: https://wiki.archlinux.org/title/Arch_User_Repository

Offline

#18 2022-06-03 14:48:23

edivandro.tec
Member
From: Br-PA
Registered: 2021-11-18
Posts: 14

Re: [SOLVED] Bluetooth does not work!

Thank you for making yourself available!

I tried to install, got these outputs, I don't know how to interpret.

[user@arch-note btusb-qca-0x3004]$ tar -xvf btusb-qca-0x3004.tar.gz 
btusb-qca-0x3004/
btusb-qca-0x3004/.SRCINFO
btusb-qca-0x3004/.gitignore
btusb-qca-0x3004/Makefile
btusb-qca-0x3004/PKGBUILD
btusb-qca-0x3004/README.md
btusb-qca-0x3004/btbcm.h
btusb-qca-0x3004/btintel.h
btusb-qca-0x3004/btrtl.h
btusb-qca-0x3004/btusb-qca-0x3004.install
btusb-qca-0x3004/btusb.c
btusb-qca-0x3004/btusb.patch

[user@arch-note btusb-qca-0x3004]$ cd btusb-qca-0x3004/

user@arch-note btusb-qca-0x3004]$ makepkg -s
==> Making package: btusb-qca-0x3004 0.9.5-1 (Fri 03 Jun 2022 11:03:16 AM -03)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found Makefile
  -> Found btusb.patch
  -> Found btusb-qca-0x3004.install
  -> Found btusb.c
  -> Found btintel.h
  -> Found btbcm.h
  -> Found btrtl.h
==> Validating source files with md5sums...
    Makefile ... Passed
    btusb.patch ... Passed
    btusb-qca-0x3004.install ... Passed
    btusb.c ... Passed
    btintel.h ... Passed
    btbcm.h ... Passed
    btrtl.h ... Passed
==> Extracting sources...
==> Starting prepare()...
5.18.1
patching file btusb.c
Hunk #1 succeeded at 227 (offset 30 lines).
Hunk #2 succeeded at 259 with fuzz 2 (offset 34 lines).
==> Starting pkgver()...
==> Updated version: btusb-qca-0x3004 0.9.5.18.1-1
==> Starting build()...
make -C /lib/modules/5.18.1-arch1-1/build M=/home/user/tmp/btusb-qca-0x3004/btusb-qca-0x3004/src modules
make[1]: Entering directory '/usr/lib/modules/5.18.1-arch1-1/build'
  CC [M]  /home/user/tmp/btusb-qca-0x3004/btusb-qca-0x3004/src/btusb.o
  LD [M]  /home/user/tmp/btusb-qca-0x3004/btusb-qca-0x3004/src/btusb.prelink.o
  MODPOST /home/user/tmp/btusb-qca-0x3004/btusb-qca-0x3004/src/Module.symvers
ERROR: modpost: "btintel_set_diag_mfg" [/home/user/tmp/btusb-qca-0x3004/btusb-qca-0x3004/src/btusb.ko] undefined!
ERROR: modpost: "btintel_hw_error" [/home/user/tmp/btusb-qca-0x3004/btusb-qca-0x3004/src/btusb.ko] undefined!
ERROR: modpost: "btintel_set_event_mask" [/home/user/tmp/btusb-qca-0x3004/btusb-qca-0x3004/src/btusb.ko] undefined!
ERROR: modpost: "btintel_secure_send" [/home/user/tmp/btusb-qca-0x3004/btusb-qca-0x3004/src/btusb.ko] undefined!
make[2]: *** [scripts/Makefile.modpost:134: /home/user/tmp/btusb-qca-0x3004/btusb-qca-0x3004/src/Module.symvers] Error 1
make[2]: *** Deleting file '/home/user/tmp/btusb-qca-0x3004/btusb-qca-0x3004/src/Module.symvers'
make[1]: *** [Makefile:1749: modules] Error 2
make[1]: Leaving directory '/usr/lib/modules/5.18.1-arch1-1/build'
make: *** [Makefile:4: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

Offline

#19 2022-06-03 15:08:22

edivandro.tec
Member
From: Br-PA
Registered: 2021-11-18
Posts: 14

Re: [SOLVED] Bluetooth does not work!

Other Information and Updates.

[user@arch-note 5.17.9-arch1-1]$ modprobe --show-depends bluetooth
insmod /lib/modules/5.17.9-arch1-1/kernel/lib/crc16.ko.zst 
insmod /lib/modules/5.17.9-arch1-1/kernel/net/rfkill/rfkill.ko.zst 
insmod /lib/modules/5.17.9-arch1-1/kernel/crypto/ecdh_generic.ko.zst 
insmod /lib/modules/5.17.9-arch1-1/kernel/net/bluetooth/bluetooth.ko.zst

# Modules in /lib

[user@arch-note ~]$ ls /lib/modules/5.17.9-arch1-1/kernel/drivers/bluetooth/
ath3k.ko.zst            btbcm.ko.zst          btmtkuart.ko.zst    dtl1_cs.ko.zst
bcm203x.ko.zst      btintel.ko.zst           btqca.ko.zst          hci_nokia.ko.zst
bfusb.ko.zst            btmrvl.ko.zst          btrsi.ko.zst             hci_uart.ko.zst
bluecard_cs.ko.zst  btmrvl_sdio.ko.zst  btrtl.ko.zst             hci_vhci.ko.zst
bpa10x.ko.zst         btmtk.ko.zst           btsdio.ko.zst          virtio_bt.ko.zst
bt3c_cs.ko.zst         btmtksdio.ko.zst    btusb.ko.zst
 
# Updating the OS again.

 [user@arch-note ~]$ sudo pacman -Syu
[sudo] password for user: 
:: Synchronizing package databases...
 core                  155.5 KiB   278 KiB/s 00:01 [#########################] 100%
 extra                1729.2 KiB  1213 KiB/s 00:01 [#########################] 100%
 community               6.6 MiB  1736 KiB/s 00:04 [#########################] 100%
 multilib              171.1 KiB   989 KiB/s 00:00 [#########################] 100%
 DEB_Arch_Extra          5.9 KiB  3.62 KiB/s 00:02 [#########################] 100%
error: failed retrieving file 'core.db' from archlinux-br.com.br : Could not resolve host: archlinux-br.com.br
warning: too many errors from archlinux-br.com.br, skipping for the remainder of this transaction
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (7) gnome-desktop-1:42.2-1  gnome-desktop-4-1:42.2-1
             gnome-desktop-common-1:42.2-1  htop-3.2.1-1  systemd-251.2-1
             systemd-libs-251.2-1  systemd-sysvcompat-251.2-1

Total Download Size:    8.61 MiB
Total Installed Size:  33.66 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 systemd-251.2-1-...     7.2 MiB  1400 KiB/s 00:05 [#########################] 100%
 systemd-libs-251...   631.0 KiB  1513 KiB/s 00:00 [#########################] 100%
 gnome-desktop-co...   459.9 KiB  1437 KiB/s 00:00 [#########################] 100%
 htop-3.2.1-1-x86_64   144.6 KiB  1403 KiB/s 00:00 [#########################] 100%
 gnome-desktop-4-...   115.2 KiB  1279 KiB/s 00:00 [#########################] 100%
 gnome-desktop-1:...   112.7 KiB  1296 KiB/s 00:00 [#########################] 100%
 systemd-sysvcomp...     5.6 KiB  77.0 KiB/s 00:00 [#########################] 100%
 Total (7/7)             8.6 MiB  1293 KiB/s 00:07 [#########################] 100%
(7/7) checking keys in keyring                     [#########################] 100%
(7/7) checking package integrity                   [#########################] 100%
(7/7) loading package files                        [#########################] 100%
(7/7) checking for file conflicts                  [#########################] 100%
(7/7) checking available disk space                [#########################] 100%
:: Processing package changes...
(1/7) upgrading systemd-libs                       [#########################] 100%
(2/7) upgrading systemd                            [#########################] 100%
(3/7) upgrading gnome-desktop-common               [#########################] 100%
(4/7) upgrading gnome-desktop                      [#########################] 100%
(5/7) upgrading gnome-desktop-4                    [#########################] 100%
(6/7) upgrading htop                               [#########################] 100%
(7/7) upgrading systemd-sysvcompat                 [#########################] 100%
:: Running post-transaction hooks...
( 1/12) Creating system user accounts...
( 2/12) Updating journal message catalog...
( 3/12) Reloading system manager configuration...
( 4/12) Updating udev hardware database...
( 5/12) Applying kernel sysctl settings...
( 6/12) Creating temporary files...
( 7/12) Reloading device manager configuration...
( 8/12) Arming ConditionNeedsUpdate...
( 9/12) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.18.1-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.18.1-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: qed
==> WARNING: Possibly missing firmware for module: bfa
==> WARNING: Possibly missing firmware for module: qla2xxx
==> WARNING: Possibly missing firmware for module: qla1280
==> 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: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
(10/12) Reloading system bus configuration...
(11/12) Updating icon theme caches...
(12/12) Updating the desktop file MIME type cache...

[user@arch-note ~]$ sudo dmesg | egrep -i 'blue|firm'

[    0.105647] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    1.088915] usb 1-1.3: Product: Bluetooth USB Host Controller
[   17.328842] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   18.717991] Bluetooth: Core ver 2.22
[   18.718020] NET: Registered PF_BLUETOOTH protocol family
[   18.718022] Bluetooth: HCI device and connection manager initialized
[   18.718027] Bluetooth: HCI socket layer initialized
[   18.718030] Bluetooth: L2CAP socket layer initialized
[   18.718036] Bluetooth: SCO socket layer initialized
[   25.565063] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   25.565072] Bluetooth: BNEP filters: protocol multicast
[   25.565080] Bluetooth: BNEP socket layer initialized

Last edited by edivandro.tec (2022-06-03 20:26:15)


note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

Offline

#20 2023-06-01 23:47:24

edivandro.tec
Member
From: Br-PA
Registered: 2021-11-18
Posts: 14

Re: [SOLVED] Bluetooth does not work!

Hello,
After the last update I did recently and checking the bluetooth, to my surprise it's working now.
Grateful guys!

### SYSTEM AND CURRENT VERSION ###
SAMSUNG ELECTRONICS CO., LTD. 300E5EV/300E4EV/270E5EV/270E

Kernel Version 6.1.30-1-lts
GNOME Version: 41.1


note: translated from PORTUGUESE(Br) to ENGLISH by Google TRANSLATOR. Be aware if the text looks strange !!!

Offline

Board footer

Powered by FluxBB