You are not logged in.

#1 2024-01-25 01:27:23

Dornith
Member
Registered: 2013-02-19
Posts: 84

[SOLVED] System not waking up after suspending

Problem

Sometimes (not always) when I attempt to wake the system from suspend it never fully wakes up.  The lights inside the computer all turn on as if the computer is awake, but:

  • the monitors never get any signal from the computer

  • the router doesn't detect any DHCP requests

  • after I force a reboot there's no sign in the logs that it ever woke up (see logs below)

I'm really not sure what to do in a situation like this because I can't find any error messages to start debugging.

Recent changes

I changes a couple things recently (I know, maybe not the wisest move but they were both on my todo list):

  1. I did a full system update (including AUR packages, I use legacy NVIDIA drivers)

  2. Fixed the UEFI grub install (before I had a janky MBR situation)

  3. Enabled intel microcode updates via Early Loading

I doubt the second one is the issue but I also don't know enough to rule it out.

System information
$ uname -a
Linux imperator 6.6.13-1-lts #1 SMP PREEMPT_DYNAMIC Sat, 20 Jan 2024 14:48:01 +0000 x86_64 GNU/Linu
$ pacman -Q | grep nvidia
lib32-nvidia-470xx-utils 470.223.02-1
lib32-opencl-nvidia-470xx 470.223.02-1
nvidia-470xx-dkms 470.223.02-1
nvidia-470xx-settings 470.223.02-1
nvidia-470xx-utils 470.223.02-1
opencl-nvidia-470xx 470.223.02-1
$ lspci
00:00.0 Host bridge: Intel Corporation 12th Gen Core Processor Host Bridge/DRAM Registers (rev 02)
00:01.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x16 Controller #1 (rev 02)
00:06.0 PCI bridge: Intel Corporation 12th Gen Core Processor PCI Express x4 Controller #0 (rev 02)
00:0a.0 Signal processing controller: Intel Corporation Platform Monitoring Technology (rev 01)
00:0e.0 RAID bus controller: Intel Corporation Volume Management Device NVMe RAID Controller
00:14.0 USB controller: Intel Corporation Alder Lake-S PCH USB 3.2 Gen 2x2 XHCI Controller (rev 11)
00:14.2 RAM memory: Intel Corporation Alder Lake-S PCH Shared SRAM (rev 11)
00:14.3 Network controller: Intel Corporation Alder Lake-S PCH CNVi WiFi (rev 11)
00:15.0 Serial bus controller: Intel Corporation Alder Lake-S PCH Serial IO I2C Controller #0 (rev 11)
00:15.1 Serial bus controller: Intel Corporation Alder Lake-S PCH Serial IO I2C Controller #1 (rev 11)
00:15.2 Serial bus controller: Intel Corporation Alder Lake-S PCH Serial IO I2C Controller #2 (rev 11)
00:16.0 Communication controller: Intel Corporation Alder Lake-S PCH HECI Controller #1 (rev 11)
00:17.0 SATA controller: Intel Corporation Alder Lake-S PCH SATA Controller [AHCI Mode] (rev 11)
00:1a.0 PCI bridge: Intel Corporation Alder Lake-S PCH PCI Express Root Port #25 (rev 11)
00:1c.0 PCI bridge: Intel Corporation Alder Lake-S PCH PCI Express Root Port #1 (rev 11)
00:1c.2 PCI bridge: Intel Corporation Device 7aba (rev 11)
00:1f.0 ISA bridge: Intel Corporation Device 7a86 (rev 11)
00:1f.3 Audio device: Intel Corporation Alder Lake-S HD Audio Controller (rev 11)
00:1f.4 SMBus: Intel Corporation Alder Lake-S PCH SMBus Controller (rev 11)
00:1f.5 Serial bus controller: Intel Corporation Alder Lake-S PCH SPI Controller (rev 11)
01:00.0 VGA compatible controller: NVIDIA Corporation GK208B [GeForce GT 730] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GK208 HDMI/DP Audio Controller (rev a1)
02:00.0 Non-Volatile memory controller: Sandisk Corp WD PC SN810 / Black SN850 NVMe SSD (rev 01)
04:00.0 USB controller: ASMedia Technology Inc. ASM2142/ASM3142 USB 3.1 Host Controller
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
 $ cat /etc/default/grub
# GRUB boot loader configuration

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
# [2023-04-01]: legacy nvidia drivers don't support ibt.
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet ibt=off"
GRUB_CMDLINE_LINUX=""
GRUB_CMDLINE_LINUX="resume=UUID=eba5990f-b084-4675-be62-376157463715"

# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

# Uncomment to enable booting from LUKS encrypted devices
#GRUB_ENABLE_CRYPTODISK=y

# Set to 'countdown' or 'hidden' to change timeout behavior,
# press ESC key to display menu.
GRUB_TIMEOUT_STYLE=menu

# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console

# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console

# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto

# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep

# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true

# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true

# Uncomment and set to the desired menu colors.  Used by normal and wallpaper
# modes only.  Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"

# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme"

# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"

# Uncomment to make GRUB remember the last selection. This requires
# setting 'GRUB_DEFAULT=saved' above.
#GRUB_SAVEDEFAULT=true

# Uncomment to disable submenus in boot menu
#GRUB_DISABLE_SUBMENU=y

# Probing for other operating systems is disabled for security reasons. Read
# documentation on GRUB_DISABLE_OS_PROBER, if still want to enable this
# functionality install os-prober and uncomment to detect and include other
# operating systems.
GRUB_DISABLE_OS_PROBER=false
$ cat ~/.xsessionrc 
#!/bin/sh

# Trigger numlock automatically
numlockx

# Suspend after 15 minutes of inactivity (but not immediately after waking up)
xautolock -time 15 -locker "systemctl suspend" -detectsleep &
# Lock the screen after blanking, suspend, or hibernate
xss-lock i3lock &
$ journalctl -S 2024-01-24
Jan 24 08:52:18 imperator kernel: Filesystems sync: 0.001 seconds
Jan 24 08:52:18 imperator kernel: Freezing user space processes
Jan 24 08:52:18 imperator kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Jan 24 08:52:18 imperator kernel: OOM killer disabled.
Jan 24 08:52:18 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
Jan 24 08:52:18 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x0005e000-0x0005efff]
Jan 24 08:52:18 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x000a0000-0x000fffff]
Jan 24 08:52:18 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x612b2000-0x612b2fff]
Jan 24 08:52:18 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x612bf000-0x612c0fff]
Jan 24 08:52:18 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x612e0000-0x612e0fff]
Jan 24 08:52:18 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x6edd3000-0x6ee18fff]
Jan 24 08:52:18 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x7193e000-0x7193efff]
Jan 24 08:52:18 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x74162000-0x79ffefff]
Jan 24 08:52:18 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x7a000000-0xffffffff]
Jan 24 08:52:18 imperator kernel: PM: hibernation: Basic memory bitmaps created
Jan 24 08:52:18 imperator kernel: PM: hibernation: Preallocating image memory
Jan 24 08:52:18 imperator kernel: PM: hibernation: Allocated 3148136 pages for snapshot
Jan 24 08:52:18 imperator kernel: PM: hibernation: Allocated 12592544 kbytes in 1.76 seconds (7154.85 MB/s)
Jan 24 08:52:18 imperator kernel: Freezing remaining freezable tasks
Jan 24 08:52:18 imperator kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Jan 24 08:52:18 imperator kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jan 24 08:52:18 imperator kernel: serial 00:01: disabled
Jan 24 08:52:18 imperator kernel: ata7.00: Entering standby power mode
Jan 24 08:52:18 imperator kernel: ACPI: PM: Preparing to enter system sleep state S4
Jan 24 08:52:18 imperator kernel: ACPI: PM: Saving platform NVS memory
Jan 24 08:52:18 imperator kernel: Disabling non-boot CPUs ...
Jan 24 08:52:18 imperator kernel: smpboot: CPU 1 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 2 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 3 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 4 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 5 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 6 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 7 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 8 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 9 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 10 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 11 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 12 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 13 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 14 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 15 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 16 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 17 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 18 is now offline
Jan 24 08:52:18 imperator kernel: smpboot: CPU 19 is now offline
Jan 24 08:52:18 imperator kernel: PM: hibernation: Creating image:
Jan 24 08:52:18 imperator kernel: PM: hibernation: Need to copy 3125697 pages
Jan 24 08:52:18 imperator kernel: PM: hibernation: Normal pages needed: 3125697 + 1024, available pages: 5212760
Jan 24 08:52:18 imperator kernel: ACPI: PM: Restoring platform NVS memory
Jan 24 08:52:18 imperator kernel: Enabling non-boot CPUs ...
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Jan 24 08:52:18 imperator kernel: CPU1 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 2 APIC 0x8
Jan 24 08:52:18 imperator kernel: CPU2 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 3 APIC 0x9
Jan 24 08:52:18 imperator kernel: CPU3 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 4 APIC 0x10
Jan 24 08:52:18 imperator kernel: CPU4 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 5 APIC 0x11
Jan 24 08:52:18 imperator kernel: CPU5 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 6 APIC 0x18
Jan 24 08:52:18 imperator kernel: CPU6 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 7 APIC 0x19
Jan 24 08:52:18 imperator kernel: CPU7 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 8 APIC 0x20
Jan 24 08:52:18 imperator kernel: CPU8 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 9 APIC 0x21
Jan 24 08:52:18 imperator kernel: CPU9 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 10 APIC 0x28
Jan 24 08:52:18 imperator kernel: CPU10 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 11 APIC 0x29
Jan 24 08:52:18 imperator kernel: CPU11 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 12 APIC 0x30
Jan 24 08:52:18 imperator kernel: CPU12 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 13 APIC 0x31
Jan 24 08:52:18 imperator kernel: CPU13 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 14 APIC 0x38
Jan 24 08:52:18 imperator kernel: CPU14 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 15 APIC 0x39
Jan 24 08:52:18 imperator kernel: CPU15 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 16 APIC 0x48
Jan 24 08:52:18 imperator kernel: core: cpu_atom PMU driver: PEBS-via-PT 
Jan 24 08:52:18 imperator kernel: ... version:                5
Jan 24 08:52:18 imperator kernel: ... bit width:              48
Jan 24 08:52:18 imperator kernel: ... generic registers:      6
Jan 24 08:52:18 imperator kernel: ... value mask:             0000ffffffffffff
Jan 24 08:52:18 imperator kernel: ... max period:             00007fffffffffff
Jan 24 08:52:18 imperator kernel: ... fixed-purpose events:   3
Jan 24 08:52:18 imperator kernel: ... event mask:             000000070000003f
Jan 24 08:52:18 imperator kernel: CPU16 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 17 APIC 0x4a
Jan 24 08:52:18 imperator kernel: CPU17 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 18 APIC 0x4c
Jan 24 08:52:18 imperator kernel: CPU18 is up
Jan 24 08:52:18 imperator kernel: smpboot: Booting Node 0 Processor 19 APIC 0x4e
Jan 24 08:52:18 imperator kernel: CPU19 is up
Jan 24 08:52:18 imperator kernel: ACPI: PM: Waking up from system sleep state S4
Jan 24 08:52:18 imperator kernel: usb usb1: root hub lost power or was reset
Jan 24 08:52:18 imperator kernel: usb usb2: root hub lost power or was reset
Jan 24 08:52:18 imperator kernel: usb usb3: root hub lost power or was reset
Jan 24 08:52:18 imperator kernel: usb usb4: root hub lost power or was reset
Jan 24 08:52:18 imperator kernel: serial 00:01: activated
Jan 24 08:52:18 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 24 08:52:18 imperator kernel: nvme nvme0: 20/0/0 default/read/poll queues
Jan 24 08:52:18 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 24 08:52:18 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 24 08:52:18 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 24 08:52:18 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 24 08:52:18 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 24 08:52:18 imperator kernel: usb 1-14: reset full-speed USB device number 6 using xhci_hcd
Jan 24 08:52:18 imperator kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 24 08:52:18 imperator kernel: ata7.00: Entering active power mode
Jan 24 08:52:18 imperator kernel: ata5: SATA link down (SStatus 4 SControl 300)
Jan 24 08:52:18 imperator kernel: ata8: SATA link down (SStatus 4 SControl 300)
Jan 24 08:52:18 imperator kernel: ata6: SATA link down (SStatus 4 SControl 300)
Jan 24 08:52:18 imperator kernel: usb 3-2: reset high-speed USB device number 3 using xhci_hcd
Jan 24 08:52:18 imperator kernel: usb 1-10: reset high-speed USB device number 5 using xhci_hcd
Jan 24 08:52:18 imperator kernel: usb 3-1: reset high-speed USB device number 2 using xhci_hcd
Jan 24 08:52:18 imperator kernel: usb 1-6: reset low-speed USB device number 4 using xhci_hcd
Jan 24 08:52:18 imperator kernel: usb 1-5: reset low-speed USB device number 3 using xhci_hcd
Jan 24 08:52:18 imperator kernel: ata7.00: configured for UDMA/133
Jan 24 08:52:18 imperator kernel: usb 1-2: reset full-speed USB device number 2 using xhci_hcd
Jan 24 08:52:18 imperator kernel: usb 2-9: reset SuperSpeed USB device number 2 using xhci_hcd
Jan 24 08:52:18 imperator kernel: PM: hibernation: Basic memory bitmaps freed
Jan 24 08:52:18 imperator kernel: OOM killer enabled.
Jan 24 08:52:18 imperator kernel: Restarting tasks ... 
Jan 24 08:52:18 imperator kernel: Bluetooth: hci0: Firmware timestamp 2023.48 buildtype 1 build 75324
Jan 24 08:52:18 imperator kernel: Bluetooth: hci0: DSM reset method type: 0x00
Jan 24 08:52:18 imperator kernel: Bluetooth: hci0: Found device firmware: intel/ibt-1040-4150.sfi
Jan 24 08:52:18 imperator kernel: Bluetooth: hci0: Boot Address: 0x100800
Jan 24 08:52:18 imperator kernel: Bluetooth: hci0: Firmware Version: 60-48.23
Jan 24 08:52:18 imperator kernel: Bluetooth: hci0: Firmware already loaded
Jan 24 08:52:18 imperator systemd-resolved[774]: Clock change detected. Flushing caches.
Jan 24 08:52:18 imperator fcron[785]: suspend/hibernate detected: we woke up after 33842s instead of 1800s. The system was suspended for 33640s.
Jan 24 08:52:18 imperator fcron[785]: 2024-01-24 08:52:18  INFO suspend/hibernate detected: we woke up after 33842s instead of 1800s. The system was suspended for 33640s.
Jan 24 08:52:18 imperator systemd-resolved[774]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Jan 24 08:52:18 imperator systemd[1]: Created slice Slice /system/rsnapshot.
Jan 24 08:52:18 imperator protonmail-bridge[915]: ERRO[Jan 24 08:52:18.730] Failed to query DNS records                   error="failed to make DoH request: Get \"https://dns11.quad9.net/dns-query?dns=igIBAAABAAAAAAAAHWRNRllHU0xUUU9KWFhJMzNPTlZRV1MzQk9NTlVBCXByb3RvbnBybwN4eXoAABAAAQ\": dial tcp: lookup dns11.quad9.net: Temporary failure in name resolution" provider="https://dns11.quad9.net/dns-query"
Jan 24 08:52:18 imperator kernel: done.
Jan 24 08:52:18 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:18.732] Failed to ping proxy                          error="Get \"https://mail-api.proton.me/tests/ping\": dial tcp: lookup mail-api.proton.me: Temporary failure in name resolution" proxy="https://mail-api.proton.me"
Jan 24 08:52:18 imperator systemd-sleep[33940]: System returned from sleep operation 'hibernate'.
Jan 24 08:52:18 imperator kernel: PM: hibernation: hibernation exit
Jan 24 08:52:18 imperator fcron[34077]: 2024-01-24 08:52:18  INFO Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 34100)
Jan 24 08:52:18 imperator fcron[34077]: 2024-01-24 08:52:18  INFO Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 24 08:52:18 imperator fcron[34077]: Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 34100)
Jan 24 08:52:18 imperator protonmail-bridge[915]: ERRO[Jan 24 08:52:18.735] Failed to query DNS records                   error="failed to make DoH request: Get \"https://dns11.quad9.net:5053/dns-query?dns=TaMBAAABAAAAAAAAHWRNRllHU0xUUU9KWFhJMzNPTlZRV1MzQk9NTlVBCXByb3RvbnBybwN4eXoAABAAAQ\": dial tcp: lookup dns11.quad9.net: Temporary failure in name resolution" provider="https://dns11.quad9.net:5053/dns-query"
Jan 24 08:52:18 imperator protonmail-bridge[915]: ERRO[Jan 24 08:52:18.737] Failed to query DNS records                   error="failed to make DoH request: Get \"https://dns.google/dns-query?dns=-s8BAAABAAAAAAAAHWRNRllHU0xUUU9KWFhJMzNPTlZRV1MzQk9NTlVBCXByb3RvbnBybwN4eXoAABAAAQ\": dial tcp: lookup dns.google: Temporary failure in name resolution" provider="https://dns.google/dns-query"
Jan 24 08:52:18 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:18.737] Get "https://mail-api.proton.me/core/v4/events/uaVTFzhS8PI9bXGMOcThJnstaDlZeyQO6j8aKDy5BRzL7NV6AzkDLvkG4Tyd3tLdOXuWLbRPd41vtcFc-rLWNA==": failed to find a usable proxy: timed out while refreshing proxy cache, Attempt 1
Jan 24 08:52:18 imperator systemd[906]: Stopped target Bluetooth.
Jan 24 08:52:18 imperator fcron[34112]: 2024-01-24 08:52:18  INFO Job '/usr/bin/run-parts /etc/cron.daily' started for user systab (pid 34117)
Jan 24 08:52:18 imperator fcron[34112]: 2024-01-24 08:52:18  INFO Job '/usr/bin/run-parts /etc/cron.daily' completed
Jan 24 08:52:18 imperator fcron[34077]: Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 24 08:52:18 imperator systemd[906]: Reached target Bluetooth.
Jan 24 08:52:18 imperator fcron[34112]: Job '/usr/bin/run-parts /etc/cron.daily' started for user systab (pid 34117)
Jan 24 08:52:18 imperator systemd[1]: Starting Update the plocate database...
Jan 24 08:52:18 imperator fcron[34112]: Job '/usr/bin/run-parts /etc/cron.daily' completed
Jan 24 08:52:18 imperator systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 24 08:52:18 imperator systemd[1]: Starting rsnapshot (daily) backup...
Jan 24 08:52:18 imperator systemd[1]: Started Verify integrity of password and group files.
Jan 24 08:52:18 imperator systemd[1]: systemd-hibernate.service: Deactivated successfully.
Jan 24 08:52:18 imperator kernel: EXT4-fs (sdb1): mounting ext3 file system using the ext4 subsystem
Jan 24 08:52:18 imperator systemd[1]: Finished Hibernate.
Jan 24 08:52:18 imperator systemd[1]: systemd-hibernate.service: Consumed 2.129s CPU time.
Jan 24 08:52:18 imperator systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 24 08:52:18 imperator systemd[1]: shadow.service: Deactivated successfully.
Jan 24 08:52:18 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:18.838] Get "https://mail-api.proton.me/core/v4/events/uaVTFzhS8PI9bXGMOcThJnstaDlZeyQO6j8aKDy5BRzL7NV6AzkDLvkG4Tyd3tLdOXuWLbRPd41vtcFc-rLWNA==": failed to find a usable proxy: not looking for a proxy, too soon, Attempt 2
Jan 24 08:52:18 imperator systemd[1]: Stopped target Bluetooth Support.
Jan 24 08:52:18 imperator systemd[1]: Reached target System Hibernation.
Jan 24 08:52:18 imperator systemd[1]: Stopped target Sleep.
Jan 24 08:52:18 imperator systemd[1]: Stopped target System Hibernation.
Jan 24 08:52:18 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:18.972] Get "https://mail-api.proton.me/core/v4/events/uaVTFzhS8PI9bXGMOcThJnstaDlZeyQO6j8aKDy5BRzL7NV6AzkDLvkG4Tyd3tLdOXuWLbRPd41vtcFc-rLWNA==": failed to find a usable proxy: not looking for a proxy, too soon, Attempt 3
Jan 24 08:52:19 imperator systemd-logind[787]: Operation 'sleep' finished.
Jan 24 08:52:19 imperator NetworkManager[783]: <info>  [1706107939.0336] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Jan 24 08:52:19 imperator NetworkManager[783]: <info>  [1706107939.0337] device (enp5s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 24 08:52:19 imperator kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
Jan 24 08:52:19 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:19.175] Get "https://mail-api.proton.me/core/v4/events/uaVTFzhS8PI9bXGMOcThJnstaDlZeyQO6j8aKDy5BRzL7NV6AzkDLvkG4Tyd3tLdOXuWLbRPd41vtcFc-rLWNA==": failed to find a usable proxy: not looking for a proxy, too soon, Attempt 4
Jan 24 08:52:19 imperator protonmail-bridge[915]: ERRO[Jan 24 08:52:19.175] Get "https://mail-api.proton.me/core/v4/events/uaVTFzhS8PI9bXGMOcThJnstaDlZeyQO6j8aKDy5BRzL7NV6AzkDLvkG4Tyd3tLdOXuWLbRPd41vtcFc-rLWNA==": failed to find a usable proxy: not looking for a proxy, too soon
Jan 24 08:52:19 imperator protonmail-bridge[915]: ERRO[Jan 24 08:52:19.175] Failed to get event (caused by *errors.fundamental)  error="received no response from API: Get \"https://mail-api.proton.me/core/v4/events/uaVTFzhS8PI9bXGMOcThJnstaDlZeyQO6j8aKDy5BRzL7NV6AzkDLvkG4Tyd3tLdOXuWLbRPd41vtcFc-rLWNA==\": failed to find a usable proxy: not looking for a proxy, too soon" service=user-events user="8YOTY01qi1nV03o3aXb3_03R-GfqmP3DmLcWHtYbQuiGSAXhjsP862YV-OZQQ0JnxpwnDdFt2qrY6M_SBMW-fQ=="
Jan 24 08:52:19 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:19.175] Get "https://mail-api.proton.me/core/v4/events/uaVTFzhS8PI9bXGMOcThJnstaDlZeyQO6j8aKDy5BRzL7NV6AzkDLvkG4Tyd3tLdOXuWLbRPd41vtcFc-rLWNA==": failed to find a usable proxy: not looking for a proxy, too soon, Attempt 1
Jan 24 08:52:19 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Down
Jan 24 08:52:19 imperator NetworkManager[783]: <info>  [1706107939.2346] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 24 08:52:19 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:19.276] Get "https://mail-api.proton.me/core/v4/events/uaVTFzhS8PI9bXGMOcThJnstaDlZeyQO6j8aKDy5BRzL7NV6AzkDLvkG4Tyd3tLdOXuWLbRPd41vtcFc-rLWNA==": failed to find a usable proxy: not looking for a proxy, too soon, Attempt 2
Jan 24 08:52:19 imperator NetworkManager[783]: <info>  [1706107939.2963] device (wlo1): set-hw-addr: set MAC address to 32:31:51:BA:2D:82 (scanning)
Jan 24 08:52:19 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 24 08:52:19 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:19.386] Get "https://mail-api.proton.me/core/v4/events/uaVTFzhS8PI9bXGMOcThJnstaDlZeyQO6j8aKDy5BRzL7NV6AzkDLvkG4Tyd3tLdOXuWLbRPd41vtcFc-rLWNA==": failed to find a usable proxy: not looking for a proxy, too soon, Attempt 3
Jan 24 08:52:19 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 24 08:52:19 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 24 08:52:19 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 24 08:52:19 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 24 08:52:19 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 24 08:52:19 imperator NetworkManager[783]: <info>  [1706107939.4803] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 24 08:52:19 imperator NetworkManager[783]: <info>  [1706107939.4804] manager: NetworkManager state is now DISCONNECTED
Jan 24 08:52:19 imperator NetworkManager[783]: <info>  [1706107939.5120] device (wlo1): supplicant interface state: internal-starting -> disconnected
Jan 24 08:52:19 imperator NetworkManager[783]: <info>  [1706107939.5120] device (p2p-dev-wlo1): state change: unavailable -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Jan 24 08:52:19 imperator NetworkManager[783]: <info>  [1706107939.5122] Wi-Fi P2P device controlled by interface wlo1 created
Jan 24 08:52:19 imperator NetworkManager[783]: <info>  [1706107939.5123] manager: (p2p-dev-wlo1): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/7)
Jan 24 08:52:19 imperator NetworkManager[783]: <info>  [1706107939.5124] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 24 08:52:19 imperator NetworkManager[783]: <info>  [1706107939.5125] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jan 24 08:52:19 imperator NetworkManager[783]: <info>  [1706107939.5126] device (p2p-dev-wlo1): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jan 24 08:52:19 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:19.749] Get "https://mail-api.proton.me/core/v4/events/uaVTFzhS8PI9bXGMOcThJnstaDlZeyQO6j8aKDy5BRzL7NV6AzkDLvkG4Tyd3tLdOXuWLbRPd41vtcFc-rLWNA==": failed to find a usable proxy: not looking for a proxy, too soon, Attempt 4
Jan 24 08:52:19 imperator protonmail-bridge[915]: ERRO[Jan 24 08:52:19.749] Get "https://mail-api.proton.me/core/v4/events/uaVTFzhS8PI9bXGMOcThJnstaDlZeyQO6j8aKDy5BRzL7NV6AzkDLvkG4Tyd3tLdOXuWLbRPd41vtcFc-rLWNA==": failed to find a usable proxy: not looking for a proxy, too soon
Jan 24 08:52:19 imperator protonmail-bridge[915]: ERRO[Jan 24 08:52:19.749] Failed to get event (caused by *errors.fundamental)  error="received no response from API: Get \"https://mail-api.proton.me/core/v4/events/uaVTFzhS8PI9bXGMOcThJnstaDlZeyQO6j8aKDy5BRzL7NV6AzkDLvkG4Tyd3tLdOXuWLbRPd41vtcFc-rLWNA==\": failed to find a usable proxy: not looking for a proxy, too soon" service=user-events user="8YOTY01qi1nV03o3aXb3_03R-GfqmP3DmLcWHtYbQuiGSAXhjsP862YV-OZQQ0JnxpwnDdFt2qrY6M_SBMW-fQ=="
Jan 24 08:52:20 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:20.176] Get "https://mail-api.proton.me/tests/ping": failed to find a usable proxy: not looking for a proxy, too soon, Attempt 1
Jan 24 08:52:20 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:20.277] Get "https://mail-api.proton.me/tests/ping": failed to find a usable proxy: not looking for a proxy, too soon, Attempt 2
Jan 24 08:52:20 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:20.426] Get "https://mail-api.proton.me/tests/ping": failed to find a usable proxy: not looking for a proxy, too soon, Attempt 3
Jan 24 08:52:20 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:20.769] Get "https://mail-api.proton.me/tests/ping": failed to find a usable proxy: not looking for a proxy, too soon, Attempt 4
Jan 24 08:52:20 imperator protonmail-bridge[915]: ERRO[Jan 24 08:52:20.769] Get "https://mail-api.proton.me/tests/ping": failed to find a usable proxy: not looking for a proxy, too soon
Jan 24 08:52:20 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:20.769] Ping failed, API is still unreachable         error="Get \"https://mail-api.proton.me/tests/ping\": failed to find a usable proxy: not looking for a proxy, too soon"
Jan 24 08:52:20 imperator backup[34125]: mount: /dev/sdb1 mounted on /mnt/backups.
Jan 24 08:52:20 imperator kernel: EXT4-fs (sdb1): mounted filesystem 1c84f103-c739-4c72-bf4a-42fbce654846 r/w with ordered data mode. Quota mode: none.
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9601] device (enp5s0): carrier: link connected
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9604] device (enp5s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9613] policy: auto-activating connection 'Wired connection 1' (0af2ca09-351f-3770-8c14-ddcd3318a322)
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9617] device (enp5s0): Activation: starting connection 'Wired connection 1' (0af2ca09-351f-3770-8c14-ddcd3318a322)
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9618] device (enp5s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9620] manager: NetworkManager state is now CONNECTING
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9621] device (enp5s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9625] device (enp5s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 24 08:52:21 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Up - 1Gbps/Full - flow control rx/tx
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9629] dhcp4 (enp5s0): activation: beginning transaction (timeout in 45 seconds)
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9720] dhcp4 (enp5s0): state changed no lease
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9879] dhcp4 (enp5s0): state changed new lease, address=192.168.68.57
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9883] policy: set 'Wired connection 1' (enp5s0) as default for IPv4 routing and DNS
Jan 24 08:52:21 imperator systemd-resolved[774]: enp5s0: Bus client set default route setting: yes
Jan 24 08:52:21 imperator systemd-resolved[774]: enp5s0: Bus client set DNS server list to: 71.10.216.1, 71.10.216.2
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9935] device (enp5s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9975] device (enp5s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9976] device (enp5s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9979] manager: NetworkManager state is now CONNECTED_SITE
Jan 24 08:52:21 imperator NetworkManager[783]: <info>  [1706107941.9982] device (enp5s0): Activation: successful, device activated.
Jan 24 08:52:22 imperator NetworkManager[783]: <info>  [1706107942.3488] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 24 08:52:23 imperator wpa_supplicant[835]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Jan 24 08:52:23 imperator systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 24 08:52:23 imperator systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jan 24 08:52:53 imperator protonmail-bridge[915]: WARN[Jan 24 08:52:53.269] Get "https://mail-api.proton.me/tests/ping": no connection, Attempt 1
Jan 24 08:52:54 imperator postgres[34179]: 2024-01-24 08:52:54.958 CST [34179] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:52:54 imperator postgres[34179]: 2024-01-24 08:52:54.958 CST [34179] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:52:54 imperator postgres[34179]: 2024-01-24 08:52:54.958 CST [34179] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:53:05 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:53:05 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:53:34 imperator systemd[1]: plocate-updatedb.service: Deactivated successfully.
Jan 24 08:53:34 imperator systemd[1]: Finished Update the plocate database.
Jan 24 08:53:34 imperator systemd[1]: plocate-updatedb.service: Consumed 5.597s CPU time.
Jan 24 08:53:55 imperator postgres[34225]: 2024-01-24 08:53:55.018 CST [34225] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:53:55 imperator postgres[34225]: 2024-01-24 08:53:55.018 CST [34225] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:53:55 imperator postgres[34225]: 2024-01-24 08:53:55.018 CST [34225] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:54:55 imperator postgres[34231]: 2024-01-24 08:54:55.076 CST [34231] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:54:55 imperator postgres[34231]: 2024-01-24 08:54:55.076 CST [34231] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:54:55 imperator postgres[34231]: 2024-01-24 08:54:55.076 CST [34231] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:55:47 imperator postgres[34237]: 2024-01-24 08:55:47.529 CST [34237] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:55:47 imperator postgres[34237]: 2024-01-24 08:55:47.529 CST [34237] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:55:47 imperator postgres[34237]: 2024-01-24 08:55:47.529 CST [34237] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:55:55 imperator postgres[34238]: 2024-01-24 08:55:55.133 CST [34238] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:55:55 imperator postgres[34238]: 2024-01-24 08:55:55.133 CST [34238] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:55:55 imperator postgres[34238]: 2024-01-24 08:55:55.133 CST [34238] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:55:55 imperator postgres[34241]: 2024-01-24 08:55:55.400 CST [34241] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:55:55 imperator postgres[34241]: 2024-01-24 08:55:55.400 CST [34241] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:55:55 imperator postgres[34241]: 2024-01-24 08:55:55.400 CST [34241] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:56:06 imperator postgres[34245]: 2024-01-24 08:56:06.940 CST [34245] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:56:06 imperator postgres[34245]: 2024-01-24 08:56:06.940 CST [34245] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:56:06 imperator postgres[34245]: 2024-01-24 08:56:06.940 CST [34245] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:56:14 imperator postgres[34249]: 2024-01-24 08:56:14.080 CST [34249] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:56:14 imperator postgres[34249]: 2024-01-24 08:56:14.080 CST [34249] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:56:14 imperator postgres[34249]: 2024-01-24 08:56:14.080 CST [34249] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:56:21 imperator postgres[34254]: 2024-01-24 08:56:21.624 CST [34254] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:56:21 imperator postgres[34254]: 2024-01-24 08:56:21.624 CST [34254] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:56:21 imperator postgres[34254]: 2024-01-24 08:56:21.624 CST [34254] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:56:25 imperator postgres[34255]: 2024-01-24 08:56:25.761 CST [34255] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:56:25 imperator postgres[34255]: 2024-01-24 08:56:25.761 CST [34255] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:56:25 imperator postgres[34255]: 2024-01-24 08:56:25.761 CST [34255] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:56:27 imperator postgres[34256]: 2024-01-24 08:56:27.336 CST [34256] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:56:27 imperator postgres[34256]: 2024-01-24 08:56:27.336 CST [34256] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:56:27 imperator postgres[34256]: 2024-01-24 08:56:27.336 CST [34256] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:56:32 imperator postgres[34259]: 2024-01-24 08:56:32.540 CST [34259] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:56:32 imperator postgres[34259]: 2024-01-24 08:56:32.540 CST [34259] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:56:32 imperator postgres[34259]: 2024-01-24 08:56:32.540 CST [34259] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:56:37 imperator postgres[34263]: 2024-01-24 08:56:37.674 CST [34263] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:56:37 imperator postgres[34263]: 2024-01-24 08:56:37.674 CST [34263] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:56:37 imperator postgres[34263]: 2024-01-24 08:56:37.674 CST [34263] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:56:48 imperator postgres[34266]: 2024-01-24 08:56:48.800 CST [34266] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:56:48 imperator postgres[34266]: 2024-01-24 08:56:48.800 CST [34266] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:56:48 imperator postgres[34266]: 2024-01-24 08:56:48.800 CST [34266] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:56:55 imperator postgres[34267]: 2024-01-24 08:56:55.146 CST [34267] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:56:55 imperator postgres[34267]: 2024-01-24 08:56:55.146 CST [34267] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:56:55 imperator postgres[34267]: 2024-01-24 08:56:55.146 CST [34267] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:57:14 imperator postgres[34273]: 2024-01-24 08:57:14.057 CST [34273] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:57:14 imperator postgres[34273]: 2024-01-24 08:57:14.057 CST [34273] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:57:14 imperator postgres[34273]: 2024-01-24 08:57:14.057 CST [34273] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:57:14 imperator postgres[34276]: 2024-01-24 08:57:14.070 CST [34276] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:57:14 imperator postgres[34276]: 2024-01-24 08:57:14.070 CST [34276] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:57:14 imperator postgres[34276]: 2024-01-24 08:57:14.070 CST [34276] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:57:22 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:57:22 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:57:55 imperator postgres[34451]: 2024-01-24 08:57:55.206 CST [34451] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:57:55 imperator postgres[34451]: 2024-01-24 08:57:55.206 CST [34451] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:57:55 imperator postgres[34451]: 2024-01-24 08:57:55.206 CST [34451] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:58:00 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:58:00 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:58:26 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:58:26 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:58:55 imperator postgres[34535]: 2024-01-24 08:58:55.262 CST [34535] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:58:55 imperator postgres[34535]: 2024-01-24 08:58:55.262 CST [34535] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:58:55 imperator postgres[34535]: 2024-01-24 08:58:55.262 CST [34535] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 08:59:07 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:59:07 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:59:07 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:59:07 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:59:10 imperator NetworkManager[783]: <info>  [1706108350.2749] device (wlo1): set-hw-addr: set MAC address to DA:DA:93:4A:88:37 (scanning)
Jan 24 08:59:10 imperator NetworkManager[783]: <info>  [1706108350.3384] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 24 08:59:10 imperator NetworkManager[783]: <info>  [1706108350.3384] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 24 08:59:12 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:59:12 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 08:59:48 imperator postgres[855]: 2024-01-24 08:59:48.982 CST [855] LOG:  checkpoint starting: time
Jan 24 08:59:49 imperator postgres[855]: 2024-01-24 08:59:49.290 CST [855] LOG:  checkpoint complete: wrote 4 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.303 s, sync=0.002 s, total=0.308 s; sync files=4, longest=0.001 s, average=0.001 s; distance=10 kB, estimate=79 kB; lsn=0/185472D8, redo lsn=0/185472A0
Jan 24 08:59:55 imperator postgres[35227]: 2024-01-24 08:59:55.320 CST [35227] WARNING:  database "budget" has a collation version mismatch
Jan 24 08:59:55 imperator postgres[35227]: 2024-01-24 08:59:55.320 CST [35227] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 08:59:55 imperator postgres[35227]: 2024-01-24 08:59:55.320 CST [35227] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:00:01 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:00:01 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:00:55 imperator postgres[35293]: 2024-01-24 09:00:55.343 CST [35293] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:00:55 imperator postgres[35293]: 2024-01-24 09:00:55.343 CST [35293] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:00:55 imperator postgres[35293]: 2024-01-24 09:00:55.343 CST [35293] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:01:00 imperator fcron[35312]: Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 35314)
Jan 24 09:01:00 imperator fcron[35312]: 2024-01-24 09:01:00  INFO Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 35314)
Jan 24 09:01:00 imperator fcron[35312]: Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 24 09:01:00 imperator fcron[35312]: 2024-01-24 09:01:00  INFO Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 24 09:01:06 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:01:06 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:01:09 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:01:09 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:01:11 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:01:11 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:01:20 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:01:20 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:01:20 imperator rtkit-daemon[1051]: Successfully made thread 36324 of process 34627 owned by '1000' RT at priority 10.
Jan 24 09:01:20 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:01:32 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:01:32 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:01:41 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:01:41 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:01:55 imperator postgres[36669]: 2024-01-24 09:01:55.398 CST [36669] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:01:55 imperator postgres[36669]: 2024-01-24 09:01:55.398 CST [36669] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:01:55 imperator postgres[36669]: 2024-01-24 09:01:55.398 CST [36669] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:02:11 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:02:11 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:02:11 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:02:11 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:02:41 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:02:41 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:02:41 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:02:41 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:02:42 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:02:42 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:02:45 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:02:45 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:02:55 imperator postgres[37095]: 2024-01-24 09:02:55.454 CST [37095] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:02:55 imperator postgres[37095]: 2024-01-24 09:02:55.454 CST [37095] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:02:55 imperator postgres[37095]: 2024-01-24 09:02:55.454 CST [37095] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:03:49 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:03:49 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:03:55 imperator postgres[37275]: 2024-01-24 09:03:55.472 CST [37275] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:03:55 imperator postgres[37275]: 2024-01-24 09:03:55.472 CST [37275] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:03:55 imperator postgres[37275]: 2024-01-24 09:03:55.472 CST [37275] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:04:10 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:04:10 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:04:55 imperator postgres[37498]: 2024-01-24 09:04:55.528 CST [37498] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:04:55 imperator postgres[37498]: 2024-01-24 09:04:55.528 CST [37498] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:04:55 imperator postgres[37498]: 2024-01-24 09:04:55.528 CST [37498] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:05:08 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:05:08 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:05:34 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:05:34 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:05:34 imperator rtkit-daemon[1051]: Successfully made thread 37622 of process 37192 owned by '1000' RT at priority 10.
Jan 24 09:05:34 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:05:35 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:05:35 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:05:47 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:05:47 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:05:47 imperator rtkit-daemon[1051]: Successfully made thread 37788 of process 37424 owned by '1000' RT at priority 10.
Jan 24 09:05:47 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:05:47 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:05:47 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:05:55 imperator postgres[37820]: 2024-01-24 09:05:55.586 CST [37820] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:05:55 imperator postgres[37820]: 2024-01-24 09:05:55.586 CST [37820] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:05:55 imperator postgres[37820]: 2024-01-24 09:05:55.586 CST [37820] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:06:02 imperator NetworkManager[783]: <info>  [1706108762.2942] device (wlo1): set-hw-addr: set MAC address to 22:63:F6:DD:4E:F1 (scanning)
Jan 24 09:06:02 imperator NetworkManager[783]: <info>  [1706108762.3299] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 24 09:06:02 imperator NetworkManager[783]: <info>  [1706108762.3299] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 24 09:06:02 imperator NetworkManager[783]: <info>  [1706108762.3351] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 24 09:06:02 imperator NetworkManager[783]: <info>  [1706108762.3351] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 24 09:06:55 imperator postgres[37826]: 2024-01-24 09:06:55.645 CST [37826] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:06:55 imperator postgres[37826]: 2024-01-24 09:06:55.645 CST [37826] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:06:55 imperator postgres[37826]: 2024-01-24 09:06:55.645 CST [37826] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:07:55 imperator postgres[37850]: 2024-01-24 09:07:55.706 CST [37850] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:07:55 imperator postgres[37850]: 2024-01-24 09:07:55.706 CST [37850] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:07:55 imperator postgres[37850]: 2024-01-24 09:07:55.706 CST [37850] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:08:55 imperator postgres[37854]: 2024-01-24 09:08:55.763 CST [37854] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:08:55 imperator postgres[37854]: 2024-01-24 09:08:55.763 CST [37854] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:08:55 imperator postgres[37854]: 2024-01-24 09:08:55.763 CST [37854] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:09:55 imperator postgres[37859]: 2024-01-24 09:09:55.821 CST [37859] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:09:55 imperator postgres[37859]: 2024-01-24 09:09:55.821 CST [37859] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:09:55 imperator postgres[37859]: 2024-01-24 09:09:55.821 CST [37859] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:10:55 imperator postgres[37862]: 2024-01-24 09:10:55.881 CST [37862] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:10:55 imperator postgres[37862]: 2024-01-24 09:10:55.881 CST [37862] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:10:55 imperator postgres[37862]: 2024-01-24 09:10:55.881 CST [37862] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:11:29 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:11:29 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:11:32 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:11:32 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:11:32 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:11:32 imperator rtkit-daemon[1051]: Supervising 9 threads of 6 processes of 1 users.
Jan 24 09:11:32 imperator rtkit-daemon[1051]: Successfully made thread 38351 of process 37630 owned by '1000' RT at priority 10.
Jan 24 09:11:32 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:11:33 imperator backup[34159]: ----------------------------------------------------------------------------
Jan 24 09:11:33 imperator backup[34159]: rsnapshot encountered an error! The program was invoked with these options:
Jan 24 09:11:33 imperator backup[34159]: /usr/bin/rsnapshot daily
Jan 24 09:11:33 imperator backup[34159]: ----------------------------------------------------------------------------
Jan 24 09:11:33 imperator backup[34159]: ERROR: /usr/bin/rsync returned 11 while processing /space/
Jan 24 09:11:33 imperator rsnapshot[38355]: /usr/bin/rsnapshot daily: ERROR: /usr/bin/rsync returned 11 while processing /space/
Jan 24 09:11:33 imperator rsnapshot[38356]: /usr/bin/rsnapshot daily: ERROR: /usr/bin/rsnapshot daily: completed, but with some errors
Jan 24 09:11:33 imperator systemd[1]: mnt-backups.mount: Deactivated successfully.
Jan 24 09:11:33 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:11:33 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:11:40 imperator kernel: EXT4-fs (sdb1): unmounting filesystem 1c84f103-c739-4c72-bf4a-42fbce654846.
Jan 24 09:11:40 imperator backup[38357]: umount: /mnt/backups (/dev/sdb1) unmounted
Jan 24 09:11:40 imperator systemd[1]: rsnapshot@daily.service: Deactivated successfully.
Jan 24 09:11:40 imperator systemd[1]: Finished rsnapshot (daily) backup.
Jan 24 09:11:40 imperator systemd[1]: rsnapshot@daily.service: Consumed 1min 6.173s CPU time.
Jan 24 09:11:55 imperator postgres[38485]: 2024-01-24 09:11:55.938 CST [38485] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:11:55 imperator postgres[38485]: 2024-01-24 09:11:55.938 CST [38485] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:11:55 imperator postgres[38485]: 2024-01-24 09:11:55.938 CST [38485] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:12:55 imperator NetworkManager[783]: <info>  [1706109175.2815] device (wlo1): set-hw-addr: set MAC address to C6:40:70:41:0E:DE (scanning)
Jan 24 09:12:55 imperator NetworkManager[783]: <info>  [1706109175.3368] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 24 09:12:55 imperator NetworkManager[783]: <info>  [1706109175.3369] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 24 09:12:55 imperator NetworkManager[783]: <info>  [1706109175.3420] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 24 09:12:55 imperator NetworkManager[783]: <info>  [1706109175.3420] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 24 09:12:55 imperator postgres[38490]: 2024-01-24 09:12:55.997 CST [38490] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:12:55 imperator postgres[38490]: 2024-01-24 09:12:55.997 CST [38490] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:12:55 imperator postgres[38490]: 2024-01-24 09:12:55.997 CST [38490] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:13:56 imperator postgres[38511]: 2024-01-24 09:13:56.054 CST [38511] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:13:56 imperator postgres[38511]: 2024-01-24 09:13:56.054 CST [38511] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:13:56 imperator postgres[38511]: 2024-01-24 09:13:56.054 CST [38511] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:14:03 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:14:03 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:14:03 imperator rtkit-daemon[1051]: Successfully made thread 38515 of process 15889 owned by '1000' RT at priority 10.
Jan 24 09:14:03 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:14:56 imperator postgres[38530]: 2024-01-24 09:14:56.113 CST [38530] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:14:56 imperator postgres[38530]: 2024-01-24 09:14:56.113 CST [38530] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:14:56 imperator postgres[38530]: 2024-01-24 09:14:56.113 CST [38530] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:15:43 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:15:43 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:15:56 imperator postgres[38592]: 2024-01-24 09:15:56.173 CST [38592] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:15:56 imperator postgres[38592]: 2024-01-24 09:15:56.173 CST [38592] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:15:56 imperator postgres[38592]: 2024-01-24 09:15:56.173 CST [38592] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:16:56 imperator postgres[38605]: 2024-01-24 09:16:56.224 CST [38605] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:16:56 imperator postgres[38605]: 2024-01-24 09:16:56.224 CST [38605] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:16:56 imperator postgres[38605]: 2024-01-24 09:16:56.224 CST [38605] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:17:56 imperator postgres[38620]: 2024-01-24 09:17:56.283 CST [38620] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:17:56 imperator postgres[38620]: 2024-01-24 09:17:56.283 CST [38620] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:17:56 imperator postgres[38620]: 2024-01-24 09:17:56.283 CST [38620] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:18:56 imperator postgres[38640]: 2024-01-24 09:18:56.339 CST [38640] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:18:56 imperator postgres[38640]: 2024-01-24 09:18:56.339 CST [38640] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:18:56 imperator postgres[38640]: 2024-01-24 09:18:56.339 CST [38640] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:19:49 imperator NetworkManager[783]: <info>  [1706109589.2852] device (wlo1): set-hw-addr: set MAC address to C2:4B:87:31:DE:E0 (scanning)
Jan 24 09:19:49 imperator NetworkManager[783]: <info>  [1706109589.3169] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 24 09:19:49 imperator NetworkManager[783]: <info>  [1706109589.3170] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 24 09:19:49 imperator NetworkManager[783]: <info>  [1706109589.3223] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 24 09:19:49 imperator NetworkManager[783]: <info>  [1706109589.3223] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 24 09:19:56 imperator postgres[38651]: 2024-01-24 09:19:56.400 CST [38651] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:19:56 imperator postgres[38651]: 2024-01-24 09:19:56.400 CST [38651] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:19:56 imperator postgres[38651]: 2024-01-24 09:19:56.400 CST [38651] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:20:56 imperator postgres[38667]: 2024-01-24 09:20:56.460 CST [38667] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:20:56 imperator postgres[38667]: 2024-01-24 09:20:56.460 CST [38667] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:20:56 imperator postgres[38667]: 2024-01-24 09:20:56.460 CST [38667] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:21:18 imperator protonmail-bridge[915]: WARN[Jan 24 09:21:18.738] Put "https://mail-api.proton.me/mail/v4/messages/unlabel": EOF, Attempt 1
Jan 24 09:21:50 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:21:50 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:21:50 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:21:50 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:21:56 imperator postgres[38808]: 2024-01-24 09:21:56.514 CST [38808] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:21:56 imperator postgres[38808]: 2024-01-24 09:21:56.514 CST [38808] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:21:56 imperator postgres[38808]: 2024-01-24 09:21:56.514 CST [38808] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:22:50 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:22:50 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:22:56 imperator postgres[38884]: 2024-01-24 09:22:56.577 CST [38884] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:22:56 imperator postgres[38884]: 2024-01-24 09:22:56.577 CST [38884] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:22:56 imperator postgres[38884]: 2024-01-24 09:22:56.577 CST [38884] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:23:56 imperator postgres[38894]: 2024-01-24 09:23:56.583 CST [38894] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:23:56 imperator postgres[38894]: 2024-01-24 09:23:56.583 CST [38894] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:23:56 imperator postgres[38894]: 2024-01-24 09:23:56.583 CST [38894] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:24:56 imperator postgres[38917]: 2024-01-24 09:24:56.643 CST [38917] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:24:56 imperator postgres[38917]: 2024-01-24 09:24:56.643 CST [38917] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:24:56 imperator postgres[38917]: 2024-01-24 09:24:56.643 CST [38917] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:25:36 imperator postgres[38932]: 2024-01-24 09:25:36.576 CST [38932] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:25:36 imperator postgres[38932]: 2024-01-24 09:25:36.576 CST [38932] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:25:36 imperator postgres[38932]: 2024-01-24 09:25:36.576 CST [38932] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:25:42 imperator postgres[38939]: 2024-01-24 09:25:42.648 CST [38939] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:25:42 imperator postgres[38939]: 2024-01-24 09:25:42.648 CST [38939] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:25:42 imperator postgres[38939]: 2024-01-24 09:25:42.648 CST [38939] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:25:43 imperator postgres[38941]: 2024-01-24 09:25:43.807 CST [38941] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:25:43 imperator postgres[38941]: 2024-01-24 09:25:43.807 CST [38941] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:25:43 imperator postgres[38941]: 2024-01-24 09:25:43.807 CST [38941] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:25:44 imperator postgres[38942]: 2024-01-24 09:25:44.638 CST [38942] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:25:44 imperator postgres[38942]: 2024-01-24 09:25:44.638 CST [38942] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:25:44 imperator postgres[38942]: 2024-01-24 09:25:44.638 CST [38942] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:25:47 imperator postgres[38943]: 2024-01-24 09:25:47.931 CST [38943] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:25:47 imperator postgres[38943]: 2024-01-24 09:25:47.931 CST [38943] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:25:47 imperator postgres[38943]: 2024-01-24 09:25:47.931 CST [38943] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:25:56 imperator postgres[38944]: 2024-01-24 09:25:56.681 CST [38944] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:25:56 imperator postgres[38944]: 2024-01-24 09:25:56.681 CST [38944] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:25:56 imperator postgres[38944]: 2024-01-24 09:25:56.681 CST [38944] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:26:09 imperator postgres[38947]: 2024-01-24 09:26:09.487 CST [38947] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:26:09 imperator postgres[38947]: 2024-01-24 09:26:09.487 CST [38947] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:26:09 imperator postgres[38947]: 2024-01-24 09:26:09.487 CST [38947] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:26:11 imperator postgres[38948]: 2024-01-24 09:26:11.239 CST [38948] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:26:11 imperator postgres[38948]: 2024-01-24 09:26:11.239 CST [38948] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:26:11 imperator postgres[38948]: 2024-01-24 09:26:11.239 CST [38948] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:26:19 imperator postgres[38952]: 2024-01-24 09:26:19.707 CST [38952] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:26:19 imperator postgres[38952]: 2024-01-24 09:26:19.707 CST [38952] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:26:19 imperator postgres[38952]: 2024-01-24 09:26:19.707 CST [38952] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:26:32 imperator postgres[38957]: 2024-01-24 09:26:32.076 CST [38957] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:26:32 imperator postgres[38957]: 2024-01-24 09:26:32.076 CST [38957] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:26:32 imperator postgres[38957]: 2024-01-24 09:26:32.076 CST [38957] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:26:33 imperator postgres[38960]: 2024-01-24 09:26:33.952 CST [38960] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:26:33 imperator postgres[38960]: 2024-01-24 09:26:33.952 CST [38960] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:26:33 imperator postgres[38960]: 2024-01-24 09:26:33.952 CST [38960] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:26:42 imperator NetworkManager[783]: <info>  [1706110002.2717] device (wlo1): set-hw-addr: set MAC address to EE:2E:74:1C:00:85 (scanning)
Jan 24 09:26:42 imperator NetworkManager[783]: <info>  [1706110002.3002] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 24 09:26:42 imperator NetworkManager[783]: <info>  [1706110002.3003] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 24 09:26:42 imperator NetworkManager[783]: <info>  [1706110002.3054] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 24 09:26:42 imperator NetworkManager[783]: <info>  [1706110002.3055] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 24 09:26:49 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:26:49 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:26:55 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:26:55 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:26:56 imperator postgres[39053]: 2024-01-24 09:26:56.741 CST [39053] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:26:56 imperator postgres[39053]: 2024-01-24 09:26:56.741 CST [39053] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:26:56 imperator postgres[39053]: 2024-01-24 09:26:56.741 CST [39053] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:26:58 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:26:58 imperator rtkit-daemon[1051]: Supervising 11 threads of 8 processes of 1 users.
Jan 24 09:27:00 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:27:00 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:27:06 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:27:06 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:27:06 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:27:06 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:27:06 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:27:06 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:27:16 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:27:16 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:27:56 imperator postgres[39383]: 2024-01-24 09:27:56.800 CST [39383] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:27:56 imperator postgres[39383]: 2024-01-24 09:27:56.800 CST [39383] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:27:56 imperator postgres[39383]: 2024-01-24 09:27:56.800 CST [39383] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:28:31 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:28:31 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:28:56 imperator postgres[39423]: 2024-01-24 09:28:56.860 CST [39423] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:28:56 imperator postgres[39423]: 2024-01-24 09:28:56.860 CST [39423] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:28:56 imperator postgres[39423]: 2024-01-24 09:28:56.860 CST [39423] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:29:56 imperator postgres[39429]: 2024-01-24 09:29:56.918 CST [39429] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:29:56 imperator postgres[39429]: 2024-01-24 09:29:56.918 CST [39429] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:29:56 imperator postgres[39429]: 2024-01-24 09:29:56.918 CST [39429] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:30:56 imperator postgres[39435]: 2024-01-24 09:30:56.978 CST [39435] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:30:56 imperator postgres[39435]: 2024-01-24 09:30:56.978 CST [39435] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:30:56 imperator postgres[39435]: 2024-01-24 09:30:56.978 CST [39435] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:31:17 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:31:17 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:31:57 imperator postgres[39475]: 2024-01-24 09:31:57.036 CST [39475] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:31:57 imperator postgres[39475]: 2024-01-24 09:31:57.036 CST [39475] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:31:57 imperator postgres[39475]: 2024-01-24 09:31:57.036 CST [39475] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:32:16 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:32:16 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:32:57 imperator postgres[39513]: 2024-01-24 09:32:57.072 CST [39513] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:32:57 imperator postgres[39513]: 2024-01-24 09:32:57.072 CST [39513] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:32:57 imperator postgres[39513]: 2024-01-24 09:32:57.072 CST [39513] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:33:13 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:33:13 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:33:35 imperator NetworkManager[783]: <info>  [1706110415.2652] device (wlo1): set-hw-addr: set MAC address to B6:70:AD:65:CB:DC (scanning)
Jan 24 09:33:35 imperator NetworkManager[783]: <info>  [1706110415.3001] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 24 09:33:35 imperator NetworkManager[783]: <info>  [1706110415.3002] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 24 09:33:35 imperator NetworkManager[783]: <info>  [1706110415.3055] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 24 09:33:35 imperator NetworkManager[783]: <info>  [1706110415.3056] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 24 09:33:57 imperator postgres[39594]: 2024-01-24 09:33:57.112 CST [39594] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:33:57 imperator postgres[39594]: 2024-01-24 09:33:57.112 CST [39594] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:33:57 imperator postgres[39594]: 2024-01-24 09:33:57.112 CST [39594] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:34:11 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:34:11 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:34:57 imperator postgres[39668]: 2024-01-24 09:34:57.176 CST [39668] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:34:57 imperator postgres[39668]: 2024-01-24 09:34:57.176 CST [39668] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:34:57 imperator postgres[39668]: 2024-01-24 09:34:57.176 CST [39668] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:35:57 imperator postgres[39673]: 2024-01-24 09:35:57.235 CST [39673] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:35:57 imperator postgres[39673]: 2024-01-24 09:35:57.235 CST [39673] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:35:57 imperator postgres[39673]: 2024-01-24 09:35:57.235 CST [39673] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:36:57 imperator postgres[39702]: 2024-01-24 09:36:57.241 CST [39702] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:36:57 imperator postgres[39702]: 2024-01-24 09:36:57.241 CST [39702] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:36:57 imperator postgres[39702]: 2024-01-24 09:36:57.241 CST [39702] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:37:00 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:37:00 imperator rtkit-daemon[1051]: Supervising 10 threads of 7 processes of 1 users.
Jan 24 09:37:57 imperator postgres[39758]: 2024-01-24 09:37:57.301 CST [39758] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:37:57 imperator postgres[39758]: 2024-01-24 09:37:57.301 CST [39758] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:37:57 imperator postgres[39758]: 2024-01-24 09:37:57.301 CST [39758] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:38:57 imperator postgres[39765]: 2024-01-24 09:38:57.361 CST [39765] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:38:57 imperator postgres[39765]: 2024-01-24 09:38:57.361 CST [39765] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:38:57 imperator postgres[39765]: 2024-01-24 09:38:57.361 CST [39765] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:39:57 imperator postgres[39772]: 2024-01-24 09:39:57.421 CST [39772] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:39:57 imperator postgres[39772]: 2024-01-24 09:39:57.421 CST [39772] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:39:57 imperator postgres[39772]: 2024-01-24 09:39:57.421 CST [39772] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:40:28 imperator NetworkManager[783]: <info>  [1706110828.2694] device (wlo1): set-hw-addr: set MAC address to CE:7F:E2:82:69:D3 (scanning)
Jan 24 09:40:28 imperator NetworkManager[783]: <info>  [1706110828.2938] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 24 09:40:28 imperator NetworkManager[783]: <info>  [1706110828.2939] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 24 09:40:28 imperator NetworkManager[783]: <info>  [1706110828.2993] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 24 09:40:28 imperator NetworkManager[783]: <info>  [1706110828.2994] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 24 09:40:57 imperator postgres[39777]: 2024-01-24 09:40:57.480 CST [39777] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:40:57 imperator postgres[39777]: 2024-01-24 09:40:57.480 CST [39777] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:40:57 imperator postgres[39777]: 2024-01-24 09:40:57.480 CST [39777] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:41:57 imperator postgres[39781]: 2024-01-24 09:41:57.540 CST [39781] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:41:57 imperator postgres[39781]: 2024-01-24 09:41:57.540 CST [39781] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:41:57 imperator postgres[39781]: 2024-01-24 09:41:57.540 CST [39781] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:42:57 imperator postgres[39787]: 2024-01-24 09:42:57.599 CST [39787] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:42:57 imperator postgres[39787]: 2024-01-24 09:42:57.599 CST [39787] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:42:57 imperator postgres[39787]: 2024-01-24 09:42:57.599 CST [39787] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:43:57 imperator postgres[39793]: 2024-01-24 09:43:57.601 CST [39793] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:43:57 imperator postgres[39793]: 2024-01-24 09:43:57.601 CST [39793] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:43:57 imperator postgres[39793]: 2024-01-24 09:43:57.601 CST [39793] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:44:57 imperator postgres[39797]: 2024-01-24 09:44:57.661 CST [39797] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:44:57 imperator postgres[39797]: 2024-01-24 09:44:57.661 CST [39797] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:44:57 imperator postgres[39797]: 2024-01-24 09:44:57.661 CST [39797] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:45:57 imperator postgres[39805]: 2024-01-24 09:45:57.720 CST [39805] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:45:57 imperator postgres[39805]: 2024-01-24 09:45:57.720 CST [39805] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:45:57 imperator postgres[39805]: 2024-01-24 09:45:57.720 CST [39805] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:46:57 imperator postgres[39809]: 2024-01-24 09:46:57.732 CST [39809] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:46:57 imperator postgres[39809]: 2024-01-24 09:46:57.732 CST [39809] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:46:57 imperator postgres[39809]: 2024-01-24 09:46:57.732 CST [39809] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:47:21 imperator NetworkManager[783]: <info>  [1706111241.2795] device (wlo1): set-hw-addr: set MAC address to 8E:E4:0B:5B:39:04 (scanning)
Jan 24 09:47:21 imperator NetworkManager[783]: <info>  [1706111241.3038] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 24 09:47:21 imperator NetworkManager[783]: <info>  [1706111241.3039] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 24 09:47:21 imperator NetworkManager[783]: <info>  [1706111241.3092] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 24 09:47:21 imperator NetworkManager[783]: <info>  [1706111241.3093] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 24 09:47:57 imperator postgres[39818]: 2024-01-24 09:47:57.749 CST [39818] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:47:57 imperator postgres[39818]: 2024-01-24 09:47:57.749 CST [39818] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:47:57 imperator postgres[39818]: 2024-01-24 09:47:57.749 CST [39818] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:48:57 imperator postgres[39824]: 2024-01-24 09:48:57.809 CST [39824] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:48:57 imperator postgres[39824]: 2024-01-24 09:48:57.809 CST [39824] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:48:57 imperator postgres[39824]: 2024-01-24 09:48:57.809 CST [39824] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:49:57 imperator postgres[39828]: 2024-01-24 09:49:57.827 CST [39828] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:49:57 imperator postgres[39828]: 2024-01-24 09:49:57.827 CST [39828] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:49:57 imperator postgres[39828]: 2024-01-24 09:49:57.827 CST [39828] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:50:57 imperator postgres[39833]: 2024-01-24 09:50:57.858 CST [39833] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:50:57 imperator postgres[39833]: 2024-01-24 09:50:57.858 CST [39833] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:50:57 imperator postgres[39833]: 2024-01-24 09:50:57.858 CST [39833] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:51:25 imperator protonmail-bridge[915]: ERRO[Jan 24 09:51:25.059] IMAP server error                             error="write tcp 127.0.0.1:1143->127.0.0.1:50592: write: broken pipe"
Jan 24 09:51:57 imperator postgres[39837]: 2024-01-24 09:51:57.917 CST [39837] WARNING:  database "budget" has a collation version mismatch
Jan 24 09:51:57 imperator postgres[39837]: 2024-01-24 09:51:57.917 CST [39837] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 24 09:51:57 imperator postgres[39837]: 2024-01-24 09:51:57.917 CST [39837] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 24 09:52:21 imperator NetworkManager[783]: <info>  [1706111541.9795] dhcp4 (enp5s0): state changed new lease, address=192.168.68.57
Jan 24 09:52:22 imperator systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 24 09:52:22 imperator systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 24 09:52:32 imperator systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 24 09:52:49 imperator systemd-logind[787]: The system will suspend now!
Jan 24 09:52:49 imperator NetworkManager[783]: <info>  [1706111569.3358] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Jan 24 09:52:49 imperator NetworkManager[783]: <info>  [1706111569.3360] device (wlo1): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 24 09:52:49 imperator protonmail-bridge[915]: ERRO[Jan 24 09:52:49.343] IMAP server error                             error="failed to send response to client: write tcp 127.0.0.1:1143->127.0.0.1:48002: write: connection reset by peer"
Jan 24 09:52:49 imperator NetworkManager[783]: <info>  [1706111569.3646] device (wlo1): set-hw-addr: reset MAC address to 80:B6:55:FA:A5:A5 (unmanage)
Jan 24 09:52:49 imperator NetworkManager[783]: <info>  [1706111569.3707] device (p2p-dev-wlo1): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 24 09:52:49 imperator NetworkManager[783]: <info>  [1706111569.3710] manager: NetworkManager state is now ASLEEP
Jan 24 09:52:49 imperator NetworkManager[783]: <info>  [1706111569.3712] device (enp5s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Jan 24 09:52:49 imperator wpa_supplicant[835]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 24 09:52:49 imperator wpa_supplicant[835]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 24 09:52:49 imperator systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 24 09:52:49 imperator wpa_supplicant[835]: nl80211: deinit ifname=p2p-dev-wlo1 disabled_11b_rates=0
Jan 24 09:52:49 imperator systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 24 09:52:49 imperator NetworkManager[783]: <info>  [1706111569.4145] device (enp5s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Jan 24 09:52:49 imperator NetworkManager[783]: <info>  [1706111569.4591] dhcp4 (enp5s0): canceled DHCP transaction
Jan 24 09:52:49 imperator NetworkManager[783]: <info>  [1706111569.4592] dhcp4 (enp5s0): activation: beginning transaction (timeout in 45 seconds)
Jan 24 09:52:49 imperator wpa_supplicant[835]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 24 09:52:49 imperator NetworkManager[783]: <info>  [1706111569.4592] dhcp4 (enp5s0): state changed no lease
Jan 24 09:52:49 imperator systemd-resolved[774]: enp5s0: Bus client set default route setting: no
Jan 24 09:52:49 imperator systemd-resolved[774]: enp5s0: Bus client reset DNS server list.
Jan 24 09:52:49 imperator NetworkManager[783]: <info>  [1706111569.4871] device (enp5s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 24 09:52:49 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Down
Jan 24 09:52:49 imperator wpa_supplicant[835]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 24 09:52:49 imperator wpa_supplicant[835]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
Jan 24 09:52:49 imperator systemd[1]: Reached target Sleep.
Jan 24 09:52:49 imperator systemd[1]: Starting System Suspend...
Jan 24 09:52:49 imperator systemd-sleep[39864]: Failed to lock home directories: Unknown object '/org/freedesktop/home1'.
Jan 24 09:52:49 imperator systemd-sleep[39864]: Performing sleep operation 'suspend'...
Jan 24 09:52:49 imperator kernel: PM: suspend entry (deep)
Jan 24 09:52:49 imperator kernel: Filesystems sync: 0.001 seconds
-- Boot fa086c7530df4464a909b9ad623ff8fb --
Jan 24 18:54:54 imperator kernel: microcode: updated early: 0xf -> 0x32, date = 2023-06-07
Jan 24 18:54:54 imperator kernel: Linux version 6.6.13-1-lts (linux-lts@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Sat, 20 Jan 2024 14:48:01 +0000
Jan 24 18:54:54 imperator kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=94305208-b24c-49f0-80a4-a4d1c112af3b rw resume=UUID=eba5990f-b084-4675-be62-376157463715 loglevel=3 quiet ibt=off
Jan 24 18:54:54 imperator kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Jan 24 18:54:54 imperator kernel: BIOS-provided physical RAM map:
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000005dfff] usable
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x000000000005e000-0x000000000005efff] reserved
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x000000000005f000-0x000000000009ffff] usable
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000074161fff] usable
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x0000000074162000-0x0000000077e61fff] reserved
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x0000000077e62000-0x0000000078168fff] ACPI data
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x0000000078169000-0x000000007871efff] ACPI NVS
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x000000007871f000-0x0000000079ffefff] reserved
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x0000000079fff000-0x0000000079ffffff] usable
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x000000007a000000-0x000000007dffffff] reserved
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x000000007ee00000-0x000000007fffffff] reserved
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 24 18:54:54 imperator kernel: BIOS-e820: [mem 0x0000000100000000-0x000000087fffffff] usable
Jan 24 18:54:54 imperator kernel: NX (Execute Disable) protection: active
Jan 24 18:54:54 imperator kernel: APIC: Static calls initialized
Jan 24 18:54:54 imperator kernel: e820: update [mem 0x612c0018-0x612e0057] usable ==> usable
Jan 24 18:54:54 imperator kernel: e820: update [mem 0x612c0018-0x612e0057] usable ==> usable
Jan 24 18:54:54 imperator kernel: e820: update [mem 0x612b2018-0x612bf857] usable ==> usable
Jan 24 18:54:54 imperator kernel: e820: update [mem 0x612b2018-0x612bf857] usable ==> usable
Jan 24 18:54:54 imperator kernel: extended physical RAM map:
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000005dfff] usable
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x000000000005e000-0x000000000005efff] reserved
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x000000000005f000-0x000000000009ffff] usable
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000612b2017] usable
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x00000000612b2018-0x00000000612bf857] usable
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x00000000612bf858-0x00000000612c0017] usable
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x00000000612c0018-0x00000000612e0057] usable
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x00000000612e0058-0x0000000074161fff] usable
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x0000000074162000-0x0000000077e61fff] reserved
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x0000000077e62000-0x0000000078168fff] ACPI data
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x0000000078169000-0x000000007871efff] ACPI NVS
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x000000007871f000-0x0000000079ffefff] reserved
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x0000000079fff000-0x0000000079ffffff] usable
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x000000007a000000-0x000000007dffffff] reserved
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x000000007ee00000-0x000000007fffffff] reserved
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 24 18:54:54 imperator kernel: reserve setup_data: [mem 0x0000000100000000-0x000000087fffffff] usable
Jan 24 18:54:54 imperator kernel: efi: EFI v2.8 by American Megatrends
Jan 24 18:54:54 imperator kernel: efi: ACPI=0x78168000 ACPI 2.0=0x78168014 TPMFinalLog=0x7864c000 SMBIOS=0x79d1f000 SMBIOS 3.0=0x79d1e000 MEMATTR=0x6e574698 ESRT=0x7193e618 INITRD=0x631c1e18 RNG=0x780d4c18 TPMEventLog=0x631ba018 
Jan 24 18:54:54 imperator kernel: random: crng init done
Jan 24 18:54:54 imperator kernel: efi: Remove mem76: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
Jan 24 18:54:54 imperator kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
Jan 24 18:54:54 imperator kernel: efi: Not removing mem77: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Jan 24 18:54:54 imperator kernel: efi: Not removing mem78: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Jan 24 18:54:54 imperator kernel: efi: Not removing mem79: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Jan 24 18:54:54 imperator kernel: efi: Not removing mem81: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Jan 24 18:54:54 imperator kernel: efi: Remove mem82: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Jan 24 18:54:54 imperator kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Jan 24 18:54:54 imperator kernel: SMBIOS 3.4.0 present.
Jan 24 18:54:54 imperator kernel: DMI: ASUS System Product Name/TUF GAMING B660M-PLUS WIFI D4, BIOS 0418 10/12/2021
Jan 24 18:54:54 imperator kernel: tsc: Detected 3600.000 MHz processor
Jan 24 18:54:54 imperator kernel: tsc: Detected 3609.600 MHz TSC
Jan 24 18:54:54 imperator kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 24 18:54:54 imperator kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 24 18:54:54 imperator kernel: last_pfn = 0x880000 max_arch_pfn = 0x400000000
Jan 24 18:54:54 imperator kernel: total RAM covered: 63488M
Jan 24 18:54:54 imperator kernel: Found optimal setting for mtrr clean up
Jan 24 18:54:54 imperator kernel:  gran_size: 64K         chunk_size: 64K         num_reg: 5          lose cover RAM: 0G
Jan 24 18:54:54 imperator kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Jan 24 18:54:54 imperator kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jan 24 18:54:54 imperator kernel: e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
Jan 24 18:54:54 imperator kernel: last_pfn = 0x7a000 max_arch_pfn = 0x400000000
Jan 24 18:54:54 imperator kernel: found SMP MP-table at [mem 0x000fcef0-0x000fceff]
Jan 24 18:54:54 imperator kernel: esrt: Reserving ESRT space from 0x000000007193e618 to 0x000000007193e6a0.
Jan 24 18:54:54 imperator kernel: e820: update [mem 0x7193e000-0x7193efff] usable ==> reserved
Jan 24 18:54:54 imperator kernel: Using GB pages for direct mapping
Jan 24 18:54:54 imperator kernel: Incomplete global flushes, disabling PCID
Jan 24 18:54:54 imperator kernel: Secure boot disabled
Jan 24 18:54:54 imperator kernel: RAMDISK: [mem 0x5f156000-0x601b5fff]
Jan 24 18:54:54 imperator kernel: ACPI: Early table checksum verification disabled
Jan 24 18:54:54 imperator kernel: ACPI: RSDP 0x0000000078168014 000024 (v02 ALASKA)
Jan 24 18:54:54 imperator kernel: ACPI: XSDT 0x0000000078167728 00010C (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 24 18:54:54 imperator kernel: ACPI: FACP 0x0000000078165000 000114 (v06 ALASKA A M I    01072009 AMI  01000013)
Jan 24 18:54:54 imperator kernel: ACPI: DSDT 0x00000000780E8000 07C7A3 (v02 ALASKA A M I    01072009 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: FACS 0x000000007871E000 000040
Jan 24 18:54:54 imperator kernel: ACPI: MCFG 0x0000000078166000 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Jan 24 18:54:54 imperator kernel: ACPI: FIDT 0x00000000780E7000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 24 18:54:54 imperator kernel: ACPI: FPDT 0x0000000077FDB000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0x00000000780E0000 005CE0 (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0x00000000780DD000 0029E4 (v02 SaSsdt SaSsdt   00003000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0x00000000780D9000 003316 (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: HPET 0x00000000780D8000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 24 18:54:54 imperator kernel: ACPI: APIC 0x00000000780D7000 0001DC (v05 ALASKA A M I    01072009 AMI  01000013)
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0x00000000780D5000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: NHLT 0x00000000780D3000 00002D (v00 ALASKA A M I    01072009 AMI  01000013)
Jan 24 18:54:54 imperator kernel: ACPI: LPIT 0x00000000780D2000 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0x00000000780CE000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0x00000000780CB000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: DBGP 0x00000000780CA000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 24 18:54:54 imperator kernel: ACPI: DBG2 0x00000000780C9000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0x00000000780C8000 000C1F (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: DMAR 0x00000000780C7000 000050 (v02 INTEL  EDK2     00000002      01000013)
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0x00000000780C5000 001E86 (v02 INTEL  xh_adls3 00000000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0x00000000780C1000 003AEA (v02 SocGpe SocGpe   00003000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0x00000000780BE000 002B2A (v02 SocCmn SocCmn   00003000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0x00000000780BD000 000144 (v02 Intel  ADebTabl 00001000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: BGRT 0x00000000780BC000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 24 18:54:54 imperator kernel: ACPI: UEFI 0x000000007828E000 00063A (v01 INTEL  RstVmdE  00000000 INTL 00000000)
Jan 24 18:54:54 imperator kernel: ACPI: UEFI 0x000000007828D000 00005C (v01 INTEL  RstVmdV  00000000 INTL 00000000)
Jan 24 18:54:54 imperator kernel: ACPI: WPBT 0x0000000077FDE000 000040 (v01 ALASKA A M I    00000001 ASUS 00000001)
Jan 24 18:54:54 imperator kernel: ACPI: TPM2 0x0000000077FDD000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
Jan 24 18:54:54 imperator kernel: ACPI: PHAT 0x0000000077FDC000 0005AD (v00 ALASKA A M I    00000005 MSFT 0100000D)
Jan 24 18:54:54 imperator kernel: ACPI: WSMT 0x00000000780D1000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 24 18:54:54 imperator kernel: ACPI: Reserving FACP table memory at [mem 0x78165000-0x78165113]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving DSDT table memory at [mem 0x780e8000-0x781647a2]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving FACS table memory at [mem 0x7871e000-0x7871e03f]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving MCFG table memory at [mem 0x78166000-0x7816603b]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving FIDT table memory at [mem 0x780e7000-0x780e709b]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving FPDT table memory at [mem 0x77fdb000-0x77fdb043]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780e0000-0x780e5cdf]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780dd000-0x780df9e3]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780d9000-0x780dc315]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving HPET table memory at [mem 0x780d8000-0x780d8037]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving APIC table memory at [mem 0x780d7000-0x780d71db]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780d5000-0x780d6f19]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving NHLT table memory at [mem 0x780d3000-0x780d302c]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving LPIT table memory at [mem 0x780d2000-0x780d20cb]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780ce000-0x780d0356]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780cb000-0x780cda82]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving DBGP table memory at [mem 0x780ca000-0x780ca033]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving DBG2 table memory at [mem 0x780c9000-0x780c9053]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780c8000-0x780c8c1e]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving DMAR table memory at [mem 0x780c7000-0x780c704f]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780c5000-0x780c6e85]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780c1000-0x780c4ae9]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780be000-0x780c0b29]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780bd000-0x780bd143]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving BGRT table memory at [mem 0x780bc000-0x780bc037]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving UEFI table memory at [mem 0x7828e000-0x7828e639]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving UEFI table memory at [mem 0x7828d000-0x7828d05b]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving WPBT table memory at [mem 0x77fde000-0x77fde03f]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving TPM2 table memory at [mem 0x77fdd000-0x77fdd04b]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving PHAT table memory at [mem 0x77fdc000-0x77fdc5ac]
Jan 24 18:54:54 imperator kernel: ACPI: Reserving WSMT table memory at [mem 0x780d1000-0x780d1027]
Jan 24 18:54:54 imperator kernel: No NUMA configuration found
Jan 24 18:54:54 imperator kernel: Faking a node at [mem 0x0000000000000000-0x000000087fffffff]
Jan 24 18:54:54 imperator kernel: NODE_DATA(0) allocated [mem 0x87fffb000-0x87fffffff]
Jan 24 18:54:54 imperator kernel: Zone ranges:
Jan 24 18:54:54 imperator kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jan 24 18:54:54 imperator kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jan 24 18:54:54 imperator kernel:   Normal   [mem 0x0000000100000000-0x000000087fffffff]
Jan 24 18:54:54 imperator kernel:   Device   empty
Jan 24 18:54:54 imperator kernel: Movable zone start for each node
Jan 24 18:54:54 imperator kernel: Early memory node ranges
Jan 24 18:54:54 imperator kernel:   node   0: [mem 0x0000000000001000-0x000000000005dfff]
Jan 24 18:54:54 imperator kernel:   node   0: [mem 0x000000000005f000-0x000000000009ffff]
Jan 24 18:54:54 imperator kernel:   node   0: [mem 0x0000000000100000-0x0000000074161fff]
Jan 24 18:54:54 imperator kernel:   node   0: [mem 0x0000000079fff000-0x0000000079ffffff]
Jan 24 18:54:54 imperator kernel:   node   0: [mem 0x0000000100000000-0x000000087fffffff]
Jan 24 18:54:54 imperator kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000087fffffff]
Jan 24 18:54:54 imperator kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 24 18:54:54 imperator kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 24 18:54:54 imperator kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jan 24 18:54:54 imperator kernel: On node 0, zone DMA32: 24221 pages in unavailable ranges
Jan 24 18:54:54 imperator kernel: On node 0, zone Normal: 24576 pages in unavailable ranges
Jan 24 18:54:54 imperator kernel: ACPI: PM-Timer IO Port: 0x1808
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jan 24 18:54:54 imperator kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jan 24 18:54:54 imperator kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 24 18:54:54 imperator kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 24 18:54:54 imperator kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jan 24 18:54:54 imperator kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jan 24 18:54:54 imperator kernel: e820: update [mem 0x6edd3000-0x6ee18fff] usable ==> reserved
Jan 24 18:54:54 imperator kernel: TSC deadline timer available
Jan 24 18:54:54 imperator kernel: smpboot: Allowing 20 CPUs, 0 hotplug CPUs
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x0005e000-0x0005efff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x612b2000-0x612b2fff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x612bf000-0x612bffff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x612c0000-0x612c0fff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x612e0000-0x612e0fff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x6edd3000-0x6ee18fff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7193e000-0x7193efff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x74162000-0x77e61fff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x77e62000-0x78168fff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x78169000-0x7871efff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7871f000-0x79ffefff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7dffffff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7edfffff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7ee00000-0x7fffffff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x80000000-0xfdffffff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jan 24 18:54:54 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Jan 24 18:54:54 imperator kernel: [mem 0x80000000-0xfdffffff] available for PCI devices
Jan 24 18:54:54 imperator kernel: Booting paravirtualized kernel on bare hardware
Jan 24 18:54:54 imperator kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jan 24 18:54:54 imperator kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:20 nr_cpu_ids:20 nr_node_ids:1
Jan 24 18:54:54 imperator kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Jan 24 18:54:54 imperator kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Jan 24 18:54:54 imperator kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Jan 24 18:54:54 imperator kernel: pcpu-alloc: [0] 16 17 18 19 -- -- -- -- 
Jan 24 18:54:54 imperator kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=94305208-b24c-49f0-80a4-a4d1c112af3b rw resume=UUID=eba5990f-b084-4675-be62-376157463715 loglevel=3 quiet ibt=off
Jan 24 18:54:54 imperator kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-lts", will be passed to user space.
Jan 24 18:54:54 imperator kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Jan 24 18:54:54 imperator kernel: printk: log_buf_len total cpu_extra contributions: 77824 bytes
Jan 24 18:54:54 imperator kernel: printk: log_buf_len min size: 131072 bytes
Jan 24 18:54:54 imperator kernel: printk: log_buf_len: 262144 bytes
Jan 24 18:54:54 imperator kernel: printk: early log buf free: 112608(85%)
Jan 24 18:54:54 imperator kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Jan 24 18:54:54 imperator kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jan 24 18:54:54 imperator kernel: Fallback order for Node 0: 0 
Jan 24 18:54:54 imperator kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8209245
Jan 24 18:54:54 imperator kernel: Policy zone: Normal
Jan 24 18:54:54 imperator kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jan 24 18:54:54 imperator kernel: software IO TLB: area num 32.
Jan 24 18:54:54 imperator kernel: Memory: 32573536K/33358852K available (16384K kernel code, 2132K rwdata, 13072K rodata, 3416K init, 3832K bss, 785060K reserved, 0K cma-reserved)
Jan 24 18:54:54 imperator kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=20, Nodes=1
Jan 24 18:54:54 imperator kernel: ftrace: allocating 48853 entries in 191 pages
Jan 24 18:54:54 imperator kernel: ftrace: allocated 191 pages with 7 groups
Jan 24 18:54:54 imperator kernel: Dynamic Preempt: voluntary
Jan 24 18:54:54 imperator kernel: rcu: Preemptible hierarchical RCU implementation.
Jan 24 18:54:54 imperator kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=20.
Jan 24 18:54:54 imperator kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jan 24 18:54:54 imperator kernel:         Trampoline variant of Tasks RCU enabled.
Jan 24 18:54:54 imperator kernel:         Rude variant of Tasks RCU enabled.
Jan 24 18:54:54 imperator kernel:         Tracing variant of Tasks RCU enabled.
Jan 24 18:54:54 imperator kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jan 24 18:54:54 imperator kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=20
Jan 24 18:54:54 imperator kernel: NR_IRQS: 20736, nr_irqs: 2216, preallocated irqs: 16
Jan 24 18:54:54 imperator kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jan 24 18:54:54 imperator kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jan 24 18:54:54 imperator kernel: Console: colour dummy device 80x25
Jan 24 18:54:54 imperator kernel: printk: console [tty0] enabled
Jan 24 18:54:54 imperator kernel: ACPI: Core revision 20230628
Jan 24 18:54:54 imperator kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Jan 24 18:54:54 imperator kernel: APIC: Switch to symmetric I/O mode setup
Jan 24 18:54:54 imperator kernel: DMAR: Host address width 39
Jan 24 18:54:54 imperator kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jan 24 18:54:54 imperator kernel: DMAR: dmar0: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
Jan 24 18:54:54 imperator kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 0
Jan 24 18:54:54 imperator kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jan 24 18:54:54 imperator kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jan 24 18:54:54 imperator kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jan 24 18:54:54 imperator kernel: x2apic enabled
Jan 24 18:54:54 imperator kernel: APIC: Switched APIC routing to: cluster x2apic
Jan 24 18:54:54 imperator kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3407c077a8d, max_idle_ns: 440795342283 ns
Jan 24 18:54:54 imperator kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7222.00 BogoMIPS (lpj=12032000)
Jan 24 18:54:54 imperator kernel: x86/tme: not enabled by BIOS
Jan 24 18:54:54 imperator kernel: CPU0: Thermal monitoring enabled (TM1)
Jan 24 18:54:54 imperator kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jan 24 18:54:54 imperator kernel: process: using mwait in idle threads
Jan 24 18:54:54 imperator kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Jan 24 18:54:54 imperator kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Jan 24 18:54:54 imperator kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jan 24 18:54:54 imperator kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Jan 24 18:54:54 imperator kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jan 24 18:54:54 imperator kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Jan 24 18:54:54 imperator kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jan 24 18:54:54 imperator kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jan 24 18:54:54 imperator kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 24 18:54:54 imperator kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 24 18:54:54 imperator kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 24 18:54:54 imperator kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jan 24 18:54:54 imperator kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Jan 24 18:54:54 imperator kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 24 18:54:54 imperator kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Jan 24 18:54:54 imperator kernel: x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
Jan 24 18:54:54 imperator kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
Jan 24 18:54:54 imperator kernel: Freeing SMP alternatives memory: 40K
Jan 24 18:54:54 imperator kernel: pid_max: default: 32768 minimum: 301
Jan 24 18:54:54 imperator kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Jan 24 18:54:54 imperator kernel: landlock: Up and running.
Jan 24 18:54:54 imperator kernel: Yama: becoming mindful.
Jan 24 18:54:54 imperator kernel: LSM support for eBPF active
Jan 24 18:54:54 imperator kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jan 24 18:54:54 imperator kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jan 24 18:54:54 imperator kernel: smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-12700K (family: 0x6, model: 0x97, stepping: 0x2)
Jan 24 18:54:54 imperator kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Jan 24 18:54:54 imperator kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Jan 24 18:54:54 imperator kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Jan 24 18:54:54 imperator kernel: Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
Jan 24 18:54:54 imperator kernel: core: cpu_core PMU driver: 
Jan 24 18:54:54 imperator kernel: ... version:                5
Jan 24 18:54:54 imperator kernel: ... bit width:              48
Jan 24 18:54:54 imperator kernel: ... generic registers:      8
Jan 24 18:54:54 imperator kernel: ... value mask:             0000ffffffffffff
Jan 24 18:54:54 imperator kernel: ... max period:             00007fffffffffff
Jan 24 18:54:54 imperator kernel: ... fixed-purpose events:   4
Jan 24 18:54:54 imperator kernel: ... event mask:             0001000f000000ff
Jan 24 18:54:54 imperator kernel: signal: max sigframe size: 3632
Jan 24 18:54:54 imperator kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1393
Jan 24 18:54:54 imperator kernel: rcu: Hierarchical SRCU implementation.
Jan 24 18:54:54 imperator kernel: rcu:         Max phase no-delay instances is 1000.
Jan 24 18:54:54 imperator kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 24 18:54:54 imperator kernel: smp: Bringing up secondary CPUs ...
Jan 24 18:54:54 imperator kernel: smpboot: x86: Booting SMP configuration:
Jan 24 18:54:54 imperator kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14 #16 #17 #18 #19
Jan 24 18:54:54 imperator kernel: core: cpu_atom PMU driver: PEBS-via-PT 
Jan 24 18:54:54 imperator kernel: ... version:                5
Jan 24 18:54:54 imperator kernel: ... bit width:              48
Jan 24 18:54:54 imperator kernel: ... generic registers:      6
Jan 24 18:54:54 imperator kernel: ... value mask:             0000ffffffffffff
Jan 24 18:54:54 imperator kernel: ... max period:             00007fffffffffff
Jan 24 18:54:54 imperator kernel: ... fixed-purpose events:   3
Jan 24 18:54:54 imperator kernel: ... event mask:             000000070000003f
Jan 24 18:54:54 imperator kernel:   #1  #3  #5  #7  #9 #11 #13 #15
Jan 24 18:54:54 imperator kernel: smp: Brought up 1 node, 20 CPUs
Jan 24 18:54:54 imperator kernel: smpboot: Max logical packages: 1
Jan 24 18:54:54 imperator kernel: smpboot: Total of 20 processors activated (144441.00 BogoMIPS)
Jan 24 18:54:54 imperator kernel: devtmpfs: initialized
Jan 24 18:54:54 imperator kernel: x86/mm: Memory block size: 128MB
Jan 24 18:54:54 imperator kernel: ACPI: PM: Registering ACPI NVS region [mem 0x78169000-0x7871efff] (5988352 bytes)
Jan 24 18:54:54 imperator kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jan 24 18:54:54 imperator kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Jan 24 18:54:54 imperator kernel: pinctrl core: initialized pinctrl subsystem
Jan 24 18:54:54 imperator kernel: PM: RTC time: 00:54:52, date: 2024-01-25
Jan 24 18:54:54 imperator kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jan 24 18:54:54 imperator kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Jan 24 18:54:54 imperator kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jan 24 18:54:54 imperator kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jan 24 18:54:54 imperator kernel: audit: initializing netlink subsys (disabled)
Jan 24 18:54:54 imperator kernel: audit: type=2000 audit(1706144092.023:1): state=initialized audit_enabled=0 res=1
Jan 24 18:54:54 imperator kernel: thermal_sys: Registered thermal governor 'fair_share'
Jan 24 18:54:54 imperator kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jan 24 18:54:54 imperator kernel: thermal_sys: Registered thermal governor 'step_wise'
Jan 24 18:54:54 imperator kernel: thermal_sys: Registered thermal governor 'user_space'
Jan 24 18:54:54 imperator kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jan 24 18:54:54 imperator kernel: cpuidle: using governor ladder
Jan 24 18:54:54 imperator kernel: cpuidle: using governor menu
Jan 24 18:54:54 imperator kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jan 24 18:54:54 imperator kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 24 18:54:54 imperator kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Jan 24 18:54:54 imperator kernel: PCI: not using MMCONFIG
Jan 24 18:54:54 imperator kernel: PCI: Using configuration type 1 for base access
Jan 24 18:54:54 imperator kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jan 24 18:54:54 imperator kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jan 24 18:54:54 imperator kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jan 24 18:54:54 imperator kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jan 24 18:54:54 imperator kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jan 24 18:54:54 imperator kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jan 24 18:54:54 imperator kernel: ACPI: Added _OSI(Module Device)
Jan 24 18:54:54 imperator kernel: ACPI: Added _OSI(Processor Device)
Jan 24 18:54:54 imperator kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 24 18:54:54 imperator kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 24 18:54:54 imperator kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Jan 24 18:54:54 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0xFFFF888101062800 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0xFFFF88810105A800 0006CB (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0xFFFF888102DE0200 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0xFFFF888101058000 00044D (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0xFFFF888101054000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0xFFFF888101050000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0xFFFF888101056000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 24 18:54:54 imperator kernel: ACPI: SSDT 0xFFFF88810106B000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
Jan 24 18:54:54 imperator kernel: ACPI: _OSC evaluated successfully for all CPUs
Jan 24 18:54:54 imperator kernel: ACPI: Interpreter enabled
Jan 24 18:54:54 imperator kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jan 24 18:54:54 imperator kernel: ACPI: Using IOAPIC for interrupt routing
Jan 24 18:54:54 imperator kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Jan 24 18:54:54 imperator kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
Jan 24 18:54:54 imperator kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 24 18:54:54 imperator kernel: PCI: Using E820 reservations for host bridge windows
Jan 24 18:54:54 imperator kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Jan 24 18:54:54 imperator kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS14.BTRT: New power resource
Jan 24 18:54:54 imperator kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
Jan 24 18:54:54 imperator kernel: ACPI: \_TZ_.FN00: New power resource
Jan 24 18:54:54 imperator kernel: ACPI: \_TZ_.FN01: New power resource
Jan 24 18:54:54 imperator kernel: ACPI: \_TZ_.FN02: New power resource
Jan 24 18:54:54 imperator kernel: ACPI: \_TZ_.FN03: New power resource
Jan 24 18:54:54 imperator kernel: ACPI: \_TZ_.FN04: New power resource
Jan 24 18:54:54 imperator kernel: ACPI: \PIN_: New power resource
Jan 24 18:54:54 imperator kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
Jan 24 18:54:54 imperator kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jan 24 18:54:54 imperator kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Jan 24 18:54:54 imperator kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jan 24 18:54:54 imperator kernel: PCI host bridge to bus 0000:00
Jan 24 18:54:54 imperator kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xbfffffff window]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:00: root bus resource [bus 00-e0]
Jan 24 18:54:54 imperator kernel: pci 0000:00:00.0: [8086:4668] type 00 class 0x060000
Jan 24 18:54:54 imperator kernel: pci 0000:00:01.0: [8086:460d] type 01 class 0x060400
Jan 24 18:54:54 imperator kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jan 24 18:54:54 imperator kernel: pci 0000:00:01.0: PTM enabled (root), 4ns granularity
Jan 24 18:54:54 imperator kernel: pci 0000:00:06.0: [8086:464d] type 01 class 0x060400
Jan 24 18:54:54 imperator kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Jan 24 18:54:54 imperator kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
Jan 24 18:54:54 imperator kernel: pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000
Jan 24 18:54:54 imperator kernel: pci 0000:00:0a.0: reg 0x10: [mem 0x4002210000-0x4002217fff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:0a.0: enabling Extended Tags
Jan 24 18:54:54 imperator kernel: pci 0000:00:0e.0: [8086:467f] type 00 class 0x010400
Jan 24 18:54:54 imperator kernel: pci 0000:00:0e.0: reg 0x10: [mem 0x4000000000-0x4001ffffff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:0e.0: reg 0x18: [mem 0x8a000000-0x8bffffff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:0e.0: reg 0x20: [mem 0x4002100000-0x40021fffff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330
Jan 24 18:54:54 imperator kernel: pci 0000:00:14.0: reg 0x10: [mem 0x4002200000-0x400220ffff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jan 24 18:54:54 imperator kernel: pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000
Jan 24 18:54:54 imperator kernel: pci 0000:00:14.2: reg 0x10: [mem 0x4002220000-0x4002223fff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:14.2: reg 0x18: [mem 0x4002229000-0x4002229fff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:14.3: [8086:7af0] type 00 class 0x028000
Jan 24 18:54:54 imperator kernel: pci 0000:00:14.3: reg 0x10: [mem 0x400221c000-0x400221ffff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Jan 24 18:54:54 imperator kernel: pci 0000:00:15.0: [8086:7acc] type 00 class 0x0c8000
Jan 24 18:54:54 imperator kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:15.1: [8086:7acd] type 00 class 0x0c8000
Jan 24 18:54:54 imperator kernel: pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:15.2: [8086:7ace] type 00 class 0x0c8000
Jan 24 18:54:54 imperator kernel: pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000
Jan 24 18:54:54 imperator kernel: pci 0000:00:16.0: reg 0x10: [mem 0x4002225000-0x4002225fff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:16.0: PME# supported from D3hot
Jan 24 18:54:54 imperator kernel: pci 0000:00:17.0: [8086:7ae2] type 00 class 0x010601
Jan 24 18:54:54 imperator kernel: pci 0000:00:17.0: reg 0x10: [mem 0x8de00000-0x8de01fff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:17.0: reg 0x14: [mem 0x8de03000-0x8de030ff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:17.0: reg 0x18: [io  0x6050-0x6057]
Jan 24 18:54:54 imperator kernel: pci 0000:00:17.0: reg 0x1c: [io  0x6040-0x6043]
Jan 24 18:54:54 imperator kernel: pci 0000:00:17.0: reg 0x20: [io  0x6020-0x603f]
Jan 24 18:54:54 imperator kernel: pci 0000:00:17.0: reg 0x24: [mem 0x8de02000-0x8de027ff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:17.0: PME# supported from D3hot
Jan 24 18:54:54 imperator kernel: pci 0000:00:1a.0: [8086:7ac8] type 01 class 0x060400
Jan 24 18:54:54 imperator kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.0: [8086:7ab8] type 01 class 0x060400
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.2: [8086:7aba] type 01 class 0x060400
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.2: PTM enabled (root), 4ns granularity
Jan 24 18:54:54 imperator kernel: pci 0000:00:1f.0: [8086:7a86] type 00 class 0x060100
Jan 24 18:54:54 imperator kernel: pci 0000:00:1f.3: [8086:7ad0] type 00 class 0x040300
Jan 24 18:54:54 imperator kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x4002218000-0x400221bfff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x4002000000-0x40020fffff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jan 24 18:54:54 imperator kernel: pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500
Jan 24 18:54:54 imperator kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x4002224000-0x40022240ff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000
Jan 24 18:54:54 imperator kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.0: [10de:1287] type 00 class 0x030000
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.0: reg 0x10: [mem 0x8c000000-0x8cffffff]
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.0: reg 0x14: [mem 0x80000000-0x87ffffff 64bit pref]
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.0: reg 0x1c: [mem 0x88000000-0x89ffffff 64bit pref]
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.0: reg 0x24: [io  0x5000-0x507f]
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.0: reg 0x30: [mem 0x8d000000-0x8d07ffff pref]
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.0: BAR 3: assigned to efifb
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:01.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.1: [10de:0e0f] type 00 class 0x040300
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.1: reg 0x10: [mem 0x8d080000-0x8d083fff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 24 18:54:54 imperator kernel: pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:01.0:   bridge window [mem 0x8c000000-0x8d0fffff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:01.0:   bridge window [mem 0x80000000-0x89ffffff 64bit pref]
Jan 24 18:54:54 imperator kernel: pci 0000:02:00.0: [15b7:5011] type 00 class 0x010802
Jan 24 18:54:54 imperator kernel: pci 0000:02:00.0: reg 0x10: [mem 0x8dd00000-0x8dd03fff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Jan 24 18:54:54 imperator kernel: pci 0000:00:06.0:   bridge window [mem 0x8dd00000-0x8ddfffff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1a.0: PCI bridge to [bus 03]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1a.0:   bridge window [io  0x4000-0x4fff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1a.0:   bridge window [mem 0x8d100000-0x8dafffff]
Jan 24 18:54:54 imperator kernel: pci 0000:04:00.0: [1b21:2142] type 00 class 0x0c0330
Jan 24 18:54:54 imperator kernel: pci 0000:04:00.0: reg 0x10: [mem 0x8dc00000-0x8dc07fff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:04:00.0: enabling Extended Tags
Jan 24 18:54:54 imperator kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.0:   bridge window [mem 0x8dc00000-0x8dcfffff]
Jan 24 18:54:54 imperator kernel: pci 0000:05:00.0: [10ec:8125] type 00 class 0x020000
Jan 24 18:54:54 imperator kernel: pci 0000:05:00.0: reg 0x10: [io  0x3000-0x30ff]
Jan 24 18:54:54 imperator kernel: pci 0000:05:00.0: reg 0x18: [mem 0x8db00000-0x8db0ffff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:05:00.0: reg 0x20: [mem 0x8db10000-0x8db13fff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:05:00.0: supports D1 D2
Jan 24 18:54:54 imperator kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.2: PCI bridge to [bus 05]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.2:   bridge window [mem 0x8db00000-0x8dbfffff]
Jan 24 18:54:54 imperator kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jan 24 18:54:54 imperator kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
Jan 24 18:54:54 imperator kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jan 24 18:54:54 imperator kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jan 24 18:54:54 imperator kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jan 24 18:54:54 imperator kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jan 24 18:54:54 imperator kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jan 24 18:54:54 imperator kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jan 24 18:54:54 imperator kernel: iommu: Default domain type: Translated
Jan 24 18:54:54 imperator kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jan 24 18:54:54 imperator kernel: SCSI subsystem initialized
Jan 24 18:54:54 imperator kernel: libata version 3.00 loaded.
Jan 24 18:54:54 imperator kernel: ACPI: bus type USB registered
Jan 24 18:54:54 imperator kernel: usbcore: registered new interface driver usbfs
Jan 24 18:54:54 imperator kernel: usbcore: registered new interface driver hub
Jan 24 18:54:54 imperator kernel: usbcore: registered new device driver usb
Jan 24 18:54:54 imperator kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 24 18:54:54 imperator kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 24 18:54:54 imperator kernel: PTP clock support registered
Jan 24 18:54:54 imperator kernel: EDAC MC: Ver: 3.0.0
Jan 24 18:54:54 imperator kernel: efivars: Registered efivars operations
Jan 24 18:54:54 imperator kernel: NetLabel: Initializing
Jan 24 18:54:54 imperator kernel: NetLabel:  domain hash size = 128
Jan 24 18:54:54 imperator kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 24 18:54:54 imperator kernel: NetLabel:  unlabeled traffic allowed by default
Jan 24 18:54:54 imperator kernel: mctp: management component transport protocol core
Jan 24 18:54:54 imperator kernel: NET: Registered PF_MCTP protocol family
Jan 24 18:54:54 imperator kernel: PCI: Using ACPI for IRQ routing
Jan 24 18:54:54 imperator kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 24 18:54:54 imperator kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
Jan 24 18:54:54 imperator kernel: e820: reserve RAM buffer [mem 0x0005e000-0x0005ffff]
Jan 24 18:54:54 imperator kernel: e820: reserve RAM buffer [mem 0x612b2018-0x63ffffff]
Jan 24 18:54:54 imperator kernel: e820: reserve RAM buffer [mem 0x612c0018-0x63ffffff]
Jan 24 18:54:54 imperator kernel: e820: reserve RAM buffer [mem 0x6edd3000-0x6fffffff]
Jan 24 18:54:54 imperator kernel: e820: reserve RAM buffer [mem 0x7193e000-0x73ffffff]
Jan 24 18:54:54 imperator kernel: e820: reserve RAM buffer [mem 0x74162000-0x77ffffff]
Jan 24 18:54:54 imperator kernel: e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jan 24 18:54:54 imperator kernel: vgaarb: loaded
Jan 24 18:54:54 imperator kernel: clocksource: Switched to clocksource tsc-early
Jan 24 18:54:54 imperator kernel: VFS: Disk quotas dquot_6.6.0
Jan 24 18:54:54 imperator kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 24 18:54:54 imperator kernel: pnp: PnP ACPI init
Jan 24 18:54:54 imperator kernel: system 00:00: [io  0x0290-0x029f] has been reserved
Jan 24 18:54:54 imperator kernel: pnp 00:01: [dma 0 disabled]
Jan 24 18:54:54 imperator kernel: system 00:02: [io  0x0680-0x069f] has been reserved
Jan 24 18:54:54 imperator kernel: system 00:02: [io  0x164e-0x164f] has been reserved
Jan 24 18:54:54 imperator kernel: system 00:03: [io  0x1854-0x1857] has been reserved
Jan 24 18:54:54 imperator kernel: system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
Jan 24 18:54:54 imperator kernel: system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
Jan 24 18:54:54 imperator kernel: system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
Jan 24 18:54:54 imperator kernel: system 00:04: [mem 0xc0000000-0xcfffffff] has been reserved
Jan 24 18:54:54 imperator kernel: system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
Jan 24 18:54:54 imperator kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Jan 24 18:54:54 imperator kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
Jan 24 18:54:54 imperator kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
Jan 24 18:54:54 imperator kernel: system 00:05: [io  0x2000-0x20fe] has been reserved
Jan 24 18:54:54 imperator kernel: pnp: PnP ACPI: found 7 devices
Jan 24 18:54:54 imperator kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jan 24 18:54:54 imperator kernel: NET: Registered PF_INET protocol family
Jan 24 18:54:54 imperator kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 24 18:54:54 imperator kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Jan 24 18:54:54 imperator kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jan 24 18:54:54 imperator kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 24 18:54:54 imperator kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jan 24 18:54:54 imperator kernel: TCP: Hash tables configured (established 262144 bind 65536)
Jan 24 18:54:54 imperator kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Jan 24 18:54:54 imperator kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jan 24 18:54:54 imperator kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jan 24 18:54:54 imperator kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jan 24 18:54:54 imperator kernel: NET: Registered PF_XDP protocol family
Jan 24 18:54:54 imperator kernel: pci 0000:00:1a.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
Jan 24 18:54:54 imperator kernel: pci 0000:00:1a.0: BAR 15: assigned [mem 0x4002300000-0x40024fffff 64bit pref]
Jan 24 18:54:54 imperator kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4002226000-0x4002226fff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x4002227000-0x4002227fff 64bit]
Jan 24 18:54:54 imperator kernel: pci 0000:00:15.2: BAR 0: assigned [mem 0x4002228000-0x4002228fff 64bit]
Jan 24 18:54:54 imperator kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x8de04000-0x8de04fff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 24 18:54:54 imperator kernel: pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:01.0:   bridge window [mem 0x8c000000-0x8d0fffff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:01.0:   bridge window [mem 0x80000000-0x89ffffff 64bit pref]
Jan 24 18:54:54 imperator kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Jan 24 18:54:54 imperator kernel: pci 0000:00:06.0:   bridge window [mem 0x8dd00000-0x8ddfffff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1a.0: PCI bridge to [bus 03]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1a.0:   bridge window [io  0x4000-0x4fff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1a.0:   bridge window [mem 0x8d100000-0x8dafffff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1a.0:   bridge window [mem 0x4002300000-0x40024fffff 64bit pref]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.0:   bridge window [mem 0x8dc00000-0x8dcfffff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.2: PCI bridge to [bus 05]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
Jan 24 18:54:54 imperator kernel: pci 0000:00:1c.2:   bridge window [mem 0x8db00000-0x8dbfffff]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xbfffffff window]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:01: resource 1 [mem 0x8c000000-0x8d0fffff]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:01: resource 2 [mem 0x80000000-0x89ffffff 64bit pref]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:02: resource 1 [mem 0x8dd00000-0x8ddfffff]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:03: resource 1 [mem 0x8d100000-0x8dafffff]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:03: resource 2 [mem 0x4002300000-0x40024fffff 64bit pref]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:04: resource 1 [mem 0x8dc00000-0x8dcfffff]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
Jan 24 18:54:54 imperator kernel: pci_bus 0000:05: resource 1 [mem 0x8db00000-0x8dbfffff]
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Jan 24 18:54:54 imperator kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jan 24 18:54:54 imperator kernel: pci 0000:04:00.0: PME# does not work under D0, disabling it
Jan 24 18:54:54 imperator kernel: PCI: CLS 64 bytes, default 64
Jan 24 18:54:54 imperator kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 24 18:54:54 imperator kernel: software IO TLB: mapped [mem 0x000000006a54f000-0x000000006e54f000] (64MB)
Jan 24 18:54:54 imperator kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3407c077a8d, max_idle_ns: 440795342283 ns
Jan 24 18:54:54 imperator kernel: Trying to unpack rootfs image as initramfs...
Jan 24 18:54:54 imperator kernel: clocksource: Switched to clocksource tsc
Jan 24 18:54:54 imperator kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Jan 24 18:54:54 imperator kernel: Initialise system trusted keyrings
Jan 24 18:54:54 imperator kernel: Key type blacklist registered
Jan 24 18:54:54 imperator kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Jan 24 18:54:54 imperator kernel: zbud: loaded
Jan 24 18:54:54 imperator kernel: integrity: Platform Keyring initialized
Jan 24 18:54:54 imperator kernel: integrity: Machine keyring initialized
Jan 24 18:54:54 imperator kernel: Key type asymmetric registered
Jan 24 18:54:54 imperator kernel: Asymmetric key parser 'x509' registered
Jan 24 18:54:54 imperator kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jan 24 18:54:54 imperator kernel: io scheduler mq-deadline registered
Jan 24 18:54:54 imperator kernel: io scheduler kyber registered
Jan 24 18:54:54 imperator kernel: io scheduler bfq registered
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 121
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:01.0: AER: enabled with IRQ 121
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:01.0: DPC: enabled with IRQ 121
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:01.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 122
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:06.0: AER: enabled with IRQ 122
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:06.0: DPC: enabled with IRQ 122
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:06.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:1a.0: PME: Signaling with IRQ 123
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:1a.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 124
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:1c.0: DPC: enabled with IRQ 124
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:1c.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:1c.2: PME: Signaling with IRQ 125
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:1c.2: AER: enabled with IRQ 125
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:1c.2: DPC: enabled with IRQ 125
Jan 24 18:54:54 imperator kernel: pcieport 0000:00:1c.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 24 18:54:54 imperator kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 24 18:54:54 imperator kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Jan 24 18:54:54 imperator kernel: ACPI: button: Sleep Button [SLPB]
Jan 24 18:54:54 imperator kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jan 24 18:54:54 imperator kernel: ACPI: button: Power Button [PWRB]
Jan 24 18:54:54 imperator kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Jan 24 18:54:54 imperator kernel: ACPI: button: Power Button [PWRF]
Jan 24 18:54:54 imperator kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jan 24 18:54:54 imperator kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Jan 24 18:54:54 imperator kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jan 24 18:54:54 imperator kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jan 24 18:54:54 imperator kernel: hpet_acpi_add: no address or irqs in _CRS
Jan 24 18:54:54 imperator kernel: Non-volatile memory driver v1.3
Jan 24 18:54:54 imperator kernel: Linux agpgart interface v0.103
Jan 24 18:54:54 imperator kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jan 24 18:54:54 imperator kernel: ACPI: bus type drm_connector registered
Jan 24 18:54:54 imperator kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Jan 24 18:54:54 imperator kernel: fbcon: Deferring console take-over
Jan 24 18:54:54 imperator kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Jan 24 18:54:54 imperator kernel: ahci 0000:00:17.0: version 3.0
Jan 24 18:54:54 imperator kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf0 impl SATA mode
Jan 24 18:54:54 imperator kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds 
Jan 24 18:54:54 imperator kernel: Freeing initrd memory: 16768K
Jan 24 18:54:54 imperator kernel: scsi host0: ahci
Jan 24 18:54:54 imperator kernel: scsi host1: ahci
Jan 24 18:54:54 imperator kernel: scsi host2: ahci
Jan 24 18:54:54 imperator kernel: scsi host3: ahci
Jan 24 18:54:54 imperator kernel: scsi host4: ahci
Jan 24 18:54:54 imperator kernel: scsi host5: ahci
Jan 24 18:54:54 imperator kernel: scsi host6: ahci
Jan 24 18:54:54 imperator kernel: scsi host7: ahci
Jan 24 18:54:54 imperator kernel: ata1: DUMMY
Jan 24 18:54:54 imperator kernel: ata2: DUMMY
Jan 24 18:54:54 imperator kernel: ata3: DUMMY
Jan 24 18:54:54 imperator kernel: ata4: DUMMY
Jan 24 18:54:54 imperator kernel: ata5: SATA max UDMA/133 abar m2048@0x8de02000 port 0x8de02300 irq 126
Jan 24 18:54:54 imperator kernel: ata6: SATA max UDMA/133 abar m2048@0x8de02000 port 0x8de02380 irq 126
Jan 24 18:54:54 imperator kernel: ata7: SATA max UDMA/133 abar m2048@0x8de02000 port 0x8de02400 irq 126
Jan 24 18:54:54 imperator kernel: ata8: SATA max UDMA/133 abar m2048@0x8de02000 port 0x8de02480 irq 126
Jan 24 18:54:54 imperator kernel: usbcore: registered new interface driver usbserial_generic
Jan 24 18:54:54 imperator kernel: usbserial: USB Serial support registered for generic
Jan 24 18:54:54 imperator kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Jan 24 18:54:54 imperator kernel: rtc_cmos rtc_cmos: registered as rtc0
Jan 24 18:54:54 imperator kernel: rtc_cmos rtc_cmos: setting system clock to 2024-01-25T00:54:52 UTC (1706144092)
Jan 24 18:54:54 imperator kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Jan 24 18:54:54 imperator kernel: intel_pstate: Intel P-state driver initializing
Jan 24 18:54:54 imperator kernel: intel_pstate: HWP enabled
Jan 24 18:54:54 imperator kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 24 18:54:54 imperator kernel: hid: raw HID events driver (C) Jiri Kosina
Jan 24 18:54:54 imperator kernel: intel_pmc_core INT33A1:00:  initialized
Jan 24 18:54:54 imperator kernel: drop_monitor: Initializing network drop monitor service
Jan 24 18:54:54 imperator kernel: Initializing XFRM netlink socket
Jan 24 18:54:54 imperator kernel: NET: Registered PF_INET6 protocol family
Jan 24 18:54:54 imperator kernel: Segment Routing with IPv6
Jan 24 18:54:54 imperator kernel: RPL Segment Routing with IPv6
Jan 24 18:54:54 imperator kernel: In-situ OAM (IOAM) with IPv6
Jan 24 18:54:54 imperator kernel: NET: Registered PF_PACKET protocol family
Jan 24 18:54:54 imperator kernel: microcode: Microcode Update Driver: v2.2.
Jan 24 18:54:54 imperator kernel: resctrl: L2 allocation detected
Jan 24 18:54:54 imperator kernel: IPI shorthand broadcast: enabled
Jan 24 18:54:54 imperator kernel: sched_clock: Marking stable (423334721, 3406794)->(454001474, -27259959)
Jan 24 18:54:54 imperator kernel: registered taskstats version 1
Jan 24 18:54:54 imperator kernel: Loading compiled-in X.509 certificates
Jan 24 18:54:54 imperator kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 71a297402eb935a9bcf9ec8720d6c612e188aa1f'
Jan 24 18:54:54 imperator kernel: zswap: loaded using pool zstd/zsmalloc
Jan 24 18:54:54 imperator kernel: Key type .fscrypt registered
Jan 24 18:54:54 imperator kernel: Key type fscrypt-provisioning registered
Jan 24 18:54:54 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 24 18:54:54 imperator kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Jan 24 18:54:54 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 24 18:54:54 imperator kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Jan 24 18:54:54 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 24 18:54:54 imperator kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jan 24 18:54:54 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 24 18:54:54 imperator kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jan 24 18:54:54 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 24 18:54:54 imperator kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Jan 24 18:54:54 imperator kernel: PM:   Magic number: 8:734:911
Jan 24 18:54:54 imperator kernel: port serial8250:0.5: hash matches
Jan 24 18:54:54 imperator kernel: RAS: Correctable Errors collector initialized.
Jan 24 18:54:54 imperator kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 24 18:54:54 imperator kernel: ata6: SATA link down (SStatus 4 SControl 300)
Jan 24 18:54:54 imperator kernel: ata7.00: ATA-8: WDC WD1002FAEX-007BA0, 05.01D05, max UDMA/133
Jan 24 18:54:54 imperator kernel: ata7.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jan 24 18:54:54 imperator kernel: ata5: SATA link down (SStatus 4 SControl 300)
Jan 24 18:54:54 imperator kernel: ata8: SATA link down (SStatus 4 SControl 300)
Jan 24 18:54:54 imperator kernel: ata7.00: configured for UDMA/133
Jan 24 18:54:54 imperator kernel: scsi 6:0:0:0: Direct-Access     ATA      WDC WD1002FAEX-0 1D05 PQ: 0 ANSI: 5
Jan 24 18:54:54 imperator kernel: sd 6:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Jan 24 18:54:54 imperator kernel: sd 6:0:0:0: [sda] Write Protect is off
Jan 24 18:54:54 imperator kernel: sd 6:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jan 24 18:54:54 imperator kernel: sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 24 18:54:54 imperator kernel: sd 6:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Jan 24 18:54:54 imperator kernel:  sda: sda1 sda2 sda4 < sda5 sda6 >
Jan 24 18:54:54 imperator kernel: sd 6:0:0:0: [sda] Attached SCSI disk
Jan 24 18:54:54 imperator kernel: clk: Disabling unused clocks
Jan 24 18:54:54 imperator kernel: Freeing unused decrypted memory: 2028K
Jan 24 18:54:54 imperator kernel: Freeing unused kernel image (initmem) memory: 3416K
Jan 24 18:54:54 imperator kernel: Write protecting the kernel read-only data: 30720k
Jan 24 18:54:54 imperator kernel: Freeing unused kernel image (rodata/data gap) memory: 1264K
Jan 24 18:54:54 imperator kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 24 18:54:54 imperator kernel: rodata_test: all tests were successful
Jan 24 18:54:54 imperator kernel: Run /init as init process
Jan 24 18:54:54 imperator kernel:   with arguments:
Jan 24 18:54:54 imperator kernel:     /init
Jan 24 18:54:54 imperator kernel:   with environment:
Jan 24 18:54:54 imperator kernel:     HOME=/
Jan 24 18:54:54 imperator kernel:     TERM=linux
Jan 24 18:54:54 imperator kernel:     BOOT_IMAGE=/vmlinuz-linux-lts
Jan 24 18:54:54 imperator kernel: vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
Jan 24 18:54:54 imperator kernel: pci_bus 10000:e0: root bus resource [bus e0-ff]
Jan 24 18:54:54 imperator kernel: pci_bus 10000:e0: root bus resource [mem 0x8a000000-0x8bffffff]
Jan 24 18:54:54 imperator kernel: pci_bus 10000:e0: root bus resource [mem 0x4002102000-0x40021fffff 64bit]
Jan 24 18:54:54 imperator kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 24 18:54:54 imperator kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jan 24 18:54:54 imperator kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Jan 24 18:54:54 imperator kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 24 18:54:54 imperator kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jan 24 18:54:54 imperator kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
Jan 24 18:54:54 imperator kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Jan 24 18:54:54 imperator kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 24 18:54:54 imperator kernel: usb usb1: Product: xHCI Host Controller
Jan 24 18:54:54 imperator kernel: usb usb1: Manufacturer: Linux 6.6.13-1-lts xhci-hcd
Jan 24 18:54:54 imperator kernel: usb usb1: SerialNumber: 0000:00:14.0
Jan 24 18:54:54 imperator kernel: hub 1-0:1.0: USB hub found
Jan 24 18:54:54 imperator kernel: hub 1-0:1.0: 16 ports detected
Jan 24 18:54:54 imperator kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Jan 24 18:54:54 imperator kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 24 18:54:54 imperator kernel: usb usb2: Product: xHCI Host Controller
Jan 24 18:54:54 imperator kernel: usb usb2: Manufacturer: Linux 6.6.13-1-lts xhci-hcd
Jan 24 18:54:54 imperator kernel: usb usb2: SerialNumber: 0000:00:14.0
Jan 24 18:54:54 imperator kernel: hub 2-0:1.0: USB hub found
Jan 24 18:54:54 imperator kernel: hub 2-0:1.0: 9 ports detected
Jan 24 18:54:54 imperator kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Jan 24 18:54:54 imperator kernel: nvme nvme0: pci function 0000:02:00.0
Jan 24 18:54:54 imperator kernel: usb: port power management may be unreliable
Jan 24 18:54:54 imperator kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Jan 24 18:54:54 imperator kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
Jan 24 18:54:54 imperator kernel: vmd 0000:00:0e.0: Bound to PCI domain 10000
Jan 24 18:54:54 imperator kernel: nvme nvme0: 20/0/0 default/read/poll queues
Jan 24 18:54:54 imperator kernel:  nvme0n1: p1 p2
Jan 24 18:54:54 imperator kernel: xhci_hcd 0000:04:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
Jan 24 18:54:54 imperator kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Jan 24 18:54:54 imperator kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
Jan 24 18:54:54 imperator kernel: xhci_hcd 0000:04:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Jan 24 18:54:54 imperator kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Jan 24 18:54:54 imperator kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 24 18:54:54 imperator kernel: usb usb3: Product: xHCI Host Controller
Jan 24 18:54:54 imperator kernel: usb usb3: Manufacturer: Linux 6.6.13-1-lts xhci-hcd
Jan 24 18:54:54 imperator kernel: usb usb3: SerialNumber: 0000:04:00.0
Jan 24 18:54:54 imperator kernel: hub 3-0:1.0: USB hub found
Jan 24 18:54:54 imperator kernel: hub 3-0:1.0: 2 ports detected
Jan 24 18:54:54 imperator kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 24 18:54:54 imperator kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Jan 24 18:54:54 imperator kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 24 18:54:54 imperator kernel: usb usb4: Product: xHCI Host Controller
Jan 24 18:54:54 imperator kernel: usb usb4: Manufacturer: Linux 6.6.13-1-lts xhci-hcd
Jan 24 18:54:54 imperator kernel: usb usb4: SerialNumber: 0000:04:00.0
Jan 24 18:54:54 imperator kernel: hub 4-0:1.0: USB hub found
Jan 24 18:54:54 imperator kernel: hub 4-0:1.0: 2 ports detected
Jan 24 18:54:54 imperator kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Jan 24 18:54:54 imperator kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
Jan 24 18:54:54 imperator kernel: usb 1-2: config 1 has an invalid interface number: 2 but max is 1
Jan 24 18:54:54 imperator kernel: usb 1-2: config 1 has no interface number 1
Jan 24 18:54:54 imperator kernel: usb 1-2: New USB device found, idVendor=0b05, idProduct=19af, bcdDevice= 1.00
Jan 24 18:54:54 imperator kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 24 18:54:54 imperator kernel: usb 1-2: Product: AURA LED Controller
Jan 24 18:54:54 imperator kernel: usb 1-2: Manufacturer: AsusTek Computer Inc.
Jan 24 18:54:54 imperator kernel: usb 1-2: SerialNumber: 9876543210
Jan 24 18:54:54 imperator kernel: hid-generic 0003:0B05:19AF.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:00:14.0-2/input2
Jan 24 18:54:54 imperator kernel: usbcore: registered new interface driver usbhid
Jan 24 18:54:54 imperator kernel: usbhid: USB HID core driver
Jan 24 18:54:54 imperator kernel: usb 2-9: new SuperSpeed USB device number 2 using xhci_hcd
Jan 24 18:54:55 imperator kernel: usb 2-9: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
Jan 24 18:54:55 imperator kernel: usb 2-9: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Jan 24 18:54:55 imperator kernel: usb 2-9: Product: ASM107x
Jan 24 18:54:55 imperator kernel: usb 2-9: Manufacturer: ASUS TEK.
Jan 24 18:54:55 imperator kernel: usb 3-1: New USB device found, idVendor=13fd, idProduct=1840, bcdDevice= 1.08
Jan 24 18:54:55 imperator kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 24 18:54:55 imperator kernel: usb 3-1: Product: External        
Jan 24 18:54:55 imperator kernel: usb 3-1: Manufacturer: Generic 
Jan 24 18:54:55 imperator kernel: usb 3-1: SerialNumber: 57442D575837314133373543
Jan 24 18:54:55 imperator kernel: hub 2-9:1.0: USB hub found
Jan 24 18:54:55 imperator kernel: hub 2-9:1.0: 4 ports detected
Jan 24 18:54:55 imperator kernel: usb-storage 3-1:1.0: USB Mass Storage device detected
Jan 24 18:54:55 imperator kernel: scsi host8: usb-storage 3-1:1.0
Jan 24 18:54:55 imperator kernel: usbcore: registered new interface driver usb-storage
Jan 24 18:54:55 imperator kernel: usbcore: registered new interface driver uas
Jan 24 18:54:55 imperator kernel: PM: Image not found (code -22)
Jan 24 18:54:55 imperator kernel: fbcon: Taking over console
Jan 24 18:54:55 imperator kernel: Console: switching to colour frame buffer device 128x48
Jan 24 18:54:55 imperator kernel: usb 1-5: new low-speed USB device number 3 using xhci_hcd
Jan 24 18:54:55 imperator kernel: usb 3-2: new high-speed USB device number 3 using xhci_hcd
Jan 24 18:54:55 imperator kernel: usb 1-5: New USB device found, idVendor=03f0, idProduct=0b0c, bcdDevice= 2.08
Jan 24 18:54:55 imperator kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 24 18:54:55 imperator kernel: usb 1-5: Product: USB Multimedia Cordless Kit  
Jan 24 18:54:55 imperator kernel: usb 1-5: Manufacturer: BTC
Jan 24 18:54:55 imperator kernel: input: BTC USB Multimedia Cordless Kit   as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:03F0:0B0C.0002/input/input3
Jan 24 18:54:55 imperator kernel: hid-generic 0003:03F0:0B0C.0002: input,hidraw1: USB HID v1.00 Keyboard [BTC USB Multimedia Cordless Kit  ] on usb-0000:00:14.0-5/input0
Jan 24 18:54:55 imperator kernel: input: BTC USB Multimedia Cordless Kit   Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:03F0:0B0C.0003/input/input4
Jan 24 18:54:55 imperator kernel: input: BTC USB Multimedia Cordless Kit   System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:03F0:0B0C.0003/input/input5
Jan 24 18:54:55 imperator kernel: input: BTC USB Multimedia Cordless Kit   as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:03F0:0B0C.0003/input/input6
Jan 24 18:54:55 imperator kernel: input: BTC USB Multimedia Cordless Kit   Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:03F0:0B0C.0003/input/input7
Jan 24 18:54:55 imperator kernel: hid-generic 0003:03F0:0B0C.0003: input,hiddev97,hidraw2: USB HID v1.00 Mouse [BTC USB Multimedia Cordless Kit  ] on usb-0000:00:14.0-5/input1
Jan 24 18:54:55 imperator kernel: usb 3-2: New USB device found, idVendor=0c45, idProduct=6366, bcdDevice= 1.00
Jan 24 18:54:55 imperator kernel: usb 3-2: New USB device strings: Mfr=2, Product=1, SerialNumber=3
Jan 24 18:54:55 imperator kernel: usb 3-2: Product: USB 2.0 Camera
Jan 24 18:54:55 imperator kernel: usb 3-2: Manufacturer: Sonix Technology Co., Ltd.
Jan 24 18:54:55 imperator kernel: usb 3-2: SerialNumber: SN0001
Jan 24 18:54:55 imperator kernel: usb 1-6: new low-speed USB device number 4 using xhci_hcd
Jan 24 18:54:55 imperator kernel: EXT4-fs (nvme0n1p2): mounted filesystem 94305208-b24c-49f0-80a4-a4d1c112af3b r/w with ordered data mode. Quota mode: none.
Jan 24 18:54:55 imperator kernel: usb 1-6: New USB device found, idVendor=045e, idProduct=0039, bcdDevice= 1.21
Jan 24 18:54:55 imperator kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 24 18:54:55 imperator kernel: usb 1-6: Product: Microsoft IntelliMouse® Optical
Jan 24 18:54:55 imperator kernel: usb 1-6: Manufacturer: Microsoft
Jan 24 18:54:55 imperator kernel: input: Microsoft Microsoft IntelliMouse® Optical as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:045E:0039.0004/input/input8
Jan 24 18:54:55 imperator kernel: hid-generic 0003:045E:0039.0004: input,hidraw3: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse® Optical] on usb-0000:00:14.0-6/input0
Jan 24 18:54:55 imperator systemd[1]: systemd 255.2-3-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)
Jan 24 18:54:55 imperator systemd[1]: Detected architecture x86-64.
Jan 24 18:54:55 imperator systemd[1]: Hostname set to <imperator>.
Jan 24 18:54:55 imperator kernel: usb 1-10: new high-speed USB device number 5 using xhci_hcd
Jan 24 18:54:55 imperator kernel: usb 1-10: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
Jan 24 18:54:55 imperator kernel: usb 1-10: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Jan 24 18:54:55 imperator kernel: usb 1-10: Product: ASM107x
Jan 24 18:54:55 imperator kernel: usb 1-10: Manufacturer: ASUS TEK.
Jan 24 18:54:55 imperator kernel: hub 1-10:1.0: USB hub found
Jan 24 18:54:55 imperator kernel: hub 1-10:1.0: 4 ports detected
Jan 24 18:54:55 imperator kernel: scsi 8:0:0:0: Direct-Access     Generic  External         1.08 PQ: 0 ANSI: 4
Jan 24 18:54:55 imperator kernel: sd 8:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Jan 24 18:54:55 imperator kernel: sd 8:0:0:0: [sdb] Write Protect is off
Jan 24 18:54:55 imperator kernel: sd 8:0:0:0: [sdb] Mode Sense: 23 00 00 00
Jan 24 18:54:55 imperator kernel: sd 8:0:0:0: [sdb] No Caching mode page found
Jan 24 18:54:55 imperator kernel: sd 8:0:0:0: [sdb] Assuming drive cache: write through
Jan 24 18:54:55 imperator kernel:  sdb: sdb1
Jan 24 18:54:55 imperator kernel: sd 8:0:0:0: [sdb] Attached SCSI disk
Jan 24 18:54:55 imperator kernel: usb 1-14: new full-speed USB device number 6 using xhci_hcd
Jan 24 18:54:55 imperator kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Jan 24 18:54:55 imperator kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 24 18:54:55 imperator systemd[1]: bpf-lsm: LSM BPF program attached
Jan 24 18:54:55 imperator systemd[1]: Queued start job for default target Graphical Interface.
Jan 24 18:54:55 imperator systemd[1]: Created slice Slice /system/getty.
Jan 24 18:54:55 imperator systemd[1]: Created slice Slice /system/modprobe.
Jan 24 18:54:55 imperator systemd[1]: Created slice Slice /system/systemd-fsck.
Jan 24 18:54:55 imperator systemd[1]: Created slice User and Session Slice.
Jan 24 18:54:55 imperator systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 24 18:54:55 imperator systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan 24 18:54:55 imperator systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan 24 18:54:55 imperator systemd[1]: Expecting device /dev/disk/by-uuid/38E9-F4F4...
Jan 24 18:54:55 imperator systemd[1]: Expecting device /dev/disk/by-uuid/eba5990f-b084-4675-be62-376157463715...
Jan 24 18:54:55 imperator systemd[1]: Expecting device /dev/sda5...
Jan 24 18:54:55 imperator systemd[1]: Reached target Local Encrypted Volumes.
Jan 24 18:54:55 imperator systemd[1]: Reached target Local Integrity Protected Volumes.
Jan 24 18:54:55 imperator systemd[1]: Reached target Remote File Systems.
Jan 24 18:54:55 imperator systemd[1]: Reached target Slice Units.
Jan 24 18:54:55 imperator systemd[1]: Reached target Local Verity Protected Volumes.
Jan 24 18:54:55 imperator systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jan 24 18:54:55 imperator systemd[1]: Listening on LVM2 poll daemon socket.
Jan 24 18:54:55 imperator systemd[1]: Listening on Process Core Dump Socket.
Jan 24 18:54:55 imperator systemd[1]: Listening on Journal Socket (/dev/log).
Jan 24 18:54:55 imperator systemd[1]: Listening on Journal Socket.
Jan 24 18:54:55 imperator systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 24 18:54:55 imperator systemd[1]: Listening on udev Control Socket.
Jan 24 18:54:55 imperator systemd[1]: Listening on udev Kernel Socket.
Jan 24 18:54:55 imperator systemd[1]: Mounting Huge Pages File System...
Jan 24 18:54:55 imperator systemd[1]: Mounting POSIX Message Queue File System...
Jan 24 18:54:55 imperator systemd[1]: Mounting Kernel Debug File System...
Jan 24 18:54:55 imperator systemd[1]: Mounting Kernel Trace File System...
Jan 24 18:54:55 imperator systemd[1]: Starting Create List of Static Device Nodes...
Jan 24 18:54:55 imperator systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jan 24 18:54:55 imperator systemd[1]: Starting Load Kernel Module configfs...
Jan 24 18:54:55 imperator systemd[1]: Starting Load Kernel Module dm_mod...
Jan 24 18:54:55 imperator systemd[1]: Starting Load Kernel Module drm...
Jan 24 18:54:55 imperator systemd[1]: Starting Load Kernel Module fuse...
Jan 24 18:54:55 imperator systemd[1]: Starting Load Kernel Module loop...
Jan 24 18:54:55 imperator systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 24 18:54:55 imperator systemd[1]: Starting Journal Service...
Jan 24 18:54:55 imperator systemd[1]: Starting Load Kernel Modules...
Jan 24 18:54:55 imperator systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 24 18:54:55 imperator systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 24 18:54:55 imperator systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 24 18:54:55 imperator systemd[1]: Starting Coldplug All udev Devices...
Jan 24 18:54:55 imperator systemd[1]: Mounted Huge Pages File System.
Jan 24 18:54:55 imperator systemd[1]: Mounted POSIX Message Queue File System.
Jan 24 18:54:55 imperator systemd[1]: Mounted Kernel Debug File System.
Jan 24 18:54:55 imperator systemd[1]: Mounted Kernel Trace File System.
Jan 24 18:54:55 imperator kernel: loop: module loaded
Jan 24 18:54:55 imperator kernel: device-mapper: uevent: version 1.0.3
Jan 24 18:54:55 imperator kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Jan 24 18:54:55 imperator kernel: fuse: init (API version 7.39)
Jan 24 18:54:55 imperator systemd-journald[402]: Collecting audit messages is disabled.
Jan 24 18:54:55 imperator systemd-journald[402]: Journal started
Jan 24 18:54:55 imperator systemd-journald[402]: Runtime Journal (/run/log/journal/73afe27bc995473faa2686429b4d9dab) is 8.0M, max 1.5G, 1.5G free.
Jan 24 18:54:54 imperator systemd-modules-load[403]: Inserted module 'crypto_user'
Jan 24 18:54:55 imperator kernel: EXT4-fs (nvme0n1p2): re-mounted 94305208-b24c-49f0-80a4-a4d1c112af3b r/w. Quota mode: none.
Jan 24 18:54:55 imperator systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jan 24 18:54:55 imperator systemd[1]: Finished Create List of Static Device Nodes.
Jan 24 18:54:55 imperator systemd[1]: Started Journal Service.
Jan 24 18:54:55 imperator systemd[1]: Finished Load Kernel Module configfs.
Jan 24 18:54:55 imperator systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jan 24 18:54:55 imperator systemd[1]: Finished Load Kernel Module dm_mod.
Jan 24 18:54:55 imperator systemd[1]: modprobe@drm.service: Deactivated successfully.
Jan 24 18:54:55 imperator systemd[1]: Finished Load Kernel Module drm.
Jan 24 18:54:55 imperator systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jan 24 18:54:55 imperator systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jan 24 18:54:55 imperator systemd[1]: Finished Load Kernel Module fuse.
Jan 24 18:54:55 imperator systemd[1]: modprobe@loop.service: Deactivated successfully.
Jan 24 18:54:55 imperator systemd[1]: Finished Load Kernel Module loop.
Jan 24 18:54:55 imperator kernel: nvidia: loading out-of-tree module taints kernel.
Jan 24 18:54:55 imperator kernel: nvidia: module license 'NVIDIA' taints kernel.
Jan 24 18:54:55 imperator kernel: Disabling lock debugging due to kernel taint
Jan 24 18:54:55 imperator kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jan 24 18:54:55 imperator kernel: nvidia: module license taints kernel.
Jan 24 18:54:55 imperator systemd[1]: Finished Remount Root and Kernel File Systems.
Jan 24 18:54:55 imperator systemd[1]: Finished Coldplug All udev Devices.
Jan 24 18:54:55 imperator kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 236
Jan 24 18:54:55 imperator kernel: 
Jan 24 18:54:55 imperator kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Jan 24 18:54:55 imperator systemd[1]: Mounting FUSE Control File System...
Jan 24 18:54:55 imperator systemd[1]: Mounting Kernel Configuration File System...
Jan 24 18:54:55 imperator systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jan 24 18:54:55 imperator systemd[1]: Starting Flush Journal to Persistent Storage...
Jan 24 18:54:55 imperator systemd[1]: Starting Load/Save OS Random Seed...
Jan 24 18:54:55 imperator systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jan 24 18:54:55 imperator systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jan 24 18:54:55 imperator systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 24 18:54:55 imperator systemd[1]: Mounted FUSE Control File System.
Jan 24 18:54:55 imperator systemd[1]: Mounted Kernel Configuration File System.
Jan 24 18:54:55 imperator systemd-journald[402]: Time spent on flushing to /var/log/journal/73afe27bc995473faa2686429b4d9dab is 3.050ms for 1002 entries.
Jan 24 18:54:55 imperator systemd-journald[402]: System Journal (/var/log/journal/73afe27bc995473faa2686429b4d9dab) is 998.9M, max 4.0G, 3.0G free.
Jan 24 18:54:55 imperator systemd-journald[402]: Received client request to flush runtime journal.
Jan 24 18:54:55 imperator systemd-journald[402]: File /var/log/journal/73afe27bc995473faa2686429b4d9dab/system.journal corrupted or uncleanly shut down, renaming and replacing.
Jan 24 18:54:55 imperator systemd[1]: Finished Load/Save OS Random Seed.
Jan 24 18:54:55 imperator systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jan 24 18:54:55 imperator systemd[1]: Finished Flush Journal to Persistent Storage.
Jan 24 18:54:55 imperator systemd[1]: Starting Create System Users...
Jan 24 18:54:55 imperator kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  470.223.02  Sat Oct  7 15:39:11 UTC 2023
Jan 24 18:54:55 imperator kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Jan 24 18:54:55 imperator systemd-modules-load[403]: Inserted module 'nvidia_uvm'
Jan 24 18:54:55 imperator kernel: nvidia-uvm: Loaded the UVM driver, major device number 234.
Jan 24 18:54:55 imperator systemd[1]: Finished Create System Users.
Jan 24 18:54:55 imperator systemd[1]: Starting Create Static Device Nodes in /dev...
Jan 24 18:54:55 imperator kernel: vboxdrv: Found 20 processor cores/threads
Jan 24 18:54:55 imperator systemd-modules-load[403]: Inserted module 'vboxdrv'
Jan 24 18:54:55 imperator systemd-modules-load[403]: Inserted module 'vboxnetadp'
Jan 24 18:54:55 imperator kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3609592681 Hz
Jan 24 18:54:55 imperator kernel: vboxdrv: Successfully loaded version 7.0.14 r161095 (interface 0x00330004)
Jan 24 18:54:55 imperator kernel: VBoxNetAdp: Successfully started.
Jan 24 18:54:55 imperator systemd-modules-load[403]: Inserted module 'vboxnetflt'
Jan 24 18:54:55 imperator kernel: VBoxNetFlt: Successfully started.
Jan 24 18:54:55 imperator systemd[1]: Finished Create Static Device Nodes in /dev.
Jan 24 18:54:55 imperator systemd[1]: Finished Load Kernel Modules.
Jan 24 18:54:55 imperator systemd[1]: Reached target Preparation for Local File Systems.
Jan 24 18:54:55 imperator systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jan 24 18:54:55 imperator systemd[1]: Starting Apply Kernel Variables...
Jan 24 18:54:55 imperator systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jan 24 18:54:55 imperator systemd-udevd[453]: Using default interface naming scheme 'v255'.
Jan 24 18:54:55 imperator systemd[1]: Finished Apply Kernel Variables.
Jan 24 18:54:55 imperator systemd[1]: Started Rule-based Manager for Device Events and Files.
Jan 24 18:54:55 imperator mtp-probe[515]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
Jan 24 18:54:55 imperator mtp-probe[513]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5"
Jan 24 18:54:55 imperator mtp-probe[515]: bus: 1, device: 4 was not an MTP device
Jan 24 18:54:55 imperator mtp-probe[513]: bus: 1, device: 3 was not an MTP device
Jan 24 18:54:55 imperator mtp-probe[514]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:1c.0/0000:04:00.0/usb3/3-1"
Jan 24 18:54:55 imperator mtp-probe[514]: bus: 3, device: 2 was not an MTP device
Jan 24 18:54:55 imperator kernel: acpi PNP0C14:06: duplicate WMI GUID 97845ED0-4E6D-11DE-8A39-0800200C9A66 (first instance was on PNP0C14:02)
Jan 24 18:54:55 imperator mtp-probe[553]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Jan 24 18:54:55 imperator systemd[1]: Found device WDS100T1X0E-00AFY0 EFI-Boot.
Jan 24 18:54:55 imperator mtp-probe[553]: bus: 1, device: 2 was not an MTP device
Jan 24 18:54:55 imperator mtp-probe[563]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:1c.0/0000:04:00.0/usb3/3-2"
Jan 24 18:54:55 imperator mtp-probe[563]: bus: 3, device: 3 was not an MTP device
Jan 24 18:54:55 imperator kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
Jan 24 18:54:55 imperator systemd[1]: Found device WDC_WD1002FAEX-007BA0 home.
Jan 24 18:54:55 imperator systemd[1]: Found device WDC_WD1002FAEX-007BA0 6.
Jan 24 18:54:55 imperator (udev-worker)[468]: nvidia: Process '/usr/bin/bash -c 'if [ ! -c /dev/nvidiactl ]; then /usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255; fi'' failed with exit code 1.
Jan 24 18:54:55 imperator kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  470.223.02  Sat Oct  7 15:32:36 UTC 2023
Jan 24 18:54:55 imperator kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jan 24 18:54:55 imperator kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jan 24 18:54:55 imperator kernel: i2c i2c-0: 1/4 memory slots populated (from DMI)
Jan 24 18:54:55 imperator kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jan 24 18:54:55 imperator kernel: i2c i2c-0: Successfully instantiated SPD at 0x53
Jan 24 18:54:55 imperator kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Jan 24 18:54:55 imperator kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Jan 24 18:54:55 imperator systemd[1]: Activating swap /dev/disk/by-uuid/eba5990f-b084-4675-be62-376157463715...
Jan 24 18:54:55 imperator systemd[1]: Mounting /space...
Jan 24 18:54:55 imperator systemd[1]: Starting File System Check on /dev/disk/by-uuid/38E9-F4F4...
Jan 24 18:54:55 imperator systemd[1]: Starting Virtual Console Setup...
Jan 24 18:54:55 imperator systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jan 24 18:54:55 imperator kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Jan 24 18:54:55 imperator kernel: mc: Linux media interface: v0.10
Jan 24 18:54:55 imperator kernel: i8042: PNP: No PS/2 controller found.
Jan 24 18:54:55 imperator kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jan 24 18:54:55 imperator kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Jan 24 18:54:55 imperator kernel: mousedev: PS/2 mouse device common for all mice
Jan 24 18:54:55 imperator kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jan 24 18:54:55 imperator kernel: ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
Jan 24 18:54:55 imperator kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jan 24 18:54:55 imperator kernel: spi-nor spi0.0: mx25l12805d (16384 Kbytes)
Jan 24 18:54:55 imperator kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Jan 24 18:54:55 imperator kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Jan 24 18:54:55 imperator kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jan 24 18:54:55 imperator kernel: cfg80211: failed to load regulatory.db
Jan 24 18:54:55 imperator kernel: iTCO_vendor_support: vendor-support=0
Jan 24 18:54:55 imperator kernel: Adding 171164096k swap on /dev/sda6.  Priority:-2 extents:1 across:171164096k 
Jan 24 18:54:55 imperator kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Jan 24 18:54:55 imperator kernel: 0x000000000000-0x000001000000 : "BIOS"
Jan 24 18:54:55 imperator systemd[1]: Activated swap /dev/disk/by-uuid/eba5990f-b084-4675-be62-376157463715.
Jan 24 18:54:55 imperator systemd[1]: Reached target Swaps.
Jan 24 18:54:55 imperator systemd-fsck[682]: fsck.fat 4.2 (2021-01-31)
Jan 24 18:54:55 imperator systemd-fsck[682]: There are differences between boot sector and its backup.
Jan 24 18:54:55 imperator systemd-fsck[682]: This is mostly harmless. Differences: (offset:original/backup)
Jan 24 18:54:55 imperator systemd-fsck[682]:   65:01/00
Jan 24 18:54:55 imperator systemd-fsck[682]:   Not automatically fixing this.
Jan 24 18:54:55 imperator systemd-fsck[682]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Jan 24 18:54:55 imperator systemd-fsck[682]:  Automatically removing dirty bit.
Jan 24 18:54:55 imperator systemd-fsck[682]: *** Filesystem was changed ***
Jan 24 18:54:55 imperator systemd-fsck[682]: Writing changes.
Jan 24 18:54:55 imperator systemd-fsck[682]: /dev/nvme0n1p1: 668 files, 35953/127746 clusters
Jan 24 18:54:55 imperator kernel: r8169 0000:05:00.0: enabling device (0000 -> 0003)
Jan 24 18:54:55 imperator kernel: r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
Jan 24 18:54:55 imperator kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Jan 24 18:54:55 imperator systemd[1]: Mounting /tmp...
Jan 24 18:54:55 imperator kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jan 24 18:54:55 imperator kernel: Intel(R) Wireless WiFi driver for Linux
Jan 24 18:54:55 imperator kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
Jan 24 18:54:55 imperator kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x1300504, cnv-id 0x80401 wfpm id 0x80000030
Jan 24 18:54:55 imperator kernel: iwlwifi 0000:00:14.3: PCI dev 7af0/0074, rev=0x430, rfid=0x10a100
Jan 24 18:54:55 imperator kernel: intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
Jan 24 18:54:55 imperator kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Jan 24 18:54:55 imperator kernel: r8169 0000:05:00.0 eth0: RTL8125B, 04:42:1a:f1:9f:93, XID 641, IRQ 193
Jan 24 18:54:55 imperator kernel: r8169 0000:05:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jan 24 18:54:55 imperator kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Jan 24 18:54:55 imperator kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.41
Jan 24 18:54:55 imperator kernel: iwlwifi 0000:00:14.3: loaded firmware version 83.e8f84e98.0 so-a0-hr-b0-83.ucode op_mode iwlmvm
Jan 24 18:54:55 imperator systemd[1]: Finished File System Check on /dev/disk/by-uuid/38E9-F4F4.
Jan 24 18:54:55 imperator kernel: r8169 0000:05:00.0 enp5s0: renamed from eth0
Jan 24 18:54:55 imperator kernel: Bluetooth: Core ver 2.22
Jan 24 18:54:55 imperator kernel: NET: Registered PF_BLUETOOTH protocol family
Jan 24 18:54:55 imperator kernel: Bluetooth: HCI device and connection manager initialized
Jan 24 18:54:55 imperator kernel: Bluetooth: HCI socket layer initialized
Jan 24 18:54:55 imperator kernel: Bluetooth: L2CAP socket layer initialized
Jan 24 18:54:55 imperator kernel: Bluetooth: SCO socket layer initialized
Jan 24 18:54:55 imperator kernel: asus_wmi: ASUS WMI generic driver loaded
Jan 24 18:54:55 imperator kernel: videodev: Linux video capture interface: v2.00
Jan 24 18:54:55 imperator kernel: asus_wmi: SFUN value: 0x1
Jan 24 18:54:55 imperator kernel: eeepc-wmi eeepc-wmi: Detected ATK, not ASUSWMI, use DSTS
Jan 24 18:54:55 imperator kernel: asus_wmi: SFUN value: 0x1
Jan 24 18:54:55 imperator kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Jan 24 18:54:55 imperator kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Jan 24 18:54:55 imperator kernel: asus_wmi: Failed to get WMI notify code: AE_NOT_FOUND
Jan 24 18:54:55 imperator kernel: asus_wmi: Failed to get event during flush: -5
Jan 24 18:54:55 imperator systemd[1]: Finished Virtual Console Setup.
Jan 24 18:54:55 imperator systemd[1]: Mounted /tmp.
Jan 24 18:54:55 imperator (udev-worker)[469]: event11: Failed to call EVIOCSKEYCODE with scan code 0x7c, and key code 190: Invalid argument
Jan 24 18:54:55 imperator kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input10
Jan 24 18:54:55 imperator kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input11
Jan 24 18:54:55 imperator kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Jan 24 18:54:55 imperator kernel: usbcore: registered new interface driver btusb
Jan 24 18:54:55 imperator kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jan 24 18:54:55 imperator kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jan 24 18:54:55 imperator kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
Jan 24 18:54:55 imperator kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jan 24 18:54:55 imperator kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jan 24 18:54:55 imperator kernel: Bluetooth: hci0: Device revision is 2
Jan 24 18:54:55 imperator kernel: Bluetooth: hci0: Secure boot is enabled
Jan 24 18:54:55 imperator kernel: Bluetooth: hci0: OTP lock is enabled
Jan 24 18:54:55 imperator kernel: Bluetooth: hci0: API lock is enabled
Jan 24 18:54:55 imperator kernel: Bluetooth: hci0: Debug lock is disabled
Jan 24 18:54:55 imperator kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Jan 24 18:54:55 imperator kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
Jan 24 18:54:55 imperator kernel: ACPI Warning: \_SB.PC00.XHCI.RHUB.HS14._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20230628/nsarguments-61)
Jan 24 18:54:55 imperator kernel: Bluetooth: hci0: DSM reset method type: 0x00
Jan 24 18:54:55 imperator kernel: usb 3-2: Found UVC 1.00 device USB 2.0 Camera (0c45:6366)
Jan 24 18:54:55 imperator kernel: Bluetooth: hci0: Found device firmware: intel/ibt-1040-4150.sfi
Jan 24 18:54:55 imperator kernel: Bluetooth: hci0: Boot Address: 0x100800
Jan 24 18:54:55 imperator kernel: Bluetooth: hci0: Firmware Version: 60-48.23
Jan 24 18:54:55 imperator kernel: usbcore: registered new interface driver uvcvideo
Jan 24 18:54:55 imperator kernel: cryptd: max_cpu_qlen set to 1000
Jan 24 18:54:55 imperator kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
Jan 24 18:54:55 imperator kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
Jan 24 18:54:55 imperator kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
Jan 24 18:54:55 imperator kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
Jan 24 18:54:55 imperator kernel: AVX2 version of gcm_enc/dec engaged.
Jan 24 18:54:55 imperator kernel: AES CTR mode by8 optimization enabled
Jan 24 18:54:55 imperator kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Jan 24 18:54:55 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 24 18:54:55 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Jan 24 18:54:55 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Jan 24 18:54:55 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
Jan 24 18:54:55 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Jan 24 18:54:55 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Jan 24 18:54:55 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Jan 24 18:54:55 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Jan 24 18:54:55 imperator systemd[1]: Mounting /boot...
Jan 24 18:54:55 imperator systemd[1]: Reached target Bluetooth Support.
Jan 24 18:54:55 imperator systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 24 18:54:55 imperator systemd[1]: Starting Load Kernel Module dm_mod...
Jan 24 18:54:55 imperator systemd[1]: Starting Load Kernel Module loop...
Jan 24 18:54:55 imperator systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 24 18:54:55 imperator systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jan 24 18:54:55 imperator systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 24 18:54:55 imperator systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 24 18:54:55 imperator systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 24 18:54:55 imperator systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 24 18:54:55 imperator systemd[1]: Mounted /boot.
Jan 24 18:54:55 imperator systemd[1]: modprobe@loop.service: Deactivated successfully.
Jan 24 18:54:55 imperator kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x430
Jan 24 18:54:55 imperator kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
Jan 24 18:54:55 imperator kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Jan 24 18:54:55 imperator kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Jan 24 18:54:55 imperator kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Jan 24 18:54:55 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 24 18:54:55 imperator kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
Jan 24 18:54:55 imperator kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
Jan 24 18:54:55 imperator kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
Jan 24 18:54:55 imperator kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
Jan 24 18:54:55 imperator systemd[1]: Finished Load Kernel Module loop.
Jan 24 18:54:55 imperator systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jan 24 18:54:56 imperator kernel: intel_tcc_cooling: TCC Offset locked
Jan 24 18:54:56 imperator systemd[1]: Finished Load Kernel Module dm_mod.
Jan 24 18:54:56 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 24 18:54:56 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 24 18:54:56 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 24 18:54:56 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 24 18:54:56 imperator kernel: iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
Jan 24 18:54:56 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 24 18:54:56 imperator systemd[1]: Starting Load Kernel Module dm_mod...
Jan 24 18:54:56 imperator systemd[1]: Starting Load Kernel Module loop...
Jan 24 18:54:56 imperator systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 24 18:54:56 imperator systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jan 24 18:54:56 imperator systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 24 18:54:56 imperator systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 24 18:54:56 imperator systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 24 18:54:56 imperator systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jan 24 18:54:56 imperator kernel: iwlwifi 0000:00:14.3: base HW address: 80:b6:55:fa:a5:a5
Jan 24 18:54:56 imperator kernel: intel_rapl_msr: PL4 support detected.
Jan 24 18:54:56 imperator kernel: intel_rapl_common: Found RAPL domain package
Jan 24 18:54:56 imperator kernel: intel_rapl_common: Found RAPL domain core
Jan 24 18:54:56 imperator systemd[1]: Finished Load Kernel Module dm_mod.
Jan 24 18:54:56 imperator systemd[1]: modprobe@loop.service: Deactivated successfully.
Jan 24 18:54:56 imperator kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
Jan 24 18:54:56 imperator systemd[1]: Finished Load Kernel Module loop.
Jan 24 18:54:56 imperator systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jan 24 18:54:57 imperator kernel: EXT4-fs (sda5): recovery complete
Jan 24 18:54:57 imperator systemd[1]: Mounted /space.
Jan 24 18:54:57 imperator systemd[1]: Reached target Local File Systems.
Jan 24 18:54:57 imperator kernel: EXT4-fs (sda5): mounted filesystem 65572a2a-5662-4e12-9f82-6fd5170e1369 r/w with ordered data mode. Quota mode: none.
Jan 24 18:54:57 imperator systemd[1]: Listening on System Extension Image Management (Varlink).
Jan 24 18:54:57 imperator systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jan 24 18:54:57 imperator systemd[1]: Starting Set Up Additional Binary Formats...
Jan 24 18:54:57 imperator systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jan 24 18:54:57 imperator systemd[1]: Starting Create Volatile Files and Directories...
Jan 24 18:54:57 imperator systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 766 (systemd-binfmt)
Jan 24 18:54:57 imperator systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jan 24 18:54:57 imperator systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jan 24 18:54:57 imperator systemd[1]: Finished Set Up Additional Binary Formats.
Jan 24 18:54:57 imperator systemd[1]: Finished Create Volatile Files and Directories.
Jan 24 18:54:57 imperator systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 24 18:54:57 imperator systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 24 18:54:57 imperator systemd[1]: Starting Rebuild Journal Catalog...
Jan 24 18:54:57 imperator systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jan 24 18:54:57 imperator systemd[1]: Starting Network Name Resolution...
Jan 24 18:54:57 imperator systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jan 24 18:54:57 imperator systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jan 24 18:54:57 imperator systemd[1]: Finished Rebuild Journal Catalog.
Jan 24 18:54:57 imperator kernel: Bluetooth: hci0: Waiting for firmware download to complete
Jan 24 18:54:57 imperator kernel: Bluetooth: hci0: Firmware loaded in 1357893 usecs
Jan 24 18:54:57 imperator kernel: Bluetooth: hci0: Waiting for device to boot
Jan 24 18:54:57 imperator kernel: Bluetooth: hci0: Device booted in 15586 usecs
Jan 24 18:54:57 imperator kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Jan 24 18:54:57 imperator kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-1040-4150.ddc
Jan 24 18:54:57 imperator kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Jan 24 18:54:57 imperator kernel: Bluetooth: hci0: Firmware timestamp 2023.48 buildtype 1 build 75324
Jan 24 18:54:57 imperator systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jan 24 18:54:57 imperator systemd-resolved[776]: Positive Trust Anchors:
Jan 24 18:54:57 imperator systemd-resolved[776]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jan 24 18:54:57 imperator systemd-resolved[776]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa corp home internal intranet lan local private test
Jan 24 18:54:57 imperator systemd-resolved[776]: Using system hostname 'imperator'.
Jan 24 18:54:57 imperator systemd[1]: Starting Update is Completed...
Jan 24 18:54:57 imperator systemd[1]: Started Network Name Resolution.
Jan 24 18:54:57 imperator systemd[1]: Reached target Host and Network Name Lookups.
Jan 24 18:54:57 imperator systemd[1]: Finished Update is Completed.
Jan 24 18:54:57 imperator systemd[1]: Reached target System Initialization.
Jan 24 18:54:57 imperator systemd[1]: Started CUPS Scheduler.
Jan 24 18:54:57 imperator systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jan 24 18:54:57 imperator systemd[1]: Started Daily man-db regeneration.
Jan 24 18:54:57 imperator systemd[1]: Started Discard unused packages weekly.
Jan 24 18:54:57 imperator systemd[1]: Started Refresh pacman files databases weekly.
Jan 24 18:54:57 imperator systemd[1]: Started Update the plocate database daily.
Jan 24 18:54:57 imperator systemd[1]: Started rsnapshot annually backup.
Jan 24 18:54:57 imperator systemd[1]: Started rsnapshot daily backup.
Jan 24 18:54:57 imperator systemd[1]: Started rsnapshot monthly backup.
Jan 24 18:54:57 imperator systemd[1]: Started rsnapshot weekly backup.
Jan 24 18:54:57 imperator systemd[1]: Started Daily verification of password and group files.
Jan 24 18:54:57 imperator systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 24 18:54:57 imperator systemd[1]: Reached target Path Units.
Jan 24 18:54:57 imperator systemd[1]: Reached target Timer Units.
Jan 24 18:54:57 imperator systemd[1]: Listening on CUPS Scheduler.
Jan 24 18:54:57 imperator systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 24 18:54:57 imperator systemd[1]: Reached target Socket Units.
Jan 24 18:54:57 imperator systemd[1]: Starting D-Bus System Message Bus...
Jan 24 18:54:57 imperator systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 24 18:54:57 imperator dbus-broker-launch[784]: Looking up NSS user entry for 'pulse'...
Jan 24 18:54:57 imperator dbus-broker-launch[784]: NSS returned no entry for 'pulse'
Jan 24 18:54:57 imperator dbus-broker-launch[784]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Jan 24 18:54:57 imperator systemd[1]: Started D-Bus System Message Bus.
Jan 24 18:54:57 imperator systemd[1]: Reached target Basic System.
Jan 24 18:54:57 imperator dbus-broker-launch[784]: Ready
Jan 24 18:54:57 imperator systemd[1]: Starting Network Manager...
Jan 24 18:54:57 imperator systemd[1]: Starting Save/Restore Sound Card State...
Jan 24 18:54:57 imperator systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Jan 24 18:54:57 imperator systemd[1]: Started fcron periodical command scheduler.
Jan 24 18:54:57 imperator systemd[1]: Starting Initialize hardware monitoring sensors...
Jan 24 18:54:57 imperator systemd[1]: Starting User Login Management...
Jan 24 18:54:57 imperator systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 24 18:54:57 imperator (modprobe)[790]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Jan 24 18:54:57 imperator fcron[789]: fcron[789] 3.3.1 started
Jan 24 18:54:57 imperator fcron[789]: 2024-01-24 18:54:57  INFO fcron[789] 3.3.1 started
Jan 24 18:54:57 imperator fcron[789]: 2024-01-24 18:54:57  INFO updating configuration from /var/spool/fcron
Jan 24 18:54:57 imperator fcron[789]: 2024-01-24 18:54:57  INFO adding file root
Jan 24 18:54:57 imperator fcron[789]: updating configuration from /var/spool/fcron
Jan 24 18:54:57 imperator fcron[789]: adding file root
Jan 24 18:54:57 imperator kernel: nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
Jan 24 18:54:57 imperator systemd-logind[791]: New seat seat0.
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5098] NetworkManager (version 1.44.2-3) is starting... (boot:fa086c75-30df-4464-a909-b9ad623ff8fb)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5099] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jan 24 18:54:57 imperator systemd-logind[791]: Watching system buttons on /dev/input/event2 (Power Button)
Jan 24 18:54:57 imperator systemd-logind[791]: Watching system buttons on /dev/input/event1 (Power Button)
Jan 24 18:54:57 imperator systemd-logind[791]: Watching system buttons on /dev/input/event0 (Sleep Button)
Jan 24 18:54:57 imperator systemd-logind[791]: Watching system buttons on /dev/input/event3 (BTC USB Multimedia Cordless Kit  )
Jan 24 18:54:57 imperator systemd-logind[791]: Watching system buttons on /dev/input/event5 (BTC USB Multimedia Cordless Kit   System Control)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5136] manager[0x5c9b386c7d60]: monitoring kernel firmware directory '/lib/firmware'.
Jan 24 18:54:57 imperator systemd[1]: Finished Save/Restore Sound Card State.
Jan 24 18:54:57 imperator systemd[1]: Started User Login Management.
Jan 24 18:54:57 imperator fcron[789]: adding file systab
Jan 24 18:54:57 imperator fcron[789]: 2024-01-24 18:54:57  INFO adding file systab
Jan 24 18:54:57 imperator systemd[1]: Reached target Sound Card.
Jan 24 18:54:57 imperator systemd[1]: Starting Hostname Service...
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5499] hostname: hostname: using hostnamed
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5500] hostname: static hostname changed from (none) to "imperator"
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5502] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5506] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5507] manager[0x5c9b386c7d60]: rfkill: Wi-Fi hardware radio set enabled
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5507] manager[0x5c9b386c7d60]: rfkill: WWAN hardware radio set enabled
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5527] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5533] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5552] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5688] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5691] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5700] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5701] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5701] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5701] manager: Networking is enabled by state file
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5703] settings: Loaded settings plugin: keyfile (internal)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5722] dhcp: init: Using DHCP client 'internal'
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5722] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5726] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5727] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5729] device (lo): Activation: starting connection 'lo' (2c2c4bca-98f9-4d49-aa1c-99ded48eb2b8)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5732] manager: (enp5s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5736] settings: (enp5s0): created default wired connection 'Wired connection 1'
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.5736] device (enp5s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 24 18:54:57 imperator systemd[1]: Finished Initialize hardware monitoring sensors.
Jan 24 18:54:57 imperator systemd[1]: Started Hostname Service.
Jan 24 18:54:57 imperator systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 24 18:54:57 imperator systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 24 18:54:57 imperator kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
Jan 24 18:54:57 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Down
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.8030] device (wlo1): driver supports Access Point (AP) mode
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.8042] manager: (wlo1): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jan 24 18:54:57 imperator NetworkManager[787]: <info>  [1706144097.8050] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 24 18:54:57 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 24 18:54:57 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 24 18:54:57 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 24 18:54:57 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 24 18:54:57 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 24 18:54:57 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 24 18:54:57 imperator kernel: iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.0380] device (wlo1): set-hw-addr: set MAC address to 5A:01:AD:7B:E9:A7 (scanning)
Jan 24 18:54:58 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 24 18:54:58 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 24 18:54:58 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 24 18:54:58 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 24 18:54:58 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 24 18:54:58 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.2289] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jan 24 18:54:58 imperator systemd[1]: Started Network Manager.
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.2308] ovsdb: disconnected from ovsdb
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.2312] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.2317] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.2321] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.2332] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.2364] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.2366] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.2374] device (lo): Activation: successful, device activated.
Jan 24 18:54:58 imperator systemd[1]: Starting WPA supplicant...
Jan 24 18:54:58 imperator systemd[1]: Started WPA supplicant.
Jan 24 18:54:58 imperator wpa_supplicant[836]: Successfully initialized wpa_supplicant
Jan 24 18:54:58 imperator systemd[1]: Reached target Network.
Jan 24 18:54:58 imperator systemd[1]: Starting CUPS Scheduler...
Jan 24 18:54:58 imperator systemd[1]: Starting PostgreSQL database server...
Jan 24 18:54:58 imperator systemd[1]: Starting Permit User Sessions...
Jan 24 18:54:58 imperator systemd[1]: Starting xrdp session manager...
Jan 24 18:54:58 imperator systemd[1]: Finished Permit User Sessions.
Jan 24 18:54:58 imperator systemd[1]: Started Getty on tty1.
Jan 24 18:54:58 imperator systemd[1]: Reached target Login Prompts.
Jan 24 18:54:58 imperator xrdp-sesman[846]: [INFO ] starting xrdp-sesman with pid 846
Jan 24 18:54:58 imperator systemd[1]: Started xrdp session manager.
Jan 24 18:54:58 imperator systemd[1]: Starting xrdp daemon...
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.3397] device (wlo1): supplicant interface state: internal-starting -> disconnected
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.3398] Wi-Fi P2P device controlled by interface wlo1 created
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.3399] manager: (p2p-dev-wlo1): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.3400] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.3401] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jan 24 18:54:58 imperator NetworkManager[787]: <info>  [1706144098.3402] device (p2p-dev-wlo1): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jan 24 18:54:58 imperator systemd[1]: Started CUPS Scheduler.
Jan 24 18:54:58 imperator xrdp[848]: [INFO ] address [0.0.0.0] port [3389] mode 1
Jan 24 18:54:58 imperator xrdp[848]: [INFO ] listening to port 3389 on 0.0.0.0
Jan 24 18:54:58 imperator xrdp[848]: [INFO ] xrdp_listen_pp done
Jan 24 18:54:58 imperator systemd[1]: xrdp.service: Can't open PID file /run/xrdp.pid (yet?) after start: No such file or directory
Jan 24 18:54:58 imperator postgres[842]: 2024-01-24 18:54:58.368 CST [842] LOG:  starting PostgreSQL 16.1 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 13.2.1 20230801, 64-bit
Jan 24 18:54:58 imperator postgres[842]: 2024-01-24 18:54:58.370 CST [842] LOG:  listening on IPv6 address "::1", port 5432
Jan 24 18:54:58 imperator postgres[842]: 2024-01-24 18:54:58.370 CST [842] LOG:  listening on IPv4 address "127.0.0.1", port 5432
Jan 24 18:54:58 imperator postgres[842]: 2024-01-24 18:54:58.371 CST [842] LOG:  listening on Unix socket "/run/postgresql/.s.PGSQL.5432"
Jan 24 18:54:58 imperator postgres[854]: 2024-01-24 18:54:58.374 CST [854] LOG:  database system was interrupted; last known up at 2024-01-24 08:59:49 CST
Jan 24 18:54:58 imperator postgres[854]: 2024-01-24 18:54:58.480 CST [854] LOG:  database system was not properly shut down; automatic recovery in progress
Jan 24 18:54:58 imperator postgres[854]: 2024-01-24 18:54:58.483 CST [854] LOG:  redo starts at 0/185472A0
Jan 24 18:54:58 imperator postgres[854]: 2024-01-24 18:54:58.483 CST [854] LOG:  invalid record length at 0/18547388: expected at least 24, got 0
Jan 24 18:54:58 imperator postgres[854]: 2024-01-24 18:54:58.483 CST [854] LOG:  redo done at 0/18547350 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s
Jan 24 18:54:58 imperator postgres[852]: 2024-01-24 18:54:58.487 CST [852] LOG:  checkpoint starting: end-of-recovery immediate wait
Jan 24 18:54:58 imperator postgres[852]: 2024-01-24 18:54:58.492 CST [852] LOG:  checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.002 s, sync=0.001 s, total=0.006 s; sync files=3, longest=0.001 s, average=0.001 s; distance=0 kB, estimate=0 kB; lsn=0/18547388, redo lsn=0/18547388
Jan 24 18:54:58 imperator postgres[842]: 2024-01-24 18:54:58.496 CST [842] LOG:  database system is ready to accept connections
Jan 24 18:54:58 imperator systemd[1]: Started PostgreSQL database server.
Jan 24 18:54:59 imperator systemd[1]: Started xrdp daemon.
Jan 24 18:54:59 imperator systemd[1]: Reached target Multi-User System.
Jan 24 18:54:59 imperator systemd[1]: Reached target Graphical Interface.
Jan 24 18:54:59 imperator systemd[1]: Startup finished in 9.864s (firmware) + 4.458s (loader) + 2.152s (kernel) + 5.086s (userspace) = 21.561s.
Jan 24 18:55:00 imperator xrdp[851]: [INFO ] starting xrdp with pid 851
Jan 24 18:55:00 imperator xrdp[851]: [INFO ] address [0.0.0.0] port [3389] mode 1
Jan 24 18:55:00 imperator xrdp[851]: [INFO ] listening to port 3389 on 0.0.0.0
Jan 24 18:55:00 imperator xrdp[851]: [INFO ] xrdp_listen_pp done
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.7641] device (enp5s0): carrier: link connected
Jan 24 18:55:00 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Up - 1Gbps/Full - flow control rx/tx
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.7646] device (enp5s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.7654] policy: auto-activating connection 'Wired connection 1' (0af2ca09-351f-3770-8c14-ddcd3318a322)
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.7660] device (enp5s0): Activation: starting connection 'Wired connection 1' (0af2ca09-351f-3770-8c14-ddcd3318a322)
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.7661] device (enp5s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.7665] manager: NetworkManager state is now CONNECTING
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.7667] device (enp5s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.7680] device (enp5s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.7687] dhcp4 (enp5s0): activation: beginning transaction (timeout in 45 seconds)
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.7746] dhcp4 (enp5s0): state changed no lease
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.7941] dhcp4 (enp5s0): state changed new lease, address=192.168.68.57
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.7948] policy: set 'Wired connection 1' (enp5s0) as default for IPv4 routing and DNS
Jan 24 18:55:00 imperator systemd-resolved[776]: enp5s0: Bus client set default route setting: yes
Jan 24 18:55:00 imperator systemd-resolved[776]: enp5s0: Bus client set DNS server list to: 71.10.216.1, 71.10.216.2
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.8020] device (enp5s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.8043] device (enp5s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.8047] device (enp5s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.8052] manager: NetworkManager state is now CONNECTED_SITE
Jan 24 18:55:00 imperator NetworkManager[787]: <info>  [1706144100.8056] device (enp5s0): Activation: successful, device activated.
Jan 24 18:55:01 imperator NetworkManager[787]: <info>  [1706144101.1572] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 24 18:55:01 imperator systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jan 24 18:55:01 imperator wpa_supplicant[836]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Jan 24 18:55:01 imperator NetworkManager[787]: <info>  [1706144101.8207] manager: startup complete
Jan 24 18:55:07 imperator systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 24 18:55:17 imperator fcron[867]: Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 869)
Jan 24 18:55:17 imperator fcron[867]: 2024-01-24 18:55:17  INFO Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 869)
Jan 24 18:55:17 imperator fcron[867]: Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 24 18:55:17 imperator fcron[867]: 2024-01-24 18:55:17  INFO Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 24 18:55:27 imperator systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jan 24 18:55:53 imperator dbus-broker-launch[784]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jan 24 18:55:56 imperator login[845]: pam_unix(login:session): session opened for user dornith(uid=1000) by dornith(uid=0)
Jan 24 18:55:56 imperator systemd-logind[791]: New session 2 of user dornith.
Jan 24 18:55:56 imperator systemd[1]: Created slice User Slice of UID 1000.
Jan 24 18:55:56 imperator systemd[1]: Starting User Runtime Directory /run/user/1000...
Jan 24 18:55:56 imperator systemd[1]: Finished User Runtime Directory /run/user/1000.
Jan 24 18:55:56 imperator systemd[1]: Starting User Manager for UID 1000...
Jan 24 18:55:56 imperator (systemd)[883]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[dornith] ruser=[<unknown>] rhost=[<unknown>]
Jan 24 18:55:56 imperator (systemd)[883]: pam_unix(systemd-user:session): session opened for user dornith(uid=1000) by dornith(uid=0)
Jan 24 18:55:56 imperator systemd[883]: Queued start job for default target Main User Target.
Jan 24 18:55:56 imperator systemd-journald[402]: File /var/log/journal/73afe27bc995473faa2686429b4d9dab/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Jan 24 18:55:56 imperator systemd[883]: Created slice User Application Slice.
Jan 24 18:55:56 imperator systemd[883]: Started Daily Cleanup of User's Temporary Directories.
Jan 24 18:55:56 imperator systemd[883]: Reached target Paths.
Jan 24 18:55:56 imperator systemd[883]: Reached target Timers.
Jan 24 18:55:56 imperator systemd[883]: Starting D-Bus User Message Bus Socket...
Jan 24 18:55:56 imperator systemd[883]: Listening on GnuPG network certificate management daemon.
Jan 24 18:55:56 imperator systemd[883]: Listening on GCR ssh-agent wrapper.
Jan 24 18:55:56 imperator systemd[883]: Listening on GNOME Keyring daemon.
Jan 24 18:55:56 imperator systemd[883]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 24 18:55:56 imperator systemd[883]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 24 18:55:56 imperator systemd[883]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 24 18:55:56 imperator systemd[883]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 24 18:55:56 imperator systemd[883]: Listening on GnuPG public key management service.
Jan 24 18:55:56 imperator systemd[883]: Listening on p11-kit server.
Jan 24 18:55:56 imperator systemd[883]: Listening on PipeWire Multimedia System Sockets.
Jan 24 18:55:56 imperator systemd[883]: Listening on Sound System.
Jan 24 18:55:56 imperator systemd[883]: Listening on D-Bus User Message Bus Socket.
Jan 24 18:55:56 imperator systemd[883]: Reached target Sockets.
Jan 24 18:55:56 imperator systemd[883]: Reached target Basic System.
Jan 24 18:55:56 imperator systemd[1]: Started User Manager for UID 1000.
Jan 24 18:55:56 imperator systemd[883]: Started Desktop-Bridge: Protonmail Bridge - ProtonMail IMAP and SMTP Bridge.
Jan 24 18:55:56 imperator systemd[1]: Started Session 2 of User dornith.
Jan 24 18:55:56 imperator systemd[883]: Starting Update XDG user dir configuration...
Jan 24 18:55:56 imperator login[845]: LOGIN ON tty1 BY dornith
Jan 24 18:55:56 imperator systemd[883]: Finished Update XDG user dir configuration.
Jan 24 18:55:56 imperator systemd[883]: Reached target Main User Target.
Jan 24 18:55:56 imperator systemd[883]: Startup finished in 162ms.
Jan 24 18:55:56 imperator protonmail-bridge[892]: time="2024-01-24T18:55:56-06:00" level=info msg="Migrating keychain helper"
Jan 24 18:55:56 imperator systemd[883]: Created slice User Core Session Slice.
Jan 24 18:55:56 imperator systemd[883]: Starting D-Bus User Message Bus...
Jan 24 18:55:56 imperator dbus-broker-launch[906]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jan 24 18:55:56 imperator dbus-broker-launch[906]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jan 24 18:55:56 imperator systemd[883]: Started D-Bus User Message Bus.
Jan 24 18:55:56 imperator dbus-broker-launch[906]: Ready
Jan 24 18:55:56 imperator systemd[883]: Created slice Slice /app/dbus-:1.2-org.freedesktop.secrets.
Jan 24 18:55:56 imperator systemd[883]: Started dbus-:1.2-org.freedesktop.secrets@0.service.
Jan 24 18:55:56 imperator systemd[883]: Started GNOME Keyring daemon.
Jan 24 18:55:56 imperator gnome-keyring-daemon[916]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jan 24 18:55:56 imperator gnome-keyring-daemon[916]: The Secret Service was already initialized
Jan 24 18:55:56 imperator gnome-keyring-d[916]: The Secret Service was already initialized
Jan 24 18:55:56 imperator gnome-keyring-daemon[915]: discover_other_daemon: 1
Jan 24 18:55:56 imperator gnome-keyring-daemon[915]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jan 24 18:55:57 imperator protonmail-bridge[892]: WARN[Jan 24 18:55:57.745] Failed to add test credentials to keychain    error="failed to create item: Object does not exist at path “/org/freedesktop/secrets/collection/login”" helper="*keychain.SecretServiceDBusHelper"
Jan 24 18:55:57 imperator protonmail-bridge[892]: WARN[Jan 24 18:55:57.745] Keychain is not available.                    keychain=SecretServiceDBus
Jan 24 18:55:57 imperator systemd[883]: Created slice Slice /app/dbus-:1.2-org.gnome.keyring.SystemPrompter.
Jan 24 18:55:57 imperator systemd[883]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@0.service.
Jan 24 18:55:57 imperator gcr-prompter[930]: cannot open display: 
Jan 24 18:55:57 imperator systemd[883]: dbus-:1.2-org.gnome.keyring.SystemPrompter@0.service: Main process exited, code=exited, status=1/FAILURE
Jan 24 18:55:57 imperator systemd[883]: dbus-:1.2-org.gnome.keyring.SystemPrompter@0.service: Failed with result 'exit-code'.
Jan 24 18:55:57 imperator gnome-keyring-daemon[916]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 24 18:55:57 imperator gnome-keyring-d[916]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 24 18:55:58 imperator systemd[883]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@1.service.
Jan 24 18:55:58 imperator gcr-prompter[932]: cannot open display: 
Jan 24 18:55:58 imperator systemd[883]: dbus-:1.2-org.gnome.keyring.SystemPrompter@1.service: Main process exited, code=exited, status=1/FAILURE
Jan 24 18:55:58 imperator systemd[883]: dbus-:1.2-org.gnome.keyring.SystemPrompter@1.service: Failed with result 'exit-code'.
Jan 24 18:55:58 imperator gnome-keyring-daemon[916]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 24 18:55:58 imperator gnome-keyring-d[916]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 24 18:55:58 imperator systemd[883]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@2.service.
Jan 24 18:55:58 imperator gcr-prompter[934]: cannot open display: 
Jan 24 18:55:58 imperator systemd[883]: dbus-:1.2-org.gnome.keyring.SystemPrompter@2.service: Main process exited, code=exited, status=1/FAILURE
Jan 24 18:55:58 imperator systemd[883]: dbus-:1.2-org.gnome.keyring.SystemPrompter@2.service: Failed with result 'exit-code'.
Jan 24 18:55:58 imperator gnome-keyring-daemon[916]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 24 18:55:58 imperator gnome-keyring-d[916]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 24 18:55:58 imperator systemd[883]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@3.service.
Jan 24 18:55:58 imperator gcr-prompter[936]: cannot open display: 
Jan 24 18:55:58 imperator systemd[883]: dbus-:1.2-org.gnome.keyring.SystemPrompter@3.service: Main process exited, code=exited, status=1/FAILURE
Jan 24 18:55:58 imperator systemd[883]: dbus-:1.2-org.gnome.keyring.SystemPrompter@3.service: Failed with result 'exit-code'.
Jan 24 18:55:58 imperator gnome-keyring-daemon[916]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 24 18:55:58 imperator gnome-keyring-d[916]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 24 18:55:58 imperator systemd[883]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@4.service.
Jan 24 18:55:58 imperator gcr-prompter[938]: cannot open display: 
Jan 24 18:55:58 imperator systemd[883]: dbus-:1.2-org.gnome.keyring.SystemPrompter@4.service: Main process exited, code=exited, status=1/FAILURE
Jan 24 18:55:58 imperator systemd[883]: dbus-:1.2-org.gnome.keyring.SystemPrompter@4.service: Failed with result 'exit-code'.
Jan 24 18:55:58 imperator gnome-keyring-daemon[916]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 24 18:55:58 imperator gnome-keyring-d[916]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 24 18:55:59 imperator systemd[883]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@5.service.
Jan 24 18:55:59 imperator gcr-prompter[940]: cannot open display: 
Jan 24 18:55:59 imperator systemd[883]: dbus-:1.2-org.gnome.keyring.SystemPrompter@5.service: Main process exited, code=exited, status=1/FAILURE
Jan 24 18:55:59 imperator systemd[883]: dbus-:1.2-org.gnome.keyring.SystemPrompter@5.service: Failed with result 'exit-code'.
Jan 24 18:55:59 imperator gnome-keyring-daemon[916]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 24 18:55:59 imperator gnome-keyring-d[916]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 24 18:55:59 imperator protonmail-bridge[892]: WARN[Jan 24 18:55:59.157] Failed to add test credentials to keychain    error="Object does not exist at path “/org/freedesktop/secrets/collection/login”" helper="*secretservice.Secretservice"
Jan 24 18:55:59 imperator protonmail-bridge[892]: WARN[Jan 24 18:55:59.157] Keychain is not available.                    keychain=SecretService
Jan 24 18:55:59 imperator systemd[883]: Started GnuPG cryptographic agent and passphrase cache.
Jan 24 18:55:59 imperator gpg-agent[969]: gpg-agent (GnuPG) 2.4.3 starting in supervised mode.
Jan 24 18:55:59 imperator gpg-agent[969]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jan 24 18:55:59 imperator gpg-agent[969]: using fd 4 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jan 24 18:55:59 imperator gpg-agent[969]: using fd 5 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jan 24 18:55:59 imperator gpg-agent[969]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jan 24 18:55:59 imperator gpg-agent[969]: listening on: std=3 extra=6 browser=5 ssh=4
Jan 24 18:56:01 imperator kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:01 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:01 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:01 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:02 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:02 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:02 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:02 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 24 18:56:02 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 24 18:56:02 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 24 18:56:02 imperator kernel: Xorg[1018]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Jan 24 18:56:02 imperator gnome-keyring-daemon[916]: The Secret Service was already initialized
Jan 24 18:56:02 imperator gnome-keyring-d[916]: The Secret Service was already initialized
Jan 24 18:56:02 imperator gnome-keyring-daemon[916]: The PKCS#11 component was already initialized
Jan 24 18:56:02 imperator gnome-keyring-d[916]: The PKCS#11 component was already initialized
Jan 24 18:56:02 imperator gnome-keyring-daemon[1042]: discover_other_daemon: 1
Jan 24 18:56:02 imperator systemd[1]: Starting Authorization Manager...
Jan 24 18:56:02 imperator polkitd[1045]: Started polkitd version 124
Jan 24 18:56:02 imperator polkitd[1045]: Loading rules from directory /etc/polkit-1/rules.d
Jan 24 18:56:02 imperator polkitd[1045]: Loading rules from directory /usr/share/polkit-1/rules.d
Jan 24 18:56:02 imperator polkitd[1045]: Finished loading, compiling and executing 7 rules
Jan 24 18:56:02 imperator systemd[1]: Started Authorization Manager.
Jan 24 18:56:02 imperator polkitd[1045]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jan 24 18:56:02 imperator systemd[883]: Starting Sound Service...
Jan 24 18:56:02 imperator systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jan 24 18:56:02 imperator rtkit-daemon[1068]: Successfully called chroot.
Jan 24 18:56:02 imperator systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jan 24 18:56:02 imperator rtkit-daemon[1068]: Successfully dropped privileges.
Jan 24 18:56:02 imperator rtkit-daemon[1068]: Successfully limited resources.
Jan 24 18:56:02 imperator rtkit-daemon[1068]: Running.
Jan 24 18:56:02 imperator rtkit-daemon[1068]: Canary thread running.
Jan 24 18:56:02 imperator rtkit-daemon[1068]: Watchdog thread running.
Jan 24 18:56:02 imperator rtkit-daemon[1068]: Successfully made thread 1063 of process 1063 owned by '1000' high priority at nice level -11.
Jan 24 18:56:02 imperator rtkit-daemon[1068]: Supervising 1 threads of 1 processes of 1 users.
Jan 24 18:56:03 imperator rtkit-daemon[1068]: Supervising 1 threads of 1 processes of 1 users.
Jan 24 18:56:03 imperator rtkit-daemon[1068]: Successfully made thread 1072 of process 1063 owned by '1000' RT at priority 5.
Jan 24 18:56:03 imperator rtkit-daemon[1068]: Supervising 2 threads of 1 processes of 1 users.
Jan 24 18:56:03 imperator rtkit-daemon[1068]: Supervising 2 threads of 1 processes of 1 users.
Jan 24 18:56:03 imperator rtkit-daemon[1068]: Successfully made thread 1074 of process 1063 owned by '1000' RT at priority 5.
Jan 24 18:56:03 imperator rtkit-daemon[1068]: Supervising 3 threads of 1 processes of 1 users.
Jan 24 18:56:03 imperator systemd[883]: Started Sound Service.
Jan 24 18:56:22 imperator systemd[883]: Starting Accessibility services bus...
Jan 24 18:56:22 imperator systemd[1]: Starting Time & Date Service...
Jan 24 18:56:22 imperator systemd[883]: Starting Portal service...
Jan 24 18:56:22 imperator systemd[883]: Started Accessibility services bus.
Jan 24 18:56:22 imperator systemd[883]: Starting flatpak document portal service...
Jan 24 18:56:22 imperator systemd[883]: Starting sandboxed app permission store...
Jan 24 18:56:22 imperator systemd[1]: Started Time & Date Service.
Jan 24 18:56:22 imperator systemd[883]: Started sandboxed app permission store.
Jan 24 18:56:22 imperator systemd[883]: Started flatpak document portal service.
Jan 24 18:56:22 imperator xdg-desktop-por[1158]: Choosing gtk.portal for org.freedesktop.impl.portal.Lockdown as a last-resort fallback
Jan 24 18:56:22 imperator xdg-desktop-por[1158]: The preferred method to match portal implementations to desktop environments is to use the portals.conf(5) configuration file
Jan 24 18:56:22 imperator systemd[883]: Starting Portal service (GTK/GNOME implementation)...
Jan 24 18:56:22 imperator xdg-desktop-por[1190]: cannot open display: 
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jan 24 18:56:22 imperator systemd[883]: Failed to start Portal service (GTK/GNOME implementation).
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Supervising 3 threads of 1 processes of 1 users.
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Supervising 3 threads of 1 processes of 1 users.
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Supervising 3 threads of 1 processes of 1 users.
Jan 24 18:56:22 imperator xdg-desktop-por[1158]: No skeleton to export
Jan 24 18:56:22 imperator xdg-desktop-por[1158]: Choosing gtk.portal for org.freedesktop.impl.portal.FileChooser as a last-resort fallback
Jan 24 18:56:22 imperator systemd[883]: Starting Portal service (GTK/GNOME implementation)...
Jan 24 18:56:22 imperator xdg-desktop-por[1194]: cannot open display: 
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jan 24 18:56:22 imperator systemd[883]: Failed to start Portal service (GTK/GNOME implementation).
Jan 24 18:56:22 imperator xdg-desktop-por[1158]: Choosing gtk.portal for org.freedesktop.impl.portal.AppChooser as a last-resort fallback
Jan 24 18:56:22 imperator systemd[883]: Starting Portal service (GTK/GNOME implementation)...
Jan 24 18:56:22 imperator xdg-desktop-por[1197]: cannot open display: 
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jan 24 18:56:22 imperator systemd[883]: Failed to start Portal service (GTK/GNOME implementation).
Jan 24 18:56:22 imperator xdg-desktop-por[1158]: Choosing gtk.portal for org.freedesktop.impl.portal.Print as a last-resort fallback
Jan 24 18:56:22 imperator systemd[883]: Starting Portal service (GTK/GNOME implementation)...
Jan 24 18:56:22 imperator xdg-desktop-por[1200]: cannot open display: 
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jan 24 18:56:22 imperator systemd[883]: Failed to start Portal service (GTK/GNOME implementation).
Jan 24 18:56:22 imperator xdg-desktop-por[1158]: Choosing gtk.portal for org.freedesktop.impl.portal.Notification as a last-resort fallback
Jan 24 18:56:22 imperator systemd[883]: Starting Portal service (GTK/GNOME implementation)...
Jan 24 18:56:22 imperator xdg-desktop-por[1202]: cannot open display: 
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jan 24 18:56:22 imperator systemd[883]: Failed to start Portal service (GTK/GNOME implementation).
Jan 24 18:56:22 imperator xdg-desktop-por[1158]: Choosing gtk.portal for org.freedesktop.impl.portal.Inhibit as a last-resort fallback
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jan 24 18:56:22 imperator systemd[883]: Failed to start Portal service (GTK/GNOME implementation).
Jan 24 18:56:22 imperator xdg-desktop-por[1158]: Choosing gtk.portal for org.freedesktop.impl.portal.Access as a last-resort fallback
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jan 24 18:56:22 imperator systemd[883]: Failed to start Portal service (GTK/GNOME implementation).
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jan 24 18:56:22 imperator systemd[883]: Failed to start Portal service (GTK/GNOME implementation).
Jan 24 18:56:22 imperator systemd[883]: Started PipeWire Multimedia Service.
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Supervising 3 threads of 1 processes of 1 users.
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Supervising 3 threads of 1 processes of 1 users.
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Supervising 3 threads of 1 processes of 1 users.
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Successfully made thread 1211 of process 1211 owned by '1000' high priority at nice level -11.
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Supervising 4 threads of 2 processes of 1 users.
Jan 24 18:56:22 imperator xdg-desktop-por[1158]: Choosing gtk.portal for org.freedesktop.impl.portal.Account as a last-resort fallback
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jan 24 18:56:22 imperator systemd[883]: Failed to start Portal service (GTK/GNOME implementation).
Jan 24 18:56:22 imperator xdg-desktop-por[1158]: Choosing gtk.portal for org.freedesktop.impl.portal.Email as a last-resort fallback
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jan 24 18:56:22 imperator systemd[883]: Failed to start Portal service (GTK/GNOME implementation).
Jan 24 18:56:22 imperator xdg-desktop-por[1158]: Choosing gtk.portal for org.freedesktop.impl.portal.DynamicLauncher as a last-resort fallback
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Start request repeated too quickly.
Jan 24 18:56:22 imperator systemd[883]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jan 24 18:56:22 imperator systemd[883]: Failed to start Portal service (GTK/GNOME implementation).
Jan 24 18:56:22 imperator systemd[883]: Started Portal service.
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Successfully made thread 1214 of process 1211 owned by '1000' RT at priority 20.
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Supervising 5 threads of 2 processes of 1 users.
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Supervising 5 threads of 2 processes of 1 users.
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Supervising 5 threads of 2 processes of 1 users.
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Supervising 5 threads of 2 processes of 1 users.
Jan 24 18:56:22 imperator rtkit-daemon[1068]: Supervising 5 threads of 2 processes of 1 users.
Jan 24 18:56:23 imperator rtkit-daemon[1068]: Successfully made thread 1244 of process 1083 owned by '1000' RT at priority 10.
Jan 24 18:56:23 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:23 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:23 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:24 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:24 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:24 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:24 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:24 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:24 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:24 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:24 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:24 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:24 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:35 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:35 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:37 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:37 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:43 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:43 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:43 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:43 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:52 imperator systemd[1]: systemd-timedated.service: Deactivated successfully.
Jan 24 18:56:55 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:55 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:55 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:55 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:55 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:55 imperator rtkit-daemon[1068]: Supervising 6 threads of 3 processes of 1 users.
Jan 24 18:56:55 imperator rtkit-daemon[1068]: Successfully made thread 2574 of process 2412 owned by '1000' RT at priority 10.
Jan 24 18:56:55 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:56:55 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:56:55 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:56:56 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:56:56 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:56:56 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:56:56 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:56:56 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:56:56 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:57:01 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:57:01 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:57:31 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:57:31 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:57:34 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:57:34 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:57:37 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:57:37 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:57:43 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:57:43 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:58:33 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:58:33 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:58:40 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:58:40 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:58:54 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:58:54 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:58:56 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:58:56 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:58:58 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:58:58 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:59:23 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 18:59:23 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 19:01:00 imperator fcron[8403]: Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 8405)
Jan 24 19:01:00 imperator fcron[8403]: 2024-01-24 19:01:00  INFO Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 8405)
Jan 24 19:01:00 imperator fcron[8403]: Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 24 19:01:00 imperator fcron[8403]: 2024-01-24 19:01:00  INFO Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 24 19:01:14 imperator systemd[883]: Created slice User Background Tasks Slice.
Jan 24 19:01:14 imperator systemd[883]: Starting Cleanup of User's Temporary Files and Directories...
Jan 24 19:01:14 imperator systemd[883]: Finished Cleanup of User's Temporary Files and Directories.
Jan 24 19:01:50 imperator NetworkManager[787]: <info>  [1706144510.1526] device (wlo1): set-hw-addr: set MAC address to 52:17:46:E1:1E:8A (scanning)
Jan 24 19:01:50 imperator NetworkManager[787]: <info>  [1706144510.1833] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 24 19:01:50 imperator NetworkManager[787]: <info>  [1706144510.1833] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 24 19:02:01 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 19:02:01 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 19:03:06 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 19:03:06 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 19:03:08 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 19:03:08 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 19:08:43 imperator NetworkManager[787]: <info>  [1706144923.1503] device (wlo1): set-hw-addr: set MAC address to F2:50:FA:5C:AF:3D (scanning)
Jan 24 19:08:43 imperator NetworkManager[787]: <info>  [1706144923.1885] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 24 19:08:43 imperator NetworkManager[787]: <info>  [1706144923.1886] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 24 19:08:43 imperator NetworkManager[787]: <info>  [1706144923.1939] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 24 19:08:43 imperator NetworkManager[787]: <info>  [1706144923.1940] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 24 19:09:41 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 19:09:41 imperator rtkit-daemon[1068]: Supervising 7 threads of 4 processes of 1 users.
Jan 24 19:10:00 imperator systemd[1]: Starting Cleanup of Temporary Directories...
Jan 24 19:10:00 imperator systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Jan 24 19:10:00 imperator systemd[1]: Finished Cleanup of Temporary Directories.
Jan 24 19:15:36 imperator NetworkManager[787]: <info>  [1706145336.1372] device (wlo1): set-hw-addr: set MAC address to DA:FA:9A:1A:15:DA (scanning)
Jan 24 19:15:36 imperator NetworkManager[787]: <info>  [1706145336.1720] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 24 19:15:36 imperator NetworkManager[787]: <info>  [1706145336.1721] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 24 19:15:36 imperator NetworkManager[787]: <info>  [1706145336.1776] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 24 19:15:36 imperator NetworkManager[787]: <info>  [1706145336.1777] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Other notes

I requently hibernate my system and I've yet to see any problems with that, although that could just be coincidence since the replication rate is only about 30-40%.

Last edited by Dornith (2024-01-31 05:54:06)

Offline

#2 2024-01-25 20:10:43

Dornith
Member
Registered: 2013-02-19
Posts: 84

Re: [SOLVED] System not waking up after suspending

I just tried disabling microcode updates and it did not fix the problem.  I've now downgraded my kernel to 6.6.10-1-lts and will see if that helps.

Offline

#3 2024-01-26 05:57:17

8472
Member
From: Slovakia
Registered: 2010-05-15
Posts: 89

Re: [SOLVED] System not waking up after suspending

Sounds a little similar to the following problem: https://bbs.archlinux.org/viewtopic.php?id=282837 , but I'm not 100% sure, whether it applies to you as well.


Logic clearly dictates that the needs of the many outweigh the needs of the few.

Offline

#4 2024-01-27 19:59:50

Dornith
Member
Registered: 2013-02-19
Posts: 84

Re: [SOLVED] System not waking up after suspending

Downgrading the kernel to 6.6.10-1-LTS did not help.

Downgrading linux-firmware to 20231211.f2e52a1c-1 did not help.

I tried using the sysrq key to reboot and see if that preserved any information but it doesn't seem like it did anything.

Jan 27 08:21:54 imperator kernel: Filesystems sync: 0.001 seconds
Jan 27 08:21:54 imperator kernel: Freezing user space processes
Jan 27 08:21:54 imperator kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Jan 27 08:21:54 imperator kernel: OOM killer disabled.
Jan 27 08:21:54 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
Jan 27 08:21:54 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x0005e000-0x0005efff]
Jan 27 08:21:54 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x000a0000-0x000fffff]
Jan 27 08:21:54 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x612b2000-0x612b2fff]
Jan 27 08:21:54 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x612bf000-0x612c0fff]
Jan 27 08:21:54 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x612e0000-0x612e0fff]
Jan 27 08:21:54 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x6edd2000-0x6ee17fff]
Jan 27 08:21:54 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x7193d000-0x7193dfff]
Jan 27 08:21:54 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x74162000-0x79ffefff]
Jan 27 08:21:54 imperator kernel: PM: hibernation: Marking nosave pages: [mem 0x7a000000-0xffffffff]
Jan 27 08:21:54 imperator kernel: PM: hibernation: Basic memory bitmaps created
Jan 27 08:21:54 imperator kernel: PM: hibernation: Preallocating image memory
Jan 27 08:21:54 imperator kernel: PM: hibernation: Allocated 3129349 pages for snapshot
Jan 27 08:21:54 imperator kernel: PM: hibernation: Allocated 12517396 kbytes in 1.75 seconds (7152.79 MB/s)
Jan 27 08:21:54 imperator kernel: Freezing remaining freezable tasks
Jan 27 08:21:54 imperator kernel: Freezing remaining freezable tasks completed (elapsed 0.002 seconds)
Jan 27 08:21:54 imperator kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jan 27 08:21:54 imperator kernel: serial 00:01: disabled
Jan 27 08:21:54 imperator kernel: ata7.00: Entering standby power mode
Jan 27 08:21:54 imperator kernel: ACPI: PM: Preparing to enter system sleep state S4
Jan 27 08:21:54 imperator kernel: ACPI: PM: Saving platform NVS memory
Jan 27 08:21:54 imperator kernel: Disabling non-boot CPUs ...
Jan 27 08:21:54 imperator kernel: smpboot: CPU 1 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 2 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 3 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 4 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 5 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 6 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 7 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 8 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 9 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 10 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 11 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 12 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 13 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 14 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 15 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 16 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 17 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 18 is now offline
Jan 27 08:21:54 imperator kernel: smpboot: CPU 19 is now offline
Jan 27 08:21:54 imperator kernel: PM: hibernation: Creating image:
Jan 27 08:21:54 imperator kernel: PM: hibernation: Need to copy 3109115 pages
Jan 27 08:21:54 imperator kernel: PM: hibernation: Normal pages needed: 3109115 + 1024, available pages: 5229344
Jan 27 08:21:54 imperator kernel: ACPI: PM: Restoring platform NVS memory
Jan 27 08:21:54 imperator kernel: Enabling non-boot CPUs ...
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Jan 27 08:21:54 imperator kernel: CPU1 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 2 APIC 0x8
Jan 27 08:21:54 imperator kernel: CPU2 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 3 APIC 0x9
Jan 27 08:21:54 imperator kernel: CPU3 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 4 APIC 0x10
Jan 27 08:21:54 imperator kernel: CPU4 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 5 APIC 0x11
Jan 27 08:21:54 imperator kernel: CPU5 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 6 APIC 0x18
Jan 27 08:21:54 imperator kernel: CPU6 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 7 APIC 0x19
Jan 27 08:21:54 imperator kernel: CPU7 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 8 APIC 0x20
Jan 27 08:21:54 imperator kernel: CPU8 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 9 APIC 0x21
Jan 27 08:21:54 imperator kernel: CPU9 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 10 APIC 0x28
Jan 27 08:21:54 imperator kernel: CPU10 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 11 APIC 0x29
Jan 27 08:21:54 imperator kernel: CPU11 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 12 APIC 0x30
Jan 27 08:21:54 imperator kernel: CPU12 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 13 APIC 0x31
Jan 27 08:21:54 imperator kernel: CPU13 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 14 APIC 0x38
Jan 27 08:21:54 imperator kernel: CPU14 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 15 APIC 0x39
Jan 27 08:21:54 imperator kernel: CPU15 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 16 APIC 0x48
Jan 27 08:21:54 imperator kernel: core: cpu_atom PMU driver: PEBS-via-PT 
Jan 27 08:21:54 imperator kernel: ... version:                5
Jan 27 08:21:54 imperator kernel: ... bit width:              48
Jan 27 08:21:54 imperator kernel: ... generic registers:      6
Jan 27 08:21:54 imperator kernel: ... value mask:             0000ffffffffffff
Jan 27 08:21:54 imperator kernel: ... max period:             00007fffffffffff
Jan 27 08:21:54 imperator kernel: ... fixed-purpose events:   3
Jan 27 08:21:54 imperator kernel: ... event mask:             000000070000003f
Jan 27 08:21:54 imperator kernel: CPU16 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 17 APIC 0x4a
Jan 27 08:21:54 imperator kernel: CPU17 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 18 APIC 0x4c
Jan 27 08:21:54 imperator kernel: CPU18 is up
Jan 27 08:21:54 imperator kernel: smpboot: Booting Node 0 Processor 19 APIC 0x4e
Jan 27 08:21:54 imperator kernel: CPU19 is up
Jan 27 08:21:54 imperator kernel: ACPI: PM: Waking up from system sleep state S4
Jan 27 08:21:54 imperator kernel: usb usb1: root hub lost power or was reset
Jan 27 08:21:54 imperator kernel: usb usb2: root hub lost power or was reset
Jan 27 08:21:54 imperator kernel: usb usb3: root hub lost power or was reset
Jan 27 08:21:54 imperator kernel: usb usb4: root hub lost power or was reset
Jan 27 08:21:54 imperator kernel: serial 00:01: activated
Jan 27 08:21:54 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 27 08:21:54 imperator kernel: nvme nvme0: 20/0/0 default/read/poll queues
Jan 27 08:21:54 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 27 08:21:54 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 27 08:21:54 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 27 08:21:54 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 27 08:21:54 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 27 08:21:54 imperator kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 27 08:21:54 imperator kernel: ata7.00: Entering active power mode
Jan 27 08:21:54 imperator kernel: ata5: SATA link down (SStatus 4 SControl 300)
Jan 27 08:21:54 imperator kernel: ata6: SATA link down (SStatus 4 SControl 300)
Jan 27 08:21:54 imperator kernel: ata8: SATA link down (SStatus 4 SControl 300)
Jan 27 08:21:54 imperator kernel: usb 3-1: reset high-speed USB device number 2 using xhci_hcd
Jan 27 08:21:54 imperator kernel: usb 1-6: reset low-speed USB device number 4 using xhci_hcd
Jan 27 08:21:54 imperator kernel: usb 3-2: reset high-speed USB device number 3 using xhci_hcd
Jan 27 08:21:54 imperator kernel: usb 1-14: reset full-speed USB device number 6 using xhci_hcd
Jan 27 08:21:54 imperator kernel: usb 1-2: reset full-speed USB device number 2 using xhci_hcd
Jan 27 08:21:54 imperator kernel: usb 1-10: reset high-speed USB device number 5 using xhci_hcd
Jan 27 08:21:54 imperator kernel: usb 1-5: reset low-speed USB device number 3 using xhci_hcd
Jan 27 08:21:54 imperator kernel: ata7.00: configured for UDMA/133
Jan 27 08:21:54 imperator kernel: usb 2-9: reset SuperSpeed USB device number 2 using xhci_hcd
Jan 27 08:21:54 imperator kernel: PM: hibernation: Basic memory bitmaps freed
Jan 27 08:21:54 imperator kernel: OOM killer enabled.
Jan 27 08:21:54 imperator kernel: Restarting tasks ... done.
Jan 27 08:21:54 imperator fcron[782]: 2024-01-27 08:21:54  INFO suspend/hibernate detected: we woke up after 30742s instead of 688s. The system was suspended for 30724s.
Jan 27 08:21:54 imperator fcron[782]: suspend/hibernate detected: we woke up after 30742s instead of 688s. The system was suspended for 30724s.
Jan 27 08:21:54 imperator systemd-resolved[771]: Clock change detected. Flushing caches.
Jan 27 08:21:54 imperator systemd-resolved[771]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Jan 27 08:21:54 imperator systemd[1]: Created slice Slice /system/rsnapshot.
Jan 27 08:21:54 imperator systemd-sleep[69028]: System returned from sleep operation 'hibernate'.
Jan 27 08:21:54 imperator kernel: Bluetooth: hci0: Firmware timestamp 2023.48 buildtype 1 build 75324
Jan 27 08:21:54 imperator kernel: Bluetooth: hci0: DSM reset method type: 0x00
Jan 27 08:21:54 imperator kernel: PM: hibernation: hibernation exit
Jan 27 08:21:54 imperator kernel: Bluetooth: hci0: Found device firmware: intel/ibt-1040-4150.sfi
Jan 27 08:21:54 imperator kernel: Bluetooth: hci0: Boot Address: 0x100800
Jan 27 08:21:54 imperator kernel: Bluetooth: hci0: Firmware Version: 151-42.23
Jan 27 08:21:54 imperator kernel: usb 1-14: USB disconnect, device number 6
Jan 27 08:21:54 imperator kernel: Bluetooth: hci0: FW download error recovery failed (-19)
Jan 27 08:21:54 imperator kernel: Bluetooth: hci0: sending frame failed (-19)
Jan 27 08:21:54 imperator kernel: Bluetooth: hci0: Reading supported features failed (-19)
Jan 27 08:21:54 imperator kernel: Bluetooth: hci0: Error reading debug features
Jan 27 08:21:54 imperator kernel: Bluetooth: hci0: sending frame failed (-19)
Jan 27 08:21:54 imperator kernel: Bluetooth: hci0: Failed to read MSFT supported features (-19)
Jan 27 08:21:54 imperator fcron[69170]: 2024-01-27 08:21:54  INFO Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 69191)
Jan 27 08:21:54 imperator fcron[69170]: 2024-01-27 08:21:54  INFO Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 27 08:21:54 imperator systemd[879]: Reached target Bluetooth.
Jan 27 08:21:54 imperator fcron[69170]: Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 69191)
Jan 27 08:21:54 imperator fcron[69201]: 2024-01-27 08:21:54  INFO Job '/usr/bin/run-parts /etc/cron.daily' started for user systab (pid 69208)
Jan 27 08:21:54 imperator fcron[69201]: 2024-01-27 08:21:54  INFO Job '/usr/bin/run-parts /etc/cron.daily' completed
Jan 27 08:21:54 imperator systemd[879]: Stopped target Bluetooth.
Jan 27 08:21:54 imperator fcron[69170]: Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 27 08:21:54 imperator systemd[1]: Starting Update the plocate database...
Jan 27 08:21:54 imperator fcron[69201]: Job '/usr/bin/run-parts /etc/cron.daily' started for user systab (pid 69208)
Jan 27 08:21:54 imperator fcron[69201]: Job '/usr/bin/run-parts /etc/cron.daily' completed
Jan 27 08:21:54 imperator systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 27 08:21:54 imperator systemd[1]: Starting rsnapshot (daily) backup...
Jan 27 08:21:54 imperator systemd[1]: Started Verify integrity of password and group files.
Jan 27 08:21:54 imperator systemd[1]: Stopped target Bluetooth Support.
Jan 27 08:21:54 imperator systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 27 08:21:54 imperator kernel: EXT4-fs (sdb1): mounting ext3 file system using the ext4 subsystem
Jan 27 08:21:54 imperator (sd-exec-strv)[69188]: /usr/lib/systemd/system-sleep/openvpn-reconnect-systemd.sh failed with exit status 1.
Jan 27 08:21:54 imperator systemd[1]: systemd-hibernate.service: Deactivated successfully.
Jan 27 08:21:54 imperator systemd[1]: Finished Hibernate.
Jan 27 08:21:54 imperator systemd[1]: systemd-hibernate.service: Consumed 2.101s CPU time.
Jan 27 08:21:54 imperator systemd[1]: shadow.service: Deactivated successfully.
Jan 27 08:21:54 imperator systemd[1]: Reached target System Hibernation.
Jan 27 08:21:54 imperator systemd[1]: Stopped target Sleep.
Jan 27 08:21:54 imperator systemd[1]: Stopped target System Hibernation.
Jan 27 08:21:54 imperator systemd-logind[784]: Operation 'sleep' finished.
Jan 27 08:21:54 imperator NetworkManager[780]: <info>  [1706365314.9507] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Jan 27 08:21:54 imperator NetworkManager[780]: <info>  [1706365314.9509] device (enp5s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 08:21:54 imperator kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
Jan 27 08:21:55 imperator kernel: usb 1-14: new full-speed USB device number 7 using xhci_hcd
Jan 27 08:21:55 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Down
Jan 27 08:21:55 imperator NetworkManager[780]: <info>  [1706365315.1646] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 08:21:55 imperator NetworkManager[780]: <info>  [1706365315.2147] device (wlo1): set-hw-addr: set MAC address to 32:24:80:67:09:C2 (scanning)
Jan 27 08:21:55 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 27 08:21:55 imperator kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Jan 27 08:21:55 imperator kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 27 08:21:55 imperator kernel: Bluetooth: hci0: Device revision is 2
Jan 27 08:21:55 imperator kernel: Bluetooth: hci0: Secure boot is enabled
Jan 27 08:21:55 imperator kernel: Bluetooth: hci0: OTP lock is enabled
Jan 27 08:21:55 imperator kernel: Bluetooth: hci0: API lock is enabled
Jan 27 08:21:55 imperator kernel: Bluetooth: hci0: Debug lock is disabled
Jan 27 08:21:55 imperator kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Jan 27 08:21:55 imperator kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
Jan 27 08:21:55 imperator kernel: Bluetooth: hci0: DSM reset method type: 0x00
Jan 27 08:21:55 imperator kernel: Bluetooth: hci0: Found device firmware: intel/ibt-1040-4150.sfi
Jan 27 08:21:55 imperator kernel: Bluetooth: hci0: Boot Address: 0x100800
Jan 27 08:21:55 imperator kernel: Bluetooth: hci0: Firmware Version: 151-42.23
Jan 27 08:21:55 imperator systemd[1]: Reached target Bluetooth Support.
Jan 27 08:21:55 imperator systemd[879]: Reached target Bluetooth.
Jan 27 08:21:55 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 27 08:21:55 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 27 08:21:55 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 27 08:21:55 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 27 08:21:55 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 27 08:21:55 imperator NetworkManager[780]: <info>  [1706365315.3955] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 08:21:55 imperator NetworkManager[780]: <info>  [1706365315.3959] manager: NetworkManager state is now DISCONNECTED
Jan 27 08:21:55 imperator NetworkManager[780]: <info>  [1706365315.4425] device (wlo1): supplicant interface state: internal-starting -> disconnected
Jan 27 08:21:55 imperator NetworkManager[780]: <info>  [1706365315.4425] device (p2p-dev-wlo1): state change: unavailable -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Jan 27 08:21:55 imperator NetworkManager[780]: <info>  [1706365315.4431] Wi-Fi P2P device controlled by interface wlo1 created
Jan 27 08:21:55 imperator NetworkManager[780]: <info>  [1706365315.4435] manager: (p2p-dev-wlo1): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/8)
Jan 27 08:21:55 imperator NetworkManager[780]: <info>  [1706365315.4438] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 08:21:55 imperator NetworkManager[780]: <info>  [1706365315.4444] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jan 27 08:21:55 imperator NetworkManager[780]: <info>  [1706365315.4450] device (p2p-dev-wlo1): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jan 27 08:21:55 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:21:55 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:21:56 imperator kernel: Bluetooth: hci0: Waiting for firmware download to complete
Jan 27 08:21:56 imperator kernel: Bluetooth: hci0: Firmware loaded in 1311113 usecs
Jan 27 08:21:56 imperator kernel: Bluetooth: hci0: Waiting for device to boot
Jan 27 08:21:56 imperator kernel: Bluetooth: hci0: Device booted in 14598 usecs
Jan 27 08:21:56 imperator kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Jan 27 08:21:56 imperator kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-1040-4150.ddc
Jan 27 08:21:56 imperator kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Jan 27 08:21:56 imperator kernel: Bluetooth: hci0: Firmware timestamp 2023.42 buildtype 1 build 73111
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 6
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: Loaded firmware version: 83.e8f84e98.0 so-a0-hr-b0-83.ucode
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000071 | NMI_INTERRUPT_UMAC_FATAL    
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x000002F0 | trm_hw_status0
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000001 | trm_hw_status1
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x004D9024 | branchlink2
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x004CF2F2 | interruptlink1
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x004CF2F2 | interruptlink2
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00015346 | data1
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000010 | data2
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | data3
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x002C547C | beacon time
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00147C78 | tsf low
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | tsf hi
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | time gp1
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00152FA6 | time gp2
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000001 | uCode revision type
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000053 | uCode version major
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0xE8F84E98 | uCode version minor
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000430 | hw version
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00C80002 | board version
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x8090F500 | hcmd
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00020000 | isr0
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr1
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x48F00002 | isr2
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00C3001C | isr3
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr4
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x001C0103 | last cmd Id
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00015346 | wait_event
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000080 | l2p_control
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000020 | l2p_duration
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x0000003F | l2p_mhvalid
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00001800 | l2p_addr_match
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000009 | lmpm_pmg_sel
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | timestamp
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00003054 | flow_handler
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 7
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x2010190E | ADVANCED_SYSASSERT
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink1
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x804703E0 | umac branchlink2
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0xC0081500 | umac interruptlink1
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | umac interruptlink2
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x0101971C | umac data1
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0xDEADBEEF | umac data2
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0xDEADBEEF | umac data3
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000053 | umac major
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0xE8F84E98 | umac minor
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00152FA0 | frame pointer
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0xC0886BE0 | stack pointer
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x0024010D | last host cmd
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr status reg
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: IML/ROM dump:
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000B03 | IML/ROM error/state
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x0000508D | IML/ROM data1
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000090 | IML/ROM WFPM_AUTH_KEY_0
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: Fseq Registers:
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x60000000 | FSEQ_ERROR_CODE
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00340002 | FSEQ_TOP_INIT_VERSION
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00150001 | FSEQ_CNVIO_INIT_VERSION
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x0000A482 | FSEQ_OTP_VERSION
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00080401 | FSEQ_CNVI_ID
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x01300504 | FSEQ_CNVR_ID
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00080401 | CNVI_AUX_MISC_CHIP
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x01300504 | CNVR_AUX_MISC_CHIP
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x0000025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00150001 | FSEQ_PREV_CNVIO_INIT_VERSION
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00340002 | FSEQ_WIFI_FSEQ_VERSION
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x00340002 | FSEQ_BT_FSEQ_VERSION
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: 0x000001AE | FSEQ_CLASS_TP_VERSION
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x8048f214
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd0
Jan 27 08:21:56 imperator kernel: iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 4 fired (delay=0ms).
Jan 27 08:21:56 imperator kernel: ieee80211 phy0: Hardware restart was requested
Jan 27 08:21:57 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 27 08:21:57 imperator backup[69232]: mount: /dev/sdb1 mounted on /mnt/backups.
Jan 27 08:21:57 imperator kernel: EXT4-fs (sdb1): mounted filesystem 1c84f103-c739-4c72-bf4a-42fbce654846 r/w with ordered data mode. Quota mode: none.
Jan 27 08:21:57 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 27 08:21:57 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 27 08:21:57 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 27 08:21:57 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 27 08:21:57 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 27 08:21:57 imperator wpa_supplicant[832]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9184] device (enp5s0): carrier: link connected
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9187] device (enp5s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9193] policy: auto-activating connection 'Wired connection 1' (0af2ca09-351f-3770-8c14-ddcd3318a322)
Jan 27 08:21:57 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Up - 1Gbps/Full - flow control rx/tx
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9199] device (enp5s0): Activation: starting connection 'Wired connection 1' (0af2ca09-351f-3770-8c14-ddcd3318a322)
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9200] device (enp5s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9203] manager: NetworkManager state is now CONNECTING
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9205] device (enp5s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9209] device (enp5s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9214] dhcp4 (enp5s0): activation: beginning transaction (timeout in 45 seconds)
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9287] dhcp4 (enp5s0): state changed no lease
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9414] dhcp4 (enp5s0): state changed new lease, address=192.168.68.57
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9416] policy: set 'Wired connection 1' (enp5s0) as default for IPv4 routing and DNS
Jan 27 08:21:57 imperator systemd-resolved[771]: enp5s0: Bus client set default route setting: yes
Jan 27 08:21:57 imperator systemd-resolved[771]: enp5s0: Bus client set DNS server list to: 71.10.216.1, 71.10.216.2
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9474] device (enp5s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9513] device (enp5s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9515] device (enp5s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9518] manager: NetworkManager state is now CONNECTED_SITE
Jan 27 08:21:57 imperator NetworkManager[780]: <info>  [1706365317.9521] device (enp5s0): Activation: successful, device activated.
Jan 27 08:21:58 imperator NetworkManager[780]: <info>  [1706365318.8955] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 27 08:21:59 imperator systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 27 08:22:00 imperator systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jan 27 08:22:02 imperator wpa_supplicant[832]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Jan 27 08:22:21 imperator postgres[69335]: 2024-01-27 08:22:21.291 CST [69335] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:22:21 imperator postgres[69335]: 2024-01-27 08:22:21.291 CST [69335] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:22:21 imperator postgres[69335]: 2024-01-27 08:22:21.291 CST [69335] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:22:56 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:22:56 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:23:10 imperator systemd[1]: plocate-updatedb.service: Deactivated successfully.
Jan 27 08:23:10 imperator systemd[1]: Finished Update the plocate database.
Jan 27 08:23:10 imperator systemd[1]: plocate-updatedb.service: Consumed 5.637s CPU time.
Jan 27 08:23:16 imperator postgres[69387]: 2024-01-27 08:23:16.985 CST [69387] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:23:16 imperator postgres[69387]: 2024-01-27 08:23:16.985 CST [69387] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:23:16 imperator postgres[69387]: 2024-01-27 08:23:16.985 CST [69387] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:23:17 imperator postgres[69392]: 2024-01-27 08:23:17.004 CST [69392] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:23:17 imperator postgres[69392]: 2024-01-27 08:23:17.004 CST [69392] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:23:17 imperator postgres[69392]: 2024-01-27 08:23:17.004 CST [69392] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:23:21 imperator postgres[69393]: 2024-01-27 08:23:21.353 CST [69393] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:23:21 imperator postgres[69393]: 2024-01-27 08:23:21.353 CST [69393] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:23:21 imperator postgres[69393]: 2024-01-27 08:23:21.353 CST [69393] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:24:21 imperator postgres[69421]: 2024-01-27 08:24:21.412 CST [69421] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:24:21 imperator postgres[69421]: 2024-01-27 08:24:21.412 CST [69421] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:24:21 imperator postgres[69421]: 2024-01-27 08:24:21.412 CST [69421] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:24:43 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:24:43 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:25:21 imperator postgres[69505]: 2024-01-27 08:25:21.472 CST [69505] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:25:21 imperator postgres[69505]: 2024-01-27 08:25:21.472 CST [69505] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:25:21 imperator postgres[69505]: 2024-01-27 08:25:21.472 CST [69505] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:25:41 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:25:41 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:25:41 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:25:41 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:25:46 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:25:46 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:25:46 imperator rtkit-daemon[1066]: Successfully made thread 69747 of process 69278 owned by '1000' RT at priority 10.
Jan 27 08:25:46 imperator rtkit-daemon[1066]: Supervising 11 threads of 8 processes of 1 users.
Jan 27 08:26:21 imperator postgres[70151]: 2024-01-27 08:26:21.531 CST [70151] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:26:21 imperator postgres[70151]: 2024-01-27 08:26:21.531 CST [70151] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:26:21 imperator postgres[70151]: 2024-01-27 08:26:21.531 CST [70151] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:26:26 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:26:26 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:26:37 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:26:37 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:26:51 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:26:51 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:27:21 imperator postgres[70798]: 2024-01-27 08:27:21.591 CST [70798] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:27:21 imperator postgres[70798]: 2024-01-27 08:27:21.591 CST [70798] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:27:21 imperator postgres[70798]: 2024-01-27 08:27:21.591 CST [70798] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:28:14 imperator postgres[848]: 2024-01-27 08:28:14.668 CST [848] LOG:  checkpoint starting: time
Jan 27 08:28:14 imperator postgres[848]: 2024-01-27 08:28:14.975 CST [848] LOG:  checkpoint complete: wrote 4 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.302 s, sync=0.002 s, total=0.307 s; sync files=4, longest=0.001 s, average=0.001 s; distance=12 kB, estimate=146 kB; lsn=0/18684990, redo lsn=0/18684958
Jan 27 08:28:21 imperator postgres[70808]: 2024-01-27 08:28:21.651 CST [70808] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:28:21 imperator postgres[70808]: 2024-01-27 08:28:21.651 CST [70808] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:28:21 imperator postgres[70808]: 2024-01-27 08:28:21.651 CST [70808] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:28:24 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:28:24 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 08:28:47 imperator NetworkManager[780]: <info>  [1706365727.1747] device (wlo1): set-hw-addr: set MAC address to F2:54:8E:0A:B3:7A (scanning)
Jan 27 08:28:47 imperator NetworkManager[780]: <info>  [1706365727.2189] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 08:28:47 imperator NetworkManager[780]: <info>  [1706365727.2189] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 08:29:04 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 08:29:04 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 08:29:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 08:29:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 08:29:21 imperator postgres[71552]: 2024-01-27 08:29:21.710 CST [71552] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:29:21 imperator postgres[71552]: 2024-01-27 08:29:21.710 CST [71552] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:29:21 imperator postgres[71552]: 2024-01-27 08:29:21.710 CST [71552] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:30:21 imperator postgres[71568]: 2024-01-27 08:30:21.770 CST [71568] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:30:21 imperator postgres[71568]: 2024-01-27 08:30:21.770 CST [71568] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:30:21 imperator postgres[71568]: 2024-01-27 08:30:21.770 CST [71568] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:31:21 imperator postgres[71574]: 2024-01-27 08:31:21.779 CST [71574] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:31:21 imperator postgres[71574]: 2024-01-27 08:31:21.779 CST [71574] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:31:21 imperator postgres[71574]: 2024-01-27 08:31:21.779 CST [71574] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:32:21 imperator postgres[71589]: 2024-01-27 08:32:21.839 CST [71589] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:32:21 imperator postgres[71589]: 2024-01-27 08:32:21.839 CST [71589] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:32:21 imperator postgres[71589]: 2024-01-27 08:32:21.839 CST [71589] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:33:21 imperator postgres[71599]: 2024-01-27 08:33:21.899 CST [71599] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:33:21 imperator postgres[71599]: 2024-01-27 08:33:21.899 CST [71599] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:33:21 imperator postgres[71599]: 2024-01-27 08:33:21.899 CST [71599] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:34:21 imperator postgres[71607]: 2024-01-27 08:34:21.946 CST [71607] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:34:21 imperator postgres[71607]: 2024-01-27 08:34:21.946 CST [71607] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:34:21 imperator postgres[71607]: 2024-01-27 08:34:21.946 CST [71607] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:35:22 imperator postgres[71615]: 2024-01-27 08:35:22.005 CST [71615] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:35:22 imperator postgres[71615]: 2024-01-27 08:35:22.005 CST [71615] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:35:22 imperator postgres[71615]: 2024-01-27 08:35:22.005 CST [71615] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:35:40 imperator NetworkManager[780]: <info>  [1706366140.1880] device (wlo1): set-hw-addr: set MAC address to 2E:E1:75:70:D6:7B (scanning)
Jan 27 08:36:22 imperator postgres[71624]: 2024-01-27 08:36:22.062 CST [71624] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:36:22 imperator postgres[71624]: 2024-01-27 08:36:22.062 CST [71624] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:36:22 imperator postgres[71624]: 2024-01-27 08:36:22.062 CST [71624] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:37:22 imperator postgres[71637]: 2024-01-27 08:37:22.122 CST [71637] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:37:22 imperator postgres[71637]: 2024-01-27 08:37:22.122 CST [71637] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:37:22 imperator postgres[71637]: 2024-01-27 08:37:22.122 CST [71637] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:38:22 imperator postgres[71657]: 2024-01-27 08:38:22.181 CST [71657] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:38:22 imperator postgres[71657]: 2024-01-27 08:38:22.181 CST [71657] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:38:22 imperator postgres[71657]: 2024-01-27 08:38:22.181 CST [71657] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:39:22 imperator postgres[71684]: 2024-01-27 08:39:22.213 CST [71684] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:39:22 imperator postgres[71684]: 2024-01-27 08:39:22.213 CST [71684] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:39:22 imperator postgres[71684]: 2024-01-27 08:39:22.213 CST [71684] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:40:22 imperator postgres[71699]: 2024-01-27 08:40:22.219 CST [71699] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:40:22 imperator postgres[71699]: 2024-01-27 08:40:22.219 CST [71699] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:40:22 imperator postgres[71699]: 2024-01-27 08:40:22.219 CST [71699] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:41:22 imperator postgres[71727]: 2024-01-27 08:41:22.280 CST [71727] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:41:22 imperator postgres[71727]: 2024-01-27 08:41:22.280 CST [71727] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:41:22 imperator postgres[71727]: 2024-01-27 08:41:22.280 CST [71727] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:42:22 imperator postgres[71763]: 2024-01-27 08:42:22.336 CST [71763] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:42:22 imperator postgres[71763]: 2024-01-27 08:42:22.336 CST [71763] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:42:22 imperator postgres[71763]: 2024-01-27 08:42:22.336 CST [71763] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:42:33 imperator NetworkManager[780]: <info>  [1706366553.1845] device (wlo1): set-hw-addr: set MAC address to A2:BB:35:4B:ED:01 (scanning)
Jan 27 08:42:33 imperator NetworkManager[780]: <info>  [1706366553.2135] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 08:42:33 imperator NetworkManager[780]: <info>  [1706366553.2136] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 08:42:33 imperator NetworkManager[780]: <info>  [1706366553.2187] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 08:42:33 imperator NetworkManager[780]: <info>  [1706366553.2187] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 08:43:22 imperator postgres[71776]: 2024-01-27 08:43:22.393 CST [71776] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:43:22 imperator postgres[71776]: 2024-01-27 08:43:22.393 CST [71776] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:43:22 imperator postgres[71776]: 2024-01-27 08:43:22.393 CST [71776] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:43:34 imperator postgres[71779]: 2024-01-27 08:43:34.855 CST [71779] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:43:34 imperator postgres[71779]: 2024-01-27 08:43:34.855 CST [71779] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:43:34 imperator postgres[71779]: 2024-01-27 08:43:34.855 CST [71779] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:44:05 imperator postgres[71787]: 2024-01-27 08:44:05.734 CST [71787] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:44:05 imperator postgres[71787]: 2024-01-27 08:44:05.734 CST [71787] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:44:05 imperator postgres[71787]: 2024-01-27 08:44:05.734 CST [71787] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:44:12 imperator postgres[71790]: 2024-01-27 08:44:12.740 CST [71790] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:44:12 imperator postgres[71790]: 2024-01-27 08:44:12.740 CST [71790] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:44:12 imperator postgres[71790]: 2024-01-27 08:44:12.740 CST [71790] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:44:14 imperator postgres[71791]: 2024-01-27 08:44:14.751 CST [71791] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:44:14 imperator postgres[71791]: 2024-01-27 08:44:14.751 CST [71791] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:44:14 imperator postgres[71791]: 2024-01-27 08:44:14.751 CST [71791] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:44:22 imperator postgres[71793]: 2024-01-27 08:44:22.421 CST [71793] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:44:22 imperator postgres[71793]: 2024-01-27 08:44:22.421 CST [71793] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:44:22 imperator postgres[71793]: 2024-01-27 08:44:22.421 CST [71793] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:44:23 imperator postgres[71796]: 2024-01-27 08:44:23.318 CST [71796] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:44:23 imperator postgres[71796]: 2024-01-27 08:44:23.318 CST [71796] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:44:23 imperator postgres[71796]: 2024-01-27 08:44:23.318 CST [71796] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:44:29 imperator postgres[71799]: 2024-01-27 08:44:29.598 CST [71799] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:44:29 imperator postgres[71799]: 2024-01-27 08:44:29.598 CST [71799] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:44:29 imperator postgres[71799]: 2024-01-27 08:44:29.598 CST [71799] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:44:35 imperator postgres[71802]: 2024-01-27 08:44:35.918 CST [71802] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:44:35 imperator postgres[71802]: 2024-01-27 08:44:35.918 CST [71802] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:44:35 imperator postgres[71802]: 2024-01-27 08:44:35.918 CST [71802] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:44:39 imperator postgres[71803]: 2024-01-27 08:44:39.860 CST [71803] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:44:39 imperator postgres[71803]: 2024-01-27 08:44:39.860 CST [71803] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:44:39 imperator postgres[71803]: 2024-01-27 08:44:39.860 CST [71803] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:44:51 imperator rsnapshot[71806]: /usr/bin/rsnapshot daily: completed successfully
Jan 27 08:44:51 imperator systemd[1]: mnt-backups.mount: Deactivated successfully.
Jan 27 08:44:52 imperator kernel: EXT4-fs (sdb1): unmounting filesystem 1c84f103-c739-4c72-bf4a-42fbce654846.
Jan 27 08:44:52 imperator backup[71807]: umount: /mnt/backups (/dev/sdb1) unmounted
Jan 27 08:44:52 imperator systemd[1]: rsnapshot@daily.service: Deactivated successfully.
Jan 27 08:44:52 imperator systemd[1]: Finished rsnapshot (daily) backup.
Jan 27 08:44:52 imperator systemd[1]: rsnapshot@daily.service: Consumed 1min 27.655s CPU time.
Jan 27 08:44:56 imperator postgres[71812]: 2024-01-27 08:44:56.581 CST [71812] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:44:56 imperator postgres[71812]: 2024-01-27 08:44:56.581 CST [71812] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:44:56 imperator postgres[71812]: 2024-01-27 08:44:56.581 CST [71812] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:45:05 imperator postgres[71818]: 2024-01-27 08:45:05.904 CST [71818] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:45:05 imperator postgres[71818]: 2024-01-27 08:45:05.904 CST [71818] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:45:05 imperator postgres[71818]: 2024-01-27 08:45:05.904 CST [71818] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:45:22 imperator postgres[71821]: 2024-01-27 08:45:22.460 CST [71821] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:45:22 imperator postgres[71821]: 2024-01-27 08:45:22.460 CST [71821] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:45:22 imperator postgres[71821]: 2024-01-27 08:45:22.460 CST [71821] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:46:22 imperator postgres[71830]: 2024-01-27 08:46:22.470 CST [71830] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:46:22 imperator postgres[71830]: 2024-01-27 08:46:22.470 CST [71830] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:46:22 imperator postgres[71830]: 2024-01-27 08:46:22.470 CST [71830] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:47:22 imperator postgres[71836]: 2024-01-27 08:47:22.530 CST [71836] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:47:22 imperator postgres[71836]: 2024-01-27 08:47:22.530 CST [71836] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:47:22 imperator postgres[71836]: 2024-01-27 08:47:22.530 CST [71836] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:48:22 imperator postgres[71865]: 2024-01-27 08:48:22.546 CST [71865] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:48:22 imperator postgres[71865]: 2024-01-27 08:48:22.546 CST [71865] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:48:22 imperator postgres[71865]: 2024-01-27 08:48:22.546 CST [71865] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:49:22 imperator postgres[71877]: 2024-01-27 08:49:22.604 CST [71877] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:49:22 imperator postgres[71877]: 2024-01-27 08:49:22.604 CST [71877] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:49:22 imperator postgres[71877]: 2024-01-27 08:49:22.604 CST [71877] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:49:26 imperator NetworkManager[780]: <info>  [1706366966.1788] device (wlo1): set-hw-addr: set MAC address to DA:85:64:48:7B:10 (scanning)
Jan 27 08:49:26 imperator NetworkManager[780]: <info>  [1706366966.2141] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 08:49:26 imperator NetworkManager[780]: <info>  [1706366966.2142] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 08:49:26 imperator NetworkManager[780]: <info>  [1706366966.2198] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 08:49:26 imperator NetworkManager[780]: <info>  [1706366966.2198] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 08:50:22 imperator postgres[71895]: 2024-01-27 08:50:22.663 CST [71895] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:50:22 imperator postgres[71895]: 2024-01-27 08:50:22.663 CST [71895] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:50:22 imperator postgres[71895]: 2024-01-27 08:50:22.663 CST [71895] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:51:22 imperator postgres[71904]: 2024-01-27 08:51:22.723 CST [71904] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:51:22 imperator postgres[71904]: 2024-01-27 08:51:22.723 CST [71904] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:51:22 imperator postgres[71904]: 2024-01-27 08:51:22.723 CST [71904] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:52:22 imperator postgres[71916]: 2024-01-27 08:52:22.782 CST [71916] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:52:22 imperator postgres[71916]: 2024-01-27 08:52:22.782 CST [71916] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:52:22 imperator postgres[71916]: 2024-01-27 08:52:22.782 CST [71916] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:53:22 imperator postgres[71933]: 2024-01-27 08:53:22.840 CST [71933] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:53:22 imperator postgres[71933]: 2024-01-27 08:53:22.840 CST [71933] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:53:22 imperator postgres[71933]: 2024-01-27 08:53:22.840 CST [71933] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:54:22 imperator postgres[71942]: 2024-01-27 08:54:22.896 CST [71942] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:54:22 imperator postgres[71942]: 2024-01-27 08:54:22.896 CST [71942] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:54:22 imperator postgres[71942]: 2024-01-27 08:54:22.896 CST [71942] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:55:22 imperator postgres[71951]: 2024-01-27 08:55:22.997 CST [71951] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:55:22 imperator postgres[71951]: 2024-01-27 08:55:22.997 CST [71951] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:55:22 imperator postgres[71951]: 2024-01-27 08:55:22.997 CST [71951] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:56:19 imperator NetworkManager[780]: <info>  [1706367379.1883] device (wlo1): set-hw-addr: set MAC address to A2:15:5F:3E:0B:F1 (scanning)
Jan 27 08:56:19 imperator NetworkManager[780]: <info>  [1706367379.2267] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 08:56:19 imperator NetworkManager[780]: <info>  [1706367379.2267] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 08:56:19 imperator NetworkManager[780]: <info>  [1706367379.2318] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 08:56:19 imperator NetworkManager[780]: <info>  [1706367379.2318] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 08:56:23 imperator postgres[71958]: 2024-01-27 08:56:23.053 CST [71958] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:56:23 imperator postgres[71958]: 2024-01-27 08:56:23.053 CST [71958] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:56:23 imperator postgres[71958]: 2024-01-27 08:56:23.053 CST [71958] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:57:23 imperator postgres[71966]: 2024-01-27 08:57:23.113 CST [71966] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:57:23 imperator postgres[71966]: 2024-01-27 08:57:23.113 CST [71966] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:57:23 imperator postgres[71966]: 2024-01-27 08:57:23.113 CST [71966] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:58:23 imperator postgres[71982]: 2024-01-27 08:58:23.173 CST [71982] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:58:23 imperator postgres[71982]: 2024-01-27 08:58:23.173 CST [71982] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:58:23 imperator postgres[71982]: 2024-01-27 08:58:23.173 CST [71982] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 08:59:23 imperator postgres[71999]: 2024-01-27 08:59:23.233 CST [71999] WARNING:  database "budget" has a collation version mismatch
Jan 27 08:59:23 imperator postgres[71999]: 2024-01-27 08:59:23.233 CST [71999] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 08:59:23 imperator postgres[71999]: 2024-01-27 08:59:23.233 CST [71999] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:00:23 imperator postgres[72006]: 2024-01-27 09:00:23.275 CST [72006] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:00:23 imperator postgres[72006]: 2024-01-27 09:00:23.275 CST [72006] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:00:23 imperator postgres[72006]: 2024-01-27 09:00:23.275 CST [72006] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:01:00 imperator fcron[72014]: Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 72016)
Jan 27 09:01:00 imperator fcron[72014]: 2024-01-27 09:01:00  INFO Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 72016)
Jan 27 09:01:00 imperator fcron[72014]: Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 27 09:01:00 imperator fcron[72014]: 2024-01-27 09:01:00  INFO Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 27 09:01:23 imperator postgres[72019]: 2024-01-27 09:01:23.333 CST [72019] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:01:23 imperator postgres[72019]: 2024-01-27 09:01:23.333 CST [72019] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:01:23 imperator postgres[72019]: 2024-01-27 09:01:23.333 CST [72019] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:02:23 imperator postgres[72028]: 2024-01-27 09:02:23.390 CST [72028] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:02:23 imperator postgres[72028]: 2024-01-27 09:02:23.390 CST [72028] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:02:23 imperator postgres[72028]: 2024-01-27 09:02:23.390 CST [72028] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:03:12 imperator NetworkManager[780]: <info>  [1706367792.1784] device (wlo1): set-hw-addr: set MAC address to D6:48:79:DC:38:5E (scanning)
Jan 27 09:03:12 imperator NetworkManager[780]: <info>  [1706367792.2167] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 09:03:12 imperator NetworkManager[780]: <info>  [1706367792.2168] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 09:03:12 imperator NetworkManager[780]: <info>  [1706367792.2218] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 09:03:12 imperator NetworkManager[780]: <info>  [1706367792.2218] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 09:03:23 imperator postgres[72038]: 2024-01-27 09:03:23.446 CST [72038] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:03:23 imperator postgres[72038]: 2024-01-27 09:03:23.446 CST [72038] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:03:23 imperator postgres[72038]: 2024-01-27 09:03:23.446 CST [72038] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:04:23 imperator postgres[72046]: 2024-01-27 09:04:23.503 CST [72046] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:04:23 imperator postgres[72046]: 2024-01-27 09:04:23.503 CST [72046] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:04:23 imperator postgres[72046]: 2024-01-27 09:04:23.503 CST [72046] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:05:23 imperator postgres[72053]: 2024-01-27 09:05:23.563 CST [72053] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:05:23 imperator postgres[72053]: 2024-01-27 09:05:23.563 CST [72053] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:05:23 imperator postgres[72053]: 2024-01-27 09:05:23.563 CST [72053] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:06:23 imperator postgres[72061]: 2024-01-27 09:06:23.572 CST [72061] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:06:23 imperator postgres[72061]: 2024-01-27 09:06:23.572 CST [72061] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:06:23 imperator postgres[72061]: 2024-01-27 09:06:23.572 CST [72061] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:07:23 imperator postgres[72067]: 2024-01-27 09:07:23.613 CST [72067] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:07:23 imperator postgres[72067]: 2024-01-27 09:07:23.613 CST [72067] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:07:23 imperator postgres[72067]: 2024-01-27 09:07:23.613 CST [72067] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:08:23 imperator postgres[72120]: 2024-01-27 09:08:23.669 CST [72120] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:08:23 imperator postgres[72120]: 2024-01-27 09:08:23.669 CST [72120] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:08:23 imperator postgres[72120]: 2024-01-27 09:08:23.669 CST [72120] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:09:23 imperator postgres[72138]: 2024-01-27 09:09:23.730 CST [72138] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:09:23 imperator postgres[72138]: 2024-01-27 09:09:23.730 CST [72138] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:09:23 imperator postgres[72138]: 2024-01-27 09:09:23.730 CST [72138] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:10:06 imperator NetworkManager[780]: <info>  [1706368206.1583] device (wlo1): set-hw-addr: set MAC address to 8E:63:37:72:26:7A (scanning)
Jan 27 09:10:06 imperator NetworkManager[780]: <info>  [1706368206.1836] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 09:10:06 imperator NetworkManager[780]: <info>  [1706368206.1836] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 09:10:06 imperator NetworkManager[780]: <info>  [1706368206.1890] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 09:10:06 imperator NetworkManager[780]: <info>  [1706368206.1890] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 09:10:23 imperator postgres[72146]: 2024-01-27 09:10:23.786 CST [72146] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:10:23 imperator postgres[72146]: 2024-01-27 09:10:23.786 CST [72146] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:10:23 imperator postgres[72146]: 2024-01-27 09:10:23.786 CST [72146] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:11:20 imperator protonmail-bridge[888]: ERRO[Jan 27 09:11:20.819] IMAP server error                             error="write tcp 127.0.0.1:1143->127.0.0.1:60628: write: broken pipe"
Jan 27 09:11:23 imperator postgres[72149]: 2024-01-27 09:11:23.846 CST [72149] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:11:23 imperator postgres[72149]: 2024-01-27 09:11:23.846 CST [72149] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:11:23 imperator postgres[72149]: 2024-01-27 09:11:23.846 CST [72149] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:12:23 imperator postgres[72161]: 2024-01-27 09:12:23.905 CST [72161] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:12:23 imperator postgres[72161]: 2024-01-27 09:12:23.905 CST [72161] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:12:23 imperator postgres[72161]: 2024-01-27 09:12:23.905 CST [72161] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:13:05 imperator postgres[72169]: 2024-01-27 09:13:05.604 CST [72169] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:13:05 imperator postgres[72169]: 2024-01-27 09:13:05.604 CST [72169] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:13:05 imperator postgres[72169]: 2024-01-27 09:13:05.604 CST [72169] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:13:23 imperator postgres[72175]: 2024-01-27 09:13:23.965 CST [72175] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:13:23 imperator postgres[72175]: 2024-01-27 09:13:23.965 CST [72175] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:13:23 imperator postgres[72175]: 2024-01-27 09:13:23.965 CST [72175] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:13:34 imperator postgres[72178]: 2024-01-27 09:13:34.726 CST [72178] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:13:34 imperator postgres[72178]: 2024-01-27 09:13:34.726 CST [72178] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:13:34 imperator postgres[72178]: 2024-01-27 09:13:34.726 CST [72178] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:13:49 imperator postgres[72183]: 2024-01-27 09:13:49.816 CST [72183] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:13:49 imperator postgres[72183]: 2024-01-27 09:13:49.816 CST [72183] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:13:49 imperator postgres[72183]: 2024-01-27 09:13:49.816 CST [72183] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:13:52 imperator postgres[72184]: 2024-01-27 09:13:52.163 CST [72184] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:13:52 imperator postgres[72184]: 2024-01-27 09:13:52.163 CST [72184] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:13:52 imperator postgres[72184]: 2024-01-27 09:13:52.163 CST [72184] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:14:00 imperator postgres[72190]: 2024-01-27 09:14:00.277 CST [72190] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:14:00 imperator postgres[72190]: 2024-01-27 09:14:00.277 CST [72190] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:14:00 imperator postgres[72190]: 2024-01-27 09:14:00.277 CST [72190] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:14:01 imperator postgres[72191]: 2024-01-27 09:14:01.554 CST [72191] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:14:01 imperator postgres[72191]: 2024-01-27 09:14:01.554 CST [72191] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:14:01 imperator postgres[72191]: 2024-01-27 09:14:01.554 CST [72191] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:14:02 imperator postgres[72192]: 2024-01-27 09:14:02.388 CST [72192] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:14:02 imperator postgres[72192]: 2024-01-27 09:14:02.388 CST [72192] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:14:02 imperator postgres[72192]: 2024-01-27 09:14:02.388 CST [72192] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:14:17 imperator postgres[72199]: 2024-01-27 09:14:17.501 CST [72199] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:14:17 imperator postgres[72199]: 2024-01-27 09:14:17.501 CST [72199] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:14:17 imperator postgres[72199]: 2024-01-27 09:14:17.501 CST [72199] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:14:18 imperator postgres[72200]: 2024-01-27 09:14:18.972 CST [72200] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:14:18 imperator postgres[72200]: 2024-01-27 09:14:18.972 CST [72200] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:14:18 imperator postgres[72200]: 2024-01-27 09:14:18.972 CST [72200] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:14:21 imperator postgres[72201]: 2024-01-27 09:14:21.153 CST [72201] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:14:21 imperator postgres[72201]: 2024-01-27 09:14:21.153 CST [72201] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:14:21 imperator postgres[72201]: 2024-01-27 09:14:21.153 CST [72201] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:14:24 imperator postgres[72202]: 2024-01-27 09:14:24.024 CST [72202] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:14:24 imperator postgres[72202]: 2024-01-27 09:14:24.024 CST [72202] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:14:24 imperator postgres[72202]: 2024-01-27 09:14:24.024 CST [72202] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:15:24 imperator postgres[72208]: 2024-01-27 09:15:24.083 CST [72208] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:15:24 imperator postgres[72208]: 2024-01-27 09:15:24.083 CST [72208] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:15:24 imperator postgres[72208]: 2024-01-27 09:15:24.083 CST [72208] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:16:24 imperator postgres[72228]: 2024-01-27 09:16:24.143 CST [72228] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:16:24 imperator postgres[72228]: 2024-01-27 09:16:24.143 CST [72228] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:16:24 imperator postgres[72228]: 2024-01-27 09:16:24.143 CST [72228] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:16:59 imperator NetworkManager[780]: <info>  [1706368619.1648] device (wlo1): set-hw-addr: set MAC address to CE:16:AB:24:74:D9 (scanning)
Jan 27 09:16:59 imperator NetworkManager[780]: <info>  [1706368619.1833] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 09:16:59 imperator NetworkManager[780]: <info>  [1706368619.1834] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 09:16:59 imperator NetworkManager[780]: <info>  [1706368619.1888] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 09:16:59 imperator NetworkManager[780]: <info>  [1706368619.1888] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 09:17:24 imperator postgres[72237]: 2024-01-27 09:17:24.200 CST [72237] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:17:24 imperator postgres[72237]: 2024-01-27 09:17:24.200 CST [72237] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:17:24 imperator postgres[72237]: 2024-01-27 09:17:24.200 CST [72237] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:18:24 imperator postgres[72245]: 2024-01-27 09:18:24.260 CST [72245] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:18:24 imperator postgres[72245]: 2024-01-27 09:18:24.260 CST [72245] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:18:24 imperator postgres[72245]: 2024-01-27 09:18:24.260 CST [72245] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:19:24 imperator postgres[72257]: 2024-01-27 09:19:24.316 CST [72257] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:19:24 imperator postgres[72257]: 2024-01-27 09:19:24.316 CST [72257] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:19:24 imperator postgres[72257]: 2024-01-27 09:19:24.316 CST [72257] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:20:24 imperator postgres[72266]: 2024-01-27 09:20:24.374 CST [72266] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:20:24 imperator postgres[72266]: 2024-01-27 09:20:24.374 CST [72266] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:20:24 imperator postgres[72266]: 2024-01-27 09:20:24.374 CST [72266] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:21:24 imperator postgres[72275]: 2024-01-27 09:21:24.430 CST [72275] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:21:24 imperator postgres[72275]: 2024-01-27 09:21:24.430 CST [72275] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:21:24 imperator postgres[72275]: 2024-01-27 09:21:24.430 CST [72275] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:21:57 imperator NetworkManager[780]: <info>  [1706368917.9344] dhcp4 (enp5s0): state changed new lease, address=192.168.68.57
Jan 27 09:21:57 imperator systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 27 09:21:57 imperator systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 27 09:22:07 imperator systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 27 09:22:24 imperator postgres[72291]: 2024-01-27 09:22:24.487 CST [72291] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:22:24 imperator postgres[72291]: 2024-01-27 09:22:24.487 CST [72291] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:22:24 imperator postgres[72291]: 2024-01-27 09:22:24.487 CST [72291] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:23:16 imperator postgres[72304]: 2024-01-27 09:23:16.351 CST [72304] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:23:16 imperator postgres[72304]: 2024-01-27 09:23:16.351 CST [72304] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:23:16 imperator postgres[72304]: 2024-01-27 09:23:16.351 CST [72304] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:23:16 imperator postgres[72307]: 2024-01-27 09:23:16.361 CST [72307] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:23:16 imperator postgres[72307]: 2024-01-27 09:23:16.361 CST [72307] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:23:16 imperator postgres[72307]: 2024-01-27 09:23:16.361 CST [72307] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:23:24 imperator postgres[72308]: 2024-01-27 09:23:24.521 CST [72308] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:23:24 imperator postgres[72308]: 2024-01-27 09:23:24.521 CST [72308] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:23:24 imperator postgres[72308]: 2024-01-27 09:23:24.521 CST [72308] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:23:52 imperator NetworkManager[780]: <info>  [1706369032.1715] device (wlo1): set-hw-addr: set MAC address to 2E:C6:E4:38:7B:F2 (scanning)
Jan 27 09:24:24 imperator postgres[72320]: 2024-01-27 09:24:24.580 CST [72320] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:24:24 imperator postgres[72320]: 2024-01-27 09:24:24.580 CST [72320] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:24:24 imperator postgres[72320]: 2024-01-27 09:24:24.580 CST [72320] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:24:51 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:24:51 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:24:51 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:24:51 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:25:24 imperator postgres[72441]: 2024-01-27 09:25:24.607 CST [72441] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:25:24 imperator postgres[72441]: 2024-01-27 09:25:24.607 CST [72441] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:25:24 imperator postgres[72441]: 2024-01-27 09:25:24.607 CST [72441] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:26:05 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:26:05 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:26:24 imperator postgres[72490]: 2024-01-27 09:26:24.663 CST [72490] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:26:24 imperator postgres[72490]: 2024-01-27 09:26:24.663 CST [72490] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:26:24 imperator postgres[72490]: 2024-01-27 09:26:24.663 CST [72490] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:26:45 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:26:45 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:27:01 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:27:01 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:27:07 imperator systemd[1]: Starting Daily man-db regeneration...
Jan 27 09:27:08 imperator systemd[1]: man-db.service: Deactivated successfully.
Jan 27 09:27:08 imperator systemd[1]: Finished Daily man-db regeneration.
Jan 27 09:27:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:27:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:27:24 imperator postgres[72670]: 2024-01-27 09:27:24.682 CST [72670] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:27:24 imperator postgres[72670]: 2024-01-27 09:27:24.682 CST [72670] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:27:24 imperator postgres[72670]: 2024-01-27 09:27:24.682 CST [72670] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:27:38 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:27:38 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:27:38 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:27:38 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:27:40 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:27:40 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:28:16 imperator postgres[848]: 2024-01-27 09:28:16.131 CST [848] LOG:  checkpoint starting: time
Jan 27 09:28:16 imperator postgres[848]: 2024-01-27 09:28:16.439 CST [848] LOG:  checkpoint complete: wrote 4 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.302 s, sync=0.002 s, total=0.308 s; sync files=4, longest=0.001 s, average=0.001 s; distance=12 kB, estimate=133 kB; lsn=0/18687AB8, redo lsn=0/18687A80
Jan 27 09:28:24 imperator postgres[72858]: 2024-01-27 09:28:24.694 CST [72858] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:28:24 imperator postgres[72858]: 2024-01-27 09:28:24.694 CST [72858] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:28:24 imperator postgres[72858]: 2024-01-27 09:28:24.694 CST [72858] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:29:24 imperator postgres[72869]: 2024-01-27 09:29:24.753 CST [72869] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:29:24 imperator postgres[72869]: 2024-01-27 09:29:24.753 CST [72869] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:29:24 imperator postgres[72869]: 2024-01-27 09:29:24.753 CST [72869] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:29:59 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:29:59 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:30:05 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:30:05 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:30:24 imperator postgres[72972]: 2024-01-27 09:30:24.810 CST [72972] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:30:24 imperator postgres[72972]: 2024-01-27 09:30:24.810 CST [72972] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:30:24 imperator postgres[72972]: 2024-01-27 09:30:24.810 CST [72972] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:30:45 imperator NetworkManager[780]: <info>  [1706369445.1979] device (wlo1): set-hw-addr: set MAC address to 0A:2F:A6:C3:39:60 (scanning)
Jan 27 09:30:45 imperator NetworkManager[780]: <info>  [1706369445.2399] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 09:30:45 imperator NetworkManager[780]: <info>  [1706369445.2400] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 09:30:45 imperator NetworkManager[780]: <info>  [1706369445.2450] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 09:30:45 imperator NetworkManager[780]: <info>  [1706369445.2450] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 09:30:57 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:30:57 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:00 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:00 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:05 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:05 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:08 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:08 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:14 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:14 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:21 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:21 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:22 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:22 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:31:22 imperator rtkit-daemon[1066]: Successfully made thread 73384 of process 73264 owned by '1000' RT at priority 10.
Jan 27 09:31:22 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 09:31:24 imperator postgres[73388]: 2024-01-27 09:31:24.865 CST [73388] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:31:24 imperator postgres[73388]: 2024-01-27 09:31:24.865 CST [73388] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:31:24 imperator postgres[73388]: 2024-01-27 09:31:24.865 CST [73388] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:31:32 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 09:31:32 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 09:32:22 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 09:32:22 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 09:32:22 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 09:32:22 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 09:32:24 imperator postgres[73521]: 2024-01-27 09:32:24.921 CST [73521] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:32:24 imperator postgres[73521]: 2024-01-27 09:32:24.921 CST [73521] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:32:24 imperator postgres[73521]: 2024-01-27 09:32:24.921 CST [73521] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:32:59 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:32:59 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:32:59 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:32:59 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:33:02 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:33:02 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:33:05 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:33:05 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:33:14 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:33:14 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:33:24 imperator postgres[73774]: 2024-01-27 09:33:24.980 CST [73774] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:33:24 imperator postgres[73774]: 2024-01-27 09:33:24.980 CST [73774] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:33:24 imperator postgres[73774]: 2024-01-27 09:33:24.980 CST [73774] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:33:27 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:33:27 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:34:25 imperator postgres[73823]: 2024-01-27 09:34:25.040 CST [73823] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:34:25 imperator postgres[73823]: 2024-01-27 09:34:25.040 CST [73823] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:34:25 imperator postgres[73823]: 2024-01-27 09:34:25.040 CST [73823] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:35:25 imperator postgres[73853]: 2024-01-27 09:35:25.100 CST [73853] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:35:25 imperator postgres[73853]: 2024-01-27 09:35:25.100 CST [73853] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:35:25 imperator postgres[73853]: 2024-01-27 09:35:25.100 CST [73853] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:35:48 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:35:48 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:35:48 imperator rtkit-daemon[1066]: Successfully made thread 73894 of process 73713 owned by '1000' RT at priority 10.
Jan 27 09:35:48 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 09:35:49 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 09:35:49 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 09:36:06 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 09:36:06 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 09:36:25 imperator postgres[74450]: 2024-01-27 09:36:25.157 CST [74450] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:36:25 imperator postgres[74450]: 2024-01-27 09:36:25.157 CST [74450] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:36:25 imperator postgres[74450]: 2024-01-27 09:36:25.157 CST [74450] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:36:46 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:36:46 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:36:46 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:36:46 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:36:48 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:36:48 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:36:48 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:36:48 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:37:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:37:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:37:25 imperator postgres[74716]: 2024-01-27 09:37:25.216 CST [74716] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:37:25 imperator postgres[74716]: 2024-01-27 09:37:25.216 CST [74716] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:37:25 imperator postgres[74716]: 2024-01-27 09:37:25.216 CST [74716] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:37:32 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:37:32 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:37:32 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:37:32 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:37:38 imperator NetworkManager[780]: <info>  [1706369858.1583] device (wlo1): set-hw-addr: set MAC address to 9A:8F:5E:00:26:C3 (scanning)
Jan 27 09:37:38 imperator NetworkManager[780]: <info>  [1706369858.1867] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 09:37:38 imperator NetworkManager[780]: <info>  [1706369858.1867] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 09:37:38 imperator NetworkManager[780]: <info>  [1706369858.1921] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 09:37:38 imperator NetworkManager[780]: <info>  [1706369858.1921] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 09:38:25 imperator postgres[74841]: 2024-01-27 09:38:25.273 CST [74841] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:38:25 imperator postgres[74841]: 2024-01-27 09:38:25.273 CST [74841] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:38:25 imperator postgres[74841]: 2024-01-27 09:38:25.273 CST [74841] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:38:38 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:38:38 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:38:38 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:38:38 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:38:43 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:38:43 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:38:46 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:38:46 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:38:51 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:38:51 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:39:05 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:39:05 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:39:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:39:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:39:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:39:11 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:39:15 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:39:15 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:39:17 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:39:17 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:39:25 imperator postgres[75340]: 2024-01-27 09:39:25.333 CST [75340] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:39:25 imperator postgres[75340]: 2024-01-27 09:39:25.333 CST [75340] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:39:25 imperator postgres[75340]: 2024-01-27 09:39:25.333 CST [75340] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:39:42 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:39:42 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:40:25 imperator postgres[75434]: 2024-01-27 09:40:25.387 CST [75434] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:40:25 imperator postgres[75434]: 2024-01-27 09:40:25.387 CST [75434] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:40:25 imperator postgres[75434]: 2024-01-27 09:40:25.387 CST [75434] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:40:38 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:40:38 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:40:45 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:40:45 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:40:49 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:40:49 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:41:25 imperator postgres[75612]: 2024-01-27 09:41:25.421 CST [75612] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:41:25 imperator postgres[75612]: 2024-01-27 09:41:25.421 CST [75612] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:41:25 imperator postgres[75612]: 2024-01-27 09:41:25.421 CST [75612] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:41:37 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:41:37 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:42:25 imperator postgres[75696]: 2024-01-27 09:42:25.480 CST [75696] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:42:25 imperator postgres[75696]: 2024-01-27 09:42:25.480 CST [75696] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:42:25 imperator postgres[75696]: 2024-01-27 09:42:25.480 CST [75696] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:42:37 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:42:37 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:42:46 imperator postgres[75761]: 2024-01-27 09:42:46.628 CST [75761] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:42:46 imperator postgres[75761]: 2024-01-27 09:42:46.628 CST [75761] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:42:46 imperator postgres[75761]: 2024-01-27 09:42:46.628 CST [75761] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:42:56 imperator postgres[75771]: 2024-01-27 09:42:56.260 CST [75771] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:42:56 imperator postgres[75771]: 2024-01-27 09:42:56.260 CST [75771] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:42:56 imperator postgres[75771]: 2024-01-27 09:42:56.260 CST [75771] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:42:59 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:42:59 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:43:22 imperator postgres[75832]: 2024-01-27 09:43:22.782 CST [75832] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:43:22 imperator postgres[75832]: 2024-01-27 09:43:22.782 CST [75832] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:43:22 imperator postgres[75832]: 2024-01-27 09:43:22.782 CST [75832] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:43:25 imperator postgres[75835]: 2024-01-27 09:43:25.539 CST [75835] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:43:25 imperator postgres[75835]: 2024-01-27 09:43:25.539 CST [75835] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:43:25 imperator postgres[75835]: 2024-01-27 09:43:25.539 CST [75835] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:43:27 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:43:27 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:43:33 imperator postgres[75873]: 2024-01-27 09:43:33.085 CST [75873] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:43:33 imperator postgres[75873]: 2024-01-27 09:43:33.085 CST [75873] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:43:33 imperator postgres[75873]: 2024-01-27 09:43:33.085 CST [75873] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:43:35 imperator postgres[75874]: 2024-01-27 09:43:35.846 CST [75874] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:43:35 imperator postgres[75874]: 2024-01-27 09:43:35.846 CST [75874] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:43:35 imperator postgres[75874]: 2024-01-27 09:43:35.846 CST [75874] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:43:36 imperator postgres[75875]: 2024-01-27 09:43:36.255 CST [75875] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:43:36 imperator postgres[75875]: 2024-01-27 09:43:36.255 CST [75875] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:43:36 imperator postgres[75875]: 2024-01-27 09:43:36.255 CST [75875] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:43:47 imperator postgres[75878]: 2024-01-27 09:43:47.824 CST [75878] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:43:47 imperator postgres[75878]: 2024-01-27 09:43:47.824 CST [75878] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:43:47 imperator postgres[75878]: 2024-01-27 09:43:47.824 CST [75878] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:43:55 imperator postgres[75881]: 2024-01-27 09:43:55.956 CST [75881] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:43:55 imperator postgres[75881]: 2024-01-27 09:43:55.956 CST [75881] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:43:55 imperator postgres[75881]: 2024-01-27 09:43:55.956 CST [75881] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:43:57 imperator postgres[75882]: 2024-01-27 09:43:57.078 CST [75882] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:43:57 imperator postgres[75882]: 2024-01-27 09:43:57.078 CST [75882] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:43:57 imperator postgres[75882]: 2024-01-27 09:43:57.078 CST [75882] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:44:20 imperator postgres[75888]: 2024-01-27 09:44:20.825 CST [75888] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:44:20 imperator postgres[75888]: 2024-01-27 09:44:20.825 CST [75888] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:44:20 imperator postgres[75888]: 2024-01-27 09:44:20.825 CST [75888] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:44:25 imperator postgres[75889]: 2024-01-27 09:44:25.598 CST [75889] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:44:25 imperator postgres[75889]: 2024-01-27 09:44:25.598 CST [75889] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:44:25 imperator postgres[75889]: 2024-01-27 09:44:25.598 CST [75889] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:44:32 imperator NetworkManager[780]: <info>  [1706370272.1590] device (wlo1): set-hw-addr: set MAC address to BA:85:DE:7C:90:1A (scanning)
Jan 27 09:44:32 imperator NetworkManager[780]: <info>  [1706370272.1900] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 09:44:32 imperator NetworkManager[780]: <info>  [1706370272.1901] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 09:44:32 imperator NetworkManager[780]: <info>  [1706370272.1953] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 09:44:32 imperator NetworkManager[780]: <info>  [1706370272.1954] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 09:45:25 imperator postgres[75896]: 2024-01-27 09:45:25.657 CST [75896] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:45:25 imperator postgres[75896]: 2024-01-27 09:45:25.657 CST [75896] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:45:25 imperator postgres[75896]: 2024-01-27 09:45:25.657 CST [75896] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:46:06 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:46:06 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:46:25 imperator postgres[75940]: 2024-01-27 09:46:25.673 CST [75940] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:46:25 imperator postgres[75940]: 2024-01-27 09:46:25.673 CST [75940] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:46:25 imperator postgres[75940]: 2024-01-27 09:46:25.673 CST [75940] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:47:25 imperator postgres[75949]: 2024-01-27 09:47:25.694 CST [75949] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:47:25 imperator postgres[75949]: 2024-01-27 09:47:25.694 CST [75949] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:47:25 imperator postgres[75949]: 2024-01-27 09:47:25.694 CST [75949] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:48:25 imperator postgres[75953]: 2024-01-27 09:48:25.702 CST [75953] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:48:25 imperator postgres[75953]: 2024-01-27 09:48:25.702 CST [75953] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:48:25 imperator postgres[75953]: 2024-01-27 09:48:25.702 CST [75953] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:49:25 imperator postgres[75957]: 2024-01-27 09:49:25.762 CST [75957] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:49:25 imperator postgres[75957]: 2024-01-27 09:49:25.762 CST [75957] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:49:25 imperator postgres[75957]: 2024-01-27 09:49:25.762 CST [75957] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:50:25 imperator postgres[75961]: 2024-01-27 09:50:25.821 CST [75961] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:50:25 imperator postgres[75961]: 2024-01-27 09:50:25.821 CST [75961] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:50:25 imperator postgres[75961]: 2024-01-27 09:50:25.821 CST [75961] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:51:25 imperator NetworkManager[780]: <info>  [1706370685.1785] device (wlo1): set-hw-addr: set MAC address to 1A:A0:3A:78:3E:98 (scanning)
Jan 27 09:51:25 imperator NetworkManager[780]: <info>  [1706370685.2135] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 09:51:25 imperator NetworkManager[780]: <info>  [1706370685.2136] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 09:51:25 imperator NetworkManager[780]: <info>  [1706370685.2189] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 09:51:25 imperator NetworkManager[780]: <info>  [1706370685.2190] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 09:51:25 imperator postgres[75972]: 2024-01-27 09:51:25.880 CST [75972] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:51:25 imperator postgres[75972]: 2024-01-27 09:51:25.880 CST [75972] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:51:25 imperator postgres[75972]: 2024-01-27 09:51:25.880 CST [75972] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:52:25 imperator postgres[76047]: 2024-01-27 09:52:25.936 CST [76047] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:52:25 imperator postgres[76047]: 2024-01-27 09:52:25.936 CST [76047] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:52:25 imperator postgres[76047]: 2024-01-27 09:52:25.936 CST [76047] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:53:19 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:53:19 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:53:24 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:53:24 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:53:25 imperator postgres[76178]: 2024-01-27 09:53:25.993 CST [76178] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:53:25 imperator postgres[76178]: 2024-01-27 09:53:25.993 CST [76178] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:53:25 imperator postgres[76178]: 2024-01-27 09:53:25.993 CST [76178] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:53:30 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:53:30 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:53:38 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:53:38 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:54:10 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:54:10 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:54:26 imperator postgres[76328]: 2024-01-27 09:54:26.047 CST [76328] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:54:26 imperator postgres[76328]: 2024-01-27 09:54:26.047 CST [76328] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:54:26 imperator postgres[76328]: 2024-01-27 09:54:26.047 CST [76328] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:54:47 imperator sudo[76339]:      dornith : TTY=pts/2 ; PWD=/home/dornith ; USER=root ; COMMAND=/usr/bin/systemctl restart openvpn-client@linux-server-01
Jan 27 09:54:47 imperator sudo[76339]: pam_unix(sudo:session): session opened for user root(uid=0) by dornith(uid=1000)
Jan 27 09:54:47 imperator systemd[1]: Starting Network Manager Wait Online...
Jan 27 09:54:47 imperator systemd[1]: Created slice Slice /system/openvpn-client.
Jan 27 09:54:47 imperator systemd[1]: Finished Network Manager Wait Online.
Jan 27 09:54:47 imperator systemd[1]: Reached target Network is Online.
Jan 27 09:54:47 imperator systemd[1]: Starting OpenVPN tunnel for linux/server/01...
Jan 27 09:54:47 imperator openvpn[76352]: Note: Kernel support for ovpn-dco missing, disabling data channel offload.
Jan 27 09:54:47 imperator openvpn[76352]: OpenVPN 2.6.8 [git:makepkg/3b0d9489cc423da3+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] built on Nov 17 2023
Jan 27 09:54:47 imperator openvpn[76352]: library versions: OpenSSL 3.2.0 23 Nov 2023, LZO 2.10
Jan 27 09:54:47 imperator openvpn[76352]: DCO version: N/A
Jan 27 09:54:47 imperator openvpn[76352]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Jan 27 09:54:47 imperator systemd[1]: Started OpenVPN tunnel for linux/server/01.
Jan 27 09:54:47 imperator sudo[76339]: pam_unix(sudo:session): session closed for user root
Jan 27 09:54:47 imperator openvpn[76352]: TCP/UDP: Preserving recently used remote address: [AF_INET]63.246.2.175:1194
Jan 27 09:54:47 imperator openvpn[76352]: Socket Buffers: R=[212992->212992] S=[212992->212992]
Jan 27 09:54:47 imperator openvpn[76352]: UDPv4 link local: (not bound)
Jan 27 09:54:47 imperator openvpn[76352]: UDPv4 link remote: [AF_INET]63.246.2.175:1194
Jan 27 09:54:47 imperator openvpn[76352]: TLS: Initial packet from [AF_INET]63.246.2.175:1194, sid=6a456ad5 590278d5
Jan 27 09:54:47 imperator openvpn[76352]: VERIFY OK: depth=1, C=US, ST=MO, L=SaintLouis, O=###, OU=CEO, CN=### CA, name=linux-server-01, emailAddress=###
Jan 27 09:54:47 imperator openvpn[76352]: VERIFY KU OK
Jan 27 09:54:47 imperator openvpn[76352]: Validating certificate extended key usage
Jan 27 09:54:47 imperator openvpn[76352]: ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Jan 27 09:54:47 imperator openvpn[76352]: VERIFY EKU OK
Jan 27 09:54:47 imperator openvpn[76352]: VERIFY OK: depth=0, C=US, ST=MO, L=SaintLouis, O=###, OU=CEO, CN=linux-server-01, name=linux-server-01, emailAddress=###
Jan 27 09:54:47 imperator openvpn[76352]: Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 2048 bits RSA, signature: RSA-SHA256, peer temporary key: 253 bits X25519
Jan 27 09:54:47 imperator openvpn[76352]: [linux-server-01] Peer Connection Initiated with [AF_INET]63.246.2.175:1194
Jan 27 09:54:47 imperator openvpn[76352]: TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1
Jan 27 09:54:47 imperator openvpn[76352]: TLS: tls_multi_process: initial untrusted session promoted to trusted
Jan 27 09:54:48 imperator openvpn[76352]: SENT CONTROL [linux-server-01]: 'PUSH_REQUEST' (status=1)
Jan 27 09:54:48 imperator openvpn[76352]: PUSH: Received control message: 'PUSH_REPLY,route 10.0.6.0 255.255.255.0,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 10.8.0.1,route-gateway 10.8.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.8.0.4 255.255.255.0,peer-id 0,cipher AES-256-GCM'
Jan 27 09:54:48 imperator openvpn[76352]: Pushed option removed by filter: 'redirect-gateway def1 bypass-dhcp'
Jan 27 09:54:48 imperator openvpn[76352]: OPTIONS IMPORT: --ifconfig/up options modified
Jan 27 09:54:48 imperator openvpn[76352]: OPTIONS IMPORT: route options modified
Jan 27 09:54:48 imperator openvpn[76352]: OPTIONS IMPORT: route-related options modified
Jan 27 09:54:48 imperator openvpn[76352]: OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Jan 27 09:54:48 imperator openvpn[76352]: net_route_v4_best_gw query: dst 0.0.0.0
Jan 27 09:54:48 imperator openvpn[76352]: net_route_v4_best_gw result: via 192.168.68.1 dev enp5s0
Jan 27 09:54:48 imperator openvpn[76352]: ROUTE_GATEWAY 192.168.68.1/255.255.252.0 IFACE=enp5s0 HWADDR=04:42:1a:f1:9f:93
Jan 27 09:54:48 imperator kernel: tun: Universal TUN/TAP device driver, 1.6
Jan 27 09:54:48 imperator openvpn[76352]: TUN/TAP device tun0 opened
Jan 27 09:54:48 imperator openvpn[76352]: net_iface_mtu_set: mtu 1500 for tun0
Jan 27 09:54:48 imperator openvpn[76352]: net_iface_up: set tun0 up
Jan 27 09:54:48 imperator openvpn[76352]: net_addr_v4_add: 10.8.0.4/24 dev tun0
Jan 27 09:54:48 imperator openvpn[76352]: /usr/bin/update-systemd-resolved tun0 1500 0 10.8.0.4 255.255.255.0 init
Jan 27 09:54:48 imperator NetworkManager[780]: <info>  [1706370888.4452] manager: (tun0): new Tun device (/org/freedesktop/NetworkManager/Devices/9)
Jan 27 09:54:48 imperator NetworkManager[780]: <info>  [1706370888.4608] device (tun0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 27 09:54:48 imperator NetworkManager[780]: <info>  [1706370888.4614] device (tun0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 27 09:54:48 imperator update-systemd-resolved[76364]: Link 'tun0' coming up
Jan 27 09:54:48 imperator openvpn[76364]: <14>Jan 27 09:54:48 update-systemd-resolved: Link 'tun0' coming up
Jan 27 09:54:48 imperator NetworkManager[780]: <info>  [1706370888.4624] device (tun0): Activation: starting connection 'tun0' (0ebc5525-fb9f-4464-9454-69d69edfaea0)
Jan 27 09:54:48 imperator NetworkManager[780]: <info>  [1706370888.4626] device (tun0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 27 09:54:48 imperator NetworkManager[780]: <info>  [1706370888.4629] device (tun0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 27 09:54:48 imperator NetworkManager[780]: <info>  [1706370888.4632] device (tun0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 27 09:54:48 imperator NetworkManager[780]: <info>  [1706370888.4635] device (tun0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 27 09:54:48 imperator update-systemd-resolved[76366]: Adding DNS Routed Domain .
Jan 27 09:54:48 imperator openvpn[76366]: <14>Jan 27 09:54:48 update-systemd-resolved: Adding DNS Routed Domain .
Jan 27 09:54:48 imperator update-systemd-resolved[76367]: Adding IPv4 DNS Server 10.8.0.1
Jan 27 09:54:48 imperator openvpn[76367]: <14>Jan 27 09:54:48 update-systemd-resolved: Adding IPv4 DNS Server 10.8.0.1
Jan 27 09:54:48 imperator update-systemd-resolved[76369]: SetLinkDNS(4 1 2 4 10 8 0 1)
Jan 27 09:54:48 imperator openvpn[76369]: <14>Jan 27 09:54:48 update-systemd-resolved: SetLinkDNS(4 1 2 4 10 8 0 1)
Jan 27 09:54:48 imperator systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 27 09:54:48 imperator systemd-resolved[771]: tun0: Bus client set DNS server list to: 10.8.0.1
Jan 27 09:54:48 imperator update-systemd-resolved[76372]: SetLinkDomains(4 1 . true)
Jan 27 09:54:48 imperator openvpn[76372]: <14>Jan 27 09:54:48 update-systemd-resolved: SetLinkDomains(4 1 . true)
Jan 27 09:54:48 imperator systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 27 09:54:48 imperator NetworkManager[780]: <info>  [1706370888.5237] device (tun0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 27 09:54:48 imperator NetworkManager[780]: <info>  [1706370888.5240] device (tun0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 27 09:54:48 imperator NetworkManager[780]: <info>  [1706370888.5246] device (tun0): Activation: successful, device activated.
Jan 27 09:54:48 imperator systemd-resolved[771]: tun0: Bus client set search domain list to: ~.
Jan 27 09:54:48 imperator systemd-resolved[771]: Flushed all caches.
Jan 27 09:54:48 imperator openvpn[76352]: net_route_v4_add: 10.0.6.0/24 via 10.8.0.1 dev [NULL] table 0 metric -1
Jan 27 09:54:48 imperator openvpn[76352]: Initialization Sequence Completed
Jan 27 09:54:48 imperator openvpn[76352]: Data Channel: cipher 'AES-256-GCM', peer-id: 0
Jan 27 09:54:48 imperator openvpn[76352]: Timers: ping 10, ping-restart 120
Jan 27 09:54:55 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:54:55 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:54:58 imperator systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 27 09:55:04 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:55:04 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:55:26 imperator postgres[76535]: 2024-01-27 09:55:26.106 CST [76535] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:55:26 imperator postgres[76535]: 2024-01-27 09:55:26.106 CST [76535] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:55:26 imperator postgres[76535]: 2024-01-27 09:55:26.106 CST [76535] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:56:06 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:56:06 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:56:26 imperator postgres[76631]: 2024-01-27 09:56:26.162 CST [76631] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:56:26 imperator postgres[76631]: 2024-01-27 09:56:26.162 CST [76631] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:56:26 imperator postgres[76631]: 2024-01-27 09:56:26.162 CST [76631] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:56:45 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:56:45 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:57:26 imperator postgres[76705]: 2024-01-27 09:57:26.222 CST [76705] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:57:26 imperator postgres[76705]: 2024-01-27 09:57:26.222 CST [76705] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:57:26 imperator postgres[76705]: 2024-01-27 09:57:26.222 CST [76705] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:58:19 imperator NetworkManager[780]: <info>  [1706371099.1748] device (wlo1): set-hw-addr: set MAC address to 1E:11:81:CF:23:7A (scanning)
Jan 27 09:58:19 imperator NetworkManager[780]: <info>  [1706371099.2066] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 09:58:19 imperator NetworkManager[780]: <info>  [1706371099.2066] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 09:58:19 imperator NetworkManager[780]: <info>  [1706371099.2120] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 09:58:19 imperator NetworkManager[780]: <info>  [1706371099.2120] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 09:58:26 imperator postgres[76754]: 2024-01-27 09:58:26.231 CST [76754] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:58:26 imperator postgres[76754]: 2024-01-27 09:58:26.231 CST [76754] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:58:26 imperator postgres[76754]: 2024-01-27 09:58:26.231 CST [76754] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:59:26 imperator postgres[76778]: 2024-01-27 09:59:26.289 CST [76778] WARNING:  database "budget" has a collation version mismatch
Jan 27 09:59:26 imperator postgres[76778]: 2024-01-27 09:59:26.289 CST [76778] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 09:59:26 imperator postgres[76778]: 2024-01-27 09:59:26.289 CST [76778] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 09:59:36 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 09:59:36 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:00:26 imperator postgres[76859]: 2024-01-27 10:00:26.299 CST [76859] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:00:26 imperator postgres[76859]: 2024-01-27 10:00:26.299 CST [76859] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:00:26 imperator postgres[76859]: 2024-01-27 10:00:26.299 CST [76859] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:00:43 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:00:43 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:00:47 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:00:47 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:00:47 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:00:47 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:00:47 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:00:47 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:00:50 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:00:50 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:01:00 imperator fcron[77140]: Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 77142)
Jan 27 10:01:00 imperator fcron[77140]: 2024-01-27 10:01:00  INFO Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 77142)
Jan 27 10:01:00 imperator fcron[77140]: Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 27 10:01:00 imperator fcron[77140]: 2024-01-27 10:01:00  INFO Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 27 10:01:07 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:01:07 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:01:07 imperator rtkit-daemon[1066]: Successfully made thread 77148 of process 76820 owned by '1000' RT at priority 10.
Jan 27 10:01:07 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:01:09 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:01:09 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:01:12 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:01:12 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:01:26 imperator postgres[77245]: 2024-01-27 10:01:26.346 CST [77245] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:01:26 imperator postgres[77245]: 2024-01-27 10:01:26.346 CST [77245] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:01:26 imperator postgres[77245]: 2024-01-27 10:01:26.346 CST [77245] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:01:46 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:01:46 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:01:57 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:01:57 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:02:23 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:02:23 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:02:26 imperator postgres[77414]: 2024-01-27 10:02:26.377 CST [77414] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:02:26 imperator postgres[77414]: 2024-01-27 10:02:26.377 CST [77414] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:02:26 imperator postgres[77414]: 2024-01-27 10:02:26.377 CST [77414] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:02:41 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:02:41 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:02:43 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:02:43 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:03:26 imperator postgres[77581]: 2024-01-27 10:03:26.436 CST [77581] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:03:26 imperator postgres[77581]: 2024-01-27 10:03:26.436 CST [77581] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:03:26 imperator postgres[77581]: 2024-01-27 10:03:26.436 CST [77581] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:03:41 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:03:41 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:04:26 imperator postgres[77650]: 2024-01-27 10:04:26.496 CST [77650] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:04:26 imperator postgres[77650]: 2024-01-27 10:04:26.496 CST [77650] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:04:26 imperator postgres[77650]: 2024-01-27 10:04:26.496 CST [77650] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:04:37 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:04:37 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:04:49 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:04:49 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:04:51 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:04:51 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:05:12 imperator NetworkManager[780]: <info>  [1706371512.1714] device (wlo1): set-hw-addr: set MAC address to 66:CF:A0:8F:2A:44 (scanning)
Jan 27 10:05:12 imperator NetworkManager[780]: <info>  [1706371512.2030] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 10:05:12 imperator NetworkManager[780]: <info>  [1706371512.2031] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 10:05:12 imperator NetworkManager[780]: <info>  [1706371512.2081] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 10:05:12 imperator NetworkManager[780]: <info>  [1706371512.2082] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 10:05:26 imperator postgres[77836]: 2024-01-27 10:05:26.556 CST [77836] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:05:26 imperator postgres[77836]: 2024-01-27 10:05:26.556 CST [77836] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:05:26 imperator postgres[77836]: 2024-01-27 10:05:26.556 CST [77836] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:06:07 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:06:07 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:06:26 imperator postgres[77902]: 2024-01-27 10:06:26.610 CST [77902] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:06:26 imperator postgres[77902]: 2024-01-27 10:06:26.610 CST [77902] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:06:26 imperator postgres[77902]: 2024-01-27 10:06:26.610 CST [77902] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:07:26 imperator postgres[77913]: 2024-01-27 10:07:26.670 CST [77913] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:07:26 imperator postgres[77913]: 2024-01-27 10:07:26.670 CST [77913] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:07:26 imperator postgres[77913]: 2024-01-27 10:07:26.670 CST [77913] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:08:26 imperator postgres[77936]: 2024-01-27 10:08:26.730 CST [77936] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:08:26 imperator postgres[77936]: 2024-01-27 10:08:26.730 CST [77936] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:08:26 imperator postgres[77936]: 2024-01-27 10:08:26.730 CST [77936] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:09:26 imperator postgres[78006]: 2024-01-27 10:09:26.757 CST [78006] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:09:26 imperator postgres[78006]: 2024-01-27 10:09:26.757 CST [78006] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:09:26 imperator postgres[78006]: 2024-01-27 10:09:26.757 CST [78006] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:10:26 imperator postgres[78043]: 2024-01-27 10:10:26.819 CST [78043] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:10:26 imperator postgres[78043]: 2024-01-27 10:10:26.819 CST [78043] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:10:26 imperator postgres[78043]: 2024-01-27 10:10:26.819 CST [78043] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:11:26 imperator postgres[78078]: 2024-01-27 10:11:26.840 CST [78078] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:11:26 imperator postgres[78078]: 2024-01-27 10:11:26.840 CST [78078] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:11:26 imperator postgres[78078]: 2024-01-27 10:11:26.840 CST [78078] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:12:05 imperator NetworkManager[780]: <info>  [1706371925.1582] device (wlo1): set-hw-addr: set MAC address to 8E:A5:03:7A:CA:52 (scanning)
Jan 27 10:12:05 imperator NetworkManager[780]: <info>  [1706371925.1899] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 10:12:05 imperator NetworkManager[780]: <info>  [1706371925.1900] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 10:12:05 imperator NetworkManager[780]: <info>  [1706371925.1954] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 10:12:05 imperator NetworkManager[780]: <info>  [1706371925.1955] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 10:12:08 imperator postgres[78129]: 2024-01-27 10:12:08.324 CST [78129] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:12:08 imperator postgres[78129]: 2024-01-27 10:12:08.324 CST [78129] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:12:08 imperator postgres[78129]: 2024-01-27 10:12:08.324 CST [78129] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:12:23 imperator postgres[78157]: 2024-01-27 10:12:23.395 CST [78157] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:12:23 imperator postgres[78157]: 2024-01-27 10:12:23.395 CST [78157] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:12:23 imperator postgres[78157]: 2024-01-27 10:12:23.395 CST [78157] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:12:26 imperator postgres[78161]: 2024-01-27 10:12:26.895 CST [78161] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:12:26 imperator postgres[78161]: 2024-01-27 10:12:26.895 CST [78161] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:12:26 imperator postgres[78161]: 2024-01-27 10:12:26.895 CST [78161] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:13:05 imperator postgres[78204]: 2024-01-27 10:13:05.670 CST [78204] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:13:05 imperator postgres[78204]: 2024-01-27 10:13:05.670 CST [78204] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:13:05 imperator postgres[78204]: 2024-01-27 10:13:05.670 CST [78204] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:13:13 imperator postgres[78207]: 2024-01-27 10:13:13.556 CST [78207] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:13:13 imperator postgres[78207]: 2024-01-27 10:13:13.556 CST [78207] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:13:13 imperator postgres[78207]: 2024-01-27 10:13:13.556 CST [78207] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:13:17 imperator postgres[78208]: 2024-01-27 10:13:17.252 CST [78208] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:13:17 imperator postgres[78208]: 2024-01-27 10:13:17.252 CST [78208] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:13:17 imperator postgres[78208]: 2024-01-27 10:13:17.252 CST [78208] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:13:19 imperator postgres[78209]: 2024-01-27 10:13:19.950 CST [78209] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:13:19 imperator postgres[78209]: 2024-01-27 10:13:19.950 CST [78209] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:13:19 imperator postgres[78209]: 2024-01-27 10:13:19.950 CST [78209] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:13:20 imperator postgres[78210]: 2024-01-27 10:13:20.219 CST [78210] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:13:20 imperator postgres[78210]: 2024-01-27 10:13:20.219 CST [78210] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:13:20 imperator postgres[78210]: 2024-01-27 10:13:20.219 CST [78210] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:13:25 imperator postgres[78213]: 2024-01-27 10:13:25.633 CST [78213] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:13:25 imperator postgres[78213]: 2024-01-27 10:13:25.633 CST [78213] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:13:25 imperator postgres[78213]: 2024-01-27 10:13:25.633 CST [78213] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:13:26 imperator postgres[78214]: 2024-01-27 10:13:26.913 CST [78214] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:13:26 imperator postgres[78214]: 2024-01-27 10:13:26.913 CST [78214] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:13:26 imperator postgres[78214]: 2024-01-27 10:13:26.913 CST [78214] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:13:42 imperator postgres[78217]: 2024-01-27 10:13:42.702 CST [78217] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:13:42 imperator postgres[78217]: 2024-01-27 10:13:42.702 CST [78217] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:13:42 imperator postgres[78217]: 2024-01-27 10:13:42.702 CST [78217] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:13:52 imperator postgres[78220]: 2024-01-27 10:13:52.780 CST [78220] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:13:52 imperator postgres[78220]: 2024-01-27 10:13:52.780 CST [78220] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:13:52 imperator postgres[78220]: 2024-01-27 10:13:52.780 CST [78220] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:14:26 imperator postgres[78256]: 2024-01-27 10:14:26.973 CST [78256] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:14:26 imperator postgres[78256]: 2024-01-27 10:14:26.973 CST [78256] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:14:26 imperator postgres[78256]: 2024-01-27 10:14:26.973 CST [78256] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:15:27 imperator postgres[78270]: 2024-01-27 10:15:27.033 CST [78270] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:15:27 imperator postgres[78270]: 2024-01-27 10:15:27.033 CST [78270] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:15:27 imperator postgres[78270]: 2024-01-27 10:15:27.033 CST [78270] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:16:01 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:16:01 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:16:07 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:16:07 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:16:07 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:16:07 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:16:23 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:16:23 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:16:25 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:16:25 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:16:27 imperator postgres[78521]: 2024-01-27 10:16:27.092 CST [78521] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:16:27 imperator postgres[78521]: 2024-01-27 10:16:27.092 CST [78521] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:16:27 imperator postgres[78521]: 2024-01-27 10:16:27.092 CST [78521] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:17:27 imperator postgres[78537]: 2024-01-27 10:17:27.112 CST [78537] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:17:27 imperator postgres[78537]: 2024-01-27 10:17:27.112 CST [78537] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:17:27 imperator postgres[78537]: 2024-01-27 10:17:27.112 CST [78537] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:18:27 imperator postgres[78545]: 2024-01-27 10:18:27.170 CST [78545] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:18:27 imperator postgres[78545]: 2024-01-27 10:18:27.170 CST [78545] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:18:27 imperator postgres[78545]: 2024-01-27 10:18:27.170 CST [78545] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:18:59 imperator NetworkManager[780]: <info>  [1706372339.1783] device (wlo1): set-hw-addr: set MAC address to 7E:F2:6C:42:B4:9C (scanning)
Jan 27 10:18:59 imperator NetworkManager[780]: <info>  [1706372339.2131] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 10:18:59 imperator NetworkManager[780]: <info>  [1706372339.2131] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 10:18:59 imperator NetworkManager[780]: <info>  [1706372339.2184] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 10:18:59 imperator NetworkManager[780]: <info>  [1706372339.2185] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 10:19:27 imperator postgres[78552]: 2024-01-27 10:19:27.189 CST [78552] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:19:27 imperator postgres[78552]: 2024-01-27 10:19:27.189 CST [78552] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:19:27 imperator postgres[78552]: 2024-01-27 10:19:27.189 CST [78552] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:20:27 imperator postgres[78557]: 2024-01-27 10:20:27.193 CST [78557] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:20:27 imperator postgres[78557]: 2024-01-27 10:20:27.193 CST [78557] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:20:27 imperator postgres[78557]: 2024-01-27 10:20:27.193 CST [78557] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:21:27 imperator postgres[78566]: 2024-01-27 10:21:27.253 CST [78566] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:21:27 imperator postgres[78566]: 2024-01-27 10:21:27.253 CST [78566] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:21:27 imperator postgres[78566]: 2024-01-27 10:21:27.253 CST [78566] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:21:57 imperator NetworkManager[780]: <info>  [1706372517.9354] dhcp4 (enp5s0): state changed new lease, address=192.168.68.57
Jan 27 10:21:57 imperator systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 27 10:21:57 imperator systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 27 10:22:08 imperator systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 27 10:22:22 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:22:22 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:22:22 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:22:22 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:22:23 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:22:23 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 10:22:23 imperator rtkit-daemon[1066]: Successfully made thread 78770 of process 78462 owned by '1000' RT at priority 10.
Jan 27 10:22:23 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:22:27 imperator postgres[78960]: 2024-01-27 10:22:27.307 CST [78960] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:22:27 imperator postgres[78960]: 2024-01-27 10:22:27.307 CST [78960] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:22:27 imperator postgres[78960]: 2024-01-27 10:22:27.307 CST [78960] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:22:27 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:22:27 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:23:15 imperator postgres[79050]: 2024-01-27 10:23:15.494 CST [79050] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:23:15 imperator postgres[79050]: 2024-01-27 10:23:15.494 CST [79050] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:23:15 imperator postgres[79050]: 2024-01-27 10:23:15.494 CST [79050] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:23:15 imperator postgres[79054]: 2024-01-27 10:23:15.501 CST [79054] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:23:15 imperator postgres[79054]: 2024-01-27 10:23:15.501 CST [79054] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:23:15 imperator postgres[79054]: 2024-01-27 10:23:15.501 CST [79054] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:23:17 imperator postgres[848]: 2024-01-27 10:23:17.149 CST [848] LOG:  checkpoint starting: time
Jan 27 10:23:17 imperator postgres[848]: 2024-01-27 10:23:17.457 CST [848] LOG:  checkpoint complete: wrote 4 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.303 s, sync=0.002 s, total=0.309 s; sync files=4, longest=0.001 s, average=0.001 s; distance=11 kB, estimate=121 kB; lsn=0/1868A980, redo lsn=0/1868A948
Jan 27 10:23:27 imperator postgres[79055]: 2024-01-27 10:23:27.366 CST [79055] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:23:27 imperator postgres[79055]: 2024-01-27 10:23:27.366 CST [79055] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:23:27 imperator postgres[79055]: 2024-01-27 10:23:27.366 CST [79055] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:24:27 imperator postgres[79084]: 2024-01-27 10:24:27.385 CST [79084] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:24:27 imperator postgres[79084]: 2024-01-27 10:24:27.385 CST [79084] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:24:27 imperator postgres[79084]: 2024-01-27 10:24:27.385 CST [79084] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:25:25 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:25:25 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:25:27 imperator postgres[79140]: 2024-01-27 10:25:27.440 CST [79140] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:25:27 imperator postgres[79140]: 2024-01-27 10:25:27.440 CST [79140] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:25:27 imperator postgres[79140]: 2024-01-27 10:25:27.440 CST [79140] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:25:52 imperator NetworkManager[780]: <info>  [1706372752.1746] device (wlo1): set-hw-addr: set MAC address to BE:43:4A:AE:BD:9C (scanning)
Jan 27 10:25:52 imperator NetworkManager[780]: <info>  [1706372752.1995] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 10:25:52 imperator NetworkManager[780]: <info>  [1706372752.1996] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 10:25:52 imperator NetworkManager[780]: <info>  [1706372752.2048] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 10:25:52 imperator NetworkManager[780]: <info>  [1706372752.2048] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 10:26:09 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:26:09 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:26:27 imperator postgres[79202]: 2024-01-27 10:26:27.446 CST [79202] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:26:27 imperator postgres[79202]: 2024-01-27 10:26:27.446 CST [79202] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:26:27 imperator postgres[79202]: 2024-01-27 10:26:27.446 CST [79202] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:26:47 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:26:47 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:27:27 imperator postgres[79289]: 2024-01-27 10:27:27.503 CST [79289] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:27:27 imperator postgres[79289]: 2024-01-27 10:27:27.503 CST [79289] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:27:27 imperator postgres[79289]: 2024-01-27 10:27:27.503 CST [79289] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:27:54 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:27:54 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:28:27 imperator postgres[79478]: 2024-01-27 10:28:27.556 CST [79478] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:28:27 imperator postgres[79478]: 2024-01-27 10:28:27.556 CST [79478] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:28:27 imperator postgres[79478]: 2024-01-27 10:28:27.556 CST [79478] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:28:28 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:28:28 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:29:27 imperator postgres[79529]: 2024-01-27 10:29:27.617 CST [79529] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:29:27 imperator postgres[79529]: 2024-01-27 10:29:27.617 CST [79529] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:29:27 imperator postgres[79529]: 2024-01-27 10:29:27.617 CST [79529] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:30:27 imperator postgres[79557]: 2024-01-27 10:30:27.676 CST [79557] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:30:27 imperator postgres[79557]: 2024-01-27 10:30:27.676 CST [79557] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:30:27 imperator postgres[79557]: 2024-01-27 10:30:27.676 CST [79557] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:31:27 imperator postgres[79610]: 2024-01-27 10:31:27.736 CST [79610] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:31:27 imperator postgres[79610]: 2024-01-27 10:31:27.736 CST [79610] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:31:27 imperator postgres[79610]: 2024-01-27 10:31:27.736 CST [79610] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:32:27 imperator postgres[79655]: 2024-01-27 10:32:27.796 CST [79655] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:32:27 imperator postgres[79655]: 2024-01-27 10:32:27.796 CST [79655] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:32:27 imperator postgres[79655]: 2024-01-27 10:32:27.796 CST [79655] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:32:28 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:32:28 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:32:45 imperator NetworkManager[780]: <info>  [1706373165.1684] device (wlo1): set-hw-addr: set MAC address to 86:D4:15:D3:62:0D (scanning)
Jan 27 10:32:45 imperator NetworkManager[780]: <info>  [1706373165.1899] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 10:32:45 imperator NetworkManager[780]: <info>  [1706373165.1899] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 10:32:45 imperator NetworkManager[780]: <info>  [1706373165.1955] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 10:32:45 imperator NetworkManager[780]: <info>  [1706373165.1956] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 10:33:27 imperator postgres[79727]: 2024-01-27 10:33:27.796 CST [79727] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:33:27 imperator postgres[79727]: 2024-01-27 10:33:27.796 CST [79727] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:33:27 imperator postgres[79727]: 2024-01-27 10:33:27.796 CST [79727] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:33:29 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:33:29 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:34:07 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:34:07 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:34:27 imperator postgres[79876]: 2024-01-27 10:34:27.856 CST [79876] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:34:27 imperator postgres[79876]: 2024-01-27 10:34:27.856 CST [79876] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:34:27 imperator postgres[79876]: 2024-01-27 10:34:27.856 CST [79876] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:35:27 imperator postgres[79925]: 2024-01-27 10:35:27.916 CST [79925] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:35:27 imperator postgres[79925]: 2024-01-27 10:35:27.916 CST [79925] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:35:27 imperator postgres[79925]: 2024-01-27 10:35:27.916 CST [79925] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:36:10 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:36:10 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:36:27 imperator postgres[80022]: 2024-01-27 10:36:27.976 CST [80022] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:36:27 imperator postgres[80022]: 2024-01-27 10:36:27.976 CST [80022] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:36:27 imperator postgres[80022]: 2024-01-27 10:36:27.976 CST [80022] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:36:47 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:36:47 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:37:28 imperator postgres[80115]: 2024-01-27 10:37:28.032 CST [80115] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:37:28 imperator postgres[80115]: 2024-01-27 10:37:28.032 CST [80115] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:37:28 imperator postgres[80115]: 2024-01-27 10:37:28.032 CST [80115] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:38:28 imperator postgres[80245]: 2024-01-27 10:38:28.092 CST [80245] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:38:28 imperator postgres[80245]: 2024-01-27 10:38:28.092 CST [80245] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:38:28 imperator postgres[80245]: 2024-01-27 10:38:28.092 CST [80245] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:38:57 imperator kernel: perf: interrupt took too long (2531 > 2500), lowering kernel.perf_event_max_sample_rate to 78900
Jan 27 10:39:28 imperator postgres[80253]: 2024-01-27 10:39:28.151 CST [80253] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:39:28 imperator postgres[80253]: 2024-01-27 10:39:28.151 CST [80253] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:39:28 imperator postgres[80253]: 2024-01-27 10:39:28.151 CST [80253] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:39:38 imperator NetworkManager[780]: <info>  [1706373578.1580] device (wlo1): set-hw-addr: set MAC address to F2:C2:F4:29:5C:8C (scanning)
Jan 27 10:39:38 imperator NetworkManager[780]: <info>  [1706373578.1963] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 10:39:38 imperator NetworkManager[780]: <info>  [1706373578.1963] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 10:39:38 imperator NetworkManager[780]: <info>  [1706373578.2016] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 10:39:38 imperator NetworkManager[780]: <info>  [1706373578.2016] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 10:40:27 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:40:27 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:40:28 imperator postgres[80326]: 2024-01-27 10:40:28.209 CST [80326] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:40:28 imperator postgres[80326]: 2024-01-27 10:40:28.209 CST [80326] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:40:28 imperator postgres[80326]: 2024-01-27 10:40:28.209 CST [80326] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:41:28 imperator postgres[80358]: 2024-01-27 10:41:28.269 CST [80358] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:41:28 imperator postgres[80358]: 2024-01-27 10:41:28.269 CST [80358] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:41:28 imperator postgres[80358]: 2024-01-27 10:41:28.269 CST [80358] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:41:42 imperator postgres[80362]: 2024-01-27 10:41:42.056 CST [80362] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:41:42 imperator postgres[80362]: 2024-01-27 10:41:42.056 CST [80362] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:41:42 imperator postgres[80362]: 2024-01-27 10:41:42.056 CST [80362] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:41:57 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:41:57 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:41:59 imperator postgres[80427]: 2024-01-27 10:41:59.765 CST [80427] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:41:59 imperator postgres[80427]: 2024-01-27 10:41:59.765 CST [80427] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:41:59 imperator postgres[80427]: 2024-01-27 10:41:59.765 CST [80427] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:42:28 imperator postgres[80452]: 2024-01-27 10:42:28.328 CST [80452] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:42:28 imperator postgres[80452]: 2024-01-27 10:42:28.328 CST [80452] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:42:28 imperator postgres[80452]: 2024-01-27 10:42:28.328 CST [80452] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:42:31 imperator postgres[80455]: 2024-01-27 10:42:31.837 CST [80455] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:42:31 imperator postgres[80455]: 2024-01-27 10:42:31.837 CST [80455] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:42:31 imperator postgres[80455]: 2024-01-27 10:42:31.837 CST [80455] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:42:36 imperator postgres[80456]: 2024-01-27 10:42:36.506 CST [80456] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:42:36 imperator postgres[80456]: 2024-01-27 10:42:36.506 CST [80456] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:42:36 imperator postgres[80456]: 2024-01-27 10:42:36.506 CST [80456] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:42:44 imperator postgres[80459]: 2024-01-27 10:42:44.365 CST [80459] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:42:44 imperator postgres[80459]: 2024-01-27 10:42:44.365 CST [80459] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:42:44 imperator postgres[80459]: 2024-01-27 10:42:44.365 CST [80459] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:42:55 imperator postgres[80470]: 2024-01-27 10:42:55.876 CST [80470] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:42:55 imperator postgres[80470]: 2024-01-27 10:42:55.876 CST [80470] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:42:55 imperator postgres[80470]: 2024-01-27 10:42:55.876 CST [80470] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:43:09 imperator postgres[80477]: 2024-01-27 10:43:09.007 CST [80477] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:43:09 imperator postgres[80477]: 2024-01-27 10:43:09.007 CST [80477] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:43:09 imperator postgres[80477]: 2024-01-27 10:43:09.007 CST [80477] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:43:11 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:43:11 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:43:11 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:43:11 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:43:15 imperator postgres[80625]: 2024-01-27 10:43:15.084 CST [80625] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:43:15 imperator postgres[80625]: 2024-01-27 10:43:15.084 CST [80625] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:43:15 imperator postgres[80625]: 2024-01-27 10:43:15.084 CST [80625] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:43:15 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:43:15 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:43:15 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:43:15 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:43:15 imperator postgres[80658]: 2024-01-27 10:43:15.672 CST [80658] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:43:15 imperator postgres[80658]: 2024-01-27 10:43:15.672 CST [80658] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:43:15 imperator postgres[80658]: 2024-01-27 10:43:15.672 CST [80658] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:43:17 imperator postgres[80664]: 2024-01-27 10:43:17.095 CST [80664] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:43:17 imperator postgres[80664]: 2024-01-27 10:43:17.095 CST [80664] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:43:17 imperator postgres[80664]: 2024-01-27 10:43:17.095 CST [80664] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:43:28 imperator postgres[80666]: 2024-01-27 10:43:28.386 CST [80666] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:43:28 imperator postgres[80666]: 2024-01-27 10:43:28.386 CST [80666] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:43:28 imperator postgres[80666]: 2024-01-27 10:43:28.386 CST [80666] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:44:28 imperator postgres[80714]: 2024-01-27 10:44:28.391 CST [80714] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:44:28 imperator postgres[80714]: 2024-01-27 10:44:28.391 CST [80714] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:44:28 imperator postgres[80714]: 2024-01-27 10:44:28.391 CST [80714] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:45:28 imperator postgres[80786]: 2024-01-27 10:45:28.449 CST [80786] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:45:28 imperator postgres[80786]: 2024-01-27 10:45:28.449 CST [80786] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:45:28 imperator postgres[80786]: 2024-01-27 10:45:28.449 CST [80786] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:46:10 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:46:10 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:46:28 imperator postgres[80877]: 2024-01-27 10:46:28.506 CST [80877] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:46:28 imperator postgres[80877]: 2024-01-27 10:46:28.506 CST [80877] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:46:28 imperator postgres[80877]: 2024-01-27 10:46:28.506 CST [80877] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:46:31 imperator NetworkManager[780]: <info>  [1706373991.1804] device (wlo1): set-hw-addr: set MAC address to 46:8E:F8:D0:60:E7 (scanning)
Jan 27 10:46:31 imperator NetworkManager[780]: <info>  [1706373991.2162] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 10:46:31 imperator NetworkManager[780]: <info>  [1706373991.2163] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 10:46:31 imperator NetworkManager[780]: <info>  [1706373991.2215] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 10:46:31 imperator NetworkManager[780]: <info>  [1706373991.2215] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 10:47:28 imperator postgres[80944]: 2024-01-27 10:47:28.560 CST [80944] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:47:28 imperator postgres[80944]: 2024-01-27 10:47:28.560 CST [80944] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:47:28 imperator postgres[80944]: 2024-01-27 10:47:28.560 CST [80944] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:48:28 imperator postgres[80971]: 2024-01-27 10:48:28.619 CST [80971] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:48:28 imperator postgres[80971]: 2024-01-27 10:48:28.619 CST [80971] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:48:28 imperator postgres[80971]: 2024-01-27 10:48:28.619 CST [80971] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:48:37 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:48:37 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:48:55 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:48:55 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:01 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:01 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:01 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:01 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:08 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:08 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:21 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:21 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:28 imperator postgres[81355]: 2024-01-27 10:49:28.652 CST [81355] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:49:28 imperator postgres[81355]: 2024-01-27 10:49:28.652 CST [81355] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:49:28 imperator postgres[81355]: 2024-01-27 10:49:28.652 CST [81355] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:49:44 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:44 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:51 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:51 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:56 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:49:56 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:50:17 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:50:17 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:50:28 imperator postgres[81601]: 2024-01-27 10:50:28.711 CST [81601] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:50:28 imperator postgres[81601]: 2024-01-27 10:50:28.711 CST [81601] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:50:28 imperator postgres[81601]: 2024-01-27 10:50:28.711 CST [81601] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:50:57 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:50:57 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:51:28 imperator postgres[81743]: 2024-01-27 10:51:28.770 CST [81743] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:51:28 imperator postgres[81743]: 2024-01-27 10:51:28.770 CST [81743] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:51:28 imperator postgres[81743]: 2024-01-27 10:51:28.770 CST [81743] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:52:28 imperator postgres[81792]: 2024-01-27 10:52:28.830 CST [81792] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:52:28 imperator postgres[81792]: 2024-01-27 10:52:28.830 CST [81792] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:52:28 imperator postgres[81792]: 2024-01-27 10:52:28.830 CST [81792] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:52:44 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:52:44 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:52:44 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:52:44 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:53:25 imperator NetworkManager[780]: <info>  [1706374405.1627] device (wlo1): set-hw-addr: set MAC address to 9A:0D:2E:E0:DD:BA (scanning)
Jan 27 10:53:25 imperator NetworkManager[780]: <info>  [1706374405.1900] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 10:53:25 imperator NetworkManager[780]: <info>  [1706374405.1901] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 10:53:25 imperator NetworkManager[780]: <info>  [1706374405.1957] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 10:53:25 imperator NetworkManager[780]: <info>  [1706374405.1958] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 10:53:28 imperator postgres[81942]: 2024-01-27 10:53:28.889 CST [81942] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:53:28 imperator postgres[81942]: 2024-01-27 10:53:28.889 CST [81942] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:53:28 imperator postgres[81942]: 2024-01-27 10:53:28.889 CST [81942] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:53:32 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:53:32 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:54:18 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:54:18 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:54:28 imperator postgres[82054]: 2024-01-27 10:54:28.950 CST [82054] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:54:28 imperator postgres[82054]: 2024-01-27 10:54:28.950 CST [82054] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:54:28 imperator postgres[82054]: 2024-01-27 10:54:28.950 CST [82054] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:54:47 imperator openvpn[76352]: TLS: soft reset sec=3600/3600 bytes=118804261/-1 pkts=129641/0
Jan 27 10:54:47 imperator openvpn[76352]: VERIFY OK: depth=1, C=US, ST=MO, L=SaintLouis, O=###, OU=CEO, CN=### CA, name=linux-server-01, emailAddress=###
Jan 27 10:54:47 imperator openvpn[76352]: VERIFY KU OK
Jan 27 10:54:47 imperator openvpn[76352]: Validating certificate extended key usage
Jan 27 10:54:47 imperator openvpn[76352]: ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Jan 27 10:54:47 imperator openvpn[76352]: VERIFY EKU OK
Jan 27 10:54:47 imperator openvpn[76352]: VERIFY OK: depth=0, C=US, ST=MO, L=SaintLouis, O=###, OU=CEO, CN=linux-server-01, name=linux-server-01, emailAddress=###
Jan 27 10:54:47 imperator openvpn[76352]: Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 2048 bits RSA, signature: RSA-SHA256, peer temporary key: 253 bits X25519
Jan 27 10:55:17 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:55:17 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:55:29 imperator postgres[82156]: 2024-01-27 10:55:29.006 CST [82156] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:55:29 imperator postgres[82156]: 2024-01-27 10:55:29.006 CST [82156] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:55:29 imperator postgres[82156]: 2024-01-27 10:55:29.006 CST [82156] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:56:11 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:56:11 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:56:29 imperator postgres[82241]: 2024-01-27 10:56:29.066 CST [82241] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:56:29 imperator postgres[82241]: 2024-01-27 10:56:29.066 CST [82241] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:56:29 imperator postgres[82241]: 2024-01-27 10:56:29.066 CST [82241] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:56:37 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:56:37 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:57:28 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:57:28 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:57:29 imperator postgres[82311]: 2024-01-27 10:57:29.126 CST [82311] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:57:29 imperator postgres[82311]: 2024-01-27 10:57:29.126 CST [82311] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:57:29 imperator postgres[82311]: 2024-01-27 10:57:29.126 CST [82311] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:58:29 imperator postgres[82325]: 2024-01-27 10:58:29.185 CST [82325] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:58:29 imperator postgres[82325]: 2024-01-27 10:58:29.185 CST [82325] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:58:29 imperator postgres[82325]: 2024-01-27 10:58:29.185 CST [82325] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 10:58:58 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:58:58 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 10:59:29 imperator postgres[82369]: 2024-01-27 10:59:29.243 CST [82369] WARNING:  database "budget" has a collation version mismatch
Jan 27 10:59:29 imperator postgres[82369]: 2024-01-27 10:59:29.243 CST [82369] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 10:59:29 imperator postgres[82369]: 2024-01-27 10:59:29.243 CST [82369] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:00:18 imperator NetworkManager[780]: <info>  [1706374818.1727] device (wlo1): set-hw-addr: set MAC address to 22:AC:CC:57:75:DA (scanning)
Jan 27 11:00:18 imperator NetworkManager[780]: <info>  [1706374818.1930] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 11:00:18 imperator NetworkManager[780]: <info>  [1706374818.1930] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 11:00:18 imperator NetworkManager[780]: <info>  [1706374818.1984] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 11:00:18 imperator NetworkManager[780]: <info>  [1706374818.1985] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 11:00:29 imperator postgres[82378]: 2024-01-27 11:00:29.253 CST [82378] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:00:29 imperator postgres[82378]: 2024-01-27 11:00:29.253 CST [82378] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:00:29 imperator postgres[82378]: 2024-01-27 11:00:29.253 CST [82378] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:01:00 imperator fcron[82381]: Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 82383)
Jan 27 11:01:00 imperator fcron[82381]: 2024-01-27 11:01:00  INFO Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 82383)
Jan 27 11:01:00 imperator fcron[82381]: Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 27 11:01:00 imperator fcron[82381]: 2024-01-27 11:01:00  INFO Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 27 11:01:29 imperator postgres[82388]: 2024-01-27 11:01:29.312 CST [82388] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:01:29 imperator postgres[82388]: 2024-01-27 11:01:29.312 CST [82388] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:01:29 imperator postgres[82388]: 2024-01-27 11:01:29.312 CST [82388] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:02:28 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:02:28 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:02:29 imperator postgres[82425]: 2024-01-27 11:02:29.372 CST [82425] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:02:29 imperator postgres[82425]: 2024-01-27 11:02:29.372 CST [82425] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:02:29 imperator postgres[82425]: 2024-01-27 11:02:29.372 CST [82425] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:03:29 imperator postgres[82440]: 2024-01-27 11:03:29.431 CST [82440] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:03:29 imperator postgres[82440]: 2024-01-27 11:03:29.431 CST [82440] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:03:29 imperator postgres[82440]: 2024-01-27 11:03:29.431 CST [82440] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:04:29 imperator postgres[82446]: 2024-01-27 11:04:29.463 CST [82446] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:04:29 imperator postgres[82446]: 2024-01-27 11:04:29.463 CST [82446] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:04:29 imperator postgres[82446]: 2024-01-27 11:04:29.463 CST [82446] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:05:29 imperator postgres[82453]: 2024-01-27 11:05:29.512 CST [82453] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:05:29 imperator postgres[82453]: 2024-01-27 11:05:29.512 CST [82453] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:05:29 imperator postgres[82453]: 2024-01-27 11:05:29.512 CST [82453] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:06:12 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:06:12 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:06:29 imperator postgres[82497]: 2024-01-27 11:06:29.572 CST [82497] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:06:29 imperator postgres[82497]: 2024-01-27 11:06:29.572 CST [82497] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:06:29 imperator postgres[82497]: 2024-01-27 11:06:29.572 CST [82497] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:07:11 imperator NetworkManager[780]: <info>  [1706375231.1613] device (wlo1): set-hw-addr: set MAC address to 56:EF:D2:04:0B:D0 (scanning)
Jan 27 11:07:11 imperator NetworkManager[780]: <info>  [1706375231.1829] device (wlo1): supplicant interface state: inactive -> disconnected
Jan 27 11:07:11 imperator NetworkManager[780]: <info>  [1706375231.1830] device (p2p-dev-wlo1): supplicant management interface state: inactive -> disconnected
Jan 27 11:07:11 imperator NetworkManager[780]: <info>  [1706375231.1886] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 11:07:11 imperator NetworkManager[780]: <info>  [1706375231.1887] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 11:07:28 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:07:28 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:07:29 imperator postgres[82542]: 2024-01-27 11:07:29.629 CST [82542] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:07:29 imperator postgres[82542]: 2024-01-27 11:07:29.629 CST [82542] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:07:29 imperator postgres[82542]: 2024-01-27 11:07:29.629 CST [82542] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:08:29 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:08:29 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:08:29 imperator postgres[82584]: 2024-01-27 11:08:29.649 CST [82584] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:08:29 imperator postgres[82584]: 2024-01-27 11:08:29.649 CST [82584] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:08:29 imperator postgres[82584]: 2024-01-27 11:08:29.649 CST [82584] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:09:29 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:09:29 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:09:29 imperator postgres[82626]: 2024-01-27 11:09:29.710 CST [82626] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:09:29 imperator postgres[82626]: 2024-01-27 11:09:29.710 CST [82626] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:09:29 imperator postgres[82626]: 2024-01-27 11:09:29.710 CST [82626] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:10:29 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:10:29 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:10:29 imperator postgres[82668]: 2024-01-27 11:10:29.769 CST [82668] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:10:29 imperator postgres[82668]: 2024-01-27 11:10:29.769 CST [82668] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:10:29 imperator postgres[82668]: 2024-01-27 11:10:29.769 CST [82668] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:11:23 imperator postgres[82684]: 2024-01-27 11:11:23.013 CST [82684] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:11:23 imperator postgres[82684]: 2024-01-27 11:11:23.013 CST [82684] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:11:23 imperator postgres[82684]: 2024-01-27 11:11:23.013 CST [82684] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:11:25 imperator postgres[82685]: 2024-01-27 11:11:25.053 CST [82685] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:11:25 imperator postgres[82685]: 2024-01-27 11:11:25.053 CST [82685] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:11:25 imperator postgres[82685]: 2024-01-27 11:11:25.053 CST [82685] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:11:29 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:11:29 imperator rtkit-daemon[1066]: Supervising 10 threads of 7 processes of 1 users.
Jan 27 11:11:29 imperator postgres[82713]: 2024-01-27 11:11:29.826 CST [82713] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:11:29 imperator postgres[82713]: 2024-01-27 11:11:29.826 CST [82713] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:11:29 imperator postgres[82713]: 2024-01-27 11:11:29.826 CST [82713] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:11:31 imperator systemd-logind[784]: The system will suspend now!
Jan 27 11:11:31 imperator NetworkManager[780]: <info>  [1706375491.8968] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Jan 27 11:11:31 imperator NetworkManager[780]: <info>  [1706375491.8971] device (wlo1): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 11:11:31 imperator protonmail-bridge[888]: ERRO[Jan 27 11:11:31.908] IMAP server error                             error="failed to send response to client: write tcp 127.0.0.1:1143->127.0.0.1:43022: write: broken pipe"
Jan 27 11:11:31 imperator NetworkManager[780]: <info>  [1706375491.9209] device (wlo1): set-hw-addr: reset MAC address to 80:B6:55:FA:A5:A5 (unmanage)
Jan 27 11:11:31 imperator NetworkManager[780]: <info>  [1706375491.9250] device (p2p-dev-wlo1): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 11:11:31 imperator NetworkManager[780]: <info>  [1706375491.9251] manager: NetworkManager state is now ASLEEP
Jan 27 11:11:31 imperator NetworkManager[780]: <info>  [1706375491.9252] device (enp5s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 11:11:31 imperator wpa_supplicant[832]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 11:11:31 imperator wpa_supplicant[832]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 11:11:31 imperator systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 27 11:11:31 imperator wpa_supplicant[832]: nl80211: deinit ifname=p2p-dev-wlo1 disabled_11b_rates=0
Jan 27 11:11:31 imperator systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 27 11:11:31 imperator NetworkManager[780]: <info>  [1706375491.9595] device (enp5s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 11:11:32 imperator NetworkManager[780]: <info>  [1706375492.0088] dhcp4 (enp5s0): canceled DHCP transaction
Jan 27 11:11:32 imperator wpa_supplicant[832]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 11:11:32 imperator NetworkManager[780]: <info>  [1706375492.0089] dhcp4 (enp5s0): activation: beginning transaction (timeout in 45 seconds)
Jan 27 11:11:32 imperator NetworkManager[780]: <info>  [1706375492.0089] dhcp4 (enp5s0): state changed no lease
Jan 27 11:11:32 imperator systemd-resolved[771]: enp5s0: Bus client set default route setting: no
Jan 27 11:11:32 imperator systemd-resolved[771]: enp5s0: Bus client reset DNS server list.
Jan 27 11:11:32 imperator NetworkManager[780]: <info>  [1706375492.0663] device (enp5s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 11:11:32 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Down
Jan 27 11:11:32 imperator wpa_supplicant[832]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 11:11:32 imperator wpa_supplicant[832]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
Jan 27 11:11:32 imperator systemd[1]: Reached target Sleep.
Jan 27 11:11:32 imperator systemd[1]: Starting System Suspend...
Jan 27 11:11:32 imperator systemd-sleep[82724]: Failed to lock home directories: Unknown object '/org/freedesktop/home1'.
Jan 27 11:11:32 imperator systemd-sleep[82724]: Performing sleep operation 'suspend'...
Jan 27 11:11:32 imperator kernel: PM: suspend entry (deep)
Jan 27 11:11:32 imperator kernel: Filesystems sync: 0.002 seconds
Jan 27 11:11:52 imperator kernel: Freezing user space processes
Jan 27 11:11:52 imperator kernel: Freezing user space processes completed (elapsed 0.002 seconds)
Jan 27 11:11:52 imperator kernel: OOM killer disabled.
Jan 27 11:11:52 imperator kernel: Freezing remaining freezable tasks
Jan 27 11:11:52 imperator kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Jan 27 11:11:52 imperator kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jan 27 11:11:52 imperator kernel: serial 00:01: disabled
Jan 27 11:11:52 imperator kernel: sd 6:0:0:0: [sda] Synchronizing SCSI cache
Jan 27 11:11:52 imperator kernel: ata7.00: Entering standby power mode
Jan 27 11:11:52 imperator kernel: ACPI: PM: Preparing to enter system sleep state S3
Jan 27 11:11:52 imperator kernel: ACPI: PM: Saving platform NVS memory
Jan 27 11:11:52 imperator kernel: Disabling non-boot CPUs ...
Jan 27 11:11:52 imperator kernel: smpboot: CPU 1 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 2 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 3 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 4 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 5 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 6 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 7 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 8 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 9 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 10 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 11 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 12 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 13 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 14 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 15 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 16 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 17 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 18 is now offline
Jan 27 11:11:52 imperator kernel: smpboot: CPU 19 is now offline
Jan 27 11:11:52 imperator kernel: ACPI: PM: Low-level resume complete
Jan 27 11:11:52 imperator kernel: ACPI: PM: Restoring platform NVS memory
Jan 27 11:11:52 imperator kernel: Enabling non-boot CPUs ...
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Jan 27 11:11:52 imperator kernel: CPU1 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 2 APIC 0x8
Jan 27 11:11:52 imperator kernel: CPU2 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 3 APIC 0x9
Jan 27 11:11:52 imperator kernel: CPU3 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 4 APIC 0x10
Jan 27 11:11:52 imperator kernel: CPU4 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 5 APIC 0x11
Jan 27 11:11:52 imperator kernel: CPU5 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 6 APIC 0x18
Jan 27 11:11:52 imperator kernel: CPU6 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 7 APIC 0x19
Jan 27 11:11:52 imperator kernel: CPU7 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 8 APIC 0x20
Jan 27 11:11:52 imperator kernel: CPU8 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 9 APIC 0x21
Jan 27 11:11:52 imperator kernel: CPU9 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 10 APIC 0x28
Jan 27 11:11:52 imperator kernel: CPU10 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 11 APIC 0x29
Jan 27 11:11:52 imperator kernel: CPU11 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 12 APIC 0x30
Jan 27 11:11:52 imperator kernel: CPU12 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 13 APIC 0x31
Jan 27 11:11:52 imperator kernel: CPU13 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 14 APIC 0x38
Jan 27 11:11:52 imperator kernel: CPU14 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 15 APIC 0x39
Jan 27 11:11:52 imperator kernel: CPU15 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 16 APIC 0x48
Jan 27 11:11:52 imperator kernel: core: cpu_atom PMU driver: PEBS-via-PT 
Jan 27 11:11:52 imperator kernel: ... version:                5
Jan 27 11:11:52 imperator kernel: ... bit width:              48
Jan 27 11:11:52 imperator kernel: ... generic registers:      6
Jan 27 11:11:52 imperator kernel: ... value mask:             0000ffffffffffff
Jan 27 11:11:52 imperator kernel: ... max period:             00007fffffffffff
Jan 27 11:11:52 imperator kernel: ... fixed-purpose events:   3
Jan 27 11:11:52 imperator kernel: ... event mask:             000000070000003f
Jan 27 11:11:52 imperator kernel: CPU16 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 17 APIC 0x4a
Jan 27 11:11:52 imperator kernel: CPU17 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 18 APIC 0x4c
Jan 27 11:11:52 imperator kernel: CPU18 is up
Jan 27 11:11:52 imperator kernel: smpboot: Booting Node 0 Processor 19 APIC 0x4e
Jan 27 11:11:52 imperator kernel: CPU19 is up
Jan 27 11:11:52 imperator kernel: ACPI: PM: Waking up from system sleep state S3
Jan 27 11:11:52 imperator kernel: xhci_hcd 0000:04:00.0: xHC error in resume, USBSTS 0x401, Reinit
Jan 27 11:11:52 imperator kernel: usb usb3: root hub lost power or was reset
Jan 27 11:11:52 imperator kernel: usb usb4: root hub lost power or was reset
Jan 27 11:11:52 imperator kernel: serial 00:01: activated
Jan 27 11:11:52 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 27 11:11:52 imperator kernel: nvme nvme0: 20/0/0 default/read/poll queues
Jan 27 11:11:52 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 27 11:11:52 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 27 11:11:52 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 27 11:11:52 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 27 11:11:52 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 27 11:11:52 imperator kernel: usb 3-2: reset high-speed USB device number 3 using xhci_hcd
Jan 27 11:11:52 imperator kernel: ata8: SATA link down (SStatus 4 SControl 300)
Jan 27 11:11:52 imperator kernel: ata5: SATA link down (SStatus 4 SControl 300)
Jan 27 11:11:52 imperator kernel: ata6: SATA link down (SStatus 4 SControl 300)
Jan 27 11:11:52 imperator kernel: usb 3-1: reset high-speed USB device number 2 using xhci_hcd
Jan 27 11:11:52 imperator kernel: OOM killer enabled.
Jan 27 11:11:52 imperator systemd-resolved[771]: Clock change detected. Flushing caches.
Jan 27 11:11:52 imperator fcron[782]: 2024-01-27 11:11:52  INFO suspend/hibernate detected: we woke up after 652s instead of 1254s. The system was suspended for 17s.
Jan 27 11:11:52 imperator fcron[782]: suspend/hibernate detected: we woke up after 652s instead of 1254s. The system was suspended for 17s.
Jan 27 11:11:52 imperator openvpn[76352]: write UDPv4 []: Network is unreachable (fd=3,code=101)
Jan 27 11:11:52 imperator openvpn[76352]: write UDPv4 []: Network is unreachable (fd=3,code=101)
Jan 27 11:11:52 imperator openvpn[76352]: write UDPv4 []: Network is unreachable (fd=3,code=101)
Jan 27 11:11:52 imperator openvpn[76352]: write UDPv4 []: Network is unreachable (fd=3,code=101)
Jan 27 11:11:52 imperator openvpn[76352]: write UDPv4 []: Network is unreachable (fd=3,code=101)
Jan 27 11:11:52 imperator openvpn[76352]: write UDPv4 []: Network is unreachable (fd=3,code=101)
Jan 27 11:11:52 imperator openvpn[76352]: write UDPv4 []: Network is unreachable (fd=3,code=101)
Jan 27 11:11:52 imperator systemd-sleep[82724]: System returned from sleep operation 'suspend'.
Jan 27 11:11:52 imperator kernel: Restarting tasks ... done.
Jan 27 11:11:52 imperator kernel: random: crng reseeded on system resumption
Jan 27 11:11:52 imperator kernel: PM: suspend exit
Jan 27 11:11:52 imperator openvpn[76352]: write UDPv4 []: Network is unreachable (fd=3,code=101)
Jan 27 11:11:52 imperator openvpn[76352]: write UDPv4 []: Network is unreachable (fd=3,code=101)
Jan 27 11:11:52 imperator openvpn[76352]: event_wait : Interrupted system call (fd=-1,code=4)
Jan 27 11:11:52 imperator openvpn[76352]: net_route_v4_del: 10.0.6.0/24 via 10.8.0.1 dev [NULL] table 0 metric -1
Jan 27 11:11:52 imperator openvpn[76352]: /usr/bin/update-systemd-resolved tun0 1500 0 10.8.0.4 255.255.255.0 init
Jan 27 11:11:52 imperator systemd[1]: systemd-suspend.service: Deactivated successfully.
Jan 27 11:11:52 imperator update-systemd-resolved[82887]: Link 'tun0' going down
Jan 27 11:11:52 imperator openvpn[82887]: <14>Jan 27 11:11:52 update-systemd-resolved: Link 'tun0' going down
Jan 27 11:11:52 imperator update-systemd-resolved[82890]: Privileges dropped in the client: Cannot call RevertLink.
Jan 27 11:11:52 imperator openvpn[82890]: <14>Jan 27 11:11:52 update-systemd-resolved: Privileges dropped in the client: Cannot call RevertLink.
Jan 27 11:11:52 imperator systemd-resolved[771]: Flushed all caches.
Jan 27 11:11:52 imperator openvpn[76352]: Closing TUN/TAP interface
Jan 27 11:11:52 imperator openvpn[76352]: net_addr_v4_del: 10.8.0.4 dev tun0
Jan 27 11:11:52 imperator systemd-resolved[771]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Jan 27 11:11:52 imperator NetworkManager[780]: <info>  [1706375512.1560] device (tun0): state change: activated -> unmanaged (reason 'unmanaged', sys-iface-state: 'removed')
Jan 27 11:11:52 imperator systemd[1]: Finished System Suspend.
Jan 27 11:11:52 imperator systemd[1]: Stopped target Sleep.
Jan 27 11:11:52 imperator systemd[1]: Reached target Suspend.
Jan 27 11:11:52 imperator systemd[1]: Stopped target Suspend.
Jan 27 11:11:52 imperator openvpn[76352]: SIGHUP[hard,] received, process restarting
Jan 27 11:11:52 imperator openvpn[76352]: Note: Kernel support for ovpn-dco missing, disabling data channel offload.
Jan 27 11:11:52 imperator openvpn[76352]: OpenVPN 2.6.8 [git:makepkg/3b0d9489cc423da3+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] built on Nov 17 2023
Jan 27 11:11:52 imperator openvpn[76352]: library versions: OpenSSL 3.2.0 23 Nov 2023, LZO 2.10
Jan 27 11:11:52 imperator openvpn[76352]: DCO version: N/A
Jan 27 11:11:52 imperator openvpn[76352]: Restart pause, 1 second(s)
Jan 27 11:11:52 imperator systemd-logind[784]: Operation 'sleep' finished.
Jan 27 11:11:52 imperator NetworkManager[780]: <info>  [1706375512.4908] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Jan 27 11:11:52 imperator NetworkManager[780]: <info>  [1706375512.4913] device (enp5s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 11:11:52 imperator kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
Jan 27 11:11:52 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Down
Jan 27 11:11:52 imperator NetworkManager[780]: <info>  [1706375512.7155] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 11:11:52 imperator NetworkManager[780]: <info>  [1706375512.7159] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 11:11:52 imperator NetworkManager[780]: <info>  [1706375512.7160] manager: NetworkManager state is now DISCONNECTED
Jan 27 11:11:52 imperator NetworkManager[780]: <info>  [1706375512.7535] device (wlo1): supplicant interface state: internal-starting -> disconnected
Jan 27 11:11:52 imperator NetworkManager[780]: <info>  [1706375512.7535] device (p2p-dev-wlo1): state change: unavailable -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Jan 27 11:11:52 imperator NetworkManager[780]: <info>  [1706375512.7537] Wi-Fi P2P device controlled by interface wlo1 created
Jan 27 11:11:52 imperator NetworkManager[780]: <info>  [1706375512.7538] manager: (p2p-dev-wlo1): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/10)
Jan 27 11:11:52 imperator NetworkManager[780]: <info>  [1706375512.7539] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 11:11:52 imperator NetworkManager[780]: <info>  [1706375512.7540] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jan 27 11:11:52 imperator NetworkManager[780]: <info>  [1706375512.7542] device (p2p-dev-wlo1): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jan 27 11:11:53 imperator openvpn[76352]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Jan 27 11:11:53 imperator openvpn[76352]: RESOLVE: Cannot resolve host address: dornith.name:1194 (Temporary failure in name resolution)
Jan 27 11:11:53 imperator openvpn[76352]: RESOLVE: Cannot resolve host address: dornith.name:1194 (Temporary failure in name resolution)
Jan 27 11:11:53 imperator openvpn[76352]: Could not determine IPv4/IPv6 protocol
Jan 27 11:11:53 imperator openvpn[76352]: SIGUSR1[soft,Could not determine IPv4/IPv6 protocol] received, process restarting
Jan 27 11:11:53 imperator openvpn[76352]: Restart pause, 1 second(s)
Jan 27 11:11:54 imperator openvpn[76352]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Jan 27 11:11:54 imperator openvpn[76352]: RESOLVE: Cannot resolve host address: dornith.name:1194 (Temporary failure in name resolution)
Jan 27 11:11:54 imperator openvpn[76352]: RESOLVE: Cannot resolve host address: dornith.name:1194 (Temporary failure in name resolution)
Jan 27 11:11:54 imperator openvpn[76352]: Could not determine IPv4/IPv6 protocol
Jan 27 11:11:54 imperator openvpn[76352]: SIGUSR1[soft,Could not determine IPv4/IPv6 protocol] received, process restarting
Jan 27 11:11:54 imperator openvpn[76352]: Restart pause, 1 second(s)
Jan 27 11:11:55 imperator openvpn[76352]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Jan 27 11:11:55 imperator openvpn[76352]: RESOLVE: Cannot resolve host address: dornith.name:1194 (Temporary failure in name resolution)
Jan 27 11:11:55 imperator openvpn[76352]: RESOLVE: Cannot resolve host address: dornith.name:1194 (Temporary failure in name resolution)
Jan 27 11:11:55 imperator openvpn[76352]: Could not determine IPv4/IPv6 protocol
Jan 27 11:11:55 imperator openvpn[76352]: SIGUSR1[soft,Could not determine IPv4/IPv6 protocol] received, process restarting
Jan 27 11:11:55 imperator openvpn[76352]: Restart pause, 1 second(s)
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.3779] device (enp5s0): carrier: link connected
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.3784] device (enp5s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.3797] policy: auto-activating connection 'Wired connection 1' (0af2ca09-351f-3770-8c14-ddcd3318a322)
Jan 27 11:11:55 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Up - 1Gbps/Full - flow control rx/tx
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.3808] device (enp5s0): Activation: starting connection 'Wired connection 1' (0af2ca09-351f-3770-8c14-ddcd3318a322)
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.3809] device (enp5s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.3814] manager: NetworkManager state is now CONNECTING
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.3816] device (enp5s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.3822] device (enp5s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.3828] dhcp4 (enp5s0): activation: beginning transaction (timeout in 45 seconds)
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.3883] dhcp4 (enp5s0): state changed new lease, address=192.168.68.57
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.3889] policy: set 'Wired connection 1' (enp5s0) as default for IPv4 routing and DNS
Jan 27 11:11:55 imperator systemd-resolved[771]: enp5s0: Bus client set default route setting: yes
Jan 27 11:11:55 imperator systemd-resolved[771]: enp5s0: Bus client set DNS server list to: 71.10.216.1, 71.10.216.2
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.3959] device (enp5s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.4009] device (enp5s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.4012] device (enp5s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.4016] manager: NetworkManager state is now CONNECTED_SITE
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.4019] device (enp5s0): Activation: successful, device activated.
Jan 27 11:11:55 imperator NetworkManager[780]: <info>  [1706375515.7460] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 27 11:11:55 imperator wpa_supplicant[832]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Jan 27 11:11:56 imperator openvpn[76352]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Jan 27 11:11:56 imperator openvpn[76352]: TCP/UDP: Preserving recently used remote address: [AF_INET]63.246.2.175:1194
Jan 27 11:11:56 imperator openvpn[76352]: Socket Buffers: R=[212992->212992] S=[212992->212992]
Jan 27 11:11:56 imperator openvpn[76352]: UDPv4 link local: (not bound)
Jan 27 11:11:56 imperator openvpn[76352]: UDPv4 link remote: [AF_INET]63.246.2.175:1194
Jan 27 11:11:56 imperator openvpn[76352]: TLS: Initial packet from [AF_INET]63.246.2.175:1194, sid=fb23bc8a afae2fb5
Jan 27 11:11:56 imperator openvpn[76352]: VERIFY OK: depth=1, C=US, ST=MO, L=SaintLouis, O=###, OU=CEO, CN=### CA, name=linux-server-01, emailAddress=###
Jan 27 11:11:56 imperator openvpn[76352]: VERIFY KU OK
Jan 27 11:11:56 imperator openvpn[76352]: Validating certificate extended key usage
Jan 27 11:11:56 imperator openvpn[76352]: ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Jan 27 11:11:56 imperator openvpn[76352]: VERIFY EKU OK
Jan 27 11:11:56 imperator openvpn[76352]: VERIFY OK: depth=0, C=US, ST=MO, L=SaintLouis, O=###, OU=CEO, CN=linux-server-01, name=linux-server-01, emailAddress=###
Jan 27 11:11:56 imperator openvpn[76352]: Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 2048 bits RSA, signature: RSA-SHA256, peer temporary key: 253 bits X25519
Jan 27 11:11:56 imperator openvpn[76352]: [linux-server-01] Peer Connection Initiated with [AF_INET]63.246.2.175:1194
Jan 27 11:11:56 imperator openvpn[76352]: TLS: move_session: dest=TM_ACTIVE src=TM_INITIAL reinit_src=1
Jan 27 11:11:56 imperator openvpn[76352]: TLS: tls_multi_process: initial untrusted session promoted to trusted
Jan 27 11:11:56 imperator kernel: ata7: link is slow to respond, please be patient (ready=0)
Jan 27 11:11:57 imperator openvpn[76352]: SENT CONTROL [linux-server-01]: 'PUSH_REQUEST' (status=1)
Jan 27 11:11:57 imperator openvpn[76352]: PUSH: Received control message: 'PUSH_REPLY,route 10.0.6.0 255.255.255.0,redirect-gateway def1 bypass-dhcp,dhcp-option DNS 10.8.0.1,route-gateway 10.8.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.8.0.4 255.255.255.0,peer-id 1,cipher AES-256-GCM'
Jan 27 11:11:57 imperator openvpn[76352]: Pushed option removed by filter: 'redirect-gateway def1 bypass-dhcp'
Jan 27 11:11:57 imperator openvpn[76352]: OPTIONS IMPORT: --ifconfig/up options modified
Jan 27 11:11:57 imperator openvpn[76352]: OPTIONS IMPORT: route options modified
Jan 27 11:11:57 imperator openvpn[76352]: OPTIONS IMPORT: route-related options modified
Jan 27 11:11:57 imperator openvpn[76352]: OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Jan 27 11:11:57 imperator openvpn[76352]: net_route_v4_best_gw query: dst 0.0.0.0
Jan 27 11:11:57 imperator openvpn[76352]: net_route_v4_best_gw result: via 192.168.68.1 dev enp5s0
Jan 27 11:11:57 imperator openvpn[76352]: ROUTE_GATEWAY 192.168.68.1/255.255.252.0 IFACE=enp5s0 HWADDR=04:42:1a:f1:9f:93
Jan 27 11:11:57 imperator openvpn[76352]: TUN/TAP device tun0 opened
Jan 27 11:11:57 imperator openvpn[76352]: net_iface_mtu_set: mtu 1500 for tun0
Jan 27 11:11:57 imperator openvpn[76352]: net_iface_up: set tun0 up
Jan 27 11:11:57 imperator openvpn[76352]: net_addr_v4_add: 10.8.0.4/24 dev tun0
Jan 27 11:11:57 imperator openvpn[76352]: /usr/bin/update-systemd-resolved tun0 1500 0 10.8.0.4 255.255.255.0 init
Jan 27 11:11:57 imperator NetworkManager[780]: <info>  [1706375517.7260] manager: (tun0): new Tun device (/org/freedesktop/NetworkManager/Devices/11)
Jan 27 11:11:57 imperator NetworkManager[780]: <info>  [1706375517.7361] device (tun0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 27 11:11:57 imperator NetworkManager[780]: <info>  [1706375517.7362] device (tun0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 27 11:11:57 imperator NetworkManager[780]: <info>  [1706375517.7364] device (tun0): Activation: starting connection 'tun0' (9bcaa72a-3779-4daa-b6de-2eef4f665a84)
Jan 27 11:11:57 imperator NetworkManager[780]: <info>  [1706375517.7365] device (tun0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 27 11:11:57 imperator update-systemd-resolved[82931]: Link 'tun0' coming up
Jan 27 11:11:57 imperator openvpn[82931]: <14>Jan 27 11:11:57 update-systemd-resolved: Link 'tun0' coming up
Jan 27 11:11:57 imperator NetworkManager[780]: <info>  [1706375517.7365] device (tun0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 27 11:11:57 imperator NetworkManager[780]: <info>  [1706375517.7366] device (tun0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 27 11:11:57 imperator NetworkManager[780]: <info>  [1706375517.7366] device (tun0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 27 11:11:57 imperator NetworkManager[780]: <info>  [1706375517.7373] device (tun0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 27 11:11:57 imperator NetworkManager[780]: <info>  [1706375517.7375] device (tun0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 27 11:11:57 imperator NetworkManager[780]: <info>  [1706375517.7380] device (tun0): Activation: successful, device activated.
Jan 27 11:11:57 imperator update-systemd-resolved[82934]: Adding DNS Routed Domain .
Jan 27 11:11:57 imperator openvpn[82934]: <14>Jan 27 11:11:57 update-systemd-resolved: Adding DNS Routed Domain .
Jan 27 11:11:57 imperator update-systemd-resolved[82935]: Adding IPv4 DNS Server 10.8.0.1
Jan 27 11:11:57 imperator openvpn[82935]: <14>Jan 27 11:11:57 update-systemd-resolved: Adding IPv4 DNS Server 10.8.0.1
Jan 27 11:11:57 imperator update-systemd-resolved[82936]: SetLinkDNS(5 1 2 4 10 8 0 1)
Jan 27 11:11:57 imperator openvpn[82936]: <14>Jan 27 11:11:57 update-systemd-resolved: SetLinkDNS(5 1 2 4 10 8 0 1)
Jan 27 11:11:57 imperator systemd-resolved[771]: tun0: Bus client set DNS server list to: 10.8.0.1
Jan 27 11:11:57 imperator update-systemd-resolved[82939]: SetLinkDomains(5 1 . true)
Jan 27 11:11:57 imperator openvpn[82939]: <14>Jan 27 11:11:57 update-systemd-resolved: SetLinkDomains(5 1 . true)
Jan 27 11:11:57 imperator systemd-resolved[771]: tun0: Bus client set search domain list to: ~.
Jan 27 11:11:57 imperator systemd-resolved[771]: Flushed all caches.
Jan 27 11:11:57 imperator openvpn[76352]: net_route_v4_add: 10.0.6.0/24 via 10.8.0.1 dev [NULL] table 0 metric -1
Jan 27 11:11:57 imperator openvpn[76352]: Initialization Sequence Completed
Jan 27 11:11:57 imperator openvpn[76352]: Data Channel: cipher 'AES-256-GCM', peer-id: 1
Jan 27 11:11:57 imperator openvpn[76352]: Timers: ping 10, ping-restart 120
Jan 27 11:11:59 imperator systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 27 11:12:01 imperator kernel: ata7: COMRESET failed (errno=-16)
Jan 27 11:12:01 imperator kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 27 11:12:01 imperator kernel: ata7.00: Entering active power mode
Jan 27 11:12:01 imperator kernel: ata7.00: configured for UDMA/133
Jan 27 11:12:04 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 11:12:04 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 11:12:06 imperator postgres[83030]: 2024-01-27 11:12:06.438 CST [83030] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:12:06 imperator postgres[83030]: 2024-01-27 11:12:06.438 CST [83030] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:12:06 imperator postgres[83030]: 2024-01-27 11:12:06.438 CST [83030] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:12:17 imperator NetworkManager[780]: <info>  [1706375537.9243] device (wlo1): set-hw-addr: set MAC address to 0A:66:F1:2F:16:1A (scanning)
Jan 27 11:12:17 imperator NetworkManager[780]: <info>  [1706375537.9540] device (wlo1): supplicant interface state: disconnected -> inactive
Jan 27 11:12:17 imperator NetworkManager[780]: <info>  [1706375537.9541] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Jan 27 11:12:35 imperator postgres[83038]: 2024-01-27 11:12:35.184 CST [83038] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:12:35 imperator postgres[83038]: 2024-01-27 11:12:35.184 CST [83038] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:12:35 imperator postgres[83038]: 2024-01-27 11:12:35.184 CST [83038] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:12:42 imperator postgres[83041]: 2024-01-27 11:12:42.387 CST [83041] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:12:42 imperator postgres[83041]: 2024-01-27 11:12:42.387 CST [83041] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:12:42 imperator postgres[83041]: 2024-01-27 11:12:42.387 CST [83041] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:12:47 imperator postgres[83050]: 2024-01-27 11:12:47.631 CST [83050] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:12:47 imperator postgres[83050]: 2024-01-27 11:12:47.631 CST [83050] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:12:47 imperator postgres[83050]: 2024-01-27 11:12:47.631 CST [83050] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:12:48 imperator postgres[83053]: 2024-01-27 11:12:48.329 CST [83053] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:12:48 imperator postgres[83053]: 2024-01-27 11:12:48.329 CST [83053] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:12:48 imperator postgres[83053]: 2024-01-27 11:12:48.329 CST [83053] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:12:50 imperator postgres[83054]: 2024-01-27 11:12:50.903 CST [83054] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:12:50 imperator postgres[83054]: 2024-01-27 11:12:50.903 CST [83054] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:12:50 imperator postgres[83054]: 2024-01-27 11:12:50.903 CST [83054] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:13:04 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 11:13:04 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 11:13:08 imperator postgres[83114]: 2024-01-27 11:13:08.440 CST [83114] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:13:08 imperator postgres[83114]: 2024-01-27 11:13:08.440 CST [83114] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:13:08 imperator postgres[83114]: 2024-01-27 11:13:08.440 CST [83114] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:13:12 imperator postgres[83116]: 2024-01-27 11:13:12.372 CST [83116] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:13:12 imperator postgres[83116]: 2024-01-27 11:13:12.372 CST [83116] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:13:12 imperator postgres[83116]: 2024-01-27 11:13:12.372 CST [83116] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:13:20 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 11:13:20 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 11:13:20 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 11:13:20 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 11:13:21 imperator postgres[83213]: 2024-01-27 11:13:21.802 CST [83213] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:13:21 imperator postgres[83213]: 2024-01-27 11:13:21.802 CST [83213] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:13:21 imperator postgres[83213]: 2024-01-27 11:13:21.802 CST [83213] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:13:47 imperator postgres[83217]: 2024-01-27 11:13:47.692 CST [83217] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:13:47 imperator postgres[83217]: 2024-01-27 11:13:47.692 CST [83217] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:13:47 imperator postgres[83217]: 2024-01-27 11:13:47.692 CST [83217] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:14:47 imperator postgres[83296]: 2024-01-27 11:14:47.751 CST [83296] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:14:47 imperator postgres[83296]: 2024-01-27 11:14:47.751 CST [83296] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:14:47 imperator postgres[83296]: 2024-01-27 11:14:47.751 CST [83296] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:15:47 imperator postgres[83302]: 2024-01-27 11:15:47.811 CST [83302] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:15:47 imperator postgres[83302]: 2024-01-27 11:15:47.811 CST [83302] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:15:47 imperator postgres[83302]: 2024-01-27 11:15:47.811 CST [83302] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:16:30 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 11:16:30 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 11:16:47 imperator postgres[83343]: 2024-01-27 11:16:47.871 CST [83343] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:16:47 imperator postgres[83343]: 2024-01-27 11:16:47.871 CST [83343] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:16:47 imperator postgres[83343]: 2024-01-27 11:16:47.871 CST [83343] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:17:47 imperator postgres[83350]: 2024-01-27 11:17:47.930 CST [83350] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:17:47 imperator postgres[83350]: 2024-01-27 11:17:47.930 CST [83350] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:17:47 imperator postgres[83350]: 2024-01-27 11:17:47.930 CST [83350] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:18:47 imperator postgres[83355]: 2024-01-27 11:18:47.989 CST [83355] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:18:47 imperator postgres[83355]: 2024-01-27 11:18:47.989 CST [83355] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:18:47 imperator postgres[83355]: 2024-01-27 11:18:47.989 CST [83355] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:19:10 imperator NetworkManager[780]: <info>  [1706375950.9178] device (wlo1): set-hw-addr: set MAC address to E2:4C:6E:E9:7C:AA (scanning)
Jan 27 11:19:48 imperator postgres[83363]: 2024-01-27 11:19:48.049 CST [83363] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:19:48 imperator postgres[83363]: 2024-01-27 11:19:48.049 CST [83363] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:19:48 imperator postgres[83363]: 2024-01-27 11:19:48.049 CST [83363] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:20:48 imperator postgres[83369]: 2024-01-27 11:20:48.109 CST [83369] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:20:48 imperator postgres[83369]: 2024-01-27 11:20:48.109 CST [83369] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:20:48 imperator postgres[83369]: 2024-01-27 11:20:48.109 CST [83369] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:21:48 imperator postgres[83376]: 2024-01-27 11:21:48.168 CST [83376] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:21:48 imperator postgres[83376]: 2024-01-27 11:21:48.168 CST [83376] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:21:48 imperator postgres[83376]: 2024-01-27 11:21:48.168 CST [83376] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:22:48 imperator postgres[83382]: 2024-01-27 11:22:48.209 CST [83382] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:22:48 imperator postgres[83382]: 2024-01-27 11:22:48.209 CST [83382] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:22:48 imperator postgres[83382]: 2024-01-27 11:22:48.209 CST [83382] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:23:32 imperator postgres[83391]: 2024-01-27 11:23:32.643 CST [83391] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:23:32 imperator postgres[83391]: 2024-01-27 11:23:32.643 CST [83391] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:23:32 imperator postgres[83391]: 2024-01-27 11:23:32.643 CST [83391] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:23:32 imperator postgres[83395]: 2024-01-27 11:23:32.653 CST [83395] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:23:32 imperator postgres[83395]: 2024-01-27 11:23:32.653 CST [83395] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:23:32 imperator postgres[83395]: 2024-01-27 11:23:32.653 CST [83395] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:23:36 imperator postgres[848]: 2024-01-27 11:23:36.097 CST [848] LOG:  checkpoint starting: time
Jan 27 11:23:36 imperator postgres[848]: 2024-01-27 11:23:36.406 CST [848] LOG:  checkpoint complete: wrote 4 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.303 s, sync=0.003 s, total=0.309 s; sync files=4, longest=0.002 s, average=0.001 s; distance=11 kB, estimate=110 kB; lsn=0/1868D918, redo lsn=0/1868D8E0
Jan 27 11:23:48 imperator postgres[83397]: 2024-01-27 11:23:48.218 CST [83397] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:23:48 imperator postgres[83397]: 2024-01-27 11:23:48.218 CST [83397] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:23:48 imperator postgres[83397]: 2024-01-27 11:23:48.218 CST [83397] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:24:48 imperator postgres[83406]: 2024-01-27 11:24:48.238 CST [83406] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:24:48 imperator postgres[83406]: 2024-01-27 11:24:48.238 CST [83406] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:24:48 imperator postgres[83406]: 2024-01-27 11:24:48.238 CST [83406] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:25:48 imperator postgres[83412]: 2024-01-27 11:25:48.297 CST [83412] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:25:48 imperator postgres[83412]: 2024-01-27 11:25:48.297 CST [83412] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:25:48 imperator postgres[83412]: 2024-01-27 11:25:48.297 CST [83412] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:26:03 imperator NetworkManager[780]: <info>  [1706376363.9107] device (wlo1): set-hw-addr: set MAC address to 3E:02:7D:F8:53:EC (scanning)
Jan 27 11:26:03 imperator NetworkManager[780]: <info>  [1706376363.9165] device (wlo1): supplicant interface state: inactive -> interface_disabled
Jan 27 11:26:03 imperator NetworkManager[780]: <info>  [1706376363.9165] device (p2p-dev-wlo1): supplicant management interface state: inactive -> interface_disabled
Jan 27 11:26:03 imperator NetworkManager[780]: <info>  [1706376363.9349] device (wlo1): supplicant interface state: interface_disabled -> inactive
Jan 27 11:26:03 imperator NetworkManager[780]: <info>  [1706376363.9349] device (p2p-dev-wlo1): supplicant management interface state: interface_disabled -> inactive
Jan 27 11:26:31 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 11:26:31 imperator rtkit-daemon[1066]: Supervising 9 threads of 6 processes of 1 users.
Jan 27 11:26:48 imperator postgres[83457]: 2024-01-27 11:26:48.357 CST [83457] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:26:48 imperator postgres[83457]: 2024-01-27 11:26:48.357 CST [83457] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:26:48 imperator postgres[83457]: 2024-01-27 11:26:48.357 CST [83457] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:27:48 imperator postgres[83467]: 2024-01-27 11:27:48.417 CST [83467] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:27:48 imperator postgres[83467]: 2024-01-27 11:27:48.417 CST [83467] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:27:48 imperator postgres[83467]: 2024-01-27 11:27:48.417 CST [83467] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:28:48 imperator postgres[83473]: 2024-01-27 11:28:48.477 CST [83473] WARNING:  database "budget" has a collation version mismatch
Jan 27 11:28:48 imperator postgres[83473]: 2024-01-27 11:28:48.477 CST [83473] DETAIL:  The database was created using collation version 2.37, but the operating system provides version 2.38.
Jan 27 11:28:48 imperator postgres[83473]: 2024-01-27 11:28:48.477 CST [83473] HINT:  Rebuild all objects in this database that use the default collation and run ALTER DATABASE budget REFRESH COLLATION VERSION, or build PostgreSQL with the right library version.
Jan 27 11:28:59 imperator systemd-logind[784]: The system will suspend now!
Jan 27 11:28:59 imperator NetworkManager[780]: <info>  [1706376539.0381] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Jan 27 11:28:59 imperator NetworkManager[780]: <info>  [1706376539.0384] device (wlo1): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 11:28:59 imperator protonmail-bridge[888]: ERRO[Jan 27 11:28:59.045] IMAP server error                             error="failed to send response to client: write tcp 127.0.0.1:1143->127.0.0.1:47204: write: broken pipe"
Jan 27 11:28:59 imperator NetworkManager[780]: <info>  [1706376539.0586] device (wlo1): set-hw-addr: reset MAC address to 80:B6:55:FA:A5:A5 (unmanage)
Jan 27 11:28:59 imperator NetworkManager[780]: <info>  [1706376539.0608] device (p2p-dev-wlo1): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 11:28:59 imperator NetworkManager[780]: <info>  [1706376539.0609] manager: NetworkManager state is now ASLEEP
Jan 27 11:28:59 imperator NetworkManager[780]: <info>  [1706376539.0609] device (enp5s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 11:28:59 imperator wpa_supplicant[832]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 11:28:59 imperator wpa_supplicant[832]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 11:28:59 imperator wpa_supplicant[832]: nl80211: deinit ifname=p2p-dev-wlo1 disabled_11b_rates=0
Jan 27 11:28:59 imperator systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 27 11:28:59 imperator systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 27 11:28:59 imperator NetworkManager[780]: <info>  [1706376539.1239] device (enp5s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 11:28:59 imperator NetworkManager[780]: <info>  [1706376539.1469] dhcp4 (enp5s0): canceled DHCP transaction
Jan 27 11:28:59 imperator wpa_supplicant[832]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 11:28:59 imperator NetworkManager[780]: <info>  [1706376539.1470] dhcp4 (enp5s0): activation: beginning transaction (timeout in 45 seconds)
Jan 27 11:28:59 imperator NetworkManager[780]: <info>  [1706376539.1470] dhcp4 (enp5s0): state changed no lease
Jan 27 11:28:59 imperator systemd-resolved[771]: enp5s0: Bus client set default route setting: no
Jan 27 11:28:59 imperator systemd-resolved[771]: enp5s0: Bus client reset DNS server list.
Jan 27 11:28:59 imperator NetworkManager[780]: <info>  [1706376539.1717] device (enp5s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 11:28:59 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Down
Jan 27 11:28:59 imperator systemd[1]: Reached target Sleep.
Jan 27 11:28:59 imperator wpa_supplicant[832]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 11:28:59 imperator wpa_supplicant[832]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
Jan 27 11:28:59 imperator systemd[1]: Starting System Suspend...
Jan 27 11:28:59 imperator systemd-sleep[83489]: Failed to lock home directories: Unknown object '/org/freedesktop/home1'.
Jan 27 11:28:59 imperator systemd-sleep[83489]: Performing sleep operation 'suspend'...
Jan 27 11:28:59 imperator kernel: PM: suspend entry (deep)
Jan 27 11:28:59 imperator kernel: Filesystems sync: 0.001 seconds
-- Boot bd73bea7010e4196bb969875b9dbdaaf --
Jan 27 13:31:12 imperator kernel: microcode: updated early: 0xf -> 0x32, date = 2023-06-07
Jan 27 13:31:12 imperator kernel: Linux version 6.6.10-1-lts (linux-lts@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Sun, 07 Jan 2024 20:55:04 +0000
Jan 27 13:31:12 imperator kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=94305208-b24c-49f0-80a4-a4d1c112af3b rw resume=UUID=eba5990f-b084-4675-be62-376157463715 loglevel=3 quiet ibt=off
Jan 27 13:31:12 imperator kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Jan 27 13:31:12 imperator kernel: BIOS-provided physical RAM map:
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000005dfff] usable
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x000000000005e000-0x000000000005efff] reserved
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x000000000005f000-0x000000000009ffff] usable
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000074161fff] usable
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x0000000074162000-0x0000000077e61fff] reserved
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x0000000077e62000-0x0000000078168fff] ACPI data
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x0000000078169000-0x000000007871efff] ACPI NVS
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x000000007871f000-0x0000000079ffefff] reserved
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x0000000079fff000-0x0000000079ffffff] usable
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x000000007a000000-0x000000007dffffff] reserved
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x000000007ee00000-0x000000007fffffff] reserved
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 27 13:31:12 imperator kernel: BIOS-e820: [mem 0x0000000100000000-0x000000087fffffff] usable
Jan 27 13:31:12 imperator kernel: NX (Execute Disable) protection: active
Jan 27 13:31:12 imperator kernel: APIC: Static calls initialized
Jan 27 13:31:12 imperator kernel: e820: update [mem 0x612c0018-0x612e0057] usable ==> usable
Jan 27 13:31:12 imperator kernel: e820: update [mem 0x612c0018-0x612e0057] usable ==> usable
Jan 27 13:31:12 imperator kernel: e820: update [mem 0x612b2018-0x612bf857] usable ==> usable
Jan 27 13:31:12 imperator kernel: e820: update [mem 0x612b2018-0x612bf857] usable ==> usable
Jan 27 13:31:12 imperator kernel: extended physical RAM map:
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000005dfff] usable
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x000000000005e000-0x000000000005efff] reserved
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x000000000005f000-0x000000000009ffff] usable
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000612b2017] usable
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x00000000612b2018-0x00000000612bf857] usable
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x00000000612bf858-0x00000000612c0017] usable
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x00000000612c0018-0x00000000612e0057] usable
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x00000000612e0058-0x0000000074161fff] usable
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x0000000074162000-0x0000000077e61fff] reserved
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x0000000077e62000-0x0000000078168fff] ACPI data
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x0000000078169000-0x000000007871efff] ACPI NVS
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x000000007871f000-0x0000000079ffefff] reserved
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x0000000079fff000-0x0000000079ffffff] usable
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x000000007a000000-0x000000007dffffff] reserved
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x000000007ee00000-0x000000007fffffff] reserved
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 27 13:31:12 imperator kernel: reserve setup_data: [mem 0x0000000100000000-0x000000087fffffff] usable
Jan 27 13:31:12 imperator kernel: efi: EFI v2.8 by American Megatrends
Jan 27 13:31:12 imperator kernel: efi: ACPI=0x78168000 ACPI 2.0=0x78168014 TPMFinalLog=0x7864c000 SMBIOS=0x79d1f000 SMBIOS 3.0=0x79d1e000 MEMATTR=0x6e573698 ESRT=0x7193d618 INITRD=0x631c1e18 RNG=0x780d4c18 TPMEventLog=0x631ba018 
Jan 27 13:31:12 imperator kernel: random: crng init done
Jan 27 13:31:12 imperator kernel: efi: Remove mem76: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
Jan 27 13:31:12 imperator kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
Jan 27 13:31:12 imperator kernel: efi: Not removing mem77: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Jan 27 13:31:12 imperator kernel: efi: Not removing mem78: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Jan 27 13:31:12 imperator kernel: efi: Not removing mem79: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Jan 27 13:31:12 imperator kernel: efi: Not removing mem81: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Jan 27 13:31:12 imperator kernel: efi: Remove mem82: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Jan 27 13:31:12 imperator kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Jan 27 13:31:12 imperator kernel: SMBIOS 3.4.0 present.
Jan 27 13:31:12 imperator kernel: DMI: ASUS System Product Name/TUF GAMING B660M-PLUS WIFI D4, BIOS 0418 10/12/2021
Jan 27 13:31:12 imperator kernel: tsc: Detected 3600.000 MHz processor
Jan 27 13:31:12 imperator kernel: tsc: Detected 3609.600 MHz TSC
Jan 27 13:31:12 imperator kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 27 13:31:12 imperator kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 27 13:31:12 imperator kernel: last_pfn = 0x880000 max_arch_pfn = 0x400000000
Jan 27 13:31:12 imperator kernel: total RAM covered: 63488M
Jan 27 13:31:12 imperator kernel: Found optimal setting for mtrr clean up
Jan 27 13:31:12 imperator kernel:  gran_size: 64K         chunk_size: 64K         num_reg: 5          lose cover RAM: 0G
Jan 27 13:31:12 imperator kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Jan 27 13:31:12 imperator kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jan 27 13:31:12 imperator kernel: e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
Jan 27 13:31:12 imperator kernel: last_pfn = 0x7a000 max_arch_pfn = 0x400000000
Jan 27 13:31:12 imperator kernel: found SMP MP-table at [mem 0x000fcef0-0x000fceff]
Jan 27 13:31:12 imperator kernel: esrt: Reserving ESRT space from 0x000000007193d618 to 0x000000007193d6a0.
Jan 27 13:31:12 imperator kernel: e820: update [mem 0x7193d000-0x7193dfff] usable ==> reserved
Jan 27 13:31:12 imperator kernel: Using GB pages for direct mapping
Jan 27 13:31:12 imperator kernel: Incomplete global flushes, disabling PCID
Jan 27 13:31:12 imperator kernel: Secure boot disabled
Jan 27 13:31:12 imperator kernel: RAMDISK: [mem 0x5f155000-0x601b4fff]
Jan 27 13:31:12 imperator kernel: ACPI: Early table checksum verification disabled
Jan 27 13:31:12 imperator kernel: ACPI: RSDP 0x0000000078168014 000024 (v02 ALASKA)
Jan 27 13:31:12 imperator kernel: ACPI: XSDT 0x0000000078167728 00010C (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 27 13:31:12 imperator kernel: ACPI: FACP 0x0000000078165000 000114 (v06 ALASKA A M I    01072009 AMI  01000013)
Jan 27 13:31:12 imperator kernel: ACPI: DSDT 0x00000000780E8000 07C7A3 (v02 ALASKA A M I    01072009 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: FACS 0x000000007871E000 000040
Jan 27 13:31:12 imperator kernel: ACPI: MCFG 0x0000000078166000 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Jan 27 13:31:12 imperator kernel: ACPI: FIDT 0x00000000780E7000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 27 13:31:12 imperator kernel: ACPI: FPDT 0x0000000077FDB000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0x00000000780E0000 005CE0 (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0x00000000780DD000 0029E4 (v02 SaSsdt SaSsdt   00003000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0x00000000780D9000 003316 (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: HPET 0x00000000780D8000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 27 13:31:12 imperator kernel: ACPI: APIC 0x00000000780D7000 0001DC (v05 ALASKA A M I    01072009 AMI  01000013)
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0x00000000780D5000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: NHLT 0x00000000780D3000 00002D (v00 ALASKA A M I    01072009 AMI  01000013)
Jan 27 13:31:12 imperator kernel: ACPI: LPIT 0x00000000780D2000 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0x00000000780CE000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0x00000000780CB000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: DBGP 0x00000000780CA000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 27 13:31:12 imperator kernel: ACPI: DBG2 0x00000000780C9000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0x00000000780C8000 000C1F (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: DMAR 0x00000000780C7000 000050 (v02 INTEL  EDK2     00000002      01000013)
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0x00000000780C5000 001E86 (v02 INTEL  xh_adls3 00000000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0x00000000780C1000 003AEA (v02 SocGpe SocGpe   00003000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0x00000000780BE000 002B2A (v02 SocCmn SocCmn   00003000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0x00000000780BD000 000144 (v02 Intel  ADebTabl 00001000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: BGRT 0x00000000780BC000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 27 13:31:12 imperator kernel: ACPI: UEFI 0x000000007828E000 00063A (v01 INTEL  RstVmdE  00000000 INTL 00000000)
Jan 27 13:31:12 imperator kernel: ACPI: UEFI 0x000000007828D000 00005C (v01 INTEL  RstVmdV  00000000 INTL 00000000)
Jan 27 13:31:12 imperator kernel: ACPI: WPBT 0x0000000077FDE000 000040 (v01 ALASKA A M I    00000001 ASUS 00000001)
Jan 27 13:31:12 imperator kernel: ACPI: TPM2 0x0000000077FDD000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
Jan 27 13:31:12 imperator kernel: ACPI: PHAT 0x0000000077FDC000 0005AD (v00 ALASKA A M I    00000005 MSFT 0100000D)
Jan 27 13:31:12 imperator kernel: ACPI: WSMT 0x00000000780D1000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 27 13:31:12 imperator kernel: ACPI: Reserving FACP table memory at [mem 0x78165000-0x78165113]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving DSDT table memory at [mem 0x780e8000-0x781647a2]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving FACS table memory at [mem 0x7871e000-0x7871e03f]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving MCFG table memory at [mem 0x78166000-0x7816603b]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving FIDT table memory at [mem 0x780e7000-0x780e709b]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving FPDT table memory at [mem 0x77fdb000-0x77fdb043]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780e0000-0x780e5cdf]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780dd000-0x780df9e3]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780d9000-0x780dc315]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving HPET table memory at [mem 0x780d8000-0x780d8037]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving APIC table memory at [mem 0x780d7000-0x780d71db]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780d5000-0x780d6f19]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving NHLT table memory at [mem 0x780d3000-0x780d302c]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving LPIT table memory at [mem 0x780d2000-0x780d20cb]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780ce000-0x780d0356]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780cb000-0x780cda82]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving DBGP table memory at [mem 0x780ca000-0x780ca033]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving DBG2 table memory at [mem 0x780c9000-0x780c9053]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780c8000-0x780c8c1e]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving DMAR table memory at [mem 0x780c7000-0x780c704f]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780c5000-0x780c6e85]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780c1000-0x780c4ae9]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780be000-0x780c0b29]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780bd000-0x780bd143]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving BGRT table memory at [mem 0x780bc000-0x780bc037]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving UEFI table memory at [mem 0x7828e000-0x7828e639]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving UEFI table memory at [mem 0x7828d000-0x7828d05b]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving WPBT table memory at [mem 0x77fde000-0x77fde03f]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving TPM2 table memory at [mem 0x77fdd000-0x77fdd04b]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving PHAT table memory at [mem 0x77fdc000-0x77fdc5ac]
Jan 27 13:31:12 imperator kernel: ACPI: Reserving WSMT table memory at [mem 0x780d1000-0x780d1027]
Jan 27 13:31:12 imperator kernel: No NUMA configuration found
Jan 27 13:31:12 imperator kernel: Faking a node at [mem 0x0000000000000000-0x000000087fffffff]
Jan 27 13:31:12 imperator kernel: NODE_DATA(0) allocated [mem 0x87fffb000-0x87fffffff]
Jan 27 13:31:12 imperator kernel: Zone ranges:
Jan 27 13:31:12 imperator kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jan 27 13:31:12 imperator kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jan 27 13:31:12 imperator kernel:   Normal   [mem 0x0000000100000000-0x000000087fffffff]
Jan 27 13:31:12 imperator kernel:   Device   empty
Jan 27 13:31:12 imperator kernel: Movable zone start for each node
Jan 27 13:31:12 imperator kernel: Early memory node ranges
Jan 27 13:31:12 imperator kernel:   node   0: [mem 0x0000000000001000-0x000000000005dfff]
Jan 27 13:31:12 imperator kernel:   node   0: [mem 0x000000000005f000-0x000000000009ffff]
Jan 27 13:31:12 imperator kernel:   node   0: [mem 0x0000000000100000-0x0000000074161fff]
Jan 27 13:31:12 imperator kernel:   node   0: [mem 0x0000000079fff000-0x0000000079ffffff]
Jan 27 13:31:12 imperator kernel:   node   0: [mem 0x0000000100000000-0x000000087fffffff]
Jan 27 13:31:12 imperator kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000087fffffff]
Jan 27 13:31:12 imperator kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 27 13:31:12 imperator kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 27 13:31:12 imperator kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jan 27 13:31:12 imperator kernel: On node 0, zone DMA32: 24221 pages in unavailable ranges
Jan 27 13:31:12 imperator kernel: On node 0, zone Normal: 24576 pages in unavailable ranges
Jan 27 13:31:12 imperator kernel: ACPI: PM-Timer IO Port: 0x1808
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jan 27 13:31:12 imperator kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jan 27 13:31:12 imperator kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 27 13:31:12 imperator kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 27 13:31:12 imperator kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jan 27 13:31:12 imperator kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jan 27 13:31:12 imperator kernel: e820: update [mem 0x6edd2000-0x6ee17fff] usable ==> reserved
Jan 27 13:31:12 imperator kernel: TSC deadline timer available
Jan 27 13:31:12 imperator kernel: smpboot: Allowing 20 CPUs, 0 hotplug CPUs
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x0005e000-0x0005efff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x612b2000-0x612b2fff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x612bf000-0x612bffff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x612c0000-0x612c0fff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x612e0000-0x612e0fff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x6edd2000-0x6ee17fff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7193d000-0x7193dfff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x74162000-0x77e61fff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x77e62000-0x78168fff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x78169000-0x7871efff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7871f000-0x79ffefff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7dffffff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7edfffff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7ee00000-0x7fffffff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x80000000-0xfdffffff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jan 27 13:31:12 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Jan 27 13:31:12 imperator kernel: [mem 0x80000000-0xfdffffff] available for PCI devices
Jan 27 13:31:12 imperator kernel: Booting paravirtualized kernel on bare hardware
Jan 27 13:31:12 imperator kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jan 27 13:31:12 imperator kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:20 nr_cpu_ids:20 nr_node_ids:1
Jan 27 13:31:12 imperator kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Jan 27 13:31:12 imperator kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Jan 27 13:31:12 imperator kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Jan 27 13:31:12 imperator kernel: pcpu-alloc: [0] 16 17 18 19 -- -- -- -- 
Jan 27 13:31:12 imperator kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=94305208-b24c-49f0-80a4-a4d1c112af3b rw resume=UUID=eba5990f-b084-4675-be62-376157463715 loglevel=3 quiet ibt=off
Jan 27 13:31:12 imperator kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-lts", will be passed to user space.
Jan 27 13:31:12 imperator kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Jan 27 13:31:12 imperator kernel: printk: log_buf_len total cpu_extra contributions: 77824 bytes
Jan 27 13:31:12 imperator kernel: printk: log_buf_len min size: 131072 bytes
Jan 27 13:31:12 imperator kernel: printk: log_buf_len: 262144 bytes
Jan 27 13:31:12 imperator kernel: printk: early log buf free: 112608(85%)
Jan 27 13:31:12 imperator kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Jan 27 13:31:12 imperator kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jan 27 13:31:12 imperator kernel: Fallback order for Node 0: 0 
Jan 27 13:31:12 imperator kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8209245
Jan 27 13:31:12 imperator kernel: Policy zone: Normal
Jan 27 13:31:12 imperator kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jan 27 13:31:12 imperator kernel: software IO TLB: area num 32.
Jan 27 13:31:12 imperator kernel: Memory: 32573532K/33358852K available (16384K kernel code, 2132K rwdata, 13072K rodata, 3416K init, 3832K bss, 785064K reserved, 0K cma-reserved)
Jan 27 13:31:12 imperator kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=20, Nodes=1
Jan 27 13:31:12 imperator kernel: ftrace: allocating 48825 entries in 191 pages
Jan 27 13:31:12 imperator kernel: ftrace: allocated 191 pages with 7 groups
Jan 27 13:31:12 imperator kernel: Dynamic Preempt: voluntary
Jan 27 13:31:12 imperator kernel: rcu: Preemptible hierarchical RCU implementation.
Jan 27 13:31:12 imperator kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=20.
Jan 27 13:31:12 imperator kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jan 27 13:31:12 imperator kernel:         Trampoline variant of Tasks RCU enabled.
Jan 27 13:31:12 imperator kernel:         Rude variant of Tasks RCU enabled.
Jan 27 13:31:12 imperator kernel:         Tracing variant of Tasks RCU enabled.
Jan 27 13:31:12 imperator kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jan 27 13:31:12 imperator kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=20
Jan 27 13:31:12 imperator kernel: NR_IRQS: 20736, nr_irqs: 2216, preallocated irqs: 16
Jan 27 13:31:12 imperator kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jan 27 13:31:12 imperator kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jan 27 13:31:12 imperator kernel: Console: colour dummy device 80x25
Jan 27 13:31:12 imperator kernel: printk: console [tty0] enabled
Jan 27 13:31:12 imperator kernel: ACPI: Core revision 20230628
Jan 27 13:31:12 imperator kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Jan 27 13:31:12 imperator kernel: APIC: Switch to symmetric I/O mode setup
Jan 27 13:31:12 imperator kernel: DMAR: Host address width 39
Jan 27 13:31:12 imperator kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jan 27 13:31:12 imperator kernel: DMAR: dmar0: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
Jan 27 13:31:12 imperator kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 0
Jan 27 13:31:12 imperator kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jan 27 13:31:12 imperator kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jan 27 13:31:12 imperator kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jan 27 13:31:12 imperator kernel: x2apic enabled
Jan 27 13:31:12 imperator kernel: APIC: Switched APIC routing to: cluster x2apic
Jan 27 13:31:12 imperator kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3407c077a8d, max_idle_ns: 440795342283 ns
Jan 27 13:31:12 imperator kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7222.00 BogoMIPS (lpj=12032000)
Jan 27 13:31:12 imperator kernel: x86/tme: not enabled by BIOS
Jan 27 13:31:12 imperator kernel: CPU0: Thermal monitoring enabled (TM1)
Jan 27 13:31:12 imperator kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jan 27 13:31:12 imperator kernel: process: using mwait in idle threads
Jan 27 13:31:12 imperator kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Jan 27 13:31:12 imperator kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Jan 27 13:31:12 imperator kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jan 27 13:31:12 imperator kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Jan 27 13:31:12 imperator kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jan 27 13:31:12 imperator kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Jan 27 13:31:12 imperator kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jan 27 13:31:12 imperator kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jan 27 13:31:12 imperator kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 27 13:31:12 imperator kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 27 13:31:12 imperator kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 27 13:31:12 imperator kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jan 27 13:31:12 imperator kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Jan 27 13:31:12 imperator kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 27 13:31:12 imperator kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Jan 27 13:31:12 imperator kernel: x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
Jan 27 13:31:12 imperator kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
Jan 27 13:31:12 imperator kernel: Freeing SMP alternatives memory: 40K
Jan 27 13:31:12 imperator kernel: pid_max: default: 32768 minimum: 301
Jan 27 13:31:12 imperator kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Jan 27 13:31:12 imperator kernel: landlock: Up and running.
Jan 27 13:31:12 imperator kernel: Yama: becoming mindful.
Jan 27 13:31:12 imperator kernel: LSM support for eBPF active
Jan 27 13:31:12 imperator kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jan 27 13:31:12 imperator kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jan 27 13:31:12 imperator kernel: smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-12700K (family: 0x6, model: 0x97, stepping: 0x2)
Jan 27 13:31:12 imperator kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Jan 27 13:31:12 imperator kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Jan 27 13:31:12 imperator kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Jan 27 13:31:12 imperator kernel: Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
Jan 27 13:31:12 imperator kernel: core: cpu_core PMU driver: 
Jan 27 13:31:12 imperator kernel: ... version:                5
Jan 27 13:31:12 imperator kernel: ... bit width:              48
Jan 27 13:31:12 imperator kernel: ... generic registers:      8
Jan 27 13:31:12 imperator kernel: ... value mask:             0000ffffffffffff
Jan 27 13:31:12 imperator kernel: ... max period:             00007fffffffffff
Jan 27 13:31:12 imperator kernel: ... fixed-purpose events:   4
Jan 27 13:31:12 imperator kernel: ... event mask:             0001000f000000ff
Jan 27 13:31:12 imperator kernel: signal: max sigframe size: 3632
Jan 27 13:31:12 imperator kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1393
Jan 27 13:31:12 imperator kernel: rcu: Hierarchical SRCU implementation.
Jan 27 13:31:12 imperator kernel: rcu:         Max phase no-delay instances is 1000.
Jan 27 13:31:12 imperator kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 27 13:31:12 imperator kernel: smp: Bringing up secondary CPUs ...
Jan 27 13:31:12 imperator kernel: smpboot: x86: Booting SMP configuration:
Jan 27 13:31:12 imperator kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14 #16 #17 #18 #19
Jan 27 13:31:12 imperator kernel: core: cpu_atom PMU driver: PEBS-via-PT 
Jan 27 13:31:12 imperator kernel: ... version:                5
Jan 27 13:31:12 imperator kernel: ... bit width:              48
Jan 27 13:31:12 imperator kernel: ... generic registers:      6
Jan 27 13:31:12 imperator kernel: ... value mask:             0000ffffffffffff
Jan 27 13:31:12 imperator kernel: ... max period:             00007fffffffffff
Jan 27 13:31:12 imperator kernel: ... fixed-purpose events:   3
Jan 27 13:31:12 imperator kernel: ... event mask:             000000070000003f
Jan 27 13:31:12 imperator kernel:   #1  #3  #5  #7  #9 #11 #13 #15
Jan 27 13:31:12 imperator kernel: smp: Brought up 1 node, 20 CPUs
Jan 27 13:31:12 imperator kernel: smpboot: Max logical packages: 1
Jan 27 13:31:12 imperator kernel: smpboot: Total of 20 processors activated (144441.00 BogoMIPS)
Jan 27 13:31:12 imperator kernel: devtmpfs: initialized
Jan 27 13:31:12 imperator kernel: x86/mm: Memory block size: 128MB
Jan 27 13:31:12 imperator kernel: ACPI: PM: Registering ACPI NVS region [mem 0x78169000-0x7871efff] (5988352 bytes)
Jan 27 13:31:12 imperator kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jan 27 13:31:12 imperator kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Jan 27 13:31:12 imperator kernel: pinctrl core: initialized pinctrl subsystem
Jan 27 13:31:12 imperator kernel: PM: RTC time: 19:31:10, date: 2024-01-27
Jan 27 13:31:12 imperator kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jan 27 13:31:12 imperator kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Jan 27 13:31:12 imperator kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jan 27 13:31:12 imperator kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jan 27 13:31:12 imperator kernel: audit: initializing netlink subsys (disabled)
Jan 27 13:31:12 imperator kernel: audit: type=2000 audit(1706383870.023:1): state=initialized audit_enabled=0 res=1
Jan 27 13:31:12 imperator kernel: thermal_sys: Registered thermal governor 'fair_share'
Jan 27 13:31:12 imperator kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jan 27 13:31:12 imperator kernel: thermal_sys: Registered thermal governor 'step_wise'
Jan 27 13:31:12 imperator kernel: thermal_sys: Registered thermal governor 'user_space'
Jan 27 13:31:12 imperator kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jan 27 13:31:12 imperator kernel: cpuidle: using governor ladder
Jan 27 13:31:12 imperator kernel: cpuidle: using governor menu
Jan 27 13:31:12 imperator kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jan 27 13:31:12 imperator kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 27 13:31:12 imperator kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Jan 27 13:31:12 imperator kernel: PCI: not using MMCONFIG
Jan 27 13:31:12 imperator kernel: PCI: Using configuration type 1 for base access
Jan 27 13:31:12 imperator kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jan 27 13:31:12 imperator kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jan 27 13:31:12 imperator kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jan 27 13:31:12 imperator kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jan 27 13:31:12 imperator kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jan 27 13:31:12 imperator kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jan 27 13:31:12 imperator kernel: ACPI: Added _OSI(Module Device)
Jan 27 13:31:12 imperator kernel: ACPI: Added _OSI(Processor Device)
Jan 27 13:31:12 imperator kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 27 13:31:12 imperator kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 27 13:31:12 imperator kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Jan 27 13:31:12 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0xFFFF8881014F1C00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0xFFFF888102C2D000 0006CB (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0xFFFF8881027EDE00 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0xFFFF888102C2B800 00044D (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0xFFFF8881014EA000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0xFFFF888102C32000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0xFFFF888102C34000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 13:31:12 imperator kernel: ACPI: SSDT 0xFFFF8881014FF000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
Jan 27 13:31:12 imperator kernel: ACPI: _OSC evaluated successfully for all CPUs
Jan 27 13:31:12 imperator kernel: ACPI: Interpreter enabled
Jan 27 13:31:12 imperator kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jan 27 13:31:12 imperator kernel: ACPI: Using IOAPIC for interrupt routing
Jan 27 13:31:12 imperator kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Jan 27 13:31:12 imperator kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
Jan 27 13:31:12 imperator kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 27 13:31:12 imperator kernel: PCI: Using E820 reservations for host bridge windows
Jan 27 13:31:12 imperator kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Jan 27 13:31:12 imperator kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS14.BTRT: New power resource
Jan 27 13:31:12 imperator kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
Jan 27 13:31:12 imperator kernel: ACPI: \_TZ_.FN00: New power resource
Jan 27 13:31:12 imperator kernel: ACPI: \_TZ_.FN01: New power resource
Jan 27 13:31:12 imperator kernel: ACPI: \_TZ_.FN02: New power resource
Jan 27 13:31:12 imperator kernel: ACPI: \_TZ_.FN03: New power resource
Jan 27 13:31:12 imperator kernel: ACPI: \_TZ_.FN04: New power resource
Jan 27 13:31:12 imperator kernel: ACPI: \PIN_: New power resource
Jan 27 13:31:12 imperator kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
Jan 27 13:31:12 imperator kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jan 27 13:31:12 imperator kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Jan 27 13:31:12 imperator kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jan 27 13:31:12 imperator kernel: PCI host bridge to bus 0000:00
Jan 27 13:31:12 imperator kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xbfffffff window]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:00: root bus resource [bus 00-e0]
Jan 27 13:31:12 imperator kernel: pci 0000:00:00.0: [8086:4668] type 00 class 0x060000
Jan 27 13:31:12 imperator kernel: pci 0000:00:01.0: [8086:460d] type 01 class 0x060400
Jan 27 13:31:12 imperator kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jan 27 13:31:12 imperator kernel: pci 0000:00:01.0: PTM enabled (root), 4ns granularity
Jan 27 13:31:12 imperator kernel: pci 0000:00:06.0: [8086:464d] type 01 class 0x060400
Jan 27 13:31:12 imperator kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Jan 27 13:31:12 imperator kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
Jan 27 13:31:12 imperator kernel: pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000
Jan 27 13:31:12 imperator kernel: pci 0000:00:0a.0: reg 0x10: [mem 0x4002210000-0x4002217fff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:0a.0: enabling Extended Tags
Jan 27 13:31:12 imperator kernel: pci 0000:00:0e.0: [8086:467f] type 00 class 0x010400
Jan 27 13:31:12 imperator kernel: pci 0000:00:0e.0: reg 0x10: [mem 0x4000000000-0x4001ffffff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:0e.0: reg 0x18: [mem 0x8a000000-0x8bffffff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:0e.0: reg 0x20: [mem 0x4002100000-0x40021fffff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330
Jan 27 13:31:12 imperator kernel: pci 0000:00:14.0: reg 0x10: [mem 0x4002200000-0x400220ffff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jan 27 13:31:12 imperator kernel: pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000
Jan 27 13:31:12 imperator kernel: pci 0000:00:14.2: reg 0x10: [mem 0x4002220000-0x4002223fff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:14.2: reg 0x18: [mem 0x4002229000-0x4002229fff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:14.3: [8086:7af0] type 00 class 0x028000
Jan 27 13:31:12 imperator kernel: pci 0000:00:14.3: reg 0x10: [mem 0x400221c000-0x400221ffff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Jan 27 13:31:12 imperator kernel: pci 0000:00:15.0: [8086:7acc] type 00 class 0x0c8000
Jan 27 13:31:12 imperator kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:15.1: [8086:7acd] type 00 class 0x0c8000
Jan 27 13:31:12 imperator kernel: pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:15.2: [8086:7ace] type 00 class 0x0c8000
Jan 27 13:31:12 imperator kernel: pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000
Jan 27 13:31:12 imperator kernel: pci 0000:00:16.0: reg 0x10: [mem 0x4002225000-0x4002225fff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:16.0: PME# supported from D3hot
Jan 27 13:31:12 imperator kernel: pci 0000:00:17.0: [8086:7ae2] type 00 class 0x010601
Jan 27 13:31:12 imperator kernel: pci 0000:00:17.0: reg 0x10: [mem 0x8de00000-0x8de01fff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:17.0: reg 0x14: [mem 0x8de03000-0x8de030ff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:17.0: reg 0x18: [io  0x6050-0x6057]
Jan 27 13:31:12 imperator kernel: pci 0000:00:17.0: reg 0x1c: [io  0x6040-0x6043]
Jan 27 13:31:12 imperator kernel: pci 0000:00:17.0: reg 0x20: [io  0x6020-0x603f]
Jan 27 13:31:12 imperator kernel: pci 0000:00:17.0: reg 0x24: [mem 0x8de02000-0x8de027ff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:17.0: PME# supported from D3hot
Jan 27 13:31:12 imperator kernel: pci 0000:00:1a.0: [8086:7ac8] type 01 class 0x060400
Jan 27 13:31:12 imperator kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.0: [8086:7ab8] type 01 class 0x060400
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.2: [8086:7aba] type 01 class 0x060400
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.2: PTM enabled (root), 4ns granularity
Jan 27 13:31:12 imperator kernel: pci 0000:00:1f.0: [8086:7a86] type 00 class 0x060100
Jan 27 13:31:12 imperator kernel: pci 0000:00:1f.3: [8086:7ad0] type 00 class 0x040300
Jan 27 13:31:12 imperator kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x4002218000-0x400221bfff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x4002000000-0x40020fffff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jan 27 13:31:12 imperator kernel: pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500
Jan 27 13:31:12 imperator kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x4002224000-0x40022240ff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000
Jan 27 13:31:12 imperator kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.0: [10de:1287] type 00 class 0x030000
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.0: reg 0x10: [mem 0x8c000000-0x8cffffff]
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.0: reg 0x14: [mem 0x80000000-0x87ffffff 64bit pref]
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.0: reg 0x1c: [mem 0x88000000-0x89ffffff 64bit pref]
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.0: reg 0x24: [io  0x5000-0x507f]
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.0: reg 0x30: [mem 0x8d000000-0x8d07ffff pref]
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.0: BAR 3: assigned to efifb
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:01.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.1: [10de:0e0f] type 00 class 0x040300
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.1: reg 0x10: [mem 0x8d080000-0x8d083fff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 27 13:31:12 imperator kernel: pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:01.0:   bridge window [mem 0x8c000000-0x8d0fffff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:01.0:   bridge window [mem 0x80000000-0x89ffffff 64bit pref]
Jan 27 13:31:12 imperator kernel: pci 0000:02:00.0: [15b7:5011] type 00 class 0x010802
Jan 27 13:31:12 imperator kernel: pci 0000:02:00.0: reg 0x10: [mem 0x8dd00000-0x8dd03fff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Jan 27 13:31:12 imperator kernel: pci 0000:00:06.0:   bridge window [mem 0x8dd00000-0x8ddfffff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1a.0: PCI bridge to [bus 03]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1a.0:   bridge window [io  0x4000-0x4fff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1a.0:   bridge window [mem 0x8d100000-0x8dafffff]
Jan 27 13:31:12 imperator kernel: pci 0000:04:00.0: [1b21:2142] type 00 class 0x0c0330
Jan 27 13:31:12 imperator kernel: pci 0000:04:00.0: reg 0x10: [mem 0x8dc00000-0x8dc07fff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:04:00.0: enabling Extended Tags
Jan 27 13:31:12 imperator kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.0:   bridge window [mem 0x8dc00000-0x8dcfffff]
Jan 27 13:31:12 imperator kernel: pci 0000:05:00.0: [10ec:8125] type 00 class 0x020000
Jan 27 13:31:12 imperator kernel: pci 0000:05:00.0: reg 0x10: [io  0x3000-0x30ff]
Jan 27 13:31:12 imperator kernel: pci 0000:05:00.0: reg 0x18: [mem 0x8db00000-0x8db0ffff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:05:00.0: reg 0x20: [mem 0x8db10000-0x8db13fff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:05:00.0: supports D1 D2
Jan 27 13:31:12 imperator kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.2: PCI bridge to [bus 05]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.2:   bridge window [mem 0x8db00000-0x8dbfffff]
Jan 27 13:31:12 imperator kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jan 27 13:31:12 imperator kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
Jan 27 13:31:12 imperator kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jan 27 13:31:12 imperator kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jan 27 13:31:12 imperator kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jan 27 13:31:12 imperator kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jan 27 13:31:12 imperator kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jan 27 13:31:12 imperator kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jan 27 13:31:12 imperator kernel: iommu: Default domain type: Translated
Jan 27 13:31:12 imperator kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jan 27 13:31:12 imperator kernel: SCSI subsystem initialized
Jan 27 13:31:12 imperator kernel: libata version 3.00 loaded.
Jan 27 13:31:12 imperator kernel: ACPI: bus type USB registered
Jan 27 13:31:12 imperator kernel: usbcore: registered new interface driver usbfs
Jan 27 13:31:12 imperator kernel: usbcore: registered new interface driver hub
Jan 27 13:31:12 imperator kernel: usbcore: registered new device driver usb
Jan 27 13:31:12 imperator kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 27 13:31:12 imperator kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 27 13:31:12 imperator kernel: PTP clock support registered
Jan 27 13:31:12 imperator kernel: EDAC MC: Ver: 3.0.0
Jan 27 13:31:12 imperator kernel: efivars: Registered efivars operations
Jan 27 13:31:12 imperator kernel: NetLabel: Initializing
Jan 27 13:31:12 imperator kernel: NetLabel:  domain hash size = 128
Jan 27 13:31:12 imperator kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 27 13:31:12 imperator kernel: NetLabel:  unlabeled traffic allowed by default
Jan 27 13:31:12 imperator kernel: mctp: management component transport protocol core
Jan 27 13:31:12 imperator kernel: NET: Registered PF_MCTP protocol family
Jan 27 13:31:12 imperator kernel: PCI: Using ACPI for IRQ routing
Jan 27 13:31:12 imperator kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 27 13:31:12 imperator kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
Jan 27 13:31:12 imperator kernel: e820: reserve RAM buffer [mem 0x0005e000-0x0005ffff]
Jan 27 13:31:12 imperator kernel: e820: reserve RAM buffer [mem 0x612b2018-0x63ffffff]
Jan 27 13:31:12 imperator kernel: e820: reserve RAM buffer [mem 0x612c0018-0x63ffffff]
Jan 27 13:31:12 imperator kernel: e820: reserve RAM buffer [mem 0x6edd2000-0x6fffffff]
Jan 27 13:31:12 imperator kernel: e820: reserve RAM buffer [mem 0x7193d000-0x73ffffff]
Jan 27 13:31:12 imperator kernel: e820: reserve RAM buffer [mem 0x74162000-0x77ffffff]
Jan 27 13:31:12 imperator kernel: e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jan 27 13:31:12 imperator kernel: vgaarb: loaded
Jan 27 13:31:12 imperator kernel: clocksource: Switched to clocksource tsc-early
Jan 27 13:31:12 imperator kernel: VFS: Disk quotas dquot_6.6.0
Jan 27 13:31:12 imperator kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 27 13:31:12 imperator kernel: pnp: PnP ACPI init
Jan 27 13:31:12 imperator kernel: system 00:00: [io  0x0290-0x029f] has been reserved
Jan 27 13:31:12 imperator kernel: pnp 00:01: [dma 0 disabled]
Jan 27 13:31:12 imperator kernel: system 00:02: [io  0x0680-0x069f] has been reserved
Jan 27 13:31:12 imperator kernel: system 00:02: [io  0x164e-0x164f] has been reserved
Jan 27 13:31:12 imperator kernel: system 00:03: [io  0x1854-0x1857] has been reserved
Jan 27 13:31:12 imperator kernel: system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
Jan 27 13:31:12 imperator kernel: system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
Jan 27 13:31:12 imperator kernel: system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
Jan 27 13:31:12 imperator kernel: system 00:04: [mem 0xc0000000-0xcfffffff] has been reserved
Jan 27 13:31:12 imperator kernel: system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
Jan 27 13:31:12 imperator kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Jan 27 13:31:12 imperator kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
Jan 27 13:31:12 imperator kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
Jan 27 13:31:12 imperator kernel: system 00:05: [io  0x2000-0x20fe] has been reserved
Jan 27 13:31:12 imperator kernel: pnp: PnP ACPI: found 7 devices
Jan 27 13:31:12 imperator kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jan 27 13:31:12 imperator kernel: NET: Registered PF_INET protocol family
Jan 27 13:31:12 imperator kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 27 13:31:12 imperator kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Jan 27 13:31:12 imperator kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jan 27 13:31:12 imperator kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 27 13:31:12 imperator kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jan 27 13:31:12 imperator kernel: TCP: Hash tables configured (established 262144 bind 65536)
Jan 27 13:31:12 imperator kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Jan 27 13:31:12 imperator kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jan 27 13:31:12 imperator kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jan 27 13:31:12 imperator kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jan 27 13:31:12 imperator kernel: NET: Registered PF_XDP protocol family
Jan 27 13:31:12 imperator kernel: pci 0000:00:1a.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
Jan 27 13:31:12 imperator kernel: pci 0000:00:1a.0: BAR 15: assigned [mem 0x4002300000-0x40024fffff 64bit pref]
Jan 27 13:31:12 imperator kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4002226000-0x4002226fff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x4002227000-0x4002227fff 64bit]
Jan 27 13:31:12 imperator kernel: pci 0000:00:15.2: BAR 0: assigned [mem 0x4002228000-0x4002228fff 64bit]
Jan 27 13:31:12 imperator kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x8de04000-0x8de04fff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 27 13:31:12 imperator kernel: pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:01.0:   bridge window [mem 0x8c000000-0x8d0fffff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:01.0:   bridge window [mem 0x80000000-0x89ffffff 64bit pref]
Jan 27 13:31:12 imperator kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Jan 27 13:31:12 imperator kernel: pci 0000:00:06.0:   bridge window [mem 0x8dd00000-0x8ddfffff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1a.0: PCI bridge to [bus 03]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1a.0:   bridge window [io  0x4000-0x4fff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1a.0:   bridge window [mem 0x8d100000-0x8dafffff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1a.0:   bridge window [mem 0x4002300000-0x40024fffff 64bit pref]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.0:   bridge window [mem 0x8dc00000-0x8dcfffff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.2: PCI bridge to [bus 05]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
Jan 27 13:31:12 imperator kernel: pci 0000:00:1c.2:   bridge window [mem 0x8db00000-0x8dbfffff]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xbfffffff window]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:01: resource 1 [mem 0x8c000000-0x8d0fffff]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:01: resource 2 [mem 0x80000000-0x89ffffff 64bit pref]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:02: resource 1 [mem 0x8dd00000-0x8ddfffff]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:03: resource 1 [mem 0x8d100000-0x8dafffff]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:03: resource 2 [mem 0x4002300000-0x40024fffff 64bit pref]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:04: resource 1 [mem 0x8dc00000-0x8dcfffff]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
Jan 27 13:31:12 imperator kernel: pci_bus 0000:05: resource 1 [mem 0x8db00000-0x8dbfffff]
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Jan 27 13:31:12 imperator kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jan 27 13:31:12 imperator kernel: pci 0000:04:00.0: PME# does not work under D0, disabling it
Jan 27 13:31:12 imperator kernel: PCI: CLS 64 bytes, default 64
Jan 27 13:31:12 imperator kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 27 13:31:12 imperator kernel: software IO TLB: mapped [mem 0x000000006a54e000-0x000000006e54e000] (64MB)
Jan 27 13:31:12 imperator kernel: Trying to unpack rootfs image as initramfs...
Jan 27 13:31:12 imperator kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3407c077a8d, max_idle_ns: 440795342283 ns
Jan 27 13:31:12 imperator kernel: clocksource: Switched to clocksource tsc
Jan 27 13:31:12 imperator kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Jan 27 13:31:12 imperator kernel: Initialise system trusted keyrings
Jan 27 13:31:12 imperator kernel: Key type blacklist registered
Jan 27 13:31:12 imperator kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Jan 27 13:31:12 imperator kernel: zbud: loaded
Jan 27 13:31:12 imperator kernel: integrity: Platform Keyring initialized
Jan 27 13:31:12 imperator kernel: integrity: Machine keyring initialized
Jan 27 13:31:12 imperator kernel: Key type asymmetric registered
Jan 27 13:31:12 imperator kernel: Asymmetric key parser 'x509' registered
Jan 27 13:31:12 imperator kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jan 27 13:31:12 imperator kernel: io scheduler mq-deadline registered
Jan 27 13:31:12 imperator kernel: io scheduler kyber registered
Jan 27 13:31:12 imperator kernel: io scheduler bfq registered
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 121
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:01.0: AER: enabled with IRQ 121
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:01.0: DPC: enabled with IRQ 121
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:01.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 122
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:06.0: AER: enabled with IRQ 122
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:06.0: DPC: enabled with IRQ 122
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:06.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:1a.0: PME: Signaling with IRQ 123
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:1a.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 124
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:1c.0: DPC: enabled with IRQ 124
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:1c.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:1c.2: PME: Signaling with IRQ 125
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:1c.2: AER: enabled with IRQ 125
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:1c.2: DPC: enabled with IRQ 125
Jan 27 13:31:12 imperator kernel: pcieport 0000:00:1c.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 27 13:31:12 imperator kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 27 13:31:12 imperator kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Jan 27 13:31:12 imperator kernel: ACPI: button: Sleep Button [SLPB]
Jan 27 13:31:12 imperator kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jan 27 13:31:12 imperator kernel: ACPI: button: Power Button [PWRB]
Jan 27 13:31:12 imperator kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Jan 27 13:31:12 imperator kernel: ACPI: button: Power Button [PWRF]
Jan 27 13:31:12 imperator kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jan 27 13:31:12 imperator kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Jan 27 13:31:12 imperator kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jan 27 13:31:12 imperator kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jan 27 13:31:12 imperator kernel: hpet_acpi_add: no address or irqs in _CRS
Jan 27 13:31:12 imperator kernel: Non-volatile memory driver v1.3
Jan 27 13:31:12 imperator kernel: Linux agpgart interface v0.103
Jan 27 13:31:12 imperator kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jan 27 13:31:12 imperator kernel: ACPI: bus type drm_connector registered
Jan 27 13:31:12 imperator kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Jan 27 13:31:12 imperator kernel: fbcon: Deferring console take-over
Jan 27 13:31:12 imperator kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Jan 27 13:31:12 imperator kernel: ahci 0000:00:17.0: version 3.0
Jan 27 13:31:12 imperator kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf0 impl SATA mode
Jan 27 13:31:12 imperator kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds 
Jan 27 13:31:12 imperator kernel: Freeing initrd memory: 16768K
Jan 27 13:31:12 imperator kernel: scsi host0: ahci
Jan 27 13:31:12 imperator kernel: scsi host1: ahci
Jan 27 13:31:12 imperator kernel: scsi host2: ahci
Jan 27 13:31:12 imperator kernel: scsi host3: ahci
Jan 27 13:31:12 imperator kernel: scsi host4: ahci
Jan 27 13:31:12 imperator kernel: scsi host5: ahci
Jan 27 13:31:12 imperator kernel: scsi host6: ahci
Jan 27 13:31:12 imperator kernel: scsi host7: ahci
Jan 27 13:31:12 imperator kernel: ata1: DUMMY
Jan 27 13:31:12 imperator kernel: ata2: DUMMY
Jan 27 13:31:12 imperator kernel: ata3: DUMMY
Jan 27 13:31:12 imperator kernel: ata4: DUMMY
Jan 27 13:31:12 imperator kernel: ata5: SATA max UDMA/133 abar m2048@0x8de02000 port 0x8de02300 irq 126
Jan 27 13:31:12 imperator kernel: ata6: SATA max UDMA/133 abar m2048@0x8de02000 port 0x8de02380 irq 126
Jan 27 13:31:12 imperator kernel: ata7: SATA max UDMA/133 abar m2048@0x8de02000 port 0x8de02400 irq 126
Jan 27 13:31:12 imperator kernel: ata8: SATA max UDMA/133 abar m2048@0x8de02000 port 0x8de02480 irq 126
Jan 27 13:31:12 imperator kernel: usbcore: registered new interface driver usbserial_generic
Jan 27 13:31:12 imperator kernel: usbserial: USB Serial support registered for generic
Jan 27 13:31:12 imperator kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Jan 27 13:31:12 imperator kernel: rtc_cmos rtc_cmos: registered as rtc0
Jan 27 13:31:12 imperator kernel: rtc_cmos rtc_cmos: setting system clock to 2024-01-27T19:31:10 UTC (1706383870)
Jan 27 13:31:12 imperator kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Jan 27 13:31:12 imperator kernel: intel_pstate: Intel P-state driver initializing
Jan 27 13:31:12 imperator kernel: intel_pstate: HWP enabled
Jan 27 13:31:12 imperator kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 27 13:31:12 imperator kernel: hid: raw HID events driver (C) Jiri Kosina
Jan 27 13:31:12 imperator kernel: intel_pmc_core INT33A1:00:  initialized
Jan 27 13:31:12 imperator kernel: drop_monitor: Initializing network drop monitor service
Jan 27 13:31:12 imperator kernel: Initializing XFRM netlink socket
Jan 27 13:31:12 imperator kernel: NET: Registered PF_INET6 protocol family
Jan 27 13:31:12 imperator kernel: Segment Routing with IPv6
Jan 27 13:31:12 imperator kernel: RPL Segment Routing with IPv6
Jan 27 13:31:12 imperator kernel: In-situ OAM (IOAM) with IPv6
Jan 27 13:31:12 imperator kernel: NET: Registered PF_PACKET protocol family
Jan 27 13:31:12 imperator kernel: microcode: Microcode Update Driver: v2.2.
Jan 27 13:31:12 imperator kernel: resctrl: L2 allocation detected
Jan 27 13:31:12 imperator kernel: IPI shorthand broadcast: enabled
Jan 27 13:31:12 imperator kernel: sched_clock: Marking stable (460001790, 3422366)->(491350634, -27926478)
Jan 27 13:31:12 imperator kernel: registered taskstats version 1
Jan 27 13:31:12 imperator kernel: Loading compiled-in X.509 certificates
Jan 27 13:31:12 imperator kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 1a6549e582dd88d6e0dbbf5548032514e01409eb'
Jan 27 13:31:12 imperator kernel: zswap: loaded using pool zstd/zsmalloc
Jan 27 13:31:12 imperator kernel: Key type .fscrypt registered
Jan 27 13:31:12 imperator kernel: Key type fscrypt-provisioning registered
Jan 27 13:31:12 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 27 13:31:12 imperator kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Jan 27 13:31:12 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 27 13:31:12 imperator kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Jan 27 13:31:12 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 27 13:31:12 imperator kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jan 27 13:31:12 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 27 13:31:12 imperator kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jan 27 13:31:12 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 27 13:31:12 imperator kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Jan 27 13:31:12 imperator kernel: PM:   Magic number: 8:492:547
Jan 27 13:31:12 imperator kernel: tty ttyS23: hash matches
Jan 27 13:31:12 imperator kernel: port serial8250:0.22: hash matches
Jan 27 13:31:12 imperator kernel: RAS: Correctable Errors collector initialized.
Jan 27 13:31:12 imperator kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 27 13:31:12 imperator kernel: ata7.00: ATA-8: WDC WD1002FAEX-007BA0, 05.01D05, max UDMA/133
Jan 27 13:31:12 imperator kernel: ata7.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jan 27 13:31:12 imperator kernel: ata6: SATA link down (SStatus 4 SControl 300)
Jan 27 13:31:12 imperator kernel: ata5: SATA link down (SStatus 4 SControl 300)
Jan 27 13:31:12 imperator kernel: ata8: SATA link down (SStatus 4 SControl 300)
Jan 27 13:31:12 imperator kernel: ata7.00: configured for UDMA/133
Jan 27 13:31:12 imperator kernel: scsi 6:0:0:0: Direct-Access     ATA      WDC WD1002FAEX-0 1D05 PQ: 0 ANSI: 5
Jan 27 13:31:12 imperator kernel: sd 6:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Jan 27 13:31:12 imperator kernel: sd 6:0:0:0: [sda] Write Protect is off
Jan 27 13:31:12 imperator kernel: sd 6:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jan 27 13:31:12 imperator kernel: sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 27 13:31:12 imperator kernel: sd 6:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Jan 27 13:31:12 imperator kernel:  sda: sda1 sda2 sda4 < sda5 sda6 >
Jan 27 13:31:12 imperator kernel: sd 6:0:0:0: [sda] Attached SCSI disk
Jan 27 13:31:12 imperator kernel: clk: Disabling unused clocks
Jan 27 13:31:12 imperator kernel: Freeing unused decrypted memory: 2028K
Jan 27 13:31:12 imperator kernel: Freeing unused kernel image (initmem) memory: 3416K
Jan 27 13:31:12 imperator kernel: Write protecting the kernel read-only data: 30720k
Jan 27 13:31:12 imperator kernel: Freeing unused kernel image (rodata/data gap) memory: 1264K
Jan 27 13:31:12 imperator kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 27 13:31:12 imperator kernel: rodata_test: all tests were successful
Jan 27 13:31:12 imperator kernel: Run /init as init process
Jan 27 13:31:12 imperator kernel:   with arguments:
Jan 27 13:31:12 imperator kernel:     /init
Jan 27 13:31:12 imperator kernel:   with environment:
Jan 27 13:31:12 imperator kernel:     HOME=/
Jan 27 13:31:12 imperator kernel:     TERM=linux
Jan 27 13:31:12 imperator kernel:     BOOT_IMAGE=/vmlinuz-linux-lts
Jan 27 13:31:12 imperator kernel: vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
Jan 27 13:31:12 imperator kernel: pci_bus 10000:e0: root bus resource [bus e0-ff]
Jan 27 13:31:12 imperator kernel: pci_bus 10000:e0: root bus resource [mem 0x8a000000-0x8bffffff]
Jan 27 13:31:12 imperator kernel: pci_bus 10000:e0: root bus resource [mem 0x4002102000-0x40021fffff 64bit]
Jan 27 13:31:12 imperator kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 27 13:31:12 imperator kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jan 27 13:31:12 imperator kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Jan 27 13:31:12 imperator kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 27 13:31:12 imperator kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jan 27 13:31:12 imperator kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
Jan 27 13:31:12 imperator kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Jan 27 13:31:12 imperator kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 27 13:31:12 imperator kernel: usb usb1: Product: xHCI Host Controller
Jan 27 13:31:12 imperator kernel: usb usb1: Manufacturer: Linux 6.6.10-1-lts xhci-hcd
Jan 27 13:31:12 imperator kernel: usb usb1: SerialNumber: 0000:00:14.0
Jan 27 13:31:12 imperator kernel: hub 1-0:1.0: USB hub found
Jan 27 13:31:12 imperator kernel: hub 1-0:1.0: 16 ports detected
Jan 27 13:31:12 imperator kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Jan 27 13:31:12 imperator kernel: nvme nvme0: pci function 0000:02:00.0
Jan 27 13:31:12 imperator kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Jan 27 13:31:12 imperator kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 27 13:31:12 imperator kernel: usb usb2: Product: xHCI Host Controller
Jan 27 13:31:12 imperator kernel: usb usb2: Manufacturer: Linux 6.6.10-1-lts xhci-hcd
Jan 27 13:31:12 imperator kernel: usb usb2: SerialNumber: 0000:00:14.0
Jan 27 13:31:12 imperator kernel: hub 2-0:1.0: USB hub found
Jan 27 13:31:12 imperator kernel: hub 2-0:1.0: 9 ports detected
Jan 27 13:31:12 imperator kernel: usb: port power management may be unreliable
Jan 27 13:31:12 imperator kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Jan 27 13:31:12 imperator kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
Jan 27 13:31:12 imperator kernel: vmd 0000:00:0e.0: Bound to PCI domain 10000
Jan 27 13:31:12 imperator kernel: nvme nvme0: 20/0/0 default/read/poll queues
Jan 27 13:31:12 imperator kernel:  nvme0n1: p1 p2
Jan 27 13:31:12 imperator kernel: xhci_hcd 0000:04:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
Jan 27 13:31:12 imperator kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Jan 27 13:31:12 imperator kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
Jan 27 13:31:12 imperator kernel: xhci_hcd 0000:04:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Jan 27 13:31:12 imperator kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Jan 27 13:31:12 imperator kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 27 13:31:12 imperator kernel: usb usb3: Product: xHCI Host Controller
Jan 27 13:31:12 imperator kernel: usb usb3: Manufacturer: Linux 6.6.10-1-lts xhci-hcd
Jan 27 13:31:12 imperator kernel: usb usb3: SerialNumber: 0000:04:00.0
Jan 27 13:31:12 imperator kernel: hub 3-0:1.0: USB hub found
Jan 27 13:31:12 imperator kernel: hub 3-0:1.0: 2 ports detected
Jan 27 13:31:12 imperator kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 27 13:31:12 imperator kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Jan 27 13:31:12 imperator kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 27 13:31:12 imperator kernel: usb usb4: Product: xHCI Host Controller
Jan 27 13:31:12 imperator kernel: usb usb4: Manufacturer: Linux 6.6.10-1-lts xhci-hcd
Jan 27 13:31:12 imperator kernel: usb usb4: SerialNumber: 0000:04:00.0
Jan 27 13:31:12 imperator kernel: hub 4-0:1.0: USB hub found
Jan 27 13:31:12 imperator kernel: hub 4-0:1.0: 2 ports detected
Jan 27 13:31:12 imperator kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Jan 27 13:31:12 imperator kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
Jan 27 13:31:12 imperator kernel: usb 1-2: config 1 has an invalid interface number: 2 but max is 1
Jan 27 13:31:12 imperator kernel: usb 1-2: config 1 has no interface number 1
Jan 27 13:31:12 imperator kernel: usb 1-2: New USB device found, idVendor=0b05, idProduct=19af, bcdDevice= 1.00
Jan 27 13:31:12 imperator kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 27 13:31:12 imperator kernel: usb 1-2: Product: AURA LED Controller
Jan 27 13:31:12 imperator kernel: usb 1-2: Manufacturer: AsusTek Computer Inc.
Jan 27 13:31:12 imperator kernel: usb 1-2: SerialNumber: 9876543210
Jan 27 13:31:12 imperator kernel: hid-generic 0003:0B05:19AF.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:00:14.0-2/input2
Jan 27 13:31:12 imperator kernel: usbcore: registered new interface driver usbhid
Jan 27 13:31:12 imperator kernel: usbhid: USB HID core driver
Jan 27 13:31:12 imperator kernel: usb 2-9: new SuperSpeed USB device number 2 using xhci_hcd
Jan 27 13:31:12 imperator kernel: usb 2-9: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
Jan 27 13:31:12 imperator kernel: usb 2-9: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Jan 27 13:31:12 imperator kernel: usb 2-9: Product: ASM107x
Jan 27 13:31:12 imperator kernel: usb 2-9: Manufacturer: ASUS TEK.
Jan 27 13:31:12 imperator kernel: usb 3-1: New USB device found, idVendor=13fd, idProduct=1840, bcdDevice= 1.08
Jan 27 13:31:12 imperator kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 27 13:31:12 imperator kernel: usb 3-1: Product: External        
Jan 27 13:31:12 imperator kernel: usb 3-1: Manufacturer: Generic 
Jan 27 13:31:12 imperator kernel: usb 3-1: SerialNumber: 57442D575837314133373543
Jan 27 13:31:12 imperator kernel: hub 2-9:1.0: USB hub found
Jan 27 13:31:12 imperator kernel: usb-storage 3-1:1.0: USB Mass Storage device detected
Jan 27 13:31:12 imperator kernel: hub 2-9:1.0: 4 ports detected
Jan 27 13:31:12 imperator kernel: scsi host8: usb-storage 3-1:1.0
Jan 27 13:31:12 imperator kernel: usbcore: registered new interface driver usb-storage
Jan 27 13:31:12 imperator kernel: usbcore: registered new interface driver uas
Jan 27 13:31:12 imperator kernel: PM: Image not found (code -22)
Jan 27 13:31:12 imperator kernel: fbcon: Taking over console
Jan 27 13:31:12 imperator kernel: Console: switching to colour frame buffer device 128x48
Jan 27 13:31:12 imperator kernel: usb 1-5: new low-speed USB device number 3 using xhci_hcd
Jan 27 13:31:12 imperator kernel: usb 3-2: new high-speed USB device number 3 using xhci_hcd
Jan 27 13:31:12 imperator kernel: usb 1-5: New USB device found, idVendor=03f0, idProduct=0b0c, bcdDevice= 2.08
Jan 27 13:31:12 imperator kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 27 13:31:12 imperator kernel: usb 1-5: Product: USB Multimedia Cordless Kit  
Jan 27 13:31:12 imperator kernel: usb 1-5: Manufacturer: BTC
Jan 27 13:31:12 imperator kernel: input: BTC USB Multimedia Cordless Kit   as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:03F0:0B0C.0002/input/input3
Jan 27 13:31:12 imperator kernel: hid-generic 0003:03F0:0B0C.0002: input,hidraw1: USB HID v1.00 Keyboard [BTC USB Multimedia Cordless Kit  ] on usb-0000:00:14.0-5/input0
Jan 27 13:31:12 imperator kernel: input: BTC USB Multimedia Cordless Kit   Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:03F0:0B0C.0003/input/input4
Jan 27 13:31:12 imperator kernel: input: BTC USB Multimedia Cordless Kit   System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:03F0:0B0C.0003/input/input5
Jan 27 13:31:12 imperator kernel: input: BTC USB Multimedia Cordless Kit   as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:03F0:0B0C.0003/input/input6
Jan 27 13:31:12 imperator kernel: input: BTC USB Multimedia Cordless Kit   Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:03F0:0B0C.0003/input/input7
Jan 27 13:31:12 imperator kernel: hid-generic 0003:03F0:0B0C.0003: input,hiddev97,hidraw2: USB HID v1.00 Mouse [BTC USB Multimedia Cordless Kit  ] on usb-0000:00:14.0-5/input1
Jan 27 13:31:12 imperator kernel: usb 3-2: New USB device found, idVendor=0c45, idProduct=6366, bcdDevice= 1.00
Jan 27 13:31:12 imperator kernel: usb 3-2: New USB device strings: Mfr=2, Product=1, SerialNumber=3
Jan 27 13:31:12 imperator kernel: usb 3-2: Product: USB 2.0 Camera
Jan 27 13:31:12 imperator kernel: usb 3-2: Manufacturer: Sonix Technology Co., Ltd.
Jan 27 13:31:12 imperator kernel: usb 3-2: SerialNumber: SN0001
Jan 27 13:31:12 imperator kernel: usb 1-6: new low-speed USB device number 4 using xhci_hcd
Jan 27 13:31:12 imperator kernel: EXT4-fs (nvme0n1p2): mounted filesystem 94305208-b24c-49f0-80a4-a4d1c112af3b r/w with ordered data mode. Quota mode: none.
Jan 27 13:31:12 imperator systemd[1]: systemd 255.2-3-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)
Jan 27 13:31:12 imperator systemd[1]: Detected architecture x86-64.
Jan 27 13:31:12 imperator systemd[1]: Hostname set to <imperator>.
Jan 27 13:31:12 imperator kernel: usb 1-6: New USB device found, idVendor=045e, idProduct=0039, bcdDevice= 1.21
Jan 27 13:31:12 imperator kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 27 13:31:12 imperator kernel: usb 1-6: Product: Microsoft IntelliMouse® Optical
Jan 27 13:31:12 imperator kernel: usb 1-6: Manufacturer: Microsoft
Jan 27 13:31:12 imperator kernel: input: Microsoft Microsoft IntelliMouse® Optical as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:045E:0039.0004/input/input8
Jan 27 13:31:12 imperator kernel: hid-generic 0003:045E:0039.0004: input,hidraw3: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse® Optical] on usb-0000:00:14.0-6/input0
Jan 27 13:31:12 imperator kernel: usb 1-10: new high-speed USB device number 5 using xhci_hcd
Jan 27 13:31:12 imperator kernel: usb 1-10: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
Jan 27 13:31:12 imperator kernel: usb 1-10: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Jan 27 13:31:12 imperator kernel: usb 1-10: Product: ASM107x
Jan 27 13:31:12 imperator kernel: usb 1-10: Manufacturer: ASUS TEK.
Jan 27 13:31:12 imperator kernel: hub 1-10:1.0: USB hub found
Jan 27 13:31:12 imperator kernel: hub 1-10:1.0: 4 ports detected
Jan 27 13:31:12 imperator kernel: scsi 8:0:0:0: Direct-Access     Generic  External         1.08 PQ: 0 ANSI: 4
Jan 27 13:31:12 imperator kernel: sd 8:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Jan 27 13:31:12 imperator kernel: sd 8:0:0:0: [sdb] Write Protect is off
Jan 27 13:31:12 imperator kernel: sd 8:0:0:0: [sdb] Mode Sense: 23 00 00 00
Jan 27 13:31:12 imperator kernel: sd 8:0:0:0: [sdb] No Caching mode page found
Jan 27 13:31:12 imperator kernel: sd 8:0:0:0: [sdb] Assuming drive cache: write through
Jan 27 13:31:12 imperator kernel:  sdb: sdb1
Jan 27 13:31:12 imperator kernel: sd 8:0:0:0: [sdb] Attached SCSI disk
Jan 27 13:31:12 imperator kernel: usb 1-14: new full-speed USB device number 6 using xhci_hcd
Jan 27 13:31:12 imperator systemd[1]: bpf-lsm: LSM BPF program attached
Jan 27 13:31:12 imperator systemd[1]: Queued start job for default target Graphical Interface.
Jan 27 13:31:12 imperator systemd[1]: Created slice Slice /system/getty.
Jan 27 13:31:12 imperator kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Jan 27 13:31:12 imperator kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 27 13:31:12 imperator systemd[1]: Created slice Slice /system/modprobe.
Jan 27 13:31:12 imperator systemd[1]: Created slice Slice /system/systemd-fsck.
Jan 27 13:31:12 imperator systemd[1]: Created slice User and Session Slice.
Jan 27 13:31:12 imperator systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 27 13:31:12 imperator systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan 27 13:31:12 imperator systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan 27 13:31:12 imperator systemd[1]: Expecting device /dev/disk/by-uuid/38E9-F4F4...
Jan 27 13:31:12 imperator systemd[1]: Expecting device /dev/disk/by-uuid/eba5990f-b084-4675-be62-376157463715...
Jan 27 13:31:12 imperator systemd[1]: Expecting device /dev/sda5...
Jan 27 13:31:12 imperator systemd[1]: Reached target Local Encrypted Volumes.
Jan 27 13:31:12 imperator systemd[1]: Reached target Local Integrity Protected Volumes.
Jan 27 13:31:12 imperator systemd[1]: Reached target Remote File Systems.
Jan 27 13:31:12 imperator systemd[1]: Reached target Slice Units.
Jan 27 13:31:12 imperator systemd[1]: Reached target Local Verity Protected Volumes.
Jan 27 13:31:12 imperator systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jan 27 13:31:12 imperator systemd[1]: Listening on LVM2 poll daemon socket.
Jan 27 13:31:12 imperator systemd[1]: Listening on Process Core Dump Socket.
Jan 27 13:31:12 imperator systemd[1]: Listening on Journal Socket (/dev/log).
Jan 27 13:31:12 imperator systemd[1]: Listening on Journal Socket.
Jan 27 13:31:12 imperator systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 13:31:12 imperator systemd[1]: Listening on udev Control Socket.
Jan 27 13:31:12 imperator systemd[1]: Listening on udev Kernel Socket.
Jan 27 13:31:12 imperator systemd[1]: Mounting Huge Pages File System...
Jan 27 13:31:12 imperator systemd[1]: Mounting POSIX Message Queue File System...
Jan 27 13:31:12 imperator systemd[1]: Mounting Kernel Debug File System...
Jan 27 13:31:12 imperator systemd[1]: Mounting Kernel Trace File System...
Jan 27 13:31:12 imperator systemd[1]: Starting Create List of Static Device Nodes...
Jan 27 13:31:12 imperator systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jan 27 13:31:12 imperator systemd[1]: Starting Load Kernel Module configfs...
Jan 27 13:31:12 imperator systemd[1]: Starting Load Kernel Module dm_mod...
Jan 27 13:31:12 imperator systemd[1]: Starting Load Kernel Module drm...
Jan 27 13:31:12 imperator systemd[1]: Starting Load Kernel Module fuse...
Jan 27 13:31:12 imperator systemd[1]: Starting Load Kernel Module loop...
Jan 27 13:31:12 imperator systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 27 13:31:12 imperator systemd[1]: Starting Journal Service...
Jan 27 13:31:12 imperator systemd[1]: Starting Load Kernel Modules...
Jan 27 13:31:12 imperator systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 13:31:12 imperator systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 27 13:31:12 imperator systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 13:31:12 imperator systemd[1]: Starting Coldplug All udev Devices...
Jan 27 13:31:12 imperator systemd[1]: Mounted Huge Pages File System.
Jan 27 13:31:12 imperator systemd[1]: Mounted POSIX Message Queue File System.
Jan 27 13:31:12 imperator systemd[1]: Mounted Kernel Debug File System.
Jan 27 13:31:12 imperator systemd[1]: Mounted Kernel Trace File System.
Jan 27 13:31:12 imperator kernel: loop: module loaded
Jan 27 13:31:12 imperator kernel: device-mapper: uevent: version 1.0.3
Jan 27 13:31:12 imperator kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Jan 27 13:31:12 imperator kernel: fuse: init (API version 7.39)
Jan 27 13:31:12 imperator systemd-journald[382]: Collecting audit messages is disabled.
Jan 27 13:31:12 imperator systemd[1]: Finished Create List of Static Device Nodes.
Jan 27 13:31:12 imperator systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jan 27 13:31:12 imperator kernel: EXT4-fs (nvme0n1p2): re-mounted 94305208-b24c-49f0-80a4-a4d1c112af3b r/w. Quota mode: none.
Jan 27 13:31:12 imperator systemd-journald[382]: Journal started
Jan 27 13:31:12 imperator systemd-journald[382]: Runtime Journal (/run/log/journal/73afe27bc995473faa2686429b4d9dab) is 8.0M, max 1.5G, 1.5G free.
Jan 27 13:31:12 imperator systemd-modules-load[383]: Inserted module 'crypto_user'
Jan 27 13:31:12 imperator systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jan 27 13:31:12 imperator systemd[1]: Finished Load Kernel Module configfs.
Jan 27 13:31:12 imperator systemd[1]: Started Journal Service.
Jan 27 13:31:12 imperator systemd[1]: Finished Load Kernel Module dm_mod.
Jan 27 13:31:12 imperator systemd[1]: modprobe@drm.service: Deactivated successfully.
Jan 27 13:31:12 imperator systemd[1]: Finished Load Kernel Module drm.
Jan 27 13:31:12 imperator systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jan 27 13:31:12 imperator systemd[1]: Finished Load Kernel Module fuse.
Jan 27 13:31:12 imperator systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jan 27 13:31:12 imperator systemd[1]: modprobe@loop.service: Deactivated successfully.
Jan 27 13:31:12 imperator systemd[1]: Finished Load Kernel Module loop.
Jan 27 13:31:13 imperator systemd[1]: Finished Remount Root and Kernel File Systems.
Jan 27 13:31:13 imperator kernel: nvidia: loading out-of-tree module taints kernel.
Jan 27 13:31:13 imperator kernel: nvidia: module license 'NVIDIA' taints kernel.
Jan 27 13:31:13 imperator kernel: Disabling lock debugging due to kernel taint
Jan 27 13:31:13 imperator kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jan 27 13:31:13 imperator kernel: nvidia: module license taints kernel.
Jan 27 13:31:13 imperator systemd[1]: Finished Coldplug All udev Devices.
Jan 27 13:31:13 imperator systemd[1]: Mounting FUSE Control File System...
Jan 27 13:31:13 imperator systemd[1]: Mounting Kernel Configuration File System...
Jan 27 13:31:13 imperator systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jan 27 13:31:13 imperator systemd[1]: Starting Flush Journal to Persistent Storage...
Jan 27 13:31:13 imperator systemd[1]: Starting Load/Save OS Random Seed...
Jan 27 13:31:13 imperator systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jan 27 13:31:13 imperator systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jan 27 13:31:13 imperator systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 13:31:13 imperator systemd[1]: Mounted FUSE Control File System.
Jan 27 13:31:13 imperator systemd[1]: Mounted Kernel Configuration File System.
Jan 27 13:31:13 imperator systemd-journald[382]: Time spent on flushing to /var/log/journal/73afe27bc995473faa2686429b4d9dab is 4.662ms for 1000 entries.
Jan 27 13:31:13 imperator systemd-journald[382]: System Journal (/var/log/journal/73afe27bc995473faa2686429b4d9dab) is 1019.6M, max 4.0G, 3.0G free.
Jan 27 13:31:13 imperator systemd-journald[382]: Received client request to flush runtime journal.
Jan 27 13:31:13 imperator systemd-journald[382]: File /var/log/journal/73afe27bc995473faa2686429b4d9dab/system.journal corrupted or uncleanly shut down, renaming and replacing.
Jan 27 13:31:13 imperator systemd[1]: Finished Load/Save OS Random Seed.
Jan 27 13:31:13 imperator kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 236
Jan 27 13:31:13 imperator kernel: 
Jan 27 13:31:13 imperator kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Jan 27 13:31:13 imperator systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jan 27 13:31:13 imperator systemd[1]: Finished Flush Journal to Persistent Storage.
Jan 27 13:31:13 imperator systemd[1]: Starting Create System Users...
Jan 27 13:31:13 imperator systemd[1]: Finished Create System Users.
Jan 27 13:31:13 imperator systemd[1]: Starting Create Static Device Nodes in /dev...
Jan 27 13:31:13 imperator kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  470.223.02  Sat Oct  7 15:39:11 UTC 2023
Jan 27 13:31:13 imperator systemd[1]: Finished Create Static Device Nodes in /dev.
Jan 27 13:31:13 imperator systemd[1]: Reached target Preparation for Local File Systems.
Jan 27 13:31:13 imperator systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jan 27 13:31:13 imperator systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jan 27 13:31:13 imperator kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Jan 27 13:31:13 imperator systemd-udevd[424]: Using default interface naming scheme 'v255'.
Jan 27 13:31:13 imperator systemd[1]: Started Rule-based Manager for Device Events and Files.
Jan 27 13:31:13 imperator mtp-probe[491]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:1c.0/0000:04:00.0/usb3/3-1"
Jan 27 13:31:13 imperator mtp-probe[491]: bus: 3, device: 2 was not an MTP device
Jan 27 13:31:13 imperator mtp-probe[487]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5"
Jan 27 13:31:13 imperator mtp-probe[487]: bus: 1, device: 3 was not an MTP device
Jan 27 13:31:13 imperator mtp-probe[488]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
Jan 27 13:31:13 imperator mtp-probe[488]: bus: 1, device: 4 was not an MTP device
Jan 27 13:31:13 imperator systemd[1]: Found device WDS100T1X0E-00AFY0 EFI-Boot.
Jan 27 13:31:13 imperator systemd[1]: Starting File System Check on /dev/disk/by-uuid/38E9-F4F4...
Jan 27 13:31:13 imperator mtp-probe[529]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Jan 27 13:31:13 imperator mtp-probe[529]: bus: 1, device: 2 was not an MTP device
Jan 27 13:31:13 imperator systemd-modules-load[383]: Inserted module 'nvidia_uvm'
Jan 27 13:31:13 imperator kernel: nvidia-uvm: Loaded the UVM driver, major device number 234.
Jan 27 13:31:13 imperator mtp-probe[566]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:1c.0/0000:04:00.0/usb3/3-2"
Jan 27 13:31:13 imperator mtp-probe[566]: bus: 3, device: 3 was not an MTP device
Jan 27 13:31:13 imperator kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jan 27 13:31:13 imperator kernel: acpi PNP0C14:06: duplicate WMI GUID 97845ED0-4E6D-11DE-8A39-0800200C9A66 (first instance was on PNP0C14:02)
Jan 27 13:31:13 imperator kernel: vboxdrv: Found 20 processor cores/threads
Jan 27 13:31:13 imperator systemd[1]: Found device WDC_WD1002FAEX-007BA0 home.
Jan 27 13:31:13 imperator systemd-fsck[568]: fsck.fat 4.2 (2021-01-31)
Jan 27 13:31:13 imperator systemd-fsck[568]: There are differences between boot sector and its backup.
Jan 27 13:31:13 imperator systemd-fsck[568]: This is mostly harmless. Differences: (offset:original/backup)
Jan 27 13:31:13 imperator systemd-fsck[568]:   65:01/00
Jan 27 13:31:13 imperator systemd-fsck[568]:   Not automatically fixing this.
Jan 27 13:31:13 imperator systemd-fsck[568]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Jan 27 13:31:13 imperator systemd-fsck[568]:  Automatically removing dirty bit.
Jan 27 13:31:13 imperator systemd-fsck[568]: *** Filesystem was changed ***
Jan 27 13:31:13 imperator systemd-fsck[568]: Writing changes.
Jan 27 13:31:13 imperator systemd-fsck[568]: /dev/nvme0n1p1: 668 files, 35953/127746 clusters
Jan 27 13:31:13 imperator kernel: mousedev: PS/2 mouse device common for all mice
Jan 27 13:31:13 imperator kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
Jan 27 13:31:13 imperator systemd[1]: Found device WDC_WD1002FAEX-007BA0 6.
Jan 27 13:31:13 imperator kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Jan 27 13:31:13 imperator kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Jan 27 13:31:13 imperator kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jan 27 13:31:13 imperator kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jan 27 13:31:13 imperator kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3609585526 Hz
Jan 27 13:31:13 imperator kernel: vboxdrv: Successfully loaded version 7.0.14 r161095 (interface 0x00330004)
Jan 27 13:31:13 imperator kernel: i2c i2c-1: 1/4 memory slots populated (from DMI)
Jan 27 13:31:13 imperator kernel: i2c i2c-1: Successfully instantiated SPD at 0x53
Jan 27 13:31:13 imperator kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Jan 27 13:31:13 imperator kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Jan 27 13:31:13 imperator systemd[1]: Finished File System Check on /dev/disk/by-uuid/38E9-F4F4.
Jan 27 13:31:13 imperator systemd[1]: Activating swap /dev/disk/by-uuid/eba5990f-b084-4675-be62-376157463715...
Jan 27 13:31:13 imperator systemd[1]: Mounting /boot...
Jan 27 13:31:13 imperator systemd[1]: Mounting /space...
Jan 27 13:31:13 imperator kernel: intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
Jan 27 13:31:13 imperator kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Jan 27 13:31:13 imperator systemd[1]: Starting Virtual Console Setup...
Jan 27 13:31:13 imperator systemd-modules-load[383]: Inserted module 'vboxdrv'
Jan 27 13:31:13 imperator kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jan 27 13:31:13 imperator kernel: spi-nor spi0.0: mx25l12805d (16384 Kbytes)
Jan 27 13:31:13 imperator kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jan 27 13:31:13 imperator kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Jan 27 13:31:13 imperator kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jan 27 13:31:13 imperator kernel: cfg80211: failed to load regulatory.db
Jan 27 13:31:13 imperator systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jan 27 13:31:13 imperator (udev-worker)[428]: nvidia: Process '/usr/bin/bash -c 'if [ ! -c /dev/nvidiactl ]; then /usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255; fi'' failed with exit code 1.
Jan 27 13:31:13 imperator kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Jan 27 13:31:13 imperator kernel: 0x000000000000-0x000001000000 : "BIOS"
Jan 27 13:31:13 imperator kernel: Adding 171164096k swap on /dev/sda6.  Priority:-2 extents:1 across:171164096k 
Jan 27 13:31:13 imperator systemd[1]: Activated swap /dev/disk/by-uuid/eba5990f-b084-4675-be62-376157463715.
Jan 27 13:31:13 imperator systemd[1]: Reached target Swaps.
Jan 27 13:31:13 imperator systemd[1]: Mounting /tmp...
Jan 27 13:31:13 imperator systemd-modules-load[383]: Inserted module 'vboxnetadp'
Jan 27 13:31:13 imperator kernel: mc: Linux media interface: v0.10
Jan 27 13:31:13 imperator kernel: iTCO_vendor_support: vendor-support=0
Jan 27 13:31:13 imperator kernel: VBoxNetAdp: Successfully started.
Jan 27 13:31:13 imperator kernel: ee1004 1-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
Jan 27 13:31:13 imperator systemd[1]: Finished Virtual Console Setup.
Jan 27 13:31:13 imperator systemd[1]: Mounted /boot.
Jan 27 13:31:13 imperator systemd[1]: Mounted /tmp.
Jan 27 13:31:13 imperator kernel: Intel(R) Wireless WiFi driver for Linux
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x1300504, cnv-id 0x80401 wfpm id 0x80000030
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: PCI dev 7af0/0074, rev=0x430, rfid=0x10a100
Jan 27 13:31:13 imperator systemd-modules-load[383]: Inserted module 'vboxnetflt'
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.41
Jan 27 13:31:13 imperator kernel: i8042: PNP: No PS/2 controller found.
Jan 27 13:31:13 imperator kernel: Bluetooth: Core ver 2.22
Jan 27 13:31:13 imperator kernel: NET: Registered PF_BLUETOOTH protocol family
Jan 27 13:31:13 imperator kernel: Bluetooth: HCI device and connection manager initialized
Jan 27 13:31:13 imperator kernel: Bluetooth: HCI socket layer initialized
Jan 27 13:31:13 imperator kernel: Bluetooth: L2CAP socket layer initialized
Jan 27 13:31:13 imperator kernel: Bluetooth: SCO socket layer initialized
Jan 27 13:31:13 imperator kernel: VBoxNetFlt: Successfully started.
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: loaded firmware version 83.e8f84e98.0 so-a0-hr-b0-83.ucode op_mode iwlmvm
Jan 27 13:31:13 imperator kernel: r8169 0000:05:00.0: enabling device (0000 -> 0003)
Jan 27 13:31:13 imperator kernel: r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
Jan 27 13:31:13 imperator kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Jan 27 13:31:13 imperator kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jan 27 13:31:13 imperator kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  470.223.02  Sat Oct  7 15:32:36 UTC 2023
Jan 27 13:31:13 imperator kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jan 27 13:31:13 imperator kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Jan 27 13:31:13 imperator kernel: videodev: Linux video capture interface: v2.00
Jan 27 13:31:13 imperator kernel: asus_wmi: ASUS WMI generic driver loaded
Jan 27 13:31:13 imperator kernel: r8169 0000:05:00.0 eth0: RTL8125B, 04:42:1a:f1:9f:93, XID 641, IRQ 193
Jan 27 13:31:13 imperator kernel: r8169 0000:05:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jan 27 13:31:13 imperator kernel: asus_wmi: SFUN value: 0x1
Jan 27 13:31:13 imperator kernel: eeepc-wmi eeepc-wmi: Detected ATK, not ASUSWMI, use DSTS
Jan 27 13:31:13 imperator kernel: asus_wmi: SFUN value: 0x1
Jan 27 13:31:13 imperator kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Jan 27 13:31:13 imperator kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Jan 27 13:31:13 imperator kernel: asus_wmi: Failed to get WMI notify code: AE_NOT_FOUND
Jan 27 13:31:13 imperator kernel: asus_wmi: Failed to get event during flush: -5
Jan 27 13:31:13 imperator kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input10
Jan 27 13:31:13 imperator kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input11
Jan 27 13:31:13 imperator kernel: r8169 0000:05:00.0 enp5s0: renamed from eth0
Jan 27 13:31:13 imperator (udev-worker)[457]: event10: Failed to call EVIOCSKEYCODE with scan code 0x7c, and key code 190: Invalid argument
Jan 27 13:31:13 imperator kernel: usbcore: registered new interface driver btusb
Jan 27 13:31:13 imperator kernel: Bluetooth: hci0: Device revision is 2
Jan 27 13:31:13 imperator kernel: Bluetooth: hci0: Secure boot is enabled
Jan 27 13:31:13 imperator kernel: Bluetooth: hci0: OTP lock is enabled
Jan 27 13:31:13 imperator kernel: Bluetooth: hci0: API lock is enabled
Jan 27 13:31:13 imperator kernel: Bluetooth: hci0: Debug lock is disabled
Jan 27 13:31:13 imperator kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Jan 27 13:31:13 imperator kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
Jan 27 13:31:13 imperator kernel: ACPI Warning: \_SB.PC00.XHCI.RHUB.HS14._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20230628/nsarguments-61)
Jan 27 13:31:13 imperator kernel: Bluetooth: hci0: DSM reset method type: 0x00
Jan 27 13:31:13 imperator kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Jan 27 13:31:13 imperator kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jan 27 13:31:13 imperator kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jan 27 13:31:13 imperator kernel: Bluetooth: hci0: Found device firmware: intel/ibt-1040-4150.sfi
Jan 27 13:31:13 imperator kernel: Bluetooth: hci0: Boot Address: 0x100800
Jan 27 13:31:13 imperator kernel: Bluetooth: hci0: Firmware Version: 151-42.23
Jan 27 13:31:13 imperator systemd[1]: Finished Load Kernel Modules.
Jan 27 13:31:13 imperator systemd[1]: Reached target Bluetooth Support.
Jan 27 13:31:13 imperator kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Jan 27 13:31:13 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 27 13:31:13 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Jan 27 13:31:13 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Jan 27 13:31:13 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
Jan 27 13:31:13 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Jan 27 13:31:13 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Jan 27 13:31:13 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Jan 27 13:31:13 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Jan 27 13:31:13 imperator kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
Jan 27 13:31:13 imperator kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
Jan 27 13:31:13 imperator kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
Jan 27 13:31:13 imperator kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
Jan 27 13:31:13 imperator (udev-worker)[428]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do if [ ! -c /dev/nvidia${i} ]; then /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) ${i}; fi; done'' failed with exit code 1.
Jan 27 13:31:13 imperator kernel: usb 3-2: Found UVC 1.00 device USB 2.0 Camera (0c45:6366)
Jan 27 13:31:13 imperator kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
Jan 27 13:31:13 imperator kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jan 27 13:31:13 imperator kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jan 27 13:31:13 imperator kernel: cryptd: max_cpu_qlen set to 1000
Jan 27 13:31:13 imperator kernel: usbcore: registered new interface driver uvcvideo
Jan 27 13:31:13 imperator kernel: AVX2 version of gcm_enc/dec engaged.
Jan 27 13:31:13 imperator kernel: AES CTR mode by8 optimization enabled
Jan 27 13:31:13 imperator kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Jan 27 13:31:13 imperator kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Jan 27 13:31:13 imperator kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Jan 27 13:31:13 imperator kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
Jan 27 13:31:13 imperator kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
Jan 27 13:31:13 imperator kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
Jan 27 13:31:13 imperator kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
Jan 27 13:31:13 imperator systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 27 13:31:13 imperator systemd[1]: Starting Apply Kernel Variables...
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x430
Jan 27 13:31:13 imperator kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
Jan 27 13:31:13 imperator systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 27 13:31:13 imperator systemd[1]: Starting Load Kernel Module dm_mod...
Jan 27 13:31:13 imperator systemd[1]: Starting Load Kernel Module loop...
Jan 27 13:31:13 imperator systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 27 13:31:13 imperator systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jan 27 13:31:13 imperator systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 13:31:13 imperator systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 13:31:13 imperator systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 13:31:13 imperator systemd-sysctl[718]: Couldn't write '1' to 'sysrq_always_enabled', ignoring: No such file or directory
Jan 27 13:31:13 imperator kernel: EXT4-fs (sda5): recovery complete
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 27 13:31:13 imperator kernel: EXT4-fs (sda5): mounted filesystem 65572a2a-5662-4e12-9f82-6fd5170e1369 r/w with ordered data mode. Quota mode: none.
Jan 27 13:31:13 imperator systemd[1]: Finished Apply Kernel Variables.
Jan 27 13:31:13 imperator systemd[1]: Mounted /space.
Jan 27 13:31:13 imperator systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jan 27 13:31:13 imperator kernel: intel_tcc_cooling: TCC Offset locked
Jan 27 13:31:13 imperator systemd[1]: Finished Load Kernel Module dm_mod.
Jan 27 13:31:13 imperator systemd[1]: modprobe@loop.service: Deactivated successfully.
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 27 13:31:13 imperator systemd[1]: Finished Load Kernel Module loop.
Jan 27 13:31:13 imperator kernel: intel_rapl_msr: PL4 support detected.
Jan 27 13:31:13 imperator kernel: intel_rapl_common: Found RAPL domain package
Jan 27 13:31:13 imperator kernel: intel_rapl_common: Found RAPL domain core
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3: base HW address: 80:b6:55:fa:a5:a5
Jan 27 13:31:13 imperator systemd[1]: Starting Load Kernel Module dm_mod...
Jan 27 13:31:13 imperator systemd[1]: Starting Load Kernel Module loop...
Jan 27 13:31:13 imperator systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 27 13:31:13 imperator systemd[1]: Reached target Local File Systems.
Jan 27 13:31:13 imperator systemd[1]: Listening on System Extension Image Management (Varlink).
Jan 27 13:31:13 imperator systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jan 27 13:31:13 imperator systemd[1]: Starting Set Up Additional Binary Formats...
Jan 27 13:31:13 imperator systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jan 27 13:31:13 imperator systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jan 27 13:31:13 imperator systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 13:31:13 imperator systemd[1]: Starting Create Volatile Files and Directories...
Jan 27 13:31:13 imperator systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 13:31:13 imperator systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 13:31:13 imperator systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jan 27 13:31:13 imperator kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
Jan 27 13:31:13 imperator systemd[1]: Finished Load Kernel Module dm_mod.
Jan 27 13:31:13 imperator systemd[1]: modprobe@loop.service: Deactivated successfully.
Jan 27 13:31:13 imperator systemd[1]: Finished Load Kernel Module loop.
Jan 27 13:31:13 imperator systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jan 27 13:31:13 imperator systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 746 (systemd-binfmt)
Jan 27 13:31:13 imperator systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jan 27 13:31:13 imperator systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jan 27 13:31:13 imperator systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jan 27 13:31:13 imperator systemd[1]: Finished Set Up Additional Binary Formats.
Jan 27 13:31:13 imperator systemd[1]: Finished Create Volatile Files and Directories.
Jan 27 13:31:13 imperator systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 27 13:31:13 imperator systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 27 13:31:13 imperator systemd[1]: Starting Rebuild Journal Catalog...
Jan 27 13:31:13 imperator systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jan 27 13:31:13 imperator systemd[1]: Starting Network Name Resolution...
Jan 27 13:31:13 imperator systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jan 27 13:31:13 imperator systemd-resolved[761]: Positive Trust Anchors:
Jan 27 13:31:13 imperator systemd-resolved[761]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jan 27 13:31:13 imperator systemd-resolved[761]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa corp home internal intranet lan local private test
Jan 27 13:31:14 imperator systemd-resolved[761]: Using system hostname 'imperator'.
Jan 27 13:31:14 imperator systemd[1]: Finished Rebuild Journal Catalog.
Jan 27 13:31:14 imperator systemd[1]: Started Network Name Resolution.
Jan 27 13:31:14 imperator systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jan 27 13:31:14 imperator systemd[1]: Reached target Host and Network Name Lookups.
Jan 27 13:31:14 imperator systemd[1]: Starting Update is Completed...
Jan 27 13:31:14 imperator systemd[1]: Finished Update is Completed.
Jan 27 13:31:14 imperator systemd[1]: Reached target System Initialization.
Jan 27 13:31:14 imperator systemd[1]: Started CUPS Scheduler.
Jan 27 13:31:14 imperator systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jan 27 13:31:14 imperator systemd[1]: Started Daily man-db regeneration.
Jan 27 13:31:14 imperator systemd[1]: Started Discard unused packages weekly.
Jan 27 13:31:14 imperator systemd[1]: Started Refresh pacman files databases weekly.
Jan 27 13:31:14 imperator systemd[1]: Started Update the plocate database daily.
Jan 27 13:31:14 imperator systemd[1]: Started rsnapshot annually backup.
Jan 27 13:31:14 imperator systemd[1]: Started rsnapshot daily backup.
Jan 27 13:31:14 imperator systemd[1]: Started rsnapshot monthly backup.
Jan 27 13:31:14 imperator systemd[1]: Started rsnapshot weekly backup.
Jan 27 13:31:14 imperator systemd[1]: Started Daily verification of password and group files.
Jan 27 13:31:14 imperator systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 27 13:31:14 imperator systemd[1]: Reached target Path Units.
Jan 27 13:31:14 imperator systemd[1]: Reached target Timer Units.
Jan 27 13:31:14 imperator systemd[1]: Listening on CUPS Scheduler.
Jan 27 13:31:14 imperator systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 27 13:31:14 imperator systemd[1]: Reached target Socket Units.
Jan 27 13:31:14 imperator systemd[1]: Starting D-Bus System Message Bus...
Jan 27 13:31:14 imperator systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 13:31:14 imperator dbus-broker-launch[768]: Looking up NSS user entry for 'pulse'...
Jan 27 13:31:14 imperator dbus-broker-launch[768]: NSS returned no entry for 'pulse'
Jan 27 13:31:14 imperator dbus-broker-launch[768]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Jan 27 13:31:14 imperator systemd[1]: Started D-Bus System Message Bus.
Jan 27 13:31:14 imperator systemd[1]: Reached target Basic System.
Jan 27 13:31:14 imperator systemd[1]: Starting Network Manager...
Jan 27 13:31:14 imperator systemd[1]: Starting Save/Restore Sound Card State...
Jan 27 13:31:14 imperator systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Jan 27 13:31:14 imperator systemd[1]: Started fcron periodical command scheduler.
Jan 27 13:31:14 imperator systemd[1]: Starting Initialize hardware monitoring sensors...
Jan 27 13:31:14 imperator systemd[1]: Starting User Login Management...
Jan 27 13:31:14 imperator systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 13:31:14 imperator (modprobe)[773]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Jan 27 13:31:14 imperator dbus-broker-launch[768]: Ready
Jan 27 13:31:14 imperator kernel: nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
Jan 27 13:31:14 imperator systemd-logind[774]: New seat seat0.
Jan 27 13:31:14 imperator systemd-logind[774]: Watching system buttons on /dev/input/event2 (Power Button)
Jan 27 13:31:14 imperator systemd-logind[774]: Watching system buttons on /dev/input/event1 (Power Button)
Jan 27 13:31:14 imperator systemd-logind[774]: Watching system buttons on /dev/input/event0 (Sleep Button)
Jan 27 13:31:14 imperator systemd-logind[774]: Watching system buttons on /dev/input/event3 (BTC USB Multimedia Cordless Kit  )
Jan 27 13:31:14 imperator systemd-logind[774]: Watching system buttons on /dev/input/event5 (BTC USB Multimedia Cordless Kit   System Control)
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1334] NetworkManager (version 1.44.2-3) is starting... (boot:bd73bea7-010e-4196-bb96-9875b9dbdaaf)
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1334] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1371] manager[0x5620a44d1280]: monitoring kernel firmware directory '/lib/firmware'.
Jan 27 13:31:14 imperator systemd[1]: Finished Save/Restore Sound Card State.
Jan 27 13:31:14 imperator systemd[1]: Started User Login Management.
Jan 27 13:31:14 imperator fcron[772]: fcron[772] 3.3.1 started
Jan 27 13:31:14 imperator fcron[772]: updating configuration from /var/spool/fcron
Jan 27 13:31:14 imperator fcron[772]: 2024-01-27 13:31:14  INFO fcron[772] 3.3.1 started
Jan 27 13:31:14 imperator fcron[772]: 2024-01-27 13:31:14  INFO updating configuration from /var/spool/fcron
Jan 27 13:31:14 imperator fcron[772]: 2024-01-27 13:31:14  INFO adding file root
Jan 27 13:31:14 imperator fcron[772]: adding file root
Jan 27 13:31:14 imperator fcron[772]: adding file systab
Jan 27 13:31:14 imperator fcron[772]: 2024-01-27 13:31:14  INFO adding file systab
Jan 27 13:31:14 imperator systemd[1]: Reached target Sound Card.
Jan 27 13:31:14 imperator systemd[1]: Starting Hostname Service...
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1764] hostname: hostname: using hostnamed
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1764] hostname: static hostname changed from (none) to "imperator"
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1766] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1770] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1771] manager[0x5620a44d1280]: rfkill: Wi-Fi hardware radio set enabled
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1771] manager[0x5620a44d1280]: rfkill: WWAN hardware radio set enabled
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1793] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1799] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1818] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1967] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1970] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1979] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1980] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1980] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1980] manager: Networking is enabled by state file
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.1984] settings: Loaded settings plugin: keyfile (internal)
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.2000] dhcp: init: Using DHCP client 'internal'
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.2001] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.2005] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.2006] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.2010] device (lo): Activation: starting connection 'lo' (19ca00d3-b95d-497b-bae0-aa373a6fd09d)
Jan 27 13:31:14 imperator systemd[1]: Finished Initialize hardware monitoring sensors.
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.2012] manager: (enp5s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jan 27 13:31:14 imperator systemd[1]: Started Hostname Service.
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.2017] settings: (enp5s0): created default wired connection 'Wired connection 1'
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.2017] device (enp5s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 13:31:14 imperator systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 27 13:31:14 imperator systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 27 13:31:14 imperator kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
Jan 27 13:31:14 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Down
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.4300] device (wlo1): driver supports Access Point (AP) mode
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.4306] manager: (wlo1): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.4309] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.6532] device (wlo1): set-hw-addr: set MAC address to 86:AD:E9:93:3A:91 (scanning)
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.8372] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jan 27 13:31:14 imperator systemd[1]: Started Network Manager.
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.8386] ovsdb: disconnected from ovsdb
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.8387] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.8390] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.8392] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.8398] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.8439] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.8441] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 27 13:31:14 imperator NetworkManager[770]: <info>  [1706383874.8447] device (lo): Activation: successful, device activated.
Jan 27 13:31:14 imperator kernel: Bluetooth: hci0: Waiting for firmware download to complete
Jan 27 13:31:14 imperator kernel: Bluetooth: hci0: Firmware loaded in 1365805 usecs
Jan 27 13:31:14 imperator kernel: Bluetooth: hci0: Waiting for device to boot
Jan 27 13:31:14 imperator systemd[1]: Starting WPA supplicant...
Jan 27 13:31:14 imperator kernel: Bluetooth: hci0: Device booted in 14637 usecs
Jan 27 13:31:14 imperator kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Jan 27 13:31:14 imperator kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-1040-4150.ddc
Jan 27 13:31:14 imperator kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Jan 27 13:31:14 imperator kernel: Bluetooth: hci0: Firmware timestamp 2023.42 buildtype 1 build 73111
Jan 27 13:31:14 imperator systemd[1]: Started WPA supplicant.
Jan 27 13:31:14 imperator wpa_supplicant[820]: Successfully initialized wpa_supplicant
Jan 27 13:31:14 imperator systemd[1]: Reached target Network.
Jan 27 13:31:14 imperator systemd[1]: Starting CUPS Scheduler...
Jan 27 13:31:14 imperator systemd[1]: Starting PostgreSQL database server...
Jan 27 13:31:14 imperator systemd[1]: Starting Permit User Sessions...
Jan 27 13:31:14 imperator systemd[1]: Starting xrdp session manager...
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 6
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: Loaded firmware version: 83.e8f84e98.0 so-a0-hr-b0-83.ucode
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000071 | NMI_INTERRUPT_UMAC_FATAL    
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x000002F0 | trm_hw_status0
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status1
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x004D9024 | branchlink2
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x004CF2F2 | interruptlink1
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x004CF2F2 | interruptlink2
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00015346 | data1
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000010 | data2
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | data3
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x003E16C8 | beacon time
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x0002E2EE | tsf low
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | tsf hi
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | time gp1
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x0003962F | time gp2
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000001 | uCode revision type
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000053 | uCode version major
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0xE8F84E98 | uCode version minor
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000430 | hw version
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00C80002 | board version
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x001C0103 | hcmd
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00020000 | isr0
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr1
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x48F04802 | isr2
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00C3000C | isr3
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr4
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x001C0103 | last cmd Id
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00015346 | wait_event
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | l2p_control
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | l2p_duration
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | l2p_mhvalid
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | l2p_addr_match
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000018 | lmpm_pmg_sel
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | timestamp
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00001840 | flow_handler
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 7
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x2010190E | ADVANCED_SYSASSERT
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink1
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x804703E0 | umac branchlink2
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0xC0081500 | umac interruptlink1
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | umac interruptlink2
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x0101971C | umac data1
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0xDEADBEEF | umac data2
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0xDEADBEEF | umac data3
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000053 | umac major
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0xE8F84E98 | umac minor
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x0003962A | frame pointer
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0xC0886BE0 | stack pointer
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x001C0103 | last host cmd
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr status reg
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: IML/ROM dump:
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000B03 | IML/ROM error/state
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x0000501C | IML/ROM data1
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000090 | IML/ROM WFPM_AUTH_KEY_0
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: Fseq Registers:
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x60000000 | FSEQ_ERROR_CODE
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00340002 | FSEQ_TOP_INIT_VERSION
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00150001 | FSEQ_CNVIO_INIT_VERSION
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x0000A482 | FSEQ_OTP_VERSION
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00080401 | FSEQ_CNVI_ID
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x01300504 | FSEQ_CNVR_ID
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00080401 | CNVI_AUX_MISC_CHIP
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x01300504 | CNVR_AUX_MISC_CHIP
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x0000025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00150001 | FSEQ_PREV_CNVIO_INIT_VERSION
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00340002 | FSEQ_WIFI_FSEQ_VERSION
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x00340002 | FSEQ_BT_FSEQ_VERSION
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: 0x000001AE | FSEQ_CLASS_TP_VERSION
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x8048f214
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd0
Jan 27 13:31:14 imperator kernel: iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 4 fired (delay=0ms).
Jan 27 13:31:14 imperator kernel: ieee80211 phy0: Hardware restart was requested
Jan 27 13:31:15 imperator systemd[1]: Finished Permit User Sessions.
Jan 27 13:31:15 imperator systemd[1]: Started Getty on tty1.
Jan 27 13:31:15 imperator systemd[1]: Reached target Login Prompts.
Jan 27 13:31:15 imperator xrdp-sesman[833]: [INFO ] starting xrdp-sesman with pid 833
Jan 27 13:31:15 imperator systemd[1]: Started xrdp session manager.
Jan 27 13:31:15 imperator systemd[1]: Starting xrdp daemon...
Jan 27 13:31:15 imperator systemd[1]: Started CUPS Scheduler.
Jan 27 13:31:15 imperator xrdp[835]: [INFO ] address [0.0.0.0] port [3389] mode 1
Jan 27 13:31:15 imperator xrdp[835]: [INFO ] listening to port 3389 on 0.0.0.0
Jan 27 13:31:15 imperator xrdp[835]: [INFO ] xrdp_listen_pp done
Jan 27 13:31:15 imperator systemd[1]: xrdp.service: Can't open PID file /run/xrdp.pid (yet?) after start: No such file or directory
Jan 27 13:31:15 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 27 13:31:15 imperator postgres[830]: 2024-01-27 13:31:15.415 CST [830] LOG:  starting PostgreSQL 16.1 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 13.2.1 20230801, 64-bit
Jan 27 13:31:15 imperator postgres[830]: 2024-01-27 13:31:15.418 CST [830] LOG:  listening on IPv6 address "::1", port 5432
Jan 27 13:31:15 imperator postgres[830]: 2024-01-27 13:31:15.418 CST [830] LOG:  listening on IPv4 address "127.0.0.1", port 5432
Jan 27 13:31:15 imperator postgres[830]: 2024-01-27 13:31:15.419 CST [830] LOG:  listening on Unix socket "/run/postgresql/.s.PGSQL.5432"
Jan 27 13:31:15 imperator postgres[839]: 2024-01-27 13:31:15.423 CST [839] LOG:  database system was interrupted; last known up at 2024-01-27 11:23:36 CST
Jan 27 13:31:15 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 27 13:31:15 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 27 13:31:15 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 27 13:31:15 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 27 13:31:15 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 27 13:31:15 imperator postgres[839]: 2024-01-27 13:31:15.543 CST [839] LOG:  database system was not properly shut down; automatic recovery in progress
Jan 27 13:31:15 imperator postgres[839]: 2024-01-27 13:31:15.545 CST [839] LOG:  redo starts at 0/1868D8E0
Jan 27 13:31:15 imperator postgres[839]: 2024-01-27 13:31:15.545 CST [839] LOG:  invalid record length at 0/1868D9C8: expected at least 24, got 0
Jan 27 13:31:15 imperator postgres[839]: 2024-01-27 13:31:15.545 CST [839] LOG:  redo done at 0/1868D990 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s
Jan 27 13:31:15 imperator postgres[837]: 2024-01-27 13:31:15.550 CST [837] LOG:  checkpoint starting: end-of-recovery immediate wait
Jan 27 13:31:15 imperator postgres[837]: 2024-01-27 13:31:15.555 CST [837] LOG:  checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.002 s, sync=0.001 s, total=0.006 s; sync files=3, longest=0.001 s, average=0.001 s; distance=0 kB, estimate=0 kB; lsn=0/1868D9C8, redo lsn=0/1868D9C8
Jan 27 13:31:15 imperator postgres[830]: 2024-01-27 13:31:15.560 CST [830] LOG:  database system is ready to accept connections
Jan 27 13:31:15 imperator systemd[1]: Started PostgreSQL database server.
Jan 27 13:31:15 imperator wpa_supplicant[820]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Jan 27 13:31:15 imperator NetworkManager[770]: <info>  [1706383875.5987] device (wlo1): supplicant interface state: internal-starting -> disconnected
Jan 27 13:31:15 imperator NetworkManager[770]: <info>  [1706383875.5989] Wi-Fi P2P device controlled by interface wlo1 created
Jan 27 13:31:15 imperator NetworkManager[770]: <info>  [1706383875.5992] manager: (p2p-dev-wlo1): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Jan 27 13:31:15 imperator NetworkManager[770]: <info>  [1706383875.5995] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 13:31:15 imperator NetworkManager[770]: <info>  [1706383875.6000] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jan 27 13:31:15 imperator NetworkManager[770]: <info>  [1706383875.6006] device (p2p-dev-wlo1): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jan 27 13:31:16 imperator systemd[1]: Started xrdp daemon.
Jan 27 13:31:16 imperator systemd[1]: Reached target Multi-User System.
Jan 27 13:31:16 imperator systemd[1]: Reached target Graphical Interface.
Jan 27 13:31:16 imperator systemd[1]: Startup finished in 9.886s (firmware) + 4.309s (loader) + 2.135s (kernel) + 3.830s (userspace) = 20.163s.
Jan 27 13:31:17 imperator xrdp[836]: [INFO ] starting xrdp with pid 836
Jan 27 13:31:17 imperator xrdp[836]: [INFO ] address [0.0.0.0] port [3389] mode 1
Jan 27 13:31:17 imperator xrdp[836]: [INFO ] listening to port 3389 on 0.0.0.0
Jan 27 13:31:17 imperator xrdp[836]: [INFO ] xrdp_listen_pp done
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1482] device (enp5s0): carrier: link connected
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1486] device (enp5s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1494] policy: auto-activating connection 'Wired connection 1' (0af2ca09-351f-3770-8c14-ddcd3318a322)
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1503] device (enp5s0): Activation: starting connection 'Wired connection 1' (0af2ca09-351f-3770-8c14-ddcd3318a322)
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1504] device (enp5s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1507] manager: NetworkManager state is now CONNECTING
Jan 27 13:31:17 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Up - 1Gbps/Full - flow control rx/tx
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1510] device (enp5s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1523] device (enp5s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1529] dhcp4 (enp5s0): activation: beginning transaction (timeout in 45 seconds)
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1579] dhcp4 (enp5s0): state changed no lease
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1739] dhcp4 (enp5s0): state changed new lease, address=192.168.68.57
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1746] policy: set 'Wired connection 1' (enp5s0) as default for IPv4 routing and DNS
Jan 27 13:31:17 imperator systemd-resolved[761]: enp5s0: Bus client set default route setting: yes
Jan 27 13:31:17 imperator systemd-resolved[761]: enp5s0: Bus client set DNS server list to: 71.10.216.1, 71.10.216.2
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1813] device (enp5s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1840] device (enp5s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1844] device (enp5s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1849] manager: NetworkManager state is now CONNECTED_SITE
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.1854] device (enp5s0): Activation: successful, device activated.
Jan 27 13:31:17 imperator NetworkManager[770]: <info>  [1706383877.5377] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 27 13:31:17 imperator dbus-broker-launch[768]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jan 27 13:31:18 imperator wpa_supplicant[820]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Jan 27 13:31:18 imperator NetworkManager[770]: <info>  [1706383878.7104] manager: startup complete
Jan 27 13:31:18 imperator systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jan 27 13:31:20 imperator login[832]: pam_unix(login:session): session opened for user dornith(uid=1000) by dornith(uid=0)
Jan 27 13:31:20 imperator systemd-logind[774]: New session 1 of user dornith.
Jan 27 13:31:20 imperator systemd[1]: Created slice User Slice of UID 1000.
Jan 27 13:31:20 imperator systemd[1]: Starting User Runtime Directory /run/user/1000...
Jan 27 13:31:20 imperator systemd[1]: Finished User Runtime Directory /run/user/1000.
Jan 27 13:31:20 imperator systemd[1]: Starting User Manager for UID 1000...
Jan 27 13:31:20 imperator (systemd)[855]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[dornith] ruser=[<unknown>] rhost=[<unknown>]
Jan 27 13:31:20 imperator (systemd)[855]: pam_unix(systemd-user:session): session opened for user dornith(uid=1000) by dornith(uid=0)
Jan 27 13:31:20 imperator systemd[855]: Queued start job for default target Main User Target.
Jan 27 13:31:20 imperator systemd-journald[382]: File /var/log/journal/73afe27bc995473faa2686429b4d9dab/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Jan 27 13:31:20 imperator systemd[855]: Created slice User Application Slice.
Jan 27 13:31:20 imperator systemd[855]: Started Daily Cleanup of User's Temporary Directories.
Jan 27 13:31:20 imperator systemd[855]: Reached target Paths.
Jan 27 13:31:20 imperator systemd[855]: Reached target Timers.
Jan 27 13:31:20 imperator systemd[855]: Starting D-Bus User Message Bus Socket...
Jan 27 13:31:20 imperator systemd[855]: Listening on GnuPG network certificate management daemon.
Jan 27 13:31:20 imperator systemd[855]: Listening on GCR ssh-agent wrapper.
Jan 27 13:31:20 imperator systemd[855]: Listening on GNOME Keyring daemon.
Jan 27 13:31:20 imperator systemd[855]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 27 13:31:20 imperator systemd[855]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 27 13:31:20 imperator systemd[855]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 27 13:31:20 imperator systemd[855]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 27 13:31:20 imperator systemd[855]: Listening on GnuPG public key management service.
Jan 27 13:31:20 imperator systemd[855]: Listening on p11-kit server.
Jan 27 13:31:20 imperator systemd[855]: Listening on PipeWire Multimedia System Sockets.
Jan 27 13:31:20 imperator systemd[855]: Listening on Sound System.
Jan 27 13:31:20 imperator systemd[855]: Listening on D-Bus User Message Bus Socket.
Jan 27 13:31:20 imperator systemd[855]: Reached target Sockets.
Jan 27 13:31:20 imperator systemd[855]: Reached target Basic System.
Jan 27 13:31:20 imperator systemd[1]: Started User Manager for UID 1000.
Jan 27 13:31:20 imperator systemd[1]: Started Session 1 of User dornith.
Jan 27 13:31:20 imperator systemd[855]: Started Desktop-Bridge: Protonmail Bridge - ProtonMail IMAP and SMTP Bridge.
Jan 27 13:31:20 imperator systemd[855]: Starting Update XDG user dir configuration...
Jan 27 13:31:20 imperator login[832]: LOGIN ON tty1 BY dornith
Jan 27 13:31:21 imperator systemd[855]: Finished Update XDG user dir configuration.
Jan 27 13:31:21 imperator systemd[855]: Reached target Main User Target.
Jan 27 13:31:21 imperator systemd[855]: Startup finished in 182ms.
Jan 27 13:31:21 imperator protonmail-bridge[864]: time="2024-01-27T13:31:21-06:00" level=info msg="Migrating keychain helper"
Jan 27 13:31:21 imperator systemd[855]: Created slice User Core Session Slice.
Jan 27 13:31:21 imperator systemd[855]: Starting D-Bus User Message Bus...
Jan 27 13:31:21 imperator dbus-broker-launch[878]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jan 27 13:31:21 imperator dbus-broker-launch[878]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jan 27 13:31:21 imperator systemd[855]: Started D-Bus User Message Bus.
Jan 27 13:31:21 imperator dbus-broker-launch[878]: Ready
Jan 27 13:31:21 imperator systemd[855]: Created slice Slice /app/dbus-:1.2-org.freedesktop.secrets.
Jan 27 13:31:21 imperator systemd[855]: Started dbus-:1.2-org.freedesktop.secrets@0.service.
Jan 27 13:31:21 imperator systemd[855]: Started GNOME Keyring daemon.
Jan 27 13:31:21 imperator gnome-keyring-daemon[888]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jan 27 13:31:21 imperator gnome-keyring-daemon[888]: The Secret Service was already initialized
Jan 27 13:31:21 imperator gnome-keyring-d[888]: The Secret Service was already initialized
Jan 27 13:31:21 imperator gnome-keyring-daemon[887]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jan 27 13:31:21 imperator gnome-keyring-daemon[887]: discover_other_daemon: 1
Jan 27 13:31:22 imperator protonmail-bridge[864]: WARN[Jan 27 13:31:22.214] Failed to add test credentials to keychain    error="failed to create item: Object does not exist at path “/org/freedesktop/secrets/collection/login”" helper="*keychain.SecretServiceDBusHelper"
Jan 27 13:31:22 imperator protonmail-bridge[864]: WARN[Jan 27 13:31:22.214] Keychain is not available.                    keychain=SecretServiceDBus
Jan 27 13:31:22 imperator systemd[855]: Created slice Slice /app/dbus-:1.2-org.gnome.keyring.SystemPrompter.
Jan 27 13:31:22 imperator systemd[855]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@0.service.
Jan 27 13:31:22 imperator gcr-prompter[902]: cannot open display: 
Jan 27 13:31:22 imperator systemd[855]: dbus-:1.2-org.gnome.keyring.SystemPrompter@0.service: Main process exited, code=exited, status=1/FAILURE
Jan 27 13:31:22 imperator systemd[855]: dbus-:1.2-org.gnome.keyring.SystemPrompter@0.service: Failed with result 'exit-code'.
Jan 27 13:31:22 imperator gnome-keyring-daemon[888]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 13:31:22 imperator gnome-keyring-d[888]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 13:31:22 imperator systemd[855]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@1.service.
Jan 27 13:31:22 imperator gcr-prompter[921]: cannot open display: 
Jan 27 13:31:22 imperator systemd[855]: dbus-:1.2-org.gnome.keyring.SystemPrompter@1.service: Main process exited, code=exited, status=1/FAILURE
Jan 27 13:31:22 imperator systemd[855]: dbus-:1.2-org.gnome.keyring.SystemPrompter@1.service: Failed with result 'exit-code'.
Jan 27 13:31:22 imperator gnome-keyring-daemon[888]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 13:31:22 imperator gnome-keyring-d[888]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 13:31:22 imperator kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:22 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:22 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:22 imperator systemd[855]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@2.service.
Jan 27 13:31:22 imperator gcr-prompter[929]: cannot open display: 
Jan 27 13:31:22 imperator systemd[855]: dbus-:1.2-org.gnome.keyring.SystemPrompter@2.service: Main process exited, code=exited, status=1/FAILURE
Jan 27 13:31:22 imperator systemd[855]: dbus-:1.2-org.gnome.keyring.SystemPrompter@2.service: Failed with result 'exit-code'.
Jan 27 13:31:22 imperator gnome-keyring-daemon[888]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 13:31:22 imperator gnome-keyring-d[888]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 13:31:23 imperator systemd[855]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@3.service.
Jan 27 13:31:23 imperator gcr-prompter[931]: cannot open display: 
Jan 27 13:31:23 imperator systemd[855]: dbus-:1.2-org.gnome.keyring.SystemPrompter@3.service: Main process exited, code=exited, status=1/FAILURE
Jan 27 13:31:23 imperator systemd[855]: dbus-:1.2-org.gnome.keyring.SystemPrompter@3.service: Failed with result 'exit-code'.
Jan 27 13:31:23 imperator gnome-keyring-daemon[888]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 13:31:23 imperator gnome-keyring-d[888]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 13:31:23 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:23 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:23 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:23 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 13:31:23 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 13:31:23 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 13:31:23 imperator systemd[855]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@4.service.
Jan 27 13:31:23 imperator gcr-prompter[934]: cannot open display: 
Jan 27 13:31:23 imperator systemd[855]: dbus-:1.2-org.gnome.keyring.SystemPrompter@4.service: Main process exited, code=exited, status=1/FAILURE
Jan 27 13:31:23 imperator systemd[855]: dbus-:1.2-org.gnome.keyring.SystemPrompter@4.service: Failed with result 'exit-code'.
Jan 27 13:31:23 imperator gnome-keyring-daemon[888]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 13:31:23 imperator gnome-keyring-d[888]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 13:31:23 imperator kernel: Xorg[920]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Jan 27 13:31:23 imperator systemd[855]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@5.service.
Jan 27 13:31:23 imperator gcr-prompter[937]: cannot open display: 
Jan 27 13:31:23 imperator systemd[855]: dbus-:1.2-org.gnome.keyring.SystemPrompter@5.service: Main process exited, code=exited, status=1/FAILURE
Jan 27 13:31:23 imperator systemd[855]: dbus-:1.2-org.gnome.keyring.SystemPrompter@5.service: Failed with result 'exit-code'.
Jan 27 13:31:23 imperator gnome-keyring-daemon[888]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 13:31:23 imperator gnome-keyring-d[888]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 13:31:23 imperator protonmail-bridge[864]: WARN[Jan 27 13:31:23.555] Failed to add test credentials to keychain    error="Object does not exist at path “/org/freedesktop/secrets/collection/login”" helper="*secretservice.Secretservice"
Jan 27 13:31:23 imperator protonmail-bridge[864]: WARN[Jan 27 13:31:23.555] Keychain is not available.                    keychain=SecretService
Jan 27 13:31:23 imperator systemd[855]: Started GnuPG cryptographic agent and passphrase cache.
Jan 27 13:31:23 imperator gpg-agent[971]: gpg-agent (GnuPG) 2.4.3 starting in supervised mode.
Jan 27 13:31:23 imperator gpg-agent[971]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jan 27 13:31:23 imperator gpg-agent[971]: using fd 4 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jan 27 13:31:23 imperator gpg-agent[971]: using fd 5 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jan 27 13:31:23 imperator gpg-agent[971]: using fd 6 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jan 27 13:31:23 imperator gpg-agent[971]: listening on: std=3 extra=5 browser=6 ssh=4
Jan 27 13:31:23 imperator gnome-keyring-daemon[888]: The Secret Service was already initialized
Jan 27 13:31:23 imperator gnome-keyring-d[888]: The Secret Service was already initialized
Jan 27 13:31:23 imperator gnome-keyring-daemon[888]: The PKCS#11 component was already initialized
Jan 27 13:31:23 imperator gnome-keyring-d[888]: The PKCS#11 component was already initialized
Jan 27 13:31:23 imperator gnome-keyring-daemon[987]: discover_other_daemon: 1
Jan 27 13:31:23 imperator systemd[1]: Starting Authorization Manager...
Jan 27 13:31:23 imperator polkitd[989]: Started polkitd version 124
Jan 27 13:31:23 imperator polkitd[989]: Loading rules from directory /etc/polkit-1/rules.d
Jan 27 13:31:23 imperator polkitd[989]: Loading rules from directory /usr/share/polkit-1/rules.d
Jan 27 13:31:23 imperator polkitd[989]: Finished loading, compiling and executing 7 rules
Jan 27 13:31:23 imperator polkitd[989]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jan 27 13:31:23 imperator systemd[1]: Started Authorization Manager.
Jan 27 13:31:23 imperator systemd[855]: Starting Sound Service...
Jan 27 13:31:23 imperator systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jan 27 13:31:23 imperator rtkit-daemon[1042]: Successfully called chroot.
Jan 27 13:31:23 imperator rtkit-daemon[1042]: Successfully dropped privileges.
Jan 27 13:31:23 imperator systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jan 27 13:31:23 imperator rtkit-daemon[1042]: Successfully limited resources.
Jan 27 13:31:23 imperator rtkit-daemon[1042]: Canary thread running.
Jan 27 13:31:23 imperator rtkit-daemon[1042]: Running.
Jan 27 13:31:23 imperator rtkit-daemon[1042]: Watchdog thread running.
Jan 27 13:31:23 imperator rtkit-daemon[1042]: Successfully made thread 1030 of process 1030 owned by '1000' high priority at nice level -11.
Jan 27 13:31:23 imperator rtkit-daemon[1042]: Supervising 1 threads of 1 processes of 1 users.
Jan 27 13:31:24 imperator systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 27 13:31:24 imperator rtkit-daemon[1042]: Supervising 1 threads of 1 processes of 1 users.
Jan 27 13:31:24 imperator rtkit-daemon[1042]: Successfully made thread 1054 of process 1030 owned by '1000' RT at priority 5.
Jan 27 13:31:24 imperator rtkit-daemon[1042]: Supervising 2 threads of 1 processes of 1 users.
Jan 27 13:31:24 imperator rtkit-daemon[1042]: Supervising 2 threads of 1 processes of 1 users.
Jan 27 13:31:24 imperator rtkit-daemon[1042]: Successfully made thread 1056 of process 1030 owned by '1000' RT at priority 5.
Jan 27 13:31:24 imperator rtkit-daemon[1042]: Supervising 3 threads of 1 processes of 1 users.
Jan 27 13:31:24 imperator systemd[855]: Started Sound Service.
Jan 27 13:31:34 imperator fcron[1076]: Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 1078)
Jan 27 13:31:34 imperator fcron[1076]: 2024-01-27 13:31:34  INFO Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 1078)
Jan 27 13:31:34 imperator fcron[1076]: Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 27 13:31:34 imperator fcron[1076]: 2024-01-27 13:31:34  INFO Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 27 13:31:44 imperator systemd[1]: systemd-hostnamed.service: Deactivated successfully.

Based on the thread https://bbs.archlinux.org/profile.php?id=8472 linked, my next debug steps are:

1. Disable TPM in BIOS
2. Downgrade to a 5.15 kernel
3. Downgrade firmware to 20230918.3672ccab-1

We'll see how it goes.  Thanks for the link!
, it looks like some people had success downgrading all the way to LTS 5.15, so that's my next step.

Offline

#5 2024-01-27 21:34:04

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,034

Re: [SOLVED] System not waking up after suspending

Successful sleep & wakeup:

Jan 27 11:11:32 imperator systemd[1]: Reached target Sleep.
Jan 27 11:11:32 imperator systemd-sleep[82724]: Failed to lock home directories: Unknown object '/org/freedesktop/home1'.
Jan 27 11:11:32 imperator systemd-sleep[82724]: Performing sleep operation 'suspend'...
Jan 27 11:11:52 imperator kernel: ACPI: PM: Preparing to enter system sleep state S3
Jan 27 11:11:52 imperator kernel: ACPI: PM: Waking up from system sleep state S3
Jan 27 11:11:52 imperator systemd-sleep[82724]: System returned from sleep operation 'suspend'.
Jan 27 11:11:52 imperator systemd[1]: Stopped target Sleep.
Jan 27 11:11:52 imperator systemd-logind[784]: Operation 'sleep' finished.

Apparently bad sleep that resulted in a hard reboot?

Jan 27 11:28:59 imperator systemd[1]: Reached target Sleep.
Jan 27 11:28:59 imperator wpa_supplicant[832]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 11:28:59 imperator wpa_supplicant[832]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
Jan 27 11:28:59 imperator systemd[1]: Starting System Suspend...
Jan 27 11:28:59 imperator systemd-sleep[83489]: Failed to lock home directories: Unknown object '/org/freedesktop/home1'.
Jan 27 11:28:59 imperator systemd-sleep[83489]: Performing sleep operation 'suspend'...
Jan 27 11:28:59 imperator kernel: PM: suspend entry (deep)
Jan 27 11:28:59 imperator kernel: Filesystems sync: 0.001 seconds
-- Boot bd73bea7010e4196bb969875b9dbdaaf --

I tried using the sysrq key

Did the reboot happen for Alt+sysrq+B
Did you issue the entire REISUB mnemonic w/ a short delay between each step?

There're iwlwifi firmware crashes, is there a parallel windows and are you absolutely positively sure that you disabled windows fast-start and that it still is disabled? (Because windows will occasionally re-enable it w/ updates)

Offline

#6 2024-01-27 21:42:22

Dornith
Member
Registered: 2013-02-19
Posts: 84

Re: [SOLVED] System not waking up after suspending

seth wrote:

Successful sleep & wakeup:
...
Apparently bad sleep that resulted in a hard reboot?

Yes, that is correct.

seth wrote:

Did the reboot happen for Alt+sysrq+B

Yes, the reboot happened.  But it doesn't seem to have yielded any useful information in the logs.

seth wrote:

Did you issue the entire REISUB mnemonic w/ a short delay between each step?

No, I just attempted a reboot.  I can try that next time I see the issue.

seth wrote:

is there a parallel windows and are you absolutely positively sure that you disabled windows fast-start and that it still is disabled?

There is not nor has there been a parallel windows installation on this computer.  It's only ever had Arch.
I'm not positive that windows fast-start is disabled.  Mostly because I've never heard of it before and I'm not sure how I would check for that without a windows install.

Offline

#7 2024-01-27 21:47:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,034

Re: [SOLVED] System not waking up after suspending

No, I just attempted a reboot.  I can try that next time I see the issue.

Ok, the part where you sync and umount the filesystem would have been rather important here tongue

Offline

#8 2024-01-28 01:03:29

Dornith
Member
Registered: 2013-02-19
Posts: 84

Re: [SOLVED] System not waking up after suspending

Followed each step of the mnemonic with ~2-3 seconds between each combination.  I don't see anything much in the logs but maybe someone else has.

I think it goes without saying that disabling TPM did not fix the problem.  Downgrading the kernel next.

# ...
Jan 27 17:08:35 imperator systemd-logind[774]: The system will suspend now!
Jan 27 17:08:35 imperator NetworkManager[770]: <info>  [1706396915.0134] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Jan 27 17:08:35 imperator NetworkManager[770]: <info>  [1706396915.0137] device (wlo1): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 17:08:35 imperator protonmail-bridge[864]: ERRO[Jan 27 17:08:35.021] IMAP server error                             error="failed to send response to client: write tcp 127.0.0.1:1143->127.0.0.1:60600: write: connection reset by peer"
Jan 27 17:08:35 imperator NetworkManager[770]: <info>  [1706396915.0384] device (wlo1): set-hw-addr: reset MAC address to 80:B6:55:FA:A5:A5 (unmanage)
Jan 27 17:08:35 imperator NetworkManager[770]: <info>  [1706396915.0415] device (p2p-dev-wlo1): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 17:08:35 imperator NetworkManager[770]: <info>  [1706396915.0415] manager: NetworkManager state is now ASLEEP
Jan 27 17:08:35 imperator NetworkManager[770]: <info>  [1706396915.0416] device (enp5s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 17:08:35 imperator systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 27 17:08:35 imperator wpa_supplicant[820]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 17:08:35 imperator wpa_supplicant[820]: p2p-dev-wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 17:08:35 imperator wpa_supplicant[820]: nl80211: deinit ifname=p2p-dev-wlo1 disabled_11b_rates=0
Jan 27 17:08:35 imperator systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 27 17:08:35 imperator NetworkManager[770]: <info>  [1706396915.0703] device (enp5s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 17:08:35 imperator NetworkManager[770]: <info>  [1706396915.1199] dhcp4 (enp5s0): canceled DHCP transaction
Jan 27 17:08:35 imperator NetworkManager[770]: <info>  [1706396915.1199] dhcp4 (enp5s0): activation: beginning transaction (timeout in 45 seconds)
Jan 27 17:08:35 imperator wpa_supplicant[820]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 17:08:35 imperator NetworkManager[770]: <info>  [1706396915.1199] dhcp4 (enp5s0): state changed no lease
Jan 27 17:08:35 imperator systemd-resolved[761]: enp5s0: Bus client set default route setting: no
Jan 27 17:08:35 imperator systemd-resolved[761]: enp5s0: Bus client reset DNS server list.
Jan 27 17:08:35 imperator NetworkManager[770]: <info>  [1706396915.1548] device (enp5s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 27 17:08:35 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Down
Jan 27 17:08:35 imperator systemd[1]: Reached target Sleep.
Jan 27 17:08:35 imperator wpa_supplicant[820]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 17:08:35 imperator wpa_supplicant[820]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
Jan 27 17:08:35 imperator systemd[1]: Starting System Suspend...
Jan 27 17:08:35 imperator systemd-sleep[22375]: Failed to lock home directories: Unknown object '/org/freedesktop/home1'.
Jan 27 17:08:35 imperator systemd-sleep[22375]: Performing sleep operation 'suspend'...
Jan 27 17:08:35 imperator kernel: PM: suspend entry (deep)
Jan 27 17:08:35 imperator kernel: Filesystems sync: 0.001 seconds
-- Boot 41a83ac641194be58abccb3920a3f3c1 --
Jan 27 18:54:35 imperator kernel: microcode: updated early: 0xf -> 0x32, date = 2023-06-07
Jan 27 18:54:35 imperator kernel: Linux version 6.6.10-1-lts (linux-lts@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Sun, 07 Jan 2024 20:55:04 +0000
Jan 27 18:54:35 imperator kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=94305208-b24c-49f0-80a4-a4d1c112af3b rw resume=UUID=eba5990f-b084-4675-be62-376157463715 loglevel=3 quiet ibt=off
Jan 27 18:54:35 imperator kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Jan 27 18:54:35 imperator kernel: BIOS-provided physical RAM map:
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000005dfff] usable
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x000000000005e000-0x000000000005efff] reserved
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x000000000005f000-0x000000000009ffff] usable
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000074161fff] usable
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x0000000074162000-0x0000000077e61fff] reserved
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x0000000077e62000-0x0000000078168fff] ACPI data
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x0000000078169000-0x000000007871efff] ACPI NVS
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x000000007871f000-0x0000000079ffefff] reserved
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x0000000079fff000-0x0000000079ffffff] usable
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x000000007a000000-0x000000007dffffff] reserved
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x000000007ee00000-0x000000007fffffff] reserved
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 27 18:54:35 imperator kernel: BIOS-e820: [mem 0x0000000100000000-0x000000087fffffff] usable
Jan 27 18:54:35 imperator kernel: NX (Execute Disable) protection: active
Jan 27 18:54:35 imperator kernel: APIC: Static calls initialized
Jan 27 18:54:35 imperator kernel: e820: update [mem 0x612cc018-0x612ec057] usable ==> usable
Jan 27 18:54:35 imperator kernel: e820: update [mem 0x612cc018-0x612ec057] usable ==> usable
Jan 27 18:54:35 imperator kernel: e820: update [mem 0x612be018-0x612cb857] usable ==> usable
Jan 27 18:54:35 imperator kernel: e820: update [mem 0x612be018-0x612cb857] usable ==> usable
Jan 27 18:54:35 imperator kernel: extended physical RAM map:
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000005dfff] usable
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x000000000005e000-0x000000000005efff] reserved
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x000000000005f000-0x000000000009ffff] usable
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x0000000000100000-0x00000000612be017] usable
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x00000000612be018-0x00000000612cb857] usable
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x00000000612cb858-0x00000000612cc017] usable
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x00000000612cc018-0x00000000612ec057] usable
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x00000000612ec058-0x0000000074161fff] usable
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x0000000074162000-0x0000000077e61fff] reserved
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x0000000077e62000-0x0000000078168fff] ACPI data
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x0000000078169000-0x000000007871efff] ACPI NVS
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x000000007871f000-0x0000000079ffefff] reserved
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x0000000079fff000-0x0000000079ffffff] usable
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x000000007a000000-0x000000007dffffff] reserved
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x000000007ee00000-0x000000007fffffff] reserved
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 27 18:54:35 imperator kernel: reserve setup_data: [mem 0x0000000100000000-0x000000087fffffff] usable
Jan 27 18:54:35 imperator kernel: efi: EFI v2.8 by American Megatrends
Jan 27 18:54:35 imperator kernel: efi: ACPI=0x78168000 ACPI 2.0=0x78168014 SMBIOS=0x79d1f000 SMBIOS 3.0=0x79d1e000 MEMATTR=0x6ed46698 ESRT=0x71940718 INITRD=0x631c1e18 RNG=0x780d4c18 
Jan 27 18:54:35 imperator kernel: random: crng init done
Jan 27 18:54:35 imperator kernel: efi: Remove mem76: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
Jan 27 18:54:35 imperator kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
Jan 27 18:54:35 imperator kernel: efi: Not removing mem77: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Jan 27 18:54:35 imperator kernel: efi: Not removing mem78: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Jan 27 18:54:35 imperator kernel: efi: Not removing mem79: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Jan 27 18:54:35 imperator kernel: efi: Not removing mem81: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Jan 27 18:54:35 imperator kernel: efi: Remove mem82: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Jan 27 18:54:35 imperator kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Jan 27 18:54:35 imperator kernel: SMBIOS 3.4.0 present.
Jan 27 18:54:35 imperator kernel: DMI: ASUS System Product Name/TUF GAMING B660M-PLUS WIFI D4, BIOS 0418 10/12/2021
Jan 27 18:54:35 imperator kernel: tsc: Detected 3600.000 MHz processor
Jan 27 18:54:35 imperator kernel: tsc: Detected 3609.600 MHz TSC
Jan 27 18:54:35 imperator kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 27 18:54:35 imperator kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 27 18:54:35 imperator kernel: last_pfn = 0x880000 max_arch_pfn = 0x400000000
Jan 27 18:54:35 imperator kernel: total RAM covered: 63488M
Jan 27 18:54:35 imperator kernel: Found optimal setting for mtrr clean up
Jan 27 18:54:35 imperator kernel:  gran_size: 64K         chunk_size: 64K         num_reg: 5          lose cover RAM: 0G
Jan 27 18:54:35 imperator kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Jan 27 18:54:35 imperator kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jan 27 18:54:35 imperator kernel: e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
Jan 27 18:54:35 imperator kernel: last_pfn = 0x7a000 max_arch_pfn = 0x400000000
Jan 27 18:54:35 imperator kernel: found SMP MP-table at [mem 0x000fcef0-0x000fceff]
Jan 27 18:54:35 imperator kernel: esrt: Reserving ESRT space from 0x0000000071940718 to 0x00000000719407a0.
Jan 27 18:54:35 imperator kernel: e820: update [mem 0x71940000-0x71940fff] usable ==> reserved
Jan 27 18:54:35 imperator kernel: Using GB pages for direct mapping
Jan 27 18:54:35 imperator kernel: Incomplete global flushes, disabling PCID
Jan 27 18:54:35 imperator kernel: Secure boot disabled
Jan 27 18:54:35 imperator kernel: RAMDISK: [mem 0x5f155000-0x601b4fff]
Jan 27 18:54:35 imperator kernel: ACPI: Early table checksum verification disabled
Jan 27 18:54:35 imperator kernel: ACPI: RSDP 0x0000000078168014 000024 (v02 ALASKA)
Jan 27 18:54:35 imperator kernel: ACPI: XSDT 0x0000000078167728 000104 (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 27 18:54:35 imperator kernel: ACPI: FACP 0x0000000078165000 000114 (v06 ALASKA A M I    01072009 AMI  01000013)
Jan 27 18:54:35 imperator kernel: ACPI: DSDT 0x00000000780E8000 07C7A3 (v02 ALASKA A M I    01072009 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: FACS 0x000000007871E000 000040
Jan 27 18:54:35 imperator kernel: ACPI: MCFG 0x0000000078166000 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Jan 27 18:54:35 imperator kernel: ACPI: FIDT 0x00000000780E7000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 27 18:54:35 imperator kernel: ACPI: FPDT 0x0000000077FDC000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0x00000000780E0000 005CE0 (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0x00000000780DD000 0029E4 (v02 SaSsdt SaSsdt   00003000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0x00000000780D9000 003316 (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: HPET 0x00000000780D8000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 27 18:54:35 imperator kernel: ACPI: APIC 0x00000000780D7000 0001DC (v05 ALASKA A M I    01072009 AMI  01000013)
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0x00000000780D5000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: NHLT 0x00000000780D3000 00002D (v00 ALASKA A M I    01072009 AMI  01000013)
Jan 27 18:54:35 imperator kernel: ACPI: LPIT 0x00000000780D2000 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0x00000000780CE000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0x00000000780CB000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: DBGP 0x00000000780CA000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
Jan 27 18:54:35 imperator kernel: ACPI: DBG2 0x00000000780C9000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0x00000000780C8000 000C1F (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: DMAR 0x00000000780C7000 000050 (v02 INTEL  EDK2     00000002      01000013)
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0x00000000780C5000 001E86 (v02 INTEL  xh_adls3 00000000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0x00000000780C1000 003AEA (v02 SocGpe SocGpe   00003000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0x00000000780BE000 002B2A (v02 SocCmn SocCmn   00003000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0x00000000780BD000 000144 (v02 Intel  ADebTabl 00001000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: BGRT 0x00000000780BC000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 27 18:54:35 imperator kernel: ACPI: UEFI 0x00000000782BE000 00063A (v01 INTEL  RstVmdE  00000000 INTL 00000000)
Jan 27 18:54:35 imperator kernel: ACPI: UEFI 0x00000000782BD000 00005C (v01 INTEL  RstVmdV  00000000 INTL 00000000)
Jan 27 18:54:35 imperator kernel: ACPI: WPBT 0x0000000077FDE000 000040 (v01 ALASKA A M I    00000001 ASUS 00000001)
Jan 27 18:54:35 imperator kernel: ACPI: PHAT 0x0000000077FDD000 0005AD (v00 ALASKA A M I    00000005 MSFT 0100000D)
Jan 27 18:54:35 imperator kernel: ACPI: WSMT 0x00000000780D1000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Jan 27 18:54:35 imperator kernel: ACPI: Reserving FACP table memory at [mem 0x78165000-0x78165113]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving DSDT table memory at [mem 0x780e8000-0x781647a2]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving FACS table memory at [mem 0x7871e000-0x7871e03f]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving MCFG table memory at [mem 0x78166000-0x7816603b]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving FIDT table memory at [mem 0x780e7000-0x780e709b]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving FPDT table memory at [mem 0x77fdc000-0x77fdc043]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780e0000-0x780e5cdf]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780dd000-0x780df9e3]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780d9000-0x780dc315]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving HPET table memory at [mem 0x780d8000-0x780d8037]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving APIC table memory at [mem 0x780d7000-0x780d71db]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780d5000-0x780d6f19]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving NHLT table memory at [mem 0x780d3000-0x780d302c]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving LPIT table memory at [mem 0x780d2000-0x780d20cb]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780ce000-0x780d0356]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780cb000-0x780cda82]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving DBGP table memory at [mem 0x780ca000-0x780ca033]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving DBG2 table memory at [mem 0x780c9000-0x780c9053]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780c8000-0x780c8c1e]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving DMAR table memory at [mem 0x780c7000-0x780c704f]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780c5000-0x780c6e85]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780c1000-0x780c4ae9]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780be000-0x780c0b29]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving SSDT table memory at [mem 0x780bd000-0x780bd143]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving BGRT table memory at [mem 0x780bc000-0x780bc037]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving UEFI table memory at [mem 0x782be000-0x782be639]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving UEFI table memory at [mem 0x782bd000-0x782bd05b]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving WPBT table memory at [mem 0x77fde000-0x77fde03f]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving PHAT table memory at [mem 0x77fdd000-0x77fdd5ac]
Jan 27 18:54:35 imperator kernel: ACPI: Reserving WSMT table memory at [mem 0x780d1000-0x780d1027]
Jan 27 18:54:35 imperator kernel: No NUMA configuration found
Jan 27 18:54:35 imperator kernel: Faking a node at [mem 0x0000000000000000-0x000000087fffffff]
Jan 27 18:54:35 imperator kernel: NODE_DATA(0) allocated [mem 0x87fffb000-0x87fffffff]
Jan 27 18:54:35 imperator kernel: Zone ranges:
Jan 27 18:54:35 imperator kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jan 27 18:54:35 imperator kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jan 27 18:54:35 imperator kernel:   Normal   [mem 0x0000000100000000-0x000000087fffffff]
Jan 27 18:54:35 imperator kernel:   Device   empty
Jan 27 18:54:35 imperator kernel: Movable zone start for each node
Jan 27 18:54:35 imperator kernel: Early memory node ranges
Jan 27 18:54:35 imperator kernel:   node   0: [mem 0x0000000000001000-0x000000000005dfff]
Jan 27 18:54:35 imperator kernel:   node   0: [mem 0x000000000005f000-0x000000000009ffff]
Jan 27 18:54:35 imperator kernel:   node   0: [mem 0x0000000000100000-0x0000000074161fff]
Jan 27 18:54:35 imperator kernel:   node   0: [mem 0x0000000079fff000-0x0000000079ffffff]
Jan 27 18:54:35 imperator kernel:   node   0: [mem 0x0000000100000000-0x000000087fffffff]
Jan 27 18:54:35 imperator kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000087fffffff]
Jan 27 18:54:35 imperator kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 27 18:54:35 imperator kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 27 18:54:35 imperator kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jan 27 18:54:35 imperator kernel: On node 0, zone DMA32: 24221 pages in unavailable ranges
Jan 27 18:54:35 imperator kernel: On node 0, zone Normal: 24576 pages in unavailable ranges
Jan 27 18:54:35 imperator kernel: ACPI: PM-Timer IO Port: 0x1808
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jan 27 18:54:35 imperator kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jan 27 18:54:35 imperator kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 27 18:54:35 imperator kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 27 18:54:35 imperator kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jan 27 18:54:35 imperator kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jan 27 18:54:35 imperator kernel: e820: update [mem 0x6ee2f000-0x6ee74fff] usable ==> reserved
Jan 27 18:54:35 imperator kernel: TSC deadline timer available
Jan 27 18:54:35 imperator kernel: smpboot: Allowing 20 CPUs, 0 hotplug CPUs
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x0005e000-0x0005efff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x612be000-0x612befff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x612cb000-0x612cbfff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x612cc000-0x612ccfff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x612ec000-0x612ecfff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x6ee2f000-0x6ee74fff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x71940000-0x71940fff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x74162000-0x77e61fff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x77e62000-0x78168fff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x78169000-0x7871efff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7871f000-0x79ffefff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7dffffff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7e000000-0x7edfffff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x7ee00000-0x7fffffff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0x80000000-0xfdffffff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jan 27 18:54:35 imperator kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Jan 27 18:54:35 imperator kernel: [mem 0x80000000-0xfdffffff] available for PCI devices
Jan 27 18:54:35 imperator kernel: Booting paravirtualized kernel on bare hardware
Jan 27 18:54:35 imperator kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jan 27 18:54:35 imperator kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:20 nr_cpu_ids:20 nr_node_ids:1
Jan 27 18:54:35 imperator kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Jan 27 18:54:35 imperator kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Jan 27 18:54:35 imperator kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Jan 27 18:54:35 imperator kernel: pcpu-alloc: [0] 16 17 18 19 -- -- -- -- 
Jan 27 18:54:35 imperator kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=94305208-b24c-49f0-80a4-a4d1c112af3b rw resume=UUID=eba5990f-b084-4675-be62-376157463715 loglevel=3 quiet ibt=off
Jan 27 18:54:35 imperator kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-lts", will be passed to user space.
Jan 27 18:54:35 imperator kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Jan 27 18:54:35 imperator kernel: printk: log_buf_len total cpu_extra contributions: 77824 bytes
Jan 27 18:54:35 imperator kernel: printk: log_buf_len min size: 131072 bytes
Jan 27 18:54:35 imperator kernel: printk: log_buf_len: 262144 bytes
Jan 27 18:54:35 imperator kernel: printk: early log buf free: 112824(86%)
Jan 27 18:54:35 imperator kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Jan 27 18:54:35 imperator kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jan 27 18:54:35 imperator kernel: Fallback order for Node 0: 0 
Jan 27 18:54:35 imperator kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8209245
Jan 27 18:54:35 imperator kernel: Policy zone: Normal
Jan 27 18:54:35 imperator kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jan 27 18:54:35 imperator kernel: software IO TLB: area num 32.
Jan 27 18:54:35 imperator kernel: Memory: 32571292K/33358852K available (16384K kernel code, 2132K rwdata, 13072K rodata, 3416K init, 3832K bss, 787304K reserved, 0K cma-reserved)
Jan 27 18:54:35 imperator kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=20, Nodes=1
Jan 27 18:54:35 imperator kernel: ftrace: allocating 48825 entries in 191 pages
Jan 27 18:54:35 imperator kernel: ftrace: allocated 191 pages with 7 groups
Jan 27 18:54:35 imperator kernel: Dynamic Preempt: voluntary
Jan 27 18:54:35 imperator kernel: rcu: Preemptible hierarchical RCU implementation.
Jan 27 18:54:35 imperator kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=20.
Jan 27 18:54:35 imperator kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jan 27 18:54:35 imperator kernel:         Trampoline variant of Tasks RCU enabled.
Jan 27 18:54:35 imperator kernel:         Rude variant of Tasks RCU enabled.
Jan 27 18:54:35 imperator kernel:         Tracing variant of Tasks RCU enabled.
Jan 27 18:54:35 imperator kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jan 27 18:54:35 imperator kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=20
Jan 27 18:54:35 imperator kernel: NR_IRQS: 20736, nr_irqs: 2216, preallocated irqs: 16
Jan 27 18:54:35 imperator kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jan 27 18:54:35 imperator kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jan 27 18:54:35 imperator kernel: Console: colour dummy device 80x25
Jan 27 18:54:35 imperator kernel: printk: console [tty0] enabled
Jan 27 18:54:35 imperator kernel: ACPI: Core revision 20230628
Jan 27 18:54:35 imperator kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Jan 27 18:54:35 imperator kernel: APIC: Switch to symmetric I/O mode setup
Jan 27 18:54:35 imperator kernel: DMAR: Host address width 39
Jan 27 18:54:35 imperator kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jan 27 18:54:35 imperator kernel: DMAR: dmar0: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
Jan 27 18:54:35 imperator kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 0
Jan 27 18:54:35 imperator kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jan 27 18:54:35 imperator kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jan 27 18:54:35 imperator kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jan 27 18:54:35 imperator kernel: x2apic enabled
Jan 27 18:54:35 imperator kernel: APIC: Switched APIC routing to: cluster x2apic
Jan 27 18:54:35 imperator kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3407c077a8d, max_idle_ns: 440795342283 ns
Jan 27 18:54:35 imperator kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7222.00 BogoMIPS (lpj=12032000)
Jan 27 18:54:35 imperator kernel: x86/tme: not enabled by BIOS
Jan 27 18:54:35 imperator kernel: CPU0: Thermal monitoring enabled (TM1)
Jan 27 18:54:35 imperator kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jan 27 18:54:35 imperator kernel: process: using mwait in idle threads
Jan 27 18:54:35 imperator kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Jan 27 18:54:35 imperator kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Jan 27 18:54:35 imperator kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jan 27 18:54:35 imperator kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Jan 27 18:54:35 imperator kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jan 27 18:54:35 imperator kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Jan 27 18:54:35 imperator kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jan 27 18:54:35 imperator kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jan 27 18:54:35 imperator kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 27 18:54:35 imperator kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 27 18:54:35 imperator kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 27 18:54:35 imperator kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jan 27 18:54:35 imperator kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Jan 27 18:54:35 imperator kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 27 18:54:35 imperator kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Jan 27 18:54:35 imperator kernel: x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
Jan 27 18:54:35 imperator kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
Jan 27 18:54:35 imperator kernel: Freeing SMP alternatives memory: 40K
Jan 27 18:54:35 imperator kernel: pid_max: default: 32768 minimum: 301
Jan 27 18:54:35 imperator kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Jan 27 18:54:35 imperator kernel: landlock: Up and running.
Jan 27 18:54:35 imperator kernel: Yama: becoming mindful.
Jan 27 18:54:35 imperator kernel: LSM support for eBPF active
Jan 27 18:54:35 imperator kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jan 27 18:54:35 imperator kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jan 27 18:54:35 imperator kernel: smpboot: CPU0: 12th Gen Intel(R) Core(TM) i7-12700K (family: 0x6, model: 0x97, stepping: 0x2)
Jan 27 18:54:35 imperator kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Jan 27 18:54:35 imperator kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Jan 27 18:54:35 imperator kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Jan 27 18:54:35 imperator kernel: Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
Jan 27 18:54:35 imperator kernel: core: cpu_core PMU driver: 
Jan 27 18:54:35 imperator kernel: ... version:                5
Jan 27 18:54:35 imperator kernel: ... bit width:              48
Jan 27 18:54:35 imperator kernel: ... generic registers:      8
Jan 27 18:54:35 imperator kernel: ... value mask:             0000ffffffffffff
Jan 27 18:54:35 imperator kernel: ... max period:             00007fffffffffff
Jan 27 18:54:35 imperator kernel: ... fixed-purpose events:   4
Jan 27 18:54:35 imperator kernel: ... event mask:             0001000f000000ff
Jan 27 18:54:35 imperator kernel: signal: max sigframe size: 3632
Jan 27 18:54:35 imperator kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1393
Jan 27 18:54:35 imperator kernel: rcu: Hierarchical SRCU implementation.
Jan 27 18:54:35 imperator kernel: rcu:         Max phase no-delay instances is 1000.
Jan 27 18:54:35 imperator kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 27 18:54:35 imperator kernel: smp: Bringing up secondary CPUs ...
Jan 27 18:54:35 imperator kernel: smpboot: x86: Booting SMP configuration:
Jan 27 18:54:35 imperator kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14 #16 #17 #18 #19
Jan 27 18:54:35 imperator kernel: core: cpu_atom PMU driver: PEBS-via-PT 
Jan 27 18:54:35 imperator kernel: ... version:                5
Jan 27 18:54:35 imperator kernel: ... bit width:              48
Jan 27 18:54:35 imperator kernel: ... generic registers:      6
Jan 27 18:54:35 imperator kernel: ... value mask:             0000ffffffffffff
Jan 27 18:54:35 imperator kernel: ... max period:             00007fffffffffff
Jan 27 18:54:35 imperator kernel: ... fixed-purpose events:   3
Jan 27 18:54:35 imperator kernel: ... event mask:             000000070000003f
Jan 27 18:54:35 imperator kernel:   #1  #3  #5  #7  #9 #11 #13 #15
Jan 27 18:54:35 imperator kernel: smp: Brought up 1 node, 20 CPUs
Jan 27 18:54:35 imperator kernel: smpboot: Max logical packages: 1
Jan 27 18:54:35 imperator kernel: smpboot: Total of 20 processors activated (144441.00 BogoMIPS)
Jan 27 18:54:35 imperator kernel: devtmpfs: initialized
Jan 27 18:54:35 imperator kernel: x86/mm: Memory block size: 128MB
Jan 27 18:54:35 imperator kernel: ACPI: PM: Registering ACPI NVS region [mem 0x78169000-0x7871efff] (5988352 bytes)
Jan 27 18:54:35 imperator kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jan 27 18:54:35 imperator kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Jan 27 18:54:35 imperator kernel: pinctrl core: initialized pinctrl subsystem
Jan 27 18:54:35 imperator kernel: PM: RTC time: 00:54:33, date: 2024-01-28
Jan 27 18:54:35 imperator kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jan 27 18:54:35 imperator kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Jan 27 18:54:35 imperator kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jan 27 18:54:35 imperator kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jan 27 18:54:35 imperator kernel: audit: initializing netlink subsys (disabled)
Jan 27 18:54:35 imperator kernel: audit: type=2000 audit(1706403273.023:1): state=initialized audit_enabled=0 res=1
Jan 27 18:54:35 imperator kernel: thermal_sys: Registered thermal governor 'fair_share'
Jan 27 18:54:35 imperator kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jan 27 18:54:35 imperator kernel: thermal_sys: Registered thermal governor 'step_wise'
Jan 27 18:54:35 imperator kernel: thermal_sys: Registered thermal governor 'user_space'
Jan 27 18:54:35 imperator kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jan 27 18:54:35 imperator kernel: cpuidle: using governor ladder
Jan 27 18:54:35 imperator kernel: cpuidle: using governor menu
Jan 27 18:54:35 imperator kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jan 27 18:54:35 imperator kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 27 18:54:35 imperator kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Jan 27 18:54:35 imperator kernel: PCI: not using MMCONFIG
Jan 27 18:54:35 imperator kernel: PCI: Using configuration type 1 for base access
Jan 27 18:54:35 imperator kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jan 27 18:54:35 imperator kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jan 27 18:54:35 imperator kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jan 27 18:54:35 imperator kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jan 27 18:54:35 imperator kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jan 27 18:54:35 imperator kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jan 27 18:54:35 imperator kernel: ACPI: Added _OSI(Module Device)
Jan 27 18:54:35 imperator kernel: ACPI: Added _OSI(Processor Device)
Jan 27 18:54:35 imperator kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 27 18:54:35 imperator kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 27 18:54:35 imperator kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Jan 27 18:54:35 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0xFFFF88810147C800 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0xFFFF888102C62800 0006CB (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0xFFFF8881027E9600 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0xFFFF888102C65000 00044D (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0xFFFF888101476000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0xFFFF888102C68000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0xFFFF888102C6A000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: Dynamic OEM Table Load:
Jan 27 18:54:35 imperator kernel: ACPI: SSDT 0xFFFF888101483000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
Jan 27 18:54:35 imperator kernel: ACPI: _OSC evaluated successfully for all CPUs
Jan 27 18:54:35 imperator kernel: ACPI: Interpreter enabled
Jan 27 18:54:35 imperator kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jan 27 18:54:35 imperator kernel: ACPI: Using IOAPIC for interrupt routing
Jan 27 18:54:35 imperator kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Jan 27 18:54:35 imperator kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
Jan 27 18:54:35 imperator kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 27 18:54:35 imperator kernel: PCI: Using E820 reservations for host bridge windows
Jan 27 18:54:35 imperator kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Jan 27 18:54:35 imperator kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS14.BTRT: New power resource
Jan 27 18:54:35 imperator kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
Jan 27 18:54:35 imperator kernel: ACPI: \_TZ_.FN00: New power resource
Jan 27 18:54:35 imperator kernel: ACPI: \_TZ_.FN01: New power resource
Jan 27 18:54:35 imperator kernel: ACPI: \_TZ_.FN02: New power resource
Jan 27 18:54:35 imperator kernel: ACPI: \_TZ_.FN03: New power resource
Jan 27 18:54:35 imperator kernel: ACPI: \_TZ_.FN04: New power resource
Jan 27 18:54:35 imperator kernel: ACPI: \PIN_: New power resource
Jan 27 18:54:35 imperator kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
Jan 27 18:54:35 imperator kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jan 27 18:54:35 imperator kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Jan 27 18:54:35 imperator kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jan 27 18:54:35 imperator kernel: PCI host bridge to bus 0000:00
Jan 27 18:54:35 imperator kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:00: root bus resource [mem 0x80000000-0xbfffffff window]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:00: root bus resource [bus 00-e0]
Jan 27 18:54:35 imperator kernel: pci 0000:00:00.0: [8086:4668] type 00 class 0x060000
Jan 27 18:54:35 imperator kernel: pci 0000:00:01.0: [8086:460d] type 01 class 0x060400
Jan 27 18:54:35 imperator kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jan 27 18:54:35 imperator kernel: pci 0000:00:01.0: PTM enabled (root), 4ns granularity
Jan 27 18:54:35 imperator kernel: pci 0000:00:06.0: [8086:464d] type 01 class 0x060400
Jan 27 18:54:35 imperator kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Jan 27 18:54:35 imperator kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
Jan 27 18:54:35 imperator kernel: pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000
Jan 27 18:54:35 imperator kernel: pci 0000:00:0a.0: reg 0x10: [mem 0x4002210000-0x4002217fff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:0a.0: enabling Extended Tags
Jan 27 18:54:35 imperator kernel: pci 0000:00:0e.0: [8086:467f] type 00 class 0x010400
Jan 27 18:54:35 imperator kernel: pci 0000:00:0e.0: reg 0x10: [mem 0x4000000000-0x4001ffffff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:0e.0: reg 0x18: [mem 0x8a000000-0x8bffffff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:0e.0: reg 0x20: [mem 0x4002100000-0x40021fffff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330
Jan 27 18:54:35 imperator kernel: pci 0000:00:14.0: reg 0x10: [mem 0x4002200000-0x400220ffff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jan 27 18:54:35 imperator kernel: pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000
Jan 27 18:54:35 imperator kernel: pci 0000:00:14.2: reg 0x10: [mem 0x4002220000-0x4002223fff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:14.2: reg 0x18: [mem 0x4002229000-0x4002229fff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:14.3: [8086:7af0] type 00 class 0x028000
Jan 27 18:54:35 imperator kernel: pci 0000:00:14.3: reg 0x10: [mem 0x400221c000-0x400221ffff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Jan 27 18:54:35 imperator kernel: pci 0000:00:15.0: [8086:7acc] type 00 class 0x0c8000
Jan 27 18:54:35 imperator kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:15.1: [8086:7acd] type 00 class 0x0c8000
Jan 27 18:54:35 imperator kernel: pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:15.2: [8086:7ace] type 00 class 0x0c8000
Jan 27 18:54:35 imperator kernel: pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000
Jan 27 18:54:35 imperator kernel: pci 0000:00:16.0: reg 0x10: [mem 0x4002225000-0x4002225fff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:16.0: PME# supported from D3hot
Jan 27 18:54:35 imperator kernel: pci 0000:00:17.0: [8086:7ae2] type 00 class 0x010601
Jan 27 18:54:35 imperator kernel: pci 0000:00:17.0: reg 0x10: [mem 0x8de00000-0x8de01fff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:17.0: reg 0x14: [mem 0x8de03000-0x8de030ff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:17.0: reg 0x18: [io  0x6050-0x6057]
Jan 27 18:54:35 imperator kernel: pci 0000:00:17.0: reg 0x1c: [io  0x6040-0x6043]
Jan 27 18:54:35 imperator kernel: pci 0000:00:17.0: reg 0x20: [io  0x6020-0x603f]
Jan 27 18:54:35 imperator kernel: pci 0000:00:17.0: reg 0x24: [mem 0x8de02000-0x8de027ff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:17.0: PME# supported from D3hot
Jan 27 18:54:35 imperator kernel: pci 0000:00:1a.0: [8086:7ac8] type 01 class 0x060400
Jan 27 18:54:35 imperator kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.0: [8086:7ab8] type 01 class 0x060400
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.2: [8086:7aba] type 01 class 0x060400
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.2: PTM enabled (root), 4ns granularity
Jan 27 18:54:35 imperator kernel: pci 0000:00:1f.0: [8086:7a86] type 00 class 0x060100
Jan 27 18:54:35 imperator kernel: pci 0000:00:1f.3: [8086:7ad0] type 00 class 0x040300
Jan 27 18:54:35 imperator kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x4002218000-0x400221bfff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x4002000000-0x40020fffff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jan 27 18:54:35 imperator kernel: pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500
Jan 27 18:54:35 imperator kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x4002224000-0x40022240ff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000
Jan 27 18:54:35 imperator kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.0: [10de:1287] type 00 class 0x030000
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.0: reg 0x10: [mem 0x8c000000-0x8cffffff]
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.0: reg 0x14: [mem 0x80000000-0x87ffffff 64bit pref]
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.0: reg 0x1c: [mem 0x88000000-0x89ffffff 64bit pref]
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.0: reg 0x24: [io  0x5000-0x507f]
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.0: reg 0x30: [mem 0x8d000000-0x8d07ffff pref]
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.0: BAR 3: assigned to efifb
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.1: [10de:0e0f] type 00 class 0x040300
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.1: reg 0x10: [mem 0x8d080000-0x8d083fff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 27 18:54:35 imperator kernel: pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:01.0:   bridge window [mem 0x8c000000-0x8d0fffff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:01.0:   bridge window [mem 0x80000000-0x89ffffff 64bit pref]
Jan 27 18:54:35 imperator kernel: pci 0000:02:00.0: [15b7:5011] type 00 class 0x010802
Jan 27 18:54:35 imperator kernel: pci 0000:02:00.0: reg 0x10: [mem 0x8dd00000-0x8dd03fff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Jan 27 18:54:35 imperator kernel: pci 0000:00:06.0:   bridge window [mem 0x8dd00000-0x8ddfffff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1a.0: PCI bridge to [bus 03]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1a.0:   bridge window [io  0x4000-0x4fff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1a.0:   bridge window [mem 0x8d100000-0x8dafffff]
Jan 27 18:54:35 imperator kernel: pci 0000:04:00.0: [1b21:2142] type 00 class 0x0c0330
Jan 27 18:54:35 imperator kernel: pci 0000:04:00.0: reg 0x10: [mem 0x8dc00000-0x8dc07fff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:04:00.0: enabling Extended Tags
Jan 27 18:54:35 imperator kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.0:   bridge window [mem 0x8dc00000-0x8dcfffff]
Jan 27 18:54:35 imperator kernel: pci 0000:05:00.0: [10ec:8125] type 00 class 0x020000
Jan 27 18:54:35 imperator kernel: pci 0000:05:00.0: reg 0x10: [io  0x3000-0x30ff]
Jan 27 18:54:35 imperator kernel: pci 0000:05:00.0: reg 0x18: [mem 0x8db00000-0x8db0ffff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:05:00.0: reg 0x20: [mem 0x8db10000-0x8db13fff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:05:00.0: supports D1 D2
Jan 27 18:54:35 imperator kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.2: PCI bridge to [bus 05]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.2:   bridge window [mem 0x8db00000-0x8dbfffff]
Jan 27 18:54:35 imperator kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jan 27 18:54:35 imperator kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
Jan 27 18:54:35 imperator kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jan 27 18:54:35 imperator kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jan 27 18:54:35 imperator kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jan 27 18:54:35 imperator kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jan 27 18:54:35 imperator kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jan 27 18:54:35 imperator kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jan 27 18:54:35 imperator kernel: iommu: Default domain type: Translated
Jan 27 18:54:35 imperator kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jan 27 18:54:35 imperator kernel: SCSI subsystem initialized
Jan 27 18:54:35 imperator kernel: libata version 3.00 loaded.
Jan 27 18:54:35 imperator kernel: ACPI: bus type USB registered
Jan 27 18:54:35 imperator kernel: usbcore: registered new interface driver usbfs
Jan 27 18:54:35 imperator kernel: usbcore: registered new interface driver hub
Jan 27 18:54:35 imperator kernel: usbcore: registered new device driver usb
Jan 27 18:54:35 imperator kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 27 18:54:35 imperator kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 27 18:54:35 imperator kernel: PTP clock support registered
Jan 27 18:54:35 imperator kernel: EDAC MC: Ver: 3.0.0
Jan 27 18:54:35 imperator kernel: efivars: Registered efivars operations
Jan 27 18:54:35 imperator kernel: NetLabel: Initializing
Jan 27 18:54:35 imperator kernel: NetLabel:  domain hash size = 128
Jan 27 18:54:35 imperator kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 27 18:54:35 imperator kernel: NetLabel:  unlabeled traffic allowed by default
Jan 27 18:54:35 imperator kernel: mctp: management component transport protocol core
Jan 27 18:54:35 imperator kernel: NET: Registered PF_MCTP protocol family
Jan 27 18:54:35 imperator kernel: PCI: Using ACPI for IRQ routing
Jan 27 18:54:35 imperator kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 27 18:54:35 imperator kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
Jan 27 18:54:35 imperator kernel: e820: reserve RAM buffer [mem 0x0005e000-0x0005ffff]
Jan 27 18:54:35 imperator kernel: e820: reserve RAM buffer [mem 0x612be018-0x63ffffff]
Jan 27 18:54:35 imperator kernel: e820: reserve RAM buffer [mem 0x612cc018-0x63ffffff]
Jan 27 18:54:35 imperator kernel: e820: reserve RAM buffer [mem 0x6ee2f000-0x6fffffff]
Jan 27 18:54:35 imperator kernel: e820: reserve RAM buffer [mem 0x71940000-0x73ffffff]
Jan 27 18:54:35 imperator kernel: e820: reserve RAM buffer [mem 0x74162000-0x77ffffff]
Jan 27 18:54:35 imperator kernel: e820: reserve RAM buffer [mem 0x7a000000-0x7bffffff]
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jan 27 18:54:35 imperator kernel: vgaarb: loaded
Jan 27 18:54:35 imperator kernel: clocksource: Switched to clocksource tsc-early
Jan 27 18:54:35 imperator kernel: VFS: Disk quotas dquot_6.6.0
Jan 27 18:54:35 imperator kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 27 18:54:35 imperator kernel: pnp: PnP ACPI init
Jan 27 18:54:35 imperator kernel: system 00:00: [io  0x0290-0x029f] has been reserved
Jan 27 18:54:35 imperator kernel: pnp 00:01: [dma 0 disabled]
Jan 27 18:54:35 imperator kernel: system 00:02: [io  0x0680-0x069f] has been reserved
Jan 27 18:54:35 imperator kernel: system 00:02: [io  0x164e-0x164f] has been reserved
Jan 27 18:54:35 imperator kernel: system 00:03: [io  0x1854-0x1857] has been reserved
Jan 27 18:54:35 imperator kernel: system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
Jan 27 18:54:35 imperator kernel: system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
Jan 27 18:54:35 imperator kernel: system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
Jan 27 18:54:35 imperator kernel: system 00:04: [mem 0xc0000000-0xcfffffff] has been reserved
Jan 27 18:54:35 imperator kernel: system 00:04: [mem 0xfed20000-0xfed7ffff] has been reserved
Jan 27 18:54:35 imperator kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Jan 27 18:54:35 imperator kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
Jan 27 18:54:35 imperator kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
Jan 27 18:54:35 imperator kernel: system 00:05: [io  0x2000-0x20fe] has been reserved
Jan 27 18:54:35 imperator kernel: pnp: PnP ACPI: found 7 devices
Jan 27 18:54:35 imperator kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jan 27 18:54:35 imperator kernel: NET: Registered PF_INET protocol family
Jan 27 18:54:35 imperator kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 27 18:54:35 imperator kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Jan 27 18:54:35 imperator kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jan 27 18:54:35 imperator kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 27 18:54:35 imperator kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jan 27 18:54:35 imperator kernel: TCP: Hash tables configured (established 262144 bind 65536)
Jan 27 18:54:35 imperator kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Jan 27 18:54:35 imperator kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jan 27 18:54:35 imperator kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jan 27 18:54:35 imperator kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jan 27 18:54:35 imperator kernel: NET: Registered PF_XDP protocol family
Jan 27 18:54:35 imperator kernel: pci 0000:00:1a.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
Jan 27 18:54:35 imperator kernel: pci 0000:00:1a.0: BAR 15: assigned [mem 0x4002300000-0x40024fffff 64bit pref]
Jan 27 18:54:35 imperator kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4002226000-0x4002226fff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x4002227000-0x4002227fff 64bit]
Jan 27 18:54:35 imperator kernel: pci 0000:00:15.2: BAR 0: assigned [mem 0x4002228000-0x4002228fff 64bit]
Jan 27 18:54:35 imperator kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x8de04000-0x8de04fff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 27 18:54:35 imperator kernel: pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:01.0:   bridge window [mem 0x8c000000-0x8d0fffff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:01.0:   bridge window [mem 0x80000000-0x89ffffff 64bit pref]
Jan 27 18:54:35 imperator kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Jan 27 18:54:35 imperator kernel: pci 0000:00:06.0:   bridge window [mem 0x8dd00000-0x8ddfffff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1a.0: PCI bridge to [bus 03]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1a.0:   bridge window [io  0x4000-0x4fff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1a.0:   bridge window [mem 0x8d100000-0x8dafffff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1a.0:   bridge window [mem 0x4002300000-0x40024fffff 64bit pref]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.0:   bridge window [mem 0x8dc00000-0x8dcfffff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.2: PCI bridge to [bus 05]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
Jan 27 18:54:35 imperator kernel: pci 0000:00:1c.2:   bridge window [mem 0x8db00000-0x8dbfffff]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:00: resource 7 [mem 0x80000000-0xbfffffff window]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:01: resource 1 [mem 0x8c000000-0x8d0fffff]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:01: resource 2 [mem 0x80000000-0x89ffffff 64bit pref]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:02: resource 1 [mem 0x8dd00000-0x8ddfffff]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:03: resource 1 [mem 0x8d100000-0x8dafffff]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:03: resource 2 [mem 0x4002300000-0x40024fffff 64bit pref]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:04: resource 1 [mem 0x8dc00000-0x8dcfffff]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
Jan 27 18:54:35 imperator kernel: pci_bus 0000:05: resource 1 [mem 0x8db00000-0x8dbfffff]
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Jan 27 18:54:35 imperator kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jan 27 18:54:35 imperator kernel: pci 0000:04:00.0: PME# does not work under D0, disabling it
Jan 27 18:54:35 imperator kernel: PCI: CLS 64 bytes, default 64
Jan 27 18:54:35 imperator kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 27 18:54:35 imperator kernel: software IO TLB: mapped [mem 0x000000006a5cd000-0x000000006e5cd000] (64MB)
Jan 27 18:54:35 imperator kernel: Trying to unpack rootfs image as initramfs...
Jan 27 18:54:35 imperator kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3407c077a8d, max_idle_ns: 440795342283 ns
Jan 27 18:54:35 imperator kernel: clocksource: Switched to clocksource tsc
Jan 27 18:54:35 imperator kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Jan 27 18:54:35 imperator kernel: Initialise system trusted keyrings
Jan 27 18:54:35 imperator kernel: Key type blacklist registered
Jan 27 18:54:35 imperator kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Jan 27 18:54:35 imperator kernel: zbud: loaded
Jan 27 18:54:35 imperator kernel: integrity: Platform Keyring initialized
Jan 27 18:54:35 imperator kernel: integrity: Machine keyring initialized
Jan 27 18:54:35 imperator kernel: Key type asymmetric registered
Jan 27 18:54:35 imperator kernel: Asymmetric key parser 'x509' registered
Jan 27 18:54:35 imperator kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jan 27 18:54:35 imperator kernel: io scheduler mq-deadline registered
Jan 27 18:54:35 imperator kernel: io scheduler kyber registered
Jan 27 18:54:35 imperator kernel: io scheduler bfq registered
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 121
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:01.0: AER: enabled with IRQ 121
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:01.0: DPC: enabled with IRQ 121
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:01.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 122
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:06.0: AER: enabled with IRQ 122
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:06.0: DPC: enabled with IRQ 122
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:06.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:1a.0: PME: Signaling with IRQ 123
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:1a.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 124
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:1c.0: DPC: enabled with IRQ 124
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:1c.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:1c.2: PME: Signaling with IRQ 125
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:1c.2: AER: enabled with IRQ 125
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:1c.2: DPC: enabled with IRQ 125
Jan 27 18:54:35 imperator kernel: pcieport 0000:00:1c.2: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
Jan 27 18:54:35 imperator kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 27 18:54:35 imperator kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Jan 27 18:54:35 imperator kernel: ACPI: button: Sleep Button [SLPB]
Jan 27 18:54:35 imperator kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jan 27 18:54:35 imperator kernel: ACPI: button: Power Button [PWRB]
Jan 27 18:54:35 imperator kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Jan 27 18:54:35 imperator kernel: ACPI: button: Power Button [PWRF]
Jan 27 18:54:35 imperator kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jan 27 18:54:35 imperator kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Jan 27 18:54:35 imperator kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jan 27 18:54:35 imperator kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jan 27 18:54:35 imperator kernel: hpet_acpi_add: no address or irqs in _CRS
Jan 27 18:54:35 imperator kernel: Non-volatile memory driver v1.3
Jan 27 18:54:35 imperator kernel: Linux agpgart interface v0.103
Jan 27 18:54:35 imperator kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jan 27 18:54:35 imperator kernel: ACPI: bus type drm_connector registered
Jan 27 18:54:35 imperator kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Jan 27 18:54:35 imperator kernel: fbcon: Deferring console take-over
Jan 27 18:54:35 imperator kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Jan 27 18:54:35 imperator kernel: ahci 0000:00:17.0: version 3.0
Jan 27 18:54:35 imperator kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0xf0 impl SATA mode
Jan 27 18:54:35 imperator kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds 
Jan 27 18:54:35 imperator kernel: Freeing initrd memory: 16768K
Jan 27 18:54:35 imperator kernel: scsi host0: ahci
Jan 27 18:54:35 imperator kernel: scsi host1: ahci
Jan 27 18:54:35 imperator kernel: scsi host2: ahci
Jan 27 18:54:35 imperator kernel: scsi host3: ahci
Jan 27 18:54:35 imperator kernel: scsi host4: ahci
Jan 27 18:54:35 imperator kernel: scsi host5: ahci
Jan 27 18:54:35 imperator kernel: scsi host6: ahci
Jan 27 18:54:35 imperator kernel: scsi host7: ahci
Jan 27 18:54:35 imperator kernel: ata1: DUMMY
Jan 27 18:54:35 imperator kernel: ata2: DUMMY
Jan 27 18:54:35 imperator kernel: ata3: DUMMY
Jan 27 18:54:35 imperator kernel: ata4: DUMMY
Jan 27 18:54:35 imperator kernel: ata5: SATA max UDMA/133 abar m2048@0x8de02000 port 0x8de02300 irq 126
Jan 27 18:54:35 imperator kernel: ata6: SATA max UDMA/133 abar m2048@0x8de02000 port 0x8de02380 irq 126
Jan 27 18:54:35 imperator kernel: ata7: SATA max UDMA/133 abar m2048@0x8de02000 port 0x8de02400 irq 126
Jan 27 18:54:35 imperator kernel: ata8: SATA max UDMA/133 abar m2048@0x8de02000 port 0x8de02480 irq 126
Jan 27 18:54:35 imperator kernel: usbcore: registered new interface driver usbserial_generic
Jan 27 18:54:35 imperator kernel: usbserial: USB Serial support registered for generic
Jan 27 18:54:35 imperator kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Jan 27 18:54:35 imperator kernel: rtc_cmos rtc_cmos: registered as rtc0
Jan 27 18:54:35 imperator kernel: rtc_cmos rtc_cmos: setting system clock to 2024-01-28T00:54:33 UTC (1706403273)
Jan 27 18:54:35 imperator kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Jan 27 18:54:35 imperator kernel: intel_pstate: Intel P-state driver initializing
Jan 27 18:54:35 imperator kernel: intel_pstate: HWP enabled
Jan 27 18:54:35 imperator kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 27 18:54:35 imperator kernel: hid: raw HID events driver (C) Jiri Kosina
Jan 27 18:54:35 imperator kernel: intel_pmc_core INT33A1:00:  initialized
Jan 27 18:54:35 imperator kernel: drop_monitor: Initializing network drop monitor service
Jan 27 18:54:35 imperator kernel: Initializing XFRM netlink socket
Jan 27 18:54:35 imperator kernel: NET: Registered PF_INET6 protocol family
Jan 27 18:54:35 imperator kernel: Segment Routing with IPv6
Jan 27 18:54:35 imperator kernel: RPL Segment Routing with IPv6
Jan 27 18:54:35 imperator kernel: In-situ OAM (IOAM) with IPv6
Jan 27 18:54:35 imperator kernel: NET: Registered PF_PACKET protocol family
Jan 27 18:54:35 imperator kernel: microcode: Microcode Update Driver: v2.2.
Jan 27 18:54:35 imperator kernel: unchecked MSR access error: WRMSR to 0xd10 (tried to write 0x000000000000ffff) at rIP: 0xffffffff8fa8d4f8 (native_write_msr+0x8/0x30)
Jan 27 18:54:35 imperator kernel: Call Trace:
Jan 27 18:54:35 imperator kernel:  <TASK>
Jan 27 18:54:35 imperator kernel:  ? ex_handler_msr+0xcb/0x130
Jan 27 18:54:35 imperator kernel:  ? fixup_exception+0x16a/0x310
Jan 27 18:54:35 imperator kernel:  ? gp_try_fixup_and_notify+0x1e/0xc0
Jan 27 18:54:35 imperator kernel:  ? exc_general_protection+0x14a/0x430
Jan 27 18:54:35 imperator kernel:  ? idr_alloc_cyclic+0x56/0xc0
Jan 27 18:54:35 imperator kernel:  ? asm_exc_general_protection+0x26/0x30
Jan 27 18:54:35 imperator kernel:  ? native_write_msr+0x8/0x30
Jan 27 18:54:35 imperator kernel:  cat_wrmsr+0x49/0x70
Jan 27 18:54:35 imperator kernel:  resctrl_online_cpu+0x316/0x3b0
Jan 27 18:54:35 imperator kernel:  ? __pfx_resctrl_online_cpu+0x10/0x10
Jan 27 18:54:35 imperator kernel:  cpuhp_invoke_callback+0xf5/0x460
Jan 27 18:54:35 imperator kernel:  ? __pfx_smpboot_thread_fn+0x10/0x10
Jan 27 18:54:35 imperator kernel:  cpuhp_thread_fun+0xec/0x190
Jan 27 18:54:35 imperator kernel:  smpboot_thread_fn+0xd9/0x1d0
Jan 27 18:54:35 imperator kernel:  kthread+0xe5/0x120
Jan 27 18:54:35 imperator kernel:  ? __pfx_kthread+0x10/0x10
Jan 27 18:54:35 imperator kernel:  ret_from_fork+0x31/0x50
Jan 27 18:54:35 imperator kernel:  ? __pfx_kthread+0x10/0x10
Jan 27 18:54:35 imperator kernel:  ret_from_fork_asm+0x1b/0x30
Jan 27 18:54:35 imperator kernel:  </TASK>
Jan 27 18:54:35 imperator kernel: resctrl: L2 allocation detected
Jan 27 18:54:35 imperator kernel: IPI shorthand broadcast: enabled
Jan 27 18:54:35 imperator kernel: sched_clock: Marking stable (466670882, 3401764)->(497469742, -27397096)
Jan 27 18:54:35 imperator kernel: registered taskstats version 1
Jan 27 18:54:35 imperator kernel: Loading compiled-in X.509 certificates
Jan 27 18:54:35 imperator kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 1a6549e582dd88d6e0dbbf5548032514e01409eb'
Jan 27 18:54:35 imperator kernel: zswap: loaded using pool zstd/zsmalloc
Jan 27 18:54:35 imperator kernel: Key type .fscrypt registered
Jan 27 18:54:35 imperator kernel: Key type fscrypt-provisioning registered
Jan 27 18:54:35 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 27 18:54:35 imperator kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Jan 27 18:54:35 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 27 18:54:35 imperator kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Jan 27 18:54:35 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 27 18:54:35 imperator kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jan 27 18:54:35 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 27 18:54:35 imperator kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jan 27 18:54:35 imperator kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 27 18:54:35 imperator kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Jan 27 18:54:35 imperator kernel: PM:   Magic number: 8:959:911
Jan 27 18:54:35 imperator kernel: port serial8250:0.5: hash matches
Jan 27 18:54:35 imperator kernel: RAS: Correctable Errors collector initialized.
Jan 27 18:54:35 imperator kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 27 18:54:35 imperator kernel: ata7.00: ATA-8: WDC WD1002FAEX-007BA0, 05.01D05, max UDMA/133
Jan 27 18:54:35 imperator kernel: ata7.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jan 27 18:54:35 imperator kernel: ata5: SATA link down (SStatus 4 SControl 300)
Jan 27 18:54:35 imperator kernel: ata8: SATA link down (SStatus 4 SControl 300)
Jan 27 18:54:35 imperator kernel: ata6: SATA link down (SStatus 4 SControl 300)
Jan 27 18:54:35 imperator kernel: ata7.00: configured for UDMA/133
Jan 27 18:54:35 imperator kernel: scsi 6:0:0:0: Direct-Access     ATA      WDC WD1002FAEX-0 1D05 PQ: 0 ANSI: 5
Jan 27 18:54:35 imperator kernel: sd 6:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Jan 27 18:54:35 imperator kernel: sd 6:0:0:0: [sda] Write Protect is off
Jan 27 18:54:35 imperator kernel: sd 6:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jan 27 18:54:35 imperator kernel: sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 27 18:54:35 imperator kernel: sd 6:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Jan 27 18:54:35 imperator kernel:  sda: sda1 sda2 sda4 < sda5 sda6 >
Jan 27 18:54:35 imperator kernel: sd 6:0:0:0: [sda] Attached SCSI disk
Jan 27 18:54:35 imperator kernel: clk: Disabling unused clocks
Jan 27 18:54:35 imperator kernel: Freeing unused decrypted memory: 2028K
Jan 27 18:54:35 imperator kernel: Freeing unused kernel image (initmem) memory: 3416K
Jan 27 18:54:35 imperator kernel: Write protecting the kernel read-only data: 30720k
Jan 27 18:54:35 imperator kernel: Freeing unused kernel image (rodata/data gap) memory: 1264K
Jan 27 18:54:35 imperator kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 27 18:54:35 imperator kernel: rodata_test: all tests were successful
Jan 27 18:54:35 imperator kernel: Run /init as init process
Jan 27 18:54:35 imperator kernel:   with arguments:
Jan 27 18:54:35 imperator kernel:     /init
Jan 27 18:54:35 imperator kernel:   with environment:
Jan 27 18:54:35 imperator kernel:     HOME=/
Jan 27 18:54:35 imperator kernel:     TERM=linux
Jan 27 18:54:35 imperator kernel:     BOOT_IMAGE=/vmlinuz-linux-lts
Jan 27 18:54:35 imperator kernel: vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
Jan 27 18:54:35 imperator kernel: pci_bus 10000:e0: root bus resource [bus e0-ff]
Jan 27 18:54:35 imperator kernel: pci_bus 10000:e0: root bus resource [mem 0x8a000000-0x8bffffff]
Jan 27 18:54:35 imperator kernel: pci_bus 10000:e0: root bus resource [mem 0x4002102000-0x40021fffff 64bit]
Jan 27 18:54:35 imperator kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 27 18:54:35 imperator kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jan 27 18:54:35 imperator kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Jan 27 18:54:35 imperator kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 27 18:54:35 imperator kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jan 27 18:54:35 imperator kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
Jan 27 18:54:35 imperator kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Jan 27 18:54:35 imperator kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 27 18:54:35 imperator kernel: usb usb1: Product: xHCI Host Controller
Jan 27 18:54:35 imperator kernel: usb usb1: Manufacturer: Linux 6.6.10-1-lts xhci-hcd
Jan 27 18:54:35 imperator kernel: usb usb1: SerialNumber: 0000:00:14.0
Jan 27 18:54:35 imperator kernel: hub 1-0:1.0: USB hub found
Jan 27 18:54:35 imperator kernel: hub 1-0:1.0: 16 ports detected
Jan 27 18:54:35 imperator kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Jan 27 18:54:35 imperator kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 27 18:54:35 imperator kernel: usb usb2: Product: xHCI Host Controller
Jan 27 18:54:35 imperator kernel: usb usb2: Manufacturer: Linux 6.6.10-1-lts xhci-hcd
Jan 27 18:54:35 imperator kernel: usb usb2: SerialNumber: 0000:00:14.0
Jan 27 18:54:35 imperator kernel: hub 2-0:1.0: USB hub found
Jan 27 18:54:35 imperator kernel: hub 2-0:1.0: 9 ports detected
Jan 27 18:54:35 imperator kernel: usb: port power management may be unreliable
Jan 27 18:54:35 imperator kernel: vmd 0000:00:0e.0: Bound to PCI domain 10000
Jan 27 18:54:35 imperator kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Jan 27 18:54:35 imperator kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3
Jan 27 18:54:35 imperator kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Jan 27 18:54:35 imperator kernel: nvme nvme0: pci function 0000:02:00.0
Jan 27 18:54:35 imperator kernel: nvme nvme0: 20/0/0 default/read/poll queues
Jan 27 18:54:35 imperator kernel:  nvme0n1: p1 p2
Jan 27 18:54:35 imperator kernel: xhci_hcd 0000:04:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
Jan 27 18:54:35 imperator kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
Jan 27 18:54:35 imperator kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4
Jan 27 18:54:35 imperator kernel: xhci_hcd 0000:04:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Jan 27 18:54:35 imperator kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Jan 27 18:54:35 imperator kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 27 18:54:35 imperator kernel: usb usb3: Product: xHCI Host Controller
Jan 27 18:54:35 imperator kernel: usb usb3: Manufacturer: Linux 6.6.10-1-lts xhci-hcd
Jan 27 18:54:35 imperator kernel: usb usb3: SerialNumber: 0000:04:00.0
Jan 27 18:54:35 imperator kernel: hub 3-0:1.0: USB hub found
Jan 27 18:54:35 imperator kernel: hub 3-0:1.0: 2 ports detected
Jan 27 18:54:35 imperator kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 27 18:54:35 imperator kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Jan 27 18:54:35 imperator kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 27 18:54:35 imperator kernel: usb usb4: Product: xHCI Host Controller
Jan 27 18:54:35 imperator kernel: usb usb4: Manufacturer: Linux 6.6.10-1-lts xhci-hcd
Jan 27 18:54:35 imperator kernel: usb usb4: SerialNumber: 0000:04:00.0
Jan 27 18:54:35 imperator kernel: hub 4-0:1.0: USB hub found
Jan 27 18:54:35 imperator kernel: hub 4-0:1.0: 2 ports detected
Jan 27 18:54:35 imperator kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Jan 27 18:54:35 imperator kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
Jan 27 18:54:35 imperator kernel: usb 1-2: config 1 has an invalid interface number: 2 but max is 1
Jan 27 18:54:35 imperator kernel: usb 1-2: config 1 has no interface number 1
Jan 27 18:54:35 imperator kernel: usb 1-2: New USB device found, idVendor=0b05, idProduct=19af, bcdDevice= 1.00
Jan 27 18:54:35 imperator kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 27 18:54:35 imperator kernel: usb 1-2: Product: AURA LED Controller
Jan 27 18:54:35 imperator kernel: usb 1-2: Manufacturer: AsusTek Computer Inc.
Jan 27 18:54:35 imperator kernel: usb 1-2: SerialNumber: 9876543210
Jan 27 18:54:35 imperator kernel: hid-generic 0003:0B05:19AF.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:00:14.0-2/input2
Jan 27 18:54:35 imperator kernel: usbcore: registered new interface driver usbhid
Jan 27 18:54:35 imperator kernel: usbhid: USB HID core driver
Jan 27 18:54:35 imperator kernel: PM: Image not found (code -22)
Jan 27 18:54:35 imperator kernel: usb 2-9: new SuperSpeed USB device number 2 using xhci_hcd
Jan 27 18:54:35 imperator kernel: fbcon: Taking over console
Jan 27 18:54:35 imperator kernel: Console: switching to colour frame buffer device 128x48
Jan 27 18:54:35 imperator kernel: usb 2-9: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
Jan 27 18:54:35 imperator kernel: usb 2-9: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Jan 27 18:54:35 imperator kernel: usb 2-9: Product: ASM107x
Jan 27 18:54:35 imperator kernel: usb 2-9: Manufacturer: ASUS TEK.
Jan 27 18:54:35 imperator kernel: usb 3-1: New USB device found, idVendor=13fd, idProduct=1840, bcdDevice= 1.08
Jan 27 18:54:35 imperator kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 27 18:54:35 imperator kernel: usb 3-1: Product: External        
Jan 27 18:54:35 imperator kernel: usb 3-1: Manufacturer: Generic 
Jan 27 18:54:35 imperator kernel: usb 3-1: SerialNumber: 57442D575837314133373543
Jan 27 18:54:35 imperator kernel: hub 2-9:1.0: USB hub found
Jan 27 18:54:35 imperator kernel: hub 2-9:1.0: 4 ports detected
Jan 27 18:54:35 imperator kernel: usb-storage 3-1:1.0: USB Mass Storage device detected
Jan 27 18:54:35 imperator kernel: scsi host8: usb-storage 3-1:1.0
Jan 27 18:54:35 imperator kernel: usbcore: registered new interface driver usb-storage
Jan 27 18:54:35 imperator kernel: usbcore: registered new interface driver uas
Jan 27 18:54:35 imperator kernel: usb 1-5: new low-speed USB device number 3 using xhci_hcd
Jan 27 18:54:35 imperator kernel: usb 3-2: new high-speed USB device number 3 using xhci_hcd
Jan 27 18:54:35 imperator kernel: usb 1-5: New USB device found, idVendor=03f0, idProduct=0b0c, bcdDevice= 2.08
Jan 27 18:54:35 imperator kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 27 18:54:35 imperator kernel: usb 1-5: Product: USB Multimedia Cordless Kit  
Jan 27 18:54:35 imperator kernel: usb 1-5: Manufacturer: BTC
Jan 27 18:54:35 imperator kernel: input: BTC USB Multimedia Cordless Kit   as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:03F0:0B0C.0002/input/input3
Jan 27 18:54:35 imperator kernel: EXT4-fs (nvme0n1p2): mounted filesystem 94305208-b24c-49f0-80a4-a4d1c112af3b r/w with ordered data mode. Quota mode: none.
Jan 27 18:54:35 imperator kernel: hid-generic 0003:03F0:0B0C.0002: input,hidraw1: USB HID v1.00 Keyboard [BTC USB Multimedia Cordless Kit  ] on usb-0000:00:14.0-5/input0
Jan 27 18:54:35 imperator kernel: input: BTC USB Multimedia Cordless Kit   Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:03F0:0B0C.0003/input/input4
Jan 27 18:54:35 imperator systemd[1]: systemd 255.2-3-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)
Jan 27 18:54:35 imperator systemd[1]: Detected architecture x86-64.
Jan 27 18:54:35 imperator systemd[1]: Hostname set to <imperator>.
Jan 27 18:54:35 imperator kernel: input: BTC USB Multimedia Cordless Kit   System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:03F0:0B0C.0003/input/input5
Jan 27 18:54:35 imperator kernel: input: BTC USB Multimedia Cordless Kit   as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:03F0:0B0C.0003/input/input6
Jan 27 18:54:35 imperator kernel: input: BTC USB Multimedia Cordless Kit   Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:03F0:0B0C.0003/input/input7
Jan 27 18:54:35 imperator kernel: hid-generic 0003:03F0:0B0C.0003: input,hiddev97,hidraw2: USB HID v1.00 Mouse [BTC USB Multimedia Cordless Kit  ] on usb-0000:00:14.0-5/input1
Jan 27 18:54:35 imperator kernel: usb 3-2: New USB device found, idVendor=0c45, idProduct=6366, bcdDevice= 1.00
Jan 27 18:54:35 imperator kernel: usb 3-2: New USB device strings: Mfr=2, Product=1, SerialNumber=3
Jan 27 18:54:35 imperator kernel: usb 3-2: Product: USB 2.0 Camera
Jan 27 18:54:35 imperator kernel: usb 3-2: Manufacturer: Sonix Technology Co., Ltd.
Jan 27 18:54:35 imperator kernel: usb 3-2: SerialNumber: SN0001
Jan 27 18:54:35 imperator kernel: usb 1-6: new low-speed USB device number 4 using xhci_hcd
Jan 27 18:54:35 imperator kernel: usb 1-6: New USB device found, idVendor=045e, idProduct=0039, bcdDevice= 1.21
Jan 27 18:54:35 imperator kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 27 18:54:35 imperator kernel: usb 1-6: Product: Microsoft IntelliMouse® Optical
Jan 27 18:54:35 imperator kernel: usb 1-6: Manufacturer: Microsoft
Jan 27 18:54:35 imperator kernel: input: Microsoft Microsoft IntelliMouse® Optical as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:045E:0039.0004/input/input8
Jan 27 18:54:35 imperator kernel: hid-generic 0003:045E:0039.0004: input,hidraw3: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse® Optical] on usb-0000:00:14.0-6/input0
Jan 27 18:54:35 imperator systemd[1]: bpf-lsm: LSM BPF program attached
Jan 27 18:54:35 imperator kernel: usb 1-10: new high-speed USB device number 5 using xhci_hcd
Jan 27 18:54:35 imperator systemd[1]: Queued start job for default target Graphical Interface.
Jan 27 18:54:35 imperator systemd[1]: Created slice Slice /system/getty.
Jan 27 18:54:35 imperator systemd[1]: Created slice Slice /system/modprobe.
Jan 27 18:54:35 imperator systemd[1]: Created slice Slice /system/systemd-fsck.
Jan 27 18:54:35 imperator systemd[1]: Created slice User and Session Slice.
Jan 27 18:54:35 imperator systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 27 18:54:35 imperator systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan 27 18:54:35 imperator systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan 27 18:54:35 imperator systemd[1]: Expecting device /dev/disk/by-uuid/38E9-F4F4...
Jan 27 18:54:35 imperator systemd[1]: Expecting device /dev/disk/by-uuid/eba5990f-b084-4675-be62-376157463715...
Jan 27 18:54:35 imperator systemd[1]: Expecting device /dev/sda5...
Jan 27 18:54:35 imperator systemd[1]: Reached target Local Encrypted Volumes.
Jan 27 18:54:35 imperator systemd[1]: Reached target Local Integrity Protected Volumes.
Jan 27 18:54:35 imperator systemd[1]: Reached target Remote File Systems.
Jan 27 18:54:35 imperator systemd[1]: Reached target Slice Units.
Jan 27 18:54:35 imperator systemd[1]: Reached target Local Verity Protected Volumes.
Jan 27 18:54:35 imperator systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jan 27 18:54:35 imperator systemd[1]: Listening on LVM2 poll daemon socket.
Jan 27 18:54:35 imperator systemd[1]: Listening on Process Core Dump Socket.
Jan 27 18:54:35 imperator systemd[1]: Listening on Journal Socket (/dev/log).
Jan 27 18:54:35 imperator systemd[1]: Listening on Journal Socket.
Jan 27 18:54:35 imperator systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 18:54:35 imperator systemd[1]: Listening on udev Control Socket.
Jan 27 18:54:35 imperator systemd[1]: Listening on udev Kernel Socket.
Jan 27 18:54:35 imperator systemd[1]: Mounting Huge Pages File System...
Jan 27 18:54:35 imperator systemd[1]: Mounting POSIX Message Queue File System...
Jan 27 18:54:35 imperator systemd[1]: Mounting Kernel Debug File System...
Jan 27 18:54:35 imperator systemd[1]: Mounting Kernel Trace File System...
Jan 27 18:54:35 imperator systemd[1]: Starting Create List of Static Device Nodes...
Jan 27 18:54:35 imperator systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jan 27 18:54:35 imperator systemd[1]: Starting Load Kernel Module configfs...
Jan 27 18:54:35 imperator systemd[1]: Starting Load Kernel Module dm_mod...
Jan 27 18:54:35 imperator systemd[1]: Starting Load Kernel Module drm...
Jan 27 18:54:35 imperator systemd[1]: Starting Load Kernel Module fuse...
Jan 27 18:54:35 imperator systemd[1]: Starting Load Kernel Module loop...
Jan 27 18:54:35 imperator systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 27 18:54:35 imperator systemd[1]: Starting Journal Service...
Jan 27 18:54:35 imperator systemd[1]: Starting Load Kernel Modules...
Jan 27 18:54:35 imperator systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 18:54:35 imperator systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 27 18:54:35 imperator systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 18:54:35 imperator systemd[1]: Starting Coldplug All udev Devices...
Jan 27 18:54:35 imperator systemd[1]: Mounted Huge Pages File System.
Jan 27 18:54:35 imperator systemd[1]: Mounted POSIX Message Queue File System.
Jan 27 18:54:35 imperator systemd[1]: Mounted Kernel Debug File System.
Jan 27 18:54:35 imperator systemd[1]: Mounted Kernel Trace File System.
Jan 27 18:54:35 imperator kernel: loop: module loaded
Jan 27 18:54:35 imperator kernel: device-mapper: uevent: version 1.0.3
Jan 27 18:54:35 imperator kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Jan 27 18:54:35 imperator kernel: fuse: init (API version 7.39)
Jan 27 18:54:35 imperator systemd-journald[395]: Collecting audit messages is disabled.
Jan 27 18:54:35 imperator systemd-journald[395]: Journal started
Jan 27 18:54:35 imperator systemd-journald[395]: Runtime Journal (/run/log/journal/73afe27bc995473faa2686429b4d9dab) is 8.0M, max 1.5G, 1.5G free.
Jan 27 18:54:35 imperator systemd-modules-load[396]: Inserted module 'crypto_user'
Jan 27 18:54:35 imperator kernel: usb 1-10: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
Jan 27 18:54:35 imperator kernel: usb 1-10: New USB device strings: Mfr=2, Product=3, SerialNumber=0
Jan 27 18:54:35 imperator kernel: usb 1-10: Product: ASM107x
Jan 27 18:54:35 imperator kernel: usb 1-10: Manufacturer: ASUS TEK.
Jan 27 18:54:35 imperator kernel: hub 1-10:1.0: USB hub found
Jan 27 18:54:35 imperator kernel: hub 1-10:1.0: 4 ports detected
Jan 27 18:54:35 imperator kernel: EXT4-fs (nvme0n1p2): re-mounted 94305208-b24c-49f0-80a4-a4d1c112af3b r/w. Quota mode: none.
Jan 27 18:54:35 imperator systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jan 27 18:54:35 imperator systemd[1]: Finished Create List of Static Device Nodes.
Jan 27 18:54:35 imperator systemd[1]: Started Journal Service.
Jan 27 18:54:35 imperator systemd[1]: Finished Load Kernel Module configfs.
Jan 27 18:54:35 imperator systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jan 27 18:54:35 imperator systemd[1]: Finished Load Kernel Module dm_mod.
Jan 27 18:54:35 imperator systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jan 27 18:54:35 imperator systemd[1]: modprobe@drm.service: Deactivated successfully.
Jan 27 18:54:35 imperator systemd[1]: Finished Load Kernel Module drm.
Jan 27 18:54:35 imperator systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jan 27 18:54:35 imperator kernel: usb 1-14: new full-speed USB device number 6 using xhci_hcd
Jan 27 18:54:35 imperator kernel: scsi 8:0:0:0: Direct-Access     Generic  External         1.08 PQ: 0 ANSI: 4
Jan 27 18:54:35 imperator kernel: sd 8:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Jan 27 18:54:35 imperator kernel: sd 8:0:0:0: [sdb] Write Protect is off
Jan 27 18:54:35 imperator kernel: sd 8:0:0:0: [sdb] Mode Sense: 23 00 00 00
Jan 27 18:54:35 imperator kernel: sd 8:0:0:0: [sdb] No Caching mode page found
Jan 27 18:54:35 imperator kernel: sd 8:0:0:0: [sdb] Assuming drive cache: write through
Jan 27 18:54:35 imperator systemd[1]: Finished Load Kernel Module fuse.
Jan 27 18:54:35 imperator systemd[1]: modprobe@loop.service: Deactivated successfully.
Jan 27 18:54:35 imperator kernel: nvidia: loading out-of-tree module taints kernel.
Jan 27 18:54:35 imperator kernel: nvidia: module license 'NVIDIA' taints kernel.
Jan 27 18:54:35 imperator kernel: Disabling lock debugging due to kernel taint
Jan 27 18:54:35 imperator kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jan 27 18:54:35 imperator kernel: nvidia: module license taints kernel.
Jan 27 18:54:35 imperator systemd[1]: Finished Load Kernel Module loop.
Jan 27 18:54:35 imperator systemd[1]: Finished Remount Root and Kernel File Systems.
Jan 27 18:54:35 imperator systemd[1]: Finished Coldplug All udev Devices.
Jan 27 18:54:35 imperator kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 236
Jan 27 18:54:35 imperator kernel: 
Jan 27 18:54:35 imperator kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Jan 27 18:54:35 imperator kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Jan 27 18:54:35 imperator kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 27 18:54:35 imperator systemd[1]: Mounting FUSE Control File System...
Jan 27 18:54:35 imperator systemd[1]: Mounting Kernel Configuration File System...
Jan 27 18:54:35 imperator systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jan 27 18:54:35 imperator systemd[1]: Starting Flush Journal to Persistent Storage...
Jan 27 18:54:35 imperator systemd[1]: Starting Load/Save OS Random Seed...
Jan 27 18:54:35 imperator systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jan 27 18:54:35 imperator systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jan 27 18:54:35 imperator systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 18:54:35 imperator systemd[1]: Mounted FUSE Control File System.
Jan 27 18:54:35 imperator systemd[1]: Mounted Kernel Configuration File System.
Jan 27 18:54:35 imperator systemd-journald[395]: Time spent on flushing to /var/log/journal/73afe27bc995473faa2686429b4d9dab is 2.975ms for 1020 entries.
Jan 27 18:54:35 imperator systemd-journald[395]: System Journal (/var/log/journal/73afe27bc995473faa2686429b4d9dab) is 1007.3M, max 4.0G, 3.0G free.
Jan 27 18:54:35 imperator systemd-journald[395]: Received client request to flush runtime journal.
Jan 27 18:54:35 imperator systemd-journald[395]: File /var/log/journal/73afe27bc995473faa2686429b4d9dab/system.journal corrupted or uncleanly shut down, renaming and replacing.
Jan 27 18:54:35 imperator systemd[1]: Finished Load/Save OS Random Seed.
Jan 27 18:54:35 imperator systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jan 27 18:54:35 imperator kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  470.223.02  Sat Oct  7 15:39:11 UTC 2023
Jan 27 18:54:35 imperator systemd[1]: Finished Flush Journal to Persistent Storage.
Jan 27 18:54:35 imperator systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jan 27 18:54:35 imperator systemd[1]: Starting Create Static Device Nodes in /dev...
Jan 27 18:54:36 imperator systemd[1]: Finished Create Static Device Nodes in /dev.
Jan 27 18:54:36 imperator systemd[1]: Reached target Preparation for Local File Systems.
Jan 27 18:54:36 imperator systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jan 27 18:54:36 imperator systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jan 27 18:54:36 imperator systemd-udevd[432]: Using default interface naming scheme 'v255'.
Jan 27 18:54:36 imperator systemd[1]: Started Rule-based Manager for Device Events and Files.
Jan 27 18:54:36 imperator mtp-probe[491]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
Jan 27 18:54:36 imperator mtp-probe[490]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5"
Jan 27 18:54:36 imperator mtp-probe[491]: bus: 1, device: 4 was not an MTP device
Jan 27 18:54:36 imperator mtp-probe[490]: bus: 1, device: 3 was not an MTP device
Jan 27 18:54:36 imperator kernel: acpi PNP0C14:06: duplicate WMI GUID 97845ED0-4E6D-11DE-8A39-0800200C9A66 (first instance was on PNP0C14:02)
Jan 27 18:54:36 imperator systemd[1]: Found device WDS100T1X0E-00AFY0 EFI-Boot.
Jan 27 18:54:36 imperator mtp-probe[519]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Jan 27 18:54:36 imperator mtp-probe[519]: bus: 1, device: 2 was not an MTP device
Jan 27 18:54:36 imperator kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
Jan 27 18:54:36 imperator mtp-probe[547]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:1c.0/0000:04:00.0/usb3/3-1"
Jan 27 18:54:36 imperator mtp-probe[548]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:1c.0/0000:04:00.0/usb3/3-2"
Jan 27 18:54:36 imperator mtp-probe[547]: bus: 3, device: 2 was not an MTP device
Jan 27 18:54:36 imperator mtp-probe[548]: bus: 3, device: 3 was not an MTP device
Jan 27 18:54:36 imperator systemd[1]: Found device WDC_WD1002FAEX-007BA0 home.
Jan 27 18:54:36 imperator systemd[1]: Found device WDC_WD1002FAEX-007BA0 6.
Jan 27 18:54:36 imperator systemd[1]: Activating swap /dev/disk/by-uuid/eba5990f-b084-4675-be62-376157463715...
Jan 27 18:54:36 imperator systemd[1]: Mounting /space...
Jan 27 18:54:36 imperator systemd[1]: Starting File System Check on /dev/disk/by-uuid/38E9-F4F4...
Jan 27 18:54:36 imperator systemd[1]: Starting Virtual Console Setup...
Jan 27 18:54:36 imperator (udev-worker)[483]: nvidia: Process '/usr/bin/bash -c 'if [ ! -c /dev/nvidiactl ]; then /usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255; fi'' failed with exit code 1.
Jan 27 18:54:36 imperator kernel: Adding 171164096k swap on /dev/sda6.  Priority:-2 extents:1 across:171164096k 
Jan 27 18:54:36 imperator systemd[1]: Activated swap /dev/disk/by-uuid/eba5990f-b084-4675-be62-376157463715.
Jan 27 18:54:36 imperator systemd[1]: Reached target Swaps.
Jan 27 18:54:36 imperator systemd[1]: Mounting /tmp...
Jan 27 18:54:36 imperator systemd[1]: Mounted /tmp.
Jan 27 18:54:36 imperator systemd-fsck[609]: fsck.fat 4.2 (2021-01-31)
Jan 27 18:54:36 imperator systemd-fsck[609]: There are differences between boot sector and its backup.
Jan 27 18:54:36 imperator systemd-fsck[609]: This is mostly harmless. Differences: (offset:original/backup)
Jan 27 18:54:36 imperator systemd-fsck[609]:   65:01/00
Jan 27 18:54:36 imperator systemd-fsck[609]:   Not automatically fixing this.
Jan 27 18:54:36 imperator systemd-fsck[609]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Jan 27 18:54:36 imperator systemd-fsck[609]:  Automatically removing dirty bit.
Jan 27 18:54:36 imperator systemd-fsck[609]: *** Filesystem was changed ***
Jan 27 18:54:36 imperator systemd-fsck[609]: Writing changes.
Jan 27 18:54:36 imperator systemd-fsck[609]: /dev/nvme0n1p1: 668 files, 35953/127746 clusters
Jan 27 18:54:36 imperator kernel: mousedev: PS/2 mouse device common for all mice
Jan 27 18:54:36 imperator kernel: mc: Linux media interface: v0.10
Jan 27 18:54:36 imperator kernel: Bluetooth: Core ver 2.22
Jan 27 18:54:36 imperator kernel: NET: Registered PF_BLUETOOTH protocol family
Jan 27 18:54:36 imperator kernel: Bluetooth: HCI device and connection manager initialized
Jan 27 18:54:36 imperator kernel: Bluetooth: HCI socket layer initialized
Jan 27 18:54:36 imperator kernel: Bluetooth: L2CAP socket layer initialized
Jan 27 18:54:36 imperator kernel: Bluetooth: SCO socket layer initialized
Jan 27 18:54:36 imperator systemd[1]: Finished File System Check on /dev/disk/by-uuid/38E9-F4F4.
Jan 27 18:54:36 imperator kernel: i8042: PNP: No PS/2 controller found.
Jan 27 18:54:36 imperator systemd[1]: Finished Virtual Console Setup.
Jan 27 18:54:36 imperator systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jan 27 18:54:36 imperator systemd[1]: Mounting /boot...
Jan 27 18:54:36 imperator kernel: EXT4-fs (sda5): 1 orphan inode deleted
Jan 27 18:54:36 imperator kernel: EXT4-fs (sda5): recovery complete
Jan 27 18:54:36 imperator kernel: EXT4-fs (sda5): mounted filesystem 65572a2a-5662-4e12-9f82-6fd5170e1369 r/w with ordered data mode. Quota mode: none.
Jan 27 18:54:36 imperator systemd[1]: Mounted /space.
Jan 27 18:54:37 imperator kernel:  sdb: sdb1
Jan 27 18:54:37 imperator kernel: sd 8:0:0:0: [sdb] Attached SCSI disk
Jan 27 18:54:37 imperator kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jan 27 18:54:37 imperator kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jan 27 18:54:37 imperator kernel: i2c i2c-0: 1/4 memory slots populated (from DMI)
Jan 27 18:54:37 imperator kernel: i2c i2c-0: Successfully instantiated SPD at 0x53
Jan 27 18:54:37 imperator kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jan 27 18:54:37 imperator kernel: spi-nor spi0.0: mx25l12805d (16384 Kbytes)
Jan 27 18:54:37 imperator systemd[1]: Mounted /boot.
Jan 27 18:54:37 imperator systemd[1]: Reached target Local File Systems.
Jan 27 18:54:37 imperator systemd[1]: Listening on System Extension Image Management (Varlink).
Jan 27 18:54:37 imperator systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jan 27 18:54:37 imperator kernel: iTCO_vendor_support: vendor-support=0
Jan 27 18:54:37 imperator kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Jan 27 18:54:37 imperator kernel: 0x000000000000-0x000001000000 : "BIOS"
Jan 27 18:54:37 imperator kernel: ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
Jan 27 18:54:37 imperator kernel: videodev: Linux video capture interface: v2.00
Jan 27 18:54:37 imperator kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Jan 27 18:54:37 imperator kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Jan 27 18:54:37 imperator kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Jan 27 18:54:37 imperator kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  470.223.02  Sat Oct  7 15:32:36 UTC 2023
Jan 27 18:54:37 imperator kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jan 27 18:54:37 imperator kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jan 27 18:54:37 imperator kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Jan 27 18:54:37 imperator kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jan 27 18:54:37 imperator kernel: cfg80211: failed to load regulatory.db
Jan 27 18:54:37 imperator kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Jan 27 18:54:37 imperator kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Jan 27 18:54:37 imperator kernel: intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
Jan 27 18:54:37 imperator kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Jan 27 18:54:37 imperator systemd-modules-load[396]: Inserted module 'nvidia_uvm'
Jan 27 18:54:37 imperator kernel: r8169 0000:05:00.0: enabling device (0000 -> 0003)
Jan 27 18:54:37 imperator kernel: r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
Jan 27 18:54:37 imperator kernel: nvidia-uvm: Loaded the UVM driver, major device number 510.
Jan 27 18:54:37 imperator kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jan 27 18:54:37 imperator kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Jan 27 18:54:37 imperator kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Jan 27 18:54:37 imperator kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jan 27 18:54:37 imperator kernel: asus_wmi: ASUS WMI generic driver loaded
Jan 27 18:54:37 imperator kernel: asus_wmi: SFUN value: 0x1
Jan 27 18:54:37 imperator kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Jan 27 18:54:37 imperator kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Jan 27 18:54:37 imperator kernel: asus_wmi: Failed to get WMI notify code: AE_NOT_FOUND
Jan 27 18:54:37 imperator kernel: asus_wmi: Failed to get event during flush: -5
Jan 27 18:54:37 imperator kernel: usbcore: registered new interface driver btusb
Jan 27 18:54:37 imperator kernel: asus_wmi: SFUN value: 0x1
Jan 27 18:54:37 imperator kernel: eeepc-wmi eeepc-wmi: Detected ATK, not ASUSWMI, use DSTS
Jan 27 18:54:37 imperator kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input10
Jan 27 18:54:37 imperator kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
Jan 27 18:54:37 imperator kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jan 27 18:54:37 imperator kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jan 27 18:54:37 imperator kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input11
Jan 27 18:54:37 imperator kernel: Bluetooth: hci0: Device revision is 2
Jan 27 18:54:37 imperator kernel: Bluetooth: hci0: Secure boot is enabled
Jan 27 18:54:37 imperator kernel: Bluetooth: hci0: OTP lock is enabled
Jan 27 18:54:37 imperator kernel: Bluetooth: hci0: API lock is enabled
Jan 27 18:54:37 imperator kernel: Bluetooth: hci0: Debug lock is disabled
Jan 27 18:54:37 imperator kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Jan 27 18:54:37 imperator kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
Jan 27 18:54:37 imperator kernel: ACPI Warning: \_SB.PC00.XHCI.RHUB.HS14._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20230628/nsarguments-61)
Jan 27 18:54:37 imperator kernel: Bluetooth: hci0: DSM reset method type: 0x00
Jan 27 18:54:37 imperator kernel: cryptd: max_cpu_qlen set to 1000
Jan 27 18:54:37 imperator kernel: Intel(R) Wireless WiFi driver for Linux
Jan 27 18:54:37 imperator kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
Jan 27 18:54:37 imperator kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x1300504, cnv-id 0x80401 wfpm id 0x80000030
Jan 27 18:54:37 imperator kernel: iwlwifi 0000:00:14.3: PCI dev 7af0/0074, rev=0x430, rfid=0x10a100
Jan 27 18:54:37 imperator (udev-worker)[487]: event11: Failed to call EVIOCSKEYCODE with scan code 0x7c, and key code 190: Invalid argument
Jan 27 18:54:37 imperator systemd[1]: Starting Set Up Additional Binary Formats...
Jan 27 18:54:37 imperator systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jan 27 18:54:37 imperator systemd[1]: Starting Create Volatile Files and Directories...
Jan 27 18:54:37 imperator systemd[1]: Reached target Bluetooth Support.
Jan 27 18:54:37 imperator systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 27 18:54:37 imperator systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 658 (systemd-binfmt)
Jan 27 18:54:37 imperator systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jan 27 18:54:37 imperator kernel: Bluetooth: hci0: Found device firmware: intel/ibt-1040-4150.sfi
Jan 27 18:54:37 imperator kernel: Bluetooth: hci0: Boot Address: 0x100800
Jan 27 18:54:37 imperator kernel: Bluetooth: hci0: Firmware Version: 151-42.23
Jan 27 18:54:37 imperator systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jan 27 18:54:37 imperator systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 27 18:54:37 imperator kernel: vboxdrv: Found 20 processor cores/threads
Jan 27 18:54:37 imperator kernel: usb 3-2: Found UVC 1.00 device USB 2.0 Camera (0c45:6366)
Jan 27 18:54:37 imperator kernel: r8169 0000:05:00.0 eth0: RTL8125B, 04:42:1a:f1:9f:93, XID 641, IRQ 193
Jan 27 18:54:37 imperator kernel: r8169 0000:05:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jan 27 18:54:37 imperator kernel: r8169 0000:05:00.0 enp5s0: renamed from eth0
Jan 27 18:54:37 imperator kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Jan 27 18:54:37 imperator kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.41
Jan 27 18:54:37 imperator kernel: iwlwifi 0000:00:14.3: loaded firmware version 83.e8f84e98.0 so-a0-hr-b0-83.ucode op_mode iwlmvm
Jan 27 18:54:37 imperator kernel: AVX2 version of gcm_enc/dec engaged.
Jan 27 18:54:37 imperator kernel: AES CTR mode by8 optimization enabled
Jan 27 18:54:37 imperator kernel: usbcore: registered new interface driver uvcvideo
Jan 27 18:54:37 imperator kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Jan 27 18:54:37 imperator kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jan 27 18:54:37 imperator kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jan 27 18:54:37 imperator kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3609600103 Hz
Jan 27 18:54:37 imperator kernel: vboxdrv: Successfully loaded version 7.0.14 r161095 (interface 0x00330004)
Jan 27 18:54:37 imperator systemd[1]: Finished Set Up Additional Binary Formats.
Jan 27 18:54:37 imperator systemd-modules-load[396]: Inserted module 'vboxdrv'
Jan 27 18:54:37 imperator kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
Jan 27 18:54:37 imperator kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
Jan 27 18:54:37 imperator kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
Jan 27 18:54:37 imperator kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
Jan 27 18:54:37 imperator systemd-modules-load[396]: Inserted module 'vboxnetadp'
Jan 27 18:54:37 imperator kernel: VBoxNetAdp: Successfully started.
Jan 27 18:54:37 imperator systemd-modules-load[396]: Inserted module 'vboxnetflt'
Jan 27 18:54:37 imperator kernel: VBoxNetFlt: Successfully started.
Jan 27 18:54:37 imperator kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Jan 27 18:54:37 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 27 18:54:37 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Jan 27 18:54:37 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Jan 27 18:54:37 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
Jan 27 18:54:37 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Jan 27 18:54:37 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Jan 27 18:54:37 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Jan 27 18:54:37 imperator kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Jan 27 18:54:37 imperator kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x430
Jan 27 18:54:37 imperator kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
Jan 27 18:54:37 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 27 18:54:37 imperator kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Jan 27 18:54:37 imperator kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Jan 27 18:54:37 imperator kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Jan 27 18:54:37 imperator kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
Jan 27 18:54:37 imperator kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
Jan 27 18:54:37 imperator kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
Jan 27 18:54:37 imperator kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
Jan 27 18:54:38 imperator systemd[1]: Finished Load Kernel Modules.
Jan 27 18:54:38 imperator kernel: intel_tcc_cooling: TCC Offset locked
Jan 27 18:54:38 imperator systemd[1]: Finished Create Volatile Files and Directories.
Jan 27 18:54:38 imperator systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jan 27 18:54:38 imperator systemd[1]: Starting Load Kernel Module dm_mod...
Jan 27 18:54:38 imperator systemd[1]: Starting Load Kernel Module loop...
Jan 27 18:54:38 imperator systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jan 27 18:54:38 imperator systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jan 27 18:54:38 imperator systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jan 27 18:54:38 imperator systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 18:54:38 imperator systemd[1]: Starting Apply Kernel Variables...
Jan 27 18:54:38 imperator systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jan 27 18:54:38 imperator systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 27 18:54:38 imperator systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 27 18:54:38 imperator systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jan 27 18:54:38 imperator systemd[1]: Starting Network Name Resolution...
Jan 27 18:54:38 imperator systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 18:54:38 imperator systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 18:54:38 imperator systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jan 27 18:54:38 imperator systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jan 27 18:54:38 imperator systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jan 27 18:54:38 imperator systemd-sysctl[743]: Couldn't write '1' to 'sysrq_always_enabled', ignoring: No such file or directory
Jan 27 18:54:38 imperator kernel: intel_rapl_msr: PL4 support detected.
Jan 27 18:54:38 imperator kernel: intel_rapl_common: Found RAPL domain package
Jan 27 18:54:38 imperator kernel: intel_rapl_common: Found RAPL domain core
Jan 27 18:54:38 imperator systemd[1]: Finished Load Kernel Module dm_mod.
Jan 27 18:54:38 imperator systemd[1]: modprobe@loop.service: Deactivated successfully.
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: base HW address: 80:b6:55:fa:a5:a5
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
Jan 27 18:54:38 imperator systemd[1]: Finished Load Kernel Module loop.
Jan 27 18:54:38 imperator systemd[1]: Finished Apply Kernel Variables.
Jan 27 18:54:38 imperator systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jan 27 18:54:38 imperator systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jan 27 18:54:38 imperator systemd-resolved[746]: Positive Trust Anchors:
Jan 27 18:54:38 imperator systemd-resolved[746]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jan 27 18:54:38 imperator systemd-resolved[746]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa corp home internal intranet lan local private test
Jan 27 18:54:38 imperator systemd-resolved[746]: Using system hostname 'imperator'.
Jan 27 18:54:38 imperator systemd[1]: Started Network Name Resolution.
Jan 27 18:54:38 imperator systemd[1]: Reached target Host and Network Name Lookups.
Jan 27 18:54:38 imperator systemd[1]: Reached target System Initialization.
Jan 27 18:54:38 imperator systemd[1]: Started CUPS Scheduler.
Jan 27 18:54:38 imperator systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jan 27 18:54:38 imperator systemd[1]: Started Daily man-db regeneration.
Jan 27 18:54:38 imperator systemd[1]: Started Discard unused packages weekly.
Jan 27 18:54:38 imperator systemd[1]: Started Refresh pacman files databases weekly.
Jan 27 18:54:38 imperator systemd[1]: Started Update the plocate database daily.
Jan 27 18:54:38 imperator systemd[1]: Started rsnapshot annually backup.
Jan 27 18:54:38 imperator systemd[1]: Started rsnapshot daily backup.
Jan 27 18:54:38 imperator systemd[1]: Started rsnapshot monthly backup.
Jan 27 18:54:38 imperator systemd[1]: Started rsnapshot weekly backup.
Jan 27 18:54:38 imperator systemd[1]: Started Daily verification of password and group files.
Jan 27 18:54:38 imperator systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 27 18:54:38 imperator systemd[1]: Reached target Path Units.
Jan 27 18:54:38 imperator systemd[1]: Reached target Timer Units.
Jan 27 18:54:38 imperator systemd[1]: Listening on CUPS Scheduler.
Jan 27 18:54:38 imperator systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 27 18:54:38 imperator systemd[1]: Reached target Socket Units.
Jan 27 18:54:38 imperator systemd[1]: Starting D-Bus System Message Bus...
Jan 27 18:54:38 imperator systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 18:54:38 imperator dbus-broker-launch[760]: Looking up NSS user entry for 'pulse'...
Jan 27 18:54:38 imperator dbus-broker-launch[760]: NSS returned no entry for 'pulse'
Jan 27 18:54:38 imperator dbus-broker-launch[760]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Jan 27 18:54:38 imperator systemd[1]: Started D-Bus System Message Bus.
Jan 27 18:54:38 imperator systemd[1]: Reached target Basic System.
Jan 27 18:54:38 imperator systemd[1]: Starting Network Manager...
Jan 27 18:54:38 imperator systemd[1]: Starting Save/Restore Sound Card State...
Jan 27 18:54:38 imperator systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Jan 27 18:54:38 imperator systemd[1]: Started fcron periodical command scheduler.
Jan 27 18:54:38 imperator systemd[1]: Starting Initialize hardware monitoring sensors...
Jan 27 18:54:38 imperator systemd[1]: Starting User Login Management...
Jan 27 18:54:38 imperator systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 27 18:54:38 imperator (modprobe)[766]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Jan 27 18:54:38 imperator dbus-broker-launch[760]: Ready
Jan 27 18:54:38 imperator kernel: nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
Jan 27 18:54:38 imperator systemd-logind[767]: New seat seat0.
Jan 27 18:54:38 imperator systemd-logind[767]: Watching system buttons on /dev/input/event2 (Power Button)
Jan 27 18:54:38 imperator systemd-logind[767]: Watching system buttons on /dev/input/event1 (Power Button)
Jan 27 18:54:38 imperator systemd-logind[767]: Watching system buttons on /dev/input/event0 (Sleep Button)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.3442] NetworkManager (version 1.44.2-3) is starting... (boot:41a83ac6-4119-4be5-8abc-cb3920a3f3c1)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.3442] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jan 27 18:54:38 imperator systemd-logind[767]: Watching system buttons on /dev/input/event3 (BTC USB Multimedia Cordless Kit  )
Jan 27 18:54:38 imperator systemd-logind[767]: Watching system buttons on /dev/input/event5 (BTC USB Multimedia Cordless Kit   System Control)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.3478] manager[0x56037b05bc30]: monitoring kernel firmware directory '/lib/firmware'.
Jan 27 18:54:38 imperator systemd[1]: Finished Save/Restore Sound Card State.
Jan 27 18:54:38 imperator systemd[1]: Started User Login Management.
Jan 27 18:54:38 imperator fcron[765]: fcron[765] 3.3.1 started
Jan 27 18:54:38 imperator fcron[765]: 2024-01-27 18:54:38  INFO fcron[765] 3.3.1 started
Jan 27 18:54:38 imperator fcron[765]: 2024-01-27 18:54:38  INFO updating configuration from /var/spool/fcron
Jan 27 18:54:38 imperator fcron[765]: 2024-01-27 18:54:38  INFO adding file root
Jan 27 18:54:38 imperator fcron[765]: updating configuration from /var/spool/fcron
Jan 27 18:54:38 imperator fcron[765]: adding file root
Jan 27 18:54:38 imperator fcron[765]: adding file systab
Jan 27 18:54:38 imperator systemd[1]: Reached target Sound Card.
Jan 27 18:54:38 imperator fcron[765]: 2024-01-27 18:54:38  INFO adding file systab
Jan 27 18:54:38 imperator systemd[1]: Starting Hostname Service...
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.3944] hostname: hostname: using hostnamed
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.3944] hostname: static hostname changed from (none) to "imperator"
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.3947] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.3951] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.3951] manager[0x56037b05bc30]: rfkill: Wi-Fi hardware radio set enabled
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.3951] manager[0x56037b05bc30]: rfkill: WWAN hardware radio set enabled
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.3971] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Jan 27 18:54:38 imperator systemd[1]: Finished Initialize hardware monitoring sensors.
Jan 27 18:54:38 imperator systemd[1]: Started Hostname Service.
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.3978] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.3998] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4209] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4214] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4227] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4231] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4232] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4233] manager: Networking is enabled by state file
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4237] settings: Loaded settings plugin: keyfile (internal)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4276] dhcp: init: Using DHCP client 'internal'
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4279] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4292] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4296] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4303] device (lo): Activation: starting connection 'lo' (e6a6763c-2cf7-4245-994c-8d2850c5f5cc)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4312] manager: (enp5s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4324] settings: (enp5s0): created default wired connection 'Wired connection 1'
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.4325] device (enp5s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 18:54:38 imperator systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 27 18:54:38 imperator kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
Jan 27 18:54:38 imperator systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 27 18:54:38 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Down
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.6607] device (wlo1): driver supports Access Point (AP) mode
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.6617] manager: (wlo1): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.6623] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
Jan 27 18:54:38 imperator NetworkManager[763]: <info>  [1706403278.8854] device (wlo1): set-hw-addr: set MAC address to 9A:10:AF:E9:A4:00 (scanning)
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 27 18:54:38 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.0692] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.0705] ovsdb: disconnected from ovsdb
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.0706] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 27 18:54:39 imperator systemd[1]: Started Network Manager.
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.0709] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.0711] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.0718] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.0759] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.0761] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.0766] device (lo): Activation: successful, device activated.
Jan 27 18:54:39 imperator systemd[1]: Starting WPA supplicant...
Jan 27 18:54:39 imperator systemd[1]: Started WPA supplicant.
Jan 27 18:54:39 imperator wpa_supplicant[815]: Successfully initialized wpa_supplicant
Jan 27 18:54:39 imperator systemd[1]: Reached target Network.
Jan 27 18:54:39 imperator systemd[1]: Starting CUPS Scheduler...
Jan 27 18:54:39 imperator systemd[1]: Starting PostgreSQL database server...
Jan 27 18:54:39 imperator systemd[1]: Starting Permit User Sessions...
Jan 27 18:54:39 imperator systemd[1]: Starting xrdp session manager...
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.1586] device (wlo1): supplicant interface state: internal-starting -> disconnected
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.1587] Wi-Fi P2P device controlled by interface wlo1 created
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.1589] manager: (p2p-dev-wlo1): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.1590] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.1592] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jan 27 18:54:39 imperator NetworkManager[763]: <info>  [1706403279.1595] device (p2p-dev-wlo1): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jan 27 18:54:39 imperator systemd[1]: Finished Permit User Sessions.
Jan 27 18:54:39 imperator systemd[1]: Started Getty on tty1.
Jan 27 18:54:39 imperator systemd[1]: Reached target Login Prompts.
Jan 27 18:54:39 imperator xrdp-sesman[828]: [INFO ] starting xrdp-sesman with pid 828
Jan 27 18:54:39 imperator systemd[1]: Started xrdp session manager.
Jan 27 18:54:39 imperator systemd[1]: Starting xrdp daemon...
Jan 27 18:54:39 imperator systemd[1]: Started CUPS Scheduler.
Jan 27 18:54:39 imperator xrdp[830]: [INFO ] address [0.0.0.0] port [3389] mode 1
Jan 27 18:54:39 imperator xrdp[830]: [INFO ] listening to port 3389 on 0.0.0.0
Jan 27 18:54:39 imperator xrdp[830]: [INFO ] xrdp_listen_pp done
Jan 27 18:54:39 imperator systemd[1]: xrdp.service: Can't open PID file /run/xrdp.pid (yet?) after start: No such file or directory
Jan 27 18:54:39 imperator postgres[825]: 2024-01-27 18:54:39.250 CST [825] LOG:  starting PostgreSQL 16.1 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 13.2.1 20230801, 64-bit
Jan 27 18:54:39 imperator postgres[825]: 2024-01-27 18:54:39.254 CST [825] LOG:  listening on IPv6 address "::1", port 5432
Jan 27 18:54:39 imperator postgres[825]: 2024-01-27 18:54:39.254 CST [825] LOG:  listening on IPv4 address "127.0.0.1", port 5432
Jan 27 18:54:39 imperator postgres[825]: 2024-01-27 18:54:39.254 CST [825] LOG:  listening on Unix socket "/run/postgresql/.s.PGSQL.5432"
Jan 27 18:54:39 imperator postgres[834]: 2024-01-27 18:54:39.258 CST [834] LOG:  database system was interrupted; last known up at 2024-01-27 16:51:53 CST
Jan 27 18:54:39 imperator kernel: Bluetooth: hci0: Waiting for firmware download to complete
Jan 27 18:54:39 imperator kernel: Bluetooth: hci0: Firmware loaded in 1363519 usecs
Jan 27 18:54:39 imperator kernel: Bluetooth: hci0: Waiting for device to boot
Jan 27 18:54:39 imperator kernel: Bluetooth: hci0: Device booted in 14609 usecs
Jan 27 18:54:39 imperator kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Jan 27 18:54:39 imperator kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-1040-4150.ddc
Jan 27 18:54:39 imperator kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Jan 27 18:54:39 imperator kernel: Bluetooth: hci0: Firmware timestamp 2023.42 buildtype 1 build 73111
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: Microcode SW error detected. Restarting 0x0.
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 6
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: Loaded firmware version: 83.e8f84e98.0 so-a0-hr-b0-83.ucode
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000071 | NMI_INTERRUPT_UMAC_FATAL    
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00A002F0 | trm_hw_status0
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | trm_hw_status1
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x004D9024 | branchlink2
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x004CF2F2 | interruptlink1
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x004CF2F2 | interruptlink2
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00015080 | data1
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000010 | data2
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | data3
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x003B8EC5 | beacon time
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x0005E469 | tsf low
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | tsf hi
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | time gp1
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x000697AA | time gp2
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000001 | uCode revision type
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000053 | uCode version major
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0xE8F84E98 | uCode version minor
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000430 | hw version
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00C80002 | board version
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x0000001C | hcmd
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00020000 | isr0
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr1
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x48F00002 | isr2
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00C3001C | isr3
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr4
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x001C0103 | last cmd Id
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00015080 | wait_event
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000080 | l2p_control
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000020 | l2p_duration
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x0000003F | l2p_mhvalid
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00001800 | l2p_addr_match
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000009 | lmpm_pmg_sel
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | timestamp
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00002048 | flow_handler
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: Start IWL Error Log Dump:
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: Transport status: 0x0000004A, valid: 7
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x2010190E | ADVANCED_SYSASSERT
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | umac branchlink1
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x804703E0 | umac branchlink2
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0xC0081500 | umac interruptlink1
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | umac interruptlink2
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x0101971C | umac data1
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0xDEADBEEF | umac data2
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0xDEADBEEF | umac data3
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000053 | umac major
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0xE8F84E98 | umac minor
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x000697A4 | frame pointer
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0xC0886BE0 | stack pointer
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x0024010D | last host cmd
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000000 | isr status reg
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: IML/ROM dump:
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000B03 | IML/ROM error/state
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00005024 | IML/ROM data1
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000090 | IML/ROM WFPM_AUTH_KEY_0
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: Fseq Registers:
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x60000000 | FSEQ_ERROR_CODE
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00340002 | FSEQ_TOP_INIT_VERSION
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00150001 | FSEQ_CNVIO_INIT_VERSION
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x0000A482 | FSEQ_OTP_VERSION
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00000003 | FSEQ_TOP_CONTENT_VERSION
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x4552414E | FSEQ_ALIVE_TOKEN
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00080401 | FSEQ_CNVI_ID
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x01300504 | FSEQ_CNVR_ID
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00080401 | CNVI_AUX_MISC_CHIP
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x01300504 | CNVR_AUX_MISC_CHIP
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x0000025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00150001 | FSEQ_PREV_CNVIO_INIT_VERSION
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00340002 | FSEQ_WIFI_FSEQ_VERSION
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x00340002 | FSEQ_BT_FSEQ_VERSION
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: 0x000001AE | FSEQ_CLASS_TP_VERSION
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: UMAC CURRENT PC: 0x8048f214
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: LMAC1 CURRENT PC: 0xd0
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: WRT: Collecting data: ini trigger 4 fired (delay=0ms).
Jan 27 18:54:39 imperator kernel: ieee80211 phy0: Hardware restart was requested
Jan 27 18:54:39 imperator postgres[834]: 2024-01-27 18:54:39.369 CST [834] LOG:  database system was not properly shut down; automatic recovery in progress
Jan 27 18:54:39 imperator postgres[834]: 2024-01-27 18:54:39.370 CST [834] LOG:  redo starts at 0/187745B8
Jan 27 18:54:39 imperator postgres[834]: 2024-01-27 18:54:39.370 CST [834] LOG:  invalid record length at 0/187746A0: expected at least 24, got 0
Jan 27 18:54:39 imperator postgres[834]: 2024-01-27 18:54:39.370 CST [834] LOG:  redo done at 0/18774668 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s
Jan 27 18:54:39 imperator postgres[832]: 2024-01-27 18:54:39.373 CST [832] LOG:  checkpoint starting: end-of-recovery immediate wait
Jan 27 18:54:39 imperator postgres[832]: 2024-01-27 18:54:39.377 CST [832] LOG:  checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.005 s; sync files=3, longest=0.001 s, average=0.001 s; distance=0 kB, estimate=0 kB; lsn=0/187746A0, redo lsn=0/187746A0
Jan 27 18:54:39 imperator postgres[825]: 2024-01-27 18:54:39.380 CST [825] LOG:  database system is ready to accept connections
Jan 27 18:54:39 imperator systemd[1]: Started PostgreSQL database server.
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
Jan 27 18:54:39 imperator kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
Jan 27 18:54:40 imperator wpa_supplicant[815]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Jan 27 18:54:40 imperator systemd[1]: Started xrdp daemon.
Jan 27 18:54:40 imperator systemd[1]: Reached target Multi-User System.
Jan 27 18:54:40 imperator systemd[1]: Reached target Graphical Interface.
Jan 27 18:54:40 imperator systemd[1]: Startup finished in 6.848s (firmware) + 1.888s (loader) + 1.844s (kernel) + 5.306s (userspace) = 15.888s.
Jan 27 18:54:41 imperator xrdp[831]: [INFO ] starting xrdp with pid 831
Jan 27 18:54:41 imperator xrdp[831]: [INFO ] address [0.0.0.0] port [3389] mode 1
Jan 27 18:54:41 imperator xrdp[831]: [INFO ] listening to port 3389 on 0.0.0.0
Jan 27 18:54:41 imperator xrdp[831]: [INFO ] xrdp_listen_pp done
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.3836] device (enp5s0): carrier: link connected
Jan 27 18:54:41 imperator kernel: r8169 0000:05:00.0 enp5s0: Link is Up - 1Gbps/Full - flow control rx/tx
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.3841] device (enp5s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.3851] policy: auto-activating connection 'Wired connection 1' (0af2ca09-351f-3770-8c14-ddcd3318a322)
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.3858] device (enp5s0): Activation: starting connection 'Wired connection 1' (0af2ca09-351f-3770-8c14-ddcd3318a322)
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.3860] device (enp5s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.3865] manager: NetworkManager state is now CONNECTING
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.3867] device (enp5s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.3880] device (enp5s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.3888] dhcp4 (enp5s0): activation: beginning transaction (timeout in 45 seconds)
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.3938] dhcp4 (enp5s0): state changed no lease
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.4053] dhcp4 (enp5s0): state changed new lease, address=192.168.68.57
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.4059] policy: set 'Wired connection 1' (enp5s0) as default for IPv4 routing and DNS
Jan 27 18:54:41 imperator systemd-resolved[746]: enp5s0: Bus client set default route setting: yes
Jan 27 18:54:41 imperator systemd-resolved[746]: enp5s0: Bus client set DNS server list to: 71.10.216.1, 71.10.216.2
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.4132] device (enp5s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.4158] device (enp5s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.4162] device (enp5s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.4167] manager: NetworkManager state is now CONNECTED_SITE
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.4172] device (enp5s0): Activation: successful, device activated.
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.4183] manager: startup complete
Jan 27 18:54:41 imperator NetworkManager[763]: <info>  [1706403281.7672] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 27 18:54:43 imperator systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jan 27 18:54:46 imperator dbus-broker-launch[760]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jan 27 18:54:46 imperator wpa_supplicant[815]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Jan 27 18:54:48 imperator login[827]: pam_unix(login:session): session opened for user dornith(uid=1000) by dornith(uid=0)
Jan 27 18:54:48 imperator systemd-logind[767]: New session 1 of user dornith.
Jan 27 18:54:48 imperator systemd[1]: Created slice User Slice of UID 1000.
Jan 27 18:54:48 imperator systemd[1]: Starting User Runtime Directory /run/user/1000...
Jan 27 18:54:48 imperator systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 27 18:54:48 imperator systemd[1]: Finished User Runtime Directory /run/user/1000.
Jan 27 18:54:48 imperator systemd[1]: Starting User Manager for UID 1000...
Jan 27 18:54:48 imperator (systemd)[852]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[dornith] ruser=[<unknown>] rhost=[<unknown>]
Jan 27 18:54:48 imperator (systemd)[852]: pam_unix(systemd-user:session): session opened for user dornith(uid=1000) by dornith(uid=0)
Jan 27 18:54:48 imperator systemd[852]: Queued start job for default target Main User Target.
Jan 27 18:54:48 imperator systemd-journald[395]: File /var/log/journal/73afe27bc995473faa2686429b4d9dab/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Jan 27 18:54:48 imperator systemd[852]: Created slice User Application Slice.
Jan 27 18:54:48 imperator systemd[852]: Started Daily Cleanup of User's Temporary Directories.
Jan 27 18:54:48 imperator systemd[852]: Reached target Paths.
Jan 27 18:54:48 imperator systemd[852]: Reached target Timers.
Jan 27 18:54:48 imperator systemd[852]: Starting D-Bus User Message Bus Socket...
Jan 27 18:54:48 imperator systemd[852]: Listening on GnuPG network certificate management daemon.
Jan 27 18:54:48 imperator systemd[852]: Listening on GCR ssh-agent wrapper.
Jan 27 18:54:48 imperator systemd[852]: Listening on GNOME Keyring daemon.
Jan 27 18:54:48 imperator systemd[852]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 27 18:54:48 imperator systemd[852]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 27 18:54:48 imperator systemd[852]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 27 18:54:48 imperator systemd[852]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 27 18:54:48 imperator systemd[852]: Listening on GnuPG public key management service.
Jan 27 18:54:48 imperator systemd[852]: Listening on p11-kit server.
Jan 27 18:54:48 imperator systemd[852]: Listening on PipeWire Multimedia System Sockets.
Jan 27 18:54:48 imperator systemd[852]: Listening on Sound System.
Jan 27 18:54:48 imperator systemd[852]: Listening on D-Bus User Message Bus Socket.
Jan 27 18:54:48 imperator systemd[852]: Reached target Sockets.
Jan 27 18:54:48 imperator systemd[852]: Reached target Basic System.
Jan 27 18:54:48 imperator systemd[1]: Started User Manager for UID 1000.
Jan 27 18:54:48 imperator systemd[852]: Started Desktop-Bridge: Protonmail Bridge - ProtonMail IMAP and SMTP Bridge.
Jan 27 18:54:48 imperator systemd[1]: Started Session 1 of User dornith.
Jan 27 18:54:48 imperator systemd[852]: Starting Update XDG user dir configuration...
Jan 27 18:54:48 imperator login[827]: LOGIN ON tty1 BY dornith
Jan 27 18:54:48 imperator systemd[852]: Finished Update XDG user dir configuration.
Jan 27 18:54:48 imperator systemd[852]: Reached target Main User Target.
Jan 27 18:54:48 imperator systemd[852]: Startup finished in 171ms.
Jan 27 18:54:48 imperator protonmail-bridge[861]: time="2024-01-27T18:54:48-06:00" level=info msg="Migrating keychain helper"
Jan 27 18:54:48 imperator systemd[852]: Created slice User Core Session Slice.
Jan 27 18:54:48 imperator systemd[852]: Starting D-Bus User Message Bus...
Jan 27 18:54:48 imperator dbus-broker-launch[877]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jan 27 18:54:48 imperator dbus-broker-launch[877]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jan 27 18:54:48 imperator systemd[852]: Started D-Bus User Message Bus.
Jan 27 18:54:48 imperator dbus-broker-launch[877]: Ready
Jan 27 18:54:48 imperator systemd[852]: Created slice Slice /app/dbus-:1.2-org.freedesktop.secrets.
Jan 27 18:54:48 imperator systemd[852]: Started dbus-:1.2-org.freedesktop.secrets@0.service.
Jan 27 18:54:48 imperator systemd[852]: Started GNOME Keyring daemon.
Jan 27 18:54:48 imperator gnome-keyring-daemon[884]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jan 27 18:54:48 imperator gnome-keyring-daemon[884]: The Secret Service was already initialized
Jan 27 18:54:48 imperator gnome-keyring-d[884]: The Secret Service was already initialized
Jan 27 18:54:48 imperator gnome-keyring-daemon[879]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jan 27 18:54:48 imperator gnome-keyring-daemon[879]: discover_other_daemon: 1
Jan 27 18:54:49 imperator protonmail-bridge[861]: WARN[Jan 27 18:54:49.933] Failed to add test credentials to keychain    error="failed to create item: Object does not exist at path “/org/freedesktop/secrets/collection/login”" helper="*keychain.SecretServiceDBusHelper"
Jan 27 18:54:49 imperator protonmail-bridge[861]: WARN[Jan 27 18:54:49.933] Keychain is not available.                    keychain=SecretServiceDBus
Jan 27 18:54:49 imperator systemd[852]: Created slice Slice /app/dbus-:1.2-org.gnome.keyring.SystemPrompter.
Jan 27 18:54:50 imperator systemd[852]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@0.service.
Jan 27 18:54:50 imperator gcr-prompter[899]: cannot open display: 
Jan 27 18:54:50 imperator systemd[852]: dbus-:1.2-org.gnome.keyring.SystemPrompter@0.service: Main process exited, code=exited, status=1/FAILURE
Jan 27 18:54:50 imperator systemd[852]: dbus-:1.2-org.gnome.keyring.SystemPrompter@0.service: Failed with result 'exit-code'.
Jan 27 18:54:50 imperator gnome-keyring-daemon[884]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 18:54:50 imperator gnome-keyring-d[884]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 18:54:50 imperator systemd[852]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@1.service.
Jan 27 18:54:50 imperator gcr-prompter[901]: cannot open display: 
Jan 27 18:54:50 imperator systemd[852]: dbus-:1.2-org.gnome.keyring.SystemPrompter@1.service: Main process exited, code=exited, status=1/FAILURE
Jan 27 18:54:50 imperator systemd[852]: dbus-:1.2-org.gnome.keyring.SystemPrompter@1.service: Failed with result 'exit-code'.
Jan 27 18:54:50 imperator gnome-keyring-daemon[884]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 18:54:50 imperator gnome-keyring-d[884]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 18:54:50 imperator systemd[852]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@2.service.
Jan 27 18:54:50 imperator gcr-prompter[907]: cannot open display: 
Jan 27 18:54:50 imperator systemd[852]: dbus-:1.2-org.gnome.keyring.SystemPrompter@2.service: Main process exited, code=exited, status=1/FAILURE
Jan 27 18:54:50 imperator systemd[852]: dbus-:1.2-org.gnome.keyring.SystemPrompter@2.service: Failed with result 'exit-code'.
Jan 27 18:54:50 imperator gnome-keyring-daemon[884]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 18:54:50 imperator gnome-keyring-d[884]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 18:54:50 imperator kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
Jan 27 18:54:50 imperator systemd[852]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@3.service.
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:50 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:50 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:50 imperator gcr-prompter[929]: cannot open display: 
Jan 27 18:54:50 imperator systemd[852]: dbus-:1.2-org.gnome.keyring.SystemPrompter@3.service: Main process exited, code=exited, status=1/FAILURE
Jan 27 18:54:50 imperator systemd[852]: dbus-:1.2-org.gnome.keyring.SystemPrompter@3.service: Failed with result 'exit-code'.
Jan 27 18:54:50 imperator gnome-keyring-daemon[884]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 18:54:50 imperator gnome-keyring-d[884]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 18:54:51 imperator systemd[852]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@4.service.
Jan 27 18:54:51 imperator gcr-prompter[931]: cannot open display: 
Jan 27 18:54:51 imperator systemd[852]: dbus-:1.2-org.gnome.keyring.SystemPrompter@4.service: Main process exited, code=exited, status=1/FAILURE
Jan 27 18:54:51 imperator systemd[852]: dbus-:1.2-org.gnome.keyring.SystemPrompter@4.service: Failed with result 'exit-code'.
Jan 27 18:54:51 imperator gnome-keyring-daemon[884]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 18:54:51 imperator gnome-keyring-d[884]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 18:54:51 imperator systemd[852]: Started dbus-:1.2-org.gnome.keyring.SystemPrompter@5.service.
Jan 27 18:54:51 imperator gcr-prompter[934]: cannot open display: 
Jan 27 18:54:51 imperator systemd[852]: dbus-:1.2-org.gnome.keyring.SystemPrompter@5.service: Main process exited, code=exited, status=1/FAILURE
Jan 27 18:54:51 imperator systemd[852]: dbus-:1.2-org.gnome.keyring.SystemPrompter@5.service: Failed with result 'exit-code'.
Jan 27 18:54:51 imperator gnome-keyring-daemon[884]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 18:54:51 imperator gnome-keyring-d[884]: couldn't initialize prompt: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
Jan 27 18:54:51 imperator protonmail-bridge[861]: WARN[Jan 27 18:54:51.284] Failed to add test credentials to keychain    error="Object does not exist at path “/org/freedesktop/secrets/collection/login”" helper="*secretservice.Secretservice"
Jan 27 18:54:51 imperator protonmail-bridge[861]: WARN[Jan 27 18:54:51.284] Keychain is not available.                    keychain=SecretService
Jan 27 18:54:51 imperator systemd[852]: Started GnuPG cryptographic agent and passphrase cache.
Jan 27 18:54:51 imperator gpg-agent[963]: gpg-agent (GnuPG) 2.4.3 starting in supervised mode.
Jan 27 18:54:51 imperator gpg-agent[963]: using fd 3 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jan 27 18:54:51 imperator gpg-agent[963]: using fd 4 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jan 27 18:54:51 imperator gpg-agent[963]: using fd 5 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jan 27 18:54:51 imperator gpg-agent[963]: using fd 6 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jan 27 18:54:51 imperator gpg-agent[963]: listening on: std=4 extra=5 browser=3 ssh=6
Jan 27 18:54:51 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:51 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:51 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:51 imperator kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.PEG1.PEGP._DSM.USRG], AE_ALREADY_EXISTS (20230628/dsfield-184)
Jan 27 18:54:51 imperator kernel: ACPI Error: AE_ALREADY_EXISTS, CreateBufferField failure (20230628/dswload2-477)
Jan 27 18:54:51 imperator kernel: ACPI Error: Aborting method \_SB.PC00.PEG1.PEGP._DSM due to previous error (AE_ALREADY_EXISTS) (20230628/psparse-529)
Jan 27 18:54:51 imperator kernel: Xorg[920]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Jan 27 18:54:51 imperator gnome-keyring-daemon[884]: The Secret Service was already initialized
Jan 27 18:54:51 imperator gnome-keyring-d[884]: The Secret Service was already initialized
Jan 27 18:54:51 imperator gnome-keyring-daemon[884]: The PKCS#11 component was already initialized
Jan 27 18:54:51 imperator gnome-keyring-d[884]: The PKCS#11 component was already initialized
Jan 27 18:54:51 imperator gnome-keyring-daemon[1014]: discover_other_daemon: 1
Jan 27 18:54:51 imperator systemd[1]: Starting Authorization Manager...
Jan 27 18:54:51 imperator systemd[852]: Starting Sound Service...
Jan 27 18:54:51 imperator polkitd[1016]: Started polkitd version 124
Jan 27 18:54:51 imperator systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jan 27 18:54:51 imperator polkitd[1016]: Loading rules from directory /etc/polkit-1/rules.d
Jan 27 18:54:51 imperator polkitd[1016]: Loading rules from directory /usr/share/polkit-1/rules.d
Jan 27 18:54:51 imperator polkitd[1016]: Finished loading, compiling and executing 7 rules
Jan 27 18:54:51 imperator polkitd[1016]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jan 27 18:54:51 imperator systemd[1]: Started Authorization Manager.
Jan 27 18:54:51 imperator systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jan 27 18:54:51 imperator rtkit-daemon[1026]: Successfully called chroot.
Jan 27 18:54:51 imperator rtkit-daemon[1026]: Successfully dropped privileges.
Jan 27 18:54:51 imperator rtkit-daemon[1026]: Successfully limited resources.
Jan 27 18:54:51 imperator rtkit-daemon[1026]: Running.
Jan 27 18:54:51 imperator rtkit-daemon[1026]: Watchdog thread running.
Jan 27 18:54:51 imperator rtkit-daemon[1026]: Canary thread running.
Jan 27 18:54:51 imperator rtkit-daemon[1026]: Successfully made thread 1023 of process 1023 owned by '1000' high priority at nice level -11.
Jan 27 18:54:51 imperator rtkit-daemon[1026]: Supervising 1 threads of 1 processes of 1 users.
Jan 27 18:54:52 imperator rtkit-daemon[1026]: Supervising 1 threads of 1 processes of 1 users.
Jan 27 18:54:52 imperator rtkit-daemon[1026]: Successfully made thread 1043 of process 1023 owned by '1000' RT at priority 5.
Jan 27 18:54:52 imperator rtkit-daemon[1026]: Supervising 2 threads of 1 processes of 1 users.
Jan 27 18:54:52 imperator rtkit-daemon[1026]: Supervising 2 threads of 1 processes of 1 users.
Jan 27 18:54:52 imperator rtkit-daemon[1026]: Successfully made thread 1045 of process 1023 owned by '1000' RT at priority 5.
Jan 27 18:54:52 imperator rtkit-daemon[1026]: Supervising 3 threads of 1 processes of 1 users.
Jan 27 18:54:52 imperator systemd[852]: Started Sound Service.
Jan 27 18:54:58 imperator fcron[1063]: Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 1065)
Jan 27 18:54:58 imperator fcron[1063]: 2024-01-27 18:54:58  INFO Job '/usr/bin/run-parts /etc/cron.hourly' started for user systab (pid 1065)
Jan 27 18:54:58 imperator fcron[1063]: Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 27 18:54:58 imperator fcron[1063]: 2024-01-27 18:54:58  INFO Job '/usr/bin/run-parts /etc/cron.hourly' completed
Jan 27 18:55:08 imperator systemd[1]: systemd-hostnamed.service: Deactivated successfully.

Offline

#9 2024-01-28 10:17:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,034

Re: [SOLVED] System not waking up after suspending

There's only one S3 in that journal

Jan 27 17:08:35 imperator systemd[1]: Reached target Sleep.
Jan 27 17:08:35 imperator wpa_supplicant[820]: wlo1: CTRL-EVENT-DSCP-POLICY clear_all
Jan 27 17:08:35 imperator wpa_supplicant[820]: nl80211: deinit ifname=wlo1 disabled_11b_rates=0
Jan 27 17:08:35 imperator systemd[1]: Starting System Suspend...
Jan 27 17:08:35 imperator systemd-sleep[22375]: Failed to lock home directories: Unknown object '/org/freedesktop/home1'.
Jan 27 17:08:35 imperator systemd-sleep[22375]: Performing sleep operation 'suspend'...
Jan 27 17:08:35 imperator kernel: PM: suspend entry (deep)
Jan 27 17:08:35 imperator kernel: Filesystems sync: 0.001 seconds
-- Boot 41a83ac641194be58abccb3920a3f3c1 --

the system did not recover to a state where the journal would have continued or by sync'd to disk.

Generically: https://wiki.archlinux.org/title/Solid_ … leshooting

Offline

#10 2024-01-31 05:53:42

Dornith
Member
Registered: 2013-02-19
Posts: 84

Re: [SOLVED] System not waking up after suspending

Downgrading to 5.15-lts seems to have solved the issue.  I'm going to mark this as solved and subscribe to https://bbs.archlinux.org/viewtopic.php?id=282837.

Offline

#11 2024-01-31 08:17:47

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,034

Re: [SOLVED] System not waking up after suspending

There're countless reasons for S3 issues and that thread is meanwhile a hodgepodge of "does nots works" on entirely different systems.
Did you see the nvme errors?
Since the sysrq works for you, the kernel actually resumes and next to the nvme problems (you did set /proc/sys/kernel/sysrq to 1, not 128?) you could look at the https://wiki.archlinux.org/title/NVIDIA … er_suspend configuration.

Offline

Board footer

Powered by FluxBB