You are not logged in.

#1 2023-11-18 16:21:23

CyanideData
Member
Registered: 2023-11-18
Posts: 3

IPv4 gateway disappears from time to time

I recently installed Arch in my laptop as the main OS (no dualboot) and I noticed that at least once a day, I would not access certain websites (I could ping google.com but not duckduckgo.com). After some investigation, I found out that I didn't have an IPv4 default gateway and that's didn't allow me to access:

$ip r
$ip -6 r
2001:14ba:48a5:9400::8 dev wlp1s0 proto kernel metric 600 pref medium
2001:14ba:48a5:9400::/64 dev wlp1s0 proto ra metric 600 pref medium
2001:14ba:48a5:9400::/56 via fe80::eebe:ddff:feb8:1af4 dev wlp1s0 proto ra metric 600 pref medium
fe80::/64 dev wlp1s0 proto kernel metric 1024 pref medium
default via fe80::eebe:ddff:feb8:1af4 dev wlp1s0 proto ra metric 600 pref medium

However, this isn't a constant problem, after about half an hour, the default gateway appears without me doing anything:

ip route                                                                                      
default via 192.168.1.1 dev enp4s0f4u1 proto dhcp src 192.168.1.110 metric 100 
192.168.1.0/24 dev enp4s0f4u1 proto kernel scope link src 192.168.1.110 metric 100 

I am using NetworkManager and I didn't have any problems connecting to the internet using KDE Plasma's GUI.
Any ideas on what may be happening? Thanks

Offline

#2 2023-11-18 17:13:22

-thc
Member
Registered: 2017-03-15
Posts: 502

Re: IPv4 gateway disappears from time to time

CyanideData wrote:

I recently installed Arch in my laptop as the main OS (no dualboot) and I noticed that at least once a day, I would not access certain websites (I could ping google.com but not duckduckgo.com). After some investigation, I found out that I didn't have an IPv4 default gateway and that's didn't allow me to access:

$ip r

That phenomenon is based on the fact that google.com is reachable via IPv6 and duckduckgo.com only via IPv4.

The empty output of "ip r" indicates that your network adapter has not only no IPv4 gateway but no IPv4 address at all.

CyanideData wrote:

However, this isn't a constant problem, after about half an hour, the default gateway appears without me doing anything:

ip route                                                                                      
default via 192.168.1.1 dev enp4s0f4u1 proto dhcp src 192.168.1.110 metric 100 
192.168.1.0/24 dev enp4s0f4u1 proto kernel scope link src 192.168.1.110 metric 100 

I am using NetworkManager and I didn't have any problems connecting to the internet using KDE Plasma's GUI.
Any ideas on what may be happening? Thanks

The mechanisms for obtaining IPv4/IPv6 addresses and default routes are different and rely on different software parts involved in network configuration.

- Which instance in your network provides the addresses/routes to your client?
- Make sure that you did not install/start two kinds of network configuration software at the same time
- Do you use NetworkManager alone or with backends for WiFi, DHCP and/or DNS?

Offline

#3 2023-11-18 17:40:46

CyanideData
Member
Registered: 2023-11-18
Posts: 3

Re: IPv4 gateway disappears from time to time

-thc wrote:

- Which instance in your network provides the addresses/routes to your client?

I'm not the most knowledgeable person when it comes to networks, could you clarify what do you mean by "instance"?

-thc wrote:

- Make sure that you did not install/start two kinds of network configuration software at the same time

I only intentionally installed NetworkManager and, after checking, none of the ones listed in https://wiki.archlinux.org/title/Networ … k_managers are installed. Unless there's some obscure software installed as a dependency, I don't think it's the case.

-thc wrote:

- Do you use NetworkManager alone or with backends for Wi-Fi, DHCP and/or DNS?

NetworkManager alone, though I mostly rely on xdg-settings to configure it, and I don't know if adds any additional backend.

Last edited by CyanideData (2023-11-18 19:26:10)

Offline

#4 2023-11-18 20:41:13

seth
Member
Registered: 2012-09-03
Posts: 51,348

Re: IPv4 gateway disappears from time to time

Please post the output of

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

But 30 minutes don't really hint at a collision.
Please post your complete system journal for a boot that lost the IPv4 lease:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#5 2023-11-19 08:51:09

-thc
Member
Registered: 2017-03-15
Posts: 502

Re: IPv4 gateway disappears from time to time

CyanideData wrote:

I'm not the most knowledgeable person when it comes to networks, could you clarify what do you mean by "instance"?

There are some constraints (an IPv6 default gateway will always be provided by an IPv6 capable router) but what I did mean is who provides the IPv4/IPv6 addresses to your Arch box? A router? A separate DHCPv4/DHCPv6 server?

Offline

#6 2023-11-21 19:01:57

CyanideData
Member
Registered: 2023-11-18
Posts: 3

Re: IPv4 gateway disappears from time to time

It's been three days and this hasn't happened again. To conclude I'll answer to those who helped me and I'll close the issue because I haven't been able to reproduce the error:

seth wrote:

