Primary screen not working after wake from sleep (only KDE 5.26)

Ok, so my current struggle is this:
It started days ago, when I still was on the testing branch. After updating KDE to 5.26, when waking from sleep and logging back in, my main screen turned black (greeter was ok with both screens). Only the second screen was working. So I naively went into system-settings and tried to re-enable the primary screen. After hitting apply, both screens turned black and only the pointer was visible. No way to re-enable the primary display. Even a reboot did not fix the issue. Only thing that really helps was deleting the folder ~/.local/share/kscreen that btw then holds two files (instead of only one) and the output folder.

Switching back to stable branch solved the issue temporarily. Yesterday, after the update of the stable branch, the same problem has returned.

The output of xrandr is:

Screen 0: minimum 8 x 8, current 4640 x 1920, maximum 32767 x 32767
HDMI-0 connected 1200x1920+3440+0 left (normal left inverted right x axis y axis) 519mm x 324mm
   1920x1200     59.95*+
   1680x1050     59.95  
   1600x1200     60.00  
   1600x1000     60.00  
   1280x1024     85.02    75.02    60.02  
   1280x960      60.00  
   1152x720      60.00  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   640x480       75.00    59.94  
DP-0 connected primary 3440x1440+0+240 (normal left inverted right x axis y axis) 797mm x 333mm
   3440x1440     59.97*+  49.99    29.99  
   2560x1440     59.95  
   2560x1080     60.00  
   1920x1080     60.00    59.94  
   1680x1050     59.95  
   1600x900      60.00  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   640x480       75.00    72.81    59.94  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)

inxi -CGxx says:

CPU:
  Info: 6-core model: Intel Core i7-8700 bits: 64 type: MT MCP
    arch: Coffee Lake rev: A cache: L1: 384 KiB L2: 1.5 MiB L3: 12 MiB
  Speed (MHz): avg: 3266 high: 4001 min/max: 800/4600 cores: 1: 3200 2: 3200
    3: 3200 4: 3200 5: 3200 6: 3200 7: 4001 8: 3200 9: 3200 10: 3200 11: 3200
    12: 3200 bogomips: 76831
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
  Device-1: NVIDIA GA104 [GeForce RTX 3070] vendor: Gigabyte driver: nvidia
    v: 520.56.06 arch: Ampere pcie: speed: 2.5 GT/s lanes: 16 bus-ID: 01:00.0
    chip-ID: 10de:2484
  Device-2: Logitech C922 Pro Stream Webcam type: USB
    driver: snd-usb-audio,uvcvideo bus-ID: 1-7:3 chip-ID: 046d:085c
  Display: x11 server: X.Org v: 21.1.4 with: Xwayland v: 22.1.4
    compositor: kwin_x11 driver: N/A display-ID: :0 screens: 1
  Screen-1: 0 s-res: 4640x1920 s-dpi: 110
  Monitor-1: DP-0 pos: primary,bottom-l res: 3440x1440 dpi: 110
    diag: 864mm (34.01")
  Monitor-2: HDMI-0 pos: top-right res: 1200x1920 dpi: 94
    diag: 612mm (24.09")
  API: OpenGL v: 4.6.0 NVIDIA 520.56.06 renderer: NVIDIA GeForce RTX
    3070/PCIe/SSE2 direct render: Yes

Please let me know if you guys need some more info and possibly have a clue on how to solve this. Thanks.

1 Like

did you tried with different kernels: 6.0 - not the rc one …


try this:
kate /etc/modprobe.d/nvidia-power-management.conf
and add there this line:

options nvidia NVreg_PreserveVideoMemoryAllocations=1 NVreg_TemporaryFilePath=/var/tmp

save the file, run this:
sudo mkinitcpio -P
reboot and test

uname -a says:
Linux rainb0w 6.0.6-1-MANJARO #1 SMP PREEMPT_DYNAMIC Sat Oct 29 14:21:50 UTC 2022 x86_64 GNU/Linux
so yes, I’m running a stable 6.0.x kernel.

Tried the above suggested line in /etc/modprobe.d/nvidia-power-management.conf and recreated the ramdisk. Now sleep does not work at all. System tries to sleep, fails and shows me the greeter.

Unfortunately this won’t help. I just undid the suggested changes. Please note, that it was working beautifully using the same kernel before. I really fear it is somehow related to KDE Plasma.

we will need logs, so open this file:
kate /etc/environment
and put there this line:
QT_LOGGING_RULES='*=false'
save the file
this will disable those qt/kwin logs, so that the logs are more readable


now switch to the 5.15 lts and try with it, and if the same screen issue after sleep happens again, provide logs:
journalctl -b0 -p5 --no-pager
also provide output from:
cat /sys/power/mem_sleep
inxi -M

I had similar issue with my main monitor on Nvidia Display Port and latest KDE, the solution is in this post as a workaround

//EDIT: do a sudo pacman -Syyuu when done to be able to downgrade, then reboot. Also do a system backup before proceeding to the downgrade, so you can get back on your feet if something goes wrong (TimeShift or whatever backup solution you use).

@brahma
tried with the 5.15 LTS kernel and the behavior is the same. here are the logs from the previous boot using journalctl -b -1, as I wasn’t able to regain a usable system after wake.

Nov 03 12:33:02 rainb0w kernel: Linux version 5.15.76-1-MANJARO (builduser@fv-az214-469) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT Sat Oct 29 14:22:16 UTC 2022
Nov 03 12:33:02 rainb0w kernel: Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-5.15-x86_64 root=UUID=aace86d6-e678-4f95-9744-2f5921506fc0 rw rootflags=subvol=@ quiet apparmor=1 security=apparmor udev.log_priority=3
Nov 03 12:33:02 rainb0w kernel: Unknown kernel command line parameters "BOOT_IMAGE=/@/boot/vmlinuz-5.15-x86_64", will be passed to user space.
Nov 03 12:33:02 rainb0w kernel: x86/cpu: SGX disabled by BIOS.
Nov 03 12:33:02 rainb0w kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Nov 03 12:33:02 rainb0w kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Nov 03 12:33:02 rainb0w kernel:   #7  #8  #9 #10 #11
Nov 03 12:33:02 rainb0w kernel: audit: type=2000 audit(1667475178.053:1): state=initialized audit_enabled=0 res=1
Nov 03 12:33:02 rainb0w kernel: SCSI subsystem initialized
Nov 03 12:33:02 rainb0w kernel: VFS: Disk quotas dquot_6.6.0
Nov 03 12:33:02 rainb0w kernel: Initialise system trusted keyrings
Nov 03 12:33:02 rainb0w kernel: Key type blacklist registered
Nov 03 12:33:02 rainb0w kernel: Key type asymmetric registered
Nov 03 12:33:02 rainb0w kernel: Asymmetric key parser 'x509' registered
Nov 03 12:33:02 rainb0w kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
Nov 03 12:33:02 rainb0w kernel: ACPI Error: Aborting method \_SB.PR01._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
Nov 03 12:33:02 rainb0w kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
Nov 03 12:33:02 rainb0w kernel: ACPI Error: Aborting method \_SB.PR02._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
Nov 03 12:33:02 rainb0w kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
Nov 03 12:33:02 rainb0w kernel: ACPI Error: Aborting method \_SB.PR03._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
Nov 03 12:33:02 rainb0w kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
Nov 03 12:33:02 rainb0w kernel: ACPI Error: Aborting method \_SB.PR04._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
Nov 03 12:33:02 rainb0w kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
Nov 03 12:33:02 rainb0w kernel: ACPI Error: Aborting method \_SB.PR05._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
Nov 03 12:33:02 rainb0w kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
Nov 03 12:33:02 rainb0w kernel: ACPI Error: Aborting method \_SB.PR06._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
Nov 03 12:33:02 rainb0w kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
Nov 03 12:33:02 rainb0w kernel: ACPI Error: Aborting method \_SB.PR07._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
Nov 03 12:33:02 rainb0w kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
Nov 03 12:33:02 rainb0w kernel: ACPI Error: Aborting method \_SB.PR08._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
Nov 03 12:33:02 rainb0w kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
Nov 03 12:33:02 rainb0w kernel: ACPI Error: Aborting method \_SB.PR09._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
Nov 03 12:33:02 rainb0w kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
Nov 03 12:33:02 rainb0w kernel: ACPI Error: Aborting method \_SB.PR10._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
Nov 03 12:33:02 rainb0w kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PR00._CPC], AE_NOT_FOUND (20210730/psargs-330)
Nov 03 12:33:02 rainb0w kernel: ACPI Error: Aborting method \_SB.PR11._CPC due to previous error (AE_NOT_FOUND) (20210730/psparse-529)
Nov 03 12:33:02 rainb0w kernel: Loading compiled-in X.509 certificates
Nov 03 12:33:02 rainb0w kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 68a427c4edde4c83cfe81268a7da6ca1fa25f99b'
Nov 03 12:33:02 rainb0w kernel: Key type ._fscrypt registered
Nov 03 12:33:02 rainb0w kernel: Key type .fscrypt registered
Nov 03 12:33:02 rainb0w kernel: Key type fscrypt-provisioning registered
Nov 03 12:33:02 rainb0w kernel: scsi 5:0:0:0: Direct-Access     ATA      WDC WDS480G2G0A- 0400 PQ: 0 ANSI: 5
Nov 03 12:33:02 rainb0w kernel: sd 5:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
Nov 03 12:33:02 rainb0w kernel: sd 5:0:0:0: [sda] Write Protect is off
Nov 03 12:33:02 rainb0w kernel: sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 03 12:33:02 rainb0w kernel: sd 5:0:0:0: [sda] Attached SCSI disk
Nov 03 12:33:02 rainb0w kernel: sd 5:0:0:0: Attached scsi generic sg0 type 0
Nov 03 12:33:02 rainb0w kernel: random: lvm: uninitialized urandom read (4 bytes read)
Nov 03 12:33:02 rainb0w systemd-random-seed[321]: Kernel entropy pool is not initialized yet, waiting until it is.
Nov 03 12:33:02 rainb0w kernel: audit: type=1130 audit(1667475182.880:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:02 rainb0w kernel: audit: type=1130 audit(1667475182.893:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:02 rainb0w kernel: audit: type=1130 audit(1667475182.930:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:02 rainb0w kernel: audit: type=1130 audit(1667475182.986:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:02 rainb0w kernel: audit: type=1130 audit(1667475182.993:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:02 rainb0w kernel: audit: type=1131 audit(1667475182.993:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:03 rainb0w kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Nov 03 12:33:03 rainb0w kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Nov 03 12:33:03 rainb0w kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Nov 03 12:33:03 rainb0w kernel: 0x000000000000-0x000001000000 : "BIOS"
Nov 03 12:33:03 rainb0w kernel: audit: type=1130 audit(1667475183.360:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-20BB\x2d3157 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:03 rainb0w kernel: audit: type=1130 audit(1667475183.753:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:03 rainb0w kernel: audit: type=1131 audit(1667475183.753:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:04 rainb0w kernel: nvidia: loading out-of-tree module taints kernel.
Nov 03 12:33:04 rainb0w kernel: nvidia: module license 'NVIDIA' taints kernel.
Nov 03 12:33:04 rainb0w kernel: Disabling lock debugging due to kernel taint
Nov 03 12:33:04 rainb0w kernel: audit: type=1400 audit(1667475183.966:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="klogd" pid=464 comm="apparmor_parser"
Nov 03 12:33:04 rainb0w kernel: audit: type=1300 audit(1667475183.966:11): arch=c000003e syscall=1 success=yes exit=18209 a0=6 a1=560dd8055f00 a2=4721 a3=0 items=0 ppid=448 pid=464 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj=unconfined key=(null)
Nov 03 12:33:04 rainb0w kernel: audit: type=1327 audit(1667475183.966:11): proctitle=2F7362696E2F61707061726D6F725F706172736572002D2D7265706C616365002D2D002F6574632F61707061726D6F722E64
Nov 03 12:33:04 rainb0w kernel: audit: type=1400 audit(1667475183.980:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=456 comm="apparmor_parser"
Nov 03 12:33:04 rainb0w kernel: audit: type=1300 audit(1667475183.980:12): arch=c000003e syscall=1 success=yes exit=30921 a0=6 a1=560dd820def0 a2=78c9 a3=0 items=0 ppid=448 pid=456 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj=unconfined key=(null)
Nov 03 12:33:04 rainb0w kernel: audit: type=1327 audit(1667475183.980:12): proctitle=2F7362696E2F61707061726D6F725F706172736572002D2D7265706C616365002D2D002F6574632F61707061726D6F722E64
Nov 03 12:33:04 rainb0w kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Nov 03 12:33:04 rainb0w kernel: 
Nov 03 12:33:04 rainb0w kernel: audit: type=1400 audit(1667475184.006:13): apparmor="STATUS" operation="profile_load" profile="unconfined" name="samba-dcerpcd" pid=460 comm="apparmor_parser"
Nov 03 12:33:04 rainb0w kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  520.56.06  Thu Oct  6 21:38:55 UTC 2022
Nov 03 12:33:04 rainb0w kernel: random: crng init done
Nov 03 12:33:04 rainb0w kernel: nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
Nov 03 12:33:05 rainb0w polkitd[590]: Loading rules from directory /etc/polkit-1/rules.d
Nov 03 12:33:05 rainb0w polkitd[590]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 03 12:33:05 rainb0w polkitd[590]: Finished loading, compiling and executing 8 rules
Nov 03 12:33:05 rainb0w polkitd[590]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 03 12:33:07 rainb0w systemd[729]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 03 12:33:07 rainb0w systemd[729]: xdg-user-dirs-update.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 12:33:07 rainb0w systemd[729]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
Nov 03 12:33:07 rainb0w systemd[729]: Failed to start Update XDG user dir configuration.
Nov 03 12:33:08 rainb0w kernel: kauditd_printk_skb: 237 callbacks suppressed
Nov 03 12:33:08 rainb0w kernel: audit: type=1334 audit(1667475188.700:123): prog-id=19 op=LOAD
Nov 03 12:33:08 rainb0w kernel: audit: type=1300 audit(1667475188.700:123): arch=c000003e syscall=321 success=yes exit=26 a0=5 a1=7ffc3ffede30 a2=90 a3=5e items=0 ppid=1 pid=655 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="NetworkManager" exe="/usr/bin/NetworkManager" subj=unconfined key=(null)
Nov 03 12:33:08 rainb0w kernel: audit: type=1327 audit(1667475188.700:123): proctitle=2F7573722F62696E2F4E6574776F726B4D616E61676572002D2D6E6F2D6461656D6F6E
Nov 03 12:33:08 rainb0w kernel: audit: type=1130 audit(1667475188.726:124): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:09 rainb0w kernel: audit: type=1400 audit(1667475189.410:125): apparmor="STATUS" operation="profile_load" profile="unconfined" name="docker-default" pid=777 comm="apparmor_parser"
Nov 03 12:33:09 rainb0w kernel: audit: type=1300 audit(1667475189.410:125): arch=c000003e syscall=1 success=yes exit=7945 a0=4 a1=565007d86670 a2=1f09 a3=0 items=0 ppid=776 pid=777 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj=unconfined key=(null)
Nov 03 12:33:09 rainb0w kernel: audit: type=1327 audit(1667475189.410:125): proctitle=61707061726D6F725F706172736572002D4B72002F7661722F6C69622F646F636B65722F746D702F646F636B65722D64656661756C7431313736393237353432
Nov 03 12:33:09 rainb0w kernel: Bridge firewalling registered
Nov 03 12:33:09 rainb0w kernel: audit: type=1325 audit(1667475189.560:126): table=nat family=2 entries=0 op=xt_register pid=779 subj=unconfined comm="iptables"
Nov 03 12:33:09 rainb0w kernel: audit: type=1300 audit(1667475189.560:126): arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffe53e94120 items=0 ppid=744 pid=779 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" subj=unconfined key=(null)
Nov 03 12:33:09 rainb0w kernel: audit: type=1327 audit(1667475189.560:126): proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4C002D6E
Nov 03 12:33:09 rainb0w udisksd[841]: udisks daemon version 2.9.4 starting
Nov 03 12:33:09 rainb0w udisksd[841]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 03 12:33:14 rainb0w kernel: kauditd_printk_skb: 127 callbacks suppressed
Nov 03 12:33:14 rainb0w kernel: audit: type=1100 audit(1667475194.366:174): pid=946 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:14 rainb0w kernel: audit: type=1101 audit(1667475194.366:175): pid=946 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ben" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:14 rainb0w kernel: audit: type=1103 audit(1667475194.366:176): pid=946 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:14 rainb0w kernel: audit: type=1006 audit(1667475194.366:177): pid=946 uid=0 subj=unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Nov 03 12:33:14 rainb0w kernel: audit: type=1300 audit(1667475194.366:177): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffdf32baa30 a2=4 a3=7ffdf32ba744 items=0 ppid=685 pid=946 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" subj=unconfined key=(null)
Nov 03 12:33:14 rainb0w kernel: audit: type=1327 audit(1667475194.366:177): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746837623138346632352D656663352D343232382D623361392D623633346530613233623637002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D
Nov 03 12:33:14 rainb0w kernel: audit: type=1130 audit(1667475194.453:178): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:14 rainb0w systemd[948]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[ben] ruser=[<unknown>] rhost=[<unknown>]
Nov 03 12:33:14 rainb0w kernel: audit: type=1101 audit(1667475194.456:179): pid=948 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ben" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:14 rainb0w kernel: audit: type=1103 audit(1667475194.456:180): pid=948 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:setcred grantors=? acct="ben" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 03 12:33:14 rainb0w kernel: audit: type=1006 audit(1667475194.456:181): pid=948 uid=0 subj=unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
Nov 03 12:33:16 rainb0w backlighthelper[1125]: org.kde.powerdevil: no kernel backlight interface found
Nov 03 12:33:17 rainb0w pipewire[1141]: mod.rt: Can't find xdg-portal: (null)
Nov 03 12:33:17 rainb0w pipewire[1141]: mod.rt: found session bus but no portal
Nov 03 12:33:17 rainb0w pipewire-media-session[1142]: mod.rt: Can't find xdg-portal: (null)
Nov 03 12:33:17 rainb0w pipewire-media-session[1142]: mod.rt: found session bus but no portal
Nov 03 12:33:17 rainb0w polkitd[590]: Registered Authentication Agent for unix-session:2 (system bus name :1.60 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 03 12:33:19 rainb0w pamac-tray-plas[1207]: updates_checker.vala:71: check updates
Nov 03 12:33:19 rainb0w kernel: kauditd_printk_skb: 17 callbacks suppressed
Nov 03 12:33:19 rainb0w kernel: audit: type=1334 audit(1667475199.570:193): prog-id=0 op=UNLOAD
Nov 03 12:33:20 rainb0w pamac-tray-plas[1207]: updates_checker.vala:101: 0 updates found
Nov 03 12:33:22 rainb0w pulseaudio[1310]: stat('/etc/pulse/default.pa.d'): No such file or directory
Nov 03 12:33:24 rainb0w systemd[730]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 03 12:33:24 rainb0w kernel: audit: type=1131 audit(1667475204.783:194): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=user@962 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:24 rainb0w kernel: audit: type=1131 audit(1667475204.836:195): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=user-runtime-dir@962 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:35 rainb0w kernel: audit: type=1131 audit(1667475215.403:196): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:35 rainb0w kernel: audit: type=1334 audit(1667475215.476:197): prog-id=0 op=UNLOAD
Nov 03 12:33:35 rainb0w kernel: audit: type=1334 audit(1667475215.476:198): prog-id=0 op=UNLOAD
Nov 03 12:33:35 rainb0w kernel: audit: type=1334 audit(1667475215.476:199): prog-id=0 op=UNLOAD
Nov 03 12:33:42 rainb0w dbus-daemon[589]: [system] Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Nov 03 12:33:42 rainb0w pulseaudio[1310]: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Nov 03 12:33:47 rainb0w kernel: audit: type=1131 audit(1667475227.927:200): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:33:48 rainb0w kernel: audit: type=1334 audit(1667475228.025:201): prog-id=0 op=UNLOAD
Nov 03 12:33:48 rainb0w kernel: audit: type=1334 audit(1667475228.025:202): prog-id=0 op=UNLOAD
Nov 03 12:33:48 rainb0w kernel: audit: type=1334 audit(1667475228.025:203): prog-id=0 op=UNLOAD
Nov 03 12:38:22 rainb0w kernel: sd 5:0:0:0: [sda] Synchronizing SCSI cache
Nov 03 12:38:22 rainb0w kernel: sd 5:0:0:0: [sda] Stopping disk
Nov 03 12:38:22 rainb0w kernel: sd 5:0:0:0: [sda] Starting disk
Nov 03 12:38:22 rainb0w kernel: done.
Nov 03 12:38:22 rainb0w kernel: audit: type=1130 audit(1667475502.129:204): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:38:22 rainb0w kernel: audit: type=1131 audit(1667475502.129:205): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:38:22 rainb0w kernel: audit: type=1130 audit(1667475502.419:206): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:38:24 rainb0w kernel: audit: type=1701 audit(1667475504.449:207): auid=1000 uid=1000 gid=1000 ses=3 subj=unconfined pid=1066 comm="QSGRenderThread" exe="/usr/bin/plasmashell" sig=11 res=1
Nov 03 12:38:24 rainb0w kernel: audit: type=1334 audit(1667475504.496:208): prog-id=24 op=LOAD
Nov 03 12:38:24 rainb0w kernel: audit: type=1334 audit(1667475504.496:209): prog-id=25 op=LOAD
Nov 03 12:38:24 rainb0w kernel: audit: type=1334 audit(1667475504.496:210): prog-id=26 op=LOAD
Nov 03 12:38:24 rainb0w kernel: audit: type=1130 audit(1667475504.496:211): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-coredump@0-2171-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:38:25 rainb0w kernel: audit: type=1334 audit(1667475505.613:212): prog-id=27 op=LOAD
Nov 03 12:38:26 rainb0w systemd-coredump[2172]: [🡕] Process 1066 (plasmashell) of user 1000 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id 507836a1ad0d4946b9a245e6fd3cc243bc6a8b35
                                                Module libprisonquickplugin.so with build-id 6e194f0e297e9134c9652d4bd63410c982bb6f4f
                                                Module libKF5NotifyConfig.so.5 with build-id ad7b00201ad76611d1557ff216100d87e0ec9f16
                                                Module plasma_engine_notifications.so with build-id a12a7dbfe60063c2fb61ec46127e27440384bc11
                                                Module kio_file.so with build-id ba41f5c9d8183ba5e708fd50c76083a308bfbd16
                                                Module KF5IdleTimeXcbPlugin0.so with build-id 26802838ee2ff7ee89bfa0a46243291b53f2c85e
                                                Module libplc4.so with build-id ae18d68f01288868c93380064a1517522f3a844f
                                                Module libplds4.so with build-id 26c6c93ab7e9b7022734be96a91d0959b4c84fe5
                                                Module libnssutil3.so with build-id 88012b532a109e5b0dbc437ea8a7ca92ae905e6e
                                                Module libnspr4.so with build-id 7810f60fbe92aa8395979eb46f16f4dac61e6a93
                                                Module libnss3.so with build-id 5ce14f6297f3d9e24242317a4393191a0f9d569d
                                                Module libsmime3.so with build-id 05058ebd3a55330d58ede6ebf181650605f14f39
                                                Module libKF5Wallet.so.5 with build-id a10857fb418edf47b3287097ef1d58ad6ba07a46
                                                Module libnm.so.0 with build-id e0434b18f12f38a12a785f5cd3148b2a34c4f4f7
                                                Module libKF5NetworkManagerQt.so.6 with build-id d86c1b235913662a22bf1b4c58de78af64961549
                                                Module libKF5ModemManagerQt.so.6 with build-id 7bc09fc5a23679258500859739246c31d9c5168d
                                                Module libplasmanm_editor.so with build-id 66e2351a48bb10d851c8fec0bf6ebe2a04ab91db
                                                Module libplasmanm_internal.so with build-id 068ed297ddbeb1e98329fd7289d29ed6e208aebf
                                                Module libplasmanm_qmlplugins.so with build-id ae40f364911c2a111b6e9f1ca3e4f245d8e524e6
                                                Module libavahi-client.so.3 with build-id 1858551543958190c653b565cf0eb64609ad908a
                                                Module libavahi-common.so.3 with build-id 80fda945459a3476ccd1050783dfd5f5c17c479a
                                                Module libcups.so.2 with build-id 62620e2ba8de0b241ddcde466d8355ac8a37b41b
                                                Module libkcupslib.so with build-id f9140a83d2e57f8c033959f7ccedc47a5cc31956
                                                Module libprintmanager.so with build-id dacd213593e3ecd85234d90cbbeaa4426d37646e
                                                Module libnotificationmanagerplugin.so with build-id 2b4d0e6d18426226a6c9c88365e9151ed1c71cdd
                                                Module libnightcolorcontrolplugin.so with build-id d23ba7976af00fc996012750e485e0acbfd53c53
                                                Module libkeyboardlayoutplugin.so with build-id 12a078366aa6f68bc68c62690daf63d8d06a8f9e
                                                Module libqtlabsplatformplugin.so with build-id 0c18b639deab28a2258b791f61dbd5065550d206
                                                Module plasma_engine_keystate.so with build-id 6619a508954ecb865e37d094bf228603dc0a097c
                                                Module plasma_engine_devicenotifications.so with build-id ca05436fb5717e0497a10947166e7e92681451d7
                                                Module plasma_engine_soliddevice.so with build-id ca04e2da36c46b9acd843594d10cfa4350ec8671
                                                Module plasma_engine_hotplug.so with build-id 3a5c23e3a8c336f8e630549e349677db63c488fa
                                                Module libKF5SonnetCore.so.5 with build-id 382e11aa280575f2450b2221c84dc511451de110
                                                Module libKF5SonnetUi.so.5 with build-id a7d5907bbfa5ece5415b1596b920f6bb35ccfb7c
                                                Module libZXing.so.1 with build-id 052f11e769620cb9fb8a08182cc34037f5f35462
                                                Module libdmtx.so.0 with build-id e4dd258baefc1f3cac0bc970fa416d4ab58e69ad
                                                Module libqrencode.so.4 with build-id abf3bf609471dbc409c77b0406677af374595acd
                                                Module libKF5TextWidgets.so.5 with build-id 6efb4709cf3b45e4c2dec7704acf4f4aa08cc75e
                                                Module libKF5Prison.so.5 with build-id fb6120f943dfbbf816e35fccc63012d8f673712c
                                                Module plasma_engine_clipboard.so with build-id 6c9691ff9cc8936afe7229abf9555b89fc084ff3
                                                Module libqmlsettingsplugin.so with build-id 50639c5b62ae96c5f64dedf6ae77843719b20980
                                                Module libqmlfolderlistmodelplugin.so with build-id 6675d966e1a1d17664b41197508a919ccbef7124
                                                Module libdialogsprivateplugin.so with build-id 480a8aed6d477af0943cbbc1a099c1751b9e13ef
                                                Module libdialogplugin.so with build-id 8f6c002093522aea8dfd41554f52056b0b1d1a8b
                                                Module libqca-qt5.so.2 with build-id 307e201f50b6ef24003c05007d3468f8441ebcec
                                                Module libkdeconnectcore.so.22 with build-id e9cd8e95ae2779cd0faeef61fdce5c0bd20a7910
                                                Module libkdeconnectinterfaces.so.22 with build-id d77c78e4066b8ab6d75bc2f0f0f0d2094402ccdc
                                                Module libkdeconnectdeclarativeplugin.so with build-id 242ff465c088aa9041abf8745ab8ba04b80b1e9d
                                                Module libFormatterPlugin.so with build-id e33690ca1077598b2572bc92608a93a446086c7e
                                                Module libQuickChartsControls.so with build-id c8fdbd10267f724b8035d966b3208ae639284c3f
                                                Module plasma_engine_time.so with build-id 50296a16bac99081d3d7670d516b02eed2611376
                                                Module libKF5CalendarEvents.so.5 with build-id 9b62bd4a14690fc138f3cc4ceea477a1842eb8ac
                                                Module libcalendarplugin.so with build-id 46d46791a6c9521561c5ae8206596ad2d46a9ba8
                                                Module libdigitalclockplugin.so with build-id 764943e2b2441d68fde356c1bb90060544108341
                                                Module libpagerplugin.so with build-id a926161f10585f7a6174477dc1efb27ed2975b88
                                                Module libshowdesktopplugin.so with build-id a9f29c8673ff66b73be34340a3b826023f0d10e9
                                                Module libopus.so.0 with build-id 35fafc4024675e9cfe57c7d50c3965eac6bac358
                                                Module libFLAC.so.12 with build-id d09804bc783c1cad0b423b136a5260c0e8c62d40
                                                Module libvorbisenc.so.2 with build-id 2b1ce7fcdcc925bc663ebe2c1c008c0dd96e5bd0
                                                Module libasyncns.so.0 with build-id 3ed7e52f247b08f1dff19aef6a253ee4c5c785c0
                                                Module libsndfile.so.1 with build-id 923361ca7a51d29651ef1e282559cbff70e31cde
                                                Module libpulsecommon-16.1.so with build-id 17e5c781f557e60fbc789cb631816a4a29230f4a
                                                Module libpulse.so.0 with build-id 0c1618cb1e11cc14128914e45965433374cbd10e
                                                Module libpulse-mainloop-glib.so.0 with build-id 557c18bd5f54743e924a5b8e77bbc1b55a31e219
                                                Module libplasma-volume-declarative.so with build-id e88358a342ca0866dd50fdf35ec840199a9b026d
                                                Module plasma_engine_mpris2.so with build-id 928dcfc3735edaf6cce7052caeff2fb9f3e348cc
                                                Module libKF5Screen.so.7 with build-id 90ca44ff82582aad8c00dc742ef372f62e69400d
                                                Module libnotificationmanager.so.1 with build-id 66e11d134f859c9cb30d361229a25c8e7ff2ba9b
                                                Module libprocesscore.so.9 with build-id 9cee225804583006f380d9019d748231f029e7d8
                                                Module libtaskmanagerplugin.so with build-id 1cfc2770bf4511cdf62c49c6221e6a2a9bd0c726
                                                Module libKF5IdleTime.so.5 with build-id 75f318618fdcb64bff63b523f4ba68625a014666
                                                Module plasma_engine_powermanagement.so with build-id d9fe6afcb08f4e544a495fe409fb130d3a9d34f5
                                                Module libsqlite3.so.0 with build-id 782ea1abbeebfd86f7d34c1c4fd1c23d14a8cefd
                                                Module libqsqlite.so with build-id c33f9b1af8bb408f035b3697bd89d24cf6a14023
                                                Module libmodelsplugin.so with build-id dec3b95ffe86af6c5cc585e512e2a453d4d95a66
                                                Module libkcoreaddonsplugin.so with build-id 159b382c208b5a079adb7387120fc601f2650604
                                                Module libgmodule-2.0.so.0 with build-id 4145f63148e903c5cc49730868d4b108e4a2afba
                                                Module libstemmer.so.0 with build-id 013b48e71279a5ec55e3021fc0bd8fb10a08bae5
                                                Module libyaml-0.so.2 with build-id 94fd2b16e4c311e4c8b041061dfdb9ca8f508e29
                                                Module libxml2.so.2 with build-id 171e32069b76d4cfedbfdf97f2087807948a9b3d
                                                Module libxmlb.so.2 with build-id 272439d071eeb589576992d93c91897ad955d064
                                                Module libgio-2.0.so.0 with build-id e40d688960cf27f1e3b08533563affb8baed62af
                                                Module libgobject-2.0.so.0 with build-id 4912a41f41a806314fb1a528139e368746d80dda
                                                Module libappstream.so.4 with build-id 486291eaf797405047a693efbcc2ea76e888c7c6
                                                Module libKF5ThreadWeaver.so.5 with build-id 2e492115c6353d1c33c44f695f2da7a8d1977228
                                                Module libKF5PeopleBackend.so.5 with build-id 1bc196fd75230207b6167125665dc60dd4f2e21c
                                                Module libKF5People.so.5 with build-id fcd540a7c48120a6f57218d3014a84715ffecb57
                                                Module libAppStreamQt.so.2 with build-id 88cde09de8689e3aab04f558b0391c713852038a
                                                Module libKF5Runner.so.5 with build-id 7af4b4520652a5178fbb2a0ec42923aeb664be6b
                                                Module libKF5PeopleWidgets.so.5 with build-id acedb5b349327ffd9d54d27bc9913ada0aae5305
                                                Module libKF5ActivitiesStats.so.1 with build-id 1173f3bfbe4276add005150ea2c7dc1b47da2132
                                                Module libkickerplugin.so with build-id d57de6aa88cd9bc5309e69b338b90d97bc4fe5e6
                                                Module libqqc2desktopstyleplugin.so with build-id 5246d2cfbce39c9d07bb65693829cc234bb88f0f
                                                Module libQuickCharts.so with build-id 688f798b9dc212e6554a544738d08fe685191f0d
                                                Module libFacesPlugin.so with build-id ecbf109ff988680ad028584b30e720631498d24c
                                                Module libSensorsPlugin.so with build-id e5097ef90a3b05161216e2086ea2cebeadbf058e
                                                Module libspa-journal.so with build-id 27ee1f412a07da986ef31ae07ad8a66c0c7e6518
                                                Module libspa-support.so with build-id 643dc98ac8926194625b6308b887331cdccf6003
                                                Module libpipewire-0.3.so.0 with build-id 2493a5061ccfaf0c5b6e34ab3c1b3402c5be680d
                                                Module libKPipeWire.so.5 with build-id fcaf0d56b7a6bdf2645ebd58e91fc0fd430dd128
                                                Module libtaskmanagerplugin.so with build-id 75267142a0d6512c7652b067075a5232f933d9bd
                                                Module org.kde.desktop.so with build-id 215954b5f01eb0783c07898af43878269a8e0c7e
                                                Module libplasmaextracomponentsplugin.so with build-id b3b09a7c0ad3bf95fb664a5a34bf580bf7d2b762
                                                Module libkconfigplugin.so with build-id 5e3f67cc1431338e6cf9e4570c7009a854359774
                                                Module libplasmacomponentsplugin.so with build-id 976367875b2ac914b62a08f0e08ed90786d00881
                                                Module libqmlplugin.so with build-id 4371bda1120bcd66729c3679993a799165b62b01
                                                Module libqtgraphicaleffectsprivate.so with build-id b9b4e3f07305ece9648cfb6278a42d0cc0b721b3
                                                Module libqtgraphicaleffectsplugin.so with build-id bc1cd386d3d00d57f51f7d6d62490907693fe240
                                                Module libcontainmentlayoutmanagerplugin.so with build-id 606736e52eeea50698a3c847023135f8c3410b7f
                                                Module libfolderplugin.so with build-id 936c69838782eb7042101998abd08955eb22b77d
                                                Module libdesktopplugin.so with build-id df9644f48f5db80209033d1a407510b028ad887e
                                                Module libepoxy.so.0 with build-id edc178a150c4255d124e1e1ecbdbecebd1a388cd
                                                Module libkquickcontrolsaddonsplugin.so with build-id c465c423b0508b5cfed2f61f05ecf3ad80f9572f
                                                Module libdraganddropplugin.so with build-id 164b10ac1378066698ed13c9a91d1c4066925f9f
                                                Module libqquicklayoutsplugin.so with build-id 7a4113b6a11813d6e9be13985841de8c6824d775
                                                Module libqtquicktemplates2plugin.so with build-id f4b00f294df9f8e45a2abca8a6b4423d74bed3c0
                                                Module libpsl.so.5 with build-id 0229a201aaf5652186c9fdc192ebe52baf19d7f1
                                                Module libssh2.so.1 with build-id a4adfe44cc7ebd295b3b783361acc3dcfcea1d50
                                                Module libnghttp2.so.14 with build-id 2b3da1b8c8fef25bf3aa4dbfea446a7ac94e41f9
                                                Module libcurl.so.4 with build-id a237f509366ff8301677b1d1a52c4d4f3d875a6d
                                                Module libexiv2.so.27 with build-id f205ba91d7693de2eeb491c402950faa6195f47b
                                                Module libKF5KExiv2.so.15.0.0 with build-id 01f7ecd62116b19fe49939694213da92a58925eb
                                                Module libplasma_wallpaper_imageplugin.so with build-id aebfa48eaf8a0bcd86887e894df0f7ad44ff9eda
                                                Module libwindowplugin.so with build-id 607f45b39ea2369baf25afdd70fba816c6fc25e1
                                                Module libqtquickcontrols2plugin.so with build-id d977ec4fc318ca05a84a9fc7db1faad6ca4732d1
                                                Module plasma_wallpaper.so with build-id 6338a7a6940448929f9b8317aef5864973219226
                                                Module libwebp.so.7 with build-id 96dd01a02a3b0b4dae0d744fc3200fd36f1c2148
                                                Module libwebpdemux.so.2 with build-id 181ecf1a79aa805a45cce672f3f229570eca9f26
                                                Module libwebpmux.so.3 with build-id c987ad73c6cbbfcdb4d632ead20256769852066e
                                                Module libqwebp.so with build-id 725d6aeee464966be97e71ea125da887497e73f8
                                                Module libqwbmp.so with build-id ebaf2ce77c046c0c2de405a8efd3a7367ba6fb5f
                                                Module libtiff.so.5 with build-id 62a8aefb339c3cbe35d1089c66c527a7b090804c
                                                Module libqtiff.so with build-id a8c7a67d7bfc70aec589e49d2640214d3f3ea0e2
                                                Module libqsvg.so with build-id e00dd7ced56a175eef4e4c63fab3faec7191d143
                                                Module libQt5Pdf.so.5 with build-id a4e4fc8897f265f7a24b1d883d68147c0dcf1036
                                                Module libqpdf.so with build-id 3dae34811999e0e7cfaff259afab2809dc58145c
                                                Module libmng.so.2 with build-id 2de13b8bba73f358ab2e323aa2209c2e2fc886e7
                                                Module libqmng.so with build-id 8647deb2c743c3649f8b86158cb9ea4412460cd3
                                                Module libqjpeg.so with build-id 084e64bc3e811ec381bcc51a86105cdb624997e9
                                                Module libqjp2.so with build-id fa28f346f69d77d5377a79e206842165a6ea4880
                                                Module libqico.so with build-id a43ca21df2fe1bc4fa39b49493a9bd7ec71db2c8
                                                Module libqicns.so with build-id 9abf6684280e69a83a486248849775d27dddcaba
                                                Module libqgif.so with build-id a6e54e41d1e766e702d2e4d4b8ce54e94291daf3
                                                Module kimg_xcf.so with build-id 7b57383cd721eda7ca43fa3fdb7990aa65b9b3b3
                                                Module kimg_tga.so with build-id b361772cc688501d34c335072dbb293e89b0b65b
                                                Module kimg_rgb.so with build-id 12c23fdea1c85d8e6e75da61767f9128fe8549e2
                                                Module libgomp.so.1 with build-id 117ab7458eb756ac0e9e4791c510ae72fe710bd5
                                                Module liblcms2.so.2 with build-id c01e5649a38dbf37768d02dc751b52de0dcbd141
                                                Module libjasper.so.6 with build-id 920c93104c2081399a4d6334e239cc0fa14bc4b2
                                                Module libraw.so.20 with build-id 6140fabd31b4e8f1e8a6a2e6cff9d53a3358e8e6
                                                Module kimg_raw.so with build-id fe53f3e53b389179e389e8bb63bf62d580bccf4c
                                                Module kimg_ras.so with build-id 7c95926a500d8a07d55883935181052fc9d6d2ca
                                                Module kimg_psd.so with build-id 9d4040aaeb0b14a42b2d7b03c357a51cec20b264
                                                Module kimg_pic.so with build-id 3dd1e03363ae92f999d27d43d152d95d16b59932
                                                Module kimg_pcx.so with build-id b86beec84c0e73a79484c1e34671acefbad582e1
                                                Module kimg_ora.so with build-id a4b2c495210b528bf44ee70d323bf20c3fef9073
                                                Module kimg_kra.so with build-id 61e045af9dde8c0398f5dc42e25a8936a9121181
                                                Module libmvec.so.1 with build-id 87830691ff1275668548231fddf8ff8eaa937fd6
                                                Module libx265.so.199 with build-id 4fd2d7155725df753c6b32274c442349fc05e632
                                                Module libde265.so.0 with build-id 243caf27268d3ccf706d0588f1535922b89b8674
                                                Module libheif.so.1 with build-id 038e0a8d11ceb6bd37b4f2b8930f268b9cf7adfe
                                                Module kimg_heif.so with build-id 278597bb60053fa70ee33c1b1eae680f14d03796
                                                Module kimg_hdr.so with build-id 0e8b5ccd64576bf97b502268914528397ae7178e
                                                Module libIlmThread-3_1.so.30 with build-id fb61aaa8abdf748eb68984c0ef25b0ae85a6565f
                                                Module libIex-3_1.so.30 with build-id 5e8a8f33fa7d4b83185155f19d4604501a86cf62
                                                Module libImath-3_1.so.29 with build-id e896fb1a525652197371e499d81b83e6c5a3d0a5
                                                Module libOpenEXR-3_1.so.30 with build-id 875e7df47bd5ce2de8806bb9fa046061fa43a8ef
                                                Module kimg_exr.so with build-id 6a3b1a89068a765fba1144b13190b663eb9028aa
                                                Module kimg_eps.so with build-id 841662819d310ad7616692dcaa19f161aa8eed37
                                                Module libjpeg.so.8 with build-id 46dfd8b2cbe8a10d13cd3182a7b490d0959534f9
                                                Module libyuv.so with build-id 60a987609f24d8125baf7f8f2a3b288eb465d87e
                                                Module libaom.so.3 with build-id eacc2c29204604b1ebf7a40325dcaab738ce0bd1
                                                Module libSvtAv1Enc.so.1 with build-id 5404c3c56ac81ef10fb890164bcbdb48fdd17774
                                                Module librav1e.so.0 with build-id 71e3a64e4f1fd0bda7ec80b255af3de4ea403ac1
                                                Module libdav1d.so.6 with build-id a93560a23a7f1def734a3cf54f09eadd7c3c46e9
                                                Module libavif.so.14 with build-id 7c7c60390f804291a41ed3e75cd75121eda0ed35
                                                Module kimg_avif.so with build-id a86168e2103ba56dc6a902adb999744d87fef6e0
                                                Module kimg_ani.so with build-id 38919e689c61edae6e6e70039e9aa349c84e9c42
                                                Module libKirigamiPlugin.so with build-id 925ed09d941711ebed6c37b825f628d36a5fc8bd
                                                Module libactivityswitcherextensionplugin.so with build-id 41f24cbc6817b80d1ab2dfb0c48af38f2f023358
                                                Module libkwindowsystem.so with build-id 273aab4c9c0233366501a625321c06f4f0ab8aef
                                                Module libOpenGL.so.0 with build-id 3df533822644f44fa89abdb75b9f89220dfdee56
                                                Module libEGL.so.1 with build-id 14389538015bb4a3a44e794e2466e31bf0834209
                                                Module libxcb-composite.so.0 with build-id e8b69e2806d928f66445390cc50ab33a0b98bef0
                                                Module libxcb-damage.so.0 with build-id d18fa3897f9041bfe25380abd9834332896cda81
                                                Module libcorebindingsplugin.so with build-id 53a1870ad4eb36211448334f1a8027eb1ddfaa62
                                                Module libqtquickcontrolsplugin.so with build-id 338504ba25557f012bfe7a10c04856c83a7446fa
                                                Module libQt5QmlWorkerScript.so.5 with build-id 38e5b4ffdd879132bcd64d5859e8649e72b1e9dc
                                                Module libqtquick2plugin.so with build-id 550d613539501220da472cd367f7c65c834abe2d
                                                Module org.kde.plasma.notifications.so with build-id f7ff6a8b1a9a43adf668b458ff106d125bcf0e16
                                                Module org.kde.plasma.private.systemtray.so with build-id 05d843682fc9f0d4fa83aacbe3daa3123878d187
                                                Module org.kde.plasma.systemtray.so with build-id be06edf033e60c9a68fd01126dc69829e2aba908
                                                Module sensorface_packagestructure.so with build-id 25dc5bc24dc5a0a136b1a7f6a25be97fc84f5a66
                                                Module libsensors.so.5 with build-id dc8b2c1c0d8525411aca188ea3cc3fb86d381d30
                                                Module libKSysGuardFormatter.so.1 with build-id 0aebc86b1586aaf8134a9d8b3670ba4808e72d97
                                                Module libKSysGuardSystemStats.so.1 with build-id a7b4b1f21c0dce4ecffb74972c2ff3ac6de6cba3
                                                Module libKF5ConfigQml.so.5 with build-id 796dcb7128e387a42fd25c2e5c71c6f1c4cdb9e0
                                                Module libKSysGuardSensors.so.1 with build-id 33f4c3ffc59eee97cdb27fd34b02baa625147d16
                                                Module libKSysGuardSensorFaces.so.1 with build-id 70023286e44930d345fc6b86734b298b3ca6e385
                                                Module org.kde.plasma.systemmonitor.so with build-id f81334cab96554004a99d64538a1efaca67bcfde
                                                Module libKF5ItemModels.so.5 with build-id f428cd57aa3cb8cca0050121a631aca1d87d17fb
                                                Module libtaskmanager.so.6 with build-id 960c38d7c78f0d46dec272168dcb612e073b915c
                                                Module plasma_containmentactions_switchdesktop.so with build-id 6de2e43d88a81ee20a65f0815b7d6458eb32ae08
                                                Module plasma_containmentactions_contextmenu.so with build-id 587036751457f027ee0f5d36333920ada0db4b27
                                                Module plasma_containmentactions_paste.so with build-id 528778881d7b4d1d9485eac05e70560f7d46ed10
                                                Module plasma_appletscript_declarative.so with build-id d52c98d24143d7e85c18e9a29f29455f7850f823
                                                Module plasma_layouttemplate.so with build-id 9483a30c9522f8740d32a0b1501d12e4e5964d03
                                                Module plasma_applet.so with build-id a624a767a563372d43ca9fbadfec5bfbfb5578fd
                                                Module libxcb-res.so.0 with build-id cd3dbd6dd9e412a002d1be5ae0ec0d85650542ba
                                                Module KF5WindowSystemX11Plugin.so with build-id 9750008551c84c8cd749a50df79be39e44ab8020
                                                Module plasma_shell.so with build-id 0fd60789e11774d306a32335b8624d8d8ffeac29
                                                Module plasma_lookandfeel.so with build-id 59442fafb987a585a4d2983a7fa846a83788c3f8
                                                Module libKF5Style.so.5 with build-id 4c2db1b84e3a5d5538f2ff091bb5f0897b131910
                                                Module libbreezecommon5.so.5 with build-id 3bcf609c0beb9f09973fc3b47b44fec09d156afc
                                                Module libKF5Kirigami2.so.5 with build-id 9da45886e79d1d394d5471eee27e0181bdc368ea
                                                Module breeze.so with build-id b3c73a1450dacaf707283786887eac215d0ed362
                                                Module libdrm.so.2 with build-id 5b59e55b50556f6d541e4d73fd6a2dcfb1983894
                                                Module librt.so.1 with build-id ce8e0934f83057f038b5a06eb70082bef142d2f0
                                                Module libnvidia-glcore.so.520.56.06 with build-id b5e8446f41653b373f33acb52a71eba82b133d52
                                                Module libnvidia-tls.so.520.56.06 with build-id 923c587d22039c45235d942668af2db11204a200
                                                Module libnvidia-glsi.so.520.56.06 with build-id 3a9139abd662306e3c750492e0c0fa98d3348b8c
                                                Module libGLX_nvidia.so.0 with build-id 2a8c63baf3f20fe2cc3b56a199a54cac93594c4b
                                                Module libxcb-glx.so.0 with build-id 71d5b6691f53a235696da49ffa2178d643ecc228
                                                Module libqxcb-glx-integration.so with build-id a9ee30eef2f19532b08a6e6572737e0a6ecec96d
                                                Module libcomposeplatforminputcontextplugin.so with build-id b7d75f89aa42cbf4504bce73360cd2bb3fe2535c
                                                Module libQt5QuickTemplates2.so.5 with build-id ef1e40831d52b364bb22c93e3155f3fb579f1fb4
                                                Module libKF5Bookmarks.so.5 with build-id eac2902348e7f3cf50624eee40054c375870ff60
                                                Module libQt5QuickControls2.so.5 with build-id cb27d61b09aa45ce43aeef8e025765452a153dc0
                                                Module libKF5KIOFileWidgets.so.5 with build-id 9ef12b55f79d5a4fcab9247aa680900112b26ac2
                                                Module KDEPlasmaPlatformTheme.so with build-id 5e08eb70da25c0eddc8f49722617584ddaa07081
                                                Module libXfixes.so.3 with build-id 0a05c7e8714522bfbdd7c0027c3e2a94965664b0
                                                Module libXrender.so.1 with build-id 9d6512ea1c9698e8c81f27e89fda57d36eb4b18e
                                                Module libXcursor.so.1 with build-id f0525ae3715ac95f96a8cdb44795b03f831334b0
                                                Module libuuid.so.1 with build-id 9057a530e6b3b0e71f24602a0039c490c9a0b5a1
                                                Module libxcb-util.so.1 with build-id b1e4c01b388a3bd7a0a9ad384865b61f5f1d4a24
                                                Module libxkbcommon-x11.so.0 with build-id 90654f41d9fe91c74bef6672a8b57ab34418b27a
                                                Module libICE.so.6 with build-id a78252e65631a98d7935f1bca668c2fe1d6bbb53
                                                Module libSM.so.6 with build-id 66cef8ae9a7848679be78dd26fd47e05110d03b5
                                                Module libxcb-xinput.so.0 with build-id 409ee697e2b16243bf1fc6429e672f2359033388
                                                Module libxcb-xkb.so.1 with build-id bad7e1eb65df04a6b2d676a08f68844856edaace
                                                Module libxcb-xinerama.so.0 with build-id 5d2ab2683447d9bb7bcc49c058dfa06bcb65560d
                                                Module libxcb-xfixes.so.0 with build-id e231a68d00ee4cfa12a2c31e755a9e2c1e7be450
                                                Module libxcb-sync.so.1 with build-id 13025f6de23a271636ad321c77eda98801e62e8e
                                                Module libxcb-render.so.0 with build-id b1ca498d665807ab0ccdafbe8070853efd058173
                                                Module libxcb-render-util.so.0 with build-id be7563af6c149b8412129d31bf3e262eb94b0efb
                                                Module libxcb-shm.so.0 with build-id 828fec4d856e2710e732ea8d92c3f250c807b1c2
                                                Module libxcb-image.so.0 with build-id f74049aed07d4b443711334c4d6692439c2595db
                                                Module libxcb-icccm.so.4 with build-id 5d6f83a2aa185e59274a061f07b8a50b766445f8
                                                Module libX11-xcb.so.1 with build-id f92352eae0a30aea89d11beb22367fa985288925
                                                Module libQt5XcbQpa.so.5 with build-id 12d2bca39e8610215c70cfde3bfab531d34b8406
                                                Module libqxcb.so with build-id 1fdbc58e0182862fe58a8b652b794def082a3ca0
                                                Module libdl.so.2 with build-id 414d1d630bc04818a150b9c73e4493f3395e8869
                                                Module libbrotlicommon.so.1 with build-id acfd597a977c8087bb6184383daae2e828a9ce42
                                                Module libgpg-error.so.0 with build-id 470d76ceb1e53cb017f78c08936e9bafaeb4058b
                                                Module libgmp.so.10 with build-id 26cec2ebe94cc5c4cb99e6988717347222b324fd
                                                Module libhogweed.so.6 with build-id 5c4a99ad0aabe13bd9b517f92ab339436a2bc1f2
                                                Module libnettle.so.8 with build-id 6a26cbe6819abc8c57668f80ca8c8160fd85e29e
                                                Module libunistring.so.2 with build-id 617dbf3d3d6f85d6556a7a036e23845e95490158
                                                Module libidn2.so.0 with build-id b16e7570b102789b13ff77289762dbfe3f8f46bc
                                                Module libbrotlienc.so.1 with build-id 74adbc62e4fbb5da9d37b5aa458471f4130862ff
                                                Module libp11-kit.so.0 with build-id cc372ea3c28c4d3dfc633b4d2e933c8584d2af16
                                                Module libogg.so.0 with build-id ca0cae30a809f10db1f16e54a23b4e5ff7b2c54c
                                                Module libvorbis.so.0 with build-id f4e086347f6c1a66eb73cfe13974a29bd39aabca
                                                Module libacl.so.1 with build-id 27869ed0219ade5d2ffd50eaee11f967187faa8b
                                                Module libresolv.so.2 with build-id 2e70cfe9f2972fb13487eeefcb10e4afafed6157
                                                Module libkeyutils.so.1 with build-id ac405ddd17be10ce538da3211415ee50c8f8df79
                                                Module libkrb5support.so.0 with build-id 9a22a372b2157fb05da1bad94b92d9617513af81
                                                Module libcom_err.so.2 with build-id 3360a28740ffbbd5a5c0c21d09072445908707e5
                                                Module libk5crypto.so.3 with build-id 47d53a3ea2b172eb3db1be0ae0272c7c045267e8
                                                Module libkrb5.so.3 with build-id 1fc969c1f54103d87e400237751b4804569a2730
                                                Module libbrotlidec.so.1 with build-id 66c54e9301f7e102ecc1d88547e5f0e8a056fe22
                                                Module libexpat.so.1 with build-id a98bfab551dfa3df6889c33d5fd2ccfa6d505608
                                                Module libpcre2-8.so.0 with build-id 917fc43d2c9f8539a3e324555c6c73886e8000a8
                                                Module libicudata.so.72 with build-id a133b365160fc45e002163e5435f3029f4254cfa
                                                Module liblz4.so.1 with build-id 84ea95d811dad359e94e100ebe6a746294ffe8a7
                                                Module libcap.so.2 with build-id 9b38b08de708f439a9d0a4f8b9914151bc8d4b50
                                                Module libgraphite2.so.3 with build-id ce58945ebb55b86d3a4e717b6eae29efc4720d8e
                                                Module libGLX.so.0 with build-id d2c37fb8ec3bc53c67c013b0c6ac63ec086c8883
                                                Module libGLdispatch.so.0 with build-id 7879a881271650eff97c35aff7a8674859c5ae94
                                                Module libpthread.so.0 with build-id 3954d7fd57fa4db438d0ccdd8e2c6f7cc97c2e46
                                                Module libusbmuxd-2.0.so.6 with build-id fd9f05e7f5b0da4e15972f75b61fd9b4b9f06dbe
                                                Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                                                Module libtasn1.so.6 with build-id fa2f7a5bfbcda1481ab5875d5744730ea1be8fb1
                                                Module libgnutls.so.30 with build-id e849ad24d363553f5ddc88d43926e1ab2601ada9
                                                Module libblkid.so.1 with build-id fb2c5d3c17aac74758a3eb80a2bc1c16bcf183b1
                                                Module libXext.so.6 with build-id d7f3b1c9d5be6574b5faf83b74f8bba3d0dfa3c6
                                                Module libltdl.so.7 with build-id 6a619e7b85ea9702e595881863bc9e599565e8a0
                                                Module libtdb.so.1 with build-id f2bdb5ac97b6addf2026d93b08c8d15defcd9bb8
                                                Module libvorbisfile.so.3 with build-id 45d2551167a616d448beb033ba49394831992887
                                                Module libKF5AuthCore.so.5 with build-id e8c3961a260b70043d5543749b7ce3bd144709d7
                                                Module libKF5Codecs.so.5 with build-id 0b578cfe76a2b39f96ba7bc6df0ddd9be7c22ac7
                                                Module liblzma.so.5 with build-id 8a7334fec02fef6a82ff641a68b3e3200a44a702
                                                Module libbz2.so.1.0 with build-id 919597c477c9b2cb9cdbb7745ed6494ac0e6da60
                                                Module libKF5Completion.so.5 with build-id 6c0702106cae7afb0e5bbeede714d3d526358fd4
                                                Module libKF5JobWidgets.so.5 with build-id 0c31576fdf79ff7e39ed60db7566fddde770e5e1
                                                Module libKF5KIOCore.so.5 with build-id c1468f75ae5f45203c5abacab49b92a351b781e6
                                                Module libcrypto.so.1.1 with build-id 7981ea3d69f3c28e46ee312a815af96eab93775c
                                                Module libssl.so.1.1 with build-id e6b1f97a5b60b4248c49dfc5b11f53f281b507d0
                                                Module libgssapi_krb5.so.2 with build-id a10eaeef6e9969e80048d247666a3af155716afc
                                                Module libxkbcommon.so.0 with build-id 6cf66eead3fcc20fe5df10162bfbcdcdc8b2a183
                                                Module libfreetype.so.6 with build-id f89dd5502e75aca28fb5c3ccd0dbd26fe822bfef
                                                Module libfontconfig.so.1 with build-id 9e856b5b37a3f4f7176ad8f92b2123508c95406e
                                                Module libwayland-cursor.so.0 with build-id 46a637dbcbb02d6712a201f177377b66598b9121
                                                Module ld-linux-x86-64.so.2 with build-id 22bd7a2c03d8cfc05ef7092bfae5932223189bc1
                                                Module libglib-2.0.so.0 with build-id 49826f5cd4f784c8050176991d46fd93a5fcee9f
                                                Module libzstd.so.1 with build-id ab54c2881f53ab314e134f3e08c76d504376dd5d
                                                Module libpcre2-16.so.0 with build-id 8ad49680a3f743a5241632a400d0de30aeaa54dd
                                                Module libicuuc.so.72 with build-id c2e0249a038bd0fe76e681ecd2b73951c65a0866
                                                Module libicui18n.so.72 with build-id aec148964d10586dae138df84f087835382396f2
                                                Module libdouble-conversion.so.3 with build-id 74bfa78f70f9ae1f759f0ae383fbc7f6f7faf6f8
                                                Module libsystemd.so.0 with build-id 461d1674a5e4c71184837ae7a6a827c9570ada42
                                                Module libmd4c.so.0 with build-id 2151dba72cdc9960097e6e960a58a2f03c8bb96e
                                                Module libharfbuzz.so.0 with build-id 181bbb0db2bce74b6bd5ed66ee7dcbed96323d8b
                                                Module libz.so.1 with build-id 5340199d53cb95e609028ce1143675c742ff4218
                                                Module libpng16.so.16 with build-id 14d3b3cc9d61ec1b7c1f86bdf108218a99364945
                                                Module libGL.so.1 with build-id 6f65953140bc8a2aba47c9d492658dc61891393e
                                                Module libdbus-1.so.3 with build-id 6d6e4846c8e56903b4fe7d992ae6bb30c8a20a9c
                                                Module libxcb-keysyms.so.1 with build-id bc0fb833936f8065a75216318f4d4fb7c51a8b00
                                                Module libgcc_s.so.1 with build-id 85db482c4585a328d95ec41124337a967bb24d8f
                                                Module libQt5QmlModels.so.5 with build-id 75ac4ba2a588a639d18be70e47f2b106930ac1a5
                                                Module libKF5WidgetsAddons.so.5 with build-id a9a32bb7b20a4b655c7b984ec4e7285816386971
                                                Module libKF5ItemViews.so.5 with build-id da9ae9155b462b4622737b62445d6a5ee4a4e2f4
                                                Module libQt5PrintSupport.so.5 with build-id 9fa154675ddc5fbbb81c273ceb2dc49eaa03fdb3
                                                Module libplist-2.0.so.3 with build-id f16bdd42b3d750ba0a150d286248f5dc50cc76cb
                                                Module libimobiledevice-1.0.so.6 with build-id bc258677480403cc2df4f0efcfc97e06af826ddc
                                                Module libmount.so.1 with build-id 9064fc3620c42e6f7aed38119f0a3ec39fca9a37
                                                Module libudev.so.1 with build-id 239ca4dad8e4e0711b19826feabd72d58270942e
                                                Module libQt5Xml.so.5 with build-id f67bcabb5df91d3dd74fb54fd53421bcd089b9f4
                                                Module libdbusmenu-qt5.so.2 with build-id 346cd54093968d3de9e61cc329e9512d248dce18
                                                Module libXtst.so.6 with build-id eaf941ac9100f7854ebc0d512979d2fc6e87d461
                                                Module libX11.so.6 with build-id 21e886e968772b7964d646f54c1faecc56734de9
                                                Module libQt5TextToSpeech.so.5 with build-id 593099f8617753c871f48e5951f368c3a863e1cf
                                                Module libcanberra.so.0 with build-id 8ddef69c9b84a86062c88a59510639cd908fc6d3
                                                Module libKF5GuiAddons.so.5 with build-id 500f3ce625ec0405128077cfd2ff1b03e301aaf0
                                                Module libKF5ConfigWidgets.so.5 with build-id 7dc07957cb9e0b1c8b4f94cc4706132aca8a65d9
                                                Module libKF5Archive.so.5 with build-id 784b900eebadfb900b9f958788fb5c1f99cec2b8
                                                Module libQt5Svg.so.5 with build-id 7db0284946e4871e7f9effc797f1dee6b7cb1be6
                                                Module libKF5KIOGui.so.5 with build-id 39d267ba908cd0c25c0f29483778f34c34aa477e
                                                Module libKF5KIOWidgets.so.5 with build-id 822db0cc4c0ddebe052b89f6a3a27d5a35a01574
                                                Module libQt5Sql.so.5 with build-id 612004f5350b4b351ff572542b62824ff96a23cb
                                                Module libXdmcp.so.6 with build-id d864159ab0008415667db8d5f251696d75c90df2
                                                Module libQt5Network.so.5 with build-id e375f270860de999955dd4910b4a6bf230acd1c7
                                                Module libffi.so.8 with build-id 5c6b22b6624dd486a0783dfe74fee085b626b573
                                                Module libXau.so.6 with build-id d9d5e8277140f1a86d3a07d9b52b1703c0a2f9a8
                                                Module libQt5WaylandClient.so.5 with build-id 032f7f11d4e8511b03ff65222f387e69913adfbf
                                                Module libm.so.6 with build-id 2c8ff1d29b255da5b7371efd5caf57444d622838
                                                Module libKF5IconThemes.so.5 with build-id 84a935d8c24609b710db56c9cbc90bbe15b990b0
                                                Module libxcb-shape.so.0 with build-id f9aab9846b5e3523bd534f8a845f36a37d42b3fa
                                                Module libc.so.6 with build-id 1e94beb079e278ac4f2c8bce1f53091548ea1584
                                                Module libstdc++.so.6 with build-id 735a3d0cc7699fd69337361cba4aedb644b2a7ed
                                                Module libQt5Core.so.5 with build-id 083f29a2d33003f77f7d03516313798698bc42af
                                                Module libQt5Gui.so.5 with build-id b63602b780993f6ec111d5fb2c0ee187f42d14fa
                                                Module libQt5X11Extras.so.5 with build-id 78547956b3be2e12eece7fa5e9fa9f161b022c50
                                                Module libQt5DBus.so.5 with build-id 80839ec0184277ea0382ce3fdc7f84eaebb4dff9
                                                Module libKF5CoreAddons.so.5 with build-id 62326905c473db19337c7e01e790490ba70df854
                                                Module libKF5I18n.so.5 with build-id 6a91b57f66c86d2b080056c0195cf095311dad9e
                                                Module libKF5ConfigCore.so.5 with build-id dea712f5c33eb84ced0e4dea973e8b687ae94f46
                                                Module libQt5Widgets.so.5 with build-id c700b6b0b14c58b3d3943b2d413d6cda5e0d8975
                                                Module libKF5WindowSystem.so.5 with build-id 8ec18b141cfc9a0ee4ffe9f352fe26c60ffa4fc4
                                                Module libKF5ConfigGui.so.5 with build-id 3f24792ea7987b59d73fbee76297ca00e42f00a0
                                                Module libQt5Qml.so.5 with build-id 22231cfcf29a284259109c7862fb6e72406b131a
                                                Module libKF5DBusAddons.so.5 with build-id 03abf1c24e5a269ee395ad4099652feafb12be6f
                                                Module libKF5Service.so.5 with build-id 48775fbc4bee84e539074c055290386ec37555a9
                                                Module libQt5Quick.so.5 with build-id 7943b27c49d44215357f6219398a7b376dcf4cbd
                                                Module libKF5GlobalAccel.so.5 with build-id 58892df8bbd414c674c37405b389d9e38ef904cb
                                                Module libKF5XmlGui.so.5 with build-id b2b06c04caed2139f99b5de3cb253e3aa0b64dcb
                                                Module libKF5Crash.so.5 with build-id 63a18381ba033fcc9d55aedcd43b520fe04b3ecc
                                                Module libKF5Solid.so.5 with build-id 4c3b06e1896b37ac7c92f0fee714d7da425040ba
                                                Module libKF5Package.so.5 with build-id c50734cba9d1f13eeb2edeb51242061f8f766fa8
                                                Module libKF5Declarative.so.5 with build-id 8dd4af291129d1b2ea068ac3c5075c9e1369939a
                                                Module libKF5Notifications.so.5 with build-id 873c11b816ee7117d21e6dcf27f364a62a37c591
                                                Module libKF5Plasma.so.5 with build-id 1c5f32f73952a8904c68dbc3bd883c9f7614cac6
                                                Module libxcb-randr.so.0 with build-id c914473ab7592ed5cf5c191200faaac1089c12ad
                                                Module libxcb.so.1 with build-id 13d677412a71468381b11092915d231f664d18d3
                                                Module libKUserFeedbackCore.so.1 with build-id 0b308e5c23a0c67e2d93d630f27b832e86582597
                                                Module libwayland-client.so.0 with build-id 515c72111400d7bdbfbdfcec78d597e4986a5943
                                                Module libkworkspace5.so.5 with build-id 6d133c200f70ebeaf1a533b5cd9bce1c1928173b
                                                Module libKF5WaylandClient.so.5 with build-id 302dd5e044cf2504aaaa997d88e3772d644589b1
                                                Module libKF5QuickAddons.so.5 with build-id 37af8eae46213a682f971f71613eb285cb3b3a7c
                                                Module libKF5Activities.so.5 with build-id 0dc05eebb0f82fa8f014af9b94d5407fbbb8eb55
                                                Module libKF5PlasmaQuick.so.5 with build-id f91652fc44d01d83bb083526b60dcdb7e4b7255e
                                                Module plasmashell with build-id 6b06080ddd8c6e5285a15622634177b15cd98cc3
                                                Stack trace of thread 1339:
                                                #0  0x00007f2e79cac740 _ZN16QSGAreaAllocator16deallocateInNodeERK6QPointP20QSGAreaAllocatorNode (libQt5Quick.so.5 + 0x1b5740)
                                                #1  0x00007f2e79cac7bb _ZN16QSGAreaAllocator10deallocateERK5QRect (libQt5Quick.so.5 + 0x1b57bb)
                                                #2  0x00007f2e79cb29a4 n/a (libQt5Quick.so.5 + 0x1bb9a4)
                                                #3  0x00007f2e79cb2a2d n/a (libQt5Quick.so.5 + 0x1bba2d)
                                                #4  0x00007f2e680cb251 n/a (libcorebindingsplugin.so + 0x1c251)
                                                #5  0x00007f2e79cf11eb n/a (libQt5Quick.so.5 + 0x1fa1eb)
                                                #6  0x00007f2e79cf31ae n/a (libQt5Quick.so.5 + 0x1fc1ae)
                                                #7  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #8  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #9  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 2155:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14fd4 pthread_cond_timedwait (libc.so.6 + 0x85fd4)
                                                #2  0x00007f2e782986d4 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb6d4)
                                                #3  0x00007f2e78295537 n/a (libQt5Core.so.5 + 0xe8537)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 2159:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14fd4 pthread_cond_timedwait (libc.so.6 + 0x85fd4)
                                                #2  0x00007f2e782986d4 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb6d4)
                                                #3  0x00007f2e78295537 n/a (libQt5Core.so.5 + 0xe8537)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 1387:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f2e78298744 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb744)
                                                #3  0x00007f2e79cf3203 n/a (libQt5Quick.so.5 + 0x1fc203)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 2153:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14fd4 pthread_cond_timedwait (libc.so.6 + 0x85fd4)
                                                #2  0x00007f2e782986d4 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb6d4)
                                                #3  0x00007f2e78295537 n/a (libQt5Core.so.5 + 0xe8537)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 1989:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f2e78298744 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb744)
                                                #3  0x00007f2e79cf3203 n/a (libQt5Quick.so.5 + 0x1fc203)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 1289:
                                                #0  0x00007f2e77e8a0bf __poll (libc.so.6 + 0xfb0bf)
                                                #1  0x00007f2e7673e1df n/a (libglib-2.0.so.0 + 0xac1df)
                                                #2  0x00007f2e766e6132 g_main_context_iteration (libglib-2.0.so.0 + 0x54132)
                                                #3  0x00007f2e7848450c _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d750c)
                                                #4  0x00007f2e7843232c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x28532c)
                                                #5  0x00007f2e7829449f _ZN7QThread4execEv (libQt5Core.so.5 + 0xe749f)
                                                #6  0x00007f2e79c4bcaf n/a (libQt5Quick.so.5 + 0x154caf)
                                                #7  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #8  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #9  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 1066:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f2e7a33d95e n/a (libxcb.so.1 + 0xd95e)
                                                #3  0x00007f2e7a33e8d6 xcb_wait_for_reply (libxcb.so.1 + 0xe8d6)
                                                #4  0x00007f2e7961253c n/a (libKF5WindowSystem.so.5 + 0x3753c)
                                                #5  0x00007f2e796148c2 _ZN10NETWinInfo6updateE6QFlagsIN3NET8PropertyEES0_INS1_9Property2EE (libKF5WindowSystem.so.5 + 0x398c2)
                                                #6  0x00007f2e714c47b8 n/a (KF5WindowSystemX11Plugin.so + 0x157b8)
                                                #7  0x00007f2e795fe57b _ZN18KWindowInfoPrivate6createEy6QFlagsIN3NET8PropertyEES0_INS1_9Property2EE (libKF5WindowSystem.so.5 + 0x2357b)
                                                #8  0x00007f2e795fe6f5 _ZN11KWindowInfoC1Ey6QFlagsIN3NET8PropertyEES0_INS1_9Property2EE (libKF5WindowSystem.so.5 + 0x236f5)
                                                #9  0x00007f2e700a5b08 n/a (libtaskmanager.so.6 + 0x66b08)
                                                #10 0x00007f2e700ad4ae _ZNK11TaskManager17XWindowTasksModel4dataERK11QModelIndexi (libtaskmanager.so.6 + 0x6e4ae)
                                                #11 0x00007f2e78407376 _ZNK19QAbstractProxyModel4dataERK11QModelIndexi (libQt5Core.so.5 + 0x25a376)
                                                #12 0x00007f2e7840b0b1 _ZNK28QConcatenateTablesProxyModel4dataERK11QModelIndexi (libQt5Core.so.5 + 0x25e0b1)
                                                #13 0x00007f2e7007d064 _ZNK11TaskManager20TaskFilterProxyModel10acceptsRowEi (libtaskmanager.so.6 + 0x3e064)
                                                #14 0x00007f2e78418cc1 n/a (libQt5Core.so.5 + 0x26bcc1)
                                                #15 0x00007f2e7846a530 n/a (libQt5Core.so.5 + 0x2bd530)
                                                #16 0x00007f2e783f2981 _ZN18QAbstractItemModel11dataChangedERK11QModelIndexS2_RK7QVectorIiE (libQt5Core.so.5 + 0x245981)
                                                #17 0x00007f2e7840f47e n/a (libQt5Core.so.5 + 0x26247e)
                                                #18 0x00007f2e7846a530 n/a (libQt5Core.so.5 + 0x2bd530)
                                                #19 0x00007f2e783f2981 _ZN18QAbstractItemModel11dataChangedERK11QModelIndexS2_RK7QVectorIiE (libQt5Core.so.5 + 0x245981)
                                                #20 0x00007f2e78410491 n/a (libQt5Core.so.5 + 0x263491)
                                                #21 0x00007f2e7846a530 n/a (libQt5Core.so.5 + 0x2bd530)
                                                #22 0x00007f2e783f2981 _ZN18QAbstractItemModel11dataChangedERK11QModelIndexS2_RK7QVectorIiE (libQt5Core.so.5 + 0x245981)
                                                #23 0x00007f2e700a4b5f n/a (libtaskmanager.so.6 + 0x65b5f)
                                                #24 0x00007f2e700a9812 n/a (libtaskmanager.so.6 + 0x6a812)
                                                #25 0x00007f2e7846a381 n/a (libQt5Core.so.5 + 0x2bd381)
                                                #26 0x00007f2e700a0d88 n/a (libtaskmanager.so.6 + 0x61d88)
                                                #27 0x00007f2e7846a381 n/a (libQt5Core.so.5 + 0x2bd381)
                                                #28 0x00007f2e795f2879 _ZN13KWindowSystem13windowChangedEy6QFlagsIN3NET8PropertyEES0_INS1_9Property2EE (libKF5WindowSystem.so.5 + 0x17879)
                                                #29 0x00007f2e714c0573 n/a (KF5WindowSystemX11Plugin.so + 0x11573)
                                                #30 0x00007f2e7843048f _ZN24QAbstractEventDispatcher17filterNativeEventERK10QByteArrayPvPl (libQt5Core.so.5 + 0x28348f)
                                                #31 0x00007f2e72fe5ff0 _ZN14QXcbConnection14handleXcbEventEP19xcb_generic_event_t (libQt5XcbQpa.so.5 + 0x3bff0)
                                                #32 0x00007f2e72fea330 _ZN14QXcbConnection16processXcbEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5XcbQpa.so.5 + 0x40330)
                                                #33 0x00007f2e7300e5e8 n/a (libQt5XcbQpa.so.5 + 0x645e8)
                                                #34 0x00007f2e766e787b g_main_context_dispatch (libglib-2.0.so.0 + 0x5587b)
                                                #35 0x00007f2e7673e279 n/a (libglib-2.0.so.0 + 0xac279)
                                                #36 0x00007f2e766e6132 g_main_context_iteration (libglib-2.0.so.0 + 0x54132)
                                                #37 0x00007f2e7848450c _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d750c)
                                                #38 0x00007f2e7843232c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x28532c)
                                                #39 0x00007f2e7843ce59 _ZN16QCoreApplication4execEv (libQt5Core.so.5 + 0x28fe59)
                                                #40 0x0000557e6f1fd10f n/a (plasmashell + 0x2310f)
                                                #41 0x00007f2e77db2290 n/a (libc.so.6 + 0x23290)
                                                #42 0x00007f2e77db234a __libc_start_main (libc.so.6 + 0x2334a)
                                                #43 0x0000557e6f1fd4c5 n/a (plasmashell + 0x234c5)
                                                
                                                Stack trace of thread 2156:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14fd4 pthread_cond_timedwait (libc.so.6 + 0x85fd4)
                                                #2  0x00007f2e782986d4 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb6d4)
                                                #3  0x00007f2e78295537 n/a (libQt5Core.so.5 + 0xe8537)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 2152:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14fd4 pthread_cond_timedwait (libc.so.6 + 0x85fd4)
                                                #2  0x00007f2e782986d4 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb6d4)
                                                #3  0x00007f2e78295537 n/a (libQt5Core.so.5 + 0xe8537)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 1163:
                                                #0  0x00007f2e77e8a0bf __poll (libc.so.6 + 0xfb0bf)
                                                #1  0x00007f2e7673e1df n/a (libglib-2.0.so.0 + 0xac1df)
                                                #2  0x00007f2e766e6132 g_main_context_iteration (libglib-2.0.so.0 + 0x54132)
                                                #3  0x00007f2e7848450c _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d750c)
                                                #4  0x00007f2e7843232c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x28532c)
                                                #5  0x00007f2e7829449f _ZN7QThread4execEv (libQt5Core.so.5 + 0xe749f)
                                                #6  0x00007f2e7990e300 n/a (libQt5Qml.so.5 + 0x2c0300)
                                                #7  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #8  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #9  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 1287:
                                                #0  0x00007f2e77e8a0bf __poll (libc.so.6 + 0xfb0bf)
                                                #1  0x00007f2e6a692017 n/a (libnvidia-glcore.so.520.56.06 + 0x1492017)
                                                #2  0x00007f2e6a68f90a n/a (libnvidia-glcore.so.520.56.06 + 0x148f90a)
                                                #3  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #4  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 2154:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14fd4 pthread_cond_timedwait (libc.so.6 + 0x85fd4)
                                                #2  0x00007f2e782986d4 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb6d4)
                                                #3  0x00007f2e78295537 n/a (libQt5Core.so.5 + 0xe8537)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 2161:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14fd4 pthread_cond_timedwait (libc.so.6 + 0x85fd4)
                                                #2  0x00007f2e782986d4 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb6d4)
                                                #3  0x00007f2e78295537 n/a (libQt5Core.so.5 + 0xe8537)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 2167:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f2e78298744 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb744)
                                                #3  0x00007f2e79cf3203 n/a (libQt5Quick.so.5 + 0x1fc203)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 1069:
                                                #0  0x00007f2e77e98c77 recvmsg (libc.so.6 + 0x109c77)
                                                #1  0x00007f2e7a33c8e9 n/a (libxcb.so.1 + 0xc8e9)
                                                #2  0x00007f2e7a33d42d n/a (libxcb.so.1 + 0xd42d)
                                                #3  0x00007f2e7a33eccd xcb_wait_for_event (libxcb.so.1 + 0xeccd)
                                                #4  0x00007f2e7300bf72 n/a (libQt5XcbQpa.so.5 + 0x61f72)
                                                #5  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #6  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #7  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 1280:
                                                #0  0x00007f2e77e5c6ab clock_gettime (libc.so.6 + 0xcd6ab)
                                                #1  0x00007f2e6a686f67 n/a (libnvidia-glcore.so.520.56.06 + 0x1486f67)
                                                #2  0x00007f2e6a79175a n/a (libnvidia-glcore.so.520.56.06 + 0x159175a)
                                                #3  0x00007f2e6a6b6da1 n/a (libnvidia-glcore.so.520.56.06 + 0x14b6da1)
                                                #4  0x00007f2e6a38be39 n/a (libnvidia-glcore.so.520.56.06 + 0x118be39)
                                                #5  0x00007f2e78bf4cc9 n/a (libQt5Gui.so.5 + 0x524cc9)
                                                #6  0x00007f2e78b68709 n/a (libQt5Gui.so.5 + 0x498709)
                                                #7  0x00007f2e78b4697f _ZN20QOpenGLShaderProgram4linkEv (libQt5Gui.so.5 + 0x47697f)
                                                #8  0x00007f2e79ce3bbc _ZN23QSGDefaultRenderContext13compileShaderEP17QSGMaterialShaderP11QSGMaterialPKcS5_ (libQt5Quick.so.5 + 0x1ecbbc)
                                                #9  0x00007f2e79c8ae5e n/a (libQt5Quick.so.5 + 0x193e5e)
                                                #10 0x00007f2e79c9a26f _ZN16QSGBatchRenderer8Renderer17renderMergedBatchEPKNS_5BatchE (libQt5Quick.so.5 + 0x1a326f)
                                                #11 0x00007f2e79c9dd46 _ZN16QSGBatchRenderer8Renderer13renderBatchesEv (libQt5Quick.so.5 + 0x1a6d46)
                                                #12 0x00007f2e79ca25d1 _ZN16QSGBatchRenderer8Renderer6renderEv (libQt5Quick.so.5 + 0x1ab5d1)
                                                #13 0x00007f2e79c8a085 _ZN11QSGRenderer11renderSceneERK11QSGBindable (libQt5Quick.so.5 + 0x193085)
                                                #14 0x00007f2e79c8a524 _ZN11QSGRenderer11renderSceneEj (libQt5Quick.so.5 + 0x193524)
                                                #15 0x00007f2e79ce3935 _ZN23QSGDefaultRenderContext15renderNextFrameEP11QSGRendererj (libQt5Quick.so.5 + 0x1ec935)
                                                #16 0x00007f2e79d3de51 _ZN19QQuickWindowPrivate16renderSceneGraphERK5QSizeS2_ (libQt5Quick.so.5 + 0x246e51)
                                                #17 0x00007f2e79cedf06 n/a (libQt5Quick.so.5 + 0x1f6f06)
                                                #18 0x00007f2e79cf2e14 n/a (libQt5Quick.so.5 + 0x1fbe14)
                                                #19 0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #20 0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #21 0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 1323:
                                                #0  0x00007f2e77e8a0bf __poll (libc.so.6 + 0xfb0bf)
                                                #1  0x00007f2e7673e1df n/a (libglib-2.0.so.0 + 0xac1df)
                                                #2  0x00007f2e766e6132 g_main_context_iteration (libglib-2.0.so.0 + 0x54132)
                                                #3  0x00007f2e7848450c _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d750c)
                                                #4  0x00007f2e7843232c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x28532c)
                                                #5  0x00007f2e7829449f _ZN7QThread4execEv (libQt5Core.so.5 + 0xe749f)
                                                #6  0x00007f2e3afbfbee _ZN15KCupsConnection3runEv (libkcupslib.so + 0x20bee)
                                                #7  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #8  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #9  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 1068:
                                                #0  0x00007f2e77e8a0bf __poll (libc.so.6 + 0xfb0bf)
                                                #1  0x00007f2e7673e1df n/a (libglib-2.0.so.0 + 0xac1df)
                                                #2  0x00007f2e766e6132 g_main_context_iteration (libglib-2.0.so.0 + 0x54132)
                                                #3  0x00007f2e7848450c _ZN20QEventDispatcherGlib13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE (libQt5Core.so.5 + 0x2d750c)
                                                #4  0x00007f2e7843232c _ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE (libQt5Core.so.5 + 0x28532c)
                                                #5  0x00007f2e7829449f _ZN7QThread4execEv (libQt5Core.so.5 + 0xe749f)
                                                #6  0x00007f2e78d61cba n/a (libQt5DBus.so.5 + 0x23cba)
                                                #7  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #8  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #9  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 2157:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14fd4 pthread_cond_timedwait (libc.so.6 + 0x85fd4)
                                                #2  0x00007f2e782986d4 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb6d4)
                                                #3  0x00007f2e78295537 n/a (libQt5Core.so.5 + 0xe8537)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 2162:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14fd4 pthread_cond_timedwait (libc.so.6 + 0x85fd4)
                                                #2  0x00007f2e782986d4 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb6d4)
                                                #3  0x00007f2e78295537 n/a (libQt5Core.so.5 + 0xe8537)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 1305:
                                                #0  0x00007f2e77e8ca11 pselect (libc.so.6 + 0xfda11)
                                                #1  0x00007f2e75b03524 n/a (libusbmuxd-2.0.so.6 + 0x2524)
                                                #2  0x00007f2e75b048a9 n/a (libusbmuxd-2.0.so.6 + 0x38a9)
                                                #3  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #4  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 2160:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14fd4 pthread_cond_timedwait (libc.so.6 + 0x85fd4)
                                                #2  0x00007f2e782986d4 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb6d4)
                                                #3  0x00007f2e78295537 n/a (libQt5Core.so.5 + 0xe8537)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 2158:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14fd4 pthread_cond_timedwait (libc.so.6 + 0x85fd4)
                                                #2  0x00007f2e782986d4 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb6d4)
                                                #3  0x00007f2e78295537 n/a (libQt5Core.so.5 + 0xe8537)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                
                                                Stack trace of thread 2163:
                                                #0  0x00007f2e77e124b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f2e77e14fd4 pthread_cond_timedwait (libc.so.6 + 0x85fd4)
                                                #2  0x00007f2e782986d4 _ZN14QWaitCondition4waitEP6QMutex14QDeadlineTimer (libQt5Core.so.5 + 0xeb6d4)
                                                #3  0x00007f2e78295537 n/a (libQt5Core.so.5 + 0xe8537)
                                                #4  0x00007f2e782912ba n/a (libQt5Core.so.5 + 0xe42ba)
                                                #5  0x00007f2e77e158fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f2e77e97a60 n/a (libc.so.6 + 0x108a60)
                                                ELF object binary architecture: AMD x86-64
Nov 03 12:38:26 rainb0w systemd[948]: plasma-plasmashell.service: Main process exited, code=killed, status=11/SEGV
Nov 03 12:38:26 rainb0w systemd[948]: plasma-plasmashell.service: Failed with result 'signal'.
Nov 03 12:38:27 rainb0w kernel: kauditd_printk_skb: 6 callbacks suppressed
Nov 03 12:38:27 rainb0w kernel: audit: type=1111 audit(1667475507.769:217): pid=655 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=statistics interface="eno1" ifindex=2 args=500 pid=2191 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Nov 03 12:38:27 rainb0w kernel: audit: type=1334 audit(1667475507.796:218): prog-id=28 op=LOAD
Nov 03 12:38:27 rainb0w kernel: audit: type=1334 audit(1667475507.796:219): prog-id=29 op=LOAD
Nov 03 12:38:27 rainb0w kernel: audit: type=1334 audit(1667475507.796:220): prog-id=30 op=LOAD
Nov 03 12:38:27 rainb0w kernel: audit: type=1130 audit(1667475507.829:221): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:38:28 rainb0w kernel: audit: type=1334 audit(1667475508.389:222): prog-id=0 op=UNLOAD
Nov 03 12:38:32 rainb0w kernel: audit: type=1131 audit(1667475512.423:223): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:38:32 rainb0w kernel: audit: type=1334 audit(1667475512.439:224): prog-id=31 op=LOAD
Nov 03 12:38:32 rainb0w kernel: audit: type=1300 audit(1667475512.439:224): arch=c000003e syscall=321 success=yes exit=28 a0=5 a1=7ffc3ffedcf0 a2=90 a3=5e items=0 ppid=1 pid=655 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="NetworkManager" exe="/usr/bin/NetworkManager" subj=unconfined key=(null)
Nov 03 12:38:32 rainb0w kernel: audit: type=1327 audit(1667475512.439:224): proctitle=2F7573722F62696E2F4E6574776F726B4D616E61676572002D2D6E6F2D6461656D6F6E
Nov 03 12:38:37 rainb0w kernel: audit: type=1334 audit(1667475517.968:225): prog-id=0 op=UNLOAD
Nov 03 12:38:58 rainb0w kernel: audit: type=1131 audit(1667475538.473:226): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:38:58 rainb0w kernel: audit: type=1334 audit(1667475538.606:227): prog-id=0 op=UNLOAD
Nov 03 12:38:58 rainb0w kernel: audit: type=1334 audit(1667475538.606:228): prog-id=0 op=UNLOAD
Nov 03 12:38:58 rainb0w kernel: audit: type=1334 audit(1667475538.606:229): prog-id=0 op=UNLOAD
Nov 03 12:39:02 rainb0w kernel: audit: type=1100 audit(1667475542.673:230): pid=2238 uid=1000 auid=1000 ses=3 subj=unconfined msg='op=PAM:unix_chkpwd acct="ben" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
Nov 03 12:39:34 rainb0w kernel: audit: type=1130 audit(1667475574.759:231): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:40:22 rainb0w kernel: audit: type=1100 audit(1667475622.370:232): pid=2247 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 12:40:22 rainb0w kernel: audit: type=1101 audit(1667475622.370:233): pid=2247 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 12:40:22 rainb0w kernel: audit: type=1103 audit(1667475622.370:234): pid=2247 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 12:40:22 rainb0w kernel: audit: type=1006 audit(1667475622.370:235): pid=2247 uid=0 subj=unconfined old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=4 res=1
Nov 03 12:40:22 rainb0w kernel: audit: type=1300 audit(1667475622.370:235): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffe1d020640 a2=4 a3=7ffe1d020354 items=0 ppid=1 pid=2247 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty2 ses=4 comm="login" exe="/usr/bin/login" subj=unconfined key=(null)
Nov 03 12:40:22 rainb0w kernel: audit: type=1327 audit(1667475622.370:235): proctitle=2F62696E2F6C6F67696E002D70002D2D
Nov 03 12:40:22 rainb0w kernel: audit: type=1105 audit(1667475622.390:236): pid=2247 uid=0 auid=1000 ses=4 subj=unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 12:40:22 rainb0w kernel: audit: type=1110 audit(1667475622.390:237): pid=2247 uid=0 auid=1000 ses=4 subj=unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 12:41:11 rainb0w kernel: audit: type=1100 audit(1667475671.580:238): pid=2488 uid=1000 auid=1000 ses=4 subj=unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/bin/sudo" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 12:41:11 rainb0w kernel: audit: type=1101 audit(1667475671.580:239): pid=2488 uid=1000 auid=1000 ses=4 subj=unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ben" exe="/usr/bin/sudo" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 12:41:11 rainb0w sudo[2488]:      ben : TTY=tty2 ; PWD=/home/ben ; USER=root ; COMMAND=/usr/bin/reboot
Nov 03 12:41:11 rainb0w kernel: audit: type=1110 audit(1667475671.583:240): pid=2488 uid=1000 auid=1000 ses=4 subj=unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 12:41:11 rainb0w kernel: audit: type=1105 audit(1667475671.583:241): pid=2488 uid=1000 auid=1000 ses=4 subj=unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 12:41:11 rainb0w systemd-logind[595]: System is rebooting.
Nov 03 12:41:11 rainb0w kernel: audit: type=1106 audit(1667475671.590:242): pid=2488 uid=1000 auid=1000 ses=4 subj=unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 12:41:11 rainb0w kernel: audit: type=1104 audit(1667475671.590:243): pid=2488 uid=1000 auid=1000 ses=4 subj=unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 12:41:11 rainb0w sddm[685]: Authentication error: "Process crashed"
Nov 03 12:41:11 rainb0w sddm[685]: Auth: sddm-helper crashed (exit code 15)
Nov 03 12:41:11 rainb0w sddm[685]: Authentication error: "Process crashed"
Nov 03 12:41:11 rainb0w sddm[685]: Auth: sddm-helper exited with 15
Nov 03 12:41:11 rainb0w kernel: audit: type=1104 audit(1667475671.593:244): pid=2247 uid=0 auid=1000 ses=4 subj=unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 12:41:11 rainb0w kernel: audit: type=1701 audit(1667475671.627:245): auid=1000 uid=1000 gid=1000 ses=3 subj=unconfined pid=1032 comm="kwin_x11" exe="/usr/bin/kwin_x11" sig=11 res=1
Nov 03 12:41:11 rainb0w polkitd[590]: Error converting subject to JS object: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.44': no such name
Nov 03 12:41:11 rainb0w kernel: audit: type=1106 audit(1667475671.637:246): pid=2247 uid=0 auid=1000 ses=4 subj=unconfined msg='op=PAM:session_close grantors=? acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=failed'
Nov 03 12:41:11 rainb0w login[2247]: pam_systemd(login:session): Failed to release session: Interrupted system call
Nov 03 12:41:11 rainb0w polkitd[590]: Unregistered Authentication Agent for unix-session:2 (system bus name :1.60, object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Nov 03 12:41:11 rainb0w systemd-coredump[2508]: Failed to connect to coredump service: Connection refused
Nov 03 12:41:11 rainb0w systemd[948]: kde-baloo.service: Killing process 1328 (QXcbEventQueue) with signal SIGKILL.
Nov 03 12:41:11 rainb0w systemd[948]: plasma-ksmserver.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 12:41:11 rainb0w systemd[948]: plasma-ksmserver.service: Failed with result 'exit-code'.
Nov 03 12:41:11 rainb0w kernel: audit: type=1131 audit(1667475671.647:247): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 12:41:11 rainb0w systemd[948]: plasma-kwin_x11.service: Main process exited, code=dumped, status=11/SEGV
Nov 03 12:41:11 rainb0w systemd[948]: plasma-kwin_x11.service: Failed with result 'core-dump'.
Nov 03 12:41:11 rainb0w udisksd[841]: udisks daemon version 2.9.4 exiting
Nov 03 12:41:11 rainb0w systemd-coredump[2517]: Failed to connect to coredump service: Connection refused
Nov 03 12:41:11 rainb0w systemd[1]: udisks2.service: Main process exited, code=dumped, status=6/ABRT
Nov 03 12:41:11 rainb0w systemd[1]: udisks2.service: Failed with result 'core-dump'.
Nov 03 12:41:11 rainb0w systemd[948]: xdg-document-portal.service: Main process exited, code=exited, status=20/n/a
Nov 03 12:41:11 rainb0w systemd[948]: xdg-permission-store.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 12:41:11 rainb0w systemd[948]: xdg-permission-store.service: Failed with result 'exit-code'.
Nov 03 12:41:11 rainb0w systemd[948]: obex.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 12:41:11 rainb0w systemd[948]: obex.service: Failed with result 'exit-code'.
Nov 03 12:41:11 rainb0w systemd[948]: xdg-document-portal.service: Failed with result 'exit-code'.
Nov 03 12:41:11 rainb0w systemd-coredump[2523]: Failed to connect to coredump service: Connection refused
Nov 03 12:41:11 rainb0w pulseaudio[1310]: Error opening PCM device front:0: No such file or directory
Nov 03 12:41:11 rainb0w pulseaudio[1310]: Failed to create sink input: sink is suspended.
Nov 03 12:41:11 rainb0w pulseaudio[1310]: Lost I/O connection in module "module-gsettings"
Nov 03 12:41:12 rainb0w systemd[948]: plasma-kded.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 12:41:12 rainb0w systemd[948]: plasma-kded.service: Failed with result 'exit-code'.
Nov 03 12:41:12 rainb0w systemd[949]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[ben] ruser=[<unknown>] rhost=[<unknown>]
Nov 03 12:41:12 rainb0w sddm[685]: Signal received: SIGTERM
Nov 03 12:41:13 rainb0w systemd[1]: Requested transaction contradicts existing jobs: Transaction for getty@tty2.service/start is destructive (shutdown.target has 'start' job queued, but 'stop' is included in transaction).
Nov 03 12:41:13 rainb0w systemd-logind[595]: Failed to start autovt@tty2.service: Transaction for getty@tty2.service/start is destructive (shutdown.target has 'start' job queued, but 'stop' is included in transaction).
Nov 03 12:41:13 rainb0w sddm[685]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.

Btw: I just tried and updated an older, fully working system to newest and the very same problem happens.

Hope this helps and thank you.

@omano Thank you for your suggestion. I’m just waiting to see if I can somehow get this fixed using the current version. If everything fails, I’ll finally have to try the downgrade.

Like I mentioned before: I was able to reproduce the same error on another drive with another install on the same machine. Both were working perfectly before, as this is my main machine I use as my daily driver.

You could try the acpi_call package for your kernel (e.g. linux60-acpi_call for the 6 series)

@mithrial thanks for your suggestion.

I just installed that lib you suggested, retried sleep and crashed again. Here are the logs:

Nov 03 13:06:28 rainb0w kernel: Linux version 6.0.6-1-MANJARO (builduser@fv-az121-178) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT_DYNAMIC Sat Oct 29 14:21:50 UTC 2022
Nov 03 13:06:28 rainb0w kernel: Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-6.0-x86_64 root=UUID=aace86d6-e678-4f95-9744-2f5921506fc0 rw rootflags=subvol=@ quiet apparmor=1 security=apparmor udev.log_priority=3
Nov 03 13:06:28 rainb0w kernel: Unknown kernel command line parameters "BOOT_IMAGE=/@/boot/vmlinuz-6.0-x86_64", will be passed to user space.
Nov 03 13:06:28 rainb0w kernel: random: crng init done
Nov 03 13:06:28 rainb0w kernel: x86/cpu: SGX disabled by BIOS.
Nov 03 13:06:28 rainb0w kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Nov 03 13:06:28 rainb0w kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Nov 03 13:06:28 rainb0w kernel:   #7  #8  #9 #10 #11
Nov 03 13:06:28 rainb0w kernel: audit: type=2000 audit(1667477183.049:1): state=initialized audit_enabled=0 res=1
Nov 03 13:06:28 rainb0w kernel: SCSI subsystem initialized
Nov 03 13:06:28 rainb0w kernel: VFS: Disk quotas dquot_6.6.0
Nov 03 13:06:28 rainb0w kernel: Initialise system trusted keyrings
Nov 03 13:06:28 rainb0w kernel: Key type blacklist registered
Nov 03 13:06:28 rainb0w kernel: integrity: Platform Keyring initialized
Nov 03 13:06:28 rainb0w kernel: integrity: Machine keyring initialized
Nov 03 13:06:28 rainb0w kernel: Key type asymmetric registered
Nov 03 13:06:28 rainb0w kernel: Asymmetric key parser 'x509' registered
Nov 03 13:06:28 rainb0w kernel: Loading compiled-in X.509 certificates
Nov 03 13:06:28 rainb0w kernel: Loaded X.509 cert 'Build time autogenerated kernel key: aee987b697835b2347cecef081846fa9a04e4420'
Nov 03 13:06:28 rainb0w kernel: Key type ._fscrypt registered
Nov 03 13:06:28 rainb0w kernel: Key type .fscrypt registered
Nov 03 13:06:28 rainb0w kernel: Key type fscrypt-provisioning registered
Nov 03 13:06:28 rainb0w kernel: scsi 5:0:0:0: Direct-Access     ATA      WDC WDS480G2G0A- 0400 PQ: 0 ANSI: 5
Nov 03 13:06:28 rainb0w kernel: sd 5:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
Nov 03 13:06:28 rainb0w kernel: sd 5:0:0:0: [sda] Write Protect is off
Nov 03 13:06:28 rainb0w kernel: sd 5:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 03 13:06:28 rainb0w kernel: sd 5:0:0:0: [sda] Attached SCSI disk
Nov 03 13:06:28 rainb0w kernel: sd 5:0:0:0: Attached scsi generic sg0 type 0
Nov 03 13:06:28 rainb0w kernel: acpi_call: loading out-of-tree module taints kernel.
Nov 03 13:06:28 rainb0w kernel: acpi_call: module verification failed: signature and/or required key missing - tainting kernel
Nov 03 13:06:28 rainb0w kernel: audit: type=1130 audit(1667477188.216:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:28 rainb0w kernel: audit: type=1130 audit(1667477188.370:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:28 rainb0w kernel: audit: type=1130 audit(1667477188.446:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:28 rainb0w kernel: audit: type=1131 audit(1667477188.446:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:28 rainb0w kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Nov 03 13:06:28 rainb0w kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Nov 03 13:06:28 rainb0w kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Nov 03 13:06:28 rainb0w kernel: 0x000000000000-0x000001000000 : "BIOS"
Nov 03 13:06:28 rainb0w kernel: audit: type=1130 audit(1667477188.720:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-fsck@dev-disk-by\x2duuid-20BB\x2d3157 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:29 rainb0w kernel: audit: type=1400 audit(1667477189.120:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="klogd" pid=452 comm="apparmor_parser"
Nov 03 13:06:29 rainb0w kernel: audit: type=1300 audit(1667477189.120:7): arch=c000003e syscall=1 success=yes exit=18209 a0=5 a1=561448adef00 a2=4721 a3=0 items=0 ppid=435 pid=452 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj=unconfined key=(null)
Nov 03 13:06:29 rainb0w kernel: audit: type=1327 audit(1667477189.120:7): proctitle=2F7362696E2F61707061726D6F725F706172736572002D2D7265706C616365002D2D002F6574632F61707061726D6F722E64
Nov 03 13:06:29 rainb0w kernel: audit: type=1400 audit(1667477189.133:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=443 comm="apparmor_parser"
Nov 03 13:06:29 rainb0w kernel: audit: type=1300 audit(1667477189.133:8): arch=c000003e syscall=1 success=yes exit=19570 a0=5 a1=561448b72310 a2=4c72 a3=0 items=0 ppid=435 pid=443 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="apparmor_parser" exe="/usr/bin/apparmor_parser" subj=unconfined key=(null)
Nov 03 13:06:29 rainb0w kernel: nvidia: module license 'NVIDIA' taints kernel.
Nov 03 13:06:29 rainb0w kernel: Disabling lock debugging due to kernel taint
Nov 03 13:06:29 rainb0w kernel: 
Nov 03 13:06:29 rainb0w kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  520.56.06  Thu Oct  6 21:38:55 UTC 2022
Nov 03 13:06:30 rainb0w kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Nov 03 13:06:30 rainb0w polkitd[599]: Loading rules from directory /etc/polkit-1/rules.d
Nov 03 13:06:30 rainb0w polkitd[599]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 03 13:06:30 rainb0w polkitd[599]: Finished loading, compiling and executing 8 rules
Nov 03 13:06:30 rainb0w polkitd[599]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 03 13:06:33 rainb0w kernel: kauditd_printk_skb: 225 callbacks suppressed
Nov 03 13:06:33 rainb0w kernel: audit: type=1100 audit(1667477193.463:109): pid=719 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:33 rainb0w kernel: audit: type=1101 audit(1667477193.463:110): pid=719 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:33 rainb0w kernel: audit: type=1103 audit(1667477193.466:111): pid=719 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:33 rainb0w kernel: audit: type=1130 audit(1667477193.543:112): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=user-runtime-dir@962 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:33 rainb0w systemd[721]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 03 13:06:33 rainb0w kernel: audit: type=1101 audit(1667477193.573:113): pid=721 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:33 rainb0w kernel: audit: type=1103 audit(1667477193.573:114): pid=721 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 03 13:06:33 rainb0w kernel: audit: type=1006 audit(1667477193.573:115): pid=721 uid=0 subj=unconfined old-auid=4294967295 auid=962 tty=(none) old-ses=4294967295 ses=1 res=1
Nov 03 13:06:33 rainb0w kernel: audit: type=1300 audit(1667477193.573:115): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffc333c9630 a2=3 a3=7ffc333c9345 items=0 ppid=1 pid=721 auid=962 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" subj=unconfined key=(null)
Nov 03 13:06:33 rainb0w kernel: audit: type=1327 audit(1667477193.573:115): proctitle="(systemd)"
Nov 03 13:06:33 rainb0w kernel: audit: type=1105 audit(1667477193.576:116): pid=721 uid=0 auid=962 ses=1 subj=unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:33 rainb0w systemd[721]: xdg-user-dirs-update.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 13:06:33 rainb0w systemd[721]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
Nov 03 13:06:33 rainb0w systemd[721]: Failed to start Update XDG user dir configuration.
Nov 03 13:06:35 rainb0w kernel: Bridge firewalling registered
Nov 03 13:06:35 rainb0w udisksd[881]: udisks daemon version 2.9.4 starting
Nov 03 13:06:35 rainb0w udisksd[881]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 03 13:06:40 rainb0w kernel: kauditd_printk_skb: 134 callbacks suppressed
Nov 03 13:06:40 rainb0w kernel: audit: type=1100 audit(1667477200.986:167): pid=939 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:40 rainb0w kernel: audit: type=1101 audit(1667477200.986:168): pid=939 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ben" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:40 rainb0w kernel: audit: type=1103 audit(1667477200.986:169): pid=939 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:40 rainb0w kernel: audit: type=1006 audit(1667477200.990:170): pid=939 uid=0 subj=unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Nov 03 13:06:40 rainb0w kernel: audit: type=1300 audit(1667477200.990:170): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffd638232c0 a2=4 a3=7ffd63822fd4 items=0 ppid=691 pid=939 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" subj=unconfined key=(null)
Nov 03 13:06:40 rainb0w kernel: audit: type=1327 audit(1667477200.990:170): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746834373061396537382D613333362D346539332D613838332D386461393631663138396336002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D
Nov 03 13:06:41 rainb0w kernel: audit: type=1130 audit(1667477201.076:171): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:41 rainb0w systemd[941]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[ben] ruser=[<unknown>] rhost=[<unknown>]
Nov 03 13:06:41 rainb0w kernel: audit: type=1101 audit(1667477201.080:172): pid=941 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ben" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:41 rainb0w kernel: audit: type=1103 audit(1667477201.080:173): pid=941 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:setcred grantors=? acct="ben" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 03 13:06:41 rainb0w kernel: audit: type=1006 audit(1667477201.080:174): pid=941 uid=0 subj=unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
Nov 03 13:06:43 rainb0w backlighthelper[1128]: org.kde.powerdevil: no kernel backlight interface found
Nov 03 13:06:44 rainb0w polkitd[599]: Registered Authentication Agent for unix-session:2 (system bus name :1.64 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 03 13:06:44 rainb0w pipewire[1219]: mod.rt: Can't find xdg-portal: (null)
Nov 03 13:06:44 rainb0w pipewire[1219]: mod.rt: found session bus but no portal
Nov 03 13:06:44 rainb0w pipewire-media-session[1221]: mod.rt: Can't find xdg-portal: (null)
Nov 03 13:06:44 rainb0w pipewire-media-session[1221]: mod.rt: found session bus but no portal
Nov 03 13:06:45 rainb0w pamac-tray-plas[1200]: updates_checker.vala:71: check updates
Nov 03 13:06:46 rainb0w kernel: kauditd_printk_skb: 10 callbacks suppressed
Nov 03 13:06:46 rainb0w kernel: audit: type=1131 audit(1667477206.073:183): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:46 rainb0w pamac-tray-plas[1200]: updates_checker.vala:101: 0 updates found
Nov 03 13:06:49 rainb0w pulseaudio[1304]: stat('/etc/pulse/default.pa.d'): No such file or directory
Nov 03 13:06:51 rainb0w systemd[722]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 03 13:06:51 rainb0w kernel: audit: type=1131 audit(1667477211.243:184): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=user@962 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:06:51 rainb0w kernel: audit: type=1131 audit(1667477211.330:185): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=user-runtime-dir@962 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:07:01 rainb0w kernel: audit: type=1131 audit(1667477221.577:186): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:07:01 rainb0w kernel: audit: type=1334 audit(1667477221.634:187): prog-id=0 op=UNLOAD
Nov 03 13:07:01 rainb0w kernel: audit: type=1334 audit(1667477221.634:188): prog-id=0 op=UNLOAD
Nov 03 13:07:01 rainb0w kernel: audit: type=1334 audit(1667477221.634:189): prog-id=0 op=UNLOAD
Nov 03 13:07:09 rainb0w dbus-daemon[598]: [system] Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Nov 03 13:07:09 rainb0w pulseaudio[1304]: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Nov 03 13:07:14 rainb0w kernel: audit: type=1131 audit(1667477234.710:190): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:07:14 rainb0w kernel: audit: type=1334 audit(1667477234.827:191): prog-id=0 op=UNLOAD
Nov 03 13:07:14 rainb0w kernel: audit: type=1334 audit(1667477234.827:192): prog-id=0 op=UNLOAD
Nov 03 13:07:14 rainb0w kernel: audit: type=1334 audit(1667477234.827:193): prog-id=0 op=UNLOAD
Nov 03 13:07:57 rainb0w kernel: sd 5:0:0:0: [sda] Synchronizing SCSI cache
Nov 03 13:07:57 rainb0w kernel: sd 5:0:0:0: [sda] Stopping disk
Nov 03 13:07:57 rainb0w kernel: sd 5:0:0:0: [sda] Starting disk
Nov 03 13:07:57 rainb0w kernel: done.
Nov 03 13:07:57 rainb0w kernel: random: crng reseeded on system resumption
Nov 03 13:07:57 rainb0w kernel: audit: type=1130 audit(1667477277.083:194): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:07:57 rainb0w kernel: audit: type=1131 audit(1667477277.083:195): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:07:57 rainb0w kernel: audit: type=1130 audit(1667477277.413:196): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:08:07 rainb0w kernel: audit: type=1131 audit(1667477287.418:197): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:08:16 rainb0w kernel: audit: type=1130 audit(1667477296.842:198): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:08:22 rainb0w kernel: audit: type=1100 audit(1667477302.489:199): pid=1575 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 13:08:22 rainb0w kernel: audit: type=1101 audit(1667477302.489:200): pid=1575 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 13:08:22 rainb0w kernel: audit: type=1103 audit(1667477302.489:201): pid=1575 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 13:08:22 rainb0w kernel: audit: type=1006 audit(1667477302.489:202): pid=1575 uid=0 subj=unconfined old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=4 res=1
Nov 03 13:08:22 rainb0w kernel: audit: type=1300 audit(1667477302.489:202): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7fff7b1ba940 a2=4 a3=7fff7b1ba654 items=0 ppid=1 pid=1575 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty2 ses=4 comm="login" exe="/usr/bin/login" subj=unconfined key=(null)
Nov 03 13:08:22 rainb0w kernel: audit: type=1327 audit(1667477302.489:202): proctitle=2F62696E2F6C6F67696E002D70002D2D
Nov 03 13:08:22 rainb0w kernel: audit: type=1105 audit(1667477302.562:203): pid=1575 uid=0 auid=1000 ses=4 subj=unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 13:08:22 rainb0w kernel: audit: type=1110 audit(1667477302.562:204): pid=1575 uid=0 auid=1000 ses=4 subj=unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 13:08:37 rainb0w sudo[1744]:      ben : TTY=tty2 ; PWD=/home/ben ; USER=root ; COMMAND=/usr/bin/reboot
Nov 03 13:08:37 rainb0w kernel: audit: type=1100 audit(1667477317.049:205): pid=1744 uid=1000 auid=1000 ses=4 subj=unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/bin/sudo" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 13:08:37 rainb0w kernel: audit: type=1101 audit(1667477317.049:206): pid=1744 uid=1000 auid=1000 ses=4 subj=unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ben" exe="/usr/bin/sudo" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 13:08:37 rainb0w kernel: audit: type=1110 audit(1667477317.049:207): pid=1744 uid=1000 auid=1000 ses=4 subj=unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 13:08:37 rainb0w kernel: audit: type=1105 audit(1667477317.049:208): pid=1744 uid=1000 auid=1000 ses=4 subj=unconfined msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 13:08:37 rainb0w systemd-logind[601]: System is rebooting.
Nov 03 13:08:37 rainb0w kernel: audit: type=1106 audit(1667477317.055:209): pid=1744 uid=1000 auid=1000 ses=4 subj=unconfined msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 13:08:37 rainb0w kernel: audit: type=1104 audit(1667477317.055:210): pid=1744 uid=1000 auid=1000 ses=4 subj=unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 13:08:37 rainb0w kernel: audit: type=1104 audit(1667477317.062:211): pid=1575 uid=0 auid=1000 ses=4 subj=unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=success'
Nov 03 13:08:37 rainb0w polkitd[599]: Error converting subject to JS object: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get UID of name ':1.47': no such name
Nov 03 13:08:37 rainb0w polkitd[599]: Unregistered Authentication Agent for unix-session:2 (system bus name :1.64, object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Nov 03 13:08:37 rainb0w kernel: audit: type=1106 audit(1667477317.129:212): pid=1575 uid=0 auid=1000 ses=4 subj=unconfined msg='op=PAM:session_close grantors=? acct="ben" exe="/usr/bin/login" hostname=rainb0w addr=? terminal=/dev/tty2 res=failed'
Nov 03 13:08:37 rainb0w login[1575]: pam_systemd(login:session): Failed to release session: Interrupted system call
Nov 03 13:08:37 rainb0w sddm[691]: Authentication error: "Process crashed"
Nov 03 13:08:37 rainb0w sddm[691]: Auth: sddm-helper crashed (exit code 15)
Nov 03 13:08:37 rainb0w sddm[691]: Authentication error: "Process crashed"
Nov 03 13:08:37 rainb0w sddm[691]: Auth: sddm-helper exited with 15
Nov 03 13:08:37 rainb0w systemd[941]: plasma-ksmserver.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 13:08:37 rainb0w systemd[941]: plasma-kwin_x11.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 13:08:37 rainb0w systemd[941]: plasma-kwin_x11.service: Failed with result 'exit-code'.
Nov 03 13:08:37 rainb0w udisksd[881]: udisks daemon version 2.9.4 exiting
Nov 03 13:08:37 rainb0w kernel: audit: type=1701 audit(1667477317.135:213): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=unconfined pid=881 comm="udisksd" exe="/usr/lib/udisks2/udisksd" sig=6 res=1
Nov 03 13:08:37 rainb0w kernel: audit: type=1131 audit(1667477317.139:214): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=unconfined msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 03 13:08:37 rainb0w systemd-coredump[1761]: Failed to connect to coredump service: Connection refused
Nov 03 13:08:37 rainb0w systemd[941]: xdg-permission-store.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 13:08:37 rainb0w systemd[941]: xdg-permission-store.service: Failed with result 'exit-code'.
Nov 03 13:08:37 rainb0w systemd[941]: xdg-document-portal.service: Main process exited, code=exited, status=20/n/a
Nov 03 13:08:37 rainb0w systemd[941]: xdg-document-portal.service: Failed with result 'exit-code'.
Nov 03 13:08:37 rainb0w systemd[1]: udisks2.service: Main process exited, code=dumped, status=6/ABRT
Nov 03 13:08:37 rainb0w systemd[1]: udisks2.service: Failed with result 'core-dump'.
Nov 03 13:08:37 rainb0w pulseaudio[1304]: Error opening PCM device front:0: No such file or directory
Nov 03 13:08:37 rainb0w pulseaudio[1304]: Failed to create sink input: sink is suspended.
Nov 03 13:08:37 rainb0w pulseaudio[1304]: Lost I/O connection in module "module-gsettings"
Nov 03 13:08:37 rainb0w systemd[941]: plasma-kded.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 13:08:37 rainb0w systemd[941]: plasma-kded.service: Failed with result 'exit-code'.
Nov 03 13:08:37 rainb0w systemd[941]: plasma-kactivitymanagerd.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 13:08:37 rainb0w systemd[941]: plasma-kactivitymanagerd.service: Failed with result 'exit-code'.
Nov 03 13:08:37 rainb0w systemd[941]: app-org.moson.matray@autostart.service: Main process exited, code=exited, status=1/FAILURE
Nov 03 13:08:37 rainb0w systemd[941]: app-org.moson.matray@autostart.service: Failed with result 'exit-code'.
Nov 03 13:08:37 rainb0w sddm[691]: Signal received: SIGTERM
Nov 03 13:08:38 rainb0w systemd[1]: Requested transaction contradicts existing jobs: Transaction for getty@tty2.service/start is destructive (systemd-reboot.service has 'start' job queued, but 'stop' is included in transaction).
Nov 03 13:08:38 rainb0w systemd-logind[601]: Failed to start autovt@tty2.service: Transaction for getty@tty2.service/start is destructive (systemd-reboot.service has 'start' job queued, but 'stop' is included in transaction).
Nov 03 13:08:38 rainb0w sddm[691]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.

The first two lines are worrisome. Did you add this Boot-Image flag? It seems like it doesn’t belong

Strange enough, as I really never messed around with the boot flags manually.

Maybe they belong. I don’t know much about btrfs

You forgot:

Here we go:

cat /sys/power/mem_sleep
s2idle [deep]

and:

Machine:
  Type: Desktop System: Gigabyte product: H370HD3 v: N/A serial: N/A
  Mobo: Gigabyte model: H370 HD3-CF v: x.x serial: N/A
    UEFI: American Megatrends v: F15e date: 09/16/2020

ok, i thought you are using notebook…

in the logs there is this right after logs related to disk, so it could be related to btrfs, but i really dont know… does the another install uses also btrfs?

I thought about ButterFS too, so I tested it on an ext4 FS (to be sure it’s unrelated) and unfortunately the problem is the very same.

so there is something messed up with the latest update and your hardware…
you can try changing from deep to s2idle:
open this file:
kate /etc/default/grub
and in this line: GRUB_CMDLINE_LINUX_DEFAULT - inside the quotes add this parameter:
mem_sleep_default=s2idle
dont remove anything from there, just add it to the existing parameters, save the file, update grub with:
sudo update-grub
reboot and test

Enabling early KMS was a thing i mentioned this days quite a lot, but also in the past. Please try and let us know

@brahma thank you again for your suggestions.

Just tried to change the sleep mode, as you suggested, but the outcome when waking up from sleep is the same as before. So we’re unlucky again.

really? the s2idle is:

This state is a generic, pure software, light-weight, system sleep state.
It allows more energy to be saved relative to runtime idle by freezing user
space and putting all I/O devices into low-power states (possibly
lower-power than available at run time), such that the processors can
spend more time in their idle states.

so you should have none issues with this… maybe there is some bios setting messing things up… can you check in bios, options related to pcie/sleep/power management…
provide output also from:
head /etc/default/grub
just to be sure the parameter is correct