Skip to content

Instantly share code, notes, and snippets.

@sl1pkn07
Created November 24, 2022 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sl1pkn07/614a20ea6d7e82ea0b6e5bc231f08ff2 to your computer and use it in GitHub Desktop.
Save sl1pkn07/614a20ea6d7e82ea0b6e5bc231f08ff2 to your computer and use it in GitHub Desktop.
kernel boot
nov 24 15:27:45 archlinux kernel: Linux version 6.0.9-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT_DYNAMIC Wed, 16 Nov 2022 17:01:17 +0000
nov 24 15:27:45 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=3ef60ebc-17d4-40a1-8710-2750e58f16e0 rw init=/usr/lib/systemd/systemd pcie_aspm=off intremap=no_x2apic_optout intel_iommu=on iommu=pt
nov 24 15:27:45 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
nov 24 15:27:45 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
nov 24 15:27:45 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
nov 24 15:27:45 archlinux kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
nov 24 15:27:45 archlinux kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
nov 24 15:27:45 archlinux kernel: signal: max sigframe size: 1776
nov 24 15:27:45 archlinux kernel: BIOS-provided physical RAM map:
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000078994fff] usable
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x0000000078995000-0x000000007ab19fff] reserved
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x000000007ab1a000-0x000000007ab76fff] ACPI data
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x000000007ab77000-0x000000007ba33fff] ACPI NVS
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x000000007ba34000-0x000000007dcaffff] reserved
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x000000007dcb0000-0x000000007dd0ffff] type 20
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x000000007dd10000-0x000000007dd10fff] usable
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x000000007dd11000-0x000000007dd96fff] reserved
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x000000007dd97000-0x000000007dffffff] usable
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x000000007e000000-0x000000008fffffff] reserved
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed44fff] reserved
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
nov 24 15:27:45 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000207fffffff] usable
nov 24 15:27:45 archlinux kernel: NX (Execute Disable) protection: active
nov 24 15:27:45 archlinux kernel: efi: EFI v2.40 by American Megatrends
nov 24 15:27:45 archlinux kernel: efi: ESRT=0x7db77d18 ACPI=0x7ab2c000 ACPI 2.0=0x7ab2c000 SMBIOS=0xf05b0
nov 24 15:27:45 archlinux kernel: SMBIOS 2.8 present.
nov 24 15:27:45 archlinux kernel: DMI: ASUSTeK COMPUTER INC. Z10PE-D8 WS/Z10PE-D8 WS, BIOS 3703 04/13/2018
nov 24 15:27:45 archlinux kernel: tsc: Fast TSC calibration using PIT
nov 24 15:27:45 archlinux kernel: tsc: Detected 2195.109 MHz processor
nov 24 15:27:45 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
nov 24 15:27:45 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
nov 24 15:27:45 archlinux kernel: last_pfn = 0x2080000 max_arch_pfn = 0x400000000
nov 24 15:27:45 archlinux kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
nov 24 15:27:45 archlinux kernel: x2apic: enabled by BIOS, switching to x2apic ops
nov 24 15:27:45 archlinux kernel: last_pfn = 0x7e000 max_arch_pfn = 0x400000000
nov 24 15:27:45 archlinux kernel: found SMP MP-table at [mem 0x000fde20-0x000fde2f]
nov 24 15:27:45 archlinux kernel: esrt: Reserving ESRT space from 0x000000007db77d18 to 0x000000007db77d50.
nov 24 15:27:45 archlinux kernel: Using GB pages for direct mapping
nov 24 15:27:45 archlinux kernel: Secure boot disabled
nov 24 15:27:45 archlinux kernel: RAMDISK: [mem 0x2ae25000-0x31709fff]
nov 24 15:27:45 archlinux kernel: ACPI: Early table checksum verification disabled
nov 24 15:27:45 archlinux kernel: ACPI: RSDP 0x000000007AB2C000 000024 (v02 ALASKA)
nov 24 15:27:45 archlinux kernel: ACPI: XSDT 0x000000007AB2C0A8 0000C4 (v01 ALASKA A M I 01072009 AMI 00010013)
nov 24 15:27:45 archlinux kernel: ACPI: FACP 0x000000007AB5AF88 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
nov 24 15:27:45 archlinux kernel: ACPI: DSDT 0x000000007AB2C200 02ED88 (v02 ALASKA A M I 01072009 INTL 20091013)
nov 24 15:27:45 archlinux kernel: ACPI: FACS 0x000000007BA32F80 000040
nov 24 15:27:45 archlinux kernel: ACPI: APIC 0x000000007AB5B098 000304 (v03 ALASKA A M I 01072009 AMI 00010013)
nov 24 15:27:45 archlinux kernel: ACPI: FPDT 0x000000007AB5B3A0 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
nov 24 15:27:45 archlinux kernel: ACPI: FIDT 0x000000007AB5B3E8 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
nov 24 15:27:45 archlinux kernel: ACPI: MCFG 0x000000007AB5B488 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
nov 24 15:27:45 archlinux kernel: ACPI: EINJ 0x000000007AB76530 000130 (v01 ALASKA A M I 00000001 INTL 00000001)
nov 24 15:27:45 archlinux kernel: ACPI: UEFI 0x000000007AB5B520 000042 (v01 ALASKA A M I 01072009 00000000)
nov 24 15:27:45 archlinux kernel: ACPI: HPET 0x000000007AB5B568 000038 (v01 ALASKA A M I 00000001 INTL 20091013)
nov 24 15:27:45 archlinux kernel: ACPI: MSCT 0x000000007AB5B5A0 000090 (v01 ALASKA A M I 00000001 INTL 20091013)
nov 24 15:27:45 archlinux kernel: ACPI: SLIT 0x000000007AB5B630 000030 (v01 ALASKA A M I 00000001 INTL 20091013)
nov 24 15:27:45 archlinux kernel: ACPI: SRAT 0x000000007AB5B660 001158 (v03 ALASKA A M I 00000001 INTL 20091013)
nov 24 15:27:45 archlinux kernel: ACPI: WDDT 0x000000007AB5C7B8 000040 (v01 ALASKA A M I 00000000 INTL 20091013)
nov 24 15:27:45 archlinux kernel: ACPI: SSDT 0x000000007AB5C7F8 017141 (v02 ALASKA PmMgt 00000001 INTL 20120913)
nov 24 15:27:45 archlinux kernel: ACPI: SSDT 0x000000007AB73940 002652 (v02 ALASKA SpsNm 00000002 INTL 20120913)
nov 24 15:27:45 archlinux kernel: ACPI: SSDT 0x000000007AB75F98 000064 (v02 ALASKA SpsNvs 00000002 INTL 20120913)
nov 24 15:27:45 archlinux kernel: ACPI: PRAD 0x000000007AB76000 000102 (v02 ALASKA A M I 00000002 INTL 20120913)
nov 24 15:27:45 archlinux kernel: ACPI: DMAR 0x000000007AB76108 000120 (v01 ALASKA A M I 00000001 INTL 20091013)
nov 24 15:27:45 archlinux kernel: ACPI: HEST 0x000000007AB76228 0000A8 (v01 ALASKA A M I 00000001 INTL 00000001)
nov 24 15:27:45 archlinux kernel: ACPI: BERT 0x000000007AB762D0 000030 (v01 ALASKA A M I 00000001 INTL 00000001)
nov 24 15:27:45 archlinux kernel: ACPI: ERST 0x000000007AB76300 000230 (v01 ALASKA A M I 00000001 INTL 00000001)
nov 24 15:27:45 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x7ab5af88-0x7ab5b093]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x7ab2c200-0x7ab5af87]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x7ba32f80-0x7ba32fbf]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x7ab5b098-0x7ab5b39b]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x7ab5b3a0-0x7ab5b3e3]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x7ab5b3e8-0x7ab5b483]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x7ab5b488-0x7ab5b4c3]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving EINJ table memory at [mem 0x7ab76530-0x7ab7665f]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving UEFI table memory at [mem 0x7ab5b520-0x7ab5b561]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x7ab5b568-0x7ab5b59f]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving MSCT table memory at [mem 0x7ab5b5a0-0x7ab5b62f]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving SLIT table memory at [mem 0x7ab5b630-0x7ab5b65f]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving SRAT table memory at [mem 0x7ab5b660-0x7ab5c7b7]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving WDDT table memory at [mem 0x7ab5c7b8-0x7ab5c7f7]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x7ab5c7f8-0x7ab73938]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x7ab73940-0x7ab75f91]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x7ab75f98-0x7ab75ffb]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving PRAD table memory at [mem 0x7ab76000-0x7ab76101]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving DMAR table memory at [mem 0x7ab76108-0x7ab76227]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving HEST table memory at [mem 0x7ab76228-0x7ab762cf]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving BERT table memory at [mem 0x7ab762d0-0x7ab762ff]
nov 24 15:27:45 archlinux kernel: ACPI: Reserving ERST table memory at [mem 0x7ab76300-0x7ab7652f]
nov 24 15:27:45 archlinux kernel: Setting APIC routing to cluster x2apic.
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x00 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x02 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x04 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x06 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x08 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x0a -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x10 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x12 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x14 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x16 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x18 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x1a -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x20 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x22 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x24 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x26 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x28 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x2a -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x30 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x32 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x34 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x36 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x38 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x3a -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x01 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x03 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x05 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x07 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x09 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x0b -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x11 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x13 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x15 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x17 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x19 -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 0 -> APIC 0x1b -> Node 0
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x21 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x23 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x25 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x27 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x29 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x2b -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x31 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x33 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x35 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x37 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x39 -> Node 1
nov 24 15:27:45 archlinux kernel: SRAT: PXM 1 -> APIC 0x3b -> Node 1
nov 24 15:27:45 archlinux kernel: ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
nov 24 15:27:45 archlinux kernel: ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x107fffffff]
nov 24 15:27:45 archlinux kernel: ACPI: SRAT: Node 1 PXM 1 [mem 0x1080000000-0x207fffffff]
nov 24 15:27:45 archlinux kernel: NUMA: Initialized distance table, cnt=2
nov 24 15:27:45 archlinux kernel: NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x107fffffff] -> [mem 0x00000000-0x107fffffff]
nov 24 15:27:45 archlinux kernel: NODE_DATA(0) allocated [mem 0x107fffc000-0x107fffffff]
nov 24 15:27:45 archlinux kernel: NODE_DATA(1) allocated [mem 0x207fffb000-0x207fffefff]
nov 24 15:27:45 archlinux kernel: Zone ranges:
nov 24 15:27:45 archlinux kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
nov 24 15:27:45 archlinux kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
nov 24 15:27:45 archlinux kernel: Normal [mem 0x0000000100000000-0x000000207fffffff]
nov 24 15:27:45 archlinux kernel: Device empty
nov 24 15:27:45 archlinux kernel: Movable zone start for each node
nov 24 15:27:45 archlinux kernel: Early memory node ranges
nov 24 15:27:45 archlinux kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
nov 24 15:27:45 archlinux kernel: node 0: [mem 0x0000000000100000-0x0000000078994fff]
nov 24 15:27:45 archlinux kernel: node 0: [mem 0x000000007dd10000-0x000000007dd10fff]
nov 24 15:27:45 archlinux kernel: node 0: [mem 0x000000007dd97000-0x000000007dffffff]
nov 24 15:27:45 archlinux kernel: node 0: [mem 0x0000000100000000-0x000000107fffffff]
nov 24 15:27:45 archlinux kernel: node 1: [mem 0x0000001080000000-0x000000207fffffff]
nov 24 15:27:45 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000107fffffff]
nov 24 15:27:45 archlinux kernel: Initmem setup node 1 [mem 0x0000001080000000-0x000000207fffffff]
nov 24 15:27:45 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
nov 24 15:27:45 archlinux kernel: On node 0, zone DMA: 96 pages in unavailable ranges
nov 24 15:27:45 archlinux kernel: On node 0, zone DMA32: 21371 pages in unavailable ranges
nov 24 15:27:45 archlinux kernel: On node 0, zone DMA32: 134 pages in unavailable ranges
nov 24 15:27:45 archlinux kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
nov 24 15:27:45 archlinux kernel: ACPI: PM-Timer IO Port: 0x408
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x20] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x22] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x24] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x26] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x28] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x2a] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x30] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x32] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x34] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x36] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x38] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x3a] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x21] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x23] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x25] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x27] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x29] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x2b] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x31] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x33] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x35] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x37] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x39] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x3b] high edge lint[0x1])
nov 24 15:27:45 archlinux kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
nov 24 15:27:45 archlinux kernel: IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
nov 24 15:27:45 archlinux kernel: IOAPIC[2]: apic_id 3, version 32, address 0xfec40000, GSI 48-71
nov 24 15:27:45 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
nov 24 15:27:45 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
nov 24 15:27:45 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
nov 24 15:27:45 archlinux kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
nov 24 15:27:45 archlinux kernel: [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb000020 (or later)
nov 24 15:27:45 archlinux kernel: smpboot: Allowing 48 CPUs, 0 hotplug CPUs
nov 24 15:27:45 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
nov 24 15:27:45 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
nov 24 15:27:45 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x78995000-0x7ab19fff]
nov 24 15:27:45 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x7ab1a000-0x7ab76fff]
nov 24 15:27:45 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x7ab77000-0x7ba33fff]
nov 24 15:27:45 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x7ba34000-0x7dcaffff]
nov 24 15:27:45 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x7dcb0000-0x7dd0ffff]
nov 24 15:27:45 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x7dd11000-0x7dd96fff]
nov 24 15:27:45 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x8fffffff]
nov 24 15:27:45 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x90000000-0xfed1bfff]
nov 24 15:27:45 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed44fff]
nov 24 15:27:45 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfeffffff]
nov 24 15:27:45 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
nov 24 15:27:45 archlinux kernel: [mem 0x90000000-0xfed1bfff] available for PCI devices
nov 24 15:27:45 archlinux kernel: Booting paravirtualized kernel on bare hardware
nov 24 15:27:45 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
nov 24 15:27:45 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:48 nr_node_ids:2
nov 24 15:27:45 archlinux kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
nov 24 15:27:45 archlinux kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
nov 24 15:27:45 archlinux kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 24 25 26 27
nov 24 15:27:45 archlinux kernel: pcpu-alloc: [0] 28 29 30 31 32 33 34 35 [1] 12 13 14 15 16 17 18 19
nov 24 15:27:45 archlinux kernel: pcpu-alloc: [1] 20 21 22 23 36 37 38 39 [1] 40 41 42 43 44 45 46 47
nov 24 15:27:45 archlinux kernel: Fallback order for Node 0: 0 1
nov 24 15:27:45 archlinux kernel: Fallback order for Node 1: 1 0
nov 24 15:27:45 archlinux kernel: Built 2 zonelists, mobility grouping on. Total pages: 33000655
nov 24 15:27:45 archlinux kernel: Policy zone: Normal
nov 24 15:27:45 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=3ef60ebc-17d4-40a1-8710-2750e58f16e0 rw init=/usr/lib/systemd/systemd pcie_aspm=off intremap=no_x2apic_optout intel_iommu=on iommu=pt
nov 24 15:27:45 archlinux kernel: PCIe ASPM is disabled
nov 24 15:27:45 archlinux kernel: DMAR: IOMMU enabled
nov 24 15:27:45 archlinux kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
nov 24 15:27:45 archlinux kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
nov 24 15:27:45 archlinux kernel: printk: log_buf_len total cpu_extra contributions: 192512 bytes
nov 24 15:27:45 archlinux kernel: printk: log_buf_len min size: 131072 bytes
nov 24 15:27:45 archlinux kernel: printk: log_buf_len: 524288 bytes
nov 24 15:27:45 archlinux kernel: printk: early log buf free: 114096(87%)
nov 24 15:27:45 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
nov 24 15:27:45 archlinux kernel: software IO TLB: area num 64.
nov 24 15:27:45 archlinux kernel: Memory: 131655232K/134098552K available (14343K kernel code, 2078K rwdata, 11328K rodata, 2124K init, 3540K bss, 2443060K reserved, 0K cma-reserved)
nov 24 15:27:45 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=48, Nodes=2
nov 24 15:27:45 archlinux kernel: Kernel/User page tables isolation: enabled
nov 24 15:27:45 archlinux kernel: ftrace: allocating 45784 entries in 179 pages
nov 24 15:27:45 archlinux kernel: ftrace: allocated 179 pages with 5 groups
nov 24 15:27:45 archlinux kernel: Dynamic Preempt: full
nov 24 15:27:45 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
nov 24 15:27:45 archlinux kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=48.
nov 24 15:27:45 archlinux kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
nov 24 15:27:45 archlinux kernel: Trampoline variant of Tasks RCU enabled.
nov 24 15:27:45 archlinux kernel: Rude variant of Tasks RCU enabled.
nov 24 15:27:45 archlinux kernel: Tracing variant of Tasks RCU enabled.
nov 24 15:27:45 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
nov 24 15:27:45 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=48
nov 24 15:27:45 archlinux kernel: NR_IRQS: 20736, nr_irqs: 1624, preallocated irqs: 16
nov 24 15:27:45 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
nov 24 15:27:45 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
nov 24 15:27:45 archlinux kernel: random: crng init done
nov 24 15:27:45 archlinux kernel: Console: colour dummy device 80x25
nov 24 15:27:45 archlinux kernel: printk: console [tty0] enabled
nov 24 15:27:45 archlinux kernel: mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
nov 24 15:27:45 archlinux kernel: ACPI: Core revision 20220331
nov 24 15:27:45 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
nov 24 15:27:45 archlinux kernel: APIC: Switch to symmetric I/O mode setup
nov 24 15:27:45 archlinux kernel: DMAR: Host address width 46
nov 24 15:27:45 archlinux kernel: DMAR: DRHD base: 0x000000fbffc000 flags: 0x0
nov 24 15:27:45 archlinux kernel: DMAR: dmar0: reg_base_addr fbffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
nov 24 15:27:45 archlinux kernel: DMAR: DRHD base: 0x000000c7ffc000 flags: 0x1
nov 24 15:27:45 archlinux kernel: DMAR: dmar1: reg_base_addr c7ffc000 ver 1:0 cap 8d2078c106f0466 ecap f020df
nov 24 15:27:45 archlinux kernel: DMAR: RMRR base: 0x0000007db86000 end: 0x0000007db95fff
nov 24 15:27:45 archlinux kernel: DMAR: ATSR flags: 0x0
nov 24 15:27:45 archlinux kernel: DMAR: RHSA base: 0x000000c7ffc000 proximity domain: 0x0
nov 24 15:27:45 archlinux kernel: DMAR: RHSA base: 0x000000fbffc000 proximity domain: 0x1
nov 24 15:27:45 archlinux kernel: DMAR-IR: IOAPIC id 3 under DRHD base 0xfbffc000 IOMMU 0
nov 24 15:27:45 archlinux kernel: DMAR-IR: IOAPIC id 1 under DRHD base 0xc7ffc000 IOMMU 1
nov 24 15:27:45 archlinux kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xc7ffc000 IOMMU 1
nov 24 15:27:45 archlinux kernel: DMAR-IR: HPET id 0 under DRHD base 0xc7ffc000
nov 24 15:27:45 archlinux kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
nov 24 15:27:45 archlinux kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
nov 24 15:27:45 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
nov 24 15:27:45 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa4269f629, max_idle_ns: 440795306041 ns
nov 24 15:27:45 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4391.14 BogoMIPS (lpj=7317030)
nov 24 15:27:45 archlinux kernel: pid_max: default: 49152 minimum: 384
nov 24 15:27:45 archlinux kernel: LSM: Security Framework initializing
nov 24 15:27:45 archlinux kernel: landlock: Up and running.
nov 24 15:27:45 archlinux kernel: Yama: becoming mindful.
nov 24 15:27:45 archlinux kernel: LSM support for eBPF active
nov 24 15:27:45 archlinux kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc hugepage)
nov 24 15:27:45 archlinux kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, vmalloc hugepage)
nov 24 15:27:45 archlinux kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
nov 24 15:27:45 archlinux kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
nov 24 15:27:45 archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
nov 24 15:27:45 archlinux kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
nov 24 15:27:45 archlinux kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
nov 24 15:27:45 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
nov 24 15:27:45 archlinux kernel: Spectre V2 : Mitigation: Retpolines
nov 24 15:27:45 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
nov 24 15:27:45 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
nov 24 15:27:45 archlinux kernel: Speculative Store Bypass: Vulnerable
nov 24 15:27:45 archlinux kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
nov 24 15:27:45 archlinux kernel: TAA: Vulnerable: Clear CPU buffers attempted, no microcode
nov 24 15:27:45 archlinux kernel: MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
nov 24 15:27:45 archlinux kernel: Freeing SMP alternatives memory: 36K
nov 24 15:27:45 archlinux kernel: smpboot: CPU0: Genuine Intel(R) CPU 0000 @ 2.20GHz (family: 0x6, model: 0x4f, stepping: 0x0)
nov 24 15:27:45 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
nov 24 15:27:45 archlinux kernel: cblist_init_generic: Setting shift to 6 and lim to 1.
nov 24 15:27:45 archlinux kernel: cblist_init_generic: Setting shift to 6 and lim to 1.
nov 24 15:27:45 archlinux kernel: cblist_init_generic: Setting shift to 6 and lim to 1.
nov 24 15:27:45 archlinux kernel: Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
nov 24 15:27:45 archlinux kernel: ... version: 3
nov 24 15:27:45 archlinux kernel: ... bit width: 48
nov 24 15:27:45 archlinux kernel: ... generic registers: 4
nov 24 15:27:45 archlinux kernel: ... value mask: 0000ffffffffffff
nov 24 15:27:45 archlinux kernel: ... max period: 00007fffffffffff
nov 24 15:27:45 archlinux kernel: ... fixed-purpose events: 3
nov 24 15:27:45 archlinux kernel: ... event mask: 000000070000000f
nov 24 15:27:45 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1024
nov 24 15:27:45 archlinux kernel: rcu: Hierarchical SRCU implementation.
nov 24 15:27:45 archlinux kernel: rcu: Max phase no-delay instances is 1000.
nov 24 15:27:45 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
nov 24 15:27:45 archlinux kernel: smp: Bringing up secondary CPUs ...
nov 24 15:27:45 archlinux kernel: x86: Booting SMP configuration:
nov 24 15:27:45 archlinux kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
nov 24 15:27:45 archlinux kernel: .... node #1, CPUs: #12
nov 24 15:27:45 archlinux kernel: smpboot: CPU 12 Converting physical 0 to logical die 1
nov 24 15:27:45 archlinux kernel: #13 #14 #15 #16 #17 #18 #19 #20 #21 #22 #23
nov 24 15:27:45 archlinux kernel: .... node #0, CPUs: #24
nov 24 15:27:45 archlinux kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
nov 24 15:27:45 archlinux kernel: TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
nov 24 15:27:45 archlinux kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
nov 24 15:27:45 archlinux kernel: #25 #26 #27 #28 #29 #30 #31 #32 #33 #34 #35
nov 24 15:27:45 archlinux kernel: .... node #1, CPUs: #36 #37 #38 #39 #40 #41 #42 #43 #44 #45 #46 #47
nov 24 15:27:45 archlinux kernel: smp: Brought up 2 nodes, 48 CPUs
nov 24 15:27:45 archlinux kernel: smpboot: Max logical packages: 2
nov 24 15:27:45 archlinux kernel: smpboot: Total of 48 processors activated (210817.52 BogoMIPS)
nov 24 15:27:45 archlinux kernel: devtmpfs: initialized
nov 24 15:27:45 archlinux kernel: x86/mm: Memory block size: 2048MB
nov 24 15:27:45 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7ab77000-0x7ba33fff] (15454208 bytes)
nov 24 15:27:45 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
nov 24 15:27:45 archlinux kernel: futex hash table entries: 16384 (order: 8, 1048576 bytes, vmalloc)
nov 24 15:27:45 archlinux kernel: pinctrl core: initialized pinctrl subsystem
nov 24 15:27:45 archlinux kernel: PM: RTC time: 14:27:41, date: 2022-11-24
nov 24 15:27:45 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
nov 24 15:27:45 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
nov 24 15:27:45 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
nov 24 15:27:45 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
nov 24 15:27:45 archlinux kernel: audit: initializing netlink subsys (disabled)
nov 24 15:27:45 archlinux kernel: audit: type=2000 audit(1669300060.409:1): state=initialized audit_enabled=0 res=1
nov 24 15:27:45 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
nov 24 15:27:45 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
nov 24 15:27:45 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
nov 24 15:27:45 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
nov 24 15:27:45 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
nov 24 15:27:45 archlinux kernel: cpuidle: using governor ladder
nov 24 15:27:45 archlinux kernel: cpuidle: using governor menu
nov 24 15:27:45 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
nov 24 15:27:45 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
nov 24 15:27:45 archlinux kernel: PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
nov 24 15:27:45 archlinux kernel: PCI: Using configuration type 1 for base access
nov 24 15:27:45 archlinux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
nov 24 15:27:45 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
nov 24 15:27:45 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
nov 24 15:27:45 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
nov 24 15:27:45 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
nov 24 15:27:45 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
nov 24 15:27:45 archlinux kernel: fbcon: Taking over console
nov 24 15:27:45 archlinux kernel: ACPI: Added _OSI(Module Device)
nov 24 15:27:45 archlinux kernel: ACPI: Added _OSI(Processor Device)
nov 24 15:27:45 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
nov 24 15:27:45 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
nov 24 15:27:45 archlinux kernel: ACPI: Added _OSI(Linux-Dell-Video)
nov 24 15:27:45 archlinux kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
nov 24 15:27:45 archlinux kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
nov 24 15:27:45 archlinux kernel: ACPI: 4 ACPI AML tables successfully acquired and loaded
nov 24 15:27:45 archlinux kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
nov 24 15:27:45 archlinux kernel: ACPI: Dynamic OEM Table Load:
nov 24 15:27:45 archlinux kernel: ACPI: Interpreter enabled
nov 24 15:27:45 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
nov 24 15:27:45 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
nov 24 15:27:45 archlinux kernel: HEST: Table parsing has been initialized.
nov 24 15:27:45 archlinux kernel: GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
nov 24 15:27:45 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
nov 24 15:27:45 archlinux kernel: PCI: Using E820 reservations for host bridge windows
nov 24 15:27:45 archlinux kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
nov 24 15:27:45 archlinux kernel: ACPI: PCI Root Bridge [UNC1] (domain 0000 [bus ff])
nov 24 15:27:45 archlinux kernel: acpi PNP0A03:02: _OSC: OS supports [ExtendedConfig Segments MSI EDR HPX-Type3]
nov 24 15:27:45 archlinux kernel: acpi PNP0A03:02: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
nov 24 15:27:45 archlinux kernel: PCI host bridge to bus 0000:ff
nov 24 15:27:45 archlinux kernel: pci_bus 0000:ff: Unknown NUMA node; performance will be reduced
nov 24 15:27:45 archlinux kernel: pci_bus 0000:ff: root bus resource [bus ff]
nov 24 15:27:45 archlinux kernel: pci 0000:ff:08.0: [8086:6f80] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:08.2: [8086:6f32] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:ff:08.3: [8086:6f83] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:09.0: [8086:6f90] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:09.2: [8086:6f33] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:ff:09.3: [8086:6f93] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0b.0: [8086:6f81] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0b.1: [8086:6f36] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0b.2: [8086:6f37] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0b.3: [8086:6f76] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.0: [8086:6fe0] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.1: [8086:6fe1] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.2: [8086:6fe2] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.3: [8086:6fe3] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.4: [8086:6fe4] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.5: [8086:6fe5] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.6: [8086:6fe6] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.7: [8086:6fe7] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0d.0: [8086:6fe8] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0d.1: [8086:6fe9] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0d.2: [8086:6fea] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0d.3: [8086:6feb] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.0: [8086:6ff8] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.1: [8086:6ff9] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.2: [8086:6ffa] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.3: [8086:6ffb] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.4: [8086:6ffc] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.5: [8086:6ffd] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.6: [8086:6ffe] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:10.0: [8086:6f1d] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:10.1: [8086:6f34] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:ff:10.5: [8086:6f1e] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:10.6: [8086:6f7d] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:ff:10.7: [8086:6f1f] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:12.0: [8086:6fa0] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:12.1: [8086:6f30] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:ff:12.4: [8086:6f60] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:12.5: [8086:6f38] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:ff:13.0: [8086:6fa8] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:13.1: [8086:6f71] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:13.2: [8086:6faa] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:13.3: [8086:6fab] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:13.6: [8086:6fae] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:13.7: [8086:6faf] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.0: [8086:6fb0] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.1: [8086:6fb1] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.2: [8086:6fb2] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.3: [8086:6fb3] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.4: [8086:6fbc] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.5: [8086:6fbd] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.6: [8086:6fbe] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.7: [8086:6fbf] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:16.0: [8086:6f68] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:16.1: [8086:6f79] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:16.2: [8086:6f6a] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:16.3: [8086:6f6b] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:16.6: [8086:6f6e] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:16.7: [8086:6f6f] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.0: [8086:6fd0] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.1: [8086:6fd1] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.2: [8086:6fd2] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.3: [8086:6fd3] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.4: [8086:6fb8] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.5: [8086:6fb9] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.6: [8086:6fba] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.7: [8086:6fbb] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1e.0: [8086:6f98] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1e.1: [8086:6f99] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1e.2: [8086:6f9a] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1e.3: [8086:6fc0] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1e.4: [8086:6f9c] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1f.0: [8086:6f88] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1f.2: [8086:6f8a] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus 7f])
nov 24 15:27:45 archlinux kernel: acpi PNP0A03:03: _OSC: OS supports [ExtendedConfig Segments MSI EDR HPX-Type3]
nov 24 15:27:45 archlinux kernel: acpi PNP0A03:03: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
nov 24 15:27:45 archlinux kernel: PCI host bridge to bus 0000:7f
nov 24 15:27:45 archlinux kernel: pci_bus 0000:7f: Unknown NUMA node; performance will be reduced
nov 24 15:27:45 archlinux kernel: pci_bus 0000:7f: root bus resource [bus 7f]
nov 24 15:27:45 archlinux kernel: pci 0000:7f:08.0: [8086:6f80] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:08.2: [8086:6f32] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:7f:08.3: [8086:6f83] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:09.0: [8086:6f90] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:09.2: [8086:6f33] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:7f:09.3: [8086:6f93] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0b.0: [8086:6f81] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0b.1: [8086:6f36] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0b.2: [8086:6f37] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0b.3: [8086:6f76] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.0: [8086:6fe0] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.1: [8086:6fe1] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.2: [8086:6fe2] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.3: [8086:6fe3] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.4: [8086:6fe4] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.5: [8086:6fe5] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.6: [8086:6fe6] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.7: [8086:6fe7] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0d.0: [8086:6fe8] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0d.1: [8086:6fe9] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0d.2: [8086:6fea] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0d.3: [8086:6feb] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.0: [8086:6ff8] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.1: [8086:6ff9] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.2: [8086:6ffa] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.3: [8086:6ffb] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.4: [8086:6ffc] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.5: [8086:6ffd] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.6: [8086:6ffe] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:10.0: [8086:6f1d] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:10.1: [8086:6f34] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:7f:10.5: [8086:6f1e] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:10.6: [8086:6f7d] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:7f:10.7: [8086:6f1f] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:12.0: [8086:6fa0] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:12.1: [8086:6f30] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:7f:12.4: [8086:6f60] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:12.5: [8086:6f38] type 00 class 0x110100
nov 24 15:27:45 archlinux kernel: pci 0000:7f:13.0: [8086:6fa8] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:13.1: [8086:6f71] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:13.2: [8086:6faa] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:13.3: [8086:6fab] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:13.6: [8086:6fae] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:13.7: [8086:6faf] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.0: [8086:6fb0] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.1: [8086:6fb1] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.2: [8086:6fb2] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.3: [8086:6fb3] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.4: [8086:6fbc] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.5: [8086:6fbd] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.6: [8086:6fbe] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.7: [8086:6fbf] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:16.0: [8086:6f68] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:16.1: [8086:6f79] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:16.2: [8086:6f6a] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:16.3: [8086:6f6b] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:16.6: [8086:6f6e] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:16.7: [8086:6f6f] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.0: [8086:6fd0] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.1: [8086:6fd1] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.2: [8086:6fd2] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.3: [8086:6fd3] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.4: [8086:6fb8] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.5: [8086:6fb9] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.6: [8086:6fba] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.7: [8086:6fbb] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1e.0: [8086:6f98] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1e.1: [8086:6f99] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1e.2: [8086:6f9a] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1e.3: [8086:6fc0] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1e.4: [8086:6f9c] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1f.0: [8086:6f88] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1f.2: [8086:6f8a] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
nov 24 15:27:45 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments MSI EDR HPX-Type3]
nov 24 15:27:45 archlinux kernel: acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
nov 24 15:27:45 archlinux kernel: PCI host bridge to bus 0000:00
nov 24 15:27:45 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x1000-0x7fff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xc7ffbfff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x38000000000-0x3bfffffffff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
nov 24 15:27:45 archlinux kernel: pci 0000:00:00.0: [8086:6f00] type 00 class 0x060000
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.0: [8086:6f02] type 01 class 0x060400
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.1: [8086:6f03] type 01 class 0x060400
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:02.0: [8086:6f04] type 01 class 0x060400
nov 24 15:27:45 archlinux kernel: pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:03.0: [8086:6f08] type 01 class 0x060400
nov 24 15:27:45 archlinux kernel: pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:05.0: [8086:6f28] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:00:05.1: [8086:6f29] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:00:05.2: [8086:6f2a] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:00:05.4: [8086:6f2c] type 00 class 0x080020
nov 24 15:27:45 archlinux kernel: pci 0000:00:05.4: reg 0x10: [mem 0xc7717000-0xc7717fff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:11.0: [8086:8d7c] type 00 class 0xff0000
nov 24 15:27:45 archlinux kernel: pci 0000:00:11.4: [8086:8d62] type 00 class 0x010601
nov 24 15:27:45 archlinux kernel: pci 0000:00:11.4: reg 0x10: [io 0x7110-0x7117]
nov 24 15:27:45 archlinux kernel: pci 0000:00:11.4: reg 0x14: [io 0x7100-0x7103]
nov 24 15:27:45 archlinux kernel: pci 0000:00:11.4: reg 0x18: [io 0x70f0-0x70f7]
nov 24 15:27:45 archlinux kernel: pci 0000:00:11.4: reg 0x1c: [io 0x70e0-0x70e3]
nov 24 15:27:45 archlinux kernel: pci 0000:00:11.4: reg 0x20: [io 0x7020-0x703f]
nov 24 15:27:45 archlinux kernel: pci 0000:00:11.4: reg 0x24: [mem 0xc7716000-0xc77167ff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:11.4: PME# supported from D3hot
nov 24 15:27:45 archlinux kernel: pci 0000:00:14.0: [8086:8d31] type 00 class 0x0c0330
nov 24 15:27:45 archlinux kernel: pci 0000:00:14.0: reg 0x10: [mem 0xc7700000-0xc770ffff 64bit]
nov 24 15:27:45 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:16.0: [8086:8d3a] type 00 class 0x078000
nov 24 15:27:45 archlinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0xc7715000-0xc771500f 64bit]
nov 24 15:27:45 archlinux kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:16.1: [8086:8d3b] type 00 class 0x078000
nov 24 15:27:45 archlinux kernel: pci 0000:00:16.1: reg 0x10: [mem 0xc7714000-0xc771400f 64bit]
nov 24 15:27:45 archlinux kernel: pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:1b.0: [8086:8d20] type 00 class 0x040300
nov 24 15:27:45 archlinux kernel: pci 0000:00:1b.0: reg 0x10: [mem 0x3bffff00000-0x3bffff03fff 64bit]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.0: [8086:8d10] type 01 class 0x060400
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.0: Enabling MPC IRBNCE
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.2: [8086:8d14] type 01 class 0x060400
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.2: Enabling MPC IRBNCE
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.2: Intel PCH root port ACS workaround enabled
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.3: [8086:8d16] type 01 class 0x060400
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.3: Enabling MPC IRBNCE
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.3: Intel PCH root port ACS workaround enabled
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.4: [8086:8d18] type 01 class 0x060400
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.4: Enabling MPC IRBNCE
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.0: [8086:8d44] type 00 class 0x060100
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.2: [8086:8d02] type 00 class 0x010601
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.2: reg 0x10: [io 0x7070-0x7077]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.2: reg 0x14: [io 0x7060-0x7063]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.2: reg 0x18: [io 0x7050-0x7057]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x7040-0x7043]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.2: reg 0x20: [io 0x7000-0x701f]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xc7710000-0xc77107ff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.2: PME# supported from D3hot
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.3: [8086:8d22] type 00 class 0x0c0500
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x3bffff05000-0x3bffff050ff 64bit]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.3: reg 0x20: [io 0x0580-0x059f]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.6: [8086:8d24] type 00 class 0x118000
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.6: reg 0x10: [mem 0x3bffff04000-0x3bffff04fff 64bit]
nov 24 15:27:45 archlinux kernel: pci 0000:01:00.0: [144d:a804] type 00 class 0x010802
nov 24 15:27:45 archlinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0xc7600000-0xc7603fff 64bit]
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xc7600000-0xc76fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:02:00.0: [1b21:1142] type 00 class 0x0c0330
nov 24 15:27:45 archlinux kernel: pci 0000:02:00.0: reg 0x10: [mem 0xc7500000-0xc7507fff 64bit]
nov 24 15:27:45 archlinux kernel: pci 0000:02:00.0: PME# supported from D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 02]
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0xc7500000-0xc75fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.0: [10de:1b82] type 00 class 0x030000
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.0: reg 0x10: [mem 0xc6000000-0xc6ffffff]
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.0: reg 0x24: [io 0x6000-0x607f]
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.0: reg 0x30: [mem 0xc7000000-0xc707ffff pref]
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.0: enabling Extended Tags
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.0: BAR 1: assigned to efifb
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:02.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.1: [10de:10f0] type 00 class 0x040300
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.1: reg 0x10: [mem 0xc7080000-0xc7083fff]
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.1: enabling Extended Tags
nov 24 15:27:45 archlinux kernel: pci 0000:00:02.0: PCI bridge to [bus 03]
nov 24 15:27:45 archlinux kernel: pci 0000:00:02.0: bridge window [io 0x6000-0x6fff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:02.0: bridge window [mem 0xc6000000-0xc70fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:02.0: bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
nov 24 15:27:45 archlinux kernel: pci 0000:04:00.0: [15b7:5006] type 00 class 0x010802
nov 24 15:27:45 archlinux kernel: pci 0000:04:00.0: reg 0x10: [mem 0xc7400000-0xc7403fff 64bit]
nov 24 15:27:45 archlinux kernel: pci 0000:04:00.0: reg 0x20: [mem 0xc7404000-0xc74040ff 64bit]
nov 24 15:27:45 archlinux kernel: pci 0000:00:03.0: PCI bridge to [bus 04]
nov 24 15:27:45 archlinux kernel: pci 0000:00:03.0: bridge window [mem 0xc7400000-0xc74fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
nov 24 15:27:45 archlinux kernel: pci 0000:06:00.0: working around ROM BAR overlap defect
nov 24 15:27:45 archlinux kernel: pci 0000:06:00.0: [8086:1533] type 00 class 0x020000
nov 24 15:27:45 archlinux kernel: pci 0000:06:00.0: reg 0x10: [mem 0xc7300000-0xc737ffff]
nov 24 15:27:45 archlinux kernel: pci 0000:06:00.0: reg 0x18: [io 0x5000-0x501f]
nov 24 15:27:45 archlinux kernel: pci 0000:06:00.0: reg 0x1c: [mem 0xc7380000-0xc7383fff]
nov 24 15:27:45 archlinux kernel: pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.2: PCI bridge to [bus 06]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.2: bridge window [mem 0xc7300000-0xc73fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:07:00.0: working around ROM BAR overlap defect
nov 24 15:27:45 archlinux kernel: pci 0000:07:00.0: [8086:1533] type 00 class 0x020000
nov 24 15:27:45 archlinux kernel: pci 0000:07:00.0: reg 0x10: [mem 0xc7200000-0xc727ffff]
nov 24 15:27:45 archlinux kernel: pci 0000:07:00.0: reg 0x18: [io 0x4000-0x401f]
nov 24 15:27:45 archlinux kernel: pci 0000:07:00.0: reg 0x1c: [mem 0xc7280000-0xc7283fff]
nov 24 15:27:45 archlinux kernel: pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.3: PCI bridge to [bus 07]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.3: bridge window [mem 0xc7200000-0xc72fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:08:00.0: [1b21:0612] type 00 class 0x010601
nov 24 15:27:45 archlinux kernel: pci 0000:08:00.0: reg 0x10: [io 0x3050-0x3057]
nov 24 15:27:45 archlinux kernel: pci 0000:08:00.0: reg 0x14: [io 0x3040-0x3043]
nov 24 15:27:45 archlinux kernel: pci 0000:08:00.0: reg 0x18: [io 0x3030-0x3037]
nov 24 15:27:45 archlinux kernel: pci 0000:08:00.0: reg 0x1c: [io 0x3020-0x3023]
nov 24 15:27:45 archlinux kernel: pci 0000:08:00.0: reg 0x20: [io 0x3000-0x301f]
nov 24 15:27:45 archlinux kernel: pci 0000:08:00.0: reg 0x24: [mem 0xc7100000-0xc71001ff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.4: PCI bridge to [bus 08]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.4: bridge window [mem 0xc7100000-0xc71fffff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:00: on NUMA node 0
nov 24 15:27:45 archlinux kernel: ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 80-fe])
nov 24 15:27:45 archlinux kernel: acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig Segments MSI EDR HPX-Type3]
nov 24 15:27:45 archlinux kernel: acpi PNP0A08:01: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
nov 24 15:27:45 archlinux kernel: PCI host bridge to bus 0000:80
nov 24 15:27:45 archlinux kernel: pci_bus 0000:80: root bus resource [io 0x8000-0xffff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:80: root bus resource [mem 0xc8000000-0xfbffbfff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:80: root bus resource [mem 0x3c000000000-0x3ffffffffff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:80: root bus resource [bus 80-fe]
nov 24 15:27:45 archlinux kernel: pci 0000:80:02.0: [8086:6f04] type 01 class 0x060400
nov 24 15:27:45 archlinux kernel: pci 0000:80:02.0: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:80:03.0: [8086:6f08] type 01 class 0x060400
nov 24 15:27:45 archlinux kernel: pci 0000:80:03.0: PME# supported from D0 D3hot D3cold
nov 24 15:27:45 archlinux kernel: pci 0000:80:05.0: [8086:6f28] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:80:05.1: [8086:6f29] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:80:05.2: [8086:6f2a] type 00 class 0x088000
nov 24 15:27:45 archlinux kernel: pci 0000:80:05.4: [8086:6f2c] type 00 class 0x080020
nov 24 15:27:45 archlinux kernel: pci 0000:80:05.4: reg 0x10: [mem 0xfb200000-0xfb200fff]
nov 24 15:27:45 archlinux kernel: pci 0000:81:00.0: [1033:0194] type 00 class 0x0c0330
nov 24 15:27:45 archlinux kernel: pci 0000:81:00.0: reg 0x10: [mem 0xfb100000-0xfb101fff 64bit]
nov 24 15:27:45 archlinux kernel: pci 0000:81:00.0: PME# supported from D0 D3hot
nov 24 15:27:45 archlinux kernel: pci 0000:80:02.0: PCI bridge to [bus 81]
nov 24 15:27:45 archlinux kernel: pci 0000:80:02.0: bridge window [mem 0xfb100000-0xfb1fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.0: [10de:17c2] type 00 class 0x030000
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.0: reg 0x14: [mem 0x3ffe0000000-0x3ffefffffff 64bit pref]
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.0: reg 0x1c: [mem 0x3fff0000000-0x3fff1ffffff 64bit pref]
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.0: reg 0x24: [io 0xf000-0xf07f]
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.0: reg 0x30: [mem 0xfb000000-0xfb07ffff pref]
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.0: enabling Extended Tags
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:80:03.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.1: [10de:0fb0] type 00 class 0x040300
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.1: reg 0x10: [mem 0xfb080000-0xfb083fff]
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.1: enabling Extended Tags
nov 24 15:27:45 archlinux kernel: pci 0000:80:03.0: PCI bridge to [bus 82]
nov 24 15:27:45 archlinux kernel: pci 0000:80:03.0: bridge window [io 0xf000-0xffff]
nov 24 15:27:45 archlinux kernel: pci 0000:80:03.0: bridge window [mem 0xfa000000-0xfb0fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:80:03.0: bridge window [mem 0x3ffe0000000-0x3fff1ffffff 64bit pref]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:80: on NUMA node 1
nov 24 15:27:45 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 5
nov 24 15:27:45 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 3
nov 24 15:27:45 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 4
nov 24 15:27:45 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
nov 24 15:27:45 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
nov 24 15:27:45 archlinux kernel: ACPI: PCI: Interrupt link LNKE disabled
nov 24 15:27:45 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
nov 24 15:27:45 archlinux kernel: ACPI: PCI: Interrupt link LNKF disabled
nov 24 15:27:45 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 10
nov 24 15:27:45 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
nov 24 15:27:45 archlinux kernel: ACPI: PCI: Interrupt link LNKH disabled
nov 24 15:27:45 archlinux kernel: iommu: Default domain type: Passthrough (set via kernel command line)
nov 24 15:27:45 archlinux kernel: SCSI subsystem initialized
nov 24 15:27:45 archlinux kernel: libata version 3.00 loaded.
nov 24 15:27:45 archlinux kernel: ACPI: bus type USB registered
nov 24 15:27:45 archlinux kernel: usbcore: registered new interface driver usbfs
nov 24 15:27:45 archlinux kernel: usbcore: registered new interface driver hub
nov 24 15:27:45 archlinux kernel: usbcore: registered new device driver usb
nov 24 15:27:45 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
nov 24 15:27:45 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
nov 24 15:27:45 archlinux kernel: PTP clock support registered
nov 24 15:27:45 archlinux kernel: EDAC MC: Ver: 3.0.0
nov 24 15:27:45 archlinux kernel: Registered efivars operations
nov 24 15:27:45 archlinux kernel: NetLabel: Initializing
nov 24 15:27:45 archlinux kernel: NetLabel: domain hash size = 128
nov 24 15:27:45 archlinux kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
nov 24 15:27:45 archlinux kernel: NetLabel: unlabeled traffic allowed by default
nov 24 15:27:45 archlinux kernel: mctp: management component transport protocol core
nov 24 15:27:45 archlinux kernel: NET: Registered PF_MCTP protocol family
nov 24 15:27:45 archlinux kernel: PCI: Using ACPI for IRQ routing
nov 24 15:27:45 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
nov 24 15:27:45 archlinux kernel: e820: reserve RAM buffer [mem 0x78995000-0x7bffffff]
nov 24 15:27:45 archlinux kernel: e820: reserve RAM buffer [mem 0x7dd11000-0x7fffffff]
nov 24 15:27:45 archlinux kernel: e820: reserve RAM buffer [mem 0x7e000000-0x7fffffff]
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.0: vgaarb: setting as boot VGA device
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.0: vgaarb: bridge control possible
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.0: vgaarb: bridge control possible
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
nov 24 15:27:45 archlinux kernel: vgaarb: loaded
nov 24 15:27:45 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
nov 24 15:27:45 archlinux kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
nov 24 15:27:45 archlinux kernel: clocksource: Switched to clocksource tsc-early
nov 24 15:27:45 archlinux kernel: VFS: Disk quotas dquot_6.6.0
nov 24 15:27:45 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
nov 24 15:27:45 archlinux kernel: pnp: PnP ACPI init
nov 24 15:27:45 archlinux kernel: system 00:01: [io 0x0500-0x057f] has been reserved
nov 24 15:27:45 archlinux kernel: system 00:01: [io 0x0400-0x047f] has been reserved
nov 24 15:27:45 archlinux kernel: system 00:01: [io 0x0580-0x059f] has been reserved
nov 24 15:27:45 archlinux kernel: system 00:01: [io 0x0600-0x061f] has been reserved
nov 24 15:27:45 archlinux kernel: system 00:01: [io 0x0880-0x0883] has been reserved
nov 24 15:27:45 archlinux kernel: system 00:01: [io 0x0800-0x081f] has been reserved
nov 24 15:27:45 archlinux kernel: system 00:01: [mem 0xfed1c000-0xfed3ffff] has been reserved
nov 24 15:27:45 archlinux kernel: system 00:01: [mem 0xfed45000-0xfed8bfff] has been reserved
nov 24 15:27:45 archlinux kernel: system 00:01: [mem 0xff000000-0xffffffff] has been reserved
nov 24 15:27:45 archlinux kernel: system 00:01: [mem 0xfee00000-0xfeefffff] has been reserved
nov 24 15:27:45 archlinux kernel: system 00:01: [mem 0xfed12000-0xfed1200f] has been reserved
nov 24 15:27:45 archlinux kernel: system 00:01: [mem 0xfed12010-0xfed1201f] has been reserved
nov 24 15:27:45 archlinux kernel: system 00:01: [mem 0xfed1b000-0xfed1bfff] has been reserved
nov 24 15:27:45 archlinux kernel: system 00:02: [io 0x0290-0x029f] has been reserved
nov 24 15:27:45 archlinux kernel: pnp: PnP ACPI: found 3 devices
nov 24 15:27:45 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
nov 24 15:27:45 archlinux kernel: NET: Registered PF_INET protocol family
nov 24 15:27:45 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
nov 24 15:27:45 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
nov 24 15:27:45 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
nov 24 15:27:45 archlinux kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc hugepage)
nov 24 15:27:45 archlinux kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, vmalloc)
nov 24 15:27:45 archlinux kernel: TCP: Hash tables configured (established 524288 bind 65536)
nov 24 15:27:45 archlinux kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, vmalloc)
nov 24 15:27:45 archlinux kernel: UDP hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
nov 24 15:27:45 archlinux kernel: UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
nov 24 15:27:45 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
nov 24 15:27:45 archlinux kernel: NET: Registered PF_XDP protocol family
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xc7600000-0xc76fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.1: PCI bridge to [bus 02]
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.1: bridge window [mem 0xc7500000-0xc75fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:02.0: PCI bridge to [bus 03]
nov 24 15:27:45 archlinux kernel: pci 0000:00:02.0: bridge window [io 0x6000-0x6fff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:02.0: bridge window [mem 0xc6000000-0xc70fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:02.0: bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
nov 24 15:27:45 archlinux kernel: pci 0000:00:03.0: PCI bridge to [bus 04]
nov 24 15:27:45 archlinux kernel: pci 0000:00:03.0: bridge window [mem 0xc7400000-0xc74fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 05]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.2: PCI bridge to [bus 06]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.2: bridge window [io 0x5000-0x5fff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.2: bridge window [mem 0xc7300000-0xc73fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.3: PCI bridge to [bus 07]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.3: bridge window [io 0x4000-0x4fff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.3: bridge window [mem 0xc7200000-0xc72fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.4: PCI bridge to [bus 08]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.4: bridge window [mem 0xc7100000-0xc71fffff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:00: resource 5 [io 0x1000-0x7fff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x90000000-0xc7ffbfff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x38000000000-0x3bfffffffff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xc7600000-0xc76fffff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0xc7500000-0xc75fffff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:03: resource 0 [io 0x6000-0x6fff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0xc6000000-0xc70fffff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:03: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:04: resource 1 [mem 0xc7400000-0xc74fffff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:06: resource 0 [io 0x5000-0x5fff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:06: resource 1 [mem 0xc7300000-0xc73fffff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:07: resource 0 [io 0x4000-0x4fff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:07: resource 1 [mem 0xc7200000-0xc72fffff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:08: resource 0 [io 0x3000-0x3fff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:08: resource 1 [mem 0xc7100000-0xc71fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:80:02.0: PCI bridge to [bus 81]
nov 24 15:27:45 archlinux kernel: pci 0000:80:02.0: bridge window [mem 0xfb100000-0xfb1fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:80:03.0: PCI bridge to [bus 82]
nov 24 15:27:45 archlinux kernel: pci 0000:80:03.0: bridge window [io 0xf000-0xffff]
nov 24 15:27:45 archlinux kernel: pci 0000:80:03.0: bridge window [mem 0xfa000000-0xfb0fffff]
nov 24 15:27:45 archlinux kernel: pci 0000:80:03.0: bridge window [mem 0x3ffe0000000-0x3fff1ffffff 64bit pref]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:80: resource 4 [io 0x8000-0xffff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:80: resource 5 [mem 0xc8000000-0xfbffbfff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:80: resource 6 [mem 0x3c000000000-0x3ffffffffff window]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:81: resource 1 [mem 0xfb100000-0xfb1fffff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:82: resource 0 [io 0xf000-0xffff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:82: resource 1 [mem 0xfa000000-0xfb0fffff]
nov 24 15:27:45 archlinux kernel: pci_bus 0000:82: resource 2 [mem 0x3ffe0000000-0x3fff1ffffff 64bit pref]
nov 24 15:27:45 archlinux kernel: pci 0000:00:05.0: disabled boot interrupts on device [8086:6f28]
nov 24 15:27:45 archlinux kernel: pci 0000:01:00.0: CLS mismatch (64 != 32), using 64 bytes
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
nov 24 15:27:45 archlinux kernel: pci 0000:80:05.0: disabled boot interrupts on device [8086:6f28]
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.1: D0 power state depends on 0000:82:00.0
nov 24 15:27:45 archlinux kernel: DMAR: [Firmware Bug]: RMRR entry for device 02:00.0 is broken - applying workaround
nov 24 15:27:45 archlinux kernel: DMAR: [Firmware Bug]: RMRR entry for device 81:00.0 is broken - applying workaround
nov 24 15:27:45 archlinux kernel: Trying to unpack rootfs image as initramfs...
nov 24 15:27:45 archlinux kernel: DMAR: No SATC found
nov 24 15:27:45 archlinux kernel: DMAR: dmar0: Using Queued invalidation
nov 24 15:27:45 archlinux kernel: DMAR: dmar1: Using Queued invalidation
nov 24 15:27:45 archlinux kernel: pci 0000:ff:08.0: Adding to iommu group 0
nov 24 15:27:45 archlinux kernel: pci 0000:ff:08.2: Adding to iommu group 0
nov 24 15:27:45 archlinux kernel: pci 0000:ff:08.3: Adding to iommu group 1
nov 24 15:27:45 archlinux kernel: pci 0000:ff:09.0: Adding to iommu group 2
nov 24 15:27:45 archlinux kernel: pci 0000:ff:09.2: Adding to iommu group 2
nov 24 15:27:45 archlinux kernel: pci 0000:ff:09.3: Adding to iommu group 3
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0b.0: Adding to iommu group 4
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0b.1: Adding to iommu group 4
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0b.2: Adding to iommu group 4
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0b.3: Adding to iommu group 4
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.0: Adding to iommu group 5
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.1: Adding to iommu group 5
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.2: Adding to iommu group 5
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.3: Adding to iommu group 5
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.4: Adding to iommu group 5
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.5: Adding to iommu group 5
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.6: Adding to iommu group 5
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0c.7: Adding to iommu group 5
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0d.0: Adding to iommu group 6
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0d.1: Adding to iommu group 6
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0d.2: Adding to iommu group 6
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0d.3: Adding to iommu group 6
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.0: Adding to iommu group 7
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.1: Adding to iommu group 7
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.2: Adding to iommu group 7
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.3: Adding to iommu group 7
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.4: Adding to iommu group 7
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.5: Adding to iommu group 7
nov 24 15:27:45 archlinux kernel: pci 0000:ff:0f.6: Adding to iommu group 7
nov 24 15:27:45 archlinux kernel: pci 0000:ff:10.0: Adding to iommu group 8
nov 24 15:27:45 archlinux kernel: pci 0000:ff:10.1: Adding to iommu group 8
nov 24 15:27:45 archlinux kernel: pci 0000:ff:10.5: Adding to iommu group 8
nov 24 15:27:45 archlinux kernel: pci 0000:ff:10.6: Adding to iommu group 8
nov 24 15:27:45 archlinux kernel: pci 0000:ff:10.7: Adding to iommu group 8
nov 24 15:27:45 archlinux kernel: pci 0000:ff:12.0: Adding to iommu group 9
nov 24 15:27:45 archlinux kernel: pci 0000:ff:12.1: Adding to iommu group 9
nov 24 15:27:45 archlinux kernel: pci 0000:ff:12.4: Adding to iommu group 9
nov 24 15:27:45 archlinux kernel: pci 0000:ff:12.5: Adding to iommu group 9
nov 24 15:27:45 archlinux kernel: pci 0000:ff:13.0: Adding to iommu group 10
nov 24 15:27:45 archlinux kernel: pci 0000:ff:13.1: Adding to iommu group 11
nov 24 15:27:45 archlinux kernel: pci 0000:ff:13.2: Adding to iommu group 12
nov 24 15:27:45 archlinux kernel: pci 0000:ff:13.3: Adding to iommu group 13
nov 24 15:27:45 archlinux kernel: pci 0000:ff:13.6: Adding to iommu group 14
nov 24 15:27:45 archlinux kernel: pci 0000:ff:13.7: Adding to iommu group 14
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.0: Adding to iommu group 15
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.1: Adding to iommu group 16
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.2: Adding to iommu group 17
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.3: Adding to iommu group 18
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.4: Adding to iommu group 19
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.5: Adding to iommu group 19
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.6: Adding to iommu group 19
nov 24 15:27:45 archlinux kernel: pci 0000:ff:14.7: Adding to iommu group 19
nov 24 15:27:45 archlinux kernel: pci 0000:ff:16.0: Adding to iommu group 20
nov 24 15:27:45 archlinux kernel: pci 0000:ff:16.1: Adding to iommu group 21
nov 24 15:27:45 archlinux kernel: pci 0000:ff:16.2: Adding to iommu group 22
nov 24 15:27:45 archlinux kernel: pci 0000:ff:16.3: Adding to iommu group 23
nov 24 15:27:45 archlinux kernel: pci 0000:ff:16.6: Adding to iommu group 24
nov 24 15:27:45 archlinux kernel: pci 0000:ff:16.7: Adding to iommu group 24
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.0: Adding to iommu group 25
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.1: Adding to iommu group 26
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.2: Adding to iommu group 27
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.3: Adding to iommu group 28
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.4: Adding to iommu group 29
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.5: Adding to iommu group 29
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.6: Adding to iommu group 29
nov 24 15:27:45 archlinux kernel: pci 0000:ff:17.7: Adding to iommu group 29
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1e.0: Adding to iommu group 30
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1e.1: Adding to iommu group 30
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1e.2: Adding to iommu group 30
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1e.3: Adding to iommu group 30
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1e.4: Adding to iommu group 30
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1f.0: Adding to iommu group 31
nov 24 15:27:45 archlinux kernel: pci 0000:ff:1f.2: Adding to iommu group 31
nov 24 15:27:45 archlinux kernel: pci 0000:7f:08.0: Adding to iommu group 32
nov 24 15:27:45 archlinux kernel: pci 0000:7f:08.2: Adding to iommu group 32
nov 24 15:27:45 archlinux kernel: pci 0000:7f:08.3: Adding to iommu group 33
nov 24 15:27:45 archlinux kernel: pci 0000:7f:09.0: Adding to iommu group 34
nov 24 15:27:45 archlinux kernel: pci 0000:7f:09.2: Adding to iommu group 34
nov 24 15:27:45 archlinux kernel: pci 0000:7f:09.3: Adding to iommu group 35
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0b.0: Adding to iommu group 36
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0b.1: Adding to iommu group 36
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0b.2: Adding to iommu group 36
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0b.3: Adding to iommu group 36
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.0: Adding to iommu group 37
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.1: Adding to iommu group 37
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.2: Adding to iommu group 37
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.3: Adding to iommu group 37
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.4: Adding to iommu group 37
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.5: Adding to iommu group 37
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.6: Adding to iommu group 37
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0c.7: Adding to iommu group 37
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0d.0: Adding to iommu group 38
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0d.1: Adding to iommu group 38
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0d.2: Adding to iommu group 38
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0d.3: Adding to iommu group 38
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.0: Adding to iommu group 39
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.1: Adding to iommu group 39
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.2: Adding to iommu group 39
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.3: Adding to iommu group 39
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.4: Adding to iommu group 39
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.5: Adding to iommu group 39
nov 24 15:27:45 archlinux kernel: pci 0000:7f:0f.6: Adding to iommu group 39
nov 24 15:27:45 archlinux kernel: pci 0000:7f:10.0: Adding to iommu group 40
nov 24 15:27:45 archlinux kernel: pci 0000:7f:10.1: Adding to iommu group 40
nov 24 15:27:45 archlinux kernel: pci 0000:7f:10.5: Adding to iommu group 40
nov 24 15:27:45 archlinux kernel: pci 0000:7f:10.6: Adding to iommu group 40
nov 24 15:27:45 archlinux kernel: pci 0000:7f:10.7: Adding to iommu group 40
nov 24 15:27:45 archlinux kernel: pci 0000:7f:12.0: Adding to iommu group 41
nov 24 15:27:45 archlinux kernel: pci 0000:7f:12.1: Adding to iommu group 41
nov 24 15:27:45 archlinux kernel: pci 0000:7f:12.4: Adding to iommu group 41
nov 24 15:27:45 archlinux kernel: pci 0000:7f:12.5: Adding to iommu group 41
nov 24 15:27:45 archlinux kernel: pci 0000:7f:13.0: Adding to iommu group 42
nov 24 15:27:45 archlinux kernel: pci 0000:7f:13.1: Adding to iommu group 43
nov 24 15:27:45 archlinux kernel: pci 0000:7f:13.2: Adding to iommu group 44
nov 24 15:27:45 archlinux kernel: pci 0000:7f:13.3: Adding to iommu group 45
nov 24 15:27:45 archlinux kernel: pci 0000:7f:13.6: Adding to iommu group 46
nov 24 15:27:45 archlinux kernel: pci 0000:7f:13.7: Adding to iommu group 46
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.0: Adding to iommu group 47
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.1: Adding to iommu group 48
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.2: Adding to iommu group 49
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.3: Adding to iommu group 50
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.4: Adding to iommu group 51
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.5: Adding to iommu group 51
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.6: Adding to iommu group 51
nov 24 15:27:45 archlinux kernel: pci 0000:7f:14.7: Adding to iommu group 51
nov 24 15:27:45 archlinux kernel: pci 0000:7f:16.0: Adding to iommu group 52
nov 24 15:27:45 archlinux kernel: pci 0000:7f:16.1: Adding to iommu group 53
nov 24 15:27:45 archlinux kernel: pci 0000:7f:16.2: Adding to iommu group 54
nov 24 15:27:45 archlinux kernel: pci 0000:7f:16.3: Adding to iommu group 55
nov 24 15:27:45 archlinux kernel: pci 0000:7f:16.6: Adding to iommu group 56
nov 24 15:27:45 archlinux kernel: pci 0000:7f:16.7: Adding to iommu group 56
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.0: Adding to iommu group 57
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.1: Adding to iommu group 58
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.2: Adding to iommu group 59
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.3: Adding to iommu group 60
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.4: Adding to iommu group 61
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.5: Adding to iommu group 61
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.6: Adding to iommu group 61
nov 24 15:27:45 archlinux kernel: pci 0000:7f:17.7: Adding to iommu group 61
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1e.0: Adding to iommu group 62
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1e.1: Adding to iommu group 62
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1e.2: Adding to iommu group 62
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1e.3: Adding to iommu group 62
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1e.4: Adding to iommu group 62
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1f.0: Adding to iommu group 63
nov 24 15:27:45 archlinux kernel: pci 0000:7f:1f.2: Adding to iommu group 63
nov 24 15:27:45 archlinux kernel: pci 0000:00:00.0: Adding to iommu group 64
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.0: Adding to iommu group 65
nov 24 15:27:45 archlinux kernel: pci 0000:00:01.1: Adding to iommu group 66
nov 24 15:27:45 archlinux kernel: pci 0000:00:02.0: Adding to iommu group 67
nov 24 15:27:45 archlinux kernel: pci 0000:00:03.0: Adding to iommu group 68
nov 24 15:27:45 archlinux kernel: pci 0000:00:05.0: Adding to iommu group 69
nov 24 15:27:45 archlinux kernel: pci 0000:00:05.1: Adding to iommu group 70
nov 24 15:27:45 archlinux kernel: pci 0000:00:05.2: Adding to iommu group 71
nov 24 15:27:45 archlinux kernel: pci 0000:00:05.4: Adding to iommu group 72
nov 24 15:27:45 archlinux kernel: pci 0000:00:11.0: Adding to iommu group 73
nov 24 15:27:45 archlinux kernel: pci 0000:00:11.4: Adding to iommu group 74
nov 24 15:27:45 archlinux kernel: pci 0000:00:14.0: Adding to iommu group 75
nov 24 15:27:45 archlinux kernel: pci 0000:00:16.0: Adding to iommu group 76
nov 24 15:27:45 archlinux kernel: pci 0000:00:16.1: Adding to iommu group 76
nov 24 15:27:45 archlinux kernel: pci 0000:00:1b.0: Adding to iommu group 77
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.0: Adding to iommu group 78
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.2: Adding to iommu group 79
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.3: Adding to iommu group 80
nov 24 15:27:45 archlinux kernel: pci 0000:00:1c.4: Adding to iommu group 81
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.0: Adding to iommu group 82
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.2: Adding to iommu group 82
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.3: Adding to iommu group 82
nov 24 15:27:45 archlinux kernel: pci 0000:00:1f.6: Adding to iommu group 82
nov 24 15:27:45 archlinux kernel: pci 0000:01:00.0: Adding to iommu group 83
nov 24 15:27:45 archlinux kernel: pci 0000:02:00.0: Adding to iommu group 84
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.0: Adding to iommu group 85
nov 24 15:27:45 archlinux kernel: pci 0000:03:00.1: Adding to iommu group 85
nov 24 15:27:45 archlinux kernel: pci 0000:04:00.0: Adding to iommu group 86
nov 24 15:27:45 archlinux kernel: pci 0000:06:00.0: Adding to iommu group 87
nov 24 15:27:45 archlinux kernel: pci 0000:07:00.0: Adding to iommu group 88
nov 24 15:27:45 archlinux kernel: pci 0000:08:00.0: Adding to iommu group 89
nov 24 15:27:45 archlinux kernel: pci 0000:80:02.0: Adding to iommu group 90
nov 24 15:27:45 archlinux kernel: pci 0000:80:03.0: Adding to iommu group 91
nov 24 15:27:45 archlinux kernel: pci 0000:80:05.0: Adding to iommu group 92
nov 24 15:27:45 archlinux kernel: pci 0000:80:05.1: Adding to iommu group 93
nov 24 15:27:45 archlinux kernel: pci 0000:80:05.2: Adding to iommu group 94
nov 24 15:27:45 archlinux kernel: pci 0000:80:05.4: Adding to iommu group 95
nov 24 15:27:45 archlinux kernel: pci 0000:81:00.0: Adding to iommu group 96
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.0: Adding to iommu group 97
nov 24 15:27:45 archlinux kernel: pci 0000:82:00.1: Adding to iommu group 97
nov 24 15:27:45 archlinux kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
nov 24 15:27:45 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
nov 24 15:27:45 archlinux kernel: software IO TLB: mapped [mem 0x000000006dae1000-0x0000000071ae1000] (64MB)
nov 24 15:27:45 archlinux kernel: Initialise system trusted keyrings
nov 24 15:27:45 archlinux kernel: Key type blacklist registered
nov 24 15:27:45 archlinux kernel: workingset: timestamp_bits=41 max_order=25 bucket_order=0
nov 24 15:27:45 archlinux kernel: zbud: loaded
nov 24 15:27:45 archlinux kernel: integrity: Platform Keyring initialized
nov 24 15:27:45 archlinux kernel: integrity: Machine keyring initialized
nov 24 15:27:45 archlinux kernel: Key type asymmetric registered
nov 24 15:27:45 archlinux kernel: Asymmetric key parser 'x509' registered
nov 24 15:27:45 archlinux kernel: Freeing initrd memory: 107412K
nov 24 15:27:45 archlinux kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
nov 24 15:27:45 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
nov 24 15:27:45 archlinux kernel: io scheduler mq-deadline registered
nov 24 15:27:45 archlinux kernel: io scheduler kyber registered
nov 24 15:27:45 archlinux kernel: io scheduler bfq registered
nov 24 15:27:45 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
nov 24 15:27:45 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
nov 24 15:27:45 archlinux kernel: ACPI: button: Power Button [PWRB]
nov 24 15:27:45 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
nov 24 15:27:45 archlinux kernel: ACPI: button: Power Button [PWRF]
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP00: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP01: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP02: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP03: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP04: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP05: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP06: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP07: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP08: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP09: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP0A: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP0B: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP00: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP01: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP02: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP03: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP04: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP05: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP06: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP07: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP08: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP09: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP0A: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP0B: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP0C: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP0D: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP0E: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP0F: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP10: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP11: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP12: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP13: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP14: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP15: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP16: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK0.CP17: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP0C: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP0D: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP0E: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP0F: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP10: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP11: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP12: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP13: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP14: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP15: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP16: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ACPI: \_SB_.SCK1.CP17: Found 1 idle states
nov 24 15:27:45 archlinux kernel: ERST: Error Record Serialization Table (ERST) support is initialized.
nov 24 15:27:45 archlinux kernel: pstore: Registered erst as persistent store backend
nov 24 15:27:45 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
nov 24 15:27:45 archlinux kernel: Non-volatile memory driver v1.3
nov 24 15:27:45 archlinux kernel: Linux agpgart interface v0.103
nov 24 15:27:45 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
nov 24 15:27:45 archlinux kernel: ACPI: bus type drm_connector registered
nov 24 15:27:45 archlinux kernel: ahci 0000:00:11.4: version 3.0
nov 24 15:27:45 archlinux kernel: ahci 0000:00:11.4: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0xf impl SATA mode
nov 24 15:27:45 archlinux kernel: ahci 0000:00:11.4: flags: 64bit ncq pm led clo pio slum part ems apst
nov 24 15:27:45 archlinux kernel: scsi host0: ahci
nov 24 15:27:45 archlinux kernel: scsi host1: ahci
nov 24 15:27:45 archlinux kernel: scsi host2: ahci
nov 24 15:27:45 archlinux kernel: scsi host3: ahci
nov 24 15:27:45 archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0xc7716000 port 0xc7716100 irq 39
nov 24 15:27:45 archlinux kernel: ata2: SATA max UDMA/133 abar m2048@0xc7716000 port 0xc7716180 irq 39
nov 24 15:27:45 archlinux kernel: ata3: SATA max UDMA/133 abar m2048@0xc7716000 port 0xc7716200 irq 39
nov 24 15:27:45 archlinux kernel: ata4: SATA max UDMA/133 abar m2048@0xc7716000 port 0xc7716280 irq 39
nov 24 15:27:45 archlinux kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
nov 24 15:27:45 archlinux kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
nov 24 15:27:45 archlinux kernel: scsi host4: ahci
nov 24 15:27:45 archlinux kernel: scsi host5: ahci
nov 24 15:27:45 archlinux kernel: scsi host6: ahci
nov 24 15:27:45 archlinux kernel: scsi host7: ahci
nov 24 15:27:45 archlinux kernel: scsi host8: ahci
nov 24 15:27:45 archlinux kernel: scsi host9: ahci
nov 24 15:27:45 archlinux kernel: ata5: SATA max UDMA/133 abar m2048@0xc7710000 port 0xc7710100 irq 40
nov 24 15:27:45 archlinux kernel: ata6: SATA max UDMA/133 abar m2048@0xc7710000 port 0xc7710180 irq 40
nov 24 15:27:45 archlinux kernel: ata7: SATA max UDMA/133 abar m2048@0xc7710000 port 0xc7710200 irq 40
nov 24 15:27:45 archlinux kernel: ata8: SATA max UDMA/133 abar m2048@0xc7710000 port 0xc7710280 irq 40
nov 24 15:27:45 archlinux kernel: ata9: SATA max UDMA/133 abar m2048@0xc7710000 port 0xc7710300 irq 40
nov 24 15:27:45 archlinux kernel: ata10: SATA max UDMA/133 abar m2048@0xc7710000 port 0xc7710380 irq 40
nov 24 15:27:45 archlinux kernel: ahci 0000:08:00.0: SSS flag set, parallel bus scan disabled
nov 24 15:27:45 archlinux kernel: ahci 0000:08:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
nov 24 15:27:45 archlinux kernel: ahci 0000:08:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
nov 24 15:27:45 archlinux kernel: scsi host10: ahci
nov 24 15:27:45 archlinux kernel: scsi host11: ahci
nov 24 15:27:45 archlinux kernel: ata11: SATA max UDMA/133 abar m512@0xc7100000 port 0xc7100100 irq 41
nov 24 15:27:45 archlinux kernel: ata12: SATA max UDMA/133 abar m512@0xc7100000 port 0xc7100180 irq 41
nov 24 15:27:45 archlinux kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
nov 24 15:27:45 archlinux kernel: ehci-pci: EHCI PCI platform driver
nov 24 15:27:45 archlinux kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
nov 24 15:27:45 archlinux kernel: ohci-pci: OHCI PCI platform driver
nov 24 15:27:45 archlinux kernel: uhci_hcd: USB Universal Host Controller Interface driver
nov 24 15:27:45 archlinux kernel: usbcore: registered new interface driver usbserial_generic
nov 24 15:27:45 archlinux kernel: usbserial: USB Serial support registered for generic
nov 24 15:27:45 archlinux kernel: rtc_cmos 00:00: RTC can wake from S4
nov 24 15:27:45 archlinux kernel: rtc_cmos 00:00: registered as rtc0
nov 24 15:27:45 archlinux kernel: rtc_cmos 00:00: setting system clock to 2022-11-24T14:27:44 UTC (1669300064)
nov 24 15:27:45 archlinux kernel: rtc_cmos 00:00: alarms up to one month, y3k, 114 bytes nvram
nov 24 15:27:45 archlinux kernel: intel_pstate: Intel P-state driver initializing
nov 24 15:27:45 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
nov 24 15:27:45 archlinux kernel: efifb: probing for efifb
nov 24 15:27:45 archlinux kernel: pmd_set_huge: Cannot satisfy [mem 0xb0000000-0xb0200000] with a huge-page mapping due to MTRR override.
nov 24 15:27:45 archlinux kernel: efifb: No BGRT, not showing boot graphics
nov 24 15:27:45 archlinux kernel: efifb: framebuffer at 0xb0000000, using 34560k, total 34560k
nov 24 15:27:45 archlinux kernel: efifb: mode is 3840x2160x32, linelength=16384, pages=1
nov 24 15:27:45 archlinux kernel: efifb: scrolling: redraw
nov 24 15:27:45 archlinux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
nov 24 15:27:45 archlinux kernel: Console: switching to colour frame buffer device 240x67
nov 24 15:27:45 archlinux kernel: fb0: EFI VGA frame buffer device
nov 24 15:27:45 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
nov 24 15:27:45 archlinux kernel: drop_monitor: Initializing network drop monitor service
nov 24 15:27:45 archlinux kernel: Initializing XFRM netlink socket
nov 24 15:27:45 archlinux kernel: NET: Registered PF_INET6 protocol family
nov 24 15:27:45 archlinux kernel: Segment Routing with IPv6
nov 24 15:27:45 archlinux kernel: RPL Segment Routing with IPv6
nov 24 15:27:45 archlinux kernel: In-situ OAM (IOAM) with IPv6
nov 24 15:27:45 archlinux kernel: NET: Registered PF_PACKET protocol family
nov 24 15:27:45 archlinux kernel: microcode: sig=0x406f0, pf=0x1, revision=0x14
nov 24 15:27:45 archlinux kernel: microcode: Microcode Update Driver: v2.2.
nov 24 15:27:45 archlinux kernel: resctrl: L3 allocation detected
nov 24 15:27:45 archlinux kernel: resctrl: L3 monitoring detected
nov 24 15:27:45 archlinux kernel: IPI shorthand broadcast: enabled
nov 24 15:27:45 archlinux kernel: sched_clock: Marking stable (4483876588, 1022061)->(4554887018, -69988369)
nov 24 15:27:45 archlinux kernel: registered taskstats version 1
nov 24 15:27:45 archlinux kernel: Loading compiled-in X.509 certificates
nov 24 15:27:45 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 26b3af3b74eeae89589daad8032b6ac95f9e96b3'
nov 24 15:27:45 archlinux kernel: zswap: loaded using pool lz4/z3fold
nov 24 15:27:45 archlinux kernel: Key type .fscrypt registered
nov 24 15:27:45 archlinux kernel: Key type fscrypt-provisioning registered
nov 24 15:27:45 archlinux kernel: pstore: Using crash dump compression: zstd
nov 24 15:27:45 archlinux kernel: PM: Magic number: 14:246:486
nov 24 15:27:45 archlinux kernel: RAS: Correctable Errors collector initialized.
nov 24 15:27:45 archlinux kernel: tsc: Refined TSC clocksource calibration: 2195.147 MHz
nov 24 15:27:45 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa44a4f2fa, max_idle_ns: 440795245327 ns
nov 24 15:27:45 archlinux kernel: clocksource: Switched to clocksource tsc
nov 24 15:27:45 archlinux kernel: ata1: SATA link down (SStatus 0 SControl 300)
nov 24 15:27:45 archlinux kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
nov 24 15:27:45 archlinux kernel: ata3: SATA link down (SStatus 0 SControl 300)
nov 24 15:27:45 archlinux kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
nov 24 15:27:45 archlinux kernel: ata4.00: ATA-9: HGST HUH721212ALE604, LEGNW925, max UDMA/133
nov 24 15:27:45 archlinux kernel: ata2.00: ATA-8: HGST HDN724040ALE640, MJAOA5E0, max UDMA/133
nov 24 15:27:45 archlinux kernel: ata2.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32), AA
nov 24 15:27:45 archlinux kernel: ata2.00: configured for UDMA/133
nov 24 15:27:45 archlinux kernel: scsi 1:0:0:0: Direct-Access ATA HGST HDN724040AL A5E0 PQ: 0 ANSI: 5
nov 24 15:27:45 archlinux kernel: sd 1:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
nov 24 15:27:45 archlinux kernel: sd 1:0:0:0: [sda] 4096-byte physical blocks
nov 24 15:27:45 archlinux kernel: sd 1:0:0:0: [sda] Write Protect is off
nov 24 15:27:45 archlinux kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
nov 24 15:27:45 archlinux kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
nov 24 15:27:45 archlinux kernel: sd 1:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
nov 24 15:27:45 archlinux kernel: ata4.00: 23437770752 sectors, multi 16: LBA48 NCQ (depth 32), AA
nov 24 15:27:45 archlinux kernel: ata4.00: Features: NCQ-sndrcv NCQ-prio
nov 24 15:27:45 archlinux kernel: ata4.00: configured for UDMA/133
nov 24 15:27:45 archlinux kernel: scsi 3:0:0:0: Direct-Access ATA HGST HUH721212AL W925 PQ: 0 ANSI: 5
nov 24 15:27:45 archlinux kernel: sd 3:0:0:0: [sdb] 23437770752 512-byte logical blocks: (12.0 TB/10.9 TiB)
nov 24 15:27:45 archlinux kernel: sd 3:0:0:0: [sdb] 4096-byte physical blocks
nov 24 15:27:45 archlinux kernel: sd 3:0:0:0: [sdb] Write Protect is off
nov 24 15:27:45 archlinux kernel: sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
nov 24 15:27:45 archlinux kernel: sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
nov 24 15:27:45 archlinux kernel: sd 3:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
nov 24 15:27:45 archlinux kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
nov 24 15:27:45 archlinux kernel: ata11: SATA link down (SStatus 0 SControl 300)
nov 24 15:27:45 archlinux kernel: ata10: SATA link down (SStatus 0 SControl 300)
nov 24 15:27:45 archlinux kernel: ata7: SATA link down (SStatus 0 SControl 300)
nov 24 15:27:45 archlinux kernel: ata8: SATA link down (SStatus 0 SControl 300)
nov 24 15:27:45 archlinux kernel: ata9: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
nov 24 15:27:45 archlinux kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
nov 24 15:27:45 archlinux kernel: ata6.00: ATA-9: WDC WD30EZRX-00SPEB0, 80.00A80, max UDMA/133
nov 24 15:27:45 archlinux kernel: ata5.00: ATA-9: WDC WD30EFRX-68EUZN0, 82.00A82, max UDMA/133
nov 24 15:27:45 archlinux kernel: ata6.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 32), AA
nov 24 15:27:45 archlinux kernel: ata9.00: ATA-11: WDC WDS100T1R0A-68A4W0, 411000WR, max UDMA/133
nov 24 15:27:45 archlinux kernel: ata5.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 32), AA
nov 24 15:27:45 archlinux kernel: ata6.00: configured for UDMA/133
nov 24 15:27:45 archlinux kernel: ata9.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
nov 24 15:27:45 archlinux kernel: ata5.00: configured for UDMA/133
nov 24 15:27:45 archlinux kernel: scsi 4:0:0:0: Direct-Access ATA WDC WD30EFRX-68E 0A82 PQ: 0 ANSI: 5
nov 24 15:27:45 archlinux kernel: sd 4:0:0:0: [sdc] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
nov 24 15:27:45 archlinux kernel: sd 4:0:0:0: [sdc] 4096-byte physical blocks
nov 24 15:27:45 archlinux kernel: scsi 5:0:0:0: Direct-Access ATA WDC WD30EZRX-00S 0A80 PQ: 0 ANSI: 5
nov 24 15:27:45 archlinux kernel: sd 4:0:0:0: [sdc] Write Protect is off
nov 24 15:27:45 archlinux kernel: sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
nov 24 15:27:45 archlinux kernel: sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
nov 24 15:27:46 archlinux kernel: sd 4:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
nov 24 15:27:46 archlinux kernel: sd 5:0:0:0: [sdd] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
nov 24 15:27:46 archlinux kernel: sd 5:0:0:0: [sdd] 4096-byte physical blocks
nov 24 15:27:46 archlinux kernel: sd 5:0:0:0: [sdd] Write Protect is off
nov 24 15:27:46 archlinux kernel: sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
nov 24 15:27:46 archlinux kernel: sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
nov 24 15:27:46 archlinux kernel: sd 5:0:0:0: [sdd] Preferred minimum I/O size 4096 bytes
nov 24 15:27:46 archlinux kernel: ata9.00: Features: Dev-Sleep
nov 24 15:27:46 archlinux kernel: ata9.00: configured for UDMA/133
nov 24 15:27:46 archlinux kernel: scsi 8:0:0:0: Direct-Access ATA WDC WDS100T1R0A 00WR PQ: 0 ANSI: 5
nov 24 15:27:46 archlinux kernel: sd 8:0:0:0: [sde] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
nov 24 15:27:46 archlinux kernel: sd 8:0:0:0: [sde] Write Protect is off
nov 24 15:27:46 archlinux kernel: sd 8:0:0:0: [sde] Mode Sense: 00 3a 00 00
nov 24 15:27:46 archlinux kernel: sd 8:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
nov 24 15:27:46 archlinux kernel: sd 8:0:0:0: [sde] Preferred minimum I/O size 512 bytes
nov 24 15:27:46 archlinux kernel: sde: sde1
nov 24 15:27:46 archlinux kernel: sd 8:0:0:0: [sde] Attached SCSI disk
nov 24 15:27:46 archlinux kernel: sdb: sdb1
nov 24 15:27:46 archlinux kernel: sd 3:0:0:0: [sdb] Attached SCSI disk
nov 24 15:27:46 archlinux kernel: sda: sda1
nov 24 15:27:46 archlinux kernel: sd 1:0:0:0: [sda] Attached SCSI disk
nov 24 15:27:46 archlinux kernel: sdc: sdc1
nov 24 15:27:46 archlinux kernel: sd 4:0:0:0: [sdc] Attached SCSI disk
nov 24 15:27:46 archlinux kernel: ata12: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
nov 24 15:27:46 archlinux kernel: ata12.00: ATAPI: ASUS BW-16D1HT, 3.10, max UDMA/133
nov 24 15:27:46 archlinux kernel: ata12.00: configured for UDMA/133
nov 24 15:27:46 archlinux kernel: scsi 11:0:0:0: CD-ROM ASUS BW-16D1HT 3.10 PQ: 0 ANSI: 5
nov 24 15:27:46 archlinux kernel: sdd: sdd1
nov 24 15:27:46 archlinux kernel: sd 5:0:0:0: [sdd] Attached SCSI disk
nov 24 15:27:46 archlinux kernel: Freeing unused decrypted memory: 2036K
nov 24 15:27:46 archlinux kernel: Freeing unused kernel image (initmem) memory: 2124K
nov 24 15:27:46 archlinux kernel: Write protecting the kernel read-only data: 28672k
nov 24 15:27:46 archlinux kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
nov 24 15:27:46 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 960K
nov 24 15:27:46 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
nov 24 15:27:46 archlinux kernel: rodata_test: all tests were successful
nov 24 15:27:46 archlinux kernel: x86/mm: Checking user space page tables
nov 24 15:27:46 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
nov 24 15:27:46 archlinux kernel: Run /init as init process
nov 24 15:27:46 archlinux kernel: with arguments:
nov 24 15:27:46 archlinux kernel: /init
nov 24 15:27:46 archlinux kernel: with environment:
nov 24 15:27:46 archlinux kernel: HOME=/
nov 24 15:27:46 archlinux kernel: TERM=linux
nov 24 15:27:46 archlinux kernel: BOOT_IMAGE=/vmlinuz-linux
nov 24 15:27:46 archlinux systemd[1]: systemd 252.1-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
nov 24 15:27:46 archlinux systemd[1]: Detected architecture x86-64.
nov 24 15:27:46 archlinux systemd[1]: Running in initrd.
nov 24 15:27:46 archlinux systemd[1]: Initializing machine ID from random generator.
nov 24 15:27:46 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
nov 24 15:27:46 archlinux systemd[1]: Reached target Local File Systems.
nov 24 15:27:46 archlinux systemd[1]: Reached target Path Units.
nov 24 15:27:46 archlinux systemd[1]: Reached target Slice Units.
nov 24 15:27:46 archlinux systemd[1]: Reached target Swaps.
nov 24 15:27:46 archlinux systemd[1]: Reached target Timer Units.
nov 24 15:27:46 archlinux systemd[1]: Listening on Journal Audit Socket.
nov 24 15:27:46 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
nov 24 15:27:46 archlinux systemd[1]: Listening on Journal Socket.
nov 24 15:27:46 archlinux systemd[1]: Listening on udev Control Socket.
nov 24 15:27:46 archlinux systemd[1]: Listening on udev Kernel Socket.
nov 24 15:27:46 archlinux systemd[1]: Reached target Socket Units.
nov 24 15:27:46 archlinux systemd[1]: Starting Create List of Static Device Nodes...
nov 24 15:27:46 archlinux systemd[1]: Starting Journal Service...
nov 24 15:27:46 archlinux systemd[1]: Starting Load Kernel Modules...
nov 24 15:27:46 archlinux systemd[1]: Starting Coldplug All udev Devices...
nov 24 15:27:46 archlinux systemd[1]: Finished Create List of Static Device Nodes.
nov 24 15:27:46 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
nov 24 15:27:46 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
nov 24 15:27:46 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
nov 24 15:27:46 archlinux kernel: VFIO - User Level meta-driver version: 0.3
nov 24 15:27:46 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
nov 24 15:27:46 archlinux kernel: audit: type=1130 audit(1669300065.924:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:46 archlinux kernel: Console: switching to colour dummy device 80x25
nov 24 15:27:46 archlinux kernel: vfio-pci 0000:82:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
nov 24 15:27:46 archlinux kernel: vfio_pci: add [10de:17c2[ffffffff:ffffffff]] class 0x000000/00000000
nov 24 15:27:46 archlinux systemd-journald[501]: Journal started
nov 24 15:27:46 archlinux systemd-journald[501]: Runtime Journal (/run/log/journal/05f119ae1b34447180e702283d50bf12) is 8.0M, max 2.5G, 2.5G free.
nov 24 15:27:45 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:45 archlinux systemd-modules-load[503]: Inserted module 'vfio'
nov 24 15:27:45 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:45 archlinux systemd-udevd[511]: Using default interface naming scheme 'v252'.
nov 24 15:27:46 archlinux systemd[1]: Started Journal Service.
nov 24 15:27:46 archlinux kernel: audit: type=1130 audit(1669300065.997:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:46 archlinux systemd-modules-load[503]: Inserted module 'vfio_pci'
nov 24 15:27:46 archlinux kernel: vfio_pci: add [10de:0fb0[ffffffff:ffffffff]] class 0x000000/00000000
nov 24 15:27:46 archlinux kernel: vfio_pci: add [1033:0194[ffffffff:ffffffff]] class 0x000000/00000000
nov 24 15:27:46 archlinux kernel: vfio_pci: add [15b7:5006[ffffffff:ffffffff]] class 0x000000/00000000
nov 24 15:27:46 archlinux systemd[1]: Finished Coldplug All udev Devices.
nov 24 15:27:46 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:46 archlinux kernel: audit: type=1130 audit(1669300066.147:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:46 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
nov 24 15:27:46 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
nov 24 15:27:46 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
nov 24 15:27:46 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
nov 24 15:27:46 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
nov 24 15:27:46 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
nov 24 15:27:46 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
nov 24 15:27:46 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
nov 24 15:27:46 archlinux kernel: usb usb1: Product: xHCI Host Controller
nov 24 15:27:46 archlinux kernel: usb usb1: Manufacturer: Linux 6.0.9-arch1-1 xhci-hcd
nov 24 15:27:46 archlinux kernel: usb usb1: SerialNumber: 0000:00:14.0
nov 24 15:27:46 archlinux kernel: hub 1-0:1.0: USB hub found
nov 24 15:27:46 archlinux kernel: hub 1-0:1.0: 15 ports detected
nov 24 15:27:46 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
nov 24 15:27:46 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
nov 24 15:27:46 archlinux kernel: usb usb2: Product: xHCI Host Controller
nov 24 15:27:46 archlinux kernel: usb usb2: Manufacturer: Linux 6.0.9-arch1-1 xhci-hcd
nov 24 15:27:46 archlinux kernel: usb usb2: SerialNumber: 0000:00:14.0
nov 24 15:27:46 archlinux kernel: hub 2-0:1.0: USB hub found
nov 24 15:27:46 archlinux kernel: hub 2-0:1.0: 6 ports detected
nov 24 15:27:46 archlinux kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
nov 24 15:27:46 archlinux kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
nov 24 15:27:46 archlinux kernel: xhci_hcd 0000:02:00.0: hcc params 0x0200e080 hci version 0x100 quirks 0x0000000010800410
nov 24 15:27:46 archlinux kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
nov 24 15:27:46 archlinux kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 4
nov 24 15:27:46 archlinux kernel: xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed
nov 24 15:27:46 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
nov 24 15:27:46 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
nov 24 15:27:46 archlinux kernel: usb usb3: Product: xHCI Host Controller
nov 24 15:27:46 archlinux kernel: usb usb3: Manufacturer: Linux 6.0.9-arch1-1 xhci-hcd
nov 24 15:27:46 archlinux kernel: usb usb3: SerialNumber: 0000:02:00.0
nov 24 15:27:46 archlinux kernel: nvme nvme0: pci function 0000:01:00.0
nov 24 15:27:46 archlinux kernel: hub 3-0:1.0: USB hub found
nov 24 15:27:46 archlinux kernel: hub 3-0:1.0: 2 ports detected
nov 24 15:27:46 archlinux kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
nov 24 15:27:46 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
nov 24 15:27:46 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
nov 24 15:27:46 archlinux kernel: usb usb4: Product: xHCI Host Controller
nov 24 15:27:46 archlinux kernel: usb usb4: Manufacturer: Linux 6.0.9-arch1-1 xhci-hcd
nov 24 15:27:46 archlinux kernel: usb usb4: SerialNumber: 0000:02:00.0
nov 24 15:27:46 archlinux kernel: hub 4-0:1.0: USB hub found
nov 24 15:27:46 archlinux kernel: hub 4-0:1.0: 2 ports detected
nov 24 15:27:46 archlinux kernel: nvme nvme0: 7/0/0 default/read/poll queues
nov 24 15:27:46 archlinux kernel: sr 11:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
nov 24 15:27:46 archlinux kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
nov 24 15:27:46 archlinux kernel: nvme0n1: p1 p2 p3
nov 24 15:27:46 archlinux systemd[1]: Found device Samsung SSD 960 EVO 500GB ROOT.
nov 24 15:27:46 archlinux systemd[1]: Reached target Initrd Root Device.
nov 24 15:27:46 archlinux kernel: sr 11:0:0:0: Attached scsi CD-ROM sr0
nov 24 15:27:46 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/3ef60ebc-17d4-40a1-8710-2750e58f16e0...
nov 24 15:27:46 archlinux systemd-fsck[604]: ROOT: clean, 1269117/7864320 files, 28301906/31457280 blocks
nov 24 15:27:46 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/3ef60ebc-17d4-40a1-8710-2750e58f16e0.
nov 24 15:27:46 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:46 archlinux systemd[1]: Mounting /sysroot...
nov 24 15:27:46 archlinux kernel: audit: type=1130 audit(1669300066.367:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:46 archlinux kernel: usb 1-9: new high-speed USB device number 2 using xhci_hcd
nov 24 15:27:46 archlinux kernel: nvidia: loading out-of-tree module taints kernel.
nov 24 15:27:46 archlinux kernel: nvidia: module license 'NVIDIA' taints kernel.
nov 24 15:27:46 archlinux kernel: Disabling lock debugging due to kernel taint
nov 24 15:27:46 archlinux kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
nov 24 15:27:46 archlinux systemd[1]: Mounted /sysroot.
nov 24 15:27:46 archlinux systemd[1]: Reached target Initrd Root File System.
nov 24 15:27:46 archlinux kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
nov 24 15:27:46 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
nov 24 15:27:46 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
nov 24 15:27:46 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
nov 24 15:27:46 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:46 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:46 archlinux systemd[1]: Reached target Initrd File Systems.
nov 24 15:27:46 archlinux kernel: audit: type=1130 audit(1669300066.541:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:46 archlinux kernel: audit: type=1131 audit(1669300066.541:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:46 archlinux kernel: usb 1-9: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 1.00
nov 24 15:27:46 archlinux kernel: usb 1-9: New USB device strings: Mfr=2, Product=3, SerialNumber=0
nov 24 15:27:46 archlinux kernel: usb 1-9: Product: ASM107x
nov 24 15:27:46 archlinux kernel: usb 1-9: Manufacturer: ASUS Tek.
nov 24 15:27:46 archlinux kernel: hub 1-9:1.0: USB hub found
nov 24 15:27:46 archlinux kernel: hub 1-9:1.0: 4 ports detected
nov 24 15:27:46 archlinux kernel: usb 2-5: new SuperSpeed USB device number 2 using xhci_hcd
nov 24 15:27:46 archlinux kernel: usb 2-5: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 1.00
nov 24 15:27:46 archlinux kernel: usb 2-5: New USB device strings: Mfr=2, Product=3, SerialNumber=0
nov 24 15:27:46 archlinux kernel: usb 2-5: Product: ASM107x
nov 24 15:27:46 archlinux kernel: usb 2-5: Manufacturer: ASUS Tek.
nov 24 15:27:46 archlinux kernel: hub 2-5:1.0: USB hub found
nov 24 15:27:46 archlinux kernel: hub 2-5:1.0: 4 ports detected
nov 24 15:27:46 archlinux kernel: usb 1-13: new full-speed USB device number 3 using xhci_hcd
nov 24 15:27:47 archlinux kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 236
nov 24 15:27:47 archlinux kernel:
nov 24 15:27:47 archlinux kernel: nvidia 0000:03:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
nov 24 15:27:47 archlinux kernel: usb 1-13: New USB device found, idVendor=0cf3, idProduct=3005, bcdDevice= 0.01
nov 24 15:27:47 archlinux kernel: usb 1-13: New USB device strings: Mfr=0, Product=0, SerialNumber=0
nov 24 15:27:47 archlinux kernel: NVRM: The NVIDIA probe routine was not called for 1 device(s).
nov 24 15:27:47 archlinux kernel: NVRM: This can occur when a driver such as:
NVRM: nouveau, rivafb, nvidiafb or rivatv
NVRM: was loaded and obtained ownership of the NVIDIA device(s).
nov 24 15:27:47 archlinux kernel: NVRM: Try unloading the conflicting kernel module (and/or
NVRM: reconfigure your kernel without the conflicting
NVRM: driver(s)), then try loading the NVIDIA kernel module
NVRM: again.
nov 24 15:27:47 archlinux kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 525.53 Fri Oct 28 17:04:30 UTC 2022
nov 24 15:27:47 archlinux systemd-modules-load[503]: Inserted module 'nvidia'
nov 24 15:27:47 archlinux kernel: usb 1-14: new high-speed USB device number 4 using xhci_hcd
nov 24 15:27:47 archlinux systemd-modules-load[503]: Inserted module 'nvidia_modeset'
nov 24 15:27:47 archlinux kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 525.53 Fri Oct 28 16:45:47 UTC 2022
nov 24 15:27:47 archlinux kernel: [drm] [nvidia-drm] [GPU ID 0x00000300] Loading driver
nov 24 15:27:47 archlinux kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
nov 24 15:27:47 archlinux kernel: usb 1-14: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
nov 24 15:27:47 archlinux kernel: usb 1-14: New USB device strings: Mfr=0, Product=1, SerialNumber=0
nov 24 15:27:47 archlinux kernel: usb 1-14: Product: USB 2.0 Hub
nov 24 15:27:47 archlinux kernel: hub 1-14:1.0: USB hub found
nov 24 15:27:47 archlinux kernel: hub 1-14:1.0: 4 ports detected
nov 24 15:27:47 archlinux kernel: usb 1-14.1: new full-speed USB device number 5 using xhci_hcd
nov 24 15:27:47 archlinux kernel: usb 1-14.1: New USB device found, idVendor=0557, idProduct=8021, bcdDevice= 1.00
nov 24 15:27:47 archlinux kernel: usb 1-14.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
nov 24 15:27:47 archlinux kernel: hub 1-14.1:1.0: USB hub found
nov 24 15:27:47 archlinux kernel: hub 1-14.1:1.0: 4 ports detected
nov 24 15:27:48 archlinux systemd-modules-load[503]: Inserted module 'nvidia_uvm'
nov 24 15:27:48 archlinux kernel: nvidia-uvm: Loaded the UVM driver, major device number 234.
nov 24 15:27:48 archlinux systemd-modules-load[503]: Inserted module 'nvidia_drm'
nov 24 15:27:48 archlinux systemd[1]: Finished Load Kernel Modules.
nov 24 15:27:48 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux systemd[1]: Reached target System Initialization.
nov 24 15:27:48 archlinux systemd[1]: Reached target Basic System.
nov 24 15:27:48 archlinux systemd[1]: Reached target Initrd Default Target.
nov 24 15:27:48 archlinux kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:03:00.0 on minor 0
nov 24 15:27:48 archlinux kernel: nvidia 0000:03:00.0: vgaarb: deactivate vga console
nov 24 15:27:48 archlinux kernel: audit: type=1130 audit(1669300068.091:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
nov 24 15:27:48 archlinux systemd[1]: Stopped target Initrd Default Target.
nov 24 15:27:48 archlinux systemd[1]: Stopped target Basic System.
nov 24 15:27:48 archlinux systemd[1]: Stopped target Initrd Root Device.
nov 24 15:27:48 archlinux systemd[1]: Stopped target Path Units.
nov 24 15:27:48 archlinux systemd[1]: Stopped target Slice Units.
nov 24 15:27:48 archlinux systemd[1]: Stopped target Socket Units.
nov 24 15:27:48 archlinux systemd[1]: Stopped target System Initialization.
nov 24 15:27:48 archlinux systemd[1]: Stopped target Local File Systems.
nov 24 15:27:48 archlinux systemd[1]: Stopped target Swaps.
nov 24 15:27:48 archlinux systemd[1]: Stopped target Timer Units.
nov 24 15:27:48 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
nov 24 15:27:48 archlinux systemd[1]: Stopped Load Kernel Modules.
nov 24 15:27:48 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux systemd[1]: systemd-modules-load.service: Consumed 1.428s CPU time.
nov 24 15:27:48 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
nov 24 15:27:48 archlinux systemd[1]: Stopped Coldplug All udev Devices.
nov 24 15:27:48 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux kernel: audit: type=1131 audit(1669300068.117:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux kernel: audit: type=1131 audit(1669300068.117:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
nov 24 15:27:48 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
nov 24 15:27:48 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
nov 24 15:27:48 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
nov 24 15:27:48 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
nov 24 15:27:48 archlinux kernel: audit: type=1130 audit(1669300068.121:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux kernel: audit: type=1131 audit(1669300068.121:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux kernel: audit: type=1131 audit(1669300068.121:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux systemd[1]: systemd-udevd.service: Consumed 2.537s CPU time.
nov 24 15:27:48 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
nov 24 15:27:48 archlinux systemd[1]: Closed udev Control Socket.
nov 24 15:27:48 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
nov 24 15:27:48 archlinux systemd[1]: Closed udev Kernel Socket.
nov 24 15:27:48 archlinux systemd[1]: Starting Cleanup udev Database...
nov 24 15:27:48 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
nov 24 15:27:48 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
nov 24 15:27:48 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux systemd[1]: kmod-static-nodes.service: Deactivated successfully.
nov 24 15:27:48 archlinux systemd[1]: Stopped Create List of Static Device Nodes.
nov 24 15:27:48 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount: Deactivated successfully.
nov 24 15:27:48 archlinux kernel: audit: type=1131 audit(1669300068.124:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
nov 24 15:27:48 archlinux systemd[1]: Finished Cleanup udev Database.
nov 24 15:27:48 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 archlinux systemd[1]: Reached target Switch Root.
nov 24 15:27:48 archlinux systemd[1]: Starting Switch Root...
nov 24 15:27:48 archlinux kernel: usb 1-14.2: new high-speed USB device number 6 using xhci_hcd
nov 24 15:27:48 archlinux systemd[1]: Switching root.
nov 24 15:27:48 archlinux kernel: usb 1-14.2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.00
nov 24 15:27:48 archlinux kernel: usb 1-14.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
nov 24 15:27:48 archlinux kernel: usb 1-14.2: Product: USB2.0 HUB
nov 24 15:27:48 archlinux kernel: hub 1-14.2:1.0: USB hub found
nov 24 15:27:48 archlinux kernel: hub 1-14.2:1.0: 4 ports detected
nov 24 15:27:48 archlinux systemd-journald[501]: Received SIGTERM from PID 1 (systemd).
nov 24 15:27:48 archlinux systemd-journald[501]: Journal stopped
nov 24 15:27:48 sL1pKn07 kernel: usb 1-14.1.1: new full-speed USB device number 7 using xhci_hcd
nov 24 15:27:48 sL1pKn07 systemd[1]: systemd 252.1-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
nov 24 15:27:48 sL1pKn07 systemd[1]: Detected architecture x86-64.
nov 24 15:27:48 sL1pKn07 systemd[1]: Hostname set to <sL1pKn07>.
nov 24 15:27:48 sL1pKn07 kernel: usb 1-14.1.1: New USB device found, idVendor=0557, idProduct=2275, bcdDevice= 1.00
nov 24 15:27:48 sL1pKn07 kernel: usb 1-14.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
nov 24 15:27:48 sL1pKn07 kernel: usb 1-14.1.1: Product: KVM V1.2.115
nov 24 15:27:48 sL1pKn07 kernel: usb 1-14.1.1: Manufacturer: ATEN
nov 24 15:27:48 sL1pKn07 systemd[1]: initrd-switch-root.service: Deactivated successfully.
nov 24 15:27:48 sL1pKn07 systemd[1]: Stopped Switch Root.
nov 24 15:27:48 sL1pKn07 systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
nov 24 15:27:48 sL1pKn07 systemd[1]: Created slice Slice /system/getty.
nov 24 15:27:48 sL1pKn07 systemd[1]: Created slice Slice /system/modprobe.
nov 24 15:27:48 sL1pKn07 systemd[1]: Created slice Slice /system/netctl.
nov 24 15:27:48 sL1pKn07 systemd[1]: Created slice Slice /system/openvpn-server.
nov 24 15:27:48 sL1pKn07 systemd[1]: Created slice Slice /system/systemd-fsck.
nov 24 15:27:48 sL1pKn07 systemd[1]: Created slice Slice /system/wol.
nov 24 15:27:48 sL1pKn07 systemd[1]: Created slice User and Session Slice.
nov 24 15:27:48 sL1pKn07 systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
nov 24 15:27:48 sL1pKn07 systemd[1]: Started Forward Password Requests to Wall Directory Watch.
nov 24 15:27:48 sL1pKn07 systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
nov 24 15:27:48 sL1pKn07 systemd[1]: Reached target Local Encrypted Volumes.
nov 24 15:27:48 sL1pKn07 systemd[1]: Stopped target Switch Root.
nov 24 15:27:48 sL1pKn07 systemd[1]: Stopped target Initrd File Systems.
nov 24 15:27:48 sL1pKn07 systemd[1]: Stopped target Initrd Root File System.
nov 24 15:27:48 sL1pKn07 systemd[1]: Reached target Local Integrity Protected Volumes.
nov 24 15:27:48 sL1pKn07 systemd[1]: Reached target Remote File Systems.
nov 24 15:27:48 sL1pKn07 systemd[1]: Reached target Slice Units.
nov 24 15:27:48 sL1pKn07 systemd[1]: Reached target Swaps.
nov 24 15:27:48 sL1pKn07 systemd[1]: Reached target Local Verity Protected Volumes.
nov 24 15:27:48 sL1pKn07 systemd[1]: Listening on Device-mapper event daemon FIFOs.
nov 24 15:27:48 sL1pKn07 systemd[1]: Listening on LVM2 poll daemon socket.
nov 24 15:27:48 sL1pKn07 systemd[1]: Listening on Process Core Dump Socket.
nov 24 15:27:48 sL1pKn07 systemd[1]: Listening on udev Control Socket.
nov 24 15:27:48 sL1pKn07 systemd[1]: Listening on udev Kernel Socket.
nov 24 15:27:48 sL1pKn07 kernel: usb 1-14.2.2: new full-speed USB device number 8 using xhci_hcd
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounting Huge Pages File System...
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounting POSIX Message Queue File System...
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounting /sys/kernel/debug...
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounting Kernel Trace File System...
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounting Temporary Directory (/tmp)...
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Create List of Static Device Nodes...
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Load Kernel Module configfs...
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Load Kernel Module drm...
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Load Kernel Module fuse...
nov 24 15:27:48 sL1pKn07 systemd[1]: Stopped Journal Service.
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Journal Service...
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Load Kernel Modules...
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Remount Root and Kernel File Systems...
nov 24 15:27:48 sL1pKn07 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Coldplug All udev Devices...
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounted Huge Pages File System.
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounted POSIX Message Queue File System.
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounted /sys/kernel/debug.
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounted Kernel Trace File System.
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounted Temporary Directory (/tmp).
nov 24 15:27:48 sL1pKn07 systemd[1]: Finished Create List of Static Device Nodes.
nov 24 15:27:48 sL1pKn07 systemd[1]: modprobe@configfs.service: Deactivated successfully.
nov 24 15:27:48 sL1pKn07 systemd[1]: Finished Load Kernel Module configfs.
nov 24 15:27:48 sL1pKn07 systemd[1]: modprobe@drm.service: Deactivated successfully.
nov 24 15:27:48 sL1pKn07 systemd[1]: Finished Load Kernel Module drm.
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounting Kernel Configuration File System...
nov 24 15:27:48 sL1pKn07 kernel: EXT4-fs (nvme0n1p2): re-mounted. Quota mode: none.
nov 24 15:27:48 sL1pKn07 systemd[1]: Finished Remount Root and Kernel File Systems.
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounted Kernel Configuration File System.
nov 24 15:27:48 sL1pKn07 systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
nov 24 15:27:48 sL1pKn07 systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Load/Save Random Seed...
nov 24 15:27:48 sL1pKn07 systemd[1]: Create System Users was skipped because no trigger condition checks were met.
nov 24 15:27:48 sL1pKn07 kernel: fuse: init (API version 7.36)
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Create Static Device Nodes in /dev...
nov 24 15:27:48 sL1pKn07 systemd[1]: modprobe@fuse.service: Deactivated successfully.
nov 24 15:27:48 sL1pKn07 systemd[1]: Finished Load Kernel Module fuse.
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounting FUSE Control File System...
nov 24 15:27:48 sL1pKn07 systemd[1]: Mounted FUSE Control File System.
nov 24 15:27:48 sL1pKn07 systemd-journald[667]: Journal started
nov 24 15:27:48 sL1pKn07 systemd-journald[667]: Runtime Journal (/run/log/journal/c20ee0c57658685bfedf50384b0e3ec0) is 8.0M, max 2.5G, 2.5G free.
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=8 op=LOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=9 op=LOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=10 op=LOAD
nov 24 15:27:48 sL1pKn07 systemd[1]: Started Journal Service.
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=11 op=LOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=12 op=LOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=13 op=LOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=14 op=LOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=15 op=LOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit: CONFIG_CHANGE op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 res=1
nov 24 15:27:48 sL1pKn07 audit[667]: SYSCALL arch=c000003e syscall=46 success=yes exit=60 a0=3 a1=7ffcc34d75c0 a2=4000 a3=7ffcc34d764c items=0 ppid=1 pid=667 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-journal" exe="/usr/lib/systemd/systemd-journald" key=(null)
nov 24 15:27:48 sL1pKn07 audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-journald"
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 systemd[1]: Queued start job for default target Graphical Interface.
nov 24 15:27:48 sL1pKn07 systemd[1]: systemd-journald.service: Deactivated successfully.
nov 24 15:27:48 sL1pKn07 systemd-modules-load[668]: Inserted module 'crypto_user'
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Flush Journal to Persistent Storage...
nov 24 15:27:48 sL1pKn07 systemd[1]: Finished Load/Save Random Seed.
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
nov 24 15:27:48 sL1pKn07 systemd-journald[667]: Time spent on flushing to /var/log/journal/c20ee0c57658685bfedf50384b0e3ec0 is 18.876ms for 1649 entries.
nov 24 15:27:48 sL1pKn07 systemd-journald[667]: System Journal (/var/log/journal/c20ee0c57658685bfedf50384b0e3ec0) is 58.3M, max 50.0M, 0B free.
nov 24 15:27:48 sL1pKn07 systemd-journald[667]: Received client request to flush runtime journal.
nov 24 15:27:48 sL1pKn07 kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
nov 24 15:27:48 sL1pKn07 kernel: Bridge firewalling registered
nov 24 15:27:48 sL1pKn07 kernel: scsi host12: vhba
nov 24 15:27:48 sL1pKn07 kernel: sd 1:0:0:0: Attached scsi generic sg0 type 0
nov 24 15:27:48 sL1pKn07 kernel: sd 3:0:0:0: Attached scsi generic sg1 type 0
nov 24 15:27:48 sL1pKn07 kernel: sd 4:0:0:0: Attached scsi generic sg2 type 0
nov 24 15:27:48 sL1pKn07 kernel: sd 5:0:0:0: Attached scsi generic sg3 type 0
nov 24 15:27:48 sL1pKn07 kernel: sd 8:0:0:0: Attached scsi generic sg4 type 0
nov 24 15:27:48 sL1pKn07 kernel: sr 11:0:0:0: Attached scsi generic sg5 type 5
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=16 op=LOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=17 op=LOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:27:48 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:27:48 sL1pKn07 systemd[1]: Finished Create Static Device Nodes in /dev.
nov 24 15:27:48 sL1pKn07 systemd-modules-load[668]: Inserted module 'br_netfilter'
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Rule-based Manager for Device Events and Files...
nov 24 15:27:48 sL1pKn07 systemd-modules-load[668]: Inserted module 'vhba'
nov 24 15:27:48 sL1pKn07 systemd-modules-load[668]: Inserted module 'sg'
nov 24 15:27:48 sL1pKn07 systemd[1]: Finished Flush Journal to Persistent Storage.
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 systemd-udevd[680]: Using default interface naming scheme 'v252'.
nov 24 15:27:48 sL1pKn07 systemd-modules-load[668]: Inserted module 'at24'
nov 24 15:27:48 sL1pKn07 kernel: device-mapper: uevent: version 1.0.3
nov 24 15:27:48 sL1pKn07 kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
nov 24 15:27:48 sL1pKn07 systemd-modules-load[668]: Inserted module 'dm_multipath'
nov 24 15:27:48 sL1pKn07 systemd-modules-load[668]: Inserted module 'uinput'
nov 24 15:27:48 sL1pKn07 systemd[1]: Finished Load Kernel Modules.
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 systemd[1]: Starting Apply Kernel Variables...
nov 24 15:27:48 sL1pKn07 systemd[1]: Started Rule-based Manager for Device Events and Files.
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
nov 24 15:27:48 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:48 sL1pKn07 systemd[1]: Reached target Preparation for Local File Systems.
nov 24 15:27:48 sL1pKn07 kernel: usb 1-14.2.2: New USB device found, idVendor=04d9, idProduct=0201, bcdDevice= 2.02
nov 24 15:27:48 sL1pKn07 kernel: usb 1-14.2.2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
nov 24 15:27:48 sL1pKn07 kernel: usb 1-14.2.2: Product: USB-HID Keyboard
nov 24 15:27:48 sL1pKn07 systemd-udevd[697]: nvme0: /etc/udev/rules.d/60-schedulers.rules:2 Failed to write ATTR{/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/nvme/nvme0/queue/scheduler}, ignoring: No such file or directory
nov 24 15:27:48 sL1pKn07 systemd-udevd[734]: 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.
nov 24 15:27:49 sL1pKn07 systemd-udevd[734]: 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.
nov 24 15:27:49 sL1pKn07 systemd-udevd[744]: nvme0n1p2: /etc/udev/rules.d/60-schedulers.rules:2 Failed to write ATTR{/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p2/queue/scheduler}, ignoring: No such file or directory
nov 24 15:27:49 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:49 sL1pKn07 systemd-udevd[696]: nvme0n1p3: /etc/udev/rules.d/60-schedulers.rules:2 Failed to write ATTR{/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/queue/scheduler}, ignoring: No such file or directory
nov 24 15:27:49 sL1pKn07 systemd-udevd[689]: nvme0n1p1: /etc/udev/rules.d/60-schedulers.rules:2 Failed to write ATTR{/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/queue/scheduler}, ignoring: No such file or directory
nov 24 15:27:49 sL1pKn07 systemd[1]: Starting Load Kernel Module configfs...
nov 24 15:27:49 sL1pKn07 systemd[1]: Finished Coldplug All udev Devices.
nov 24 15:27:49 sL1pKn07 systemd[1]: modprobe@configfs.service: Deactivated successfully.
nov 24 15:27:49 sL1pKn07 systemd[1]: Finished Load Kernel Module configfs.
nov 24 15:27:49 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:49 sL1pKn07 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:49 sL1pKn07 systemd[1]: Condition check resulted in Samsung SSD 960 EVO 500GB HOME being skipped.
nov 24 15:27:49 sL1pKn07 systemd[1]: Condition check resulted in Samsung SSD 960 EVO 500GB EFI being skipped.
nov 24 15:27:49 sL1pKn07 systemd[1]: Starting File System Check on /dev/disk/by-uuid/3886fbbc-b5ea-44ab-af37-d35a2ebc5ebb...
nov 24 15:27:49 sL1pKn07 systemd[1]: Starting File System Check on /dev/disk/by-uuid/4758-81D0...
nov 24 15:27:49 sL1pKn07 systemd[1]: Condition check resulted in WDC_WDS100T1R0A-68A4W0 WDREDSSD1TB being skipped.
nov 24 15:27:49 sL1pKn07 systemd[1]: Starting File System Check on /dev/disk/by-uuid/8dbfcc9d-9039-4ec3-aa0b-d8f177ec6c87...
nov 24 15:27:49 sL1pKn07 systemd-fsck[861]: HOME: limpio, 451038/22634496 ficheros, 77294954/90508033 bloques
nov 24 15:27:49 sL1pKn07 systemd[1]: Finished File System Check on /dev/disk/by-uuid/3886fbbc-b5ea-44ab-af37-d35a2ebc5ebb.
nov 24 15:27:49 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-3886fbbc\x2db5ea\x2d44ab\x2daf37\x2dd35a2ebc5ebb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:49 sL1pKn07 kernel: usb 1-14.2.3: new full-speed USB device number 9 using xhci_hcd
nov 24 15:27:49 sL1pKn07 systemd-fsck[862]: fsck.fat 4.2 (2021-01-31)
nov 24 15:27:49 sL1pKn07 systemd-fsck[862]: /dev/nvme0n1p1: 384 files, 84700/130812 clusters
nov 24 15:27:49 sL1pKn07 systemd[1]: Finished File System Check on /dev/disk/by-uuid/4758-81D0.
nov 24 15:27:49 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-4758\x2d81D0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:49 sL1pKn07 systemd[1]: Created slice Slice /system/driverctl.
nov 24 15:27:49 sL1pKn07 systemd-fsck[865]: WDREDSSD1TB: limpio, 864509/61054976 ficheros, 237596562/244189696 bloques
nov 24 15:27:49 sL1pKn07 kernel: dca service started, version 1.12.1
nov 24 15:27:49 sL1pKn07 kernel: power_meter ACPI000D:00: Found ACPI power meter.
nov 24 15:27:49 sL1pKn07 kernel: power_meter ACPI000D:00: Ignoring unsafe software power cap!
nov 24 15:27:49 sL1pKn07 kernel: power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
nov 24 15:27:49 sL1pKn07 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
nov 24 15:27:49 sL1pKn07 kernel: i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
nov 24 15:27:49 sL1pKn07 kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
nov 24 15:27:49 sL1pKn07 kernel: i2c i2c-7: 8/8 memory slots populated (from DMI)
nov 24 15:27:49 sL1pKn07 kernel: i2c i2c-7: Systems with more than 4 memory slots not supported yet, not instantiating SPD
nov 24 15:27:49 sL1pKn07 kernel: mei_me 0000:00:16.0: Device doesn't have valid ME Interface
nov 24 15:27:49 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-8dbfcc9d\x2d9039\x2d4ec3\x2daa0b\x2dd8f177ec6c87 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:49 sL1pKn07 systemd[1]: Starting Load the driverctl override for pci-0000:04:00.0...
nov 24 15:27:49 sL1pKn07 systemd[1]: Finished File System Check on /dev/disk/by-uuid/8dbfcc9d-9039-4ec3-aa0b-d8f177ec6c87.
nov 24 15:27:49 sL1pKn07 systemd[1]: Starting Load the driverctl override for pci-0000:81:00.0...
nov 24 15:27:49 sL1pKn07 systemd[1]: Starting Load the driverctl override for pci-0000:82:00.0...
nov 24 15:27:49 sL1pKn07 kernel: igb: Intel(R) Gigabit Ethernet Network Driver
nov 24 15:27:49 sL1pKn07 kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
nov 24 15:27:49 sL1pKn07 systemd-udevd[806]: nvme0n1p3: /etc/udev/rules.d/60-schedulers.rules:2 Failed to write ATTR{/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p3/queue/scheduler}, ignoring: No such file or directory
nov 24 15:27:49 sL1pKn07 systemd-udevd[827]: nvme0n1p1: /etc/udev/rules.d/60-schedulers.rules:2 Failed to write ATTR{/sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/nvme/nvme0/nvme0n1/nvme0n1p1/queue/scheduler}, ignoring: No such file or directory
nov 24 15:27:49 sL1pKn07 systemd[1]: Finished Load the driverctl override for pci-0000:04:00.0.
nov 24 15:27:49 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=driverctl@pci-0000:04:00.0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:49 sL1pKn07 kernel: pps pps0: new PPS source ptp0
nov 24 15:27:49 sL1pKn07 kernel: igb 0000:06:00.0: added PHC on eth0
nov 24 15:27:49 sL1pKn07 kernel: igb 0000:06:00.0: Intel(R) Gigabit Ethernet Network Connection
nov 24 15:27:49 sL1pKn07 kernel: igb 0000:06:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 38:d5:47:ca:7b:b6
nov 24 15:27:49 sL1pKn07 kernel: igb 0000:06:00.0: eth0: PBA No: 001300-000
nov 24 15:27:49 sL1pKn07 kernel: igb 0000:06:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
nov 24 15:27:49 sL1pKn07 systemd[1]: Finished Load the driverctl override for pci-0000:82:00.0.
nov 24 15:27:49 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=driverctl@pci-0000:82:00.0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:49 sL1pKn07 systemd[1]: Finished Load the driverctl override for pci-0000:81:00.0.
nov 24 15:27:49 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=driverctl@pci-0000:81:00.0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:49 sL1pKn07 kernel: vfio-pci 0000:82:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
nov 24 15:27:49 sL1pKn07 kernel: vfio-pci 0000:82:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=none
nov 24 15:27:49 sL1pKn07 kernel: pps pps1: new PPS source ptp1
nov 24 15:27:49 sL1pKn07 kernel: igb 0000:07:00.0: added PHC on eth1
nov 24 15:27:49 sL1pKn07 kernel: igb 0000:07:00.0: Intel(R) Gigabit Ethernet Network Connection
nov 24 15:27:49 sL1pKn07 kernel: igb 0000:07:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 38:d5:47:ca:7b:b7
nov 24 15:27:49 sL1pKn07 kernel: igb 0000:07:00.0: eth1: PBA No: 001300-000
nov 24 15:27:49 sL1pKn07 kernel: igb 0000:07:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
nov 24 15:27:49 sL1pKn07 kernel: usb 1-14.2.3: New USB device found, idVendor=046d, idProduct=c08b, bcdDevice=27.03
nov 24 15:27:49 sL1pKn07 kernel: usb 1-14.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
nov 24 15:27:49 sL1pKn07 kernel: usb 1-14.2.3: Product: G502 HERO SE
nov 24 15:27:49 sL1pKn07 kernel: usb 1-14.2.3: Manufacturer: Logitech
nov 24 15:27:49 sL1pKn07 kernel: usb 1-14.2.3: SerialNumber: 168B39773637
nov 24 15:27:49 sL1pKn07 kernel: iTCO_vendor_support: vendor-support=0
nov 24 15:27:49 sL1pKn07 kernel: igb 0000:07:00.0 enp7s0: renamed from eth1
nov 24 15:27:49 sL1pKn07 kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
nov 24 15:27:49 sL1pKn07 kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
nov 24 15:27:49 sL1pKn07 kernel: RAPL PMU: hw unit of domain dram 2^-16 Joules
nov 24 15:27:49 sL1pKn07 kernel: iTCO_wdt iTCO_wdt.1.auto: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
nov 24 15:27:49 sL1pKn07 kernel: cryptd: max_cpu_qlen set to 1000
nov 24 15:27:49 sL1pKn07 kernel: igb 0000:06:00.0 enp6s0: renamed from eth0
nov 24 15:27:49 sL1pKn07 systemd[1]: Found device I210 Gigabit Network Connection.
nov 24 15:27:49 sL1pKn07 kernel: usb 1-14.2.4: new full-speed USB device number 10 using xhci_hcd
nov 24 15:27:49 sL1pKn07 kernel: AVX2 version of gcm_enc/dec engaged.
nov 24 15:27:49 sL1pKn07 kernel: AES CTR mode by8 optimization enabled
nov 24 15:27:49 sL1pKn07 kernel: usb 1-14.2.4: device descriptor read/64, error -32
nov 24 15:27:49 sL1pKn07 kernel: snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
nov 24 15:27:49 sL1pKn07 kernel: snd_hda_intel: probe of 0000:03:00.1 failed with error -2
nov 24 15:27:49 sL1pKn07 systemd[1]: Starting Load the driverctl override for pci-0000:82:00.1...
nov 24 15:27:49 sL1pKn07 systemd[1]: Mounting /boot...
nov 24 15:27:49 sL1pKn07 systemd[1]: Mounting /home...
nov 24 15:27:49 sL1pKn07 systemd[1]: Mounting /media/COSAS...
nov 24 15:27:49 sL1pKn07 systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
nov 24 15:27:49 sL1pKn07 systemd[1]: Mounted /home.
nov 24 15:27:49 sL1pKn07 kernel: EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Quota mode: none.
nov 24 15:27:49 sL1pKn07 systemd[1]: Mounted /media/COSAS.
nov 24 15:27:49 sL1pKn07 kernel: EXT4-fs (sde1): mounted filesystem with ordered data mode. Quota mode: none.
nov 24 15:27:49 sL1pKn07 systemd[1]: Finished Load the driverctl override for pci-0000:82:00.1.
nov 24 15:27:49 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=driverctl@pci-0000:82:00.1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:49 sL1pKn07 kernel: snd_hda_codec_realtek hdaudioC0D0: ALC1150: SKU not ready 0x00000000
nov 24 15:27:49 sL1pKn07 kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1150: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
nov 24 15:27:49 sL1pKn07 kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
nov 24 15:27:49 sL1pKn07 kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
nov 24 15:27:49 sL1pKn07 kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
nov 24 15:27:49 sL1pKn07 kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x11/0x1e
nov 24 15:27:49 sL1pKn07 kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
nov 24 15:27:49 sL1pKn07 kernel: snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
nov 24 15:27:49 sL1pKn07 kernel: snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
nov 24 15:27:49 sL1pKn07 kernel: snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
nov 24 15:27:49 sL1pKn07 systemd[1]: Mounted /boot.
nov 24 15:27:49 sL1pKn07 systemd[1]: Reached target Local File Systems.
nov 24 15:27:49 sL1pKn07 systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
nov 24 15:27:49 sL1pKn07 systemd[1]: Starting Set Up Additional Binary Formats...
nov 24 15:27:49 sL1pKn07 systemd[1]: Store a System Token in an EFI Variable was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
nov 24 15:27:49 sL1pKn07 systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
nov 24 15:27:49 sL1pKn07 systemd[1]: Starting Create Volatile Files and Directories...
nov 24 15:27:49 sL1pKn07 kernel: usb 1-14.2.4: New USB device found, idVendor=0951, idProduct=16c4, bcdDevice= 1.06
nov 24 15:27:49 sL1pKn07 kernel: usb 1-14.2.4: New USB device strings: Mfr=3, Product=4, SerialNumber=0
nov 24 15:27:49 sL1pKn07 kernel: usb 1-14.2.4: Product: HyperX Cloud Flight Wireless Headset
nov 24 15:27:49 sL1pKn07 kernel: usb 1-14.2.4: Manufacturer: Kingston
nov 24 15:27:49 sL1pKn07 systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 973 (systemd-binfmt)
nov 24 15:27:49 sL1pKn07 systemd[1]: Mounting Arbitrary Executable File Formats File System...
nov 24 15:27:49 sL1pKn07 systemd[1]: Mounted Arbitrary Executable File Formats File System.
nov 24 15:27:49 sL1pKn07 systemd[1]: Finished Set Up Additional Binary Formats.
nov 24 15:27:49 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:49 sL1pKn07 mtp-probe[978]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.2/1-14.2.2"
nov 24 15:27:49 sL1pKn07 mtp-probe[978]: bus: 1, device: 8 was not an MTP device
nov 24 15:27:50 sL1pKn07 kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input3
nov 24 15:27:50 sL1pKn07 kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
nov 24 15:27:50 sL1pKn07 kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
nov 24 15:27:50 sL1pKn07 kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
nov 24 15:27:50 sL1pKn07 kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
nov 24 15:27:50 sL1pKn07 kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
nov 24 15:27:50 sL1pKn07 kernel: input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
nov 24 15:27:50 sL1pKn07 kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
nov 24 15:27:50 sL1pKn07 kernel: input: ATEN KVM V1.2.115 as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.1/1-14.1.1/1-14.1.1:1.0/0003:0557:2275.0001/input/input11
nov 24 15:27:50 sL1pKn07 systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
nov 24 15:27:50 sL1pKn07 systemd[1]: Store a System Token in an EFI Variable was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
nov 24 15:27:50 sL1pKn07 systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
nov 24 15:27:50 sL1pKn07 systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
nov 24 15:27:50 sL1pKn07 systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
nov 24 15:27:50 sL1pKn07 systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
nov 24 15:27:50 sL1pKn07 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
nov 24 15:27:50 sL1pKn07 systemd[1]: Create System Users was skipped because no trigger condition checks were met.
nov 24 15:27:50 sL1pKn07 systemd[1]: Finished Create Volatile Files and Directories.
nov 24 15:27:50 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:50 sL1pKn07 systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
nov 24 15:27:50 sL1pKn07 audit: BPF prog-id=18 op=LOAD
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:0557:2275.0001: input,hidraw0: USB HID v1.00 Keyboard [ATEN KVM V1.2.115] on usb-0000:00:14.0-14.1.1/input0
nov 24 15:27:50 sL1pKn07 kernel: input: ATEN KVM V1.2.115 as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.1/1-14.1.1/1-14.1.1:1.1/0003:0557:2275.0002/input/input12
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:0557:2275.0002: input,hidraw1: USB HID v1.00 Mouse [ATEN KVM V1.2.115] on usb-0000:00:14.0-14.1.1/input1
nov 24 15:27:50 sL1pKn07 kernel: input: USB-HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.2/1-14.2.2/1-14.2.2:1.0/0003:04D9:0201.0003/input/input13
nov 24 15:27:50 sL1pKn07 systemd[1]: Starting Network Name Resolution...
nov 24 15:27:50 sL1pKn07 audit: BPF prog-id=19 op=LOAD
nov 24 15:27:50 sL1pKn07 systemd[1]: Starting Network Time Synchronization...
nov 24 15:27:50 sL1pKn07 systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
nov 24 15:27:50 sL1pKn07 systemd[1]: Starting Record System Boot/Shutdown in UTMP...
nov 24 15:27:50 sL1pKn07 audit[991]: SYSTEM_BOOT pid=991 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
nov 24 15:27:50 sL1pKn07 systemd[1]: Finished Record System Boot/Shutdown in UTMP.
nov 24 15:27:50 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0003: input,hidraw2: USB HID v1.11 Keyboard [USB-HID Keyboard] on usb-0000:00:14.0-14.2.2/input0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0004: item fetching failed at offset 33/34
nov 24 15:27:50 sL1pKn07 kernel: hid-generic: probe of 0003:04D9:0201.0004 failed with error -22
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: unknown main item tag 0x0
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:04D9:0201.0005: hidraw3: USB HID v1.11 Device [USB-HID Keyboard] on usb-0000:00:14.0-14.2.2/input2
nov 24 15:27:50 sL1pKn07 kernel: input: Logitech G502 HERO SE as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.2/1-14.2.3/1-14.2.3:1.0/0003:046D:C08B.0006/input/input14
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:046D:C08B.0006: input,hidraw4: USB HID v1.11 Mouse [Logitech G502 HERO SE] on usb-0000:00:14.0-14.2.3/input0
nov 24 15:27:50 sL1pKn07 kernel: input: Logitech G502 HERO SE Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.2/1-14.2.3/1-14.2.3:1.1/0003:046D:C08B.0007/input/input15
nov 24 15:27:50 sL1pKn07 systemd-journald[667]: Data hash table of /var/log/journal/c20ee0c57658685bfedf50384b0e3ec0/system.journal has a fill level at 75.0 (6827 of 9102 items, 5242880 file size, 767 bytes per hash table item), suggesting rotation.
nov 24 15:27:50 sL1pKn07 systemd-journald[667]: /var/log/journal/c20ee0c57658685bfedf50384b0e3ec0/system.journal: Journal header limits reached or header out-of-date, rotating.
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6fa0
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6fa0
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6fa0
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f60
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f60
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f60
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6fa8
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6fa8
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6fa8
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f71
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f71
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f71
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6faa
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6faa
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6faa
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6fab
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6fab
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6fab
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6fac
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6fad
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f68
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f68
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f68
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f79
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f79
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f79
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f6a
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f6a
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f6a
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f6b
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f6b
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f6b
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f6c
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6f6d
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6ffc
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6ffc
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6ffc
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6ffd
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6ffd
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6ffd
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6faf
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6faf
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Seeking for: PCI ID 8086:6faf
nov 24 15:27:50 sL1pKn07 kernel: EDAC MC0: Giving out device to module sb_edac controller Broadwell SrcID#1_Ha#0: DEV 0000:ff:12.0 (INTERRUPT)
nov 24 15:27:50 sL1pKn07 kernel: EDAC MC1: Giving out device to module sb_edac controller Broadwell SrcID#0_Ha#0: DEV 0000:7f:12.0 (INTERRUPT)
nov 24 15:27:50 sL1pKn07 kernel: EDAC MC2: Giving out device to module sb_edac controller Broadwell SrcID#1_Ha#1: DEV 0000:ff:12.4 (INTERRUPT)
nov 24 15:27:50 sL1pKn07 kernel: EDAC MC3: Giving out device to module sb_edac controller Broadwell SrcID#0_Ha#1: DEV 0000:7f:12.4 (INTERRUPT)
nov 24 15:27:50 sL1pKn07 kernel: EDAC sbridge: Ver: 1.1.2
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:046D:C08B.0007: input,hiddev96,hidraw5: USB HID v1.11 Keyboard [Logitech G502 HERO SE] on usb-0000:00:14.0-14.2.3/input1
nov 24 15:27:50 sL1pKn07 kernel: input: Kingston HyperX Cloud Flight Wireless Headset Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.2/1-14.2.4/1-14.2.4:1.3/0003:0951:16C4.0008/input/input18
nov 24 15:27:50 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:50 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:50 sL1pKn07 systemd[1]: Started Network Time Synchronization.
nov 24 15:27:50 sL1pKn07 systemd[1]: Reached target System Time Set.
nov 24 15:27:50 sL1pKn07 systemd-resolved[980]: Positive Trust Anchors:
nov 24 15:27:50 sL1pKn07 systemd-resolved[980]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
nov 24 15:27:50 sL1pKn07 systemd-resolved[980]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
nov 24 15:27:50 sL1pKn07 systemd-resolved[980]: Using system hostname 'sL1pKn07'.
nov 24 15:27:50 sL1pKn07 systemd[1]: Started Network Name Resolution.
nov 24 15:27:50 sL1pKn07 systemd[1]: Reached target Host and Network Name Lookups.
nov 24 15:27:50 sL1pKn07 kernel: input: Kingston HyperX Cloud Flight Wireless Headset as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.2/1-14.2.4/1-14.2.4:1.3/0003:0951:16C4.0008/input/input19
nov 24 15:27:50 sL1pKn07 kernel: input: Kingston HyperX Cloud Flight Wireless Headset as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.2/1-14.2.4/1-14.2.4:1.3/0003:0951:16C4.0008/input/input20
nov 24 15:27:50 sL1pKn07 kernel: input: Kingston HyperX Cloud Flight Wireless Headset as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.2/1-14.2.4/1-14.2.4:1.3/0003:0951:16C4.0008/input/input21
nov 24 15:27:50 sL1pKn07 kernel: hid-generic 0003:0951:16C4.0008: input,hiddev97,hidraw6: USB HID v1.11 Device [Kingston HyperX Cloud Flight Wireless Headset] on usb-0000:00:14.0-14.2.4/input3
nov 24 15:27:50 sL1pKn07 kernel: usbcore: registered new interface driver usbhid
nov 24 15:27:50 sL1pKn07 kernel: usbhid: USB HID core driver
nov 24 15:27:50 sL1pKn07 mtp-probe[997]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.2/1-14.2.2"
nov 24 15:27:50 sL1pKn07 mtp-probe[997]: bus: 1, device: 8 was not an MTP device
nov 24 15:27:50 sL1pKn07 mtp-probe[998]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.2/1-14.2.4"
nov 24 15:27:50 sL1pKn07 mtp-probe[999]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.2/1-14.2.3"
nov 24 15:27:50 sL1pKn07 mtp-probe[998]: bus: 1, device: 10 was not an MTP device
nov 24 15:27:50 sL1pKn07 mtp-probe[1000]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.1/1-14.1.1"
nov 24 15:27:50 sL1pKn07 mtp-probe[999]: bus: 1, device: 9 was not an MTP device
nov 24 15:27:50 sL1pKn07 mtp-probe[1000]: bus: 1, device: 7 was not an MTP device
nov 24 15:27:50 sL1pKn07 systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
nov 24 15:27:50 sL1pKn07 mtp-probe[1006]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.2/1-14.2.3"
nov 24 15:27:50 sL1pKn07 mtp-probe[1006]: bus: 1, device: 9 was not an MTP device
nov 24 15:27:50 sL1pKn07 kernel: mousedev: PS/2 mouse device common for all mice
nov 24 15:27:50 sL1pKn07 kernel: mc: Linux media interface: v0.10
nov 24 15:27:50 sL1pKn07 kernel: intel_rapl_common: Found RAPL domain package
nov 24 15:27:50 sL1pKn07 kernel: intel_rapl_common: Found RAPL domain dram
nov 24 15:27:50 sL1pKn07 kernel: intel_rapl_common: DRAM domain energy unit 15300pj
nov 24 15:27:50 sL1pKn07 kernel: intel_rapl_common: Found RAPL domain package
nov 24 15:27:50 sL1pKn07 kernel: intel_rapl_common: Found RAPL domain dram
nov 24 15:27:50 sL1pKn07 kernel: intel_rapl_common: DRAM domain energy unit 15300pj
nov 24 15:27:50 sL1pKn07 kernel: Bluetooth: Core ver 2.22
nov 24 15:27:50 sL1pKn07 kernel: NET: Registered PF_BLUETOOTH protocol family
nov 24 15:27:50 sL1pKn07 kernel: Bluetooth: HCI device and connection manager initialized
nov 24 15:27:50 sL1pKn07 kernel: Bluetooth: HCI socket layer initialized
nov 24 15:27:50 sL1pKn07 kernel: Bluetooth: L2CAP socket layer initialized
nov 24 15:27:50 sL1pKn07 kernel: Bluetooth: SCO socket layer initialized
nov 24 15:27:50 sL1pKn07 kernel: usbcore: registered new interface driver snd-usb-audio
nov 24 15:27:50 sL1pKn07 mtp-probe[1015]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.2/1-14.2.4"
nov 24 15:27:50 sL1pKn07 mtp-probe[1015]: bus: 1, device: 10 was not an MTP device
nov 24 15:27:50 sL1pKn07 systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
nov 24 15:27:50 sL1pKn07 systemd[1]: Store a System Token in an EFI Variable was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
nov 24 15:27:50 sL1pKn07 systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
nov 24 15:27:50 sL1pKn07 systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
nov 24 15:27:50 sL1pKn07 systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
nov 24 15:27:50 sL1pKn07 systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
nov 24 15:27:50 sL1pKn07 systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
nov 24 15:27:50 sL1pKn07 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
nov 24 15:27:50 sL1pKn07 systemd[1]: Create System Users was skipped because no trigger condition checks were met.
nov 24 15:27:50 sL1pKn07 systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
nov 24 15:27:50 sL1pKn07 kernel: usbcore: registered new interface driver btusb
nov 24 15:27:50 sL1pKn07 systemd[1]: Starting Load/Save RF Kill Switch Status...
nov 24 15:27:50 sL1pKn07 systemd[1]: Started Load/Save RF Kill Switch Status.
nov 24 15:27:50 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:50 sL1pKn07 systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
nov 24 15:27:50 sL1pKn07 systemd[1]: Store a System Token in an EFI Variable was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
nov 24 15:27:50 sL1pKn07 systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
nov 24 15:27:50 sL1pKn07 systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
nov 24 15:27:50 sL1pKn07 systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
nov 24 15:27:50 sL1pKn07 systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
nov 24 15:27:50 sL1pKn07 systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
nov 24 15:27:50 sL1pKn07 systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
nov 24 15:27:50 sL1pKn07 systemd[1]: Create System Users was skipped because no trigger condition checks were met.
nov 24 15:27:50 sL1pKn07 systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
nov 24 15:27:51 sL1pKn07 systemd[1]: Finished Apply Kernel Variables.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd[1]: Reached target System Initialization.
nov 24 15:27:51 sL1pKn07 kernel: kauditd_printk_skb: 65 callbacks suppressed
nov 24 15:27:51 sL1pKn07 kernel: audit: type=1130 audit(1669300071.624:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd[1]: Started CUPS Scheduler.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Virtual console mouse server.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Watch the sl1-packages repo for changes.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Daily atop restart.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started weekly check for letsencrypt renewals.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Discard unused blocks once a week.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Daily rotation of log files.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Daily man-db regeneration.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Weekly pkgstats submission.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Refresh Pacman mirrorlist weekly with Reflector..
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Daily verification of password and group files.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Daily Cleanup of Temporary Directories.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Daily locate database update.
nov 24 15:27:51 sL1pKn07 systemd[1]: Reached target Path Units.
nov 24 15:27:51 sL1pKn07 systemd[1]: Reached target Timer Units.
nov 24 15:27:51 sL1pKn07 systemd[1]: Listening on CUPS Scheduler.
nov 24 15:27:51 sL1pKn07 systemd[1]: Listening on D-Bus System Message Bus Socket.
nov 24 15:27:51 sL1pKn07 systemd[1]: Listening on Libvirt local socket.
nov 24 15:27:51 sL1pKn07 systemd[1]: Listening on PC/SC Smart Card Daemon Activation Socket.
nov 24 15:27:51 sL1pKn07 systemd[1]: Sound System was skipped because of an unmet condition check (ConditionUser=!root).
nov 24 15:27:51 sL1pKn07 systemd[1]: Listening on Virtual machine log manager socket.
nov 24 15:27:51 sL1pKn07 systemd[1]: Reached target Socket Units.
nov 24 15:27:51 sL1pKn07 systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
nov 24 15:27:51 sL1pKn07 systemd[1]: Reached target Basic System.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started ACPI event daemon.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=acpid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting Save/Restore Sound Card State...
nov 24 15:27:51 sL1pKn07 systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
nov 24 15:27:51 sL1pKn07 systemd[1]: Started BitlBee IRC/IM gateway.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bitlbee comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 kernel: audit: type=1130 audit(1669300071.691:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=acpid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 kernel: audit: type=1130 audit(1669300071.691:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bitlbee comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting Bluetooth service...
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting Apply cpupower configuration...
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting D-Bus System Message Bus...
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting Virtual console mouse server...
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Hard drive temperature monitor daemon.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=hddtemp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 /usr/bin/gpm[1037]: *** info [daemon/startup.c(136)]:
nov 24 15:27:51 sL1pKn07 kernel: audit: type=1130 audit(1669300071.697:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=hddtemp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 /usr/bin/gpm[1037]: Started gpm successfully. Entered daemon mode.
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting IPv4 Packet Filtering Framework...
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting Initialize hardware monitoring sensors...
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting netctlgui-helper daemon...
nov 24 15:27:51 sL1pKn07 systemd[1]: Started numlock.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=numLockOnTty comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting numad - The NUMA daemon that manages application locality....
nov 24 15:27:51 sL1pKn07 kernel: audit: type=1130 audit(1669300071.704:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=numLockOnTty comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting NVIDIA Persistence Daemon...
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting Initialize EDAC v3.0.0 Drivers For Machine Hardware...
nov 24 15:27:51 sL1pKn07 nvidia-persistenced[1049]: Started (1049)
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting RAS daemon to log the RAS events...
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting Self Monitoring and Reporting Technology (SMART) Daemon...
nov 24 15:27:51 sL1pKn07 systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
nov 24 15:27:51 sL1pKn07 audit[1039]: NETFILTER_CFG table=filter family=2 entries=0 op=xt_register pid=1039 comm="iptables-restor"
nov 24 15:27:51 sL1pKn07 audit[1039]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=5 a1=0 a2=40 a3=7fff38a23f70 items=0 ppid=1 pid=1039 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-legacy-multi" key=(null)
nov 24 15:27:51 sL1pKn07 audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C65732D726573746F7265002F6574632F69707461626C65732F69707461626C65732E72756C6573
nov 24 15:27:51 sL1pKn07 audit[1039]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_replace pid=1039 comm="iptables-restor"
nov 24 15:27:51 sL1pKn07 audit[1039]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=5 a1=0 a2=40 a3=55d4baf8db70 items=0 ppid=1 pid=1039 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-legacy-multi" key=(null)
nov 24 15:27:51 sL1pKn07 audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C65732D726573746F7265002F6574632F69707461626C65732F69707461626C65732E72756C6573
nov 24 15:27:51 sL1pKn07 audit: BPF prog-id=20 op=LOAD
nov 24 15:27:51 sL1pKn07 audit: BPF prog-id=21 op=LOAD
nov 24 15:27:51 sL1pKn07 audit: BPF prog-id=22 op=LOAD
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting User Login Management...
nov 24 15:27:51 sL1pKn07 systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
nov 24 15:27:51 sL1pKn07 kernel: audit: type=1325 audit(1669300071.704:83): table=filter family=2 entries=0 op=xt_register pid=1039 comm="iptables-restor"
nov 24 15:27:51 sL1pKn07 kernel: audit: type=1300 audit(1669300071.704:83): arch=c000003e syscall=55 success=yes exit=0 a0=5 a1=0 a2=40 a3=7fff38a23f70 items=0 ppid=1 pid=1039 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-legacy-multi" key=(null)
nov 24 15:27:51 sL1pKn07 kernel: audit: type=1327 audit(1669300071.704:83): proctitle=2F7573722F62696E2F69707461626C65732D726573746F7265002F6574632F69707461626C65732F69707461626C65732E72756C6573
nov 24 15:27:51 sL1pKn07 kernel: audit: type=1325 audit(1669300071.714:84): table=filter family=2 entries=4 op=xt_replace pid=1039 comm="iptables-restor"
nov 24 15:27:51 sL1pKn07 kernel: audit: type=1300 audit(1669300071.714:84): arch=c000003e syscall=54 success=yes exit=0 a0=5 a1=0 a2=40 a3=55d4baf8db70 items=0 ppid=1 pid=1039 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-legacy-multi" key=(null)
nov 24 15:27:51 sL1pKn07 systemd[1]: Finished Save/Restore Sound Card State.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Virtual console mouse server.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gpm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd[1]: Started numad - The NUMA daemon that manages application locality..
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=numad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd[1]: Started NVIDIA Persistence Daemon.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nvidia-persistenced comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd[1]: Reached target Sound Card.
nov 24 15:27:51 sL1pKn07 audit: BPF prog-id=23 op=LOAD
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting Rotate log files...
nov 24 15:27:51 sL1pKn07 audit: BPF prog-id=24 op=LOAD
nov 24 15:27:51 sL1pKn07 audit: BPF prog-id=25 op=LOAD
nov 24 15:27:51 sL1pKn07 audit: BPF prog-id=26 op=LOAD
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Verify integrity of password and group files.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 bluetoothd[1032]: Bluetooth daemon 5.66
nov 24 15:27:51 sL1pKn07 smartd[1052]: smartd 7.3 2022-02-28 r5338 [x86_64-linux-6.0.9-arch1-1] (local build)
nov 24 15:27:51 sL1pKn07 smartd[1052]: Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org
nov 24 15:27:51 sL1pKn07 smartd[1052]: Opened configuration file /etc/smartd.conf
nov 24 15:27:51 sL1pKn07 smartd[1052]: Drive: DEVICESCAN, implied '-a' Directive on line 23 of file /etc/smartd.conf
nov 24 15:27:51 sL1pKn07 smartd[1052]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
nov 24 15:27:51 sL1pKn07 smartd[1052]: Device: /dev/sda, type changed from 'scsi' to 'sat'
nov 24 15:27:51 sL1pKn07 smartd[1052]: Device: /dev/sda [SAT], opened
nov 24 15:27:51 sL1pKn07 smartd[1052]: Device: /dev/sda [SAT], HGST HDN724040ALE640, S/N:PK1334PEJHB9MS, WWN:5-000cca-250e32b08, FW:MJAOA5E0, 4.00 TB
nov 24 15:27:51 sL1pKn07 systemd[1]: Started D-Bus System Message Bus.
nov 24 15:27:51 sL1pKn07 bluetoothd[1032]: Starting SDP server
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd[1]: Started Bluetooth service.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd[1]: Reached target Bluetooth Support.
nov 24 15:27:51 sL1pKn07 bluetoothd[1032]: profiles/audio/vcp.c:vcp_init() D-Bus experimental not enabled
nov 24 15:27:51 sL1pKn07 bluetoothd[1032]: src/plugin.c:plugin_init() Failed to init vcp plugin
nov 24 15:27:51 sL1pKn07 bluetoothd[1032]: profiles/audio/mcp.c:mcp_init() D-Bus experimental not enabled
nov 24 15:27:51 sL1pKn07 bluetoothd[1032]: src/plugin.c:plugin_init() Failed to init mcp plugin
nov 24 15:27:51 sL1pKn07 bluetoothd[1032]: profiles/audio/bap.c:bap_init() D-Bus experimental not enabled
nov 24 15:27:51 sL1pKn07 bluetoothd[1032]: src/plugin.c:plugin_init() Failed to init bap plugin
nov 24 15:27:51 sL1pKn07 smartd[1052]: Device: /dev/sda [SAT], found in smartd database 7.3/5319: HGST Deskstar NAS
nov 24 15:27:51 sL1pKn07 netctlgui-helper[1041]: Replace existing session.
nov 24 15:27:51 sL1pKn07 systemd[1]: Started netctlgui-helper daemon.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctlgui-helper comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd-logind[1054]: New seat seat0.
nov 24 15:27:51 sL1pKn07 systemd-logind[1054]: Watching system buttons on /dev/input/event1 (Power Button)
nov 24 15:27:51 sL1pKn07 systemd-logind[1054]: Watching system buttons on /dev/input/event0 (Power Button)
nov 24 15:27:51 sL1pKn07 systemd-logind[1054]: Watching system buttons on /dev/input/event11 (ATEN KVM V1.2.115)
nov 24 15:27:51 sL1pKn07 systemd-logind[1054]: Watching system buttons on /dev/input/event13 (USB-HID Keyboard)
nov 24 15:27:51 sL1pKn07 systemd-logind[1054]: Watching system buttons on /dev/input/event15 (Logitech G502 HERO SE Keyboard)
nov 24 15:27:51 sL1pKn07 systemd[1]: Started User Login Management.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 systemd[1]: logrotate.service: Deactivated successfully.
nov 24 15:27:51 sL1pKn07 systemd[1]: Finished Rotate log files.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 sh[1067]: usuario «murmur»: el directorio «/var/lib/murmur» no existe
nov 24 15:27:51 sL1pKn07 sh[1067]: usuario «virtuoso»: el directorio «/var/lib/virtuoso-opensource-7/db» no existe
nov 24 15:27:51 sL1pKn07 sh[1067]: pwck: sin cambios
nov 24 15:27:51 sL1pKn07 sh[1079]: el grupo realtime tiene una entrada en /etc/gshadow, pero su campo de contraseña en /etc/group no está establecido a «x»
nov 24 15:27:51 sL1pKn07 sh[1079]: grpck: sin cambios
nov 24 15:27:51 sL1pKn07 systemd[1]: shadow.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
nov 24 15:27:51 sL1pKn07 systemd[1]: shadow.service: Failed with result 'exit-code'.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
nov 24 15:27:51 sL1pKn07 ras-mc-ctl[1046]: ras-mc-ctl: Error: No dimm labels for ASUSTeK COMPUTER INC. model Z10PE-D8 WS
nov 24 15:27:51 sL1pKn07 systemd[1]: Finished Initialize EDAC v3.0.0 Drivers For Machine Hardware.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ras-mc-ctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: ras:mc_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: rasdaemon: ras:mc_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: rasdaemon: ras:aer_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: rasdaemon: mce:mce_record event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Page offline choice on Corrected Errors is soft
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Threshold of memory Corrected Errors is 50 / 24h
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: ras:aer_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: rasdaemon: ras:extlog_mem_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: rasdaemon: ras:non_standard_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: rasdaemon: ras:arm_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: ras:mc_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Enabled event ras:mc_event
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: ras:aer_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Enabled event ras:aer_event
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: mce:mce_record event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: rasdaemon: devlink:devlink_health_report event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: ras:mc_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: ras:extlog_mem_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: rasdaemon: block:block_rq_complete event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: ras:non_standard_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Enabled event ras:non_standard_event
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: Enabled event ras:mc_event
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: ras:non_standard_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: ras:arm_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Enabled event ras:arm_event
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: ras:arm_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: ras:aer_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: Enabled event ras:aer_event
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: devlink:devlink_health_report event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1051]: block:block_rq_complete event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: ras:non_standard_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: mce:mce_record event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Enabled event mce:mce_record
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: Enabled event ras:non_standard_event
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: ras:arm_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: Enabled event ras:arm_event
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: ras:extlog_mem_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Enabled event ras:extlog_mem_event
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: mce:mce_record event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: Enabled event mce:mce_record
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: ras:extlog_mem_event event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: net:net_dev_xmit_timeout event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Enabled event net:net_dev_xmit_timeout
nov 24 15:27:51 sL1pKn07 systemd[1]: Started RAS daemon to log the RAS events.
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: Enabled event ras:extlog_mem_event
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: net:net_dev_xmit_timeout event enabled
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rasdaemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: Enabled event net:net_dev_xmit_timeout
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: devlink:devlink_health_report event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Enabled event devlink:devlink_health_report
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: devlink:devlink_health_report event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: Enabled event devlink:devlink_health_report
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: block:block_rq_complete event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: block:block_rq_complete event enabled
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Enabled event block:block_rq_complete
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: Enabled event block:block_rq_complete
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Listening to events for cpus 0 to 47
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Recording mc_event events
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Recording aer_event events
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Recording extlog_event events
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Recording mce_record events
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Recording non_standard_event events
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Recording arm_event events
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Recording devlink_event events
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: Recording disk_errors events
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: diskerror_eventstore: 0x560baf02ef50
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: rasdaemon: register inserted at db
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: overriding event (1326) ras:mc_event with new print handler
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: overriding event (1323) ras:aer_event with new print handler
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: overriding event (1324) ras:non_standard_event with new print handler
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: overriding event (1325) ras:arm_event with new print handler
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: overriding event (113) mce:mce_record with new print handler
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: overriding event (1327) ras:extlog_mem_event with new print handler
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: overriding event (1415) net:net_dev_xmit_timeout with new print handler
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: overriding event (1424) devlink:devlink_health_report with new print handler
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: overriding event (1069) block:block_rq_complete with new print handler
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: Calling ras_mc_event_opendb()
nov 24 15:27:51 sL1pKn07 rasdaemon[1050]: <idle>-0 [032] 0.000001: block_rq_complete: 2022-11-24 15:27:50 +0100
nov 24 15:27:51 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:27:51 sL1pKn07 dbus-daemon[1034]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=1032 comm="/usr/lib/bluetooth/bluetoothd")
nov 24 15:27:51 sL1pKn07 bluetoothd[1032]: Bluetooth management interface 1.22 initialized
nov 24 15:27:51 sL1pKn07 kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
nov 24 15:27:51 sL1pKn07 kernel: Bluetooth: BNEP filters: protocol multicast
nov 24 15:27:51 sL1pKn07 kernel: Bluetooth: BNEP socket layer initialized
nov 24 15:27:51 sL1pKn07 kernel: nct6775: Found NCT6779D or compatible chip at 0x2e:0x290
nov 24 15:27:51 sL1pKn07 kernel: Bluetooth: MGMT ver 1.22
nov 24 15:27:51 sL1pKn07 audit: BPF prog-id=27 op=LOAD
nov 24 15:27:51 sL1pKn07 audit: BPF prog-id=28 op=LOAD
nov 24 15:27:51 sL1pKn07 audit: BPF prog-id=29 op=LOAD
nov 24 15:27:51 sL1pKn07 kernel: NET: Registered PF_ALG protocol family
nov 24 15:27:51 sL1pKn07 /usr/bin/gpm[1037]: *** info [mice.c(1990)]:
nov 24 15:27:51 sL1pKn07 /usr/bin/gpm[1037]: imps2: Auto-detected intellimouse PS/2
nov 24 15:27:51 sL1pKn07 systemd[1]: Starting Hostname Service...
nov 24 15:27:51 sL1pKn07 systemd[1]: Finished Initialize hardware monitoring sensors.
nov 24 15:27:51 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 dbus-daemon[1034]: [system] Successfully activated service 'org.freedesktop.hostname1'
nov 24 15:27:52 sL1pKn07 systemd[1]: Started Hostname Service.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:51 sL1pKn07 audit[1039]: NETFILTER_CFG table=nat family=2 entries=0 op=xt_register pid=1039 comm="iptables-restor"
nov 24 15:27:51 sL1pKn07 audit[1039]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=5 a1=0 a2=40 a3=7fff38a23f70 items=0 ppid=1 pid=1039 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-legacy-multi" key=(null)
nov 24 15:27:51 sL1pKn07 audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C65732D726573746F7265002F6574632F69707461626C65732F69707461626C65732E72756C6573
nov 24 15:27:52 sL1pKn07 audit[1039]: NETFILTER_CFG table=nat family=2 entries=5 op=xt_replace pid=1039 comm="iptables-restor"
nov 24 15:27:52 sL1pKn07 audit[1039]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=5 a1=0 a2=40 a3=55d4baf8f540 items=0 ppid=1 pid=1039 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-legacy-multi" key=(null)
nov 24 15:27:52 sL1pKn07 audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C65732D726573746F7265002F6574632F69707461626C65732F69707461626C65732E72756C6573
nov 24 15:27:52 sL1pKn07 systemd[1]: Finished IPv4 Packet Filtering Framework.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iptables comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 systemd[1]: Reached target Preparation for Network.
nov 24 15:27:52 sL1pKn07 systemd[1]: Starting sl1_red...
nov 24 15:27:52 sL1pKn07 network[1107]: [ERROR] Set device name: No such device
nov 24 15:27:52 sL1pKn07 network[1103]: Starting network profile 'sl1_red'...
nov 24 15:27:52 sL1pKn07 network[1111]: Current MAC: e2:3d:5b:c1:01:6c (unknown)
nov 24 15:27:52 sL1pKn07 network[1111]: Permanent MAC: 00:00:00:00:00:00 (XEROX CORPORATION)
nov 24 15:27:52 sL1pKn07 network[1111]: New MAC: 38:d5:47:ca:7b:b8 (unknown)
nov 24 15:27:52 sL1pKn07 audit: ANOM_PROMISCUOUS dev=enp6s0 prom=256 old_prom=0 auid=4294967295 uid=0 gid=0 ses=4294967295
nov 24 15:27:52 sL1pKn07 audit[1113]: SYSCALL arch=c000003e syscall=46 success=yes exit=32 a0=3 a1=7ffe2e8625f0 a2=0 a3=7f2a2a884c00 items=0 ppid=1103 pid=1113 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip" exe="/usr/bin/ip" key=(null)
nov 24 15:27:52 sL1pKn07 audit: PROCTITLE proctitle=6970006C696E6B007365740064657600656E703673300070726F6D697363006F6E007570
nov 24 15:27:52 sL1pKn07 kernel: device enp6s0 entered promiscuous mode
nov 24 15:27:52 sL1pKn07 kernel: br0: port 1(enp6s0) entered blocking state
nov 24 15:27:52 sL1pKn07 kernel: br0: port 1(enp6s0) entered disabled state
nov 24 15:27:52 sL1pKn07 network[1119]: Cannot find device "tun1"
nov 24 15:27:52 sL1pKn07 network[1131]: Cannot find device "tun1"
nov 24 15:27:52 sL1pKn07 systemd[1]: Started sl1_red.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@sl1_red comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 systemd[1]: Reached target Network.
nov 24 15:27:52 sL1pKn07 systemd[1]: Reached target Network is Online.
nov 24 15:27:52 sL1pKn07 dhcpcd[1138]: dhcpcd-9.4.1 starting
nov 24 15:27:52 sL1pKn07 dhcpcd[1141]: DUID 00:04:03:00:02:00:04:00:05:00:00:06:00:07:00:08:00:09
nov 24 15:27:52 sL1pKn07 acpid[1027]: starting up with netlink and the input layer
nov 24 15:27:52 sL1pKn07 acpid[1027]: 1 rule loaded
nov 24 15:27:52 sL1pKn07 acpid[1027]: waiting for events: event logging is off
nov 24 15:27:52 sL1pKn07 systemd[1]: Starting CUPS Scheduler...
nov 24 15:27:52 sL1pKn07 systemd[1]: Starting Fail2Ban Service...
nov 24 15:27:52 sL1pKn07 systemd[1]: Started Lighttpd Web Server.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lighttpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 systemd[1]: Starting MariaDB 10.9.4 database server...
nov 24 15:27:52 sL1pKn07 audit: BPF prog-id=30 op=LOAD
nov 24 15:27:52 sL1pKn07 systemd[1]: Starting OpenVPN service for sL1pKn07...
nov 24 15:27:52 sL1pKn07 audit: BPF prog-id=31 op=LOAD
nov 24 15:27:52 sL1pKn07 systemd[1]: Starting The PHP FastCGI Process Manager...
nov 24 15:27:52 sL1pKn07 audit: BPF prog-id=32 op=LOAD
nov 24 15:27:52 sL1pKn07 systemd[1]: Starting Postfix Mail Transport Agent...
nov 24 15:27:52 sL1pKn07 systemd[1]: Started debuginfod server.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sl1-debuginfod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 kernel: 8021q: 802.1Q VLAN Support v1.8
nov 24 15:27:52 sL1pKn07 kernel: 8021q: adding VLAN 0 to HW filter on device enp6s0
nov 24 15:27:52 sL1pKn07 systemd[1]: Started OpenSSH Daemon.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 systemd[1]: Starting Permit User Sessions...
nov 24 15:27:52 sL1pKn07 systemd[1]: Starting Wake-on-LAN for enp6s0...
nov 24 15:27:52 sL1pKn07 systemd[1]: Starting Wake-on-LAN for enp7s0...
nov 24 15:27:52 sL1pKn07 systemd[1]: Started Fail2Ban Service.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fail2ban comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 systemd[1]: Finished Permit User Sessions.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 systemd[1]: wol@enp6s0.service: Deactivated successfully.
nov 24 15:27:52 sL1pKn07 systemd[1]: Finished Wake-on-LAN for enp6s0.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wol@enp6s0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wol@enp6s0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 systemd[1]: wol@enp7s0.service: Deactivated successfully.
nov 24 15:27:52 sL1pKn07 systemd[1]: Finished Wake-on-LAN for enp7s0.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wol@enp7s0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wol@enp7s0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 systemd[1]: Started Getty on tty1.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 systemd[1]: Reached target Login Prompts.
nov 24 15:27:52 sL1pKn07 sshd[1152]: Server listening on 0.0.0.0 port 1337.
nov 24 15:27:52 sL1pKn07 sshd[1152]: Server listening on :: port 1337.
nov 24 15:27:52 sL1pKn07 dbus-daemon[1034]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.7' (uid=0 pid=1137 comm="/usr/bin/cupsd -l")
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): opened database /media/COSAS/aplicaciones/_packages_/debuginfod.sqlite rw ro
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): sqlite version 3.40.0
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): service mode active
nov 24 15:27:52 sL1pKn07 systemd[1]: Starting Manage, Install and Generate Color Profiles...
nov 24 15:27:52 sL1pKn07 openvpn[1147]: OpenVPN 2.5.8 [git:makepkg/0357ceb877687faa+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Nov 1 2022
nov 24 15:27:52 sL1pKn07 openvpn[1147]: library versions: OpenSSL 3.0.7 1 Nov 2022, LZO 2.10
nov 24 15:27:52 sL1pKn07 openvpn[1147]: net_route_v4_best_gw query: dst 0.0.0.0
nov 24 15:27:52 sL1pKn07 openvpn[1147]: net_route_v4_best_gw result: via 0.0.0.0 dev
nov 24 15:27:52 sL1pKn07 systemd[1]: Started OpenVPN service for sL1pKn07.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openvpn-server@sL1pKn07 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 openvpn[1147]: Diffie-Hellman initialized with 2048 bit key
nov 24 15:27:52 sL1pKn07 openvpn[1147]: Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
nov 24 15:27:52 sL1pKn07 openvpn[1147]: Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
nov 24 15:27:52 sL1pKn07 dbus-daemon[1034]: [system] Successfully activated service 'org.freedesktop.ColorManager'
nov 24 15:27:52 sL1pKn07 systemd[1]: Started Manage, Install and Generate Color Profiles.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): started http server on IPv4 IPv6 port=8002
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): search concurrency 48
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): webapi connection pool 0 (unlimited)
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): rescan time 300
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): fdcache fds 224
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): fdcache mbs 16099
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): fdcache prefetch 64
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): fdcache tmpdir /tmp
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): fdcache tmpdir min% 25
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): groom time 86400
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): prefetch fds 0
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): prefetch mbs 0
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): forwarded ttl limit 8
nov 24 15:27:52 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:52] (1151/1151): accepting archive types .tar.zst(zstdcat)
nov 24 15:27:52 sL1pKn07 openvpn[1147]: TUN/TAP device tun0 opened
nov 24 15:27:52 sL1pKn07 openvpn[1147]: net_iface_mtu_set: mtu 1500 for tun0
nov 24 15:27:52 sL1pKn07 openvpn[1147]: net_iface_up: set tun0 up
nov 24 15:27:52 sL1pKn07 openvpn[1147]: net_addr_v4_add: 10.8.0.1/24 dev tun0
nov 24 15:27:52 sL1pKn07 openvpn[1147]: Could not determine IPv4/IPv6 protocol. Using AF_INET
nov 24 15:27:52 sL1pKn07 openvpn[1147]: Socket Buffers: R=[131072->131072] S=[16384->16384]
nov 24 15:27:52 sL1pKn07 openvpn[1147]: Listening for incoming TCP connection on [AF_INET][undef]:1194
nov 24 15:27:52 sL1pKn07 kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
nov 24 15:27:52 sL1pKn07 kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
nov 24 15:27:52 sL1pKn07 kernel: tun: Universal TUN/TAP device driver, 1.6
nov 24 15:27:52 sL1pKn07 kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
nov 24 15:27:52 sL1pKn07 kernel: cfg80211: failed to load regulatory.db
nov 24 15:27:52 sL1pKn07 openvpn[1147]: TCPv4_SERVER link local (bound): [AF_INET][undef]:1194
nov 24 15:27:52 sL1pKn07 openvpn[1147]: TCPv4_SERVER link remote: [AF_UNSPEC]
nov 24 15:27:52 sL1pKn07 openvpn[1147]: MULTI: multi_init called, r=256 v=256
nov 24 15:27:52 sL1pKn07 openvpn[1147]: IFCONFIG POOL IPv4: base=10.8.0.2 size=253
nov 24 15:27:52 sL1pKn07 openvpn[1147]: ifconfig_pool_read(), in='sL1-HP-BoOk,10.8.0.4,'
nov 24 15:27:52 sL1pKn07 openvpn[1147]: succeeded -> ifconfig_pool_set(hand=2)
nov 24 15:27:52 sL1pKn07 openvpn[1147]: IFCONFIG POOL LIST
nov 24 15:27:52 sL1pKn07 openvpn[1147]: sL1-HP-BoOk,10.8.0.4,
nov 24 15:27:52 sL1pKn07 openvpn[1147]: MULTI: TCP INIT maxclients=1024 maxevents=1028
nov 24 15:27:52 sL1pKn07 openvpn[1147]: Initialization Sequence Completed
nov 24 15:27:52 sL1pKn07 network[1138]: Dropped protocol specifier '.link' from 'br0.link'. Using 'br0' (ifindex=4).
nov 24 15:27:52 sL1pKn07 dhcpcd[1141]: br0: waiting for carrier
nov 24 15:27:52 sL1pKn07 php-fpm[1149]: [NOTICE] fpm is running, pid 1149
nov 24 15:27:52 sL1pKn07 php-fpm[1149]: [NOTICE] ready to handle connections
nov 24 15:27:52 sL1pKn07 php-fpm[1149]: [NOTICE] systemd monitor interval set to 10000ms
nov 24 15:27:52 sL1pKn07 systemd[1]: Started The PHP FastCGI Process Manager.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=php-fpm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 fail2ban-server[1157]: 2022-11-24 15:27:52,428 fail2ban.configreader [1157]: WARNING 'allowipv6' not defined in 'Definition'. Using default one: 'auto'
nov 24 15:27:52 sL1pKn07 systemd[1]: Started CUPS Scheduler.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] /usr/bin/mariadbd (server 10.9.4-MariaDB) starting as process 1269 ...
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: Compressed tables use zlib 1.2.13
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: Using transactional memory
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: Number of transaction pools: 1
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: Using liburing
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: Initializing buffer pool, total size = 128.000MiB, chunk size = 2.000MiB
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: Completed initialization of buffer pool
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: File system buffers for log disabled (block size=512 bytes)
nov 24 15:27:52 sL1pKn07 postfix[1327]: egrep: warning: egrep is obsolescent; using grep -E
nov 24 15:27:52 sL1pKn07 postfix/postfix-script[1333]: starting the Postfix mail system
nov 24 15:27:52 sL1pKn07 postfix/master[1335]: daemon started -- version 3.7.3, configuration /etc/postfix
nov 24 15:27:52 sL1pKn07 systemd[1]: Started Postfix Mail Transport Agent.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=postfix comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: 128 rollback segments are active.
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: Setting file './ibtmp1' size to 12.000MiB. Physically writing the file full; Please wait ...
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: File './ibtmp1' size is now 12.000MiB.
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: log sequence number 6418395; transaction id 22419
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] InnoDB: Buffer pool(s) load completed at 221124 15:27:52
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] Server socket created on IP: '0.0.0.0'.
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] Server socket created on IP: '::'.
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: 2022-11-24 15:27:52 0 [Note] /usr/bin/mariadbd: ready for connections.
nov 24 15:27:52 sL1pKn07 mariadbd[1269]: Version: '10.9.4-MariaDB' socket: '/run/mysqld/mysqld.sock' port: 3306 Arch Linux
nov 24 15:27:52 sL1pKn07 dbus-daemon[1034]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.12' (uid=124 pid=1296 comm="/usr/lib/colord-sane")
nov 24 15:27:52 sL1pKn07 dbus-daemon[1034]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
nov 24 15:27:52 sL1pKn07 systemd[1]: Started MariaDB 10.9.4 database server.
nov 24 15:27:52 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mariadb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdb, type changed from 'scsi' to 'sat'
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdb [SAT], opened
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdb [SAT], HGST HUH721212ALE604, S/N:5PK2AEXB, WWN:5-000cca-291eb567a, FW:LEGNW925, 12.0 TB
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdb [SAT], found in smartd database 7.3/5319: HGST Ultrastar DC HC520 (He12)
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdb [SAT], is SMART capable. Adding to "monitor" list.
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdc, type changed from 'scsi' to 'sat'
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdc [SAT], opened
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdc [SAT], WDC WD30EFRX-68EUZN0, S/N:WD-WCC4N2TYF4RT, WWN:5-0014ee-20d0b3d7a, FW:82.00A82, 3.00 TB
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdc [SAT], found in smartd database 7.3/5319: Western Digital Red
nov 24 15:27:53 sL1pKn07 fail2ban-server[1157]: Server ready
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdc [SAT], is SMART capable. Adding to "monitor" list.
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdd, type changed from 'scsi' to 'sat'
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdd [SAT], opened
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdd [SAT], WDC WD30EZRX-00SPEB0, S/N:WD-WCC4E1583898, WWN:5-0014ee-2b4c4d079, FW:80.00A80, 3.00 TB
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdd [SAT], found in smartd database 7.3/5319: Western Digital Green
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1194): grooming database
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sdd [SAT], is SMART capable. Adding to "monitor" list.
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sde, type changed from 'scsi' to 'sat'
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sde [SAT], opened
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sde [SAT], WDC WDS100T1R0A-68A4W0, S/N:202748802234, WWN:5-001b44-8b5fe2465, FW:411000WR, 1.00 TB
nov 24 15:27:53 sL1pKn07 systemd[1]: Finished Apply cpupower configuration.
nov 24 15:27:53 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cpupower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sde [SAT], found in smartd database 7.3/5319: WD Blue / Red / Green SSDs
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sde [SAT], can't monitor Current_Pending_Sector count - no Attribute 197
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sde [SAT], can't monitor Offline_Uncorrectable count - no Attribute 198
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/sde [SAT], is SMART capable. Adding to "monitor" list.
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/nvme0, opened
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/nvme0, Samsung SSD 960 EVO 500GB, S/N:S3EUNB0J557245E, FW:2B7QCXE7, 500 GB
nov 24 15:27:53 sL1pKn07 smartd[1052]: Device: /dev/nvme0, is SMART capable. Adding to "monitor" list.
nov 24 15:27:53 sL1pKn07 smartd[1052]: Monitoring 5 ATA/SATA, 0 SCSI/SAS and 1 NVMe devices
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1195): fts traversed source paths in 0.379653s, scanned=990, regex-skipped=788
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1194): database record counts:
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1194): file d/e 0
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1194): file s 0
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1194): archive d/e 1543
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1194): archive sref 382666
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1194): archive sdef 109427
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1194): buildids 1542
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1194): filenames 119015
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1194): files scanned (#) 765
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1194): files scanned (mb) 17448
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1194): index db size (mb) 25
nov 24 15:27:53 sL1pKn07 debuginfod[1151]: [jue 24 nov 2022 14:27:53] (1151/1194): groomed database in 0.652404s
nov 24 15:27:54 sL1pKn07 smartd[1052]: Device: /dev/sdd [SAT], 2 Currently unreadable (pending) sectors
nov 24 15:27:54 sL1pKn07 systemd[1]: Started Self Monitoring and Reporting Technology (SMART) Daemon.
nov 24 15:27:54 sL1pKn07 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=smartd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:54 sL1pKn07 systemd[1]: Reached target Multi-User System.
nov 24 15:27:54 sL1pKn07 systemd[1]: Reached target Graphical Interface.
nov 24 15:27:54 sL1pKn07 systemd[1]: Startup finished in 45.292s (firmware) + 11.024s (loader) + 5.770s (kernel) + 2.577s (initrd) + 6.148s (userspace) = 1min 10.812s.
nov 24 15:27:55 sL1pKn07 kernel: igb 0000:06:00.0 enp6s0: igb: enp6s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
nov 24 15:27:55 sL1pKn07 dhcpcd[1141]: br0: carrier acquired
nov 24 15:27:55 sL1pKn07 kernel: br0: port 1(enp6s0) entered blocking state
nov 24 15:27:55 sL1pKn07 kernel: br0: port 1(enp6s0) entered forwarding state
nov 24 15:27:55 sL1pKn07 dhcpcd[1141]: br0: IAID 47:ca:7b:b8
nov 24 15:27:55 sL1pKn07 systemd[1]: systemd-rfkill.service: Deactivated successfully.
nov 24 15:27:55 sL1pKn07 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:27:56 sL1pKn07 dhcpcd[1141]: br0: rebinding lease of 192.168.0.2
nov 24 15:27:56 sL1pKn07 dhcpcd[1141]: br0: probing address 192.168.0.2/24
nov 24 15:28:01 sL1pKn07 dhcpcd[1141]: br0: leased 192.168.0.2 for 86400 seconds
nov 24 15:28:01 sL1pKn07 dhcpcd[1141]: br0: adding route to 192.168.0.0/24
nov 24 15:28:01 sL1pKn07 dhcpcd[1141]: br0: adding default route via 192.168.0.1
nov 24 15:28:01 sL1pKn07 network[1138]: Dropped protocol specifier '.dhcp' from 'br0.dhcp'. Using 'br0' (ifindex=4).
nov 24 15:28:01 sL1pKn07 systemd-resolved[980]: br0: Bus client set DNS server list to: 192.168.0.1
nov 24 15:28:01 sL1pKn07 network[1103]: Started network profile 'sl1_red'
nov 24 15:28:22 sL1pKn07 systemd[1]: systemd-hostnamed.service: Deactivated successfully.
nov 24 15:28:22 sL1pKn07 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:28:22 sL1pKn07 kernel: kauditd_printk_skb: 62 callbacks suppressed
nov 24 15:28:22 sL1pKn07 kernel: audit: type=1131 audit(1669300102.137:140): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
nov 24 15:28:22 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:28:22 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:28:22 sL1pKn07 audit: BPF prog-id=0 op=UNLOAD
nov 24 15:28:22 sL1pKn07 kernel: audit: type=1334 audit(1669300102.237:141): prog-id=0 op=UNLOAD
nov 24 15:28:22 sL1pKn07 kernel: audit: type=1334 audit(1669300102.237:142): prog-id=0 op=UNLOAD
nov 24 15:28:22 sL1pKn07 kernel: audit: type=1334 audit(1669300102.237:143): prog-id=0 op=UNLOAD
nov 24 15:28:24 sL1pKn07 systemd-timesyncd[990]: Contacted time server 90.165.120.190:123 (2.es.pool.ntp.org).
nov 24 15:28:24 sL1pKn07 systemd-timesyncd[990]: Initial clock synchronization to Thu 2022-11-24 15:28:23.857313 CET.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment