You are not logged in.

#1 2023-05-31 08:27:36

stephan.bolten
Member
Registered: 2023-05-31
Posts: 13

Constant freezes / instability / strange behaviour with latest kernel

Hi,

I am running arch successfully since a couple of years on my Acer ConceptD 7 laptop. Since a kernel update on 24th of May I am having strange issues (never seen this before):

- sometimes I cannot even login (using gdm) - after entering password just a blank screen
- if I can login I can start working - after a while commands I enter in the console are accepted but do nothing (i.e. grub-mkconfig -o ..... can enter the command but just no output - it does nothing - happens with most other command then as well....)
- Reboot does not work - stuck somewhere - have to switch the machine off the hard way
- this happens even when entering runlevel 3 (so no window manager)
- same happens on the laptop of a friend (exact same model) - unfortunately I have no other piece of hardware which I could use for testing to potentially reproduce the problem

Managed to trace this down to all kernels after 6.3.3.arch1-1 - so 6.3.3.arch1-1 it the last one which works without any problems
Same applies for the LTS kernels - not 100% sure but think 6.1.29 ist the last one which works

Currently I have marked linux linux-headers and nvidia to not upgrade. LTS kernels are upgraded but the latest two kernels (latest from today) up until 6.1.31-1 do NOT work

Problem: Since most of the command fail when using one of the latest kernel - it is almost impossible to debug - at least I am not knowledgable enough to know where to look.

This is why I decided to come to this forum to ask. I have the feeling that this all might happen only on my specific piece of hardware - since I could not find anything googling which comes close to what I experience.

Would therefore appreciate if someone could help me out here. What should I look for? journalctl output (not an export at all here :-))

Best,

Stephan

Last edited by stephan.bolten (2023-05-31 09:38:25)

Offline

#2 2023-05-31 11:20:17

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

Re: Constant freezes / instability / strange behaviour with latest kernel

journalctl -b-1

where -1 is the boot prior to your current -2 prior to that one before that and so fort and isolate and post from a boot where you had the issue: https://wiki.archlinux.org/title/List_o … n_services

Symptoms sound like issues with the drive/disk driver or something along the line of file systems. Since the regression happened in the stable series versions it should be fairly trivial to identify a regression. FWIW note that "kernel update at 24 of may" is already out of date so chances it might already have gotten fixed by the just released 6.3.5

Offline

#3 2023-05-31 15:17:55

stephan.bolten
Member
Registered: 2023-05-31
Posts: 13

Re: Constant freezes / instability / strange behaviour with latest kernel

Hi,

I have been updating the LTS kernel to the most recent version and the ZEN version as well. both kernels do also "fail" for me since the 24th of May.

I keep the STABLE version on 6.3.3.arch1-1 in order to have a functional environment.

Will post here if I find something ovious via the journalctl approach.

Thx - Stephan

Last edited by stephan.bolten (2023-05-31 15:19:47)

Offline

#4 2023-05-31 16:11:11

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

Re: Constant freezes / instability / strange behaviour with latest kernel

Yes stable release series patches will normally hit all maintained stable branches. So the regression in question will be in 6.3.4 the changelog of which you find here: https://cdn.kernel.org/pub/linux/kernel … eLog-6.3.4

Assuming wonky disk accesses some of the scsi patches are likely and there are quite a few in that. Something you will want to do if you want to get to the bottom and scouring to the current journal doesn't give you anything (... post the journal of an affected boot as it might help to isolate the issue) one thing that's potentially of note being a back port of a scheduler patch which should help efficiency and P-cores on intel where I'm not entirely sure your system falls into - but that would be specifically in the 6.3.4.arch2 releases, if you noted the problem earlier then this won't be the contributing factor.

Something you will want to do if your journal is incomplete/corrupted due to the hard shutdowns is enabling the REISUB key sequence and trying to reboot by using it -- pausing a few seconds between each press so that each potential sync can go through -- though if you indeed have issues with the disk controller/potentially memory allocations in the kernel that won't be guaranteed.

Offline

#5 2023-05-31 16:58:29

stephan.bolten
Member
Registered: 2023-05-31
Posts: 13

Re: Constant freezes / instability / strange behaviour with latest kernel

Journal of an affected boot - only runlevel 3 to keep the output clean. It stopped working after entering my password in terminal - REISUB had no effect - waited for a minute or so and then hard reset:

Mai 31 18:50:46 sblaptop kernel: microcode: microcode updated early to revision 0xf2, date = 2023-01-12
Mai 31 18:50:46 sblaptop kernel: Linux version 6.1.31-1-lts (linux-lts@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Tue, 30 May 2023 14:36:16 +0000
Mai 31 18:50:46 sblaptop kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=0494f8ea-181f-4c53-a918-10a2ee8addeb rw loglevel=3 nvidia-drm.modeset=1 quiet resume=/dev/nvme0n1p7 3
Mai 31 18:50:46 sblaptop kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Mai 31 18:50:46 sblaptop kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Mai 31 18:50:46 sblaptop kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Mai 31 18:50:46 sblaptop kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Mai 31 18:50:46 sblaptop kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Mai 31 18:50:46 sblaptop kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Mai 31 18:50:46 sblaptop kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Mai 31 18:50:46 sblaptop kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Mai 31 18:50:46 sblaptop kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Mai 31 18:50:46 sblaptop kernel: signal: max sigframe size: 2032
Mai 31 18:50:46 sblaptop kernel: BIOS-provided physical RAM map:
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000061d2dfff] usable
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x0000000061d2e000-0x0000000061f2dfff] type 20
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x0000000061f2e000-0x0000000062e8dfff] reserved
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x0000000062e8e000-0x0000000063b8dfff] ACPI NVS
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x0000000063b8e000-0x0000000063c0dfff] ACPI data
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x0000000063c0e000-0x0000000063c0efff] usable
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x0000000063c0f000-0x00000000697fffff] reserved
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x00000000ff400000-0x00000000ffffffff] reserved
Mai 31 18:50:46 sblaptop kernel: BIOS-e820: [mem 0x0000000100000000-0x00000008947fffff] usable
Mai 31 18:50:46 sblaptop kernel: NX (Execute Disable) protection: active
Mai 31 18:50:46 sblaptop kernel: efi: EFI v2.60 by INSYDE Corp.
Mai 31 18:50:46 sblaptop kernel: efi: ACPI=0x63c0d000 ACPI 2.0=0x63c0d014 TPMFinalLog=0x62e64000 SMBIOS=0x620d2000 SMBIOS 3.0=0x620d0000 ESRT=0x620ce298 
Mai 31 18:50:46 sblaptop kernel: SMBIOS 3.0.1 present.
Mai 31 18:50:46 sblaptop kernel: DMI: Acer ConceptD CN715-71/GhibliC_CFS, BIOS V1.09 09/15/2020
Mai 31 18:50:46 sblaptop kernel: tsc: Detected 2600.000 MHz processor
Mai 31 18:50:46 sblaptop kernel: tsc: Detected 2599.992 MHz TSC
Mai 31 18:50:46 sblaptop kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Mai 31 18:50:46 sblaptop kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Mai 31 18:50:46 sblaptop kernel: last_pfn = 0x894800 max_arch_pfn = 0x400000000
Mai 31 18:50:46 sblaptop kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Mai 31 18:50:46 sblaptop kernel: last_pfn = 0x63c0f max_arch_pfn = 0x400000000
Mai 31 18:50:46 sblaptop kernel: esrt: Reserving ESRT space from 0x00000000620ce298 to 0x00000000620ce2d0.
Mai 31 18:50:46 sblaptop kernel: Using GB pages for direct mapping
Mai 31 18:50:46 sblaptop kernel: Secure boot disabled
Mai 31 18:50:46 sblaptop kernel: RAMDISK: [mem 0x32fc9000-0x33fdafff]
Mai 31 18:50:46 sblaptop kernel: ACPI: Early table checksum verification disabled
Mai 31 18:50:46 sblaptop kernel: ACPI: RSDP 0x0000000063C0D014 000024 (v02 ACRSYS)
Mai 31 18:50:46 sblaptop kernel: ACPI: XSDT 0x0000000063BE4188 000104 (v01 ACRSYS ACRPRDCT 00000002      01000013)
Mai 31 18:50:46 sblaptop kernel: ACPI: FACP 0x0000000063BE2000 00010C (v05 ACRSYS ACRPRDCT 00000002 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: DSDT 0x0000000063BA0000 03D16B (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: FACS 0x0000000063B0A000 000040
Mai 31 18:50:46 sblaptop kernel: ACPI: UEFI 0x0000000063C0C000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0x0000000063C08000 003FD4 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0x0000000063C06000 001B1C (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0x0000000063C02000 0031CE (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0x0000000063BFF000 0026F8 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: UEFI 0x0000000063BFE000 000042 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0x0000000063BFD000 00045A (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0x0000000063BFC000 000046 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: TPM2 0x0000000063BFB000 000034 (v03 ACRSYS ACRPRDCT 00000002 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: MSDM 0x0000000063BFA000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0x0000000063BF4000 005B41 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: LPIT 0x0000000063BF3000 000094 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: WSMT 0x0000000063BF2000 000028 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0x0000000063BF1000 000C2E (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0x0000000063BEF000 00149F (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: DBGP 0x0000000063BEE000 000034 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: DBG2 0x0000000063BED000 000054 (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0x0000000063BEB000 0011D1 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0x0000000063BE5000 005C84 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: ASF! 0x0000000063BE3000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: HPET 0x0000000063BE1000 000038 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: APIC 0x0000000063BE0000 00012C (v03 ACRSYS ACRPRDCT 00000002 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: MCFG 0x0000000063BDF000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: DMAR 0x0000000063B9F000 0000A8 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0x0000000063B99000 0051E7 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: FPDT 0x0000000063BDE000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: BGRT 0x0000000063B98000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving FACP table memory at [mem 0x63be2000-0x63be210b]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving DSDT table memory at [mem 0x63ba0000-0x63bdd16a]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving FACS table memory at [mem 0x63b0a000-0x63b0a03f]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving UEFI table memory at [mem 0x63c0c000-0x63c0c235]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x63c08000-0x63c0bfd3]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x63c06000-0x63c07b1b]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x63c02000-0x63c051cd]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x63bff000-0x63c016f7]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving UEFI table memory at [mem 0x63bfe000-0x63bfe041]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x63bfd000-0x63bfd459]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x63bfc000-0x63bfc045]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving TPM2 table memory at [mem 0x63bfb000-0x63bfb033]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving MSDM table memory at [mem 0x63bfa000-0x63bfa054]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x63bf4000-0x63bf9b40]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving LPIT table memory at [mem 0x63bf3000-0x63bf3093]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving WSMT table memory at [mem 0x63bf2000-0x63bf2027]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x63bf1000-0x63bf1c2d]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x63bef000-0x63bf049e]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving DBGP table memory at [mem 0x63bee000-0x63bee033]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving DBG2 table memory at [mem 0x63bed000-0x63bed053]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x63beb000-0x63bec1d0]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x63be5000-0x63beac83]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving ASF! table memory at [mem 0x63be3000-0x63be30a4]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving HPET table memory at [mem 0x63be1000-0x63be1037]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving APIC table memory at [mem 0x63be0000-0x63be012b]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving MCFG table memory at [mem 0x63bdf000-0x63bdf03b]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving DMAR table memory at [mem 0x63b9f000-0x63b9f0a7]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x63b99000-0x63b9e1e6]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving FPDT table memory at [mem 0x63bde000-0x63bde043]
Mai 31 18:50:46 sblaptop kernel: ACPI: Reserving BGRT table memory at [mem 0x63b98000-0x63b98037]
Mai 31 18:50:46 sblaptop kernel: No NUMA configuration found
Mai 31 18:50:46 sblaptop kernel: Faking a node at [mem 0x0000000000000000-0x00000008947fffff]
Mai 31 18:50:46 sblaptop kernel: NODE_DATA(0) allocated [mem 0x8947fb000-0x8947fffff]
Mai 31 18:50:46 sblaptop kernel: Zone ranges:
Mai 31 18:50:46 sblaptop kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Mai 31 18:50:46 sblaptop kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Mai 31 18:50:46 sblaptop kernel:   Normal   [mem 0x0000000100000000-0x00000008947fffff]
Mai 31 18:50:46 sblaptop kernel:   Device   empty
Mai 31 18:50:46 sblaptop kernel: Movable zone start for each node
Mai 31 18:50:46 sblaptop kernel: Early memory node ranges
Mai 31 18:50:46 sblaptop kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Mai 31 18:50:46 sblaptop kernel:   node   0: [mem 0x0000000000100000-0x0000000061d2dfff]
Mai 31 18:50:46 sblaptop kernel:   node   0: [mem 0x0000000063c0e000-0x0000000063c0efff]
Mai 31 18:50:46 sblaptop kernel:   node   0: [mem 0x0000000100000000-0x00000008947fffff]
Mai 31 18:50:46 sblaptop kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000008947fffff]
Mai 31 18:50:46 sblaptop kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Mai 31 18:50:46 sblaptop kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Mai 31 18:50:46 sblaptop kernel: On node 0, zone DMA32: 7904 pages in unavailable ranges
Mai 31 18:50:46 sblaptop kernel: On node 0, zone Normal: 17393 pages in unavailable ranges
Mai 31 18:50:46 sblaptop kernel: On node 0, zone Normal: 14336 pages in unavailable ranges
Mai 31 18:50:46 sblaptop kernel: Reserving Intel graphics memory at [mem 0x65800000-0x697fffff]
Mai 31 18:50:46 sblaptop kernel: ACPI: PM-Timer IO Port: 0x1808
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Mai 31 18:50:46 sblaptop kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Mai 31 18:50:46 sblaptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Mai 31 18:50:46 sblaptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Mai 31 18:50:46 sblaptop kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Mai 31 18:50:46 sblaptop kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Mai 31 18:50:46 sblaptop kernel: e820: update [mem 0x51653000-0x51a1ffff] usable ==> reserved
Mai 31 18:50:46 sblaptop kernel: TSC deadline timer available
Mai 31 18:50:46 sblaptop kernel: smpboot: Allowing 12 CPUs, 0 hotplug CPUs
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x51653000-0x51a1ffff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x61d2e000-0x61f2dfff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x61f2e000-0x62e8dfff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x62e8e000-0x63b8dfff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x63b8e000-0x63c0dfff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x63c0f000-0x697fffff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x69800000-0xdfffffff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed0ffff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff3fffff]
Mai 31 18:50:46 sblaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xff400000-0xffffffff]
Mai 31 18:50:46 sblaptop kernel: [mem 0x69800000-0xdfffffff] available for PCI devices
Mai 31 18:50:46 sblaptop kernel: Booting paravirtualized kernel on bare hardware
Mai 31 18:50:46 sblaptop kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Mai 31 18:50:46 sblaptop kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Mai 31 18:50:46 sblaptop kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Mai 31 18:50:46 sblaptop kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Mai 31 18:50:46 sblaptop kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
Mai 31 18:50:46 sblaptop kernel: Fallback order for Node 0: 0 
Mai 31 18:50:46 sblaptop kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8218266
Mai 31 18:50:46 sblaptop kernel: Policy zone: Normal
Mai 31 18:50:46 sblaptop kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=0494f8ea-181f-4c53-a918-10a2ee8addeb rw loglevel=3 nvidia-drm.modeset=1 quiet resume=/dev/nvme0n1p7 3
Mai 31 18:50:46 sblaptop kernel: Unknown kernel command line parameters "3 BOOT_IMAGE=/vmlinuz-linux-lts", will be passed to user space.
Mai 31 18:50:46 sblaptop kernel: random: crng init done
Mai 31 18:50:46 sblaptop kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Mai 31 18:50:46 sblaptop kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Mai 31 18:50:46 sblaptop kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Mai 31 18:50:46 sblaptop kernel: software IO TLB: area num 16.
Mai 31 18:50:46 sblaptop kernel: Memory: 32613720K/33395508K available (16391K kernel code, 2138K rwdata, 11072K rodata, 2148K init, 5356K bss, 781528K reserved, 0K cma-reserved)
Mai 31 18:50:46 sblaptop kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Mai 31 18:50:46 sblaptop kernel: Kernel/User page tables isolation: enabled
Mai 31 18:50:46 sblaptop kernel: ftrace: allocating 46442 entries in 182 pages
Mai 31 18:50:46 sblaptop kernel: ftrace: allocated 182 pages with 5 groups
Mai 31 18:50:46 sblaptop kernel: Dynamic Preempt: voluntary
Mai 31 18:50:46 sblaptop kernel: rcu: Preemptible hierarchical RCU implementation.
Mai 31 18:50:46 sblaptop kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Mai 31 18:50:46 sblaptop kernel:         Trampoline variant of Tasks RCU enabled.
Mai 31 18:50:46 sblaptop kernel:         Rude variant of Tasks RCU enabled.
Mai 31 18:50:46 sblaptop kernel:         Tracing variant of Tasks RCU enabled.
Mai 31 18:50:46 sblaptop kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Mai 31 18:50:46 sblaptop kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Mai 31 18:50:46 sblaptop kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Mai 31 18:50:46 sblaptop kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Mai 31 18:50:46 sblaptop kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Mai 31 18:50:46 sblaptop kernel: Console: colour dummy device 80x25
Mai 31 18:50:46 sblaptop kernel: printk: console [tty0] enabled
Mai 31 18:50:46 sblaptop kernel: ACPI: Core revision 20220331
Mai 31 18:50:46 sblaptop kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Mai 31 18:50:46 sblaptop kernel: APIC: Switch to symmetric I/O mode setup
Mai 31 18:50:46 sblaptop kernel: DMAR: Host address width 39
Mai 31 18:50:46 sblaptop kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Mai 31 18:50:46 sblaptop kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Mai 31 18:50:46 sblaptop kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Mai 31 18:50:46 sblaptop kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Mai 31 18:50:46 sblaptop kernel: DMAR: RMRR base: 0x00000062e6c000 end: 0x00000062e8bfff
Mai 31 18:50:46 sblaptop kernel: DMAR: RMRR base: 0x00000065000000 end: 0x000000697fffff
Mai 31 18:50:46 sblaptop kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Mai 31 18:50:46 sblaptop kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Mai 31 18:50:46 sblaptop kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Mai 31 18:50:46 sblaptop kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Mai 31 18:50:46 sblaptop kernel: x2apic enabled
Mai 31 18:50:46 sblaptop kernel: Switched APIC routing to cluster x2apic.
Mai 31 18:50:46 sblaptop kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a34a6eea, max_idle_ns: 440795264358 ns
Mai 31 18:50:46 sblaptop kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5202.65 BogoMIPS (lpj=8666640)
Mai 31 18:50:46 sblaptop kernel: pid_max: default: 32768 minimum: 301
Mai 31 18:50:46 sblaptop kernel: LSM: Security Framework initializing
Mai 31 18:50:46 sblaptop kernel: landlock: Up and running.
Mai 31 18:50:46 sblaptop kernel: Yama: becoming mindful.
Mai 31 18:50:46 sblaptop kernel: LSM support for eBPF active
Mai 31 18:50:46 sblaptop kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Mai 31 18:50:46 sblaptop kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Mai 31 18:50:46 sblaptop kernel: x86/cpu: SGX disabled by BIOS.
Mai 31 18:50:46 sblaptop kernel: CPU0: Thermal monitoring enabled (TM1)
Mai 31 18:50:46 sblaptop kernel: process: using mwait in idle threads
Mai 31 18:50:46 sblaptop kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Mai 31 18:50:46 sblaptop kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Mai 31 18:50:46 sblaptop kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Mai 31 18:50:46 sblaptop kernel: Spectre V2 : Mitigation: IBRS
Mai 31 18:50:46 sblaptop kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Mai 31 18:50:46 sblaptop kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Mai 31 18:50:46 sblaptop kernel: RETBleed: Mitigation: IBRS
Mai 31 18:50:46 sblaptop kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Mai 31 18:50:46 sblaptop kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Mai 31 18:50:46 sblaptop kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Mai 31 18:50:46 sblaptop kernel: MDS: Mitigation: Clear CPU buffers
Mai 31 18:50:46 sblaptop kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Mai 31 18:50:46 sblaptop kernel: SRBDS: Mitigation: Microcode
Mai 31 18:50:46 sblaptop kernel: Freeing SMP alternatives memory: 40K
Mai 31 18:50:46 sblaptop kernel: smpboot: CPU0: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (family: 0x6, model: 0x9e, stepping: 0xa)
Mai 31 18:50:46 sblaptop kernel: cblist_init_generic: Setting adjustable number of callback queues.
Mai 31 18:50:46 sblaptop kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Mai 31 18:50:46 sblaptop kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Mai 31 18:50:46 sblaptop kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Mai 31 18:50:46 sblaptop kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Mai 31 18:50:46 sblaptop kernel: ... version:                4
Mai 31 18:50:46 sblaptop kernel: ... bit width:              48
Mai 31 18:50:46 sblaptop kernel: ... generic registers:      4
Mai 31 18:50:46 sblaptop kernel: ... value mask:             0000ffffffffffff
Mai 31 18:50:46 sblaptop kernel: ... max period:             00007fffffffffff
Mai 31 18:50:46 sblaptop kernel: ... fixed-purpose events:   3
Mai 31 18:50:46 sblaptop kernel: ... event mask:             000000070000000f
Mai 31 18:50:46 sblaptop kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1654
Mai 31 18:50:46 sblaptop kernel: rcu: Hierarchical SRCU implementation.
Mai 31 18:50:46 sblaptop kernel: rcu:         Max phase no-delay instances is 1000.
Mai 31 18:50:46 sblaptop kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Mai 31 18:50:46 sblaptop kernel: smp: Bringing up secondary CPUs ...
Mai 31 18:50:46 sblaptop kernel: x86: Booting SMP configuration:
Mai 31 18:50:46 sblaptop kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6
Mai 31 18:50:46 sblaptop kernel: MDS CPU bug present and SMT on, data leak possible. See [url]https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html[/url] for more details.
Mai 31 18:50:46 sblaptop kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See [url]https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html[/url] for more details.
Mai 31 18:50:46 sblaptop kernel:   #7  #8  #9 #10 #11
Mai 31 18:50:46 sblaptop kernel: smp: Brought up 1 node, 12 CPUs
Mai 31 18:50:46 sblaptop kernel: smpboot: Max logical packages: 1
Mai 31 18:50:46 sblaptop kernel: smpboot: Total of 12 processors activated (62424.80 BogoMIPS)
Mai 31 18:50:46 sblaptop kernel: devtmpfs: initialized
Mai 31 18:50:46 sblaptop kernel: x86/mm: Memory block size: 128MB
Mai 31 18:50:46 sblaptop kernel: ACPI: PM: Registering ACPI NVS region [mem 0x62e8e000-0x63b8dfff] (13631488 bytes)
Mai 31 18:50:46 sblaptop kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Mai 31 18:50:46 sblaptop kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Mai 31 18:50:46 sblaptop kernel: pinctrl core: initialized pinctrl subsystem
Mai 31 18:50:46 sblaptop kernel: PM: RTC time: 16:50:44, date: 2023-05-31
Mai 31 18:50:46 sblaptop kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Mai 31 18:50:46 sblaptop kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Mai 31 18:50:46 sblaptop kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Mai 31 18:50:46 sblaptop kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Mai 31 18:50:46 sblaptop kernel: audit: initializing netlink subsys (disabled)
Mai 31 18:50:46 sblaptop kernel: audit: type=2000 audit(1685551844.296:1): state=initialized audit_enabled=0 res=1
Mai 31 18:50:46 sblaptop kernel: thermal_sys: Registered thermal governor 'fair_share'
Mai 31 18:50:46 sblaptop kernel: thermal_sys: Registered thermal governor 'bang_bang'
Mai 31 18:50:46 sblaptop kernel: thermal_sys: Registered thermal governor 'step_wise'
Mai 31 18:50:46 sblaptop kernel: thermal_sys: Registered thermal governor 'user_space'
Mai 31 18:50:46 sblaptop kernel: thermal_sys: Registered thermal governor 'power_allocator'
Mai 31 18:50:46 sblaptop kernel: cpuidle: using governor ladder
Mai 31 18:50:46 sblaptop kernel: cpuidle: using governor menu
Mai 31 18:50:46 sblaptop kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Mai 31 18:50:46 sblaptop kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Mai 31 18:50:46 sblaptop kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Mai 31 18:50:46 sblaptop kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Mai 31 18:50:46 sblaptop kernel: PCI: Using configuration type 1 for base access
Mai 31 18:50:46 sblaptop kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Mai 31 18:50:46 sblaptop kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Mai 31 18:50:46 sblaptop kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Mai 31 18:50:46 sblaptop kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Mai 31 18:50:46 sblaptop kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Mai 31 18:50:46 sblaptop kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Mai 31 18:50:46 sblaptop kernel: ACPI: Added _OSI(Module Device)
Mai 31 18:50:46 sblaptop kernel: ACPI: Added _OSI(Processor Device)
Mai 31 18:50:46 sblaptop kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Mai 31 18:50:46 sblaptop kernel: ACPI: Added _OSI(Processor Aggregator Device)
Mai 31 18:50:46 sblaptop kernel: ACPI: 13 ACPI AML tables successfully acquired and loaded
Mai 31 18:50:46 sblaptop kernel: ACPI: Dynamic OEM Table Load:
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0xFFFF986CC1AC6F00 0000F4 (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
Mai 31 18:50:46 sblaptop kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Mai 31 18:50:46 sblaptop kernel: ACPI: Dynamic OEM Table Load:
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0xFFFF986CC0EDF400 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Mai 31 18:50:46 sblaptop kernel: ACPI: Dynamic OEM Table Load:
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0xFFFF986CC10E2000 000581 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Mai 31 18:50:46 sblaptop kernel: ACPI: Dynamic OEM Table Load:
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0xFFFF986CC10E7800 0005FC (v02 PmRef  ApIst    00003000 INTL 20160422)
Mai 31 18:50:46 sblaptop kernel: ACPI: Dynamic OEM Table Load:
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0xFFFF986CC1165C00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
Mai 31 18:50:46 sblaptop kernel: ACPI: Dynamic OEM Table Load:
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0xFFFF986CC1598000 000AB0 (v02 PmRef  ApPsd    00003000 INTL 20160422)
Mai 31 18:50:46 sblaptop kernel: ACPI: Dynamic OEM Table Load:
Mai 31 18:50:46 sblaptop kernel: ACPI: SSDT 0xFFFF986CC1167C00 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
Mai 31 18:50:46 sblaptop kernel: ACPI: EC: EC started
Mai 31 18:50:46 sblaptop kernel: ACPI: EC: interrupt blocked
Mai 31 18:50:46 sblaptop kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Mai 31 18:50:46 sblaptop kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Mai 31 18:50:46 sblaptop kernel: ACPI: Interpreter enabled
Mai 31 18:50:46 sblaptop kernel: ACPI: PM: (supports S0 S3 S4 S5)
Mai 31 18:50:46 sblaptop kernel: ACPI: Using IOAPIC for interrupt routing
Mai 31 18:50:46 sblaptop kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Mai 31 18:50:46 sblaptop kernel: PCI: Using E820 reservations for host bridge windows
Mai 31 18:50:46 sblaptop kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
Mai 31 18:50:46 sblaptop kernel: ACPI: PM: Power Resource [PG00]
Mai 31 18:50:46 sblaptop kernel: ACPI: PM: Power Resource [PG01]
Mai 31 18:50:46 sblaptop kernel: ACPI: PM: Power Resource [PG02]
Mai 31 18:50:46 sblaptop kernel: ACPI: PM: Power Resource [USBC]
Mai 31 18:50:46 sblaptop kernel: ACPI: PM: Power Resource [V0PR]
Mai 31 18:50:46 sblaptop kernel: ACPI: PM: Power Resource [V1PR]
Mai 31 18:50:46 sblaptop kernel: ACPI: PM: Power Resource [V2PR]
Mai 31 18:50:46 sblaptop kernel: ACPI: PM: Power Resource [WRST]
Mai 31 18:50:46 sblaptop kernel: acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
Mai 31 18:50:46 sblaptop kernel: ACPI: PM: Power Resource [PIN]
Mai 31 18:50:46 sblaptop kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Mai 31 18:50:46 sblaptop kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Mai 31 18:50:46 sblaptop kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Mai 31 18:50:46 sblaptop kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
Mai 31 18:50:46 sblaptop kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Mai 31 18:50:46 sblaptop kernel: PCI host bridge to bus 0000:00
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:00: root bus resource [mem 0x69800000-0xdfffffff window]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:00.0: [8086:3ec4] type 00 class 0x060000
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:02.0: [8086:3e9b] type 00 class 0x030000
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:02.0: reg 0x10: [mem 0xc5000000-0xc5ffffff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:04.0: reg 0x10: [mem 0xc6510000-0xc6517fff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:12.0: reg 0x10: [mem 0xc6522000-0xc6522fff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:14.0: reg 0x10: [mem 0xc6500000-0xc650ffff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:14.2: reg 0x10: [mem 0xc6520000-0xc6521fff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:14.2: reg 0x18: [mem 0xc6523000-0xc6523fff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:14.3: [8086:a370] type 00 class 0x028000
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:14.3: reg 0x10: [mem 0xc6518000-0xc651bfff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:15.0: [8086:a368] type 00 class 0x0c8000
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:15.1: [8086:a369] type 00 class 0x0c8000
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:16.0: reg 0x10: [mem 0xc6526000-0xc6526fff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:16.0: PME# supported from D3hot
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.4: [8086:a32c] type 01 class 0x060400
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.4: PME# supported from D0 D3hot D3cold
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.4: PTM enabled (root), 4ns granularity
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.7: [8086:a337] type 01 class 0x060400
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.7: PTM enabled (root), 4ns granularity
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1f.0: [8086:a30d] type 00 class 0x060100
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xc651c000-0xc651ffff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xc6100000-0xc61fffff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xc6527000-0xc65270ff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1f.4: reg 0x20: [io  0x5040-0x505f]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.0: [10de:1f11] type 00 class 0x030000
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.0: reg 0x10: [mem 0xc3000000-0xc3ffffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.1: [10de:10f9] type 00 class 0x040300
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.1: reg 0x10: [mem 0xc4000000-0xc4003fff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.2: [10de:1ada] type 00 class 0x0c0330
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.2: reg 0x10: [mem 0xc6000000-0xc603ffff 64bit pref]
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.2: reg 0x1c: [mem 0xc6040000-0xc604ffff 64bit pref]
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.2: PME# supported from D0 D3hot
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.3: [10de:1adb] type 00 class 0x0c8000
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.3: reg 0x10: [mem 0xc4004000-0xc4004fff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.3: PME# supported from D0 D3hot
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01-05]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc40fffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xc6000000-0xc60fffff 64bit pref]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.0: PCI bridge to [bus 06-3d]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.0:   bridge window [mem 0xc8000000-0xde0fffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.0:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Mai 31 18:50:46 sblaptop kernel: pci 0000:3e:00.0: [15b7:5002] type 00 class 0x010802
Mai 31 18:50:46 sblaptop kernel: pci 0000:3e:00.0: reg 0x10: [mem 0xc6400000-0xc6403fff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:3e:00.0: reg 0x20: [mem 0xc6404000-0xc64040ff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.4: PCI bridge to [bus 3e]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.4:   bridge window [mem 0xc6400000-0xc64fffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:3f:00.0: [1344:5405] type 00 class 0x010802
Mai 31 18:50:46 sblaptop kernel: pci 0000:3f:00.0: reg 0x10: [mem 0xc6300000-0xc6303fff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:3f:00.0: enabling Extended Tags
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 3f]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0xc6300000-0xc63fffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:40:00.0: [10ec:3000] type 00 class 0x020000
Mai 31 18:50:46 sblaptop kernel: pci 0000:40:00.0: reg 0x10: [io  0x3000-0x30ff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:40:00.0: reg 0x18: [mem 0xc6200000-0xc620ffff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:40:00.0: reg 0x20: [mem 0xc6280000-0xc6283fff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:40:00.0: supports D1 D2
Mai 31 18:50:46 sblaptop kernel: pci 0000:40:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Mai 31 18:50:46 sblaptop kernel: pci 0000:40:00.0: reg 0x1b4: [mem 0xc6210000-0xc621ffff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:40:00.0: VF(n) BAR2 space: [mem 0xc6210000-0xc627ffff 64bit] (contains BAR2 for 7 VFs)
Mai 31 18:50:46 sblaptop kernel: pci 0000:40:00.0: reg 0x1bc: [mem 0xc6284000-0xc6287fff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:40:00.0: VF(n) BAR4 space: [mem 0xc6284000-0xc629ffff 64bit] (contains BAR4 for 7 VFs)
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.7: PCI bridge to [bus 40-41]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.7:   bridge window [io  0x3000-0x3fff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.7:   bridge window [mem 0xc6200000-0xc62fffff]
Mai 31 18:50:46 sblaptop kernel: ACPI: EC: interrupt unblocked
Mai 31 18:50:46 sblaptop kernel: ACPI: EC: event unblocked
Mai 31 18:50:46 sblaptop kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Mai 31 18:50:46 sblaptop kernel: ACPI: EC: GPE=0x14
Mai 31 18:50:46 sblaptop kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Mai 31 18:50:46 sblaptop kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Mai 31 18:50:46 sblaptop kernel: iommu: Default domain type: Translated 
Mai 31 18:50:46 sblaptop kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Mai 31 18:50:46 sblaptop kernel: SCSI subsystem initialized
Mai 31 18:50:46 sblaptop kernel: libata version 3.00 loaded.
Mai 31 18:50:46 sblaptop kernel: ACPI: bus type USB registered
Mai 31 18:50:46 sblaptop kernel: usbcore: registered new interface driver usbfs
Mai 31 18:50:46 sblaptop kernel: usbcore: registered new interface driver hub
Mai 31 18:50:46 sblaptop kernel: usbcore: registered new device driver usb
Mai 31 18:50:46 sblaptop kernel: pps_core: LinuxPPS API ver. 1 registered
Mai 31 18:50:46 sblaptop kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Mai 31 18:50:46 sblaptop kernel: PTP clock support registered
Mai 31 18:50:46 sblaptop kernel: EDAC MC: Ver: 3.0.0
Mai 31 18:50:46 sblaptop kernel: Registered efivars operations
Mai 31 18:50:46 sblaptop kernel: NetLabel: Initializing
Mai 31 18:50:46 sblaptop kernel: NetLabel:  domain hash size = 128
Mai 31 18:50:46 sblaptop kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Mai 31 18:50:46 sblaptop kernel: NetLabel:  unlabeled traffic allowed by default
Mai 31 18:50:46 sblaptop kernel: mctp: management component transport protocol core
Mai 31 18:50:46 sblaptop kernel: NET: Registered PF_MCTP protocol family
Mai 31 18:50:46 sblaptop kernel: PCI: Using ACPI for IRQ routing
Mai 31 18:50:46 sblaptop kernel: PCI: pci_cache_line_size set to 64 bytes
Mai 31 18:50:46 sblaptop kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Mai 31 18:50:46 sblaptop kernel: e820: reserve RAM buffer [mem 0x51653000-0x53ffffff]
Mai 31 18:50:46 sblaptop kernel: e820: reserve RAM buffer [mem 0x61d2e000-0x63ffffff]
Mai 31 18:50:46 sblaptop kernel: e820: reserve RAM buffer [mem 0x63c0f000-0x63ffffff]
Mai 31 18:50:46 sblaptop kernel: e820: reserve RAM buffer [mem 0x894800000-0x897ffffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Mai 31 18:50:46 sblaptop kernel: vgaarb: loaded
Mai 31 18:50:46 sblaptop kernel: clocksource: Switched to clocksource tsc-early
Mai 31 18:50:46 sblaptop kernel: VFS: Disk quotas dquot_6.6.0
Mai 31 18:50:46 sblaptop kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Mai 31 18:50:46 sblaptop kernel: pnp: PnP ACPI init
Mai 31 18:50:46 sblaptop kernel: system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
Mai 31 18:50:46 sblaptop kernel: system 00:01: [io  0x1800-0x18fe] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:01: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
Mai 31 18:50:46 sblaptop kernel: system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:01: [mem 0xff000000-0xffffffff] could not be reserved
Mai 31 18:50:46 sblaptop kernel: system 00:02: [io  0x2000-0x20fe] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:03: [io  0xffff] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:03: [io  0xffff] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:03: [io  0xffff] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:03: [io  0x1800-0x18fe] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:03: [mem 0xfe800000-0xfe80ffff] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:05: [io  0x1854-0x1857] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
Mai 31 18:50:46 sblaptop kernel: system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
Mai 31 18:50:46 sblaptop kernel: system 00:08: [mem 0xfed45000-0xfed8ffff] could not be reserved
Mai 31 18:50:46 sblaptop kernel: system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
Mai 31 18:50:46 sblaptop kernel: pnp: PnP ACPI: found 9 devices
Mai 31 18:50:46 sblaptop kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Mai 31 18:50:46 sblaptop kernel: NET: Registered PF_INET protocol family
Mai 31 18:50:46 sblaptop kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Mai 31 18:50:46 sblaptop kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Mai 31 18:50:46 sblaptop kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Mai 31 18:50:46 sblaptop kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Mai 31 18:50:46 sblaptop kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Mai 31 18:50:46 sblaptop kernel: TCP: Hash tables configured (established 262144 bind 65536)
Mai 31 18:50:46 sblaptop kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Mai 31 18:50:46 sblaptop kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Mai 31 18:50:46 sblaptop kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Mai 31 18:50:46 sblaptop kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Mai 31 18:50:46 sblaptop kernel: NET: Registered PF_XDP protocol family
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.0: bridge window [io  0x1000-0x0fff] to [bus 06-3d] add_size 1000
Mai 31 18:50:46 sblaptop kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Mai 31 18:50:46 sblaptop kernel: clipped [mem size 0x00020000 64bit] to [mem size 0xfffffffffffc0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x69800000-0x69800fff 64bit]
Mai 31 18:50:46 sblaptop kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Mai 31 18:50:46 sblaptop kernel: clipped [mem size 0x00020000 64bit] to [mem size 0xfffffffffffc0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x69801000-0x69801fff 64bit]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.0: BAR 13: assigned [io  0x6000-0x6fff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xc2000000-0xc207ffff pref]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01-05]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xb0000000-0xc40fffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xc6000000-0xc60fffff 64bit pref]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.0: PCI bridge to [bus 06-3d]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.0:   bridge window [io  0x6000-0x6fff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.0:   bridge window [mem 0xc8000000-0xde0fffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.0:   bridge window [mem 0x70000000-0x91ffffff 64bit pref]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.4: PCI bridge to [bus 3e]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1b.4:   bridge window [mem 0xc6400000-0xc64fffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 3f]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0xc6300000-0xc63fffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.7: PCI bridge to [bus 40-41]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.7:   bridge window [io  0x3000-0x3fff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:00:1d.7:   bridge window [mem 0xc6200000-0xc62fffff]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:00: resource 7 [mem 0x69800000-0xdfffffff window]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:01: resource 1 [mem 0xb0000000-0xc40fffff]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:01: resource 2 [mem 0xc6000000-0xc60fffff 64bit pref]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:06: resource 0 [io  0x6000-0x6fff]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:06: resource 1 [mem 0xc8000000-0xde0fffff]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:06: resource 2 [mem 0x70000000-0x91ffffff 64bit pref]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:3e: resource 1 [mem 0xc6400000-0xc64fffff]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:3f: resource 1 [mem 0xc6300000-0xc63fffff]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:40: resource 0 [io  0x3000-0x3fff]
Mai 31 18:50:46 sblaptop kernel: pci_bus 0000:40: resource 1 [mem 0xc6200000-0xc62fffff]
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
Mai 31 18:50:46 sblaptop kernel: pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
Mai 31 18:50:46 sblaptop kernel: PCI: CLS 64 bytes, default 64
Mai 31 18:50:46 sblaptop kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Mai 31 18:50:46 sblaptop kernel: software IO TLB: mapped [mem 0x000000005d6b2000-0x00000000616b2000] (64MB)
Mai 31 18:50:46 sblaptop kernel: Trying to unpack rootfs image as initramfs...
Mai 31 18:50:46 sblaptop kernel: Initialise system trusted keyrings
Mai 31 18:50:46 sblaptop kernel: Key type blacklist registered
Mai 31 18:50:46 sblaptop kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Mai 31 18:50:46 sblaptop kernel: zbud: loaded
Mai 31 18:50:46 sblaptop kernel: integrity: Platform Keyring initialized
Mai 31 18:50:46 sblaptop kernel: integrity: Machine keyring initialized
Mai 31 18:50:46 sblaptop kernel: Key type asymmetric registered
Mai 31 18:50:46 sblaptop kernel: Asymmetric key parser 'x509' registered
Mai 31 18:50:46 sblaptop kernel: Freeing initrd memory: 16456K
Mai 31 18:50:46 sblaptop kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Mai 31 18:50:46 sblaptop kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Mai 31 18:50:46 sblaptop kernel: io scheduler mq-deadline registered
Mai 31 18:50:46 sblaptop kernel: io scheduler kyber registered
Mai 31 18:50:46 sblaptop kernel: io scheduler bfq registered
Mai 31 18:50:46 sblaptop kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
Mai 31 18:50:46 sblaptop kernel: pcieport 0000:00:1b.0: PME: Signaling with IRQ 123
Mai 31 18:50:46 sblaptop kernel: pcieport 0000:00:1b.0: pciehp: Slot #16 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Mai 31 18:50:46 sblaptop kernel: pcieport 0000:00:1b.0: pciehp: Slot(16): Card present
Mai 31 18:50:46 sblaptop kernel: pcieport 0000:00:1b.4: PME: Signaling with IRQ 124
Mai 31 18:50:46 sblaptop kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
Mai 31 18:50:46 sblaptop kernel: pcieport 0000:00:1d.7: PME: Signaling with IRQ 126
Mai 31 18:50:46 sblaptop kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Mai 31 18:50:46 sblaptop kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
Mai 31 18:50:46 sblaptop kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Mai 31 18:50:46 sblaptop kernel: ACPI: button: Lid Switch [LID0]
Mai 31 18:50:46 sblaptop kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Mai 31 18:50:46 sblaptop kernel: ACPI: button: Sleep Button [SLPB]
Mai 31 18:50:46 sblaptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Mai 31 18:50:46 sblaptop kernel: ACPI: button: Power Button [PWRF]
Mai 31 18:50:46 sblaptop kernel: ACPI: \_TZ_.TZ01: Invalid passive threshold
Mai 31 18:50:46 sblaptop kernel: thermal LNXTHERM:00: registered as thermal_zone0
Mai 31 18:50:46 sblaptop kernel: ACPI: thermal: Thermal Zone [TZ01] (49 C)
Mai 31 18:50:46 sblaptop kernel: thermal LNXTHERM:01: registered as thermal_zone1
Mai 31 18:50:46 sblaptop kernel: ACPI: thermal: Thermal Zone [TZ00] (42 C)
Mai 31 18:50:46 sblaptop kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Mai 31 18:50:46 sblaptop kernel: ACPI: battery: Slot [BAT0] (battery present)
Mai 31 18:50:46 sblaptop kernel: hpet_acpi_add: no address or irqs in _CRS
Mai 31 18:50:46 sblaptop kernel: Non-volatile memory driver v1.3
Mai 31 18:50:46 sblaptop kernel: Linux agpgart interface v0.103
Mai 31 18:50:46 sblaptop kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Mai 31 18:50:46 sblaptop kernel: ACPI: bus type drm_connector registered
Mai 31 18:50:46 sblaptop kernel: usbcore: registered new interface driver usbserial_generic
Mai 31 18:50:46 sblaptop kernel: usbserial: USB Serial support registered for generic
Mai 31 18:50:46 sblaptop kernel: rtc_cmos 00:04: RTC can wake from S4
Mai 31 18:50:46 sblaptop kernel: rtc_cmos 00:04: registered as rtc0
Mai 31 18:50:46 sblaptop kernel: rtc_cmos 00:04: setting system clock to 2023-05-31T16:50:44 UTC (1685551844)
Mai 31 18:50:46 sblaptop kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
Mai 31 18:50:46 sblaptop kernel: intel_pstate: Intel P-state driver initializing
Mai 31 18:50:46 sblaptop kernel: intel_pstate: Disabling energy efficiency optimization
Mai 31 18:50:46 sblaptop kernel: intel_pstate: HWP enabled
Mai 31 18:50:46 sblaptop kernel: ledtrig-cpu: registered to indicate activity on CPUs
Mai 31 18:50:46 sblaptop kernel: efifb: probing for efifb
Mai 31 18:50:46 sblaptop kernel: efifb: showing boot graphics
Mai 31 18:50:46 sblaptop kernel: efifb: framebuffer at 0xa0000000, using 7552k, total 7552k
Mai 31 18:50:46 sblaptop kernel: efifb: mode is 1600x1200x32, linelength=6400, pages=1
Mai 31 18:50:46 sblaptop kernel: efifb: scrolling: redraw
Mai 31 18:50:46 sblaptop kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Mai 31 18:50:46 sblaptop kernel: fbcon: Deferring console take-over
Mai 31 18:50:46 sblaptop kernel: fb0: EFI VGA frame buffer device
Mai 31 18:50:46 sblaptop kernel: hid: raw HID events driver (C) Jiri Kosina
Mai 31 18:50:46 sblaptop kernel: intel_pmc_core INT33A1:00:  initialized
Mai 31 18:50:46 sblaptop kernel: drop_monitor: Initializing network drop monitor service
Mai 31 18:50:46 sblaptop kernel: Initializing XFRM netlink socket
Mai 31 18:50:46 sblaptop kernel: NET: Registered PF_INET6 protocol family
Mai 31 18:50:46 sblaptop kernel: Segment Routing with IPv6
Mai 31 18:50:46 sblaptop kernel: RPL Segment Routing with IPv6
Mai 31 18:50:46 sblaptop kernel: In-situ OAM (IOAM) with IPv6
Mai 31 18:50:46 sblaptop kernel: NET: Registered PF_PACKET protocol family
Mai 31 18:50:46 sblaptop kernel: microcode: sig=0x906ea, pf=0x20, revision=0xf2
Mai 31 18:50:46 sblaptop kernel: microcode: Microcode Update Driver: v2.2.
Mai 31 18:50:46 sblaptop kernel: IPI shorthand broadcast: enabled
Mai 31 18:50:46 sblaptop kernel: sched_clock: Marking stable (4398747508, 13066601)->(719989692, 3691824417)
Mai 31 18:50:46 sblaptop kernel: registered taskstats version 1
Mai 31 18:50:46 sblaptop kernel: Loading compiled-in X.509 certificates
Mai 31 18:50:46 sblaptop kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a387ac12d0a85260b4f014e40feea264e4dcd8f3'
Mai 31 18:50:46 sblaptop kernel: zswap: loaded using pool lz4/z3fold
Mai 31 18:50:46 sblaptop kernel: Key type .fscrypt registered
Mai 31 18:50:46 sblaptop kernel: Key type fscrypt-provisioning registered
Mai 31 18:50:46 sblaptop kernel: integrity: Loading X.509 certificate: UEFI:db
Mai 31 18:50:46 sblaptop kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Mai 31 18:50:46 sblaptop kernel: integrity: Loading X.509 certificate: UEFI:db
Mai 31 18:50:46 sblaptop kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Mai 31 18:50:46 sblaptop kernel: integrity: Loading X.509 certificate: UEFI:db
Mai 31 18:50:46 sblaptop kernel: integrity: Loaded X.509 cert 'Wistron Secure Flash: 34988c042fea03ab4cf14666886666c5'
Mai 31 18:50:46 sblaptop kernel: integrity: Loading X.509 certificate: UEFI:db
Mai 31 18:50:46 sblaptop kernel: integrity: Loaded X.509 cert 'Acer Database: 84f00f5841571abd2cc11a8c26d5c9c8d2b6b0b5'
Mai 31 18:50:46 sblaptop kernel: PM:   Magic number: 7:808:844
Mai 31 18:50:46 sblaptop kernel: RAS: Correctable Errors collector initialized.
Mai 31 18:50:46 sblaptop kernel: Freeing unused decrypted memory: 2036K
Mai 31 18:50:46 sblaptop kernel: Freeing unused kernel image (initmem) memory: 2148K
Mai 31 18:50:46 sblaptop kernel: Write protecting the kernel read-only data: 30720k
Mai 31 18:50:46 sblaptop kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Mai 31 18:50:46 sblaptop kernel: Freeing unused kernel image (rodata/data gap) memory: 1216K
Mai 31 18:50:46 sblaptop kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Mai 31 18:50:46 sblaptop kernel: rodata_test: all tests were successful
Mai 31 18:50:46 sblaptop kernel: x86/mm: Checking user space page tables
Mai 31 18:50:46 sblaptop kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Mai 31 18:50:46 sblaptop kernel: Run /init as init process
Mai 31 18:50:46 sblaptop kernel:   with arguments:
Mai 31 18:50:46 sblaptop kernel:     /init
Mai 31 18:50:46 sblaptop kernel:     3
Mai 31 18:50:46 sblaptop kernel:   with environment:
Mai 31 18:50:46 sblaptop kernel:     HOME=/
Mai 31 18:50:46 sblaptop kernel:     TERM=linux
Mai 31 18:50:46 sblaptop kernel:     BOOT_IMAGE=/vmlinuz-linux-lts
Mai 31 18:50:46 sblaptop kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD0] at 0x60,0x64 irq 1
Mai 31 18:50:46 sblaptop kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Mai 31 18:50:46 sblaptop kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Mai 31 18:50:46 sblaptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Mai 31 18:50:46 sblaptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Mai 31 18:50:46 sblaptop kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Mai 31 18:50:46 sblaptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Mai 31 18:50:46 sblaptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Mai 31 18:50:46 sblaptop kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Mai 31 18:50:46 sblaptop kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Mai 31 18:50:46 sblaptop kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mai 31 18:50:46 sblaptop kernel: usb usb1: Product: xHCI Host Controller
Mai 31 18:50:46 sblaptop kernel: usb usb1: Manufacturer: Linux 6.1.31-1-lts xhci-hcd
Mai 31 18:50:46 sblaptop kernel: usb usb1: SerialNumber: 0000:00:14.0
Mai 31 18:50:46 sblaptop kernel: hub 1-0:1.0: USB hub found
Mai 31 18:50:46 sblaptop kernel: hub 1-0:1.0: 16 ports detected
Mai 31 18:50:46 sblaptop kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Mai 31 18:50:46 sblaptop kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mai 31 18:50:46 sblaptop kernel: usb usb2: Product: xHCI Host Controller
Mai 31 18:50:46 sblaptop kernel: usb usb2: Manufacturer: Linux 6.1.31-1-lts xhci-hcd
Mai 31 18:50:46 sblaptop kernel: usb usb2: SerialNumber: 0000:00:14.0
Mai 31 18:50:46 sblaptop kernel: hub 2-0:1.0: USB hub found
Mai 31 18:50:46 sblaptop kernel: hub 2-0:1.0: 8 ports detected
Mai 31 18:50:46 sblaptop kernel: usb: port power management may be unreliable
Mai 31 18:50:46 sblaptop kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Mai 31 18:50:46 sblaptop kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 3
Mai 31 18:50:46 sblaptop kernel: xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Mai 31 18:50:46 sblaptop kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Mai 31 18:50:46 sblaptop kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 4
Mai 31 18:50:46 sblaptop kernel: xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Mai 31 18:50:46 sblaptop kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Mai 31 18:50:46 sblaptop kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mai 31 18:50:46 sblaptop kernel: usb usb3: Product: xHCI Host Controller
Mai 31 18:50:46 sblaptop kernel: usb usb3: Manufacturer: Linux 6.1.31-1-lts xhci-hcd
Mai 31 18:50:46 sblaptop kernel: usb usb3: SerialNumber: 0000:01:00.2
Mai 31 18:50:46 sblaptop kernel: hub 3-0:1.0: USB hub found
Mai 31 18:50:46 sblaptop kernel: hub 3-0:1.0: 2 ports detected
Mai 31 18:50:46 sblaptop kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Mai 31 18:50:46 sblaptop kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Mai 31 18:50:46 sblaptop kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Mai 31 18:50:46 sblaptop kernel: usb usb4: Product: xHCI Host Controller
Mai 31 18:50:46 sblaptop kernel: usb usb4: Manufacturer: Linux 6.1.31-1-lts xhci-hcd
Mai 31 18:50:46 sblaptop kernel: usb usb4: SerialNumber: 0000:01:00.2
Mai 31 18:50:46 sblaptop kernel: hub 4-0:1.0: USB hub found
Mai 31 18:50:46 sblaptop kernel: hub 4-0:1.0: 4 ports detected
Mai 31 18:50:46 sblaptop kernel: nvme nvme0: pci function 0000:3e:00.0
Mai 31 18:50:46 sblaptop kernel: nvme nvme1: pci function 0000:3f:00.0
Mai 31 18:50:46 sblaptop kernel: nvme nvme0: 12/0/0 default/read/poll queues
Mai 31 18:50:46 sblaptop kernel:  nvme0n1: p1 p2 p3 p4 p5 p7
Mai 31 18:50:46 sblaptop kernel: nvme nvme1: 12/0/0 default/read/poll queues
Mai 31 18:50:46 sblaptop kernel:  nvme1n1: p1
Mai 31 18:50:46 sblaptop kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Mai 31 18:50:46 sblaptop kernel: raid6: skipped pq benchmark and selected avx2x4
Mai 31 18:50:46 sblaptop kernel: raid6: using avx2x2 recovery algorithm
Mai 31 18:50:46 sblaptop kernel: xor: automatically using best checksumming function   avx       
Mai 31 18:50:46 sblaptop kernel: Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
Mai 31 18:50:46 sblaptop kernel: BTRFS: device label HOME devid 1 transid 1498688 /dev/nvme1n1p1 scanned by (udev-worker) (214)
Mai 31 18:50:46 sblaptop kernel: BTRFS: device label ROOT devid 1 transid 6071000 /dev/nvme0n1p5 scanned by (udev-worker) (215)
Mai 31 18:50:46 sblaptop kernel: PM: Image not found (code -22)
Mai 31 18:50:46 sblaptop kernel: BTRFS info (device nvme0n1p5): using crc32c (crc32c-intel) checksum algorithm
Mai 31 18:50:46 sblaptop kernel: BTRFS info (device nvme0n1p5): disk space caching is enabled
Mai 31 18:50:46 sblaptop kernel: BTRFS info (device nvme0n1p5): enabling ssd optimizations
Mai 31 18:50:46 sblaptop kernel: usb 1-5: new high-speed USB device number 2 using xhci_hcd
Mai 31 18:50:46 sblaptop systemd[1]: systemd 253.4-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 +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Mai 31 18:50:46 sblaptop systemd[1]: Detected architecture x86-64.
Mai 31 18:50:46 sblaptop systemd[1]: Hostname set to <sblaptop>.
Mai 31 18:50:46 sblaptop kernel: usb 1-5: New USB device found, idVendor=04f2, idProduct=b5c5, bcdDevice=96.18
Mai 31 18:50:46 sblaptop kernel: usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Mai 31 18:50:46 sblaptop kernel: usb 1-5: Product: HD WebCam
Mai 31 18:50:46 sblaptop kernel: usb 1-5: Manufacturer: Generic
Mai 31 18:50:46 sblaptop kernel: usb 1-5: SerialNumber: 200901010001
Mai 31 18:50:46 sblaptop kernel: usb 1-14: new full-speed USB device number 3 using xhci_hcd
Mai 31 18:50:46 sblaptop kernel: tsc: Refined TSC clocksource calibration: 2591.998 MHz
Mai 31 18:50:46 sblaptop kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb518234, max_idle_ns: 440795279333 ns
Mai 31 18:50:46 sblaptop kernel: clocksource: Switched to clocksource tsc
Mai 31 18:50:46 sblaptop kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
Mai 31 18:50:46 sblaptop kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Mai 31 18:50:46 sblaptop systemd[1]: bpf-lsm: LSM BPF program attached
Mai 31 18:50:46 sblaptop systemd[1]: /usr/lib/systemd/system/teamviewerd.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/teamviewerd.pid → /run/teamviewerd.pid; please update the unit file accordingly.
Mai 31 18:50:46 sblaptop systemd[1]: Queued start job for default target Multi-User System.
Mai 31 18:50:46 sblaptop kernel: pcieport 0000:00:1b.0: pciehp: Slot(16): No link
Mai 31 18:50:46 sblaptop systemd[1]: Created slice Virtual Machine and Container Slice.
Mai 31 18:50:46 sblaptop systemd[1]: Created slice Slice /system/getty.
Mai 31 18:50:46 sblaptop systemd[1]: Created slice Slice /system/modprobe.
Mai 31 18:50:46 sblaptop systemd[1]: Created slice Slice /system/systemd-fsck.
Mai 31 18:50:46 sblaptop systemd[1]: Created slice User and Session Slice.
Mai 31 18:50:46 sblaptop systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Mai 31 18:50:46 sblaptop systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Mai 31 18:50:46 sblaptop systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Mai 31 18:50:46 sblaptop systemd[1]: Reached target Local Encrypted Volumes.
Mai 31 18:50:46 sblaptop systemd[1]: Reached target Local Integrity Protected Volumes.
Mai 31 18:50:46 sblaptop systemd[1]: Reached target Host and Network Name Lookups.
Mai 31 18:50:46 sblaptop systemd[1]: Reached target Remote File Systems.
Mai 31 18:50:46 sblaptop systemd[1]: Reached target Slice Units.
Mai 31 18:50:46 sblaptop systemd[1]: Reached target Local Verity Protected Volumes.
Mai 31 18:50:46 sblaptop systemd[1]: Listening on Device-mapper event daemon FIFOs.
Mai 31 18:50:46 sblaptop systemd[1]: Listening on LVM2 poll daemon socket.
Mai 31 18:50:46 sblaptop systemd[1]: Listening on RPCbind Server Activation Socket.
Mai 31 18:50:46 sblaptop systemd[1]: Reached target RPC Port Mapper.
Mai 31 18:50:46 sblaptop systemd[1]: Listening on Process Core Dump Socket.
Mai 31 18:50:46 sblaptop systemd[1]: Listening on Journal Socket (/dev/log).
Mai 31 18:50:46 sblaptop systemd[1]: Listening on Journal Socket.
Mai 31 18:50:46 sblaptop systemd[1]: Listening on udev Control Socket.
Mai 31 18:50:46 sblaptop systemd[1]: Listening on udev Kernel Socket.
Mai 31 18:50:46 sblaptop systemd[1]: Mounting Huge Pages File System...
Mai 31 18:50:46 sblaptop systemd[1]: Mounting POSIX Message Queue File System...
Mai 31 18:50:46 sblaptop systemd[1]: Mounting Kernel Debug File System...
Mai 31 18:50:46 sblaptop systemd[1]: Mounting Kernel Trace File System...
Mai 31 18:50:46 sblaptop systemd[1]: Starting Create List of Static Device Nodes...
Mai 31 18:50:46 sblaptop systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Mai 31 18:50:46 sblaptop systemd[1]: Starting Load Kernel Module configfs...
Mai 31 18:50:46 sblaptop systemd[1]: Starting Load Kernel Module dm_mod...
Mai 31 18:50:46 sblaptop systemd[1]: Starting Load Kernel Module drm...
Mai 31 18:50:46 sblaptop systemd[1]: Starting Load Kernel Module fuse...
Mai 31 18:50:46 sblaptop systemd[1]: Starting Load Kernel Module loop...
Mai 31 18:50:46 sblaptop systemd[1]: Starting RPC Bind...
Mai 31 18:50:46 sblaptop systemd[1]: Starting Journal Service...
Mai 31 18:50:46 sblaptop systemd[1]: Starting Load Kernel Modules...
Mai 31 18:50:46 sblaptop systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Mai 31 18:50:46 sblaptop systemd[1]: Starting Remount Root and Kernel File Systems...
Mai 31 18:50:46 sblaptop kernel: loop: module loaded
Mai 31 18:50:46 sblaptop systemd[1]: Starting Coldplug All udev Devices...
Mai 31 18:50:46 sblaptop systemd[1]: Mounted Huge Pages File System.
Mai 31 18:50:46 sblaptop systemd[1]: Mounted POSIX Message Queue File System.
Mai 31 18:50:46 sblaptop kernel: device-mapper: uevent: version 1.0.3
Mai 31 18:50:46 sblaptop systemd[1]: Mounted Kernel Debug File System.
Mai 31 18:50:46 sblaptop kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
Mai 31 18:50:46 sblaptop systemd[1]: Mounted Kernel Trace File System.
Mai 31 18:50:46 sblaptop kernel: fuse: init (API version 7.37)
Mai 31 18:50:46 sblaptop systemd-journald[323]: Collecting audit messages is disabled.
Mai 31 18:50:46 sblaptop systemd-journald[323]: Journal started
Mai 31 18:50:46 sblaptop systemd-journald[323]: Runtime Journal (/run/log/journal/7898ede108bf45438ec6f12d7cb1a2b3) is 8.0M, max 1.5G, 1.5G free.
Mai 31 18:50:46 sblaptop systemd-modules-load[324]: Inserted module 'crypto_user'
Mai 31 18:50:46 sblaptop systemd-modules-load[324]: Inserted module 'sg'
Mai 31 18:50:46 sblaptop systemd-modules-load[324]: Inserted module 'dm_multipath'
Mai 31 18:50:46 sblaptop systemd[1]: modprobe@configfs.service: Deactivated successfully.
Mai 31 18:50:46 sblaptop systemd[1]: Finished Create List of Static Device Nodes.
Mai 31 18:50:46 sblaptop systemd[1]: Started RPC Bind.
Mai 31 18:50:46 sblaptop systemd[1]: Started Journal Service.
Mai 31 18:50:46 sblaptop systemd[1]: Finished Load Kernel Module configfs.
Mai 31 18:50:46 sblaptop systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Mai 31 18:50:46 sblaptop systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Mai 31 18:50:46 sblaptop systemd[1]: Finished Load Kernel Module dm_mod.
Mai 31 18:50:46 sblaptop systemd[1]: modprobe@drm.service: Deactivated successfully.
Mai 31 18:50:46 sblaptop systemd[1]: Finished Load Kernel Module drm.
Mai 31 18:50:46 sblaptop systemd[1]: modprobe@fuse.service: Deactivated successfully.
Mai 31 18:50:46 sblaptop systemd[1]: Finished Load Kernel Module fuse.
Mai 31 18:50:46 sblaptop systemd[1]: modprobe@loop.service: Deactivated successfully.
Mai 31 18:50:46 sblaptop systemd[1]: Finished Load Kernel Module loop.
Mai 31 18:50:46 sblaptop systemd[1]: Finished Remount Root and Kernel File Systems.
Mai 31 18:50:46 sblaptop systemd[1]: Finished Coldplug All udev Devices.
Mai 31 18:50:46 sblaptop systemd[1]: Mounting FUSE Control File System...
Mai 31 18:50:46 sblaptop systemd[1]: Mounting Kernel Configuration File System...
Mai 31 18:50:46 sblaptop systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Mai 31 18:50:46 sblaptop systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Mai 31 18:50:46 sblaptop systemd[1]: Starting Flush Journal to Persistent Storage...
Mai 31 18:50:46 sblaptop systemd[1]: Starting Load/Save OS Random Seed...
Mai 31 18:50:46 sblaptop systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Mai 31 18:50:46 sblaptop systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Mai 31 18:50:46 sblaptop systemd[1]: Starting Create Static Device Nodes in /dev...
Mai 31 18:50:46 sblaptop systemd[1]: Mounted FUSE Control File System.
Mai 31 18:50:46 sblaptop systemd[1]: Mounted Kernel Configuration File System.
Mai 31 18:50:46 sblaptop systemd-journald[323]: Time spent on flushing to /var/log/journal/7898ede108bf45438ec6f12d7cb1a2b3 is 71.543ms for 852 entries.
Mai 31 18:50:46 sblaptop systemd-journald[323]: System Journal (/var/log/journal/7898ede108bf45438ec6f12d7cb1a2b3) is 623.4M, max 4.0G, 3.3G free.
Mai 31 18:50:46 sblaptop systemd-journald[323]: Received client request to flush runtime journal.
Mai 31 18:50:46 sblaptop systemd-journald[323]: /var/log/journal/7898ede108bf45438ec6f12d7cb1a2b3/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Mai 31 18:50:46 sblaptop systemd-journald[323]: Rotating system journal.
Mai 31 18:50:46 sblaptop systemd[1]: Finished Load/Save OS Random Seed.
Mai 31 18:50:46 sblaptop systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Mai 31 18:50:46 sblaptop systemd[1]: Finished Create Static Device Nodes in /dev.
Mai 31 18:50:46 sblaptop systemd[1]: Finished Flush Journal to Persistent Storage.
Mai 31 18:50:46 sblaptop systemd[1]: Reached target Preparation for Local File Systems.
Mai 31 18:50:46 sblaptop systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Mai 31 18:50:47 sblaptop systemd[1]: Starting Rule-based Manager for Device Events and Files...
Mai 31 18:50:47 sblaptop systemd-udevd[353]: Using default interface naming scheme 'v253'.
Mai 31 18:50:47 sblaptop systemd[1]: Started Rule-based Manager for Device Events and Files.
Mai 31 18:50:47 sblaptop kernel: input: Acer Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/10251229:00/input/input4
Mai 31 18:50:47 sblaptop systemd[1]: Found device WDC PC SN720 SDAPNTW-512G-1014 SWAP.
Mai 31 18:50:47 sblaptop systemd[1]: Found device WDC PC SN720 SDAPNTW-512G-1014 ESP.
Mai 31 18:50:47 sblaptop kernel: wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
Mai 31 18:50:47 sblaptop kernel: wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
Mai 31 18:50:47 sblaptop kernel: wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
Mai 31 18:50:47 sblaptop kernel: wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
Mai 31 18:50:47 sblaptop systemd[1]: Found device CT500P5SSD8 HOME.
Mai 31 18:50:47 sblaptop mtp-probe[410]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5"
Mai 31 18:50:47 sblaptop mtp-probe[410]: bus: 1, device: 2 was not an MTP device
Mai 31 18:50:47 sblaptop systemd[1]: Activating swap /dev/disk/by-label/SWAP...
Mai 31 18:50:47 sblaptop systemd[1]: Mounting /home...
Mai 31 18:50:47 sblaptop systemd[1]: Starting File System Check on /dev/disk/by-label/ESP...
Mai 31 18:50:47 sblaptop kernel: Adding 8387904k swap on /dev/nvme0n1p7.  Priority:-2 extents:1 across:8387904k SSFS
Mai 31 18:50:47 sblaptop kernel: ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20220331/nsprepkg-94)
Mai 31 18:50:47 sblaptop kernel: Consider using thermal netlink events interface
Mai 31 18:50:47 sblaptop systemd[1]: Activated swap /dev/disk/by-label/SWAP.
Mai 31 18:50:47 sblaptop systemd[1]: Reached target Swaps.
Mai 31 18:50:47 sblaptop kernel: BTRFS info (device nvme1n1p1): using crc32c (crc32c-intel) checksum algorithm
Mai 31 18:50:47 sblaptop kernel: BTRFS info (device nvme1n1p1): enabling ssd optimizations
Mai 31 18:50:47 sblaptop kernel: BTRFS info (device nvme1n1p1): disk space caching is enabled
Mai 31 18:50:47 sblaptop systemd[1]: Mounting Temporary Directory /tmp...
Mai 31 18:50:47 sblaptop kernel: mc: Linux media interface: v0.10
Mai 31 18:50:47 sblaptop kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Mai 31 18:50:47 sblaptop kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Mai 31 18:50:47 sblaptop kernel: i2c i2c-0: 2/2 memory slots populated (from DMI)
Mai 31 18:50:47 sblaptop kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
Mai 31 18:50:47 sblaptop kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Mai 31 18:50:47 sblaptop kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Mai 31 18:50:47 sblaptop kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Mai 31 18:50:47 sblaptop kernel: spi-nor spi0.0: mx25l12805d (16384 Kbytes)
Mai 31 18:50:47 sblaptop systemd[1]: Mounted Temporary Directory /tmp.
Mai 31 18:50:47 sblaptop kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Mai 31 18:50:47 sblaptop kernel: 0x000000000000-0x000001000000 : "BIOS"
Mai 31 18:50:47 sblaptop kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Mai 31 18:50:47 sblaptop kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Mai 31 18:50:47 sblaptop kernel: videodev: Linux video capture interface: v2.00
Mai 31 18:50:47 sblaptop systemd-fsck[445]: fsck.fat 4.2 (2021-01-31)
Mai 31 18:50:47 sblaptop systemd-fsck[445]: /dev/nvme0n1p1: 748 files, 47568/127746 clusters
Mai 31 18:50:47 sblaptop kernel: iTCO_vendor_support: vendor-support=0
Mai 31 18:50:47 sblaptop kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
Mai 31 18:50:47 sblaptop kernel: acer_wmi: Function bitmap for Communication Button: 0x1
Mai 31 18:50:47 sblaptop kernel: intel_rapl_common: Found RAPL domain package
Mai 31 18:50:47 sblaptop kernel: intel_rapl_common: Found RAPL domain core
Mai 31 18:50:47 sblaptop kernel: intel_rapl_common: Found RAPL domain uncore
Mai 31 18:50:47 sblaptop kernel: intel_rapl_common: Found RAPL domain dram
Mai 31 18:50:47 sblaptop kernel: ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Mai 31 18:50:47 sblaptop kernel: Bluetooth: Core ver 2.22
Mai 31 18:50:47 sblaptop kernel: NET: Registered PF_BLUETOOTH protocol family
Mai 31 18:50:47 sblaptop kernel: Bluetooth: HCI device and connection manager initialized
Mai 31 18:50:47 sblaptop kernel: Bluetooth: HCI socket layer initialized
Mai 31 18:50:47 sblaptop kernel: Bluetooth: L2CAP socket layer initialized
Mai 31 18:50:47 sblaptop kernel: Bluetooth: SCO socket layer initialized
Mai 31 18:50:47 sblaptop kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Mai 31 18:50:47 sblaptop kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Mai 31 18:50:47 sblaptop kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Mai 31 18:50:47 sblaptop kernel: cfg80211: failed to load regulatory.db
Mai 31 18:50:47 sblaptop kernel: input: Acer WMI hotkeys as /devices/virtual/input/input5
Mai 31 18:50:47 sblaptop systemd[1]: Finished File System Check on /dev/disk/by-label/ESP.
Mai 31 18:50:47 sblaptop systemd[1]: Mounted /home.
Mai 31 18:50:47 sblaptop systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Mai 31 18:50:47 sblaptop kernel: nvidia: loading out-of-tree module taints kernel.
Mai 31 18:50:47 sblaptop kernel: nvidia: module license 'NVIDIA' taints kernel.
Mai 31 18:50:47 sblaptop kernel: Disabling lock debugging due to kernel taint
Mai 31 18:50:47 sblaptop kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Mai 31 18:50:47 sblaptop kernel: input: SYN1B7F:00 06CB:CD40 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-SYN1B7F:00/0018:06CB:CD40.0001/input/input6
Mai 31 18:50:47 sblaptop kernel: input: SYN1B7F:00 06CB:CD40 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-SYN1B7F:00/0018:06CB:CD40.0001/input/input7
Mai 31 18:50:47 sblaptop kernel: hid-generic 0018:06CB:CD40.0001: input,hidraw0: I2C HID v1.00 Mouse [SYN1B7F:00 06CB:CD40] on i2c-SYN1B7F:00
Mai 31 18:50:47 sblaptop kernel: r8169 0000:40:00.0: can't disable ASPM; OS doesn't have ASPM control
Mai 31 18:50:47 sblaptop kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Mai 31 18:50:47 sblaptop kernel: xhci_hcd 0000:01:00.2: remove, state 4
Mai 31 18:50:47 sblaptop kernel: usb usb4: USB disconnect, device number 1
Mai 31 18:50:47 sblaptop kernel: xhci_hcd 0000:01:00.2: USB bus 4 deregistered
Mai 31 18:50:47 sblaptop kernel: xhci_hcd 0000:01:00.2: remove, state 4
Mai 31 18:50:47 sblaptop kernel: usb usb3: USB disconnect, device number 1
Mai 31 18:50:47 sblaptop kernel: xhci_hcd 0000:01:00.2: USB bus 3 deregistered
Mai 31 18:50:47 sblaptop kernel: r8169 0000:40:00.0 eth0: RTL8125A, 30:65:ec:c8:04:1c, XID 609, IRQ 156
Mai 31 18:50:47 sblaptop kernel: r8169 0000:40:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Mai 31 18:50:47 sblaptop systemd[1]: Mounting /boot...
Mai 31 18:50:47 sblaptop systemd[1]: Starting Load/Save RF Kill Switch Status...
Mai 31 18:50:47 sblaptop kernel: Intel(R) Wireless WiFi driver for Linux
Mai 31 18:50:47 sblaptop kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Mai 31 18:50:47 sblaptop kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Mai 31 18:50:47 sblaptop kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Mai 31 18:50:47 sblaptop kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Mai 31 18:50:47 sblaptop kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Mai 31 18:50:47 sblaptop kernel: intel_rapl_common: Found RAPL domain package
Mai 31 18:50:47 sblaptop kernel: intel_rapl_common: Found RAPL domain dram
Mai 31 18:50:47 sblaptop kernel: usbcore: registered new interface driver btusb
Mai 31 18:50:47 sblaptop kernel: usb 1-5: Found UVC 1.00 device HD WebCam (04f2:b5c5)
Mai 31 18:50:47 sblaptop kernel: r8169 0000:40:00.0 enp64s0: renamed from eth0
Mai 31 18:50:47 sblaptop systemd[1]: Starting Load Kernel Module dm_mod...
Mai 31 18:50:47 sblaptop systemd[1]: Starting Load Kernel Module loop...
Mai 31 18:50:47 sblaptop systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Mai 31 18:50:47 sblaptop systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Mai 31 18:50:47 sblaptop systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Mai 31 18:50:47 sblaptop systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Mai 31 18:50:47 sblaptop systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Mai 31 18:50:47 sblaptop systemd[1]: Started Load/Save RF Kill Switch Status.
Mai 31 18:50:47 sblaptop kernel: input: HD WebCam: HD WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input9
Mai 31 18:50:47 sblaptop systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 0
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 1
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 2
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 3
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 4
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 6
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 8
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 9
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 10
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 11
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 15
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 16
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 18
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 19
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 20
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 21
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: WRT: Overriding region id 28
Mai 31 18:50:47 sblaptop kernel: iwlwifi 0000:00:14.3: loaded firmware version 46.ff18e32a.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
Mai 31 18:50:47 sblaptop kernel: Bluetooth: hci0: Found device firmware: intel/ibt-17-16-1.sfi
Mai 31 18:50:47 sblaptop kernel: Bluetooth: hci0: Boot Address: 0x40800
Mai 31 18:50:47 sblaptop kernel: Bluetooth: hci0: Firmware Version: 108-45.22
Mai 31 18:50:47 sblaptop kernel: Bluetooth: hci0: Firmware already loaded
Mai 31 18:50:47 sblaptop kernel: usbcore: registered new interface driver uvcvideo
Mai 31 18:50:47 sblaptop systemd[1]: Finished Load Kernel Module dm_mod.
Mai 31 18:50:47 sblaptop systemd[1]: modprobe@loop.service: Deactivated successfully.
Mai 31 18:50:47 sblaptop kernel: input: SYN1B7F:00 06CB:CD40 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-SYN1B7F:00/0018:06CB:CD40.0001/input/input10
Mai 31 18:50:47 sblaptop kernel: input: SYN1B7F:00 06CB:CD40 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-SYN1B7F:00/0018:06CB:CD40.0001/input/input11
Mai 31 18:50:47 sblaptop kernel: hid-multitouch 0018:06CB:CD40.0001: input,hidraw0: I2C HID v1.00 Mouse [SYN1B7F:00 06CB:CD40] on i2c-SYN1B7F:00
Mai 31 18:50:47 sblaptop systemd[1]: Finished Load Kernel Module loop.
Mai 31 18:50:47 sblaptop systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Mai 31 18:50:47 sblaptop kernel: cryptd: max_cpu_qlen set to 1000
Mai 31 18:50:47 sblaptop kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 510
Mai 31 18:50:47 sblaptop kernel: 
Mai 31 18:50:47 sblaptop kernel: mousedev: PS/2 mouse device common for all mice
Mai 31 18:50:47 sblaptop kernel: nvidia 0000:01:00.0: enabling device (0106 -> 0107)
Mai 31 18:50:47 sblaptop kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Mai 31 18:50:47 sblaptop kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  530.41.03  Thu Mar 16 19:48:20 UTC 2023
Mai 31 18:50:47 sblaptop (udev-worker)[368]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Mai 31 18:50:47 sblaptop (udev-worker)[368]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Mai 31 18:50:48 sblaptop kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Mai 31 18:50:48 sblaptop kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Mai 31 18:50:48 sblaptop kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Mai 31 18:50:48 sblaptop kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Mai 31 18:50:48 sblaptop kernel: AVX2 version of gcm_enc/dec engaged.
Mai 31 18:50:48 sblaptop kernel: AES CTR mode by8 optimization enabled
Mai 31 18:50:48 sblaptop systemd[1]: Mounted /boot.
Mai 31 18:50:48 sblaptop systemd[1]: Reached target Local File Systems.
Mai 31 18:50:48 sblaptop systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Mai 31 18:50:48 sblaptop kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Mai 31 18:50:48 sblaptop kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Mai 31 18:50:48 sblaptop kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Mai 31 18:50:48 sblaptop kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Mai 31 18:50:48 sblaptop kernel: ACPI: video: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
Mai 31 18:50:48 sblaptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input13
Mai 31 18:50:48 sblaptop kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Mai 31 18:50:48 sblaptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input14
Mai 31 18:50:48 sblaptop kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Mai 31 18:50:48 sblaptop kernel: fbcon: i915drmfb (fb0) is primary device
Mai 31 18:50:48 sblaptop kernel: fbcon: Deferring console take-over
Mai 31 18:50:48 sblaptop kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Mai 31 18:50:48 sblaptop kernel: iwlwifi 0000:00:14.3: Detected Killer (R) Wireless-AC 1550i Wireless Network Adapter (9560NGW), REV=0x312
Mai 31 18:50:48 sblaptop kernel: thermal thermal_zone7: failed to read out thermal zone (-61)
Mai 31 18:50:48 sblaptop kernel: iwlwifi 0000:00:14.3: base HW address: a4:c3:f0:47:9b:b3, OTP minor version: 0x4
Mai 31 18:50:48 sblaptop kernel: nvidia-uvm: Loaded the UVM driver, major device number 508.
Mai 31 18:50:48 sblaptop systemd-modules-load[324]: Inserted module 'nvidia_uvm'
Mai 31 18:50:48 sblaptop systemd-modules-load[324]: Failed to find module 'v4l2loopback'
Mai 31 18:50:48 sblaptop systemd[1]: Starting Set Up Additional Binary Formats...
Mai 31 18:50:48 sblaptop systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Mai 31 18:50:48 sblaptop systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Mai 31 18:50:48 sblaptop systemd[1]: Starting Create Volatile Files and Directories...
Mai 31 18:50:48 sblaptop kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC289: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Mai 31 18:50:48 sblaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Mai 31 18:50:48 sblaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Mai 31 18:50:48 sblaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Mai 31 18:50:48 sblaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Mai 31 18:50:48 sblaptop kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1b
Mai 31 18:50:48 sblaptop kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x13
Mai 31 18:50:48 sblaptop systemd[1]: Finished Load Kernel Modules.
Mai 31 18:50:48 sblaptop kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Mai 31 18:50:48 sblaptop systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 566 (systemd-binfmt)
Mai 31 18:50:48 sblaptop systemd[1]: Created slice Slice /system/systemd-backlight.
Mai 31 18:50:48 sblaptop systemd[1]: Mounting Arbitrary Executable File Formats File System...
Mai 31 18:50:48 sblaptop systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Mai 31 18:50:48 sblaptop systemd[1]: Starting Apply Kernel Variables...
Mai 31 18:50:48 sblaptop kernel: iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
Mai 31 18:50:48 sblaptop systemd[1]: Mounted Arbitrary Executable File Formats File System.
Mai 31 18:50:48 sblaptop systemd[1]: Finished Set Up Additional Binary Formats.
Mai 31 18:50:48 sblaptop systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Mai 31 18:50:48 sblaptop kernel: intel_tcc_cooling: Programmable TCC Offset detected
Mai 31 18:50:48 sblaptop systemd[1]: Finished Apply Kernel Variables.
Mai 31 18:50:48 sblaptop systemd[1]: Finished Create Volatile Files and Directories.
Mai 31 18:50:48 sblaptop systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Mai 31 18:50:48 sblaptop kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  530.41.03  Thu Mar 16 19:23:04 UTC 2023
Mai 31 18:50:48 sblaptop kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Mai 31 18:50:48 sblaptop kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
Mai 31 18:50:48 sblaptop systemd[1]: Starting Network Time Synchronization...
Mai 31 18:50:48 sblaptop systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Mai 31 18:50:48 sblaptop systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Mai 31 18:50:48 sblaptop systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Mai 31 18:50:48 sblaptop systemd[1]: Started Network Time Synchronization.
Mai 31 18:50:48 sblaptop systemd[1]: Reached target System Initialization.
Mai 31 18:50:48 sblaptop systemd[1]: Started CUPS Scheduler.
Mai 31 18:50:48 sblaptop systemd[1]: Started Daily Cleanup of Temporary Directories.
Mai 31 18:50:48 sblaptop systemd[1]: Reached target Path Units.
Mai 31 18:50:48 sblaptop systemd[1]: Reached target System Time Set.
Mai 31 18:50:48 sblaptop systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Mai 31 18:50:48 sblaptop systemd[1]: Started Daily rotation of log files.
Mai 31 18:50:48 sblaptop systemd[1]: Started Daily man-db regeneration.
Mai 31 18:50:48 sblaptop systemd[1]: Started Monthly clean packages cache.
Mai 31 18:50:48 sblaptop systemd[1]: Started Daily verification of password and group files.
Mai 31 18:50:48 sblaptop systemd[1]: Started Daily locate database update.
Mai 31 18:50:48 sblaptop systemd[1]: Reached target Timer Units.
Mai 31 18:50:48 sblaptop systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Mai 31 18:50:48 sblaptop systemd[1]: Listening on CUPS Scheduler.
Mai 31 18:50:48 sblaptop systemd[1]: Listening on D-Bus System Message Bus Socket.
Mai 31 18:50:48 sblaptop systemd[1]: Starting Docker Socket for the API...
Mai 31 18:50:48 sblaptop systemd[1]: Listening on Libvirt local socket.
Mai 31 18:50:48 sblaptop systemd[1]: Listening on Libvirt admin socket.
Mai 31 18:50:48 sblaptop systemd[1]: Listening on Libvirt local read-only socket.
Mai 31 18:50:48 sblaptop systemd[1]: Listening on Virtual machine lock manager socket.
Mai 31 18:50:48 sblaptop systemd[1]: Listening on Virtual machine log manager socket.
Mai 31 18:50:48 sblaptop systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Mai 31 18:50:48 sblaptop systemd[1]: Listening on Docker Socket for the API.
Mai 31 18:50:48 sblaptop systemd[1]: Reached target Socket Units.
Mai 31 18:50:48 sblaptop systemd[1]: Reached target Basic System.
Mai 31 18:50:48 sblaptop systemd[1]: Started ACPI event daemon.
Mai 31 18:50:48 sblaptop systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Mai 31 18:50:48 sblaptop systemd[1]: Starting Bluetooth service...
Mai 31 18:50:48 sblaptop (uetoothd)[614]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Mai 31 18:50:48 sblaptop systemd[1]: Started Periodic Command Scheduler.
Mai 31 18:50:48 sblaptop systemd[1]: Starting D-Bus System Message Bus...
Mai 31 18:50:48 sblaptop crond[615]: (CRON) STARTUP (1.6.1)
Mai 31 18:50:48 sblaptop crond[615]: (CRON) INFO (Syslog will be used instead of sendmail.)
Mai 31 18:50:48 sblaptop crond[615]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 93% if used.)
Mai 31 18:50:48 sblaptop crond[615]: (CRON) INFO (running with inotify support)
Mai 31 18:50:48 sblaptop systemd[1]: Starting Initialize hardware monitoring sensors...
Mai 31 18:50:48 sblaptop systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Mai 31 18:50:48 sblaptop systemd[1]: Starting User Login Management...
Mai 31 18:50:48 sblaptop systemd[1]: Starting Virtual Machine and Container Registration Service...
Mai 31 18:50:48 sblaptop systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Mai 31 18:50:48 sblaptop avahi-daemon[613]: Found user 'avahi' (UID 977) and group 'avahi' (GID 977).
Mai 31 18:50:48 sblaptop avahi-daemon[613]: Successfully dropped root privileges.
Mai 31 18:50:48 sblaptop avahi-daemon[613]: avahi-daemon 0.8 starting up.
Mai 31 18:50:48 sblaptop avahi-daemon[613]: Successfully called chroot().
Mai 31 18:50:48 sblaptop avahi-daemon[613]: Successfully dropped remaining capabilities.
Mai 31 18:50:48 sblaptop avahi-daemon[613]: No service file found in /etc/avahi/services.
Mai 31 18:50:48 sblaptop avahi-daemon[613]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Mai 31 18:50:48 sblaptop avahi-daemon[613]: New relevant interface lo.IPv6 for mDNS.
Mai 31 18:50:48 sblaptop avahi-daemon[613]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Mai 31 18:50:48 sblaptop avahi-daemon[613]: New relevant interface lo.IPv4 for mDNS.
Mai 31 18:50:48 sblaptop avahi-daemon[613]: Network interface enumeration completed.
Mai 31 18:50:48 sblaptop avahi-daemon[613]: Registering new address record for ::1 on lo.*.
Mai 31 18:50:48 sblaptop avahi-daemon[613]: Registering new address record for 127.0.0.1 on lo.IPv4.
Mai 31 18:50:48 sblaptop bluetoothd[614]: Bluetooth daemon 5.66
Mai 31 18:50:48 sblaptop bluetoothd[614]: src/main.c:check_options() Unknown key AutoConnect for group General in /etc/bluetooth/main.conf
Mai 31 18:50:48 sblaptop bluetoothd[614]: src/main.c:check_options() Unknown key MultiProfile for group General in /etc/bluetooth/main.conf
Mai 31 18:50:48 sblaptop bluetoothd[614]: Starting SDP server
Mai 31 18:50:48 sblaptop bluetoothd[614]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
Mai 31 18:50:48 sblaptop bluetoothd[614]: src/plugin.c:plugin_init() Failed to init vcp plugin
Mai 31 18:50:48 sblaptop bluetoothd[614]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
Mai 31 18:50:48 sblaptop bluetoothd[614]: src/plugin.c:plugin_init() Failed to init mcp plugin
Mai 31 18:50:48 sblaptop bluetoothd[614]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
Mai 31 18:50:48 sblaptop bluetoothd[614]: src/plugin.c:plugin_init() Failed to init bap plugin
Mai 31 18:50:48 sblaptop bluetoothd[614]: Bluetooth management interface 1.22 initialized
Mai 31 18:50:48 sblaptop dbus-daemon[616]: [system] Activating systemd to hand-off: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=614 comm="/usr/lib/bluetooth/bluetoothd")
Mai 31 18:50:48 sblaptop kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Mai 31 18:50:48 sblaptop kernel: Bluetooth: BNEP filters: protocol multicast
Mai 31 18:50:48 sblaptop kernel: Bluetooth: BNEP socket layer initialized
Mai 31 18:50:48 sblaptop kernel: Bluetooth: MGMT ver 1.22
Mai 31 18:50:48 sblaptop systemd-logind[618]: New seat seat0.
Mai 31 18:50:48 sblaptop kernel: NET: Registered PF_ALG protocol family
Mai 31 18:50:48 sblaptop systemd-logind[618]: Watching system buttons on /dev/input/event2 (Power Button)
Mai 31 18:50:48 sblaptop systemd-logind[618]: Watching system buttons on /dev/input/event0 (Lid Switch)
Mai 31 18:50:48 sblaptop systemd[1]: Finished Initialize hardware monitoring sensors.
Mai 31 18:50:48 sblaptop systemd-logind[618]: Watching system buttons on /dev/input/event1 (Sleep Button)
Mai 31 18:50:48 sblaptop systemd-logind[618]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Mai 31 18:50:48 sblaptop systemd-logind[618]: Watching system buttons on /dev/input/event5 (Acer WMI hotkeys)
Mai 31 18:50:48 sblaptop systemd[1]: Started D-Bus System Message Bus.
Mai 31 18:50:48 sblaptop systemd[1]: Starting Network Manager...
Mai 31 18:50:48 sblaptop dbus-daemon[616]: [system] Successfully activated service 'org.freedesktop.systemd1'
Mai 31 18:50:48 sblaptop systemd[1]: Started Bluetooth service.
Mai 31 18:50:48 sblaptop systemd[1]: Started Virtual Machine and Container Registration Service.
Mai 31 18:50:48 sblaptop systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Mai 31 18:50:48 sblaptop bluetoothd[614]: src/device.c:device_set_wake_support() Unable to set wake_support without RPA resolution
Mai 31 18:50:48 sblaptop systemd[1]: Reached target Bluetooth Support.
Mai 31 18:50:48 sblaptop systemd[1]: Starting Hostname Service...
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7425] NetworkManager (version 1.42.6-1) is starting... (boot:d125e116-9383-478b-8281-298bb43bcd4c)
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7425] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Mai 31 18:50:48 sblaptop systemd[1]: Started Network Manager.
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7442] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Mai 31 18:50:48 sblaptop systemd[1]: Reached target Network.
Mai 31 18:50:48 sblaptop systemd[1]: Starting Network Manager Wait Online...
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7475] manager[0x55d72ce96740]: monitoring kernel firmware directory '/lib/firmware'.
Mai 31 18:50:48 sblaptop systemd[1]: Starting containerd container runtime...
Mai 31 18:50:48 sblaptop systemd[1]: Starting CUPS Scheduler...
Mai 31 18:50:48 sblaptop systemd[1]: Started OpenSSH Daemon.
Mai 31 18:50:48 sblaptop systemd[1]: Starting Permit User Sessions...
Mai 31 18:50:48 sblaptop bluetoothd[614]: src/device.c:set_wake_allowed_complete() Set device flags return status: Invalid Parameters
Mai 31 18:50:48 sblaptop kernel: Bluetooth: hci0: Bad flag given (0x1) vs supported (0x0)
Mai 31 18:50:48 sblaptop dbus-daemon[616]: [system] Successfully activated service 'org.freedesktop.hostname1'
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7602] hostname: hostname: using hostnamed
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7603] hostname: static hostname changed from (none) to "sblaptop"
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7605] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7618] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill2) (driver iwlwifi)
Mai 31 18:50:48 sblaptop sshd[648]: Server listening on 0.0.0.0 port 22.
Mai 31 18:50:48 sblaptop sshd[648]: Server listening on :: port 22.
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7619] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/platform/acer-wmi/rfkill/rfkill0) (platform driver acer-wmi)
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7664] manager[0x55d72ce96740]: rfkill: Wi-Fi hardware radio set enabled
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7664] manager[0x55d72ce96740]: rfkill: WWAN hardware radio set enabled
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7699] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-adsl.so)
Mai 31 18:50:48 sblaptop systemd[1]: Finished Permit User Sessions.
Mai 31 18:50:48 sblaptop systemd[1]: Started Hostname Service.
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7789] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-bluetooth.so)
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7823] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-ovs.so)
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7911] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-team.so)
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7925] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wifi.so)
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7937] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wwan.so)
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7938] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7939] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7939] manager: Networking is enabled by state file
Mai 31 18:50:48 sblaptop dbus-daemon[616]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=639 comm="/usr/bin/NetworkManager --no-daemon")
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.7944] settings: Loaded settings plugin: keyfile (internal)
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.8050] dhcp: init: Using DHCP client 'internal'
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.8052] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.8060] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.8062] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.8065] device (lo): Activation: starting connection 'lo' (31b6b323-151a-49de-9a17-bbaab2cffc65)
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.8072] manager: (enp64s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Mai 31 18:50:48 sblaptop NetworkManager[639]: <info>  [1685551848.8074] device (enp64s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.809985129+02:00" level=info msg="starting containerd" revision=1677a17964311325ed1c31e2c0a3589ce6d5c30d.m version=v1.7.1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.836719150+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Mai 31 18:50:48 sblaptop kernel: RTL8226 2.5Gbps PHY r8169-0-4000:00: attached PHY driver (mii_bus:phy_addr=r8169-0-4000:00, irq=MAC)
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.838239522+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/6.1.31-1-lts\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.838257082+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.838375853+02:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.838397870+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.838419596+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.838499919+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.838511433+02:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.838518214+02:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.838585984+02:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.838595863+02:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.838612070+02:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.838619265+02:00" level=info msg="metadata content store policy set" policy=shared
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842409884+02:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842424641+02:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842432953+02:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842447537+02:00" level=info msg="loading plugin \"io.containerd.lease.v1.manager\"..." type=io.containerd.lease.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842456212+02:00" level=info msg="loading plugin \"io.containerd.nri.v1.nri\"..." type=io.containerd.nri.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842463142+02:00" level=info msg="NRI interface is disabled by configuration."
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842469923+02:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842514665+02:00" level=info msg="loading plugin \"io.containerd.runtime.v2.shim\"..." type=io.containerd.runtime.v2
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842524094+02:00" level=info msg="loading plugin \"io.containerd.sandbox.store.v1.local\"..." type=io.containerd.sandbox.store.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842532520+02:00" level=info msg="loading plugin \"io.containerd.sandbox.controller.v1.local\"..." type=io.containerd.sandbox.controller.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842541392+02:00" level=info msg="loading plugin \"io.containerd.streaming.v1.manager\"..." type=io.containerd.streaming.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842550269+02:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842558966+02:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842567106+02:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842575022+02:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842583398+02:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842591314+02:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842598913+02:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842606020+02:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842640426+02:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842784609+02:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842807578+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842818261+02:00" level=info msg="loading plugin \"io.containerd.transfer.v1.local\"..." type=io.containerd.transfer.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842833379+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842867970+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842876938+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842884980+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842892532+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842900417+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842908896+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842916873+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842924393+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842932711+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842973986+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandbox-controllers\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842983934+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandboxes\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.842992750+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.843001137+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.streaming\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.843009093+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.843017407+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.transfer\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.843024949+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.843032146+02:00" level=info msg="loading plugin \"io.containerd.grpc.v1.cri\"..." type=io.containerd.grpc.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.843078170+02:00" level=info msg="Start cri plugin with config {PluginConfig:{ContainerdConfig:{Snapshotter:overlayfs DefaultRuntimeName:runc DefaultRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} UntrustedWorkloadRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} Runtimes:map[runc:{Type:io.containerd.runc.v2 Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[BinaryName: CriuImagePath: CriuPath: CriuWorkPath: IoGid:0 IoUid:0 NoNewKeyring:false NoPivotRoot:false Root: ShimCgroup: SystemdCgroup:false] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:podsandbox}] NoPivot:false DisableSnapshotAnnotations:true DiscardUnpackedLayers:false IgnoreBlockIONotEnabledErrors:false IgnoreRdtNotEnabledErrors:false} CniConfig:{NetworkPluginBinDir:/opt/cni/bin NetworkPluginConfDir:/etc/cni/net.d NetworkPluginMaxConfNum:1 NetworkPluginSetupSerially:false NetworkPluginConfTemplate: IPPreference:} Registry:{ConfigPath: Mirrors:map[] Configs:map[] Auths:map[] Headers:map[]} ImageDecryption:{KeyModel:node} DisableTCPService:true StreamServerAddress:127.0.0.1 StreamServerPort:0 StreamIdleTimeout:4h0m0s EnableSelinux:false SelinuxCategoryRange:1024 SandboxImage:registry.k8s.io/pause:3.8 StatsCollectPeriod:10 SystemdCgroup:false EnableTLSStreaming:false X509KeyPairStreaming:{TLSCertFile: TLSKeyFile:} MaxContainerLogLineSize:16384 DisableCgroup:false DisableApparmor:false RestrictOOMScoreAdj:false MaxConcurrentDownloads:3 DisableProcMount:false UnsetSeccompProfile: TolerateMissingHugetlbController:true DisableHugetlbController:true DeviceOwnershipFromSecurityContext:false IgnoreImageDefinedVolumes:false NetNSMountsUnderStateDir:false EnableUnprivilegedPorts:false EnableUnprivilegedICMP:false EnableCDI:false CDISpecDirs:[/etc/cdi /var/run/cdi] ImagePullProgressTimeout:1m0s DrainExecSyncIOTimeout:0s} ContainerdRootDir:/var/lib/containerd ContainerdEndpoint:/run/containerd/containerd.sock RootDir:/var/lib/containerd/io.containerd.grpc.v1.cri StateDir:/run/containerd/io.containerd.grpc.v1.cri}"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.843113265+02:00" level=info msg="Connect containerd service"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.843128571+02:00" level=info msg="using legacy CRI server"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.843133205+02:00" level=info msg="using experimental NRI integration - disable nri plugin to prevent this"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.843151222+02:00" level=info msg="Get image filesystem path \"/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs\""
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844529379+02:00" level=error msg="failed to load cni during init, please check CRI plugin status before setting up network for pods" error="cni config load failed: no network config found in /etc/cni/net.d: cni plugin not initialized: failed to load cni config"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844561526+02:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844577229+02:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844589078+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844599281+02:00" level=info msg="skipping tracing processor initialization (no tracing plugin)" error="no OpenTelemetry endpoint: skip plugin"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844659759+02:00" level=info msg="Start subscribing containerd event"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844700178+02:00" level=info msg="Start recovering state"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844759519+02:00" level=info msg="Start event monitor"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844769138+02:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844774859+02:00" level=info msg="Start snapshots syncer"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844801241+02:00" level=info msg="Start cni network conf syncer for default"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844811370+02:00" level=info msg="Start streaming server"
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844806709+02:00" level=info msg=serving... address=/run/containerd/containerd.sock
Mai 31 18:50:48 sblaptop containerd[654]: time="2023-05-31T18:50:48.844902701+02:00" level=info msg="containerd successfully booted in 0.035341s"
Mai 31 18:50:48 sblaptop acpid[612]: starting up with netlink and the input layer
Mai 31 18:50:48 sblaptop acpid[612]: 1 rule loaded
Mai 31 18:50:48 sblaptop acpid[612]: waiting for events: event logging is off
Mai 31 18:50:48 sblaptop kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Mai 31 18:50:48 sblaptop kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Mai 31 18:50:48 sblaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Mai 31 18:50:48 sblaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Mai 31 18:50:48 sblaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.0257] device (wlp0s20f3): driver supports Access Point (AP) mode
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.0262] manager: (wlp0s20f3): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.0264] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop kernel: r8169 0000:40:00.0 enp64s0: Link is Down
Mai 31 18:50:49 sblaptop systemd[1]: Started Getty on tty1.
Mai 31 18:50:49 sblaptop systemd[1]: Reached target Login Prompts.
Mai 31 18:50:49 sblaptop systemd[1]: Started containerd container runtime.
Mai 31 18:50:49 sblaptop systemd[1]: Started User Login Management.
Mai 31 18:50:49 sblaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Mai 31 18:50:49 sblaptop systemd[1]: Starting Save/Restore Sound Card State...
Mai 31 18:50:49 sblaptop systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Mai 31 18:50:49 sblaptop systemd[1]: Starting Virtualization daemon...
Mai 31 18:50:49 sblaptop dbus-daemon[616]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Mai 31 18:50:49 sblaptop systemd[1]: Finished Save/Restore Sound Card State.
Mai 31 18:50:49 sblaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Mai 31 18:50:49 sblaptop systemd[1]: Reached target Sound Card.
Mai 31 18:50:49 sblaptop kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Mai 31 18:50:49 sblaptop systemd[1]: Started Virtualization daemon.
Mai 31 18:50:49 sblaptop dbus-daemon[616]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.11' (uid=0 pid=647 comm="/usr/bin/cupsd -l")
Mai 31 18:50:49 sblaptop systemd[1]: Starting Manage, Install and Generate Color Profiles...
Mai 31 18:50:49 sblaptop dbus-daemon[616]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Mai 31 18:50:49 sblaptop systemd[1]: Started Manage, Install and Generate Color Profiles.
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.2748] device (wlp0s20f3): set-hw-addr: set MAC address to 8E:6D:45:E8:79:82 (scanning)
Mai 31 18:50:49 sblaptop systemd[1]: Started CUPS Scheduler.
Mai 31 18:50:49 sblaptop avahi-daemon[613]: Server startup complete. Host name is sblaptop.local. Local service cookie is 3732416575.
Mai 31 18:50:49 sblaptop dbus-daemon[616]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.5' (uid=0 pid=639 comm="/usr/bin/NetworkManager --no-daemon")
Mai 31 18:50:49 sblaptop kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.4865] ovsdb: disconnected from ovsdb
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.4867] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.4870] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.4873] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.4896] manager: (virbr0): new Bridge device (/org/freedesktop/NetworkManager/Devices/4)
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.4904] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.5113] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.5117] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.5128] device (lo): Activation: successful, device activated.
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.5154] manager: (D0:49:7C:3C:3A:A7): new Bluetooth device (/org/freedesktop/NetworkManager/Devices/5)
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.5158] device (D0:49:7C:3C:3A:A7): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.5166] device (D0:49:7C:3C:3A:A7): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Mai 31 18:50:49 sblaptop systemd[1]: Starting WPA supplicant...
Mai 31 18:50:49 sblaptop dbus-daemon[616]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Mai 31 18:50:49 sblaptop wpa_supplicant[733]: Successfully initialized wpa_supplicant
Mai 31 18:50:49 sblaptop systemd[1]: Started WPA supplicant.
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.6104] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.6105] Wi-Fi P2P device controlled by interface wlp0s20f3 created
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.6106] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/6)
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.6108] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.6111] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.6115] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Mai 31 18:50:49 sblaptop avahi-daemon[613]: Joining mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1.
Mai 31 18:50:49 sblaptop avahi-daemon[613]: New relevant interface virbr0.IPv4 for mDNS.
Mai 31 18:50:49 sblaptop avahi-daemon[613]: Registering new address record for 192.168.122.1 on virbr0.IPv4.
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.7422] device (virbr0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.7427] device (virbr0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.7434] device (virbr0): Activation: starting connection 'virbr0' (2ced3f43-0cb2-4d3d-9414-38fdf47c3346)
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.7438] device (virbr0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.7441] device (virbr0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.7443] device (virbr0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.7445] device (virbr0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.7472] device (virbr0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.7474] device (virbr0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.7477] manager: NetworkManager state is now CONNECTED_LOCAL
Mai 31 18:50:49 sblaptop NetworkManager[639]: <info>  [1685551849.7479] device (virbr0): Activation: successful, device activated.
Mai 31 18:50:49 sblaptop dnsmasq[801]: started, version 2.89 cachesize 150
Mai 31 18:50:49 sblaptop dnsmasq[801]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile
Mai 31 18:50:49 sblaptop dnsmasq-dhcp[801]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h
Mai 31 18:50:49 sblaptop dnsmasq-dhcp[801]: DHCP, sockets bound exclusively to interface virbr0
Mai 31 18:50:49 sblaptop dnsmasq[801]: no servers found in /etc/resolv.conf, will retry
Mai 31 18:50:49 sblaptop dnsmasq[801]: read /etc/hosts - 0 names
Mai 31 18:50:49 sblaptop dnsmasq[801]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 names
Mai 31 18:50:49 sblaptop dnsmasq-dhcp[801]: read /var/lib/libvirt/dnsmasq/default.hostsfile
Mai 31 18:50:50 sblaptop libvirtd[689]: libvirt version: 9.3.0
Mai 31 18:50:50 sblaptop libvirtd[689]: hostname: sblaptop
Mai 31 18:50:50 sblaptop libvirtd[689]: cannot open directory '/run/media/stephan/Data/Images': No such file or directory
Mai 31 18:50:50 sblaptop libvirtd[689]: internal error: Failed to autostart storage pool 'Images': cannot open directory '/run/media/stephan/Data/Images': No such file or directory
Mai 31 18:50:50 sblaptop libvirtd[689]: cannot open directory '/home/stephan/src/macOS-Simple-KVM': No such file or directory
Mai 31 18:50:50 sblaptop libvirtd[689]: internal error: Failed to autostart storage pool 'macOS-Simple-KVM': cannot open directory '/home/stephan/src/macOS-Simple-KVM': No such file or directory
Mai 31 18:50:50 sblaptop kernel: r8169 0000:40:00.0: invalid VPD tag 0x00 (size 0) at offset 0; assume missing optional EEPROM
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8407] policy: auto-activating connection 'sb_tomato' (f38899c1-bdb7-4173-8ce1-1e9041b45e30)
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8410] device (wlp0s20f3): Activation: starting connection 'sb_tomato' (f38899c1-bdb7-4173-8ce1-1e9041b45e30)
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8411] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8413] manager: NetworkManager state is now CONNECTING
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8713] device (wlp0s20f3): set-hw-addr: reset MAC address to A4:C3:F0:47:9B:B3 (preserve)
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8751] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8754] device (wlp0s20f3): Activation: (wifi) access point 'sb_tomato' has security, but secrets are required.
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8755] device (wlp0s20f3): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8756] sup-iface[6d26a1e81ec3a52e,0,wlp0s20f3]: wps: type pbc start...
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8764] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8766] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8768] device (wlp0s20f3): Activation: (wifi) connection 'sb_tomato' has security, and secrets exist.  No new secrets needed.
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8769] Config: added 'ssid' value 'sb_tomato'
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8769] Config: added 'scan_ssid' value '1'
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8769] Config: added 'bgscan' value 'simple:30:-65:300'
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8769] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8770] Config: added 'auth_alg' value 'OPEN'
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.8770] Config: added 'psk' value '<hidden>'
Mai 31 18:50:52 sblaptop wpa_supplicant[733]: wlp0s20f3: WPS-CANCEL
Mai 31 18:50:52 sblaptop wpa_supplicant[733]: wlp0s20f3: SME: Trying to authenticate with 9c:3d:cf:79:cf:8b (SSID='sb_tomato' freq=5220 MHz)
Mai 31 18:50:52 sblaptop kernel: wlp0s20f3: authenticate with 9c:3d:cf:79:cf:8b
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.9364] device (wlp0s20f3): supplicant interface state: disconnected -> authenticating
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.9365] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> authenticating
Mai 31 18:50:52 sblaptop kernel: wlp0s20f3: send auth to 9c:3d:cf:79:cf:8b (try 1/3)
Mai 31 18:50:52 sblaptop wpa_supplicant[733]: wlp0s20f3: Trying to associate with 9c:3d:cf:79:cf:8b (SSID='sb_tomato' freq=5220 MHz)
Mai 31 18:50:52 sblaptop kernel: wlp0s20f3: authenticated
Mai 31 18:50:52 sblaptop kernel: wlp0s20f3: associate with 9c:3d:cf:79:cf:8b (try 1/3)
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.9790] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Mai 31 18:50:52 sblaptop NetworkManager[639]: <info>  [1685551852.9790] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Mai 31 18:50:52 sblaptop kernel: wlp0s20f3: RX AssocResp from 9c:3d:cf:79:cf:8b (capab=0x1411 status=0 aid=1)
Mai 31 18:50:52 sblaptop wpa_supplicant[733]: wlp0s20f3: Associated with 9c:3d:cf:79:cf:8b
Mai 31 18:50:52 sblaptop kernel: wlp0s20f3: associated
Mai 31 18:50:52 sblaptop wpa_supplicant[733]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.0007] device (wlp0s20f3): supplicant interface state: associating -> associated
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.0008] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> associated
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.0474] device (wlp0s20f3): supplicant interface state: associated -> 4way_handshake
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.0475] device (p2p-dev-wlp0s20f3): supplicant management interface state: associated -> 4way_handshake
Mai 31 18:50:53 sblaptop wpa_supplicant[733]: wlp0s20f3: WPA: Key negotiation completed with 9c:3d:cf:79:cf:8b [PTK=CCMP GTK=CCMP]
Mai 31 18:50:53 sblaptop wpa_supplicant[733]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to 9c:3d:cf:79:cf:8b completed [id=0 id_str=]
Mai 31 18:50:53 sblaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready
Mai 31 18:50:53 sblaptop wpa_supplicant[733]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-59 noise=9999 txrate=6000
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.1965] device (wlp0s20f3): supplicant interface state: 4way_handshake -> completed
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.1966] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "sb_tomato"
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.1967] device (p2p-dev-wlp0s20f3): supplicant management interface state: 4way_handshake -> completed
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.1970] device (wlp0s20f3): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.1980] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Mai 31 18:50:53 sblaptop avahi-daemon[613]: Joining mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::e566:150c:cef7:7378.
Mai 31 18:50:53 sblaptop avahi-daemon[613]: New relevant interface wlp0s20f3.IPv6 for mDNS.
Mai 31 18:50:53 sblaptop avahi-daemon[613]: Registering new address record for fe80::e566:150c:cef7:7378 on wlp0s20f3.*.
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.2567] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.0.208
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.2577] policy: set 'sb_tomato' (wlp0s20f3) as default for IPv4 routing and DNS
Mai 31 18:50:53 sblaptop dbus-daemon[616]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=639 comm="/usr/bin/NetworkManager --no-daemon")
Mai 31 18:50:53 sblaptop dbus-daemon[616]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Mai 31 18:50:53 sblaptop dnsmasq[801]: reading /etc/resolv.conf
Mai 31 18:50:53 sblaptop dnsmasq[801]: using nameserver 192.168.0.254#53
Mai 31 18:50:53 sblaptop avahi-daemon[613]: Joining mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.0.208.
Mai 31 18:50:53 sblaptop systemd[1]: systemd-rfkill.service: Deactivated successfully.
Mai 31 18:50:53 sblaptop avahi-daemon[613]: New relevant interface wlp0s20f3.IPv4 for mDNS.
Mai 31 18:50:53 sblaptop avahi-daemon[613]: Registering new address record for 192.168.0.208 on wlp0s20f3.IPv4.
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.2745] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.2791] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.2796] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.2804] manager: NetworkManager state is now CONNECTED_SITE
Mai 31 18:50:53 sblaptop NetworkManager[639]: <info>  [1685551853.2822] device (wlp0s20f3): Activation: successful, device activated.
Mai 31 18:50:53 sblaptop kernel: fbcon: Taking over console
Mai 31 18:50:53 sblaptop kernel: Console: switching to colour frame buffer device 240x67
Mai 31 18:50:54 sblaptop NetworkManager[639]: <info>  [1685551854.3770] manager: NetworkManager state is now CONNECTED_GLOBAL
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.0259] manager: startup complete
Mai 31 18:50:55 sblaptop systemd[1]: Finished Network Manager Wait Online.
Mai 31 18:50:55 sblaptop systemd[1]: Reached target Network is Online.
Mai 31 18:50:55 sblaptop systemd[1]: Starting Docker Application Container Engine...
Mai 31 18:50:55 sblaptop systemd[1]: Starting Notify NFS peers of a restart...
Mai 31 18:50:55 sblaptop systemd[1]: Starting NFS status monitor for NFSv2/3 locking....
Mai 31 18:50:55 sblaptop systemd[1]: Starting TeamViewer remote control daemon...
Mai 31 18:50:55 sblaptop sm-notify[840]: Version 2.6.3 starting
Mai 31 18:50:55 sblaptop rpc.statd[843]: Version 2.6.3 starting
Mai 31 18:50:55 sblaptop rpc.statd[843]: Flags: TI-RPC
Mai 31 18:50:55 sblaptop systemd[1]: Started Notify NFS peers of a restart.
Mai 31 18:50:55 sblaptop systemd[1]: Started NFS status monitor for NFSv2/3 locking..
Mai 31 18:50:55 sblaptop systemd[1]: Started TeamViewer remote control daemon.
Mai 31 18:50:55 sblaptop systemd[1]: Starting Automounts filesystems on demand...
Mai 31 18:50:55 sblaptop systemd[1]: tmp-autoBRWbDt.mount: Deactivated successfully.
Mai 31 18:50:55 sblaptop dockerd[839]: time="2023-05-31T18:50:55.254371468+02:00" level=info msg="Starting up"
Mai 31 18:50:55 sblaptop dockerd[839]: time="2023-05-31T18:50:55.265919903+02:00" level=info msg="[graphdriver] using prior storage driver: btrfs"
Mai 31 18:50:55 sblaptop systemd[1]: Started Automounts filesystems on demand.
Mai 31 18:50:55 sblaptop dockerd[839]: time="2023-05-31T18:50:55.316082112+02:00" level=info msg="Loading containers: start."
Mai 31 18:50:55 sblaptop kernel: Bridge firewalling registered
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.4064] manager: (docker0): new Bridge device (/org/freedesktop/NetworkManager/Devices/7)
Mai 31 18:50:55 sblaptop avahi-daemon[613]: Joining mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1.
Mai 31 18:50:55 sblaptop avahi-daemon[613]: New relevant interface docker0.IPv4 for mDNS.
Mai 31 18:50:55 sblaptop avahi-daemon[613]: Registering new address record for 172.17.0.1 on docker0.IPv4.
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.4591] device (docker0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.4598] device (docker0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.4606] device (docker0): Activation: starting connection 'docker0' (96b75a58-89ef-4766-a21b-1a130f1915c3)
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.4610] device (docker0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.4615] device (docker0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.4617] device (docker0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.4627] manager: (br-4407cc79beb4): new Bridge device (/org/freedesktop/NetworkManager/Devices/8)
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.4633] device (docker0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.4656] device (docker0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.4659] device (docker0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.4665] device (docker0): Activation: successful, device activated.
Mai 31 18:50:55 sblaptop avahi-daemon[613]: Joining mDNS multicast group on interface br-4407cc79beb4.IPv4 with address 172.19.0.1.
Mai 31 18:50:55 sblaptop avahi-daemon[613]: New relevant interface br-4407cc79beb4.IPv4 for mDNS.
Mai 31 18:50:55 sblaptop avahi-daemon[613]: Registering new address record for 172.19.0.1 on br-4407cc79beb4.IPv4.
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5136] device (br-4407cc79beb4): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5143] device (br-4407cc79beb4): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5151] device (br-4407cc79beb4): Activation: starting connection 'br-4407cc79beb4' (a7b37951-4c39-45e9-bcd1-b32025195689)
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5155] device (br-4407cc79beb4): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5158] device (br-4407cc79beb4): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5160] device (br-4407cc79beb4): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5171] manager: (br-6a61c985957c): new Bridge device (/org/freedesktop/NetworkManager/Devices/9)
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5178] device (br-4407cc79beb4): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5200] device (br-4407cc79beb4): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5202] device (br-4407cc79beb4): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5208] device (br-4407cc79beb4): Activation: successful, device activated.
Mai 31 18:50:55 sblaptop avahi-daemon[613]: Joining mDNS multicast group on interface br-6a61c985957c.IPv4 with address 172.18.0.1.
Mai 31 18:50:55 sblaptop avahi-daemon[613]: New relevant interface br-6a61c985957c.IPv4 for mDNS.
Mai 31 18:50:55 sblaptop avahi-daemon[613]: Registering new address record for 172.18.0.1 on br-6a61c985957c.IPv4.
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5679] device (br-6a61c985957c): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5686] device (br-6a61c985957c): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5694] device (br-6a61c985957c): Activation: starting connection 'br-6a61c985957c' (897bbe1c-a6e2-48d9-8d33-1fed9e1f5f3e)
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5697] device (br-6a61c985957c): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5702] device (br-6a61c985957c): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5706] device (br-6a61c985957c): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5711] device (br-6a61c985957c): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5736] device (br-6a61c985957c): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5739] device (br-6a61c985957c): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.5744] device (br-6a61c985957c): Activation: successful, device activated.
Mai 31 18:50:55 sblaptop dockerd[839]: time="2023-05-31T18:50:55.625453761+02:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.7610] manager: (veth0a08e59): new Veth device (/org/freedesktop/NetworkManager/Devices/10)
Mai 31 18:50:55 sblaptop kernel: docker0: port 1(veth6ec97a4) entered blocking state
Mai 31 18:50:55 sblaptop kernel: docker0: port 1(veth6ec97a4) entered disabled state
Mai 31 18:50:55 sblaptop kernel: device veth6ec97a4 entered promiscuous mode
Mai 31 18:50:55 sblaptop kernel: docker0: port 1(veth6ec97a4) entered blocking state
Mai 31 18:50:55 sblaptop kernel: docker0: port 1(veth6ec97a4) entered forwarding state
Mai 31 18:50:55 sblaptop kernel: docker0: port 1(veth6ec97a4) entered disabled state
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.7627] manager: (veth6ec97a4): new Veth device (/org/freedesktop/NetworkManager/Devices/11)
Mai 31 18:50:55 sblaptop kernel: docker0: port 2(veth1a8e839) entered blocking state
Mai 31 18:50:55 sblaptop kernel: docker0: port 2(veth1a8e839) entered disabled state
Mai 31 18:50:55 sblaptop kernel: device veth1a8e839 entered promiscuous mode
Mai 31 18:50:55 sblaptop kernel: docker0: port 2(veth1a8e839) entered blocking state
Mai 31 18:50:55 sblaptop kernel: docker0: port 2(veth1a8e839) entered forwarding state
Mai 31 18:50:55 sblaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
Mai 31 18:50:55 sblaptop kernel: docker0: port 2(veth1a8e839) entered disabled state
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.7715] manager: (veth46db28e): new Veth device (/org/freedesktop/NetworkManager/Devices/12)
Mai 31 18:50:55 sblaptop NetworkManager[639]: <info>  [1685551855.7734] manager: (veth1a8e839): new Veth device (/org/freedesktop/NetworkManager/Devices/13)
Mai 31 18:50:55 sblaptop containerd[654]: time="2023-05-31T18:50:55.869659072+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
Mai 31 18:50:55 sblaptop containerd[654]: time="2023-05-31T18:50:55.869689115+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
Mai 31 18:50:55 sblaptop containerd[654]: time="2023-05-31T18:50:55.869698467+02:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
Mai 31 18:50:55 sblaptop containerd[654]: time="2023-05-31T18:50:55.869705032+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
Mai 31 18:50:55 sblaptop containerd[654]: time="2023-05-31T18:50:55.888181740+02:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
Mai 31 18:50:55 sblaptop containerd[654]: time="2023-05-31T18:50:55.888212486+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
Mai 31 18:50:55 sblaptop containerd[654]: time="2023-05-31T18:50:55.888221886+02:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
Mai 31 18:50:55 sblaptop containerd[654]: time="2023-05-31T18:50:55.888231099+02:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
Mai 31 18:50:55 sblaptop systemd[1]: Started libcontainer container 613feb421f9f4d9b4144bdee920facb5a6e17a074e040720a6fead993a2d86a2.
Mai 31 18:50:56 sblaptop systemd[1]: Started libcontainer container 73d8b56128529da4f171c46f8d2506c08cafb4ba2161bc48a55d00018f74dfc5.
Mai 31 18:50:56 sblaptop kernel: eth0: renamed from veth0a08e59
Mai 31 18:50:56 sblaptop kernel: eth0: renamed from veth46db28e
Mai 31 18:50:56 sblaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth1a8e839: link becomes ready
Mai 31 18:50:56 sblaptop kernel: docker0: port 2(veth1a8e839) entered blocking state
Mai 31 18:50:56 sblaptop kernel: docker0: port 2(veth1a8e839) entered forwarding state
Mai 31 18:50:56 sblaptop kernel: IPv6: ADDRCONF(NETDEV_CHANGE): veth6ec97a4: link becomes ready
Mai 31 18:50:56 sblaptop kernel: docker0: port 1(veth6ec97a4) entered blocking state
Mai 31 18:50:56 sblaptop kernel: docker0: port 1(veth6ec97a4) entered forwarding state
Mai 31 18:50:56 sblaptop NetworkManager[639]: <info>  [1685551856.1855] device (veth1a8e839): carrier: link connected
Mai 31 18:50:56 sblaptop NetworkManager[639]: <info>  [1685551856.1858] device (veth6ec97a4): carrier: link connected
Mai 31 18:50:56 sblaptop NetworkManager[639]: <info>  [1685551856.1860] device (docker0): carrier: link connected
Mai 31 18:50:56 sblaptop dockerd[839]: time="2023-05-31T18:50:56.275327849+02:00" level=info msg="Loading containers: done."
Mai 31 18:50:56 sblaptop dockerd[839]: time="2023-05-31T18:50:56.297791507+02:00" level=info msg="Docker daemon" commit=659604f9ee graphdriver=btrfs version=24.0.2
Mai 31 18:50:56 sblaptop dockerd[839]: time="2023-05-31T18:50:56.297976663+02:00" level=info msg="Daemon has completed initialization"
Mai 31 18:50:56 sblaptop dbus-daemon[616]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.22' (uid=0 pid=655 comm="/bin/login -p --        ")
Mai 31 18:50:56 sblaptop dbus-daemon[616]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Mai 31 18:50:56 sblaptop login[655]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Mai 31 18:50:56 sblaptop dockerd[839]: time="2023-05-31T18:50:56.621878031+02:00" level=info msg="API listen on /run/docker.sock"
Mai 31 18:50:56 sblaptop systemd[1]: Started Docker Application Container Engine.
Mai 31 18:50:56 sblaptop systemd[1]: Reached target Multi-User System.
Mai 31 18:50:56 sblaptop systemd[1]: Startup finished in 4.239s (firmware) + 17.427s (loader) + 5.061s (kernel) + 11.433s (userspace) = 38.161s.
Mai 31 18:50:57 sblaptop avahi-daemon[613]: Joining mDNS multicast group on interface docker0.IPv6 with address fe80::42:51ff:fec8:8f6b.
Mai 31 18:50:57 sblaptop avahi-daemon[613]: New relevant interface docker0.IPv6 for mDNS.
Mai 31 18:50:57 sblaptop avahi-daemon[613]: Registering new address record for fe80::42:51ff:fec8:8f6b on docker0.*.
Mai 31 18:50:57 sblaptop avahi-daemon[613]: Joining mDNS multicast group on interface veth6ec97a4.IPv6 with address fe80::902a:9aff:fef6:ebe1.
Mai 31 18:50:57 sblaptop avahi-daemon[613]: New relevant interface veth6ec97a4.IPv6 for mDNS.
Mai 31 18:50:57 sblaptop avahi-daemon[613]: Registering new address record for fe80::902a:9aff:fef6:ebe1 on veth6ec97a4.*.
Mai 31 18:50:57 sblaptop avahi-daemon[613]: Joining mDNS multicast group on interface veth1a8e839.IPv6 with address fe80::3cd6:f5ff:fe14:2d0e.
Mai 31 18:50:57 sblaptop avahi-daemon[613]: New relevant interface veth1a8e839.IPv6 for mDNS.
Mai 31 18:50:57 sblaptop avahi-daemon[613]: Registering new address record for fe80::3cd6:f5ff:fe14:2d0e on veth1a8e839.*.
Mai 31 18:50:57 sblaptop kernel: BUG: kernel NULL pointer dereference, address: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: #PF: supervisor read access in kernel mode
Mai 31 18:50:57 sblaptop kernel: #PF: error_code(0x0000) - not-present page
Mai 31 18:50:57 sblaptop kernel: PGD 0 P4D 0 
Mai 31 18:50:57 sblaptop kernel: Oops: 0000 [#1] PREEMPT SMP PTI
Mai 31 18:50:57 sblaptop kernel: CPU: 4 PID: 250 Comm: kworker/4:2 Tainted: P           OE      6.1.31-1-lts #1 ac60c6ea44fa8bd23a1e0ceb3fbfc5c4672e04c7
Mai 31 18:50:57 sblaptop kernel: Hardware name: Acer ConceptD CN715-71/GhibliC_CFS, BIOS V1.09 09/15/2020
Mai 31 18:50:57 sblaptop kernel: Workqueue: events_long ucsi_init_work [typec_ucsi]
Mai 31 18:50:57 sblaptop kernel: RIP: 0010:ucsi_acpi_async_write+0x30/0x50 [ucsi_acpi]
Mai 31 18:50:57 sblaptop kernel: Code: 44 00 00 41 55 49 89 cd 41 54 49 89 d4 55 53 89 f3 e8 24 4e 4a 00 4c 89 e6 89 df 4c 89 ea 48 03 78 10 48 89 c5 e8 f0 3f 3d f8 <49> 8b 04 24 48 89 ef be 01 00 00 00 48 89 45 50 5b 5d 41 5c 41 5d
Mai 31 18:50:57 sblaptop kernel: RSP: 0018:ffffb94440e67db0 EFLAGS: 00010282
Mai 31 18:50:57 sblaptop kernel: RAX: ffffb94440372002 RBX: 0000000000000002 RCX: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffb94440372002
Mai 31 18:50:57 sblaptop kernel: RBP: ffff986cc6f980a8 R08: 0000000000000000 R09: ffff986ce4f85a20
Mai 31 18:50:57 sblaptop kernel: R10: ffffffffb914b8c0 R11: 0000000000000001 R12: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: R13: 0000000000000000 R14: ffff986cc74330b8 R15: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: FS:  0000000000000000(0000) GS:ffff987434300000(0000) knlGS:0000000000000000
Mai 31 18:50:57 sblaptop kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Mai 31 18:50:57 sblaptop kernel: CR2: 0000000000000000 CR3: 00000005f5810001 CR4: 00000000003706e0
Mai 31 18:50:57 sblaptop kernel: Call Trace:
Mai 31 18:50:57 sblaptop kernel:  <TASK>
Mai 31 18:50:57 sblaptop kernel:  ? __die_body.cold+0x1a/0x1f
Mai 31 18:50:57 sblaptop kernel:  ? page_fault_oops+0x15a/0x2d0
Mai 31 18:50:57 sblaptop kernel:  ? exc_page_fault+0x7c/0x180
Mai 31 18:50:57 sblaptop kernel:  ? asm_exc_page_fault+0x26/0x30
Mai 31 18:50:57 sblaptop kernel:  ? ucsi_acpi_async_write+0x30/0x50 [ucsi_acpi d673de03b4d75f958033edb6a2d821b83e22afc2]
Mai 31 18:50:57 sblaptop kernel:  ucsi_exec_command+0x1ad/0x200 [typec_ucsi 8fe51eaeb9eba2b67c9476d20cb70ffc1e4179dd]
Mai 31 18:50:57 sblaptop kernel:  ucsi_send_command+0x4b/0xe0 [typec_ucsi 8fe51eaeb9eba2b67c9476d20cb70ffc1e4179dd]
Mai 31 18:50:57 sblaptop kernel:  ucsi_init_work+0x33a/0x730 [typec_ucsi 8fe51eaeb9eba2b67c9476d20cb70ffc1e4179dd]
Mai 31 18:50:57 sblaptop kernel:  process_one_work+0x1c4/0x3a0
Mai 31 18:50:57 sblaptop kernel:  worker_thread+0x51/0x390
Mai 31 18:50:57 sblaptop kernel:  ? process_one_work+0x3a0/0x3a0
Mai 31 18:50:57 sblaptop kernel:  kthread+0xdb/0x110
Mai 31 18:50:57 sblaptop kernel:  ? kthread_complete_and_exit+0x20/0x20
Mai 31 18:50:57 sblaptop kernel:  ret_from_fork+0x1f/0x30
Mai 31 18:50:57 sblaptop kernel:  </TASK>
Mai 31 18:50:57 sblaptop kernel: Modules linked in: xt_nat veth nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter ccm xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter bridge stp llc snd_hda_codec_hdmi overlay cmac algif_hash algif_skcipher af_alg bnep nvidia_drm(POE) nvidia_modeset(POE) snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda snd_sof_pci intel_tcc_cooling snd_sof_xtensa_dsp x86_pkg_temp_thermal snd_sof intel_powerclamp coretemp snd_sof_utils soundwire_bus snd_soc_skl kvm_intel snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc kvm snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi irqbypass crct10dif_pclmul snd_hda_codec_realtek snd_soc_core crc32_pclmul snd_hda_codec_generic polyval_clmulni snd_compress polyval_generic ledtrig_audio gf128mul
Mai 31 18:50:57 sblaptop kernel:  ac97_bus nvidia_uvm(POE) iwlmvm snd_pcm_dmaengine ghash_clmulni_intel snd_hda_intel sha512_ssse3 nls_iso8859_1 snd_intel_dspcfg aesni_intel joydev mac80211 vfat snd_intel_sdw_acpi crypto_simd mousedev i915 libarc4 i2c_nvidia_gpu snd_hda_codec cryptd fat uvcvideo snd_hda_core btusb iwlwifi snd_hwdep videobuf2_vmalloc btrtl btbcm processor_thermal_device_pci_legacy iTCO_wdt hid_multitouch snd_pcm videobuf2_memops r8169 btintel drm_buddy processor_thermal_device videobuf2_v4l2 intel_pmc_bxt rapl btmtk nvidia(POE) mei_hdcp mei_pxp iTCO_vendor_support ee1004 intel_rapl_msr bluetooth acer_wmi intel_wmi_thunderbolt wmi_bmof videobuf2_common sparse_keymap ttm snd_timer realtek processor_thermal_rfim ucsi_acpi i2c_hid_acpi intel_cstate videodev cfg80211 processor_thermal_mbox typec_ucsi mdio_devres spi_nor snd ecdh_generic drm_display_helper processor_thermal_rapl mei_me i2c_i801 mc libphy crc16 intel_rapl_common intel_lpss_pci mtd cec typec intel_uncore i2c_smbus soundcore
Mai 31 18:50:57 sblaptop kernel:  intel_lpss video int3403_thermal intel_gtt intel_soc_dts_iosf idma64 mei rfkill roles intel_pch_thermal i2c_hid int340x_thermal_zone int3400_thermal wmi acpi_thermal_rel acer_wireless acpi_pad mac_hid dm_multipath sg crypto_user fuse loop dm_mod bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq serio_raw atkbd libps2 vivaldi_fmap nvme nvme_core crc32c_intel spi_intel_pci xhci_pci spi_intel nvme_common i8042 xhci_pci_renesas serio
Mai 31 18:50:57 sblaptop kernel: CR2: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: ---[ end trace 0000000000000000 ]---
Mai 31 18:50:57 sblaptop kernel: RIP: 0010:ucsi_acpi_async_write+0x30/0x50 [ucsi_acpi]
Mai 31 18:50:57 sblaptop kernel: Code: 44 00 00 41 55 49 89 cd 41 54 49 89 d4 55 53 89 f3 e8 24 4e 4a 00 4c 89 e6 89 df 4c 89 ea 48 03 78 10 48 89 c5 e8 f0 3f 3d f8 <49> 8b 04 24 48 89 ef be 01 00 00 00 48 89 45 50 5b 5d 41 5c 41 5d
Mai 31 18:50:57 sblaptop kernel: RSP: 0018:ffffb94440e67db0 EFLAGS: 00010282
Mai 31 18:50:57 sblaptop kernel: RAX: ffffb94440372002 RBX: 0000000000000002 RCX: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffb94440372002
Mai 31 18:50:57 sblaptop kernel: RBP: ffff986cc6f980a8 R08: 0000000000000000 R09: ffff986ce4f85a20
Mai 31 18:50:57 sblaptop kernel: R10: ffffffffb914b8c0 R11: 0000000000000001 R12: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: R13: 0000000000000000 R14: ffff986cc74330b8 R15: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: FS:  0000000000000000(0000) GS:ffff987434300000(0000) knlGS:0000000000000000
Mai 31 18:50:57 sblaptop kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Mai 31 18:50:57 sblaptop kernel: CR2: 0000000000000000 CR3: 00000005f5810001 CR4: 00000000003706e0
Mai 31 18:50:57 sblaptop kernel: note: kworker/4:2[250] exited with irqs disabled
Mai 31 18:50:59 sblaptop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Mai 31 18:50:59 sblaptop login[655]: pam_unix(login:session): session opened for user stephan(uid=1000) by stephan(uid=0)
Mai 31 18:50:59 sblaptop systemd[1]: Created slice User Slice of UID 1000.
Mai 31 18:50:59 sblaptop systemd[1]: Starting User Runtime Directory /run/user/1000...
Mai 31 18:50:59 sblaptop systemd-logind[618]: New session 1 of user stephan.
Mai 31 18:50:59 sblaptop systemd[1]: Finished User Runtime Directory /run/user/1000.
Mai 31 18:50:59 sblaptop systemd[1]: Starting User Manager for UID 1000...
Mai 31 18:50:59 sblaptop dbus-daemon[616]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.25' (uid=0 pid=1359 comm="(systemd)")
Mai 31 18:50:59 sblaptop dbus-daemon[616]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Mai 31 18:50:59 sblaptop (systemd)[1359]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Mai 31 18:50:59 sblaptop (systemd)[1359]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[stephan] ruser=[<unknown>] rhost=[<unknown>]
Mai 31 18:50:59 sblaptop (systemd)[1359]: pam_unix(systemd-user:session): session opened for user stephan(uid=1000) by stephan(uid=0)
Mai 31 18:50:59 sblaptop systemd-xdg-autostart-generator[1365]: Exec binary 'whatsapp-for-linux' does not exist: No such file or directory
Mai 31 18:50:59 sblaptop systemd-journald[323]: /var/log/journal/7898ede108bf45438ec6f12d7cb1a2b3/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Mai 31 18:50:59 sblaptop systemd-xdg-autostart-generator[1365]: /home/stephan/.config/autostart/com.github.eneshecan.WhatsAppForLinux.desktop: not generating unit, error parsing Exec= line: No such file or directory
Mai 31 18:50:59 sblaptop systemd-xdg-autostart-generator[1365]: Exec binary '/usr/bin/teams' does not exist: No such file or directory
Mai 31 18:50:59 sblaptop systemd-xdg-autostart-generator[1365]: /home/stephan/.config/autostart/teams.desktop: not generating unit, error parsing Exec= line: No such file or directory
Mai 31 18:50:59 sblaptop systemd[1359]: Queued start job for default target Main User Target.
Mai 31 18:50:59 sblaptop systemd[1359]: Created slice User Application Slice.
Mai 31 18:50:59 sblaptop systemd[1359]: Created slice User Core Session Slice.
Mai 31 18:50:59 sblaptop systemd[1359]: Started kite-updater timer.
Mai 31 18:50:59 sblaptop systemd[1359]: Reached target Paths.
Mai 31 18:50:59 sblaptop systemd[1359]: Reached target Timers.
Mai 31 18:50:59 sblaptop systemd[1359]: Starting D-Bus User Message Bus Socket...
Mai 31 18:50:59 sblaptop systemd[1359]: Listening on GnuPG network certificate management daemon.
Mai 31 18:50:59 sblaptop systemd[1359]: Listening on GCR ssh-agent wrapper.
Mai 31 18:50:59 sblaptop systemd[1359]: Listening on GNOME Keyring daemon.
Mai 31 18:50:59 sblaptop systemd[1359]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Mai 31 18:50:59 sblaptop systemd[1359]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Mai 31 18:50:59 sblaptop systemd[1359]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Mai 31 18:50:59 sblaptop systemd[1359]: Listening on GnuPG cryptographic agent and passphrase cache.
Mai 31 18:50:59 sblaptop systemd[1359]: Listening on p11-kit server.
Mai 31 18:50:59 sblaptop systemd[1359]: Listening on PipeWire Multimedia System Socket.
Mai 31 18:50:59 sblaptop systemd[1359]: Listening on Sound System.
Mai 31 18:50:59 sblaptop systemd[1359]: Listening on D-Bus User Message Bus Socket.
Mai 31 18:50:59 sblaptop systemd[1359]: Reached target Sockets.
Mai 31 18:50:59 sblaptop systemd[1359]: Reached target Basic System.
Mai 31 18:50:59 sblaptop systemd[1]: Started User Manager for UID 1000.
Mai 31 18:50:59 sblaptop systemd[1359]: Started AppImageLauncher daemon.
Mai 31 18:50:59 sblaptop systemd[1]: Started Session 1 of User stephan.
Mai 31 18:50:59 sblaptop systemd[1359]: Started kited autostart on first login of a user.
Mai 31 18:50:59 sblaptop systemd[1359]: Started PipeWire Multimedia Service.
Mai 31 18:50:59 sblaptop systemd[1359]: Started PipeWire Media Session Manager.
Mai 31 18:50:59 sblaptop systemd[1359]: Starting Update XDG user dir configuration...
Mai 31 18:51:00 sblaptop systemd[1359]: Finished Update XDG user dir configuration.
Mai 31 18:51:00 sblaptop systemd[1359]: Reached target Main User Target.
Mai 31 18:51:00 sblaptop systemd[1359]: Startup finished in 320ms.
Mai 31 18:51:00 sblaptop login[655]: LOGIN ON tty1 BY stephan
Mai 31 18:51:00 sblaptop systemd[1359]: Starting D-Bus User Message Bus...
Mai 31 18:51:00 sblaptop appimagelauncherd[1369]: Searching for existing AppImages
Mai 31 18:51:00 sblaptop appimagelauncherd[1369]: Searching directory: /home/stephan
Mai 31 18:51:00 sblaptop systemd[1359]: Started D-Bus User Message Bus.
Mai 31 18:51:00 sblaptop dbus-daemon[616]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.27' (uid=1000 pid=1372 comm="/usr/bin/pipewire-media-session")
Mai 31 18:51:00 sblaptop systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Mai 31 18:51:00 sblaptop dbus-daemon[616]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Mai 31 18:51:00 sblaptop systemd[1]: Started RealtimeKit Scheduling Policy Service.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Successfully called chroot.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Successfully dropped privileges.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Successfully limited resources.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Canary thread running.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Running.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Watchdog thread running.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Supervising 0 threads of 0 processes of 0 users.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Supervising 0 threads of 0 processes of 0 users.
Mai 31 18:51:00 sblaptop dbus-daemon[616]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.29' (uid=0 pid=1398 comm="/usr/lib/rtkit-daemon")
Mai 31 18:51:00 sblaptop systemd[1]: Starting Authorization Manager...
Mai 31 18:51:00 sblaptop polkitd[1403]: Started polkitd version 122
Mai 31 18:51:00 sblaptop polkitd[1403]: Loading rules from directory /etc/polkit-1/rules.d
Mai 31 18:51:00 sblaptop polkitd[1403]: Loading rules from directory /usr/share/polkit-1/rules.d
Mai 31 18:51:00 sblaptop polkitd[1403]: Finished loading, compiling and executing 13 rules
Mai 31 18:51:00 sblaptop dbus-daemon[616]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Mai 31 18:51:00 sblaptop systemd[1]: Started Authorization Manager.
Mai 31 18:51:00 sblaptop polkitd[1403]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Mai 31 18:51:00 sblaptop appimagelauncherd[1369]: Searching directory: /home/stephan/Applications
Mai 31 18:51:00 sblaptop appimagelauncherd[1369]: Found AppImage: /home/stephan/Applications/Deepl-Linux-Electron-1.1.1_fa2a32391041f36d5f1296da21592334.AppImage
Mai 31 18:51:00 sblaptop appimagelauncherd[1369]: AppImage integrated already, skipping
Mai 31 18:51:00 sblaptop appimagelauncherd[1369]: Found AppImage: /home/stephan/Applications/DaVinci_Resolve_Studio_18.0_Linux_b060985727bdbc1298389aff3cd41fb5.run
Mai 31 18:51:00 sblaptop appimagelauncherd[1369]: AppImage integrated already, skipping
Mai 31 18:51:00 sblaptop appimagelauncherd[1369]: Found AppImage: /home/stephan/Applications/DaVinci_Resolve_Studio_18.0.1_Linux_351e6e2f11f3b260b78e05e2423cc945.run
Mai 31 18:51:00 sblaptop appimagelauncherd[1369]: AppImage integrated already, skipping
Mai 31 18:51:00 sblaptop appimagelauncherd[1369]: Watching directories: /home/stephan /home/stephan/Applications
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Successfully made thread 1371 of process 1371 owned by '1000' high priority at nice level -11.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Supervising 1 threads of 1 processes of 1 users.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Supervising 1 threads of 1 processes of 1 users.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Supervising 1 threads of 1 processes of 1 users.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Successfully made thread 1404 of process 1372 owned by '1000' RT at priority 20.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Supervising 2 threads of 2 processes of 1 users.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Supervising 2 threads of 2 processes of 1 users.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Successfully made thread 1424 of process 1371 owned by '1000' RT at priority 20.
Mai 31 18:51:00 sblaptop rtkit-daemon[1398]: Supervising 3 threads of 2 processes of 1 users.
Mai 31 18:51:12 sblaptop wpa_supplicant[733]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-57 noise=9999 txrate=780000
Mai 31 18:51:13 sblaptop systemd[1]: Started Getty on tty2.
Mai 31 18:51:18 sblaptop systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Mai 31 18:51:19 sblaptop systemd-timesyncd[608]: Contacted time server 162.159.200.123:123 (2.arch.pool.ntp.org).
Mai 31 18:51:19 sblaptop systemd-timesyncd[608]: Initial clock synchronization to Wed 2023-05-31 18:51:19.344270 CEST.
Mai 31 18:51:19 sblaptop systemd[1]: Started Getty on tty4.
Mai 31 18:51:23 sblaptop systemd[1]: Started Getty on tty3.
Mai 31 18:51:30 sblaptop appimagelauncherd[1369]: Directories to watch disappeared, unintegrating AppImages formerly found in there
Mai 31 18:51:36 sblaptop dbus-daemon[616]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.31' (uid=0 pid=1483 comm="sudo reboot")
Mai 31 18:51:36 sblaptop dbus-daemon[616]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Mai 31 18:51:36 sblaptop sudo[1483]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Mai 31 18:51:40 sblaptop sudo[1483]:  stephan : TTY=tty1 ; PWD=/home/stephan ; USER=root ; COMMAND=/usr/bin/reboot
Mai 31 18:51:40 sblaptop sudo[1483]: pam_unix(sudo:session): session opened for user root(uid=0) by stephan(uid=1000)
Mai 31 18:51:40 sblaptop systemd-logind[618]: The system will reboot now!
Mai 31 18:51:40 sblaptop systemd-logind[618]: System is rebooting.
Mai 31 18:51:40 sblaptop sudo[1483]: pam_unix(sudo:session): session closed for user root
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Session 1 of User stephan...
Mai 31 18:51:40 sblaptop systemd[1]: Removed slice Slice /system/modprobe.
Mai 31 18:51:40 sblaptop login[655]: pam_unix(login:session): session closed for user stephan
Mai 31 18:51:40 sblaptop systemd[1]: Stopped target Bluetooth Support.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped target Multi-User System.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped target Login Prompts.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped target RPC Port Mapper.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped target Sound Card.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped target Timer Units.
Mai 31 18:51:40 sblaptop systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Mai 31 18:51:40 sblaptop systemd[1]: logrotate.timer: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped Daily rotation of log files.
Mai 31 18:51:40 sblaptop systemd[1]: man-db.timer: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped Daily man-db regeneration.
Mai 31 18:51:40 sblaptop systemd[1]: pamac-cleancache.timer: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped Monthly clean packages cache.
Mai 31 18:51:40 sblaptop systemd[1]: shadow.timer: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped Daily verification of password and group files.
Mai 31 18:51:40 sblaptop systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Mai 31 18:51:40 sblaptop systemd[1]: updatedb.timer: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped Daily locate database update.
Mai 31 18:51:40 sblaptop systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: Closed LVM2 poll daemon socket.
Mai 31 18:51:40 sblaptop systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Mai 31 18:51:40 sblaptop systemd[1]: Stopping ACPI event daemon...
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Save/Restore Sound Card State...
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Automounts filesystems on demand...
Mai 31 18:51:40 sblaptop avahi-daemon[613]: Got SIGTERM, quitting.
Mai 31 18:51:40 sblaptop avahi-daemon[613]: Leaving mDNS multicast group on interface veth1a8e839.IPv6 with address fe80::3cd6:f5ff:fe14:2d0e.
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Avahi mDNS/DNS-SD Stack...
Mai 31 18:51:40 sblaptop avahi-daemon[613]: Leaving mDNS multicast group on interface veth6ec97a4.IPv6 with address fe80::902a:9aff:fef6:ebe1.
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Bluetooth service...
Mai 31 18:51:40 sblaptop bluetoothd[614]: Terminating
Mai 31 18:51:40 sblaptop avahi-daemon[613]: Leaving mDNS multicast group on interface br-6a61c985957c.IPv4 with address 172.18.0.1.
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Manage, Install and Generate Color Profiles...
Mai 31 18:51:40 sblaptop avahi-daemon[613]: Leaving mDNS multicast group on interface br-4407cc79beb4.IPv4 with address 172.19.0.1.
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Periodic Command Scheduler...
Mai 31 18:51:40 sblaptop avahi-daemon[613]: Leaving mDNS multicast group on interface docker0.IPv6 with address fe80::42:51ff:fec8:8f6b.
Mai 31 18:51:40 sblaptop systemd[1]: Stopping CUPS Scheduler...
Mai 31 18:51:40 sblaptop avahi-daemon[613]: Leaving mDNS multicast group on interface docker0.IPv4 with address 172.17.0.1.
Mai 31 18:51:40 sblaptop avahi-daemon[613]: Leaving mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1.
Mai 31 18:51:40 sblaptop dockerd[839]: time="2023-05-31T18:51:40.532258975+02:00" level=info msg="Processing signal 'terminated'"
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Docker Application Container Engine...
Mai 31 18:51:40 sblaptop avahi-daemon[613]: Leaving mDNS multicast group on interface wlp0s20f3.IPv6 with address fe80::e566:150c:cef7:7378.
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Getty on tty1...
Mai 31 18:51:40 sblaptop avahi-daemon[613]: Leaving mDNS multicast group on interface wlp0s20f3.IPv4 with address 192.168.0.208.
Mai 31 18:51:40 sblaptop avahi-daemon[613]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
Mai 31 18:51:40 sblaptop avahi-daemon[613]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Getty on tty2...
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Getty on tty3...
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Getty on tty4...
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Virtualization daemon...
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Initialize hardware monitoring sensors...
Mai 31 18:51:40 sblaptop systemd[1]: Starting Generate shutdown-ramfs...
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Authorization Manager...
Mai 31 18:51:40 sblaptop systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
Mai 31 18:51:40 sblaptop sshd[648]: Received signal 15; terminating.
Mai 31 18:51:40 sblaptop systemd[1]: Stopping OpenSSH Daemon...
Mai 31 18:51:40 sblaptop systemd[1]: Stopping Load/Save OS Random Seed...
Mai 31 18:51:40 sblaptop systemd[1]: Stopping TeamViewer remote control daemon...
Mai 31 18:51:40 sblaptop systemd[1]: cups.service: Deactivated successfully.
Mai 31 18:51:40 sblaptop mkinitcpio[1504]: ==> Starting build: 'none'
Mai 31 18:51:40 sblaptop mkinitcpio[1504]:   -> Running build hook: [sd-shutdown]
Mai 31 18:51:40 sblaptop systemd[1]: Stopped CUPS Scheduler.
Mai 31 18:51:40 sblaptop systemd[1]: sshd.service: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped OpenSSH Daemon.
Mai 31 18:51:40 sblaptop systemd[1]: getty@tty1.service: Deactivated successfully.
Mai 31 18:51:40 sblaptop NetworkManager[639]: <info>  [1685551900.6544] device (D0:49:7C:3C:3A:A7): state change: disconnected -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Mai 31 18:51:40 sblaptop bluetoothd[614]: Stopping SDP server
Mai 31 18:51:40 sblaptop bluetoothd[614]: Exit
Mai 31 18:51:40 sblaptop mkinitcpio[1504]: ==> Build complete.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped Getty on tty1.
Mai 31 18:51:40 sblaptop systemd[1]: bluetooth.service: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped Bluetooth service.
Mai 31 18:51:40 sblaptop systemd[1]: libvirtd.service: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: libvirtd.service: Unit process 801 (dnsmasq) remains running after unit stopped.
Mai 31 18:51:40 sblaptop systemd[1]: libvirtd.service: Unit process 802 (dnsmasq) remains running after unit stopped.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped Virtualization daemon.
Mai 31 18:51:40 sblaptop systemd[1]: teamviewerd.service: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped TeamViewer remote control daemon.
Mai 31 18:51:40 sblaptop systemd[1]: rtkit-daemon.service: Deactivated successfully.
Mai 31 18:51:40 sblaptop systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
Mai 31 18:51:40 sblaptop systemd[1]: alsa-restore.service: Deactivated successfully.
Mai 31 18:51:41 sblaptop systemd[1]: Stopped Save/Restore Sound Card State.
Mai 31 18:51:41 sblaptop systemd[1]: lm_sensors.service: Deactivated successfully.
Mai 31 18:51:41 sblaptop systemd[1]: Stopped Initialize hardware monitoring sensors.
Mai 31 18:51:41 sblaptop systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Mai 31 18:51:41 sblaptop systemd[1]: Finished Generate shutdown-ramfs.
Mai 31 18:51:41 sblaptop systemd[1]: systemd-random-seed.service: Deactivated successfully.
Mai 31 18:51:41 sblaptop systemd[1]: Stopped Load/Save OS Random Seed.
Mai 31 18:51:41 sblaptop systemd-logind[618]: Session 1 logged out. Waiting for processes to exit.
Mai 31 18:51:41 sblaptop systemd[1]: docker-613feb421f9f4d9b4144bdee920facb5a6e17a074e040720a6fead993a2d86a2.scope: Deactivated successfully.
Mai 31 18:51:41 sblaptop systemd[1]: Stopped libcontainer container 613feb421f9f4d9b4144bdee920facb5a6e17a074e040720a6fead993a2d86a2.
Mai 31 18:51:41 sblaptop systemd[1]: docker-73d8b56128529da4f171c46f8d2506c08cafb4ba2161bc48a55d00018f74dfc5.scope: Deactivated successfully.
Mai 31 18:51:41 sblaptop dockerd[839]: time="2023-05-31T18:51:41.170873506+02:00" level=info msg="ignoring event" container=613feb421f9f4d9b4144bdee920facb5a6e17a074e040720a6fead993a2d86a2 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mai 31 18:51:41 sblaptop containerd[654]: time="2023-05-31T18:51:41.171746947+02:00" level=info msg="shim disconnected" id=613feb421f9f4d9b4144bdee920facb5a6e17a074e040720a6fead993a2d86a2 namespace=moby
Mai 31 18:51:41 sblaptop containerd[654]: time="2023-05-31T18:51:41.171939606+02:00" level=warning msg="cleaning up after shim disconnected" id=613feb421f9f4d9b4144bdee920facb5a6e17a074e040720a6fead993a2d86a2 namespace=moby
Mai 31 18:51:41 sblaptop containerd[654]: time="2023-05-31T18:51:41.171998922+02:00" level=info msg="cleaning up dead shim" namespace=moby
Mai 31 18:51:41 sblaptop dockerd[839]: time="2023-05-31T18:51:41.183894152+02:00" level=warning msg="ShouldRestart failed, container will not be restarted" container=613feb421f9f4d9b4144bdee920facb5a6e17a074e040720a6fead993a2d86a2 daemonShuttingDown=true error="restart canceled" execDuration=44.921283137s exitStatus="{2 2023-05-31 16:51:40.541990588 +0000 UTC}" hasBeenManuallyStopped=false restartCount=0
Mai 31 18:51:41 sblaptop systemd[1]: Stopped libcontainer container 73d8b56128529da4f171c46f8d2506c08cafb4ba2161bc48a55d00018f74dfc5.
Mai 31 18:51:41 sblaptop systemd[1]: Stopping Virtual Machine and Container Registration Service...
Mai 31 18:51:41 sblaptop systemd[1]: systemd-machined.service: Deactivated successfully.
Mai 31 18:51:41 sblaptop containerd[654]: time="2023-05-31T18:51:41.189892641+02:00" level=info msg="shim disconnected" id=73d8b56128529da4f171c46f8d2506c08cafb4ba2161bc48a55d00018f74dfc5 namespace=moby
Mai 31 18:51:41 sblaptop containerd[654]: time="2023-05-31T18:51:41.189938996+02:00" level=warning msg="cleaning up after shim disconnected" id=73d8b56128529da4f171c46f8d2506c08cafb4ba2161bc48a55d00018f74dfc5 namespace=moby
Mai 31 18:51:41 sblaptop containerd[654]: time="2023-05-31T18:51:41.189953093+02:00" level=info msg="cleaning up dead shim" namespace=moby
Mai 31 18:51:41 sblaptop dockerd[839]: time="2023-05-31T18:51:41.189980585+02:00" level=info msg="ignoring event" container=73d8b56128529da4f171c46f8d2506c08cafb4ba2161bc48a55d00018f74dfc5 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
Mai 31 18:51:41 sblaptop dockerd[839]: time="2023-05-31T18:51:41.199745197+02:00" level=warning msg="ShouldRestart failed, container will not be restarted" container=73d8b56128529da4f171c46f8d2506c08cafb4ba2161bc48a55d00018f74dfc5 daemonShuttingDown=true error="restart canceled" execDuration=44.937978374s exitStatus="{2 2023-05-31 16:51:40.542722427 +0000 UTC}" hasBeenManuallyStopped=false restartCount=0
Mai 31 18:51:41 sblaptop systemd[1]: Stopped Virtual Machine and Container Registration Service.
Mai 31 18:51:50 sblaptop dockerd[839]: time="2023-05-31T18:51:50.545088373+02:00" level=info msg="Container failed to exit within 10s of signal 15 - using the force" container=73d8b56128529da4f171c46f8d2506c08cafb4ba2161bc48a55d00018f74dfc5
Mai 31 18:51:50 sblaptop dockerd[839]: time="2023-05-31T18:51:50.545175021+02:00" level=info msg="Container failed to exit within 10s of signal 15 - using the force" container=613feb421f9f4d9b4144bdee920facb5a6e17a074e040720a6fead993a2d86a2
Mai 31 18:51:55 sblaptop dockerd[839]: time="2023-05-31T18:51:55.533055382+02:00" level=error msg="Force shutdown daemon"
Mai 31 18:51:55 sblaptop dockerd[839]: time="2023-05-31T18:51:55.533160692+02:00" level=info msg="Daemon shutdown complete"
Mai 31 18:53:10 sblaptop systemd[1]: acpid.service: State 'stop-sigterm' timed out. Killing.
Mai 31 18:53:10 sblaptop systemd[1]: acpid.service: Killing process 612 (acpid) with signal SIGKILL.
Mai 31 18:53:10 sblaptop systemd[1]: session-1.scope: Stopping timed out. Killing.

Last edited by V1del (2023-05-31 18:05:37)

Offline

#6 2023-05-31 17:20:16

stephan.bolten
Member
Registered: 2023-05-31
Posts: 13

Re: Constant freezes / instability / strange behaviour with latest kernel

I guess that within this kernel panic somewhere the bad guy is hidden:

Mai 31 18:50:57 sblaptop kernel: Oops: 0000 [#1] PREEMPT SMP PTI
Mai 31 18:50:57 sblaptop kernel: CPU: 4 PID: 250 Comm: kworker/4:2 Tainted: P           OE      6.1.31-1-lts #1 ac60c6ea44fa8bd23a1e0ceb3fbfc5c4672e04c7
Mai 31 18:50:57 sblaptop kernel: Hardware name: Acer ConceptD CN715-71/GhibliC_CFS, BIOS V1.09 09/15/2020
Mai 31 18:50:57 sblaptop kernel: Workqueue: events_long ucsi_init_work [typec_ucsi]
Mai 31 18:50:57 sblaptop kernel: RIP: 0010:ucsi_acpi_async_write+0x30/0x50 [ucsi_acpi]
Mai 31 18:50:57 sblaptop kernel: Code: 44 00 00 41 55 49 89 cd 41 54 49 89 d4 55 53 89 f3 e8 24 4e 4a 00 4c 89 e6 89 df 4c 89 ea 48 03 78 10 48 89 c5 e8 f0 3f 3d f8 <49> 8b 04 24 48 89 ef be 01 00 00 00 48 89 45 50 5b 5d 41 5c 41 5d
Mai 31 18:50:57 sblaptop kernel: RSP: 0018:ffffb94440e67db0 EFLAGS: 00010282
Mai 31 18:50:57 sblaptop kernel: RAX: ffffb94440372002 RBX: 0000000000000002 RCX: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffb94440372002
Mai 31 18:50:57 sblaptop kernel: RBP: ffff986cc6f980a8 R08: 0000000000000000 R09: ffff986ce4f85a20
Mai 31 18:50:57 sblaptop kernel: R10: ffffffffb914b8c0 R11: 0000000000000001 R12: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: R13: 0000000000000000 R14: ffff986cc74330b8 R15: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: FS:  0000000000000000(0000) GS:ffff987434300000(0000) knlGS:0000000000000000
Mai 31 18:50:57 sblaptop kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Mai 31 18:50:57 sblaptop kernel: CR2: 0000000000000000 CR3: 00000005f5810001 CR4: 00000000003706e0
Mai 31 18:50:57 sblaptop kernel: Call Trace:
Mai 31 18:50:57 sblaptop kernel:  <TASK>
Mai 31 18:50:57 sblaptop kernel:  ? __die_body.cold+0x1a/0x1f
Mai 31 18:50:57 sblaptop kernel:  ? page_fault_oops+0x15a/0x2d0
Mai 31 18:50:57 sblaptop kernel:  ? exc_page_fault+0x7c/0x180
Mai 31 18:50:57 sblaptop kernel:  ? asm_exc_page_fault+0x26/0x30
Mai 31 18:50:57 sblaptop kernel:  ? ucsi_acpi_async_write+0x30/0x50 [ucsi_acpi d673de03b4d75f958033edb6a2d821b83e22afc2]
Mai 31 18:50:57 sblaptop kernel:  ucsi_exec_command+0x1ad/0x200 [typec_ucsi 8fe51eaeb9eba2b67c9476d20cb70ffc1e4179dd]
Mai 31 18:50:57 sblaptop kernel:  ucsi_send_command+0x4b/0xe0 [typec_ucsi 8fe51eaeb9eba2b67c9476d20cb70ffc1e4179dd]
Mai 31 18:50:57 sblaptop kernel:  ucsi_init_work+0x33a/0x730 [typec_ucsi 8fe51eaeb9eba2b67c9476d20cb70ffc1e4179dd]
Mai 31 18:50:57 sblaptop kernel:  process_one_work+0x1c4/0x3a0
Mai 31 18:50:57 sblaptop kernel:  worker_thread+0x51/0x390
Mai 31 18:50:57 sblaptop kernel:  ? process_one_work+0x3a0/0x3a0
Mai 31 18:50:57 sblaptop kernel:  kthread+0xdb/0x110
Mai 31 18:50:57 sblaptop kernel:  ? kthread_complete_and_exit+0x20/0x20
Mai 31 18:50:57 sblaptop kernel:  ret_from_fork+0x1f/0x30
Mai 31 18:50:57 sblaptop kernel:  </TASK>
Mai 31 18:50:57 sblaptop kernel: Modules linked in: xt_nat veth nf_conntrack_netlink nfnetlink xt_addrtype br_netfilter ccm xt_CHECKSUM xt_MASQUERADE xt_conntrack ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat ip6table_filter ip6_tables iptable_mangle iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter bridge stp llc snd_hda_codec_hdmi overlay cmac algif_hash algif_skcipher af_alg bnep nvidia_drm(POE) nvidia_modeset(POE) snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda snd_sof_pci intel_tcc_cooling snd_sof_xtensa_dsp x86_pkg_temp_thermal snd_sof intel_powerclamp coretemp snd_sof_utils soundwire_bus snd_soc_skl kvm_intel snd_soc_hdac_hda snd_hda_ext_core snd_soc_sst_ipc kvm snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi irqbypass crct10dif_pclmul snd_hda_codec_realtek snd_soc_core crc32_pclmul snd_hda_codec_generic polyval_clmulni snd_compress polyval_generic ledtrig_audio gf128mul
Mai 31 18:50:57 sblaptop kernel:  ac97_bus nvidia_uvm(POE) iwlmvm snd_pcm_dmaengine ghash_clmulni_intel snd_hda_intel sha512_ssse3 nls_iso8859_1 snd_intel_dspcfg aesni_intel joydev mac80211 vfat snd_intel_sdw_acpi crypto_simd mousedev i915 libarc4 i2c_nvidia_gpu snd_hda_codec cryptd fat uvcvideo snd_hda_core btusb iwlwifi snd_hwdep videobuf2_vmalloc btrtl btbcm processor_thermal_device_pci_legacy iTCO_wdt hid_multitouch snd_pcm videobuf2_memops r8169 btintel drm_buddy processor_thermal_device videobuf2_v4l2 intel_pmc_bxt rapl btmtk nvidia(POE) mei_hdcp mei_pxp iTCO_vendor_support ee1004 intel_rapl_msr bluetooth acer_wmi intel_wmi_thunderbolt wmi_bmof videobuf2_common sparse_keymap ttm snd_timer realtek processor_thermal_rfim ucsi_acpi i2c_hid_acpi intel_cstate videodev cfg80211 processor_thermal_mbox typec_ucsi mdio_devres spi_nor snd ecdh_generic drm_display_helper processor_thermal_rapl mei_me i2c_i801 mc libphy crc16 intel_rapl_common intel_lpss_pci mtd cec typec intel_uncore i2c_smbus soundcore
Mai 31 18:50:57 sblaptop kernel:  intel_lpss video int3403_thermal intel_gtt intel_soc_dts_iosf idma64 mei rfkill roles intel_pch_thermal i2c_hid int340x_thermal_zone int3400_thermal wmi acpi_thermal_rel acer_wireless acpi_pad mac_hid dm_multipath sg crypto_user fuse loop dm_mod bpf_preload ip_tables x_tables btrfs blake2b_generic libcrc32c crc32c_generic xor raid6_pq serio_raw atkbd libps2 vivaldi_fmap nvme nvme_core crc32c_intel spi_intel_pci xhci_pci spi_intel nvme_common i8042 xhci_pci_renesas serio
Mai 31 18:50:57 sblaptop kernel: CR2: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: ---[ end trace 0000000000000000 ]---
Mai 31 18:50:57 sblaptop kernel: RIP: 0010:ucsi_acpi_async_write+0x30/0x50 [ucsi_acpi]
Mai 31 18:50:57 sblaptop kernel: Code: 44 00 00 41 55 49 89 cd 41 54 49 89 d4 55 53 89 f3 e8 24 4e 4a 00 4c 89 e6 89 df 4c 89 ea 48 03 78 10 48 89 c5 e8 f0 3f 3d f8 <49> 8b 04 24 48 89 ef be 01 00 00 00 48 89 45 50 5b 5d 41 5c 41 5d
Mai 31 18:50:57 sblaptop kernel: RSP: 0018:ffffb94440e67db0 EFLAGS: 00010282
Mai 31 18:50:57 sblaptop kernel: RAX: ffffb94440372002 RBX: 0000000000000002 RCX: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffb94440372002
Mai 31 18:50:57 sblaptop kernel: RBP: ffff986cc6f980a8 R08: 0000000000000000 R09: ffff986ce4f85a20
Mai 31 18:50:57 sblaptop kernel: R10: ffffffffb914b8c0 R11: 0000000000000001 R12: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: R13: 0000000000000000 R14: ffff986cc74330b8 R15: 0000000000000000
Mai 31 18:50:57 sblaptop kernel: FS:  0000000000000000(0000) GS:ffff987434300000(0000) knlGS:0000000000000000
Mai 31 18:50:57 sblaptop kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Mai 31 18:50:57 sblaptop kernel: CR2: 0000000000000000 CR3: 00000005f5810001 CR4: 00000000003706e0
Mai 31 18:50:57 sblaptop kernel: note: kworker/4:2[250] exited with irqs disabled

Last edited by V1del (2023-05-31 18:06:03)

Offline

#7 2023-05-31 18:46:33

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

Re: Constant freezes / instability / strange behaviour with latest kernel

Null pointer deref, nice....

https://github.com/torvalds/linux/commi … c94923d22c is likely to be the offender

FWIW I did this for you now, but when posting to the boards, please use [⁣code][⁣/code] tags to wrap the output to make it a more readable and scrollable box.

FWIW2 I had a git tree for linux-zen lying around for my mouse scroll shenanigans, you can test these kernels with the assumed offender reverted:

https://drive.google.com/file/d/10_sKgb … sp=sharing -- linux-zen-6.3.5-arch1
https://drive.google.com/file/d/1ssJiYp … sp=sharing -- linux-zen-6.3.5-arch1-headers

You'll have to opt for the headers and nvidia-dkms so that the nvidia module can be built.

If you don't trust these binaries you can reproduce this by getting the kernel sources https://wiki.archlinux.org/title/Kernel … ild_system and adding

  git revert --no-edit 326e1c208f3f24d14b93f910b8ae32c94923d22c

after the   cd $_srcname in the prepare() function.

Last edited by V1del (2023-05-31 19:17:53)

Offline

#8 2023-06-01 07:31:44

stephan.bolten
Member
Registered: 2023-05-31
Posts: 13

Re: Constant freezes / instability / strange behaviour with latest kernel

Hi,

thx a lot - and sorry for not using the <code> tags - will do so in the future.

Used your kernel and headers together with nvidia-dkms..... after testing for 5+ minutes I can only say: it works.

What`s the way forward now? Do I have to do anything? Will this be taken up by somebody? Will this eventually end up / be solved in future kernels?

Offline

#9 2023-06-01 08:38:05

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

Re: Constant freezes / instability / strange behaviour with latest kernel

You should report it on https://bugzilla.kernel.org/ as a regression  and attach the failing journal output, the offending commit and that a revert fixes this. Maybe also link this thread and post a link of the bug report here so we can keep an eye on it/can potentially chime in.

Last edited by V1del (2023-06-01 08:38:44)

Offline

#10 2023-06-01 13:42:21

stephan.bolten
Member
Registered: 2023-05-31
Posts: 13

Re: Constant freezes / instability / strange behaviour with latest kernel

Offline

#11 2023-06-01 14:08:36

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

Re: Constant freezes / instability / strange behaviour with latest kernel

Not sure whether the selected component is correct and you might notify the wrong people with this, but well see. But you should have ticked the regression checkbox, not sure whether you can do so after the fact, since this is a break of something that worked beforehand and got broken inside of a stable release.

Last edited by V1del (2023-06-01 14:09:50)

Offline

#12 2023-06-01 15:47:19

stephan.bolten
Member
Registered: 2023-05-31
Posts: 13

Re: Constant freezes / instability / strange behaviour with latest kernel

I ticked regression and could save it.
Which component should I choose?

Offline

#13 2023-06-01 16:19:31

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

Re: Constant freezes / instability / strange behaviour with latest kernel

Not sure ucsci_acpi might be close enough so that's technically at the correct spot, fwiw similar ucsi stuff went with category drivers  and USB  https://bugzilla.kernel.org/buglist.cgi … earch=ucsi

Offline

#14 2023-06-01 16:30:58

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: Constant freezes / instability / strange behaviour with latest kernel

You can use the CC list of the bug report to add Samuel Čavoj <samuel@cavoj.net> and Heikki Krogerus <heikki.krogerus@linux.intel.com> so the commits author is notified.

Offline

#15 2023-06-01 17:27:02

stephan.bolten
Member
Registered: 2023-05-31
Posts: 13

Re: Constant freezes / instability / strange behaviour with latest kernel

Could not add Samuel Čavoj. Added Heikki though

Offline

#16 2023-06-01 17:29:02

stephan.bolten
Member
Registered: 2023-05-31
Posts: 13

Re: Constant freezes / instability / strange behaviour with latest kernel

Could not add Samuel Čavoj. Added Heikki though

Offline

#17 2023-06-02 13:18:26

stephan.bolten
Member
Registered: 2023-05-31
Posts: 13

Re: Constant freezes / instability / strange behaviour with latest kernel

@V1del: could you have a look at the patch provided by Heikki in https://bugzilla.kernel.org/show_bug.cgi?id=217517

I have not enough experience in compiling or patching the kernel myself.... would be interested to learn that though.

S.

Offline

#18 2023-06-02 14:18:49

loqs
Member
Registered: 2014-03-06
Posts: 17,192

Re: Constant freezes / instability / strange behaviour with latest kernel

https://bugzilla.kernel.org/attachment.cgi?id=304366 is applied to the kernel linked below
https://drive.google.com/file/d/1Cf34rH … share_link linux-6.3.5.arch1-1.2-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1-Rw6Wk … share_link linux-headers-6.3.5.arch1-1.2-x86_64.pkg.tar.zst

Offline

#19 2023-06-02 16:54:44

stephan.bolten
Member
Registered: 2023-05-31
Posts: 13

Re: Constant freezes / instability / strange behaviour with latest kernel

Did my best doing it myself.....

compiled two kernels as described here: https://wiki.archlinux.org/title/Kernel … ild_system

- one without the patch --> that one failed and crashed with null pointer deref
- one with the patch (applied through perpare() function) --> that one works fine

and answered like this in https://bugzilla.kernel.org/show_bug.cgi?id=217517

When I finished - I saw that "loqs" provided the patched version - thx for that..... I compiled the one without the patch also to make sure that it is "plain vanilla" what I used before.

Offline

#20 2023-06-02 17:08:12

renegat
Member
From: Europe
Registered: 2012-12-28
Posts: 88

Re: Constant freezes / instability / strange behaviour with latest kernel

Same issue here on Lenovo ThinkPad 11e

- Kernel  6.3.5-arch1-1
- Kernel 6.1.31-1 lts

Most of the time the laptop failes to boot with this kernels with 'BUG: kernel NULL pointer dereference, address: 0000000000000000' followed by 'Oops...' and freeze.

journalctl.6.1.31-1-lts.txt
journalctl.6.3.5.txt

Kernel 6.1.25-1 lts works for the moment...

Last edited by renegat (2023-06-02 17:13:59)

Offline

#21 2023-06-08 12:52:39

schconj
Member
Registered: 2023-04-14
Posts: 1

Re: Constant freezes / instability / strange behaviour with latest kernel

This is happening with me on Asus Vivobook S15 OLED.

on both the lts-6.1.32, and 6.3.6-arch1-1. Same issue as that of renegat and stephen.

Last edited by schconj (2023-06-08 14:50:52)

Offline

#22 2023-06-08 15:14:14

stephan.bolten
Member
Registered: 2023-05-31
Posts: 13

Re: Constant freezes / instability / strange behaviour with latest kernel

Fix has been sent out on 6th of June --> https://bugzilla.kernel.org/show_bug.cgi?id=217517#c8

Question out of curiosity: When will this now (normally) end up in an official kernel release?
Asking because what I am currently doing is a bit cumbersome --> whenever there is a new kernel release I install it - run it and see if it fails or not. I will stay with my patched kernel as long as the standard kernel fails.

Offline

#23 2023-06-08 15:34:44

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

Re: Constant freezes / instability / strange behaviour with latest kernel

You can "follow" it here https://patchwork.kernel.org/project/li … intel.com/ (you probably also replied to the wrong email with your tested-by tag, you responded to a bugzilla notification while you should have received one from the mailing list/Heikki directly) right now it's just been sent to the mailing list and it will likely take a bit until it's reviewed/included in a stable kernel. FWIW instead of testing point releases and being disappointed if you don't follow on the patchwork you can look at the stable changelogs on kernel.org for the minor revisions and if they do not include the commit header of: "usb: typec: ucsi: Fix command cancellation" it will not yet have landed in said kernel.

Offline

#24 2023-06-28 14:13:04

stephan.bolten
Member
Registered: 2023-05-31
Posts: 13

Re: Constant freezes / instability / strange behaviour with latest kernel

Latest Arch Kernel now includes the patch: 6.3.9.arch1-1

Thx for all the support

Offline

Board footer

Powered by FluxBB