Please post your complete system journal for a boot that lost the IPv4 lease:

 
Nov 17 21:36:02 ArchyDaniel kernel: Linux version 6.6.1-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Wed, 08 Nov 2023 16:05:38 +0000
Nov 17 21:36:02 ArchyDaniel kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=5e36bff5-a440-4ce6-94c9-a86520b77e96 rw loglevel=3 quiet
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-provided physical RAM map:
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfefff] usable
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x0000000009bff000-0x000000000a000fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x000000000a20f000-0x00000000c892ffff] usable
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000c8930000-0x00000000c9e38fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000c9e39000-0x00000000c9e92fff] ACPI data
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000c9e93000-0x00000000cb585fff] ACPI NVS
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000cb586000-0x00000000cd1fefff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000cd1ff000-0x00000000cdffffff] usable
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x0000000100000000-0x000000040e2fffff] usable
Nov 17 21:36:02 ArchyDaniel kernel: BIOS-e820: [mem 0x000000040e300000-0x000000042fffffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: NX (Execute Disable) protection: active
Nov 17 21:36:02 ArchyDaniel kernel: APIC: Static calls initialized
Nov 17 21:36:02 ArchyDaniel kernel: e820: update [mem 0xc4f89018-0xc4f96857] usable ==> usable
Nov 17 21:36:02 ArchyDaniel kernel: e820: update [mem 0xc4f89018-0xc4f96857] usable ==> usable
Nov 17 21:36:02 ArchyDaniel kernel: extended physical RAM map:
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009bfefff] usable
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x0000000009bff000-0x000000000a000fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x000000000a001000-0x000000000a1fffff] usable
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x000000000a20f000-0x00000000c4f89017] usable
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000c4f89018-0x00000000c4f96857] usable
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000c4f96858-0x00000000c892ffff] usable
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000c8930000-0x00000000c9e38fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000c9e39000-0x00000000c9e92fff] ACPI data
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000c9e93000-0x00000000cb585fff] ACPI NVS
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000cb586000-0x00000000cd1fefff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000cd1ff000-0x00000000cdffffff] usable
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x0000000100000000-0x000000040e2fffff] usable
Nov 17 21:36:02 ArchyDaniel kernel: reserve setup_data: [mem 0x000000040e300000-0x000000042fffffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: efi: EFI v2.7 by American Megatrends
Nov 17 21:36:02 ArchyDaniel kernel: efi: ACPI=0xcb56f000 ACPI 2.0=0xcb56f014 TPMFinalLog=0xca53b000 SMBIOS=0xcd01d000 SMBIOS 3.0=0xcd01c000 MEMATTR=0xc4fa8018 ESRT=0xc7131a18 INITRD=0xc4fe6b18 RNG=0xc9e4a018 TPMEventLog=0xc4fc6018 
Nov 17 21:36:02 ArchyDaniel kernel: random: crng init done
Nov 17 21:36:02 ArchyDaniel kernel: efi: Remove mem62: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Nov 17 21:36:02 ArchyDaniel kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: efi: Remove mem63: MMIO range=[0xfd000000-0xfdffffff] (16MB) from e820 map
Nov 17 21:36:02 ArchyDaniel kernel: e820: remove [mem 0xfd000000-0xfdffffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: efi: Remove mem64: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Nov 17 21:36:02 ArchyDaniel kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: efi: Not removing mem65: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Nov 17 21:36:02 ArchyDaniel kernel: efi: Not removing mem66: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Nov 17 21:36:02 ArchyDaniel kernel: efi: Not removing mem67: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Nov 17 21:36:02 ArchyDaniel kernel: efi: Not removing mem68: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Nov 17 21:36:02 ArchyDaniel kernel: efi: Not removing mem69: MMIO range=[0xfedc4000-0xfedc9fff] (24KB) from e820 map
Nov 17 21:36:02 ArchyDaniel kernel: efi: Not removing mem70: MMIO range=[0xfedcc000-0xfedcefff] (12KB) from e820 map
Nov 17 21:36:02 ArchyDaniel kernel: efi: Not removing mem71: MMIO range=[0xfedd5000-0xfedd5fff] (4KB) from e820 map
Nov 17 21:36:02 ArchyDaniel kernel: efi: Remove mem72: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Nov 17 21:36:02 ArchyDaniel kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Nov 17 21:36:02 ArchyDaniel kernel: SMBIOS 3.3.0 present.
Nov 17 21:36:02 ArchyDaniel kernel: DMI: Micro-Star International Co., Ltd. Modern 15 A5M/MS-155L, BIOS E155LAMS.106 05/27/2021
Nov 17 21:36:02 ArchyDaniel kernel: tsc: Fast TSC calibration using PIT
Nov 17 21:36:02 ArchyDaniel kernel: tsc: Detected 2096.181 MHz processor
Nov 17 21:36:02 ArchyDaniel kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 17 21:36:02 ArchyDaniel kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 17 21:36:02 ArchyDaniel kernel: last_pfn = 0x40e300 max_arch_pfn = 0x400000000
Nov 17 21:36:02 ArchyDaniel kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
Nov 17 21:36:02 ArchyDaniel kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Nov 17 21:36:02 ArchyDaniel kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
Nov 17 21:36:02 ArchyDaniel kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Nov 17 21:36:02 ArchyDaniel kernel: esrt: Reserving ESRT space from 0x00000000c7131a18 to 0x00000000c7131a50.
Nov 17 21:36:02 ArchyDaniel kernel: e820: update [mem 0xc7131000-0xc7131fff] usable ==> reserved
Nov 17 21:36:02 ArchyDaniel kernel: Using GB pages for direct mapping
Nov 17 21:36:02 ArchyDaniel kernel: Secure boot disabled
Nov 17 21:36:02 ArchyDaniel kernel: RAMDISK: [mem 0xbc0b0000-0xbe310fff]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Early table checksum verification disabled
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: RSDP 0x00000000CB56F014 000024 (v02 MSI_NB)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: XSDT 0x00000000CB56E728 000104 (v01 MSI_NB MEGABOOK 01072009 AMI  01000013)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: FACP 0x00000000C9E85000 000114 (v06 MSI_NB MEGABOOK 01072009 AMI  00010013)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: DSDT 0x00000000C9E78000 00C0F6 (v02 MSI_NB MEGABOOK 01072009 INTL 20190509)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: FACS 0x00000000CA539000 000040
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E8B000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: IVRS 0x00000000C9E8A000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E86000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20190509)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: FIDT 0x00000000C9E77000 00009C (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: ECDT 0x00000000C9E76000 0000C1 (v01 MSI_NB MEGABOOK 01072009 AMI. 00010013)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: MCFG 0x00000000C9E75000 00003C (v01 MSI_NB MEGABOOK 01072009 MSFT 00010013)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: HPET 0x00000000C9E74000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  00000005)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: VFCT 0x00000000C9E66000 00D884 (v01 MSI_NB MEGABOOK 00000001 AMD  31504F47)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: BGRT 0x00000000C9E65000 000038 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: TPM2 0x00000000C9E64000 00004C (v04 MSI_NB MEGABOOK 00000001 AMI  00000000)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E60000 003E88 (v02 AMD    AmdTable 00000001 AMD  00000001)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: CRAT 0x00000000C9E5F000 000BA8 (v01 AMD    AmdTable 00000001 AMD  00000001)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: CDIT 0x00000000C9E5E000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E5D000 000149 (v01 AMD    AmdTable 00000001 INTL 20190509)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E5C000 00064F (v01 AMD    AmdTable 00000001 INTL 20190509)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E5A000 00148E (v01 AMD    AmdTable 00000001 INTL 20190509)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E58000 00153F (v01 AMD    AmdTable 00000001 INTL 20190509)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E54000 0036E9 (v01 AMD    AmdTable 00000001 INTL 20190509)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: WSMT 0x00000000C9E53000 000028 (v01 MSI_NB MEGABOOK 01072009 AMI  00010013)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: APIC 0x00000000C9E52000 0000DE (v03 MSI_NB MEGABOOK 01072009 AMI  00010013)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E51000 00008D (v01 AMD    AmdTable 00000001 INTL 20190509)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E50000 00091F (v01 AMD    AmdTable 00000001 INTL 20190509)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E4F000 000057 (v01 AMD    AmdTable 00000001 INTL 20190509)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E4E000 0001B7 (v01 AMD    AmdTable 00000001 INTL 20190509)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E4D000 00081E (v01 AMD    AmdTable 00000001 INTL 20190509)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: SSDT 0x00000000C9E4C000 00080B (v01 AMD    AmdTable 00000001 INTL 20190509)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: FPDT 0x00000000C9E4B000 000044 (v01 MSI_NB A M I    01072009 AMI  01000013)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving FACP table memory at [mem 0xc9e85000-0xc9e85113]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving DSDT table memory at [mem 0xc9e78000-0xc9e840f5]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving FACS table memory at [mem 0xca539000-0xca53903f]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e8b000-0xc9e92228]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving IVRS table memory at [mem 0xc9e8a000-0xc9e8a1a3]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e86000-0xc9e89a20]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving FIDT table memory at [mem 0xc9e77000-0xc9e7709b]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving ECDT table memory at [mem 0xc9e76000-0xc9e760c0]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving MCFG table memory at [mem 0xc9e75000-0xc9e7503b]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving HPET table memory at [mem 0xc9e74000-0xc9e74037]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving VFCT table memory at [mem 0xc9e66000-0xc9e73883]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving BGRT table memory at [mem 0xc9e65000-0xc9e65037]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving TPM2 table memory at [mem 0xc9e64000-0xc9e6404b]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e60000-0xc9e63e87]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving CRAT table memory at [mem 0xc9e5f000-0xc9e5fba7]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving CDIT table memory at [mem 0xc9e5e000-0xc9e5e028]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e5d000-0xc9e5d148]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e5c000-0xc9e5c64e]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e5a000-0xc9e5b48d]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e58000-0xc9e5953e]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e54000-0xc9e576e8]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving WSMT table memory at [mem 0xc9e53000-0xc9e53027]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving APIC table memory at [mem 0xc9e52000-0xc9e520dd]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e51000-0xc9e5108c]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e50000-0xc9e5091e]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e4f000-0xc9e4f056]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e4e000-0xc9e4e1b6]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e4d000-0xc9e4d81d]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving SSDT table memory at [mem 0xc9e4c000-0xc9e4c80a]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Reserving FPDT table memory at [mem 0xc9e4b000-0xc9e4b043]
Nov 17 21:36:02 ArchyDaniel kernel: No NUMA configuration found
Nov 17 21:36:02 ArchyDaniel kernel: Faking a node at [mem 0x0000000000000000-0x000000040e2fffff]
Nov 17 21:36:02 ArchyDaniel kernel: NODE_DATA(0) allocated [mem 0x40e2fb000-0x40e2fffff]
Nov 17 21:36:02 ArchyDaniel kernel: Zone ranges:
Nov 17 21:36:02 ArchyDaniel kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Nov 17 21:36:02 ArchyDaniel kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Nov 17 21:36:02 ArchyDaniel kernel:   Normal   [mem 0x0000000100000000-0x000000040e2fffff]
Nov 17 21:36:02 ArchyDaniel kernel:   Device   empty
Nov 17 21:36:02 ArchyDaniel kernel: Movable zone start for each node
Nov 17 21:36:02 ArchyDaniel kernel: Early memory node ranges
Nov 17 21:36:02 ArchyDaniel kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Nov 17 21:36:02 ArchyDaniel kernel:   node   0: [mem 0x0000000000100000-0x0000000009bfefff]
Nov 17 21:36:02 ArchyDaniel kernel:   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
Nov 17 21:36:02 ArchyDaniel kernel:   node   0: [mem 0x000000000a20f000-0x00000000c892ffff]
Nov 17 21:36:02 ArchyDaniel kernel:   node   0: [mem 0x00000000cd1ff000-0x00000000cdffffff]
Nov 17 21:36:02 ArchyDaniel kernel:   node   0: [mem 0x0000000100000000-0x000000040e2fffff]
Nov 17 21:36:02 ArchyDaniel kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000040e2fffff]
Nov 17 21:36:02 ArchyDaniel kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 17 21:36:02 ArchyDaniel kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Nov 17 21:36:02 ArchyDaniel kernel: On node 0, zone DMA32: 1026 pages in unavailable ranges
Nov 17 21:36:02 ArchyDaniel kernel: On node 0, zone DMA32: 15 pages in unavailable ranges
Nov 17 21:36:02 ArchyDaniel kernel: On node 0, zone DMA32: 18639 pages in unavailable ranges
Nov 17 21:36:02 ArchyDaniel kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Nov 17 21:36:02 ArchyDaniel kernel: On node 0, zone Normal: 7424 pages in unavailable ranges
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: PM-Timer IO Port: 0x808
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Nov 17 21:36:02 ArchyDaniel kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Nov 17 21:36:02 ArchyDaniel kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Nov 17 21:36:02 ArchyDaniel kernel: e820: update [mem 0xc4df5000-0xc4ee8fff] usable ==> reserved
Nov 17 21:36:02 ArchyDaniel kernel: smpboot: Allowing 16 CPUs, 4 hotplug CPUs
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0x09bff000-0x0a000fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xc4df5000-0xc4ee8fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xc4f89000-0xc4f89fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xc4f96000-0xc4f96fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xc7131000-0xc7131fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xc8930000-0xc9e38fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xc9e39000-0xc9e92fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xc9e93000-0xcb585fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xcb586000-0xcd1fefff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xcfffffff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfec0ffff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc3fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
Nov 17 21:36:02 ArchyDaniel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
Nov 17 21:36:02 ArchyDaniel kernel: [mem 0xd0000000-0xfec0ffff] available for PCI devices
Nov 17 21:36:02 ArchyDaniel kernel: Booting paravirtualized kernel on bare hardware
Nov 17 21:36:02 ArchyDaniel kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 17 21:36:02 ArchyDaniel kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Nov 17 21:36:02 ArchyDaniel kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Nov 17 21:36:02 ArchyDaniel kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Nov 17 21:36:02 ArchyDaniel kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Nov 17 21:36:02 ArchyDaniel kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=5e36bff5-a440-4ce6-94c9-a86520b77e96 rw loglevel=3 quiet
Nov 17 21:36:02 ArchyDaniel kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
Nov 17 21:36:02 ArchyDaniel kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 17 21:36:02 ArchyDaniel kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Nov 17 21:36:02 ArchyDaniel kernel: Fallback order for Node 0: 0 
Nov 17 21:36:02 ArchyDaniel kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3964743
Nov 17 21:36:02 ArchyDaniel kernel: Policy zone: Normal
Nov 17 21:36:02 ArchyDaniel kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 17 21:36:02 ArchyDaniel kernel: software IO TLB: area num 16.
Nov 17 21:36:02 ArchyDaniel kernel: Memory: 15601740K/16111356K available (16384K kernel code, 2132K rwdata, 13064K rodata, 3404K init, 3852K bss, 509360K reserved, 0K cma-reserved)
Nov 17 21:36:02 ArchyDaniel kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Nov 17 21:36:02 ArchyDaniel kernel: ftrace: allocating 48783 entries in 191 pages
Nov 17 21:36:02 ArchyDaniel kernel: ftrace: allocated 191 pages with 7 groups
Nov 17 21:36:02 ArchyDaniel kernel: Dynamic Preempt: full
Nov 17 21:36:02 ArchyDaniel kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 17 21:36:02 ArchyDaniel kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Nov 17 21:36:02 ArchyDaniel kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Nov 17 21:36:02 ArchyDaniel kernel:         Trampoline variant of Tasks RCU enabled.
Nov 17 21:36:02 ArchyDaniel kernel:         Rude variant of Tasks RCU enabled.
Nov 17 21:36:02 ArchyDaniel kernel:         Tracing variant of Tasks RCU enabled.
Nov 17 21:36:02 ArchyDaniel kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 17 21:36:02 ArchyDaniel kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Nov 17 21:36:02 ArchyDaniel kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Nov 17 21:36:02 ArchyDaniel kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 17 21:36:02 ArchyDaniel kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 17 21:36:02 ArchyDaniel kernel: Console: colour dummy device 80x25
Nov 17 21:36:02 ArchyDaniel kernel: printk: console [tty0] enabled
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Core revision 20230628
Nov 17 21:36:02 ArchyDaniel kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Nov 17 21:36:02 ArchyDaniel kernel: APIC: Switch to symmetric I/O mode setup
Nov 17 21:36:02 ArchyDaniel kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Nov 17 21:36:02 ArchyDaniel kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Nov 17 21:36:02 ArchyDaniel kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Nov 17 21:36:02 ArchyDaniel kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Nov 17 21:36:02 ArchyDaniel kernel: AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
Nov 17 21:36:02 ArchyDaniel kernel: APIC: Switched APIC routing to: physical flat
Nov 17 21:36:02 ArchyDaniel kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 17 21:36:02 ArchyDaniel kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e3718dbcb2, max_idle_ns: 440795275714 ns
Nov 17 21:36:02 ArchyDaniel kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4194.04 BogoMIPS (lpj=6987270)
Nov 17 21:36:02 ArchyDaniel kernel: Zenbleed: please update your microcode for the most optimal fix
Nov 17 21:36:02 ArchyDaniel kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Nov 17 21:36:02 ArchyDaniel kernel: LVT offset 1 assigned for vector 0xf9
Nov 17 21:36:02 ArchyDaniel kernel: LVT offset 2 assigned for vector 0xf4
Nov 17 21:36:02 ArchyDaniel kernel: process: using mwait in idle threads
Nov 17 21:36:02 ArchyDaniel kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Nov 17 21:36:02 ArchyDaniel kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Nov 17 21:36:02 ArchyDaniel kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 17 21:36:02 ArchyDaniel kernel: Spectre V2 : Mitigation: Retpolines
Nov 17 21:36:02 ArchyDaniel kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 17 21:36:02 ArchyDaniel kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Nov 17 21:36:02 ArchyDaniel kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Nov 17 21:36:02 ArchyDaniel kernel: RETBleed: Mitigation: untrained return thunk
Nov 17 21:36:02 ArchyDaniel kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 17 21:36:02 ArchyDaniel kernel: Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
Nov 17 21:36:02 ArchyDaniel kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Nov 17 21:36:02 ArchyDaniel kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 17 21:36:02 ArchyDaniel kernel: Speculative Return Stack Overflow: Mitigation: safe RET
Nov 17 21:36:02 ArchyDaniel kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 17 21:36:02 ArchyDaniel kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 17 21:36:02 ArchyDaniel kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 17 21:36:02 ArchyDaniel kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Nov 17 21:36:02 ArchyDaniel kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Nov 17 21:36:02 ArchyDaniel kernel: Freeing SMP alternatives memory: 40K
Nov 17 21:36:02 ArchyDaniel kernel: pid_max: default: 32768 minimum: 301
Nov 17 21:36:02 ArchyDaniel kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Nov 17 21:36:02 ArchyDaniel kernel: landlock: Up and running.
Nov 17 21:36:02 ArchyDaniel kernel: Yama: becoming mindful.
Nov 17 21:36:02 ArchyDaniel kernel: LSM support for eBPF active
Nov 17 21:36:02 ArchyDaniel kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 17 21:36:02 ArchyDaniel kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 17 21:36:02 ArchyDaniel kernel: smpboot: CPU0: AMD Ryzen 5 5500U with Radeon Graphics (family: 0x17, model: 0x68, stepping: 0x1)
Nov 17 21:36:02 ArchyDaniel kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Nov 17 21:36:02 ArchyDaniel kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Nov 17 21:36:02 ArchyDaniel kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Nov 17 21:36:02 ArchyDaniel kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Nov 17 21:36:02 ArchyDaniel kernel: ... version:                0
Nov 17 21:36:02 ArchyDaniel kernel: ... bit width:              48
Nov 17 21:36:02 ArchyDaniel kernel: ... generic registers:      6
Nov 17 21:36:02 ArchyDaniel kernel: ... value mask:             0000ffffffffffff
Nov 17 21:36:02 ArchyDaniel kernel: ... max period:             00007fffffffffff
Nov 17 21:36:02 ArchyDaniel kernel: ... fixed-purpose events:   0
Nov 17 21:36:02 ArchyDaniel kernel: ... event mask:             000000000000003f
Nov 17 21:36:02 ArchyDaniel kernel: signal: max sigframe size: 1776
Nov 17 21:36:02 ArchyDaniel kernel: rcu: Hierarchical SRCU implementation.
Nov 17 21:36:02 ArchyDaniel kernel: rcu:         Max phase no-delay instances is 1000.
Nov 17 21:36:02 ArchyDaniel kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 17 21:36:02 ArchyDaniel kernel: smp: Bringing up secondary CPUs ...
Nov 17 21:36:02 ArchyDaniel kernel: smpboot: x86: Booting SMP configuration:
Nov 17 21:36:02 ArchyDaniel kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10  #1  #3  #5  #7  #9 #11
Nov 17 21:36:02 ArchyDaniel kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Nov 17 21:36:02 ArchyDaniel kernel: smp: Brought up 1 node, 12 CPUs
Nov 17 21:36:02 ArchyDaniel kernel: smpboot: Max logical packages: 2
Nov 17 21:36:02 ArchyDaniel kernel: smpboot: Total of 12 processors activated (50328.52 BogoMIPS)
Nov 17 21:36:02 ArchyDaniel kernel: devtmpfs: initialized
Nov 17 21:36:02 ArchyDaniel kernel: x86/mm: Memory block size: 128MB
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: PM: Registering ACPI NVS region [mem 0xc9e93000-0xcb585fff] (24064000 bytes)
Nov 17 21:36:02 ArchyDaniel kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 17 21:36:02 ArchyDaniel kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Nov 17 21:36:02 ArchyDaniel kernel: pinctrl core: initialized pinctrl subsystem
Nov 17 21:36:02 ArchyDaniel kernel: PM: RTC time: 19:35:57, date: 2023-11-17
Nov 17 21:36:02 ArchyDaniel kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 17 21:36:02 ArchyDaniel kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Nov 17 21:36:02 ArchyDaniel kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 17 21:36:02 ArchyDaniel kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 17 21:36:02 ArchyDaniel kernel: audit: initializing netlink subsys (disabled)
Nov 17 21:36:02 ArchyDaniel kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 17 21:36:02 ArchyDaniel kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 17 21:36:02 ArchyDaniel kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 17 21:36:02 ArchyDaniel kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 17 21:36:02 ArchyDaniel kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 17 21:36:02 ArchyDaniel kernel: audit: type=2000 audit(1700249757.183:1): state=initialized audit_enabled=0 res=1
Nov 17 21:36:02 ArchyDaniel kernel: cpuidle: using governor ladder
Nov 17 21:36:02 ArchyDaniel kernel: cpuidle: using governor menu
Nov 17 21:36:02 ArchyDaniel kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 17 21:36:02 ArchyDaniel kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Nov 17 21:36:02 ArchyDaniel kernel: PCI: not using MMCONFIG
Nov 17 21:36:02 ArchyDaniel kernel: PCI: Using configuration type 1 for base access
Nov 17 21:36:02 ArchyDaniel kernel: PCI: Using configuration type 1 for extended access
Nov 17 21:36:02 ArchyDaniel kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 17 21:36:02 ArchyDaniel kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 17 21:36:02 ArchyDaniel kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 17 21:36:02 ArchyDaniel kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 17 21:36:02 ArchyDaniel kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Added _OSI(Module Device)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Added _OSI(Processor Device)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.SBRG.EC0], AE_NOT_FOUND (20230628/dswload2-162)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230628/psobject-220)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: 15 ACPI AML tables successfully acquired and loaded
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: EC: EC started
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: EC: interrupt blocked
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Interpreter enabled
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: PM: (supports S0 S4 S5)
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: Using IOAPIC for interrupt routing
Nov 17 21:36:02 ArchyDaniel kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Nov 17 21:36:02 ArchyDaniel kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
Nov 17 21:36:02 ArchyDaniel kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 17 21:36:02 ArchyDaniel kernel: PCI: Using E820 reservations for host bridge windows
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PCI0.GP17.XHC0.P3U0: New power resource
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PCI0.GP17.XHC1.P3U1: New power resource
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PCI0.GPP6.P0NV: New power resource
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Nov 17 21:36:02 ArchyDaniel kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 17 21:36:02 ArchyDaniel kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Nov 17 21:36:02 ArchyDaniel kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Nov 17 21:36:02 ArchyDaniel kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Nov 17 21:36:02 ArchyDaniel kernel: PCI host bridge to bus 0000:00
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfebfffff window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.2: enabling Extended Tags
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.3: [1022:1634] type 01 class 0x060400
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.3: enabling Extended Tags
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.1: enabling Extended Tags
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:01:00.0: [8086:2723] type 00 class 0x028000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfcf00000-0xfcf03fff 64bit]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.2: PCI bridge to [bus 01]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.2:   bridge window [mem 0xfcf00000-0xfcffffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:02:00.0: [10ec:525a] type 00 class 0xff0000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:02:00.0: reg 0x14: [mem 0xfce00000-0xfce00fff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:02:00.0: supports D1 D2
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.3: PCI bridge to [bus 02]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.3:   bridge window [mem 0xfce00000-0xfcefffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:03:00.0: [2646:500c] type 00 class 0x010802
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfcd00000-0xfcd03fff 64bit]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:02.4: PCI bridge to [bus 03]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.0: [1002:164c] type 00 class 0x030000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.0: reg 0x20: [io  0xf000-0xf0ff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.0: reg 0x24: [mem 0xfcc00000-0xfcc7ffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.0: enabling Extended Tags
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.0: BAR 0: assigned to efifb
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.1: [1002:1637] type 00 class 0x040300
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.1: reg 0x10: [mem 0xfccc8000-0xfcccbfff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.1: enabling Extended Tags
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.2: reg 0x18: [mem 0xfcb00000-0xfcbfffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.2: reg 0x24: [mem 0xfcccc000-0xfcccdfff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.2: enabling Extended Tags
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.3: [1022:1639] type 00 class 0x0c0330
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.3: reg 0x10: [mem 0xfca00000-0xfcafffff 64bit]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.3: enabling Extended Tags
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.4: [1022:1639] type 00 class 0x0c0330
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.4: reg 0x10: [mem 0xfc900000-0xfc9fffff 64bit]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.4: enabling Extended Tags
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.5: reg 0x10: [mem 0xfcc80000-0xfccbffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.5: enabling Extended Tags
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.6: reg 0x10: [mem 0xfccc0000-0xfccc7fff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.6: enabling Extended Tags
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.1:   bridge window [io  0xf000-0xffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Nov 17 21:36:02 ArchyDaniel kernel: Low-power S0 idle used by default for system suspend
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: EC: interrupt unblocked
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: EC: event unblocked
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: EC: GPE=0x0
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PCI0.SBRG.EC__: Boot ECDT EC initialization complete
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PCI0.SBRG.EC__: EC: Used to handle transactions and events
Nov 17 21:36:02 ArchyDaniel kernel: iommu: Default domain type: Translated
Nov 17 21:36:02 ArchyDaniel kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Nov 17 21:36:02 ArchyDaniel kernel: SCSI subsystem initialized
Nov 17 21:36:02 ArchyDaniel kernel: libata version 3.00 loaded.
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: bus type USB registered
Nov 17 21:36:02 ArchyDaniel kernel: usbcore: registered new interface driver usbfs
Nov 17 21:36:02 ArchyDaniel kernel: usbcore: registered new interface driver hub
Nov 17 21:36:02 ArchyDaniel kernel: usbcore: registered new device driver usb
Nov 17 21:36:02 ArchyDaniel kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 17 21:36:02 ArchyDaniel kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 17 21:36:02 ArchyDaniel kernel: PTP clock support registered
Nov 17 21:36:02 ArchyDaniel kernel: EDAC MC: Ver: 3.0.0
Nov 17 21:36:02 ArchyDaniel kernel: efivars: Registered efivars operations
Nov 17 21:36:02 ArchyDaniel kernel: NetLabel: Initializing
Nov 17 21:36:02 ArchyDaniel kernel: NetLabel:  domain hash size = 128
Nov 17 21:36:02 ArchyDaniel kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Nov 17 21:36:02 ArchyDaniel kernel: NetLabel:  unlabeled traffic allowed by default
Nov 17 21:36:02 ArchyDaniel kernel: mctp: management component transport protocol core
Nov 17 21:36:02 ArchyDaniel kernel: NET: Registered PF_MCTP protocol family
Nov 17 21:36:02 ArchyDaniel kernel: PCI: Using ACPI for IRQ routing
Nov 17 21:36:02 ArchyDaniel kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 17 21:36:02 ArchyDaniel kernel: e820: reserve RAM buffer [mem 0x09bff000-0x0bffffff]
Nov 17 21:36:02 ArchyDaniel kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Nov 17 21:36:02 ArchyDaniel kernel: e820: reserve RAM buffer [mem 0xc4df5000-0xc7ffffff]
Nov 17 21:36:02 ArchyDaniel kernel: e820: reserve RAM buffer [mem 0xc4f89018-0xc7ffffff]
Nov 17 21:36:02 ArchyDaniel kernel: e820: reserve RAM buffer [mem 0xc7131000-0xc7ffffff]
Nov 17 21:36:02 ArchyDaniel kernel: e820: reserve RAM buffer [mem 0xc8930000-0xcbffffff]
Nov 17 21:36:02 ArchyDaniel kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Nov 17 21:36:02 ArchyDaniel kernel: e820: reserve RAM buffer [mem 0x40e300000-0x40fffffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.0: vgaarb: setting as boot VGA device
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.0: vgaarb: bridge control possible
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Nov 17 21:36:02 ArchyDaniel kernel: vgaarb: loaded
Nov 17 21:36:02 ArchyDaniel kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Nov 17 21:36:02 ArchyDaniel kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Nov 17 21:36:02 ArchyDaniel kernel: clocksource: Switched to clocksource tsc-early
Nov 17 21:36:02 ArchyDaniel kernel: VFS: Disk quotas dquot_6.6.0
Nov 17 21:36:02 ArchyDaniel kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 17 21:36:02 ArchyDaniel kernel: pnp: PnP ACPI init
Nov 17 21:36:02 ArchyDaniel kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x040b] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x04d6] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x0c00-0x0c01] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x0c14] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x0c50-0x0c51] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x0c52] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x0c6c] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x0c6f] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x0cd8-0x0cdf] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x0800-0x089f] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x0b00-0x0b0f] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x0b20-0x0b3f] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x0900-0x090f] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [io  0x0910-0x091f] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Nov 17 21:36:02 ArchyDaniel kernel: pnp: PnP ACPI: found 5 devices
Nov 17 21:36:02 ArchyDaniel kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 17 21:36:02 ArchyDaniel kernel: NET: Registered PF_INET protocol family
Nov 17 21:36:02 ArchyDaniel kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 17 21:36:02 ArchyDaniel kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Nov 17 21:36:02 ArchyDaniel kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 17 21:36:02 ArchyDaniel kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Nov 17 21:36:02 ArchyDaniel kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Nov 17 21:36:02 ArchyDaniel kernel: TCP: Hash tables configured (established 131072 bind 65536)
Nov 17 21:36:02 ArchyDaniel kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Nov 17 21:36:02 ArchyDaniel kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 17 21:36:02 ArchyDaniel kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 17 21:36:02 ArchyDaniel kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 17 21:36:02 ArchyDaniel kernel: NET: Registered PF_XDP protocol family
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.2: PCI bridge to [bus 01]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.2:   bridge window [mem 0xfcf00000-0xfcffffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.3: PCI bridge to [bus 02]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.3:   bridge window [mem 0xfce00000-0xfcefffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:02.4: PCI bridge to [bus 03]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:02.4:   bridge window [mem 0xfcd00000-0xfcdfffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.1:   bridge window [io  0xf000-0xffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.1:   bridge window [mem 0xfc900000-0xfccfffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.1:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfebfffff window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:02: resource 1 [mem 0xfce00000-0xfcefffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:03: resource 1 [mem 0xfcd00000-0xfcdfffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:04: resource 0 [io  0xf000-0xffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:04: resource 1 [mem 0xfc900000-0xfccfffff]
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:04: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.3: extending delay after power-on from D3hot to 20 msec
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.4: extending delay after power-on from D3hot to 20 msec
Nov 17 21:36:02 ArchyDaniel kernel: PCI: CLS 64 bytes, default 64
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Nov 17 21:36:02 ArchyDaniel kernel: Trying to unpack rootfs image as initramfs...
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.0: Adding to iommu group 0
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.2: Adding to iommu group 1
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:01.3: Adding to iommu group 2
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:02.0: Adding to iommu group 3
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:02.4: Adding to iommu group 4
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.0: Adding to iommu group 5
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:08.1: Adding to iommu group 5
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:14.0: Adding to iommu group 6
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:14.3: Adding to iommu group 6
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.0: Adding to iommu group 7
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.1: Adding to iommu group 7
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.2: Adding to iommu group 7
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.3: Adding to iommu group 7
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.4: Adding to iommu group 7
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.5: Adding to iommu group 7
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.6: Adding to iommu group 7
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:18.7: Adding to iommu group 7
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:01:00.0: Adding to iommu group 8
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:02:00.0: Adding to iommu group 9
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:03:00.0: Adding to iommu group 10
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.0: Adding to iommu group 5
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.1: Adding to iommu group 5
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.2: Adding to iommu group 5
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.3: Adding to iommu group 5
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.4: Adding to iommu group 5
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.5: Adding to iommu group 5
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:04:00.6: Adding to iommu group 5
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:00.2: PCI INT A: not connected
Nov 17 21:36:02 ArchyDaniel kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Nov 17 21:36:02 ArchyDaniel kernel: AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Nov 17 21:36:02 ArchyDaniel kernel: AMD-Vi: Interrupt remapping enabled
Nov 17 21:36:02 ArchyDaniel kernel: AMD-Vi: X2APIC enabled
Nov 17 21:36:02 ArchyDaniel kernel: AMD-Vi: Virtual APIC enabled
Nov 17 21:36:02 ArchyDaniel kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 17 21:36:02 ArchyDaniel kernel: software IO TLB: mapped [mem 0x00000000c0974000-0x00000000c4974000] (64MB)
Nov 17 21:36:02 ArchyDaniel kernel: LVT offset 0 assigned for vector 0x400
Nov 17 21:36:02 ArchyDaniel kernel: perf: AMD IBS detected (0x000003ff)
Nov 17 21:36:02 ArchyDaniel kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Nov 17 21:36:02 ArchyDaniel kernel: Initialise system trusted keyrings
Nov 17 21:36:02 ArchyDaniel kernel: Key type blacklist registered
Nov 17 21:36:02 ArchyDaniel kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Nov 17 21:36:02 ArchyDaniel kernel: zbud: loaded
Nov 17 21:36:02 ArchyDaniel kernel: integrity: Platform Keyring initialized
Nov 17 21:36:02 ArchyDaniel kernel: integrity: Machine keyring initialized
Nov 17 21:36:02 ArchyDaniel kernel: jitterentropy: Initialization failed with host not compliant with requirements: 9
Nov 17 21:36:02 ArchyDaniel kernel: Key type asymmetric registered
Nov 17 21:36:02 ArchyDaniel kernel: Asymmetric key parser 'x509' registered
Nov 17 21:36:02 ArchyDaniel kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Nov 17 21:36:02 ArchyDaniel kernel: io scheduler mq-deadline registered
Nov 17 21:36:02 ArchyDaniel kernel: io scheduler kyber registered
Nov 17 21:36:02 ArchyDaniel kernel: io scheduler bfq registered
Nov 17 21:36:02 ArchyDaniel kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 40
Nov 17 21:36:02 ArchyDaniel kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 41
Nov 17 21:36:02 ArchyDaniel kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 42
Nov 17 21:36:02 ArchyDaniel kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 43
Nov 17 21:36:02 ArchyDaniel kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
Nov 17 21:36:02 ArchyDaniel kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:31/PNP0C09:00/PNP0C0D:00/input/input0
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: button: Lid Switch [LID0]
Nov 17 21:36:02 ArchyDaniel kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: button: Power Button [PWRB]
Nov 17 21:36:02 ArchyDaniel kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1501
Nov 17 21:36:02 ArchyDaniel kernel: Monitor-Mwait will be used to enter C-1 state
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PLTF.P000: Found 3 idle states
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PLTF.P001: Found 3 idle states
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PLTF.P002: Found 3 idle states
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PLTF.P003: Found 3 idle states
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PLTF.P004: Found 3 idle states
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PLTF.P005: Found 3 idle states
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PLTF.P006: Found 3 idle states
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PLTF.P007: Found 3 idle states
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PLTF.P008: Found 3 idle states
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PLTF.P009: Found 3 idle states
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PLTF.P00A: Found 3 idle states
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: \_SB_.PLTF.P00B: Found 3 idle states
Nov 17 21:36:02 ArchyDaniel kernel: Freeing initrd memory: 35204K
Nov 17 21:36:02 ArchyDaniel kernel: thermal LNXTHERM:00: registered as thermal_zone0
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: thermal: Thermal Zone [THRM] (65 C)
Nov 17 21:36:02 ArchyDaniel kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 17 21:36:02 ArchyDaniel kernel: Non-volatile memory driver v1.3
Nov 17 21:36:02 ArchyDaniel kernel: Linux agpgart interface v0.103
Nov 17 21:36:02 ArchyDaniel kernel: tpm_crb MSFT0101:00: Disabling hwrng
Nov 17 21:36:02 ArchyDaniel kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: bus type drm_connector registered
Nov 17 21:36:02 ArchyDaniel kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Nov 17 21:36:02 ArchyDaniel kernel: fbcon: Deferring console take-over
Nov 17 21:36:02 ArchyDaniel kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Nov 17 21:36:02 ArchyDaniel kernel: usbcore: registered new interface driver usbserial_generic
Nov 17 21:36:02 ArchyDaniel kernel: usbserial: USB Serial support registered for generic
Nov 17 21:36:02 ArchyDaniel kernel: rtc_cmos 00:01: RTC can wake from S4
Nov 17 21:36:02 ArchyDaniel kernel: rtc_cmos 00:01: registered as rtc0
Nov 17 21:36:02 ArchyDaniel kernel: rtc_cmos 00:01: setting system clock to 2023-11-17T19:35:57 UTC (1700249757)
Nov 17 21:36:02 ArchyDaniel kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Nov 17 21:36:02 ArchyDaniel kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 17 21:36:02 ArchyDaniel kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 17 21:36:02 ArchyDaniel kernel: drop_monitor: Initializing network drop monitor service
Nov 17 21:36:02 ArchyDaniel kernel: Initializing XFRM netlink socket
Nov 17 21:36:02 ArchyDaniel kernel: NET: Registered PF_INET6 protocol family
Nov 17 21:36:02 ArchyDaniel kernel: Segment Routing with IPv6
Nov 17 21:36:02 ArchyDaniel kernel: RPL Segment Routing with IPv6
Nov 17 21:36:02 ArchyDaniel kernel: In-situ OAM (IOAM) with IPv6
Nov 17 21:36:02 ArchyDaniel kernel: NET: Registered PF_PACKET protocol family
Nov 17 21:36:02 ArchyDaniel kernel: microcode: CPU6: patch_level=0x08608103
Nov 17 21:36:02 ArchyDaniel kernel: microcode: CPU7: patch_level=0x08608103
Nov 17 21:36:02 ArchyDaniel kernel: microcode: CPU0: patch_level=0x08608103
Nov 17 21:36:02 ArchyDaniel kernel: microcode: CPU1: patch_level=0x08608103
Nov 17 21:36:02 ArchyDaniel kernel: microcode: CPU5: patch_level=0x08608103
Nov 17 21:36:02 ArchyDaniel kernel: microcode: CPU4: patch_level=0x08608103
Nov 17 21:36:02 ArchyDaniel kernel: microcode: CPU8: patch_level=0x08608103
Nov 17 21:36:02 ArchyDaniel kernel: microcode: CPU9: patch_level=0x08608103
Nov 17 21:36:02 ArchyDaniel kernel: microcode: CPU3: patch_level=0x08608103
Nov 17 21:36:02 ArchyDaniel kernel: microcode: CPU2: patch_level=0x08608103
Nov 17 21:36:02 ArchyDaniel kernel: microcode: CPU11: patch_level=0x08608103
Nov 17 21:36:02 ArchyDaniel kernel: microcode: CPU10: patch_level=0x08608103
Nov 17 21:36:02 ArchyDaniel kernel: microcode: Microcode Update Driver: v2.2.
Nov 17 21:36:02 ArchyDaniel kernel: resctrl: L3 allocation detected
Nov 17 21:36:02 ArchyDaniel kernel: resctrl: MB allocation detected
Nov 17 21:36:02 ArchyDaniel kernel: resctrl: L3 monitoring detected
Nov 17 21:36:02 ArchyDaniel kernel: IPI shorthand broadcast: enabled
Nov 17 21:36:02 ArchyDaniel kernel: sched_clock: Marking stable (610100615, 351683)->(611174975, -722677)
Nov 17 21:36:02 ArchyDaniel kernel: registered taskstats version 1
Nov 17 21:36:02 ArchyDaniel kernel: Loading compiled-in X.509 certificates
Nov 17 21:36:02 ArchyDaniel kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 75867b0fcb3a137e7101a6391d3e0cb71bd19afd'
Nov 17 21:36:02 ArchyDaniel kernel: zswap: loaded using pool zstd/zsmalloc
Nov 17 21:36:02 ArchyDaniel kernel: Key type .fscrypt registered
Nov 17 21:36:02 ArchyDaniel kernel: Key type fscrypt-provisioning registered
Nov 17 21:36:02 ArchyDaniel kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 17 21:36:02 ArchyDaniel kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Nov 17 21:36:02 ArchyDaniel kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 17 21:36:02 ArchyDaniel kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Nov 17 21:36:02 ArchyDaniel kernel: PM:   Magic number: 15:354:597
Nov 17 21:36:02 ArchyDaniel kernel: RAS: Correctable Errors collector initialized.
Nov 17 21:36:02 ArchyDaniel kernel: clk: Disabling unused clocks
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:01: Allocating resources
Nov 17 21:36:02 ArchyDaniel kernel: pcieport 0000:00:01.2: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Nov 17 21:36:02 ArchyDaniel kernel: pcieport 0000:00:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Nov 17 21:36:02 ArchyDaniel kernel: pci_bus 0000:02: Allocating resources
Nov 17 21:36:02 ArchyDaniel kernel: pcieport 0000:00:01.3: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
Nov 17 21:36:02 ArchyDaniel kernel: pcieport 0000:00:01.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
Nov 17 21:36:02 ArchyDaniel kernel: pcieport 0000:00:01.2: BAR 15: assigned [mem 0xe0200000-0xe03fffff 64bit pref]
Nov 17 21:36:02 ArchyDaniel kernel: pcieport 0000:00:01.3: BAR 15: assigned [mem 0xe0400000-0xe05fffff 64bit pref]
Nov 17 21:36:02 ArchyDaniel kernel: pcieport 0000:00:01.2: BAR 13: assigned [io  0x1000-0x1fff]
Nov 17 21:36:02 ArchyDaniel kernel: pcieport 0000:00:01.3: BAR 13: assigned [io  0x2000-0x2fff]
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: battery: Slot [BAT1] (battery present)
Nov 17 21:36:02 ArchyDaniel kernel: Freeing unused decrypted memory: 2028K
Nov 17 21:36:02 ArchyDaniel kernel: Freeing unused kernel image (initmem) memory: 3404K
Nov 17 21:36:02 ArchyDaniel kernel: Write protecting the kernel read-only data: 30720k
Nov 17 21:36:02 ArchyDaniel kernel: Freeing unused kernel image (rodata/data gap) memory: 1272K
Nov 17 21:36:02 ArchyDaniel kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 17 21:36:02 ArchyDaniel kernel: rodata_test: all tests were successful
Nov 17 21:36:02 ArchyDaniel kernel: Run /init as init process
Nov 17 21:36:02 ArchyDaniel kernel:   with arguments:
Nov 17 21:36:02 ArchyDaniel kernel:     /init
Nov 17 21:36:02 ArchyDaniel kernel:   with environment:
Nov 17 21:36:02 ArchyDaniel kernel:     HOME=/
Nov 17 21:36:02 ArchyDaniel kernel:     TERM=linux
Nov 17 21:36:02 ArchyDaniel kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Nov 17 21:36:02 ArchyDaniel kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Nov 17 21:36:02 ArchyDaniel kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Nov 17 21:36:02 ArchyDaniel kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/LNXVIDEO:00/input/input2
Nov 17 21:36:02 ArchyDaniel kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 17 21:36:02 ArchyDaniel kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Nov 17 21:36:02 ArchyDaniel kernel: rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
Nov 17 21:36:02 ArchyDaniel kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Nov 17 21:36:02 ArchyDaniel kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
Nov 17 21:36:02 ArchyDaniel kernel: xhci_hcd 0000:04:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Nov 17 21:36:02 ArchyDaniel kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Nov 17 21:36:02 ArchyDaniel kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
Nov 17 21:36:02 ArchyDaniel kernel: xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Nov 17 21:36:02 ArchyDaniel kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Nov 17 21:36:02 ArchyDaniel kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 17 21:36:02 ArchyDaniel kernel: usb usb1: Product: xHCI Host Controller
Nov 17 21:36:02 ArchyDaniel kernel: usb usb1: Manufacturer: Linux 6.6.1-arch1-1 xhci-hcd
Nov 17 21:36:02 ArchyDaniel kernel: usb usb1: SerialNumber: 0000:04:00.3
Nov 17 21:36:02 ArchyDaniel kernel: hub 1-0:1.0: USB hub found
Nov 17 21:36:02 ArchyDaniel kernel: hub 1-0:1.0: 4 ports detected
Nov 17 21:36:02 ArchyDaniel kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 17 21:36:02 ArchyDaniel kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Nov 17 21:36:02 ArchyDaniel kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 17 21:36:02 ArchyDaniel kernel: usb usb2: Product: xHCI Host Controller
Nov 17 21:36:02 ArchyDaniel kernel: usb usb2: Manufacturer: Linux 6.6.1-arch1-1 xhci-hcd
Nov 17 21:36:02 ArchyDaniel kernel: usb usb2: SerialNumber: 0000:04:00.3
Nov 17 21:36:02 ArchyDaniel kernel: hub 2-0:1.0: USB hub found
Nov 17 21:36:02 ArchyDaniel kernel: hub 2-0:1.0: 2 ports detected
Nov 17 21:36:02 ArchyDaniel kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
Nov 17 21:36:02 ArchyDaniel kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
Nov 17 21:36:02 ArchyDaniel kernel: xhci_hcd 0000:04:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Nov 17 21:36:02 ArchyDaniel kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
Nov 17 21:36:02 ArchyDaniel kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
Nov 17 21:36:02 ArchyDaniel kernel: xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Nov 17 21:36:02 ArchyDaniel kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Nov 17 21:36:02 ArchyDaniel kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 17 21:36:02 ArchyDaniel kernel: usb usb3: Product: xHCI Host Controller
Nov 17 21:36:02 ArchyDaniel kernel: usb usb3: Manufacturer: Linux 6.6.1-arch1-1 xhci-hcd
Nov 17 21:36:02 ArchyDaniel kernel: usb usb3: SerialNumber: 0000:04:00.4
Nov 17 21:36:02 ArchyDaniel kernel: hub 3-0:1.0: USB hub found
Nov 17 21:36:02 ArchyDaniel kernel: hub 3-0:1.0: 4 ports detected
Nov 17 21:36:02 ArchyDaniel kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 17 21:36:02 ArchyDaniel kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Nov 17 21:36:02 ArchyDaniel kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 17 21:36:02 ArchyDaniel kernel: usb usb4: Product: xHCI Host Controller
Nov 17 21:36:02 ArchyDaniel kernel: usb usb4: Manufacturer: Linux 6.6.1-arch1-1 xhci-hcd
Nov 17 21:36:02 ArchyDaniel kernel: usb usb4: SerialNumber: 0000:04:00.4
Nov 17 21:36:02 ArchyDaniel kernel: hub 4-0:1.0: USB hub found
Nov 17 21:36:02 ArchyDaniel kernel: hub 4-0:1.0: 2 ports detected
Nov 17 21:36:02 ArchyDaniel kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Nov 17 21:36:02 ArchyDaniel kernel: nvme 0000:03:00.0: platform quirk: setting simple suspend
Nov 17 21:36:02 ArchyDaniel kernel: nvme nvme0: pci function 0000:03:00.0
Nov 17 21:36:02 ArchyDaniel kernel: nvme nvme0: missing or invalid SUBNQN field.
Nov 17 21:36:02 ArchyDaniel kernel: nvme nvme0: Shutdown timeout set to 10 seconds
Nov 17 21:36:02 ArchyDaniel kernel: nvme nvme0: 8/0/0 default/read/poll queues
Nov 17 21:36:02 ArchyDaniel kernel:  nvme0n1: p1 p2 p3
Nov 17 21:36:02 ArchyDaniel kernel: tsc: Refined TSC clocksource calibration: 2099.573 MHz
Nov 17 21:36:02 ArchyDaniel kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e439d2efb2, max_idle_ns: 440795230045 ns
Nov 17 21:36:02 ArchyDaniel kernel: clocksource: Switched to clocksource tsc
Nov 17 21:36:02 ArchyDaniel kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Nov 17 21:36:02 ArchyDaniel kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
Nov 17 21:36:02 ArchyDaniel kernel: usb 3-2: New USB device found, idVendor=05ac, idProduct=024f, bcdDevice= 1.10
Nov 17 21:36:02 ArchyDaniel kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 17 21:36:02 ArchyDaniel kernel: usb 3-2: Product: Keychron K6
Nov 17 21:36:02 ArchyDaniel kernel: usb 3-2: Manufacturer: Keychron
Nov 17 21:36:02 ArchyDaniel kernel: usb 1-2: New USB device found, idVendor=046d, idProduct=c53f, bcdDevice=44.00
Nov 17 21:36:02 ArchyDaniel kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 17 21:36:02 ArchyDaniel kernel: usb 1-2: Product: USB Receiver
Nov 17 21:36:02 ArchyDaniel kernel: usb 1-2: Manufacturer: Logitech
Nov 17 21:36:02 ArchyDaniel kernel: usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
Nov 17 21:36:02 ArchyDaniel kernel: usb 4-1: New USB device found, idVendor=2357, idProduct=0601, bcdDevice=30.00
Nov 17 21:36:02 ArchyDaniel kernel: usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
Nov 17 21:36:02 ArchyDaniel kernel: usb 4-1: Product: USB 10/100/1000 LAN
Nov 17 21:36:02 ArchyDaniel kernel: usb 4-1: Manufacturer: TP-LINK
Nov 17 21:36:02 ArchyDaniel kernel: usb 4-1: SerialNumber: 000001000000
Nov 17 21:36:02 ArchyDaniel kernel: usb 3-3: new full-speed USB device number 3 using xhci_hcd
Nov 17 21:36:02 ArchyDaniel kernel: usb 3-3: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Nov 17 21:36:02 ArchyDaniel kernel: usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 17 21:36:02 ArchyDaniel kernel: clocksource: timekeeping watchdog on CPU3: Marking clocksource 'tsc' as unstable because the skew is too large:
Nov 17 21:36:02 ArchyDaniel kernel: clocksource:                       'hpet' wd_nsec: 507354915 wd_now: 1bab6c2 wd_last: 14bde33 mask: ffffffff
Nov 17 21:36:02 ArchyDaniel kernel: clocksource:                       'tsc' cs_nsec: 506506812 cs_now: 675c74910 cs_last: 636645b10 mask: ffffffffffffffff
Nov 17 21:36:02 ArchyDaniel kernel: clocksource:                       Clocksource 'tsc' skewed -848103 ns (0 ms) over watchdog 'hpet' interval of 507354915 ns (507 ms)
Nov 17 21:36:02 ArchyDaniel kernel: clocksource:                       'tsc' is current clocksource.
Nov 17 21:36:02 ArchyDaniel kernel: tsc: Marking TSC unstable due to clocksource watchdog
Nov 17 21:36:02 ArchyDaniel kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
Nov 17 21:36:02 ArchyDaniel kernel: sched_clock: Marking unstable (2120219902, 351606)<-(2121293677, -722677)
Nov 17 21:36:02 ArchyDaniel kernel: clocksource: Checking clocksource tsc synchronization from CPU 0 to CPUs 1,6-9.
Nov 17 21:36:02 ArchyDaniel kernel: clocksource: Switched to clocksource hpet
Nov 17 21:36:02 ArchyDaniel kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.0/0003:046D:C53F.0003/input/input5
Nov 17 21:36:02 ArchyDaniel kernel: [drm] amdgpu kernel modesetting enabled.
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu: Virtual CRAT table created for CPU
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu: Topology: Add CPU node
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
Nov 17 21:36:02 ArchyDaniel kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x164C 0x1462:0x1310 0xC2).
Nov 17 21:36:02 ArchyDaniel kernel: [drm] register mmio base: 0xFCC00000
Nov 17 21:36:02 ArchyDaniel kernel: [drm] register mmio size: 524288
Nov 17 21:36:02 ArchyDaniel kernel: [drm] add ip block number 0 <soc15_common>
Nov 17 21:36:02 ArchyDaniel kernel: [drm] add ip block number 1 <gmc_v9_0>
Nov 17 21:36:02 ArchyDaniel kernel: [drm] add ip block number 2 <vega10_ih>
Nov 17 21:36:02 ArchyDaniel kernel: [drm] add ip block number 3 <psp>
Nov 17 21:36:02 ArchyDaniel kernel: [drm] add ip block number 4 <smu>
Nov 17 21:36:02 ArchyDaniel kernel: [drm] add ip block number 5 <dm>
Nov 17 21:36:02 ArchyDaniel kernel: [drm] add ip block number 6 <gfx_v9_0>
Nov 17 21:36:02 ArchyDaniel kernel: [drm] add ip block number 7 <sdma_v4_0>
Nov 17 21:36:02 ArchyDaniel kernel: [drm] add ip block number 8 <vcn_v2_0>
Nov 17 21:36:02 ArchyDaniel kernel: [drm] add ip block number 9 <jpeg_v2_0>
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu: ATOM BIOS: 113-LUCIENNE-016
Nov 17 21:36:02 ArchyDaniel kernel: [drm] VCN decode is enabled in VM mode
Nov 17 21:36:02 ArchyDaniel kernel: [drm] VCN encode is enabled in VM mode
Nov 17 21:36:02 ArchyDaniel kernel: [drm] JPEG decode is enabled in VM mode
Nov 17 21:36:02 ArchyDaniel kernel: [drm] MCBP is enabled
Nov 17 21:36:02 ArchyDaniel kernel: hid-generic 0003:046D:C53F.0003: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.3-2/input0
Nov 17 21:36:02 ArchyDaniel kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.1/0003:046D:C53F.0004/input/input6
Nov 17 21:36:02 ArchyDaniel kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.1/0003:046D:C53F.0004/input/input7
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: vgaarb: deactivate vga console
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: MODE2 reset
Nov 17 21:36:02 ArchyDaniel kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Nov 17 21:36:02 ArchyDaniel kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Nov 17 21:36:02 ArchyDaniel kernel: [drm] RAM width 128bits DDR4
Nov 17 21:36:02 ArchyDaniel kernel: [drm] amdgpu: 512M of VRAM memory ready
Nov 17 21:36:02 ArchyDaniel kernel: [drm] amdgpu: 7675M of GTT memory ready.
Nov 17 21:36:02 ArchyDaniel kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Nov 17 21:36:02 ArchyDaniel kernel: [drm] PCIE GART of 1024M enabled.
Nov 17 21:36:02 ArchyDaniel kernel: [drm] PTB located at 0x000000F41FC00000
Nov 17 21:36:02 ArchyDaniel kernel: [drm] Loading DMUB firmware via PSP: version=0x01010028
Nov 17 21:36:02 ArchyDaniel kernel: [drm] Found VCN firmware Version ENC: 1.21 DEC: 6 VEP: 0 Revision: 0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: Will use PSP to load VCN firmware
Nov 17 21:36:02 ArchyDaniel kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.1/0003:046D:C53F.0004/input/input8
Nov 17 21:36:02 ArchyDaniel kernel: hid-generic 0003:046D:C53F.0004: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.3-2/input1
Nov 17 21:36:02 ArchyDaniel kernel: hid-generic 0003:046D:C53F.0005: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:04:00.3-2/input2
Nov 17 21:36:02 ArchyDaniel kernel: usbcore: registered new interface driver usbhid
Nov 17 21:36:02 ArchyDaniel kernel: usbhid: USB HID core driver
Nov 17 21:36:02 ArchyDaniel kernel: apple 0003:05AC:024F.0001: Non-apple keyboard detected; function keys will default to fnmode=2 behavior
Nov 17 21:36:02 ArchyDaniel kernel: input: Keychron Keychron K6 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2/3-2:1.0/0003:05AC:024F.0001/input/input10
Nov 17 21:36:02 ArchyDaniel kernel: logitech-djreceiver 0003:046D:C53F.0003: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.3-2/input0
Nov 17 21:36:02 ArchyDaniel kernel: apple 0003:05AC:024F.0001: input,hidraw3: USB HID v1.11 Keyboard [Keychron Keychron K6] on usb-0000:04:00.4-2/input0
Nov 17 21:36:02 ArchyDaniel kernel: apple 0003:05AC:024F.0002: Fn key not found (Apple Wireless Keyboard clone?), disabling Fn key handling
Nov 17 21:36:02 ArchyDaniel kernel: apple 0003:05AC:024F.0002: Non-apple keyboard detected; function keys will default to fnmode=2 behavior
Nov 17 21:36:02 ArchyDaniel kernel: input: Keychron Keychron K6 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2/3-2:1.1/0003:05AC:024F.0002/input/input11
Nov 17 21:36:02 ArchyDaniel kernel: apple 0003:05AC:024F.0002: input,hidraw4: USB HID v1.11 Keyboard [Keychron Keychron K6] on usb-0000:04:00.4-2/input1
Nov 17 21:36:02 ArchyDaniel kernel: logitech-djreceiver 0003:046D:C53F.0005: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:04:00.3-2/input2
Nov 17 21:36:02 ArchyDaniel kernel: logitech-djreceiver 0003:046D:C53F.0004: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.3-2/input1
Nov 17 21:36:02 ArchyDaniel kernel: logitech-djreceiver 0003:046D:C53F.0005: device of type eQUAD Lightspeed 1.1 (0x0d) connected on slot 1
Nov 17 21:36:02 ArchyDaniel kernel: input: Logitech Wireless Mouse PID:4074 Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.2/0003:046D:C53F.0005/0003:046D:4074.0006/input/input12
Nov 17 21:36:02 ArchyDaniel kernel: input: Logitech Wireless Mouse PID:4074 Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.2/0003:046D:C53F.0005/0003:046D:4074.0006/input/input13
Nov 17 21:36:02 ArchyDaniel kernel: hid-generic 0003:046D:4074.0006: input,hidraw5: USB HID v1.11 Keyboard [Logitech Wireless Mouse PID:4074] on usb-0000:04:00.3-2/input2:1
Nov 17 21:36:02 ArchyDaniel kernel: input: Logitech G304 as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.2/0003:046D:C53F.0005/0003:046D:4074.0006/input/input17
Nov 17 21:36:02 ArchyDaniel kernel: logitech-hidpp-device 0003:046D:4074.0006: input,hidraw5: USB HID v1.11 Keyboard [Logitech G304] on usb-0000:04:00.3-2/input2:1
Nov 17 21:36:02 ArchyDaniel kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
Nov 17 21:36:02 ArchyDaniel kernel: [drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
Nov 17 21:36:02 ArchyDaniel kernel: [drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: Secure display: Generic Failure.
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: query securedisplay TA failed. ret 0x0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
Nov 17 21:36:02 ArchyDaniel kernel: [drm] Display Core v3.2.247 initialized on DCN 2.1
Nov 17 21:36:02 ArchyDaniel kernel: [drm] DP-HDMI FRL PCON supported
Nov 17 21:36:02 ArchyDaniel kernel: [drm] DMUB hardware initialized: version=0x01010028
Nov 17 21:36:02 ArchyDaniel kernel: [drm] kiq ring mec 2 pipe 1 q 0
Nov 17 21:36:02 ArchyDaniel kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Nov 17 21:36:02 ArchyDaniel kernel: [drm] JPEG decode initialized successfully.
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu: HMM registered 512MB device memory
Nov 17 21:36:02 ArchyDaniel kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Nov 17 21:36:02 ArchyDaniel kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu: Virtual CRAT table created for GPU
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu: Topology: Add dGPU node [0x164c:0x1002]
Nov 17 21:36:02 ArchyDaniel kernel: kfd kfd: amdgpu: added device 1002:164c
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 7
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 13 on hub 0
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
Nov 17 21:36:02 ArchyDaniel kernel: [drm] Initialized amdgpu 3.54.0 20150101 for 0000:04:00.0 on minor 1
Nov 17 21:36:02 ArchyDaniel kernel: fbcon: amdgpudrmfb (fb0) is primary device
Nov 17 21:36:02 ArchyDaniel kernel: fbcon: Deferring console take-over
Nov 17 21:36:02 ArchyDaniel kernel: amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Nov 17 21:36:02 ArchyDaniel kernel: fbcon: Taking over console
Nov 17 21:36:02 ArchyDaniel kernel: [drm] DSC precompute is not needed.
Nov 17 21:36:02 ArchyDaniel kernel: Console: switching to colour frame buffer device 240x67
Nov 17 21:36:02 ArchyDaniel kernel: EXT4-fs (nvme0n1p3): mounted filesystem 5e36bff5-a440-4ce6-94c9-a86520b77e96 r/w with ordered data mode. Quota mode: none.
Nov 17 21:36:02 ArchyDaniel systemd[1]: systemd 254.6-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Nov 17 21:36:02 ArchyDaniel systemd[1]: Detected architecture x86-64.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Hostname set to <ArchyDaniel>.
Nov 17 21:36:02 ArchyDaniel systemd[1]: bpf-lsm: LSM BPF program attached
Nov 17 21:36:02 ArchyDaniel systemd[1]: Queued start job for default target Graphical Interface.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Created slice Slice /system/getty.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Created slice Slice /system/modprobe.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Created slice User and Session Slice.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Reached target Login Prompts.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Reached target Remote File Systems.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Reached target Slice Units.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Reached target Local Verity Protected Volumes.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Listening on LVM2 poll daemon socket.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Listening on Process Core Dump Socket.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Listening on Journal Socket (/dev/log).
Nov 17 21:36:02 ArchyDaniel systemd[1]: Listening on Journal Socket.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Listening on udev Control Socket.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Listening on udev Kernel Socket.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Mounting Huge Pages File System...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Mounting POSIX Message Queue File System...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Mounting Kernel Debug File System...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Mounting Kernel Trace File System...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Create List of Static Device Nodes...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Load Kernel Module configfs...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Load Kernel Module dm_mod...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Load Kernel Module drm...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Load Kernel Module fuse...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Load Kernel Module loop...
Nov 17 21:36:02 ArchyDaniel systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Journal Service...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Load Kernel Modules...
Nov 17 21:36:02 ArchyDaniel systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Coldplug All udev Devices...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Virtual Console Setup...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Mounted Huge Pages File System.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Mounted POSIX Message Queue File System.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Mounted Kernel Debug File System.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Mounted Kernel Trace File System.
Nov 17 21:36:02 ArchyDaniel kernel: EXT4-fs (nvme0n1p3): re-mounted 5e36bff5-a440-4ce6-94c9-a86520b77e96 r/w. Quota mode: none.
Nov 17 21:36:02 ArchyDaniel kernel: fuse: init (API version 7.39)
Nov 17 21:36:02 ArchyDaniel systemd-journald[322]: Collecting audit messages is disabled.
Nov 17 21:36:02 ArchyDaniel kernel: loop: module loaded
Nov 17 21:36:02 ArchyDaniel kernel: device-mapper: uevent: version 1.0.3
Nov 17 21:36:02 ArchyDaniel kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Nov 17 21:36:02 ArchyDaniel kernel: i2c_dev: i2c /dev entries driver
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Create List of Static Device Nodes.
Nov 17 21:36:02 ArchyDaniel systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 17 21:36:02 ArchyDaniel systemd-journald[322]: Journal started
Nov 17 21:36:02 ArchyDaniel systemd-journald[322]: Runtime Journal (/run/log/journal/ffbb1a3e2270466d9bab5b78d6554f9b) is 8.0M, max 767.5M, 759.5M free.
Nov 17 21:36:02 ArchyDaniel systemd-modules-load[323]: Inserted module 'crypto_user'
Nov 17 21:36:02 ArchyDaniel systemd-modules-load[323]: Inserted module 'i2c_dev'
Nov 17 21:36:02 ArchyDaniel systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Load Kernel Module configfs.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Started Journal Service.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Load Kernel Module dm_mod.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 17 21:36:02 ArchyDaniel systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Load Kernel Module drm.
Nov 17 21:36:02 ArchyDaniel systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Load Kernel Module fuse.
Nov 17 21:36:02 ArchyDaniel systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Load Kernel Module loop.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Load Kernel Modules.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Virtual Console Setup.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Mounting FUSE Control File System...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Mounting Kernel Configuration File System...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Load/Save OS Random Seed...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Apply Kernel Variables...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Mounted FUSE Control File System.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Mounted Kernel Configuration File System.
Nov 17 21:36:02 ArchyDaniel systemd-journald[322]: Time spent on flushing to /var/log/journal/ffbb1a3e2270466d9bab5b78d6554f9b is 71.287ms for 1027 entries.
Nov 17 21:36:02 ArchyDaniel systemd-journald[322]: System Journal (/var/log/journal/ffbb1a3e2270466d9bab5b78d6554f9b) is 255.9M, max 4.0G, 3.7G free.
Nov 17 21:36:02 ArchyDaniel systemd-journald[322]: Received client request to flush runtime journal.
Nov 17 21:36:02 ArchyDaniel systemd-journald[322]: /var/log/journal/ffbb1a3e2270466d9bab5b78d6554f9b/system.journal: Journal file uses a different sequence number ID, rotating.
Nov 17 21:36:02 ArchyDaniel systemd-journald[322]: Rotating system journal.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Apply Kernel Variables.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Load/Save OS Random Seed.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Coldplug All udev Devices.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Create System Users...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Create System Users.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 17 21:36:02 ArchyDaniel systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Reached target Preparation for Local File Systems.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 17 21:36:02 ArchyDaniel systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 17 21:36:02 ArchyDaniel systemd-udevd[372]: Using default interface naming scheme 'v253'.
Nov 17 21:36:02 ArchyDaniel systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 17 21:36:02 ArchyDaniel mtp-probe[418]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2"
Nov 17 21:36:03 ArchyDaniel kernel: usbcore: registered new device driver apple-mfi-fastcharge
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Show Plymouth Boot Screen...
Nov 17 21:36:03 ArchyDaniel mtp-probe[418]: bus: 3, device: 2 was not an MTP device
Nov 17 21:36:03 ArchyDaniel mtp-probe[417]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2"
Nov 17 21:36:03 ArchyDaniel mtp-probe[417]: bus: 1, device: 2 was not an MTP device
Nov 17 21:36:03 ArchyDaniel systemd[1]: Received SIGRTMIN+20 from PID 420 (plymouthd).
Nov 17 21:36:03 ArchyDaniel kernel: mousedev: PS/2 mouse device common for all mice
Nov 17 21:36:03 ArchyDaniel kernel: ccp 0000:04:00.2: enabling device (0000 -> 0002)
Nov 17 21:36:03 ArchyDaniel kernel: ccp 0000:04:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Started Show Plymouth Boot Screen.
Nov 17 21:36:03 ArchyDaniel mtp-probe[432]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb4/4-1"
Nov 17 21:36:03 ArchyDaniel mtp-probe[432]: bus: 4, device: 2 was not an MTP device
Nov 17 21:36:03 ArchyDaniel systemd[1]: Found device KINGSTON OM8PCP3512F-AI1 2.
Nov 17 21:36:03 ArchyDaniel kernel: ccp 0000:04:00.2: tee enabled
Nov 17 21:36:03 ArchyDaniel kernel: ccp 0000:04:00.2: psp enabled
Nov 17 21:36:03 ArchyDaniel systemd[1]: Found device KINGSTON OM8PCP3512F-AI1 1.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Created slice Slice /system/systemd-backlight.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Nov 17 21:36:03 ArchyDaniel systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Reached target Local Encrypted Volumes.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Reached target Path Units.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Activating swap /dev/disk/by-uuid/7a6dad89-d63a-466f-9097-f7ad615d7666...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Mounting /boot/efi...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1...
Nov 17 21:36:03 ArchyDaniel kernel: Adding 8388604k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:8388604k SS
Nov 17 21:36:03 ArchyDaniel systemd[1]: Activated swap /dev/disk/by-uuid/7a6dad89-d63a-466f-9097-f7ad615d7666.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Reached target Swaps.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Mounting Temporary Directory /tmp...
Nov 17 21:36:03 ArchyDaniel kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Nov 17 21:36:03 ArchyDaniel kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Nov 17 21:36:03 ArchyDaniel kernel: input: PC Speaker as /devices/platform/pcspkr/input/input18
Nov 17 21:36:03 ArchyDaniel kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Nov 17 21:36:03 ArchyDaniel kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Nov 17 21:36:03 ArchyDaniel kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Nov 17 21:36:03 ArchyDaniel systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Mounted Temporary Directory /tmp.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 17 21:36:03 ArchyDaniel systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Nov 17 21:36:03 ArchyDaniel kernel: input: PNP0C50:0e 06CB:7E7E Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-PNP0C50:0e/0018:06CB:7E7E.0007/input/input20
Nov 17 21:36:03 ArchyDaniel kernel: input: PNP0C50:0e 06CB:7E7E Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-PNP0C50:0e/0018:06CB:7E7E.0007/input/input21
Nov 17 21:36:03 ArchyDaniel kernel: hid-generic 0018:06CB:7E7E.0007: input,hidraw6: I2C HID v1.00 Mouse [PNP0C50:0e 06CB:7E7E] on i2c-PNP0C50:0e
Nov 17 21:36:03 ArchyDaniel kernel: input: MSI WMI hotkeys as /devices/virtual/input/input23
Nov 17 21:36:03 ArchyDaniel kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Nov 17 21:36:03 ArchyDaniel kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Nov 17 21:36:03 ArchyDaniel kernel: cryptd: max_cpu_qlen set to 1000
Nov 17 21:36:03 ArchyDaniel kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Nov 17 21:36:03 ArchyDaniel kernel: FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Stopped Virtual Console Setup.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Stopping Virtual Console Setup...
Nov 17 21:36:03 ArchyDaniel kernel: usbcore: registered new device driver r8152-cfgselector
Nov 17 21:36:03 ArchyDaniel kernel: snd_rn_pci_acp3x 0000:04:00.5: enabling device (0000 -> 0002)
Nov 17 21:36:03 ArchyDaniel kernel: AVX2 version of gcm_enc/dec engaged.
Nov 17 21:36:03 ArchyDaniel kernel: AES CTR mode by8 optimization enabled
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Virtual Console Setup...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Mounted /boot/efi.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Reached target Local File Systems.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Rebuild Dynamic Linker Cache...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Set Up Additional Binary Formats...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Create Volatile Files and Directories...
Nov 17 21:36:03 ArchyDaniel systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 459 (systemd-binfmt)
Nov 17 21:36:03 ArchyDaniel systemd[1]: Mounting Arbitrary Executable File Formats File System...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Mounted Arbitrary Executable File Formats File System.
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: Core ver 2.22
Nov 17 21:36:03 ArchyDaniel kernel: NET: Registered PF_BLUETOOTH protocol family
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: HCI device and connection manager initialized
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: HCI socket layer initialized
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: L2CAP socket layer initialized
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: SCO socket layer initialized
Nov 17 21:36:03 ArchyDaniel kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 17 21:36:03 ArchyDaniel kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 17 21:36:03 ArchyDaniel kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Nov 17 21:36:03 ArchyDaniel kernel: cfg80211: failed to load regulatory.db
Nov 17 21:36:03 ArchyDaniel systemd[1]: Finished Set Up Additional Binary Formats.
Nov 17 21:36:03 ArchyDaniel kernel: Intel(R) Wireless WiFi driver for Linux
Nov 17 21:36:03 ArchyDaniel kernel: snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
Nov 17 21:36:03 ArchyDaniel kernel: iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
Nov 17 21:36:03 ArchyDaniel kernel: snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
Nov 17 21:36:03 ArchyDaniel kernel: snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
Nov 17 21:36:03 ArchyDaniel kernel: usbcore: registered new interface driver btusb
Nov 17 21:36:03 ArchyDaniel kernel: iwlwifi 0000:01:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
Nov 17 21:36:03 ArchyDaniel kernel: iwlwifi 0000:01:00.0: PCI dev 2723/0084, rev=0x340, rfid=0x10a100
Nov 17 21:36:03 ArchyDaniel kernel: snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Nov 17 21:36:03 ArchyDaniel kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input24
Nov 17 21:36:03 ArchyDaniel kernel: iwlwifi 0000:01:00.0: api flags index 2 larger than supported by driver
Nov 17 21:36:03 ArchyDaniel kernel: iwlwifi 0000:01:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Nov 17 21:36:03 ArchyDaniel kernel: iwlwifi 0000:01:00.0: loaded firmware version 77.bd067429.0 cc-a0-77.ucode op_mode iwlmvm
Nov 17 21:36:03 ArchyDaniel kernel: msi_ec: Firmware version is not supported: '155LEMS1.104'
Nov 17 21:36:03 ArchyDaniel systemd[1]: Finished Virtual Console Setup.
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Boot Address: 0x24800
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Firmware Version: 255-255.255
Nov 17 21:36:03 ArchyDaniel kernel: usb 3-3: USB disconnect, device number 3
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: FW download error recovery failed (-19)
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: sending frame failed (-19)
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Reading supported features failed (-19)
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Error reading debug features
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: sending frame failed (-19)
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Failed to read MSFT supported features (-19)
Nov 17 21:36:03 ArchyDaniel systemd[1]: Finished Rebuild Dynamic Linker Cache.
Nov 17 21:36:03 ArchyDaniel kernel: r8152-cfgselector 4-1: reset SuperSpeed USB device number 2 using xhci_hcd
Nov 17 21:36:03 ArchyDaniel kernel: input: PNP0C50:0e 06CB:7E7E Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-PNP0C50:0e/0018:06CB:7E7E.0007/input/input25
Nov 17 21:36:03 ArchyDaniel kernel: input: PNP0C50:0e 06CB:7E7E Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-PNP0C50:0e/0018:06CB:7E7E.0007/input/input26
Nov 17 21:36:03 ArchyDaniel kernel: hid-multitouch 0018:06CB:7E7E.0007: input,hidraw6: I2C HID v1.00 Mouse [PNP0C50:0e 06CB:7E7E] on i2c-PNP0C50:0e
Nov 17 21:36:03 ArchyDaniel systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Received SIGRTMIN+20 from PID 420 (plymouthd).
Nov 17 21:36:03 ArchyDaniel systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Nov 17 21:36:03 ArchyDaniel kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC233: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Nov 17 21:36:03 ArchyDaniel kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 17 21:36:03 ArchyDaniel kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Nov 17 21:36:03 ArchyDaniel kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Nov 17 21:36:03 ArchyDaniel kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Nov 17 21:36:03 ArchyDaniel kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
Nov 17 21:36:03 ArchyDaniel kernel: r8152 4-1:1.0: load rtl8153a-3 v2 02/07/20 successfully
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Load Kernel Module dm_mod...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Load Kernel Module loop...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Nov 17 21:36:03 ArchyDaniel systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 17 21:36:03 ArchyDaniel kernel: r8152 4-1:1.0 eth0: v1.12.13
Nov 17 21:36:03 ArchyDaniel kernel: usbcore: registered new interface driver r8152
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 17 21:36:03 ArchyDaniel systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 17 21:36:03 ArchyDaniel kernel: kvm_amd: TSC scaling supported
Nov 17 21:36:03 ArchyDaniel kernel: kvm_amd: Nested Virtualization enabled
Nov 17 21:36:03 ArchyDaniel kernel: kvm_amd: Nested Paging enabled
Nov 17 21:36:03 ArchyDaniel kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Nov 17 21:36:03 ArchyDaniel kernel: kvm_amd: Virtual GIF supported
Nov 17 21:36:03 ArchyDaniel kernel: kvm_amd: LBR virtualization supported
Nov 17 21:36:03 ArchyDaniel kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input28
Nov 17 21:36:03 ArchyDaniel kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input29
Nov 17 21:36:03 ArchyDaniel kernel: usbcore: registered new interface driver cdc_ether
Nov 17 21:36:03 ArchyDaniel (udev-worker)[392]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Finished Load Kernel Module dm_mod.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 17 21:36:03 ArchyDaniel systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 17 21:36:03 ArchyDaniel mtp-probe[505]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb4/4-1"
Nov 17 21:36:03 ArchyDaniel kernel: MCE: In-kernel MCE decoding enabled.
Nov 17 21:36:03 ArchyDaniel mtp-probe[505]: bus: 4, device: 2 was not an MTP device
Nov 17 21:36:03 ArchyDaniel kernel: iwlwifi 0000:01:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Nov 17 21:36:03 ArchyDaniel kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
Nov 17 21:36:03 ArchyDaniel systemd[1]: Finished Load Kernel Module loop.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Load Kernel Module dm_mod...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Load Kernel Module loop...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Nov 17 21:36:03 ArchyDaniel systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 17 21:36:03 ArchyDaniel systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 17 21:36:03 ArchyDaniel kernel: intel_rapl_common: Found RAPL domain package
Nov 17 21:36:03 ArchyDaniel kernel: intel_rapl_common: Found RAPL domain core
Nov 17 21:36:03 ArchyDaniel systemd[1]: Finished Load Kernel Module dm_mod.
Nov 17 21:36:03 ArchyDaniel systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Finished Load Kernel Module loop.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Nov 17 21:36:03 ArchyDaniel kernel: iwlwifi 0000:01:00.0: Detected RF HR B3, rfid=0x10a100
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Load Kernel Module dm_mod...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Load Kernel Module loop...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Nov 17 21:36:03 ArchyDaniel systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 17 21:36:03 ArchyDaniel systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Finished Load Kernel Module dm_mod.
Nov 17 21:36:03 ArchyDaniel systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 17 21:36:03 ArchyDaniel kernel: iwlwifi 0000:01:00.0: base HW address: f0:9e:4a:a1:f6:44
Nov 17 21:36:03 ArchyDaniel kernel: usb 3-3: new full-speed USB device number 4 using xhci_hcd
Nov 17 21:36:03 ArchyDaniel kernel: r8152 4-1:1.0 enp4s0f4u1: renamed from eth0
Nov 17 21:36:03 ArchyDaniel systemd[1]: Finished Load Kernel Module loop.
Nov 17 21:36:03 ArchyDaniel systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 17 21:36:03 ArchyDaniel kernel: iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
Nov 17 21:36:03 ArchyDaniel systemd[1]: Finished Create Volatile Files and Directories.
Nov 17 21:36:03 ArchyDaniel systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 17 21:36:03 ArchyDaniel systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Rebuild Journal Catalog...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 17 21:36:03 ArchyDaniel kernel: usb 3-3: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Nov 17 21:36:03 ArchyDaniel kernel: usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Device revision is 1
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Secure boot is enabled
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: OTP lock is enabled
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: API lock is enabled
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Debug lock is disabled
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Nov 17 21:36:03 ArchyDaniel systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Load Kernel Module dm_mod...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Starting Load Kernel Module loop...
Nov 17 21:36:03 ArchyDaniel systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 17 21:36:03 ArchyDaniel systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 17 21:36:03 ArchyDaniel systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 17 21:36:03 ArchyDaniel systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Boot Address: 0x24800
Nov 17 21:36:03 ArchyDaniel kernel: Bluetooth: hci0: Firmware Version: 255-255.255
Nov 17 21:36:03 ArchyDaniel systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 17 21:36:03 ArchyDaniel systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 17 21:36:03 ArchyDaniel systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Finished Load Kernel Module dm_mod.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Finished Rebuild Journal Catalog.
Nov 17 21:36:04 ArchyDaniel systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Finished Load Kernel Module loop.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Starting Update is Completed...
Nov 17 21:36:04 ArchyDaniel systemd[1]: Finished Update is Completed.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Reached target System Initialization.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Started Daily verification of password and group files.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Reached target Timer Units.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Reached target Socket Units.
Nov 17 21:36:04 ArchyDaniel systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 17 21:36:04 ArchyDaniel systemd[1]: Reached target Basic System.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Starting Save/Restore Sound Card State...
Nov 17 21:36:04 ArchyDaniel systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Nov 17 21:36:04 ArchyDaniel systemd[1]: Starting Bluetooth service...
Nov 17 21:36:04 ArchyDaniel systemd[1]: Starting D-Bus System Message Bus...
Nov 17 21:36:04 ArchyDaniel systemd[1]: Starting User Login Management...
Nov 17 21:36:04 ArchyDaniel systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 17 21:36:04 ArchyDaniel bluetoothd[544]: Bluetooth daemon 5.70
Nov 17 21:36:04 ArchyDaniel systemd-logind[547]: New seat seat0.
Nov 17 21:36:04 ArchyDaniel bluetoothd[544]: Starting SDP server
Nov 17 21:36:04 ArchyDaniel bluetoothd[544]: src/plugin.c:plugin_init() System does not support csip plugin
Nov 17 21:36:04 ArchyDaniel bluetoothd[544]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Nov 17 21:36:04 ArchyDaniel bluetoothd[544]: src/plugin.c:plugin_init() System does not support micp plugin
Nov 17 21:36:04 ArchyDaniel bluetoothd[544]: src/plugin.c:plugin_init() System does not support vcp plugin
Nov 17 21:36:04 ArchyDaniel bluetoothd[544]: src/plugin.c:plugin_init() System does not support mcp plugin
Nov 17 21:36:04 ArchyDaniel bluetoothd[544]: src/plugin.c:plugin_init() System does not support bass plugin
Nov 17 21:36:04 ArchyDaniel bluetoothd[544]: src/plugin.c:plugin_init() System does not support bap plugin
Nov 17 21:36:04 ArchyDaniel kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Nov 17 21:36:04 ArchyDaniel kernel: Bluetooth: BNEP filters: protocol multicast
Nov 17 21:36:04 ArchyDaniel kernel: Bluetooth: BNEP socket layer initialized
Nov 17 21:36:04 ArchyDaniel dbus-daemon[545]: [system] Activating systemd to hand-off: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.0' (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 21:36:04 ArchyDaniel bluetoothd[544]: Bluetooth management interface 1.22 initialized
Nov 17 21:36:04 ArchyDaniel systemd[1]: Finished Save/Restore Sound Card State.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Started D-Bus System Message Bus.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Reached target Sound Card.
Nov 17 21:36:04 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.systemd1'
Nov 17 21:36:04 ArchyDaniel systemd[1]: Starting Network Manager...
Nov 17 21:36:04 ArchyDaniel systemd[1]: Started Bluetooth service.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Reached target Bluetooth Support.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Starting Hostname Service...
Nov 17 21:36:04 ArchyDaniel systemd-logind[547]: Watching system buttons on /dev/input/event0 (Lid Switch)
Nov 17 21:36:04 ArchyDaniel systemd-logind[547]: Watching system buttons on /dev/input/event1 (Power Button)
Nov 17 21:36:04 ArchyDaniel systemd-logind[547]: Watching system buttons on /dev/input/event6 (Logitech G304)
Nov 17 21:36:04 ArchyDaniel systemd-logind[547]: Watching system buttons on /dev/input/event4 (Keychron Keychron K6)
Nov 17 21:36:04 ArchyDaniel systemd-logind[547]: Watching system buttons on /dev/input/event5 (Keychron Keychron K6)
Nov 17 21:36:04 ArchyDaniel systemd-logind[547]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Nov 17 21:36:04 ArchyDaniel systemd[1]: Started User Login Management.
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2387] NetworkManager (version 1.44.2-3) is starting... (boot:9a469f77-3780-479f-83f0-e67128f0714e)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2388] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2471] manager[0x56250d084b20]: monitoring kernel firmware directory '/lib/firmware'.
Nov 17 21:36:04 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 17 21:36:04 ArchyDaniel systemd[1]: Started Hostname Service.
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2572] hostname: hostname: using hostnamed
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2572] hostname: static hostname changed from (none) to "ArchyDaniel"
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2577] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2589] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2591] manager[0x56250d084b20]: rfkill: Wi-Fi hardware radio set enabled
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2591] manager[0x56250d084b20]: rfkill: WWAN hardware radio set enabled
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2883] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2902] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2910] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2944] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2952] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2972] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2974] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2974] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2974] manager: Networking is enabled by state file
Nov 17 21:36:04 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2977] settings: Loaded settings plugin: keyfile (internal)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.2999] dhcp: init: Using DHCP client 'internal'
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.3001] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.3007] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.3009] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.3013] device (lo): Activation: starting connection 'lo' (cd80bb6e-15d5-4cbd-8880-ea1ebf85a1e2)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.3019] manager: (enp4s0f4u1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.3025] settings: (enp4s0f4u1): created default wired connection 'Wired connection 1'
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.3026] device (enp4s0f4u1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.3076] device (wlp1s0): driver supports Access Point (AP) mode
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.3080] manager: (wlp1s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.3081] device (wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 17 21:36:04 ArchyDaniel systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 17 21:36:04 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 17 21:36:04 ArchyDaniel systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 17 21:36:04 ArchyDaniel kernel: iwlwifi 0000:01:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.6182] device (wlp1s0): set-hw-addr: set MAC address to 16:3B:9D:0C:42:5B (scanning)
Nov 17 21:36:04 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9012] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 17 21:36:04 ArchyDaniel systemd[1]: Started Network Manager.
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9032] ovsdb: disconnected from ovsdb
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9033] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9034] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9035] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9039] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9066] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9068] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9070] device (lo): Activation: successful, device activated.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Starting WPA supplicant...
Nov 17 21:36:04 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Nov 17 21:36:04 ArchyDaniel systemd[1]: Started WPA supplicant.
Nov 17 21:36:04 ArchyDaniel wpa_supplicant[571]: Successfully initialized wpa_supplicant
Nov 17 21:36:04 ArchyDaniel systemd[1]: Reached target Network.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Starting Permit User Sessions...
Nov 17 21:36:04 ArchyDaniel systemd[1]: Finished Permit User Sessions.
Nov 17 21:36:04 ArchyDaniel systemd[1]: Starting Hold until boot process finishes up...
Nov 17 21:36:04 ArchyDaniel systemd[1]: Starting Terminate Plymouth Boot Screen...
Nov 17 21:36:04 ArchyDaniel systemd[1]: Received SIGRTMIN+21 from PID 420 (plymouthd).
Nov 17 21:36:04 ArchyDaniel systemd[1]: Received SIGRTMIN+21 from PID 420 (plymouthd).
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9899] device (wlp1s0): supplicant interface state: internal-starting -> disconnected
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9900] Wi-Fi P2P device controlled by interface wlp1s0 created
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9901] manager: (p2p-dev-wlp1s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9902] device (p2p-dev-wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9907] device (wlp1s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 17 21:36:04 ArchyDaniel NetworkManager[552]: <info>  [1700249764.9910] device (p2p-dev-wlp1s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:05 ArchyDaniel systemd[1]: Finished Hold until boot process finishes up.
Nov 17 21:36:05 ArchyDaniel systemd[1]: Finished Terminate Plymouth Boot Screen.
Nov 17 21:36:05 ArchyDaniel systemd[1]: Reached target Multi-User System.
Nov 17 21:36:05 ArchyDaniel systemd[1]: Started Simple Desktop Display Manager.
Nov 17 21:36:05 ArchyDaniel systemd[1]: Reached target Graphical Interface.
Nov 17 21:36:05 ArchyDaniel systemd[1]: Startup finished in 5.889s (firmware) + 5.177s (loader) + 4.583s (kernel) + 3.601s (userspace) = 19.251s.
Nov 17 21:36:05 ArchyDaniel sddm[580]: Initializing...
Nov 17 21:36:05 ArchyDaniel sddm[580]: Starting...
Nov 17 21:36:05 ArchyDaniel sddm[580]: Logind interface found
Nov 17 21:36:05 ArchyDaniel sddm[580]: Adding new display...
Nov 17 21:36:05 ArchyDaniel sddm[580]: Loaded empty theme configuration
Nov 17 21:36:05 ArchyDaniel sddm[580]: Xauthority path: "/run/sddm/xauth_GWWvPv"
Nov 17 21:36:05 ArchyDaniel sddm[580]: Using VT 2
Nov 17 21:36:05 ArchyDaniel sddm[580]: Display server starting...
Nov 17 21:36:05 ArchyDaniel sddm[580]: Writing cookie to "/run/sddm/xauth_GWWvPv"
Nov 17 21:36:05 ArchyDaniel sddm[580]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_GWWvPv -noreset -displayfd 16
Nov 17 21:36:05 ArchyDaniel kernel: Bluetooth: hci0: Waiting for firmware download to complete
Nov 17 21:36:05 ArchyDaniel kernel: Bluetooth: hci0: Firmware loaded in 1452738 usecs
Nov 17 21:36:05 ArchyDaniel kernel: Bluetooth: hci0: Waiting for device to boot
Nov 17 21:36:05 ArchyDaniel kernel: Bluetooth: hci0: Device booted in 14846 usecs
Nov 17 21:36:05 ArchyDaniel kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Nov 17 21:36:05 ArchyDaniel kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
Nov 17 21:36:05 ArchyDaniel kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Nov 17 21:36:05 ArchyDaniel kernel: Bluetooth: hci0: Firmware revision 0.3 build 249 week 27 2023
Nov 17 21:36:05 ArchyDaniel kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Nov 17 21:36:05 ArchyDaniel kernel: Bluetooth: MGMT ver 1.22
Nov 17 21:36:05 ArchyDaniel kernel: NET: Registered PF_ALG protocol family
Nov 17 21:36:06 ArchyDaniel sddm[580]: Setting default cursor
Nov 17 21:36:06 ArchyDaniel sddm[580]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Nov 17 21:36:06 ArchyDaniel sddm[580]: Display server started.
Nov 17 21:36:06 ArchyDaniel sddm[580]: Socket server starting...
Nov 17 21:36:06 ArchyDaniel sddm[580]: Socket server started.
Nov 17 21:36:06 ArchyDaniel sddm[580]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Nov 17 21:36:06 ArchyDaniel sddm[580]: Greeter starting...
Nov 17 21:36:06 ArchyDaniel sddm-helper[605]: [PAM] Starting...
Nov 17 21:36:06 ArchyDaniel sddm-helper[605]: [PAM] Authenticating...
Nov 17 21:36:06 ArchyDaniel sddm-helper[605]: [PAM] returning.
Nov 17 21:36:06 ArchyDaniel sddm-helper[605]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=968) by (uid=0)
Nov 17 21:36:06 ArchyDaniel systemd[1]: Created slice User Slice of UID 968.
Nov 17 21:36:06 ArchyDaniel systemd[1]: Starting User Runtime Directory /run/user/968...
Nov 17 21:36:06 ArchyDaniel systemd-logind[547]: New session c1 of user sddm.
Nov 17 21:36:06 ArchyDaniel systemd[1]: Finished User Runtime Directory /run/user/968.
Nov 17 21:36:06 ArchyDaniel systemd[1]: Starting User Manager for UID 968...
Nov 17 21:36:06 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=609 comm="(systemd)")
Nov 17 21:36:06 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 17 21:36:06 ArchyDaniel (systemd)[609]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 17 21:36:06 ArchyDaniel (systemd)[609]: pam_unix(systemd-user:session): session opened for user sddm(uid=968) by sddm(uid=0)
Nov 17 21:36:06 ArchyDaniel systemd[609]: Queued start job for default target Main User Target.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Created slice User Application Slice.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Reached target Paths.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Reached target Timers.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Starting D-Bus User Message Bus Socket...
Nov 17 21:36:06 ArchyDaniel systemd[609]: Listening on GnuPG network certificate management daemon.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 17 21:36:06 ArchyDaniel systemd[609]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 17 21:36:06 ArchyDaniel systemd[609]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 17 21:36:06 ArchyDaniel systemd[609]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Listening on p11-kit server.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Listening on PipeWire PulseAudio.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Listening on PipeWire Multimedia System Sockets.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Listening on D-Bus User Message Bus Socket.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Reached target Sockets.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Reached target Basic System.
Nov 17 21:36:06 ArchyDaniel systemd[1]: Started User Manager for UID 968.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Starting Update XDG user dir configuration...
Nov 17 21:36:06 ArchyDaniel systemd[1]: Started Session c1 of User sddm.
Nov 17 21:36:06 ArchyDaniel sddm-helper[605]: Writing cookie to "/tmp/xauth_oCubnB"
Nov 17 21:36:06 ArchyDaniel sddm-helper[605]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-MiVths --theme /usr/share/sddm/themes/breeze"
Nov 17 21:36:06 ArchyDaniel systemd[609]: Finished Update XDG user dir configuration.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Reached target Main User Target.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Startup finished in 150ms.
Nov 17 21:36:06 ArchyDaniel sddm[580]: Greeter session started successfully
Nov 17 21:36:06 ArchyDaniel sddm-greeter[620]: High-DPI autoscaling Enabled
Nov 17 21:36:06 ArchyDaniel sddm-greeter[620]: Reading from "/usr/local/share/wayland-sessions/hyprland.desktop"
Nov 17 21:36:06 ArchyDaniel sddm-greeter[620]: Reading from "/usr/share/wayland-sessions/hyprland.desktop"
Nov 17 21:36:06 ArchyDaniel sddm-greeter[620]: Reading from "/usr/local/share/xsessions/plasma.desktop"
Nov 17 21:36:06 ArchyDaniel sddm-greeter[620]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 17 21:36:06 ArchyDaniel sddm-greeter[620]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Nov 17 21:36:06 ArchyDaniel systemd[609]: Created slice User Core Session Slice.
Nov 17 21:36:06 ArchyDaniel systemd[609]: Starting D-Bus User Message Bus...
Nov 17 21:36:06 ArchyDaniel systemd[609]: Started D-Bus User Message Bus.
Nov 17 21:36:06 ArchyDaniel sddm-greeter[620]: Connected to the daemon.
Nov 17 21:36:06 ArchyDaniel sddm[580]: Message received from greeter: Connect
Nov 17 21:36:06 ArchyDaniel kernel: sddm-greeter[620]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Nov 17 21:36:06 ArchyDaniel sddm-greeter[620]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
Nov 17 21:36:06 ArchyDaniel sddm-greeter[620]: QObject: Cannot create children for a parent that is in a different thread.
                                               (Parent is QGuiApplication(0x7ffeb22bcbe0), parent's thread is QThread(0x55ae91677a10), current thread is QThread(0x55ae91a3ef10)
Nov 17 21:36:06 ArchyDaniel sddm-greeter[620]: QObject: Cannot create children for a parent that is in a different thread.
                                               (Parent is QGuiApplication(0x7ffeb22bcbe0), parent's thread is QThread(0x55ae91677a10), current thread is QThread(0x55ae91a3ef10)
Nov 17 21:36:06 ArchyDaniel sddm-greeter[620]: QObject: Cannot create children for a parent that is in a different thread.
                                               (Parent is QGuiApplication(0x7ffeb22bcbe0), parent's thread is QThread(0x55ae91677a10), current thread is QThread(0x55ae91a3ef10)
Nov 17 21:36:06 ArchyDaniel sddm-greeter[620]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Nov 17 21:36:07 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=547 comm="/usr/lib/systemd/systemd-logind")
Nov 17 21:36:07 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.13' (uid=968 pid=620 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-MiVths")
Nov 17 21:36:07 ArchyDaniel systemd[1]: Starting Authorization Manager...
Nov 17 21:36:07 ArchyDaniel systemd[1]: Starting Disk Manager...
Nov 17 21:36:07 ArchyDaniel udisksd[634]: udisks daemon version 2.10.1 starting
Nov 17 21:36:07 ArchyDaniel NetworkManager[552]: <info>  [1700249767.1457] device (enp4s0f4u1): carrier: link connected
Nov 17 21:36:07 ArchyDaniel NetworkManager[552]: <info>  [1700249767.1462] device (enp4s0f4u1): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Nov 17 21:36:07 ArchyDaniel NetworkManager[552]: <info>  [1700249767.1466] policy: auto-activating connection 'Wired connection 1' (7054e6ad-d1c6-3c53-9e06-4379249bfd79)
Nov 17 21:36:07 ArchyDaniel NetworkManager[552]: <info>  [1700249767.1469] device (enp4s0f4u1): Activation: starting connection 'Wired connection 1' (7054e6ad-d1c6-3c53-9e06-4379249bfd79)
Nov 17 21:36:07 ArchyDaniel NetworkManager[552]: <info>  [1700249767.1470] device (enp4s0f4u1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:07 ArchyDaniel NetworkManager[552]: <info>  [1700249767.1471] manager: NetworkManager state is now CONNECTING
Nov 17 21:36:07 ArchyDaniel NetworkManager[552]: <info>  [1700249767.1472] device (enp4s0f4u1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:07 ArchyDaniel NetworkManager[552]: <info>  [1700249767.1476] device (enp4s0f4u1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:07 ArchyDaniel NetworkManager[552]: <info>  [1700249767.1479] dhcp4 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 21:36:07 ArchyDaniel kernel: r8152 4-1:1.0 enp4s0f4u1: carrier on
Nov 17 21:36:07 ArchyDaniel polkitd[633]: Started polkitd version 123
Nov 17 21:36:07 ArchyDaniel polkitd[633]: Loading rules from directory /etc/polkit-1/rules.d
Nov 17 21:36:07 ArchyDaniel polkitd[633]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 17 21:36:07 ArchyDaniel polkitd[633]: Finished loading, compiling and executing 5 rules
Nov 17 21:36:07 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Nov 17 21:36:07 ArchyDaniel systemd[1]: Started Authorization Manager.
Nov 17 21:36:07 ArchyDaniel polkitd[633]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 17 21:36:07 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Nov 17 21:36:07 ArchyDaniel systemd[1]: Started Disk Manager.
Nov 17 21:36:07 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.13' (uid=968 pid=620 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-MiVths")
Nov 17 21:36:07 ArchyDaniel udisksd[634]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 17 21:36:07 ArchyDaniel systemd[1]: Starting Daemon for power management...
Nov 17 21:36:07 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.UPower'
Nov 17 21:36:07 ArchyDaniel systemd[1]: Started Daemon for power management.
Nov 17 21:36:07 ArchyDaniel sddm-greeter[620]: Failed to find a Kirigami platform plugin
Nov 17 21:36:07 ArchyDaniel sddm-greeter[620]: file:///usr/share/sddm/themes/breeze/components/VirtualKeyboard.qml:8:1: module "QtQuick.VirtualKeyboard" is not installed
Nov 17 21:36:07 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=FI
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.1482] dhcp4 (enp4s0f4u1): state changed new lease, address=192.168.1.105
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.1488] policy: set 'Wired connection 1' (enp4s0f4u1) as default for IPv4 routing and DNS
Nov 17 21:36:08 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 21:36:08 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.1603] device (enp4s0f4u1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.1619] device (enp4s0f4u1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.1621] device (enp4s0f4u1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.1623] manager: NetworkManager state is now CONNECTED_SITE
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.1624] device (enp4s0f4u1): Activation: successful, device activated.
Nov 17 21:36:08 ArchyDaniel sddm-greeter[620]: Adding view for "eDP-1" QRect(0,0 1920x1080)
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.2109] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 17 21:36:08 ArchyDaniel sddm-greeter[620]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.14'
Nov 17 21:36:08 ArchyDaniel sddm-greeter[620]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.16'
Nov 17 21:36:08 ArchyDaniel sddm-greeter[620]: Message received from daemon: Capabilities
Nov 17 21:36:08 ArchyDaniel sddm-greeter[620]: Message received from daemon: HostName
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.8284] dhcp6 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.8288] policy: set 'Wired connection 1' (enp4s0f4u1) as default for IPv6 routing and DNS
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.8460] dhcp6 (enp4s0f4u1): state changed new lease, address=2001:14ba:48a5:9400::7
Nov 17 21:36:08 ArchyDaniel systemd[1]: systemd-rfkill.service: Deactivated successfully.
Nov 17 21:36:10 ArchyDaniel NetworkManager[552]: <info>  [1700249770.3605] manager: startup complete
Nov 17 21:36:14 ArchyDaniel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 17 21:36:24 ArchyDaniel sddm-greeter[620]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 17 21:36:24 ArchyDaniel sddm[580]: Message received from greeter: Login
Nov 17 21:36:24 ArchyDaniel sddm[580]: Reading from "/usr/share/xsessions/plasma.desktop"
Nov 17 21:36:24 ArchyDaniel sddm[580]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11" for VT 2
Nov 17 21:36:24 ArchyDaniel sddm-helper[681]: [PAM] Starting...
Nov 17 21:36:24 ArchyDaniel sddm-helper[681]: [PAM] Authenticating...
Nov 17 21:36:24 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.17' (uid=0 pid=681 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth-")
Nov 17 21:36:24 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 17 21:36:24 ArchyDaniel sddm-helper[681]: [PAM] Preparing to converse...
Nov 17 21:36:24 ArchyDaniel sddm-helper[681]: [PAM] Conversation with 1 messages
Nov 17 21:36:24 ArchyDaniel sddm-helper[681]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Nov 17 21:36:24 ArchyDaniel sddm-helper[681]: [PAM] returning.
Nov 17 21:36:24 ArchyDaniel sddm[580]: Authentication for user  "daniel"  successful
Nov 17 21:36:24 ArchyDaniel sddm-helper[681]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Nov 17 21:36:24 ArchyDaniel sddm-helper[681]: pam_unix(sddm:session): session opened for user daniel(uid=1000) by daniel(uid=0)
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.1754] policy: auto-activating connection 'New 802-11-wireless connection' (3aed9e23-3d96-4e9f-a781-6094b73b8f7d)
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.1757] device (wlp1s0): Activation: starting connection 'New 802-11-wireless connection' (3aed9e23-3d96-4e9f-a781-6094b73b8f7d)
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.1758] device (wlp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:24 ArchyDaniel sddm-greeter[620]: Message received from daemon: LoginSucceeded
Nov 17 21:36:24 ArchyDaniel systemd[1]: Created slice User Slice of UID 1000.
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.2024] device (wlp1s0): set-hw-addr: set-cloned MAC address to 7A:73:74:CE:19:54 (7A:73:74:CE:19:54)
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.2110] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.2111] device (wlp1s0): Activation: (wifi) access point 'New 802-11-wireless connection' has security, but secrets are required.
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.2111] device (wlp1s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.2112] sup-iface[8d58db4fb1e0fcd5,0,wlp1s0]: wps: type pbc start...
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.2115] device (wlp1s0): supplicant interface state: disconnected -> interface_disabled
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.2115] device (p2p-dev-wlp1s0): supplicant management interface state: disconnected -> interface_disabled
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <warn>  [1700249784.2116] device (wlp1s0): no secrets: No agents were available for this request.
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.2116] device (wlp1s0): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed')
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <warn>  [1700249784.2117] device (wlp1s0): Activation: failed for connection 'New 802-11-wireless connection'
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.2119] device (wlp1s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:24 ArchyDaniel systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 17 21:36:24 ArchyDaniel systemd-logind[547]: New session 2 of user daniel.
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.2432] device (wlp1s0): set-hw-addr: set MAC address to 7E:3F:92:9E:D6:8D (scanning)
Nov 17 21:36:24 ArchyDaniel wpa_supplicant[571]: wlp1s0: WPS-CANCEL
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.2562] device (wlp1s0): supplicant interface state: interface_disabled -> inactive
Nov 17 21:36:24 ArchyDaniel NetworkManager[552]: <info>  [1700249784.2562] device (p2p-dev-wlp1s0): supplicant management interface state: interface_disabled -> inactive
Nov 17 21:36:24 ArchyDaniel systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 17 21:36:24 ArchyDaniel systemd[1]: Starting User Manager for UID 1000...
Nov 17 21:36:24 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.20' (uid=0 pid=684 comm="(systemd)")
Nov 17 21:36:24 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 17 21:36:24 ArchyDaniel (systemd)[684]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[daniel] ruser=[<unknown>] rhost=[<unknown>]
Nov 17 21:36:24 ArchyDaniel (systemd)[684]: pam_unix(systemd-user:session): session opened for user daniel(uid=1000) by daniel(uid=0)
Nov 17 21:36:24 ArchyDaniel sddm-helper[605]: [PAM] Closing session
Nov 17 21:36:24 ArchyDaniel sddm-helper[605]: pam_unix(sddm-greeter:session): session closed for user sddm
Nov 17 21:36:24 ArchyDaniel sddm-helper[605]: [PAM] Ended.
Nov 17 21:36:24 ArchyDaniel sddm[580]: Auth: sddm-helper exited successfully
Nov 17 21:36:24 ArchyDaniel sddm[580]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Nov 17 21:36:24 ArchyDaniel systemd[1]: session-c1.scope: Deactivated successfully.
Nov 17 21:36:24 ArchyDaniel systemd-logind[547]: Session c1 logged out. Waiting for processes to exit.
Nov 17 21:36:24 ArchyDaniel systemd-logind[547]: Removed session c1.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Queued start job for default target Main User Target.
Nov 17 21:36:24 ArchyDaniel systemd-journald[322]: /var/log/journal/ffbb1a3e2270466d9bab5b78d6554f9b/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Nov 17 21:36:24 ArchyDaniel sddm-helper[681]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Nov 17 21:36:24 ArchyDaniel systemd[684]: Created slice User Application Slice.
Nov 17 21:36:24 ArchyDaniel sddm-helper[696]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Nov 17 21:36:24 ArchyDaniel systemd[684]: Reached target Paths.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Reached target Timers.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Starting D-Bus User Message Bus Socket...
Nov 17 21:36:24 ArchyDaniel systemd[684]: Listening on GnuPG network certificate management daemon.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 17 21:36:24 ArchyDaniel systemd[684]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 17 21:36:24 ArchyDaniel systemd[684]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 17 21:36:24 ArchyDaniel systemd[684]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Listening on p11-kit server.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Listening on PipeWire PulseAudio.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Listening on PipeWire Multimedia System Sockets.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Listening on D-Bus User Message Bus Socket.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Reached target Sockets.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Reached target Basic System.
Nov 17 21:36:24 ArchyDaniel systemd[1]: Started User Manager for UID 1000.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Starting Update XDG user dir configuration...
Nov 17 21:36:24 ArchyDaniel systemd[1]: Started Session 2 of User daniel.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Finished Update XDG user dir configuration.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Reached target Main User Target.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Startup finished in 140ms.
Nov 17 21:36:24 ArchyDaniel sddm-helper[681]: Writing cookie to "/tmp/xauth_XntsrP"
Nov 17 21:36:24 ArchyDaniel sddm-helper[681]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Nov 17 21:36:24 ArchyDaniel sddm[580]: Session started true
Nov 17 21:36:24 ArchyDaniel systemd[684]: Created slice User Core Session Slice.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Starting D-Bus User Message Bus...
Nov 17 21:36:24 ArchyDaniel systemd[684]: Started D-Bus User Message Bus.
Nov 17 21:36:24 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.freedesktop.systemd1'
Nov 17 21:36:24 ArchyDaniel systemd[684]: Reloading requested from client PID 698 ('startplasma-x11')...
Nov 17 21:36:24 ArchyDaniel systemd[684]: Reloading...
Nov 17 21:36:24 ArchyDaniel systemd[684]: Reloading finished in 136 ms.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Created slice User Background Tasks Slice.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Reached target Session services which should run early before the graphical session is brought up.
Nov 17 21:36:24 ArchyDaniel systemd[684]: Starting KDE Config Module Initialization...
Nov 17 21:36:24 ArchyDaniel systemd[684]: Starting Baloo File Indexer Daemon...
Nov 17 21:36:24 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.4' (uid=1000 pid=747 comm="/usr/bin/kcminit_startup")
Nov 17 21:36:24 ArchyDaniel systemd[684]: Starting Portal service...
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started Baloo File Indexer Daemon.
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.6' (uid=1000 pid=751 comm="/usr/lib/xdg-desktop-portal")
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting flatpak document portal service...
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.7' (uid=1000 pid=758 comm="/usr/lib/xdg-document-portal")
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting sandboxed app permission store...
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started sandboxed app permission store.
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.freedesktop.portal.Documents'
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started flatpak document portal service.
Nov 17 21:36:25 ArchyDaniel kcminit_startup[747]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.24' (uid=1000 pid=751 comm="/usr/lib/xdg-desktop-portal")
Nov 17 21:36:25 ArchyDaniel kcminit_startup[747]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
Nov 17 21:36:25 ArchyDaniel systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Nov 17 21:36:25 ArchyDaniel systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Successfully called chroot.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Successfully dropped privileges.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Successfully limited resources.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Running.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Watchdog thread running.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Canary thread running.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Supervising 0 threads of 0 processes of 0 users.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Supervising 0 threads of 0 processes of 0 users.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Supervising 0 threads of 0 processes of 0 users.
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.kde' unit='plasma-xdg-desktop-portal-kde.service' requested by ':1.6' (uid=1000 pid=751 comm="/usr/lib/xdg-desktop-portal")
Nov 17 21:36:25 ArchyDaniel kcminit_startup[747]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started KDE Config Module Initialization.
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting KDE Session Management Server...
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started Unlock kwallet from pam credentials.
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting KDE Daemon...
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting KDE Window Manager...
Nov 17 21:36:25 ArchyDaniel ksmserver[783]: Qt: Session management error: networkIdsList argument is NULL
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started KDE Daemon.
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.11' (uid=1000 pid=783 comm="/usr/bin/ksmserver")
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting KDE Configuration Module Initialization (Phase 1)...
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting KDE Global Shortcuts Server...
Nov 17 21:36:25 ArchyDaniel kcminit_startup[747]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Nov 17 21:36:25 ArchyDaniel kded5[785]: Installing the delayed initialization callback.
Nov 17 21:36:25 ArchyDaniel kcminit_startup[747]: kcm_touchpad: Using X11 backend
Nov 17 21:36:25 ArchyDaniel kcminit_startup[747]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_kgamma.so"
Nov 17 21:36:25 ArchyDaniel systemd[684]: Finished KDE Configuration Module Initialization (Phase 1).
Nov 17 21:36:25 ArchyDaniel kernel: warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.kde.kglobalaccel'
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started KDE Global Shortcuts Server.
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.15' (uid=1000 pid=785 comm="/usr/bin/kded5")
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting User preferences database...
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started KDE Window Manager.
Nov 17 21:36:25 ArchyDaniel ksmserver[783]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.14'
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'ca.desrt.dconf'
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started User preferences database.
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started KDE Session Management Server.
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting KDE Plasma Workspace...
Nov 17 21:36:25 ArchyDaniel kded5[785]: kcm_touchpad: Using X11 backend
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5084] agent-manager: agent[6554f19295302fbf,:1.26/org.kde.plasma.networkmanagement/1000]: agent registered
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5087] policy: auto-activating connection 'New 802-11-wireless connection' (3aed9e23-3d96-4e9f-a781-6094b73b8f7d)
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5090] device (wlp1s0): Activation: starting connection 'New 802-11-wireless connection' (3aed9e23-3d96-4e9f-a781-6094b73b8f7d)
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5091] device (wlp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:25 ArchyDaniel kded5[785]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface:
Nov 17 21:36:25 ArchyDaniel kded5[785]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5405] device (wlp1s0): set-hw-addr: set-cloned MAC address to 7A:73:74:CE:19:54 (7A:73:74:CE:19:54)
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5479] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5480] device (wlp1s0): Activation: (wifi) access point 'New 802-11-wireless connection' has security, but secrets are required.
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5480] device (wlp1s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5481] sup-iface[8d58db4fb1e0fcd5,0,wlp1s0]: wps: type pbc start...
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5483] device (wlp1s0): supplicant interface state: inactive -> interface_disabled
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5483] device (p2p-dev-wlp1s0): supplicant management interface state: inactive -> interface_disabled
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5793] device (wlp1s0): supplicant interface state: interface_disabled -> inactive
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5794] device (p2p-dev-wlp1s0): supplicant management interface state: interface_disabled -> inactive
Nov 17 21:36:25 ArchyDaniel wpa_supplicant[571]: wlp1s0: WPS-PBC-ACTIVE
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5849] device (wlp1s0): supplicant interface state: inactive -> scanning
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.5850] device (p2p-dev-wlp1s0): supplicant management interface state: inactive -> scanning
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.10' (uid=1000 pid=785 comm="/usr/bin/kded5")
Nov 17 21:36:25 ArchyDaniel plasmashell[841]: Checking screens: available: (QScreen(0x56025f2118f0, name="eDP-1")) redundant: QHash() fake: QSet() all: (QScreen(0x56025f2118f0, name="eDP-1"))
Nov 17 21:36:25 ArchyDaniel plasmashell[841]: Checking screens: available: (QScreen(0x56025f2118f0, name="eDP-1")) redundant: QHash() fake: QSet() all: (QScreen(0x56025f2118f0, name="eDP-1"))
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: OpenGL vendor string:                   AMD
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: OpenGL renderer string:                 AMD Radeon Graphics (renoir, LLVM 16.0.6, DRM 3.54, 6.6.1-arch1-1)
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: OpenGL version string:                  4.6 (Compatibility Profile) Mesa 23.2.1-arch1.2
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: OpenGL shading language version string: 4.60
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: Driver:                                 Unknown
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: GPU class:                              Unknown
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: OpenGL version:                         4.6
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: GLSL version:                           4.60
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: Mesa version:                           23.2.1
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: X server version:                       1.21.1
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: Linux kernel version:                   6.6.1
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: Requires strict binding:                yes
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: GLSL shaders:                           yes
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: Texture NPOT support:                   yes
Nov 17 21:36:25 ArchyDaniel kwin_x11[786]: Virtual Machine:                        no
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting KActivityManager Activity manager Service...
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started KDE Plasma Workspace.
Nov 17 21:36:25 ArchyDaniel systemd[684]: Reached target KDE Plasma Workspace Core.
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started Proxies GTK DBus menus to a Plasma readable format.
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting KDE PolicyKit Authentication Agent...
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting Powerdevil...
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting Xdg Desktop Portal For KDE...
Nov 17 21:36:25 ArchyDaniel kded5[785]: Delayed initialization.
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started Handle legacy xembed system tray icons.
Nov 17 21:36:25 ArchyDaniel kded5[785]: Reloading the khotkeys configuration
Nov 17 21:36:25 ArchyDaniel kded5[785]: Version 2 File!
Nov 17 21:36:25 ArchyDaniel kded5[785]: true
Nov 17 21:36:25 ArchyDaniel kded5[785]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
Nov 17 21:36:25 ArchyDaniel kded5[785]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
Nov 17 21:36:25 ArchyDaniel kded5[785]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.kde.ActivityManager'
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started KActivityManager Activity manager Service.
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.26' (uid=1000 pid=785 comm="/usr/bin/kded5")
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.26' (uid=1000 pid=785 comm="/usr/bin/kded5")
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Nov 17 21:36:25 ArchyDaniel kded5[785]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit" 
                                         "Unit dbus-org.freedesktop.ModemManager1.service not found."
