You are not logged in.
Pages: 1
How can I optimize my laptop startup? It takes almost 2 minutes to boot because of the "userspace"
My systemd-analyze critical-chain:
The time when unit became active or started is printed after the "@" character.
The time the unit took to start is printed after the "+" character.
graphical.target @1min 36.344s
└─multi-user.target @1min 36.343s
└─getty.target @1min 36.343s
└─getty@tty1.service @1min 36.341s
└─systemd-user-sessions.service @1min 36.270s +49ms
└─network.target @1min 36.243s
└─NetworkManager.service @1min 35.117s +1.124s
└─dbus.service @1min 34.494s +582ms
└─basic.target @1min 34.444s
└─sockets.target @1min 34.444s
└─dbus.socket @1min 34.444s
└─sysinit.target @1min 34.441s
└─systemd-update-utmp.service @1min 34.340s +99ms
└─systemd-tmpfiles-setup.service @1min 33.963s +350ms
└─local-fs.target @1min 33.874s
└─run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount @1min 33.970s
└─local-fs-pre.target @4.413s
└─systemd-tmpfiles-setup-dev.service @3.710s +702ms
└─kmod-static-nodes.service @3.430s +76ms
└─systemd-journald.socket @3.398s
└─system.slice @3.306s
└─-.slice @3.306s"run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount" is taking 1min 33.970s
Does somebody knows how can I optimize this please?, Thanks.
Offline
+1m30s at one step looks like a timeout, which mostly occurs due to incorrect configuration. Journal or boot messages may have more information.
english is not my first language. If you find a mistake in this post, please mention it in your reply – this way I can learn. TIA
Offline
+1m30s at one step looks like a timeout, which mostly occurs due to incorrect configuration. Journal or boot messages may have more information.
Journalctl doesn't says much information about this...
Offline
Post it (
sudo journalctl -b), as well as your fstab
Offline
Post it (
sudo journalctl -b), as well as your fstab
journalctl:
Aug 01 12:19:12 yaiko kernel: microcode: updated early: 0xba -> 0xf0, date = 2021-11-12
Aug 01 12:19:12 yaiko kernel: Linux version 6.4.7-arch1-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230714, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Thu, 27 Jul 2023 22:02:18 +0000
Aug 01 12:19:12 yaiko kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2ead174-d5f0-41d0-93b7-a2bc8df86508 rw loglevel=3 quiet
Aug 01 12:19:12 yaiko kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 01 12:19:12 yaiko kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 01 12:19:12 yaiko kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 01 12:19:12 yaiko kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Aug 01 12:19:12 yaiko kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Aug 01 12:19:12 yaiko kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Aug 01 12:19:12 yaiko kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
Aug 01 12:19:12 yaiko kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
Aug 01 12:19:12 yaiko kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Aug 01 12:19:12 yaiko kernel: signal: max sigframe size: 2032
Aug 01 12:19:12 yaiko kernel: BIOS-provided physical RAM map:
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x0000000000059000-0x0000000000087fff] usable
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x0000000000088000-0x00000000000fffff] reserved
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007230afff] usable
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x000000007230b000-0x000000007230bfff] ACPI NVS
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x000000007230c000-0x000000007230cfff] reserved
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x000000007230d000-0x0000000089d9dfff] usable
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x0000000089d9e000-0x000000008a78dfff] reserved
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x000000008a78e000-0x000000008ae7dfff] ACPI NVS
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x000000008ae7e000-0x000000008aefdfff] ACPI data
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x000000008aefe000-0x000000008aefefff] usable
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x000000008aeff000-0x000000008fffffff] reserved
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
Aug 01 12:19:12 yaiko kernel: BIOS-e820: [mem 0x0000000100000000-0x000000056effffff] usable
Aug 01 12:19:12 yaiko kernel: NX (Execute Disable) protection: active
Aug 01 12:19:12 yaiko kernel: e820: update [mem 0x70002018-0x70012057] usable ==> usable
Aug 01 12:19:12 yaiko kernel: e820: update [mem 0x70002018-0x70012057] usable ==> usable
Aug 01 12:19:12 yaiko kernel: extended physical RAM map:
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x0000000000059000-0x0000000000087fff] usable
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x0000000000088000-0x00000000000fffff] reserved
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000070002017] usable
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x0000000070002018-0x0000000070012057] usable
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x0000000070012058-0x000000007230afff] usable
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x000000007230b000-0x000000007230bfff] ACPI NVS
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x000000007230c000-0x000000007230cfff] reserved
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x000000007230d000-0x0000000089d9dfff] usable
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x0000000089d9e000-0x000000008a78dfff] reserved
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x000000008a78e000-0x000000008ae7dfff] ACPI NVS
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x000000008ae7e000-0x000000008aefdfff] ACPI data
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x000000008aefe000-0x000000008aefefff] usable
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x000000008aeff000-0x000000008fffffff] reserved
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x00000000fd000000-0x00000000fe7fffff] reserved
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
Aug 01 12:19:12 yaiko kernel: reserve setup_data: [mem 0x0000000100000000-0x000000056effffff] usable
Aug 01 12:19:12 yaiko kernel: efi: EFI v2.5 by INSYDE Corp.
Aug 01 12:19:12 yaiko kernel: efi: ACPI 2.0=0x8aefd014 SMBIOS=0x89fd9000 SMBIOS 3.0=0x89fd7000 ESRT=0x89fd4158 MEMATTR=0x7a94e018 INITRD=0x73b97fd8 RNG=0x8aeac018 TPMEventLog=0x73b98018
Aug 01 12:19:12 yaiko kernel: random: crng init done
Aug 01 12:19:12 yaiko kernel: TPM Final Events table not present
Aug 01 12:19:12 yaiko kernel: efi: Remove mem48: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
Aug 01 12:19:12 yaiko kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
Aug 01 12:19:12 yaiko kernel: efi: Remove mem49: MMIO range=[0xfd000000-0xfe7fffff] (24MB) from e820 map
Aug 01 12:19:12 yaiko kernel: e820: remove [mem 0xfd000000-0xfe7fffff] reserved
Aug 01 12:19:12 yaiko kernel: efi: Not removing mem50: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Aug 01 12:19:12 yaiko kernel: efi: Not removing mem51: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Aug 01 12:19:12 yaiko kernel: efi: Not removing mem52: MMIO range=[0xfed10000-0xfed19fff] (40KB) from e820 map
Aug 01 12:19:12 yaiko kernel: efi: Not removing mem53: MMIO range=[0xfed84000-0xfed84fff] (4KB) from e820 map
Aug 01 12:19:12 yaiko kernel: efi: Not removing mem54: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Aug 01 12:19:12 yaiko kernel: efi: Remove mem55: MMIO range=[0xffa00000-0xffffffff] (6MB) from e820 map
Aug 01 12:19:12 yaiko kernel: e820: remove [mem 0xffa00000-0xffffffff] reserved
Aug 01 12:19:12 yaiko kernel: SMBIOS 3.0.0 present.
Aug 01 12:19:12 yaiko kernel: DMI: HP HP 240 G6 Notebook PC/831C, BIOS F.23 09/12/2017
Aug 01 12:19:12 yaiko kernel: tsc: Detected 2000.000 MHz processor
Aug 01 12:19:12 yaiko kernel: tsc: Detected 1999.968 MHz TSC
Aug 01 12:19:12 yaiko kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 01 12:19:12 yaiko kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 01 12:19:12 yaiko kernel: last_pfn = 0x56f000 max_arch_pfn = 0x400000000
Aug 01 12:19:12 yaiko kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Aug 01 12:19:12 yaiko kernel: last_pfn = 0x8aeff max_arch_pfn = 0x400000000
Aug 01 12:19:12 yaiko kernel: esrt: Reserving ESRT space from 0x0000000089fd4158 to 0x0000000089fd4190.
Aug 01 12:19:12 yaiko kernel: Using GB pages for direct mapping
Aug 01 12:19:12 yaiko kernel: Secure boot disabled
Aug 01 12:19:12 yaiko kernel: RAMDISK: [mem 0x70013000-0x714bbfff]
Aug 01 12:19:12 yaiko kernel: ACPI: Early table checksum verification disabled
Aug 01 12:19:12 yaiko kernel: ACPI: RSDP 0x000000008AEFD014 000024 (v02 HPQOEM)
Aug 01 12:19:12 yaiko kernel: ACPI: XSDT 0x000000008AEBB188 000114 (v01 HPQOEM SLIC-MPC 00000000 HP 01000013)
Aug 01 12:19:12 yaiko kernel: ACPI: FACP 0x000000008AEE3000 00010C (v05 HPQOEM SLIC-MPC 00000000 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: DSDT 0x000000008AEBF000 020637 (v02 HPQOEM 831C 00000000 ACPI 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: FACS 0x000000008AE56000 000040
Aug 01 12:19:12 yaiko kernel: ACPI: UEFI 0x000000008AEFC000 000236 (v01 HPQOEM 831C 00000001 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: UEFI 0x000000008AEFB000 000042 (v01 HPQOEM 831C 00000002 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0x000000008AEF4000 0068EC (v01 HPQOEM 831C 00001000 ACPI 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: MSDM 0x000000008AEF3000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0x000000008AEF2000 0004C3 (v02 HPQOEM 831C 00001000 ACPI 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0x000000008AEF1000 000046 (v02 HPQOEM 831C 00003000 ACPI 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: TPM2 0x000000008AEF0000 000034 (v03 HPQOEM 831C 00000000 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0x000000008AEEC000 00312C (v02 HPQOEM 831C 00003000 ACPI 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0x000000008AEE8000 00366E (v02 HPQOEM 831C 00001000 ACPI 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: ASF! 0x000000008AEE7000 0000A5 (v32 HPQOEM 831C 00000001 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: ASPT 0x000000008AEE6000 000034 (v07 HPQOEM 831C 00000001 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: BOOT 0x000000008AEE5000 000028 (v01 HPQOEM 831C 00000001 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: DBGP 0x000000008AEE4000 000034 (v01 HPQOEM SLIC-MPC 00000001 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: HPET 0x000000008AEE2000 000038 (v01 HPQOEM 831C 00000001 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: APIC 0x000000008AEE1000 0000BC (v03 HPQOEM 831C 00000001 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: MCFG 0x000000008AEE0000 00003C (v01 HPQOEM 831C 00000001 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: LPIT 0x000000008AEBE000 000094 (v01 HPQOEM 831C 00000000 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: WSMT 0x000000008AEBD000 000028 (v01 HPQOEM 831C 00000000 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0x000000008AEBC000 00029F (v02 HPQOEM 831C 00000000 ACPI 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0x000000008AEBA000 000346 (v01 HPQOEM 831C 00000000 ACPI 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0x000000008AEB6000 003002 (v02 HPQOEM 831C 00001000 ACPI 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0x000000008AEB5000 00051E (v02 HPQOEM 831C 00001000 ACPI 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: DBGP 0x000000008AEB4000 000034 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: DBG2 0x000000008AEB3000 000054 (v00 HPQOEM 831C 00000002 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0x000000008AEB1000 0010B0 (v02 HPQOEM 831C 00001000 ACPI 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0x000000008AEB0000 000EDE (v02 HPQOEM 831C 00003000 ACPI 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: DMAR 0x000000008AEAF000 0000A8 (v01 HPQOEM 831C 00000001 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: FPDT 0x000000008AEAE000 000044 (v01 HPQOEM SLIC-MPC 00000002 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: BGRT 0x000000008AEAD000 000038 (v01 HPQOEM 831C 00000001 HP 00040000)
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving FACP table memory at [mem 0x8aee3000-0x8aee310b]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving DSDT table memory at [mem 0x8aebf000-0x8aedf636]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving FACS table memory at [mem 0x8ae56000-0x8ae5603f]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving UEFI table memory at [mem 0x8aefc000-0x8aefc235]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving UEFI table memory at [mem 0x8aefb000-0x8aefb041]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving SSDT table memory at [mem 0x8aef4000-0x8aefa8eb]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving MSDM table memory at [mem 0x8aef3000-0x8aef3054]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving SSDT table memory at [mem 0x8aef2000-0x8aef24c2]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving SSDT table memory at [mem 0x8aef1000-0x8aef1045]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving TPM2 table memory at [mem 0x8aef0000-0x8aef0033]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving SSDT table memory at [mem 0x8aeec000-0x8aeef12b]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving SSDT table memory at [mem 0x8aee8000-0x8aeeb66d]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving ASF! table memory at [mem 0x8aee7000-0x8aee70a4]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving ASPT table memory at [mem 0x8aee6000-0x8aee6033]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving BOOT table memory at [mem 0x8aee5000-0x8aee5027]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving DBGP table memory at [mem 0x8aee4000-0x8aee4033]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving HPET table memory at [mem 0x8aee2000-0x8aee2037]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving APIC table memory at [mem 0x8aee1000-0x8aee10bb]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving MCFG table memory at [mem 0x8aee0000-0x8aee003b]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving LPIT table memory at [mem 0x8aebe000-0x8aebe093]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving WSMT table memory at [mem 0x8aebd000-0x8aebd027]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving SSDT table memory at [mem 0x8aebc000-0x8aebc29e]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving SSDT table memory at [mem 0x8aeba000-0x8aeba345]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving SSDT table memory at [mem 0x8aeb6000-0x8aeb9001]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving SSDT table memory at [mem 0x8aeb5000-0x8aeb551d]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving DBGP table memory at [mem 0x8aeb4000-0x8aeb4033]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving DBG2 table memory at [mem 0x8aeb3000-0x8aeb3053]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving SSDT table memory at [mem 0x8aeb1000-0x8aeb20af]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving SSDT table memory at [mem 0x8aeb0000-0x8aeb0edd]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving DMAR table memory at [mem 0x8aeaf000-0x8aeaf0a7]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving FPDT table memory at [mem 0x8aeae000-0x8aeae043]
Aug 01 12:19:12 yaiko kernel: ACPI: Reserving BGRT table memory at [mem 0x8aead000-0x8aead037]
Aug 01 12:19:12 yaiko kernel: No NUMA configuration found
Aug 01 12:19:12 yaiko kernel: Faking a node at [mem 0x0000000000000000-0x000000056effffff]
Aug 01 12:19:12 yaiko kernel: NODE_DATA(0) allocated [mem 0x56effb000-0x56effffff]
Aug 01 12:19:12 yaiko kernel: Zone ranges:
Aug 01 12:19:12 yaiko kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Aug 01 12:19:12 yaiko kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Aug 01 12:19:12 yaiko kernel: Normal [mem 0x0000000100000000-0x000000056effffff]
Aug 01 12:19:12 yaiko kernel: Device empty
Aug 01 12:19:12 yaiko kernel: Movable zone start for each node
Aug 01 12:19:12 yaiko kernel: Early memory node ranges
Aug 01 12:19:12 yaiko kernel: node 0: [mem 0x0000000000001000-0x0000000000057fff]
Aug 01 12:19:12 yaiko kernel: node 0: [mem 0x0000000000059000-0x0000000000087fff]
Aug 01 12:19:12 yaiko kernel: node 0: [mem 0x0000000000100000-0x000000007230afff]
Aug 01 12:19:12 yaiko kernel: node 0: [mem 0x000000007230d000-0x0000000089d9dfff]
Aug 01 12:19:12 yaiko kernel: node 0: [mem 0x000000008aefe000-0x000000008aefefff]
Aug 01 12:19:12 yaiko kernel: node 0: [mem 0x0000000100000000-0x000000056effffff]
Aug 01 12:19:12 yaiko kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000056effffff]
Aug 01 12:19:12 yaiko kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 01 12:19:12 yaiko kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 01 12:19:12 yaiko kernel: On node 0, zone DMA: 120 pages in unavailable ranges
Aug 01 12:19:12 yaiko kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Aug 01 12:19:12 yaiko kernel: On node 0, zone DMA32: 4448 pages in unavailable ranges
Aug 01 12:19:12 yaiko kernel: On node 0, zone Normal: 20737 pages in unavailable ranges
Aug 01 12:19:12 yaiko kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Aug 01 12:19:12 yaiko kernel: Reserving Intel graphics memory at [mem 0x8c000000-0x8fffffff]
Aug 01 12:19:12 yaiko kernel: ACPI: PM-Timer IO Port: 0x1808
Aug 01 12:19:12 yaiko kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 01 12:19:12 yaiko kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 01 12:19:12 yaiko kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 01 12:19:12 yaiko kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug 01 12:19:12 yaiko kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Aug 01 12:19:12 yaiko kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Aug 01 12:19:12 yaiko kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Aug 01 12:19:12 yaiko kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Aug 01 12:19:12 yaiko kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Aug 01 12:19:12 yaiko kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 01 12:19:12 yaiko kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 01 12:19:12 yaiko kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 01 12:19:12 yaiko kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Aug 01 12:19:12 yaiko kernel: e820: update [mem 0x7a942000-0x7a94bfff] usable ==> reserved
Aug 01 12:19:12 yaiko kernel: TSC deadline timer available
Aug 01 12:19:12 yaiko kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0x00088000-0x000fffff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0x70002000-0x70002fff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0x70012000-0x70012fff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0x7230b000-0x7230bfff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0x7230c000-0x7230cfff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0x7a942000-0x7a94bfff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0x89d9e000-0x8a78dfff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0x8a78e000-0x8ae7dfff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0x8ae7e000-0x8aefdfff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0x8aeff000-0x8fffffff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0x90000000-0xfebfffff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed0ffff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Aug 01 12:19:12 yaiko kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Aug 01 12:19:12 yaiko kernel: [mem 0x90000000-0xfebfffff] available for PCI devices
Aug 01 12:19:12 yaiko kernel: Booting paravirtualized kernel on bare hardware
Aug 01 12:19:12 yaiko kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Aug 01 12:19:12 yaiko kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Aug 01 12:19:12 yaiko kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u524288
Aug 01 12:19:12 yaiko kernel: pcpu-alloc: s225280 r8192 d28672 u524288 alloc=1*2097152
Aug 01 12:19:12 yaiko kernel: pcpu-alloc: [0] 0 1 2 3
Aug 01 12:19:12 yaiko kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2ead174-d5f0-41d0-93b7-a2bc8df86508 rw loglevel=3 quiet
Aug 01 12:19:12 yaiko kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Aug 01 12:19:12 yaiko kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Aug 01 12:19:12 yaiko kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Aug 01 12:19:12 yaiko kernel: Fallback order for Node 0: 0
Aug 01 12:19:12 yaiko kernel: Built 1 zonelists, mobility grouping on. Total pages: 5131878
Aug 01 12:19:12 yaiko kernel: Policy zone: Normal
Aug 01 12:19:12 yaiko kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 01 12:19:12 yaiko kernel: software IO TLB: area num 4.
Aug 01 12:19:12 yaiko kernel: Memory: 20160568K/20853900K available (16384K kernel code, 2120K rwdata, 12764K rodata, 3344K init, 3992K bss, 693072K reserved, 0K cma-reserved)
Aug 01 12:19:12 yaiko kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Aug 01 12:19:12 yaiko kernel: Kernel/User page tables isolation: enabled
Aug 01 12:19:12 yaiko kernel: ftrace: allocating 47548 entries in 186 pages
Aug 01 12:19:12 yaiko kernel: ftrace: allocated 186 pages with 5 groups
Aug 01 12:19:12 yaiko kernel: Dynamic Preempt: full
Aug 01 12:19:12 yaiko kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 01 12:19:12 yaiko kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Aug 01 12:19:12 yaiko kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Aug 01 12:19:12 yaiko kernel: Trampoline variant of Tasks RCU enabled.
Aug 01 12:19:12 yaiko kernel: Rude variant of Tasks RCU enabled.
Aug 01 12:19:12 yaiko kernel: Tracing variant of Tasks RCU enabled.
Aug 01 12:19:12 yaiko kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Aug 01 12:19:12 yaiko kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Aug 01 12:19:12 yaiko kernel: NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
Aug 01 12:19:12 yaiko kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 01 12:19:12 yaiko kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 01 12:19:12 yaiko kernel: Console: colour dummy device 80x25
Aug 01 12:19:12 yaiko kernel: printk: console [tty0] enabled
Aug 01 12:19:12 yaiko kernel: ACPI: Core revision 20230331
Aug 01 12:19:12 yaiko kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Aug 01 12:19:12 yaiko kernel: APIC: Switch to symmetric I/O mode setup
Aug 01 12:19:12 yaiko kernel: DMAR: Host address width 39
Aug 01 12:19:12 yaiko kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Aug 01 12:19:12 yaiko kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
Aug 01 12:19:12 yaiko kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Aug 01 12:19:12 yaiko kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 01 12:19:12 yaiko kernel: DMAR: RMRR base: 0x0000008a6b9000 end: 0x0000008a6d8fff
Aug 01 12:19:12 yaiko kernel: DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff
Aug 01 12:19:12 yaiko kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
Aug 01 12:19:12 yaiko kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Aug 01 12:19:12 yaiko kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
Aug 01 12:19:12 yaiko kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
Aug 01 12:19:12 yaiko kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
Aug 01 12:19:12 yaiko kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Aug 01 12:19:12 yaiko kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x39a8208cdd2, max_idle_ns: 881590748921 ns
Aug 01 12:19:12 yaiko kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4001.60 BogoMIPS (lpj=6666560)
Aug 01 12:19:12 yaiko kernel: pid_max: default: 32768 minimum: 301
Aug 01 12:19:12 yaiko kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Aug 01 12:19:12 yaiko kernel: landlock: Up and running.
Aug 01 12:19:12 yaiko kernel: Yama: becoming mindful.
Aug 01 12:19:12 yaiko kernel: LSM support for eBPF active
Aug 01 12:19:12 yaiko kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug 01 12:19:12 yaiko kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug 01 12:19:12 yaiko kernel: x86/cpu: SGX disabled by BIOS.
Aug 01 12:19:12 yaiko kernel: CPU0: Thermal monitoring enabled (TM1)
Aug 01 12:19:12 yaiko kernel: process: using mwait in idle threads
Aug 01 12:19:12 yaiko kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Aug 01 12:19:12 yaiko kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Aug 01 12:19:12 yaiko kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 01 12:19:12 yaiko kernel: Spectre V2 : Mitigation: IBRS
Aug 01 12:19:12 yaiko kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 01 12:19:12 yaiko kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Aug 01 12:19:12 yaiko kernel: RETBleed: Mitigation: IBRS
Aug 01 12:19:12 yaiko kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 01 12:19:12 yaiko kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Aug 01 12:19:12 yaiko kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 01 12:19:12 yaiko kernel: MDS: Mitigation: Clear CPU buffers
Aug 01 12:19:12 yaiko kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Aug 01 12:19:12 yaiko kernel: SRBDS: Mitigation: Microcode
Aug 01 12:19:12 yaiko kernel: Freeing SMP alternatives memory: 40K
Aug 01 12:19:12 yaiko kernel: smpboot: CPU0: Intel(R) Core(TM) i3-6006U CPU @ 2.00GHz (family: 0x6, model: 0x4e, stepping: 0x3)
Aug 01 12:19:12 yaiko kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 01 12:19:12 yaiko kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Aug 01 12:19:12 yaiko kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 01 12:19:12 yaiko kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Aug 01 12:19:12 yaiko kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 01 12:19:12 yaiko kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Aug 01 12:19:12 yaiko kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Aug 01 12:19:12 yaiko kernel: ... version: 4
Aug 01 12:19:12 yaiko kernel: ... bit width: 48
Aug 01 12:19:12 yaiko kernel: ... generic registers: 4
Aug 01 12:19:12 yaiko kernel: ... value mask: 0000ffffffffffff
Aug 01 12:19:12 yaiko kernel: ... max period: 00007fffffffffff
Aug 01 12:19:12 yaiko kernel: ... fixed-purpose events: 3
Aug 01 12:19:12 yaiko kernel: ... event mask: 000000070000000f
Aug 01 12:19:12 yaiko kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1024
Aug 01 12:19:12 yaiko kernel: rcu: Hierarchical SRCU implementation.
Aug 01 12:19:12 yaiko kernel: rcu: Max phase no-delay instances is 1000.
Aug 01 12:19:12 yaiko kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 01 12:19:12 yaiko kernel: smp: Bringing up secondary CPUs ...
Aug 01 12:19:12 yaiko kernel: x86: Booting SMP configuration:
Aug 01 12:19:12 yaiko kernel: .... node #0, CPUs: #1 #2
Aug 01 12:19:12 yaiko 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.
Aug 01 12:19:12 yaiko 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.
Aug 01 12:19:12 yaiko kernel: #3
Aug 01 12:19:12 yaiko kernel: smp: Brought up 1 node, 4 CPUs
Aug 01 12:19:12 yaiko kernel: smpboot: Max logical packages: 1
Aug 01 12:19:12 yaiko kernel: smpboot: Total of 4 processors activated (16006.40 BogoMIPS)
Aug 01 12:19:12 yaiko kernel: devtmpfs: initialized
Aug 01 12:19:12 yaiko kernel: x86/mm: Memory block size: 128MB
Aug 01 12:19:12 yaiko kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7230b000-0x7230bfff] (4096 bytes)
Aug 01 12:19:12 yaiko kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8a78e000-0x8ae7dfff] (7274496 bytes)
Aug 01 12:19:12 yaiko kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Aug 01 12:19:12 yaiko kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Aug 01 12:19:12 yaiko kernel: pinctrl core: initialized pinctrl subsystem
Aug 01 12:19:12 yaiko kernel: PM: RTC time: 16:19:04, date: 2023-08-01
Aug 01 12:19:12 yaiko kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 01 12:19:12 yaiko kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Aug 01 12:19:12 yaiko kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 01 12:19:12 yaiko kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 01 12:19:12 yaiko kernel: audit: initializing netlink subsys (disabled)
Aug 01 12:19:12 yaiko kernel: audit: type=2000 audit(1690906744.013:1): state=initialized audit_enabled=0 res=1
Aug 01 12:19:12 yaiko kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 01 12:19:12 yaiko kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 01 12:19:12 yaiko kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 01 12:19:12 yaiko kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 01 12:19:12 yaiko kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 01 12:19:12 yaiko kernel: cpuidle: using governor ladder
Aug 01 12:19:12 yaiko kernel: cpuidle: using governor menu
Aug 01 12:19:12 yaiko kernel: Simple Boot Flag at 0x44 set to 0x1
Aug 01 12:19:12 yaiko kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Aug 01 12:19:12 yaiko kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 01 12:19:12 yaiko kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Aug 01 12:19:12 yaiko kernel: PCI: not using MMCONFIG
Aug 01 12:19:12 yaiko kernel: PCI: Using configuration type 1 for base access
Aug 01 12:19:12 yaiko kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 01 12:19:12 yaiko kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 01 12:19:12 yaiko kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Aug 01 12:19:12 yaiko kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Aug 01 12:19:12 yaiko kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 01 12:19:12 yaiko kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 01 12:19:12 yaiko kernel: ACPI: Added _OSI(Module Device)
Aug 01 12:19:12 yaiko kernel: ACPI: Added _OSI(Processor Device)
Aug 01 12:19:12 yaiko kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 01 12:19:12 yaiko kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 01 12:19:12 yaiko kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Aug 01 12:19:12 yaiko kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Aug 01 12:19:12 yaiko kernel: ACPI: Dynamic OEM Table Load:
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0xFFFF995A8136A000 0005AC (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
Aug 01 12:19:12 yaiko kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Aug 01 12:19:12 yaiko kernel: ACPI: Dynamic OEM Table Load:
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0xFFFF995A812E4400 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
Aug 01 12:19:12 yaiko kernel: ACPI: Dynamic OEM Table Load:
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0xFFFF995A8136E800 00065C (v02 PmRef ApIst 00003000 INTL 20160527)
Aug 01 12:19:12 yaiko kernel: ACPI: Dynamic OEM Table Load:
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0xFFFF995A812A8800 000197 (v02 PmRef ApHwp 00003000 INTL 20160527)
Aug 01 12:19:12 yaiko kernel: ACPI: Dynamic OEM Table Load:
Aug 01 12:19:12 yaiko kernel: ACPI: SSDT 0xFFFF995A812A8000 00018A (v02 PmRef ApCst 00003000 INTL 20160527)
Aug 01 12:19:12 yaiko kernel: ACPI: EC: EC started
Aug 01 12:19:12 yaiko kernel: ACPI: EC: interrupt blocked
Aug 01 12:19:12 yaiko kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Aug 01 12:19:12 yaiko kernel: ACPI: Interpreter enabled
Aug 01 12:19:12 yaiko kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 01 12:19:12 yaiko kernel: ACPI: Using IOAPIC for interrupt routing
Aug 01 12:19:12 yaiko kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Aug 01 12:19:12 yaiko kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
Aug 01 12:19:12 yaiko kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 01 12:19:12 yaiko kernel: PCI: Using E820 reservations for host bridge windows
Aug 01 12:19:12 yaiko kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
Aug 01 12:19:12 yaiko kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Aug 01 12:19:12 yaiko kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 01 12:19:12 yaiko kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Aug 01 12:19:12 yaiko kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Aug 01 12:19:12 yaiko kernel: PCI host bridge to bus 0000:00
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:00.0: [8086:1904] type 00 class 0x060000
Aug 01 12:19:12 yaiko kernel: pci 0000:00:02.0: [8086:1916] type 00 class 0x030000
Aug 01 12:19:12 yaiko kernel: pci 0000:00:02.0: reg 0x10: [mem 0xb0000000-0xb0ffffff 64bit]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Aug 01 12:19:12 yaiko kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Aug 01 12:19:12 yaiko kernel: pci 0000:00:04.0: reg 0x10: [mem 0xb1220000-0xb1227fff 64bit]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
Aug 01 12:19:12 yaiko kernel: pci 0000:00:14.0: reg 0x10: [mem 0xb1200000-0xb120ffff 64bit]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 01 12:19:12 yaiko kernel: pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
Aug 01 12:19:12 yaiko kernel: pci 0000:00:14.2: reg 0x10: [mem 0xb1232000-0xb1232fff 64bit]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
Aug 01 12:19:12 yaiko kernel: pci 0000:00:16.0: reg 0x10: [mem 0xb1233000-0xb1233fff 64bit]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:16.0: PME# supported from D3hot
Aug 01 12:19:12 yaiko kernel: pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
Aug 01 12:19:12 yaiko kernel: pci 0000:00:17.0: reg 0x10: [mem 0xb1230000-0xb1231fff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:17.0: reg 0x14: [mem 0xb1236000-0xb12360ff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:17.0: reg 0x18: [io 0x5080-0x5087]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:17.0: reg 0x1c: [io 0x5088-0x508b]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:17.0: reg 0x20: [io 0x5060-0x507f]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:17.0: reg 0x24: [mem 0xb1234000-0xb12347ff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:17.0: PME# supported from D3hot
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1f.0: [8086:9d48] type 00 class 0x060100
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xb122c000-0xb122ffff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040300
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xb1228000-0xb122bfff 64bit]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xb1210000-0xb121ffff 64bit]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xb1235000-0xb12350ff 64bit]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1f.4: reg 0x20: [io 0x5040-0x505f]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 01 12:19:12 yaiko kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
Aug 01 12:19:12 yaiko kernel: pci 0000:02:00.0: reg 0x10: [io 0x4000-0x40ff]
Aug 01 12:19:12 yaiko kernel: pci 0000:02:00.0: reg 0x18: [mem 0xb1104000-0xb1104fff 64bit]
Aug 01 12:19:12 yaiko kernel: pci 0000:02:00.0: reg 0x20: [mem 0xb1100000-0xb1103fff 64bit]
Aug 01 12:19:12 yaiko kernel: pci 0000:02:00.0: supports D1 D2
Aug 01 12:19:12 yaiko kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.5: PCI bridge to [bus 02]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.5: bridge window [io 0x4000-0x4fff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.5: bridge window [mem 0xb1100000-0xb11fffff]
Aug 01 12:19:12 yaiko kernel: pci 0000:03:00.0: [10ec:d723] type 00 class 0x028000
Aug 01 12:19:12 yaiko kernel: pci 0000:03:00.0: reg 0x10: [io 0x3000-0x30ff]
Aug 01 12:19:12 yaiko kernel: pci 0000:03:00.0: reg 0x18: [mem 0xb1000000-0xb100ffff 64bit]
Aug 01 12:19:12 yaiko kernel: pci 0000:03:00.0: supports D1 D2
Aug 01 12:19:12 yaiko kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1d.0: bridge window [mem 0xb1000000-0xb10fffff]
Aug 01 12:19:12 yaiko kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Aug 01 12:19:12 yaiko kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Aug 01 12:19:12 yaiko kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Aug 01 12:19:12 yaiko kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Aug 01 12:19:12 yaiko kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Aug 01 12:19:12 yaiko kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 11
Aug 01 12:19:12 yaiko kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Aug 01 12:19:12 yaiko kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Aug 01 12:19:12 yaiko kernel: ACPI: EC: interrupt unblocked
Aug 01 12:19:12 yaiko kernel: ACPI: EC: event unblocked
Aug 01 12:19:12 yaiko kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 01 12:19:12 yaiko kernel: ACPI: EC: GPE=0x17
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Aug 01 12:19:12 yaiko kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Aug 01 12:19:12 yaiko kernel: iommu: Default domain type: Translated
Aug 01 12:19:12 yaiko kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Aug 01 12:19:12 yaiko kernel: SCSI subsystem initialized
Aug 01 12:19:12 yaiko kernel: libata version 3.00 loaded.
Aug 01 12:19:12 yaiko kernel: ACPI: bus type USB registered
Aug 01 12:19:12 yaiko kernel: usbcore: registered new interface driver usbfs
Aug 01 12:19:12 yaiko kernel: usbcore: registered new interface driver hub
Aug 01 12:19:12 yaiko kernel: usbcore: registered new device driver usb
Aug 01 12:19:12 yaiko kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 01 12:19:12 yaiko kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 01 12:19:12 yaiko kernel: PTP clock support registered
Aug 01 12:19:12 yaiko kernel: EDAC MC: Ver: 3.0.0
Aug 01 12:19:12 yaiko kernel: efivars: Registered efivars operations
Aug 01 12:19:12 yaiko kernel: NetLabel: Initializing
Aug 01 12:19:12 yaiko kernel: NetLabel: domain hash size = 128
Aug 01 12:19:12 yaiko kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Aug 01 12:19:12 yaiko kernel: NetLabel: unlabeled traffic allowed by default
Aug 01 12:19:12 yaiko kernel: mctp: management component transport protocol core
Aug 01 12:19:12 yaiko kernel: NET: Registered PF_MCTP protocol family
Aug 01 12:19:12 yaiko kernel: PCI: Using ACPI for IRQ routing
Aug 01 12:19:12 yaiko kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 01 12:19:12 yaiko kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Aug 01 12:19:12 yaiko kernel: e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
Aug 01 12:19:12 yaiko kernel: e820: reserve RAM buffer [mem 0x70002018-0x73ffffff]
Aug 01 12:19:12 yaiko kernel: e820: reserve RAM buffer [mem 0x7230b000-0x73ffffff]
Aug 01 12:19:12 yaiko kernel: e820: reserve RAM buffer [mem 0x7a942000-0x7bffffff]
Aug 01 12:19:12 yaiko kernel: e820: reserve RAM buffer [mem 0x89d9e000-0x8bffffff]
Aug 01 12:19:12 yaiko kernel: e820: reserve RAM buffer [mem 0x8aeff000-0x8bffffff]
Aug 01 12:19:12 yaiko kernel: e820: reserve RAM buffer [mem 0x56f000000-0x56fffffff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 01 12:19:12 yaiko kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Aug 01 12:19:12 yaiko kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 01 12:19:12 yaiko kernel: vgaarb: loaded
Aug 01 12:19:12 yaiko kernel: clocksource: Switched to clocksource tsc-early
Aug 01 12:19:12 yaiko kernel: VFS: Disk quotas dquot_6.6.0
Aug 01 12:19:12 yaiko kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 01 12:19:12 yaiko kernel: pnp: PnP ACPI init
Aug 01 12:19:12 yaiko kernel: system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:01: [io 0x2000-0x20fe] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:02: [io 0x0680-0x069f] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:02: [io 0xffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:02: [io 0xffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:02: [io 0xffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:02: [io 0x1800-0x18fe] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:02: [io 0x164e-0x164f] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:06: [mem 0xfdaf0000-0xfdafffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:06: [mem 0xfdae0000-0xfdaeffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:06: [mem 0xfdac0000-0xfdacffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
Aug 01 12:19:12 yaiko kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] could not be reserved
Aug 01 12:19:12 yaiko kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved
Aug 01 12:19:12 yaiko kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
Aug 01 12:19:12 yaiko kernel: system 00:07: [mem 0x90000000-0x9001ffff] has been reserved
Aug 01 12:19:12 yaiko kernel: pnp: PnP ACPI: found 8 devices
Aug 01 12:19:12 yaiko kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 01 12:19:12 yaiko kernel: NET: Registered PF_INET protocol family
Aug 01 12:19:12 yaiko kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 01 12:19:12 yaiko kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Aug 01 12:19:12 yaiko kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 01 12:19:12 yaiko kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 01 12:19:12 yaiko kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Aug 01 12:19:12 yaiko kernel: TCP: Hash tables configured (established 262144 bind 65536)
Aug 01 12:19:12 yaiko kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Aug 01 12:19:12 yaiko kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Aug 01 12:19:12 yaiko kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Aug 01 12:19:12 yaiko kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 01 12:19:12 yaiko kernel: NET: Registered PF_XDP protocol family
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x90100000-0x902fffff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x90300000-0x904fffff 64bit pref]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x6000-0x6fff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.0: bridge window [io 0x6000-0x6fff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.0: bridge window [mem 0x90100000-0x902fffff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.0: bridge window [mem 0x90300000-0x904fffff 64bit pref]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.5: PCI bridge to [bus 02]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.5: bridge window [io 0x4000-0x4fff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1c.5: bridge window [mem 0xb1100000-0xb11fffff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff]
Aug 01 12:19:12 yaiko kernel: pci 0000:00:1d.0: bridge window [mem 0xb1000000-0xb10fffff]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:01: resource 0 [io 0x6000-0x6fff]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:01: resource 1 [mem 0x90100000-0x902fffff]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:01: resource 2 [mem 0x90300000-0x904fffff 64bit pref]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:02: resource 1 [mem 0xb1100000-0xb11fffff]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
Aug 01 12:19:12 yaiko kernel: pci_bus 0000:03: resource 1 [mem 0xb1000000-0xb10fffff]
Aug 01 12:19:12 yaiko kernel: PCI: CLS 64 bytes, default 64
Aug 01 12:19:12 yaiko kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 01 12:19:12 yaiko kernel: software IO TLB: mapped [mem 0x000000007d1b0000-0x00000000811b0000] (64MB)
Aug 01 12:19:12 yaiko kernel: Trying to unpack rootfs image as initramfs...
Aug 01 12:19:12 yaiko kernel: Initialise system trusted keyrings
Aug 01 12:19:12 yaiko kernel: Key type blacklist registered
Aug 01 12:19:12 yaiko kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Aug 01 12:19:12 yaiko kernel: zbud: loaded
Aug 01 12:19:12 yaiko kernel: integrity: Platform Keyring initialized
Aug 01 12:19:12 yaiko kernel: integrity: Machine keyring initialized
Aug 01 12:19:12 yaiko kernel: Key type asymmetric registered
Aug 01 12:19:12 yaiko kernel: Asymmetric key parser 'x509' registered
Aug 01 12:19:12 yaiko kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Aug 01 12:19:12 yaiko kernel: io scheduler mq-deadline registered
Aug 01 12:19:12 yaiko kernel: io scheduler kyber registered
Aug 01 12:19:12 yaiko kernel: io scheduler bfq registered
Aug 01 12:19:12 yaiko kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
Aug 01 12:19:12 yaiko kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Aug 01 12:19:12 yaiko kernel: pcieport 0000:00:1c.5: PME: Signaling with IRQ 123
Aug 01 12:19:12 yaiko kernel: pcieport 0000:00:1c.5: AER: enabled with IRQ 123
Aug 01 12:19:12 yaiko kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 124
Aug 01 12:19:12 yaiko kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 124
Aug 01 12:19:12 yaiko kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 01 12:19:12 yaiko kernel: ACPI: AC: AC Adapter [ADP1] (off-line)
Aug 01 12:19:12 yaiko kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Aug 01 12:19:12 yaiko kernel: ACPI: button: Lid Switch [LID0]
Aug 01 12:19:12 yaiko kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Aug 01 12:19:12 yaiko kernel: ACPI: button: Power Button [PWRB]
Aug 01 12:19:12 yaiko kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Aug 01 12:19:12 yaiko kernel: ACPI: button: Power Button [PWRF]
Aug 01 12:19:12 yaiko kernel: ACPI: thermal: [Firmware Bug]: Invalid critical threshold (0)
Aug 01 12:19:12 yaiko kernel: thermal LNXTHERM:00: registered as thermal_zone0
Aug 01 12:19:12 yaiko kernel: ACPI: thermal: Thermal Zone [TZ01] (40 C)
Aug 01 12:19:12 yaiko kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 01 12:19:12 yaiko kernel: hpet_acpi_add: no address or irqs in _CRS
Aug 01 12:19:12 yaiko kernel: Non-volatile memory driver v1.3
Aug 01 12:19:12 yaiko kernel: Linux agpgart interface v0.103
Aug 01 12:19:12 yaiko kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Aug 01 12:19:12 yaiko kernel: ACPI: bus type drm_connector registered
Aug 01 12:19:12 yaiko kernel: ahci 0000:00:17.0: version 3.0
Aug 01 12:19:12 yaiko kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x7 impl SATA mode
Aug 01 12:19:12 yaiko kernel: ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
Aug 01 12:19:12 yaiko kernel: scsi host0: ahci
Aug 01 12:19:12 yaiko kernel: scsi host1: ahci
Aug 01 12:19:12 yaiko kernel: scsi host2: ahci
Aug 01 12:19:12 yaiko kernel: ata1: SATA max UDMA/133 abar m2048@0xb1234000 port 0xb1234100 irq 125
Aug 01 12:19:12 yaiko kernel: ata2: SATA max UDMA/133 abar m2048@0xb1234000 port 0xb1234180 irq 125
Aug 01 12:19:12 yaiko kernel: ata3: SATA max UDMA/133 abar m2048@0xb1234000 port 0xb1234200 irq 125
Aug 01 12:19:12 yaiko kernel: usbcore: registered new interface driver usbserial_generic
Aug 01 12:19:12 yaiko kernel: usbserial: USB Serial support registered for generic
Aug 01 12:19:12 yaiko kernel: rtc_cmos 00:03: RTC can wake from S4
Aug 01 12:19:12 yaiko kernel: rtc_cmos 00:03: registered as rtc0
Aug 01 12:19:12 yaiko kernel: rtc_cmos 00:03: setting system clock to 2023-08-01T16:19:04 UTC (1690906744)
Aug 01 12:19:12 yaiko kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
Aug 01 12:19:12 yaiko kernel: intel_pstate: Intel P-state driver initializing
Aug 01 12:19:12 yaiko kernel: intel_pstate: HWP enabled
Aug 01 12:19:12 yaiko kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 01 12:19:12 yaiko kernel: efifb: probing for efifb
Aug 01 12:19:12 yaiko kernel: efifb: showing boot graphics
Aug 01 12:19:12 yaiko kernel: efifb: framebuffer at 0xa0000000, using 4128k, total 4128k
Aug 01 12:19:12 yaiko kernel: efifb: mode is 1366x768x32, linelength=5504, pages=1
Aug 01 12:19:12 yaiko kernel: efifb: scrolling: redraw
Aug 01 12:19:12 yaiko kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Aug 01 12:19:12 yaiko kernel: fbcon: Deferring console take-over
Aug 01 12:19:12 yaiko kernel: fb0: EFI VGA frame buffer device
Aug 01 12:19:12 yaiko kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 01 12:19:12 yaiko kernel: intel_pmc_core INT33A1:00: initialized
Aug 01 12:19:12 yaiko kernel: drop_monitor: Initializing network drop monitor service
Aug 01 12:19:12 yaiko kernel: Initializing XFRM netlink socket
Aug 01 12:19:12 yaiko kernel: NET: Registered PF_INET6 protocol family
Aug 01 12:19:12 yaiko kernel: ACPI: battery: Slot [BAT0] (battery present)
Aug 01 12:19:12 yaiko kernel: Freeing initrd memory: 21156K
Aug 01 12:19:12 yaiko kernel: Segment Routing with IPv6
Aug 01 12:19:12 yaiko kernel: RPL Segment Routing with IPv6
Aug 01 12:19:12 yaiko kernel: In-situ OAM (IOAM) with IPv6
Aug 01 12:19:12 yaiko kernel: NET: Registered PF_PACKET protocol family
Aug 01 12:19:12 yaiko kernel: microcode: Microcode Update Driver: v2.2.
Aug 01 12:19:12 yaiko kernel: IPI shorthand broadcast: enabled
Aug 01 12:19:12 yaiko kernel: sched_clock: Marking stable (543336225, 6149990)->(597376468, -47890253)
Aug 01 12:19:12 yaiko kernel: registered taskstats version 1
Aug 01 12:19:12 yaiko kernel: Loading compiled-in X.509 certificates
Aug 01 12:19:12 yaiko kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b65da52f996a1ef8dc1cd4ef0d679f59bed8601b'
Aug 01 12:19:12 yaiko kernel: zswap: loaded using pool zstd/zsmalloc
Aug 01 12:19:12 yaiko kernel: Key type .fscrypt registered
Aug 01 12:19:12 yaiko kernel: Key type fscrypt-provisioning registered
Aug 01 12:19:12 yaiko kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 01 12:19:12 yaiko kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Aug 01 12:19:12 yaiko kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 01 12:19:12 yaiko kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Aug 01 12:19:12 yaiko kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 01 12:19:12 yaiko kernel: integrity: Loaded X.509 cert 'Hewlett-Packard Company: HP UEFI Secure Boot 2013 DB key: 1d7cf2c2b92673f69c8ee1ec7063967ab9b62bec'
Aug 01 12:19:12 yaiko kernel: PM: Magic number: 3:56:337
Aug 01 12:19:12 yaiko kernel: thermal thermal_zone0: hash matches
Aug 01 12:19:12 yaiko kernel: tty tty58: hash matches
Aug 01 12:19:12 yaiko kernel: RAS: Correctable Errors collector initialized.
Aug 01 12:19:12 yaiko kernel: clk: Disabling unused clocks
Aug 01 12:19:12 yaiko kernel: ata3: SATA link down (SStatus 4 SControl 300)
Aug 01 12:19:12 yaiko kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 01 12:19:12 yaiko kernel: ata2: SATA link down (SStatus 4 SControl 300)
Aug 01 12:19:12 yaiko kernel: ata1.00: ATA-9: WDC WD10JPVX-60JC3T1, 02.01A02, max UDMA/133
Aug 01 12:19:12 yaiko kernel: ata1.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 32), AA
Aug 01 12:19:12 yaiko kernel: ata1.00: configured for UDMA/133
Aug 01 12:19:12 yaiko kernel: scsi 0:0:0:0: Direct-Access ATA WDC WD10JPVX-60J 1A02 PQ: 0 ANSI: 5
Aug 01 12:19:12 yaiko kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Aug 01 12:19:12 yaiko kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Aug 01 12:19:12 yaiko kernel: sd 0:0:0:0: [sda] Write Protect is off
Aug 01 12:19:12 yaiko kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 01 12:19:12 yaiko kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 01 12:19:12 yaiko kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Aug 01 12:19:12 yaiko kernel: sda: sda1 sda2 sda4 sda5
Aug 01 12:19:12 yaiko kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Aug 01 12:19:12 yaiko kernel: Freeing unused decrypted memory: 2036K
Aug 01 12:19:12 yaiko kernel: Freeing unused kernel image (initmem) memory: 3344K
Aug 01 12:19:12 yaiko kernel: Write protecting the kernel read-only data: 30720k
Aug 01 12:19:12 yaiko kernel: Freeing unused kernel image (rodata/data gap) memory: 1572K
Aug 01 12:19:12 yaiko kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 01 12:19:12 yaiko kernel: rodata_test: all tests were successful
Aug 01 12:19:12 yaiko kernel: x86/mm: Checking user space page tables
Aug 01 12:19:12 yaiko kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 01 12:19:12 yaiko kernel: Run /init as init process
Aug 01 12:19:12 yaiko kernel: with arguments:
Aug 01 12:19:12 yaiko kernel: /init
Aug 01 12:19:12 yaiko kernel: with environment:
Aug 01 12:19:12 yaiko kernel: HOME=/
Aug 01 12:19:12 yaiko kernel: TERM=linux
Aug 01 12:19:12 yaiko kernel: BOOT_IMAGE=/vmlinuz-linux
Aug 01 12:19:12 yaiko kernel: tsc: Refined TSC clocksource calibration: 1992.000 MHz
Aug 01 12:19:12 yaiko kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d519840e, max_idle_ns: 881590569543 ns
Aug 01 12:19:12 yaiko kernel: clocksource: Switched to clocksource tsc
Aug 01 12:19:12 yaiko kernel: wmi_bus wmi_bus-PNP0C14:00: WQBC data block query control method not found
Aug 01 12:19:12 yaiko kernel: wmi_bus wmi_bus-PNP0C14:00: WQBJ data block query control method not found
Aug 01 12:19:12 yaiko kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Aug 01 12:19:12 yaiko kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 01 12:19:12 yaiko kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Aug 01 12:19:12 yaiko kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 01 12:19:12 yaiko kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 01 12:19:12 yaiko kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
Aug 01 12:19:12 yaiko kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 01 12:19:12 yaiko kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 01 12:19:12 yaiko kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Aug 01 12:19:12 yaiko kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 01 12:19:12 yaiko kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 12:19:12 yaiko kernel: usb usb1: Product: xHCI Host Controller
Aug 01 12:19:12 yaiko kernel: usb usb1: Manufacturer: Linux 6.4.7-arch1-1 xhci-hcd
Aug 01 12:19:12 yaiko kernel: usb usb1: SerialNumber: 0000:00:14.0
Aug 01 12:19:12 yaiko kernel: hub 1-0:1.0: USB hub found
Aug 01 12:19:12 yaiko kernel: hub 1-0:1.0: 12 ports detected
Aug 01 12:19:12 yaiko kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Aug 01 12:19:12 yaiko kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 12:19:12 yaiko kernel: usb usb2: Product: xHCI Host Controller
Aug 01 12:19:12 yaiko kernel: usb usb2: Manufacturer: Linux 6.4.7-arch1-1 xhci-hcd
Aug 01 12:19:12 yaiko kernel: usb usb2: SerialNumber: 0000:00:14.0
Aug 01 12:19:12 yaiko kernel: hub 2-0:1.0: USB hub found
Aug 01 12:19:12 yaiko kernel: hub 2-0:1.0: 6 ports detected
Aug 01 12:19:12 yaiko kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Aug 01 12:19:12 yaiko kernel: usb 1-3: new high-speed USB device number 2 using xhci_hcd
Aug 01 12:19:12 yaiko kernel: usb 1-3: New USB device found, idVendor=1bcf, idProduct=2c9b, bcdDevice= 0.05
Aug 01 12:19:12 yaiko kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 12:19:12 yaiko kernel: usb 1-3: Product: HP TrueVision HD Camera
Aug 01 12:19:12 yaiko kernel: usb 1-3: Manufacturer: DGENB01BI910UH
Aug 01 12:19:12 yaiko kernel: usb 1-7: new full-speed USB device number 3 using xhci_hcd
Aug 01 12:19:12 yaiko kernel: usb 1-7: New USB device found, idVendor=0bda, idProduct=b009, bcdDevice= 2.00
Aug 01 12:19:12 yaiko kernel: usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 01 12:19:12 yaiko kernel: usb 1-7: Product: 802.11n WLAN Adapter
Aug 01 12:19:12 yaiko kernel: usb 1-7: Manufacturer: Realtek
Aug 01 12:19:12 yaiko kernel: usb 1-7: SerialNumber: 00e04c000001
Aug 01 12:19:12 yaiko kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Aug 01 12:19:12 yaiko kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Aug 01 12:19:12 yaiko kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/skl_dmc_ver1_27.bin (v1.27)
Aug 01 12:19:12 yaiko kernel: i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
Aug 01 12:19:12 yaiko kernel: i915 0000:00:02.0: [drm] [ENCODER:110:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
Aug 01 12:19:12 yaiko kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Aug 01 12:19:12 yaiko kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
Aug 01 12:19:12 yaiko kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
Aug 01 12:19:12 yaiko kernel: fbcon: i915drmfb (fb0) is primary device
Aug 01 12:19:12 yaiko kernel: fbcon: Deferring console take-over
Aug 01 12:19:12 yaiko kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Aug 01 12:19:12 yaiko kernel: fbcon: Taking over console
Aug 01 12:19:12 yaiko kernel: Console: switching to colour frame buffer device 170x48
Aug 01 12:19:12 yaiko kernel: EXT4-fs (sda5): mounted filesystem f2ead174-d5f0-41d0-93b7-a2bc8df86508 r/w with ordered data mode. Quota mode: none.
Aug 01 12:19:12 yaiko systemd[1]: systemd 253.7-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Aug 01 12:19:12 yaiko systemd[1]: Detected architecture x86-64.
Aug 01 12:19:12 yaiko systemd[1]: Hostname set to <yaiko>.
Aug 01 12:19:12 yaiko systemd[1]: bpf-lsm: LSM BPF program attached
Aug 01 12:19:12 yaiko kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
Aug 01 12:19:12 yaiko systemd[1]: Queued start job for default target Graphical Interface.
Aug 01 12:19:12 yaiko systemd[1]: Created slice Slice /system/getty.
Aug 01 12:19:12 yaiko systemd[1]: Created slice Slice /system/modprobe.
Aug 01 12:19:12 yaiko systemd[1]: Created slice User and Session Slice.
Aug 01 12:19:12 yaiko systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 01 12:19:12 yaiko systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 01 12:19:12 yaiko systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 01 12:19:12 yaiko systemd[1]: Reached target Local Encrypted Volumes.
Aug 01 12:19:12 yaiko systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 01 12:19:12 yaiko systemd[1]: Reached target Path Units.
Aug 01 12:19:12 yaiko systemd[1]: Reached target Remote File Systems.
Aug 01 12:19:12 yaiko systemd[1]: Reached target Slice Units.
Aug 01 12:19:12 yaiko systemd[1]: Reached target Local Verity Protected Volumes.
Aug 01 12:19:12 yaiko systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 01 12:19:12 yaiko systemd[1]: Listening on Process Core Dump Socket.
Aug 01 12:19:12 yaiko systemd[1]: Listening on Journal Socket (/dev/log).
Aug 01 12:19:12 yaiko systemd[1]: Listening on Journal Socket.
Aug 01 12:19:12 yaiko systemd[1]: Listening on udev Control Socket.
Aug 01 12:19:12 yaiko systemd[1]: Listening on udev Kernel Socket.
Aug 01 12:19:12 yaiko systemd[1]: Mounting Huge Pages File System...
Aug 01 12:19:12 yaiko systemd[1]: Mounting POSIX Message Queue File System...
Aug 01 12:19:12 yaiko systemd[1]: Mounting Kernel Debug File System...
Aug 01 12:19:12 yaiko systemd[1]: Mounting Kernel Trace File System...
Aug 01 12:19:12 yaiko systemd[1]: Starting Create List of Static Device Nodes...
Aug 01 12:19:12 yaiko systemd[1]: Starting Load Kernel Module configfs...
Aug 01 12:19:12 yaiko systemd[1]: Starting Load Kernel Module dm_mod...
Aug 01 12:19:12 yaiko systemd[1]: Starting Load Kernel Module drm...
Aug 01 12:19:12 yaiko systemd[1]: Starting Load Kernel Module fuse...
Aug 01 12:19:12 yaiko systemd[1]: Starting Load Kernel Module loop...
Aug 01 12:19:12 yaiko systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Aug 01 12:19:12 yaiko systemd[1]: Starting Journal Service...
Aug 01 12:19:12 yaiko systemd[1]: Starting Load Kernel Modules...
Aug 01 12:19:12 yaiko systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 01 12:19:12 yaiko systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 01 12:19:12 yaiko systemd[1]: Starting Coldplug All udev Devices...
Aug 01 12:19:12 yaiko systemd[1]: Mounted Huge Pages File System.
Aug 01 12:19:12 yaiko systemd[1]: Mounted POSIX Message Queue File System.
Aug 01 12:19:12 yaiko systemd[1]: Mounted Kernel Debug File System.
Aug 01 12:19:12 yaiko systemd[1]: Mounted Kernel Trace File System.
Aug 01 12:19:12 yaiko kernel: loop: module loaded
Aug 01 12:19:12 yaiko systemd[1]: Finished Create List of Static Device Nodes.
Aug 01 12:19:12 yaiko systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 01 12:19:12 yaiko kernel: fuse: init (API version 7.38)
Aug 01 12:19:12 yaiko kernel: EXT4-fs (sda5): re-mounted f2ead174-d5f0-41d0-93b7-a2bc8df86508 r/w. Quota mode: none.
Aug 01 12:19:12 yaiko kernel: device-mapper: uevent: version 1.0.3
Aug 01 12:19:12 yaiko kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Aug 01 12:19:12 yaiko systemd[1]: Finished Load Kernel Module configfs.
Aug 01 12:19:12 yaiko systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 01 12:19:12 yaiko systemd[1]: Finished Load Kernel Module dm_mod.
Aug 01 12:19:12 yaiko systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 01 12:19:12 yaiko systemd[1]: Finished Load Kernel Module drm.
Aug 01 12:19:12 yaiko systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 01 12:19:12 yaiko systemd[1]: Finished Load Kernel Module fuse.
Aug 01 12:19:12 yaiko systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 01 12:19:12 yaiko systemd-journald[187]: Collecting audit messages is disabled.
Aug 01 12:19:12 yaiko systemd[1]: Finished Load Kernel Module loop.
Aug 01 12:19:12 yaiko systemd[1]: Finished Load Kernel Modules.
Aug 01 12:19:12 yaiko systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 01 12:19:12 yaiko systemd[1]: Mounting FUSE Control File System...
Aug 01 12:19:12 yaiko systemd[1]: Mounting Kernel Configuration File System...
Aug 01 12:19:12 yaiko systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 01 12:19:12 yaiko systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 01 12:19:12 yaiko systemd[1]: Starting Load/Save OS Random Seed...
Aug 01 12:19:12 yaiko systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 01 12:19:12 yaiko systemd[1]: Starting Apply Kernel Variables...
Aug 01 12:19:12 yaiko systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 01 12:19:12 yaiko systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 01 12:19:12 yaiko systemd[1]: Mounted FUSE Control File System.
Aug 01 12:19:12 yaiko systemd[1]: Mounted Kernel Configuration File System.
Aug 01 12:19:12 yaiko systemd-journald[187]: Journal started
Aug 01 12:19:12 yaiko systemd-journald[187]: Runtime Journal (/run/log/journal/c1c15737a69143148b324f8fa8347634) is 8.0M, max 994.5M, 986.5M free.
Aug 01 12:19:12 yaiko systemd-modules-load[188]: Inserted module 'crypto_user'
Aug 01 12:19:12 yaiko systemd[1]: Started Journal Service.
Aug 01 12:19:12 yaiko systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 01 12:19:12 yaiko systemd-journald[187]: Time spent on flushing to /var/log/journal/c1c15737a69143148b324f8fa8347634 is 6.204379s for 859 entries.
Aug 01 12:19:12 yaiko systemd-journald[187]: System Journal (/var/log/journal/c1c15737a69143148b324f8fa8347634) is 437.5M, max 4.0G, 3.5G free.
Aug 01 12:19:19 yaiko systemd-journald[187]: Received client request to flush runtime journal.
Aug 01 12:19:19 yaiko systemd-journald[187]: /var/log/journal/c1c15737a69143148b324f8fa8347634/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Aug 01 12:19:19 yaiko systemd-journald[187]: Rotating system journal.
Aug 01 12:19:19 yaiko kernel: input: Wireless hotkeys as /devices/virtual/input/input6
Aug 01 12:19:19 yaiko kernel: Consider using thermal netlink events interface
Aug 01 12:19:19 yaiko kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Aug 01 12:19:19 yaiko kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Aug 01 12:19:19 yaiko kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Aug 01 12:19:19 yaiko kernel: pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000
Aug 01 12:19:19 yaiko kernel: pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
Aug 01 12:19:19 yaiko kernel: i2c i2c-5: 2/2 memory slots populated (from DMI)
Aug 01 12:19:19 yaiko kernel: i2c i2c-5: Successfully instantiated SPD at 0x50
Aug 01 12:19:19 yaiko kernel: mc: Linux media interface: v0.10
Aug 01 12:19:19 yaiko kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Aug 01 12:19:19 yaiko kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Aug 01 12:19:19 yaiko kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Aug 01 12:19:19 yaiko kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Aug 01 12:19:19 yaiko kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Aug 01 12:19:19 yaiko kernel: cryptd: max_cpu_qlen set to 1000
Aug 01 12:19:19 yaiko kernel: intel_rapl_common: Found RAPL domain package
Aug 01 12:19:19 yaiko kernel: intel_rapl_common: Found RAPL domain dram
Aug 01 12:19:19 yaiko kernel: intel_rapl_common: Found RAPL domain package
Aug 01 12:19:19 yaiko kernel: intel_rapl_common: Found RAPL domain core
Aug 01 12:19:19 yaiko kernel: intel_rapl_common: Found RAPL domain uncore
Aug 01 12:19:19 yaiko kernel: intel_rapl_common: Found RAPL domain dram
Aug 01 12:19:19 yaiko kernel: videodev: Linux video capture interface: v2.00
Aug 01 12:19:19 yaiko kernel: input: HP WMI hotkeys as /devices/virtual/input/input9
Aug 01 12:19:19 yaiko kernel: r8169 0000:02:00.0 eth0: RTL8168h/8111h, ac:e2:d3:55:88:0c, XID 541, IRQ 129
Aug 01 12:19:19 yaiko kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Aug 01 12:19:19 yaiko kernel: r8169 0000:02:00.0 eno1: renamed from eth0
Aug 01 12:19:19 yaiko kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Aug 01 12:19:19 yaiko kernel: ee1004 5-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Aug 01 12:19:19 yaiko kernel: AVX2 version of gcm_enc/dec engaged.
Aug 01 12:19:19 yaiko kernel: AES CTR mode by8 optimization enabled
Aug 01 12:19:19 yaiko kernel: Bluetooth: Core ver 2.22
Aug 01 12:19:19 yaiko kernel: NET: Registered PF_BLUETOOTH protocol family
Aug 01 12:19:19 yaiko kernel: Bluetooth: HCI device and connection manager initialized
Aug 01 12:19:19 yaiko kernel: Bluetooth: HCI socket layer initialized
Aug 01 12:19:19 yaiko kernel: Bluetooth: L2CAP socket layer initialized
Aug 01 12:19:19 yaiko kernel: Bluetooth: SCO socket layer initialized
Aug 01 12:19:19 yaiko kernel: iTCO_vendor_support: vendor-support=0
Aug 01 12:19:19 yaiko kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x6d4f02)
Aug 01 12:19:19 yaiko kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x71, 0x1a, 0x0b.
Aug 01 12:19:19 yaiko kernel: usb 1-3: Found UVC 1.00 device HP TrueVision HD Camera (1bcf:2c9b)
Aug 01 12:19:19 yaiko kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 01 12:19:19 yaiko kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 01 12:19:19 yaiko kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Aug 01 12:19:19 yaiko kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Aug 01 12:19:19 yaiko kernel: psmouse serio1: elantech: Elan sample query result 04, 4f, 97
Aug 01 12:19:19 yaiko kernel: usbcore: registered new interface driver uvcvideo
Aug 01 12:19:19 yaiko kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input8
Aug 01 12:19:19 yaiko kernel: mousedev: PS/2 mouse device common for all mice
Aug 01 12:19:19 yaiko kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 01 12:19:19 yaiko kernel: cfg80211: failed to load regulatory.db
Aug 01 12:19:19 yaiko kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3227: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Aug 01 12:19:19 yaiko kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 01 12:19:19 yaiko kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Aug 01 12:19:19 yaiko kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Aug 01 12:19:19 yaiko kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Aug 01 12:19:19 yaiko kernel: snd_hda_codec_realtek hdaudioC0D0: Mic=0x19
Aug 01 12:19:19 yaiko kernel: usbcore: registered new interface driver btusb
Aug 01 12:19:19 yaiko kernel: Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000d lmp_ver=08 lmp_subver=8723
Aug 01 12:19:19 yaiko kernel: Bluetooth: hci0: RTL: rom_version status=0 version=2
Aug 01 12:19:19 yaiko kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8723d_fw.bin
Aug 01 12:19:19 yaiko kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
Aug 01 12:19:19 yaiko kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
Aug 01 12:19:19 yaiko kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
Aug 01 12:19:19 yaiko kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
Aug 01 12:19:19 yaiko kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
Aug 01 12:19:19 yaiko kernel: rtw_8723de 0000:03:00.0: Firmware version 48.0.0, H2C version 0
Aug 01 12:19:19 yaiko kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8723d_config.bin
Aug 01 12:19:19 yaiko kernel: Bluetooth: hci0: RTL: cfg_sz 10, total sz 33266
Aug 01 12:19:19 yaiko kernel: rtw_8723de 0000:03:00.0 wlo1: renamed from wlan0
Aug 01 12:19:19 yaiko kernel: Bluetooth: hci0: RTL: fw version 0x828a96f1
Aug 01 12:19:19 yaiko kernel: intel_tcc_cooling: Programmable TCC Offset detected
Aug 01 12:19:12 yaiko systemd[1]: Finished Apply Kernel Variables.
Aug 01 12:19:12 yaiko systemd[1]: Finished Load/Save OS Random Seed.
Aug 01 12:19:12 yaiko systemd[1]: Finished Coldplug All udev Devices.
Aug 01 12:19:12 yaiko systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 01 12:19:13 yaiko systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 01 12:19:13 yaiko systemd[1]: Reached target Preparation for Local File Systems.
Aug 01 12:19:13 yaiko systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 01 12:19:13 yaiko systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 01 12:19:13 yaiko systemd-udevd[202]: Using default interface naming scheme 'v253'.
Aug 01 12:19:15 yaiko systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 01 12:19:15 yaiko systemd[1]: Created slice Slice /system/systemd-backlight.
Aug 01 12:19:15 yaiko systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Aug 01 12:19:15 yaiko systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Aug 01 12:19:15 yaiko systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 01 12:19:16 yaiko systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 01 12:19:16 yaiko systemd[1]: Starting Load Kernel Module dm_mod...
Aug 01 12:19:16 yaiko systemd[1]: Starting Load Kernel Module loop...
Aug 01 12:19:16 yaiko systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 01 12:19:16 yaiko systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 01 12:19:16 yaiko systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Aug 01 12:19:16 yaiko systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 01 12:19:16 yaiko systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 01 12:19:16 yaiko systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 01 12:19:16 yaiko systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 01 12:19:16 yaiko systemd[1]: Finished Load Kernel Module dm_mod.
Aug 01 12:19:16 yaiko systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 01 12:19:16 yaiko systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 01 12:19:16 yaiko systemd[1]: Finished Load Kernel Module loop.
Aug 01 12:19:16 yaiko systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 01 12:19:17 yaiko systemd[1]: Reached target Sound Card.
Aug 01 12:19:19 yaiko systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 01 12:19:19 yaiko systemd[1]: Found device WDC_WD10JPVX-60JC3T1 EFI_System.
Aug 01 12:19:19 yaiko systemd[1]: Mounting /boot...
Aug 01 12:19:20 yaiko kernel: FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Aug 01 12:19:20 yaiko systemd[1]: Mounted /boot.
Aug 01 12:19:21 yaiko systemd[1]: systemd-rfkill.service: Deactivated successfully.
Aug 01 12:20:41 yaiko systemd[1]: dev-disk-by\x2duuid-91b854b1\x2d0161\x2d4c48\x2d981f\x2d4f061ee2d529.device: Job dev-disk-by\x2duuid-91b854b1\x2d0161\x2d4c48\x2d981f\x2d4f061ee2d529.device/start timed out.
Aug 01 12:20:41 yaiko systemd[1]: Timed out waiting for device /dev/disk/by-uuid/91b854b1-0161-4c48-981f-4f061ee2d529.
Aug 01 12:20:41 yaiko systemd[1]: Dependency failed for /dev/disk/by-uuid/91b854b1-0161-4c48-981f-4f061ee2d529.
Aug 01 12:20:41 yaiko systemd[1]: Dependency failed for Swaps.
Aug 01 12:20:41 yaiko systemd[1]: swap.target: Job swap.target/start failed with result 'dependency'.
Aug 01 12:20:41 yaiko systemd[1]: dev-disk-by\x2duuid-91b854b1\x2d0161\x2d4c48\x2d981f\x2d4f061ee2d529.swap: Job dev-disk-by\x2duuid-91b854b1\x2d0161\x2d4c48\x2d981f\x2d4f061ee2d529.swap/start failed with result 'dependency'.
Aug 01 12:20:41 yaiko systemd[1]: dev-disk-by\x2duuid-91b854b1\x2d0161\x2d4c48\x2d981f\x2d4f061ee2d529.device: Job dev-disk-by\x2duuid-91b854b1\x2d0161\x2d4c48\x2d981f\x2d4f061ee2d529.device/start failed with result 'timeout'.
Aug 01 12:20:42 yaiko systemd[1]: Mounting Temporary Directory /tmp...
Aug 01 12:20:42 yaiko systemd[1]: Mounted Temporary Directory /tmp.
Aug 01 12:20:42 yaiko systemd[1]: Reached target Local File Systems.
Aug 01 12:20:42 yaiko systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 01 12:20:42 yaiko systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 01 12:20:42 yaiko systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Aug 01 12:20:42 yaiko systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 01 12:20:42 yaiko systemd[1]: Starting Create Volatile Files and Directories...
Aug 01 12:20:42 yaiko systemd[1]: Finished Create Volatile Files and Directories.
Aug 01 12:20:42 yaiko systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Aug 01 12:20:42 yaiko systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Aug 01 12:20:42 yaiko systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 01 12:20:42 yaiko systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 01 12:20:42 yaiko systemd[1]: Reached target System Initialization.
Aug 01 12:20:42 yaiko systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Aug 01 12:20:42 yaiko systemd[1]: Started Daily man-db regeneration.
Aug 01 12:20:42 yaiko systemd[1]: Started Daily verification of password and group files.
Aug 01 12:20:42 yaiko systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 01 12:20:42 yaiko systemd[1]: Reached target Timer Units.
Aug 01 12:20:42 yaiko systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 01 12:20:42 yaiko systemd[1]: Reached target Socket Units.
Aug 01 12:20:42 yaiko 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).
Aug 01 12:20:42 yaiko systemd[1]: Reached target Basic System.
Aug 01 12:20:42 yaiko systemd[1]: Starting Bluetooth service...
Aug 01 12:20:42 yaiko systemd[1]: Starting D-Bus System Message Bus...
Aug 01 12:20:42 yaiko systemd[1]: Starting User Login Management...
Aug 01 12:20:42 yaiko 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).
Aug 01 12:20:43 yaiko systemd-logind[290]: New seat seat0.
Aug 01 12:20:43 yaiko systemd-logind[290]: Watching system buttons on /dev/input/event2 (Power Button)
Aug 01 12:20:43 yaiko systemd-logind[290]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 01 12:20:43 yaiko systemd-logind[290]: Watching system buttons on /dev/input/event0 (Lid Switch)
Aug 01 12:20:43 yaiko systemd-logind[290]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Aug 01 12:20:43 yaiko systemd[1]: Started User Login Management.
Aug 01 12:20:43 yaiko bluetoothd[288]: Bluetooth daemon 5.68
Aug 01 12:20:43 yaiko systemd[1]: Started D-Bus System Message Bus.
Aug 01 12:20:43 yaiko dbus-daemon[289]: [system] Successfully activated service 'org.freedesktop.systemd1'
Aug 01 12:20:43 yaiko bluetoothd[288]: Starting SDP server
Aug 01 12:20:43 yaiko systemd[1]: Starting Network Manager...
Aug 01 12:20:43 yaiko systemd[1]: Started Bluetooth service.
Aug 01 12:20:43 yaiko bluetoothd[288]: src/plugin.c:plugin_init() System does not support csip plugin
Aug 01 12:20:43 yaiko bluetoothd[288]: src/plugin.c:plugin_init() System does not support vcp plugin
Aug 01 12:20:43 yaiko bluetoothd[288]: src/plugin.c:plugin_init() System does not support mcp plugin
Aug 01 12:20:43 yaiko bluetoothd[288]: src/plugin.c:plugin_init() System does not support bass plugin
Aug 01 12:20:43 yaiko bluetoothd[288]: src/plugin.c:plugin_init() System does not support bap plugin
Aug 01 12:20:43 yaiko systemd[1]: Reached target Bluetooth Support.
Aug 01 12:20:43 yaiko kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Aug 01 12:20:43 yaiko kernel: Bluetooth: BNEP filters: protocol multicast
Aug 01 12:20:43 yaiko kernel: Bluetooth: BNEP socket layer initialized
Aug 01 12:20:43 yaiko bluetoothd[288]: Bluetooth management interface 1.22 initialized
Aug 01 12:20:43 yaiko dbus-daemon[289]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.1' (uid=0 pid=288 comm="/usr/lib/bluetooth/bluetoothd")
Aug 01 12:20:43 yaiko bluetoothd[288]: src/adapter.c:reset_adv_monitors_complete() Failed to reset Adv Monitors: Failed (0x03)
Aug 01 12:20:43 yaiko kernel: Bluetooth: MGMT ver 1.22
Aug 01 12:20:43 yaiko kernel: NET: Registered PF_ALG protocol family
Aug 01 12:20:43 yaiko systemd[1]: Starting Hostname Service...
Aug 01 12:20:43 yaiko bluetoothd[288]: Failed to clear UUIDs: Failed (0x03)
Aug 01 12:20:43 yaiko bluetoothd[288]: Failed to add UUID: Failed (0x03)
Aug 01 12:20:43 yaiko bluetoothd[288]: Failed to add UUID: Failed (0x03)
Aug 01 12:20:43 yaiko bluetoothd[288]: Failed to add UUID: Failed (0x03)
Aug 01 12:20:43 yaiko bluetoothd[288]: Failed to set mode: Failed (0x03)
Aug 01 12:20:43 yaiko bluetoothd[288]: Failed to add UUID: Failed (0x03)
Aug 01 12:20:43 yaiko bluetoothd[288]: Failed to add UUID: Failed (0x03)
Aug 01 12:20:43 yaiko bluetoothd[288]: Failed to add UUID: Failed (0x03)
Aug 01 12:20:43 yaiko dbus-daemon[289]: [system] Successfully activated service 'org.freedesktop.hostname1'
Aug 01 12:20:43 yaiko systemd[1]: Started Hostname Service.
Aug 01 12:20:44 yaiko NetworkManager[307]: <info> [1690906844.6349] NetworkManager (version 1.42.6-1) is starting... (boot:d719b383-d27f-4ed9-ae9b-429da5f5f70a)
Aug 01 12:20:44 yaiko NetworkManager[307]: <info> [1690906844.6352] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Aug 01 12:20:44 yaiko systemd[1]: Started Network Manager.
Aug 01 12:20:44 yaiko NetworkManager[307]: <info> [1690906844.7065] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Aug 01 12:20:44 yaiko systemd[1]: Reached target Network.
Aug 01 12:20:44 yaiko systemd[1]: Starting Permit User Sessions...
Aug 01 12:20:44 yaiko NetworkManager[307]: <info> [1690906844.7738] manager[0x56045d17c1c0]: monitoring kernel firmware directory '/lib/firmware'.
Aug 01 12:20:44 yaiko NetworkManager[307]: <info> [1690906844.7833] hostname: hostname: using hostnamed
Aug 01 12:20:44 yaiko NetworkManager[307]: <info> [1690906844.7833] hostname: static hostname changed from (none) to "yaiko"
Aug 01 12:20:44 yaiko NetworkManager[307]: <info> [1690906844.7844] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Aug 01 12:20:44 yaiko systemd[1]: Finished Permit User Sessions.
Aug 01 12:20:44 yaiko NetworkManager[307]: <info> [1690906844.7900] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1d.0/0000:03:00.0/ieee80211/phy0/rfkill1) (driver rtw_8723de)
Aug 01 12:20:44 yaiko NetworkManager[307]: <info> [1690906844.7909] manager[0x56045d17c1c0]: rfkill: Wi-Fi hardware radio set enabled
Aug 01 12:20:44 yaiko NetworkManager[307]: <info> [1690906844.7910] manager[0x56045d17c1c0]: rfkill: WWAN hardware radio set enabled
Aug 01 12:20:44 yaiko systemd[1]: Started Getty on tty1.
Aug 01 12:20:44 yaiko systemd[1]: Reached target Login Prompts.
Aug 01 12:20:44 yaiko systemd[1]: Reached target Multi-User System.
Aug 01 12:20:44 yaiko systemd[1]: Reached target Graphical Interface.
Aug 01 12:20:44 yaiko systemd[1]: Startup finished in 6.177s (firmware) + 3.203s (loader) + 5.145s (kernel) + 1min 35.634s (userspace) = 1min 50.161s.
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.0914] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-ovs.so)
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.5500] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-team.so)
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.5654] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-adsl.so)
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.6353] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-bluetooth.so)
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.6386] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wifi.so)
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.6404] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wwan.so)
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.6418] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.6422] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.6425] manager: Networking is enabled by state file
Aug 01 12:20:45 yaiko dbus-daemon[289]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=307 comm="/usr/bin/NetworkManager --no-daemon")
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.6513] settings: Loaded settings plugin: keyfile (internal)
Aug 01 12:20:45 yaiko systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.7535] dhcp: init: Using DHCP client 'internal'
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.7549] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.7596] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.7615] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.7645] device (lo): Activation: starting connection 'lo' (df72c6e2-1498-4694-a421-b84e72268f6a)
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.7691] manager: (eno1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.7737] settings: (eno1): created default wired connection 'Wired connection 1'
Aug 01 12:20:45 yaiko NetworkManager[307]: <info> [1690906845.7740] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Aug 01 12:20:45 yaiko dbus-daemon[289]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 01 12:20:45 yaiko systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 01 12:20:45 yaiko kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Aug 01 12:20:46 yaiko kernel: r8169 0000:02:00.0 eno1: Link is Down
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.0462] device (wlo1): driver supports Access Point (AP) mode
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.0469] manager: (wlo1): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.0472] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.2107] device (wlo1): set-hw-addr: set MAC address to EE:D2:6B:3A:0B:D6 (scanning)
Aug 01 12:20:46 yaiko dbus-daemon[289]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=307 comm="/usr/bin/NetworkManager --no-daemon")
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.3753] ovsdb: disconnected from ovsdb
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.3759] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.3765] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.3769] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.3785] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.3811] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.3814] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.3822] device (lo): Activation: successful, device activated.
Aug 01 12:20:46 yaiko systemd[1]: Starting WPA supplicant...
Aug 01 12:20:46 yaiko dbus-daemon[289]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Aug 01 12:20:46 yaiko systemd[1]: Started WPA supplicant.
Aug 01 12:20:46 yaiko wpa_supplicant[331]: Successfully initialized wpa_supplicant
Aug 01 12:20:46 yaiko wpa_supplicant[331]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.8033] device (wlo1): supplicant interface state: internal-starting -> disconnected
Aug 01 12:20:46 yaiko NetworkManager[307]: <info> [1690906846.8036] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.1623] policy: auto-activating connection 'VTR-9709489' (7bb334fa-4fa4-4969-8efe-acf3173e9987)
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.1627] device (wlo1): Activation: starting connection 'VTR-9709489' (7bb334fa-4fa4-4969-8efe-acf3173e9987)
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.1628] device (wlo1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.1632] manager: NetworkManager state is now CONNECTING
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.1909] device (wlo1): set-hw-addr: reset MAC address to B0:52:16:0A:6C:F9 (preserve)
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3315] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3331] device (wlo1): Activation: (wifi) access point 'VTR-9709489' has security, but secrets are required.
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3332] device (wlo1): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3337] sup-iface[dbb6449313621fd0,0,wlo1]: wps: type pbc start...
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3348] device (wlo1): supplicant interface state: disconnected -> interface_disabled
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3378] device (wlo1): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3390] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3403] device (wlo1): Activation: (wifi) connection 'VTR-9709489' has security, and secrets exist. No new secrets needed.
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3404] Config: added 'ssid' value 'VTR-9709489'
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3405] Config: added 'scan_ssid' value '1'
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3406] Config: added 'bgscan' value 'simple:30:-70:86400'
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3407] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3407] Config: added 'auth_alg' value 'OPEN'
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3407] Config: added 'psk' value '<hidden>'
Aug 01 12:20:48 yaiko wpa_supplicant[331]: wlo1: WPS-CANCEL
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.3485] device (wlo1): supplicant interface state: interface_disabled -> inactive
Aug 01 12:20:48 yaiko wpa_supplicant[331]: wlo1: SME: Trying to authenticate with 18:35:d1:1d:81:71 (SSID='VTR-9709489' freq=2462 MHz)
Aug 01 12:20:48 yaiko kernel: wlo1: authenticate with 18:35:d1:1d:81:71
Aug 01 12:20:48 yaiko kernel: wlo1: 80 MHz not supported, disabling VHT
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.6508] device (wlo1): supplicant interface state: inactive -> authenticating
Aug 01 12:20:48 yaiko kernel: wlo1: send auth to 18:35:d1:1d:81:71 (try 1/3)
Aug 01 12:20:48 yaiko wpa_supplicant[331]: wlo1: Trying to associate with 18:35:d1:1d:81:71 (SSID='VTR-9709489' freq=2462 MHz)
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.6565] device (wlo1): supplicant interface state: authenticating -> associating
Aug 01 12:20:48 yaiko kernel: wlo1: authenticated
Aug 01 12:20:48 yaiko kernel: wlo1: associate with 18:35:d1:1d:81:71 (try 1/3)
Aug 01 12:20:48 yaiko kernel: wlo1: RX AssocResp from 18:35:d1:1d:81:71 (capab=0x1431 status=0 aid=2)
Aug 01 12:20:48 yaiko kernel: wlo1: associated
Aug 01 12:20:48 yaiko wpa_supplicant[331]: wlo1: Associated with 18:35:d1:1d:81:71
Aug 01 12:20:48 yaiko wpa_supplicant[331]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.6717] device (wlo1): supplicant interface state: associating -> associated
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.6858] device (wlo1): supplicant interface state: associated -> 4way_handshake
Aug 01 12:20:48 yaiko kernel: wlo1: Limiting TX power to 30 (30 - 0) dBm as advertised by 18:35:d1:1d:81:71
Aug 01 12:20:48 yaiko wpa_supplicant[331]: wlo1: WPA: Key negotiation completed with 18:35:d1:1d:81:71 [PTK=CCMP GTK=CCMP]
Aug 01 12:20:48 yaiko wpa_supplicant[331]: wlo1: CTRL-EVENT-CONNECTED - Connection to 18:35:d1:1d:81:71 completed [id=0 id_str=]
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.8743] device (wlo1): supplicant interface state: 4way_handshake -> completed
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.8744] device (wlo1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "VTR-9709489"
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.8748] device (wlo1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Aug 01 12:20:48 yaiko kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.8762] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.9895] dhcp4 (wlo1): state changed new lease, address=192.168.0.11
Aug 01 12:20:48 yaiko NetworkManager[307]: <info> [1690906848.9914] policy: set 'VTR-9709489' (wlo1) as default for IPv4 routing and DNS
Aug 01 12:20:48 yaiko dbus-daemon[289]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=307 comm="/usr/bin/NetworkManager --no-daemon")
Aug 01 12:20:48 yaiko dbus-daemon[289]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Aug 01 12:20:49 yaiko NetworkManager[307]: <info> [1690906849.1203] device (wlo1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Aug 01 12:20:49 yaiko NetworkManager[307]: <info> [1690906849.1282] device (wlo1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Aug 01 12:20:49 yaiko NetworkManager[307]: <info> [1690906849.1292] device (wlo1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Aug 01 12:20:49 yaiko NetworkManager[307]: <info> [1690906849.1308] manager: NetworkManager state is now CONNECTED_SITE
Aug 01 12:20:49 yaiko NetworkManager[307]: <info> [1690906849.1327] device (wlo1): Activation: successful, device activated.
Aug 01 12:20:49 yaiko wpa_supplicant[331]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-32 noise=9999 txrate=5500
Aug 01 12:20:49 yaiko wpa_supplicant[331]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-30 noise=9999 txrate=6500
Aug 01 12:20:49 yaiko NetworkManager[307]: <info> [1690906849.8728] manager: NetworkManager state is now CONNECTED_GLOBAL
Aug 01 12:20:50 yaiko NetworkManager[307]: <info> [1690906850.4913] dhcp6 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Aug 01 12:20:50 yaiko NetworkManager[307]: <info> [1690906850.4937] policy: set 'VTR-9709489' (wlo1) as default for IPv6 routing and DNS
Aug 01 12:20:50 yaiko NetworkManager[307]: <info> [1690906850.5915] dhcp6 (wlo1): state changed new lease
Aug 01 12:20:52 yaiko NetworkManager[307]: <info> [1690906852.0454] manager: startup complete
Aug 01 12:20:53 yaiko dbus-daemon[289]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=325 comm="/bin/login -p -- ")
Aug 01 12:20:53 yaiko dbus-daemon[289]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 01 12:20:55 yaiko systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Aug 01 12:20:55 yaiko login[325]: pam_unix(login:session): session opened for user yaiko(uid=1000) by yaiko(uid=0)
Aug 01 12:20:56 yaiko systemd[1]: Created slice User Slice of UID 1000.
Aug 01 12:20:56 yaiko systemd[1]: Starting User Runtime Directory /run/user/1000...
Aug 01 12:20:56 yaiko systemd-logind[290]: New session 1 of user yaiko.
Aug 01 12:20:56 yaiko systemd[1]: Finished User Runtime Directory /run/user/1000.
Aug 01 12:20:56 yaiko systemd[1]: Starting User Manager for UID 1000...
Aug 01 12:20:56 yaiko dbus-daemon[289]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.10' (uid=0 pid=347 comm="(systemd)")
Aug 01 12:20:56 yaiko dbus-daemon[289]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 01 12:20:56 yaiko (systemd)[347]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[yaiko] ruser=[<unknown>] rhost=[<unknown>]
Aug 01 12:20:56 yaiko (systemd)[347]: pam_unix(systemd-user:session): session opened for user yaiko(uid=1000) by yaiko(uid=0)
Aug 01 12:20:57 yaiko systemd[347]: Queued start job for default target Main User Target.
Aug 01 12:20:58 yaiko systemd-journald[187]: /var/log/journal/c1c15737a69143148b324f8fa8347634/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Aug 01 12:20:57 yaiko login[325]: LOGIN ON tty1 BY yaiko
Aug 01 12:20:57 yaiko systemd[347]: Created slice User Application Slice.
Aug 01 12:20:57 yaiko systemd[347]: Created slice User Core Session Slice.
Aug 01 12:20:57 yaiko systemd[347]: Reached target Paths.
Aug 01 12:20:57 yaiko systemd[347]: Reached target Timers.
Aug 01 12:20:57 yaiko systemd[347]: Starting D-Bus User Message Bus Socket...
Aug 01 12:20:57 yaiko systemd[347]: Listening on GnuPG network certificate management daemon.
Aug 01 12:20:57 yaiko systemd[347]: Listening on GCR ssh-agent wrapper.
Aug 01 12:20:57 yaiko systemd[347]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 01 12:20:57 yaiko systemd[347]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 01 12:20:57 yaiko systemd[347]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 01 12:20:57 yaiko systemd[347]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 01 12:20:57 yaiko systemd[347]: Listening on p11-kit server.
Aug 01 12:20:57 yaiko systemd[347]: Listening on PipeWire Multimedia System Socket.
Aug 01 12:20:57 yaiko systemd[347]: Listening on Sound System.
Aug 01 12:20:57 yaiko systemd[347]: Listening on D-Bus User Message Bus Socket.
Aug 01 12:20:57 yaiko systemd[347]: Reached target Sockets.
Aug 01 12:20:57 yaiko systemd[347]: Reached target Basic System.
Aug 01 12:20:57 yaiko systemd[1]: Started User Manager for UID 1000.
Aug 01 12:20:57 yaiko systemd[347]: Starting Sound Service...
Aug 01 12:20:57 yaiko systemd[1]: Started Session 1 of User yaiko.
Aug 01 12:20:59 yaiko dbus-daemon[289]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.12' (uid=1000 pid=354 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Aug 01 12:20:59 yaiko systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Aug 01 12:20:59 yaiko dbus-daemon[289]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Aug 01 12:20:59 yaiko systemd[1]: Started RealtimeKit Scheduling Policy Service.
Aug 01 12:20:59 yaiko rtkit-daemon[380]: Successfully called chroot.
Aug 01 12:20:59 yaiko rtkit-daemon[380]: Successfully dropped privileges.
Aug 01 12:20:59 yaiko rtkit-daemon[380]: Successfully limited resources.
Aug 01 12:20:59 yaiko rtkit-daemon[380]: Running.
Aug 01 12:20:59 yaiko rtkit-daemon[380]: Canary thread running.
Aug 01 12:20:59 yaiko rtkit-daemon[380]: Watchdog thread running.
Aug 01 12:20:59 yaiko dbus-daemon[289]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.13' (uid=0 pid=380 comm="/usr/lib/rtkit-daemon")
Aug 01 12:20:59 yaiko systemd[1]: Starting Authorization Manager...
Aug 01 12:20:59 yaiko polkitd[383]: Started polkitd version 122
Aug 01 12:20:59 yaiko polkitd[383]: Loading rules from directory /etc/polkit-1/rules.d
Aug 01 12:20:59 yaiko polkitd[383]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 01 12:20:59 yaiko polkitd[383]: Finished loading, compiling and executing 5 rules
Aug 01 12:20:59 yaiko dbus-daemon[289]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Aug 01 12:20:59 yaiko systemd[1]: Started Authorization Manager.
Aug 01 12:20:59 yaiko polkitd[383]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 01 12:21:00 yaiko rtkit-daemon[380]: Successfully made thread 354 of process 354 owned by '1000' high priority at nice level -11.
Aug 01 12:21:00 yaiko rtkit-daemon[380]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 12:21:00 yaiko systemd[347]: Starting D-Bus User Message Bus...
Aug 01 12:21:01 yaiko systemd[347]: Started D-Bus User Message Bus.
Aug 01 12:21:05 yaiko rtkit-daemon[380]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 12:21:05 yaiko rtkit-daemon[380]: Successfully made thread 399 of process 354 owned by '1000' RT at priority 5.
Aug 01 12:21:05 yaiko rtkit-daemon[380]: Supervising 2 threads of 1 processes of 1 users.
Aug 01 12:21:05 yaiko rtkit-daemon[380]: Supervising 2 threads of 1 processes of 1 users.
Aug 01 12:21:05 yaiko rtkit-daemon[380]: Successfully made thread 401 of process 354 owned by '1000' RT at priority 5.
Aug 01 12:21:05 yaiko rtkit-daemon[380]: Supervising 3 threads of 1 processes of 1 users.
Aug 01 12:21:07 yaiko pulseaudio[354]: stat('/etc/pulse/default.pa.d'): No such file or directory
Aug 01 12:21:07 yaiko systemd[347]: Started Sound Service.
Aug 01 12:21:07 yaiko systemd[347]: Reached target Main User Target.
Aug 01 12:21:07 yaiko systemd[347]: Startup finished in 11.271s.
Aug 01 12:21:07 yaiko pulseaudio[354]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Aug 01 12:21:07 yaiko bluetoothd[288]: Failed to add UUID: Failed (0x03)
Aug 01 12:21:07 yaiko bluetoothd[288]: Failed to add UUID: Failed (0x03)
Aug 01 12:21:07 yaiko kernel: Bluetooth: RFCOMM TTY layer initialized
Aug 01 12:21:07 yaiko kernel: Bluetooth: RFCOMM socket layer initialized
Aug 01 12:21:07 yaiko kernel: Bluetooth: RFCOMM ver 1.11
Aug 01 12:21:07 yaiko bluetoothd[288]: Endpoint registered: sender=:1.18 path=/MediaEndpoint/A2DPSink/sbc
Aug 01 12:21:07 yaiko bluetoothd[288]: Endpoint registered: sender=:1.18 path=/MediaEndpoint/A2DPSource/sbc
Aug 01 12:21:07 yaiko bluetoothd[288]: Endpoint registered: sender=:1.18 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Aug 01 12:21:07 yaiko bluetoothd[288]: Endpoint registered: sender=:1.18 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Aug 01 12:21:07 yaiko bluetoothd[288]: Endpoint registered: sender=:1.18 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Aug 01 12:21:07 yaiko bluetoothd[288]: Endpoint registered: sender=:1.18 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Aug 01 12:21:07 yaiko bluetoothd[288]: Endpoint registered: sender=:1.18 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Aug 01 12:21:07 yaiko bluetoothd[288]: Endpoint registered: sender=:1.18 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Aug 01 12:21:07 yaiko bluetoothd[288]: Failed to add UUID: Failed (0x03)
Aug 01 12:21:07 yaiko bluetoothd[288]: Failed to add UUID: Failed (0x03)
Aug 01 12:21:14 yaiko systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Aug 01 12:21:25 yaiko kernel: warning: `awk' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Aug 01 12:21:26 yaiko dbus-daemon[396]: [session uid=1000 pid=396] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=1000 pid=438 comm="/usr/lib/chromium/chromium")
Aug 01 12:21:26 yaiko systemd[347]: Starting Virtual filesystem service...
Aug 01 12:21:27 yaiko dbus-daemon[396]: [session uid=1000 pid=396] Successfully activated service 'org.gtk.vfs.Daemon'
Aug 01 12:21:27 yaiko systemd[347]: Started Virtual filesystem service.
Aug 01 12:21:42 yaiko dbus-daemon[396]: [session uid=1000 pid=396] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.4' (uid=1000 pid=438 comm="/usr/lib/chromium/chromium")
Aug 01 12:21:42 yaiko systemd[347]: Starting Accessibility services bus...
Aug 01 12:21:42 yaiko dbus-daemon[396]: [session uid=1000 pid=396] Successfully activated service 'org.a11y.Bus'
Aug 01 12:21:42 yaiko systemd[347]: Started Accessibility services bus.
Aug 01 12:21:48 yaiko dbus-daemon[289]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.22' (uid=1000 pid=438 comm="/usr/lib/chromium/chromium")
Aug 01 12:21:48 yaiko systemd[1]: Starting Daemon for power management...
Aug 01 12:21:56 yaiko dbus-daemon[289]: [system] Successfully activated service 'org.freedesktop.UPower'
Aug 01 12:21:56 yaiko systemd[1]: Started Daemon for power management.
Aug 01 12:22:30 yaiko dbus-daemon[289]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.24' (uid=0 pid=2049 comm="sudo journalctl -b")
Aug 01 12:22:30 yaiko dbus-daemon[289]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 01 12:22:32 yaiko sudo[2049]: pam_unix(sudo:auth): authentication failure; logname=yaiko uid=1000 euid=0 tty=/dev/pts/1 ruser=yaiko rhost= user=yaiko
Aug 01 12:22:37 yaiko sudo[2049]: yaiko : TTY=pts/1 ; PWD=/home/yaiko ; USER=root ; COMMAND=/usr/bin/journalctl -b
Aug 01 12:22:37 yaiko sudo[2049]: pam_unix(sudo:session): session opened for user root(uid=0) by yaiko(uid=1000)
Aug 01 12:22:59 yaiko sudo[2049]: pam_unix(sudo:session): session closed for user root
Aug 01 12:23:12 yaiko dbus-daemon[289]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.25' (uid=0 pid=2743 comm="sudo journalctl -b")
Aug 01 12:23:12 yaiko dbus-daemon[289]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 01 12:23:12 yaiko sudo[2743]: yaiko : TTY=pts/1 ; PWD=/home/yaiko ; USER=root ; COMMAND=/usr/bin/journalctl -b
Aug 01 12:23:12 yaiko sudo[2743]: pam_unix(sudo:session): session opened for user root(uid=0) by yaiko(uid=1000)fstab:
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda5
UUID=f2ead174-d5f0-41d0-93b7-a2bc8df86508 / ext4 rw,relatime 0 1
# /dev/sda1 LABEL=EFI\134x20System
UUID=A41C-5BED /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 2
# /dev/sda3
UUID=91b854b1-0161-4c48-981f-4f061ee2d529 none swap defaults 0 0Offline
Please also post the output of
# blkidOffline
Looks like your swap got another UUID so systemd tries to mount a non existing swap and bails out after timeout:
Aug 01 12:20:41 yaiko systemd[1]: dev-disk-by\x2duuid-91b854b1\x2d0161\x2d4c48\x2d981f\x2d4f061ee2d529.device: Job dev-disk-by\x2duuid-91b854b1\x2d0161\x2d4c48\x2d981f\x2d4f061ee2d529.device/start timed out.
Aug 01 12:20:41 yaiko systemd[1]: Timed out waiting for device /dev/disk/by-uuid/91b854b1-0161-4c48-981f-4f061ee2d529.Try putting the actual UUID into your fstab.
Journalctl doesn't says much information about this...
Hint: have an eye on the timestamps when you’re searching for the cause of a delay. It’s pretty obvious here ![]()
Last edited by nichts (2023-08-01 22:12:18)
english is not my first language. If you find a mistake in this post, please mention it in your reply – this way I can learn. TIA
Offline
Looks like your swap got another UUID so systemd tries to mount a non existing swap and bails out after timeout:
Aug 01 12:20:41 yaiko systemd[1]: dev-disk-by\x2duuid-91b854b1\x2d0161\x2d4c48\x2d981f\x2d4f061ee2d529.device: Job dev-disk-by\x2duuid-91b854b1\x2d0161\x2d4c48\x2d981f\x2d4f061ee2d529.device/start timed out. Aug 01 12:20:41 yaiko systemd[1]: Timed out waiting for device /dev/disk/by-uuid/91b854b1-0161-4c48-981f-4f061ee2d529.Try putting the actual UUID into your fstab.
Journalctl doesn't says much information about this...
Hint: have an eye on the timestamps when you’re searching for the cause of a delay. It’s pretty obvious here
Oh... good eye!, thanks for the help ![]()
Offline
Pages: 1