You are not logged in.

#1 2022-05-03 19:00:28

vejtics
Member
Registered: 2021-08-31
Posts: 20

[SOLVED] Completely black screen (no cursor) on boot

Hi everyone,

After months of functioning properly, my Arch started to "black out" during boot. More precisely, the console shows up, but by the time my login manager should appear, the screen goes black, no cursor, not even backlight. Essentially, the computer behaves as if it were turned off, but it is still on (the power indicator lamp stays on). The only thing I can do is hold the power button, which I know is a very risky thing to do. I don't remember previously changing anything about the system, except maybe updating it (I'm not entirely sure if that's when it started happening).

When I boot Arch in single-user mode, during boot it says it's in rescue mode. It prompts me to log into the console and see some logs, and it also gives me the choice to press ctrl-D and continue. After pressing ctrl-D, the login manager displays normally and everything works. I assume it'd be useful to paste those logs here, but I don't know how to copy and paste them before even starting the desktop environment.

If it matters, I use rEFInd to dual-boot Windows 10 and Arch.

Let me know if there is any additional info I should post, and thanks in advance.

Last edited by vejtics (2022-06-04 12:50:12)

Offline

#2 2022-05-03 19:51:03

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] Completely black screen (no cursor) on boot

https://wiki.archlinux.org/title/Kernel … _KMS_start
Also 3rd link below (though I doubt that's the cause here, but just for good measure)

Offline

#3 2022-05-05 20:02:34

vejtics
Member
Registered: 2021-08-31
Posts: 20

Re: [SOLVED] Completely black screen (no cursor) on boot

I did both things you suggested, the issue persists.

Perhaps I should note that I resized the system partition before this happened, but I doubt it's the cause, because it didn't start happening immediately after resizing the partition.

Offline

#4 2022-05-05 20:05:37

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] Completely black screen (no cursor) on boot

I did both things you suggested

You did rebuild the initramfs and not just edit the config?

Please post a complete system journal of an affected boot  ("sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st" for the previous one)

Offline

#5 2022-05-11 16:44:00

vejtics
Member
Registered: 2021-08-31
Posts: 20

Re: [SOLVED] Completely black screen (no cursor) on boot

You did rebuild the initramfs

...actually no, I don't even know how it works. I checked the wiki about initramfs but it never mentions the word "rebuild", so could you tell me how exactly one does that?

I assume I should post the journal only after rebuilding the initramfs.

Offline

#6 2022-05-11 17:06:59

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [SOLVED] Completely black screen (no cursor) on boot

It does

Wiki wrote:

.

Long story short, you'll need to run

mkinitcpio -P

after editing the config.

Offline

#7 2022-05-17 14:20:05

vejtics
Member
Registered: 2021-08-31
Posts: 20

Re: [SOLVED] Completely black screen (no cursor) on boot

The following error appears after trying that:

==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> ERROR: Unable to write to /boot/initramfs-linux.img
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> ERROR: Unable to write to /boot/initramfs-linux-fallback.img

Offline

#8 2022-05-17 14:21:22

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] Completely black screen (no cursor) on boot

… as root …

Offline

#9 2022-05-20 21:07:35

vejtics
Member
Registered: 2021-08-31
Posts: 20

Re: [SOLVED] Completely black screen (no cursor) on boot

I rebuilt the initramfs and nothing changed. Here is the journal:

мај 20 22:09:50 grayhp20 kernel: Linux version 5.17.5-arch1-1 (linux@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Wed, 27 Apr 2022 20:56:11 +0000
мај 20 22:09:50 grayhp20 kernel: Command line: ro root=UUID=23d65116-731c-48fa-ab75-bc7662ec5e3b single initrd=\boot\initramfs-linux.img
мај 20 22:09:50 grayhp20 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
мај 20 22:09:50 grayhp20 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
мај 20 22:09:50 grayhp20 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
мај 20 22:09:50 grayhp20 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
мај 20 22:09:50 grayhp20 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
мај 20 22:09:50 grayhp20 kernel: signal: max sigframe size: 1776
мај 20 22:09:50 grayhp20 kernel: BIOS-provided physical RAM map:
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000002bfff] usable
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x000000000002c000-0x000000000002ffff] reserved
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x0000000000030000-0x0000000000086fff] usable
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x0000000000087000-0x00000000000bffff] reserved
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000000987ffff] usable
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x0000000009880000-0x0000000009dfffff] reserved
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0afff] ACPI NVS
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x0000000009f0b000-0x00000000ae00efff] usable
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x00000000ae00f000-0x00000000aee8efff] reserved
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x00000000aee8f000-0x00000000af77efff] ACPI NVS
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x00000000af77f000-0x00000000af7fefff] ACPI data
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x00000000af7ff000-0x00000000af7fffff] usable
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x00000000af800000-0x00000000afffffff] reserved
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x00000000fdc00000-0x00000000fec00fff] reserved
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x0000000100000000-0x00000001ceffffff] usable
мај 20 22:09:50 grayhp20 kernel: BIOS-e820: [mem 0x00000001cf000000-0x000000024effffff] reserved
мај 20 22:09:50 grayhp20 kernel: NX (Execute Disable) protection: active
мај 20 22:09:50 grayhp20 kernel: e820: update [mem 0x94664018-0x94671457] usable ==> usable
мај 20 22:09:50 grayhp20 kernel: e820: update [mem 0x94664018-0x94671457] usable ==> usable
мај 20 22:09:50 grayhp20 kernel: extended physical RAM map:
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000002bfff] usable
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x000000000002c000-0x000000000002ffff] reserved
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x0000000000030000-0x0000000000086fff] usable
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x0000000000087000-0x00000000000bffff] reserved
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x0000000000100000-0x000000000987ffff] usable
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x0000000009880000-0x0000000009dfffff] reserved
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0afff] ACPI NVS
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x0000000009f0b000-0x0000000094664017] usable
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x0000000094664018-0x0000000094671457] usable
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x0000000094671458-0x00000000ae00efff] usable
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x00000000ae00f000-0x00000000aee8efff] reserved
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x00000000aee8f000-0x00000000af77efff] ACPI NVS
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x00000000af77f000-0x00000000af7fefff] ACPI data
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x00000000af7ff000-0x00000000af7fffff] usable
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x00000000af800000-0x00000000afffffff] reserved
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x00000000fdc00000-0x00000000fec00fff] reserved
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x0000000100000000-0x00000001ceffffff] usable
мај 20 22:09:50 grayhp20 kernel: reserve setup_data: [mem 0x00000001cf000000-0x000000024effffff] reserved
мај 20 22:09:50 grayhp20 kernel: efi: EFI v2.70 by INSYDE Corp.
мај 20 22:09:50 grayhp20 kernel: efi: ESRT=0xae728d18 ACPI=0xaf7fe000 ACPI 2.0=0xaf7fe014 SMBIOS=0xae5c4000 SMBIOS 3.0=0xae5c2000 MEMATTR=0x9e37b018 RNG=0xae5c0818 
мај 20 22:09:50 grayhp20 kernel: efi: seeding entropy pool
мај 20 22:09:50 grayhp20 kernel: random: fast init done
мај 20 22:09:50 grayhp20 kernel: SMBIOS 3.1.1 present.
мај 20 22:09:50 grayhp20 kernel: DMI: HP HP 255 G7 Notebook PC/85EA, BIOS F.31 07/01/2020
мај 20 22:09:50 grayhp20 kernel: tsc: Fast TSC calibration using PIT
мај 20 22:09:50 grayhp20 kernel: tsc: Detected 2095.965 MHz processor
мај 20 22:09:50 grayhp20 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
мај 20 22:09:50 grayhp20 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
мај 20 22:09:50 grayhp20 kernel: last_pfn = 0x1cf000 max_arch_pfn = 0x400000000
мај 20 22:09:50 grayhp20 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
мај 20 22:09:50 grayhp20 kernel: last_pfn = 0xaf800 max_arch_pfn = 0x400000000
мај 20 22:09:50 grayhp20 kernel: esrt: Reserving ESRT space from 0x00000000ae728d18 to 0x00000000ae728d50.
мај 20 22:09:50 grayhp20 kernel: Using GB pages for direct mapping
мај 20 22:09:50 grayhp20 kernel: Secure boot disabled
мај 20 22:09:50 grayhp20 kernel: RAMDISK: [mem 0x7f3f3000-0x7fffffff]
мај 20 22:09:50 grayhp20 kernel: ACPI: Early table checksum verification disabled
мај 20 22:09:50 grayhp20 kernel: ACPI: RSDP 0x00000000AF7FE014 000024 (v02 HPQOEM)
мај 20 22:09:50 grayhp20 kernel: ACPI: XSDT 0x00000000AF7D3188 000104 (v01 HPQOEM SLIC-MPC 00000002 HP   01000013)
мај 20 22:09:50 grayhp20 kernel: ACPI: FACP 0x00000000AF7EA000 00010C (v05 HPQOEM SLIC-MPC 00000002 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: DSDT 0x00000000AF7DD000 007855 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: FACS 0x00000000AF35B000 000040
мај 20 22:09:50 grayhp20 kernel: ACPI: UEFI 0x00000000AF765000 000236 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7F7000 005472 (v02 HPQOEM 85EA     00000002 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7F6000 00016F (v01 HPQOEM 85EA     00001000 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7EE000 007164 (v01 HPQOEM 85EA     00001000 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: ASF! 0x00000000AF7EC000 0000A5 (v32 HPQOEM 85EA     00000002 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: BOOT 0x00000000AF7EB000 000028 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: HPET 0x00000000AF7E9000 000038 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: APIC 0x00000000AF7E8000 000138 (v03 HPQOEM 85EA     00000002 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: MCFG 0x00000000AF7E7000 00003C (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: WSMT 0x00000000AF7E5000 000028 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7DC000 0000E9 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7DB000 000080 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: IVRS 0x00000000AF7DA000 00013E (v02 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D8000 00119C (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: CRAT 0x00000000AF7D7000 000810 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: CDIT 0x00000000AF7D6000 000029 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D5000 0001D4 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D4000 0005C1 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7FD000 000259 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D2000 0000B9 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D1000 000C33 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7CF000 001B3B (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7CD000 001C55 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: FPDT 0x00000000AF7CC000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7CA000 000164 (v01 HPQOEM 85EA     00001000 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: SSDT 0x00000000AF7C9000 0002EA (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: BGRT 0x00000000AF7E6000 000038 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving FACP table memory at [mem 0xaf7ea000-0xaf7ea10b]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving DSDT table memory at [mem 0xaf7dd000-0xaf7e4854]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving FACS table memory at [mem 0xaf35b000-0xaf35b03f]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving UEFI table memory at [mem 0xaf765000-0xaf765235]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7f7000-0xaf7fc471]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7f6000-0xaf7f616e]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7ee000-0xaf7f5163]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving ASF! table memory at [mem 0xaf7ec000-0xaf7ec0a4]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving BOOT table memory at [mem 0xaf7eb000-0xaf7eb027]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving HPET table memory at [mem 0xaf7e9000-0xaf7e9037]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving APIC table memory at [mem 0xaf7e8000-0xaf7e8137]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving MCFG table memory at [mem 0xaf7e7000-0xaf7e703b]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving WSMT table memory at [mem 0xaf7e5000-0xaf7e5027]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7dc000-0xaf7dc0e8]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7db000-0xaf7db07f]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving IVRS table memory at [mem 0xaf7da000-0xaf7da13d]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d8000-0xaf7d919b]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving CRAT table memory at [mem 0xaf7d7000-0xaf7d780f]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving CDIT table memory at [mem 0xaf7d6000-0xaf7d6028]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d5000-0xaf7d51d3]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d4000-0xaf7d45c0]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7fd000-0xaf7fd258]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d2000-0xaf7d20b8]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d1000-0xaf7d1c32]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7cf000-0xaf7d0b3a]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7cd000-0xaf7cec54]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving FPDT table memory at [mem 0xaf7cc000-0xaf7cc043]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7ca000-0xaf7ca163]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7c9000-0xaf7c92e9]
мај 20 22:09:50 grayhp20 kernel: ACPI: Reserving BGRT table memory at [mem 0xaf7e6000-0xaf7e6037]
мај 20 22:09:50 grayhp20 kernel: No NUMA configuration found
мај 20 22:09:50 grayhp20 kernel: Faking a node at [mem 0x0000000000000000-0x00000001ceffffff]
мај 20 22:09:50 grayhp20 kernel: NODE_DATA(0) allocated [mem 0x1ceffc000-0x1ceffffff]
мај 20 22:09:50 grayhp20 kernel: Zone ranges:
мај 20 22:09:50 grayhp20 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
мај 20 22:09:50 grayhp20 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
мај 20 22:09:50 grayhp20 kernel:   Normal   [mem 0x0000000100000000-0x00000001ceffffff]
мај 20 22:09:50 grayhp20 kernel:   Device   empty
мај 20 22:09:50 grayhp20 kernel: Movable zone start for each node
мај 20 22:09:50 grayhp20 kernel: Early memory node ranges
мај 20 22:09:50 grayhp20 kernel:   node   0: [mem 0x0000000000001000-0x000000000002bfff]
мај 20 22:09:50 grayhp20 kernel:   node   0: [mem 0x0000000000030000-0x0000000000086fff]
мај 20 22:09:50 grayhp20 kernel:   node   0: [mem 0x0000000000100000-0x000000000987ffff]
мај 20 22:09:50 grayhp20 kernel:   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
мај 20 22:09:50 grayhp20 kernel:   node   0: [mem 0x0000000009f0b000-0x00000000ae00efff]
мај 20 22:09:50 grayhp20 kernel:   node   0: [mem 0x00000000af7ff000-0x00000000af7fffff]
мај 20 22:09:50 grayhp20 kernel:   node   0: [mem 0x0000000100000000-0x00000001ceffffff]
мај 20 22:09:50 grayhp20 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000001ceffffff]
мај 20 22:09:50 grayhp20 kernel: On node 0, zone DMA: 1 pages in unavailable ranges
мај 20 22:09:50 grayhp20 kernel: On node 0, zone DMA: 4 pages in unavailable ranges
мај 20 22:09:50 grayhp20 kernel: On node 0, zone DMA: 121 pages in unavailable ranges
мај 20 22:09:50 grayhp20 kernel: On node 0, zone DMA32: 1408 pages in unavailable ranges
мај 20 22:09:50 grayhp20 kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
мај 20 22:09:50 grayhp20 kernel: On node 0, zone DMA32: 6128 pages in unavailable ranges
мај 20 22:09:50 grayhp20 kernel: On node 0, zone Normal: 2048 pages in unavailable ranges
мај 20 22:09:50 grayhp20 kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
мај 20 22:09:50 grayhp20 kernel: ACPI: PM-Timer IO Port: 0x408
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
мај 20 22:09:50 grayhp20 kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
мај 20 22:09:50 grayhp20 kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
мај 20 22:09:50 grayhp20 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
мај 20 22:09:50 grayhp20 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
мај 20 22:09:50 grayhp20 kernel: ACPI: Using ACPI (MADT) for SMP configuration information
мај 20 22:09:50 grayhp20 kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
мај 20 22:09:50 grayhp20 kernel: e820: update [mem 0x9e45b000-0x9e46efff] usable ==> reserved
мај 20 22:09:50 grayhp20 kernel: smpboot: Allowing 16 CPUs, 8 hotplug CPUs
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x0002c000-0x0002ffff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x00087000-0x000bffff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x09880000-0x09dfffff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0afff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x94664000-0x94664fff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x94671000-0x94671fff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x9e45b000-0x9e46efff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xae00f000-0xaee8efff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xaee8f000-0xaf77efff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xaf77f000-0xaf7fefff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xaf800000-0xafffffff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xf7ffffff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfdbfffff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfdc00000-0xfec00fff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
мај 20 22:09:50 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
мај 20 22:09:50 grayhp20 kernel: [mem 0xb0000000-0xf7ffffff] available for PCI devices
мај 20 22:09:50 grayhp20 kernel: Booting paravirtualized kernel on bare hardware
мај 20 22:09:50 grayhp20 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
мај 20 22:09:50 grayhp20 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
мај 20 22:09:50 grayhp20 kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
мај 20 22:09:50 grayhp20 kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
мај 20 22:09:50 grayhp20 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
мај 20 22:09:50 grayhp20 kernel: Fallback order for Node 0: 0 
мај 20 22:09:50 grayhp20 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1533530
мај 20 22:09:50 grayhp20 kernel: Policy zone: Normal
мај 20 22:09:50 grayhp20 kernel: Kernel command line: ro root=UUID=23d65116-731c-48fa-ab75-bc7662ec5e3b single initrd=\boot\initramfs-linux.img
мај 20 22:09:50 grayhp20 kernel: Unknown kernel command line parameters "single", will be passed to user space.
мај 20 22:09:50 grayhp20 kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
мај 20 22:09:50 grayhp20 kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
мај 20 22:09:50 grayhp20 kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
мај 20 22:09:50 grayhp20 kernel: Memory: 5904420K/6236188K available (14343K kernel code, 2092K rwdata, 10940K rodata, 1796K init, 3844K bss, 331508K reserved, 0K cma-reserved)
мај 20 22:09:50 grayhp20 kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x550 with crng_init=1
мај 20 22:09:50 grayhp20 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
мај 20 22:09:50 grayhp20 kernel: ftrace: allocating 44938 entries in 176 pages
мај 20 22:09:50 grayhp20 kernel: ftrace: allocated 176 pages with 3 groups
мај 20 22:09:50 grayhp20 kernel: Dynamic Preempt: full
мај 20 22:09:50 grayhp20 kernel: rcu: Preemptible hierarchical RCU implementation.
мај 20 22:09:50 grayhp20 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
мај 20 22:09:50 grayhp20 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
мај 20 22:09:50 grayhp20 kernel:         Trampoline variant of Tasks RCU enabled.
мај 20 22:09:50 grayhp20 kernel:         Rude variant of Tasks RCU enabled.
мај 20 22:09:50 grayhp20 kernel:         Tracing variant of Tasks RCU enabled.
мај 20 22:09:50 grayhp20 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
мај 20 22:09:50 grayhp20 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
мај 20 22:09:50 grayhp20 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
мај 20 22:09:50 grayhp20 kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
мај 20 22:09:50 grayhp20 kernel: random: crng init done (trusting CPU's manufacturer)
мај 20 22:09:50 grayhp20 kernel: Console: colour dummy device 80x25
мај 20 22:09:50 grayhp20 kernel: printk: console [tty0] enabled
мај 20 22:09:50 grayhp20 kernel: ACPI: Core revision 20211217
мај 20 22:09:50 grayhp20 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
мај 20 22:09:50 grayhp20 kernel: APIC: Switch to symmetric I/O mode setup
мај 20 22:09:50 grayhp20 kernel: AMD-Vi: ivrs, add hid:PNPD0040, uid:, rdevid:152
мај 20 22:09:50 grayhp20 kernel: Switched APIC routing to physical flat.
мај 20 22:09:50 grayhp20 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
мај 20 22:09:50 grayhp20 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e364cb63d3, max_idle_ns: 440795247835 ns
мај 20 22:09:50 grayhp20 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4193.59 BogoMIPS (lpj=6986550)
мај 20 22:09:50 grayhp20 kernel: pid_max: default: 32768 minimum: 301
мај 20 22:09:50 grayhp20 kernel: LSM: Security Framework initializing
мај 20 22:09:50 grayhp20 kernel: landlock: Up and running.
мај 20 22:09:50 grayhp20 kernel: Yama: becoming mindful.
мај 20 22:09:50 grayhp20 kernel: LSM support for eBPF active
мај 20 22:09:50 grayhp20 kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
мај 20 22:09:50 grayhp20 kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
мај 20 22:09:50 grayhp20 kernel: LVT offset 1 assigned for vector 0xf9
мај 20 22:09:50 grayhp20 kernel: LVT offset 2 assigned for vector 0xf4
мај 20 22:09:50 grayhp20 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
мај 20 22:09:50 grayhp20 kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
мај 20 22:09:50 grayhp20 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
мај 20 22:09:50 grayhp20 kernel: Spectre V2 : Mitigation: Retpolines
мај 20 22:09:50 grayhp20 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
мај 20 22:09:50 grayhp20 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
мај 20 22:09:50 grayhp20 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
мај 20 22:09:50 grayhp20 kernel: Freeing SMP alternatives memory: 36K
мај 20 22:09:50 grayhp20 kernel: smpboot: CPU0: AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx (family: 0x17, model: 0x18, stepping: 0x1)
мај 20 22:09:50 grayhp20 kernel: cblist_init_generic: Setting adjustable number of callback queues.
мај 20 22:09:50 grayhp20 kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
мај 20 22:09:50 grayhp20 kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
мај 20 22:09:50 grayhp20 kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
мај 20 22:09:50 grayhp20 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
мај 20 22:09:50 grayhp20 kernel: ... version:                0
мај 20 22:09:50 grayhp20 kernel: ... bit width:              48
мај 20 22:09:50 grayhp20 kernel: ... generic registers:      6
мај 20 22:09:50 grayhp20 kernel: ... value mask:             0000ffffffffffff
мај 20 22:09:50 grayhp20 kernel: ... max period:             00007fffffffffff
мај 20 22:09:50 grayhp20 kernel: ... fixed-purpose events:   0
мај 20 22:09:50 grayhp20 kernel: ... event mask:             000000000000003f
мај 20 22:09:50 grayhp20 kernel: rcu: Hierarchical SRCU implementation.
мај 20 22:09:50 grayhp20 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
мај 20 22:09:50 grayhp20 kernel: smp: Bringing up secondary CPUs ...
мај 20 22:09:50 grayhp20 kernel: x86: Booting SMP configuration:
мај 20 22:09:50 grayhp20 kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
мај 20 22:09:50 grayhp20 kernel: smp: Brought up 1 node, 8 CPUs
мај 20 22:09:50 grayhp20 kernel: smpboot: Max logical packages: 2
мај 20 22:09:50 grayhp20 kernel: smpboot: Total of 8 processors activated (33548.75 BogoMIPS)
мај 20 22:09:50 grayhp20 kernel: devtmpfs: initialized
мај 20 22:09:50 grayhp20 kernel: x86/mm: Memory block size: 128MB
мај 20 22:09:50 grayhp20 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0afff] (45056 bytes)
мај 20 22:09:50 grayhp20 kernel: ACPI: PM: Registering ACPI NVS region [mem 0xaee8f000-0xaf77efff] (9371648 bytes)
мај 20 22:09:50 grayhp20 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
мај 20 22:09:50 grayhp20 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
мај 20 22:09:50 grayhp20 kernel: pinctrl core: initialized pinctrl subsystem
мај 20 22:09:50 grayhp20 kernel: PM: RTC time: 20:09:49, date: 2022-05-20
мај 20 22:09:50 grayhp20 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
мај 20 22:09:50 grayhp20 kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
мај 20 22:09:50 grayhp20 kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
мај 20 22:09:50 grayhp20 kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
мај 20 22:09:50 grayhp20 kernel: audit: initializing netlink subsys (disabled)
мај 20 22:09:50 grayhp20 kernel: audit: type=2000 audit(1653077388.156:1): state=initialized audit_enabled=0 res=1
мај 20 22:09:50 grayhp20 kernel: thermal_sys: Registered thermal governor 'fair_share'
мај 20 22:09:50 grayhp20 kernel: thermal_sys: Registered thermal governor 'bang_bang'
мај 20 22:09:50 grayhp20 kernel: thermal_sys: Registered thermal governor 'step_wise'
мај 20 22:09:50 grayhp20 kernel: thermal_sys: Registered thermal governor 'user_space'
мај 20 22:09:50 grayhp20 kernel: thermal_sys: Registered thermal governor 'power_allocator'
мај 20 22:09:50 grayhp20 kernel: cpuidle: using governor ladder
мај 20 22:09:50 grayhp20 kernel: cpuidle: using governor menu
мај 20 22:09:50 grayhp20 kernel: Simple Boot Flag at 0x44 set to 0x1
мај 20 22:09:50 grayhp20 kernel: HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
мај 20 22:09:50 grayhp20 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
мај 20 22:09:50 grayhp20 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
мај 20 22:09:50 grayhp20 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
мај 20 22:09:50 grayhp20 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
мај 20 22:09:50 grayhp20 kernel: PCI: Using configuration type 1 for base access
мај 20 22:09:50 grayhp20 kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
мај 20 22:09:50 grayhp20 kernel: HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
мај 20 22:09:50 grayhp20 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
мај 20 22:09:50 grayhp20 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
мај 20 22:09:50 grayhp20 kernel: ACPI: Added _OSI(Module Device)
мај 20 22:09:50 grayhp20 kernel: ACPI: Added _OSI(Processor Device)
мај 20 22:09:50 grayhp20 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
мај 20 22:09:50 grayhp20 kernel: ACPI: Added _OSI(Processor Aggregator Device)
мај 20 22:09:50 grayhp20 kernel: ACPI: Added _OSI(Linux-Dell-Video)
мај 20 22:09:50 grayhp20 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
мај 20 22:09:50 grayhp20 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
мај 20 22:09:50 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP2.BCM5], AE_NOT_FOUND (20211217/dswload2-162)
мај 20 22:09:50 grayhp20 kernel: fbcon: Taking over console
мај 20 22:09:50 grayhp20 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
мај 20 22:09:50 grayhp20 kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
мај 20 22:09:50 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP1.DEV0], AE_NOT_FOUND (20211217/dswload2-162)
мај 20 22:09:50 grayhp20 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
мај 20 22:09:50 grayhp20 kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
мај 20 22:09:50 grayhp20 kernel: ACPI: 16 ACPI AML tables successfully acquired and loaded
мај 20 22:09:50 grayhp20 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
мај 20 22:09:50 grayhp20 kernel: ACPI: EC: EC started
мај 20 22:09:50 grayhp20 kernel: ACPI: EC: interrupt blocked
мај 20 22:09:50 grayhp20 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
мај 20 22:09:50 grayhp20 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
мај 20 22:09:50 grayhp20 kernel: ACPI: Interpreter enabled
мај 20 22:09:50 grayhp20 kernel: ACPI: PM: (supports S0 S3 S4 S5)
мај 20 22:09:50 grayhp20 kernel: ACPI: Using IOAPIC for interrupt routing
мај 20 22:09:50 grayhp20 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
мај 20 22:09:50 grayhp20 kernel: ACPI: Enabled 4 GPEs in block 00 to 1F
мај 20 22:09:50 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20211217/psargs-330)
мај 20 22:09:50 grayhp20 kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous error (AE_NOT_FOUND) (20211217/psparse-529)
мај 20 22:09:50 grayhp20 kernel: ACPI: PM: Power Resource [PRWL]
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
мај 20 22:09:50 grayhp20 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
мај 20 22:09:50 grayhp20 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
мај 20 22:09:50 grayhp20 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
мај 20 22:09:50 grayhp20 kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
мај 20 22:09:50 grayhp20 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
мај 20 22:09:50 grayhp20 kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000cd3ff])
мај 20 22:09:50 grayhp20 kernel: PCI host bridge to bus 0000:00
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cbfff window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0xb0000000-0xf7ffffff window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.2: enabling Extended Tags
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.3: [1022:15d3] type 01 class 0x060400
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.3: enabling Extended Tags
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.5: [1022:15d3] type 01 class 0x060400
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.5: enabling Extended Tags
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.5: PME# supported from D0 D3hot D3cold
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.1: enabling Extended Tags
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
мај 20 22:09:50 grayhp20 kernel: pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
мај 20 22:09:50 grayhp20 kernel: pci 0000:01:00.0: reg 0x10: [io  0x3000-0x30ff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:01:00.0: reg 0x18: [mem 0xc0904000-0xc0904fff 64bit]
мај 20 22:09:50 grayhp20 kernel: pci 0000:01:00.0: reg 0x20: [mem 0xc0900000-0xc0903fff 64bit]
мај 20 22:09:50 grayhp20 kernel: pci 0000:01:00.0: supports D1 D2
мај 20 22:09:50 grayhp20 kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.2: PCI bridge to [bus 01]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.2:   bridge window [io  0x3000-0x3fff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.2:   bridge window [mem 0xc0900000-0xc09fffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:02:00.0: [10ec:c821] type 00 class 0x028000
мај 20 22:09:50 grayhp20 kernel: pci 0000:02:00.0: reg 0x10: [io  0x2000-0x20ff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:02:00.0: reg 0x18: [mem 0xc0800000-0xc080ffff 64bit]
мај 20 22:09:50 grayhp20 kernel: pci 0000:02:00.0: supports D1 D2
мај 20 22:09:50 grayhp20 kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.3: PCI bridge to [bus 02]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.3:   bridge window [io  0x2000-0x2fff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.3:   bridge window [mem 0xc0800000-0xc08fffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:03:00.0: [1c5c:1339] type 00 class 0x010802
мај 20 22:09:50 grayhp20 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xc0700000-0xc0703fff 64bit]
мај 20 22:09:50 grayhp20 kernel: pci 0000:03:00.0: supports D1
мај 20 22:09:50 grayhp20 kernel: pci 0000:03:00.0: PME# supported from D0 D1 D3hot
мај 20 22:09:50 grayhp20 kernel: pci 0000:03:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x2 link at 0000:00:01.5 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.5: PCI bridge to [bus 03]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.5:   bridge window [mem 0xc0700000-0xc07fffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.0: [1002:15d8] type 00 class 0x030000
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xb0000000-0xbfffffff 64bit pref]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.0: reg 0x18: [mem 0xc0000000-0xc01fffff 64bit pref]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.0: reg 0x24: [mem 0xc0600000-0xc067ffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.0: enabling Extended Tags
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.0: BAR 0: assigned to efifb
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.1: [1002:15de] type 00 class 0x040300
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.1: reg 0x10: [mem 0xc06c8000-0xc06cbfff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.1: enabling Extended Tags
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.2: reg 0x18: [mem 0xc0500000-0xc05fffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.2: reg 0x24: [mem 0xc06ce000-0xc06cffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.2: enabling Extended Tags
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.3: [1022:15e0] type 00 class 0x0c0330
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.3: reg 0x10: [mem 0xc0400000-0xc04fffff 64bit]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.3: enabling Extended Tags
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.4: [1022:15e1] type 00 class 0x0c0330
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.4: reg 0x10: [mem 0xc0300000-0xc03fffff 64bit]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.4: enabling Extended Tags
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.5: reg 0x10: [mem 0xc0680000-0xc06bffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.5: enabling Extended Tags
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.6: reg 0x10: [mem 0xc06c0000-0xc06c7fff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.6: enabling Extended Tags
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.7: [1022:15e6] type 00 class 0x000000
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.7: reg 0x18: [mem 0xc0200000-0xc02fffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.7: reg 0x24: [mem 0xc06cc000-0xc06cdfff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.7: enabling Extended Tags
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.1:   bridge window [mem 0xc0200000-0xc06fffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.1:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKA disabled
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKB disabled
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKC disabled
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKD disabled
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKE disabled
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKF disabled
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKG disabled
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
мај 20 22:09:50 grayhp20 kernel: ACPI: PCI: Interrupt link LNKH disabled
мај 20 22:09:50 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20211217/psargs-330)
мај 20 22:09:50 grayhp20 kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous error (AE_NOT_FOUND) (20211217/psparse-529)
мај 20 22:09:50 grayhp20 kernel: ACPI: EC: interrupt unblocked
мај 20 22:09:50 grayhp20 kernel: ACPI: EC: event unblocked
мај 20 22:09:50 grayhp20 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
мај 20 22:09:50 grayhp20 kernel: ACPI: EC: GPE=0x3
мај 20 22:09:50 grayhp20 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
мај 20 22:09:50 grayhp20 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
мај 20 22:09:50 grayhp20 kernel: iommu: Default domain type: Translated 
мај 20 22:09:50 grayhp20 kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.0: vgaarb: setting as boot VGA device
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.0: vgaarb: bridge control possible
мај 20 22:09:50 grayhp20 kernel: vgaarb: loaded
мај 20 22:09:50 grayhp20 kernel: SCSI subsystem initialized
мај 20 22:09:50 grayhp20 kernel: libata version 3.00 loaded.
мај 20 22:09:50 grayhp20 kernel: ACPI: bus type USB registered
мај 20 22:09:50 grayhp20 kernel: usbcore: registered new interface driver usbfs
мај 20 22:09:50 grayhp20 kernel: usbcore: registered new interface driver hub
мај 20 22:09:50 grayhp20 kernel: usbcore: registered new device driver usb
мај 20 22:09:50 grayhp20 kernel: pps_core: LinuxPPS API ver. 1 registered
мај 20 22:09:50 grayhp20 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
мај 20 22:09:50 grayhp20 kernel: PTP clock support registered
мај 20 22:09:50 grayhp20 kernel: EDAC MC: Ver: 3.0.0
мај 20 22:09:50 grayhp20 kernel: Registered efivars operations
мај 20 22:09:50 grayhp20 kernel: NetLabel: Initializing
мај 20 22:09:50 grayhp20 kernel: NetLabel:  domain hash size = 128
мај 20 22:09:50 grayhp20 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
мај 20 22:09:50 grayhp20 kernel: NetLabel:  unlabeled traffic allowed by default
мај 20 22:09:50 grayhp20 kernel: mctp: management component transport protocol core
мај 20 22:09:50 grayhp20 kernel: NET: Registered PF_MCTP protocol family
мај 20 22:09:50 grayhp20 kernel: PCI: Using ACPI for IRQ routing
мај 20 22:09:50 grayhp20 kernel: PCI: pci_cache_line_size set to 64 bytes
мај 20 22:09:50 grayhp20 kernel: e820: reserve RAM buffer [mem 0x0002c000-0x0002ffff]
мај 20 22:09:50 grayhp20 kernel: e820: reserve RAM buffer [mem 0x00087000-0x0008ffff]
мај 20 22:09:50 grayhp20 kernel: e820: reserve RAM buffer [mem 0x09880000-0x0bffffff]
мај 20 22:09:50 grayhp20 kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
мај 20 22:09:50 grayhp20 kernel: e820: reserve RAM buffer [mem 0x94664018-0x97ffffff]
мај 20 22:09:50 grayhp20 kernel: e820: reserve RAM buffer [mem 0x9e45b000-0x9fffffff]
мај 20 22:09:50 grayhp20 kernel: e820: reserve RAM buffer [mem 0xae00f000-0xafffffff]
мај 20 22:09:50 grayhp20 kernel: e820: reserve RAM buffer [mem 0xaf800000-0xafffffff]
мај 20 22:09:50 grayhp20 kernel: e820: reserve RAM buffer [mem 0x1cf000000-0x1cfffffff]
мај 20 22:09:50 grayhp20 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
мај 20 22:09:50 grayhp20 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
мај 20 22:09:50 grayhp20 kernel: clocksource: Switched to clocksource tsc-early
мај 20 22:09:50 grayhp20 kernel: VFS: Disk quotas dquot_6.6.0
мај 20 22:09:50 grayhp20 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
мај 20 22:09:50 grayhp20 kernel: pnp: PnP ACPI init
мај 20 22:09:50 grayhp20 kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
мај 20 22:09:50 grayhp20 kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
мај 20 22:09:50 grayhp20 kernel: system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
мај 20 22:09:50 grayhp20 kernel: system 00:04: [io  0x0400-0x04cf] has been reserved
мај 20 22:09:50 grayhp20 kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
мај 20 22:09:50 grayhp20 kernel: system 00:04: [io  0x04d6] has been reserved
мај 20 22:09:50 grayhp20 kernel: system 00:04: [io  0x0c00-0x0c01] has been reserved
мај 20 22:09:50 grayhp20 kernel: system 00:04: [io  0x0c14] has been reserved
мај 20 22:09:50 grayhp20 kernel: system 00:04: [io  0x0c50-0x0c52] has been reserved
мај 20 22:09:50 grayhp20 kernel: system 00:04: [io  0x0c6c] has been reserved
мај 20 22:09:50 grayhp20 kernel: system 00:04: [io  0x0c6f] has been reserved
мај 20 22:09:50 grayhp20 kernel: system 00:04: [io  0x0cd0-0x0cdb] has been reserved
мај 20 22:09:50 grayhp20 kernel: system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
мај 20 22:09:50 grayhp20 kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
мај 20 22:09:50 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20211217/psargs-330)
мај 20 22:09:50 grayhp20 kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous error (AE_NOT_FOUND) (20211217/psparse-529)
мај 20 22:09:50 grayhp20 kernel: pnp: PnP ACPI: found 6 devices
мај 20 22:09:50 grayhp20 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
мај 20 22:09:50 grayhp20 kernel: NET: Registered PF_INET protocol family
мај 20 22:09:50 grayhp20 kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
мај 20 22:09:50 grayhp20 kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
мај 20 22:09:50 grayhp20 kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
мај 20 22:09:50 grayhp20 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
мај 20 22:09:50 grayhp20 kernel: TCP: Hash tables configured (established 65536 bind 65536)
мај 20 22:09:50 grayhp20 kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
мај 20 22:09:50 grayhp20 kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
мај 20 22:09:50 grayhp20 kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
мај 20 22:09:50 grayhp20 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
мај 20 22:09:50 grayhp20 kernel: NET: Registered PF_XDP protocol family
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.2: PCI bridge to [bus 01]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.2:   bridge window [io  0x3000-0x3fff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.2:   bridge window [mem 0xc0900000-0xc09fffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.3: PCI bridge to [bus 02]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.3:   bridge window [io  0x2000-0x2fff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.3:   bridge window [mem 0xc0800000-0xc08fffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.5: PCI bridge to [bus 03]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.5:   bridge window [mem 0xc0700000-0xc07fffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.1:   bridge window [mem 0xc0200000-0xc06fffff]
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.1:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cbfff window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: resource 9 [mem 0xb0000000-0xf7ffffff window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfed3ffff window]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:01: resource 1 [mem 0xc0900000-0xc09fffff]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:02: resource 1 [mem 0xc0800000-0xc08fffff]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:03: resource 1 [mem 0xc0700000-0xc07fffff]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:04: resource 1 [mem 0xc0200000-0xc06fffff]
мај 20 22:09:50 grayhp20 kernel: pci_bus 0000:04: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.3: extending delay after power-on from D3hot to 20 msec
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.3: quirk_usb_early_handoff+0x0/0x750 took 30601 usecs
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.4: extending delay after power-on from D3hot to 20 msec
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x750 took 60173 usecs
мај 20 22:09:50 grayhp20 kernel: PCI: CLS 64 bytes, default 64
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
мај 20 22:09:50 grayhp20 kernel: Trying to unpack rootfs image as initramfs...
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:00.2: PCI INT A: not connected
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.0: Adding to iommu group 0
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.2: Adding to iommu group 1
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.3: Adding to iommu group 2
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:01.5: Adding to iommu group 3
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.0: Adding to iommu group 4
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:08.1: Adding to iommu group 5
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:14.0: Adding to iommu group 6
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:14.3: Adding to iommu group 6
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.0: Adding to iommu group 7
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.1: Adding to iommu group 7
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.2: Adding to iommu group 7
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.3: Adding to iommu group 7
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.4: Adding to iommu group 7
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.5: Adding to iommu group 7
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.6: Adding to iommu group 7
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:18.7: Adding to iommu group 7
мај 20 22:09:50 grayhp20 kernel: pci 0000:01:00.0: Adding to iommu group 8
мај 20 22:09:50 grayhp20 kernel: pci 0000:02:00.0: Adding to iommu group 9
мај 20 22:09:50 grayhp20 kernel: pci 0000:03:00.0: Adding to iommu group 10
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.0: Adding to iommu group 11
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.1: Adding to iommu group 12
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.2: Adding to iommu group 12
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.3: Adding to iommu group 12
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.4: Adding to iommu group 12
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.5: Adding to iommu group 12
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.6: Adding to iommu group 12
мај 20 22:09:50 grayhp20 kernel: pci 0000:04:00.7: Adding to iommu group 12
мај 20 22:09:50 grayhp20 kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
мај 20 22:09:50 grayhp20 kernel: AMD-Vi: Extended features (0x4f77ef22294ada): PPR NX GT IA GA PC GA_vAPIC
мај 20 22:09:50 grayhp20 kernel: AMD-Vi: Interrupt remapping enabled
мај 20 22:09:50 grayhp20 kernel: AMD-Vi: Virtual APIC enabled
мај 20 22:09:50 grayhp20 kernel: software IO TLB: tearing down default memory pool
мај 20 22:09:50 grayhp20 kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
мај 20 22:09:50 grayhp20 kernel: Initialise system trusted keyrings
мај 20 22:09:50 grayhp20 kernel: Key type blacklist registered
мај 20 22:09:50 grayhp20 kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
мај 20 22:09:50 grayhp20 kernel: zbud: loaded
мај 20 22:09:50 grayhp20 kernel: Key type asymmetric registered
мај 20 22:09:50 grayhp20 kernel: Asymmetric key parser 'x509' registered
мај 20 22:09:50 grayhp20 kernel: Freeing initrd memory: 12340K
мај 20 22:09:50 grayhp20 kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
мај 20 22:09:50 grayhp20 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
мај 20 22:09:50 grayhp20 kernel: io scheduler mq-deadline registered
мај 20 22:09:50 grayhp20 kernel: io scheduler kyber registered
мај 20 22:09:50 grayhp20 kernel: io scheduler bfq registered
мај 20 22:09:50 grayhp20 kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 26
мај 20 22:09:50 grayhp20 kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 26
мај 20 22:09:50 grayhp20 kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 27
мај 20 22:09:50 grayhp20 kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 27
мај 20 22:09:50 grayhp20 kernel: pcieport 0000:00:01.5: PME: Signaling with IRQ 28
мај 20 22:09:50 grayhp20 kernel: pcieport 0000:00:01.5: AER: enabled with IRQ 28
мај 20 22:09:50 grayhp20 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 29
мај 20 22:09:50 grayhp20 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
мај 20 22:09:50 grayhp20 kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
мај 20 22:09:50 grayhp20 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
мај 20 22:09:50 grayhp20 kernel: ACPI: button: Power Button [PWRB]
мај 20 22:09:50 grayhp20 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
мај 20 22:09:50 grayhp20 kernel: ACPI: button: Lid Switch [LID]
мај 20 22:09:50 grayhp20 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
мај 20 22:09:50 grayhp20 kernel: ACPI: button: Power Button [PWRF]
мај 20 22:09:50 grayhp20 kernel: Monitor-Mwait will be used to enter C-1 state
мај 20 22:09:50 grayhp20 kernel: ACPI: \_PR_.C000: Found 2 idle states
мај 20 22:09:50 grayhp20 kernel: ACPI: \_PR_.C001: Found 2 idle states
мај 20 22:09:50 grayhp20 kernel: ACPI: \_PR_.C002: Found 2 idle states
мај 20 22:09:50 grayhp20 kernel: ACPI: \_PR_.C003: Found 2 idle states
мај 20 22:09:50 grayhp20 kernel: ACPI: \_PR_.C004: Found 2 idle states
мај 20 22:09:50 grayhp20 kernel: ACPI: \_PR_.C005: Found 2 idle states
мај 20 22:09:50 grayhp20 kernel: ACPI: \_PR_.C006: Found 2 idle states
мај 20 22:09:50 grayhp20 kernel: ACPI: \_PR_.C007: Found 2 idle states
мај 20 22:09:50 grayhp20 kernel: thermal LNXTHERM:00: registered as thermal_zone0
мај 20 22:09:50 grayhp20 kernel: ACPI: thermal: Thermal Zone [TSZ0] (49 C)
мај 20 22:09:50 grayhp20 kernel: thermal LNXTHERM:01: registered as thermal_zone1
мај 20 22:09:50 grayhp20 kernel: ACPI: thermal: Thermal Zone [TSZ2] (20 C)
мај 20 22:09:50 grayhp20 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
мај 20 22:09:50 grayhp20 kernel: Non-volatile memory driver v1.3
мај 20 22:09:50 grayhp20 kernel: Linux agpgart interface v0.103
мај 20 22:09:50 grayhp20 kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
мај 20 22:09:50 grayhp20 kernel: ACPI: bus type drm_connector registered
мај 20 22:09:50 grayhp20 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
мај 20 22:09:50 grayhp20 kernel: ehci-pci: EHCI PCI platform driver
мај 20 22:09:50 grayhp20 kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
мај 20 22:09:50 grayhp20 kernel: ohci-pci: OHCI PCI platform driver
мај 20 22:09:50 grayhp20 kernel: uhci_hcd: USB Universal Host Controller Interface driver
мај 20 22:09:50 grayhp20 kernel: usbcore: registered new interface driver usbserial_generic
мај 20 22:09:50 grayhp20 kernel: usbserial: USB Serial support registered for generic
мај 20 22:09:50 grayhp20 kernel: rtc_cmos 00:01: RTC can wake from S4
мај 20 22:09:50 grayhp20 kernel: rtc_cmos 00:01: registered as rtc0
мај 20 22:09:50 grayhp20 kernel: rtc_cmos 00:01: setting system clock to 2022-05-20T20:09:49 UTC (1653077389)
мај 20 22:09:50 grayhp20 kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
мај 20 22:09:50 grayhp20 kernel: ledtrig-cpu: registered to indicate activity on CPUs
мај 20 22:09:50 grayhp20 kernel: efifb: probing for efifb
мај 20 22:09:50 grayhp20 kernel: efifb: framebuffer at 0xb0000000, using 8100k, total 8100k
мај 20 22:09:50 grayhp20 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
мај 20 22:09:50 grayhp20 kernel: efifb: scrolling: redraw
мај 20 22:09:50 grayhp20 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
мај 20 22:09:50 grayhp20 kernel: Console: switching to colour frame buffer device 240x67
мај 20 22:09:50 grayhp20 kernel: fb0: EFI VGA frame buffer device
мај 20 22:09:50 grayhp20 kernel: hid: raw HID events driver (C) Jiri Kosina
мај 20 22:09:50 grayhp20 kernel: drop_monitor: Initializing network drop monitor service
мај 20 22:09:50 grayhp20 kernel: Initializing XFRM netlink socket
мај 20 22:09:50 grayhp20 kernel: NET: Registered PF_INET6 protocol family
мај 20 22:09:50 grayhp20 kernel: Segment Routing with IPv6
мај 20 22:09:50 grayhp20 kernel: RPL Segment Routing with IPv6
мај 20 22:09:50 grayhp20 kernel: In-situ OAM (IOAM) with IPv6
мај 20 22:09:50 grayhp20 kernel: NET: Registered PF_PACKET protocol family
мај 20 22:09:50 grayhp20 kernel: microcode: CPU0: patch_level=0x08108102
мај 20 22:09:50 grayhp20 kernel: microcode: CPU1: patch_level=0x08108102
мај 20 22:09:50 grayhp20 kernel: microcode: CPU2: patch_level=0x08108102
мај 20 22:09:50 grayhp20 kernel: microcode: CPU3: patch_level=0x08108102
мај 20 22:09:50 grayhp20 kernel: microcode: CPU4: patch_level=0x08108102
мај 20 22:09:50 grayhp20 kernel: microcode: CPU5: patch_level=0x08108102
мај 20 22:09:50 grayhp20 kernel: microcode: CPU6: patch_level=0x08108102
мај 20 22:09:50 grayhp20 kernel: microcode: CPU7: patch_level=0x08108102
мај 20 22:09:50 grayhp20 kernel: microcode: Microcode Update Driver: v2.2.
мај 20 22:09:50 grayhp20 kernel: IPI shorthand broadcast: enabled
мај 20 22:09:50 grayhp20 kernel: sched_clock: Marking stable (672726634, 459762)->(677410236, -4223840)
мај 20 22:09:50 grayhp20 kernel: registered taskstats version 1
мај 20 22:09:50 grayhp20 kernel: Loading compiled-in X.509 certificates
мај 20 22:09:50 grayhp20 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b95bd5b1e828b0c60c527c660fe5f22c306d645a'
мај 20 22:09:50 grayhp20 kernel: zswap: loaded using pool lz4/z3fold
мај 20 22:09:50 grayhp20 kernel: Key type ._fscrypt registered
мај 20 22:09:50 grayhp20 kernel: Key type .fscrypt registered
мај 20 22:09:50 grayhp20 kernel: Key type fscrypt-provisioning registered
мај 20 22:09:50 grayhp20 kernel: PM:   Magic number: 6:236:195
мај 20 22:09:50 grayhp20 kernel: RAS: Correctable Errors collector initialized.
мај 20 22:09:50 grayhp20 kernel: ACPI: battery: Slot [BAT1] (battery present)
мај 20 22:09:50 grayhp20 kernel: Freeing unused decrypted memory: 2036K
мај 20 22:09:50 grayhp20 kernel: Freeing unused kernel image (initmem) memory: 1796K
мај 20 22:09:50 grayhp20 kernel: Write protecting the kernel read-only data: 28672k
мај 20 22:09:50 grayhp20 kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
мај 20 22:09:50 grayhp20 kernel: Freeing unused kernel image (rodata/data gap) memory: 1348K
мај 20 22:09:50 grayhp20 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
мај 20 22:09:50 grayhp20 kernel: rodata_test: all tests were successful
мај 20 22:09:50 grayhp20 kernel: Run /init as init process
мај 20 22:09:50 grayhp20 kernel:   with arguments:
мај 20 22:09:50 grayhp20 kernel:     /init
мај 20 22:09:50 grayhp20 kernel:     single
мај 20 22:09:50 grayhp20 kernel:   with environment:
мај 20 22:09:50 grayhp20 kernel:     HOME=/
мај 20 22:09:50 grayhp20 kernel:     TERM=linux
мај 20 22:09:50 grayhp20 kernel: ACPI: video: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
мај 20 22:09:50 grayhp20 kernel: acpi device:0b: registered as cooling_device8
мај 20 22:09:50 grayhp20 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input3
мај 20 22:09:50 grayhp20 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
мај 20 22:09:50 grayhp20 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
мај 20 22:09:50 grayhp20 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
мај 20 22:09:50 grayhp20 kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
мај 20 22:09:50 grayhp20 kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
мај 20 22:09:50 grayhp20 kernel: xhci_hcd 0000:04:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
мај 20 22:09:50 grayhp20 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
мај 20 22:09:50 grayhp20 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
мај 20 22:09:50 grayhp20 kernel: usb usb1: Product: xHCI Host Controller
мај 20 22:09:50 grayhp20 kernel: usb usb1: Manufacturer: Linux 5.17.5-arch1-1 xhci-hcd
мај 20 22:09:50 grayhp20 kernel: usb usb1: SerialNumber: 0000:04:00.3
мај 20 22:09:50 grayhp20 kernel: hub 1-0:1.0: USB hub found
мај 20 22:09:50 grayhp20 kernel: hub 1-0:1.0: 4 ports detected
мај 20 22:09:50 grayhp20 kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
мај 20 22:09:50 grayhp20 kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
мај 20 22:09:50 grayhp20 kernel: xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
мај 20 22:09:50 grayhp20 kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
мај 20 22:09:50 grayhp20 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
мај 20 22:09:50 grayhp20 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
мај 20 22:09:50 grayhp20 kernel: usb usb2: Product: xHCI Host Controller
мај 20 22:09:50 grayhp20 kernel: usb usb2: Manufacturer: Linux 5.17.5-arch1-1 xhci-hcd
мај 20 22:09:50 grayhp20 kernel: usb usb2: SerialNumber: 0000:04:00.3
мај 20 22:09:50 grayhp20 kernel: hub 2-0:1.0: USB hub found
мај 20 22:09:50 grayhp20 kernel: hub 2-0:1.0: 4 ports detected
мај 20 22:09:50 grayhp20 kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
мај 20 22:09:50 grayhp20 kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
мај 20 22:09:50 grayhp20 kernel: xhci_hcd 0000:04:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
мај 20 22:09:50 grayhp20 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
мај 20 22:09:50 grayhp20 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
мај 20 22:09:50 grayhp20 kernel: usb usb3: Product: xHCI Host Controller
мај 20 22:09:50 grayhp20 kernel: usb usb3: Manufacturer: Linux 5.17.5-arch1-1 xhci-hcd
мај 20 22:09:50 grayhp20 kernel: usb usb3: SerialNumber: 0000:04:00.4
мај 20 22:09:50 grayhp20 kernel: hub 3-0:1.0: USB hub found
мај 20 22:09:50 grayhp20 kernel: hub 3-0:1.0: 2 ports detected
мај 20 22:09:50 grayhp20 kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
мај 20 22:09:50 grayhp20 kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
мај 20 22:09:50 grayhp20 kernel: xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
мај 20 22:09:50 grayhp20 kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
мај 20 22:09:50 grayhp20 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
мај 20 22:09:50 grayhp20 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
мај 20 22:09:50 grayhp20 kernel: usb usb4: Product: xHCI Host Controller
мај 20 22:09:50 grayhp20 kernel: usb usb4: Manufacturer: Linux 5.17.5-arch1-1 xhci-hcd
мај 20 22:09:50 grayhp20 kernel: usb usb4: SerialNumber: 0000:04:00.4
мај 20 22:09:50 grayhp20 kernel: hub 4-0:1.0: USB hub found
мај 20 22:09:50 grayhp20 kernel: hub 4-0:1.0: 1 port detected
мај 20 22:09:50 grayhp20 kernel: nvme nvme0: pci function 0000:03:00.0
мај 20 22:09:50 grayhp20 kernel: nvme nvme0: missing or invalid SUBNQN field.
мај 20 22:09:50 grayhp20 kernel: nvme nvme0: 16/0/0 default/read/poll queues
мај 20 22:09:50 grayhp20 kernel:  nvme0n1: p1 p2 p3 p4 p5 p6
мај 20 22:09:50 grayhp20 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
мај 20 22:09:50 grayhp20 kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
мај 20 22:09:50 grayhp20 kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
мај 20 22:09:50 grayhp20 kernel: EXT4-fs (nvme0n1p6): mounted filesystem with ordered data mode. Quota mode: none.
мај 20 22:09:50 grayhp20 systemd[1]: systemd 250.5-1-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
мај 20 22:09:50 grayhp20 kernel: usb 1-1: New USB device found, idVendor=0424, idProduct=2422, bcdDevice= 0.a0
мај 20 22:09:50 grayhp20 kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
мај 20 22:09:50 grayhp20 kernel: usb 3-1: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
мај 20 22:09:50 grayhp20 kernel: usb 3-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
мај 20 22:09:50 grayhp20 kernel: usb 3-1: Product: ASM105X series
мај 20 22:09:50 grayhp20 kernel: usb 3-1: Manufacturer: Asmedia
мај 20 22:09:50 grayhp20 kernel: usb 3-1: SerialNumber: KWIK6DK4048         
мај 20 22:09:50 grayhp20 systemd[1]: Detected architecture x86-64.
мај 20 22:09:50 grayhp20 systemd[1]: Hostname set to <grayhp20>.
мај 20 22:09:50 grayhp20 kernel: hub 1-1:1.0: USB hub found
мај 20 22:09:50 grayhp20 kernel: hub 1-1:1.0: 1 port detected
мај 20 22:09:50 grayhp20 kernel: usb 3-2: new high-speed USB device number 3 using xhci_hcd
мај 20 22:09:50 grayhp20 kernel: tsc: Refined TSC clocksource calibration: 2096.060 MHz
мај 20 22:09:50 grayhp20 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e36a685b69, max_idle_ns: 440795255641 ns
мај 20 22:09:50 grayhp20 kernel: clocksource: Switched to clocksource tsc
мај 20 22:09:50 grayhp20 kernel: usb 1-2: new full-speed USB device number 3 using xhci_hcd
мај 20 22:09:50 grayhp20 systemd[1]: Queued start job for default target Rescue Mode.
мај 20 22:09:50 grayhp20 systemd[1]: Created slice Slice /system/modprobe.
мај 20 22:09:50 grayhp20 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
мај 20 22:09:50 grayhp20 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
мај 20 22:09:50 grayhp20 systemd[1]: Reached target Local Encrypted Volumes.
мај 20 22:09:50 grayhp20 systemd[1]: Reached target Local Integrity Protected Volumes.
мај 20 22:09:50 grayhp20 systemd[1]: Reached target Local Verity Protected Volumes.
мај 20 22:09:50 grayhp20 systemd[1]: Listening on Device-mapper event daemon FIFOs.
мај 20 22:09:50 grayhp20 systemd[1]: Listening on LVM2 poll daemon socket.
мај 20 22:09:50 grayhp20 systemd[1]: Listening on Journal Audit Socket.
мај 20 22:09:50 grayhp20 systemd[1]: Listening on Journal Socket (/dev/log).
мај 20 22:09:50 grayhp20 systemd[1]: Listening on Journal Socket.
мај 20 22:09:50 grayhp20 systemd[1]: Listening on udev Control Socket.
мај 20 22:09:50 grayhp20 systemd[1]: Listening on udev Kernel Socket.
мај 20 22:09:50 grayhp20 systemd[1]: Mounting Huge Pages File System...
мај 20 22:09:50 grayhp20 systemd[1]: Mounting POSIX Message Queue File System...
мај 20 22:09:50 grayhp20 systemd[1]: Mounting Kernel Debug File System...
мај 20 22:09:50 grayhp20 systemd[1]: Mounting Kernel Trace File System...
мај 20 22:09:50 grayhp20 systemd[1]: Starting Create List of Static Device Nodes...
мај 20 22:09:50 grayhp20 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
мај 20 22:09:50 grayhp20 systemd[1]: Starting Load Kernel Module configfs...
мај 20 22:09:50 grayhp20 systemd[1]: Starting Load Kernel Module fuse...
мај 20 22:09:50 grayhp20 systemd[1]: Starting File System Check on Root Device...
мај 20 22:09:50 grayhp20 systemd[1]: Starting Journal Service...
мај 20 22:09:50 grayhp20 systemd[1]: Starting Load Kernel Modules...
мај 20 22:09:50 grayhp20 systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
мај 20 22:09:50 grayhp20 systemd[1]: Starting Coldplug All udev Devices...
мај 20 22:09:50 grayhp20 systemd[1]: Mounted Huge Pages File System.
мај 20 22:09:50 grayhp20 systemd[1]: Mounted POSIX Message Queue File System.
мај 20 22:09:50 grayhp20 systemd[1]: Mounted Kernel Debug File System.
мај 20 22:09:50 grayhp20 systemd[1]: Mounted Kernel Trace File System.
мај 20 22:09:50 grayhp20 systemd[1]: Finished Create List of Static Device Nodes.
мај 20 22:09:50 grayhp20 systemd[1]: modprobe@configfs.service: Deactivated successfully.
мај 20 22:09:50 grayhp20 systemd[1]: Finished Load Kernel Module configfs.
мај 20 22:09:50 grayhp20 systemd[1]: Mounting Kernel Configuration File System...
мај 20 22:09:50 grayhp20 kernel: fuse: init (API version 7.36)
мај 20 22:09:50 grayhp20 systemd[1]: modprobe@fuse.service: Deactivated successfully.
мај 20 22:09:50 grayhp20 systemd[1]: Finished Load Kernel Module fuse.
мај 20 22:09:50 grayhp20 systemd[1]: Mounted Kernel Configuration File System.
мај 20 22:09:50 grayhp20 systemd[1]: Finished File System Check on Root Device.
мај 20 22:09:50 grayhp20 systemd[1]: Mounting FUSE Control File System...
мај 20 22:09:50 grayhp20 systemd[1]: Starting Remount Root and Kernel File Systems...
мај 20 22:09:50 grayhp20 systemd[1]: Mounted FUSE Control File System.
мај 20 22:09:50 grayhp20 systemd[1]: Finished Load Kernel Modules.
мај 20 22:09:50 grayhp20 kernel: audit: type=1130 audit(1653077390.433:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 systemd[1]: Starting Apply Kernel Variables...
мај 20 22:09:50 grayhp20 kernel: EXT4-fs (nvme0n1p6): re-mounted. Quota mode: none.
мај 20 22:09:50 grayhp20 systemd[1]: Finished Remount Root and Kernel File Systems.
мај 20 22:09:50 grayhp20 kernel: audit: type=1130 audit(1653077390.436:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
мај 20 22:09:50 grayhp20 systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
мај 20 22:09:50 grayhp20 systemd[1]: Starting Load/Save Random Seed...
мај 20 22:09:50 grayhp20 systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
мај 20 22:09:50 grayhp20 systemd[1]: Starting Create Static Device Nodes in /dev...
мај 20 22:09:50 grayhp20 systemd[1]: Finished Apply Kernel Variables.
мај 20 22:09:50 grayhp20 kernel: audit: type=1130 audit(1653077390.443:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 systemd[1]: Finished Load/Save Random Seed.
мај 20 22:09:50 grayhp20 kernel: audit: type=1130 audit(1653077390.446:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
мај 20 22:09:50 grayhp20 systemd-journald[259]: Journal started
мај 20 22:09:50 grayhp20 systemd-journald[259]: Runtime Journal (/run/log/journal/bc2bfceb5f0a4187a3f725b0edc31de5) is 8.0M, max 297.1M, 289.1M free.
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 systemd[1]: Started Journal Service.
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 systemd-modules-load[260]: Inserted module 'crypto_user'
мај 20 22:09:50 grayhp20 systemd-modules-load[260]: Inserted module 'sg'
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 systemd-fsck[263]: /dev/nvme0n1p6: clean, 1874346/6782976 files, 19294891/27111424 blocks
мај 20 22:09:50 grayhp20 systemd[1]: Finished Create Static Device Nodes in /dev.
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 kernel: audit: type=1130 audit(1653077390.463:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 kernel: usb 3-2: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
мај 20 22:09:50 grayhp20 kernel: usb 3-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
мај 20 22:09:50 grayhp20 kernel: usb 3-2: Product: USB2.0 Hub
мај 20 22:09:50 grayhp20 kernel: audit: type=1130 audit(1653077390.463:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 systemd[1]: Starting Flush Journal to Persistent Storage...
мај 20 22:09:50 grayhp20 audit: BPF prog-id=13 op=LOAD
мај 20 22:09:50 grayhp20 audit: BPF prog-id=14 op=LOAD
мај 20 22:09:50 grayhp20 audit: BPF prog-id=15 op=LOAD
мај 20 22:09:50 grayhp20 systemd[1]: Starting Rule-based Manager for Device Events and Files...
мај 20 22:09:50 grayhp20 kernel: audit: type=1334 audit(1653077390.466:8): prog-id=13 op=LOAD
мај 20 22:09:50 grayhp20 kernel: audit: type=1334 audit(1653077390.466:9): prog-id=14 op=LOAD
мај 20 22:09:50 grayhp20 kernel: audit: type=1334 audit(1653077390.466:10): prog-id=15 op=LOAD
мај 20 22:09:50 grayhp20 systemd-journald[259]: Time spent on flushing to /var/log/journal/bc2bfceb5f0a4187a3f725b0edc31de5 is 25.880ms for 890 entries.
мај 20 22:09:50 grayhp20 systemd-journald[259]: System Journal (/var/log/journal/bc2bfceb5f0a4187a3f725b0edc31de5) is 3.9G, max 4.0G, 14.8M free.
мај 20 22:09:50 grayhp20 systemd-journald[259]: Received client request to flush runtime journal.
мај 20 22:09:50 grayhp20 kernel: usb 1-2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
мај 20 22:09:50 grayhp20 kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
мај 20 22:09:50 grayhp20 kernel: usb 1-2: Product: USB Receiver
мај 20 22:09:50 grayhp20 kernel: usb 1-2: Manufacturer: Logitech
мај 20 22:09:50 grayhp20 kernel: hub 3-2:1.0: USB hub found
мај 20 22:09:50 grayhp20 kernel: hub 3-2:1.0: 4 ports detected
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 systemd[1]: Finished Coldplug All udev Devices.
мај 20 22:09:50 grayhp20 systemd-udevd[275]: Configuration file /usr/lib/udev/rules.d/77-mm-fibocom-port-types.rules is marked executable. Please remove executable permission bits. Proceeding anyway.
мај 20 22:09:50 grayhp20 systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
мај 20 22:09:50 grayhp20 systemd[1]: Reached target Preparation for Local File Systems.
мај 20 22:09:50 grayhp20 systemd[1]: Started Rule-based Manager for Device Events and Files.
мај 20 22:09:50 grayhp20 systemd[1]: Finished Flush Journal to Persistent Storage.
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 kernel: usb 1-1.1: new high-speed USB device number 4 using xhci_hcd
мај 20 22:09:50 grayhp20 kernel: acpi_cpufreq: overriding BIOS provided _PSD data
мај 20 22:09:50 grayhp20 mtp-probe[326]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-1"
мај 20 22:09:50 grayhp20 mtp-probe[326]: bus: 3, device: 2 was not an MTP device
мај 20 22:09:50 grayhp20 kernel: input: Wireless hotkeys as /devices/virtual/input/input6
мај 20 22:09:50 grayhp20 kernel: snd_pci_acp3x 0000:04:00.5: ACP audio mode : 1
мај 20 22:09:50 grayhp20 kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
мај 20 22:09:50 grayhp20 kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
мај 20 22:09:50 grayhp20 kernel: i2c_amd_mp2 0000:04:00.7: MP2 device registered.
мај 20 22:09:50 grayhp20 kernel: wmi_bus wmi_bus-PNP0C14:00: WQBJ data block query control method not found
мај 20 22:09:50 grayhp20 kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
мај 20 22:09:50 grayhp20 kernel: usb 1-1.1: New USB device found, idVendor=0499, idProduct=170a, bcdDevice= 1.01
мај 20 22:09:50 grayhp20 kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
мај 20 22:09:50 grayhp20 kernel: usb 1-1.1: Product: Steinberg UR12 
мај 20 22:09:50 grayhp20 kernel: usb 1-1.1: Manufacturer: Yamaha Corporation
мај 20 22:09:50 grayhp20 kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
мај 20 22:09:50 grayhp20 kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
мај 20 22:09:50 grayhp20 kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
мај 20 22:09:50 grayhp20 kernel: ccp 0000:04:00.2: ccp enabled
мај 20 22:09:50 grayhp20 kernel: ccp 0000:04:00.2: psp: unable to access the device: you might be running a broken BIOS.
мај 20 22:09:50 grayhp20 kernel: usb-storage 3-1:1.0: USB Mass Storage device detected
мај 20 22:09:50 grayhp20 kernel: usb-storage 3-1:1.0: Quirks match for vid 174c pid 55aa: 400000
мај 20 22:09:50 grayhp20 kernel: scsi host0: usb-storage 3-1:1.0
мај 20 22:09:50 grayhp20 kernel: usbcore: registered new interface driver usb-storage
мај 20 22:09:50 grayhp20 kernel: usbcore: registered new interface driver uas
мај 20 22:09:50 grayhp20 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
мај 20 22:09:50 grayhp20 systemd[1]: Found device SK hynix BC511 HFM512GDJTNI-82A0A 5.
мај 20 22:09:50 grayhp20 systemd[1]: Found device SK hynix BC511 HFM512GDJTNI-82A0A Basic\x20data\x20partition.
мај 20 22:09:50 grayhp20 systemd[1]: Activating swap /dev/disk/by-uuid/d0a82ddf-14e4-4787-bbac-a9f8bf74bab4...
мај 20 22:09:50 grayhp20 systemd[1]: Mounting /mnt/data/win...
мај 20 22:09:50 grayhp20 kernel: Adding 4194300k swap on /dev/nvme0n1p5.  Priority:-2 extents:1 across:4194300k SSFS
мај 20 22:09:50 grayhp20 systemd[1]: Activated swap /dev/disk/by-uuid/d0a82ddf-14e4-4787-bbac-a9f8bf74bab4.
мај 20 22:09:50 grayhp20 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
мај 20 22:09:50 grayhp20 kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
мај 20 22:09:50 grayhp20 kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
мај 20 22:09:50 grayhp20 systemd[1]: Reached target Swaps.
мај 20 22:09:50 grayhp20 systemd[1]: Mounting Temporary Directory /tmp...
мај 20 22:09:50 grayhp20 kernel: r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
мај 20 22:09:50 grayhp20 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
мај 20 22:09:50 grayhp20 systemd[1]: Mounted Temporary Directory /tmp.
мај 20 22:09:50 grayhp20 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
мај 20 22:09:50 grayhp20 kernel: cfg80211: failed to load regulatory.db
мај 20 22:09:50 grayhp20 kernel: r8169 0000:01:00.0 eth0: RTL8168h/8111h, 84:2a:fd:74:43:43, XID 541, IRQ 71
мај 20 22:09:50 grayhp20 kernel: r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
мај 20 22:09:50 grayhp20 kernel: usb 3-2.1: new high-speed USB device number 4 using xhci_hcd
мај 20 22:09:50 grayhp20 mtp-probe[366]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2"
мај 20 22:09:50 grayhp20 mtp-probe[366]: bus: 1, device: 3 was not an MTP device
мај 20 22:09:50 grayhp20 kernel: cryptd: max_cpu_qlen set to 1000
мај 20 22:09:50 grayhp20 ntfs-3g[372]: Version 2021.8.22 external FUSE 29
мај 20 22:09:50 grayhp20 ntfs-3g[372]: Mounted /dev/nvme0n1p3 (Read-Write, label "", NTFS 3.1)
мај 20 22:09:50 grayhp20 ntfs-3g[372]: Cmdline options: rw
мај 20 22:09:50 grayhp20 ntfs-3g[372]: Mount options: allow_other,nonempty,relatime,rw,fsname=/dev/nvme0n1p3,blkdev,blksize=4096
мај 20 22:09:50 grayhp20 ntfs-3g[372]: Ownership and permissions disabled, configuration type 7
мај 20 22:09:50 grayhp20 systemd[1]: Mounted /mnt/data/win.
мај 20 22:09:50 grayhp20 systemd[1]: Reached target Local File Systems.
мај 20 22:09:50 grayhp20 systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
мај 20 22:09:50 grayhp20 systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
мај 20 22:09:50 grayhp20 systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
мај 20 22:09:50 grayhp20 systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
мај 20 22:09:50 grayhp20 systemd[1]: Starting Create Volatile Files and Directories...
мај 20 22:09:50 grayhp20 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
мај 20 22:09:50 grayhp20 mtp-probe[378]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-1/1-1.1"
мај 20 22:09:50 grayhp20 mtp-probe[378]: bus: 1, device: 4 was not an MTP device
мај 20 22:09:50 grayhp20 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:C534.0001/input/input9
мај 20 22:09:50 grayhp20 kernel: mc: Linux media interface: v0.10
мај 20 22:09:50 grayhp20 kernel: [drm] amdgpu kernel modesetting enabled.
мај 20 22:09:50 grayhp20 systemd[1]: Finished Create Volatile Files and Directories.
мај 20 22:09:50 grayhp20 systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 kernel: amdgpu: Topology: Add APU node [0x0:0x0]
мај 20 22:09:50 grayhp20 kernel: checking generic (b0000000 7e9000) vs hw (b0000000 10000000)
мај 20 22:09:50 grayhp20 kernel: checking generic (b0000000 7e9000) vs hw (b0000000 10000000)
мај 20 22:09:50 grayhp20 kernel: fb0: switching to amdgpu from EFI VGA
мај 20 22:09:50 grayhp20 kernel: Console: switching to colour dummy device 80x25
мај 20 22:09:50 grayhp20 kernel: amdgpu 0000:04:00.0: vgaarb: deactivate vga console
мај 20 22:09:50 grayhp20 kernel: [drm] initializing kernel modesetting (RAVEN 0x1002:0x15D8 0x103C:0x85EA 0xC2).
мај 20 22:09:50 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
мај 20 22:09:50 grayhp20 kernel: [drm] register mmio base: 0xC0600000
мај 20 22:09:50 grayhp20 kernel: [drm] register mmio size: 524288
мај 20 22:09:50 grayhp20 kernel: [drm] add ip block number 0 <soc15_common>
мај 20 22:09:50 grayhp20 kernel: [drm] add ip block number 1 <gmc_v9_0>
мај 20 22:09:50 grayhp20 kernel: [drm] add ip block number 2 <vega10_ih>
мај 20 22:09:50 grayhp20 kernel: [drm] add ip block number 3 <psp>
мај 20 22:09:50 grayhp20 kernel: [drm] add ip block number 4 <powerplay>
мај 20 22:09:50 grayhp20 kernel: [drm] add ip block number 5 <dm>
мај 20 22:09:50 grayhp20 kernel: [drm] add ip block number 6 <gfx_v9_0>
мај 20 22:09:50 grayhp20 kernel: [drm] add ip block number 7 <sdma_v4_0>
мај 20 22:09:50 grayhp20 kernel: [drm] add ip block number 8 <vcn_v1_0>
мај 20 22:09:50 grayhp20 audit: BPF prog-id=16 op=LOAD
мај 20 22:09:50 grayhp20 systemd[1]: Starting Network Time Synchronization...
мај 20 22:09:50 grayhp20 systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
мај 20 22:09:50 grayhp20 systemd[1]: Starting Record System Boot/Shutdown in UTMP...
мај 20 22:09:50 grayhp20 kernel: usb 3-2.1: New USB device found, idVendor=04f2, idProduct=b62a, bcdDevice=18.14
мај 20 22:09:50 grayhp20 kernel: usb 3-2.1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
мај 20 22:09:50 grayhp20 kernel: usb 3-2.1: Product: HP Webcam
мај 20 22:09:50 grayhp20 kernel: usb 3-2.1: Manufacturer: Chicony Electronics Co.,Ltd.
мај 20 22:09:50 grayhp20 kernel: usb 3-2.1: SerialNumber: 0x0001
мај 20 22:09:50 grayhp20 audit[387]: SYSTEM_BOOT pid=387 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 systemd[1]: Finished Record System Boot/Shutdown in UTMP.
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 systemd-udevd[288]: Using default interface naming scheme 'v250'.
мај 20 22:09:50 grayhp20 kernel: r8169 0000:01:00.0 eno1: renamed from eth0
мај 20 22:09:50 grayhp20 kernel: hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.3-2/input0
мај 20 22:09:50 grayhp20 kernel: [drm] BIOS signature incorrect 0 0
мај 20 22:09:50 grayhp20 kernel: resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000c0000-0x000cbfff window]
мај 20 22:09:50 grayhp20 kernel: caller pci_map_rom+0x65/0x180 mapping multiple BARs
мај 20 22:09:50 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from ROM BAR
мај 20 22:09:50 grayhp20 kernel: amdgpu: ATOM BIOS: 113-PICASSO-114
мај 20 22:09:50 grayhp20 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:C534.0002/input/input11
мај 20 22:09:50 grayhp20 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:C534.0002/input/input12
мај 20 22:09:50 grayhp20 kernel: [drm] VCN decode is enabled in VM mode
мај 20 22:09:50 grayhp20 kernel: [drm] VCN encode is enabled in VM mode
мај 20 22:09:50 grayhp20 kernel: [drm] JPEG decode is enabled in VM mode
мај 20 22:09:50 grayhp20 kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
мај 20 22:09:50 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
мај 20 22:09:50 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
мај 20 22:09:50 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
мај 20 22:09:50 grayhp20 kernel: [drm] Detected VRAM RAM=2048M, BAR=2048M
мај 20 22:09:50 grayhp20 kernel: [drm] RAM width 64bits DDR4
мај 20 22:09:50 grayhp20 kernel: [drm] amdgpu: 2048M of VRAM memory ready
мај 20 22:09:50 grayhp20 kernel: [drm] amdgpu: 3072M of GTT memory ready.
мај 20 22:09:50 grayhp20 kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
мај 20 22:09:50 grayhp20 kernel: [drm] PCIE GART of 1024M enabled.
мај 20 22:09:50 grayhp20 kernel: [drm] PTB located at 0x000000F400900000
мај 20 22:09:50 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: PSP runtime database doesn't exist
мај 20 22:09:50 grayhp20 kernel: amdgpu: hwmgr_sw_init smu backed is smu10_smu
мај 20 22:09:50 grayhp20 kernel: AVX2 version of gcm_enc/dec engaged.
мај 20 22:09:50 grayhp20 kernel: AES CTR mode by8 optimization enabled
мај 20 22:09:50 grayhp20 systemd[1]: Started Network Time Synchronization.
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 systemd[1]: Reached target System Initialization.
мај 20 22:09:50 grayhp20 systemd[1]: Reached target System Time Set.
мај 20 22:09:50 grayhp20 systemd[1]: Started Rescue Shell.
мај 20 22:09:50 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rescue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:50 grayhp20 systemd[1]: Reached target Rescue Mode.
мај 20 22:09:50 grayhp20 systemd[1]: Startup finished in 9.549s (firmware) + 11.805s (loader) + 1.287s (kernel) + 854ms (userspace) = 23.496s.
мај 20 22:09:50 grayhp20 systemd[405]: rescue.service: Executable /usr/bin/plymouth missing, skipping: No such file or directory
мај 20 22:09:50 grayhp20 systemd-udevd[283]: Using default interface naming scheme 'v250'.
мај 20 22:09:51 grayhp20 kernel: snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
мај 20 22:09:51 grayhp20 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:C534.0002/input/input13
мај 20 22:09:51 grayhp20 kernel: hid-generic 0003:046D:C534.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.3-2/input1
мај 20 22:09:51 grayhp20 kernel: usbcore: registered new interface driver usbhid
мај 20 22:09:51 grayhp20 kernel: usbhid: USB HID core driver
мај 20 22:09:51 grayhp20 kernel: [drm] Found VCN firmware Version ENC: 1.13 DEC: 2 VEP: 0 Revision: 3
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: Will use PSP to load VCN firmware
мај 20 22:09:51 grayhp20 kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input16
мај 20 22:09:51 grayhp20 kernel: usb 3-2.3: new full-speed USB device number 5 using xhci_hcd
мај 20 22:09:51 grayhp20 mtp-probe[433]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2"
мај 20 22:09:51 grayhp20 mtp-probe[433]: bus: 1, device: 3 was not an MTP device
мај 20 22:09:51 grayhp20 kernel: [drm] reserve 0x400000 from 0xf47fc00000 for PSP TMR
мај 20 22:09:51 grayhp20 systemd[1]: Starting Save/Restore Sound Card State...
мај 20 22:09:51 grayhp20 systemd[1]: Manage Sound Card State (restore and store) was skipped because of a failed condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
мај 20 22:09:51 grayhp20 systemd[1]: Finished Save/Restore Sound Card State.
мај 20 22:09:51 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:51 grayhp20 systemd[1]: Reached target Sound Card.
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
мај 20 22:09:51 grayhp20 kernel: usb 3-2.3: New USB device found, idVendor=0bda, idProduct=b00a, bcdDevice= 1.10
мај 20 22:09:51 grayhp20 kernel: usb 3-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
мај 20 22:09:51 grayhp20 kernel: usb 3-2.3: Product: Bluetooth Radio 
мај 20 22:09:51 grayhp20 kernel: usb 3-2.3: Manufacturer: Realtek 
мај 20 22:09:51 grayhp20 kernel: usb 3-2.3: SerialNumber: 00e04c000001
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
мај 20 22:09:51 grayhp20 kernel: [drm] DM_PPLIB: values for F clock
мај 20 22:09:51 grayhp20 kernel: [drm] DM_PPLIB:         400000 in kHz, 2899 in mV
мај 20 22:09:51 grayhp20 kernel: [drm] DM_PPLIB:         933000 in kHz, 3249 in mV
мај 20 22:09:51 grayhp20 kernel: [drm] DM_PPLIB:         1067000 in kHz, 3924 in mV
мај 20 22:09:51 grayhp20 kernel: [drm] DM_PPLIB:         1200000 in kHz, 4074 in mV
мај 20 22:09:51 grayhp20 kernel: [drm] DM_PPLIB: values for DCF clock
мај 20 22:09:51 grayhp20 kernel: [drm] DM_PPLIB:         300000 in kHz, 2899 in mV
мај 20 22:09:51 grayhp20 kernel: [drm] DM_PPLIB:         600000 in kHz, 3249 in mV
мај 20 22:09:51 grayhp20 kernel: [drm] DM_PPLIB:         626000 in kHz, 3924 in mV
мај 20 22:09:51 grayhp20 kernel: [drm] DM_PPLIB:         654000 in kHz, 4074 in mV
мај 20 22:09:51 grayhp20 kernel: [drm] Display Core initialized with v3.2.167!
мај 20 22:09:51 grayhp20 kernel: snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
мај 20 22:09:51 grayhp20 kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC236: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
мај 20 22:09:51 grayhp20 kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
мај 20 22:09:51 grayhp20 kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
мај 20 22:09:51 grayhp20 kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
мај 20 22:09:51 grayhp20 kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
мај 20 22:09:51 grayhp20 kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
мај 20 22:09:51 grayhp20 kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
мај 20 22:09:51 grayhp20 mtp-probe[442]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2/3-2.1"
мај 20 22:09:51 grayhp20 mtp-probe[442]: bus: 3, device: 4 was not an MTP device
мај 20 22:09:51 grayhp20 kernel: [drm] kiq ring mec 2 pipe 1 q 0
мај 20 22:09:51 grayhp20 kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input17
мај 20 22:09:51 grayhp20 kernel: SVM: TSC scaling supported
мај 20 22:09:51 grayhp20 kernel: kvm: Nested Virtualization enabled
мај 20 22:09:51 grayhp20 kernel: SVM: kvm: Nested Paging enabled
мај 20 22:09:51 grayhp20 kernel: SEV supported: 16 ASIDs
мај 20 22:09:51 grayhp20 kernel: SEV-ES supported: 4294967295 ASIDs
мај 20 22:09:51 grayhp20 kernel: SVM: Virtual VMLOAD VMSAVE supported
мај 20 22:09:51 grayhp20 kernel: SVM: Virtual GIF supported
мај 20 22:09:51 grayhp20 kernel: SVM: LBR virtualization supported
мај 20 22:09:51 grayhp20 kernel: videodev: Linux video capture interface: v2.00
мај 20 22:09:51 grayhp20 kernel: [drm] VCN decode and encode initialized successfully(under SPG Mode).
мај 20 22:09:51 grayhp20 kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
мај 20 22:09:51 grayhp20 kernel: usbcore: registered new interface driver snd-usb-audio
мај 20 22:09:51 grayhp20 kernel: rtw_8821ce 0000:02:00.0: Firmware version 24.11.0, H2C version 12
мај 20 22:09:51 grayhp20 kernel: MCE: In-kernel MCE decoding enabled.
мај 20 22:09:51 grayhp20 mtp-probe[458]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-1/1-1.1"
мај 20 22:09:51 grayhp20 mtp-probe[458]: bus: 1, device: 4 was not an MTP device
мај 20 22:09:51 grayhp20 kernel: memmap_init_zone_device initialised 524288 pages in 7ms
мај 20 22:09:51 grayhp20 kernel: amdgpu: HMM registered 2048MB device memory
мај 20 22:09:51 grayhp20 kernel: amdgpu: Topology: Add APU node [0x15d8:0x1002]
мај 20 22:09:51 grayhp20 kernel: kfd kfd: amdgpu: added device 1002:15d8
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 11, active_cu_number 8
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
мај 20 22:09:51 grayhp20 kernel: [drm] Initialized amdgpu 3.44.0 20150101 for 0000:04:00.0 on minor 0
мај 20 22:09:51 grayhp20 kernel: fbcon: amdgpudrmfb (fb0) is primary device
мај 20 22:09:51 grayhp20 systemd[1]: Starting Load/Save RF Kill Switch Status...
мај 20 22:09:51 grayhp20 kernel: Console: switching to colour frame buffer device 240x67
мај 20 22:09:51 grayhp20 systemd-udevd[289]: Using default interface naming scheme 'v250'.
мај 20 22:09:51 grayhp20 kernel: Bluetooth: Core ver 2.22
мај 20 22:09:51 grayhp20 kernel: NET: Registered PF_BLUETOOTH protocol family
мај 20 22:09:51 grayhp20 kernel: Bluetooth: HCI device and connection manager initialized
мај 20 22:09:51 grayhp20 kernel: Bluetooth: HCI socket layer initialized
мај 20 22:09:51 grayhp20 kernel: Bluetooth: L2CAP socket layer initialized
мај 20 22:09:51 grayhp20 kernel: Bluetooth: SCO socket layer initialized
мај 20 22:09:51 grayhp20 systemd[1]: Started Load/Save RF Kill Switch Status.
мај 20 22:09:51 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:51 grayhp20 kernel: rtw_8821ce 0000:02:00.0 wlo1: renamed from wlan0
мај 20 22:09:51 grayhp20 kernel: amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
мај 20 22:09:51 grayhp20 kernel: intel_rapl_common: Found RAPL domain package
мај 20 22:09:51 grayhp20 kernel: intel_rapl_common: Found RAPL domain core
мај 20 22:09:51 grayhp20 kernel: input: HP WMI hotkeys as /devices/virtual/input/input10
мај 20 22:09:51 grayhp20 kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input18
мај 20 22:09:51 grayhp20 kernel: logitech-djreceiver 0003:046D:C534.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.3-2/input0
мај 20 22:09:51 grayhp20 kernel: usb 3-2.1: Found UVC 1.00 device HP Webcam (04f2:b62a)
мај 20 22:09:51 grayhp20 systemd[1]: Created slice Slice /system/systemd-backlight.
мај 20 22:09:51 grayhp20 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
мај 20 22:09:51 grayhp20 systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0...
мај 20 22:09:51 grayhp20 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
мај 20 22:09:51 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:51 grayhp20 systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0.
мај 20 22:09:51 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:51 grayhp20 kernel: input: HP Webcam: HP Webcam as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2/3-2.1/3-2.1:1.0/input/input19
мај 20 22:09:51 grayhp20 kernel: usbcore: registered new interface driver uvcvideo
мај 20 22:09:51 grayhp20 mtp-probe[479]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2/3-2.1"
мај 20 22:09:51 grayhp20 mtp-probe[479]: bus: 3, device: 4 was not an MTP device
мај 20 22:09:51 grayhp20 kernel: usbcore: registered new interface driver btusb
мај 20 22:09:51 grayhp20 kernel: Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821
мај 20 22:09:51 grayhp20 kernel: Bluetooth: hci0: RTL: rom_version status=0 version=1
мај 20 22:09:51 grayhp20 kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
мај 20 22:09:51 grayhp20 systemd[1]: Reached target Bluetooth Support.
мај 20 22:09:51 grayhp20 kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin
мај 20 22:09:51 grayhp20 kernel: Bluetooth: hci0: RTL: cfg_sz 10, total sz 31990
мај 20 22:09:51 grayhp20 kernel: psmouse serio1: synaptics: queried max coordinates: x [..5648], y [..4826]
мај 20 22:09:51 grayhp20 kernel: psmouse serio1: synaptics: queried min coordinates: x [1292..], y [1026..]
мај 20 22:09:51 grayhp20 kernel: psmouse serio1: synaptics: Your touchpad (PNP: SYN327b PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
мај 20 22:09:51 grayhp20 kernel: psmouse serio1: synaptics: Touchpad model: 1, fw: 8.16, id: 0x1e2b1, caps: 0xf00323/0x840300/0x2e800/0x400000, board id: 3320, fw id: 2659795
мај 20 22:09:51 grayhp20 kernel: logitech-djreceiver 0003:046D:C534.0002: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.3-2/input1
мај 20 22:09:51 grayhp20 kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8
мај 20 22:09:51 grayhp20 kernel: mousedev: PS/2 mouse device common for all mice
мај 20 22:09:51 grayhp20 kernel: logitech-djreceiver 0003:046D:C534.0002: device of type eQUAD nano Lite (0x0a) connected on slot 2
мај 20 22:09:51 grayhp20 kernel: input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input20
мај 20 22:09:51 grayhp20 kernel: hid-generic 0003:046D:4054.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:04:00.3-2/input1:2
мај 20 22:09:51 grayhp20 kernel: scsi 0:0:0:0: CD-ROM            hp       DVDRW GUE1N      UE01 PQ: 0 ANSI: 0
мај 20 22:09:51 grayhp20 kernel: scsi 0:0:0:0: Attached scsi generic sg0 type 5
мај 20 22:09:51 grayhp20 kernel: sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
мај 20 22:09:51 grayhp20 kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
мај 20 22:09:51 grayhp20 kernel: sr 0:0:0:0: Attached scsi CD-ROM sr0
мај 20 22:09:52 grayhp20 kernel: logitech-hidpp-device 0003:046D:4054.0003: HID++ 4.5 device connected.
мај 20 22:09:52 grayhp20 kernel: Bluetooth: hci0: RTL: fw version 0x829a7644
мај 20 22:09:52 grayhp20 kernel: hp_wmi: query 0x4c returned error 0x6
мај 20 22:09:52 grayhp20 systemd[1]: Reloading.
мај 20 22:09:53 grayhp20 kernel: input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input24
мај 20 22:09:53 grayhp20 kernel: logitech-hidpp-device 0003:046D:4054.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:04:00.3-2/input1:2
мај 20 22:09:53 grayhp20 audit: BPF prog-id=17 op=LOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=18 op=LOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=19 op=LOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=20 op=LOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=21 op=LOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=22 op=LOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=23 op=LOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:09:53 grayhp20 systemd[1]: Created slice Slice /system/getty.
мај 20 22:09:53 grayhp20 systemd[1]: Created slice User and Session Slice.
мај 20 22:09:53 grayhp20 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
мај 20 22:09:53 grayhp20 systemd[1]: Started Daily man-db regeneration.
мај 20 22:09:53 grayhp20 systemd[1]: Started Daily verification of password and group files.
мај 20 22:09:53 grayhp20 systemd[1]: Started Daily Cleanup of Temporary Directories.
мај 20 22:09:53 grayhp20 systemd[1]: Stopped target Bluetooth Support.
мај 20 22:09:53 grayhp20 systemd[1]: Reached target Login Prompts.
мај 20 22:09:53 grayhp20 systemd[1]: Reached target Path Units.
мај 20 22:09:53 grayhp20 systemd[1]: Reached target Remote File Systems.
мај 20 22:09:53 grayhp20 systemd[1]: Stopped target Rescue Mode.
мај 20 22:09:53 grayhp20 systemd[1]: Reached target Slice Units.
мај 20 22:09:53 grayhp20 systemd[1]: Stopped target Sound Card.
мај 20 22:09:53 grayhp20 systemd[1]: Reached target Timer Units.
мај 20 22:09:53 grayhp20 systemd[1]: Listening on D-Bus System Message Bus Socket.
мај 20 22:09:53 grayhp20 systemd[1]: Reached target Socket Units.
мај 20 22:09:53 grayhp20 systemd[1]: Listening on Process Core Dump Socket.
мај 20 22:09:53 grayhp20 systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
мај 20 22:09:53 grayhp20 systemd[1]: Stopping Save/Restore Sound Card State...
мај 20 22:09:53 grayhp20 systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
мај 20 22:09:53 grayhp20 systemd[1]: Starting Load Kernel Module configfs...
мај 20 22:09:53 grayhp20 systemd[1]: Starting Load Kernel Module drm...
мај 20 22:09:53 grayhp20 systemd[1]: Starting Load Kernel Module fuse...
мај 20 22:09:53 grayhp20 systemd[1]: Stopping Rescue Shell...
мај 20 22:09:53 grayhp20 systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:acpi_video0...
мај 20 22:09:53 grayhp20 systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0...
мај 20 22:09:53 grayhp20 systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
мај 20 22:09:53 grayhp20 systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
мај 20 22:09:53 grayhp20 systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
мај 20 22:09:53 grayhp20 systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
мај 20 22:09:53 grayhp20 systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
мај 20 22:09:53 grayhp20 systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).
мај 20 22:09:53 grayhp20 systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
мај 20 22:09:53 grayhp20 systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
мај 20 22:09:53 grayhp20 systemd[1]: Stopping Load/Save RF Kill Switch Status...
мај 20 22:09:53 grayhp20 systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
мај 20 22:09:53 grayhp20 systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
мај 20 22:09:53 grayhp20 systemd[1]: rescue.service: Deactivated successfully.
мај 20 22:09:53 grayhp20 systemd[1]: Stopped Rescue Shell.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rescue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 systemd[1]: systemd-rfkill.service: Deactivated successfully.
мај 20 22:09:53 grayhp20 systemd[1]: Stopped Load/Save RF Kill Switch Status.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 systemd[1]: alsa-restore.service: Deactivated successfully.
мај 20 22:09:53 grayhp20 systemd[1]: Stopped Save/Restore Sound Card State.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 systemd[1]: modprobe@configfs.service: Deactivated successfully.
мај 20 22:09:53 grayhp20 systemd[1]: Finished Load Kernel Module configfs.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 systemd[1]: modprobe@drm.service: Deactivated successfully.
мај 20 22:09:53 grayhp20 systemd[1]: Finished Load Kernel Module drm.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 systemd[1]: modprobe@fuse.service: Deactivated successfully.
мај 20 22:09:53 grayhp20 systemd[1]: Finished Load Kernel Module fuse.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 systemd[1]: systemd-backlight@backlight:acpi_video0.service: Deactivated successfully.
мај 20 22:09:53 grayhp20 systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:acpi_video0.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 systemd[1]: systemd-backlight@backlight:amdgpu_bl0.service: Deactivated successfully.
мај 20 22:09:53 grayhp20 systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 systemd[1]: Reached target Basic System.
мај 20 22:09:53 grayhp20 systemd[1]: systemd-rfkill.socket: Deactivated successfully.
мај 20 22:09:53 grayhp20 systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
мај 20 22:09:53 grayhp20 systemd[1]: Starting D-Bus System Message Bus...
мај 20 22:09:53 grayhp20 audit: BPF prog-id=24 op=LOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=25 op=LOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=26 op=LOAD
мај 20 22:09:53 grayhp20 systemd[1]: Starting User Login Management...
мај 20 22:09:53 grayhp20 systemd-logind[525]: New seat seat0.
мај 20 22:09:53 grayhp20 systemd[1]: Started D-Bus System Message Bus.
мај 20 22:09:53 grayhp20 systemd-logind[525]: Watching system buttons on /dev/input/event2 (Power Button)
мај 20 22:09:53 grayhp20 systemd-logind[525]: Watching system buttons on /dev/input/event0 (Power Button)
мај 20 22:09:53 grayhp20 systemd-logind[525]: Watching system buttons on /dev/input/event1 (Lid Switch)
мај 20 22:09:53 grayhp20 systemd-logind[525]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
мај 20 22:09:53 grayhp20 systemd-logind[525]: Watching system buttons on /dev/input/event12 (HP WMI hotkeys)
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.freedesktop.systemd1'
мај 20 22:09:53 grayhp20 systemd[1]: Starting Network Manager...
мај 20 22:09:53 grayhp20 systemd[1]: Started User Login Management.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.2932] NetworkManager (version 1.36.4-1) is starting... (for the first time)
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.2933] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
мај 20 22:09:53 grayhp20 systemd[1]: Started Network Manager.
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.2957] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 systemd[1]: Reached target Network.
мај 20 22:09:53 grayhp20 systemd[1]: Starting Permit User Sessions...
мај 20 22:09:53 grayhp20 systemd[1]: Finished Permit User Sessions.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 systemd[1]: Reached target Multi-User System.
мај 20 22:09:53 grayhp20 systemd[1]: Starting Light Display Manager...
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3037] manager[0x55e1c98ae060]: monitoring kernel firmware directory '/lib/firmware'.
мај 20 22:09:53 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=533 comm="/usr/bin/NetworkManager --no-daemon")
мај 20 22:09:53 grayhp20 audit: BPF prog-id=27 op=LOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=28 op=LOAD
мај 20 22:09:53 grayhp20 audit: BPF prog-id=29 op=LOAD
мај 20 22:09:53 grayhp20 systemd[1]: Starting Hostname Service...
мај 20 22:09:53 grayhp20 systemd[1]: Started Light Display Manager.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.4' (uid=0 pid=537 comm="/usr/bin/lightdm")
мај 20 22:09:53 grayhp20 systemd[1]: Reached target Graphical Interface.
мај 20 22:09:53 grayhp20 systemd[1]: Reached target User and Group Name Lookups.
мај 20 22:09:53 grayhp20 audit: BPF prog-id=30 op=LOAD
мај 20 22:09:53 grayhp20 systemd[1]: Starting Accounts Service...
мај 20 22:09:53 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.freedesktop.hostname1'
мај 20 22:09:53 grayhp20 systemd[1]: Started Hostname Service.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3607] hostname: hostname: using hostnamed
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3607] hostname: static hostname changed from (none) to "grayhp20"
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3611] dns-mgr[0x55e1c9880270]: init: dns=default,systemd-resolved rc-manager=symlink
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3619] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:01.3/0000:02:00.0/ieee80211/phy0/rfkill0) (driver rtw_8821ce)
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3622] manager[0x55e1c98ae060]: rfkill: Wi-Fi hardware radio set enabled
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3622] manager[0x55e1c98ae060]: rfkill: WWAN hardware radio set enabled
мај 20 22:09:53 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.6' (uid=0 pid=546 comm="/usr/lib/accounts-daemon")
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3721] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.36.4-1/libnm-device-plugin-wifi.so)
мај 20 22:09:53 grayhp20 systemd[1]: Starting Authorization Manager...
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3760] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.36.4-1/libnm-device-plugin-wwan.so)
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3788] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.36.4-1/libnm-device-plugin-bluetooth.so)
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3841] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.36.4-1/libnm-device-plugin-team.so)
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3847] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.36.4-1/libnm-device-plugin-adsl.so)
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3875] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.36.4-1/libnm-device-plugin-ovs.so)
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3877] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3878] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3878] manager: Networking is enabled by state file
мај 20 22:09:53 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=533 comm="/usr/bin/NetworkManager --no-daemon")
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.3885] settings: Loaded settings plugin: keyfile (internal)
мај 20 22:09:53 grayhp20 systemd[1]: Starting Network Manager Script Dispatcher Service...
мај 20 22:09:53 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
мај 20 22:09:53 grayhp20 systemd[1]: Started Network Manager Script Dispatcher Service.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.4016] dhcp-init: Using DHCP client 'internal'
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.4016] device (lo): carrier: link connected
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.4018] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
мај 20 22:09:53 grayhp20 polkitd[550]: Started polkitd version 0.120
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.4027] manager: (eno1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.4036] settings: (eno1): created default wired connection 'Wired connection 1'
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.4037] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
мај 20 22:09:53 grayhp20 kernel: Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC)
мај 20 22:09:53 grayhp20 polkitd[550]: Loading rules from directory /etc/polkit-1/rules.d
мај 20 22:09:53 grayhp20 polkitd[550]: Loading rules from directory /usr/share/polkit-1/rules.d
мај 20 22:09:53 grayhp20 polkitd[550]: Finished loading, compiling and executing 11 rules
мај 20 22:09:53 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
мај 20 22:09:53 grayhp20 systemd[1]: Started Authorization Manager.
мај 20 22:09:53 grayhp20 polkitd[550]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 accounts-daemon[546]: started daemon version 22.08.0
мај 20 22:09:53 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.freedesktop.Accounts'
мај 20 22:09:53 grayhp20 systemd[1]: Started Accounts Service.
мај 20 22:09:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.6243] device (wlo1): driver supports Access Point (AP) mode
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.6251] manager: (wlo1): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
мај 20 22:09:53 grayhp20 NetworkManager[533]: <info>  [1653077393.6256] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
мај 20 22:09:53 grayhp20 kernel: r8169 0000:01:00.0 eno1: Link is Down
мај 20 22:09:54 grayhp20 NetworkManager[533]: <info>  [1653077394.1066] device (wlo1): set-hw-addr: set MAC address to F2:83:FC:71:76:9F (scanning)
мај 20 22:09:54 grayhp20 audit[588]: CRED_ACQ pid=588 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:09:54 grayhp20 lightdm[588]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=973) by (uid=0)
мај 20 22:09:54 grayhp20 kernel: kauditd_printk_skb: 55 callbacks suppressed
мај 20 22:09:54 grayhp20 kernel: audit: type=1103 audit(1653077394.329:66): pid=588 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:09:54 grayhp20 systemd[1]: Created slice User Slice of UID 973.
мај 20 22:09:54 grayhp20 systemd[1]: Starting User Runtime Directory /run/user/973...
мај 20 22:09:54 grayhp20 systemd-logind[525]: New session c1 of user lightdm.
мај 20 22:09:54 grayhp20 systemd[1]: Finished User Runtime Directory /run/user/973.
мај 20 22:09:54 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:54 grayhp20 systemd[1]: Starting User Manager for UID 973...
мај 20 22:09:54 grayhp20 kernel: audit: type=1130 audit(1653077394.346:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:54 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.13' (uid=0 pid=592 comm="(systemd)")
мај 20 22:09:54 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
мај 20 22:09:54 grayhp20 systemd[592]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
мај 20 22:09:54 grayhp20 audit[592]: USER_ACCT pid=592 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:54 grayhp20 audit[592]: CRED_ACQ pid=592 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
мај 20 22:09:54 grayhp20 audit[592]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffe681f9970 a2=3 a3=0 items=0 ppid=1 pid=592 auid=973 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
мај 20 22:09:54 grayhp20 audit: PROCTITLE proctitle="(systemd)"
мај 20 22:09:54 grayhp20 systemd[592]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
мај 20 22:09:54 grayhp20 systemd[592]: pam_unix(systemd-user:session): session opened for user lightdm(uid=973) by (uid=0)
мај 20 22:09:54 grayhp20 systemd[592]: pam_env(systemd-user:session): deprecated reading of user environment enabled
мај 20 22:09:54 grayhp20 audit[592]: USER_START pid=592 uid=0 auid=973 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:54 grayhp20 kernel: audit: type=1101 audit(1653077394.356:68): pid=592 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:54 grayhp20 kernel: audit: type=1103 audit(1653077394.356:69): pid=592 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
мај 20 22:09:54 grayhp20 kernel: audit: type=1006 audit(1653077394.356:70): pid=592 uid=0 old-auid=4294967295 auid=973 tty=(none) old-ses=4294967295 ses=1 res=1
мај 20 22:09:54 grayhp20 kernel: audit: type=1300 audit(1653077394.356:70): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffe681f9970 a2=3 a3=0 items=0 ppid=1 pid=592 auid=973 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
мај 20 22:09:54 grayhp20 kernel: audit: type=1327 audit(1653077394.356:70): proctitle="(systemd)"
мај 20 22:09:54 grayhp20 kernel: audit: type=1105 audit(1653077394.356:71): pid=592 uid=0 auid=973 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:54 grayhp20 systemd[592]: Queued start job for default target Main User Target.
мај 20 22:09:54 grayhp20 systemd[592]: Created slice User Application Slice.
мај 20 22:09:54 grayhp20 systemd[592]: Reached target Paths.
мај 20 22:09:54 grayhp20 systemd[592]: Reached target Timers.
мај 20 22:09:54 grayhp20 systemd[592]: Starting D-Bus User Message Bus Socket...
мај 20 22:09:54 grayhp20 systemd[592]: Listening on GnuPG network certificate management daemon.
мај 20 22:09:54 grayhp20 systemd[592]: Listening on GCR ssh-agent wrapper.
мај 20 22:09:54 grayhp20 systemd[592]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
мај 20 22:09:54 grayhp20 systemd[592]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
мај 20 22:09:54 grayhp20 systemd[592]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
мај 20 22:09:54 grayhp20 systemd[592]: Listening on GnuPG cryptographic agent and passphrase cache.
мај 20 22:09:54 grayhp20 systemd[592]: Listening on p11-kit server.
мај 20 22:09:54 grayhp20 systemd[592]: Listening on PipeWire Multimedia System Socket.
мај 20 22:09:54 grayhp20 systemd[592]: Listening on Sound System.
мај 20 22:09:54 grayhp20 systemd[592]: Listening on D-Bus User Message Bus Socket.
мај 20 22:09:54 grayhp20 systemd[592]: Reached target Sockets.
мај 20 22:09:54 grayhp20 systemd[592]: Reached target Basic System.
мај 20 22:09:54 grayhp20 systemd[1]: Started User Manager for UID 973.
мај 20 22:09:54 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:54 grayhp20 systemd[592]: Starting Update XDG user dir configuration...
мај 20 22:09:54 grayhp20 systemd[1]: Started Session c1 of User lightdm.
мај 20 22:09:54 grayhp20 kernel: audit: type=1130 audit(1653077394.503:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:54 grayhp20 systemd[592]: Finished Update XDG user dir configuration.
мај 20 22:09:54 grayhp20 systemd[592]: Reached target Main User Target.
мај 20 22:09:54 grayhp20 systemd[592]: Startup finished in 145ms.
мај 20 22:09:54 grayhp20 audit[588]: USER_START pid=588 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:09:54 grayhp20 kernel: audit: type=1105 audit(1653077394.506:73): pid=588 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:09:54 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.3' (uid=0 pid=533 comm="/usr/bin/NetworkManager --no-daemon")
мај 20 22:09:54 grayhp20 systemd[1]: Starting WPA supplicant...
мај 20 22:09:54 grayhp20 NetworkManager[533]: <info>  [1653077394.6006] ovsdb: disconnected from ovsdb
мај 20 22:09:54 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
мај 20 22:09:54 grayhp20 systemd[1]: Started WPA supplicant.
мај 20 22:09:54 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:54 grayhp20 wpa_supplicant[602]: Successfully initialized wpa_supplicant
мај 20 22:09:54 grayhp20 wpa_supplicant[602]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
мај 20 22:09:54 grayhp20 NetworkManager[533]: <info>  [1653077394.6560] device (wlo1): supplicant interface state: internal-starting -> disconnected
мај 20 22:09:54 grayhp20 NetworkManager[533]: <info>  [1653077394.6560] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
мај 20 22:09:54 grayhp20 systemd[592]: Created slice User Core Session Slice.
мај 20 22:09:54 grayhp20 systemd[592]: Starting D-Bus User Message Bus...
мај 20 22:09:54 grayhp20 systemd[592]: Started D-Bus User Message Bus.
мај 20 22:09:54 grayhp20 dbus-daemon[615]: [session uid=973 pid=615] Activating systemd to hand-off: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.0' (uid=973 pid=601 comm="/usr/bin/lightdm-webkit2-greeter")
мај 20 22:09:54 grayhp20 dbus-daemon[615]: [session uid=973 pid=615] Successfully activated service 'org.freedesktop.systemd1'
мај 20 22:09:54 grayhp20 systemd[592]: Starting Accessibility services bus...
мај 20 22:09:54 grayhp20 dbus-daemon[615]: [session uid=973 pid=615] Successfully activated service 'org.a11y.Bus'
мај 20 22:09:54 grayhp20 systemd[592]: Started Accessibility services bus.
мај 20 22:09:54 grayhp20 dbus-daemon[615]: [session uid=973 pid=615] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.3' (uid=973 pid=601 comm="/usr/bin/lightdm-webkit2-greeter")
мај 20 22:09:54 grayhp20 systemd[592]: Starting Virtual filesystem service...
мај 20 22:09:54 grayhp20 dbus-daemon[615]: [session uid=973 pid=615] Successfully activated service 'org.gtk.vfs.Daemon'
мај 20 22:09:54 grayhp20 systemd[592]: Started Virtual filesystem service.
мај 20 22:09:54 grayhp20 at-spi-bus-launcher[622]: dbus-daemon[622]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=973 pid=601 comm="/usr/bin/lightdm-webkit2-greeter")
мај 20 22:09:54 grayhp20 at-spi-bus-launcher[622]: dbus-daemon[622]: Successfully activated service 'org.a11y.atspi.Registry'
мај 20 22:09:54 grayhp20 at-spi-bus-launcher[647]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
мај 20 22:09:54 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='net.hadess.PowerProfiles' unit='power-profiles-daemon.service' requested by ':1.16' (uid=973 pid=641 comm="/usr/lib/webkit2gtk-4.0/WebKitNetworkProcess 6 21")
мај 20 22:09:54 grayhp20 systemd[1]: Starting Power Profiles daemon...
мај 20 22:09:54 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'net.hadess.PowerProfiles'
мај 20 22:09:54 grayhp20 systemd[1]: Started Power Profiles daemon.
мај 20 22:09:54 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=power-profiles-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:55 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.18' (uid=973 pid=643 comm="/usr/lib/webkit2gtk-4.0/WebKitWebProcess 11 24")
мај 20 22:09:55 grayhp20 systemd[1]: Starting RealtimeKit Scheduling Policy Service...
мај 20 22:09:55 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
мај 20 22:09:55 grayhp20 systemd[1]: Started RealtimeKit Scheduling Policy Service.
мај 20 22:09:55 grayhp20 rtkit-daemon[693]: Successfully called chroot.
мај 20 22:09:55 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:09:55 grayhp20 rtkit-daemon[693]: Successfully dropped privileges.
мај 20 22:09:55 grayhp20 rtkit-daemon[693]: Successfully limited resources.
мај 20 22:09:55 grayhp20 rtkit-daemon[693]: Running.
мај 20 22:09:55 grayhp20 rtkit-daemon[693]: Canary thread running.
мај 20 22:09:55 grayhp20 rtkit-daemon[693]: Watchdog thread running.
мај 20 22:09:55 grayhp20 rtkit-daemon[693]: Supervising 0 threads of 0 processes of 0 users.
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:3: action=[Action id='org.freedesktop.RealtimeKit1.acquire-real-time']
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:4: subject=[Subject pid=643 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
мај 20 22:09:55 grayhp20 rtkit-daemon[693]: Successfully made thread 665 of process 643 owned by '973' RT at priority 5.
мај 20 22:09:55 grayhp20 rtkit-daemon[693]: Supervising 1 threads of 1 processes of 1 users.
мај 20 22:09:55 grayhp20 rtkit-daemon[693]: Supervising 1 threads of 1 processes of 1 users.
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:3: action=[Action id='org.freedesktop.RealtimeKit1.acquire-real-time']
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:4: subject=[Subject pid=643 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
мај 20 22:09:55 grayhp20 rtkit-daemon[693]: Successfully made thread 692 of process 643 owned by '973' RT at priority 5.
мај 20 22:09:55 grayhp20 rtkit-daemon[693]: Supervising 2 threads of 1 processes of 1 users.
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:3: action=[Action id='org.freedesktop.DisplayManager.AccountsService.ReadAny']
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:4: subject=[Subject pid=643 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:3: action=[Action id='org.freedesktop.login1.power-off']
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:4: subject=[Subject pid=643 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:3: action=[Action id='org.freedesktop.login1.reboot']
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:4: subject=[Subject pid=643 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:3: action=[Action id='org.freedesktop.login1.hibernate']
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:4: subject=[Subject pid=643 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:3: action=[Action id='org.freedesktop.login1.suspend']
мај 20 22:09:55 grayhp20 polkitd[550]: <no filename>:4: subject=[Subject pid=643 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
мај 20 22:09:55 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.20' (uid=0 pid=703 comm="lightdm --session-child 12 19")
мај 20 22:09:55 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
мај 20 22:09:55 grayhp20 lightdm[703]: pam_systemd_home(lightdm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
мај 20 22:09:55 grayhp20 wpa_supplicant[602]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
мај 20 22:09:56 grayhp20 wpa_supplicant[602]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
мај 20 22:09:59 grayhp20 NetworkManager[533]: <info>  [1653077399.0320] policy: auto-activating connection 'ALHN-DFE4-5' (7316c972-2b0c-4ab2-9fd2-13b136161e66)
мај 20 22:09:59 grayhp20 NetworkManager[533]: <info>  [1653077399.0332] device (wlo1): Activation: starting connection 'ALHN-DFE4-5' (7316c972-2b0c-4ab2-9fd2-13b136161e66)
мај 20 22:09:59 grayhp20 NetworkManager[533]: <info>  [1653077399.0334] device (wlo1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
мај 20 22:09:59 grayhp20 NetworkManager[533]: <info>  [1653077399.0338] manager: NetworkManager state is now CONNECTING
мај 20 22:09:59 grayhp20 NetworkManager[533]: <info>  [1653077399.0351] device (wlo1): set-hw-addr: reset MAC address to 28:CD:C4:0C:16:7F (preserve)
мај 20 22:09:59 grayhp20 NetworkManager[533]: <info>  [1653077399.5202] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
мај 20 22:09:59 grayhp20 NetworkManager[533]: <info>  [1653077399.5209] device (wlo1): Activation: (wifi) access point 'ALHN-DFE4-5' has security, but secrets are required.
мај 20 22:09:59 grayhp20 NetworkManager[533]: <info>  [1653077399.5209] device (wlo1): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
мај 20 22:09:59 grayhp20 NetworkManager[533]: <info>  [1653077399.5216] device (wlo1): supplicant interface state: disconnected -> interface_disabled
мај 20 22:09:59 grayhp20 NetworkManager[533]: <warn>  [1653077399.5217] device (wlo1): no secrets: No agents were available for this request.
мај 20 22:09:59 grayhp20 NetworkManager[533]: <info>  [1653077399.5217] device (wlo1): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed')
мај 20 22:09:59 grayhp20 NetworkManager[533]: <info>  [1653077399.5223] manager: NetworkManager state is now DISCONNECTED
мај 20 22:09:59 grayhp20 NetworkManager[533]: <info>  [1653077399.5235] device (wlo1): set-hw-addr: set MAC address to 26:1B:45:2F:1D:9D (scanning)
мај 20 22:10:00 grayhp20 NetworkManager[533]: <warn>  [1653077400.0071] device (wlo1): Activation: failed for connection 'ALHN-DFE4-5'
мај 20 22:10:00 grayhp20 NetworkManager[533]: <info>  [1653077400.0076] device (wlo1): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
мај 20 22:10:00 grayhp20 NetworkManager[533]: <info>  [1653077400.4867] device (wlo1): supplicant interface state: interface_disabled -> inactive
мај 20 22:10:03 grayhp20 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
мај 20 22:10:03 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:03 grayhp20 kernel: kauditd_printk_skb: 3 callbacks suppressed
мај 20 22:10:03 grayhp20 kernel: audit: type=1131 audit(1653077403.409:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:04 grayhp20 NetworkManager[533]: <info>  [1653077404.3157] manager: startup complete
мај 20 22:10:04 grayhp20 lightdm[703]: gkr-pam: unable to locate daemon control file
мај 20 22:10:04 grayhp20 audit[703]: USER_AUTH pid=703 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="sava" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:10:04 grayhp20 audit[703]: USER_ACCT pid=703 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sava" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:10:04 grayhp20 lightdm[703]: gkr-pam: stashed password to try later in open session
мај 20 22:10:04 grayhp20 kernel: audit: type=1100 audit(1653077404.819:78): pid=703 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="sava" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:10:04 grayhp20 kernel: audit: type=1101 audit(1653077404.819:79): pid=703 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sava" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:10:05 grayhp20 systemd[1]: Stopping Session c1 of User lightdm...
мај 20 22:10:05 grayhp20 lightdm[588]: pam_unix(lightdm-greeter:session): session closed for user lightdm
мај 20 22:10:05 grayhp20 audit[588]: USER_END pid=588 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:10:05 grayhp20 audit[588]: CRED_DISP pid=588 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:10:05 grayhp20 systemd[1]: session-c1.scope: Deactivated successfully.
мај 20 22:10:05 grayhp20 systemd[1]: Stopped Session c1 of User lightdm.
мај 20 22:10:05 grayhp20 systemd[1]: session-c1.scope: Consumed 5.546s CPU time.
мај 20 22:10:05 grayhp20 systemd-logind[525]: Removed session c1.
мај 20 22:10:05 grayhp20 kernel: audit: type=1106 audit(1653077405.879:80): pid=588 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:10:05 grayhp20 kernel: audit: type=1104 audit(1653077405.879:81): pid=588 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:10:05 grayhp20 audit[703]: CRED_ACQ pid=703 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="sava" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:10:05 grayhp20 audit[703]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7fffb6bb45a0 a2=4 a3=0 items=0 ppid=537 pid=703 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
мај 20 22:10:05 grayhp20 audit: PROCTITLE proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003132003139
мај 20 22:10:05 grayhp20 lightdm[703]: pam_unix(lightdm:session): session opened for user sava(uid=1000) by (uid=0)
мај 20 22:10:05 grayhp20 kernel: audit: type=1103 audit(1653077405.883:82): pid=703 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="sava" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:10:05 grayhp20 kernel: audit: type=1006 audit(1653077405.883:83): pid=703 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
мај 20 22:10:05 grayhp20 kernel: audit: type=1300 audit(1653077405.883:83): arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7fffb6bb45a0 a2=4 a3=0 items=0 ppid=537 pid=703 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
мај 20 22:10:05 grayhp20 kernel: audit: type=1327 audit(1653077405.883:83): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003132003139
мај 20 22:10:05 grayhp20 systemd[1]: Created slice User Slice of UID 1000.
мај 20 22:10:05 grayhp20 systemd[1]: Starting User Runtime Directory /run/user/1000...
мај 20 22:10:05 grayhp20 systemd-logind[525]: New session 2 of user sava.
мај 20 22:10:05 grayhp20 systemd[1]: Finished User Runtime Directory /run/user/1000.
мај 20 22:10:05 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:05 grayhp20 kernel: audit: type=1130 audit(1653077405.896:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:05 grayhp20 systemd[1]: Starting User Manager for UID 1000...
мај 20 22:10:05 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.24' (uid=0 pid=727 comm="(systemd)")
мај 20 22:10:05 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
мај 20 22:10:05 grayhp20 systemd[727]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
мај 20 22:10:05 grayhp20 audit[727]: USER_ACCT pid=727 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sava" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:05 grayhp20 audit[727]: CRED_ACQ pid=727 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sava" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
мај 20 22:10:05 grayhp20 audit[727]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffe681f9970 a2=4 a3=0 items=0 ppid=1 pid=727 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
мај 20 22:10:05 grayhp20 audit: PROCTITLE proctitle="(systemd)"
мај 20 22:10:05 grayhp20 systemd[727]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sava] ruser=[<unknown>] rhost=[<unknown>]
мај 20 22:10:05 grayhp20 systemd[727]: pam_unix(systemd-user:session): session opened for user sava(uid=1000) by (uid=0)
мај 20 22:10:05 grayhp20 systemd[727]: pam_env(systemd-user:session): deprecated reading of user environment enabled
мај 20 22:10:05 grayhp20 audit[727]: USER_START pid=727 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sava" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:05 grayhp20 systemd-xdg-autostart-generator[733]: /home/sava/.config/autostart/Discord.desktop:9: Unknown key name 'RunHook' in section 'Desktop Entry', ignoring.
мај 20 22:10:06 grayhp20 systemd[727]: Queued start job for default target Main User Target.
мај 20 22:10:06 grayhp20 systemd[727]: Created slice User Application Slice.
мај 20 22:10:06 grayhp20 systemd[727]: Reached target Paths.
мај 20 22:10:06 grayhp20 systemd[727]: Reached target Timers.
мај 20 22:10:06 grayhp20 systemd[727]: Starting D-Bus User Message Bus Socket...
мај 20 22:10:06 grayhp20 systemd[727]: Listening on GnuPG network certificate management daemon.
мај 20 22:10:06 grayhp20 systemd[727]: Listening on GCR ssh-agent wrapper.
мај 20 22:10:06 grayhp20 systemd[727]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
мај 20 22:10:06 grayhp20 systemd[727]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
мај 20 22:10:06 grayhp20 systemd[727]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
мај 20 22:10:06 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:06 grayhp20 systemd[727]: Listening on GnuPG cryptographic agent and passphrase cache.
мај 20 22:10:06 grayhp20 systemd[727]: Listening on p11-kit server.
мај 20 22:10:06 grayhp20 systemd[727]: Listening on PipeWire Multimedia System Socket.
мај 20 22:10:06 grayhp20 systemd[727]: Listening on Sound System.
мај 20 22:10:06 grayhp20 systemd[727]: Listening on D-Bus User Message Bus Socket.
мај 20 22:10:06 grayhp20 systemd[727]: Reached target Sockets.
мај 20 22:10:06 grayhp20 systemd[727]: Reached target Basic System.
мај 20 22:10:06 grayhp20 systemd[1]: Started User Manager for UID 1000.
мај 20 22:10:06 grayhp20 systemd[727]: Starting Update XDG user dir configuration...
мај 20 22:10:06 grayhp20 systemd[1]: Started Session 2 of User sava.
мај 20 22:10:06 grayhp20 systemd[727]: Finished Update XDG user dir configuration.
мај 20 22:10:06 grayhp20 systemd[727]: Reached target Main User Target.
мај 20 22:10:06 grayhp20 systemd[727]: Startup finished in 135ms.
мај 20 22:10:06 grayhp20 lightdm[703]: pam_env(lightdm:session): deprecated reading of user environment enabled
мај 20 22:10:06 grayhp20 lightdm[703]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
мај 20 22:10:06 grayhp20 audit[703]: USER_START pid=703 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="sava" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
мај 20 22:10:06 grayhp20 audit[703]: USER_LOGIN pid=703 uid=0 auid=1000 ses=2 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=grayhp20 addr=? terminal=/dev/tty7 res=success'
мај 20 22:10:06 grayhp20 systemd[727]: Created slice User Core Session Slice.
мај 20 22:10:06 grayhp20 systemd[727]: Starting D-Bus User Message Bus...
мај 20 22:10:06 grayhp20 systemd[727]: Started D-Bus User Message Bus.
мај 20 22:10:06 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.systemd1'
мај 20 22:10:06 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.kde.KSplash' requested by ':1.2' (uid=1000 pid=741 comm="/usr/bin/startplasma-x11")
мај 20 22:10:06 grayhp20 systemd[727]: Reloading.
мај 20 22:10:06 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.kde.KSplash'
мај 20 22:10:06 grayhp20 systemd-xdg-autostart-generator[792]: /home/sava/.config/autostart/Discord.desktop:9: Unknown key name 'RunHook' in section 'Desktop Entry', ignoring.
мај 20 22:10:06 grayhp20 ksplashqml[765]: Icon theme "elementary" not found.
мај 20 22:10:06 grayhp20 klauncher[801]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
мај 20 22:10:06 grayhp20 klauncher[801]: Icon theme "elementary" not found.
мај 20 22:10:06 grayhp20 kcminit_startup[805]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
мај 20 22:10:06 grayhp20 kcminit_startup[805]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
мај 20 22:10:06 grayhp20 kcminit_startup[805]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
мај 20 22:10:07 grayhp20 kcminit_startup[805]: QDBusConnection: error: could not send signal to service "" path "//home/sava/.kde4/share/config/kdeglobals" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //home/sava/.kde4/share/config/kdeglobals
мај 20 22:10:07 grayhp20 plasma_session[793]: org.kde.plasma.session: process job  "kcminit_startup" finished with exit code  0
мај 20 22:10:07 grayhp20 kded5[813]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface:
мај 20 22:10:07 grayhp20 kded5[813]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
мај 20 22:10:07 grayhp20 kded5[813]: Installing the delayed initialization callback.
мај 20 22:10:07 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.9' (uid=1000 pid=813 comm="/usr/bin/kded5")
мај 20 22:10:07 grayhp20 systemd[727]: Starting User preferences database...
мај 20 22:10:07 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'ca.desrt.dconf'
мај 20 22:10:07 grayhp20 systemd[727]: Started User preferences database.
мај 20 22:10:07 grayhp20 kwin_x11[816]: Warning: Setting a new default format with a different version or profile after the global shared context is created may cause issues with context sharing.
мај 20 22:10:07 grayhp20 NetworkManager[533]: <info>  [1653077407.3174] agent-manager: agent[a21834644c372813,:1.27/org.kde.plasma.networkmanagement/1000]: agent registered
мај 20 22:10:07 grayhp20 kwin_x11[816]: Icon theme "elementary" not found.
мај 20 22:10:07 grayhp20 kwin_x11[816]: kwin_xkbcommon: XKB: Unrecognized RMLVO layout "us" was ignored
мај 20 22:10:07 grayhp20 kwin_x11[816]: kwin_xkbcommon: XKB: inet:334:58: unrecognized keysym "XF86EmojiPicker"
мај 20 22:10:07 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.8' (uid=1000 pid=813 comm="/usr/bin/kded5")
мај 20 22:10:07 grayhp20 systemd[727]: Created slice User Background Tasks Slice.
мај 20 22:10:07 grayhp20 systemd[727]: Starting KDE Global Shortcuts Server...
мај 20 22:10:07 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.kde.kglobalaccel'
мај 20 22:10:07 grayhp20 systemd[727]: Started KDE Global Shortcuts Server.
мај 20 22:10:07 grayhp20 ksmserver[864]: Qt: Session management error: networkIdsList argument is NULL
мај 20 22:10:07 grayhp20 kglobalaccel5[863]: Icon theme "elementary" not found.
мај 20 22:10:07 grayhp20 ksmserver[864]: Icon theme "elementary" not found.
мај 20 22:10:07 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/powerdevil.desktop" ("/usr/lib/org_kde_powerdevil")
мај 20 22:10:07 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/xembedsniproxy.desktop" ("/usr/bin/xembedsniproxy")
мај 20 22:10:07 grayhp20 kcminit_startup[805]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
мај 20 22:10:07 grayhp20 kcminit_startup[805]: kcm_touchpad: Using X11 backend
мај 20 22:10:07 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop" ("/usr/lib/polkit-kde-authentication-agent-1")
мај 20 22:10:07 grayhp20 kcminit_startup[805]: Width:  3748  height:  3268
мај 20 22:10:07 grayhp20 kcminit_startup[805]: Approx. resX:  41  resY:  65
мај 20 22:10:07 grayhp20 kcminit_startup[805]: Touchpad resolution: x:  39  y:  84
мај 20 22:10:07 grayhp20 kcminit_startup[805]: Final resolution x: 39  y: 84
мај 20 22:10:07 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/pam_kwallet_init.desktop" ("/usr/lib/pam_kwallet_init")
мај 20 22:10:07 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/kaccess.desktop" ("/usr/bin/kaccess")
мај 20 22:10:07 grayhp20 kcminit_startup[805]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_kgamma.so"
мај 20 22:10:07 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/baloo_file.desktop" ("/usr/lib/baloo_file")
мај 20 22:10:07 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.kde.plasmashell.desktop" ("/usr/bin/plasmashell")
мај 20 22:10:07 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.8' (uid=1000 pid=813 comm="/usr/bin/kded5")
мај 20 22:10:07 grayhp20 systemd[727]: Starting KActivityManager Activity manager Service...
мај 20 22:10:07 grayhp20 kaccess[873]: Xlib XKB extension major= 1  minor= 0
мај 20 22:10:07 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.29' (uid=1000 pid=874 comm="/usr/lib/baloo_file")
мај 20 22:10:07 grayhp20 systemd[1]: Starting Disk Manager...
мај 20 22:10:07 grayhp20 udisksd[886]: udisks daemon version 2.9.4 starting
мај 20 22:10:07 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/gmenudbusmenuproxy.desktop" ("/usr/bin/gmenudbusmenuproxy")
мај 20 22:10:07 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.kde.discover.notifier.desktop" ("/usr/lib/DiscoverNotifier")
мај 20 22:10:07 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/pulseaudio.desktop" ("/usr/bin/start-pulseaudio-x11")
мај 20 22:10:07 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/restore_kmix_volumes.desktop" ("/usr/bin/kmixctrl", "--restore")
мај 20 22:10:07 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.kde.kdeconnect.daemon.desktop" ("/usr/lib/kdeconnectd")
мај 20 22:10:07 grayhp20 kded5[813]: print-manager.kded: unable to register service to dbus
мај 20 22:10:07 grayhp20 kded5[813]: kcm_touchpad: Using X11 backend
мај 20 22:10:07 grayhp20 kded5[813]: Width:  3748  height:  3268
мај 20 22:10:07 grayhp20 kded5[813]: Approx. resX:  41  resY:  65
мај 20 22:10:07 grayhp20 kded5[813]: Touchpad resolution: x:  39  y:  84
мај 20 22:10:07 grayhp20 kded5[813]: Final resolution x: 39  y: 84
мај 20 22:10:07 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.freedesktop.UDisks2'
мај 20 22:10:07 grayhp20 systemd[1]: Started Disk Manager.
мај 20 22:10:07 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:07 grayhp20 systemd[727]: Starting Sound Service...
мај 20 22:10:07 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.29' (uid=1000 pid=874 comm="/usr/lib/baloo_file")
мај 20 22:10:07 grayhp20 audit: BPF prog-id=31 op=LOAD
мај 20 22:10:07 grayhp20 audit: BPF prog-id=32 op=LOAD
мај 20 22:10:07 grayhp20 udisksd[886]: Acquired the name org.freedesktop.UDisks2 on the system message bus
мај 20 22:10:07 grayhp20 systemd[1]: Starting Daemon for power management...
мај 20 22:10:07 grayhp20 systemd[727]: Started /usr/lib/DiscoverNotifier.
мај 20 22:10:07 grayhp20 polkit-kde-authentication-agent-1[871]: New PolkitAgentListener  0x563a4a89a200
мај 20 22:10:07 grayhp20 polkit-kde-authentication-agent-1[871]: Adding new listener  PolkitQt1::Agent::Listener(0x563a4a8c1dd0) for  0x563a4a89a200
мај 20 22:10:07 grayhp20 polkit-kde-authentication-agent-1[871]: Listener online
мај 20 22:10:07 grayhp20 rtkit-daemon[693]: Successfully made thread 910 of process 910 owned by '1000' high priority at nice level -11.
мај 20 22:10:07 grayhp20 rtkit-daemon[693]: Supervising 1 threads of 1 processes of 2 users.
мај 20 22:10:07 grayhp20 polkitd[550]: Registered Authentication Agent for unix-session:2 (system bus name :1.34 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale C)
мај 20 22:10:07 grayhp20 polkit-kde-authentication-agent-1[871]: Authentication agent result: true
мај 20 22:10:07 grayhp20 polkit-kde-authentication-agent-1[871]: Icon theme "elementary" not found.
мај 20 22:10:07 grayhp20 kaccess[873]: X server XKB extension major= 1  minor= 0
мај 20 22:10:07 grayhp20 kaccess[873]: Icon theme "elementary" not found.
мај 20 22:10:07 grayhp20 kwin_x11[816]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
мај 20 22:10:07 grayhp20 kwin_x11[816]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
мај 20 22:10:07 grayhp20 kwin_x11[816]: kf.config.core: "\"fsrestore3\" - conversion of \"481,481,0,0\" to QRect failed"
мај 20 22:10:07 grayhp20 kwin_x11[816]: kf.config.core: "\"fsrestore4\" - conversion of \"481,481,0,0\" to QRect failed"
мај 20 22:10:07 grayhp20 kwin_x11[816]: kf.config.core: "\"fsrestore5\" - conversion of \"481,481,0,0\" to QRect failed"
мај 20 22:10:07 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.kde.ActivityManager'
мај 20 22:10:07 grayhp20 systemd[727]: Started KActivityManager Activity manager Service.
мај 20 22:10:07 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.freedesktop.UPower'
мај 20 22:10:07 grayhp20 systemd[1]: Started Daemon for power management.
мај 20 22:10:07 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:07 grayhp20 DiscoverNotifier[895]: 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)"
мај 20 22:10:07 grayhp20 kwin_x11[816]: kwin_core: XCB error: 10 (BadAccess), sequence: 846, resource id: 1705, major code: 142 (Composite), minor code: 2 (RedirectSubwindows)
мај 20 22:10:07 grayhp20 dbus-daemon[524]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.31' (uid=1000 pid=869 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
мај 20 22:10:07 grayhp20 DiscoverNotifier[895]: Icon theme "elementary" not found.
мај 20 22:10:07 grayhp20 kdeconnectd[901]: Icon theme "elementary" not found.
мај 20 22:10:07 grayhp20 kded5[813]: Icon theme "elementary" not found.
мај 20 22:10:07 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
мај 20 22:10:07 grayhp20 dbus-daemon[524]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.31' (uid=1000 pid=869 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
мај 20 22:10:07 grayhp20 kded5[813]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.12'
мај 20 22:10:07 grayhp20 kded5[813]: Delayed initialization.
мај 20 22:10:07 grayhp20 kded5[813]: Reloading the khotkeys configuration
мај 20 22:10:07 grayhp20 kded5[813]: Version 2 File!
мај 20 22:10:07 grayhp20 kded5[813]: true
мај 20 22:10:07 grayhp20 DiscoverNotifier[914]: 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)"
мај 20 22:10:07 grayhp20 kded5[813]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
мај 20 22:10:07 grayhp20 kded5[813]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
мај 20 22:10:07 grayhp20 systemd[727]: Started KMix - Sound Mixer.
мај 20 22:10:07 grayhp20 kded5[813]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
мај 20 22:10:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 991, resource id: 23068679, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 995, resource id: 23068680, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:07 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
мај 20 22:10:07 grayhp20 dbus-daemon[524]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.31' (uid=1000 pid=869 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
мај 20 22:10:07 grayhp20 plasmashell[875]: Icon theme "elementary" not found.
мај 20 22:10:07 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
мај 20 22:10:07 grayhp20 org_kde_powerdevil[869]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.freedesktop.Notifications' requested by ':1.26' (uid=1000 pid=901 comm="/usr/lib/kdeconnectd")
мај 20 22:10:08 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.27' (uid=1000 pid=813 comm="/usr/bin/kded5")
мај 20 22:10:08 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
мај 20 22:10:08 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.27' (uid=1000 pid=813 comm="/usr/bin/kded5")
мај 20 22:10:08 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
мај 20 22:10:08 grayhp20 kded5[813]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit" 
                                         "Unit dbus-org.freedesktop.ModemManager1.service not found."
мај 20 22:10:08 grayhp20 kded5[813]: 
мај 20 22:10:08 grayhp20 kded5[813]: 2
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.freedesktop.Telepathy.AccountManager' requested by ':1.8' (uid=1000 pid=813 comm="/usr/bin/kded5")
мај 20 22:10:08 grayhp20 kded5[813]: org.kde.plasma.dataengine.geolocation: gpsd not found
мај 20 22:10:08 grayhp20 kmix[960]: Icon theme "elementary" not found.
мај 20 22:10:08 grayhp20 systemd[727]: Started KGpg - Encryption Tool.
мај 20 22:10:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1061, resource id: 23068682, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:08 grayhp20 mission-control[976]: Not sure what the type of 'mc-account-name' is, assuming string
мај 20 22:10:08 grayhp20 kmix[960]: percent 5 -> divisor 20
мај 20 22:10:08 grayhp20 mission-control[976]: Not sure what the type of 'mc-readonly-params' is, assuming string
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.freedesktop.Telepathy.Client.KTp.KdedIntegrationModule' requested by ':1.30' (uid=1000 pid=976 comm="/usr/lib/telepathy/mission-control-5")
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.freedesktop.Telepathy.Client.KTp.Approver' requested by ':1.30' (uid=1000 pid=976 comm="/usr/lib/telepathy/mission-control-5")
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.Telepathy.AccountManager'
мај 20 22:10:08 grayhp20 plasmashell[875]: kf.plasma.quick: Applet preload policy set to 1
мај 20 22:10:08 grayhp20 dbus-daemon[524]: [system] Activating service name='org.kde.kded.smart' requested by ':1.27' (uid=1000 pid=813 comm="/usr/bin/kded5") (using servicehelper)
мај 20 22:10:08 grayhp20 baloo_file[874]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.30'
мај 20 22:10:08 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.kde.kded.smart'
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.kde.KScreen' unit='plasma-kscreen.service' requested by ':1.8' (uid=1000 pid=813 comm="/usr/bin/kded5")
мај 20 22:10:08 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.27' (uid=1000 pid=813 comm="/usr/bin/kded5")
мај 20 22:10:08 grayhp20 kded5[813]: Known activities: ("41e3c1ff-2855-4bbd-b775-2344eb4bb65b")
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.8' (uid=1000 pid=813 comm="/usr/bin/kded5")
мај 20 22:10:08 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
мај 20 22:10:08 grayhp20 systemd[727]: Starting Bluetooth OBEX service...
мај 20 22:10:08 grayhp20 kded5[813]: kf.bluezqt: PendingCall Error: "Unit dbus-org.bluez.service not found."
мај 20 22:10:08 grayhp20 systemd[727]: Starting KScreen...
мај 20 22:10:08 grayhp20 obexd[995]: OBEX daemon 5.64
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.bluez.obex'
мај 20 22:10:08 grayhp20 systemd[727]: Started Bluetooth OBEX service.
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.Telepathy.Client.KTp.Approver'
мај 20 22:10:08 grayhp20 kded5[813]: Registering ":1.25/StatusNotifierItem" to system tray
мај 20 22:10:08 grayhp20 kded5[813]: tp-qt 0.9.8 WARN: Error parsing config file for connection manager "gabble" - introspecting
мај 20 22:10:08 grayhp20 kded5[813]: Starting accounts migration...
мај 20 22:10:08 grayhp20 kded5[813]: tp-qt 0.9.8 WARN: Properties.GetAll(ConnectionManager) failed: "org.freedesktop.DBus.Error.ServiceUnknown": "The name org.freedesktop.Telepathy.ConnectionManager.gabble was not provided by any .service files"
мај 20 22:10:08 grayhp20 kded5[813]: tp-qt 0.9.8 WARN: Failed to find the protocol in the CM protocols for account "/org/freedesktop/Telepathy/Account/gabble/jabber/google_2dim_2"
мај 20 22:10:08 grayhp20 kded5[813]: ktp-kded-module:
мај 20 22:10:08 grayhp20 kded5[813]: ktp-kded-module: new parser: "gabble/jabber/google_2dim_2"
мај 20 22:10:08 grayhp20 kded5[813]: ktp-kded-module: "auto-away" state change: TelepathyKDEDModulePlugin::Enabled
мај 20 22:10:08 grayhp20 kded5[813]: ktp-kded-module: "screen-saver-away" state change: TelepathyKDEDModulePlugin::Enabled
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.Telepathy.Client.KTp.KdedIntegrationModule'
мај 20 22:10:08 grayhp20 org_kde_powerdevil[869]: org.kde.powerdevil: Handle button events action could not check for screen configuration
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.kde.KScreen'
мај 20 22:10:08 grayhp20 systemd[727]: Started KScreen.
мај 20 22:10:08 grayhp20 org_kde_powerdevil[869]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xrandr: Connected output 82 to CRTC 78
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xcb.helper: Detected XRandR 1.6
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xcb.helper: Event Base:  89
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xcb.helper: Event Error:  147
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xrandr: XRandR::setConfig
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xrandr: Needed CRTCs:  1
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xrandr: Actions to perform: 
                                                                    Primary Output: false
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xrandr:         Change Screen Size: false
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xrandr:         Disable outputs: false
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xrandr:         Change outputs: false
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xrandr:         Enable outputs: false
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xrandr: XRandR::setConfig done!
мај 20 22:10:08 grayhp20 systemd[727]: Started Yakuake - Drop-down Terminal.
мај 20 22:10:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1173, resource id: 23068684, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:08 grayhp20 kgpg[983]: Icon theme "elementary" not found.
мај 20 22:10:08 grayhp20 rtkit-daemon[693]: Supervising 1 threads of 1 processes of 2 users.
мај 20 22:10:08 grayhp20 rtkit-daemon[693]: Successfully made thread 1012 of process 910 owned by '1000' RT at priority 5.
мај 20 22:10:08 grayhp20 rtkit-daemon[693]: Supervising 2 threads of 1 processes of 2 users.
мај 20 22:10:08 grayhp20 yakuake[1004]: Icon theme "elementary" not found.
мај 20 22:10:08 grayhp20 systemd[727]: Started Thunar.
мај 20 22:10:08 grayhp20 rtkit-daemon[693]: Supervising 2 threads of 1 processes of 2 users.
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.xfce.Xfconf' requested by ':1.39' (uid=1000 pid=1013 comm="/usr/bin/Thunar --sm-client-id 10cfe293a9000162933")
мај 20 22:10:08 grayhp20 rtkit-daemon[693]: Successfully made thread 1026 of process 910 owned by '1000' RT at priority 5.
мај 20 22:10:08 grayhp20 rtkit-daemon[693]: Supervising 3 threads of 1 processes of 2 users.
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.xfce.Xfconf'
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.39' (uid=1000 pid=1013 comm="/usr/bin/Thunar --sm-client-id 10cfe293a9000162933")
мај 20 22:10:08 grayhp20 systemd[727]: Starting Virtual filesystem service...
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gtk.vfs.Daemon'
мај 20 22:10:08 grayhp20 systemd[727]: Started Virtual filesystem service.
мај 20 22:10:08 grayhp20 plasmashell[875]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.44' (uid=1000 pid=1013 comm="/usr/bin/Thunar --sm-client-id 10cfe293a9000162933")
мај 20 22:10:08 grayhp20 systemd[727]: Starting Accessibility services bus...
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.a11y.Bus'
мај 20 22:10:08 grayhp20 systemd[727]: Started Accessibility services bus.
мај 20 22:10:08 grayhp20 rtkit-daemon[693]: Supervising 3 threads of 1 processes of 2 users.
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.39' (uid=1000 pid=1013 comm="/usr/bin/Thunar --sm-client-id 10cfe293a9000162933")
мај 20 22:10:08 grayhp20 rtkit-daemon[693]: Successfully made thread 1067 of process 910 owned by '1000' RT at priority 5.
мај 20 22:10:08 grayhp20 rtkit-daemon[693]: Supervising 4 threads of 1 processes of 2 users.
мај 20 22:10:08 grayhp20 systemd[727]: Starting Portal service...
мај 20 22:10:08 grayhp20 rtkit-daemon[693]: Supervising 4 threads of 1 processes of 2 users.
мај 20 22:10:08 grayhp20 rtkit-daemon[693]: Successfully made thread 1070 of process 910 owned by '1000' RT at priority 5.
мај 20 22:10:08 grayhp20 rtkit-daemon[693]: Supervising 5 threads of 1 processes of 2 users.
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.46' (uid=1000 pid=1069 comm="/usr/lib/xdg-desktop-portal")
мај 20 22:10:08 grayhp20 systemd[727]: Starting flatpak document portal service...
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.47' (uid=1000 pid=1075 comm="/usr/lib/xdg-document-portal")
мај 20 22:10:08 grayhp20 systemd[727]: Starting sandboxed app permission store...
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
мај 20 22:10:08 grayhp20 systemd[727]: Started sandboxed app permission store.
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.portal.Documents'
мај 20 22:10:08 grayhp20 systemd[727]: Started flatpak document portal service.
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gnome' unit='xdg-desktop-portal-gnome.service' requested by ':1.46' (uid=1000 pid=1069 comm="/usr/lib/xdg-desktop-portal")
мај 20 22:10:08 grayhp20 systemd[727]: Starting Portal service (GNOME implementation)...
мај 20 22:10:08 grayhp20 kded5[813]: Registering ":1.43/StatusNotifierItem" to system tray
мај 20 22:10:08 grayhp20 systemd[727]: Started GnuPG cryptographic agent and passphrase cache.
мај 20 22:10:08 grayhp20 gpg-agent[1101]: gpg-agent (GnuPG) 2.2.35 starting in supervised mode.
мај 20 22:10:08 grayhp20 gpg-agent[1101]: using fd 3 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
мај 20 22:10:08 grayhp20 gpg-agent[1101]: using fd 4 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
мај 20 22:10:08 grayhp20 gpg-agent[1101]: using fd 5 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
мај 20 22:10:08 grayhp20 gpg-agent[1101]: using fd 6 for std socket (/run/user/1000/gnupg/S.gpg-agent)
мај 20 22:10:08 grayhp20 gpg-agent[1101]: listening on: std=6 extra=4 browser=5 ssh=3
мај 20 22:10:08 grayhp20 plasmashell[875]: Plasma Shell startup completed
мај 20 22:10:08 grayhp20 kioslave5[1094]: kf.config.core: "KConfigIni: In file /home/sava/Desktop/firefox.desktop, line 342: " Invalid entry (missing '=')
мај 20 22:10:08 grayhp20 plasmashell[875]: kf.config.core: "KConfigIni: In file /home/sava/Desktop/firefox.desktop, line 342: " Invalid entry (missing '=')
мај 20 22:10:08 grayhp20 plasmashell[875]: kf.config.core: "KConfigIni: In file /home/sava/Desktop/firefox.desktop, line 342: " Invalid entry (missing '=')
мај 20 22:10:08 grayhp20 plasmashell[875]: kf.config.core: "KConfigIni: In file /home/sava/Desktop/firefox.desktop, line 342: " Invalid entry (missing '=')
мај 20 22:10:08 grayhp20 plasmashell[875]: kf.config.core: "KConfigIni: In file /home/sava/Desktop/firefox.desktop, line 342: " Invalid entry (missing '=')
мај 20 22:10:08 grayhp20 plasmashell[875]: kf.config.core: "KConfigIni: In file /home/sava/Desktop/firefox.desktop, line 342: " Invalid entry (missing '=')
мај 20 22:10:08 grayhp20 plasmashell[875]: kf.config.core: "KConfigIni: In file /home/sava/Desktop/firefox.desktop, line 342: " Invalid entry (missing '=')
мај 20 22:10:08 grayhp20 plasmashell[875]: kf.config.core: "KConfigIni: In file /home/sava/Desktop/firefox.desktop, line 342: " Invalid entry (missing '=')
мај 20 22:10:08 grayhp20 kded5[813]: Registering ":1.48/StatusNotifierItem" to system tray
мај 20 22:10:08 grayhp20 NetworkManager[533]: <info>  [1653077408.8533] policy: auto-activating connection 'ALHN-DFE4-5' (7316c972-2b0c-4ab2-9fd2-13b136161e66)
мај 20 22:10:08 grayhp20 NetworkManager[533]: <info>  [1653077408.8539] device (wlo1): Activation: starting connection 'ALHN-DFE4-5' (7316c972-2b0c-4ab2-9fd2-13b136161e66)
мај 20 22:10:08 grayhp20 NetworkManager[533]: <info>  [1653077408.8540] device (wlo1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
мај 20 22:10:08 grayhp20 NetworkManager[533]: <info>  [1653077408.8543] manager: NetworkManager state is now CONNECTING
мај 20 22:10:08 grayhp20 NetworkManager[533]: <info>  [1653077408.8551] device (wlo1): set-hw-addr: reset MAC address to 28:CD:C4:0C:16:7F (preserve)
мај 20 22:10:08 grayhp20 xdg-desktop-por[1095]: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.
мај 20 22:10:08 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.60' (uid=1000 pid=910 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
мај 20 22:10:08 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
мај 20 22:10:08 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
мај 20 22:10:08 grayhp20 systemd[727]: Started Portal service (GNOME implementation).
мај 20 22:10:08 grayhp20 pulseaudio[910]: stat('/etc/pulse/default.pa.d'): No such file or directory
мај 20 22:10:08 grayhp20 systemd[727]: Started Sound Service.
мај 20 22:10:08 grayhp20 pulseaudio[910]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: Cannot load profile "PulseAudio.Playback_Devices.1.default"
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: Cannot load profile "PulseAudio.Capture_Devices.1.default"
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmixctrl[898]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: Cannot load profile "PulseAudio.Playback_Streams.1.default"
мај 20 22:10:08 grayhp20 kmix[960]: org.kde.kmix: Cannot load profile "PulseAudio.Capture_Streams.1.default"
мај 20 22:10:09 grayhp20 kmix[960]: org.kde.kmix: Cannot load profile "PulseAudio.Playback_Devices.1.default"
мај 20 22:10:09 grayhp20 kmix[960]: org.kde.kmix: Cannot load profile "PulseAudio.Capture_Devices.1.default"
мај 20 22:10:09 grayhp20 kmix[960]: org.kde.kmix: Cannot load profile "PulseAudio.Playback_Streams.1.default"
мај 20 22:10:09 grayhp20 kmix[960]: org.kde.kmix: Cannot load profile "PulseAudio.Capture_Streams.1.default"
мај 20 22:10:09 grayhp20 NetworkManager[533]: <info>  [1653077409.3429] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
мај 20 22:10:09 grayhp20 NetworkManager[533]: <info>  [1653077409.3432] device (wlo1): Activation: (wifi) access point 'ALHN-DFE4-5' has security, but secrets are required.
мај 20 22:10:09 grayhp20 NetworkManager[533]: <info>  [1653077409.3433] device (wlo1): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
мај 20 22:10:09 grayhp20 NetworkManager[533]: <info>  [1653077409.3437] device (wlo1): supplicant interface state: inactive -> interface_disabled
мај 20 22:10:09 grayhp20 NetworkManager[533]: <info>  [1653077409.3482] device (wlo1): supplicant interface state: interface_disabled -> inactive
мај 20 22:10:09 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.kde.kwalletd5' requested by ':1.8' (uid=1000 pid=813 comm="/usr/bin/kded5")
мај 20 22:10:09 grayhp20 rtkit-daemon[693]: Supervising 5 threads of 1 processes of 2 users.
мај 20 22:10:09 grayhp20 rtkit-daemon[693]: Supervising 5 threads of 1 processes of 2 users.
мај 20 22:10:09 grayhp20 rtkit-daemon[693]: Supervising 5 threads of 1 processes of 2 users.
мај 20 22:10:09 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.kde' unit='plasma-xdg-desktop-portal-kde.service' requested by ':1.46' (uid=1000 pid=1069 comm="/usr/lib/xdg-desktop-portal")
мај 20 22:10:09 grayhp20 systemd[727]: Starting Xdg Desktop Portal For KDE...
мај 20 22:10:09 grayhp20 plasmashell[875]: kf.config.core: "KConfigIni: In file /home/sava/Desktop/firefox.desktop, line 342: " Invalid entry (missing '=')
мај 20 22:10:09 grayhp20 plasmashell[875]: kf.config.core: "KConfigIni: In file /home/sava/Desktop/firefox.desktop, line 342: " Invalid entry (missing '=')
мај 20 22:10:09 grayhp20 kwalletd5[1187]: Icon theme "elementary" not found.
мај 20 22:10:09 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.kde.kwalletd5'
мај 20 22:10:09 grayhp20 kded5[813]: Registering ":1.54/StatusNotifierItem" to system tray
мај 20 22:10:09 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde'
мај 20 22:10:09 grayhp20 systemd[727]: Started Xdg Desktop Portal For KDE.
мај 20 22:10:09 grayhp20 xdg-desktop-portal-kde[1198]: xdp-kde: Desktop portal registered successfully
мај 20 22:10:09 grayhp20 xdg-desktop-portal-kde[1198]: Icon theme "elementary" not found.
мај 20 22:10:09 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.46' (uid=1000 pid=1069 comm="/usr/lib/xdg-desktop-portal")
мај 20 22:10:09 grayhp20 systemd[727]: Starting Portal service (GTK/GNOME implementation)...
мај 20 22:10:09 grayhp20 plasmashell[875]: Loading Calendar plugin AstronomicalEventsPlugin(0x55bf872e4e00)
мај 20 22:10:09 grayhp20 plasmashell[875]: Loading Calendar plugin HolidaysEventsPlugin(0x55bf872e8360)
мај 20 22:10:09 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:530:9: QML Label: Binding loop detected for property "height"
мај 20 22:10:09 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:495:13: QML Label: Binding loop detected for property "height"
мај 20 22:10:09 grayhp20 pinentry-gtk-2[1220]: Unable to locate theme engine in module_path: "murrine",
мај 20 22:10:09 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.freedesktop.secrets' requested by ':1.59' (uid=1000 pid=1220 comm="/usr/bin/pinentry-gtk-2 --display :0")
мај 20 22:10:09 grayhp20 at-spi-bus-launcher[1066]: dbus-daemon[1066]: Activating service name='org.a11y.atspi.Registry' requested by ':1.4' (uid=1000 pid=1204 comm="/usr/lib/xdg-desktop-portal-gtk")
мај 20 22:10:09 grayhp20 at-spi-bus-launcher[1066]: dbus-daemon[1066]: Successfully activated service 'org.a11y.atspi.Registry'
мај 20 22:10:09 grayhp20 at-spi-bus-launcher[1228]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
мај 20 22:10:09 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.secrets'
мај 20 22:10:09 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
мај 20 22:10:09 grayhp20 systemd[727]: Started Portal service (GTK/GNOME implementation).
мај 20 22:10:09 grayhp20 systemd[727]: Started PipeWire Multimedia Service.
мај 20 22:10:09 grayhp20 systemd[727]: Started PipeWire Media Session Manager.
мај 20 22:10:09 grayhp20 rtkit-daemon[693]: Successfully made thread 1238 of process 1238 owned by '1000' high priority at nice level -11.
мај 20 22:10:09 grayhp20 rtkit-daemon[693]: Supervising 6 threads of 2 processes of 2 users.
мај 20 22:10:09 grayhp20 rtkit-daemon[693]: Supervising 6 threads of 2 processes of 2 users.
мај 20 22:10:09 grayhp20 rtkit-daemon[693]: Supervising 6 threads of 2 processes of 2 users.
мај 20 22:10:09 grayhp20 rtkit-daemon[693]: Supervising 6 threads of 2 processes of 2 users.
мај 20 22:10:09 grayhp20 rtkit-daemon[693]: Successfully made thread 1240 of process 1239 owned by '1000' RT at priority 20.
мај 20 22:10:09 grayhp20 rtkit-daemon[693]: Supervising 7 threads of 3 processes of 2 users.
мај 20 22:10:09 grayhp20 rtkit-daemon[693]: Supervising 7 threads of 3 processes of 2 users.
мај 20 22:10:09 grayhp20 rtkit-daemon[693]: Successfully made thread 1241 of process 1238 owned by '1000' RT at priority 20.
мај 20 22:10:09 grayhp20 rtkit-daemon[693]: Supervising 8 threads of 3 processes of 2 users.
мај 20 22:10:09 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.portal.Desktop'
мај 20 22:10:09 grayhp20 systemd[727]: Started Portal service.
мај 20 22:10:09 grayhp20 plasmashell[875]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
мај 20 22:10:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2137, resource id: 23068685, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:09 grayhp20 systemd[727]: Started Viber.
мај 20 22:10:09 grayhp20 plasmashell[875]: Entry is not valid "kontact.desktop" QSharedPointer(0x55bf87495eb0)
мај 20 22:10:09 grayhp20 plasmashell[875]: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x55bf874b1bd0)
мај 20 22:10:09 grayhp20 plasmashell[875]: Entry is not valid "kontact.desktop" QSharedPointer(0x55bf87495f00)
мај 20 22:10:09 grayhp20 plasmashell[875]: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x55bf874961a0)
мај 20 22:10:09 grayhp20 NetworkManager[533]: <info>  [1653077409.7751] device (wlo1): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
мај 20 22:10:09 grayhp20 NetworkManager[533]: <info>  [1653077409.7754] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
мај 20 22:10:09 grayhp20 NetworkManager[533]: <info>  [1653077409.7757] device (wlo1): Activation: (wifi) connection 'ALHN-DFE4-5' has security, and secrets exist.  No new secrets needed.
мај 20 22:10:09 grayhp20 NetworkManager[533]: <info>  [1653077409.7757] Config: added 'ssid' value 'ALHN-DFE4-5'
мај 20 22:10:09 grayhp20 NetworkManager[533]: <info>  [1653077409.7757] Config: added 'scan_ssid' value '1'
мај 20 22:10:09 grayhp20 NetworkManager[533]: <info>  [1653077409.7758] Config: added 'bgscan' value 'simple:30:-70:86400'
мај 20 22:10:09 grayhp20 NetworkManager[533]: <info>  [1653077409.7758] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
мај 20 22:10:09 grayhp20 NetworkManager[533]: <info>  [1653077409.7758] Config: added 'psk' value '<hidden>'
мај 20 22:10:09 grayhp20 wpa_supplicant[602]: wlo1: SME: Trying to authenticate with c4:48:fa:3d:e0:cd (SSID='ALHN-DFE4-5' freq=5560 MHz)
мај 20 22:10:09 grayhp20 kernel: wlo1: authenticate with c4:48:fa:3d:e0:cd
мај 20 22:10:09 grayhp20 plasmashell[875]: Entry is not valid "kontact.desktop" QSharedPointer(0x55bf8763e6c0)
мај 20 22:10:09 grayhp20 plasmashell[875]: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x55bf87640db0)
мај 20 22:10:09 grayhp20 plasmashell[875]: Entry is not valid "kontact.desktop" QSharedPointer(0x55bf87646950)
мај 20 22:10:09 grayhp20 plasmashell[875]: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x55bf87646b80)
мај 20 22:10:09 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:495:13: QML Label: Binding loop detected for property "height"
мај 20 22:10:09 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:530:9: QML Label: Binding loop detected for property "height"
мај 20 22:10:09 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:552:5: QML Label: Binding loop detected for property "height"
мај 20 22:10:10 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2278, resource id: 23068688, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:10 grayhp20 systemd[727]: Started Firefox - Web Browser.
мај 20 22:10:10 grayhp20 plasmashell[875]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
мај 20 22:10:10 grayhp20 plasmashell[875]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
мај 20 22:10:10 grayhp20 plasmashell[875]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
мај 20 22:10:10 grayhp20 plasmashell[875]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
мај 20 22:10:10 grayhp20 plasmashell[875]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
мај 20 22:10:10 grayhp20 plasmashell[875]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
мај 20 22:10:10 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/CompactRepresentation.qml:41: TypeError: Cannot read property 'height' of null
мај 20 22:10:10 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:18:1: QML DropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
мај 20 22:10:10 grayhp20 systemd[727]: Started /usr/bin/kalendarac.
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.2970] device (wlo1): supplicant interface state: inactive -> authenticating
мај 20 22:10:10 grayhp20 wpa_supplicant[602]: wlo1: Trying to associate with c4:48:fa:3d:e0:cd (SSID='ALHN-DFE4-5' freq=5560 MHz)
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.2977] device (wlo1): supplicant interface state: authenticating -> associating
мај 20 22:10:10 grayhp20 kernel: wlo1: send auth to c4:48:fa:3d:e0:cd (try 1/3)
мај 20 22:10:10 grayhp20 kernel: wlo1: authenticated
мај 20 22:10:10 grayhp20 kernel: wlo1: associate with c4:48:fa:3d:e0:cd (try 1/3)
мај 20 22:10:10 grayhp20 wpa_supplicant[602]: wlo1: Associated with c4:48:fa:3d:e0:cd
мај 20 22:10:10 grayhp20 wpa_supplicant[602]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
мај 20 22:10:10 grayhp20 kernel: wlo1: RX AssocResp from c4:48:fa:3d:e0:cd (capab=0x1911 status=0 aid=1)
мај 20 22:10:10 grayhp20 kernel: wlo1: associated
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.3076] device (wlo1): supplicant interface state: associating -> associated
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 kded5[813]: org.kde.kmix: no mix devices and not dynamic
мај 20 22:10:10 grayhp20 plasmashell[875]: kf.service.services: The desktop entry file "/usr/share/applications/Singular-manual.desktop" has Type= "Link" instead of "Application" or "Service"
мај 20 22:10:10 grayhp20 plasmashell[875]: kf.service.sycoca: Invalid Service :  "/usr/share/applications/Singular-manual.desktop"
мај 20 22:10:10 grayhp20 plasmashell[875]: kf.service.services: The desktop entry file "/usr/share/applications/qemu.desktop" has Type= "Application" but no Exec line
мај 20 22:10:10 grayhp20 plasmashell[875]: kf.service.sycoca: Invalid Service :  "/usr/share/applications/qemu.desktop"
мај 20 22:10:10 grayhp20 kalendarac[1295]: Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created.
мај 20 22:10:10 grayhp20 xdg-desktop-portal-kde[1198]: xdp-kde-settings: Read called with parameters:
мај 20 22:10:10 grayhp20 xdg-desktop-portal-kde[1198]: xdp-kde-settings:     group:  "org.freedesktop.appearance"
мај 20 22:10:10 grayhp20 xdg-desktop-portal-kde[1198]: xdp-kde-settings:     key:  "color-scheme"
мај 20 22:10:10 grayhp20 kalendarac[1295]: Icon theme "elementary" not found.
мај 20 22:10:10 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2499, resource id: 23068690, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:10 grayhp20 systemd[727]: Started Dolphin - File Manager.
мај 20 22:10:10 grayhp20 wpa_supplicant[602]: wlo1: WPA: Key negotiation completed with c4:48:fa:3d:e0:cd [PTK=CCMP GTK=CCMP]
мај 20 22:10:10 grayhp20 wpa_supplicant[602]: wlo1: CTRL-EVENT-CONNECTED - Connection to c4:48:fa:3d:e0:cd completed [id=0 id_str=]
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.4810] device (wlo1): supplicant interface state: associated -> completed
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.4810] device (wlo1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "ALHN-DFE4-5"
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.4812] device (wlo1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.4820] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
мај 20 22:10:10 grayhp20 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.5535] dhcp4 (wlo1): state changed new lease, address=192.168.1.70
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.5552] device (wlo1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
мај 20 22:10:10 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=533 comm="/usr/bin/NetworkManager --no-daemon")
мај 20 22:10:10 grayhp20 systemd[1]: Starting Network Manager Script Dispatcher Service...
мај 20 22:10:10 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
мај 20 22:10:10 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:10 grayhp20 systemd[1]: Started Network Manager Script Dispatcher Service.
мај 20 22:10:10 grayhp20 kernel: kauditd_printk_skb: 13 callbacks suppressed
мај 20 22:10:10 grayhp20 kernel: audit: type=1130 audit(1653077410.559:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.5676] device (wlo1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.5679] device (wlo1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.5683] manager: NetworkManager state is now CONNECTED_LOCAL
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.5689] manager: NetworkManager state is now CONNECTED_SITE
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.5690] policy: set 'ALHN-DFE4-5' (wlo1) as default for IPv4 routing and DNS
мај 20 22:10:10 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=533 comm="/usr/bin/NetworkManager --no-daemon")
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.5725] device (wlo1): Activation: successful, device activated.
мај 20 22:10:10 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
мај 20 22:10:10 grayhp20 NetworkManager[533]: <info>  [1653077410.5734] manager: NetworkManager state is now CONNECTED_GLOBAL
мај 20 22:10:10 grayhp20 akonadi_control[1377]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
мај 20 22:10:10 grayhp20 akonadi_control[1377]: Icon theme "elementary" not found.
мај 20 22:10:10 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Starting up the Akonadi Server...
мај 20 22:10:10 grayhp20 dolphin[1379]: Icon theme "elementary" not found.
мај 20 22:10:10 grayhp20 wpa_supplicant[602]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-50 noise=9999 txrate=433300
мај 20 22:10:10 grayhp20 kded5[813]: Registering ":1.73/StatusNotifierItem" to system tray
мај 20 22:10:10 grayhp20 xembedsniproxy[870]: Container window visible, stack below
мај 20 22:10:10 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Running DB initializer
мај 20 22:10:10 grayhp20 kernel: rtw_8821ce 0000:02:00.0: failed to get tx report from firmware
мај 20 22:10:10 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: DB initializer done
мај 20 22:10:11 grayhp20 dolphin[1379]: kf.service.services: The desktop entry file "/usr/share/applications/Singular-manual.desktop" has Type= "Link" instead of "Application" or "Service"
мај 20 22:10:11 grayhp20 dolphin[1379]: kf.service.sycoca: Invalid Service :  "/usr/share/applications/Singular-manual.desktop"
мај 20 22:10:11 grayhp20 dolphin[1379]: kf.service.services: The desktop entry file "/usr/share/applications/qemu.desktop" has Type= "Application" but no Exec line
мај 20 22:10:11 grayhp20 dolphin[1379]: kf.service.sycoca: Invalid Service :  "/usr/share/applications/qemu.desktop"
мај 20 22:10:11 grayhp20 plasmashell[875]: libkcups: CUPS-Get-Printers last error: 1282 Bad file descriptor
мај 20 22:10:11 grayhp20 plasmashell[875]: libkcups: Get-Jobs last error: 1282 Bad file descriptor
мај 20 22:10:11 grayhp20 plasmashell[875]: libkcups: Create-Printer-Subscriptions last error: 1282 Bad file descriptor
мај 20 22:10:11 grayhp20 plasmashell[875]: libkcups: Request failed 1282 -1
мај 20 22:10:11 grayhp20 plasmashell[875]: libkcups: Get-Jobs last error: 1282 Bad file descriptor
мај 20 22:10:11 grayhp20 plasmashell[875]: 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"
мај 20 22:10:11 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.Notifications'
мај 20 22:10:11 grayhp20 akonadiserver[1393]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
мај 20 22:10:11 grayhp20 kded5[813]: Registering "org.kde.StatusNotifierHost-875" as system tray
мај 20 22:10:11 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml:165:9: QML HiddenItemsView: Binding loop detected for property "implicitHeight"
мај 20 22:10:11 grayhp20 plasmashell[875]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
мај 20 22:10:11 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Akonadi server is now operational.
мај 20 22:10:11 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec005590) )
мај 20 22:10:11 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec01d1d0) )
мај 20 22:10:11 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec01d470) )
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec027380) )
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec030cc0) )
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec03a500) )
мај 20 22:10:12 grayhp20 rtkit-daemon[693]: Supervising 8 threads of 3 processes of 2 users.
мај 20 22:10:12 grayhp20 rtkit-daemon[693]: Supervising 8 threads of 3 processes of 2 users.
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec043890) )
мај 20 22:10:12 grayhp20 rtkit-daemon[693]: Supervising 8 threads of 3 processes of 2 users.
мај 20 22:10:12 grayhp20 rtkit-daemon[693]: Supervising 8 threads of 3 processes of 2 users.
мај 20 22:10:12 grayhp20 rtkit-daemon[693]: Supervising 8 threads of 3 processes of 2 users.
мај 20 22:10:12 grayhp20 rtkit-daemon[693]: Supervising 8 threads of 3 processes of 2 users.
мај 20 22:10:12 grayhp20 rtkit-daemon[693]: Successfully made thread 1681 of process 1261 owned by '1000' RT at priority 10.
мај 20 22:10:12 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 2 users.
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec04ccc0) )
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec056040) )
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec05f3b0) )
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec068620) )
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec0718c0) )
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec04ccc0) identified as "ETMCalendarMonitor - 94756625150576"
мај 20 22:10:12 grayhp20 plasmashell[875]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
мај 20 22:10:12 grayhp20 plasma_session[793]: kf.service.services: The desktop entry file "/usr/share/applications/Singular-manual.desktop" has Type= "Link" instead of "Application" or "Service"
мај 20 22:10:12 grayhp20 plasma_session[793]: kf.service.sycoca: Invalid Service :  "/usr/share/applications/Singular-manual.desktop"
мај 20 22:10:12 grayhp20 plasma_session[793]: kf.service.services: The desktop entry file "/usr/share/applications/qemu.desktop" has Type= "Application" but no Exec line
мај 20 22:10:12 grayhp20 plasma_session[793]: kf.service.sycoca: Invalid Service :  "/usr/share/applications/qemu.desktop"
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec0b46b0) )
мај 20 22:10:12 grayhp20 akonadi_contacts_resource[1548]: Icon theme "elementary" not found.
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec0bd890) )
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec005590) identified as "AgentBaseChangeRecorder - 94201625238016"
мај 20 22:10:12 grayhp20 kwin_x11[816]: Module 'org.kde.kwin.decoration' does not contain a module identifier directive - it cannot be protected from external registrations.
мај 20 22:10:12 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:970:36: QML Highlight: Cannot anchor to an item that isn't a parent or sibling.
мај 20 22:10:12 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:970:36: QML Highlight: Cannot anchor to an item that isn't a parent or sibling.
мај 20 22:10:12 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:970:36: QML Highlight: Cannot anchor to an item that isn't a parent or sibling.
мај 20 22:10:12 grayhp20 akonadi_followupreminder_agent[1549]: Icon theme "elementary" not found.
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec01d1d0) identified as "AgentBaseChangeRecorder - 94521326415952"
мај 20 22:10:12 grayhp20 akonadi_mailmerge_agent[1573]: Icon theme "elementary" not found.
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec01d470) identified as "AgentBaseChangeRecorder - 93946942768128"
мај 20 22:10:12 grayhp20 akonadi_indexing_agent[1564]: Icon theme "elementary" not found.
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec027380) identified as "AgentBaseChangeRecorder - 94441356344176"
мај 20 22:10:12 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec0c1ef0) )
мај 20 22:10:12 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/home/sava/.config/autostart/discord.desktop" ("/usr/bin/discord")
мај 20 22:10:12 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.kde.kgpg.desktop" ("/usr/bin/kgpg")
мај 20 22:10:12 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/gnome-shell-overrides-migration.desktop" ("/usr/lib/gnome-shell-overrides-migration.sh")
мај 20 22:10:12 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.kde.kalendarac.desktop" ("/usr/bin/kalendarac")
мај 20 22:10:12 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop" ("/usr/lib/evolution-data-server/evolution-alarm-notify")
мај 20 22:10:13 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/home/sava/.config/autostart/pulseaudio-parametric-eq.desktop" ("/home/sava/PulseAudioParametricEq/pulseaudio-parametric-eq")
мај 20 22:10:13 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/home/sava/.config/autostart/org.kde.yakuake.desktop" ("/usr/bin/yakuake")
мај 20 22:10:13 grayhp20 akonadi_ical_resource[1550]: Icon theme "elementary" not found.
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec03a500) identified as "AgentBaseChangeRecorder - 94292901346112"
мај 20 22:10:13 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/geoclue-demo-agent.desktop" ("/usr/lib/geoclue-2.0/demos/agent")
мај 20 22:10:13 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/tracker-miner-rss-3.desktop" ("/usr/lib/tracker-miner-rss-3")
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec0f34a0) )
мај 20 22:10:13 grayhp20 akonadi_birthdays_resource[1547]: Icon theme "elementary" not found.
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec030cc0) identified as "AgentBaseChangeRecorder - 94160941038912"
мај 20 22:10:13 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/tracker-miner-fs-3.desktop" ("/usr/lib/tracker-miner-fs-3")
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec0f34a0) identified as "akonadi_birthdays_resource - 94160941053344"
мај 20 22:10:13 grayhp20 plasma_session[793]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/kmix_autostart.desktop" ("/usr/bin/kmix", "--keepvisibility")
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec10ddd0) )
мај 20 22:10:13 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 4512, resource id: 6291499, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:13 grayhp20 kwin_x11[816]: kwin_core: XCB error: 152 (BadDamage), sequence: 4519, resource id: 16777260, major code: 143 (DAMAGE), minor code: 3 (Subtract)
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec105180) )
мај 20 22:10:13 grayhp20 plasmashell[875]: tp-qt 0.9.8 WARN: Error parsing config file for connection manager "gabble" - introspecting
мај 20 22:10:13 grayhp20 akonadi_akonotes_resource[1545]: Icon theme "elementary" not found.
мај 20 22:10:13 grayhp20 plasmashell[875]: tp-qt 0.9.8 WARN: Properties.GetAll(ConnectionManager) failed: "org.freedesktop.DBus.Error.ServiceUnknown": "The name org.freedesktop.Telepathy.ConnectionManager.gabble was not provided by any .service files"
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec05f3b0) identified as "AgentBaseChangeRecorder - 94479060573744"
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec1293d0) )
мај 20 22:10:13 grayhp20 kioslave5[1792]: kf.kio.slaves.trash: Directory "/mnt/data/win/.Trash-1000" exists but didn't pass the security checks, can't use it
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "" disconnected
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec13aab0) )
мај 20 22:10:13 grayhp20 kalendarac[1764]: Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created.
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec13aab0) )
мај 20 22:10:13 grayhp20 akonadi_migration_agent[1578]: Icon theme "elementary" not found.
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec043890) identified as "AgentBaseChangeRecorder - 94628147981904"
мај 20 22:10:13 grayhp20 akonadi_notes_agent[1584]: Icon theme "elementary" not found.
мај 20 22:10:13 grayhp20 yakuake[1800]: Icon theme "elementary" not found.
мај 20 22:10:13 grayhp20 kgpg[983]: QCommandLineParser: argument list cannot be empty, it should contain at least the executable name
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec056040) identified as "AgentBaseChangeRecorder - 93903111296096"
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec13aab0) identified as "KNotes Session - 93903111331248"
мај 20 22:10:13 grayhp20 akonadi_maildir_resource[1565]: Icon theme "elementary" not found.
мај 20 22:10:13 grayhp20 akonadi_imap_resource[1563]: Icon theme "elementary" not found.
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec068620) identified as "AgentBaseChangeRecorder - 94458575469744"
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec0b46b0) identified as "AgentBaseChangeRecorder - 94492734418864"
мај 20 22:10:13 grayhp20 akonadi_newmailnotifier_agent[1583]: Icon theme "elementary" not found.
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec0718c0) identified as "AgentBaseChangeRecorder - 94122885882880"
мај 20 22:10:13 grayhp20 kioslave5[1854]: Icon theme "elementary" not found.
мај 20 22:10:13 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.94' (uid=1000 pid=1779 comm="/usr/lib/evolution-data-server/evolution-alarm-not")
мај 20 22:10:13 grayhp20 systemd[727]: Starting Evolution source registry...
мај 20 22:10:13 grayhp20 plasmashell[875]: tp-qt 0.9.8 WARN: Failed to find the protocol in the CM protocols for account "/org/freedesktop/Telepathy/Account/gabble/jabber/google_2dim_2"
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec146d60) )
мај 20 22:10:13 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec147900) )
мај 20 22:10:13 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.gnome.OnlineAccounts' requested by ':1.99' (uid=1000 pid=1936 comm="/usr/lib/evolution-source-registry")
мај 20 22:10:13 grayhp20 plasmashell[875]: ktp-common-internals: Current presence changed: "offline" ""
мај 20 22:10:13 grayhp20 plasmashell[875]: ktp-common-internals: Requested presence changed: "offline" ""
мај 20 22:10:13 grayhp20 plasmashell[875]: ktp-common-internals: Account "gabble/jabber/google_2dim_2" enabled: true
мај 20 22:10:13 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.99' (uid=1000 pid=1936 comm="/usr/lib/evolution-source-registry")
мај 20 22:10:13 grayhp20 systemd[727]: Starting Virtual filesystem metadata service...
мај 20 22:10:13 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gtk.vfs.Metadata'
мај 20 22:10:13 grayhp20 systemd[727]: Started Virtual filesystem metadata service.
мај 20 22:10:13 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
мај 20 22:10:13 grayhp20 systemd[727]: Started Evolution source registry.
мај 20 22:10:13 grayhp20 goa-daemon[1961]: goa-daemon version 3.44.0 starting
мај 20 22:10:13 grayhp20 akonadi_maildispatcher_agent[1566]: Icon theme "elementary" not found.
мај 20 22:10:13 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.gnome.Identity' requested by ':1.101' (uid=1000 pid=1961 comm="/usr/lib/goa-daemon")
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec0bd890) identified as "AgentBaseChangeRecorder - 94254737661792"
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec146d60) identified as "akonadi_maildispatcher_agent - 94254737680160"
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec147900) identified as "SpecialCollectionsMonitor - 94254737682944"
мај 20 22:10:14 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gnome.OnlineAccounts'
мај 20 22:10:14 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gnome.Identity'
мај 20 22:10:14 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 2 users.
мај 20 22:10:14 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 2 users.
мај 20 22:10:14 grayhp20 goa-daemon[1961]: secret_password_lookup_sync() returned NULL
мај 20 22:10:14 grayhp20 goa-daemon[1961]: /org/gnome/OnlineAccounts/Accounts/account_1624934507_0: Setting AttentionNeeded to TRUE because EnsureCredentials() failed with: No credentials found in the keyring (goa-error-quark, 4)
мај 20 22:10:14 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.94' (uid=1000 pid=1779 comm="/usr/lib/evolution-data-server/evolution-alarm-not")
мај 20 22:10:14 grayhp20 systemd[727]: Starting Evolution calendar service...
мај 20 22:10:14 grayhp20 goa-daemon[1961]: secret_password_lookup_sync() returned NULL
мај 20 22:10:14 grayhp20 goa-daemon[1961]: secret_password_lookup_sync() returned NULL
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "" disconnected
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec1a3770) )
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec1b0670) )
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec1ac360) )
мај 20 22:10:14 grayhp20 akonadi_archivemail_agent[1546]: Icon theme "elementary" not found.
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec0c1ef0) identified as "AgentBaseChangeRecorder - 94855438127696"
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec1ac360) identified as "ArchiveMailCollectionMonitor - 94855438310880"
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec1b0670) identified as "Archive Mail Kernel ETM - 94855438332544"
мај 20 22:10:14 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 2 users.
мај 20 22:10:14 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 2 users.
мај 20 22:10:14 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
мај 20 22:10:14 grayhp20 systemd[727]: Started Evolution calendar service.
мај 20 22:10:14 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.103' (uid=1000 pid=2003 comm="/usr/lib/evolution-calendar-factory")
мај 20 22:10:14 grayhp20 systemd[727]: Starting Evolution address book service...
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec1aebb0) )
мај 20 22:10:14 grayhp20 akonadi_unifiedmailbox_agent[1590]: Icon theme "elementary" not found.
мај 20 22:10:14 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:970:36: QML Highlight: Cannot anchor to an item that isn't a parent or sibling.
мај 20 22:10:14 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:970:36: QML Highlight: Cannot anchor to an item that isn't a parent or sibling.
мај 20 22:10:14 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:970:36: QML Highlight: Cannot anchor to an item that isn't a parent or sibling.
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec105180) identified as "AgentBaseChangeRecorder - 94876324074864"
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec1aebb0) identified as "UnifiedMailboxChangeRecorder - 140723012111168"
мај 20 22:10:14 grayhp20 akonadi_sendlater_agent[1588]: Icon theme "elementary" not found.
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec10ddd0) identified as "AgentBaseChangeRecorder - 94297220773312"
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "" disconnected
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec1f25b0) )
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec1f25b0) )
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec1ff0a0) )
мај 20 22:10:14 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
мај 20 22:10:14 grayhp20 systemd[727]: Started Evolution address book service.
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec1aea30) )
мај 20 22:10:14 grayhp20 akonadi_mailfilter_agent[1571]: Icon theme "elementary" not found.
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec1293d0) identified as "AgentBaseChangeRecorder - 94245251642864"
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec1f25b0) identified as "MailFilter Kernel ETM - 94245251787584"
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec1ff0a0) identified as "MailFilterCollectionMonitor - 94245251791216"
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec1aea30) identified as "MailFilterItemMonitor - 94245251789024"
мај 20 22:10:14 grayhp20 plasmashell[875]: kf.config.core: "KConfigIni: In file /home/sava/Desktop/firefox.desktop, line 342: " Invalid entry (missing '=')
мај 20 22:10:14 grayhp20 plasmashell[875]: kf.config.core: "KConfigIni: In file /home/sava/Desktop/firefox.desktop, line 342: " Invalid entry (missing '=')
мај 20 22:10:14 grayhp20 plasmashell[875]: kf.config.core: "KConfigIni: In file /home/sava/Desktop/firefox.desktop, line 342: " Invalid entry (missing '=')
мај 20 22:10:14 grayhp20 goa-daemon[1961]: secret_password_lookup_sync() returned NULL
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: New notification connection (registered as Akonadi::Server::NotificationSubscriber(0x7f7fec1feaa0) )
мај 20 22:10:14 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber Akonadi::Server::NotificationSubscriber(0x7f7fec1feaa0) identified as "SpecialCollectionsMonitor - 94245252104944"
мај 20 22:10:14 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 2 users.
мај 20 22:10:14 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 2 users.
мај 20 22:10:14 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.93' (uid=1000 pid=1808 comm="/usr/lib/tracker-miner-fs-3")
мај 20 22:10:14 grayhp20 systemd[727]: Starting Virtual filesystem service - disk device monitor...
мај 20 22:10:14 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
мај 20 22:10:14 grayhp20 systemd[727]: Started Virtual filesystem service - disk device monitor.
мај 20 22:10:14 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.93' (uid=1000 pid=1808 comm="/usr/lib/tracker-miner-fs-3")
мај 20 22:10:14 grayhp20 systemd[727]: Starting Virtual filesystem service - digital camera monitor...
мај 20 22:10:14 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
мај 20 22:10:14 grayhp20 systemd[727]: Started Virtual filesystem service - digital camera monitor.
мај 20 22:10:15 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.93' (uid=1000 pid=1808 comm="/usr/lib/tracker-miner-fs-3")
мај 20 22:10:15 grayhp20 systemd[727]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
мај 20 22:10:15 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.95' (uid=1000 pid=1759 comm="/opt/discord/Discord")
мај 20 22:10:15 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
мај 20 22:10:15 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
мај 20 22:10:15 grayhp20 systemd[727]: Started Virtual filesystem service - GNOME Online Accounts monitor.
мај 20 22:10:15 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.93' (uid=1000 pid=1808 comm="/usr/lib/tracker-miner-fs-3")
мај 20 22:10:15 grayhp20 systemd[727]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
мај 20 22:10:15 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
мај 20 22:10:15 grayhp20 systemd[727]: Started Virtual filesystem service - Media Transfer Protocol monitor.
мај 20 22:10:15 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.93' (uid=1000 pid=1808 comm="/usr/lib/tracker-miner-fs-3")
мај 20 22:10:15 grayhp20 systemd[727]: Starting Virtual filesystem service - Apple File Conduit monitor...
мај 20 22:10:15 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
мај 20 22:10:15 grayhp20 systemd[727]: Started Virtual filesystem service - Apple File Conduit monitor.
мај 20 22:10:15 grayhp20 baloo_file[874]: kf.baloo.engine: MTimeDB::del 0 2251808403686150 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:15 grayhp20 baloo_file[874]: kf.baloo.engine: Transaction::commit MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:15 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 1 users.
мај 20 22:10:15 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 1 users.
мај 20 22:10:15 grayhp20 goa-daemon[1961]: secret_password_lookup_sync() returned NULL
мај 20 22:10:15 grayhp20 systemd[1]: Stopping User Manager for UID 973...
мај 20 22:10:15 grayhp20 systemd[592]: Activating special unit Exit the Session...
мај 20 22:10:15 grayhp20 systemd[592]: Stopped target Main User Target.
мај 20 22:10:15 grayhp20 systemd[592]: Stopping Accessibility services bus...
мај 20 22:10:15 grayhp20 systemd[592]: Stopping D-Bus User Message Bus...
мај 20 22:10:15 grayhp20 systemd[592]: Stopping Virtual filesystem service...
мај 20 22:10:15 grayhp20 at-spi-bus-launcher[616]: Failed to launch bus: Bus exited with code 0
мај 20 22:10:15 grayhp20 systemd[592]: at-spi-dbus-bus.service: Main process exited, code=exited, status=1/FAILURE
мај 20 22:10:15 grayhp20 systemd[592]: at-spi-dbus-bus.service: Failed with result 'exit-code'.
мај 20 22:10:15 grayhp20 systemd[592]: Stopped Accessibility services bus.
мај 20 22:10:15 grayhp20 systemd[592]: Stopped D-Bus User Message Bus.
мај 20 22:10:15 grayhp20 systemd[1]: run-user-973-gvfs.mount: Deactivated successfully.
мај 20 22:10:15 grayhp20 systemd[592]: Stopped Virtual filesystem service.
мај 20 22:10:15 grayhp20 systemd[592]: Removed slice User Core Session Slice.
мај 20 22:10:15 grayhp20 systemd[592]: Stopped target Basic System.
мај 20 22:10:15 grayhp20 systemd[592]: Stopped target Paths.
мај 20 22:10:15 grayhp20 systemd[592]: Stopped target Sockets.
мај 20 22:10:15 grayhp20 systemd[592]: Stopped target Timers.
мај 20 22:10:15 grayhp20 systemd[592]: Closed D-Bus User Message Bus Socket.
мај 20 22:10:15 grayhp20 systemd[592]: Closed GnuPG network certificate management daemon.
мај 20 22:10:15 grayhp20 systemd[592]: Closed GCR ssh-agent wrapper.
мај 20 22:10:15 grayhp20 systemd[592]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
мај 20 22:10:15 grayhp20 systemd[592]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
мај 20 22:10:15 grayhp20 systemd[592]: Closed GnuPG cryptographic agent (ssh-agent emulation).
мај 20 22:10:15 grayhp20 systemd[592]: Closed GnuPG cryptographic agent and passphrase cache.
мај 20 22:10:15 grayhp20 systemd[592]: Closed p11-kit server.
мај 20 22:10:15 grayhp20 systemd[592]: Closed PipeWire Multimedia System Socket.
мај 20 22:10:15 grayhp20 systemd[592]: Closed Sound System.
мај 20 22:10:15 grayhp20 systemd[592]: Removed slice User Application Slice.
мај 20 22:10:15 grayhp20 systemd[592]: Reached target Shutdown.
мај 20 22:10:15 grayhp20 systemd[592]: Finished Exit the Session.
мај 20 22:10:15 grayhp20 systemd[592]: Reached target Exit the Session.
мај 20 22:10:15 grayhp20 systemd[593]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
мај 20 22:10:15 grayhp20 systemd[1]: user@973.service: Deactivated successfully.
мај 20 22:10:15 grayhp20 systemd[1]: Stopped User Manager for UID 973.
мај 20 22:10:15 grayhp20 systemd[1]: Stopping User Runtime Directory /run/user/973...
мај 20 22:10:15 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:15 grayhp20 kernel: audit: type=1131 audit(1653077415.936:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:15 grayhp20 systemd[1]: run-user-973.mount: Deactivated successfully.
мај 20 22:10:15 grayhp20 systemd[1]: user-runtime-dir@973.service: Deactivated successfully.
мај 20 22:10:15 grayhp20 systemd[1]: Stopped User Runtime Directory /run/user/973.
мај 20 22:10:15 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:15 grayhp20 kernel: audit: type=1131 audit(1653077415.976:98): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:15 grayhp20 systemd[1]: Removed slice User Slice of UID 973.
мај 20 22:10:15 grayhp20 systemd[1]: user-973.slice: Consumed 5.814s CPU time.
мај 20 22:10:16 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 1 users.
мај 20 22:10:16 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 1 users.
мај 20 22:10:16 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 1 users.
мај 20 22:10:16 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 1 users.
мај 20 22:10:16 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:17 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7777, resource id: 136314886, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:17 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:17 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 8469, resource id: 136314886, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:18 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:18 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 8907, resource id: 136314886, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:18 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:18 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 9366, resource id: 136314886, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:19 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:19 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 9932, resource id: 136314886, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:19 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:19 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 10345, resource id: 136314886, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:19 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:19 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 10760, resource id: 136314886, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:20 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 1 users.
мај 20 22:10:20 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 1 users.
мај 20 22:10:20 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:20 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 11243, resource id: 136314886, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:20 grayhp20 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
мај 20 22:10:20 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:20 grayhp20 kernel: audit: type=1131 audit(1653077420.569:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:20 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:20 grayhp20 kded5[813]: Registering ":1.105/org/ayatana/NotificationItem/discord1" to system tray
мај 20 22:10:20 grayhp20 plasmashell[875]: Icon theme "elementary" not found.
мај 20 22:10:20 grayhp20 plasmashell[875]: Icon theme "elementary" not found.
мај 20 22:10:20 grayhp20 plasmashell[875]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
мај 20 22:10:20 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 12182, resource id: 136314886, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:21 grayhp20 systemd-timesyncd[386]: Initial synchronization to time server 162.159.200.123:123 (2.arch.pool.ntp.org).
мај 20 22:10:21 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:21 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 13079, resource id: 136314886, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:22 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:22 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 13745, resource id: 136314886, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:22 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 1 users.
мај 20 22:10:22 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 1 users.
мај 20 22:10:22 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 1 users.
мај 20 22:10:22 grayhp20 rtkit-daemon[693]: Supervising 9 threads of 4 processes of 1 users.
мај 20 22:10:23 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:23 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 14552, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:23 grayhp20 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
мај 20 22:10:23 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:23 grayhp20 kernel: audit: type=1131 audit(1653077423.388:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:23 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:10:23 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:10:23 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:10:23 grayhp20 kernel: audit: type=1334 audit(1653077423.484:101): prog-id=0 op=UNLOAD
мај 20 22:10:23 grayhp20 kernel: audit: type=1334 audit(1653077423.484:102): prog-id=0 op=UNLOAD
мај 20 22:10:23 grayhp20 kernel: audit: type=1334 audit(1653077423.484:103): prog-id=0 op=UNLOAD
мај 20 22:10:23 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:23 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 15077, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:24 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:24 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 15566, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:24 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:24 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 15640, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:24 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:24 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 15730, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:24 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:24 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 15804, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:24 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:24 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 15879, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:24 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:24 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 15994, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:24 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:24 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 16068, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:24 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:24 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 16150, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:24 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:24 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 16204, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:24 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 16260, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 16321, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 16394, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 16454, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 16514, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 16575, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 16658, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 16917, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 16964, resource id: 121634817, major code: 15 (QueryTree), minor code: 0
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17040, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17093, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17130, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17174, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17214, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17252, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17334, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:25 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17372, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:25 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17405, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17444, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17497, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17537, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17571, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17603, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17637, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17855, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17947, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 17983, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18015, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18068, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18106, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18149, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18185, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18221, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18276, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:26 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18320, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:26 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18370, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18418, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18483, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18522, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18551, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18596, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18672, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18708, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18744, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18785, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18813, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18845, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18901, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 18972, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:27 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:27 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19042, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:28 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:28 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19108, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:28 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:28 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19184, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:28 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:28 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19262, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:28 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:28 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19371, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:28 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:28 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.110' (uid=1000 pid=895 comm="/usr/lib/DiscoverNotifier")
мај 20 22:10:28 grayhp20 systemd[1]: Starting Locale Service...
мај 20 22:10:28 grayhp20 audit: BPF prog-id=33 op=LOAD
мај 20 22:10:28 grayhp20 audit: BPF prog-id=34 op=LOAD
мај 20 22:10:28 grayhp20 audit: BPF prog-id=35 op=LOAD
мај 20 22:10:28 grayhp20 kernel: audit: type=1334 audit(1653077428.420:104): prog-id=33 op=LOAD
мај 20 22:10:28 grayhp20 kernel: audit: type=1334 audit(1653077428.420:105): prog-id=34 op=LOAD
мај 20 22:10:28 grayhp20 kernel: audit: type=1334 audit(1653077428.420:106): prog-id=35 op=LOAD
мај 20 22:10:28 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19467, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:28 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:28 grayhp20 dbus-daemon[524]: [system] Successfully activated service 'org.freedesktop.locale1'
мај 20 22:10:28 grayhp20 systemd[1]: Started Locale Service.
мај 20 22:10:28 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:28 grayhp20 kernel: audit: type=1130 audit(1653077428.472:107): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:28 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19564, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:28 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:28 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19657, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:28 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:28 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19720, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:28 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:28 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19818, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:28 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:28 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19876, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:28 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19942, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19972, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20006, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20035, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20047, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20071, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20105, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20156, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20171, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20182, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20190, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20198, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20228, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20236, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20244, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20252, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20276, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20291, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:29 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20299, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:29 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20318, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20327, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20344, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20367, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20376, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20385, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20395, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20418, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20444, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20456, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20464, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20472, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20481, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20514, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20528, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20538, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20546, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20571, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20591, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:30 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20600, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:30 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20608, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20637, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20683, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20735, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20787, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20825, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20882, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20908, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20930, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 20968, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21020, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21073, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21121, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21159, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21197, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21235, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21275, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:31 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21283, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:31 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21291, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21299, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21307, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21343, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21351, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21372, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21410, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21452, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21512, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21550, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21558, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21566, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21592, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21610, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21625, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21633, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21641, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21671, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:32 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21683, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:32 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21697, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21712, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21727, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21764, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21779, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21792, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21800, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21826, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21848, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21857, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21868, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21876, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21907, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21915, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21923, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21932, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21940, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21967, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:33 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21975, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:33 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21983, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 21991, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22006, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22043, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22058, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22069, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22077, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22113, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22131, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22140, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22148, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22157, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22191, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22202, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22210, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22221, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22231, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22261, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:34 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22269, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:34 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22277, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22286, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22298, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22329, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22337, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22346, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22355, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22374, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22407, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22415, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22423, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22431, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22439, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22469, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22477, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22485, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22493, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22509, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22532, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:35 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22540, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:35 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22548, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22556, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 22580, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23016, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23071, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23106, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23159, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23186, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23197, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23212, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23227, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23272, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23288, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23302, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23317, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23332, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23372, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:36 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23384, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:36 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23392, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23400, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23412, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23440, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23448, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23456, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23464, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23502, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23521, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23533, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23541, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23549, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23573, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23589, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23597, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23617, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23625, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23668, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:37 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23676, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:37 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23711, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23748, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23785, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23842, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23878, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23920, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 23953, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24017, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24025, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24045, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24053, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24061, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24099, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24108, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24127, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24135, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24143, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24181, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:38 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24189, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:38 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24197, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24205, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24237, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24257, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24265, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24273, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24281, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24335, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24343, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24351, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24360, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24379, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24417, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 xdg-desktop-portal-kde[1198]: xdp-kde-background: GetAppState called: no parameters
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24425, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24433, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24453, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24461, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24499, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:39 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24507, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:39 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24515, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24535, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24562, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24581, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24601, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24609, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24617, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24656, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24679, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24687, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24695, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24715, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24753, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24773, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24781, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24789, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24816, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24847, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:40 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24855, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:40 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24863, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24871, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24909, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24917, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24925, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24945, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24964, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25002, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25022, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25030, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25038, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25058, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25089, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25097, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25117, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25125, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25152, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:41 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25171, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:41 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25179, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25187, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25207, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25238, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25246, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25255, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25274, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25293, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25324, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25332, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25340, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25348, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25356, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25391, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25399, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25407, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25427, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25454, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25473, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:42 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25494, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:42 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25517, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25525, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25563, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25571, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25579, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25587, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25618, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25656, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25664, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25672, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25692, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.93' (uid=1000 pid=1808 comm="/usr/lib/tracker-miner-fs-3")
мај 20 22:10:43 grayhp20 systemd[727]: Starting Tracker metadata extractor...
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25730, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25738, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25758, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
мај 20 22:10:43 grayhp20 systemd[727]: Started Tracker metadata extractor.
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25766, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25774, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25812, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25820, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:43 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:43 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25828, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25836, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25844, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25876, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25896, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25904, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25912, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25935, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25969, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25989, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 25997, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26005, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26013, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26051, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26060, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26068, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26088, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26126, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:44 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26134, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:44 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26142, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26150, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26158, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26190, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26198, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26206, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26214, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26233, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26271, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26279, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26287, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26295, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26303, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26335, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26343, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26351, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26359, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26384, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.112' (uid=0 pid=3892 comm="sudo mkinitcpio -P")
мај 20 22:10:45 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
мај 20 22:10:45 grayhp20 sudo[3892]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26418, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:45 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26426, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:45 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26434, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26442, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26469, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26488, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26496, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26504, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26512, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26551, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26574, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26582, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26590, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26598, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26625, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26642, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26650, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26658, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26666, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26699, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26707, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:46 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:46 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26715, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26723, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26732, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26764, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26772, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26780, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26789, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26808, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26846, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26855, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26863, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26871, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26880, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26912, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26920, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26928, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26937, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26945, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26977, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:47 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26986, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:47 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26994, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27002, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27026, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27042, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27051, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27059, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27078, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27106, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27125, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27133, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27141, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27150, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27182, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27190, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27198, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27206, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27215, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27243, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:48 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27251, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:48 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27260, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27268, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27296, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27304, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27313, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27321, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27329, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27372, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27380, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27389, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27397, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27405, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27418, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27449, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27457, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 audit[3892]: USER_AUTH pid=3892 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="sava" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
мај 20 22:10:49 grayhp20 audit[3892]: USER_ACCT pid=3892 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sava" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27466, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 sudo[3892]:     sava : TTY=pts/1 ; PWD=/home/sava ; USER=root ; COMMAND=/usr/bin/mkinitcpio -P
мај 20 22:10:49 grayhp20 audit[3892]: CRED_REFR pid=3892 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
мај 20 22:10:49 grayhp20 sudo[3892]: pam_unix(sudo:session): session opened for user root(uid=0) by sava(uid=1000)
мај 20 22:10:49 grayhp20 audit[3892]: USER_START pid=3892 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
мај 20 22:10:49 grayhp20 kernel: audit: type=1100 audit(1653077449.782:108): pid=3892 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="sava" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
мај 20 22:10:49 grayhp20 kernel: audit: type=1101 audit(1653077449.782:109): pid=3892 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sava" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
мај 20 22:10:49 grayhp20 kernel: audit: type=1110 audit(1653077449.782:110): pid=3892 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
мај 20 22:10:49 grayhp20 kernel: audit: type=1105 audit(1653077449.782:111): pid=3892 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27485, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27538, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:49 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27557, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:49 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27565, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27573, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27581, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27630, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27638, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27646, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27654, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27673, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27715, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27734, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27753, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27761, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27788, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27807, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27815, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27823, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27842, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27880, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:50 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27899, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:50 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27918, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27926, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27957, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27976, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27984, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27992, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28011, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28071, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28079, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28087, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28116, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28159, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28204, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28246, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28254, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:51 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28289, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:51 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28323, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28345, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28394, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28409, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28418, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28448, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28467, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28511, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28519, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28527, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28546, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28585, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28604, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28612, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28631, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28641, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28684, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:52 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28692, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:52 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28700, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28708, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28757, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28800, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28858, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28914, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28951, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29016, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29056, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29075, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29083, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29118, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29126, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29134, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29159, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29201, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:53 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29209, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:53 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29222, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29248, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29313, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29361, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29409, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29468, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29524, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29585, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29604, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29612, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29620, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29669, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29677, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29685, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29701, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29733, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:54 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29741, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:54 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29749, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29757, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29765, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29797, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29805, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29813, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29821, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29870, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29889, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29897, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29905, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29921, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29953, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29961, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29969, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29977, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 29985, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30017, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:55 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30025, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:55 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30033, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30041, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30049, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30081, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30089, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30108, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30116, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30154, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30173, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30181, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30197, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30205, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30237, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30245, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30264, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30272, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30291, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:56 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30322, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:56 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30330, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30349, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30381, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30389, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30438, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30446, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30454, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 sudo[3892]: pam_unix(sudo:session): session closed for user root
мај 20 22:10:57 grayhp20 audit[3892]: USER_END pid=3892 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
мај 20 22:10:57 grayhp20 audit[3892]: CRED_DISP pid=3892 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
мај 20 22:10:57 grayhp20 kernel: audit: type=1106 audit(1653077457.643:112): pid=3892 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
мај 20 22:10:57 grayhp20 kernel: audit: type=1104 audit(1653077457.643:113): pid=3892 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30504, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30512, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30520, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30528, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30536, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30578, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:57 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30586, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:57 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30594, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30602, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30610, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30642, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30650, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30658, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30666, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30685, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30723, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30731, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 systemd[1]: systemd-localed.service: Deactivated successfully.
мај 20 22:10:58 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:58 grayhp20 kernel: audit: type=1131 audit(1653077458.503:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30739, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30747, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:10:58 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:10:58 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:10:58 grayhp20 kernel: audit: type=1334 audit(1653077458.616:115): prog-id=0 op=UNLOAD
мај 20 22:10:58 grayhp20 kernel: audit: type=1334 audit(1653077458.616:116): prog-id=0 op=UNLOAD
мај 20 22:10:58 grayhp20 kernel: audit: type=1334 audit(1653077458.616:117): prog-id=0 op=UNLOAD
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30755, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30787, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30795, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30803, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30811, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30831, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30869, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:58 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30877, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:58 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30885, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30895, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30906, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30943, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30951, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30959, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30978, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 30999, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31044, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31058, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31072, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31086, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31114, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31140, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31153, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31161, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31169, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31177, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31209, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:10:59 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31217, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:10:59 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31226, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31234, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31242, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31278, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31286, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31294, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31302, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31321, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31359, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31367, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31375, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31384, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31392, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31424, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31432, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31568, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31621, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31658, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31698, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:00 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31706, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:00 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31727, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31741, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31774, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31799, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31813, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31828, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31842, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31885, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31936, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 31981, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32026, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32067, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32133, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32178, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32200, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32209, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32219, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32259, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:01 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32267, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:01 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32275, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32375, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32552, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32623, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32664, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32718, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32788, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32858, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32927, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32994, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33048, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33111, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33155, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33214, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33262, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33289, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33319, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:02 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33327, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:02 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33340, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33348, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33776, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33838, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33912, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33951, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 33995, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34044, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34090, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34147, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34219, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34288, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34364, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34433, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34497, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34552, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34604, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:03 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34629, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:03 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34640, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34654, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34695, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34722, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34736, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34749, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34757, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34775, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34827, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34865, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.kde.LogoutPrompt' requested by ':1.22' (uid=1000 pid=875 comm="/usr/bin/plasmashell")
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34874, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34886, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34894, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34930, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 ksmserver-logout-greeter[7682]: Icon theme "elementary" not found.
мај 20 22:11:04 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.kde.LogoutPrompt'
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34948, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34956, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34964, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35357, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:04 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:04 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35397, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35491, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35510, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35560, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35598, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35632, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35653, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35678, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35714, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35740, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35768, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35788, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35831, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35852, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35879, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35898, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35915, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35948, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:05 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35977, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:05 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 35992, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36003, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36011, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36049, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36067, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36095, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:06 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.kde.Shutdown' requested by ':1.868' (uid=1000 pid=7682 comm="/usr/lib/ksmserver-logout-greeter")
мај 20 22:11:06 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.kde.Shutdown'
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36224, resource id: 144703531, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36260, resource id: 142606342, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 polkit-kde-authentication-agent-1[871]: Destroying listener
мај 20 22:11:06 grayhp20 polkit-kde-authentication-agent-1[871]: Removing listener  PolkitQt1::Agent::Listener(0x563a4a8c1dd0)
мај 20 22:11:06 grayhp20 kded5[813]: Service  ":1.73" unregistered
мај 20 22:11:06 grayhp20 polkitd[550]: Unregistered Authentication Agent for unix-session:2 (system bus name :1.34, object path /org/kde/PolicyKit1/AuthenticationAgent, locale C)
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94122885882880" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94297220773312" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94245251642864" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "MailFilterCollectionMonitor - 94245251791216" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "SpecialCollectionsMonitor - 94245252104944" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94441356344176" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "MailFilterItemMonitor - 94245251789024" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94201625238016" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 93946942768128" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94521326415952" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94628147981904" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94479060573744" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94254737661792" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "akonadi_birthdays_resource - 94160941053344" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "akonadi_maildispatcher_agent - 94254737680160" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "MailFilter Kernel ETM - 94245251787584" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94160941038912" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "ETMCalendarMonitor - 94756625150576" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94458575469744" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94855438127696" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "SpecialCollectionsMonitor - 94254737682944" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "ArchiveMailCollectionMonitor - 94855438310880" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94292901346112" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94492734418864" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "Archive Mail Kernel ETM - 94855438332544" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 94876324074864" disconnected
мај 20 22:11:06 grayhp20 baloo_file[874]: kf.baloo.engine: Transaction::commit MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36354, resource id: 12582920, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "AgentBaseChangeRecorder - 93903111296096" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "KNotes Session - 93903111331248" disconnected
мај 20 22:11:06 grayhp20 akonadiserver[1393]: org.kde.pim.akonadiserver: Subscriber "UnifiedMailboxChangeRecorder - 140723012111168" disconnected
мај 20 22:11:06 grayhp20 kded5[813]: Service  ":1.43" unregistered
мај 20 22:11:06 grayhp20 kded5[813]: Service  ":1.25" unregistered
мај 20 22:11:06 grayhp20 kmix[960]: org.kde.kmix: Thou shalt not delete any GUI profile. This message is only OK, when quitting KMix
мај 20 22:11:06 grayhp20 kmix[960]: org.kde.kmix: Thou shalt not delete any GUI profile. This message is only OK, when quitting KMix
мај 20 22:11:06 grayhp20 kmix[960]: org.kde.kmix: Thou shalt not delete any GUI profile. This message is only OK, when quitting KMix
мај 20 22:11:06 grayhp20 kmix[960]: org.kde.kmix: Thou shalt not delete any GUI profile. This message is only OK, when quitting KMix
мај 20 22:11:06 grayhp20 kded5[813]: Service  ":1.48" unregistered
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36447, resource id: 111149061, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36451, resource id: 85983237, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36455, resource id: 44040197, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36459, resource id: 117440523, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36463, resource id: 88080389, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36467, resource id: 75497477, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36471, resource id: 119537675, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/packages/org.kde.paneltoolbox/contents/ui/main.qml:18: TypeError: Cannot read property 'formFactor' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/packages/org.kde.paneltoolbox/contents/ui/main.qml:90: TypeError: Cannot read property 'editMode' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/packages/org.kde.paneltoolbox/contents/ui/main.qml:35: TypeError: Cannot read property 'editMode' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/packages/org.kde.paneltoolbox/contents/ui/main.qml:24: TypeError: Cannot read property 'editMode' of null
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36475, resource id: 98566149, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36479, resource id: 113246219, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36483, resource id: 25165829, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36487, resource id: 100663301, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36491, resource id: 65011717, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36498, resource id: 39845893, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36502, resource id: 33554437, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36506, resource id: 106954757, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36510, resource id: 102760453, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36514, resource id: 92274693, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36518, resource id: 94371845, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36522, resource id: 96468997, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36526, resource id: 115343371, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36530, resource id: 109051909, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36534, resource id: 104857605, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kded5[813]: Service  ":1.54" unregistered
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36558, resource id: 48234508, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36562, resource id: 56623145, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36566, resource id: 90177541, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_mailfilter_agent' exited normally...
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/main.qml:98: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/main.qml:99: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/main.qml:90: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/main.qml:26: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_contacts_resource' exited normally...
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml:71: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml:60: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml:86: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/main.qml:65: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml:86: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/main.qml:42: TypeError: Cannot read property 'compactRepresentationItem' of null
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_indexing_agent' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_sendlater_agent' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_mailmerge_agent' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_newmailnotifier_agent' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_notes_agent' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_followupreminder_agent' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_migration_agent' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_ical_resource' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_maildispatcher_agent' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_akonotes_resource' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_maildir_resource' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_archivemail_agent' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_imap_resource' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_unifiedmailbox_agent' exited normally...
мај 20 22:11:06 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadi_birthdays_resource' exited normally...
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/applet/CompactApplet.qml:52: TypeError: Cannot read property 'implicitWidth' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/applet/CompactApplet.qml:70: TypeError: Cannot read property 'implicitHeight' of null
мај 20 22:11:06 grayhp20 systemd[727]: app-org.kde.yakuake-159b1d9a08214d24af78bc12960496e9.scope: Consumed 12.935s CPU time.
мај 20 22:11:06 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:06 grayhp20 baloo_file_extractor[7806]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Kickoff.qml:26: TypeError: Cannot read property 'location' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Kickoff.qml:30: TypeError: Cannot read property 'formFactor' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Kickoff.qml:33: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Kickoff.qml:43: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Kickoff.qml:79: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kickoff/contents/ui/Kickoff.qml:119: TypeError: Cannot read property 'formFactor' of null
мај 20 22:11:06 grayhp20 systemd[727]: app-org.kde.dolphin-64e3b80255d1432690a6962cdfbc01b9.scope: Consumed 2.204s CPU time.
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:23: TypeError: Cannot read property 'pluginName' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:154: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:129: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:70: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:72: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:06 grayhp20 baloo_file_extractor[7819]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:43: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:79: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:80: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:81: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:82: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml:25: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/devicenotifier.qml:24: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/devicenotifier.qml:244: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/devicenotifier.qml:250: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/devicenotifier.qml:256: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/devicenotifier.qml:264: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: libkcups: Create-Printer-Subscriptions last error: 1282 Bad file descriptor
мај 20 22:11:06 grayhp20 plasmashell[875]: libkcups: Request failed 1282 -1
мај 20 22:11:06 grayhp20 plasmashell[875]: libkcups: Create-Printer-Subscriptions last error: 1282 Bad file descriptor
мај 20 22:11:06 grayhp20 plasmashell[875]: libkcups: Request failed 1282 -1
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.keyboardindicator/contents/ui/main.qml:21: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.kdeconnect/contents/ui/main.qml:38: TypeError: Cannot read property 'formFactor' of null
мај 20 22:11:06 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.kde.kdeconnect' requested by ':1.22' (uid=1000 pid=875 comm="/usr/bin/plasmashell")
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/main.qml:141: TypeError: Cannot read property 'nativeInterface' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:65:5: Unable to assign [undefined] to QObject*
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:162: TypeError: Cannot read property 'nativeInterface' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.vault/contents/ui/main.qml:18: TypeError: Cannot read property 'nativeInterface' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.vault/contents/ui/main.qml:17: TypeError: Cannot read property 'nativeInterface' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:69: TypeError: Cannot read property 'expanded' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxContent.qml:198: TypeError: Cannot call method 'action' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxContent.qml:192: TypeError: Cannot call method 'action' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxContent.qml:20: TypeError: Cannot read property 'editMode' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxContent.qml:33: TypeError: Cannot read property 'editMode' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxContent.qml:34: TypeError: Cannot read property 'editMode' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:63: TypeError: Cannot read property 'pluginName' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:65: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:66: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:67: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:68: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:69: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:20: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:21: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:22: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 plasmashell[875]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:23: TypeError: Cannot read property 'configuration' of null
мај 20 22:11:06 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:06 grayhp20 baloo_file_extractor[7822]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36688, resource id: 46137354, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 plasmashell[875]: org.kde.plasma.pulseaudio: No object for name "PulseaudioParamEq.Input"
мај 20 22:11:06 grayhp20 plasmashell[875]: org.kde.plasma.pulseaudio: No object for name "PulseaudioParamEq.Input"
мај 20 22:11:06 grayhp20 plasmashell[875]: org.kde.plasma.pulseaudio: No object for name "PulseaudioParamEq.Input"
мај 20 22:11:06 grayhp20 plasmashell[875]: org.kde.plasma.pulseaudio: No object for name "PulseaudioParamEq.Input"
мај 20 22:11:06 grayhp20 plasmashell[875]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_04_00.6.analog-stereo"
мај 20 22:11:06 grayhp20 plasmashell[875]: org.kde.plasma.pulseaudio: No object for name "PulseaudioParamEq.Input"
мај 20 22:11:06 grayhp20 plasmashell[875]: org.kde.plasma.pulseaudio: No object for name "alsa_input.pci-0000_04_00.6.analog-stereo"
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36696, resource id: 23068692, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36700, resource id: 23068693, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36704, resource id: 81788945, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36708, resource id: 12582918, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36712, resource id: 23068694, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36716, resource id: 23068695, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36759, resource id: 79691820, major code: 15 (QueryTree), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36780, resource id: 134217735, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36788, resource id: 12582918, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36847, resource id: 12582918, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:06 grayhp20 kwin_x11[816]: QMetaProperty::read: Unable to handle unregistered datatype 'KWin::SessionState' for property 'KWin::EffectsHandlerImplX11::sessionState'
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36922, resource id: 41943178, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36926, resource id: 123731979, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kded5[813]: Service  "org.kde.StatusNotifierHost-875" unregistered
мај 20 22:11:06 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:06 grayhp20 kdeconnectd[7826]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:06 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:06 grayhp20 baloo_file_extractor[7829]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:06 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36954, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:06 grayhp20 kdeconnectd[7826]: Icon theme "elementary" not found.
мај 20 22:11:06 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Successfully activated service 'org.kde.kdeconnect'
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7836]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36971, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 dbus-daemon[761]: [session uid=1000 pid=761] Activating service name='org.freedesktop.Notifications' requested by ':1.903' (uid=1000 pid=7826 comm="/usr/lib/kdeconnectd")
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7840]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 36992, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7846]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37006, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7860]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37022, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37030, resource id: 23068696, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7864]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37040, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7867]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37054, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7870]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37068, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7873]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37082, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7876]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37094, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 systemd[727]: app-firefox-bb7585ad5da649fe8a7b23d3fe9b6e17.scope: Consumed 54.809s CPU time.
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7879]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37108, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7882]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37122, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7885]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37136, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7888]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37150, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7891]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37164, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7894]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37180, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7897]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37194, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7900]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37208, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7903]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37220, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7906]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37234, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:07 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 baloo_file_extractor[7909]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:07 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37248, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:07 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37254, resource id: 71303241, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7912]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37266, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37270, resource id: 23068697, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 systemd[727]: app-viber-18d199c8a03a44628e9768f0375a4bb5.scope: Consumed 2.794s CPU time.
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7915]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37284, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7918]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37296, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7921]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37310, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7924]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37324, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7927]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37336, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7930]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37350, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7933]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37364, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7936]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37378, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7939]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37392, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7942]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37404, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7945]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37418, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7948]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37430, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7951]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37444, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7954]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37458, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7957]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37472, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7960]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37486, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7963]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37498, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7966]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37512, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7969]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37528, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:08 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 baloo_file_extractor[7972]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:08 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37542, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:08 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[7975]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37556, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[7978]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37570, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[7981]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37584, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[7984]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37596, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[7987]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37610, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[7990]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37624, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[7993]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37638, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[7996]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37652, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[7999]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37666, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[8002]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37678, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[8005]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37692, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[8008]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37706, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[8011]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37720, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[8015]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37732, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[8018]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37746, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 xdg-desktop-portal-kde[1198]: xdp-kde-background: GetAppState called: no parameters
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[8021]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37760, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[8024]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37774, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 ksmserver[864]: org.kde.kf5.ksmserver: Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 baloo_file_extractor[8027]: Qt: Session management error: Protocol Setup Failed, reason : Connection rejected: ksmserver is shutting down
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37786, resource id: 25165830, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 baloo_file[874]: kf.baloo.engine: DocumentIdDB::fetchItems 40 MDB_BAD_TXN: Transaction must abort, has a child, or is invalid
мај 20 22:11:09 grayhp20 akonadi_control[1377]: org.kde.pim.akonadicontrol: Application '/usr/bin/akonadiserver' exited normally...
мај 20 22:11:09 grayhp20 kwin_x11[816]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 37794, resource id: 77594629, major code: 18 (ChangeProperty), minor code: 0
мај 20 22:11:09 grayhp20 systemd[727]: app-\x2fusr\x2fbin\x2fkalendarac-22e47a16bf0f4d43ae6e1f81dc24c17f.scope: Consumed 17.884s CPU time.
мај 20 22:11:09 grayhp20 systemd-logind[525]: System is rebooting.
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 systemd[1]: Stopping Session 2 of User sava...
мај 20 22:11:09 grayhp20 systemd[1]: Removed slice Slice /system/getty.
мај 20 22:11:09 grayhp20 systemd[1]: Removed slice Slice /system/modprobe.
мај 20 22:11:09 grayhp20 systemd[1]: Removed slice Slice /system/systemd-backlight.
мај 20 22:11:09 grayhp20 systemd[1]: Stopped target Graphical Interface.
мај 20 22:11:09 grayhp20 systemd[1]: Stopped target Multi-User System.
мај 20 22:11:09 grayhp20 systemd[1]: Stopped target Login Prompts.
мај 20 22:11:09 grayhp20 systemd[1]: Stopped target Timer Units.
мај 20 22:11:09 grayhp20 systemd[1]: man-db.timer: Deactivated successfully.
мај 20 22:11:09 grayhp20 systemd[1]: Stopped Daily man-db regeneration.
мај 20 22:11:09 grayhp20 systemd[1]: shadow.timer: Deactivated successfully.
мај 20 22:11:09 grayhp20 systemd[1]: Stopped Daily verification of password and group files.
мај 20 22:11:09 grayhp20 systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
мај 20 22:11:09 grayhp20 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
мај 20 22:11:09 grayhp20 systemd[1]: Stopped target System Time Set.
мај 20 22:11:09 grayhp20 systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
мај 20 22:11:09 grayhp20 systemd[1]: Closed LVM2 poll daemon socket.
мај 20 22:11:09 grayhp20 systemd[1]: systemd-coredump.socket: Deactivated successfully.
мај 20 22:11:09 grayhp20 systemd[1]: Closed Process Core Dump Socket.
мај 20 22:11:09 grayhp20 systemd[1]: Stopping Accounts Service...
мај 20 22:11:09 grayhp20 systemd[1]: Stopping Light Display Manager...
мај 20 22:11:09 grayhp20 kdeconnectd[7826]: The X11 connection broke (error 1). Did the X11 server die?
мај 20 22:11:09 grayhp20 kglobalaccel5[863]: The X11 connection broke (error 1). Did the X11 server die?
мај 20 22:11:09 grayhp20 at-spi-bus-launcher[1228]: X connection to :0 broken (explicit kill or server shutdown).
мај 20 22:11:09 grayhp20 systemd[1]: Starting Generate shutdown-ramfs...
мај 20 22:11:09 grayhp20 systemd[1]: Stopping Authorization Manager...
мај 20 22:11:09 grayhp20 kactivitymanagerd[876]: The X11 connection broke (error 1). Did the X11 server die?
мај 20 22:11:09 grayhp20 kernel: audit: type=1113 audit(1653077469.924:118): pid=703 uid=0 auid=1000 ses=2 msg='op=logout id=1000 exe="/usr/bin/lightdm" hostname=grayhp20 addr=? terminal=/dev/tty7 res=success'
мај 20 22:11:09 grayhp20 audit[703]: USER_LOGOUT pid=703 uid=0 auid=1000 ses=2 msg='op=logout id=1000 exe="/usr/bin/lightdm" hostname=grayhp20 addr=? terminal=/dev/tty7 res=success'
мај 20 22:11:09 grayhp20 lightdm[703]: pam_unix(lightdm:session): session closed for user sava
мај 20 22:11:09 grayhp20 systemd[1]: Stopping Power Profiles daemon...
мај 20 22:11:09 grayhp20 systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
мај 20 22:11:09 grayhp20 kscreen_backend_launcher[996]: The X11 connection broke (error 1). Did the X11 server die?
мај 20 22:11:09 grayhp20 xdg-desktop-portal-kde[1198]: The X11 connection broke (error 1). Did the X11 server die?
мај 20 22:11:09 grayhp20 systemd[1]: Stopping Load/Save Random Seed...
мај 20 22:11:09 grayhp20 systemd[1]: Stopping Disk Manager...
мај 20 22:11:09 grayhp20 systemd[1]: Stopping Daemon for power management...
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 systemd[727]: plasma-kglobalaccel.service: Main process exited, code=exited, status=1/FAILURE
мај 20 22:11:09 grayhp20 systemd[727]: plasma-kglobalaccel.service: Failed with result 'exit-code'.
мај 20 22:11:09 grayhp20 systemd[727]: plasma-kscreen.service: Main process exited, code=exited, status=1/FAILURE
мај 20 22:11:09 grayhp20 systemd[727]: plasma-kscreen.service: Failed with result 'exit-code'.
мај 20 22:11:09 grayhp20 systemd[727]: plasma-xdg-desktop-portal-kde.service: Main process exited, code=exited, status=1/FAILURE
мај 20 22:11:09 grayhp20 systemd[727]: plasma-xdg-desktop-portal-kde.service: Failed with result 'exit-code'.
мај 20 22:11:09 grayhp20 systemd[727]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
мај 20 22:11:09 grayhp20 systemd[727]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
мај 20 22:11:09 grayhp20 systemd[1]: accounts-daemon.service: Deactivated successfully.
мај 20 22:11:09 grayhp20 systemd[1]: Stopped Accounts Service.
мај 20 22:11:09 grayhp20 systemd[1]: polkit.service: Deactivated successfully.
мај 20 22:11:09 grayhp20 systemd[1]: Stopped Authorization Manager.
мај 20 22:11:09 grayhp20 systemd[1]: power-profiles-daemon.service: Deactivated successfully.
мај 20 22:11:09 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:09 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:09 grayhp20 systemd[1]: Stopped Power Profiles daemon.
мај 20 22:11:09 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=power-profiles-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:09 grayhp20 kernel: audit: type=1131 audit(1653077469.944:119): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:09 grayhp20 kernel: audit: type=1131 audit(1653077469.944:120): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:09 grayhp20 kernel: audit: type=1131 audit(1653077469.944:121): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=power-profiles-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 systemd[1]: rtkit-daemon.service: Deactivated successfully.
мај 20 22:11:09 grayhp20 systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
мај 20 22:11:09 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:09 grayhp20 systemd[1]: systemd-random-seed.service: Deactivated successfully.
мај 20 22:11:09 grayhp20 systemd[1]: Stopped Load/Save Random Seed.
мај 20 22:11:09 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:09 grayhp20 kernel: audit: type=1131 audit(1653077469.947:122): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:09 grayhp20 kernel: audit: type=1131 audit(1653077469.947:123): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 systemd[727]: plasma-kactivitymanagerd.service: Main process exited, code=exited, status=1/FAILURE
мај 20 22:11:09 grayhp20 systemd[727]: plasma-kactivitymanagerd.service: Failed with result 'exit-code'.
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 udisksd[886]: udisks daemon version 2.9.4 exiting
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 systemd[727]: xdg-desktop-portal-gnome.service: Main process exited, code=exited, status=1/FAILURE
мај 20 22:11:09 grayhp20 systemd[727]: xdg-desktop-portal-gnome.service: Failed with result 'exit-code'.
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 kded5[813]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
мај 20 22:11:09 grayhp20 mkinitcpio[8037]: ==> Starting build: none
мај 20 22:11:09 grayhp20 mkinitcpio[8037]:   -> Running build hook: [sd-shutdown]
мај 20 22:11:09 grayhp20 kded5[813]: The X11 connection broke: I/O error (code 1)
мај 20 22:11:09 grayhp20 kwin_x11[816]: The X11 connection broke: I/O error (code 1)
мај 20 22:11:09 grayhp20 systemd[1]: udisks2.service: Deactivated successfully.
мај 20 22:11:09 grayhp20 systemd[1]: Stopped Disk Manager.
мај 20 22:11:09 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:09 grayhp20 kernel: audit: type=1131 audit(1653077469.971:124): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: upower.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Daemon for power management.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 kernel: audit: type=1131 audit(1653077470.021:125): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 mkinitcpio[8037]: ==> Build complete.
мај 20 22:11:10 grayhp20 systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Finished Generate shutdown-ramfs.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 kernel: audit: type=1130 audit(1653077470.041:126): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 kernel: audit: type=1131 audit(1653077470.041:127): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:11:10 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:11:10 grayhp20 systemd[1]: session-2.scope: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Session 2 of User sava.
мај 20 22:11:10 grayhp20 systemd[1]: session-2.scope: Consumed 1min 43.740s CPU time.
мај 20 22:11:10 grayhp20 systemd[1]: Stopping User Login Management...
мај 20 22:11:10 grayhp20 systemd[1]: Stopping User Manager for UID 1000...
мај 20 22:11:10 grayhp20 systemd[727]: Activating special unit Exit the Session...
мај 20 22:11:10 grayhp20 systemd-logind[525]: Removed session 2.
мај 20 22:11:10 grayhp20 systemd[727]: Removed slice User Background Tasks Slice.
мај 20 22:11:10 grayhp20 systemd[727]: background.slice: Consumed 1.243s CPU time.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped target Main User Target.
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Accessibility services bus...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping D-Bus User Message Bus...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping User preferences database...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Evolution address book service...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Evolution calendar service...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Evolution source registry...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping GnuPG cryptographic agent and passphrase cache...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Virtual filesystem service - Apple File Conduit monitor...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Virtual filesystem service...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Virtual filesystem service - GNOME Online Accounts monitor...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Virtual filesystem service - digital camera monitor...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Virtual filesystem metadata service...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Virtual filesystem service - Media Transfer Protocol monitor...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Virtual filesystem service - disk device monitor...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Bluetooth OBEX service...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping PipeWire Media Session Manager...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Sound Service...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping Portal service...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping flatpak document portal service...
мај 20 22:11:10 grayhp20 systemd[727]: Stopping sandboxed app permission store...
мај 20 22:11:10 grayhp20 systemd[1]: run-user-1000-gvfs.mount: Deactivated successfully.
мај 20 22:11:10 grayhp20 gpg-agent[1101]: SIGTERM received - shutting down ...
мај 20 22:11:10 grayhp20 systemd[1]: Unmounted /run/user/1000/gvfs.
мај 20 22:11:10 grayhp20 obexd[995]: Terminating
мај 20 22:11:10 grayhp20 systemd[1]: run-user-1000-doc.mount: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Unmounted /run/user/1000/doc.
мај 20 22:11:10 grayhp20 pulseaudio[910]: Error opening PCM device front:2: No such file or directory
мај 20 22:11:10 grayhp20 pulseaudio[910]: Error opening PCM device front:1: No such file or directory
мај 20 22:11:10 grayhp20 pulseaudio[910]: Error opening PCM device front:2: No such file or directory
мај 20 22:11:10 grayhp20 systemd[727]: Stopped User preferences database.
мај 20 22:11:10 grayhp20 pulseaudio[910]: Error opening PCM device front:1: No such file or directory
мај 20 22:11:10 grayhp20 systemd[727]: Stopped sandboxed app permission store.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Virtual filesystem metadata service.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Bluetooth OBEX service.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Virtual filesystem service - digital camera monitor.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Virtual filesystem service - GNOME Online Accounts monitor.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Virtual filesystem service - Media Transfer Protocol monitor.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped flatpak document portal service.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Virtual filesystem service.
мај 20 22:11:10 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:11:10 grayhp20 systemd[727]: Stopped D-Bus User Message Bus.
мај 20 22:11:10 grayhp20 systemd[727]: dbus.service: Consumed 4.953s CPU time.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Portal service.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Evolution source registry.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped PipeWire Media Session Manager.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Evolution calendar service.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Evolution address book service.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Sound Service.
мај 20 22:11:10 grayhp20 systemd[727]: pulseaudio.service: Consumed 1.677s CPU time.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Virtual filesystem service - disk device monitor.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Virtual filesystem service - Apple File Conduit monitor.
мај 20 22:11:10 grayhp20 systemd[727]: Stopping PipeWire Multimedia Service...
мај 20 22:11:10 grayhp20 systemd[727]: Stopped PipeWire Multimedia Service.
мај 20 22:11:10 grayhp20 systemd[727]: Removed slice User Core Session Slice.
мај 20 22:11:10 grayhp20 systemd[727]: session.slice: Consumed 8.513s CPU time.
мај 20 22:11:10 grayhp20 gpg-agent[1101]: gpg-agent (GnuPG) 2.2.35 stopped
мај 20 22:11:10 grayhp20 systemd[727]: Stopped GnuPG cryptographic agent and passphrase cache.
мај 20 22:11:10 grayhp20 systemd[1]: systemd-logind.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped User Login Management.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:11:10 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:11:10 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:11:10 grayhp20 systemd[727]: Stopped Accessibility services bus.
мај 20 22:11:10 grayhp20 systemd[727]: at-spi-dbus-bus.service: Consumed 1.210s CPU time.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped target Basic System.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped target Paths.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped target Sockets.
мај 20 22:11:10 grayhp20 systemd[727]: Stopped target Timers.
мај 20 22:11:10 grayhp20 systemd[727]: Closed D-Bus User Message Bus Socket.
мај 20 22:11:10 grayhp20 systemd[727]: Closed GnuPG network certificate management daemon.
мај 20 22:11:10 grayhp20 systemd[727]: Closed GCR ssh-agent wrapper.
мај 20 22:11:10 grayhp20 systemd[727]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
мај 20 22:11:10 grayhp20 systemd[727]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
мај 20 22:11:10 grayhp20 systemd[727]: Closed GnuPG cryptographic agent (ssh-agent emulation).
мај 20 22:11:10 grayhp20 systemd[727]: Closed GnuPG cryptographic agent and passphrase cache.
мај 20 22:11:10 grayhp20 systemd[727]: Closed p11-kit server.
мај 20 22:11:10 grayhp20 systemd[727]: Closed PipeWire Multimedia System Socket.
мај 20 22:11:10 grayhp20 systemd[727]: Closed Sound System.
мај 20 22:11:10 grayhp20 systemd[727]: Removed slice User Application Slice.
мај 20 22:11:10 grayhp20 systemd[727]: app.slice: Consumed 1min 35.938s CPU time.
мај 20 22:11:10 grayhp20 systemd[727]: Reached target Shutdown.
мај 20 22:11:10 grayhp20 systemd[727]: Finished Exit the Session.
мај 20 22:11:10 grayhp20 systemd[727]: Reached target Exit the Session.
мај 20 22:11:10 grayhp20 systemd[728]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sava] ruser=[<unknown>] rhost=[<unknown>]
мај 20 22:11:10 grayhp20 systemd[1]: user@1000.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped User Manager for UID 1000.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: user@1000.service: Consumed 1min 46.116s CPU time.
мај 20 22:11:10 grayhp20 systemd[1]: Stopping User Runtime Directory /run/user/1000...
мај 20 22:11:10 grayhp20 systemd[1]: run-user-1000.mount: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Unmounted /run/user/1000.
мај 20 22:11:10 grayhp20 systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped User Runtime Directory /run/user/1000.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: Removed slice User Slice of UID 1000.
мај 20 22:11:10 grayhp20 systemd[1]: user-1000.slice: Consumed 3min 29.866s CPU time.
мај 20 22:11:10 grayhp20 systemd[1]: lightdm.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Light Display Manager.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: lightdm.service: Consumed 9.636s CPU time.
мај 20 22:11:10 grayhp20 systemd[1]: Stopping Permit User Sessions...
мај 20 22:11:10 grayhp20 systemd[1]: systemd-user-sessions.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Permit User Sessions.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target Network.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target User and Group Name Lookups.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target Remote File Systems.
мај 20 22:11:10 grayhp20 systemd[1]: Stopping Network Manager...
мај 20 22:11:10 grayhp20 NetworkManager[533]: <info>  [1653077470.4433] caught SIGTERM, shutting down normally.
мај 20 22:11:10 grayhp20 systemd[1]: Stopping WPA supplicant...
мај 20 22:11:10 grayhp20 kernel: wlo1: deauthenticating from c4:48:fa:3d:e0:cd by local choice (Reason: 3=DEAUTH_LEAVING)
мај 20 22:11:10 grayhp20 wpa_supplicant[602]: wlo1: CTRL-EVENT-DISCONNECTED bssid=c4:48:fa:3d:e0:cd reason=3 locally_generated=1
мај 20 22:11:10 grayhp20 NetworkManager[533]: <info>  [1653077470.4904] device (wlo1): state change: activated -> deactivating (reason 'unmanaged', sys-iface-state: 'managed')
мај 20 22:11:10 grayhp20 wpa_supplicant[602]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
мај 20 22:11:10 grayhp20 NetworkManager[533]: <info>  [1653077470.4910] manager: NetworkManager state is now DISCONNECTING
мај 20 22:11:10 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=533 comm="/usr/bin/NetworkManager --no-daemon")
мај 20 22:11:10 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
мај 20 22:11:10 grayhp20 NetworkManager[533]: <warn>  [1653077470.4931] dispatcher: (7) failed: Refusing activation, D-Bus is shutting down.
мај 20 22:11:10 grayhp20 NetworkManager[533]: <info>  [1653077470.4936] device (wlo1): state change: deactivating -> unmanaged (reason 'removed', sys-iface-state: 'managed')
мај 20 22:11:10 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=533 comm="/usr/bin/NetworkManager --no-daemon")
мај 20 22:11:10 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
мај 20 22:11:10 grayhp20 NetworkManager[533]: <info>  [1653077470.5230] dhcp4 (wlo1): canceled DHCP transaction
мај 20 22:11:10 grayhp20 NetworkManager[533]: <info>  [1653077470.5230] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
мај 20 22:11:10 grayhp20 NetworkManager[533]: <info>  [1653077470.5230] dhcp4 (wlo1): state changed no lease
мај 20 22:11:10 grayhp20 NetworkManager[533]: <info>  [1653077470.5325] manager: NetworkManager state is now DISCONNECTED
мај 20 22:11:10 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=533 comm="/usr/bin/NetworkManager --no-daemon")
мај 20 22:11:10 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
мај 20 22:11:10 grayhp20 dbus-daemon[524]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=533 comm="/usr/bin/NetworkManager --no-daemon")
мај 20 22:11:10 grayhp20 dbus-daemon[524]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
мај 20 22:11:10 grayhp20 NetworkManager[533]: <info>  [1653077470.5482] exiting (success)
мај 20 22:11:10 grayhp20 wpa_supplicant[602]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
мај 20 22:11:10 grayhp20 wpa_supplicant[602]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
мај 20 22:11:10 grayhp20 wpa_supplicant[602]: wlo1: CTRL-EVENT-TERMINATING
мај 20 22:11:10 grayhp20 systemd[1]: wpa_supplicant.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped WPA supplicant.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: NetworkManager.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Network Manager.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: Stopping D-Bus System Message Bus...
мај 20 22:11:10 grayhp20 systemd[1]: dbus.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped D-Bus System Message Bus.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: dbus.service: Consumed 1.144s CPU time.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target Basic System.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target Path Units.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target Slice Units.
мај 20 22:11:10 grayhp20 systemd[1]: Removed slice User and Session Slice.
мај 20 22:11:10 grayhp20 systemd[1]: user.slice: Consumed 3min 35.681s CPU time.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target Socket Units.
мај 20 22:11:10 grayhp20 systemd[1]: dbus.socket: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Closed D-Bus System Message Bus Socket.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target System Initialization.
мај 20 22:11:10 grayhp20 systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target Local Encrypted Volumes.
мај 20 22:11:10 grayhp20 systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
мај 20 22:11:10 grayhp20 systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target Local Integrity Protected Volumes.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target Local Verity Protected Volumes.
мај 20 22:11:10 grayhp20 systemd[1]: systemd-sysctl.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Apply Kernel Variables.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: systemd-modules-load.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Load Kernel Modules.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: Stopping Network Time Synchronization...
мај 20 22:11:10 grayhp20 systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
мај 20 22:11:10 grayhp20 systemd[1]: systemd-timesyncd.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Network Time Synchronization.
мај 20 22:11:10 grayhp20 audit[8147]: SYSTEM_SHUTDOWN pid=8147 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: systemd-update-utmp.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Create Volatile Files and Directories.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target Local File Systems.
мај 20 22:11:10 grayhp20 systemd[1]: Unmounting /mnt/data/win...
мај 20 22:11:10 grayhp20 systemd[1]: Unmounting Temporary Directory /tmp...
мај 20 22:11:10 grayhp20 ntfs-3g[372]: Unmounting /dev/nvme0n1p3 ()
мај 20 22:11:10 grayhp20 systemd[1]: mnt-data-win.mount: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Unmounted /mnt/data/win.
мај 20 22:11:10 grayhp20 systemd[1]: tmp.mount: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Unmounted Temporary Directory /tmp.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target Preparation for Local File Systems.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped target Swaps.
мај 20 22:11:10 grayhp20 systemd[1]: Deactivating swap /dev/disk/by-id/nvme-SK_hynix_BC511_HFM512GDJTNI-82A0A_NS07N492312907L2X-part5...
мај 20 22:11:10 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:11:10 grayhp20 systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
мај 20 22:11:10 grayhp20 systemd[1]: systemd-remount-fs.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Remount Root and Kernel File Systems.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: systemd-fsck-root.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped File System Check on Root Device.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Create Static Device Nodes in /dev.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: dev-disk-by\x2did-nvme\x2dSK_hynix_BC511_HFM512GDJTNI\x2d82A0A_NS07N492312907L2X\x2dpart5.swap: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Deactivated swap /dev/disk/by-id/nvme-SK_hynix_BC511_HFM512GDJTNI-82A0A_NS07N492312907L2X-part5.
мај 20 22:11:10 grayhp20 systemd[1]: dev-disk-by\x2did-nvme\x2deui.ace42e0005bb53c8\x2dpart5.swap: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Deactivated swap /dev/disk/by-id/nvme-eui.ace42e0005bb53c8-part5.
мај 20 22:11:10 grayhp20 systemd[1]: dev-disk-by\x2dpartuuid-f7e7b2f4\x2d5bad\x2d0743\x2d9ce1\x2d3cc16cc33406.swap: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Deactivated swap /dev/disk/by-partuuid/f7e7b2f4-5bad-0743-9ce1-3cc16cc33406.
мај 20 22:11:10 grayhp20 systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:03:00.0\x2dnvme\x2d1\x2dpart5.swap: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:03:00.0-nvme-1-part5.
мај 20 22:11:10 grayhp20 systemd[1]: dev-nvme0n1p5.swap: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Deactivated swap /dev/nvme0n1p5.
мај 20 22:11:10 grayhp20 systemd[1]: dev-disk-by\x2duuid-d0a82ddf\x2d14e4\x2d4787\x2dbbac\x2da9f8bf74bab4.swap: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Deactivated swap /dev/disk/by-uuid/d0a82ddf-14e4-4787-bbac-a9f8bf74bab4.
мај 20 22:11:10 grayhp20 systemd[1]: Reached target Unmount All Filesystems.
мај 20 22:11:10 grayhp20 systemd[1]: lvm2-monitor.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: Reached target System Shutdown.
мај 20 22:11:10 grayhp20 systemd[1]: Reached target Late Shutdown Services.
мај 20 22:11:10 grayhp20 systemd[1]: systemd-reboot.service: Deactivated successfully.
мај 20 22:11:10 grayhp20 systemd[1]: Finished System Reboot.
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 20 22:11:10 grayhp20 systemd[1]: Reached target System Reboot.
мај 20 22:11:10 grayhp20 systemd[1]: Shutting down.
мај 20 22:11:10 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:11:10 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:11:10 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:11:10 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:11:10 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:11:10 grayhp20 audit: BPF prog-id=0 op=UNLOAD
мај 20 22:11:10 grayhp20 systemd[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
мај 20 22:11:10 grayhp20 systemd[1]: Watchdog running with a timeout of 10min.
мај 20 22:11:10 grayhp20 kernel: watchdog: watchdog0: watchdog did not stop!
мај 20 22:11:10 grayhp20 systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
мај 20 22:11:10 grayhp20 systemd-shutdown[1]: Watchdog running with a timeout of 10min.
мај 20 22:11:10 grayhp20 systemd-shutdown[1]: Syncing filesystems and block devices.
мај 20 22:11:10 grayhp20 systemd-shutdown[1]: Sending SIGTERM to remaining processes...
мај 20 22:11:10 grayhp20 systemd-journald[259]: Received SIGTERM from PID 1 (systemd-shutdow).
мај 20 22:11:10 grayhp20 systemd-journald[259]: Journal stopped

Offline

#10 2022-05-21 05:49:14

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] Completely black screen (no cursor) on boot

мај 20 22:09:54 grayhp20 systemd-logind[525]: New session c1 of user lightdm.
мај 20 22:10:05 grayhp20 systemd-logind[525]: New session 2 of user sava.

the console shows up, but by the time my login manager should appear, the screen goes black, no cursor, not even backlight

Do you autologin (into KDE)? What if you don't?

мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
мај 20 22:10:08 grayhp20 kscreen_backend_launcher[996]: kscreen.xrandr: Needed CRTCs:  1

kscreen certainly wants to configure an output.

мај 20 22:10:07 grayhp20 kwin_x11[816]: kwin_core: XCB error: 10 (BadAccess), sequence: 846, resource id: 1705, major code: 142 (Composite), minor code: 2 (RedirectSubwindows)

No composite extension???
What if you press SHIFT+Alt+F12 when arriving at the black screen?
Also please post your xorg log, https://wiki.archlinux.org/title/Xorg#General

мај 20 22:11:10 grayhp20 systemd[1]: Unmounted /run/user/1000/gvfs.
мај 20 22:11:10 grayhp20 systemd[1]: Unmounted /run/user/1000/doc.
мај 20 22:11:10 grayhp20 systemd[1]: Unmounted /run/user/1000.
мај 20 22:11:10 grayhp20 systemd[1]: Unmounting /mnt/data/win...
мај 20 22:11:10 grayhp20 systemd[1]: Unmounting Temporary Directory /tmp...
мај 20 22:11:10 grayhp20 ntfs-3g[372]: Unmounting /dev/nvme0n1p3 ()
мај 20 22:11:10 grayhp20 systemd[1]: Unmounted /mnt/data/win.
мај 20 22:11:10 grayhp20 systemd[1]: Unmounted Temporary Directory /tmp.
мај 20 22:11:10 grayhp20 systemd[1]: Reached target Unmount All Filesystems.

You're performing a constrolled shutdown

Offline

#11 2022-05-21 15:28:49

vejtics
Member
Registered: 2021-08-31
Posts: 20

Re: [SOLVED] Completely black screen (no cursor) on boot

Do you autologin (into KDE)?

No.

What if you press SHIFT+Alt+F12 when arriving at the black screen?

Nothing.

Also please post your xorg log

[     4.673] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[     4.673] Current Operating System: Linux grayhp20 5.17.9-arch1-1 #1 SMP PREEMPT Wed, 18 May 2022 17:30:11 +0000 x86_64
[     4.673] Kernel command line: ro root=UUID=23d65116-731c-48fa-ab75-bc7662ec5e3b single initrd=\boot\initramfs-linux.img
[     4.673]  
[     4.673] Current version of pixman: 0.40.0
[     4.673] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.673] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.673] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 21 16:48:54 2022
[     4.675] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.675] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.676] (==) No Layout section.  Using the first Screen section.
[     4.676] (==) No screen section available. Using defaults.
[     4.676] (**) |-->Screen "Default Screen Section" (0)
[     4.676] (**) |   |-->Monitor "<default monitor>"
[     4.676] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     4.676] (==) Automatically adding devices
[     4.676] (==) Automatically enabling devices
[     4.676] (==) Automatically adding GPU devices
[     4.676] (==) Automatically binding GPU devices
[     4.676] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.677] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     4.677] 	Entry deleted from font path.
[     4.677] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     4.677] 	Entry deleted from font path.
[     4.677] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     4.677] 	Entry deleted from font path.
[     4.678] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     4.678] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.678] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.678] (II) Module ABI versions:
[     4.678] 	X.Org ANSI C Emulation: 0.4
[     4.678] 	X.Org Video Driver: 25.2
[     4.678] 	X.Org XInput driver : 24.4
[     4.678] 	X.Org Server Extension : 10.0
[     4.679] (++) using VT number 7

[     4.679] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.680] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.680] (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0/drm/card0
[     4.704] (--) PCI:*(4@0:0:0) 1002:15d8:103c:85ea rev 194, Mem @ 0xb0000000/268435456, 0xc0000000/2097152, 0xc0600000/524288, I/O @ 0x00001000/256, BIOS @ 0x????????/131072
[     4.704] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.704] (II) LoadModule: "glx"
[     4.707] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.714] (II) Module glx: vendor="X.Org Foundation"
[     4.714] 	compiled for 1.21.1.3, module version = 1.0.0
[     4.714] 	ABI class: X.Org Server Extension, version 10.0
[     4.714] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[     4.714] 	loading driver: amdgpu
[     4.714] (==) Matched amdgpu as autoconfigured driver 0
[     4.714] (==) Matched ati as autoconfigured driver 1
[     4.714] (==) Matched modesetting as autoconfigured driver 2
[     4.714] (==) Matched fbdev as autoconfigured driver 3
[     4.714] (==) Matched vesa as autoconfigured driver 4
[     4.714] (==) Assigned the driver to the xf86ConfigLayout
[     4.714] (II) LoadModule: "amdgpu"
[     4.714] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[     4.717] (II) Module amdgpu: vendor="X.Org Foundation"
[     4.717] 	compiled for 1.21.1.3, module version = 22.0.0
[     4.717] 	Module class: X.Org Video Driver
[     4.717] 	ABI class: X.Org Video Driver, version 25.2
[     4.717] (II) LoadModule: "ati"
[     4.717] (WW) Warning, couldn't open module ati
[     4.717] (EE) Failed to load module "ati" (module does not exist, 0)
[     4.717] (II) LoadModule: "modesetting"
[     4.717] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.718] (II) Module modesetting: vendor="X.Org Foundation"
[     4.718] 	compiled for 1.21.1.3, module version = 1.21.1
[     4.718] 	Module class: X.Org Video Driver
[     4.718] 	ABI class: X.Org Video Driver, version 25.2
[     4.718] (II) LoadModule: "fbdev"
[     4.718] (WW) Warning, couldn't open module fbdev
[     4.718] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     4.718] (II) LoadModule: "vesa"
[     4.718] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     4.719] (II) Module vesa: vendor="X.Org Foundation"
[     4.719] 	compiled for 1.21.1.1, module version = 2.5.0
[     4.719] 	Module class: X.Org Video Driver
[     4.719] 	ABI class: X.Org Video Driver, version 25.2
[     4.719] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[     4.719] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.719] (II) VESA: driver for VESA chipsets: vesa
[     4.743] (WW) Falling back to old probe method for modesetting
[     4.743] (II) AMDGPU(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     4.743] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[     4.743] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[     4.743] (==) AMDGPU(0): Default visual is TrueColor
[     4.743] (==) AMDGPU(0): RGB weight 888
[     4.744] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[     4.744] (--) AMDGPU(0): Chipset: "AMD Radeon Vega 8 Graphics" (ChipID = 0x15d8)
[     4.744] (II) Loading sub module "fb"
[     4.744] (II) LoadModule: "fb"
[     4.744] (II) Module "fb" already built-in
[     4.744] (II) Loading sub module "dri2"
[     4.744] (II) LoadModule: "dri2"
[     4.744] (II) Module "dri2" already built-in
[     4.870] (II) Loading sub module "glamoregl"
[     4.870] (II) LoadModule: "glamoregl"
[     4.870] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[     4.876] (II) Module glamoregl: vendor="X.Org Foundation"
[     4.876] 	compiled for 1.21.1.3, module version = 1.0.1
[     4.876] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     4.892] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon Vega 8 Graphics (raven, LLVM 13.0.1, DRM 3.44, 5.17.9-arch1-1)
[     4.892] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[     4.892] (==) AMDGPU(0): TearFree property default: auto
[     4.892] (==) AMDGPU(0): VariableRefresh: disabled
[     4.892] (==) AMDGPU(0): AsyncFlipSecondaries: disabled
[     4.892] (II) AMDGPU(0): KMS Pageflipping: enabled
[     4.892] (II) AMDGPU(0): Output eDP has no monitor section
[     4.892] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[     4.902] (II) AMDGPU(0): EDID for output eDP
[     4.902] (II) AMDGPU(0): Manufacturer: BOE  Model: 687  Serial#: 0
[     4.902] (II) AMDGPU(0): Year: 2015  Week: 1
[     4.902] (II) AMDGPU(0): EDID Version: 1.4
[     4.902] (II) AMDGPU(0): Digital Display Input
[     4.902] (II) AMDGPU(0): 8 bits per channel
[     4.902] (II) AMDGPU(0): Digital interface is DisplayPort
[     4.902] (II) AMDGPU(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[     4.902] (II) AMDGPU(0): Gamma: 2.20
[     4.902] (II) AMDGPU(0): No DPMS capabilities specified
[     4.902] (II) AMDGPU(0): Supported color encodings: RGB 4:4:4 
[     4.902] (II) AMDGPU(0): First detailed timing is preferred mode
[     4.902] (II) AMDGPU(0): Preferred mode is native pixel format and refresh rate
[     4.902] (II) AMDGPU(0): redX: 0.592 redY: 0.347   greenX: 0.328 greenY: 0.570
[     4.902] (II) AMDGPU(0): blueX: 0.150 blueY: 0.114   whiteX: 0.312 whiteY: 0.328
[     4.902] (II) AMDGPU(0): Manufacturer's mask: 0
[     4.902] (II) AMDGPU(0): Supported detailed timing:
[     4.902] (II) AMDGPU(0): clock: 152.6 MHz   Image Size:  344 x 193 mm
[     4.902] (II) AMDGPU(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2192 h_border: 0
[     4.902] (II) AMDGPU(0): v_active: 1080  v_sync: 1083  v_sync_end 1089 v_blanking: 1160 v_border: 0
[     4.902] (II) AMDGPU(0): Supported detailed timing:
[     4.902] (II) AMDGPU(0): clock: 94.3 MHz   Image Size:  344 x 193 mm
[     4.902] (II) AMDGPU(0): h_active: 1920  h_sync: 2020  h_sync_end 2120 h_blank_end 2142 h_border: 0
[     4.902] (II) AMDGPU(0): v_active: 1080  v_sync: 1100  v_sync_end 1120 v_blanking: 1100 v_border: 0
[     4.902] (II) AMDGPU(0): Unknown vendor-specific block 2
[     4.902] (II) AMDGPU(0): EDID (in hex):
[     4.902] (II) AMDGPU(0): 	00ffffffffffff0009e5870600000000
[     4.902] (II) AMDGPU(0): 	01190104a522137802b0909758549226
[     4.902] (II) AMDGPU(0): 	1d505400000001010101010101010101
[     4.902] (II) AMDGPU(0): 	0101010101019c3b8010713850403020
[     4.902] (II) AMDGPU(0): 	360058c11000001ad62480de70381440
[     4.902] (II) AMDGPU(0): 	6464440558c11000001a000000000000
[     4.902] (II) AMDGPU(0): 	00000000000000000000000000000002
[     4.902] (II) AMDGPU(0): 	000c43f60b3c6e0f101c730000000051
[     4.902] (II) AMDGPU(0): Printing probed modes for output eDP
[     4.902] (II) AMDGPU(0): Modeline "1920x1080"x60.0  152.60  1920 1968 2000 2192  1080 1083 1089 1160 +hsync -vsync (69.6 kHz eP)
[     4.902] (II) AMDGPU(0): Modeline "1920x1080"x39.3   94.30  1920 2020 2120 2142  1080 1100 1120 1121 +hsync -vsync (44.0 kHz e)
[     4.902] (II) AMDGPU(0): Modeline "1680x1050"x60.0  152.60  1680 1968 2000 2192  1050 1083 1089 1160 +hsync -vsync (69.6 kHz e)
[     4.902] (II) AMDGPU(0): Modeline "1280x1024"x60.0  152.60  1280 1968 2000 2192  1024 1083 1089 1160 +hsync -vsync (69.6 kHz e)
[     4.902] (II) AMDGPU(0): Modeline "1440x900"x60.0  152.60  1440 1968 2000 2192  900 1083 1089 1160 +hsync -vsync (69.6 kHz e)
[     4.902] (II) AMDGPU(0): Modeline "1280x800"x60.0  152.60  1280 1968 2000 2192  800 1083 1089 1160 +hsync -vsync (69.6 kHz e)
[     4.902] (II) AMDGPU(0): Modeline "1280x720"x60.0  152.60  1280 1968 2000 2192  720 1083 1089 1160 +hsync -vsync (69.6 kHz e)
[     4.902] (II) AMDGPU(0): Modeline "1024x768"x60.0  152.60  1024 1968 2000 2192  768 1083 1089 1160 +hsync -vsync (69.6 kHz e)
[     4.902] (II) AMDGPU(0): Modeline "800x600"x60.0  152.60  800 1968 2000 2192  600 1083 1089 1160 +hsync -vsync (69.6 kHz e)
[     4.902] (II) AMDGPU(0): Modeline "640x480"x60.0  152.60  640 1968 2000 2192  480 1083 1089 1160 +hsync -vsync (69.6 kHz e)
[     4.902] (II) AMDGPU(0): EDID for output HDMI-A-0
[     4.902] (II) AMDGPU(0): Output eDP connected
[     4.902] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[     4.902] (II) AMDGPU(0): Using exact sizes for initial modes
[     4.902] (II) AMDGPU(0): Output eDP using initial mode 1920x1080 +0+0
[     4.902] (II) AMDGPU(0): mem size init: gart size :bf5cb000 vram size: s:7e049000 visible:7e049000
[     4.902] (==) AMDGPU(0): DPI set to (96, 96)
[     4.902] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.902] (II) Loading sub module "ramdac"
[     4.902] (II) LoadModule: "ramdac"
[     4.902] (II) Module "ramdac" already built-in
[     4.902] (II) UnloadModule: "modesetting"
[     4.902] (II) Unloading modesetting
[     4.902] (II) UnloadModule: "vesa"
[     4.902] (II) Unloading vesa
[     4.902] (II) AMDGPU(0): [DRI2] Setup complete
[     4.902] (II) AMDGPU(0): [DRI2]   DRI driver: radeonsi
[     4.902] (II) AMDGPU(0): [DRI2]   VDPAU driver: radeonsi
[     4.951] (II) AMDGPU(0): Front buffer pitch: 7680 bytes
[     4.952] (II) AMDGPU(0): SYNC extension fences enabled
[     4.952] (II) AMDGPU(0): Present extension enabled
[     4.952] (==) AMDGPU(0): DRI3 enabled
[     4.952] (==) AMDGPU(0): Backing store enabled
[     4.952] (II) AMDGPU(0): Direct rendering enabled
[     4.965] (II) AMDGPU(0): Use GLAMOR acceleration.
[     4.965] (II) AMDGPU(0): Acceleration enabled
[     4.965] (==) AMDGPU(0): DPMS enabled
[     4.965] (==) AMDGPU(0): Silken mouse enabled
[     4.965] (II) AMDGPU(0): Set up textured video (glamor)
[     4.985] (II) Initializing extension Generic Event Extension
[     4.985] (II) Initializing extension SHAPE
[     4.985] (II) Initializing extension MIT-SHM
[     4.985] (II) Initializing extension XInputExtension
[     4.985] (II) Initializing extension XTEST
[     4.985] (II) Initializing extension BIG-REQUESTS
[     4.985] (II) Initializing extension SYNC
[     4.985] (II) Initializing extension XKEYBOARD
[     4.985] (II) Initializing extension XC-MISC
[     4.986] (II) Initializing extension SECURITY
[     4.986] (II) Initializing extension XFIXES
[     4.986] (II) Initializing extension RENDER
[     4.986] (II) Initializing extension RANDR
[     4.986] (II) Initializing extension COMPOSITE
[     4.986] (II) Initializing extension DAMAGE
[     4.986] (II) Initializing extension MIT-SCREEN-SAVER
[     4.986] (II) Initializing extension DOUBLE-BUFFER
[     4.986] (II) Initializing extension RECORD
[     4.986] (II) Initializing extension DPMS
[     4.986] (II) Initializing extension Present
[     4.986] (II) Initializing extension DRI3
[     4.987] (II) Initializing extension X-Resource
[     4.987] (II) Initializing extension XVideo
[     4.987] (II) Initializing extension XVideo-MotionCompensation
[     4.987] (II) Initializing extension GLX
[     4.993] (II) AIGLX: Loaded and initialized radeonsi
[     4.993] (II) GLX: Initialized DRI2 GL provider for screen 0
[     4.993] (II) Initializing extension XFree86-VidModeExtension
[     4.993] (II) Initializing extension XFree86-DGA
[     4.994] (II) Initializing extension XFree86-DRI
[     4.994] (II) Initializing extension DRI2
[     4.994] (II) AMDGPU(0): Setting screen physical size to 508 x 285
[     5.109] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     5.109] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.109] (**) Power Button: Applying InputClass "system-keyboard"
[     5.109] (II) LoadModule: "libinput"
[     5.109] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.112] (II) Module libinput: vendor="X.Org Foundation"
[     5.112] 	compiled for 1.21.1.3, module version = 1.2.1
[     5.112] 	Module class: X.Org XInput Driver
[     5.112] 	ABI class: X.Org XInput driver, version 24.4
[     5.112] (II) Using input driver 'libinput' for 'Power Button'
[     5.112] (**) Power Button: always reports core events
[     5.112] (**) Option "Device" "/dev/input/event2"
[     5.117] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.118] (II) event2  - Power Button: device is a keyboard
[     5.118] (II) event2  - Power Button: device removed
[     5.138] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     5.138] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.138] (**) Option "xkb_layout" "rs,us"
[     5.138] (**) Option "xkb_variant" "latin,"
[     5.160] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.160] (II) event2  - Power Button: device is a keyboard
[     5.160] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     5.160] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.160] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.160] (II) Using input driver 'libinput' for 'Video Bus'
[     5.160] (**) Video Bus: always reports core events
[     5.160] (**) Option "Device" "/dev/input/event3"
[     5.161] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     5.161] (II) event3  - Video Bus: device is a keyboard
[     5.161] (II) event3  - Video Bus: device removed
[     5.202] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input3/event3"
[     5.202] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.202] (**) Option "xkb_layout" "rs,us"
[     5.202] (**) Option "xkb_variant" "latin,"
[     5.204] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     5.204] (II) event3  - Video Bus: device is a keyboard
[     5.205] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[     5.205] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.205] (**) Power Button: Applying InputClass "system-keyboard"
[     5.205] (II) Using input driver 'libinput' for 'Power Button'
[     5.205] (**) Power Button: always reports core events
[     5.205] (**) Option "Device" "/dev/input/event0"
[     5.206] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.207] (II) event0  - Power Button: device is a keyboard
[     5.207] (II) event0  - Power Button: device removed
[     5.228] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[     5.228] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[     5.228] (**) Option "xkb_layout" "rs,us"
[     5.228] (**) Option "xkb_variant" "latin,"
[     5.230] (II) event0  - Power Button: is tagged by udev as: Keyboard
[     5.230] (II) event0  - Power Button: device is a keyboard
[     5.231] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     5.231] (II) No input driver specified, ignoring this device.
[     5.231] (II) This device may have been added with another device file.
[     5.232] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event7)
[     5.233] (II) No input driver specified, ignoring this device.
[     5.233] (II) This device may have been added with another device file.
[     5.234] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event11)
[     5.234] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[     5.234] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[     5.234] (**) Logitech Wireless Mouse: always reports core events
[     5.234] (**) Option "Device" "/dev/input/event11"
[     5.237] (II) event11 - Logitech Wireless Mouse: is tagged by udev as: Mouse
[     5.237] (II) event11 - Logitech Wireless Mouse: device is a pointer
[     5.238] (II) event11 - Logitech Wireless Mouse: device removed
[     5.282] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.1/0003:046D:C534.0002/0003:046D:4054.0003/input/input24/event11"
[     5.282] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 9)
[     5.282] (**) Option "AccelerationScheme" "none"
[     5.282] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[     5.282] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[     5.282] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[     5.285] (II) event11 - Logitech Wireless Mouse: is tagged by udev as: Mouse
[     5.285] (II) event11 - Logitech Wireless Mouse: device is a pointer
[     5.287] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse0)
[     5.287] (II) No input driver specified, ignoring this device.
[     5.287] (II) This device may have been added with another device file.
[     5.288] (II) config/udev: Adding input device HP Webcam: HP Webcam (/dev/input/event12)
[     5.288] (**) HP Webcam: HP Webcam: Applying InputClass "libinput keyboard catchall"
[     5.288] (**) HP Webcam: HP Webcam: Applying InputClass "system-keyboard"
[     5.288] (II) Using input driver 'libinput' for 'HP Webcam: HP Webcam'
[     5.288] (**) HP Webcam: HP Webcam: always reports core events
[     5.288] (**) Option "Device" "/dev/input/event12"
[     5.290] (II) event12 - HP Webcam: HP Webcam: is tagged by udev as: Keyboard
[     5.290] (II) event12 - HP Webcam: HP Webcam: device is a keyboard
[     5.290] (II) event12 - HP Webcam: HP Webcam: device removed
[     5.325] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2/3-2.1/3-2.1:1.0/input/input23/event12"
[     5.325] (II) XINPUT: Adding extended input device "HP Webcam: HP Webcam" (type: KEYBOARD, id 10)
[     5.325] (**) Option "xkb_layout" "rs,us"
[     5.325] (**) Option "xkb_variant" "latin,"
[     5.327] (II) event12 - HP Webcam: HP Webcam: is tagged by udev as: Keyboard
[     5.328] (II) event12 - HP Webcam: HP Webcam: device is a keyboard
[     5.329] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event8)
[     5.329] (II) No input driver specified, ignoring this device.
[     5.329] (II) This device may have been added with another device file.
[     5.329] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event9)
[     5.329] (II) No input driver specified, ignoring this device.
[     5.329] (II) This device may have been added with another device file.
[     5.330] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     5.330] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     5.330] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     5.330] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     5.330] (**) AT Translated Set 2 keyboard: always reports core events
[     5.330] (**) Option "Device" "/dev/input/event4"
[     5.331] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.331] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     5.333] (II) event4  - AT Translated Set 2 keyboard: device removed
[     5.352] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     5.352] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[     5.352] (**) Option "xkb_layout" "rs,us"
[     5.352] (**) Option "xkb_variant" "latin,"
[     5.354] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.354] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     5.355] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
[     5.356] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
[     5.356] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[     5.356] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[     5.356] (II) LoadModule: "synaptics"
[     5.356] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[     5.358] (II) Module synaptics: vendor="X.Org Foundation"
[     5.358] 	compiled for 1.21.1.1, module version = 1.9.1
[     5.358] 	Module class: X.Org XInput Driver
[     5.358] 	ABI class: X.Org XInput driver, version 24.4
[     5.358] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[     5.358] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     5.358] (**) Option "Device" "/dev/input/event13"
[     5.398] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1292 - 5648 (res 39)
[     5.398] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1026 - 4826 (res 84)
[     5.398] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[     5.398] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[     5.398] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[     5.398] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[     5.399] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     5.399] (**) SynPS/2 Synaptics TouchPad: always reports core events
[     5.438] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event13"
[     5.438] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
[     5.438] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[     5.438] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[     5.438] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
[     5.439] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[     5.439] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[     5.439] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[     5.439] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[     5.439] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[     5.440] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[     5.440] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[     5.440] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     5.440] (II) No input driver specified, ignoring this device.
[     5.440] (II) This device may have been added with another device file.
[     5.444] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event10)
[     5.444] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     5.444] (**) HP WMI hotkeys: Applying InputClass "system-keyboard"
[     5.444] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[     5.444] (**) HP WMI hotkeys: always reports core events
[     5.444] (**) Option "Device" "/dev/input/event10"
[     5.445] (II) event10 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[     5.445] (II) event10 - HP WMI hotkeys: device is a keyboard
[     5.446] (II) event10 - HP WMI hotkeys: device removed
[     5.465] (**) Option "config_info" "udev:/sys/devices/virtual/input/input15/event10"
[     5.465] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 13)
[     5.465] (**) Option "xkb_layout" "rs,us"
[     5.465] (**) Option "xkb_variant" "latin,"
[     5.466] (II) event10 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[     5.467] (II) event10 - HP WMI hotkeys: device is a keyboard
[     5.467] (II) config/udev: Adding input device Wireless hotkeys (/dev/input/event5)
[     5.468] (**) Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[     5.468] (**) Wireless hotkeys: Applying InputClass "system-keyboard"
[     5.468] (II) Using input driver 'libinput' for 'Wireless hotkeys'
[     5.468] (**) Wireless hotkeys: always reports core events
[     5.468] (**) Option "Device" "/dev/input/event5"
[     5.469] (II) event5  - Wireless hotkeys: is tagged by udev as: Keyboard
[     5.469] (II) event5  - Wireless hotkeys: device is a keyboard
[     5.469] (II) event5  - Wireless hotkeys: device removed
[     5.508] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event5"
[     5.508] (II) XINPUT: Adding extended input device "Wireless hotkeys" (type: KEYBOARD, id 14)
[     5.508] (**) Option "xkb_layout" "rs,us"
[     5.508] (**) Option "xkb_variant" "latin,"
[     5.510] (II) event5  - Wireless hotkeys: is tagged by udev as: Keyboard
[     5.510] (II) event5  - Wireless hotkeys: device is a keyboard
[    15.389] (II) AMDGPU(0): EDID vendor "BOE", prod id 1671
[    15.389] (II) AMDGPU(0): Printing DDC gathered Modelines:
[    15.389] (II) AMDGPU(0): Modeline "1920x1080"x0.0  152.60  1920 1968 2000 2192  1080 1083 1089 1160 +hsync -vsync (69.6 kHz eP)
[    16.564] (II) AMDGPU(0): EDID vendor "BOE", prod id 1671
[    16.564] (II) AMDGPU(0): Printing DDC gathered Modelines:
[    16.564] (II) AMDGPU(0): Modeline "1920x1080"x0.0  152.60  1920 1968 2000 2192  1080 1083 1089 1160 +hsync -vsync (69.6 kHz eP)

As for kscreen, I'm not really sure what those two lines mean, and why they appear when my laptop screen works in single-user mode.

I don't know what the kwin line means, either.

Offline

#12 2022-05-21 15:37:20

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] Completely black screen (no cursor) on boot

The journal shows "sava" logging into a KDE session ~10 seconds after lightdm starts and ~1 minute later the system shuhts down from there.
How does that happen if "the only thing I can do is hold the power button"?

You could try to remove all xf86-video-* packages and run on the modesetting driver, but that's a blind call.

Offline

#13 2022-05-29 16:32:55

vejtics
Member
Registered: 2021-08-31
Posts: 20

Re: [SOLVED] Completely black screen (no cursor) on boot

The journal shows "sava" logging into a KDE session ~10 seconds after lightdm starts and ~1 minute later the system shuhts down from there.

That's what happens when I choose single-user mode on Refind. I'll post a log from when the screen goes black, which is what happens if I boot with default settings (I didn't know that's what I should've posted).

Offline

#14 2022-05-29 19:16:18

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] Completely black screen (no cursor) on boot

That's what happens when I choose single-user mode on Refind.

So you can start the single user mode, successfully launch lightdm from there and then log into KDE?

Pretty sure it's https://wiki.archlinux.org/title/Kernel … _KMS_start then. What modules exactly did you add to the initramfs?
amdgpu shows up in the log only after ntfs-3g and some mtp-probe what doesn't really suggest that it's loaded early.

For lightdm you can also try https://wiki.archlinux.org/title/LightD … TTY_output

Offline

#15 2022-05-30 19:12:57

vejtics
Member
Registered: 2021-08-31
Posts: 20

Re: [SOLVED] Completely black screen (no cursor) on boot

So you can start the single user mode, successfully launch lightdm from there and then log into KDE?

Yes, but note that before that, the console says it's in rescue mode, although I haven't noticed anything working improperly once I press ctrl+D and start lightdm.

What modules exactly did you add to the initramfs?

This might be the issue. I added i915 instead of amdgpu... my old computer had an Intel graphics card and I completely forgot that this one has an AMD one. I'll rebuild the initramfs and see if that fixes the issue.

Here is the log just in case, sorry for waiting.

мај 30 21:00:25 grayhp20 kernel: Linux version 5.17.9-arch1-1 (linux@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Wed, 18 May 2022 17:30:11 +0000
мај 30 21:00:25 grayhp20 kernel: Command line: ro root=UUID=23d65116-731c-48fa-ab75-bc7662ec5e3b initrd=boot\initramfs-linux.img
мај 30 21:00:25 grayhp20 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
мај 30 21:00:25 grayhp20 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
мај 30 21:00:25 grayhp20 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
мај 30 21:00:25 grayhp20 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
мај 30 21:00:25 grayhp20 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
мај 30 21:00:25 grayhp20 kernel: signal: max sigframe size: 1776
мај 30 21:00:25 grayhp20 kernel: BIOS-provided physical RAM map:
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000002bfff] usable
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x000000000002c000-0x000000000002ffff] reserved
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x0000000000030000-0x0000000000086fff] usable
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x0000000000087000-0x00000000000bffff] reserved
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000000987ffff] usable
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x0000000009880000-0x0000000009dfffff] reserved
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0afff] ACPI NVS
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x0000000009f0b000-0x00000000ae00efff] usable
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x00000000ae00f000-0x00000000aee8efff] reserved
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x00000000aee8f000-0x00000000af77efff] ACPI NVS
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x00000000af77f000-0x00000000af7fefff] ACPI data
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x00000000af7ff000-0x00000000af7fffff] usable
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x00000000af800000-0x00000000afffffff] reserved
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x00000000fdc00000-0x00000000fec00fff] reserved
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x0000000100000000-0x00000001ceffffff] usable
мај 30 21:00:25 grayhp20 kernel: BIOS-e820: [mem 0x00000001cf000000-0x000000024effffff] reserved
мај 30 21:00:25 grayhp20 kernel: NX (Execute Disable) protection: active
мај 30 21:00:25 grayhp20 kernel: e820: update [mem 0x9466f018-0x9467c457] usable ==> usable
мај 30 21:00:25 grayhp20 kernel: e820: update [mem 0x9466f018-0x9467c457] usable ==> usable
мај 30 21:00:25 grayhp20 kernel: extended physical RAM map:
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000002bfff] usable
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x000000000002c000-0x000000000002ffff] reserved
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x0000000000030000-0x0000000000086fff] usable
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x0000000000087000-0x00000000000bffff] reserved
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x0000000000100000-0x000000000987ffff] usable
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x0000000009880000-0x0000000009dfffff] reserved
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0afff] ACPI NVS
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x0000000009f0b000-0x000000009466f017] usable
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x000000009466f018-0x000000009467c457] usable
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x000000009467c458-0x00000000ae00efff] usable
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x00000000ae00f000-0x00000000aee8efff] reserved
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x00000000aee8f000-0x00000000af77efff] ACPI NVS
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x00000000af77f000-0x00000000af7fefff] ACPI data
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x00000000af7ff000-0x00000000af7fffff] usable
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x00000000af800000-0x00000000afffffff] reserved
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x00000000fdc00000-0x00000000fec00fff] reserved
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x0000000100000000-0x00000001ceffffff] usable
мај 30 21:00:25 grayhp20 kernel: reserve setup_data: [mem 0x00000001cf000000-0x000000024effffff] reserved
мај 30 21:00:25 grayhp20 kernel: efi: EFI v2.70 by INSYDE Corp.
мај 30 21:00:25 grayhp20 kernel: efi: ESRT=0xae728d18 ACPI=0xaf7fe000 ACPI 2.0=0xaf7fe014 SMBIOS=0xae5c4000 SMBIOS 3.0=0xae5c2000 MEMATTR=0x9e37b018 RNG=0xae5c0818 
мај 30 21:00:25 grayhp20 kernel: efi: seeding entropy pool
мај 30 21:00:25 grayhp20 kernel: random: fast init done
мај 30 21:00:25 grayhp20 kernel: SMBIOS 3.1.1 present.
мај 30 21:00:25 grayhp20 kernel: DMI: HP HP 255 G7 Notebook PC/85EA, BIOS F.31 07/01/2020
мај 30 21:00:25 grayhp20 kernel: tsc: Fast TSC calibration failed
мај 30 21:00:25 grayhp20 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
мај 30 21:00:25 grayhp20 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
мај 30 21:00:25 grayhp20 kernel: last_pfn = 0x1cf000 max_arch_pfn = 0x400000000
мај 30 21:00:25 grayhp20 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
мај 30 21:00:25 grayhp20 kernel: last_pfn = 0xaf800 max_arch_pfn = 0x400000000
мај 30 21:00:25 grayhp20 kernel: esrt: Reserving ESRT space from 0x00000000ae728d18 to 0x00000000ae728d50.
мај 30 21:00:25 grayhp20 kernel: Using GB pages for direct mapping
мај 30 21:00:25 grayhp20 kernel: Secure boot disabled
мај 30 21:00:25 grayhp20 kernel: RAMDISK: [mem 0x7f400000-0x7fffffff]
мај 30 21:00:25 grayhp20 kernel: ACPI: Early table checksum verification disabled
мај 30 21:00:25 grayhp20 kernel: ACPI: RSDP 0x00000000AF7FE014 000024 (v02 HPQOEM)
мај 30 21:00:25 grayhp20 kernel: ACPI: XSDT 0x00000000AF7D3188 000104 (v01 HPQOEM SLIC-MPC 00000002 HP   01000013)
мај 30 21:00:25 grayhp20 kernel: ACPI: FACP 0x00000000AF7EA000 00010C (v05 HPQOEM SLIC-MPC 00000002 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: DSDT 0x00000000AF7DD000 007855 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: FACS 0x00000000AF35B000 000040
мај 30 21:00:25 grayhp20 kernel: ACPI: UEFI 0x00000000AF765000 000236 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7F7000 005472 (v02 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7F6000 00016F (v01 HPQOEM 85EA     00001000 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7EE000 007164 (v01 HPQOEM 85EA     00001000 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: ASF! 0x00000000AF7EC000 0000A5 (v32 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: BOOT 0x00000000AF7EB000 000028 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: HPET 0x00000000AF7E9000 000038 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: APIC 0x00000000AF7E8000 000138 (v03 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: MCFG 0x00000000AF7E7000 00003C (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: WSMT 0x00000000AF7E5000 000028 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7DC000 0000E9 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7DB000 000080 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: IVRS 0x00000000AF7DA000 00013E (v02 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D8000 00119C (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: CRAT 0x00000000AF7D7000 000810 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: CDIT 0x00000000AF7D6000 000029 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D5000 0001D4 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D4000 0005C1 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7FD000 000259 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D2000 0000B9 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D1000 000C33 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7CF000 001B3B (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7CD000 001C55 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: FPDT 0x00000000AF7CC000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7CA000 000164 (v01 HPQOEM 85EA     00001000 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: SSDT 0x00000000AF7C9000 0002EA (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: BGRT 0x00000000AF7E6000 000038 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving FACP table memory at [mem 0xaf7ea000-0xaf7ea10b]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving DSDT table memory at [mem 0xaf7dd000-0xaf7e4854]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving FACS table memory at [mem 0xaf35b000-0xaf35b03f]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving UEFI table memory at [mem 0xaf765000-0xaf765235]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7f7000-0xaf7fc471]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7f6000-0xaf7f616e]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7ee000-0xaf7f5163]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving ASF! table memory at [mem 0xaf7ec000-0xaf7ec0a4]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving BOOT table memory at [mem 0xaf7eb000-0xaf7eb027]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving HPET table memory at [mem 0xaf7e9000-0xaf7e9037]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving APIC table memory at [mem 0xaf7e8000-0xaf7e8137]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving MCFG table memory at [mem 0xaf7e7000-0xaf7e703b]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving WSMT table memory at [mem 0xaf7e5000-0xaf7e5027]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7dc000-0xaf7dc0e8]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7db000-0xaf7db07f]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving IVRS table memory at [mem 0xaf7da000-0xaf7da13d]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d8000-0xaf7d919b]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving CRAT table memory at [mem 0xaf7d7000-0xaf7d780f]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving CDIT table memory at [mem 0xaf7d6000-0xaf7d6028]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d5000-0xaf7d51d3]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d4000-0xaf7d45c0]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7fd000-0xaf7fd258]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d2000-0xaf7d20b8]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d1000-0xaf7d1c32]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7cf000-0xaf7d0b3a]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7cd000-0xaf7cec54]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving FPDT table memory at [mem 0xaf7cc000-0xaf7cc043]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7ca000-0xaf7ca163]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7c9000-0xaf7c92e9]
мај 30 21:00:25 grayhp20 kernel: ACPI: Reserving BGRT table memory at [mem 0xaf7e6000-0xaf7e6037]
мај 30 21:00:25 grayhp20 kernel: No NUMA configuration found
мај 30 21:00:25 grayhp20 kernel: Faking a node at [mem 0x0000000000000000-0x00000001ceffffff]
мај 30 21:00:25 grayhp20 kernel: NODE_DATA(0) allocated [mem 0x1ceffc000-0x1ceffffff]
мај 30 21:00:25 grayhp20 kernel: Zone ranges:
мај 30 21:00:25 grayhp20 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
мај 30 21:00:25 grayhp20 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
мај 30 21:00:25 grayhp20 kernel:   Normal   [mem 0x0000000100000000-0x00000001ceffffff]
мај 30 21:00:25 grayhp20 kernel:   Device   empty
мај 30 21:00:25 grayhp20 kernel: Movable zone start for each node
мај 30 21:00:25 grayhp20 kernel: Early memory node ranges
мај 30 21:00:25 grayhp20 kernel:   node   0: [mem 0x0000000000001000-0x000000000002bfff]
мај 30 21:00:25 grayhp20 kernel:   node   0: [mem 0x0000000000030000-0x0000000000086fff]
мај 30 21:00:25 grayhp20 kernel:   node   0: [mem 0x0000000000100000-0x000000000987ffff]
мај 30 21:00:25 grayhp20 kernel:   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
мај 30 21:00:25 grayhp20 kernel:   node   0: [mem 0x0000000009f0b000-0x00000000ae00efff]
мај 30 21:00:25 grayhp20 kernel:   node   0: [mem 0x00000000af7ff000-0x00000000af7fffff]
мај 30 21:00:25 grayhp20 kernel:   node   0: [mem 0x0000000100000000-0x00000001ceffffff]
мај 30 21:00:25 grayhp20 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000001ceffffff]
мај 30 21:00:25 grayhp20 kernel: On node 0, zone DMA: 1 pages in unavailable ranges
мај 30 21:00:25 grayhp20 kernel: On node 0, zone DMA: 4 pages in unavailable ranges
мај 30 21:00:25 grayhp20 kernel: On node 0, zone DMA: 121 pages in unavailable ranges
мај 30 21:00:25 grayhp20 kernel: On node 0, zone DMA32: 1408 pages in unavailable ranges
мај 30 21:00:25 grayhp20 kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
мај 30 21:00:25 grayhp20 kernel: On node 0, zone DMA32: 6128 pages in unavailable ranges
мај 30 21:00:25 grayhp20 kernel: On node 0, zone Normal: 2048 pages in unavailable ranges
мај 30 21:00:25 grayhp20 kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
мај 30 21:00:25 grayhp20 kernel: ACPI: PM-Timer IO Port: 0x408
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
мај 30 21:00:25 grayhp20 kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
мај 30 21:00:25 grayhp20 kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
мај 30 21:00:25 grayhp20 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
мај 30 21:00:25 grayhp20 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
мај 30 21:00:25 grayhp20 kernel: ACPI: Using ACPI (MADT) for SMP configuration information
мај 30 21:00:25 grayhp20 kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
мај 30 21:00:25 grayhp20 kernel: e820: update [mem 0x9e45b000-0x9e46efff] usable ==> reserved
мај 30 21:00:25 grayhp20 kernel: smpboot: Allowing 16 CPUs, 8 hotplug CPUs
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x0002c000-0x0002ffff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x00087000-0x000bffff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x09880000-0x09dfffff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0afff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x9466f000-0x9466ffff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x9467c000-0x9467cfff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x9e45b000-0x9e46efff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xae00f000-0xaee8efff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xaee8f000-0xaf77efff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xaf77f000-0xaf7fefff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xaf800000-0xafffffff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xf7ffffff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfdbfffff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfdc00000-0xfec00fff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
мај 30 21:00:25 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
мај 30 21:00:25 grayhp20 kernel: [mem 0xb0000000-0xf7ffffff] available for PCI devices
мај 30 21:00:25 grayhp20 kernel: Booting paravirtualized kernel on bare hardware
мај 30 21:00:25 grayhp20 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
мај 30 21:00:25 grayhp20 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
мај 30 21:00:25 grayhp20 kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
мај 30 21:00:25 grayhp20 kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
мај 30 21:00:25 grayhp20 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
мај 30 21:00:25 grayhp20 kernel: Fallback order for Node 0: 0 
мај 30 21:00:25 grayhp20 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1533530
мај 30 21:00:25 grayhp20 kernel: Policy zone: Normal
мај 30 21:00:25 grayhp20 kernel: Kernel command line: ro root=UUID=23d65116-731c-48fa-ab75-bc7662ec5e3b initrd=boot\initramfs-linux.img
мај 30 21:00:25 grayhp20 kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
мај 30 21:00:25 grayhp20 kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
мај 30 21:00:25 grayhp20 kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
мај 30 21:00:25 grayhp20 kernel: Memory: 5904476K/6236188K available (14343K kernel code, 2092K rwdata, 10940K rodata, 1788K init, 3380K bss, 331452K reserved, 0K cma-reserved)
мај 30 21:00:25 grayhp20 kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x530 with crng_init=1
мај 30 21:00:25 grayhp20 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
мај 30 21:00:25 grayhp20 kernel: ftrace: allocating 44879 entries in 176 pages
мај 30 21:00:25 grayhp20 kernel: ftrace: allocated 176 pages with 3 groups
мај 30 21:00:25 grayhp20 kernel: Dynamic Preempt: full
мај 30 21:00:25 grayhp20 kernel: rcu: Preemptible hierarchical RCU implementation.
мај 30 21:00:25 grayhp20 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
мај 30 21:00:25 grayhp20 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
мај 30 21:00:25 grayhp20 kernel:         Trampoline variant of Tasks RCU enabled.
мај 30 21:00:25 grayhp20 kernel:         Rude variant of Tasks RCU enabled.
мај 30 21:00:25 grayhp20 kernel:         Tracing variant of Tasks RCU enabled.
мај 30 21:00:25 grayhp20 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
мај 30 21:00:25 grayhp20 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
мај 30 21:00:25 grayhp20 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
мај 30 21:00:25 grayhp20 kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
мај 30 21:00:25 grayhp20 kernel: random: crng init done (trusting CPU's manufacturer)
мај 30 21:00:25 grayhp20 kernel: Console: colour dummy device 80x25
мај 30 21:00:25 grayhp20 kernel: printk: console [tty0] enabled
мај 30 21:00:25 grayhp20 kernel: ACPI: Core revision 20211217
мај 30 21:00:25 grayhp20 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
мај 30 21:00:25 grayhp20 kernel: APIC: Switch to symmetric I/O mode setup
мај 30 21:00:25 grayhp20 kernel: AMD-Vi: ivrs, add hid:PNPD0040, uid:, rdevid:152
мај 30 21:00:25 grayhp20 kernel: Switched APIC routing to physical flat.
мај 30 21:00:25 grayhp20 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
мај 30 21:00:25 grayhp20 kernel: tsc: Unable to calibrate against PIT
мај 30 21:00:25 grayhp20 kernel: tsc: using HPET reference calibration
мај 30 21:00:25 grayhp20 kernel: tsc: Detected 2096.103 MHz processor
мај 30 21:00:25 grayhp20 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e36cf15a4b, max_idle_ns: 440795251183 ns
мај 30 21:00:25 grayhp20 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4193.88 BogoMIPS (lpj=6987010)
мај 30 21:00:25 grayhp20 kernel: pid_max: default: 32768 minimum: 301
мај 30 21:00:25 grayhp20 kernel: LSM: Security Framework initializing
мај 30 21:00:25 grayhp20 kernel: landlock: Up and running.
мај 30 21:00:25 grayhp20 kernel: Yama: becoming mindful.
мај 30 21:00:25 grayhp20 kernel: LSM support for eBPF active
мај 30 21:00:25 grayhp20 kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
мај 30 21:00:25 grayhp20 kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
мај 30 21:00:25 grayhp20 kernel: LVT offset 1 assigned for vector 0xf9
мај 30 21:00:25 grayhp20 kernel: LVT offset 2 assigned for vector 0xf4
мај 30 21:00:25 grayhp20 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
мај 30 21:00:25 grayhp20 kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
мај 30 21:00:25 grayhp20 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
мај 30 21:00:25 grayhp20 kernel: Spectre V2 : Mitigation: Retpolines
мај 30 21:00:25 grayhp20 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
мај 30 21:00:25 grayhp20 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
мај 30 21:00:25 grayhp20 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
мај 30 21:00:25 grayhp20 kernel: Freeing SMP alternatives memory: 36K
мај 30 21:00:25 grayhp20 kernel: smpboot: CPU0: AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx (family: 0x17, model: 0x18, stepping: 0x1)
мај 30 21:00:25 grayhp20 kernel: cblist_init_generic: Setting adjustable number of callback queues.
мај 30 21:00:25 grayhp20 kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
мај 30 21:00:25 grayhp20 kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
мај 30 21:00:25 grayhp20 kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
мај 30 21:00:25 grayhp20 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
мај 30 21:00:25 grayhp20 kernel: ... version:                0
мај 30 21:00:25 grayhp20 kernel: ... bit width:              48
мај 30 21:00:25 grayhp20 kernel: ... generic registers:      6
мај 30 21:00:25 grayhp20 kernel: ... value mask:             0000ffffffffffff
мај 30 21:00:25 grayhp20 kernel: ... max period:             00007fffffffffff
мај 30 21:00:25 grayhp20 kernel: ... fixed-purpose events:   0
мај 30 21:00:25 grayhp20 kernel: ... event mask:             000000000000003f
мај 30 21:00:25 grayhp20 kernel: rcu: Hierarchical SRCU implementation.
мај 30 21:00:25 grayhp20 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
мај 30 21:00:25 grayhp20 kernel: smp: Bringing up secondary CPUs ...
мај 30 21:00:25 grayhp20 kernel: x86: Booting SMP configuration:
мај 30 21:00:25 grayhp20 kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
мај 30 21:00:25 grayhp20 kernel: smp: Brought up 1 node, 8 CPUs
мај 30 21:00:25 grayhp20 kernel: smpboot: Max logical packages: 2
мај 30 21:00:25 grayhp20 kernel: smpboot: Total of 8 processors activated (33551.05 BogoMIPS)
мај 30 21:00:25 grayhp20 kernel: devtmpfs: initialized
мај 30 21:00:25 grayhp20 kernel: x86/mm: Memory block size: 128MB
мај 30 21:00:25 grayhp20 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0afff] (45056 bytes)
мај 30 21:00:25 grayhp20 kernel: ACPI: PM: Registering ACPI NVS region [mem 0xaee8f000-0xaf77efff] (9371648 bytes)
мај 30 21:00:25 grayhp20 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
мај 30 21:00:25 grayhp20 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
мај 30 21:00:25 grayhp20 kernel: pinctrl core: initialized pinctrl subsystem
мај 30 21:00:25 grayhp20 kernel: PM: RTC time: 19:00:23, date: 2022-05-30
мај 30 21:00:25 grayhp20 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
мај 30 21:00:25 grayhp20 kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
мај 30 21:00:25 grayhp20 kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
мај 30 21:00:25 grayhp20 kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
мај 30 21:00:25 grayhp20 kernel: audit: initializing netlink subsys (disabled)
мај 30 21:00:25 grayhp20 kernel: audit: type=2000 audit(1653937223.163:1): state=initialized audit_enabled=0 res=1
мај 30 21:00:25 grayhp20 kernel: thermal_sys: Registered thermal governor 'fair_share'
мај 30 21:00:25 grayhp20 kernel: thermal_sys: Registered thermal governor 'bang_bang'
мај 30 21:00:25 grayhp20 kernel: thermal_sys: Registered thermal governor 'step_wise'
мај 30 21:00:25 grayhp20 kernel: thermal_sys: Registered thermal governor 'user_space'
мај 30 21:00:25 grayhp20 kernel: thermal_sys: Registered thermal governor 'power_allocator'
мај 30 21:00:25 grayhp20 kernel: cpuidle: using governor ladder
мај 30 21:00:25 grayhp20 kernel: cpuidle: using governor menu
мај 30 21:00:25 grayhp20 kernel: Simple Boot Flag at 0x44 set to 0x1
мај 30 21:00:25 grayhp20 kernel: HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
мај 30 21:00:25 grayhp20 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
мај 30 21:00:25 grayhp20 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
мај 30 21:00:25 grayhp20 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
мај 30 21:00:25 grayhp20 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
мај 30 21:00:25 grayhp20 kernel: PCI: Using configuration type 1 for base access
мај 30 21:00:25 grayhp20 kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
мај 30 21:00:25 grayhp20 kernel: HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
мај 30 21:00:25 grayhp20 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
мај 30 21:00:25 grayhp20 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
мај 30 21:00:25 grayhp20 kernel: ACPI: Added _OSI(Module Device)
мај 30 21:00:25 grayhp20 kernel: ACPI: Added _OSI(Processor Device)
мај 30 21:00:25 grayhp20 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
мај 30 21:00:25 grayhp20 kernel: ACPI: Added _OSI(Processor Aggregator Device)
мај 30 21:00:25 grayhp20 kernel: ACPI: Added _OSI(Linux-Dell-Video)
мај 30 21:00:25 grayhp20 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
мај 30 21:00:25 grayhp20 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
мај 30 21:00:25 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP2.BCM5], AE_NOT_FOUND (20211217/dswload2-162)
мај 30 21:00:25 grayhp20 kernel: fbcon: Taking over console
мај 30 21:00:25 grayhp20 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
мај 30 21:00:25 grayhp20 kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
мај 30 21:00:25 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP1.DEV0], AE_NOT_FOUND (20211217/dswload2-162)
мај 30 21:00:25 grayhp20 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
мај 30 21:00:25 grayhp20 kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
мај 30 21:00:25 grayhp20 kernel: ACPI: 16 ACPI AML tables successfully acquired and loaded
мај 30 21:00:25 grayhp20 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
мај 30 21:00:25 grayhp20 kernel: ACPI: EC: EC started
мај 30 21:00:25 grayhp20 kernel: ACPI: EC: interrupt blocked
мај 30 21:00:25 grayhp20 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
мај 30 21:00:25 grayhp20 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
мај 30 21:00:25 grayhp20 kernel: ACPI: Interpreter enabled
мај 30 21:00:25 grayhp20 kernel: ACPI: PM: (supports S0 S3 S4 S5)
мај 30 21:00:25 grayhp20 kernel: ACPI: Using IOAPIC for interrupt routing
мај 30 21:00:25 grayhp20 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
мај 30 21:00:25 grayhp20 kernel: ACPI: Enabled 4 GPEs in block 00 to 1F
мај 30 21:00:25 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20211217/psargs-330)
мај 30 21:00:25 grayhp20 kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous error (AE_NOT_FOUND) (20211217/psparse-529)
мај 30 21:00:25 grayhp20 kernel: ACPI: PM: Power Resource [PRWL]
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
мај 30 21:00:25 grayhp20 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
мај 30 21:00:25 grayhp20 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
мај 30 21:00:25 grayhp20 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
мај 30 21:00:25 grayhp20 kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
мај 30 21:00:25 grayhp20 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
мај 30 21:00:25 grayhp20 kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000cd3ff])
мај 30 21:00:25 grayhp20 kernel: PCI host bridge to bus 0000:00
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cbfff window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0xb0000000-0xf7ffffff window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.2: enabling Extended Tags
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.3: [1022:15d3] type 01 class 0x060400
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.3: enabling Extended Tags
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.5: [1022:15d3] type 01 class 0x060400
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.5: enabling Extended Tags
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.5: PME# supported from D0 D3hot D3cold
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.1: enabling Extended Tags
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
мај 30 21:00:25 grayhp20 kernel: pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
мај 30 21:00:25 grayhp20 kernel: pci 0000:01:00.0: reg 0x10: [io  0x3000-0x30ff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:01:00.0: reg 0x18: [mem 0xc0904000-0xc0904fff 64bit]
мај 30 21:00:25 grayhp20 kernel: pci 0000:01:00.0: reg 0x20: [mem 0xc0900000-0xc0903fff 64bit]
мај 30 21:00:25 grayhp20 kernel: pci 0000:01:00.0: supports D1 D2
мај 30 21:00:25 grayhp20 kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.2: PCI bridge to [bus 01]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.2:   bridge window [io  0x3000-0x3fff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.2:   bridge window [mem 0xc0900000-0xc09fffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:02:00.0: [10ec:c821] type 00 class 0x028000
мај 30 21:00:25 grayhp20 kernel: pci 0000:02:00.0: reg 0x10: [io  0x2000-0x20ff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:02:00.0: reg 0x18: [mem 0xc0800000-0xc080ffff 64bit]
мај 30 21:00:25 grayhp20 kernel: pci 0000:02:00.0: supports D1 D2
мај 30 21:00:25 grayhp20 kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.3: PCI bridge to [bus 02]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.3:   bridge window [io  0x2000-0x2fff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.3:   bridge window [mem 0xc0800000-0xc08fffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:03:00.0: [1c5c:1339] type 00 class 0x010802
мај 30 21:00:25 grayhp20 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xc0700000-0xc0703fff 64bit]
мај 30 21:00:25 grayhp20 kernel: pci 0000:03:00.0: supports D1
мај 30 21:00:25 grayhp20 kernel: pci 0000:03:00.0: PME# supported from D0 D1 D3hot
мај 30 21:00:25 grayhp20 kernel: pci 0000:03:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x2 link at 0000:00:01.5 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.5: PCI bridge to [bus 03]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.5:   bridge window [mem 0xc0700000-0xc07fffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.0: [1002:15d8] type 00 class 0x030000
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xb0000000-0xbfffffff 64bit pref]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.0: reg 0x18: [mem 0xc0000000-0xc01fffff 64bit pref]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.0: reg 0x24: [mem 0xc0600000-0xc067ffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.0: enabling Extended Tags
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.0: BAR 0: assigned to efifb
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.1: [1002:15de] type 00 class 0x040300
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.1: reg 0x10: [mem 0xc06c8000-0xc06cbfff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.1: enabling Extended Tags
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.2: reg 0x18: [mem 0xc0500000-0xc05fffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.2: reg 0x24: [mem 0xc06ce000-0xc06cffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.2: enabling Extended Tags
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.3: [1022:15e0] type 00 class 0x0c0330
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.3: reg 0x10: [mem 0xc0400000-0xc04fffff 64bit]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.3: enabling Extended Tags
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.4: [1022:15e1] type 00 class 0x0c0330
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.4: reg 0x10: [mem 0xc0300000-0xc03fffff 64bit]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.4: enabling Extended Tags
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.5: reg 0x10: [mem 0xc0680000-0xc06bffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.5: enabling Extended Tags
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.6: reg 0x10: [mem 0xc06c0000-0xc06c7fff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.6: enabling Extended Tags
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.7: [1022:15e6] type 00 class 0x000000
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.7: reg 0x18: [mem 0xc0200000-0xc02fffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.7: reg 0x24: [mem 0xc06cc000-0xc06cdfff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.7: enabling Extended Tags
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.1:   bridge window [mem 0xc0200000-0xc06fffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.1:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKA disabled
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKB disabled
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKC disabled
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKD disabled
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKE disabled
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKF disabled
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKG disabled
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
мај 30 21:00:25 grayhp20 kernel: ACPI: PCI: Interrupt link LNKH disabled
мај 30 21:00:25 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20211217/psargs-330)
мај 30 21:00:25 grayhp20 kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous error (AE_NOT_FOUND) (20211217/psparse-529)
мај 30 21:00:25 grayhp20 kernel: ACPI: EC: interrupt unblocked
мај 30 21:00:25 grayhp20 kernel: ACPI: EC: event unblocked
мај 30 21:00:25 grayhp20 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
мај 30 21:00:25 grayhp20 kernel: ACPI: EC: GPE=0x3
мај 30 21:00:25 grayhp20 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
мај 30 21:00:25 grayhp20 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
мај 30 21:00:25 grayhp20 kernel: iommu: Default domain type: Translated 
мај 30 21:00:25 grayhp20 kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.0: vgaarb: setting as boot VGA device
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.0: vgaarb: bridge control possible
мај 30 21:00:25 grayhp20 kernel: vgaarb: loaded
мај 30 21:00:25 grayhp20 kernel: SCSI subsystem initialized
мај 30 21:00:25 grayhp20 kernel: libata version 3.00 loaded.
мај 30 21:00:25 grayhp20 kernel: ACPI: bus type USB registered
мај 30 21:00:25 grayhp20 kernel: usbcore: registered new interface driver usbfs
мај 30 21:00:25 grayhp20 kernel: usbcore: registered new interface driver hub
мај 30 21:00:25 grayhp20 kernel: usbcore: registered new device driver usb
мај 30 21:00:25 grayhp20 kernel: pps_core: LinuxPPS API ver. 1 registered
мај 30 21:00:25 grayhp20 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
мај 30 21:00:25 grayhp20 kernel: PTP clock support registered
мај 30 21:00:25 grayhp20 kernel: EDAC MC: Ver: 3.0.0
мај 30 21:00:25 grayhp20 kernel: Registered efivars operations
мај 30 21:00:25 grayhp20 kernel: NetLabel: Initializing
мај 30 21:00:25 grayhp20 kernel: NetLabel:  domain hash size = 128
мај 30 21:00:25 grayhp20 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
мај 30 21:00:25 grayhp20 kernel: NetLabel:  unlabeled traffic allowed by default
мај 30 21:00:25 grayhp20 kernel: mctp: management component transport protocol core
мај 30 21:00:25 grayhp20 kernel: NET: Registered PF_MCTP protocol family
мај 30 21:00:25 grayhp20 kernel: PCI: Using ACPI for IRQ routing
мај 30 21:00:25 grayhp20 kernel: PCI: pci_cache_line_size set to 64 bytes
мај 30 21:00:25 grayhp20 kernel: e820: reserve RAM buffer [mem 0x0002c000-0x0002ffff]
мај 30 21:00:25 grayhp20 kernel: e820: reserve RAM buffer [mem 0x00087000-0x0008ffff]
мај 30 21:00:25 grayhp20 kernel: e820: reserve RAM buffer [mem 0x09880000-0x0bffffff]
мај 30 21:00:25 grayhp20 kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
мај 30 21:00:25 grayhp20 kernel: e820: reserve RAM buffer [mem 0x9466f018-0x97ffffff]
мај 30 21:00:25 grayhp20 kernel: e820: reserve RAM buffer [mem 0x9e45b000-0x9fffffff]
мај 30 21:00:25 grayhp20 kernel: e820: reserve RAM buffer [mem 0xae00f000-0xafffffff]
мај 30 21:00:25 grayhp20 kernel: e820: reserve RAM buffer [mem 0xaf800000-0xafffffff]
мај 30 21:00:25 grayhp20 kernel: e820: reserve RAM buffer [mem 0x1cf000000-0x1cfffffff]
мај 30 21:00:25 grayhp20 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
мај 30 21:00:25 grayhp20 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
мај 30 21:00:25 grayhp20 kernel: clocksource: Switched to clocksource tsc-early
мај 30 21:00:25 grayhp20 kernel: VFS: Disk quotas dquot_6.6.0
мај 30 21:00:25 grayhp20 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
мај 30 21:00:25 grayhp20 kernel: pnp: PnP ACPI init
мај 30 21:00:25 grayhp20 kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
мај 30 21:00:25 grayhp20 kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
мај 30 21:00:25 grayhp20 kernel: system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
мај 30 21:00:25 grayhp20 kernel: system 00:04: [io  0x0400-0x04cf] has been reserved
мај 30 21:00:25 grayhp20 kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
мај 30 21:00:25 grayhp20 kernel: system 00:04: [io  0x04d6] has been reserved
мај 30 21:00:25 grayhp20 kernel: system 00:04: [io  0x0c00-0x0c01] has been reserved
мај 30 21:00:25 grayhp20 kernel: system 00:04: [io  0x0c14] has been reserved
мај 30 21:00:25 grayhp20 kernel: system 00:04: [io  0x0c50-0x0c52] has been reserved
мај 30 21:00:25 grayhp20 kernel: system 00:04: [io  0x0c6c] has been reserved
мај 30 21:00:25 grayhp20 kernel: system 00:04: [io  0x0c6f] has been reserved
мај 30 21:00:25 grayhp20 kernel: system 00:04: [io  0x0cd0-0x0cdb] has been reserved
мај 30 21:00:25 grayhp20 kernel: system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
мај 30 21:00:25 grayhp20 kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
мај 30 21:00:25 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20211217/psargs-330)
мај 30 21:00:25 grayhp20 kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous error (AE_NOT_FOUND) (20211217/psparse-529)
мај 30 21:00:25 grayhp20 kernel: pnp: PnP ACPI: found 6 devices
мај 30 21:00:25 grayhp20 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
мај 30 21:00:25 grayhp20 kernel: NET: Registered PF_INET protocol family
мај 30 21:00:25 grayhp20 kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
мај 30 21:00:25 grayhp20 kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
мај 30 21:00:25 grayhp20 kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
мај 30 21:00:25 grayhp20 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
мај 30 21:00:25 grayhp20 kernel: TCP: Hash tables configured (established 65536 bind 65536)
мај 30 21:00:25 grayhp20 kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
мај 30 21:00:25 grayhp20 kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
мај 30 21:00:25 grayhp20 kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
мај 30 21:00:25 grayhp20 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
мај 30 21:00:25 grayhp20 kernel: NET: Registered PF_XDP protocol family
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.2: PCI bridge to [bus 01]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.2:   bridge window [io  0x3000-0x3fff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.2:   bridge window [mem 0xc0900000-0xc09fffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.3: PCI bridge to [bus 02]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.3:   bridge window [io  0x2000-0x2fff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.3:   bridge window [mem 0xc0800000-0xc08fffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.5: PCI bridge to [bus 03]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.5:   bridge window [mem 0xc0700000-0xc07fffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.1:   bridge window [mem 0xc0200000-0xc06fffff]
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.1:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cbfff window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: resource 9 [mem 0xb0000000-0xf7ffffff window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfed3ffff window]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:01: resource 1 [mem 0xc0900000-0xc09fffff]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:02: resource 1 [mem 0xc0800000-0xc08fffff]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:03: resource 1 [mem 0xc0700000-0xc07fffff]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:04: resource 1 [mem 0xc0200000-0xc06fffff]
мај 30 21:00:25 grayhp20 kernel: pci_bus 0000:04: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.3: extending delay after power-on from D3hot to 20 msec
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.3: quirk_usb_early_handoff+0x0/0x740 took 20187 usecs
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.4: extending delay after power-on from D3hot to 20 msec
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x740 took 71200 usecs
мај 30 21:00:25 grayhp20 kernel: PCI: CLS 64 bytes, default 64
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:00.2: PCI INT A: not connected
мај 30 21:00:25 grayhp20 kernel: Trying to unpack rootfs image as initramfs...
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.0: Adding to iommu group 0
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.2: Adding to iommu group 1
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.3: Adding to iommu group 2
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:01.5: Adding to iommu group 3
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.0: Adding to iommu group 4
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:08.1: Adding to iommu group 5
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:14.0: Adding to iommu group 6
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:14.3: Adding to iommu group 6
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.0: Adding to iommu group 7
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.1: Adding to iommu group 7
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.2: Adding to iommu group 7
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.3: Adding to iommu group 7
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.4: Adding to iommu group 7
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.5: Adding to iommu group 7
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.6: Adding to iommu group 7
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:18.7: Adding to iommu group 7
мај 30 21:00:25 grayhp20 kernel: pci 0000:01:00.0: Adding to iommu group 8
мај 30 21:00:25 grayhp20 kernel: pci 0000:02:00.0: Adding to iommu group 9
мај 30 21:00:25 grayhp20 kernel: pci 0000:03:00.0: Adding to iommu group 10
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.0: Adding to iommu group 11
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.1: Adding to iommu group 12
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.2: Adding to iommu group 12
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.3: Adding to iommu group 12
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.4: Adding to iommu group 12
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.5: Adding to iommu group 12
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.6: Adding to iommu group 12
мај 30 21:00:25 grayhp20 kernel: pci 0000:04:00.7: Adding to iommu group 12
мај 30 21:00:25 grayhp20 kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
мај 30 21:00:25 grayhp20 kernel: AMD-Vi: Extended features (0x4f77ef22294ada): PPR NX GT IA GA PC GA_vAPIC
мај 30 21:00:25 grayhp20 kernel: AMD-Vi: Interrupt remapping enabled
мај 30 21:00:25 grayhp20 kernel: AMD-Vi: Virtual APIC enabled
мај 30 21:00:25 grayhp20 kernel: software IO TLB: tearing down default memory pool
мај 30 21:00:25 grayhp20 kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
мај 30 21:00:25 grayhp20 kernel: Initialise system trusted keyrings
мај 30 21:00:25 grayhp20 kernel: Key type blacklist registered
мај 30 21:00:25 grayhp20 kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
мај 30 21:00:25 grayhp20 kernel: zbud: loaded
мај 30 21:00:25 grayhp20 kernel: Key type asymmetric registered
мај 30 21:00:25 grayhp20 kernel: Asymmetric key parser 'x509' registered
мај 30 21:00:25 grayhp20 kernel: Freeing initrd memory: 12288K
мај 30 21:00:25 grayhp20 kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
мај 30 21:00:25 grayhp20 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
мај 30 21:00:25 grayhp20 kernel: io scheduler mq-deadline registered
мај 30 21:00:25 grayhp20 kernel: io scheduler kyber registered
мај 30 21:00:25 grayhp20 kernel: io scheduler bfq registered
мај 30 21:00:25 grayhp20 kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 26
мај 30 21:00:25 grayhp20 kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 26
мај 30 21:00:25 grayhp20 kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 27
мај 30 21:00:25 grayhp20 kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 27
мај 30 21:00:25 grayhp20 kernel: pcieport 0000:00:01.5: PME: Signaling with IRQ 28
мај 30 21:00:25 grayhp20 kernel: pcieport 0000:00:01.5: AER: enabled with IRQ 28
мај 30 21:00:25 grayhp20 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 29
мај 30 21:00:25 grayhp20 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
мај 30 21:00:25 grayhp20 kernel: ACPI: AC: AC Adapter [ACAD] (off-line)
мај 30 21:00:25 grayhp20 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
мај 30 21:00:25 grayhp20 kernel: ACPI: button: Power Button [PWRB]
мај 30 21:00:25 grayhp20 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
мај 30 21:00:25 grayhp20 kernel: ACPI: button: Lid Switch [LID]
мај 30 21:00:25 grayhp20 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
мај 30 21:00:25 grayhp20 kernel: ACPI: button: Power Button [PWRF]
мај 30 21:00:25 grayhp20 kernel: Monitor-Mwait will be used to enter C-1 state
мај 30 21:00:25 grayhp20 kernel: ACPI: \_PR_.C000: Found 2 idle states
мај 30 21:00:25 grayhp20 kernel: ACPI: \_PR_.C001: Found 2 idle states
мај 30 21:00:25 grayhp20 kernel: ACPI: \_PR_.C002: Found 2 idle states
мај 30 21:00:25 grayhp20 kernel: ACPI: \_PR_.C003: Found 2 idle states
мај 30 21:00:25 grayhp20 kernel: ACPI: \_PR_.C004: Found 2 idle states
мај 30 21:00:25 grayhp20 kernel: ACPI: \_PR_.C005: Found 2 idle states
мај 30 21:00:25 grayhp20 kernel: ACPI: \_PR_.C006: Found 2 idle states
мај 30 21:00:25 grayhp20 kernel: ACPI: \_PR_.C007: Found 2 idle states
мај 30 21:00:25 grayhp20 kernel: thermal LNXTHERM:00: registered as thermal_zone0
мај 30 21:00:25 grayhp20 kernel: ACPI: thermal: Thermal Zone [TSZ0] (45 C)
мај 30 21:00:25 grayhp20 kernel: thermal LNXTHERM:01: registered as thermal_zone1
мај 30 21:00:25 grayhp20 kernel: ACPI: thermal: Thermal Zone [TSZ2] (20 C)
мај 30 21:00:25 grayhp20 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
мај 30 21:00:25 grayhp20 kernel: Non-volatile memory driver v1.3
мај 30 21:00:25 grayhp20 kernel: Linux agpgart interface v0.103
мај 30 21:00:25 grayhp20 kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
мај 30 21:00:25 grayhp20 kernel: ACPI: bus type drm_connector registered
мај 30 21:00:25 grayhp20 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
мај 30 21:00:25 grayhp20 kernel: ehci-pci: EHCI PCI platform driver
мај 30 21:00:25 grayhp20 kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
мај 30 21:00:25 grayhp20 kernel: ohci-pci: OHCI PCI platform driver
мај 30 21:00:25 grayhp20 kernel: uhci_hcd: USB Universal Host Controller Interface driver
мај 30 21:00:25 grayhp20 kernel: usbcore: registered new interface driver usbserial_generic
мај 30 21:00:25 grayhp20 kernel: usbserial: USB Serial support registered for generic
мај 30 21:00:25 grayhp20 kernel: rtc_cmos 00:01: RTC can wake from S4
мај 30 21:00:25 grayhp20 kernel: rtc_cmos 00:01: registered as rtc0
мај 30 21:00:25 grayhp20 kernel: rtc_cmos 00:01: setting system clock to 2022-05-30T19:00:24 UTC (1653937224)
мај 30 21:00:25 grayhp20 kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
мај 30 21:00:25 grayhp20 kernel: ledtrig-cpu: registered to indicate activity on CPUs
мај 30 21:00:25 grayhp20 kernel: efifb: probing for efifb
мај 30 21:00:25 grayhp20 kernel: efifb: framebuffer at 0xb0000000, using 8100k, total 8100k
мај 30 21:00:25 grayhp20 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
мај 30 21:00:25 grayhp20 kernel: efifb: scrolling: redraw
мај 30 21:00:25 grayhp20 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
мај 30 21:00:25 grayhp20 kernel: Console: switching to colour frame buffer device 240x67
мај 30 21:00:25 grayhp20 kernel: fb0: EFI VGA frame buffer device
мај 30 21:00:25 grayhp20 kernel: hid: raw HID events driver (C) Jiri Kosina
мај 30 21:00:25 grayhp20 kernel: drop_monitor: Initializing network drop monitor service
мај 30 21:00:25 grayhp20 kernel: Initializing XFRM netlink socket
мај 30 21:00:25 grayhp20 kernel: NET: Registered PF_INET6 protocol family
мај 30 21:00:25 grayhp20 kernel: Segment Routing with IPv6
мај 30 21:00:25 grayhp20 kernel: RPL Segment Routing with IPv6
мај 30 21:00:25 grayhp20 kernel: In-situ OAM (IOAM) with IPv6
мај 30 21:00:25 grayhp20 kernel: NET: Registered PF_PACKET protocol family
мај 30 21:00:25 grayhp20 kernel: microcode: CPU0: patch_level=0x08108102
мај 30 21:00:25 grayhp20 kernel: microcode: CPU1: patch_level=0x08108102
мај 30 21:00:25 grayhp20 kernel: microcode: CPU2: patch_level=0x08108102
мај 30 21:00:25 grayhp20 kernel: microcode: CPU3: patch_level=0x08108102
мај 30 21:00:25 grayhp20 kernel: microcode: CPU4: patch_level=0x08108102
мај 30 21:00:25 grayhp20 kernel: microcode: CPU5: patch_level=0x08108102
мај 30 21:00:25 grayhp20 kernel: microcode: CPU6: patch_level=0x08108102
мај 30 21:00:25 grayhp20 kernel: microcode: CPU7: patch_level=0x08108102
мај 30 21:00:25 grayhp20 kernel: microcode: Microcode Update Driver: v2.2.
мај 30 21:00:25 grayhp20 kernel: IPI shorthand broadcast: enabled
мај 30 21:00:25 grayhp20 kernel: sched_clock: Marking stable (595794517, -26659633)->(585204953, -16070069)
мај 30 21:00:25 grayhp20 kernel: registered taskstats version 1
мај 30 21:00:25 grayhp20 kernel: Loading compiled-in X.509 certificates
мај 30 21:00:25 grayhp20 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7b1f7772fe6b819d806548881a392e077a32804c'
мај 30 21:00:25 grayhp20 kernel: zswap: loaded using pool lz4/z3fold
мај 30 21:00:25 grayhp20 kernel: Key type ._fscrypt registered
мај 30 21:00:25 grayhp20 kernel: Key type .fscrypt registered
мај 30 21:00:25 grayhp20 kernel: Key type fscrypt-provisioning registered
мај 30 21:00:25 grayhp20 kernel: PM:   Magic number: 6:227:42
мај 30 21:00:25 grayhp20 kernel: RAS: Correctable Errors collector initialized.
мај 30 21:00:25 grayhp20 kernel: ACPI: battery: Slot [BAT1] (battery present)
мај 30 21:00:25 grayhp20 kernel: Freeing unused decrypted memory: 2036K
мај 30 21:00:25 grayhp20 kernel: Freeing unused kernel image (initmem) memory: 1788K
мај 30 21:00:25 grayhp20 kernel: Write protecting the kernel read-only data: 28672k
мај 30 21:00:25 grayhp20 kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
мај 30 21:00:25 grayhp20 kernel: Freeing unused kernel image (rodata/data gap) memory: 1348K
мај 30 21:00:25 grayhp20 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
мај 30 21:00:25 grayhp20 kernel: rodata_test: all tests were successful
мај 30 21:00:25 grayhp20 kernel: Run /init as init process
мај 30 21:00:25 grayhp20 kernel:   with arguments:
мај 30 21:00:25 grayhp20 kernel:     /init
мај 30 21:00:25 grayhp20 kernel:   with environment:
мај 30 21:00:25 grayhp20 kernel:     HOME=/
мај 30 21:00:25 grayhp20 kernel:     TERM=linux
мај 30 21:00:25 grayhp20 kernel: ACPI: video: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
мај 30 21:00:25 grayhp20 kernel: acpi device:0b: registered as cooling_device8
мај 30 21:00:25 grayhp20 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input3
мај 30 21:00:25 grayhp20 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
мај 30 21:00:25 grayhp20 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
мај 30 21:00:25 grayhp20 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
мај 30 21:00:25 grayhp20 kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
мај 30 21:00:25 grayhp20 kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
мај 30 21:00:25 grayhp20 kernel: xhci_hcd 0000:04:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
мај 30 21:00:25 grayhp20 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
мај 30 21:00:25 grayhp20 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
мај 30 21:00:25 grayhp20 kernel: usb usb1: Product: xHCI Host Controller
мај 30 21:00:25 grayhp20 kernel: usb usb1: Manufacturer: Linux 5.17.9-arch1-1 xhci-hcd
мај 30 21:00:25 grayhp20 kernel: usb usb1: SerialNumber: 0000:04:00.3
мај 30 21:00:25 grayhp20 kernel: hub 1-0:1.0: USB hub found
мај 30 21:00:25 grayhp20 kernel: hub 1-0:1.0: 4 ports detected
мај 30 21:00:25 grayhp20 kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
мај 30 21:00:25 grayhp20 kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
мај 30 21:00:25 grayhp20 kernel: xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
мај 30 21:00:25 grayhp20 kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
мај 30 21:00:25 grayhp20 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
мај 30 21:00:25 grayhp20 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
мај 30 21:00:25 grayhp20 kernel: usb usb2: Product: xHCI Host Controller
мај 30 21:00:25 grayhp20 kernel: usb usb2: Manufacturer: Linux 5.17.9-arch1-1 xhci-hcd
мај 30 21:00:25 grayhp20 kernel: usb usb2: SerialNumber: 0000:04:00.3
мај 30 21:00:25 grayhp20 kernel: hub 2-0:1.0: USB hub found
мај 30 21:00:25 grayhp20 kernel: hub 2-0:1.0: 4 ports detected
мај 30 21:00:25 grayhp20 kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
мај 30 21:00:25 grayhp20 kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
мај 30 21:00:25 grayhp20 kernel: xhci_hcd 0000:04:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
мај 30 21:00:25 grayhp20 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
мај 30 21:00:25 grayhp20 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
мај 30 21:00:25 grayhp20 kernel: usb usb3: Product: xHCI Host Controller
мај 30 21:00:25 grayhp20 kernel: usb usb3: Manufacturer: Linux 5.17.9-arch1-1 xhci-hcd
мај 30 21:00:25 grayhp20 kernel: usb usb3: SerialNumber: 0000:04:00.4
мај 30 21:00:25 grayhp20 kernel: hub 3-0:1.0: USB hub found
мај 30 21:00:25 grayhp20 kernel: hub 3-0:1.0: 2 ports detected
мај 30 21:00:25 grayhp20 kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
мај 30 21:00:25 grayhp20 kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
мај 30 21:00:25 grayhp20 kernel: xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
мај 30 21:00:25 grayhp20 kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
мај 30 21:00:25 grayhp20 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
мај 30 21:00:25 grayhp20 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
мај 30 21:00:25 grayhp20 kernel: usb usb4: Product: xHCI Host Controller
мај 30 21:00:25 grayhp20 kernel: usb usb4: Manufacturer: Linux 5.17.9-arch1-1 xhci-hcd
мај 30 21:00:25 grayhp20 kernel: usb usb4: SerialNumber: 0000:04:00.4
мај 30 21:00:25 grayhp20 kernel: hub 4-0:1.0: USB hub found
мај 30 21:00:25 grayhp20 kernel: hub 4-0:1.0: 1 port detected
мај 30 21:00:25 grayhp20 kernel: nvme nvme0: pci function 0000:03:00.0
мај 30 21:00:25 grayhp20 kernel: nvme nvme0: missing or invalid SUBNQN field.
мај 30 21:00:25 grayhp20 kernel: nvme nvme0: 16/0/0 default/read/poll queues
мај 30 21:00:25 grayhp20 kernel:  nvme0n1: p1 p2 p3 p4 p5 p6
мај 30 21:00:25 grayhp20 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
мај 30 21:00:25 grayhp20 kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
мај 30 21:00:25 grayhp20 kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
мај 30 21:00:25 grayhp20 kernel: EXT4-fs (nvme0n1p6): mounted filesystem with ordered data mode. Quota mode: none.
мај 30 21:00:25 grayhp20 kernel: usb 3-1: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
мај 30 21:00:25 grayhp20 kernel: usb 3-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
мај 30 21:00:25 grayhp20 kernel: usb 3-1: Product: ASM105X series
мај 30 21:00:25 grayhp20 kernel: usb 3-1: Manufacturer: Asmedia
мај 30 21:00:25 grayhp20 kernel: usb 3-1: SerialNumber: KWIK6DK4048         
мај 30 21:00:25 grayhp20 kernel: usb 1-2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
мај 30 21:00:25 grayhp20 kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
мај 30 21:00:25 grayhp20 kernel: usb 1-2: Product: USB Receiver
мај 30 21:00:25 grayhp20 kernel: usb 1-2: Manufacturer: Logitech
мај 30 21:00:25 grayhp20 systemd[1]: systemd 250.5-1-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
мај 30 21:00:25 grayhp20 kernel: tsc: Refined TSC clocksource calibration: 2096.052 MHz
мај 30 21:00:25 grayhp20 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e369f2af55, max_idle_ns: 440795289088 ns
мај 30 21:00:25 grayhp20 kernel: clocksource: Switched to clocksource tsc
мај 30 21:00:25 grayhp20 systemd[1]: Detected architecture x86-64.
мај 30 21:00:25 grayhp20 systemd[1]: Hostname set to <grayhp20>.
мај 30 21:00:25 grayhp20 kernel: usb 3-2: new high-speed USB device number 3 using xhci_hcd
мај 30 21:00:25 grayhp20 kernel: usb 3-2: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
мај 30 21:00:25 grayhp20 kernel: usb 3-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
мај 30 21:00:25 grayhp20 kernel: usb 3-2: Product: USB2.0 Hub
мај 30 21:00:25 grayhp20 kernel: hub 3-2:1.0: USB hub found
мај 30 21:00:25 grayhp20 kernel: hub 3-2:1.0: 4 ports detected
мај 30 21:00:25 grayhp20 systemd[1]: Queued start job for default target Graphical Interface.
мај 30 21:00:25 grayhp20 systemd[1]: Created slice Slice /system/getty.
мај 30 21:00:25 grayhp20 systemd[1]: Created slice Slice /system/modprobe.
мај 30 21:00:25 grayhp20 systemd[1]: Created slice User and Session Slice.
мај 30 21:00:25 grayhp20 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
мај 30 21:00:25 grayhp20 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
мај 30 21:00:25 grayhp20 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
мај 30 21:00:25 grayhp20 systemd[1]: Reached target Local Encrypted Volumes.
мај 30 21:00:25 grayhp20 systemd[1]: Reached target Login Prompts.
мај 30 21:00:25 grayhp20 systemd[1]: Reached target Local Integrity Protected Volumes.
мај 30 21:00:25 grayhp20 systemd[1]: Reached target Path Units.
мај 30 21:00:25 grayhp20 systemd[1]: Reached target Remote File Systems.
мај 30 21:00:25 grayhp20 systemd[1]: Reached target Slice Units.
мај 30 21:00:25 grayhp20 systemd[1]: Reached target Local Verity Protected Volumes.
мај 30 21:00:25 grayhp20 systemd[1]: Listening on Device-mapper event daemon FIFOs.
мај 30 21:00:25 grayhp20 systemd[1]: Listening on LVM2 poll daemon socket.
мај 30 21:00:25 grayhp20 systemd[1]: Listening on Process Core Dump Socket.
мај 30 21:00:25 grayhp20 systemd[1]: Listening on Journal Audit Socket.
мај 30 21:00:25 grayhp20 systemd[1]: Listening on Journal Socket (/dev/log).
мај 30 21:00:25 grayhp20 systemd[1]: Listening on Journal Socket.
мај 30 21:00:25 grayhp20 systemd[1]: Listening on udev Control Socket.
мај 30 21:00:25 grayhp20 systemd[1]: Listening on udev Kernel Socket.
мај 30 21:00:25 grayhp20 systemd[1]: Mounting Huge Pages File System...
мај 30 21:00:25 grayhp20 systemd[1]: Mounting POSIX Message Queue File System...
мај 30 21:00:25 grayhp20 systemd[1]: Mounting Kernel Debug File System...
мај 30 21:00:25 grayhp20 systemd[1]: Mounting Kernel Trace File System...
мај 30 21:00:25 grayhp20 systemd[1]: Starting Create List of Static Device Nodes...
мај 30 21:00:25 grayhp20 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
мај 30 21:00:25 grayhp20 systemd[1]: Starting Load Kernel Module configfs...
мај 30 21:00:25 grayhp20 systemd[1]: Starting Load Kernel Module drm...
мај 30 21:00:25 grayhp20 systemd[1]: Starting Load Kernel Module fuse...
мај 30 21:00:25 grayhp20 systemd[1]: Starting File System Check on Root Device...
мај 30 21:00:25 grayhp20 systemd[1]: Starting Journal Service...
мај 30 21:00:25 grayhp20 systemd[1]: Starting Load Kernel Modules...
мај 30 21:00:25 grayhp20 systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
мај 30 21:00:25 grayhp20 systemd[1]: Starting Coldplug All udev Devices...
мај 30 21:00:25 grayhp20 kernel: fuse: init (API version 7.36)
мај 30 21:00:25 grayhp20 systemd[1]: Mounted Huge Pages File System.
мај 30 21:00:25 grayhp20 systemd[1]: Mounted POSIX Message Queue File System.
мај 30 21:00:25 grayhp20 systemd[1]: Mounted Kernel Debug File System.
мај 30 21:00:25 grayhp20 systemd[1]: Mounted Kernel Trace File System.
мај 30 21:00:25 grayhp20 systemd[1]: Finished Create List of Static Device Nodes.
мај 30 21:00:25 grayhp20 kernel: audit: type=1130 audit(1653937225.668:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 systemd[1]: modprobe@configfs.service: Deactivated successfully.
мај 30 21:00:25 grayhp20 systemd[1]: Finished Load Kernel Module configfs.
мај 30 21:00:25 grayhp20 kernel: audit: type=1130 audit(1653937225.671:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 kernel: audit: type=1131 audit(1653937225.671:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 systemd[1]: modprobe@drm.service: Deactivated successfully.
мај 30 21:00:25 grayhp20 systemd[1]: Finished Load Kernel Module drm.
мај 30 21:00:25 grayhp20 kernel: audit: type=1130 audit(1653937225.675:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 kernel: audit: type=1131 audit(1653937225.675:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 systemd[1]: modprobe@fuse.service: Deactivated successfully.
мај 30 21:00:25 grayhp20 systemd[1]: Finished Load Kernel Module fuse.
мај 30 21:00:25 grayhp20 kernel: audit: type=1130 audit(1653937225.675:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 kernel: audit: type=1131 audit(1653937225.675:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 systemd[1]: Finished File System Check on Root Device.
мај 30 21:00:25 grayhp20 kernel: audit: type=1130 audit(1653937225.678:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 systemd[1]: Mounting FUSE Control File System...
мај 30 21:00:25 grayhp20 systemd[1]: Mounting Kernel Configuration File System...
мај 30 21:00:25 grayhp20 systemd[1]: Starting Remount Root and Kernel File Systems...
мај 30 21:00:25 grayhp20 kernel: device-mapper: uevent: version 1.0.3
мај 30 21:00:25 grayhp20 kernel: device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
мај 30 21:00:25 grayhp20 systemd[1]: Mounted FUSE Control File System.
мај 30 21:00:25 grayhp20 systemd[1]: Mounted Kernel Configuration File System.
мај 30 21:00:25 grayhp20 kernel: EXT4-fs (nvme0n1p6): re-mounted. Quota mode: none.
мај 30 21:00:25 grayhp20 systemd[1]: Finished Load Kernel Modules.
мај 30 21:00:25 grayhp20 kernel: audit: type=1130 audit(1653937225.695:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 systemd[1]: Finished Remount Root and Kernel File Systems.
мај 30 21:00:25 grayhp20 systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
мај 30 21:00:25 grayhp20 systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
мај 30 21:00:25 grayhp20 systemd[1]: Starting Load/Save Random Seed...
мај 30 21:00:25 grayhp20 systemd[1]: Starting Apply Kernel Variables...
мај 30 21:00:25 grayhp20 systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
мај 30 21:00:25 grayhp20 systemd[1]: Starting Create Static Device Nodes in /dev...
мај 30 21:00:25 grayhp20 systemd[1]: Finished Apply Kernel Variables.
мај 30 21:00:25 grayhp20 systemd[1]: Finished Load/Save Random Seed.
мај 30 21:00:25 grayhp20 systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
мај 30 21:00:25 grayhp20 systemd-journald[261]: Journal started
мај 30 21:00:25 grayhp20 systemd-journald[261]: Runtime Journal (/run/log/journal/bc2bfceb5f0a4187a3f725b0edc31de5) is 8.0M, max 297.1M, 289.1M free.
мај 30 21:00:25 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 systemd[1]: Started Journal Service.
мај 30 21:00:25 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 systemd-modules-load[262]: Inserted module 'crypto_user'
мај 30 21:00:25 grayhp20 systemd-modules-load[262]: Inserted module 'sg'
мај 30 21:00:25 grayhp20 systemd-modules-load[262]: Inserted module 'dm_multipath'
мај 30 21:00:25 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:00:25 grayhp20 systemd-fsck[265]: /dev/nvme0n1p6: clean, 1880164/6782976 files, 20266318/27111424 blocks
мај 30 21:00:25 grayhp20 systemd[1]: Starting Flush Journal to Persistent Storage...
мај 30 21:00:25 grayhp20 systemd-journald[261]: Time spent on flushing to /var/log/journal/bc2bfceb5f0a4187a3f725b0edc31de5 is 33.505ms for 907 entries.

Offline

#16 2022-05-30 19:20:34

vejtics
Member
Registered: 2021-08-31
Posts: 20

Re: [SOLVED] Completely black screen (no cursor) on boot

I rebuilt the initramfs with the right module this time, but the black screen still appears. Although even in this log, the word "amdgpu" doesn't appear at all, so I figure there's something I didn't do (I edited the mkinitcpio file and ran mkinitcpio as root).

мај 30 21:14:53 grayhp20 kernel: Linux version 5.17.9-arch1-1 (linux@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Wed, 18 May 2022 17:30:11 +0000
мај 30 21:14:53 grayhp20 kernel: Command line: ro root=UUID=23d65116-731c-48fa-ab75-bc7662ec5e3b initrd=boot\initramfs-linux.img
мај 30 21:14:53 grayhp20 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
мај 30 21:14:53 grayhp20 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
мај 30 21:14:53 grayhp20 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
мај 30 21:14:53 grayhp20 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
мај 30 21:14:53 grayhp20 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
мај 30 21:14:53 grayhp20 kernel: signal: max sigframe size: 1776
мај 30 21:14:53 grayhp20 kernel: BIOS-provided physical RAM map:
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000002bfff] usable
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x000000000002c000-0x000000000002ffff] reserved
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x0000000000030000-0x0000000000086fff] usable
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x0000000000087000-0x00000000000bffff] reserved
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000000987ffff] usable
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x0000000009880000-0x0000000009dfffff] reserved
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0afff] ACPI NVS
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x0000000009f0b000-0x00000000ae00efff] usable
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x00000000ae00f000-0x00000000aee8efff] reserved
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x00000000aee8f000-0x00000000af77efff] ACPI NVS
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x00000000af77f000-0x00000000af7fefff] ACPI data
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x00000000af7ff000-0x00000000af7fffff] usable
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x00000000af800000-0x00000000afffffff] reserved
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x00000000fdc00000-0x00000000fec00fff] reserved
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x0000000100000000-0x00000001ceffffff] usable
мај 30 21:14:53 grayhp20 kernel: BIOS-e820: [mem 0x00000001cf000000-0x000000024effffff] reserved
мај 30 21:14:53 grayhp20 kernel: NX (Execute Disable) protection: active
мај 30 21:14:53 grayhp20 kernel: e820: update [mem 0x94664018-0x94671457] usable ==> usable
мај 30 21:14:53 grayhp20 kernel: e820: update [mem 0x94664018-0x94671457] usable ==> usable
мај 30 21:14:53 grayhp20 kernel: extended physical RAM map:
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000002bfff] usable
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x000000000002c000-0x000000000002ffff] reserved
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x0000000000030000-0x0000000000086fff] usable
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x0000000000087000-0x00000000000bffff] reserved
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x0000000000100000-0x000000000987ffff] usable
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x0000000009880000-0x0000000009dfffff] reserved
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0afff] ACPI NVS
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x0000000009f0b000-0x0000000094664017] usable
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x0000000094664018-0x0000000094671457] usable
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x0000000094671458-0x00000000ae00efff] usable
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x00000000ae00f000-0x00000000aee8efff] reserved
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x00000000aee8f000-0x00000000af77efff] ACPI NVS
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x00000000af77f000-0x00000000af7fefff] ACPI data
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x00000000af7ff000-0x00000000af7fffff] usable
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x00000000af800000-0x00000000afffffff] reserved
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x00000000fdc00000-0x00000000fec00fff] reserved
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x0000000100000000-0x00000001ceffffff] usable
мај 30 21:14:53 grayhp20 kernel: reserve setup_data: [mem 0x00000001cf000000-0x000000024effffff] reserved
мај 30 21:14:53 grayhp20 kernel: efi: EFI v2.70 by INSYDE Corp.
мај 30 21:14:53 grayhp20 kernel: efi: ESRT=0xae728d18 ACPI=0xaf7fe000 ACPI 2.0=0xaf7fe014 SMBIOS=0xae5c4000 SMBIOS 3.0=0xae5c2000 MEMATTR=0x9e37b018 RNG=0xae5c0818 
мај 30 21:14:53 grayhp20 kernel: efi: seeding entropy pool
мај 30 21:14:53 grayhp20 kernel: random: fast init done
мај 30 21:14:53 grayhp20 kernel: SMBIOS 3.1.1 present.
мај 30 21:14:53 grayhp20 kernel: DMI: HP HP 255 G7 Notebook PC/85EA, BIOS F.31 07/01/2020
мај 30 21:14:53 grayhp20 kernel: tsc: Fast TSC calibration using PIT
мај 30 21:14:53 grayhp20 kernel: tsc: Detected 2096.078 MHz processor
мај 30 21:14:53 grayhp20 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
мај 30 21:14:53 grayhp20 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
мај 30 21:14:53 grayhp20 kernel: last_pfn = 0x1cf000 max_arch_pfn = 0x400000000
мај 30 21:14:53 grayhp20 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
мај 30 21:14:53 grayhp20 kernel: last_pfn = 0xaf800 max_arch_pfn = 0x400000000
мај 30 21:14:53 grayhp20 kernel: esrt: Reserving ESRT space from 0x00000000ae728d18 to 0x00000000ae728d50.
мај 30 21:14:53 grayhp20 kernel: Using GB pages for direct mapping
мај 30 21:14:53 grayhp20 kernel: Secure boot disabled
мај 30 21:14:53 grayhp20 kernel: RAMDISK: [mem 0x7f400000-0x7fffffff]
мај 30 21:14:53 grayhp20 kernel: ACPI: Early table checksum verification disabled
мај 30 21:14:53 grayhp20 kernel: ACPI: RSDP 0x00000000AF7FE014 000024 (v02 HPQOEM)
мај 30 21:14:53 grayhp20 kernel: ACPI: XSDT 0x00000000AF7D3188 000104 (v01 HPQOEM SLIC-MPC 00000002 HP   01000013)
мај 30 21:14:53 grayhp20 kernel: ACPI: FACP 0x00000000AF7EA000 00010C (v05 HPQOEM SLIC-MPC 00000002 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: DSDT 0x00000000AF7DD000 007855 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: FACS 0x00000000AF35B000 000040
мај 30 21:14:53 grayhp20 kernel: ACPI: UEFI 0x00000000AF765000 000236 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7F7000 005472 (v02 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7F6000 00016F (v01 HPQOEM 85EA     00001000 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7EE000 007164 (v01 HPQOEM 85EA     00001000 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: ASF! 0x00000000AF7EC000 0000A5 (v32 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: BOOT 0x00000000AF7EB000 000028 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: HPET 0x00000000AF7E9000 000038 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: APIC 0x00000000AF7E8000 000138 (v03 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: MCFG 0x00000000AF7E7000 00003C (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: WSMT 0x00000000AF7E5000 000028 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7DC000 0000E9 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7DB000 000080 (v01 HPQOEM 85EA     00000002 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: IVRS 0x00000000AF7DA000 00013E (v02 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D8000 00119C (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: CRAT 0x00000000AF7D7000 000810 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: CDIT 0x00000000AF7D6000 000029 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D5000 0001D4 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D4000 0005C1 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7FD000 000259 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D2000 0000B9 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7D1000 000C33 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7CF000 001B3B (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7CD000 001C55 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: FPDT 0x00000000AF7CC000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7CA000 000164 (v01 HPQOEM 85EA     00001000 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: SSDT 0x00000000AF7C9000 0002EA (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: BGRT 0x00000000AF7E6000 000038 (v01 HPQOEM 85EA     00000001 HP   00040000)
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving FACP table memory at [mem 0xaf7ea000-0xaf7ea10b]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving DSDT table memory at [mem 0xaf7dd000-0xaf7e4854]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving FACS table memory at [mem 0xaf35b000-0xaf35b03f]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving UEFI table memory at [mem 0xaf765000-0xaf765235]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7f7000-0xaf7fc471]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7f6000-0xaf7f616e]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7ee000-0xaf7f5163]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving ASF! table memory at [mem 0xaf7ec000-0xaf7ec0a4]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving BOOT table memory at [mem 0xaf7eb000-0xaf7eb027]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving HPET table memory at [mem 0xaf7e9000-0xaf7e9037]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving APIC table memory at [mem 0xaf7e8000-0xaf7e8137]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving MCFG table memory at [mem 0xaf7e7000-0xaf7e703b]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving WSMT table memory at [mem 0xaf7e5000-0xaf7e5027]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7dc000-0xaf7dc0e8]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7db000-0xaf7db07f]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving IVRS table memory at [mem 0xaf7da000-0xaf7da13d]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d8000-0xaf7d919b]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving CRAT table memory at [mem 0xaf7d7000-0xaf7d780f]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving CDIT table memory at [mem 0xaf7d6000-0xaf7d6028]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d5000-0xaf7d51d3]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d4000-0xaf7d45c0]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7fd000-0xaf7fd258]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d2000-0xaf7d20b8]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7d1000-0xaf7d1c32]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7cf000-0xaf7d0b3a]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7cd000-0xaf7cec54]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving FPDT table memory at [mem 0xaf7cc000-0xaf7cc043]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7ca000-0xaf7ca163]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving SSDT table memory at [mem 0xaf7c9000-0xaf7c92e9]
мај 30 21:14:53 grayhp20 kernel: ACPI: Reserving BGRT table memory at [mem 0xaf7e6000-0xaf7e6037]
мај 30 21:14:53 grayhp20 kernel: No NUMA configuration found
мај 30 21:14:53 grayhp20 kernel: Faking a node at [mem 0x0000000000000000-0x00000001ceffffff]
мај 30 21:14:53 grayhp20 kernel: NODE_DATA(0) allocated [mem 0x1ceffc000-0x1ceffffff]
мај 30 21:14:53 grayhp20 kernel: Zone ranges:
мај 30 21:14:53 grayhp20 kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
мај 30 21:14:53 grayhp20 kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
мај 30 21:14:53 grayhp20 kernel:   Normal   [mem 0x0000000100000000-0x00000001ceffffff]
мај 30 21:14:53 grayhp20 kernel:   Device   empty
мај 30 21:14:53 grayhp20 kernel: Movable zone start for each node
мај 30 21:14:53 grayhp20 kernel: Early memory node ranges
мај 30 21:14:53 grayhp20 kernel:   node   0: [mem 0x0000000000001000-0x000000000002bfff]
мај 30 21:14:53 grayhp20 kernel:   node   0: [mem 0x0000000000030000-0x0000000000086fff]
мај 30 21:14:53 grayhp20 kernel:   node   0: [mem 0x0000000000100000-0x000000000987ffff]
мај 30 21:14:53 grayhp20 kernel:   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
мај 30 21:14:53 grayhp20 kernel:   node   0: [mem 0x0000000009f0b000-0x00000000ae00efff]
мај 30 21:14:53 grayhp20 kernel:   node   0: [mem 0x00000000af7ff000-0x00000000af7fffff]
мај 30 21:14:53 grayhp20 kernel:   node   0: [mem 0x0000000100000000-0x00000001ceffffff]
мај 30 21:14:53 grayhp20 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000001ceffffff]
мај 30 21:14:53 grayhp20 kernel: On node 0, zone DMA: 1 pages in unavailable ranges
мај 30 21:14:53 grayhp20 kernel: On node 0, zone DMA: 4 pages in unavailable ranges
мај 30 21:14:53 grayhp20 kernel: On node 0, zone DMA: 121 pages in unavailable ranges
мај 30 21:14:53 grayhp20 kernel: On node 0, zone DMA32: 1408 pages in unavailable ranges
мај 30 21:14:53 grayhp20 kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
мај 30 21:14:53 grayhp20 kernel: On node 0, zone DMA32: 6128 pages in unavailable ranges
мај 30 21:14:53 grayhp20 kernel: On node 0, zone Normal: 2048 pages in unavailable ranges
мај 30 21:14:53 grayhp20 kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
мај 30 21:14:53 grayhp20 kernel: ACPI: PM-Timer IO Port: 0x408
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
мај 30 21:14:53 grayhp20 kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
мај 30 21:14:53 grayhp20 kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
мај 30 21:14:53 grayhp20 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
мај 30 21:14:53 grayhp20 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
мај 30 21:14:53 grayhp20 kernel: ACPI: Using ACPI (MADT) for SMP configuration information
мај 30 21:14:53 grayhp20 kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
мај 30 21:14:53 grayhp20 kernel: e820: update [mem 0x9e45b000-0x9e46efff] usable ==> reserved
мај 30 21:14:53 grayhp20 kernel: smpboot: Allowing 16 CPUs, 8 hotplug CPUs
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x0002c000-0x0002ffff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x00087000-0x000bffff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x09880000-0x09dfffff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0afff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x94664000-0x94664fff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x94671000-0x94671fff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0x9e45b000-0x9e46efff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xae00f000-0xaee8efff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xaee8f000-0xaf77efff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xaf77f000-0xaf7fefff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xaf800000-0xafffffff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xf7ffffff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfdbfffff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfdc00000-0xfec00fff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
мај 30 21:14:53 grayhp20 kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
мај 30 21:14:53 grayhp20 kernel: [mem 0xb0000000-0xf7ffffff] available for PCI devices
мај 30 21:14:53 grayhp20 kernel: Booting paravirtualized kernel on bare hardware
мај 30 21:14:53 grayhp20 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
мај 30 21:14:53 grayhp20 kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
мај 30 21:14:53 grayhp20 kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
мај 30 21:14:53 grayhp20 kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
мај 30 21:14:53 grayhp20 kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
мај 30 21:14:53 grayhp20 kernel: Fallback order for Node 0: 0 
мај 30 21:14:53 grayhp20 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1533530
мај 30 21:14:53 grayhp20 kernel: Policy zone: Normal
мај 30 21:14:53 grayhp20 kernel: Kernel command line: ro root=UUID=23d65116-731c-48fa-ab75-bc7662ec5e3b initrd=boot\initramfs-linux.img
мај 30 21:14:53 grayhp20 kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
мај 30 21:14:53 grayhp20 kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
мај 30 21:14:53 grayhp20 kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
мај 30 21:14:53 grayhp20 kernel: Memory: 5904476K/6236188K available (14343K kernel code, 2092K rwdata, 10940K rodata, 1788K init, 3380K bss, 331452K reserved, 0K cma-reserved)
мај 30 21:14:53 grayhp20 kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x530 with crng_init=1
мај 30 21:14:53 grayhp20 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
мај 30 21:14:53 grayhp20 kernel: ftrace: allocating 44879 entries in 176 pages
мај 30 21:14:53 grayhp20 kernel: ftrace: allocated 176 pages with 3 groups
мај 30 21:14:53 grayhp20 kernel: Dynamic Preempt: full
мај 30 21:14:53 grayhp20 kernel: rcu: Preemptible hierarchical RCU implementation.
мај 30 21:14:53 grayhp20 kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
мај 30 21:14:53 grayhp20 kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
мај 30 21:14:53 grayhp20 kernel:         Trampoline variant of Tasks RCU enabled.
мај 30 21:14:53 grayhp20 kernel:         Rude variant of Tasks RCU enabled.
мај 30 21:14:53 grayhp20 kernel:         Tracing variant of Tasks RCU enabled.
мај 30 21:14:53 grayhp20 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
мај 30 21:14:53 grayhp20 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
мај 30 21:14:53 grayhp20 kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
мај 30 21:14:53 grayhp20 kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
мај 30 21:14:53 grayhp20 kernel: random: crng init done (trusting CPU's manufacturer)
мај 30 21:14:53 grayhp20 kernel: Console: colour dummy device 80x25
мај 30 21:14:53 grayhp20 kernel: printk: console [tty0] enabled
мај 30 21:14:53 grayhp20 kernel: ACPI: Core revision 20211217
мај 30 21:14:53 grayhp20 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
мај 30 21:14:53 grayhp20 kernel: APIC: Switch to symmetric I/O mode setup
мај 30 21:14:53 grayhp20 kernel: AMD-Vi: ivrs, add hid:PNPD0040, uid:, rdevid:152
мај 30 21:14:53 grayhp20 kernel: Switched APIC routing to physical flat.
мај 30 21:14:53 grayhp20 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
мај 30 21:14:53 grayhp20 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e36b7aedcd, max_idle_ns: 440795301353 ns
мај 30 21:14:53 grayhp20 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4193.82 BogoMIPS (lpj=6986926)
мај 30 21:14:53 grayhp20 kernel: pid_max: default: 32768 minimum: 301
мај 30 21:14:53 grayhp20 kernel: LSM: Security Framework initializing
мај 30 21:14:53 grayhp20 kernel: landlock: Up and running.
мај 30 21:14:53 grayhp20 kernel: Yama: becoming mindful.
мај 30 21:14:53 grayhp20 kernel: LSM support for eBPF active
мај 30 21:14:53 grayhp20 kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
мај 30 21:14:53 grayhp20 kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
мај 30 21:14:53 grayhp20 kernel: LVT offset 1 assigned for vector 0xf9
мај 30 21:14:53 grayhp20 kernel: LVT offset 2 assigned for vector 0xf4
мај 30 21:14:53 grayhp20 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
мај 30 21:14:53 grayhp20 kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
мај 30 21:14:53 grayhp20 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
мај 30 21:14:53 grayhp20 kernel: Spectre V2 : Mitigation: Retpolines
мај 30 21:14:53 grayhp20 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
мај 30 21:14:53 grayhp20 kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
мај 30 21:14:53 grayhp20 kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
мај 30 21:14:53 grayhp20 kernel: Freeing SMP alternatives memory: 36K
мај 30 21:14:53 grayhp20 kernel: smpboot: CPU0: AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx (family: 0x17, model: 0x18, stepping: 0x1)
мај 30 21:14:53 grayhp20 kernel: cblist_init_generic: Setting adjustable number of callback queues.
мај 30 21:14:53 grayhp20 kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
мај 30 21:14:53 grayhp20 kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
мај 30 21:14:53 grayhp20 kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
мај 30 21:14:53 grayhp20 kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
мај 30 21:14:53 grayhp20 kernel: ... version:                0
мај 30 21:14:53 grayhp20 kernel: ... bit width:              48
мај 30 21:14:53 grayhp20 kernel: ... generic registers:      6
мај 30 21:14:53 grayhp20 kernel: ... value mask:             0000ffffffffffff
мај 30 21:14:53 grayhp20 kernel: ... max period:             00007fffffffffff
мај 30 21:14:53 grayhp20 kernel: ... fixed-purpose events:   0
мај 30 21:14:53 grayhp20 kernel: ... event mask:             000000000000003f
мај 30 21:14:53 grayhp20 kernel: rcu: Hierarchical SRCU implementation.
мај 30 21:14:53 grayhp20 kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
мај 30 21:14:53 grayhp20 kernel: smp: Bringing up secondary CPUs ...
мај 30 21:14:53 grayhp20 kernel: x86: Booting SMP configuration:
мај 30 21:14:53 grayhp20 kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
мај 30 21:14:53 grayhp20 kernel: smp: Brought up 1 node, 8 CPUs
мај 30 21:14:53 grayhp20 kernel: smpboot: Max logical packages: 2
мај 30 21:14:53 grayhp20 kernel: smpboot: Total of 8 processors activated (33550.63 BogoMIPS)
мај 30 21:14:53 grayhp20 kernel: devtmpfs: initialized
мај 30 21:14:53 grayhp20 kernel: x86/mm: Memory block size: 128MB
мај 30 21:14:53 grayhp20 kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0afff] (45056 bytes)
мај 30 21:14:53 grayhp20 kernel: ACPI: PM: Registering ACPI NVS region [mem 0xaee8f000-0xaf77efff] (9371648 bytes)
мај 30 21:14:53 grayhp20 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
мај 30 21:14:53 grayhp20 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
мај 30 21:14:53 grayhp20 kernel: pinctrl core: initialized pinctrl subsystem
мај 30 21:14:53 grayhp20 kernel: PM: RTC time: 19:14:52, date: 2022-05-30
мај 30 21:14:53 grayhp20 kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
мај 30 21:14:53 grayhp20 kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
мај 30 21:14:53 grayhp20 kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
мај 30 21:14:53 grayhp20 kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
мај 30 21:14:53 grayhp20 kernel: audit: initializing netlink subsys (disabled)
мај 30 21:14:53 grayhp20 kernel: audit: type=2000 audit(1653938092.153:1): state=initialized audit_enabled=0 res=1
мај 30 21:14:53 grayhp20 kernel: thermal_sys: Registered thermal governor 'fair_share'
мај 30 21:14:53 grayhp20 kernel: thermal_sys: Registered thermal governor 'bang_bang'
мај 30 21:14:53 grayhp20 kernel: thermal_sys: Registered thermal governor 'step_wise'
мај 30 21:14:53 grayhp20 kernel: thermal_sys: Registered thermal governor 'user_space'
мај 30 21:14:53 grayhp20 kernel: thermal_sys: Registered thermal governor 'power_allocator'
мај 30 21:14:53 grayhp20 kernel: cpuidle: using governor ladder
мај 30 21:14:53 grayhp20 kernel: cpuidle: using governor menu
мај 30 21:14:53 grayhp20 kernel: Simple Boot Flag at 0x44 set to 0x1
мај 30 21:14:53 grayhp20 kernel: HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
мај 30 21:14:53 grayhp20 kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
мај 30 21:14:53 grayhp20 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
мај 30 21:14:53 grayhp20 kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
мај 30 21:14:53 grayhp20 kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
мај 30 21:14:53 grayhp20 kernel: PCI: Using configuration type 1 for base access
мај 30 21:14:53 grayhp20 kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
мај 30 21:14:53 grayhp20 kernel: HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
мај 30 21:14:53 grayhp20 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
мај 30 21:14:53 grayhp20 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
мај 30 21:14:53 grayhp20 kernel: ACPI: Added _OSI(Module Device)
мај 30 21:14:53 grayhp20 kernel: ACPI: Added _OSI(Processor Device)
мај 30 21:14:53 grayhp20 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
мај 30 21:14:53 grayhp20 kernel: ACPI: Added _OSI(Processor Aggregator Device)
мај 30 21:14:53 grayhp20 kernel: ACPI: Added _OSI(Linux-Dell-Video)
мај 30 21:14:53 grayhp20 kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
мај 30 21:14:53 grayhp20 kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
мај 30 21:14:53 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP2.BCM5], AE_NOT_FOUND (20211217/dswload2-162)
мај 30 21:14:53 grayhp20 kernel: fbcon: Taking over console
мај 30 21:14:53 grayhp20 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
мај 30 21:14:53 grayhp20 kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
мај 30 21:14:53 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.GPP1.DEV0], AE_NOT_FOUND (20211217/dswload2-162)
мај 30 21:14:53 grayhp20 kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
мај 30 21:14:53 grayhp20 kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
мај 30 21:14:53 grayhp20 kernel: ACPI: 16 ACPI AML tables successfully acquired and loaded
мај 30 21:14:53 grayhp20 kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
мај 30 21:14:53 grayhp20 kernel: ACPI: EC: EC started
мај 30 21:14:53 grayhp20 kernel: ACPI: EC: interrupt blocked
мај 30 21:14:53 grayhp20 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
мај 30 21:14:53 grayhp20 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
мај 30 21:14:53 grayhp20 kernel: ACPI: Interpreter enabled
мај 30 21:14:53 grayhp20 kernel: ACPI: PM: (supports S0 S3 S4 S5)
мај 30 21:14:53 grayhp20 kernel: ACPI: Using IOAPIC for interrupt routing
мај 30 21:14:53 grayhp20 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
мај 30 21:14:53 grayhp20 kernel: ACPI: Enabled 4 GPEs in block 00 to 1F
мај 30 21:14:53 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20211217/psargs-330)
мај 30 21:14:53 grayhp20 kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous error (AE_NOT_FOUND) (20211217/psparse-529)
мај 30 21:14:53 grayhp20 kernel: ACPI: PM: Power Resource [PRWL]
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
мај 30 21:14:53 grayhp20 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
мај 30 21:14:53 grayhp20 kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
мај 30 21:14:53 grayhp20 kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
мај 30 21:14:53 grayhp20 kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
мај 30 21:14:53 grayhp20 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
мај 30 21:14:53 grayhp20 kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000cd3ff])
мај 30 21:14:53 grayhp20 kernel: PCI host bridge to bus 0000:00
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cbfff window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0xb0000000-0xf7ffffff window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.2: enabling Extended Tags
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.3: [1022:15d3] type 01 class 0x060400
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.3: enabling Extended Tags
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.5: [1022:15d3] type 01 class 0x060400
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.5: enabling Extended Tags
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.5: PME# supported from D0 D3hot D3cold
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.1: enabling Extended Tags
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
мај 30 21:14:53 grayhp20 kernel: pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
мај 30 21:14:53 grayhp20 kernel: pci 0000:01:00.0: reg 0x10: [io  0x3000-0x30ff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:01:00.0: reg 0x18: [mem 0xc0904000-0xc0904fff 64bit]
мај 30 21:14:53 grayhp20 kernel: pci 0000:01:00.0: reg 0x20: [mem 0xc0900000-0xc0903fff 64bit]
мај 30 21:14:53 grayhp20 kernel: pci 0000:01:00.0: supports D1 D2
мај 30 21:14:53 grayhp20 kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.2: PCI bridge to [bus 01]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.2:   bridge window [io  0x3000-0x3fff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.2:   bridge window [mem 0xc0900000-0xc09fffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:02:00.0: [10ec:c821] type 00 class 0x028000
мај 30 21:14:53 grayhp20 kernel: pci 0000:02:00.0: reg 0x10: [io  0x2000-0x20ff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:02:00.0: reg 0x18: [mem 0xc0800000-0xc080ffff 64bit]
мај 30 21:14:53 grayhp20 kernel: pci 0000:02:00.0: supports D1 D2
мај 30 21:14:53 grayhp20 kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.3: PCI bridge to [bus 02]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.3:   bridge window [io  0x2000-0x2fff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.3:   bridge window [mem 0xc0800000-0xc08fffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:03:00.0: [1c5c:1339] type 00 class 0x010802
мај 30 21:14:53 grayhp20 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xc0700000-0xc0703fff 64bit]
мај 30 21:14:53 grayhp20 kernel: pci 0000:03:00.0: supports D1
мај 30 21:14:53 grayhp20 kernel: pci 0000:03:00.0: PME# supported from D0 D1 D3hot
мај 30 21:14:53 grayhp20 kernel: pci 0000:03:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x2 link at 0000:00:01.5 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.5: PCI bridge to [bus 03]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.5:   bridge window [mem 0xc0700000-0xc07fffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.0: [1002:15d8] type 00 class 0x030000
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xb0000000-0xbfffffff 64bit pref]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.0: reg 0x18: [mem 0xc0000000-0xc01fffff 64bit pref]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.0: reg 0x20: [io  0x1000-0x10ff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.0: reg 0x24: [mem 0xc0600000-0xc067ffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.0: enabling Extended Tags
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.0: BAR 0: assigned to efifb
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.1: [1002:15de] type 00 class 0x040300
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.1: reg 0x10: [mem 0xc06c8000-0xc06cbfff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.1: enabling Extended Tags
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.2: reg 0x18: [mem 0xc0500000-0xc05fffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.2: reg 0x24: [mem 0xc06ce000-0xc06cffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.2: enabling Extended Tags
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.3: [1022:15e0] type 00 class 0x0c0330
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.3: reg 0x10: [mem 0xc0400000-0xc04fffff 64bit]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.3: enabling Extended Tags
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.4: [1022:15e1] type 00 class 0x0c0330
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.4: reg 0x10: [mem 0xc0300000-0xc03fffff 64bit]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.4: enabling Extended Tags
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.5: reg 0x10: [mem 0xc0680000-0xc06bffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.5: enabling Extended Tags
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.6: reg 0x10: [mem 0xc06c0000-0xc06c7fff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.6: enabling Extended Tags
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.7: [1022:15e6] type 00 class 0x000000
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.7: reg 0x18: [mem 0xc0200000-0xc02fffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.7: reg 0x24: [mem 0xc06cc000-0xc06cdfff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.7: enabling Extended Tags
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.1:   bridge window [mem 0xc0200000-0xc06fffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.1:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKA disabled
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKB disabled
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKC disabled
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKD disabled
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKE disabled
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKF disabled
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKG disabled
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
мај 30 21:14:53 grayhp20 kernel: ACPI: PCI: Interrupt link LNKH disabled
мај 30 21:14:53 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20211217/psargs-330)
мај 30 21:14:53 grayhp20 kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous error (AE_NOT_FOUND) (20211217/psparse-529)
мај 30 21:14:53 grayhp20 kernel: ACPI: EC: interrupt unblocked
мај 30 21:14:53 grayhp20 kernel: ACPI: EC: event unblocked
мај 30 21:14:53 grayhp20 kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
мај 30 21:14:53 grayhp20 kernel: ACPI: EC: GPE=0x3
мај 30 21:14:53 grayhp20 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
мај 30 21:14:53 grayhp20 kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
мај 30 21:14:53 grayhp20 kernel: iommu: Default domain type: Translated 
мај 30 21:14:53 grayhp20 kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.0: vgaarb: setting as boot VGA device
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.0: vgaarb: bridge control possible
мај 30 21:14:53 grayhp20 kernel: vgaarb: loaded
мај 30 21:14:53 grayhp20 kernel: SCSI subsystem initialized
мај 30 21:14:53 grayhp20 kernel: libata version 3.00 loaded.
мај 30 21:14:53 grayhp20 kernel: ACPI: bus type USB registered
мај 30 21:14:53 grayhp20 kernel: usbcore: registered new interface driver usbfs
мај 30 21:14:53 grayhp20 kernel: usbcore: registered new interface driver hub
мај 30 21:14:53 grayhp20 kernel: usbcore: registered new device driver usb
мај 30 21:14:53 grayhp20 kernel: pps_core: LinuxPPS API ver. 1 registered
мај 30 21:14:53 grayhp20 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
мај 30 21:14:53 grayhp20 kernel: PTP clock support registered
мај 30 21:14:53 grayhp20 kernel: EDAC MC: Ver: 3.0.0
мај 30 21:14:53 grayhp20 kernel: Registered efivars operations
мај 30 21:14:53 grayhp20 kernel: NetLabel: Initializing
мај 30 21:14:53 grayhp20 kernel: NetLabel:  domain hash size = 128
мај 30 21:14:53 grayhp20 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
мај 30 21:14:53 grayhp20 kernel: NetLabel:  unlabeled traffic allowed by default
мај 30 21:14:53 grayhp20 kernel: mctp: management component transport protocol core
мај 30 21:14:53 grayhp20 kernel: NET: Registered PF_MCTP protocol family
мај 30 21:14:53 grayhp20 kernel: PCI: Using ACPI for IRQ routing
мај 30 21:14:53 grayhp20 kernel: PCI: pci_cache_line_size set to 64 bytes
мај 30 21:14:53 grayhp20 kernel: e820: reserve RAM buffer [mem 0x0002c000-0x0002ffff]
мај 30 21:14:53 grayhp20 kernel: e820: reserve RAM buffer [mem 0x00087000-0x0008ffff]
мај 30 21:14:53 grayhp20 kernel: e820: reserve RAM buffer [mem 0x09880000-0x0bffffff]
мај 30 21:14:53 grayhp20 kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
мај 30 21:14:53 grayhp20 kernel: e820: reserve RAM buffer [mem 0x94664018-0x97ffffff]
мај 30 21:14:53 grayhp20 kernel: e820: reserve RAM buffer [mem 0x9e45b000-0x9fffffff]
мај 30 21:14:53 grayhp20 kernel: e820: reserve RAM buffer [mem 0xae00f000-0xafffffff]
мај 30 21:14:53 grayhp20 kernel: e820: reserve RAM buffer [mem 0xaf800000-0xafffffff]
мај 30 21:14:53 grayhp20 kernel: e820: reserve RAM buffer [mem 0x1cf000000-0x1cfffffff]
мај 30 21:14:53 grayhp20 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
мај 30 21:14:53 grayhp20 kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
мај 30 21:14:53 grayhp20 kernel: clocksource: Switched to clocksource tsc-early
мај 30 21:14:53 grayhp20 kernel: VFS: Disk quotas dquot_6.6.0
мај 30 21:14:53 grayhp20 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
мај 30 21:14:53 grayhp20 kernel: pnp: PnP ACPI init
мај 30 21:14:53 grayhp20 kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
мај 30 21:14:53 grayhp20 kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
мај 30 21:14:53 grayhp20 kernel: system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
мај 30 21:14:53 grayhp20 kernel: system 00:04: [io  0x0400-0x04cf] has been reserved
мај 30 21:14:53 grayhp20 kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
мај 30 21:14:53 grayhp20 kernel: system 00:04: [io  0x04d6] has been reserved
мај 30 21:14:53 grayhp20 kernel: system 00:04: [io  0x0c00-0x0c01] has been reserved
мај 30 21:14:53 grayhp20 kernel: system 00:04: [io  0x0c14] has been reserved
мај 30 21:14:53 grayhp20 kernel: system 00:04: [io  0x0c50-0x0c52] has been reserved
мај 30 21:14:53 grayhp20 kernel: system 00:04: [io  0x0c6c] has been reserved
мај 30 21:14:53 grayhp20 kernel: system 00:04: [io  0x0c6f] has been reserved
мај 30 21:14:53 grayhp20 kernel: system 00:04: [io  0x0cd0-0x0cdb] has been reserved
мај 30 21:14:53 grayhp20 kernel: system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
мај 30 21:14:53 grayhp20 kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
мај 30 21:14:53 grayhp20 kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.WLBU._STA.WLVD], AE_NOT_FOUND (20211217/psargs-330)
мај 30 21:14:53 grayhp20 kernel: ACPI Error: Aborting method \_SB.WLBU._STA due to previous error (AE_NOT_FOUND) (20211217/psparse-529)
мај 30 21:14:53 grayhp20 kernel: pnp: PnP ACPI: found 6 devices
мај 30 21:14:53 grayhp20 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
мај 30 21:14:53 grayhp20 kernel: NET: Registered PF_INET protocol family
мај 30 21:14:53 grayhp20 kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
мај 30 21:14:53 grayhp20 kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
мај 30 21:14:53 grayhp20 kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
мај 30 21:14:53 grayhp20 kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
мај 30 21:14:53 grayhp20 kernel: TCP: Hash tables configured (established 65536 bind 65536)
мај 30 21:14:53 grayhp20 kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
мај 30 21:14:53 grayhp20 kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
мај 30 21:14:53 grayhp20 kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
мај 30 21:14:53 grayhp20 kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
мај 30 21:14:53 grayhp20 kernel: NET: Registered PF_XDP protocol family
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.2: PCI bridge to [bus 01]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.2:   bridge window [io  0x3000-0x3fff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.2:   bridge window [mem 0xc0900000-0xc09fffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.3: PCI bridge to [bus 02]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.3:   bridge window [io  0x2000-0x2fff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.3:   bridge window [mem 0xc0800000-0xc08fffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.5: PCI bridge to [bus 03]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.5:   bridge window [mem 0xc0700000-0xc07fffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.1:   bridge window [mem 0xc0200000-0xc06fffff]
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.1:   bridge window [mem 0xb0000000-0xc01fffff 64bit pref]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cbfff window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: resource 9 [mem 0xb0000000-0xf7ffffff window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfed3ffff window]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:01: resource 1 [mem 0xc0900000-0xc09fffff]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:02: resource 1 [mem 0xc0800000-0xc08fffff]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:03: resource 1 [mem 0xc0700000-0xc07fffff]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:04: resource 1 [mem 0xc0200000-0xc06fffff]
мај 30 21:14:53 grayhp20 kernel: pci_bus 0000:04: resource 2 [mem 0xb0000000-0xc01fffff 64bit pref]
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.3: extending delay after power-on from D3hot to 20 msec
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.4: extending delay after power-on from D3hot to 20 msec
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.4: quirk_usb_early_handoff+0x0/0x740 took 67297 usecs
мај 30 21:14:53 grayhp20 kernel: PCI: CLS 64 bytes, default 64
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
мај 30 21:14:53 grayhp20 kernel: Trying to unpack rootfs image as initramfs...
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:00.2: PCI INT A: not connected
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.0: Adding to iommu group 0
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.2: Adding to iommu group 1
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.3: Adding to iommu group 2
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:01.5: Adding to iommu group 3
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.0: Adding to iommu group 4
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:08.1: Adding to iommu group 5
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:14.0: Adding to iommu group 6
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:14.3: Adding to iommu group 6
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.0: Adding to iommu group 7
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.1: Adding to iommu group 7
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.2: Adding to iommu group 7
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.3: Adding to iommu group 7
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.4: Adding to iommu group 7
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.5: Adding to iommu group 7
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.6: Adding to iommu group 7
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:18.7: Adding to iommu group 7
мај 30 21:14:53 grayhp20 kernel: pci 0000:01:00.0: Adding to iommu group 8
мај 30 21:14:53 grayhp20 kernel: pci 0000:02:00.0: Adding to iommu group 9
мај 30 21:14:53 grayhp20 kernel: pci 0000:03:00.0: Adding to iommu group 10
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.0: Adding to iommu group 11
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.1: Adding to iommu group 12
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.2: Adding to iommu group 12
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.3: Adding to iommu group 12
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.4: Adding to iommu group 12
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.5: Adding to iommu group 12
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.6: Adding to iommu group 12
мај 30 21:14:53 grayhp20 kernel: pci 0000:04:00.7: Adding to iommu group 12
мај 30 21:14:53 grayhp20 kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
мај 30 21:14:53 grayhp20 kernel: AMD-Vi: Extended features (0x4f77ef22294ada): PPR NX GT IA GA PC GA_vAPIC
мај 30 21:14:53 grayhp20 kernel: AMD-Vi: Interrupt remapping enabled
мај 30 21:14:53 grayhp20 kernel: AMD-Vi: Virtual APIC enabled
мај 30 21:14:53 grayhp20 kernel: software IO TLB: tearing down default memory pool
мај 30 21:14:53 grayhp20 kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
мај 30 21:14:53 grayhp20 kernel: Initialise system trusted keyrings
мај 30 21:14:53 grayhp20 kernel: Key type blacklist registered
мај 30 21:14:53 grayhp20 kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
мај 30 21:14:53 grayhp20 kernel: zbud: loaded
мај 30 21:14:53 grayhp20 kernel: Key type asymmetric registered
мај 30 21:14:53 grayhp20 kernel: Asymmetric key parser 'x509' registered
мај 30 21:14:53 grayhp20 kernel: Freeing initrd memory: 12288K
мај 30 21:14:53 grayhp20 kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
мај 30 21:14:53 grayhp20 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
мај 30 21:14:53 grayhp20 kernel: io scheduler mq-deadline registered
мај 30 21:14:53 grayhp20 kernel: io scheduler kyber registered
мај 30 21:14:53 grayhp20 kernel: io scheduler bfq registered
мај 30 21:14:53 grayhp20 kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 26
мај 30 21:14:53 grayhp20 kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 26
мај 30 21:14:53 grayhp20 kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 27
мај 30 21:14:53 grayhp20 kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 27
мај 30 21:14:53 grayhp20 kernel: pcieport 0000:00:01.5: PME: Signaling with IRQ 28
мај 30 21:14:53 grayhp20 kernel: pcieport 0000:00:01.5: AER: enabled with IRQ 28
мај 30 21:14:53 grayhp20 kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 29
мај 30 21:14:53 grayhp20 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
мај 30 21:14:53 grayhp20 kernel: ACPI: AC: AC Adapter [ACAD] (off-line)
мај 30 21:14:53 grayhp20 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
мај 30 21:14:53 grayhp20 kernel: ACPI: button: Power Button [PWRB]
мај 30 21:14:53 grayhp20 kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
мај 30 21:14:53 grayhp20 kernel: ACPI: button: Lid Switch [LID]
мај 30 21:14:53 grayhp20 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
мај 30 21:14:53 grayhp20 kernel: ACPI: button: Power Button [PWRF]
мај 30 21:14:53 grayhp20 kernel: Monitor-Mwait will be used to enter C-1 state
мај 30 21:14:53 grayhp20 kernel: ACPI: \_PR_.C000: Found 2 idle states
мај 30 21:14:53 grayhp20 kernel: ACPI: \_PR_.C001: Found 2 idle states
мај 30 21:14:53 grayhp20 kernel: ACPI: \_PR_.C002: Found 2 idle states
мај 30 21:14:53 grayhp20 kernel: ACPI: \_PR_.C003: Found 2 idle states
мај 30 21:14:53 grayhp20 kernel: ACPI: \_PR_.C004: Found 2 idle states
мај 30 21:14:53 grayhp20 kernel: ACPI: \_PR_.C005: Found 2 idle states
мај 30 21:14:53 grayhp20 kernel: ACPI: \_PR_.C006: Found 2 idle states
мај 30 21:14:53 grayhp20 kernel: ACPI: \_PR_.C007: Found 2 idle states
мај 30 21:14:53 grayhp20 kernel: thermal LNXTHERM:00: registered as thermal_zone0
мај 30 21:14:53 grayhp20 kernel: ACPI: thermal: Thermal Zone [TSZ0] (54 C)
мај 30 21:14:53 grayhp20 kernel: thermal LNXTHERM:01: registered as thermal_zone1
мај 30 21:14:53 grayhp20 kernel: ACPI: thermal: Thermal Zone [TSZ2] (20 C)
мај 30 21:14:53 grayhp20 kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
мај 30 21:14:53 grayhp20 kernel: Non-volatile memory driver v1.3
мај 30 21:14:53 grayhp20 kernel: Linux agpgart interface v0.103
мај 30 21:14:53 grayhp20 kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
мај 30 21:14:53 grayhp20 kernel: ACPI: bus type drm_connector registered
мај 30 21:14:53 grayhp20 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
мај 30 21:14:53 grayhp20 kernel: ehci-pci: EHCI PCI platform driver
мај 30 21:14:53 grayhp20 kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
мај 30 21:14:53 grayhp20 kernel: ohci-pci: OHCI PCI platform driver
мај 30 21:14:53 grayhp20 kernel: uhci_hcd: USB Universal Host Controller Interface driver
мај 30 21:14:53 grayhp20 kernel: usbcore: registered new interface driver usbserial_generic
мај 30 21:14:53 grayhp20 kernel: usbserial: USB Serial support registered for generic
мај 30 21:14:53 grayhp20 kernel: rtc_cmos 00:01: RTC can wake from S4
мај 30 21:14:53 grayhp20 kernel: rtc_cmos 00:01: registered as rtc0
мај 30 21:14:53 grayhp20 kernel: rtc_cmos 00:01: setting system clock to 2022-05-30T19:14:52 UTC (1653938092)
мај 30 21:14:53 grayhp20 kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
мај 30 21:14:53 grayhp20 kernel: ledtrig-cpu: registered to indicate activity on CPUs
мај 30 21:14:53 grayhp20 kernel: efifb: probing for efifb
мај 30 21:14:53 grayhp20 kernel: efifb: framebuffer at 0xb0000000, using 8100k, total 8100k
мај 30 21:14:53 grayhp20 kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
мај 30 21:14:53 grayhp20 kernel: efifb: scrolling: redraw
мај 30 21:14:53 grayhp20 kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
мај 30 21:14:53 grayhp20 kernel: Console: switching to colour frame buffer device 240x67
мај 30 21:14:53 grayhp20 kernel: fb0: EFI VGA frame buffer device
мај 30 21:14:53 grayhp20 kernel: hid: raw HID events driver (C) Jiri Kosina
мај 30 21:14:53 grayhp20 kernel: drop_monitor: Initializing network drop monitor service
мај 30 21:14:53 grayhp20 kernel: Initializing XFRM netlink socket
мај 30 21:14:53 grayhp20 kernel: NET: Registered PF_INET6 protocol family
мај 30 21:14:53 grayhp20 kernel: Segment Routing with IPv6
мај 30 21:14:53 grayhp20 kernel: RPL Segment Routing with IPv6
мај 30 21:14:53 grayhp20 kernel: In-situ OAM (IOAM) with IPv6
мај 30 21:14:53 grayhp20 kernel: NET: Registered PF_PACKET protocol family
мај 30 21:14:53 grayhp20 kernel: microcode: CPU0: patch_level=0x08108102
мај 30 21:14:53 grayhp20 kernel: microcode: CPU1: patch_level=0x08108102
мај 30 21:14:53 grayhp20 kernel: microcode: CPU2: patch_level=0x08108102
мај 30 21:14:53 grayhp20 kernel: microcode: CPU3: patch_level=0x08108102
мај 30 21:14:53 grayhp20 kernel: microcode: CPU4: patch_level=0x08108102
мај 30 21:14:53 grayhp20 kernel: microcode: CPU5: patch_level=0x08108102
мај 30 21:14:53 grayhp20 kernel: microcode: CPU6: patch_level=0x08108102
мај 30 21:14:53 grayhp20 kernel: microcode: CPU7: patch_level=0x08108102
мај 30 21:14:53 grayhp20 kernel: microcode: Microcode Update Driver: v2.2.
мај 30 21:14:53 grayhp20 kernel: IPI shorthand broadcast: enabled
мај 30 21:14:53 grayhp20 kernel: sched_clock: Marking stable (659909613, 462946)->(672312284, -11939725)
мај 30 21:14:53 grayhp20 kernel: registered taskstats version 1
мај 30 21:14:53 grayhp20 kernel: Loading compiled-in X.509 certificates
мај 30 21:14:53 grayhp20 kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7b1f7772fe6b819d806548881a392e077a32804c'
мај 30 21:14:53 grayhp20 kernel: zswap: loaded using pool lz4/z3fold
мај 30 21:14:53 grayhp20 kernel: Key type ._fscrypt registered
мај 30 21:14:53 grayhp20 kernel: Key type .fscrypt registered
мај 30 21:14:53 grayhp20 kernel: Key type fscrypt-provisioning registered
мај 30 21:14:53 grayhp20 kernel: PM:   Magic number: 6:433:244
мај 30 21:14:53 grayhp20 kernel: RAS: Correctable Errors collector initialized.
мај 30 21:14:53 grayhp20 kernel: ACPI: battery: Slot [BAT1] (battery present)
мај 30 21:14:53 grayhp20 kernel: Freeing unused decrypted memory: 2036K
мај 30 21:14:53 grayhp20 kernel: Freeing unused kernel image (initmem) memory: 1788K
мај 30 21:14:53 grayhp20 kernel: Write protecting the kernel read-only data: 28672k
мај 30 21:14:53 grayhp20 kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
мај 30 21:14:53 grayhp20 kernel: Freeing unused kernel image (rodata/data gap) memory: 1348K
мај 30 21:14:53 grayhp20 kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
мај 30 21:14:53 grayhp20 kernel: rodata_test: all tests were successful
мај 30 21:14:53 grayhp20 kernel: Run /init as init process
мај 30 21:14:53 grayhp20 kernel:   with arguments:
мај 30 21:14:53 grayhp20 kernel:     /init
мај 30 21:14:53 grayhp20 kernel:   with environment:
мај 30 21:14:53 grayhp20 kernel:     HOME=/
мај 30 21:14:53 grayhp20 kernel:     TERM=linux
мај 30 21:14:53 grayhp20 kernel: ACPI: video: Video Device [VGA1] (multi-head: yes  rom: no  post: no)
мај 30 21:14:53 grayhp20 kernel: acpi device:0b: registered as cooling_device8
мај 30 21:14:53 grayhp20 kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input3
мај 30 21:14:53 grayhp20 kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
мај 30 21:14:53 grayhp20 kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
мај 30 21:14:53 grayhp20 kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
мај 30 21:14:53 grayhp20 kernel: xhci_hcd 0000:04:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
мај 30 21:14:53 grayhp20 kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
мај 30 21:14:53 grayhp20 kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
мај 30 21:14:53 grayhp20 kernel: usb usb1: Product: xHCI Host Controller
мај 30 21:14:53 grayhp20 kernel: usb usb1: Manufacturer: Linux 5.17.9-arch1-1 xhci-hcd
мај 30 21:14:53 grayhp20 kernel: usb usb1: SerialNumber: 0000:04:00.3
мај 30 21:14:53 grayhp20 kernel: hub 1-0:1.0: USB hub found
мај 30 21:14:53 grayhp20 kernel: hub 1-0:1.0: 4 ports detected
мај 30 21:14:53 grayhp20 kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
мај 30 21:14:53 grayhp20 kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
мај 30 21:14:53 grayhp20 kernel: xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
мај 30 21:14:53 grayhp20 kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
мај 30 21:14:53 grayhp20 kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
мај 30 21:14:53 grayhp20 kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
мај 30 21:14:53 grayhp20 kernel: usb usb2: Product: xHCI Host Controller
мај 30 21:14:53 grayhp20 kernel: usb usb2: Manufacturer: Linux 5.17.9-arch1-1 xhci-hcd
мај 30 21:14:53 grayhp20 kernel: usb usb2: SerialNumber: 0000:04:00.3
мај 30 21:14:53 grayhp20 kernel: hub 2-0:1.0: USB hub found
мај 30 21:14:53 grayhp20 kernel: hub 2-0:1.0: 4 ports detected
мај 30 21:14:53 grayhp20 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
мај 30 21:14:53 grayhp20 kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
мај 30 21:14:53 grayhp20 kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
мај 30 21:14:53 grayhp20 kernel: xhci_hcd 0000:04:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
мај 30 21:14:53 grayhp20 kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
мај 30 21:14:53 grayhp20 kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
мај 30 21:14:53 grayhp20 kernel: usb usb3: Product: xHCI Host Controller
мај 30 21:14:53 grayhp20 kernel: usb usb3: Manufacturer: Linux 5.17.9-arch1-1 xhci-hcd
мај 30 21:14:53 grayhp20 kernel: usb usb3: SerialNumber: 0000:04:00.4
мај 30 21:14:53 grayhp20 kernel: hub 3-0:1.0: USB hub found
мај 30 21:14:53 grayhp20 kernel: hub 3-0:1.0: 2 ports detected
мај 30 21:14:53 grayhp20 kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
мај 30 21:14:53 grayhp20 kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
мај 30 21:14:53 grayhp20 kernel: xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
мај 30 21:14:53 grayhp20 kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
мај 30 21:14:53 grayhp20 kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
мај 30 21:14:53 grayhp20 kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
мај 30 21:14:53 grayhp20 kernel: usb usb4: Product: xHCI Host Controller
мај 30 21:14:53 grayhp20 kernel: usb usb4: Manufacturer: Linux 5.17.9-arch1-1 xhci-hcd
мај 30 21:14:53 grayhp20 kernel: usb usb4: SerialNumber: 0000:04:00.4
мај 30 21:14:53 grayhp20 kernel: hub 4-0:1.0: USB hub found
мај 30 21:14:53 grayhp20 kernel: hub 4-0:1.0: 1 port detected
мај 30 21:14:53 grayhp20 kernel: nvme nvme0: pci function 0000:03:00.0
мај 30 21:14:53 grayhp20 kernel: nvme nvme0: missing or invalid SUBNQN field.
мај 30 21:14:53 grayhp20 kernel: nvme nvme0: 16/0/0 default/read/poll queues
мај 30 21:14:53 grayhp20 kernel:  nvme0n1: p1 p2 p3 p4 p5 p6
мај 30 21:14:53 grayhp20 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
мај 30 21:14:53 grayhp20 kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
мај 30 21:14:53 grayhp20 kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
мај 30 21:14:53 grayhp20 kernel: EXT4-fs (nvme0n1p6): mounted filesystem with ordered data mode. Quota mode: none.
мај 30 21:14:53 grayhp20 kernel: usb 3-1: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
мај 30 21:14:53 grayhp20 kernel: usb 3-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
мај 30 21:14:53 grayhp20 kernel: usb 3-1: Product: ASM105X series
мај 30 21:14:53 grayhp20 kernel: usb 3-1: Manufacturer: Asmedia
мај 30 21:14:53 grayhp20 kernel: usb 3-1: SerialNumber: KWIK6DK4048         
мај 30 21:14:53 grayhp20 kernel: usb 1-2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
мај 30 21:14:53 grayhp20 kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
мај 30 21:14:53 grayhp20 kernel: usb 1-2: Product: USB Receiver
мај 30 21:14:53 grayhp20 kernel: usb 1-2: Manufacturer: Logitech
мај 30 21:14:53 grayhp20 kernel: tsc: Refined TSC clocksource calibration: 2096.054 MHz
мај 30 21:14:53 grayhp20 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e36a0ba545, max_idle_ns: 440795203241 ns
мај 30 21:14:53 grayhp20 kernel: clocksource: Switched to clocksource tsc
мај 30 21:14:53 grayhp20 systemd[1]: systemd 250.5-1-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
мај 30 21:14:53 grayhp20 systemd[1]: Detected architecture x86-64.
мај 30 21:14:53 grayhp20 systemd[1]: Hostname set to <grayhp20>.
мај 30 21:14:53 grayhp20 kernel: usb 3-2: new high-speed USB device number 3 using xhci_hcd
мај 30 21:14:53 grayhp20 kernel: usb 3-2: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=88.32
мај 30 21:14:53 grayhp20 kernel: usb 3-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
мај 30 21:14:53 grayhp20 kernel: usb 3-2: Product: USB2.0 Hub
мај 30 21:14:53 grayhp20 systemd[1]: Queued start job for default target Graphical Interface.
мај 30 21:14:53 grayhp20 systemd[1]: Created slice Slice /system/getty.
мај 30 21:14:53 grayhp20 systemd[1]: Created slice Slice /system/modprobe.
мај 30 21:14:53 grayhp20 systemd[1]: Created slice User and Session Slice.
мај 30 21:14:53 grayhp20 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
мај 30 21:14:53 grayhp20 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
мај 30 21:14:53 grayhp20 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
мај 30 21:14:53 grayhp20 systemd[1]: Reached target Local Encrypted Volumes.
мај 30 21:14:53 grayhp20 systemd[1]: Reached target Login Prompts.
мај 30 21:14:53 grayhp20 systemd[1]: Reached target Local Integrity Protected Volumes.
мај 30 21:14:53 grayhp20 systemd[1]: Reached target Path Units.
мај 30 21:14:53 grayhp20 systemd[1]: Reached target Remote File Systems.
мај 30 21:14:53 grayhp20 systemd[1]: Reached target Slice Units.
мај 30 21:14:53 grayhp20 systemd[1]: Reached target Local Verity Protected Volumes.
мај 30 21:14:53 grayhp20 systemd[1]: Listening on Device-mapper event daemon FIFOs.
мај 30 21:14:53 grayhp20 systemd[1]: Listening on LVM2 poll daemon socket.
мај 30 21:14:53 grayhp20 systemd[1]: Listening on Process Core Dump Socket.
мај 30 21:14:53 grayhp20 kernel: hub 3-2:1.0: USB hub found
мај 30 21:14:53 grayhp20 systemd[1]: Listening on Journal Audit Socket.
мај 30 21:14:53 grayhp20 systemd[1]: Listening on Journal Socket (/dev/log).
мај 30 21:14:53 grayhp20 kernel: hub 3-2:1.0: 4 ports detected
мај 30 21:14:53 grayhp20 systemd[1]: Listening on Journal Socket.
мај 30 21:14:53 grayhp20 systemd[1]: Listening on udev Control Socket.
мај 30 21:14:53 grayhp20 systemd[1]: Listening on udev Kernel Socket.
мај 30 21:14:53 grayhp20 systemd[1]: Mounting Huge Pages File System...
мај 30 21:14:53 grayhp20 systemd[1]: Mounting POSIX Message Queue File System...
мај 30 21:14:53 grayhp20 systemd[1]: Mounting Kernel Debug File System...
мај 30 21:14:53 grayhp20 systemd[1]: Mounting Kernel Trace File System...
мај 30 21:14:53 grayhp20 systemd[1]: Starting Create List of Static Device Nodes...
мај 30 21:14:53 grayhp20 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
мај 30 21:14:53 grayhp20 systemd[1]: Starting Load Kernel Module configfs...
мај 30 21:14:53 grayhp20 systemd[1]: Starting Load Kernel Module drm...
мај 30 21:14:53 grayhp20 systemd[1]: Starting Load Kernel Module fuse...
мај 30 21:14:53 grayhp20 systemd[1]: Starting File System Check on Root Device...
мај 30 21:14:53 grayhp20 systemd[1]: Starting Journal Service...
мај 30 21:14:53 grayhp20 systemd[1]: Starting Load Kernel Modules...
мај 30 21:14:53 grayhp20 systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
мај 30 21:14:53 grayhp20 systemd[1]: Starting Coldplug All udev Devices...
мај 30 21:14:53 grayhp20 kernel: fuse: init (API version 7.36)
мај 30 21:14:53 grayhp20 systemd[1]: Mounted Huge Pages File System.
мај 30 21:14:53 grayhp20 systemd[1]: Mounted POSIX Message Queue File System.
мај 30 21:14:53 grayhp20 systemd[1]: Mounted Kernel Debug File System.
мај 30 21:14:53 grayhp20 systemd[1]: Mounted Kernel Trace File System.
мај 30 21:14:53 grayhp20 systemd[1]: Finished Create List of Static Device Nodes.
мај 30 21:14:53 grayhp20 kernel: audit: type=1130 audit(1653938093.682:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 systemd[1]: modprobe@configfs.service: Deactivated successfully.
мај 30 21:14:53 grayhp20 systemd[1]: Finished Load Kernel Module configfs.
мај 30 21:14:53 grayhp20 kernel: audit: type=1130 audit(1653938093.685:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 kernel: audit: type=1131 audit(1653938093.685:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 systemd[1]: modprobe@drm.service: Deactivated successfully.
мај 30 21:14:53 grayhp20 systemd[1]: Finished Load Kernel Module drm.
мај 30 21:14:53 grayhp20 kernel: audit: type=1130 audit(1653938093.685:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 kernel: audit: type=1131 audit(1653938093.685:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 systemd[1]: modprobe@fuse.service: Deactivated successfully.
мај 30 21:14:53 grayhp20 systemd[1]: Finished Load Kernel Module fuse.
мај 30 21:14:53 grayhp20 kernel: audit: type=1130 audit(1653938093.685:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 kernel: audit: type=1131 audit(1653938093.685:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 systemd[1]: Finished File System Check on Root Device.
мај 30 21:14:53 grayhp20 kernel: audit: type=1130 audit(1653938093.689:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 systemd[1]: Mounting FUSE Control File System...
мај 30 21:14:53 grayhp20 systemd[1]: Mounting Kernel Configuration File System...
мај 30 21:14:53 grayhp20 systemd[1]: Starting Remount Root and Kernel File Systems...
мај 30 21:14:53 grayhp20 systemd[1]: Mounted FUSE Control File System.
мај 30 21:14:53 grayhp20 systemd[1]: Mounted Kernel Configuration File System.
мај 30 21:14:53 grayhp20 kernel: EXT4-fs (nvme0n1p6): re-mounted. Quota mode: none.
мај 30 21:14:53 grayhp20 systemd[1]: Finished Remount Root and Kernel File Systems.
мај 30 21:14:53 grayhp20 kernel: device-mapper: uevent: version 1.0.3
мај 30 21:14:53 grayhp20 kernel: device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
мај 30 21:14:53 grayhp20 kernel: audit: type=1130 audit(1653938093.705:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
мај 30 21:14:53 grayhp20 systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
мај 30 21:14:53 grayhp20 systemd[1]: Starting Load/Save Random Seed...
мај 30 21:14:53 grayhp20 systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
мај 30 21:14:53 grayhp20 systemd[1]: Starting Create Static Device Nodes in /dev...
мај 30 21:14:53 grayhp20 systemd[1]: Finished Load Kernel Modules.
мај 30 21:14:53 grayhp20 systemd[1]: Starting Apply Kernel Variables...
мај 30 21:14:53 grayhp20 systemd[1]: Finished Load/Save Random Seed.
мај 30 21:14:53 grayhp20 systemd[1]: Finished Apply Kernel Variables.
мај 30 21:14:53 grayhp20 systemd-journald[256]: Journal started
мај 30 21:14:53 grayhp20 systemd-journald[256]: Runtime Journal (/run/log/journal/bc2bfceb5f0a4187a3f725b0edc31de5) is 8.0M, max 297.1M, 289.1M free.
мај 30 21:14:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 systemd-modules-load[257]: Inserted module 'crypto_user'
мај 30 21:14:53 grayhp20 systemd-modules-load[257]: Inserted module 'sg'
мај 30 21:14:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 systemd-modules-load[257]: Inserted module 'dm_multipath'
мај 30 21:14:53 grayhp20 systemd[1]: Started Journal Service.
мај 30 21:14:53 grayhp20 systemd-fsck[259]: /dev/nvme0n1p6: clean, 1880064/6782976 files, 20276876/27111424 blocks
мај 30 21:14:53 grayhp20 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
мај 30 21:14:53 grayhp20 systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
мај 30 21:14:53 grayhp20 systemd[1]: Starting Flush Journal to Persistent Storage...
мај 30 21:14:53 grayhp20 systemd-journald[256]: Time spent on flushing to /var/log/journal/bc2bfceb5f0a4187a3f725b0edc31de5 is 12.944ms for 903 entries.

Offline

#17 2022-05-31 05:59:08

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] Completely black screen (no cursor) on boot

Both journals stop short after

мај 30 21:00:25 grayhp20 systemd[1]: Starting Flush Journal to Persistent Storage...

and the amdgpu module used to show up later and still doesn't show up earlier.

lsblk -f
lsinitcpio /boot/initramfs-linux.img | grep amdgpu

Offline

#18 2022-05-31 11:40:02

vejtics
Member
Registered: 2021-08-31
Posts: 20

Re: [SOLVED] Completely black screen (no cursor) on boot

lsblk -f

yields

NAME        FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sr0                                                                                
nvme0n1                                                                            
|-nvme0n1p1 vfat   FAT32       A2C6-62F9                                           
|-nvme0n1p2                                                                        
|-nvme0n1p3 ntfs               1836CAB936CA96E2                       69,1G    81% /mnt/data/win
|-nvme0n1p4 ntfs               7262BE6762BE3029                                    
|-nvme0n1p5 swap   1           d0a82ddf-14e4-4787-bbac-a9f8bf74bab4                [SWAP]
`-nvme0n1p6 ext4   1.0         23d65116-731c-48fa-ab75-bc7662ec5e3b   20,9G    74% /

while

lsinitcpio /boot/initramfs-linux.img | grep amdgpu

(run as root) yields

/boot/initramfs-linux.img: 32583680 bytes 

Offline

#19 2022-05-31 13:08:40

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] Completely black screen (no cursor) on boot

The lsinitcpio doesn't sound like the module was added… let's grep for ext4

sudo lsinitcpio /boot/initramfs-linux.img | grep ext4

Also, ceterum censeo:

|-nvme0n1p3 ntfs               1836CAB936CA96E2                       69,1G    81% /mnt/data/win
|-nvme0n1p4 ntfs               7262BE6762BE3029   

=> 3rd link below, mandatory.

Offline

#20 2022-06-01 19:04:57

vejtics
Member
Registered: 2021-08-31
Posts: 20

Re: [SOLVED] Completely black screen (no cursor) on boot

usr/bin/fsck.ext4
/boot/initramfs-linux.img: 32583680 bytes                                      
usr/lib/modules/5.17.9-arch1-1/kernel/ext4.ko

As for fast boot, I think I did disable it. Maybe I disabled something else so I'll check. I think I did because when I shut down Windows and boot Arch, the Windows partition isn't read-only, which was the case before.

Offline

#21 2022-06-01 19:15:24

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] Completely black screen (no cursor) on boot

Dirty NTFS is an indicator, but its absence doesn't guarantee a hibernating windows and windows updates tend to re-enable that feature.

The initramfs however does contain the ext4 module, so adding amdgpu didn't work.
You should elaborate on how exactly you went about that (and pay attention as to whether there're maybe any errors by when running mkinitcpio)

Offline

#22 2022-06-01 19:19:25

vejtics
Member
Registered: 2021-08-31
Posts: 20

Re: [SOLVED] Completely black screen (no cursor) on boot

I checked. Fast startup and Hibernate mode are disabled.

Offline

#23 2022-06-01 19:23:27

vejtics
Member
Registered: 2021-08-31
Posts: 20

Re: [SOLVED] Completely black screen (no cursor) on boot

You should elaborate on how exactly you went about that (and pay attention as to whether there're maybe any errors by when running mkinitcpio)

I'm not sure what I should elaborate on. I just edited the initramfs in nano, adding the amdgpu module.

When running mkinitcpio, there aren't any errors, but there is a warning;

==> WARNING: Possibly missing firmware for module: xhci_pci

Offline

#24 2022-06-01 19:24:47

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [SOLVED] Completely black screen (no cursor) on boot

Please post the mkinitcpio.conf and the mkinitcpio command you run and its entire output.

Offline

#25 2022-06-02 12:44:41

vejtics
Member
Registered: 2021-08-31
Posts: 20

Re: [SOLVED] Completely black screen (no cursor) on boot

mkinitcpio.conf (I left out the commented lines):

MODULES=(amdgpu)
BINARIES=()
FILES=()
HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)

When I run mkinitcpio:

==> Starting dry run: 5.18.1-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Dry run complete, use -g IMAGE to generate a real image

Offline

Board footer

Powered by FluxBB