Nov 17 21:36:25 ArchyDaniel kded5[785]: 
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.30' (uid=1000 pid=882 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 17 21:36:25 ArchyDaniel plasmashell[841]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Nov 17 21:36:25 ArchyDaniel plasmashell[841]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Nov 17 21:36:25 ArchyDaniel plasmashell[841]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Nov 17 21:36:25 ArchyDaniel plasmashell[841]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Nov 17 21:36:25 ArchyDaniel plasmashell[841]: kf.plasma.quick: Applet preload policy set to 1
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.30' (uid=1000 pid=882 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.kde.KScreen' unit='plasma-kscreen.service' requested by ':1.10' (uid=1000 pid=785 comm="/usr/bin/kded5")
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Activating service name='org.kde.kded.smart' requested by ':1.26' (uid=1000 pid=785 comm="/usr/bin/kded5") (using servicehelper)
Nov 17 21:36:25 ArchyDaniel polkit-kde-authentication-agent-1[881]: New PolkitAgentListener  0x5635b67887d0
Nov 17 21:36:25 ArchyDaniel polkit-kde-authentication-agent-1[881]: Adding new listener  PolkitQt1::Agent::Listener(0x7f63cc011eb0) for  0x5635b67887d0
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde'
Nov 17 21:36:25 ArchyDaniel polkit-kde-authentication-agent-1[881]: Listener online
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting KScreen...
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started KDE PolicyKit Authentication Agent.
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started Xdg Desktop Portal For KDE.
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.kde.kded.smart'
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.30' (uid=1000 pid=882 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.10' (uid=1000 pid=785 comm="/usr/bin/kded5")
Nov 17 21:36:25 ArchyDaniel polkitd[633]: Registered Authentication Agent for unix-session:2 (system bus name :1.41 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Nov 17 21:36:25 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 21:36:25 ArchyDaniel systemd[684]: Starting Bluetooth OBEX service...
Nov 17 21:36:25 ArchyDaniel polkit-kde-authentication-agent-1[881]: Authentication agent result: true
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started PipeWire Multimedia Service.
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started Multimedia Service Session Manager.
Nov 17 21:36:25 ArchyDaniel kded5[785]: Known activities: ("630cf689-53e9-456e-9ee3-883bdad1e058")
Nov 17 21:36:25 ArchyDaniel obexd[956]: OBEX daemon 5.70
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.bluez.obex'
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started Bluetooth OBEX service.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Supervising 0 threads of 0 processes of 0 users.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Supervising 0 threads of 0 processes of 0 users.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Supervising 0 threads of 0 processes of 0 users.
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.kde.KScreen'
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started KScreen.
Nov 17 21:36:25 ArchyDaniel kernel: Bluetooth: RFCOMM TTY layer initialized
Nov 17 21:36:25 ArchyDaniel kernel: Bluetooth: RFCOMM socket layer initialized
Nov 17 21:36:25 ArchyDaniel kernel: Bluetooth: RFCOMM ver 1.11
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.8882] device (wlp1s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:25 ArchyDaniel kded5[785]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.8884] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.8886] device (wlp1s0): Activation: (wifi) connection 'New 802-11-wireless connection' has security, and secrets exist.  No new secrets needed.
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.8886] Config: added 'ssid' value 'DNA-WLAN-5G-1AF0'
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.8886] Config: added 'scan_ssid' value '1'
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.8886] Config: added 'bssid' value 'EC:BE:DD:B8:1A:F7'
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.8886] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.8886] Config: added 'psk' value '<hidden>'
Nov 17 21:36:25 ArchyDaniel wpa_supplicant[571]: wlp1s0: WPS-CANCEL
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Successfully made thread 959 of process 959 owned by '1000' high priority at nice level -11.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Supervising 1 threads of 1 processes of 1 users.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Supervising 1 threads of 1 processes of 1 users.
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr: Connected output 66 to CRTC 62
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xcb.helper: Detected XRandR 1.6
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xcb.helper: Event Base:  89
Nov 17 21:36:25 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.freedesktop.portal.Desktop'
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xcb.helper: Event Error:  147
Nov 17 21:36:25 ArchyDaniel systemd[684]: Started Portal service.
Nov 17 21:36:25 ArchyDaniel wpa_supplicant[571]: wlp1s0: SME: Trying to authenticate with ec:be:dd:b8:1a:f7 (SSID='DNA-WLAN-5G-1AF0' freq=5240 MHz)
Nov 17 21:36:25 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 17 21:36:25 ArchyDaniel kernel: wlp1s0: authenticate with ec:be:dd:b8:1a:f7
Nov 17 21:36:25 ArchyDaniel org_kde_powerdevil[882]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Successfully made thread 975 of process 959 owned by '1000' RT at priority 20.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Supervising 2 threads of 1 processes of 1 users.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Supervising 2 threads of 1 processes of 1 users.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Supervising 2 threads of 1 processes of 1 users.
Nov 17 21:36:25 ArchyDaniel kded5[785]: kscreen.kded: PowerDevil SuspendSession action not available!
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr: XRandR::setConfig
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr: Needed CRTCs:  1
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr: Actions to perform:
                                                                    Priorities: true
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr:         Output 66 
                                                                            Old: "0" 
                                                                            New: "1"
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr:         Change Screen Size: false
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr:         Disable outputs: false
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr:         Change outputs: false
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr:         Enable outputs: false
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr: RRSetOutputPrimary 
                                                                    New priority: 1
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr: RRSetOutputPrimary 
                                                                    New priority: 0
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr: RRSetOutputPrimary 
                                                                    New priority: 0
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr: RRSetOutputPrimary 
                                                                    New priority: 0
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xrandr: XRandR::setConfig done!
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xcb.helper:         Timestamp:  28993
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xcb.helper:         Output:  66
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xcb.helper:         Property:  _KDE_SCREEN_INDEX
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xcb.helper:         Timestamp:  28993
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xcb.helper:         Output:  66
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xcb.helper:         Property:  _KDE_SCREEN_INDEX
Nov 17 21:36:25 ArchyDaniel kscreen_backend_launcher[931]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.9176] device (wlp1s0): supplicant interface state: scanning -> authenticating
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.9176] device (p2p-dev-wlp1s0): supplicant management interface state: scanning -> authenticating
Nov 17 21:36:25 ArchyDaniel kernel: wlp1s0: send auth to ec:be:dd:b8:1a:f7 (try 1/3)
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Successfully made thread 961 of process 961 owned by '1000' high priority at nice level -11.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Supervising 3 threads of 2 processes of 1 users.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Successfully made thread 974 of process 961 owned by '1000' RT at priority 20.
Nov 17 21:36:25 ArchyDaniel rtkit-daemon[774]: Supervising 4 threads of 2 processes of 1 users.
Nov 17 21:36:25 ArchyDaniel wpa_supplicant[571]: wlp1s0: Trying to associate with ec:be:dd:b8:1a:f7 (SSID='DNA-WLAN-5G-1AF0' freq=5240 MHz)
Nov 17 21:36:25 ArchyDaniel kernel: wlp1s0: authenticated
Nov 17 21:36:25 ArchyDaniel kernel: wlp1s0: associate with ec:be:dd:b8:1a:f7 (try 1/3)
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.9520] device (wlp1s0): supplicant interface state: authenticating -> associating
Nov 17 21:36:25 ArchyDaniel NetworkManager[552]: <info>  [1700249785.9521] device (p2p-dev-wlp1s0): supplicant management interface state: authenticating -> associating
Nov 17 21:36:25 ArchyDaniel kernel: wlp1s0: RX AssocResp from ec:be:dd:b8:1a:f7 (capab=0x1011 status=0 aid=2)
Nov 17 21:36:25 ArchyDaniel wireplumber[961]: [0:00:29.044697244] [961] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Nov 17 21:36:25 ArchyDaniel wireplumber[961]: [0:00:29.044724901] [961] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Nov 17 21:36:25 ArchyDaniel wireplumber[961]: [0:00:29.044779796] [961]  INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Nov 17 21:36:26 ArchyDaniel wireplumber[961]: SPA handle 'api.alsa.acp.device' could not be loaded; is it installed?
Nov 17 21:36:26 ArchyDaniel wireplumber[961]: Failed to create 'api.alsa.acp.device' device
Nov 17 21:36:26 ArchyDaniel kernel: wlp1s0: associated
Nov 17 21:36:26 ArchyDaniel wpa_supplicant[571]: wlp1s0: Associated with ec:be:dd:b8:1a:f7
Nov 17 21:36:26 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 17 21:36:26 ArchyDaniel NetworkManager[552]: <info>  [1700249786.0347] device (wlp1s0): supplicant interface state: associating -> 4way_handshake
Nov 17 21:36:26 ArchyDaniel NetworkManager[552]: <info>  [1700249786.0347] device (p2p-dev-wlp1s0): supplicant management interface state: associating -> 4way_handshake
Nov 17 21:36:26 ArchyDaniel kernel: wlp1s0: Limiting TX power to 23 (23 - 0) dBm as advertised by ec:be:dd:b8:1a:f7
Nov 17 21:36:26 ArchyDaniel systemd[684]: Started Powerdevil.
Nov 17 21:36:26 ArchyDaniel systemd[684]: Reached target KDE Plasma Workspace.
Nov 17 21:36:26 ArchyDaniel systemd[684]: Reached target Current graphical user session.
Nov 17 21:36:26 ArchyDaniel systemd[684]: Reached target plasma-workspace-x11.target.
Nov 17 21:36:26 ArchyDaniel systemd[684]: Starting AT-SPI D-Bus Bus...
Nov 17 21:36:26 ArchyDaniel systemd[684]: Starting Geoclue Demo agent...
Nov 17 21:36:26 ArchyDaniel wpa_supplicant[571]: wlp1s0: WPA: Key negotiation completed with ec:be:dd:b8:1a:f7 [PTK=CCMP GTK=CCMP]
Nov 17 21:36:26 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-CONNECTED - Connection to ec:be:dd:b8:1a:f7 completed [id=0 id_str=]
Nov 17 21:36:26 ArchyDaniel systemd[684]: Starting Accessibility...
Nov 17 21:36:26 ArchyDaniel systemd[684]: Starting Klipper...
Nov 17 21:36:26 ArchyDaniel org_kde_powerdevil[882]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Nov 17 21:36:26 ArchyDaniel systemd[684]: Starting Desktop...
Nov 17 21:36:26 ArchyDaniel systemd[684]: Starting Discover...
Nov 17 21:36:26 ArchyDaniel systemd[684]: Starting Welcome Center...
Nov 17 21:36:26 ArchyDaniel systemd[684]: Starting startup.sh...
Nov 17 21:36:26 ArchyDaniel systemd[684]: Starting KSplash "ready" Stage...
Nov 17 21:36:26 ArchyDaniel systemd[684]: Starting KDE Session Restoration...
Nov 17 21:36:26 ArchyDaniel systemd[684]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Nov 17 21:36:26 ArchyDaniel systemd[684]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Nov 17 21:36:26 ArchyDaniel systemd[684]: app-lxqt\x2ddesktop@autostart.service: Skipped due to 'exec-condition'.
Nov 17 21:36:26 ArchyDaniel systemd[684]: Condition check resulted in Desktop being skipped.
Nov 17 21:36:26 ArchyDaniel org_kde_powerdevil[882]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Nov 17 21:36:26 ArchyDaniel systemd[684]: Started startup.sh.
Nov 17 21:36:26 ArchyDaniel systemd[684]: Started Geoclue Demo agent.
Nov 17 21:36:26 ArchyDaniel systemd[684]: Started Accessibility.
Nov 17 21:36:26 ArchyDaniel systemd[684]: Started Discover.
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/ldac
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/aptx_hd
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_hd
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/aptx
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/aac
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aac
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/sbc
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/sbc
Nov 17 21:36:26 ArchyDaniel kwin_x11[786]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/sbc_xq
Nov 17 21:36:26 ArchyDaniel kwin_x11[786]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/sbc_xq
Nov 17 21:36:26 ArchyDaniel kwin_x11[786]: kf.config.core: "\"fsrestore3\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 17 21:36:26 ArchyDaniel systemd[684]: app-klipper@autostart.service: Skipped due to 'exec-condition'.
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Nov 17 21:36:26 ArchyDaniel systemd[684]: Condition check resulted in Klipper being skipped.
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/faststream
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/faststream_duplex
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/opus_05
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/opus_05
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Nov 17 21:36:26 ArchyDaniel bluetoothd[544]: Endpoint registered: sender=:1.50 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Nov 17 21:36:26 ArchyDaniel systemd[684]: Finished KSplash "ready" Stage.
Nov 17 21:36:26 ArchyDaniel systemd[684]: app-org.kde.plasma\x2dwelcome@autostart.service: Skipped due to 'exec-condition'.
Nov 17 21:36:26 ArchyDaniel systemd[684]: Condition check resulted in Welcome Center being skipped.
Nov 17 21:36:26 ArchyDaniel systemd[684]: Reached target Startup of XDG autostart applications.
Nov 17 21:36:26 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Nov 17 21:36:26 ArchyDaniel ksmserver[783]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 17 21:36:26 ArchyDaniel ksmserver[783]: kf.kio.gui: Could not find an executable named: "LibreWolf"
Nov 17 21:36:26 ArchyDaniel ksmserver[783]: QObject::connect(KProcessRunner, KJob): invalid nullptr parameter
Nov 17 21:36:26 ArchyDaniel ksmserver[783]: QObject::connect(KProcessRunner, KJob): invalid nullptr parameter
Nov 17 21:36:26 ArchyDaniel ksmserver[783]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 17 21:36:26 ArchyDaniel NetworkManager[552]: <info>  [1700249786.1579] device (wlp1s0): supplicant interface state: 4way_handshake -> completed
Nov 17 21:36:26 ArchyDaniel NetworkManager[552]: <info>  [1700249786.1579] device (wlp1s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "DNA-WLAN-5G-1AF0"
Nov 17 21:36:26 ArchyDaniel NetworkManager[552]: <info>  [1700249786.1580] device (p2p-dev-wlp1s0): supplicant management interface state: 4way_handshake -> completed
Nov 17 21:36:26 ArchyDaniel NetworkManager[552]: <info>  [1700249786.1582] device (wlp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:26 ArchyDaniel NetworkManager[552]: <info>  [1700249786.1590] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 21:36:26 ArchyDaniel systemd[684]: Started /usr/lib/DiscoverNotifier.
Nov 17 21:36:26 ArchyDaniel kaccess[1060]: Xlib XKB extension major= 1  minor= 0
Nov 17 21:36:26 ArchyDaniel kioslave5[1136]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Nov 17 21:36:26 ArchyDaniel DiscoverNotifier[1064]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: cannot open shared object file: No such file or directory)"
Nov 17 21:36:26 ArchyDaniel kaccess[1060]: X server XKB extension major= 1  minor= 0
Nov 17 21:36:26 ArchyDaniel systemd[684]: Finished KDE Session Restoration.
Nov 17 21:36:26 ArchyDaniel DiscoverNotifier[1118]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: cannot open shared object file: No such file or directory)"
Nov 17 21:36:26 ArchyDaniel kded5[785]: Registering ":1.37/StatusNotifierItem" to system tray
Nov 17 21:36:26 ArchyDaniel plasmashell[841]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Nov 17 21:36:26 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.53' (uid=1000 pid=1064 comm="/usr/lib/DiscoverNotifier")
Nov 17 21:36:26 ArchyDaniel systemd[1]: Starting Locale Service...
Nov 17 21:36:26 ArchyDaniel systemd[684]: Started PipeWire PulseAudio.
Nov 17 21:36:26 ArchyDaniel rtkit-daemon[774]: Successfully made thread 1208 of process 1208 owned by '1000' high priority at nice level -11.
Nov 17 21:36:26 ArchyDaniel rtkit-daemon[774]: Supervising 5 threads of 3 processes of 1 users.
Nov 17 21:36:26 ArchyDaniel rtkit-daemon[774]: Successfully made thread 1210 of process 1208 owned by '1000' RT at priority 20.
Nov 17 21:36:26 ArchyDaniel rtkit-daemon[774]: Supervising 6 threads of 3 processes of 1 users.
Nov 17 21:36:26 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.locale1'
Nov 17 21:36:26 ArchyDaniel systemd[1]: Started Locale Service.
Nov 17 21:36:26 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.53' (uid=1000 pid=1064 comm="/usr/lib/DiscoverNotifier")
Nov 17 21:36:26 ArchyDaniel systemd[1]: Reached target User and Group Name Lookups.
Nov 17 21:36:26 ArchyDaniel systemd[1]: Starting Accounts Service...
Nov 17 21:36:26 ArchyDaniel kernel: input: My KMonad output as /devices/virtual/input/input30
Nov 17 21:36:26 ArchyDaniel kernel: input: My KMonad output as /devices/virtual/input/input31
Nov 17 21:36:26 ArchyDaniel startup.sh[1220]: /bin/sh: line 1: /run/current-system/sw/bin/sleep: No such file or directory
Nov 17 21:36:26 ArchyDaniel startup.sh[1221]: /bin/sh: line 1: /run/current-system/sw/bin/sleep: No such file or directory
Nov 17 21:36:26 ArchyDaniel accounts-daemon[1214]: started daemon version 23.13.0
Nov 17 21:36:26 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.Accounts'
Nov 17 21:36:26 ArchyDaniel systemd[1]: Started Accounts Service.
Nov 17 21:36:26 ArchyDaniel plasmashell[841]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml"
Nov 17 21:36:26 ArchyDaniel systemd-logind[547]: Watching system buttons on /dev/input/event14 (My KMonad output)
Nov 17 21:36:26 ArchyDaniel systemd-logind[547]: Watching system buttons on /dev/input/event15 (My KMonad output)
Nov 17 21:36:26 ArchyDaniel plasmashell[841]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
Nov 17 21:36:26 ArchyDaniel plasmashell[841]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Nov 17 21:36:27 ArchyDaniel plasmashell[841]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Nov 17 21:36:28 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 21:36:28 ArchyDaniel NetworkManager[552]: <info>  [1700249788.2981] dhcp6 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 21:36:28 ArchyDaniel NetworkManager[552]: <info>  [1700249788.3062] dhcp6 (wlp1s0): state changed new lease, address=2001:14ba:48a5:9400::8
Nov 17 21:36:28 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 21:36:28 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 21:36:29 ArchyDaniel NetworkManager[552]: <info>  [1700249789.1609] dhcp4 (wlp1s0): state changed new lease, address=192.168.1.108
Nov 17 21:36:29 ArchyDaniel NetworkManager[552]: <info>  [1700249789.1781] device (wlp1s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:29 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 21:36:29 ArchyDaniel systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 17 21:36:29 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 17 21:36:29 ArchyDaniel systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 17 21:36:29 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 21:36:29 ArchyDaniel NetworkManager[552]: <info>  [1700249789.2275] device (wlp1s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:29 ArchyDaniel NetworkManager[552]: <info>  [1700249789.2278] device (wlp1s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 17 21:36:29 ArchyDaniel NetworkManager[552]: <info>  [1700249789.2301] device (wlp1s0): Activation: successful, device activated.
Nov 17 21:36:29 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 21:36:29 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 21:36:29 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 21:36:29 ArchyDaniel plasmashell[841]: kf.sonnet.core: No language dictionaries for the language: "en_US"
Nov 17 21:36:29 ArchyDaniel plasmashell[841]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Nov 17 21:36:29 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.kde.runners.baloo' unit='plasma-baloorunner.service' requested by ':1.17' (uid=1000 pid=841 comm="/usr/bin/plasmashell --no-respawn")
Nov 17 21:36:29 ArchyDaniel systemd[684]: Starting KRunner provider for baloo file indexer...
Nov 17 21:36:30 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.kde.runners.baloo'
Nov 17 21:36:30 ArchyDaniel systemd[684]: Started KRunner provider for baloo file indexer.
Nov 17 21:36:30 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 21:36:30 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 21:36:30 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 21:36:30 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 21:36:31 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 21:36:31 ArchyDaniel plasmashell[841]: kf.sonnet.core: No language dictionaries for the language: "en_US"
Nov 17 21:36:32 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.freedesktop.Flatpak' unit='flatpak-session-helper.service' requested by ':1.44' (uid=1000 pid=1303 comm="/usr/bin/flatpak run --branch=stable --arch=x86_64")
Nov 17 21:36:32 ArchyDaniel systemd[684]: Started LibreWolf.
Nov 17 21:36:32 ArchyDaniel systemd[684]: Starting flatpak session helper...
Nov 17 21:36:32 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.freedesktop.Flatpak'
Nov 17 21:36:32 ArchyDaniel systemd[684]: Started flatpak session helper.
Nov 17 21:36:32 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.44' (uid=1000 pid=1303 comm="/usr/bin/flatpak run --branch=stable --arch=x86_64")
Nov 17 21:36:32 ArchyDaniel systemd[684]: Starting Accessibility services bus...
Nov 17 21:36:32 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.a11y.Bus'
Nov 17 21:36:32 ArchyDaniel systemd[684]: Started Accessibility services bus.
Nov 17 21:36:32 ArchyDaniel systemd[684]: Started app-flatpak-io.gitlab.librewolf\x2dcommunity-1303.scope.
Nov 17 21:36:32 ArchyDaniel librewolf[1328]: Failed to load module "canberra-gtk-module"
Nov 17 21:36:33 ArchyDaniel plasmashell[1328]: ATTENTION: default value of option mesa_glthread overridden by environment.
Nov 17 21:36:34 ArchyDaniel systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 17 21:36:34 ArchyDaniel systemd[1]: Stopping User Manager for UID 968...
Nov 17 21:36:34 ArchyDaniel systemd[609]: Activating special unit Exit the Session...
Nov 17 21:36:34 ArchyDaniel systemd[609]: Stopped target Main User Target.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Stopping D-Bus User Message Bus...
Nov 17 21:36:34 ArchyDaniel systemd[609]: Stopped D-Bus User Message Bus.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Removed slice User Core Session Slice.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Stopped target Basic System.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Stopped target Paths.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Stopped target Sockets.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Stopped target Timers.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Closed D-Bus User Message Bus Socket.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Closed GnuPG network certificate management daemon.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 17 21:36:34 ArchyDaniel systemd[609]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 17 21:36:34 ArchyDaniel systemd[609]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 17 21:36:34 ArchyDaniel systemd[609]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Closed p11-kit server.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Closed PipeWire PulseAudio.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Closed PipeWire Multimedia System Sockets.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Removed slice User Application Slice.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Reached target Shutdown.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Finished Exit the Session.
Nov 17 21:36:34 ArchyDaniel systemd[609]: Reached target Exit the Session.
Nov 17 21:36:34 ArchyDaniel (sd-pam)[610]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 17 21:36:34 ArchyDaniel systemd[1]: user@968.service: Deactivated successfully.
Nov 17 21:36:34 ArchyDaniel systemd[1]: Stopped User Manager for UID 968.
Nov 17 21:36:34 ArchyDaniel systemd[1]: Stopping User Runtime Directory /run/user/968...
Nov 17 21:36:34 ArchyDaniel systemd[1]: run-user-968.mount: Deactivated successfully.
Nov 17 21:36:34 ArchyDaniel systemd[1]: user-runtime-dir@968.service: Deactivated successfully.
Nov 17 21:36:34 ArchyDaniel systemd[1]: Stopped User Runtime Directory /run/user/968.
Nov 17 21:36:34 ArchyDaniel systemd[1]: Removed slice User Slice of UID 968.
Nov 17 21:36:34 ArchyDaniel systemd[1]: user-968.slice: Consumed 1.066s CPU time.
Nov 17 21:36:39 ArchyDaniel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 17 21:36:41 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 21:36:48 ArchyDaniel systemd[684]: Started LibreWolf.
Nov 17 21:36:48 ArchyDaniel systemd[684]: Started app-flatpak-io.gitlab.librewolf\x2dcommunity-1821.scope.
Nov 17 21:36:48 ArchyDaniel librewolf[1834]: Failed to load module "canberra-gtk-module"
Nov 17 21:36:56 ArchyDaniel systemd[1]: systemd-localed.service: Deactivated successfully.
Nov 17 21:36:59 ArchyDaniel kernel: logitech-hidpp-device 0003:046D:4074.0006: HID++ 4.2 device connected.
Nov 17 21:37:08 ArchyDaniel plasmashell[1328]: ATTENTION: default value of option mesa_glthread overridden by environment.
Nov 17 21:37:26 ArchyDaniel plasmashell[1328]: ATTENTION: default value of option mesa_glthread overridden by environment.
Nov 17 21:39:35 ArchyDaniel plasmashell[841]: trying to show an empty dialog
Nov 17 21:47:28 ArchyDaniel plasmashell[1328]: ATTENTION: default value of option mesa_glthread overridden by environment.
Nov 17 21:47:32 ArchyDaniel plasmashell[1328]: ATTENTION: default value of option mesa_glthread overridden by environment.
Nov 17 21:48:37 ArchyDaniel plasmashell[1328]: ATTENTION: default value of option mesa_glthread overridden by environment.
Nov 17 21:51:41 ArchyDaniel systemd[1]: Starting Cleanup of Temporary Directories...
Nov 17 21:51:41 ArchyDaniel systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Nov 17 21:51:41 ArchyDaniel systemd[1]: Finished Cleanup of Temporary Directories.
Nov 17 21:58:49 ArchyDaniel dbus-daemon[545]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.30' (uid=1000 pid=882 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 17 21:58:50 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 17 21:58:50 ArchyDaniel kscreenlocker_greet[4221]: Qt: Session management error: networkIdsList argument is NULL
Nov 17 21:58:50 ArchyDaniel kscreenlocker_greet[4221]: kf.kirigami: Failed to find a Kirigami platform plugin
Nov 17 21:58:50 ArchyDaniel kscreenlocker_greet[4221]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/VirtualKeyboard.qml:8:1: module "QtQuick.VirtualKeyboard" is not installed
Nov 17 21:58:50 ArchyDaniel plasmashell[841]: qt.qpa.clipboard: QXcbClipboard::setMimeData: Cannot set X11 selection owner
Nov 17 21:58:50 ArchyDaniel plasmashell[841]: qt.qpa.clipboard: QXcbClipboard::setMimeData: Cannot set X11 selection owner
Nov 17 22:04:06 ArchyDaniel NetworkManager[552]: <info>  [1700251446.9241] dhcp6 (wlp1s0): state changed new lease, address=2001:14ba:48a5:9400::8
Nov 17 22:04:06 ArchyDaniel systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 17 22:04:06 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 22:04:06 ArchyDaniel systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 17 22:04:06 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 17 22:04:16 ArchyDaniel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 17 22:05:29 ArchyDaniel NetworkManager[552]: <info>  [1700251529.3686] dhcp6 (enp4s0f4u1): state changed new lease, address=2001:14ba:48a5:9400::7
Nov 17 22:05:29 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 22:05:29 ArchyDaniel systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 17 22:05:29 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 17 22:05:29 ArchyDaniel systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 17 22:05:39 ArchyDaniel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 17 22:07:41 ArchyDaniel kernel: r8152 4-1:1.0 enp4s0f4u1: carrier off
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4269] device (enp4s0f4u1): state change: activated -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4270] dhcp4 (enp4s0f4u1): canceled DHCP transaction
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4270] dhcp4 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4270] dhcp4 (enp4s0f4u1): state changed no lease
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4271] dhcp6 (enp4s0f4u1): canceled DHCP transaction
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4271] dhcp6 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4271] dhcp6 (enp4s0f4u1): state changed no lease
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4276] policy: set 'New 802-11-wireless connection' (wlp1s0) as default for IPv4 routing and DNS
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4277] policy: set 'New 802-11-wireless connection' (wlp1s0) as default for IPv6 routing and DNS
Nov 17 22:07:46 ArchyDaniel kernel: r8152-cfgselector 4-1: USB disconnect, device number 2
Nov 17 22:07:46 ArchyDaniel kernel: r8152 4-1:1.0 enp4s0f4u1: Stop submitting intr, status -108
Nov 17 22:07:46 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 22:07:46 ArchyDaniel systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 17 22:07:46 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560262b01df0) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:07:46 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560262b01df0) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:07:46 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 17 22:07:46 ArchyDaniel systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 17 22:07:46 ArchyDaniel kernel: usb 3-2: USB disconnect, device number 2
Nov 17 22:07:47 ArchyDaniel startup.sh[1058]: Encountered error in KeySource: <file descriptor: 56>: hGetBuf: unsupported operation (No such device)
Nov 17 22:07:47 ArchyDaniel startup.sh[1058]: kmonad: Could not perform IOCTL release on: /dev/input/by-id/usb-Keychron_Keychron_K6-event-kbd
Nov 17 22:07:47 ArchyDaniel startup.sh[4359]: /home/daniel/V/Workspace/Bash/startup.sh: line 12: inotifywait: command not found
Nov 17 22:07:56 ArchyDaniel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 17 22:07:58 ArchyDaniel dbus-daemon[545]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.30' (uid=1000 pid=882 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 17 22:07:58 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 17 22:09:58 ArchyDaniel dbus-daemon[545]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.30' (uid=1000 pid=882 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 17 22:09:58 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 17 22:17:58 ArchyDaniel systemd-logind[547]: The system will suspend now!
Nov 17 22:17:58 ArchyDaniel NetworkManager[552]: <info>  [1700252278.7856] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 17 22:17:58 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 22:17:58 ArchyDaniel NetworkManager[552]: <info>  [1700252278.7857] device (p2p-dev-wlp1s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 17 22:17:58 ArchyDaniel NetworkManager[552]: <info>  [1700252278.7859] manager: NetworkManager state is now ASLEEP
Nov 17 22:17:58 ArchyDaniel NetworkManager[552]: <info>  [1700252278.7861] device (wlp1s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 17 22:17:58 ArchyDaniel kded5[785]: org.kde.plasma.nm.kded: Unhandled active connection state change:  3
Nov 17 22:17:58 ArchyDaniel systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 17 22:17:58 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 17 22:17:58 ArchyDaniel systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 17 22:17:58 ArchyDaniel kernel: wlp1s0: deauthenticating from ec:be:dd:b8:1a:f7 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 17 22:17:59 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-DISCONNECTED bssid=ec:be:dd:b8:1a:f7 reason=3 locally_generated=1
Nov 17 22:17:59 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0202] device (wlp1s0): supplicant interface state: completed -> disconnected
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0206] device (wlp1s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0211] dhcp4 (wlp1s0): canceled DHCP transaction
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0211] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0212] dhcp4 (wlp1s0): state changed no lease
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0213] dhcp6 (wlp1s0): canceled DHCP transaction
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0213] dhcp6 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0213] dhcp6 (wlp1s0): state changed no lease
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0530] device (wlp1s0): set-hw-addr: set MAC address to 72:8D:15:84:0E:2F (scanning)
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.1406] device (wlp1s0): supplicant interface state: disconnected -> interface_disabled
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.1406] device (wlp1s0): supplicant interface state: interface_disabled -> disconnected
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.1411] device (wlp1s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.1910] device (wlp1s0): set-hw-addr: reset MAC address to F0:9E:4A:A1:F6:44 (unmanage)
Nov 17 22:17:59 ArchyDaniel wpa_supplicant[571]: p2p-dev-wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 22:17:59 ArchyDaniel wpa_supplicant[571]: p2p-dev-wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 22:17:59 ArchyDaniel wpa_supplicant[571]: nl80211: deinit ifname=p2p-dev-wlp1s0 disabled_11b_rates=0
Nov 17 22:17:59 ArchyDaniel systemd[1]: Reached target Sleep.
Nov 17 22:17:59 ArchyDaniel systemd[1]: Starting System Suspend...
Nov 17 22:17:59 ArchyDaniel systemd-sleep[4448]: Entering sleep state 'suspend'...
Nov 17 22:17:59 ArchyDaniel kernel: PM: suspend entry (s2idle)
Nov 17 22:17:59 ArchyDaniel kernel: Filesystems sync: 0.004 seconds
Nov 17 22:17:59 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 22:17:59 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 22:17:59 ArchyDaniel wpa_supplicant[571]: nl80211: deinit ifname=wlp1s0 disabled_11b_rates=0
Nov 17 22:21:53 ArchyDaniel kernel: Freezing user space processes
Nov 17 22:21:53 ArchyDaniel kernel: Freezing user space processes completed (elapsed 0.002 seconds)
Nov 17 22:21:53 ArchyDaniel kernel: OOM killer disabled.
Nov 17 22:21:53 ArchyDaniel kernel: Freezing remaining freezable tasks
Nov 17 22:21:53 ArchyDaniel kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Nov 17 22:21:53 ArchyDaniel kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 17 22:21:53 ArchyDaniel kernel: atkbd serio0: Disabling IRQ1 wakeup source to avoid platform firmware bug
Nov 17 22:21:53 ArchyDaniel kernel: ACPI: EC: interrupt blocked
Nov 17 22:21:53 ArchyDaniel kernel: ACPI: EC: interrupt unblocked
Nov 17 22:21:53 ArchyDaniel kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Nov 17 22:21:53 ArchyDaniel kernel: pci 0000:00:00.2: PCI INT A: no GSI
Nov 17 22:21:53 ArchyDaniel kernel: [drm] PCIE GART of 1024M enabled.
Nov 17 22:21:53 ArchyDaniel kernel: [drm] PTB located at 0x000000F41FC00000
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: dpm has been disabled
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
Nov 17 22:21:53 ArchyDaniel kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Nov 17 22:21:53 ArchyDaniel kernel: [drm] JPEG decode initialized successfully.
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 13 on hub 0
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
Nov 17 22:21:53 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
Nov 17 22:21:53 ArchyDaniel kernel: nvme nvme0: Shutdown timeout set to 10 seconds
Nov 17 22:21:53 ArchyDaniel kernel: nvme nvme0: 8/0/0 default/read/poll queues
Nov 17 22:21:53 ArchyDaniel kernel: OOM killer enabled.
Nov 17 22:21:53 ArchyDaniel kernel: Restarting tasks ... done.
Nov 17 22:21:53 ArchyDaniel kernel: random: crng reseeded on system resumption
Nov 17 22:21:53 ArchyDaniel systemd-sleep[4448]: System returned from sleep state.
Nov 17 22:21:53 ArchyDaniel bluetoothd[544]: Controller resume with wake event 0x0
Nov 17 22:21:53 ArchyDaniel kernel: PM: suspend exit
Nov 17 22:21:53 ArchyDaniel systemd[1]: systemd-suspend.service: Deactivated successfully.
Nov 17 22:21:53 ArchyDaniel systemd[1]: Finished System Suspend.
Nov 17 22:21:53 ArchyDaniel systemd[1]: Stopped target Sleep.
Nov 17 22:21:53 ArchyDaniel systemd[1]: Reached target Suspend.
Nov 17 22:21:53 ArchyDaniel systemd[1]: Stopped target Suspend.
Nov 17 22:21:53 ArchyDaniel systemd-logind[547]: Operation 'sleep' finished.
Nov 17 22:21:53 ArchyDaniel NetworkManager[552]: <info>  [1700252513.8038] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Nov 17 22:21:53 ArchyDaniel NetworkManager[552]: <info>  [1700252513.8040] device (wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 17 22:21:53 ArchyDaniel NetworkManager[552]: <info>  [1700252513.8047] device (p2p-dev-wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 17 22:21:53 ArchyDaniel NetworkManager[552]: <info>  [1700252513.8049] manager: NetworkManager state is now DISCONNECTED
Nov 17 22:21:53 ArchyDaniel NetworkManager[552]: <info>  [1700252513.8814] device (wlp1s0): supplicant interface state: internal-starting -> disconnected
Nov 17 22:21:53 ArchyDaniel NetworkManager[552]: <info>  [1700252513.8815] device (p2p-dev-wlp1s0): state change: unavailable -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Nov 17 22:21:53 ArchyDaniel NetworkManager[552]: <info>  [1700252513.8818] Wi-Fi P2P device controlled by interface wlp1s0 created
Nov 17 22:21:53 ArchyDaniel NetworkManager[552]: <info>  [1700252513.8819] manager: (p2p-dev-wlp1s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/5)
Nov 17 22:21:53 ArchyDaniel NetworkManager[552]: <info>  [1700252513.8821] device (p2p-dev-wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 17 22:21:53 ArchyDaniel NetworkManager[552]: <info>  [1700252513.8825] device (wlp1s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 17 22:21:53 ArchyDaniel NetworkManager[552]: <info>  [1700252513.8829] device (p2p-dev-wlp1s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Nov 17 22:21:54 ArchyDaniel dbus-daemon[545]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.30' (uid=1000 pid=882 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 17 22:21:54 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 17 22:21:56 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=FI
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9082] policy: auto-activating connection 'New 802-11-wireless connection' (3aed9e23-3d96-4e9f-a781-6094b73b8f7d)
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9086] device (wlp1s0): Activation: starting connection 'New 802-11-wireless connection' (3aed9e23-3d96-4e9f-a781-6094b73b8f7d)
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9088] device (wlp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9089] manager: NetworkManager state is now CONNECTING
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9520] device (wlp1s0): set-hw-addr: set-cloned MAC address to 7A:73:74:CE:19:54 (7A:73:74:CE:19:54)
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9561] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9564] device (wlp1s0): Activation: (wifi) access point 'New 802-11-wireless connection' has security, but secrets are required.
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9565] device (wlp1s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9567] sup-iface[ccd965964fd6972b,1,wlp1s0]: wps: type pbc start...
Nov 17 22:21:56 ArchyDaniel kded5[785]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Nov 17 22:21:56 ArchyDaniel plasmashell[841]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9782] device (wlp1s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9785] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9788] device (wlp1s0): Activation: (wifi) connection 'New 802-11-wireless connection' has security, and secrets exist.  No new secrets needed.
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9788] Config: added 'ssid' value 'DNA-WLAN-5G-1AF0'
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9788] Config: added 'scan_ssid' value '1'
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9789] Config: added 'bssid' value 'EC:BE:DD:B8:1A:F7'
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9789] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Nov 17 22:21:56 ArchyDaniel NetworkManager[552]: <info>  [1700252516.9789] Config: added 'psk' value '<hidden>'
Nov 17 22:21:56 ArchyDaniel kded5[785]: "Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/2”"
Nov 17 22:21:56 ArchyDaniel DiscoverNotifier[1064]: "Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/4”"
Nov 17 22:21:56 ArchyDaniel DiscoverNotifier[1064]: "Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/2”"
Nov 17 22:21:56 ArchyDaniel wpa_supplicant[571]: wlp1s0: WPS-CANCEL
Nov 17 22:21:56 ArchyDaniel wpa_supplicant[571]: wlp1s0: SME: Trying to authenticate with ec:be:dd:b8:1a:f7 (SSID='DNA-WLAN-5G-1AF0' freq=5240 MHz)
Nov 17 22:21:56 ArchyDaniel kernel: wlp1s0: authenticate with ec:be:dd:b8:1a:f7
Nov 17 22:21:57 ArchyDaniel NetworkManager[552]: <info>  [1700252517.0115] device (wlp1s0): supplicant interface state: disconnected -> authenticating
Nov 17 22:21:57 ArchyDaniel NetworkManager[552]: <info>  [1700252517.0115] device (p2p-dev-wlp1s0): supplicant management interface state: disconnected -> authenticating
Nov 17 22:21:57 ArchyDaniel kernel: wlp1s0: send auth to ec:be:dd:b8:1a:f7 (try 1/3)
Nov 17 22:21:57 ArchyDaniel wpa_supplicant[571]: wlp1s0: Trying to associate with ec:be:dd:b8:1a:f7 (SSID='DNA-WLAN-5G-1AF0' freq=5240 MHz)
Nov 17 22:21:57 ArchyDaniel NetworkManager[552]: <info>  [1700252517.0690] device (wlp1s0): supplicant interface state: authenticating -> associating
Nov 17 22:21:57 ArchyDaniel NetworkManager[552]: <info>  [1700252517.0691] device (p2p-dev-wlp1s0): supplicant management interface state: authenticating -> associating
Nov 17 22:21:57 ArchyDaniel kernel: wlp1s0: authenticated
Nov 17 22:21:57 ArchyDaniel kernel: wlp1s0: associate with ec:be:dd:b8:1a:f7 (try 1/3)
Nov 17 22:21:57 ArchyDaniel kernel: wlp1s0: RX AssocResp from ec:be:dd:b8:1a:f7 (capab=0x1011 status=0 aid=2)
Nov 17 22:21:57 ArchyDaniel kernel: wlp1s0: associated
Nov 17 22:21:57 ArchyDaniel kernel: wlp1s0: Limiting TX power to 23 (23 - 0) dBm as advertised by ec:be:dd:b8:1a:f7
Nov 17 22:21:57 ArchyDaniel wpa_supplicant[571]: wlp1s0: Associated with ec:be:dd:b8:1a:f7
Nov 17 22:21:57 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 17 22:21:57 ArchyDaniel NetworkManager[552]: <info>  [1700252517.1558] device (wlp1s0): supplicant interface state: associating -> 4way_handshake
Nov 17 22:21:57 ArchyDaniel NetworkManager[552]: <info>  [1700252517.1558] device (p2p-dev-wlp1s0): supplicant management interface state: associating -> 4way_handshake
Nov 17 22:21:57 ArchyDaniel wpa_supplicant[571]: wlp1s0: WPA: Key negotiation completed with ec:be:dd:b8:1a:f7 [PTK=CCMP GTK=CCMP]
Nov 17 22:21:57 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-CONNECTED - Connection to ec:be:dd:b8:1a:f7 completed [id=0 id_str=]
Nov 17 22:21:57 ArchyDaniel NetworkManager[552]: <info>  [1700252517.2511] device (wlp1s0): supplicant interface state: 4way_handshake -> completed
Nov 17 22:21:57 ArchyDaniel NetworkManager[552]: <info>  [1700252517.2511] device (wlp1s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "DNA-WLAN-5G-1AF0"
Nov 17 22:21:57 ArchyDaniel NetworkManager[552]: <info>  [1700252517.2512] device (p2p-dev-wlp1s0): supplicant management interface state: 4way_handshake -> completed
Nov 17 22:21:57 ArchyDaniel NetworkManager[552]: <info>  [1700252517.2515] device (wlp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 17 22:21:57 ArchyDaniel NetworkManager[552]: <info>  [1700252517.2519] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:21:59 ArchyDaniel NetworkManager[552]: <info>  [1700252519.0343] dhcp6 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:21:59 ArchyDaniel NetworkManager[552]: <info>  [1700252519.0351] policy: set 'New 802-11-wireless connection' (wlp1s0) as default for IPv6 routing and DNS
Nov 17 22:21:59 ArchyDaniel NetworkManager[552]: <info>  [1700252519.1213] dhcp6 (wlp1s0): state changed new lease, address=2001:14ba:48a5:9400::8
Nov 17 22:21:59 ArchyDaniel kernel: usb 3-2: new full-speed USB device number 5 using xhci_hcd
Nov 17 22:21:59 ArchyDaniel kernel: usb 3-2: New USB device found, idVendor=05ac, idProduct=024f, bcdDevice= 1.10
Nov 17 22:21:59 ArchyDaniel kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 17 22:21:59 ArchyDaniel kernel: usb 3-2: Product: Keychron K6
Nov 17 22:21:59 ArchyDaniel kernel: usb 3-2: Manufacturer: Keychron
Nov 17 22:21:59 ArchyDaniel kernel: apple 0003:05AC:024F.0008: Non-apple keyboard detected; function keys will default to fnmode=2 behavior
Nov 17 22:21:59 ArchyDaniel kernel: input: Keychron Keychron K6 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2/3-2:1.0/0003:05AC:024F.0008/input/input34
Nov 17 22:21:59 ArchyDaniel kernel: apple 0003:05AC:024F.0008: input,hidraw3: USB HID v1.11 Keyboard [Keychron Keychron K6] on usb-0000:04:00.4-2/input0
Nov 17 22:21:59 ArchyDaniel kernel: apple 0003:05AC:024F.0009: Fn key not found (Apple Wireless Keyboard clone?), disabling Fn key handling
Nov 17 22:21:59 ArchyDaniel kernel: apple 0003:05AC:024F.0009: Non-apple keyboard detected; function keys will default to fnmode=2 behavior
Nov 17 22:21:59 ArchyDaniel kernel: input: Keychron Keychron K6 as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2/3-2:1.1/0003:05AC:024F.0009/input/input35
Nov 17 22:21:59 ArchyDaniel kernel: apple 0003:05AC:024F.0009: input,hidraw4: USB HID v1.11 Keyboard [Keychron Keychron K6] on usb-0000:04:00.4-2/input1
Nov 17 22:21:59 ArchyDaniel mtp-probe[4541]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2"
Nov 17 22:21:59 ArchyDaniel mtp-probe[4541]: bus: 3, device: 5 was not an MTP device
Nov 17 22:21:59 ArchyDaniel systemd-logind[547]: Watching system buttons on /dev/input/event5 (Keychron Keychron K6)
Nov 17 22:22:00 ArchyDaniel systemd-logind[547]: Watching system buttons on /dev/input/event4 (Keychron Keychron K6)
Nov 17 22:22:00 ArchyDaniel mtp-probe[4554]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2"
Nov 17 22:22:00 ArchyDaniel mtp-probe[4554]: bus: 3, device: 5 was not an MTP device
Nov 17 22:22:00 ArchyDaniel NetworkManager[552]: <info>  [1700252520.2660] dhcp4 (wlp1s0): state changed new lease, address=192.168.1.105
Nov 17 22:22:00 ArchyDaniel NetworkManager[552]: <info>  [1700252520.2666] policy: set 'New 802-11-wireless connection' (wlp1s0) as default for IPv4 routing and DNS
Nov 17 22:22:00 ArchyDaniel NetworkManager[552]: <info>  [1700252520.4281] device (wlp1s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 17 22:22:00 ArchyDaniel NetworkManager[552]: <info>  [1700252520.4309] device (wlp1s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 17 22:22:00 ArchyDaniel NetworkManager[552]: <info>  [1700252520.4311] device (wlp1s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 17 22:22:00 ArchyDaniel NetworkManager[552]: <info>  [1700252520.4313] manager: NetworkManager state is now CONNECTED_SITE
Nov 17 22:22:00 ArchyDaniel NetworkManager[552]: <info>  [1700252520.4332] device (wlp1s0): Activation: successful, device activated.
Nov 17 22:22:00 ArchyDaniel NetworkManager[552]: <info>  [1700252520.5453] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 17 22:22:00 ArchyDaniel kcminit[4561]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Nov 17 22:22:00 ArchyDaniel kcminit[4561]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Nov 17 22:22:00 ArchyDaniel kcminit[4561]: kcm_touchpad: Using X11 backend
Nov 17 22:22:02 ArchyDaniel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 17 22:22:16 ArchyDaniel kernel: usb 3-1: new high-speed USB device number 6 using xhci_hcd
Nov 17 22:22:16 ArchyDaniel kernel: usb 3-1: New USB device found, idVendor=2357, idProduct=0601, bcdDevice=30.00
Nov 17 22:22:16 ArchyDaniel kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
Nov 17 22:22:16 ArchyDaniel kernel: usb 3-1: Product: USB 10/100/1000 LAN
Nov 17 22:22:16 ArchyDaniel kernel: usb 3-1: Manufacturer: TP-LINK
Nov 17 22:22:16 ArchyDaniel kernel: usb 3-1: SerialNumber: 000001000000
Nov 17 22:22:16 ArchyDaniel NetworkManager[552]: <info>  [1700252536.6657] device (eth0): driver '(null)' does not support carrier detection.
Nov 17 22:22:16 ArchyDaniel NetworkManager[552]: <info>  [1700252536.6660] device (eth0): driver 'cdc_ether' does not support carrier detection.
Nov 17 22:22:16 ArchyDaniel NetworkManager[552]: <info>  [1700252536.6665] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/6)
Nov 17 22:22:16 ArchyDaniel kernel: cdc_ether 3-1:2.0 eth0: register 'cdc_ether' at usb-0000:04:00.4-1, CDC Ethernet Device, d0:37:45:6a:22:84
Nov 17 22:22:16 ArchyDaniel kernel: cdc_ether 3-1:2.0 eth0: unregister 'cdc_ether' usb-0000:04:00.4-1, CDC Ethernet Device
Nov 17 22:22:16 ArchyDaniel kernel: r8152-cfgselector 3-1: reset high-speed USB device number 6 using xhci_hcd
Nov 17 22:22:17 ArchyDaniel kernel: r8152 3-1:1.0: load rtl8153a-3 v2 02/07/20 successfully
Nov 17 22:22:17 ArchyDaniel NetworkManager[552]: <info>  [1700252537.1619] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/7)
Nov 17 22:22:17 ArchyDaniel kernel: r8152 3-1:1.0 eth0: v1.12.13
Nov 17 22:22:17 ArchyDaniel mtp-probe[4575]: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-1"
Nov 17 22:22:17 ArchyDaniel mtp-probe[4575]: bus: 3, device: 6 was not an MTP device
Nov 17 22:22:17 ArchyDaniel kernel: r8152 3-1:1.0 enp4s0f4u1: renamed from eth0
Nov 17 22:22:17 ArchyDaniel NetworkManager[552]: <info>  [1700252537.2587] device (eth0): interface index 5 renamed iface from 'eth0' to 'enp4s0f4u1'
Nov 17 22:22:17 ArchyDaniel NetworkManager[552]: <info>  [1700252537.2655] device (enp4s0f4u1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 17 22:22:17 ArchyDaniel mtp-probe[4581]: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-1"
Nov 17 22:22:17 ArchyDaniel mtp-probe[4581]: bus: 3, device: 6 was not an MTP device
Nov 17 22:22:17 ArchyDaniel NetworkManager[552]: <info>  [1700252537.2963] settings: (enp4s0f4u1): created default wired connection 'Wired connection 1'
Nov 17 22:22:43 ArchyDaniel NetworkManager[552]: <info>  [1700252563.8888] device (enp4s0f4u1): carrier: link connected
Nov 17 22:22:43 ArchyDaniel kernel: r8152 3-1:1.0 enp4s0f4u1: carrier on
Nov 17 22:22:43 ArchyDaniel NetworkManager[552]: <info>  [1700252563.8922] device (enp4s0f4u1): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Nov 17 22:22:43 ArchyDaniel NetworkManager[552]: <info>  [1700252563.8929] policy: auto-activating connection 'Wired connection 1' (7054e6ad-d1c6-3c53-9e06-4379249bfd79)
Nov 17 22:22:43 ArchyDaniel NetworkManager[552]: <info>  [1700252563.8933] device (enp4s0f4u1): Activation: starting connection 'Wired connection 1' (7054e6ad-d1c6-3c53-9e06-4379249bfd79)
Nov 17 22:22:43 ArchyDaniel NetworkManager[552]: <info>  [1700252563.8934] device (enp4s0f4u1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 17 22:22:43 ArchyDaniel NetworkManager[552]: <info>  [1700252563.8936] device (enp4s0f4u1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 17 22:22:43 ArchyDaniel NetworkManager[552]: <info>  [1700252563.8940] device (enp4s0f4u1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 17 22:22:43 ArchyDaniel NetworkManager[552]: <info>  [1700252563.8943] dhcp4 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:22:45 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.139' (uid=1000 pid=4221 comm="/usr/lib/kscreenlocker_greet --graceTime 5000 --ks")
Nov 17 22:22:45 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 17 22:22:49 ArchyDaniel NetworkManager[552]: <info>  [1700252569.8182] dhcp6 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:22:49 ArchyDaniel NetworkManager[552]: <info>  [1700252569.8369] dhcp6 (enp4s0f4u1): state changed new lease, address=2001:14ba:48a5:9400::7
Nov 17 22:22:49 ArchyDaniel NetworkManager[552]: <info>  [1700252569.8484] dhcp4 (enp4s0f4u1): state changed new lease, address=192.168.1.109
Nov 17 22:22:49 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 22:22:49 ArchyDaniel NetworkManager[552]: <info>  [1700252569.8630] device (enp4s0f4u1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 17 22:22:49 ArchyDaniel systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 17 22:22:49 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 17 22:22:49 ArchyDaniel systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 17 22:22:49 ArchyDaniel NetworkManager[552]: <info>  [1700252569.9040] device (enp4s0f4u1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 17 22:22:49 ArchyDaniel NetworkManager[552]: <info>  [1700252569.9043] device (enp4s0f4u1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 17 22:22:49 ArchyDaniel NetworkManager[552]: <info>  [1700252569.9046] device (enp4s0f4u1): Activation: successful, device activated.
Nov 17 22:22:49 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560262a04230) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:22:49 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560262a04230) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:22:49 ArchyDaniel NetworkManager[552]: <info>  [1700252569.9365] policy: set 'Wired connection 1' (enp4s0f4u1) as default for IPv4 routing and DNS
Nov 17 22:22:52 ArchyDaniel NetworkManager[552]: <info>  [1700252572.9568] policy: set 'Wired connection 1' (enp4s0f4u1) as default for IPv6 routing and DNS
Nov 17 22:22:59 ArchyDaniel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 17 22:23:38 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 22:23:38 ArchyDaniel plasmashell[841]: kf.sonnet.core: No language dictionaries for the language: "en_US"
Nov 17 22:23:39 ArchyDaniel systemd[684]: Started kitty - Terminal emulator.
Nov 17 22:24:06 ArchyDaniel kernel: input: My KMonad output as /devices/virtual/input/input36
Nov 17 22:24:06 ArchyDaniel systemd-logind[547]: Watching system buttons on /dev/input/event15 (My KMonad output)
Nov 17 22:24:29 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 22:24:55 ArchyDaniel kstart5[4746]: Omitting both --window and --windowclass arguments is not recommended
Nov 17 22:24:55 ArchyDaniel systemd[684]: Started kitty - Terminal emulator.
Nov 17 22:24:57 ArchyDaniel dbus-daemon[545]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.30' (uid=1000 pid=882 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 17 22:24:57 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 17 22:25:22 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.145' (uid=0 pid=4818 comm="sudo pacman -S chromium")
Nov 17 22:25:22 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 17 22:25:24 ArchyDaniel sudo[4818]:   daniel : TTY=pts/2 ; PWD=/home/daniel ; USER=root ; COMMAND=/usr/bin/pacman -S chromium
Nov 17 22:25:24 ArchyDaniel sudo[4818]: pam_unix(sudo:session): session opened for user root(uid=0) by daniel(uid=1000)
Nov 17 22:25:28 ArchyDaniel sudo[4818]: pam_unix(sudo:session): session closed for user root
Nov 17 22:25:29 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 22:26:10 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 22:26:10 ArchyDaniel plasmashell[841]: kf.sonnet.core: No language dictionaries for the language: "en_US"
Nov 17 22:26:11 ArchyDaniel systemd[684]: Started Chromium - Web Browser.
Nov 17 22:26:12 ArchyDaniel plasmashell[4868]: [4868:4868:1117/222612.200045:ERROR:policy_logger.cc(157)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(163) Cloud management controller initialization aborted as CBCM is not enabled.
Nov 17 22:26:12 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 22:26:59 ArchyDaniel kwin_x11[786]: kwin_core: XCB error: 3 (BadWindow), sequence: 50249, resource id: 56623143, major code: 129 (SHAPE), minor code: 6 (Input)
Nov 17 22:27:08 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 22:27:08 ArchyDaniel plasmashell[841]: kf.sonnet.core: No language dictionaries for the language: "en_US"
Nov 17 22:27:08 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating service name='org.telegram.desktop' requested by ':1.17' (uid=1000 pid=841 comm="/usr/bin/plasmashell --no-respawn")
Nov 17 22:27:09 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.telegram.desktop'
Nov 17 22:27:09 ArchyDaniel xdg-desktop-por[751]: A backend call failed: No such method 'CreateMonitor' in interface 'org.freedesktop.impl.portal.Inhibit' at object path '/org/freedesktop/portal/desktop' (signature 'ooss')
Nov 17 22:27:09 ArchyDaniel xdg-desktop-por[751]: Failed to close session implementation: GDBus.Error:org.freedesktop.DBus.Error.UnknownObject: No such object path '/org/freedesktop/portal/desktop/session/1_67/tdesktop1408984709'
Nov 17 22:27:09 ArchyDaniel rtkit-daemon[774]: Successfully made thread 5189 of process 5169 owned by '1000' RT at priority 20.
Nov 17 22:27:09 ArchyDaniel rtkit-daemon[774]: Supervising 7 threads of 4 processes of 1 users.
Nov 17 22:27:09 ArchyDaniel xdg-desktop-portal-kde[883]: xdp-kde-settings: Namespace  "org.gnome.desktop.wm.preferences"  is not supported
Nov 17 22:27:09 ArchyDaniel telegram-desktop[5169]: qt.dbus.integration: Could not connect "org.freedesktop.NetworkManager" to "stateChanged"
Nov 17 22:27:09 ArchyDaniel telegram-desktop[5169]: qt.dbus.integration: Could not connect "org.freedesktop.NetworkManager" to "connectivityChanged"
Nov 17 22:27:09 ArchyDaniel telegram-desktop[5169]: qt.dbus.integration: Could not connect "org.freedesktop.NetworkManager" to "deviceTypeChanged"
Nov 17 22:27:09 ArchyDaniel telegram-desktop[5169]: qt.dbus.integration: Could not connect "org.freedesktop.NetworkManager" to "meteredChanged"
Nov 17 22:27:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 2
Nov 17 22:27:09 ArchyDaniel telegram-desktop[5169]: QWidget::render: Cannot render with an inactive painter
Nov 17 22:27:09 ArchyDaniel kded5[785]: Registering ":1.70/StatusNotifierItem" to system tray
Nov 17 22:27:09 ArchyDaniel at-spi-bus-launcher[1321]: dbus-daemon[1321]: Activating service name='org.a11y.atspi.Registry' requested by ':1.3' (uid=1000 pid=5169 comm="/usr/bin/telegram-desktop")
Nov 17 22:27:09 ArchyDaniel at-spi-bus-launcher[1321]: dbus-daemon[1321]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 17 22:27:09 ArchyDaniel at-spi-bus-launcher[5225]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 17 22:27:09 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:10 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:27:16 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:28:12 ArchyDaniel plasmashell[4909]: Warning: terminator_CreateInstance: Failed to CreateInstance in ICD 0.  Skipping ICD.
Nov 17 22:28:41 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 22:29:19 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:29:43 ArchyDaniel rtkit-daemon[774]: Successfully made thread 6599 of process 5169 owned by '1000' RT at priority 20.
Nov 17 22:29:43 ArchyDaniel rtkit-daemon[774]: Supervising 8 threads of 4 processes of 1 users.
Nov 17 22:29:43 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x56025fc1d920) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:29:43 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x56025fc1d920) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:30:09 ArchyDaniel kstart5[6653]: Omitting both --window and --windowclass arguments is not recommended
Nov 17 22:30:09 ArchyDaniel systemd[684]: Started Spectacle - Screenshot Capture Utility.
Nov 17 22:30:18 ArchyDaniel spectacle[6662]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Nov 17 22:30:27 ArchyDaniel systemd[684]: app-org.kde.spectacle-db00e19c6aee4648a1a196a5b63be601.scope: Consumed 1.860s CPU time.
Nov 17 22:30:46 ArchyDaniel rtkit-daemon[774]: Successfully made thread 6750 of process 5169 owned by '1000' RT at priority 20.
Nov 17 22:30:46 ArchyDaniel rtkit-daemon[774]: Supervising 8 threads of 4 processes of 1 users.
Nov 17 22:30:47 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560260fed6b0) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:30:47 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560260fed6b0) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:30:56 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560260d41fc0) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:30:56 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560260d41fc0) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:08 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:31:09 ArchyDaniel kwin_x11[786]: kwin_core: XCB error: 152 (BadDamage), sequence: 20632, resource id: 16802887, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Nov 17 22:36:08 ArchyDaniel rtkit-daemon[774]: Successfully made thread 7073 of process 5169 owned by '1000' RT at priority 20.
Nov 17 22:36:08 ArchyDaniel rtkit-daemon[774]: Supervising 8 threads of 4 processes of 1 users.
Nov 17 22:36:09 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560262ec9860) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:36:09 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560262ec9860) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:36:52 ArchyDaniel rtkit-daemon[774]: Successfully made thread 7085 of process 5169 owned by '1000' RT at priority 20.
Nov 17 22:36:52 ArchyDaniel rtkit-daemon[774]: Supervising 8 threads of 4 processes of 1 users.
Nov 17 22:36:52 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x56026096bbd0) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:36:52 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x56026096bbd0) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:38:48 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560261225340) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:38:48 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560261225340) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:39:11 ArchyDaniel rtkit-daemon[774]: Successfully made thread 7169 of process 5169 owned by '1000' RT at priority 20.
Nov 17 22:39:11 ArchyDaniel rtkit-daemon[774]: Supervising 8 threads of 4 processes of 1 users.
Nov 17 22:39:11 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560261258950) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:39:11 ArchyDaniel plasmashell[841]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x560261258950) QQmlContext(0x56026040b9c0) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:43 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QWidget::paintEngine: Should no longer be called
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::begin: Paint device returned engine == 0, type: 1
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setRenderHint: Painter must be active to set rendering hints
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel telegram-desktop[5169]: QPainter::setCompositionMode: Painter not active
Nov 17 22:39:44 ArchyDaniel kwin_x11[786]: kwin_core: XCB error: 152 (BadDamage), sequence: 11606, resource id: 16822032, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Nov 17 22:41:44 ArchyDaniel telegram-desktop[5169]: qt.svg: Error while inflating gzip file: SVG format check failed
Nov 17 22:44:06 ArchyDaniel systemd[684]: app-kitty-654874223feb4509968afe3b0c412f26.scope: Consumed 5.107s CPU time.
Nov 17 22:46:08 ArchyDaniel dbus-daemon[545]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.30' (uid=1000 pid=882 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 17 22:46:08 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 17 22:49:08 ArchyDaniel kscreenlocker_greet[8131]: Qt: Session management error: networkIdsList argument is NULL
Nov 17 22:49:08 ArchyDaniel kscreenlocker_greet[8131]: kf.kirigami: Failed to find a Kirigami platform plugin
Nov 17 22:49:08 ArchyDaniel kscreenlocker_greet[8131]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/VirtualKeyboard.qml:8:1: module "QtQuick.VirtualKeyboard" is not installed
Nov 17 22:49:08 ArchyDaniel plasmashell[841]: qt.qpa.clipboard: QXcbClipboard::setMimeData: Cannot set X11 selection owner
Nov 17 22:49:08 ArchyDaniel plasmashell[841]: qt.qpa.clipboard: QXcbClipboard::setMimeData: Cannot set X11 selection owner
Nov 17 22:51:50 ArchyDaniel NetworkManager[552]: <info>  [1700254310.0799] dhcp6 (wlp1s0): state changed new lease, address=2001:14ba:48a5:9400::8
Nov 17 22:51:50 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 22:51:50 ArchyDaniel systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 17 22:51:50 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 17 22:51:50 ArchyDaniel systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 17 22:52:00 ArchyDaniel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 17 22:52:39 ArchyDaniel NetworkManager[552]: <info>  [1700254359.3065] dhcp6 (enp4s0f4u1): state changed new lease, address=2001:14ba:48a5:9400::7
Nov 17 22:52:39 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 22:52:39 ArchyDaniel systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 17 22:52:39 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 17 22:52:39 ArchyDaniel systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 17 22:52:49 ArchyDaniel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 17 22:54:08 ArchyDaniel systemd-logind[547]: The system will suspend now!
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.4006] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.4007] device (p2p-dev-wlp1s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.4022] manager: NetworkManager state is now ASLEEP
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.4025] device (wlp1s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 17 22:54:08 ArchyDaniel kded5[785]: org.kde.plasma.nm.kded: Unhandled active connection state change:  3
Nov 17 22:54:08 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 22:54:08 ArchyDaniel systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 17 22:54:08 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 17 22:54:08 ArchyDaniel systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 17 22:54:08 ArchyDaniel kernel: wlp1s0: deauthenticating from ec:be:dd:b8:1a:f7 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 17 22:54:08 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-DISCONNECTED bssid=ec:be:dd:b8:1a:f7 reason=3 locally_generated=1
Nov 17 22:54:08 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.5774] device (wlp1s0): supplicant interface state: completed -> disconnected
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.5776] device (wlp1s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.5779] dhcp4 (wlp1s0): canceled DHCP transaction
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.5779] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.5779] dhcp4 (wlp1s0): state changed no lease
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.5781] dhcp6 (wlp1s0): canceled DHCP transaction
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.5781] dhcp6 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.5781] dhcp6 (wlp1s0): state changed no lease
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.6411] device (wlp1s0): set-hw-addr: set MAC address to 3E:97:7A:32:F8:5D (scanning)
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.7655] device (wlp1s0): supplicant interface state: disconnected -> interface_disabled
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.7656] device (wlp1s0): supplicant interface state: interface_disabled -> disconnected
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.7661] device (wlp1s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 17 22:54:08 ArchyDaniel NetworkManager[552]: <info>  [1700254448.8991] device (wlp1s0): set-hw-addr: reset MAC address to F0:9E:4A:A1:F6:44 (unmanage)
Nov 17 22:54:08 ArchyDaniel wpa_supplicant[571]: p2p-dev-wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 22:54:08 ArchyDaniel wpa_supplicant[571]: p2p-dev-wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 22:54:08 ArchyDaniel wpa_supplicant[571]: nl80211: deinit ifname=p2p-dev-wlp1s0 disabled_11b_rates=0
Nov 17 22:54:08 ArchyDaniel systemd[1]: Reached target Sleep.
Nov 17 22:54:08 ArchyDaniel systemd[1]: Starting System Suspend...
Nov 17 22:54:08 ArchyDaniel systemd-sleep[8203]: Entering sleep state 'suspend'...
Nov 17 22:54:08 ArchyDaniel kernel: PM: suspend entry (s2idle)
Nov 17 22:54:08 ArchyDaniel kernel: Filesystems sync: 0.013 seconds
Nov 17 22:54:08 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 22:54:08 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 22:54:08 ArchyDaniel wpa_supplicant[571]: nl80211: deinit ifname=wlp1s0 disabled_11b_rates=0
Nov 17 23:26:15 ArchyDaniel kernel: Freezing user space processes
Nov 17 23:26:15 ArchyDaniel kernel: Freezing user space processes completed (elapsed 0.002 seconds)
Nov 17 23:26:15 ArchyDaniel kernel: OOM killer disabled.
Nov 17 23:26:15 ArchyDaniel kernel: Freezing remaining freezable tasks
Nov 17 23:26:15 ArchyDaniel kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Nov 17 23:26:15 ArchyDaniel kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 17 23:26:15 ArchyDaniel kernel: ACPI: EC: interrupt blocked
Nov 17 23:26:15 ArchyDaniel kernel: ACPI: EC: interrupt unblocked
Nov 17 23:26:15 ArchyDaniel kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Nov 17 23:26:15 ArchyDaniel kernel: pci 0000:00:00.2: PCI INT A: no GSI
Nov 17 23:26:15 ArchyDaniel kernel: [drm] PCIE GART of 1024M enabled.
Nov 17 23:26:15 ArchyDaniel kernel: [drm] PTB located at 0x000000F41FC00000
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: dpm has been disabled
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
Nov 17 23:26:15 ArchyDaniel kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Nov 17 23:26:15 ArchyDaniel kernel: [drm] JPEG decode initialized successfully.
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 13 on hub 0
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
Nov 17 23:26:15 ArchyDaniel kernel: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
Nov 17 23:26:15 ArchyDaniel kernel: nvme nvme0: Shutdown timeout set to 10 seconds
Nov 17 23:26:15 ArchyDaniel kernel: nvme nvme0: 8/0/0 default/read/poll queues
Nov 17 23:26:15 ArchyDaniel kernel: r8152 3-1:1.0 enp4s0f4u1: carrier on
Nov 17 23:26:15 ArchyDaniel kernel: OOM killer enabled.
Nov 17 23:26:15 ArchyDaniel kernel: Restarting tasks ... done.
Nov 17 23:26:15 ArchyDaniel kernel: random: crng reseeded on system resumption
Nov 17 23:26:15 ArchyDaniel NetworkManager[552]: <info>  [1700256375.2845] dhcp4 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 23:26:15 ArchyDaniel NetworkManager[552]: <info>  [1700256375.2845] dhcp4 (enp4s0f4u1): state changed no lease
Nov 17 23:26:15 ArchyDaniel NetworkManager[552]: <info>  [1700256375.2888] dhcp6 (enp4s0f4u1): state changed new lease, address=2001:14ba:48a5:9400::7
Nov 17 23:26:15 ArchyDaniel systemd-sleep[8203]: System returned from sleep state.
Nov 17 23:26:15 ArchyDaniel bluetoothd[544]: Controller resume with wake event 0x0
Nov 17 23:26:15 ArchyDaniel systemd[1]: systemd-suspend.service: Deactivated successfully.
Nov 17 23:26:15 ArchyDaniel kernel: PM: suspend exit
Nov 17 23:26:15 ArchyDaniel systemd[1]: Finished System Suspend.
Nov 17 23:26:15 ArchyDaniel systemd[1]: Stopped target Sleep.
Nov 17 23:26:15 ArchyDaniel systemd[1]: Reached target Suspend.
Nov 17 23:26:15 ArchyDaniel systemd-logind[547]: Operation 'sleep' finished.
Nov 17 23:26:15 ArchyDaniel systemd[1]: Stopped target Suspend.
Nov 17 23:26:15 ArchyDaniel NetworkManager[552]: <info>  [1700256375.8147] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Nov 17 23:26:15 ArchyDaniel NetworkManager[552]: <info>  [1700256375.8159] device (enp4s0f4u1): state change: activated -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 17 23:26:15 ArchyDaniel NetworkManager[552]: <info>  [1700256375.8511] dhcp4 (enp4s0f4u1): canceled DHCP transaction
Nov 17 23:26:15 ArchyDaniel NetworkManager[552]: <info>  [1700256375.8512] dhcp4 (enp4s0f4u1): state changed no lease
Nov 17 23:26:15 ArchyDaniel NetworkManager[552]: <info>  [1700256375.8515] dhcp6 (enp4s0f4u1): canceled DHCP transaction
Nov 17 23:26:15 ArchyDaniel NetworkManager[552]: <info>  [1700256375.8516] dhcp6 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 23:26:15 ArchyDaniel NetworkManager[552]: <info>  [1700256375.8516] dhcp6 (enp4s0f4u1): state changed no lease
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.0913] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.1168] manager: NetworkManager state is now DISCONNECTED
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.1173] device (wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.1955] device (wlp1s0): set-hw-addr: set MAC address to A2:B2:DD:35:C0:3E (scanning)
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.4684] device (p2p-dev-wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.4687] device (enp4s0f4u1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 17 23:26:16 ArchyDaniel kernel: r8152 3-1:1.0 enp4s0f4u1: carrier on
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6519] device (enp4s0f4u1): carrier: link connected
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6546] device (wlp1s0): supplicant interface state: internal-starting -> disconnected
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6546] device (p2p-dev-wlp1s0): state change: unavailable -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6549] Wi-Fi P2P device controlled by interface wlp1s0 created
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6551] manager: (p2p-dev-wlp1s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/8)
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6552] device (p2p-dev-wlp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6555] device (enp4s0f4u1): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6564] policy: auto-activating connection 'Wired connection 1' (7054e6ad-d1c6-3c53-9e06-4379249bfd79)
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6566] device (wlp1s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6570] device (p2p-dev-wlp1s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6574] device (enp4s0f4u1): Activation: starting connection 'Wired connection 1' (7054e6ad-d1c6-3c53-9e06-4379249bfd79)
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6575] device (enp4s0f4u1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6577] manager: NetworkManager state is now CONNECTING
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6578] device (enp4s0f4u1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6582] device (enp4s0f4u1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6587] dhcp4 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 23:26:16 ArchyDaniel NetworkManager[552]: <info>  [1700256376.6629] dhcp4 (enp4s0f4u1): state changed no lease
Nov 17 23:26:17 ArchyDaniel dbus-daemon[545]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.30' (uid=1000 pid=882 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Nov 17 23:26:17 ArchyDaniel dbus-daemon[545]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Nov 17 23:26:17 ArchyDaniel NetworkManager[552]: <info>  [1700256377.6626] dhcp4 (enp4s0f4u1): state changed new lease, address=192.168.1.105
Nov 17 23:26:17 ArchyDaniel NetworkManager[552]: <info>  [1700256377.6631] policy: set 'Wired connection 1' (enp4s0f4u1) as default for IPv4 routing and DNS
Nov 17 23:26:17 ArchyDaniel NetworkManager[552]: <info>  [1700256377.7883] device (enp4s0f4u1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:17 ArchyDaniel NetworkManager[552]: <info>  [1700256377.7913] device (enp4s0f4u1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:17 ArchyDaniel NetworkManager[552]: <info>  [1700256377.7915] device (enp4s0f4u1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:17 ArchyDaniel NetworkManager[552]: <info>  [1700256377.7918] manager: NetworkManager state is now CONNECTED_SITE
Nov 17 23:26:17 ArchyDaniel NetworkManager[552]: <info>  [1700256377.7919] device (enp4s0f4u1): Activation: successful, device activated.
Nov 17 23:26:17 ArchyDaniel NetworkManager[552]: <info>  [1700256377.9008] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 17 23:26:18 ArchyDaniel NetworkManager[552]: <info>  [1700256378.3129] dhcp6 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 23:26:18 ArchyDaniel NetworkManager[552]: <info>  [1700256378.3135] policy: set 'Wired connection 1' (enp4s0f4u1) as default for IPv6 routing and DNS
Nov 17 23:26:18 ArchyDaniel NetworkManager[552]: <info>  [1700256378.3861] dhcp6 (enp4s0f4u1): state changed new lease, address=2001:14ba:48a5:9400::7
Nov 17 23:26:19 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=FI
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7246] policy: auto-activating connection 'New 802-11-wireless connection' (3aed9e23-3d96-4e9f-a781-6094b73b8f7d)
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7250] device (wlp1s0): Activation: starting connection 'New 802-11-wireless connection' (3aed9e23-3d96-4e9f-a781-6094b73b8f7d)
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7251] device (wlp1s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7737] device (wlp1s0): set-hw-addr: set-cloned MAC address to 7A:73:74:CE:19:54 (7A:73:74:CE:19:54)
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7784] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7786] device (wlp1s0): Activation: (wifi) access point 'New 802-11-wireless connection' has security, but secrets are required.
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7786] device (wlp1s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7787] sup-iface[3a3e509095792ade,2,wlp1s0]: wps: type pbc start...
Nov 17 23:26:19 ArchyDaniel plasmashell[841]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Nov 17 23:26:19 ArchyDaniel kded5[785]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Nov 17 23:26:19 ArchyDaniel wpa_supplicant[571]: wlp1s0: WPS-CANCEL
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7977] device (wlp1s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7980] device (wlp1s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7983] device (wlp1s0): Activation: (wifi) connection 'New 802-11-wireless connection' has security, and secrets exist.  No new secrets needed.
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7983] Config: added 'ssid' value 'DNA-WLAN-5G-1AF0'
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7983] Config: added 'scan_ssid' value '1'
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7983] Config: added 'bssid' value 'EC:BE:DD:B8:1A:F7'
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7983] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.7983] Config: added 'psk' value '<hidden>'
Nov 17 23:26:19 ArchyDaniel DiscoverNotifier[1064]: "Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/4”"
Nov 17 23:26:19 ArchyDaniel kded5[785]: "Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/2”"
Nov 17 23:26:19 ArchyDaniel DiscoverNotifier[1064]: "Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/2”"
Nov 17 23:26:19 ArchyDaniel wpa_supplicant[571]: wlp1s0: SME: Trying to authenticate with ec:be:dd:b8:1a:f7 (SSID='DNA-WLAN-5G-1AF0' freq=5240 MHz)
Nov 17 23:26:19 ArchyDaniel kernel: wlp1s0: authenticate with ec:be:dd:b8:1a:f7
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.8298] device (wlp1s0): supplicant interface state: disconnected -> authenticating
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.8299] device (p2p-dev-wlp1s0): supplicant management interface state: disconnected -> authenticating
Nov 17 23:26:19 ArchyDaniel kernel: wlp1s0: send auth to ec:be:dd:b8:1a:f7 (try 1/3)
Nov 17 23:26:19 ArchyDaniel wpa_supplicant[571]: wlp1s0: Trying to associate with ec:be:dd:b8:1a:f7 (SSID='DNA-WLAN-5G-1AF0' freq=5240 MHz)
Nov 17 23:26:19 ArchyDaniel kernel: wlp1s0: authenticated
Nov 17 23:26:19 ArchyDaniel kernel: wlp1s0: associate with ec:be:dd:b8:1a:f7 (try 1/3)
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.8814] device (wlp1s0): supplicant interface state: authenticating -> associating
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.8814] device (p2p-dev-wlp1s0): supplicant management interface state: authenticating -> associating
Nov 17 23:26:19 ArchyDaniel kernel: wlp1s0: RX AssocResp from ec:be:dd:b8:1a:f7 (capab=0x1011 status=0 aid=2)
Nov 17 23:26:19 ArchyDaniel kernel: wlp1s0: associated
Nov 17 23:26:19 ArchyDaniel kernel: wlp1s0: Limiting TX power to 23 (23 - 0) dBm as advertised by ec:be:dd:b8:1a:f7
Nov 17 23:26:19 ArchyDaniel wpa_supplicant[571]: wlp1s0: Associated with ec:be:dd:b8:1a:f7
Nov 17 23:26:19 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.9626] device (wlp1s0): supplicant interface state: associating -> 4way_handshake
Nov 17 23:26:19 ArchyDaniel NetworkManager[552]: <info>  [1700256379.9627] device (p2p-dev-wlp1s0): supplicant management interface state: associating -> 4way_handshake
Nov 17 23:26:20 ArchyDaniel wpa_supplicant[571]: wlp1s0: WPA: Key negotiation completed with ec:be:dd:b8:1a:f7 [PTK=CCMP GTK=CCMP]
Nov 17 23:26:20 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-CONNECTED - Connection to ec:be:dd:b8:1a:f7 completed [id=0 id_str=]
Nov 17 23:26:20 ArchyDaniel NetworkManager[552]: <info>  [1700256380.0933] device (wlp1s0): supplicant interface state: 4way_handshake -> completed
Nov 17 23:26:20 ArchyDaniel NetworkManager[552]: <info>  [1700256380.0934] device (wlp1s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "DNA-WLAN-5G-1AF0"
Nov 17 23:26:20 ArchyDaniel NetworkManager[552]: <info>  [1700256380.0935] device (p2p-dev-wlp1s0): supplicant management interface state: 4way_handshake -> completed
Nov 17 23:26:20 ArchyDaniel NetworkManager[552]: <info>  [1700256380.0938] device (wlp1s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:20 ArchyDaniel NetworkManager[552]: <info>  [1700256380.0946] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 23:26:21 ArchyDaniel NetworkManager[552]: <info>  [1700256381.4830] dhcp6 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 23:26:21 ArchyDaniel NetworkManager[552]: <info>  [1700256381.8766] dhcp6 (wlp1s0): state changed new lease, address=2001:14ba:48a5:9400::8
Nov 17 23:26:23 ArchyDaniel NetworkManager[552]: <info>  [1700256383.0940] dhcp4 (wlp1s0): state changed new lease, address=192.168.1.108
Nov 17 23:26:24 ArchyDaniel NetworkManager[552]: <info>  [1700256384.0385] device (wlp1s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:24 ArchyDaniel NetworkManager[552]: <info>  [1700256384.0400] device (wlp1s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:24 ArchyDaniel NetworkManager[552]: <info>  [1700256384.0401] device (wlp1s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 17 23:26:24 ArchyDaniel NetworkManager[552]: <info>  [1700256384.0421] device (wlp1s0): Activation: successful, device activated.
Nov 17 23:26:24 ArchyDaniel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 17 23:27:02 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.175' (uid=1000 pid=8131 comm="/usr/lib/kscreenlocker_greet --graceTime 5000 --ks")
Nov 17 23:27:02 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 17 23:27:10 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 23:27:10 ArchyDaniel plasmashell[841]: kf.sonnet.core: No language dictionaries for the language: "en_US"
Nov 17 23:27:11 ArchyDaniel plasmashell[841]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 17 23:27:11 ArchyDaniel plasmashell[841]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 17 23:27:11 ArchyDaniel plasmashell[841]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 17 23:27:14 ArchyDaniel plasmashell[841]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Nov 17 23:27:15 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating service name='org.kde.LogoutPrompt' requested by ':1.17' (uid=1000 pid=841 comm="/usr/bin/plasmashell --no-respawn")
Nov 17 23:27:15 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.kde.LogoutPrompt'
Nov 17 23:27:15 ArchyDaniel plasmashell[841]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 17 23:27:15 ArchyDaniel plasmashell[841]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but has no Exec field.
Nov 17 23:27:17 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating service name='org.kde.Shutdown' requested by ':1.81' (uid=1000 pid=8423 comm="/usr/lib/ksmserver-logout-greeter")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.kde.Shutdown'
Nov 17 23:27:17 ArchyDaniel kded5[785]: Service  ":1.37" unregistered
Nov 17 23:27:17 ArchyDaniel polkitd[633]: Unregistered Authentication Agent for unix-session:2 (system bus name :1.41, object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-polkit-agent.service: Consumed 18.069s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-xembedsniproxy.service: Consumed 18.180s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-gmenudbusmenuproxy.service: Consumed 17.924s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: app-org.kde.discover.notifier@autostart.service: Consumed 18.942s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped target plasma-workspace-x11.target.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped target KDE Plasma Workspace.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped target Startup of XDG autostart applications.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping Geoclue Demo agent...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping Accessibility...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping startup.sh...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping Accessibility services bus...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping flatpak session helper...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping KRunner provider for baloo file indexer...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping KDE Global Shortcuts Server...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping KScreen...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping KDE Window Manager...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping Powerdevil...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping Xdg Desktop Portal For KDE...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping Portal service...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping flatpak document portal service...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping sandboxed app permission store...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping Baloo File Indexer Daemon...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped sandboxed app permission store.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped KDE Plasma Workspace.
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-plasmashell.service: Consumed 2min 33.849s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped KDE Global Shortcuts Server.
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-kglobalaccel.service: Consumed 1.804s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[1]: run-user-1000-doc.mount: Deactivated successfully.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped KScreen.
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-kscreen.service: Consumed 18.223s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped Xdg Desktop Portal For KDE.
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-xdg-desktop-portal-kde.service: Consumed 18.339s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped Geoclue Demo agent.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped Accessibility.
Nov 17 23:27:17 ArchyDaniel systemd[684]: app-kaccess@autostart.service: Consumed 18.497s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped KRunner provider for baloo file indexer.
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-baloorunner.service: Consumed 18.321s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped flatpak session helper.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped Accessibility services bus.
Nov 17 23:27:17 ArchyDaniel systemd[684]: at-spi-dbus-bus.service: Consumed 12.323s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped Portal service.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped KDE Session Management Server.
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-ksmserver.service: Consumed 35.936s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped Powerdevil.
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-powerdevil.service: Consumed 20.678s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped Baloo File Indexer Daemon.
Nov 17 23:27:17 ArchyDaniel systemd[684]: kde-baloo.service: Consumed 1.151s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped flatpak document portal service.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped target KDE Plasma Workspace Core.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping KDE Daemon...
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel systemd-logind[547]: The system will reboot now!
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel systemd-logind[547]: System is rebooting.
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel kded5[785]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-kwin_x11.service: Main process exited, code=exited, status=15/n/a
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-kwin_x11.service: Failed with result 'exit-code'.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped KDE Window Manager.
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-kwin_x11.service: Consumed 1min 43.968s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopping Session 2 of User daniel...
Nov 17 23:27:17 ArchyDaniel sddm[580]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
Nov 17 23:27:17 ArchyDaniel sddm[580]: Auth: sddm-helper (--socket /tmp/sddm-auth-a03c8f2b-4ce7-452a-8af0-63f8b911e7a6 --id 1 --start /usr/bin/startplasma-x11 --user daniel) crashed (exit code 1)
Nov 17 23:27:17 ArchyDaniel sddm[580]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
Nov 17 23:27:17 ArchyDaniel sddm[580]: Auth: sddm-helper exited with 1
Nov 17 23:27:17 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.48' (uid=1000 pid=1324 comm="xdg-dbus-proxy --args=46")
Nov 17 23:27:17 ArchyDaniel systemd[1]: Removed slice Slice /system/getty.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Starting Portal service...
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped KDE Daemon.
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-kded.service: Consumed 23.484s CPU time.
Nov 17 23:27:17 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.83' (uid=1000 pid=8529 comm="/usr/lib/xdg-desktop-portal")
Nov 17 23:27:17 ArchyDaniel systemd[684]: Starting flatpak document portal service...
Nov 17 23:27:17 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.84' (uid=1000 pid=8536 comm="/usr/lib/xdg-document-portal")
Nov 17 23:27:17 ArchyDaniel systemd[684]: Starting sandboxed app permission store...
Nov 17 23:27:17 ArchyDaniel telegram-desktop[5169]: qt.qpa.input.events: scroll event from unregistered device 17
Nov 17 23:27:17 ArchyDaniel telegram-desktop[5169]: qt.qpa.input.events: scroll event from unregistered device 17
Nov 17 23:27:17 ArchyDaniel telegram-desktop[5169]: qt.qpa.input.events: scroll event from unregistered device 17
Nov 17 23:27:17 ArchyDaniel telegram-desktop[5169]: qt.qpa.input.events: scroll event from unregistered device 17
Nov 17 23:27:17 ArchyDaniel telegram-desktop[5169]: qt.qpa.input.events: scroll event from unregistered device 17
Nov 17 23:27:17 ArchyDaniel telegram-desktop[5169]: qt.qpa.input.events: scroll event from unregistered device 17
Nov 17 23:27:17 ArchyDaniel telegram-desktop[5169]: qt.qpa.input.events: scroll event from unregistered device 17
Nov 17 23:27:17 ArchyDaniel telegram-desktop[5169]: qt.qpa.input.events: scroll event from unregistered device 17
Nov 17 23:27:17 ArchyDaniel telegram-desktop[5169]: qt.qpa.input.events: scroll event from unregistered device 17
Nov 17 23:27:17 ArchyDaniel telegram-desktop[5169]: qt.qpa.input.events: scroll event from unregistered device 17
Nov 17 23:27:17 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Nov 17 23:27:17 ArchyDaniel systemd[684]: Started sandboxed app permission store.
Nov 17 23:27:17 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Successfully activated service 'org.freedesktop.portal.Documents'
Nov 17 23:27:17 ArchyDaniel systemd[684]: Started flatpak document portal service.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Removed slice Slice /system/modprobe.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopped target Bluetooth Support.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopped target Graphical Interface.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopped target Multi-User System.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopped target Login Prompts.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopped target Sound Card.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopped target Timer Units.
Nov 17 23:27:17 ArchyDaniel systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Nov 17 23:27:17 ArchyDaniel systemd[1]: shadow.timer: Deactivated successfully.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopped Daily verification of password and group files.
Nov 17 23:27:17 ArchyDaniel systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Nov 17 23:27:17 ArchyDaniel systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Closed LVM2 poll daemon socket.
Nov 17 23:27:17 ArchyDaniel systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopping Accounts Service...
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopping Save/Restore Sound Card State...
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopping Bluetooth service...
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Terminating
Nov 17 23:27:17 ArchyDaniel systemd[1]: Starting Generate shutdown-ramfs...
Nov 17 23:27:17 ArchyDaniel systemd[1]: plymouth-quit-wait.service: Deactivated successfully.
Nov 17 23:27:17 ArchyDaniel rtkit-daemon[774]: Supervising 7 threads of 4 processes of 1 users.
Nov 17 23:27:17 ArchyDaniel rtkit-daemon[774]: Supervising 7 threads of 4 processes of 1 users.
Nov 17 23:27:17 ArchyDaniel rtkit-daemon[774]: Supervising 7 threads of 4 processes of 1 users.
Nov 17 23:27:17 ArchyDaniel dbus-daemon[718]: [session uid=1000 pid=718] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.kde' unit='plasma-xdg-desktop-portal-kde.service' requested by ':1.83' (uid=1000 pid=8529 comm="/usr/lib/xdg-desktop-portal")
Nov 17 23:27:17 ArchyDaniel systemd[684]: Starting Xdg Desktop Portal For KDE...
Nov 17 23:27:17 ArchyDaniel mkinitcpio[8553]: ==> Starting build: 'none'
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopped Hold until boot process finishes up.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopping Authorization Manager...
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopping Simple Desktop Display Manager...
Nov 17 23:27:17 ArchyDaniel sddm[580]: Signal received: SIGTERM
Nov 17 23:27:17 ArchyDaniel kactivitymanagerd[872]: The X11 connection broke (error 1). Did the X11 server die?
Nov 17 23:27:17 ArchyDaniel sddm[580]: Socket server stopping...
Nov 17 23:27:17 ArchyDaniel sddm[580]: Socket server stopped.
Nov 17 23:27:17 ArchyDaniel sddm[580]: Display server stopping...
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopping Load/Save OS Random Seed...
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopping Disk Manager...
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopping Daemon for power management...
Nov 17 23:27:17 ArchyDaniel mkinitcpio[8553]:   -> Running build hook: [sd-shutdown]
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped startup.sh.
Nov 17 23:27:17 ArchyDaniel systemd[684]: app-startup.sh@autostart.service: Consumed 1.669s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped target Current graphical user session.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped target Session services which should run early before the graphical session is brought up.
Nov 17 23:27:17 ArchyDaniel plasmashell[4657]: XIO:  fatal IO error 0 (Success) on X server ":0"
Nov 17 23:27:17 ArchyDaniel plasmashell[4657]:       after 1295 requests (1294 known processed) with 0 events remaining.
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopping KActivityManager Activity manager Service...
Nov 17 23:27:17 ArchyDaniel udisksd[634]: udisks daemon version 2.10.1 exiting
Nov 17 23:27:17 ArchyDaniel systemd[1]: accounts-daemon.service: Deactivated successfully.
Nov 17 23:27:17 ArchyDaniel plasmashell[4909]: [4909:4909:1117/232717.888573:ERROR:connection.cc(46)] X connection error received.
Nov 17 23:27:17 ArchyDaniel plasmashell[4909]: [4909:5017:1117/232717.888586:ERROR:connection.cc(46)] X connection error received.
Nov 17 23:27:17 ArchyDaniel telegram-desktop[5169]: The X11 connection broke (error 1). Did the X11 server die?
Nov 17 23:27:17 ArchyDaniel systemd[684]: Stopped KActivityManager Activity manager Service.
Nov 17 23:27:17 ArchyDaniel systemd[684]: plasma-kactivitymanagerd.service: Consumed 18.129s CPU time.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopped Accounts Service.
Nov 17 23:27:17 ArchyDaniel systemd[1]: udisks2.service: Deactivated successfully.
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopped Disk Manager.
Nov 17 23:27:17 ArchyDaniel systemd[1]: rtkit-daemon.service: Deactivated successfully.
Nov 17 23:27:17 ArchyDaniel systemd[684]: app-chromium-23a321e2122e4249885897953b9f2465.scope: Consumed 3min 24.476s CPU time.
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/ldac
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSink/aptx_hd
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_hd
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSink/aptx
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSink/aac
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aac
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSink/sbc
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/sbc
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSink/sbc_xq
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/sbc_xq
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/faststream
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/faststream_duplex
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSink/opus_05
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/opus_05
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Endpoint unregistered: sender=:1.50 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.MediaEndpoint1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
Nov 17 23:27:17 ArchyDaniel systemd[1]: alsa-restore.service: Deactivated successfully.
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.Profile1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.50" (uid=1000 pid=961 comm="/usr/bin/wireplumber") interface="(unset)" member="(unset)" error name="org.bluez.Profile1.Error.NotImplemented" requested_reply="0" destination=":1.0" (uid=0 pid=544 comm="/usr/lib/bluetooth/bluetoothd")
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Stopping SDP server
Nov 17 23:27:17 ArchyDaniel bluetoothd[544]: Exit
Nov 17 23:27:17 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.50' (uid=1000 pid=961 comm="/usr/bin/wireplumber")
Nov 17 23:27:18 ArchyDaniel systemd[1]: Stopped Save/Restore Sound Card State.
Nov 17 23:27:18 ArchyDaniel systemd[1]: bluetooth.service: Deactivated successfully.
Nov 17 23:27:18 ArchyDaniel mkinitcpio[8553]: ==> Build complete.
Nov 17 23:27:18 ArchyDaniel systemd[1]: Stopped Bluetooth service.
Nov 17 23:27:18 ArchyDaniel systemd[1]: polkit.service: Deactivated successfully.
Nov 17 23:27:18 ArchyDaniel systemd[1]: Stopped Authorization Manager.
Nov 17 23:27:18 ArchyDaniel systemd[684]: app-kitty-8a9ffe4de2884925adfaf9d439e4391c.scope: Consumed 7.302s CPU time.
Nov 17 23:27:18 ArchyDaniel systemd[1]: upower.service: Deactivated successfully.
Nov 17 23:27:18 ArchyDaniel systemd[1]: Stopped Daemon for power management.
Nov 17 23:27:18 ArchyDaniel systemd[1]: upower.service: Consumed 4.738s CPU time.
Nov 17 23:27:18 ArchyDaniel systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Nov 17 23:27:18 ArchyDaniel systemd[1]: Finished Generate shutdown-ramfs.
Nov 17 23:27:18 ArchyDaniel systemd[1]: systemd-random-seed.service: Deactivated successfully.
Nov 17 23:27:18 ArchyDaniel systemd[1]: Stopped Load/Save OS Random Seed.
Nov 17 23:27:18 ArchyDaniel systemd[1]: session-2.scope: Deactivated successfully.
Nov 17 23:27:18 ArchyDaniel systemd[1]: Stopped Session 2 of User daniel.
Nov 17 23:27:18 ArchyDaniel systemd[1]: session-2.scope: Consumed 17.496s CPU time.
Nov 17 23:27:18 ArchyDaniel systemd-logind[547]: Session 2 logged out. Waiting for processes to exit.
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.3278] device (wlp1s0): state change: activated -> deactivating (reason 'connection-removed', sys-iface-state: 'managed')
Nov 17 23:27:18 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 23:27:18 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Refusing activation, D-Bus is shutting down.
Nov 17 23:27:18 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Nov 17 23:27:18 ArchyDaniel systemd[1]: Stopping User Manager for UID 1000...
Nov 17 23:27:18 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.50' (uid=1000 pid=961 comm="/usr/bin/wireplumber")
Nov 17 23:27:18 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Refusing activation, D-Bus is shutting down.
Nov 17 23:27:18 ArchyDaniel systemd-logind[547]: Removed session 2.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Activating special unit Exit the Session...
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopping app-flatpak-io.gitlab.librewolf\x2dcommunity-1303.scope...
Nov 17 23:27:18 ArchyDaniel systemd[684]: Removed slice User Background Tasks Slice.
Nov 17 23:27:18 ArchyDaniel systemd[684]: background.slice: Consumed 2min 12.489s CPU time.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped target Main User Target.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopping D-Bus User Message Bus...
Nov 17 23:27:18 ArchyDaniel obexd[956]: Terminating
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopping User preferences database...
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopping Bluetooth OBEX service...
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopping PipeWire PulseAudio...
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopping flatpak document portal service...
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopping sandboxed app permission store...
Nov 17 23:27:18 ArchyDaniel wireplumber[961]: Error releasing name org.freedesktop.ReserveDevice1.Audio0: The connection is closed
Nov 17 23:27:18 ArchyDaniel kernel: wlp1s0: deauthenticating from ec:be:dd:b8:1a:f7 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped Bluetooth OBEX service.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped PipeWire PulseAudio.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopping Multimedia Service Session Manager...
Nov 17 23:27:18 ArchyDaniel systemd[1]: run-user-1000-doc.mount: Deactivated successfully.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped User preferences database.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped Portal service.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped sandboxed app permission store.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped Xdg Desktop Portal For KDE.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped D-Bus User Message Bus.
Nov 17 23:27:18 ArchyDaniel systemd[684]: dbus.service: Consumed 1min 58.596s CPU time.
Nov 17 23:27:18 ArchyDaniel wireplumber[961]: stopped by signal: Terminated
Nov 17 23:27:18 ArchyDaniel wireplumber[961]: disconnected from pipewire
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped Multimedia Service Session Manager.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopping PipeWire Multimedia Service...
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped PipeWire Multimedia Service.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped flatpak document portal service.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Removed slice User Core Session Slice.
Nov 17 23:27:18 ArchyDaniel systemd[684]: session.slice: Consumed 7min 47.914s CPU time.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped target Basic System.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped target Paths.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped target Sockets.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped target Timers.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Closed D-Bus User Message Bus Socket.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Closed GnuPG network certificate management daemon.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 17 23:27:18 ArchyDaniel systemd[684]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 17 23:27:18 ArchyDaniel systemd[684]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 17 23:27:18 ArchyDaniel systemd[684]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Closed p11-kit server.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Closed PipeWire PulseAudio.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Closed PipeWire Multimedia System Sockets.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Stopped app-flatpak-io.gitlab.librewolf\x2dcommunity-1303.scope.
Nov 17 23:27:18 ArchyDaniel systemd[684]: app-flatpak-io.gitlab.librewolf\x2dcommunity-1303.scope: Consumed 14min 3.658s CPU time.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Removed slice User Application Slice.
Nov 17 23:27:18 ArchyDaniel systemd[684]: app.slice: Consumed 18min 21.912s CPU time.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Reached target Shutdown.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Finished Exit the Session.
Nov 17 23:27:18 ArchyDaniel systemd[684]: Reached target Exit the Session.
Nov 17 23:27:18 ArchyDaniel (sd-pam)[685]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[daniel] ruser=[<unknown>] rhost=[<unknown>]
Nov 17 23:27:18 ArchyDaniel systemd[1]: user@1000.service: Deactivated successfully.
Nov 17 23:27:18 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-DISCONNECTED bssid=ec:be:dd:b8:1a:f7 reason=3 locally_generated=1
Nov 17 23:27:18 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.5395] device (wlp1s0): supplicant interface state: completed -> disconnected
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.5396] device (p2p-dev-wlp1s0): supplicant management interface state: completed -> disconnected
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.5398] device (wlp1s0): state change: deactivating -> disconnected (reason 'connection-removed', sys-iface-state: 'managed')
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.5411] dhcp4 (wlp1s0): canceled DHCP transaction
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.5411] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.5411] dhcp4 (wlp1s0): state changed no lease
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.5412] dhcp6 (wlp1s0): canceled DHCP transaction
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.5412] dhcp6 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.5412] dhcp6 (wlp1s0): state changed no lease
Nov 17 23:27:18 ArchyDaniel systemd[1]: Stopped User Manager for UID 1000.
Nov 17 23:27:18 ArchyDaniel systemd[1]: user@1000.service: Consumed 28min 22.837s CPU time.
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.5814] device (wlp1s0): set-hw-addr: set MAC address to 6E:B1:A2:14:D0:C5 (scanning)
Nov 17 23:27:18 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.6866] device (wlp1s0): supplicant interface state: disconnected -> interface_disabled
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.6867] device (p2p-dev-wlp1s0): supplicant management interface state: disconnected -> interface_disabled
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.6868] device (wlp1s0): supplicant interface state: interface_disabled -> disconnected
Nov 17 23:27:18 ArchyDaniel NetworkManager[552]: <info>  [1700256438.6868] device (p2p-dev-wlp1s0): supplicant management interface state: interface_disabled -> disconnected
Nov 17 23:27:19 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Nov 17 23:27:19 ArchyDaniel sddm[580]: Display server stopped.
Nov 17 23:27:19 ArchyDaniel sddm[580]: Running display stop script  ("/usr/share/sddm/scripts/Xstop")
Nov 17 23:27:19 ArchyDaniel systemd[1]: Stopping User Runtime Directory /run/user/1000...
Nov 17 23:27:19 ArchyDaniel systemd[1]: sddm.service: Deactivated successfully.
Nov 17 23:27:19 ArchyDaniel systemd[1]: Stopped Simple Desktop Display Manager.
Nov 17 23:27:19 ArchyDaniel systemd[1]: sddm.service: Consumed 2min 37.905s CPU time.
Nov 17 23:27:19 ArchyDaniel systemd[1]: run-user-1000.mount: Deactivated successfully.
Nov 17 23:27:19 ArchyDaniel systemd[1]: Unmounted /run/user/1000.
Nov 17 23:27:19 ArchyDaniel systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Nov 17 23:27:19 ArchyDaniel systemd[1]: Stopped User Runtime Directory /run/user/1000.
Nov 17 23:27:19 ArchyDaniel systemd[1]: Removed slice User Slice of UID 1000.
Nov 17 23:27:19 ArchyDaniel systemd[1]: user-1000.slice: Consumed 28min 40.346s CPU time.
Nov 17 23:27:19 ArchyDaniel systemd[1]: plymouth-quit.service: Deactivated successfully.
Nov 17 23:27:19 ArchyDaniel systemd[1]: Stopped Terminate Plymouth Boot Screen.
Nov 17 23:27:19 ArchyDaniel systemd[1]: Starting Show Plymouth Reboot Screen...
Nov 17 23:27:19 ArchyDaniel systemd[1]: Stopping User Login Management...
Nov 17 23:27:19 ArchyDaniel systemd[1]: Stopping Permit User Sessions...
Nov 17 23:27:19 ArchyDaniel systemd[1]: Received SIGRTMIN+20 from PID 8729 (plymouthd).
Nov 17 23:27:19 ArchyDaniel systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Nov 17 23:27:19 ArchyDaniel systemd[1]: Stopped Permit User Sessions.
Nov 17 23:27:19 ArchyDaniel systemd[1]: Started Show Plymouth Reboot Screen.
Nov 17 23:27:19 ArchyDaniel systemd[1]: Stopped target Network.
Nov 17 23:27:19 ArchyDaniel systemd[1]: Stopped target Remote File Systems.
Nov 17 23:27:19 ArchyDaniel systemd[1]: Stopping Network Manager...
Nov 17 23:27:19 ArchyDaniel NetworkManager[552]: <info>  [1700256439.5383] caught SIGTERM, shutting down normally.
Nov 17 23:27:19 ArchyDaniel systemd[1]: Starting Tell Plymouth To Jump To initramfs...
Nov 17 23:27:19 ArchyDaniel NetworkManager[552]: <info>  [1700256439.5393] device (wlp1s0): state change: disconnected -> unmanaged (reason 'unmanaged', sys-iface-state: 'managed')
Nov 17 23:27:19 ArchyDaniel systemd[1]: Stopping WPA supplicant...
Nov 17 23:27:19 ArchyDaniel systemd[1]: Finished Tell Plymouth To Jump To initramfs.
Nov 17 23:27:19 ArchyDaniel systemd[1]: systemd-logind.service: Deactivated successfully.
Nov 17 23:27:19 ArchyDaniel wpa_supplicant[571]: p2p-dev-wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 23:27:19 ArchyDaniel wpa_supplicant[571]: p2p-dev-wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 23:27:19 ArchyDaniel NetworkManager[552]: <info>  [1700256439.6501] device (wlp1s0): set-hw-addr: reset MAC address to F0:9E:4A:A1:F6:44 (unmanage)
Nov 17 23:27:19 ArchyDaniel wpa_supplicant[571]: nl80211: deinit ifname=p2p-dev-wlp1s0 disabled_11b_rates=0
Nov 17 23:27:19 ArchyDaniel systemd[1]: Stopped User Login Management.
Nov 17 23:27:19 ArchyDaniel systemd[1]: Stopped target User and Group Name Lookups.
Nov 17 23:27:20 ArchyDaniel wpa_supplicant[571]: p2p-dev-wlp1s0: CTRL-EVENT-TERMINATING
Nov 17 23:27:20 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 23:27:20 ArchyDaniel NetworkManager[552]: <info>  [1700256440.0144] device (p2p-dev-wlp1s0): state change: disconnected -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Nov 17 23:27:20 ArchyDaniel NetworkManager[552]: <info>  [1700256440.0157] dhcp4 (enp4s0f4u1): canceled DHCP transaction
Nov 17 23:27:20 ArchyDaniel NetworkManager[552]: <info>  [1700256440.0157] dhcp4 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 23:27:20 ArchyDaniel NetworkManager[552]: <info>  [1700256440.0157] dhcp4 (enp4s0f4u1): state changed no lease
Nov 17 23:27:20 ArchyDaniel NetworkManager[552]: <info>  [1700256440.0158] dhcp6 (enp4s0f4u1): canceled DHCP transaction
Nov 17 23:27:20 ArchyDaniel NetworkManager[552]: <info>  [1700256440.0158] dhcp6 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 23:27:20 ArchyDaniel NetworkManager[552]: <info>  [1700256440.0159] dhcp6 (enp4s0f4u1): state changed no lease
Nov 17 23:27:20 ArchyDaniel NetworkManager[552]: <info>  [1700256440.0159] manager: NetworkManager state is now CONNECTED_SITE
Nov 17 23:27:20 ArchyDaniel dbus-daemon[545]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=552 comm="/usr/bin/NetworkManager --no-daemon")
Nov 17 23:27:20 ArchyDaniel dbus-daemon[545]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Nov 17 23:27:20 ArchyDaniel NetworkManager[552]: <info>  [1700256440.0453] exiting (success)
Nov 17 23:27:20 ArchyDaniel systemd[1]: NetworkManager.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 17 23:27:20 ArchyDaniel wpa_supplicant[571]: nl80211: deinit ifname=wlp1s0 disabled_11b_rates=0
Nov 17 23:27:20 ArchyDaniel wpa_supplicant[571]: wlp1s0: CTRL-EVENT-TERMINATING
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Network Manager.
Nov 17 23:27:20 ArchyDaniel systemd[1]: NetworkManager.service: Consumed 2.288s CPU time.
Nov 17 23:27:20 ArchyDaniel systemd[1]: wpa_supplicant.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped WPA supplicant.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopping D-Bus System Message Bus...
Nov 17 23:27:20 ArchyDaniel systemd[1]: dbus.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped D-Bus System Message Bus.
Nov 17 23:27:20 ArchyDaniel systemd[1]: dbus.service: Consumed 1.752s CPU time.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped target Basic System.
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-ask-password-plymouth.path: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Forward Password Requests to Plymouth Directory Watch.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped target Path Units.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped target Slice Units.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Removed slice User and Session Slice.
Nov 17 23:27:20 ArchyDaniel systemd[1]: user.slice: Consumed 28min 41.412s CPU time.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped target Socket Units.
Nov 17 23:27:20 ArchyDaniel systemd[1]: dbus.socket: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Closed D-Bus System Message Bus Socket.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped target System Initialization.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped target Local Encrypted Volumes.
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped target Local Integrity Protected Volumes.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped target Local Verity Protected Volumes.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1...
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopping Set Up Additional Binary Formats...
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-sysctl.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Apply Kernel Variables.
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-coredump.socket: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Closed Process Core Dump Socket.
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-modules-load.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Load Kernel Modules.
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-update-done.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Update is Completed.
Nov 17 23:27:20 ArchyDaniel systemd[1]: ldconfig.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Rebuild Dynamic Linker Cache.
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-journal-catalog-update.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Rebuild Journal Catalog.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-backlight@backlight:amdgpu_bl1.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1.
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-binfmt.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Set Up Additional Binary Formats.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Removed slice Slice /system/systemd-backlight.
Nov 17 23:27:20 ArchyDaniel systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Nov 17 23:27:20 ArchyDaniel systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Create Volatile Files and Directories.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped target Local File Systems.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Unmounting /boot/efi...
Nov 17 23:27:20 ArchyDaniel systemd[1]: Unmounting Temporary Directory /tmp...
Nov 17 23:27:20 ArchyDaniel systemd[1]: boot-efi.mount: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Unmounted /boot/efi.
Nov 17 23:27:20 ArchyDaniel systemd[1]: tmp.mount: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Unmounted Temporary Directory /tmp.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped target Preparation for Local File Systems.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped target Swaps.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Deactivating swap /dev/disk/by-diskseq/1-part2...
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Create Static Device Nodes in /dev.
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-sysusers.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Create System Users.
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Remount Root and Kernel File Systems.
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Create Static Device Nodes in /dev gracefully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: dev-disk-by\x2ddiskseq-1\x2dpart2.swap: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Deactivated swap /dev/disk/by-diskseq/1-part2.
Nov 17 23:27:20 ArchyDaniel systemd[1]: dev-disk-by\x2did-nvme\x2dKINGSTON_OM8PCP3512F\x2dAI1_50026B7684B2A78B_1\x2dpart2.swap: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Deactivated swap /dev/disk/by-id/nvme-KINGSTON_OM8PCP3512F-AI1_50026B7684B2A78B_1-part2.
Nov 17 23:27:20 ArchyDaniel systemd[1]: dev-disk-by\x2did-nvme\x2deui.0026b7684b2a78b5\x2dpart2.swap: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Deactivated swap /dev/disk/by-id/nvme-eui.0026b7684b2a78b5-part2.
Nov 17 23:27:20 ArchyDaniel systemd[1]: dev-disk-by\x2dpartuuid-23738f59\x2de76f\x2d4de6\x2d96e2\x2d2d83ab198136.swap: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Deactivated swap /dev/disk/by-partuuid/23738f59-e76f-4de6-96e2-2d83ab198136.
Nov 17 23:27:20 ArchyDaniel systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart2.swap: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:03:00.0-nvme-1-part2.
Nov 17 23:27:20 ArchyDaniel systemd[1]: dev-disk-by\x2did-nvme\x2dKINGSTON_OM8PCP3512F\x2dAI1_50026B7684B2A78B\x2dpart2.swap: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Deactivated swap /dev/disk/by-id/nvme-KINGSTON_OM8PCP3512F-AI1_50026B7684B2A78B-part2.
Nov 17 23:27:20 ArchyDaniel systemd[1]: dev-nvme0n1p2.swap: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Deactivated swap /dev/nvme0n1p2.
Nov 17 23:27:20 ArchyDaniel systemd[1]: dev-disk-by\x2duuid-7a6dad89\x2dd63a\x2d466f\x2d9097\x2df7ad615d7666.swap: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Deactivated swap /dev/disk/by-uuid/7a6dad89-d63a-466f-9097-f7ad615d7666.
Nov 17 23:27:20 ArchyDaniel systemd[1]: lvm2-monitor.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Reached target System Shutdown.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Reached target Unmount All Filesystems.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Reached target Late Shutdown Services.
Nov 17 23:27:20 ArchyDaniel systemd[1]: systemd-reboot.service: Deactivated successfully.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Finished System Reboot.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Reached target System Reboot.
Nov 17 23:27:20 ArchyDaniel systemd[1]: Shutting down.
Nov 17 23:27:21 ArchyDaniel systemd[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
Nov 17 23:27:21 ArchyDaniel systemd[1]: Watchdog running with a timeout of 10min.
Nov 17 23:27:21 ArchyDaniel kernel: watchdog: watchdog0: watchdog did not stop!
Nov 17 23:27:21 ArchyDaniel systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
Nov 17 23:27:21 ArchyDaniel systemd-shutdown[1]: Watchdog running with a timeout of 10min.
Nov 17 23:27:21 ArchyDaniel systemd-shutdown[1]: Syncing filesystems and block devices.
Nov 17 23:27:21 ArchyDaniel systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Nov 17 23:27:21 ArchyDaniel systemd-journald[322]: Journal stopped
-thc wrote:

  who provides the IPv4/IPv6 addresses to your Arch box?

A router

Offline

#7 2023-11-25 15:34:43

seth
Member
Registered: 2012-09-03
Posts: 51,348

Re: IPv4 gateway disappears from time to time

Nov 17 21:36:07 ArchyDaniel NetworkManager[552]: <info>  [1700249767.1479] dhcp4 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.1482] dhcp4 (enp4s0f4u1): state changed new lease, address=192.168.1.105
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.8284] dhcp6 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 21:36:08 ArchyDaniel NetworkManager[552]: <info>  [1700249768.8460] dhcp6 (enp4s0f4u1): state changed new lease, address=2001:xxxx:xxxx:xxxx::7
Nov 17 21:36:26 ArchyDaniel NetworkManager[552]: <info>  [1700249786.1590] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 21:36:28 ArchyDaniel NetworkManager[552]: <info>  [1700249788.2981] dhcp6 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 21:36:28 ArchyDaniel NetworkManager[552]: <info>  [1700249788.3062] dhcp6 (wlp1s0): state changed new lease, address=2001:xxxx:xxxx:xxxx::8
Nov 17 21:36:29 ArchyDaniel NetworkManager[552]: <info>  [1700249789.1609] dhcp4 (wlp1s0): state changed new lease, address=192.168.1.108
Nov 17 22:04:06 ArchyDaniel NetworkManager[552]: <info>  [1700251446.9241] dhcp6 (wlp1s0): state changed new lease, address=2001:xxxx:xxxx:xxxx::8
Nov 17 22:05:29 ArchyDaniel NetworkManager[552]: <info>  [1700251529.3686] dhcp6 (enp4s0f4u1): state changed new lease, address=2001:xxxx:xxxx:xxxx::7
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4270] dhcp4 (enp4s0f4u1): canceled DHCP transaction
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4270] dhcp4 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4270] dhcp4 (enp4s0f4u1): state changed no lease
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4271] dhcp6 (enp4s0f4u1): canceled DHCP transaction
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4271] dhcp6 (enp4s0f4u1): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:07:46 ArchyDaniel NetworkManager[552]: <info>  [1700251666.4271] dhcp6 (enp4s0f4u1): state changed no lease
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0211] dhcp4 (wlp1s0): canceled DHCP transaction
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0211] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0212] dhcp4 (wlp1s0): state changed no lease
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0213] dhcp6 (wlp1s0): canceled DHCP transaction
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0213] dhcp6 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:17:59 ArchyDaniel NetworkManager[552]: <info>  [1700252279.0213] dhcp6 (wlp1s0): state changed no lease
Nov 17 22:21:57 ArchyDaniel NetworkManager[552]: <info>  [1700252517.2519] dhcp4 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:21:59 ArchyDaniel NetworkManager[552]: <info>  [1700252519.0343] dhcp6 (wlp1s0): activation: beginning transaction (timeout in 45 seconds)
Nov 17 22:21:59 ArchyDaniel NetworkManager[552]: <info>  [1700252519.1213] dhcp6 (wlp1s0): state changed new lease, address=2001:xxxx:xxxx:xxxx::8
Nov 17 22:22:00 ArchyDaniel NetworkManager[552]: <info>  [1700252520.2660] dhcp4 (wlp1s0): state changed new lease, address=192.168.1.105

looks interesting.
You've IPv4 and IPv6 leases on enp4s0f4u1
20s later you switch over to the wifi you get switch and get either on wlp1s0
At 22:04:06 you get a "new" IPv6 lease on wlp1s0 and once second later on enp4s0f4u1
Then there's a lot of dhcp cancellation on either device until you finally, after a brief S3 cycle, get a new set of leases on wlp1s0

The noise at 22:17:59 is from the S3, but 22:07:46 is not and there's also

Nov 17 22:07:41 ArchyDaniel kernel: r8152 4-1:1.0 enp4s0f4u1: carrier off
Nov 17 22:07:46 ArchyDaniel kernel: r8152-cfgselector 4-1: USB disconnect, device number 2
Nov 17 22:07:46 ArchyDaniel kernel: r8152 4-1:1.0 enp4s0f4u1: Stop submitting intr, status -108

what seems you retracted the dongle right after it got its IPv6 lease.

The timestamps of the events (28m before IPv6 re-leases "out of the blue") and your description make me wonder wether
1. there is an issue w/ the (IPv4) lease renewal
2. this is because of the hybrid NIC config (and one of them being a USB dongle and in particular the wired one)

You could try to drastically increase the lease time (24h) in the router config (and by the MACs to IPs for IPv4) and also replace the NM internal dhcp client w/ dhcpcd or dhclient, https://wiki.archlinux.org/title/Networ … HCP_client

Offline

Board footer

Powered by FluxBB