You are not logged in.

#1 2021-02-10 16:42:13

rufus_lenhador
Member
Registered: 2017-11-06
Posts: 21

[SOLVED] Laptop randomly freezing keyboard/touchpad

Hi,

Yesterday I always editing a spreadsheet in Libreoffice and listening to a Youtube video in background. Then the touchpad stopped working and also the keyboard. The LED in num/caps lock keys wouldn't toggle.
I could still listen to the video being played, though. It kept playing for about 2-4 minutes, until it stopped too.

I've had this problem a few times in the last month, but since there wasn't a video playing, I thought the computer was completely freezing due to overheating. I left a script calling sensors every 30s to investigate.
This script kept logging (and also another program I had in the background), so it's weird to be that the laptop was still functional during this crash.

About the possible overheating issue, it seems it wasn't it. The crash happened at 21:41 and I have these at my log:

ter 09 fev 2021 21:41:06 -03
--------------------------------------------
pch_skylake-virtual-0
Adapter: Virtual device
temp1:        +48.0°C  

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +59.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:        +59.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:        +58.0°C  (high = +100.0°C, crit = +100.0°C)

BAT0-acpi-0
Adapter: ACPI interface
in0:           8.00 V  

ter 09 fev 2021 21:41:36 -03
--------------------------------------------
pch_skylake-virtual-0
Adapter: Virtual device
temp1:        +47.0°C  

coretemp-isa-0000
Adapter: ISA adapter
Package id 0:  +49.0°C  (high = +100.0°C, crit = +100.0°C)
Core 0:        +49.0°C  (high = +100.0°C, crit = +100.0°C)
Core 1:        +46.0°C  (high = +100.0°C, crit = +100.0°C)

Subsequent entries vary from 58 to 40ºC and there was 64ºC minutes before the crash. They're all far from the critical 100ºC.


Then, I checked journalctl (which also kept running) to see if I could find related errors or warnings. Not sure if they are meaningful:

fev 09 21:40:57 motavia /usr/lib/gdm-x-session[2742]: (EE) event2  - AT Translated Set 2 keyboard: client bug: event processing lagging behind by 20ms, your system is too slow
fev 09 21:41:34 motavia kernel: GpuWatchdog[9038]: segfault at 0 ip 00005566a4c62e0c sp 00007f5b843e53b0 error 6 in brave[55669fbca000+8305000]
fev 09 21:41:36 motavia systemd-coredump[190404]: Process 8998 (brave) of user 1000 dumped core (this one appeared a few more times before and after the crash)

fev 09 21:43:37 motavia kernel: INFO: task kworker/3:1H:150 blocked for more than 122 seconds. (these also appeared more times)
fev 09 21:43:37 motavia kernel:       Tainted: G           OE     5.10.13-arch1-2 #1
fev 09 21:43:37 motavia kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
fev 09 21:45:40 motavia kernel: INFO: task kworker/3:1H:150 blocked for more than 245 seconds.
fev 09 21:45:40 motavia kernel:       Tainted: G           OE     5.10.13-arch1-2 #1
fev 09 21:45:40 motavia kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.

Last thing: I left memtest86+ running overnight and it didn't detect any errors in 5+ hours of testing.


Can someone give me a hint on how to fix this?

Last edited by rufus_lenhador (2021-03-29 16:33:48)

Offline

#2 2021-02-11 03:38:04

kikislater
Member
From: Mauritius
Registered: 2016-01-16
Posts: 32

Re: [SOLVED] Laptop randomly freezing keyboard/touchpad

There is some Intel DRM problems in 5.10.13. I got the same but with an Intel DRM error in journalctl.
Upgraded to 5.10.15 today ...

Edit : Wrong : 5.10.15 still have this problem

$ journalctl -rb -p3
févr. 11 08:05:00 T480s kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=34844 end=34845) time 278 us, min 1073, max 1079, scanline start 1068, end 1087

Last edited by kikislater (2021-02-11 04:10:45)

Offline

#3 2021-02-11 07:23:59

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

Re: [SOLVED] Laptop randomly freezing keyboard/touchpad

Remove xf86-video-intel and any configs referencing it, it's not recommended to be used since quite a few years for newer intel chipsets.

@rufus_lehedor there's too little of relevance in these snippets, post a complete

sudo journalctl -b-1

after rebooting from a crash in [ code ] rather than [ quote ] tags

Last edited by V1del (2021-02-11 07:25:47)

Offline

#4 2021-02-11 14:42:54

rufus_lenhador
Member
Registered: 2017-11-06
Posts: 21

Re: [SOLVED] Laptop randomly freezing keyboard/touchpad

kikislater wrote:

There is some Intel DRM problems in 5.10.13. I got the same but with an Intel DRM error in journalctl.
Upgraded to 5.10.15 today ...

Edit : Wrong : 5.10.15 still have this problem

$ journalctl -rb -p3
févr. 11 08:05:00 T480s kernel: i915 0000:00:02.0: [drm] *ERROR* Atomic update failure on pipe A (start=34844 end=34845) time 278 us, min 1073, max 1079, scanline start 1068, end 1087

Hmm... I'm on 5.10.13, but I've had this problem for longer than that version.


V1del wrote:

Remove xf86-video-intel and any configs referencing it, it's not recommended to be used since quite a few years for newer intel chipsets.

@rufus_lehedor there's too little of relevance in these snippets, post a complete

sudo journalctl -b-1

after rebooting from a crash in [ code ] rather than [ quote ] tags

It can take a while for it to happen again, but I'll do it when it happens.

About xf86-video-intel, can you tell me how to check "any configs referencing it"?

Offline

#5 2021-02-11 15:05:48

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

Re: [SOLVED] Laptop randomly freezing keyboard/touchpad

You should not have a file in /etc/X11 and /etc/X11/xorg.conf.d (and the equivalent /usr/share/X11 path, but you shouldn't manually create configs there) that directly references the "intel" driver.

Offline

#6 2021-02-12 22:44:49

rufus_lenhador
Member
Registered: 2017-11-06
Posts: 21

Re: [SOLVED] Laptop randomly freezing keyboard/touchpad

So, I upgraded to 5.10.5 and also removed xf86-video-intel. I didn't have any file in /etc/X11/ referencing intel driver.
At /etc/X11/xorg.conf I only have 00-keyboard.conf and 40-libinput.conf.

But now I can't start X. I get a blinking cursor only.

Checking /var/log/Xorg.0.log, it seems I don't have the driver anymore? Full file:

[     9.980] (--) Log file renamed from "/var/log/Xorg.pid-422.log" to "/var/log/Xorg.0.log"
[     9.982] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[     9.983] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[     9.983] Build Operating System: Linux Arch Linux
[     9.983] Current Operating System: Linux motavia 5.10.15-arch1-1 #1 SMP PREEMPT Wed, 10 Feb 2021 18:32:40 +0000 x86_64
[     9.983] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=901e32eb-e236-4d28-b90d-e1b9884b33be rw quiet
[     9.983] Build Date: 14 December 2020  12:10:29PM
[     9.983]  
[     9.983] Current version of pixman: 0.40.0
[     9.983] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     9.983] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.983] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 12 19:00:55 2021
[     9.985] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     9.985] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.985] (==) No Layout section.  Using the first Screen section.
[     9.985] (==) No screen section available. Using defaults.
[     9.985] (**) |-->Screen "Default Screen Section" (0)
[     9.985] (**) |   |-->Monitor "<default monitor>"
[     9.985] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     9.985] (==) Automatically adding devices
[     9.985] (==) Automatically enabling devices
[     9.985] (==) Automatically adding GPU devices
[     9.985] (==) Automatically binding GPU devices
[     9.985] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.987] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     9.988] 	Entry deleted from font path.
[     9.988] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     9.988] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.988] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     9.988] (II) Module ABI versions:
[     9.988] 	X.Org ANSI C Emulation: 0.4
[     9.988] 	X.Org Video Driver: 24.1
[     9.988] 	X.Org XInput driver : 24.1
[     9.988] 	X.Org Server Extension : 10.0
[     9.988] (++) using VT number 1

[     9.990] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[     9.991] (--) PCI:*(0@0:2:0) 8086:5916:17aa:39c5 rev 2, Mem @ 0xa0000000/16777216, 0x90000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[     9.991] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     9.991] (II) LoadModule: "glx"
[     9.992] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.996] (II) Module glx: vendor="X.Org Foundation"
[     9.996] 	compiled for 1.20.10, module version = 1.0.0
[     9.996] 	ABI class: X.Org Server Extension, version 10.0
[     9.996] (==) Matched intel as autoconfigured driver 0
[     9.996] (==) Matched modesetting as autoconfigured driver 1
[     9.996] (==) Matched fbdev as autoconfigured driver 2
[     9.996] (==) Matched vesa as autoconfigured driver 3
[     9.996] (==) Assigned the driver to the xf86ConfigLayout
[     9.996] (II) LoadModule: "intel"
[     9.998] (WW) Warning, couldn't open module intel
[     9.998] (EE) Failed to load module "intel" (module does not exist, 0)
[     9.998] (II) LoadModule: "modesetting"
[     9.998] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    10.001] (II) Module modesetting: vendor="X.Org Foundation"
[    10.001] 	compiled for 1.20.10, module version = 1.20.10
[    10.001] 	Module class: X.Org Video Driver
[    10.001] 	ABI class: X.Org Video Driver, version 24.1
[    10.001] (II) LoadModule: "fbdev"
[    10.001] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    10.001] (II) Module fbdev: vendor="X.Org Foundation"
[    10.001] 	compiled for 1.20.8, module version = 0.5.0
[    10.001] 	Module class: X.Org Video Driver
[    10.001] 	ABI class: X.Org Video Driver, version 24.1
[    10.001] (II) LoadModule: "vesa"
[    10.001] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    10.002] (II) Module vesa: vendor="X.Org Foundation"
[    10.002] 	compiled for 1.20.9, module version = 2.5.0
[    10.002] 	Module class: X.Org Video Driver
[    10.002] 	ABI class: X.Org Video Driver, version 24.1
[    10.002] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    10.002] (II) FBDEV: driver for framebuffer: fbdev
[    10.002] (II) VESA: driver for VESA chipsets: vesa
[    10.002] (EE) open /dev/dri/card0: No such file or directory
[    10.002] (WW) Falling back to old probe method for modesetting
[    10.002] (EE) open /dev/dri/card0: No such file or directory
[    10.002] (II) Loading sub module "fbdevhw"
[    10.002] (II) LoadModule: "fbdevhw"
[    10.003] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    10.003] (II) Module fbdevhw: vendor="X.Org Foundation"
[    10.003] 	compiled for 1.20.10, module version = 0.0.2
[    10.003] 	ABI class: X.Org Video Driver, version 24.1
[    10.003] (EE) Unable to find a valid framebuffer device
[    10.003] (WW) Falling back to old probe method for fbdev
[    10.003] (II) Loading sub module "fbdevhw"
[    10.003] (II) LoadModule: "fbdevhw"
[    10.003] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    10.003] (II) Module fbdevhw: vendor="X.Org Foundation"
[    10.003] 	compiled for 1.20.10, module version = 0.0.2
[    10.003] 	ABI class: X.Org Video Driver, version 24.1
[    10.003] (EE) open /dev/fb0: No such file or directory
[    10.003] vesa: Refusing to run on UEFI
[    10.003] (EE) Screen 0 deleted because of no matching config section.
[    10.003] (II) UnloadModule: "modesetting"
[    10.003] (EE) Screen 0 deleted because of no matching config section.
[    10.003] (II) UnloadModule: "fbdev"
[    10.003] (II) UnloadSubModule: "fbdevhw"
[    10.003] (EE) Device(s) detected, but none match those in the config file.
[    10.003] (EE) 
Fatal server error:
[    10.003] (EE) no screens found(EE) 
[    10.003] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    10.004] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    10.004] (EE) 
[    10.004] (EE) Server terminated with error (1). Closing log file.

Note: first boot also had a message like "Failed to load module "fbdev"". I then installed extra/xf86-video-fbdev, but that didn't help.
Edit: I have removed it

I've found many (old?) pages saying I should install xf86-video-intel, which I've just removed.

Trying to understand the wiki at: https://wiki.archlinux.org/index.php/in … stallation
I already have package mesa. Also checked both remarks about the kernel parameters (don't have them) and the only blacklisted item I have is uvcvideo.

My graphics card is: VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02).

Interesting/weirdly, when I get a blinking cursor, if I switch ttys (Ctrl + Alt + F3, then Ctrl + Alt + F1) I'm able to start X.



How can I fix that?
Thanks

Last edited by rufus_lenhador (2021-02-12 23:12:44)

Offline

#7 2021-02-14 22:08:31

euromatlox
Member
Registered: 2017-02-10
Posts: 110

Re: [SOLVED] Laptop randomly freezing keyboard/touchpad

Where's xorg.conf (etc/X11/xorg.conf) ? Usually error in that file prevents starting graphical environment.
It says in Intel Graphics Wiki, that there may be no need for any configuration to run Xorg. So no xorg.conf at all ?

Last edited by euromatlox (2021-02-14 22:14:16)

Offline

#8 2021-02-14 22:15:30

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

Re: [SOLVED] Laptop randomly freezing keyboard/touchpad

The problem now is that your harddisk is too fast and linux not having a mechanism for properly waiting for all devices to be up, so you reach graphical target, xorg tries to start, but the graphics card hasn't finished initializing. You can alleviate that by adding i915 to your early load modules: https://wiki.archlinux.org/index.php/Ke … _KMS_start

Offline

#9 2021-02-17 15:02:28

cluosh
Member
Registered: 2021-02-17
Posts: 2

Re: [SOLVED] Laptop randomly freezing keyboard/touchpad

I ran into an issue that might be related. I'm running the zen kernel, and as of recently, after some time my mouse will start working, then the keyboard, but the system is still running. I can switch to other USB ports, but after a while it will also start failing there. I'm running Windows on the box as well, and i have no issues there, so I assume it's not a hardware issue. Here's a journalctl dump, up until when i turned off the system:

-- Journal begins at Fri 2020-11-13 23:45:42 CET, ends at Wed 2021-02-17 15:54:40 CET. --
Feb 15 12:05:02 azathoth kernel: Linux version 5.10.15-zen1-1-zen (linux-zen@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36) #1 ZEN SMP PREEMPT Wed, 10 Feb 2021 18:45:10 +0000
Feb 15 12:05:02 azathoth kernel: Command line: initrd=\amd-ucode.img initrd=\initramfs-linux-zen.img cryptdevice=UUID=e9f6a4b0-7d67-45fa-a44b-200ffa2ce96c:crypt-root root=/dev/SystemGroup/root rw resume=/dev/SystemGroup/swap pause_on_oops=100 mitigations=off crashkernel=256M nvidia-drm.modeset=1 systemd.journald.forward_to_console=1 console=tty1
Feb 15 12:05:02 azathoth kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Feb 15 12:05:02 azathoth kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Feb 15 12:05:02 azathoth kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Feb 15 12:05:02 azathoth kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Feb 15 12:05:02 azathoth kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Feb 15 12:05:02 azathoth kernel: BIOS-provided physical RAM map:
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009d81fff] usable
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x0000000009d82000-0x0000000009ffffff] reserved
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000db595fff] usable
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x00000000db596000-0x00000000db70dfff] reserved
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x00000000db70e000-0x00000000dbb5ffff] usable
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x00000000dbb60000-0x00000000dbca6fff] ACPI NVS
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x00000000dbca7000-0x00000000dcab8fff] reserved
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x00000000dcab9000-0x00000000deffffff] usable
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
Feb 15 12:05:02 azathoth kernel: BIOS-e820: [mem 0x0000000100000000-0x000000081f37ffff] usable
Feb 15 12:05:02 azathoth kernel: NX (Execute Disable) protection: active
Feb 15 12:05:02 azathoth kernel: e820: update [mem 0xd7c3a018-0xd7c48057] usable ==> usable
Feb 15 12:05:02 azathoth kernel: e820: update [mem 0xd7c3a018-0xd7c48057] usable ==> usable
Feb 15 12:05:02 azathoth kernel: e820: update [mem 0xd7c1a018-0xd7c39e57] usable ==> usable
Feb 15 12:05:02 azathoth kernel: e820: update [mem 0xd7c1a018-0xd7c39e57] usable ==> usable
Feb 15 12:05:02 azathoth kernel: extended physical RAM map:
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009d81fff] usable
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x0000000009d82000-0x0000000009ffffff] reserved
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x000000000a20b000-0x000000000affffff] usable
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x000000000b020000-0x00000000d7c1a017] usable
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x00000000d7c1a018-0x00000000d7c39e57] usable
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x00000000d7c39e58-0x00000000d7c3a017] usable
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x00000000d7c3a018-0x00000000d7c48057] usable
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x00000000d7c48058-0x00000000db595fff] usable
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x00000000db596000-0x00000000db70dfff] reserved
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x00000000db70e000-0x00000000dbb5ffff] usable
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x00000000dbb60000-0x00000000dbca6fff] ACPI NVS
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x00000000dbca7000-0x00000000dcab8fff] reserved
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x00000000dcab9000-0x00000000deffffff] usable
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x00000000df000000-0x00000000dfffffff] reserved
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
Feb 15 12:05:02 azathoth kernel: reserve setup_data: [mem 0x0000000100000000-0x000000081f37ffff] usable
Feb 15 12:05:02 azathoth kernel: efi: EFI v2.70 by American Megatrends
Feb 15 12:05:02 azathoth kernel: efi: TPMFinalLog=0xdbc5a000 ACPI 2.0=0xdbbf3000 ACPI=0xdbbf3000 SMBIOS=0xdc8fd000 MEMATTR=0xd90d0298 ESRT=0xd9226618 RNG=0xdc901018 TPMEventLog=0xd7c8c018 
Feb 15 12:05:02 azathoth kernel: efi: seeding entropy pool
Feb 15 12:05:02 azathoth kernel: SMBIOS 2.8 present.
Feb 15 12:05:02 azathoth kernel: DMI: Micro-Star International Co., Ltd MS-7C02/B450 TOMAHAWK MAX (MS-7C02), BIOS 3.70 06/09/2020
Feb 15 12:05:02 azathoth kernel: tsc: Fast TSC calibration failed
Feb 15 12:05:02 azathoth kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Feb 15 12:05:02 azathoth kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Feb 15 12:05:02 azathoth kernel: last_pfn = 0x81f380 max_arch_pfn = 0x400000000
Feb 15 12:05:02 azathoth kernel: MTRR default type: uncachable
Feb 15 12:05:02 azathoth kernel: MTRR fixed ranges enabled:
Feb 15 12:05:02 azathoth kernel:   00000-9FFFF write-back
Feb 15 12:05:02 azathoth kernel:   A0000-BFFFF write-through
Feb 15 12:05:02 azathoth kernel:   C0000-DFFFF uncachable
Feb 15 12:05:02 azathoth kernel:   E0000-FFFFF write-protect
Feb 15 12:05:02 azathoth kernel: MTRR variable ranges enabled:
Feb 15 12:05:02 azathoth kernel:   0 base 000000000000 mask FFFF80000000 write-back
Feb 15 12:05:02 azathoth kernel:   1 base 000080000000 mask FFFFC0000000 write-back
Feb 15 12:05:02 azathoth kernel:   2 base 0000C0000000 mask FFFFE0000000 write-back
Feb 15 12:05:02 azathoth kernel:   3 disabled
Feb 15 12:05:02 azathoth kernel:   4 disabled
Feb 15 12:05:02 azathoth kernel:   5 disabled
Feb 15 12:05:02 azathoth kernel:   6 disabled
Feb 15 12:05:02 azathoth kernel:   7 disabled
Feb 15 12:05:02 azathoth kernel: TOM2: 0000000820000000 aka 33280M
Feb 15 12:05:02 azathoth kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Feb 15 12:05:02 azathoth kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
Feb 15 12:05:02 azathoth kernel: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
Feb 15 12:05:02 azathoth kernel: esrt: Reserving ESRT space from 0x00000000d9226618 to 0x00000000d9226650.
Feb 15 12:05:02 azathoth kernel: e820: update [mem 0xd9226000-0xd9226fff] usable ==> reserved
Feb 15 12:05:02 azathoth kernel: check: Scanning 1 areas for low memory corruption
Feb 15 12:05:02 azathoth kernel: kexec: Reserving the low 1M of memory for crashkernel
Feb 15 12:05:02 azathoth kernel: Using GB pages for direct mapping
Feb 15 12:05:02 azathoth kernel: Secure boot enabled
Feb 15 12:05:02 azathoth kernel: RAMDISK: [mem 0x7d913000-0x7fff5fff]
Feb 15 12:05:02 azathoth kernel: ACPI: Early table checksum verification disabled
Feb 15 12:05:02 azathoth kernel: ACPI: RSDP 0x00000000DBBF3000 000024 (v02 ALASKA)
Feb 15 12:05:02 azathoth kernel: ACPI: XSDT 0x00000000DBBF30A0 0000C4 (v01 ALASKA A M I    01072009 AMI  00010013)
Feb 15 12:05:02 azathoth kernel: ACPI: FACP 0x00000000DBBFA8C0 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Feb 15 12:05:02 azathoth kernel: ACPI: DSDT 0x00000000DBBF3200 0076B9 (v02 ALASKA A M I    01072009 INTL 20120913)
Feb 15 12:05:02 azathoth kernel: ACPI: FACS 0x00000000DBC8FE00 000040
Feb 15 12:05:02 azathoth kernel: ACPI: APIC 0x00000000DBBFA9D8 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
Feb 15 12:05:02 azathoth kernel: ACPI: FPDT 0x00000000DBBFAB38 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Feb 15 12:05:02 azathoth kernel: ACPI: FIDT 0x00000000DBBFAB80 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Feb 15 12:05:02 azathoth kernel: ACPI: SSDT 0x00000000DBBFAC20 0000FC (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
Feb 15 12:05:02 azathoth kernel: ACPI: SSDT 0x00000000DBBFAD20 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
Feb 15 12:05:02 azathoth kernel: ACPI: SSDT 0x00000000DBC039B8 003776 (v01 AMD    AMD AOD  00000001 INTL 20120913)
Feb 15 12:05:02 azathoth kernel: ACPI: MCFG 0x00000000DBC07130 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
Feb 15 12:05:02 azathoth kernel: ACPI: HPET 0x00000000DBC07170 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
Feb 15 12:05:02 azathoth kernel: ACPI: SSDT 0x00000000DBC071A8 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
Feb 15 12:05:02 azathoth kernel: ACPI: UEFI 0x00000000DBC071D0 000042 (v01 ALASKA A M I    00000002      01000013)
Feb 15 12:05:02 azathoth kernel: ACPI: TPM2 0x00000000DBC07218 000038 (v04 ALASKA A M I    00000001 AMI  00000000)
Feb 15 12:05:02 azathoth kernel: ACPI: IVRS 0x00000000DBC07250 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
Feb 15 12:05:02 azathoth kernel: ACPI: SSDT 0x00000000DBC07320 002314 (v01 AMD    AMD CPU  00000001 AMD  00000001)
Feb 15 12:05:02 azathoth kernel: ACPI: CRAT 0x00000000DBC09638 000F50 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
Feb 15 12:05:02 azathoth kernel: ACPI: CDIT 0x00000000DBC0A588 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
Feb 15 12:05:02 azathoth kernel: ACPI: BGRT 0x00000000DBC0A5B8 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Feb 15 12:05:02 azathoth kernel: ACPI: SSDT 0x00000000DBC0A5F0 001D4A (v01 AMD    AmdTable 00000001 INTL 20120913)
Feb 15 12:05:02 azathoth kernel: ACPI: SSDT 0x00000000DBC0C340 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
Feb 15 12:05:02 azathoth kernel: ACPI: WSMT 0x00000000DBC0C400 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Feb 15 12:05:02 azathoth kernel: ACPI: Local APIC address 0xfee00000
Feb 15 12:05:02 azathoth kernel: system APIC only can use physical flat
Feb 15 12:05:02 azathoth kernel: Setting APIC routing to physical flat.
Feb 15 12:05:02 azathoth kernel: No NUMA configuration found
Feb 15 12:05:02 azathoth kernel: Faking a node at [mem 0x0000000000000000-0x000000081f37ffff]
Feb 15 12:05:02 azathoth kernel: NODE_DATA(0) allocated [mem 0x81f37c000-0x81f37ffff]
Feb 15 12:05:02 azathoth kernel: Reserving 256MB of memory at 3120MB for crashkernel (System RAM: 32719MB)
Feb 15 12:05:02 azathoth kernel: Zone ranges:
Feb 15 12:05:02 azathoth kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Feb 15 12:05:02 azathoth kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Feb 15 12:05:02 azathoth kernel:   Normal   [mem 0x0000000100000000-0x000000081f37ffff]
Feb 15 12:05:02 azathoth kernel:   Device   empty
Feb 15 12:05:02 azathoth kernel: Movable zone start for each node
Feb 15 12:05:02 azathoth kernel: Early memory node ranges
Feb 15 12:05:02 azathoth kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Feb 15 12:05:02 azathoth kernel:   node   0: [mem 0x0000000000100000-0x0000000009d81fff]
Feb 15 12:05:02 azathoth kernel:   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
Feb 15 12:05:02 azathoth kernel:   node   0: [mem 0x000000000a20b000-0x000000000affffff]
Feb 15 12:05:02 azathoth kernel:   node   0: [mem 0x000000000b020000-0x00000000db595fff]
Feb 15 12:05:02 azathoth kernel:   node   0: [mem 0x00000000db70e000-0x00000000dbb5ffff]
Feb 15 12:05:02 azathoth kernel:   node   0: [mem 0x00000000dcab9000-0x00000000deffffff]
Feb 15 12:05:02 azathoth kernel:   node   0: [mem 0x0000000100000000-0x000000081f37ffff]
Feb 15 12:05:02 azathoth kernel: Zeroed struct page in unavailable ranges: 12379 pages
Feb 15 12:05:02 azathoth kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000081f37ffff]
Feb 15 12:05:02 azathoth kernel: On node 0 totalpages: 8376229
Feb 15 12:05:02 azathoth kernel:   DMA zone: 64 pages used for memmap
Feb 15 12:05:02 azathoth kernel:   DMA zone: 159 pages reserved
Feb 15 12:05:02 azathoth kernel:   DMA zone: 3999 pages, LIFO batch:0
Feb 15 12:05:02 azathoth kernel:   DMA32 zone: 14131 pages used for memmap
Feb 15 12:05:02 azathoth kernel:   DMA32 zone: 904326 pages, LIFO batch:63
Feb 15 12:05:02 azathoth kernel:   Normal zone: 116686 pages used for memmap
Feb 15 12:05:02 azathoth kernel:   Normal zone: 7467904 pages, LIFO batch:63
Feb 15 12:05:02 azathoth kernel: ACPI: PM-Timer IO Port: 0x808
Feb 15 12:05:02 azathoth kernel: ACPI: Local APIC address 0xfee00000
Feb 15 12:05:02 azathoth kernel: system APIC only can use physical flat
Feb 15 12:05:02 azathoth kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Feb 15 12:05:02 azathoth kernel: IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
Feb 15 12:05:02 azathoth kernel: IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
Feb 15 12:05:02 azathoth kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb 15 12:05:02 azathoth kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Feb 15 12:05:02 azathoth kernel: ACPI: IRQ0 used by override.
Feb 15 12:05:02 azathoth kernel: ACPI: IRQ9 used by override.
Feb 15 12:05:02 azathoth kernel: Using ACPI (MADT) for SMP configuration information
Feb 15 12:05:02 azathoth kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Feb 15 12:05:02 azathoth kernel: e820: update [mem 0xd7d40000-0xd7d9cfff] usable ==> reserved
Feb 15 12:05:02 azathoth kernel: smpboot: Allowing 32 CPUs, 16 hotplug CPUs
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0x09d82000-0x09ffffff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xd7c1a000-0xd7c1afff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xd7c39000-0xd7c39fff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xd7c3a000-0xd7c3afff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xd7c48000-0xd7c48fff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xd7d40000-0xd7d9cfff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xd9226000-0xd9226fff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xdb596000-0xdb70dfff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xdbb60000-0xdbca6fff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xdbca7000-0xdcab8fff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfcffffff]
Feb 15 12:05:02 azathoth kernel: PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xffffffff]
Feb 15 12:05:02 azathoth kernel: [mem 0xe0000000-0xf7ffffff] available for PCI devices
Feb 15 12:05:02 azathoth kernel: Booting paravirtualized kernel on bare hardware
Feb 15 12:05:02 azathoth kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Feb 15 12:05:02 azathoth kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:32 nr_node_ids:1
Feb 15 12:05:02 azathoth kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Feb 15 12:05:02 azathoth kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Feb 15 12:05:02 azathoth kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Feb 15 12:05:02 azathoth kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
Feb 15 12:05:02 azathoth kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8245189
Feb 15 12:05:02 azathoth kernel: Policy zone: Normal
Feb 15 12:05:02 azathoth kernel: Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux-zen.img cryptdevice=UUID=e9f6a4b0-7d67-45fa-a44b-200ffa2ce96c:crypt-root root=/dev/SystemGroup/root rw resume=/dev/SystemGroup/swap pause_on_oops=100 mitigations=off crashkernel=256M nvidia-drm.modeset=1 systemd.journald.forward_to_console=1 console=tty1
Feb 15 12:05:02 azathoth kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Feb 15 12:05:02 azathoth kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Feb 15 12:05:02 azathoth kernel: printk: log_buf_len min size: 131072 bytes
Feb 15 12:05:02 azathoth kernel: printk: log_buf_len: 262144 bytes
Feb 15 12:05:02 azathoth kernel: printk: early log buf free: 117248(89%)
Feb 15 12:05:02 azathoth kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Feb 15 12:05:02 azathoth kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Feb 15 12:05:02 azathoth kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Feb 15 12:05:02 azathoth kernel: Memory: 32374932K/33504916K available (14344K kernel code, 2034K rwdata, 8680K rodata, 1716K init, 4252K bss, 1129724K reserved, 0K cma-reserved)
Feb 15 12:05:02 azathoth kernel: random: get_random_u64 called from __kmem_cache_create+0x28/0x630 with crng_init=0
Feb 15 12:05:02 azathoth kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Feb 15 12:05:02 azathoth kernel: ftrace: allocating 39441 entries in 155 pages
Feb 15 12:05:02 azathoth kernel: ftrace: allocated 155 pages with 5 groups
Feb 15 12:05:02 azathoth kernel: rcu: Preemptible hierarchical RCU implementation.
Feb 15 12:05:02 azathoth kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Feb 15 12:05:02 azathoth kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Feb 15 12:05:02 azathoth kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Feb 15 12:05:02 azathoth kernel:         Trampoline variant of Tasks RCU enabled.
Feb 15 12:05:02 azathoth kernel:         Rude variant of Tasks RCU enabled.
Feb 15 12:05:02 azathoth kernel:         Tracing variant of Tasks RCU enabled.
Feb 15 12:05:02 azathoth kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Feb 15 12:05:02 azathoth kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Feb 15 12:05:02 azathoth kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Feb 15 12:05:02 azathoth kernel: Console: colour dummy device 80x25
Feb 15 12:05:02 azathoth kernel: printk: console [tty1] enabled
Feb 15 12:05:02 azathoth kernel: ACPI: Core revision 20200925
Feb 15 12:05:02 azathoth kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Feb 15 12:05:02 azathoth kernel: APIC: Switch to symmetric I/O mode setup
Feb 15 12:05:02 azathoth kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Feb 15 12:05:02 azathoth kernel: tsc: PIT calibration matches HPET. 2 loops
Feb 15 12:05:02 azathoth kernel: tsc: Detected 3599.570 MHz processor
Feb 15 12:05:02 azathoth kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33e2bd6833d, max_idle_ns: 440795267223 ns
Feb 15 12:05:02 azathoth kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7199.14 BogoMIPS (lpj=3599570)
Feb 15 12:05:02 azathoth kernel: pid_max: default: 32768 minimum: 301
Feb 15 12:05:02 azathoth kernel: LSM: Security Framework initializing
Feb 15 12:05:02 azathoth kernel: Yama: becoming mindful.
Feb 15 12:05:02 azathoth kernel: LSM support for eBPF active
Feb 15 12:05:02 azathoth kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Feb 15 12:05:02 azathoth kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Feb 15 12:05:02 azathoth kernel: LVT offset 1 assigned for vector 0xf9
Feb 15 12:05:02 azathoth kernel: LVT offset 2 assigned for vector 0xf4
Feb 15 12:05:02 azathoth kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Feb 15 12:05:02 azathoth kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
Feb 15 12:05:02 azathoth kernel: Speculative Store Bypass: Vulnerable
Feb 15 12:05:02 azathoth kernel: clr: Applying alternatives
Feb 15 12:05:02 azathoth kernel: clr: Applying alternatives done
Feb 15 12:05:02 azathoth kernel: Freeing SMP alternatives memory: 40K
Feb 15 12:05:02 azathoth kernel: smpboot: CPU0: AMD Ryzen 7 1800X Eight-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
Feb 15 12:05:02 azathoth kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Feb 15 12:05:02 azathoth kernel: ... version:                0
Feb 15 12:05:02 azathoth kernel: ... bit width:              48
Feb 15 12:05:02 azathoth kernel: ... generic registers:      6
Feb 15 12:05:02 azathoth kernel: ... value mask:             0000ffffffffffff
Feb 15 12:05:02 azathoth kernel: ... max period:             00007fffffffffff
Feb 15 12:05:02 azathoth kernel: ... fixed-purpose events:   0
Feb 15 12:05:02 azathoth kernel: ... event mask:             000000000000003f
Feb 15 12:05:02 azathoth kernel: rcu: Hierarchical SRCU implementation.
Feb 15 12:05:02 azathoth kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Feb 15 12:05:02 azathoth kernel: smp: Bringing up secondary CPUs ...
Feb 15 12:05:02 azathoth kernel: x86: Booting SMP configuration:
Feb 15 12:05:02 azathoth kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Feb 15 12:05:02 azathoth kernel: smp: Brought up 1 node, 16 CPUs
Feb 15 12:05:02 azathoth kernel: smpboot: Max logical packages: 2
Feb 15 12:05:02 azathoth kernel: smpboot: Total of 16 processors activated (115186.24 BogoMIPS)
Feb 15 12:05:02 azathoth kernel: devtmpfs: initialized
Feb 15 12:05:02 azathoth kernel: x86/mm: Memory block size: 128MB
Feb 15 12:05:02 azathoth kernel: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
Feb 15 12:05:02 azathoth kernel: PM: Registering ACPI NVS region [mem 0xdbb60000-0xdbca6fff] (1339392 bytes)
Feb 15 12:05:02 azathoth kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Feb 15 12:05:02 azathoth kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Feb 15 12:05:02 azathoth kernel: pinctrl core: initialized pinctrl subsystem
Feb 15 12:05:02 azathoth kernel: PM: RTC time: 11:03:35, date: 2021-02-15
Feb 15 12:05:02 azathoth kernel: NET: Registered protocol family 16
Feb 15 12:05:02 azathoth kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Feb 15 12:05:02 azathoth kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Feb 15 12:05:02 azathoth kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Feb 15 12:05:02 azathoth kernel: audit: initializing netlink subsys (disabled)
Feb 15 12:05:02 azathoth kernel: audit: type=2000 audit(1613387014.143:1): state=initialized audit_enabled=0 res=1
Feb 15 12:05:02 azathoth kernel: thermal_sys: Registered thermal governor 'fair_share'
Feb 15 12:05:02 azathoth kernel: thermal_sys: Registered thermal governor 'bang_bang'
Feb 15 12:05:02 azathoth kernel: thermal_sys: Registered thermal governor 'step_wise'
Feb 15 12:05:02 azathoth kernel: thermal_sys: Registered thermal governor 'user_space'
Feb 15 12:05:02 azathoth kernel: thermal_sys: Registered thermal governor 'power_allocator'
Feb 15 12:05:02 azathoth kernel: cpuidle: using governor ladder
Feb 15 12:05:02 azathoth kernel: cpuidle: using governor menu
Feb 15 12:05:02 azathoth kernel: ACPI: bus type PCI registered
Feb 15 12:05:02 azathoth kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Feb 15 12:05:02 azathoth kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Feb 15 12:05:02 azathoth kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Feb 15 12:05:02 azathoth kernel: PCI: Using configuration type 1 for base access
Feb 15 12:05:02 azathoth kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Feb 15 12:05:02 azathoth kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Feb 15 12:05:02 azathoth kernel: ACPI: Added _OSI(Module Device)
Feb 15 12:05:02 azathoth kernel: ACPI: Added _OSI(Processor Device)
Feb 15 12:05:02 azathoth kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Feb 15 12:05:02 azathoth kernel: ACPI: Added _OSI(Processor Aggregator Device)
Feb 15 12:05:02 azathoth kernel: ACPI: Added _OSI(Linux-Dell-Video)
Feb 15 12:05:02 azathoth kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Feb 15 12:05:02 azathoth kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Feb 15 12:05:02 azathoth kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Feb 15 12:05:02 azathoth kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Feb 15 12:05:02 azathoth kernel: ACPI: Interpreter enabled
Feb 15 12:05:02 azathoth kernel: ACPI: (supports S0 S3 S4 S5)
Feb 15 12:05:02 azathoth kernel: ACPI: Using IOAPIC for interrupt routing
Feb 15 12:05:02 azathoth kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb 15 12:05:02 azathoth kernel: ACPI: Enabled 2 GPEs in block 00 to 1F
Feb 15 12:05:02 azathoth kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Feb 15 12:05:02 azathoth kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Feb 15 12:05:02 azathoth kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PME LTR DPC]
Feb 15 12:05:02 azathoth kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability]
Feb 15 12:05:02 azathoth kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Feb 15 12:05:02 azathoth kernel: PCI host bridge to bus 0000:00
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.1: [1022:1453] type 01 class 0x060400
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.1: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.3: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
Feb 15 12:05:02 azathoth kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
Feb 15 12:05:02 azathoth kernel: pci 0000:00:07.1: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
Feb 15 12:05:02 azathoth kernel: pci 0000:00:08.1: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Feb 15 12:05:02 azathoth kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
Feb 15 12:05:02 azathoth kernel: pci 0000:01:00.0: [144d:a804] type 00 class 0x010802
Feb 15 12:05:02 azathoth kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf7800000-0xf7803fff 64bit]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.1:   bridge window [mem 0xf7800000-0xf78fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.0: [1022:43d5] type 00 class 0x0c0330
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.0: reg 0x10: [mem 0xf76a0000-0xf76a7fff 64bit]
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.0: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.0: PME# supported from D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.1: [1022:43c8] type 00 class 0x010601
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.1: reg 0x24: [mem 0xf7680000-0xf769ffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.1: reg 0x30: [mem 0xf7600000-0xf767ffff pref]
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.1: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.1: PME# supported from D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.2: [1022:43c6] type 01 class 0x060400
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.2: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.2: PME# supported from D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.3: PCI bridge to [bus 03-25]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.3:   bridge window [mem 0xf7500000-0xf76fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:20:00.0: [1022:43c7] type 01 class 0x060400
Feb 15 12:05:02 azathoth kernel: pci 0000:20:00.0: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:20:00.0: PME# supported from D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:20:01.0: [1022:43c7] type 01 class 0x060400
Feb 15 12:05:02 azathoth kernel: pci 0000:20:01.0: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:20:01.0: PME# supported from D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:20:04.0: [1022:43c7] type 01 class 0x060400
Feb 15 12:05:02 azathoth kernel: pci 0000:20:04.0: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:20:04.0: PME# supported from D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.2: PCI bridge to [bus 20-25]
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.2:   bridge window [io  0xf000-0xffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.2:   bridge window [mem 0xf7500000-0xf75fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:20:00.0: PCI bridge to [bus 21]
Feb 15 12:05:02 azathoth kernel: pci 0000:22:00.0: [10ec:8168] type 00 class 0x020000
Feb 15 12:05:02 azathoth kernel: pci 0000:22:00.0: reg 0x10: [io  0xf000-0xf0ff]
Feb 15 12:05:02 azathoth kernel: pci 0000:22:00.0: reg 0x18: [mem 0xf7504000-0xf7504fff 64bit]
Feb 15 12:05:02 azathoth kernel: pci 0000:22:00.0: reg 0x20: [mem 0xf7500000-0xf7503fff 64bit]
Feb 15 12:05:02 azathoth kernel: pci 0000:22:00.0: supports D1 D2
Feb 15 12:05:02 azathoth kernel: pci 0000:22:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:20:01.0: PCI bridge to [bus 22]
Feb 15 12:05:02 azathoth kernel: pci 0000:20:01.0:   bridge window [io  0xf000-0xffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:20:01.0:   bridge window [mem 0xf7500000-0xf75fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:20:04.0: PCI bridge to [bus 25]
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.0: [10de:1e84] type 00 class 0x030000
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.0: reg 0x24: [io  0xe000-0xe07f]
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.0: BAR 1: assigned to efifb
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.0: PME# supported from D0 D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:03.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.1: [10de:10f8] type 00 class 0x040300
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.2: [10de:1ad8] type 00 class 0x0c0330
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.2: reg 0x10: [mem 0xf2000000-0xf203ffff 64bit pref]
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.2: reg 0x1c: [mem 0xf2040000-0xf204ffff 64bit pref]
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.2: PME# supported from D0 D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.3: [10de:1ad9] type 00 class 0x0c8000
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.3: reg 0x10: [mem 0xf7084000-0xf7084fff]
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.3: PME# supported from D0 D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:00:03.1: PCI bridge to [bus 26]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:03.1:   bridge window [mem 0xf6000000-0xf70fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf20fffff 64bit pref]
Feb 15 12:05:02 azathoth kernel: pci 0000:27:00.0: [1022:145a] type 00 class 0x130000
Feb 15 12:05:02 azathoth kernel: pci 0000:27:00.0: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:27:00.2: [1022:1456] type 00 class 0x108000
Feb 15 12:05:02 azathoth kernel: pci 0000:27:00.2: reg 0x18: [mem 0xf7300000-0xf73fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:27:00.2: reg 0x24: [mem 0xf7400000-0xf7401fff]
Feb 15 12:05:02 azathoth kernel: pci 0000:27:00.2: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:27:00.3: [1022:145c] type 00 class 0x0c0330
Feb 15 12:05:02 azathoth kernel: pci 0000:27:00.3: reg 0x10: [mem 0xf7200000-0xf72fffff 64bit]
Feb 15 12:05:02 azathoth kernel: pci 0000:27:00.3: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:27:00.3: PME# supported from D0 D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:00:07.1: PCI bridge to [bus 27]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf74fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:28:00.0: [1022:1455] type 00 class 0x130000
Feb 15 12:05:02 azathoth kernel: pci 0000:28:00.0: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:28:00.2: [1022:7901] type 00 class 0x010601
Feb 15 12:05:02 azathoth kernel: pci 0000:28:00.2: reg 0x24: [mem 0xf7708000-0xf7708fff]
Feb 15 12:05:02 azathoth kernel: pci 0000:28:00.2: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:28:00.2: PME# supported from D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:28:00.3: [1022:1457] type 00 class 0x040300
Feb 15 12:05:02 azathoth kernel: pci 0000:28:00.3: reg 0x10: [mem 0xf7700000-0xf7707fff]
Feb 15 12:05:02 azathoth kernel: pci 0000:28:00.3: enabling Extended Tags
Feb 15 12:05:02 azathoth kernel: pci 0000:28:00.3: PME# supported from D0 D3hot D3cold
Feb 15 12:05:02 azathoth kernel: pci 0000:00:08.1: PCI bridge to [bus 28]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:08.1:   bridge window [mem 0xf7700000-0xf77fffff]
Feb 15 12:05:02 azathoth kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
Feb 15 12:05:02 azathoth kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
Feb 15 12:05:02 azathoth kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
Feb 15 12:05:02 azathoth kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
Feb 15 12:05:02 azathoth kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
Feb 15 12:05:02 azathoth kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
Feb 15 12:05:02 azathoth kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
Feb 15 12:05:02 azathoth kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
Feb 15 12:05:02 azathoth kernel: iommu: Default domain type: Translated 
Feb 15 12:05:02 azathoth kernel: SCSI subsystem initialized
Feb 15 12:05:02 azathoth kernel: libata version 3.00 loaded.
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.0: vgaarb: bridge control possible
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.0: vgaarb: setting as boot device
Feb 15 12:05:02 azathoth kernel: vgaarb: loaded
Feb 15 12:05:02 azathoth kernel: ACPI: bus type USB registered
Feb 15 12:05:02 azathoth kernel: usbcore: registered new interface driver usbfs
Feb 15 12:05:02 azathoth kernel: usbcore: registered new interface driver hub
Feb 15 12:05:02 azathoth kernel: usbcore: registered new device driver usb
Feb 15 12:05:02 azathoth kernel: pps_core: LinuxPPS API ver. 1 registered
Feb 15 12:05:02 azathoth kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Feb 15 12:05:02 azathoth kernel: PTP clock support registered
Feb 15 12:05:02 azathoth kernel: EDAC MC: Ver: 3.0.0
Feb 15 12:05:02 azathoth kernel: Registered efivars operations
Feb 15 12:05:02 azathoth kernel: NetLabel: Initializing
Feb 15 12:05:02 azathoth kernel: NetLabel:  domain hash size = 128
Feb 15 12:05:02 azathoth kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Feb 15 12:05:02 azathoth kernel: NetLabel:  unlabeled traffic allowed by default
Feb 15 12:05:02 azathoth kernel: PCI: Using ACPI for IRQ routing
Feb 15 12:05:02 azathoth kernel: PCI: pci_cache_line_size set to 64 bytes
Feb 15 12:05:02 azathoth kernel: Expanded resource Reserved due to conflict with PCI Bus 0000:00
Feb 15 12:05:02 azathoth kernel: e820: reserve RAM buffer [mem 0x09d82000-0x0bffffff]
Feb 15 12:05:02 azathoth kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Feb 15 12:05:02 azathoth kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Feb 15 12:05:02 azathoth kernel: e820: reserve RAM buffer [mem 0xd7c1a018-0xd7ffffff]
Feb 15 12:05:02 azathoth kernel: e820: reserve RAM buffer [mem 0xd7c3a018-0xd7ffffff]
Feb 15 12:05:02 azathoth kernel: e820: reserve RAM buffer [mem 0xd7d40000-0xd7ffffff]
Feb 15 12:05:02 azathoth kernel: e820: reserve RAM buffer [mem 0xd9226000-0xdbffffff]
Feb 15 12:05:02 azathoth kernel: e820: reserve RAM buffer [mem 0xdb596000-0xdbffffff]
Feb 15 12:05:02 azathoth kernel: e820: reserve RAM buffer [mem 0xdbb60000-0xdbffffff]
Feb 15 12:05:02 azathoth kernel: e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
Feb 15 12:05:02 azathoth kernel: e820: reserve RAM buffer [mem 0x81f380000-0x81fffffff]
Feb 15 12:05:02 azathoth kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Feb 15 12:05:02 azathoth kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Feb 15 12:05:02 azathoth kernel: clocksource: Switched to clocksource tsc-early
Feb 15 12:05:02 azathoth kernel: VFS: Disk quotas dquot_6.6.0
Feb 15 12:05:02 azathoth kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 15 12:05:02 azathoth kernel: pnp: PnP ACPI init
Feb 15 12:05:02 azathoth kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Feb 15 12:05:02 azathoth kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Feb 15 12:05:02 azathoth kernel: system 00:02: [io  0x0a00-0x0a0f] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:02: [io  0x0a10-0x0a1f] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:02: [io  0x0a20-0x0a2f] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:02: [io  0x0a30-0x0a3f] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x040b] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x04d6] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0c14] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0c50-0x0c51] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0c52] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0c6c] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0c6f] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0cd0-0x0cd1] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0cd2-0x0cd3] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0cd4-0x0cd5] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0cd6-0x0cd7] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0cd8-0x0cdf] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0800-0x089f] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0b00-0x0b0f] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0b20-0x0b3f] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0900-0x090f] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [io  0x0910-0x091f] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Feb 15 12:05:02 azathoth kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 15 12:05:02 azathoth kernel: pnp: PnP ACPI: found 4 devices
Feb 15 12:05:02 azathoth kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Feb 15 12:05:02 azathoth kernel: NET: Registered protocol family 2
Feb 15 12:05:02 azathoth kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Feb 15 12:05:02 azathoth kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Feb 15 12:05:02 azathoth kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Feb 15 12:05:02 azathoth kernel: TCP: Hash tables configured (established 262144 bind 65536)
Feb 15 12:05:02 azathoth kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Feb 15 12:05:02 azathoth kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Feb 15 12:05:02 azathoth kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Feb 15 12:05:02 azathoth kernel: NET: Registered protocol family 1
Feb 15 12:05:02 azathoth kernel: NET: Registered protocol family 44
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.1:   bridge window [mem 0xf7800000-0xf78fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:20:00.0: PCI bridge to [bus 21]
Feb 15 12:05:02 azathoth kernel: pci 0000:20:01.0: PCI bridge to [bus 22]
Feb 15 12:05:02 azathoth kernel: pci 0000:20:01.0:   bridge window [io  0xf000-0xffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:20:01.0:   bridge window [mem 0xf7500000-0xf75fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:20:04.0: PCI bridge to [bus 25]
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.2: PCI bridge to [bus 20-25]
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.2:   bridge window [io  0xf000-0xffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.2:   bridge window [mem 0xf7500000-0xf75fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.3: PCI bridge to [bus 03-25]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.3:   bridge window [mem 0xf7500000-0xf76fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:03.1: PCI bridge to [bus 26]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:03.1:   bridge window [mem 0xf6000000-0xf70fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf20fffff 64bit pref]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:07.1: PCI bridge to [bus 27]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:07.1:   bridge window [mem 0xf7200000-0xf74fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:08.1: PCI bridge to [bus 28]
Feb 15 12:05:02 azathoth kernel: pci 0000:00:08.1:   bridge window [mem 0xf7700000-0xf77fffff]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfec2ffff window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:01: resource 1 [mem 0xf7800000-0xf78fffff]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:03: resource 1 [mem 0xf7500000-0xf76fffff]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:20: resource 0 [io  0xf000-0xffff]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:20: resource 1 [mem 0xf7500000-0xf75fffff]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:22: resource 0 [io  0xf000-0xffff]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:22: resource 1 [mem 0xf7500000-0xf75fffff]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:26: resource 0 [io  0xe000-0xefff]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:26: resource 1 [mem 0xf6000000-0xf70fffff]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:26: resource 2 [mem 0xe0000000-0xf20fffff 64bit pref]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:27: resource 1 [mem 0xf7200000-0xf74fffff]
Feb 15 12:05:02 azathoth kernel: pci_bus 0000:28: resource 1 [mem 0xf7700000-0xf77fffff]
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.1: D0 power state depends on 0000:26:00.0
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.2: D0 power state depends on 0000:26:00.0
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.3: D0 power state depends on 0000:26:00.0
Feb 15 12:05:02 azathoth kernel: PCI: CLS 64 bytes, default 64
Feb 15 12:05:02 azathoth kernel: Trying to unpack rootfs image as initramfs...
Feb 15 12:05:02 azathoth kernel: Freeing initrd memory: 39820K
Feb 15 12:05:02 azathoth kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.0: Adding to iommu group 0
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.1: Adding to iommu group 1
Feb 15 12:05:02 azathoth kernel: pci 0000:00:01.3: Adding to iommu group 2
Feb 15 12:05:02 azathoth kernel: pci 0000:00:02.0: Adding to iommu group 3
Feb 15 12:05:02 azathoth kernel: pci 0000:00:03.0: Adding to iommu group 4
Feb 15 12:05:02 azathoth kernel: pci 0000:00:03.1: Adding to iommu group 5
Feb 15 12:05:02 azathoth kernel: pci 0000:00:04.0: Adding to iommu group 6
Feb 15 12:05:02 azathoth kernel: pci 0000:00:07.0: Adding to iommu group 7
Feb 15 12:05:02 azathoth kernel: pci 0000:00:07.1: Adding to iommu group 8
Feb 15 12:05:02 azathoth kernel: pci 0000:00:08.0: Adding to iommu group 9
Feb 15 12:05:02 azathoth kernel: pci 0000:00:08.1: Adding to iommu group 10
Feb 15 12:05:02 azathoth kernel: pci 0000:00:14.0: Adding to iommu group 11
Feb 15 12:05:02 azathoth kernel: pci 0000:00:14.3: Adding to iommu group 11
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.0: Adding to iommu group 12
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.1: Adding to iommu group 12
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.2: Adding to iommu group 12
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.3: Adding to iommu group 12
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.4: Adding to iommu group 12
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.5: Adding to iommu group 12
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.6: Adding to iommu group 12
Feb 15 12:05:02 azathoth kernel: pci 0000:00:18.7: Adding to iommu group 12
Feb 15 12:05:02 azathoth kernel: pci 0000:01:00.0: Adding to iommu group 13
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.0: Adding to iommu group 14
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.1: Adding to iommu group 14
Feb 15 12:05:02 azathoth kernel: pci 0000:03:00.2: Adding to iommu group 14
Feb 15 12:05:02 azathoth kernel: pci 0000:20:00.0: Adding to iommu group 14
Feb 15 12:05:02 azathoth kernel: pci 0000:20:01.0: Adding to iommu group 14
Feb 15 12:05:02 azathoth kernel: pci 0000:20:04.0: Adding to iommu group 14
Feb 15 12:05:02 azathoth kernel: pci 0000:22:00.0: Adding to iommu group 14
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.0: Adding to iommu group 15
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.1: Adding to iommu group 15
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.2: Adding to iommu group 15
Feb 15 12:05:02 azathoth kernel: pci 0000:26:00.3: Adding to iommu group 15
Feb 15 12:05:02 azathoth kernel: pci 0000:27:00.0: Adding to iommu group 16
Feb 15 12:05:02 azathoth kernel: pci 0000:27:00.2: Adding to iommu group 17
Feb 15 12:05:02 azathoth kernel: pci 0000:27:00.3: Adding to iommu group 18
Feb 15 12:05:02 azathoth kernel: pci 0000:28:00.0: Adding to iommu group 19
Feb 15 12:05:02 azathoth kernel: pci 0000:28:00.2: Adding to iommu group 20
Feb 15 12:05:02 azathoth kernel: pci 0000:28:00.3: Adding to iommu group 21
Feb 15 12:05:02 azathoth kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Feb 15 12:05:02 azathoth kernel: pci 0000:00:00.2: AMD-Vi: Extended features (0xf77ef22294ada):
Feb 15 12:05:02 azathoth kernel:  PPR NX GT IA GA PC GA_vAPIC
Feb 15 12:05:02 azathoth kernel: AMD-Vi: Interrupt remapping enabled
Feb 15 12:05:02 azathoth kernel: AMD-Vi: Virtual APIC enabled
Feb 15 12:05:02 azathoth kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Feb 15 12:05:02 azathoth kernel: amd_uncore: 4  amd_df counters detected
Feb 15 12:05:02 azathoth kernel: amd_uncore: 6  amd_l3 counters detected
Feb 15 12:05:02 azathoth kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Feb 15 12:05:02 azathoth kernel: check: Scanning for low memory corruption every 60 seconds
Feb 15 12:05:02 azathoth kernel: Initialise system trusted keyrings
Feb 15 12:05:02 azathoth kernel: Key type blacklist registered
Feb 15 12:05:02 azathoth kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Feb 15 12:05:02 azathoth kernel: zbud: loaded
Feb 15 12:05:02 azathoth kernel: Key type asymmetric registered
Feb 15 12:05:02 azathoth kernel: Asymmetric key parser 'x509' registered
Feb 15 12:05:02 azathoth kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Feb 15 12:05:02 azathoth kernel: io scheduler mq-deadline registered
Feb 15 12:05:02 azathoth kernel: io scheduler kyber registered
Feb 15 12:05:02 azathoth kernel: io scheduler bfq registered
Feb 15 12:05:02 azathoth kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
Feb 15 12:05:02 azathoth kernel: pcieport 0000:00:01.1: AER: enabled with IRQ 26
Feb 15 12:05:02 azathoth kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 27
Feb 15 12:05:02 azathoth kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 28
Feb 15 12:05:02 azathoth kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 29
Feb 15 12:05:02 azathoth kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 31
Feb 15 12:05:02 azathoth kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 15 12:05:02 azathoth kernel: efifb: probing for efifb
Feb 15 12:05:02 azathoth kernel: efifb: framebuffer at 0xe0000000, using 34560k, total 34560k
Feb 15 12:05:02 azathoth kernel: efifb: mode is 3840x2160x32, linelength=16384, pages=1
Feb 15 12:05:02 azathoth kernel: efifb: scrolling: redraw
Feb 15 12:05:02 azathoth kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Feb 15 12:05:02 azathoth kernel: fbcon: Deferring console take-over
Feb 15 12:05:02 azathoth kernel: fb0: EFI VGA frame buffer device
Feb 15 12:05:02 azathoth kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Feb 15 12:05:02 azathoth kernel: ACPI: Power Button [PWRB]
Feb 15 12:05:02 azathoth kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Feb 15 12:05:02 azathoth kernel: ACPI: Power Button [PWRF]
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C000: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C002: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C004: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C006: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C008: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C00A: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C00C: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C00E: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C001: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C003: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C005: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C007: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C009: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C00B: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C00D: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Feb 15 12:05:02 azathoth kernel: ACPI: \_PR_.C00F: Found 2 idle states
Feb 15 12:05:02 azathoth kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb 15 12:05:02 azathoth kernel: Non-volatile memory driver v1.3
Feb 15 12:05:02 azathoth kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Feb 15 12:05:02 azathoth kernel: nvme nvme0: pci function 0000:01:00.0
Feb 15 12:05:02 azathoth kernel: ahci 0000:03:00.1: version 3.0
Feb 15 12:05:02 azathoth kernel: ahci 0000:03:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
Feb 15 12:05:02 azathoth kernel: ahci 0000:03:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
Feb 15 12:05:02 azathoth kernel: scsi host0: ahci
Feb 15 12:05:02 azathoth kernel: scsi host1: ahci
Feb 15 12:05:02 azathoth kernel: scsi host2: ahci
Feb 15 12:05:02 azathoth kernel: scsi host3: ahci
Feb 15 12:05:02 azathoth kernel: scsi host4: ahci
Feb 15 12:05:02 azathoth kernel: scsi host5: ahci
Feb 15 12:05:02 azathoth kernel: scsi host6: ahci
Feb 15 12:05:02 azathoth kernel: scsi host7: ahci
Feb 15 12:05:02 azathoth kernel: ata1: SATA max UDMA/133 abar m131072@0xf7680000 port 0xf7680100 irq 40
Feb 15 12:05:02 azathoth kernel: ata2: SATA max UDMA/133 abar m131072@0xf7680000 port 0xf7680180 irq 40
Feb 15 12:05:02 azathoth kernel: ata3: DUMMY
Feb 15 12:05:02 azathoth kernel: ata4: DUMMY
Feb 15 12:05:02 azathoth kernel: ata5: SATA max UDMA/133 abar m131072@0xf7680000 port 0xf7680300 irq 40
Feb 15 12:05:02 azathoth kernel: ata6: SATA max UDMA/133 abar m131072@0xf7680000 port 0xf7680380 irq 40
Feb 15 12:05:02 azathoth kernel: ata7: DUMMY
Feb 15 12:05:02 azathoth kernel: ata8: DUMMY
Feb 15 12:05:02 azathoth kernel: ahci 0000:28:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Feb 15 12:05:02 azathoth kernel: ahci 0000:28:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Feb 15 12:05:02 azathoth kernel: scsi host8: ahci
Feb 15 12:05:02 azathoth kernel: ata9: SATA max UDMA/133 abar m4096@0xf7708000 port 0xf7708100 irq 42
Feb 15 12:05:02 azathoth kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Feb 15 12:05:02 azathoth kernel: ehci-pci: EHCI PCI platform driver
Feb 15 12:05:02 azathoth kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Feb 15 12:05:02 azathoth kernel: ohci-pci: OHCI PCI platform driver
Feb 15 12:05:02 azathoth kernel: uhci_hcd: USB Universal Host Controller Interface driver
Feb 15 12:05:02 azathoth kernel: usbcore: registered new interface driver usbserial_generic
Feb 15 12:05:02 azathoth kernel: usbserial: USB Serial support registered for generic
Feb 15 12:05:02 azathoth kernel: i8042: PNP: No PS/2 controller found.
Feb 15 12:05:02 azathoth kernel: rtc_cmos 00:01: RTC can wake from S4
Feb 15 12:05:02 azathoth kernel: rtc_cmos 00:01: registered as rtc0
Feb 15 12:05:02 azathoth kernel: rtc_cmos 00:01: setting system clock to 2021-02-15T11:03:35 UTC (1613387015)
Feb 15 12:05:02 azathoth kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Feb 15 12:05:02 azathoth kernel: ledtrig-cpu: registered to indicate activity on CPUs
Feb 15 12:05:02 azathoth kernel: pstore: Registered efi as persistent store backend
Feb 15 12:05:02 azathoth kernel: hid: raw HID events driver (C) Jiri Kosina
Feb 15 12:05:02 azathoth kernel: drop_monitor: Initializing network drop monitor service
Feb 15 12:05:02 azathoth kernel: Initializing XFRM netlink socket
Feb 15 12:05:02 azathoth kernel: NET: Registered protocol family 10
Feb 15 12:05:02 azathoth kernel: Segment Routing with IPv6
Feb 15 12:05:02 azathoth kernel: RPL Segment Routing with IPv6
Feb 15 12:05:02 azathoth kernel: NET: Registered protocol family 17
Feb 15 12:05:02 azathoth kernel: microcode: CPU0: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU1: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU2: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU3: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU4: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU5: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU6: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU7: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU8: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU9: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU10: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU11: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU12: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU13: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU14: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: CPU15: patch_level=0x08001138
Feb 15 12:05:02 azathoth kernel: microcode: Microcode Update Driver: v2.2.
Feb 15 12:05:02 azathoth kernel: IPI shorthand broadcast: enabled
Feb 15 12:05:02 azathoth kernel: sched_clock: Marking stable (436865585, -9995389)->(463013124, -36142928)
Feb 15 12:05:02 azathoth kernel: registered taskstats version 1
Feb 15 12:05:02 azathoth kernel: Loading compiled-in X.509 certificates
Feb 15 12:05:02 azathoth kernel: Loaded X.509 cert 'Build time autogenerated kernel key: c9c3ff0ae5d5c99fe56dd79c529bc467e6030384'
Feb 15 12:05:02 azathoth kernel: zswap: loaded using pool lz4/z3fold
Feb 15 12:05:02 azathoth kernel: Key type ._fscrypt registered
Feb 15 12:05:02 azathoth kernel: Key type .fscrypt registered
Feb 15 12:05:02 azathoth kernel: Key type fscrypt-provisioning registered
Feb 15 12:05:02 azathoth kernel: pstore: Using crash dump compression: zstd
Feb 15 12:05:02 azathoth kernel: PM:   Magic number: 9:779:74
Feb 15 12:05:02 azathoth kernel: nvme nvme0: 7/0/0 default/read/poll queues
Feb 15 12:05:02 azathoth kernel: memory memory231: hash matches
Feb 15 12:05:02 azathoth kernel: RAS: Correctable Errors collector initialized.
Feb 15 12:05:02 azathoth kernel:  nvme0n1: p1 p2
Feb 15 12:05:02 azathoth kernel: ata2: SATA link down (SStatus 0 SControl 300)
Feb 15 12:05:02 azathoth kernel: ata5: SATA link down (SStatus 0 SControl 300)
Feb 15 12:05:02 azathoth kernel: ata9: SATA link down (SStatus 0 SControl 300)
Feb 15 12:05:02 azathoth kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Feb 15 12:05:02 azathoth kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Feb 15 12:05:02 azathoth kernel: ata1.00: ATA-9: SanDisk SSD PLUS 1000GB, UH5100RL, max UDMA/133
Feb 15 12:05:02 azathoth kernel: ata1.00: 1953529856 sectors, multi 1: LBA48 NCQ (depth 32)
Feb 15 12:05:02 azathoth kernel: ata6.00: ATA-9: ST2000DM006-2DM164, CC26, max UDMA/133
Feb 15 12:05:02 azathoth kernel: ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Feb 15 12:05:02 azathoth kernel: ata6.00: configured for UDMA/133
Feb 15 12:05:02 azathoth kernel: ata1.00: configured for UDMA/133
Feb 15 12:05:02 azathoth kernel: scsi 0:0:0:0: Direct-Access     ATA      SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
Feb 15 12:05:02 azathoth kernel: sd 0:0:0:0: [sda] 1953529856 512-byte logical blocks: (1.00 TB/932 GiB)
Feb 15 12:05:02 azathoth kernel: sd 0:0:0:0: [sda] Write Protect is off
Feb 15 12:05:02 azathoth kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 15 12:05:02 azathoth kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 15 12:05:02 azathoth kernel: scsi 5:0:0:0: Direct-Access     ATA      ST2000DM006-2DM1 CC26 PQ: 0 ANSI: 5
Feb 15 12:05:02 azathoth kernel: sd 5:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Feb 15 12:05:02 azathoth kernel: sd 5:0:0:0: [sdb] 4096-byte physical blocks
Feb 15 12:05:02 azathoth kernel: sd 5:0:0:0: [sdb] Write Protect is off
Feb 15 12:05:02 azathoth kernel: sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Feb 15 12:05:02 azathoth kernel: sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 15 12:05:02 azathoth kernel:  sda: sda1 sda2 sda3 sda4 sda5
Feb 15 12:05:02 azathoth kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Feb 15 12:05:02 azathoth kernel:  sdb: sdb1 sdb2
Feb 15 12:05:02 azathoth kernel: sd 5:0:0:0: [sdb] Attached SCSI disk
Feb 15 12:05:02 azathoth kernel: Freeing unused decrypted memory: 2036K
Feb 15 12:05:02 azathoth kernel: Freeing unused kernel image (initmem) memory: 1716K
Feb 15 12:05:02 azathoth kernel: Write protecting the kernel read-only data: 26624k
Feb 15 12:05:02 azathoth kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
Feb 15 12:05:02 azathoth kernel: Freeing unused kernel image (rodata/data gap) memory: 1560K
Feb 15 12:05:02 azathoth kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 15 12:05:02 azathoth kernel: rodata_test: all tests were successful
Feb 15 12:05:02 azathoth kernel: CFS CPU scheduler.
Feb 15 12:05:02 azathoth kernel: Run /init as init process
Feb 15 12:05:02 azathoth kernel:   with arguments:
Feb 15 12:05:02 azathoth kernel:     /init
Feb 15 12:05:02 azathoth kernel:   with environment:
Feb 15 12:05:02 azathoth kernel:     HOME=/
Feb 15 12:05:02 azathoth kernel:     TERM=linux
Feb 15 12:05:02 azathoth kernel:     cryptdevice=UUID=e9f6a4b0-7d67-45fa-a44b-200ffa2ce96c:crypt-root
Feb 15 12:05:02 azathoth kernel:     crashkernel=256M
Feb 15 12:05:02 azathoth kernel: fbcon: Taking over console
Feb 15 12:05:02 azathoth kernel: Console: switching to colour frame buffer device 240x67
Feb 15 12:05:02 azathoth kernel: nvidia: loading out-of-tree module taints kernel.
Feb 15 12:05:02 azathoth kernel: nvidia: module license 'NVIDIA' taints kernel.
Feb 15 12:05:02 azathoth kernel: Disabling lock debugging due to kernel taint
Feb 15 12:05:02 azathoth kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Feb 15 12:05:02 azathoth kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 239
Feb 15 12:05:02 azathoth kernel: 
Feb 15 12:05:02 azathoth kernel: nvidia 0000:26:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Feb 15 12:05:02 azathoth kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  460.39  Thu Jan 21 21:54:06 UTC 2021
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 1
Feb 15 12:05:02 azathoth kernel: ccp 0000:27:00.2: enabling device (0000 -> 0002)
Feb 15 12:05:02 azathoth kernel: ccp 0000:27:00.2: ccp enabled
Feb 15 12:05:02 azathoth kernel: cryptd: max_cpu_qlen set to 1000
Feb 15 12:05:02 azathoth kernel: AVX2 version of gcm_enc/dec engaged.
Feb 15 12:05:02 azathoth kernel: AES CTR mode by8 optimization enabled
Feb 15 12:05:02 azathoth kernel: random: fast init done
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:03:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Feb 15 12:05:02 azathoth kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Feb 15 12:05:02 azathoth kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 15 12:05:02 azathoth kernel: usb usb1: Product: xHCI Host Controller
Feb 15 12:05:02 azathoth kernel: usb usb1: Manufacturer: Linux 5.10.15-zen1-1-zen xhci-hcd
Feb 15 12:05:02 azathoth kernel: usb usb1: SerialNumber: 0000:03:00.0
Feb 15 12:05:02 azathoth kernel: hub 1-0:1.0: USB hub found
Feb 15 12:05:02 azathoth kernel: hub 1-0:1.0: 10 ports detected
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:03:00.0: xHCI Host Controller
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:03:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Feb 15 12:05:02 azathoth kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Feb 15 12:05:02 azathoth kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
Feb 15 12:05:02 azathoth kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 15 12:05:02 azathoth kernel: usb usb2: Product: xHCI Host Controller
Feb 15 12:05:02 azathoth kernel: usb usb2: Manufacturer: Linux 5.10.15-zen1-1-zen xhci-hcd
Feb 15 12:05:02 azathoth kernel: usb usb2: SerialNumber: 0000:03:00.0
Feb 15 12:05:02 azathoth kernel: hub 2-0:1.0: USB hub found
Feb 15 12:05:02 azathoth kernel: hub 2-0:1.0: 4 ports detected
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:26:00.2: xHCI Host Controller
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:26:00.2: new USB bus registered, assigned bus number 3
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:26:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Feb 15 12:05:02 azathoth kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Feb 15 12:05:02 azathoth kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 15 12:05:02 azathoth kernel: usb usb3: Product: xHCI Host Controller
Feb 15 12:05:02 azathoth kernel: usb usb3: Manufacturer: Linux 5.10.15-zen1-1-zen xhci-hcd
Feb 15 12:05:02 azathoth kernel: usb usb3: SerialNumber: 0000:26:00.2
Feb 15 12:05:02 azathoth kernel: hub 3-0:1.0: USB hub found
Feb 15 12:05:02 azathoth kernel: hub 3-0:1.0: 2 ports detected
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:26:00.2: xHCI Host Controller
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:26:00.2: new USB bus registered, assigned bus number 4
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:26:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Feb 15 12:05:02 azathoth kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Feb 15 12:05:02 azathoth kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
Feb 15 12:05:02 azathoth kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 15 12:05:02 azathoth kernel: usb usb4: Product: xHCI Host Controller
Feb 15 12:05:02 azathoth kernel: usb usb4: Manufacturer: Linux 5.10.15-zen1-1-zen xhci-hcd
Feb 15 12:05:02 azathoth kernel: usb usb4: SerialNumber: 0000:26:00.2
Feb 15 12:05:02 azathoth kernel: hub 4-0:1.0: USB hub found
Feb 15 12:05:02 azathoth kernel: hub 4-0:1.0: 4 ports detected
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:27:00.3: xHCI Host Controller
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:27:00.3: new USB bus registered, assigned bus number 5
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:27:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000040000410
Feb 15 12:05:02 azathoth kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Feb 15 12:05:02 azathoth kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 15 12:05:02 azathoth kernel: usb usb5: Product: xHCI Host Controller
Feb 15 12:05:02 azathoth kernel: usb usb5: Manufacturer: Linux 5.10.15-zen1-1-zen xhci-hcd
Feb 15 12:05:02 azathoth kernel: usb usb5: SerialNumber: 0000:27:00.3
Feb 15 12:05:02 azathoth kernel: hub 5-0:1.0: USB hub found
Feb 15 12:05:02 azathoth kernel: hub 5-0:1.0: 4 ports detected
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:27:00.3: xHCI Host Controller
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:27:00.3: new USB bus registered, assigned bus number 6
Feb 15 12:05:02 azathoth kernel: xhci_hcd 0000:27:00.3: Host supports USB 3.0 SuperSpeed
Feb 15 12:05:02 azathoth kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Feb 15 12:05:02 azathoth kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
Feb 15 12:05:02 azathoth kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 15 12:05:02 azathoth kernel: usb usb6: Product: xHCI Host Controller
Feb 15 12:05:02 azathoth kernel: usb usb6: Manufacturer: Linux 5.10.15-zen1-1-zen xhci-hcd
Feb 15 12:05:02 azathoth kernel: usb usb6: SerialNumber: 0000:27:00.3
Feb 15 12:05:02 azathoth kernel: hub 6-0:1.0: USB hub found
Feb 15 12:05:02 azathoth kernel: hub 6-0:1.0: 4 ports detected
Feb 15 12:05:02 azathoth kernel: device-mapper: uevent: version 1.0.3
Feb 15 12:05:02 azathoth kernel: device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
Feb 15 12:05:02 azathoth kernel: tsc: Refined TSC clocksource calibration: 3599.999 MHz
Feb 15 12:05:02 azathoth kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e4525366a, max_idle_ns: 440795257657 ns
Feb 15 12:05:02 azathoth kernel: clocksource: Switched to clocksource tsc
Feb 15 12:05:02 azathoth kernel: Key type encrypted registered
Feb 15 12:05:02 azathoth kernel: random: cryptsetup: uninitialized urandom read (4 bytes read)
Feb 15 12:05:02 azathoth kernel: random: cryptsetup: uninitialized urandom read (4 bytes read)
Feb 15 12:05:02 azathoth kernel: usb 5-1: new full-speed USB device number 2 using xhci_hcd
Feb 15 12:05:02 azathoth kernel: usb 2-4: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
Feb 15 12:05:02 azathoth kernel: usb 2-4: New USB device found, idVendor=046d, idProduct=085e, bcdDevice= 3.17
Feb 15 12:05:02 azathoth kernel: usb 2-4: New USB device strings: Mfr=0, Product=2, SerialNumber=3
Feb 15 12:05:02 azathoth kernel: usb 2-4: Product: Logitech BRIO
Feb 15 12:05:02 azathoth kernel: usb 2-4: SerialNumber: 804041C8
Feb 15 12:05:02 azathoth kernel: input: Logitech BRIO Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb2/2-4/2-4:1.5/0003:046D:085E.0001/input/input2
Feb 15 12:05:02 azathoth kernel: hid-generic 0003:046D:085E.0001: input,hidraw0: USB HID v1.11 Device [Logitech BRIO] on usb-0000:03:00.0-4/input5
Feb 15 12:05:02 azathoth kernel: usbcore: registered new interface driver usbhid
Feb 15 12:05:02 azathoth kernel: usbhid: USB HID core driver
Feb 15 12:05:02 azathoth kernel: usb 5-1: New USB device found, idVendor=b58e, idProduct=9e84, bcdDevice= 1.00
Feb 15 12:05:02 azathoth kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb 15 12:05:02 azathoth kernel: usb 5-1: Product: Yeti Stereo Microphone
Feb 15 12:05:02 azathoth kernel: usb 5-1: Manufacturer: Blue Microphones
Feb 15 12:05:02 azathoth kernel: usb 5-1: SerialNumber: 797_2018/04/18_67138
Feb 15 12:05:02 azathoth kernel: input: Blue Microphones Yeti Stereo Microphone Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb5/5-1/5-1:1.3/0003:B58E:9E84.0002/input/input3
Feb 15 12:05:02 azathoth kernel: hid-generic 0003:B58E:9E84.0002: input,hiddev96,hidraw1: USB HID v1.00 Device [Blue Microphones Yeti Stereo Microphone] on usb-0000:27:00.3-1/input3
Feb 15 12:05:02 azathoth kernel: usb usb1-port2: connect-debounce failed
Feb 15 12:05:02 azathoth kernel: usb 1-6: new full-speed USB device number 2 using xhci_hcd
Feb 15 12:05:02 azathoth kernel: usb 1-6: New USB device found, idVendor=1b1c, idProduct=1c05, bcdDevice= 0.02
Feb 15 12:05:02 azathoth kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 15 12:05:02 azathoth kernel: usb 1-6: Product:                       
Feb 15 12:05:02 azathoth kernel: usb 1-6: Manufacturer:                          
Feb 15 12:05:02 azathoth kernel: hid-generic 0003:1B1C:1C05.0003: hiddev97,hidraw2: USB HID v1.11 Device [                                                ] on usb-0000:03:00.0-6/input0
Feb 15 12:05:02 azathoth kernel: usb 1-8: new high-speed USB device number 3 using xhci_hcd
Feb 15 12:05:02 azathoth kernel: usb 1-8: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=32.98
Feb 15 12:05:02 azathoth kernel: usb 1-8: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Feb 15 12:05:02 azathoth kernel: usb 1-8: Product: USB2.0 Hub
Feb 15 12:05:02 azathoth kernel: hub 1-8:1.0: USB hub found
Feb 15 12:05:02 azathoth kernel: hub 1-8:1.0: 4 ports detected
Feb 15 12:05:02 azathoth kernel: usb 1-9: new full-speed USB device number 4 using xhci_hcd
Feb 15 12:05:02 azathoth kernel: usb 1-8.2: new full-speed USB device number 5 using xhci_hcd
Feb 15 12:05:02 azathoth kernel: usb 1-9: New USB device found, idVendor=1532, idProduct=001c, bcdDevice= 1.00
Feb 15 12:05:02 azathoth kernel: usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 15 12:05:02 azathoth kernel: usb 1-9: Product: Razer Abyssus
Feb 15 12:05:02 azathoth kernel: usb 1-9: Manufacturer: Razer 
Feb 15 12:05:02 azathoth kernel: input: Razer  Razer Abyssus as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-9/1-9:1.0/0003:1532:001C.0004/input/input5
Feb 15 12:05:02 azathoth kernel: hid-generic 0003:1532:001C.0004: input,hidraw3: USB HID v1.11 Mouse [Razer  Razer Abyssus] on usb-0000:03:00.0-9/input0
Feb 15 12:05:02 azathoth kernel: usb 1-8.2: New USB device found, idVendor=195d, idProduct=2030, bcdDevice= 1.09
Feb 15 12:05:02 azathoth kernel: usb 1-8.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 15 12:05:02 azathoth kernel: usb 1-8.2: Product: RUSH Mechanical Keyboard
Feb 15 12:05:02 azathoth kernel: usb 1-8.2: Manufacturer: Fnatic Gear
Feb 15 12:05:02 azathoth kernel: input: Fnatic Gear RUSH Mechanical Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8.2/1-8.2:1.0/0003:195D:2030.0005/input/input6
Feb 15 12:05:02 azathoth kernel: hid-generic 0003:195D:2030.0005: input,hidraw4: USB HID v1.11 Keyboard [Fnatic Gear RUSH Mechanical Keyboard] on usb-0000:03:00.0-8.2/input0
Feb 15 12:05:02 azathoth kernel: input: Fnatic Gear RUSH Mechanical Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8.2/1-8.2:1.1/0003:195D:2030.0006/input/input7
Feb 15 12:05:02 azathoth kernel: hid-generic 0003:195D:2030.0006: input,hidraw5: USB HID v1.11 Device [Fnatic Gear RUSH Mechanical Keyboard] on usb-0000:03:00.0-8.2/input1
Feb 15 12:05:02 azathoth kernel: input: Fnatic Gear RUSH Mechanical Keyboard as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb1/1-8/1-8.2/1-8.2:1.2/0003:195D:2030.0007/input/input8
Feb 15 12:05:02 azathoth kernel: hid-generic 0003:195D:2030.0007: input,hidraw6: USB HID v1.11 Keyboard [Fnatic Gear RUSH Mechanical Keyboard] on usb-0000:03:00.0-8.2/input2
Feb 15 12:05:02 azathoth kernel: random: crng init done
Feb 15 12:05:02 azathoth kernel: raid6: skip pq benchmark and using algorithm avx2x4
Feb 15 12:05:02 azathoth kernel: raid6: using avx2x2 recovery algorithm
Feb 15 12:05:02 azathoth kernel: xor: automatically using best checksumming function   avx       
Feb 15 12:05:02 azathoth kernel: Btrfs loaded, crc32c=crc32c-intel
Feb 15 12:05:02 azathoth kernel: BTRFS: device label root devid 1 transid 5356 /dev/dm-2 scanned by systemd-udevd (497)
Feb 15 12:05:02 azathoth kernel: PM: Image not found (code -22)
Feb 15 12:05:02 azathoth kernel: BTRFS info (device dm-2): disk space caching is enabled
Feb 15 12:05:02 azathoth kernel: BTRFS info (device dm-2): has skinny extents
Feb 15 12:05:02 azathoth kernel: BTRFS info (device dm-2): enabling ssd optimizations
Feb 15 12:05:02 azathoth systemd[1]: systemd 247.3-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Feb 15 12:05:02 azathoth systemd[1]: Detected architecture x86-64.
Feb 15 12:05:02 azathoth systemd[1]: Set hostname to <azathoth>.
Feb 15 12:05:02 azathoth systemd[1]: Queued start job for default target Graphical Interface.
Feb 15 12:05:02 azathoth systemd[1]: Created slice system-getty.slice.
Feb 15 12:05:02 azathoth systemd[1]: Created slice system-modprobe.slice.
Feb 15 12:05:02 azathoth systemd[1]: Created slice Cryptsetup Units Slice.
Feb 15 12:05:02 azathoth systemd[1]: Created slice system-systemd\x2dfsck.slice.
Feb 15 12:05:02 azathoth systemd[1]: Created slice User and Session Slice.
Feb 15 12:05:02 azathoth systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Feb 15 12:05:02 azathoth systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Feb 15 12:05:02 azathoth systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Feb 15 12:05:02 azathoth systemd[1]: Reached target Paths.
Feb 15 12:05:02 azathoth systemd[1]: Reached target Remote File Systems.
Feb 15 12:05:02 azathoth systemd[1]: Reached target Slices.
Feb 15 12:05:02 azathoth systemd[1]: Listening on Device-mapper event daemon FIFOs.
Feb 15 12:05:02 azathoth systemd[1]: Listening on LVM2 poll daemon socket.
Feb 15 12:05:02 azathoth systemd[1]: Listening on Process Core Dump Socket.
Feb 15 12:05:02 azathoth systemd[1]: Listening on Journal Audit Socket.
Feb 15 12:05:02 azathoth systemd[1]: Listening on Journal Socket (/dev/log).
Feb 15 12:05:02 azathoth systemd[1]: Listening on Journal Socket.
Feb 15 12:05:02 azathoth systemd[1]: Listening on Network Service Netlink Socket.
Feb 15 12:05:02 azathoth systemd[1]: Listening on udev Control Socket.
Feb 15 12:05:02 azathoth systemd[1]: Listening on udev Kernel Socket.
Feb 15 12:05:02 azathoth systemd[1]: Mounting Huge Pages File System...
Feb 15 12:05:02 azathoth systemd[1]: Mounting POSIX Message Queue File System...
Feb 15 12:05:02 azathoth systemd[1]: Mounting Kernel Debug File System...
Feb 15 12:05:02 azathoth systemd[1]: Mounting Kernel Trace File System...
Feb 15 12:05:02 azathoth systemd[1]: Starting Create list of static device nodes for the current kernel...
Feb 15 12:05:02 azathoth systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Feb 15 12:05:02 azathoth systemd[1]: Starting Load Kernel Module configfs...
Feb 15 12:05:02 azathoth systemd[1]: Starting Load Kernel Module drm...
Feb 15 12:05:02 azathoth systemd[1]: Starting Load Kernel Module fuse...
Feb 15 12:05:02 azathoth systemd[1]: Starting Set Up Additional Binary Formats...
Feb 15 12:05:02 azathoth systemd[1]: Starting Journal Service...
Feb 15 12:05:02 azathoth systemd[1]: Starting Load Kernel Modules...
Feb 15 12:05:02 azathoth systemd[1]: Starting Remount Root and Kernel File Systems...
Feb 15 12:05:02 azathoth systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Feb 15 12:05:02 azathoth kernel: Linux agpgart interface v0.103
Feb 15 12:05:02 azathoth systemd[1]: Starting Coldplug All udev Devices...
Feb 15 12:05:02 azathoth systemd[1]: Mounted Huge Pages File System.
Feb 15 12:05:02 azathoth systemd[1]: Mounted POSIX Message Queue File System.
Feb 15 12:05:02 azathoth systemd[1]: Mounted Kernel Debug File System.
Feb 15 12:05:02 azathoth systemd[1]: Mounted Kernel Trace File System.
Feb 15 12:05:02 azathoth systemd[1]: Finished Create list of static device nodes for the current kernel.
Feb 15 12:05:02 azathoth systemd[1]: modprobe@configfs.service: Succeeded.
Feb 15 12:05:02 azathoth systemd[1]: Finished Load Kernel Module configfs.
Feb 15 12:05:02 azathoth systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 569 (systemd-binfmt)
Feb 15 12:05:02 azathoth systemd[1]: Mounting Arbitrary Executable File Formats File System...
Feb 15 12:05:02 azathoth systemd[1]: Mounting Kernel Configuration File System...
Feb 15 12:05:02 azathoth systemd[1]: Mounted Arbitrary Executable File Formats File System.
Feb 15 12:05:02 azathoth systemd[1]: Mounted Kernel Configuration File System.
Feb 15 12:05:02 azathoth kernel: fuse: init (API version 7.32)
Feb 15 12:05:02 azathoth kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Feb 15 12:05:02 azathoth kernel: sd 5:0:0:0: Attached scsi generic sg1 type 0
Feb 15 12:05:02 azathoth systemd[1]: Finished Set Up Additional Binary Formats.
Feb 15 12:05:02 azathoth systemd[1]: modprobe@fuse.service: Succeeded.
Feb 15 12:05:02 azathoth systemd[1]: Finished Load Kernel Module fuse.
Feb 15 12:05:02 azathoth systemd[1]: Finished Load Kernel Modules.
Feb 15 12:05:02 azathoth systemd[1]: Mounting FUSE Control File System...
Feb 15 12:05:02 azathoth systemd[1]: Starting Apply Kernel Variables...
Feb 15 12:05:02 azathoth kernel: BTRFS info (device dm-2): disk space caching is enabled
Feb 15 12:05:02 azathoth systemd[1]: Finished Remount Root and Kernel File Systems.
Feb 15 12:05:02 azathoth kernel: audit: type=1130 audit(1613387102.005:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth systemd[1]: Mounted FUSE Control File System.
Feb 15 12:05:02 azathoth systemd[1]: Finished Apply Kernel Variables.
Feb 15 12:05:02 azathoth kernel: audit: type=1130 audit(1613387102.011:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Feb 15 12:05:02 azathoth systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Feb 15 12:05:02 azathoth systemd[1]: Starting Load/Save Random Seed...
Feb 15 12:05:02 azathoth systemd[1]: Starting Create System Users...
Feb 15 12:05:02 azathoth systemd[1]: modprobe@drm.service: Succeeded.
Feb 15 12:05:02 azathoth systemd[1]: Finished Load Kernel Module drm.
Feb 15 12:05:02 azathoth kernel: audit: type=1130 audit(1613387102.022:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth kernel: audit: type=1131 audit(1613387102.022:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth systemd[1]: Finished Load/Save Random Seed.
Feb 15 12:05:02 azathoth kernel: audit: type=1130 audit(1613387102.024:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth systemd[1]: Condition check resulted in First Boot Complete being skipped.
Feb 15 12:05:02 azathoth systemd[1]: Finished Create System Users.
Feb 15 12:05:02 azathoth systemd-journald[570]: Journal started
Feb 15 12:05:02 azathoth systemd-journald[570]: Runtime Journal (/run/log/journal/7ad3f4cd03c74bc39d814b585e02ab2f) is 8.0M, max 1.5G, 1.5G free.
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:01 azathoth systemd-modules-load[571]: Inserted module 'sg'
Feb 15 12:05:02 azathoth kernel: audit: type=1130 audit(1613387102.045:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth systemd[1]: Started Journal Service.
Feb 15 12:05:02 azathoth kernel: audit: type=1130 audit(1613387102.047:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth systemd-sysctl[580]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Feb 15 12:05:02 azathoth systemd-journald[570]: Time spent on flushing to /var/log/journal/7ad3f4cd03c74bc39d814b585e02ab2f is 11.972ms for 1043 entries.
Feb 15 12:05:02 azathoth systemd-journald[570]: System Journal (/var/log/journal/7ad3f4cd03c74bc39d814b585e02ab2f) is 360.0M, max 4.0G, 3.6G free.
Feb 15 12:05:02 azathoth kernel: audit: type=1130 audit(1613387102.063:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth kernel: audit: type=1130 audit(1613387102.070:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth kernel: audit: type=1334 audit(1613387102.071:11): prog-id=13 op=LOAD
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth audit: BPF prog-id=13 op=LOAD
Feb 15 12:05:02 azathoth audit: BPF prog-id=14 op=LOAD
Feb 15 12:05:02 azathoth systemd-sysctl[580]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Feb 15 12:05:02 azathoth systemd-sysctl[580]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth systemd-sysctl[580]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Feb 15 12:05:02 azathoth systemd-sysctl[580]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Feb 15 12:05:02 azathoth systemd-sysctl[580]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Feb 15 12:05:02 azathoth systemd[1]: Starting Flush Journal to Persistent Storage...
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth systemd[1]: Starting Create Static Device Nodes in /dev...
Feb 15 12:05:02 azathoth systemd[1]: Finished Coldplug All udev Devices.
Feb 15 12:05:02 azathoth systemd[1]: Finished Create Static Device Nodes in /dev.
Feb 15 12:05:02 azathoth systemd[1]: Starting Rule-based Manager for Device Events and Files...
Feb 15 12:05:02 azathoth kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Feb 15 12:05:02 azathoth systemd[1]: Finished Flush Journal to Persistent Storage.
Feb 15 12:05:02 azathoth systemd[1]: Started Rule-based Manager for Device Events and Files.
Feb 15 12:05:02 azathoth kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Feb 15 12:05:02 azathoth systemd[1]: Found device Samsung SSD 960 EVO 250GB Linux\x20EFI.
Feb 15 12:05:02 azathoth kernel: mc: Linux media interface: v0.10
Feb 15 12:05:02 azathoth kernel: nvidia-gpu 0000:26:00.3: enabling device (0000 -> 0002)
Feb 15 12:05:02 azathoth kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Feb 15 12:05:02 azathoth kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Feb 15 12:05:02 azathoth kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Feb 15 12:05:02 azathoth kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
Feb 15 12:05:02 azathoth kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Feb 15 12:05:02 azathoth kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Feb 15 12:05:02 azathoth kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Feb 15 12:05:02 azathoth kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Feb 15 12:05:02 azathoth kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Feb 15 12:05:02 azathoth kernel: videodev: Linux video capture interface: v2.00
Feb 15 12:05:02 azathoth kernel: r8169 0000:22:00.0: enabling device (0000 -> 0003)
Feb 15 12:05:02 azathoth kernel: libphy: r8169: probed
Feb 15 12:05:02 azathoth kernel: r8169 0000:22:00.0 eth0: RTL8168h/8111h, 2c:f0:5d:05:e4:4d, XID 541, IRQ 61
Feb 15 12:05:02 azathoth kernel: r8169 0000:22:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Feb 15 12:05:02 azathoth systemd[1]: Found device SanDisk_SSD_PLUS_1000GB Encrypted\x20Home.
Feb 15 12:05:02 azathoth systemd[1]: Starting Cryptography Setup for crypt-home...
Feb 15 12:05:02 azathoth systemd[1]: Started Dispatch Password Requests to Console.
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-ask-password-console comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Feb 15 12:05:02 azathoth lvm[565]:   2 logical volume(s) in volume group "SystemGroup" monitored
Feb 15 12:05:02 azathoth systemd[1]: Condition check resulted in First Boot Complete being skipped.
Feb 15 12:05:02 azathoth systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Feb 15 12:05:02 azathoth systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Feb 15 12:05:02 azathoth systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth systemd[1]: Reached target Local File Systems (Pre).
Feb 15 12:05:02 azathoth systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Feb 15 12:05:02 azathoth systemd[1]: Starting File System Check on /dev/disk/by-uuid/F7BA-CCA6...
Feb 15 12:05:02 azathoth systemd-udevd[605]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 15 12:05:02 azathoth kernel: kvm: Nested Virtualization enabled
Feb 15 12:05:02 azathoth kernel: SVM: kvm: Nested Paging enabled
Feb 15 12:05:02 azathoth kernel: SVM: Virtual VMLOAD VMSAVE supported
Feb 15 12:05:02 azathoth kernel: SVM: Virtual GIF supported
Feb 15 12:05:02 azathoth kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  460.39  Thu Jan 21 21:49:04 UTC 2021
Feb 15 12:05:02 azathoth kernel: MCE: In-kernel MCE decoding enabled.
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth systemd-fsck[652]: fsck.fat 4.2 (2021-01-31)
Feb 15 12:05:02 azathoth systemd-fsck[652]: /dev/nvme0n1p1: 203 files, 58546/130812 clusters
Feb 15 12:05:02 azathoth kernel: [drm] [nvidia-drm] [GPU ID 0x00002600] Loading driver
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-F7BA\x2dCCA6 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth systemd[1]: Finished File System Check on /dev/disk/by-uuid/F7BA-CCA6.
Feb 15 12:05:02 azathoth systemd[1]: Mounting /boot...
Feb 15 12:05:02 azathoth kernel: usb 2-4: current rate 16000 is different from the runtime rate 24000
Feb 15 12:05:02 azathoth kernel: BTRFS info (device dm-2): devid 1 device path /dev/mapper/SystemGroup-root changed to /dev/dm-2 scanned by systemd-udevd (624)
Feb 15 12:05:02 azathoth kernel: BTRFS info (device dm-2): devid 1 device path /dev/dm-2 changed to /dev/mapper/SystemGroup-root scanned by systemd-udevd (624)
Feb 15 12:05:02 azathoth systemd[1]: Created slice system-lvm2\x2dpvscan.slice.
Feb 15 12:05:02 azathoth lvm[665]:   pvscan[665] PV /dev/mapper/crypt-root online, VG SystemGroup is complete.
Feb 15 12:05:02 azathoth lvm[665]:   pvscan[665] VG SystemGroup skip autoactivation.
Feb 15 12:05:02 azathoth kernel: usb 2-4: current rate 16000 is different from the runtime rate 32000
Feb 15 12:05:02 azathoth kernel: Adding 41943036k swap on /dev/mapper/SystemGroup-swap.  Priority:-2 extents:1 across:41943036k SSFS
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth kernel: usb 2-4: current rate 16000 is different from the runtime rate 48000
Feb 15 12:05:02 azathoth kernel: mousedev: PS/2 mouse device common for all mice
Feb 15 12:05:02 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-pvscan@254:0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:02 azathoth systemd[1]: Starting LVM event activation on device 254:0...
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth systemd[1]: Found device /dev/disk/by-uuid/0edcf52c-3850-49f9-acd0-487465c0fc5b.
Feb 15 12:05:02 azathoth kernel: snd_hda_intel 0000:26:00.1: enabling device (0000 -> 0002)
Feb 15 12:05:02 azathoth kernel: snd_hda_intel 0000:26:00.1: Disabling MSI
Feb 15 12:05:02 azathoth kernel: snd_hda_intel 0000:26:00.1: Handle vga_switcheroo audio client
Feb 15 12:05:02 azathoth kernel: snd_hda_intel 0000:28:00.3: enabling device (0000 -> 0002)
Feb 15 12:05:02 azathoth kernel: uvcvideo: Found UVC 1.00 device Logitech BRIO (046d:085e)
Feb 15 12:05:02 azathoth systemd[1]: Activating swap /dev/disk/by-uuid/0edcf52c-3850-49f9-acd0-487465c0fc5b...
Feb 15 12:05:02 azathoth systemd-udevd[623]: Using default interface naming scheme 'v247'.
Feb 15 12:05:02 azathoth systemd-udevd[623]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 15 12:05:02 azathoth systemd[1]: Activated swap /dev/disk/by-uuid/0edcf52c-3850-49f9-acd0-487465c0fc5b.
Feb 15 12:05:02 azathoth systemd[1]: Reached target Swap.
Feb 15 12:05:02 azathoth systemd[1]: Mounting Temporary Directory (/tmp)...
Feb 15 12:05:02 azathoth kernel: usbcore: registered new interface driver snd-usb-audio
Feb 15 12:05:02 azathoth kernel: input: Logitech BRIO as /devices/pci0000:00/0000:00:01.3/0000:03:00.0/usb2/2-4/2-4:1.0/input/input10
Feb 15 12:05:02 azathoth kernel: usbcore: registered new interface driver uvcvideo
Feb 15 12:05:02 azathoth kernel: USB Video Class driver (1.1.1)
Feb 15 12:05:02 azathoth systemd[1]: Mounted Temporary Directory (/tmp).
Feb 15 12:05:02 azathoth systemd[1]: Mounted /boot.
Feb 15 12:05:02 azathoth systemd[1]: Finished LVM event activation on device 254:0.
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth systemd[1]: Reached target Sound Card.
Feb 15 12:05:02 azathoth kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input11
Feb 15 12:05:02 azathoth kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input12
Feb 15 12:05:02 azathoth kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input13
Feb 15 12:05:02 azathoth kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input14
Feb 15 12:05:02 azathoth kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input15
Feb 15 12:05:02 azathoth kernel: input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input16
Feb 15 12:05:02 azathoth kernel: input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:03.1/0000:26:00.1/sound/card1/input17
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC892: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
Feb 15 12:05:02 azathoth kernel: snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Feb 15 12:05:02 azathoth kernel: snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Feb 15 12:05:02 azathoth kernel: snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
Feb 15 12:05:02 azathoth kernel: snd_hda_codec_realtek hdaudioC2D0:    inputs:
Feb 15 12:05:02 azathoth kernel: snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
Feb 15 12:05:02 azathoth kernel: snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
Feb 15 12:05:02 azathoth kernel: snd_hda_codec_realtek hdaudioC2D0:      Line=0x1a
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input18
Feb 15 12:05:02 azathoth kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input19
Feb 15 12:05:02 azathoth kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input20
Feb 15 12:05:02 azathoth kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input21
Feb 15 12:05:02 azathoth kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input22
Feb 15 12:05:02 azathoth kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input23
Feb 15 12:05:02 azathoth kernel: input: HD-Audio Generic Line Out Side as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input24
Feb 15 12:05:02 azathoth kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:28:00.3/sound/card2/input25
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:02 azathoth kernel: EDAC amd64: F17h detected (node 0).
Feb 15 12:05:02 azathoth kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Feb 15 12:05:03 azathoth kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:26:00.0 on minor 0
Feb 15 12:05:03 azathoth kernel: nvidia-gpu 0000:26:00.3: i2c timeout error e0000000
Feb 15 12:05:03 azathoth kernel: ucsi_ccg 0-0008: i2c_transfer failed -110
Feb 15 12:05:03 azathoth kernel: ucsi_ccg 0-0008: ucsi_ccg_init failed - -110
Feb 15 12:05:03 azathoth kernel: ucsi_ccg: probe of 0-0008 failed with error -110
Feb 15 12:05:09 azathoth systemd-cryptsetup[647]: Set cipher aes, mode xts-plain64, key size 512 bits for device /dev/disk/by-uuid/988bb731-1dfb-43fe-950a-c12e8b54e4ac.
Feb 15 12:05:10 azathoth systemd[1]: Finished Cryptography Setup for crypt-home.
Feb 15 12:05:10 azathoth kernel: kauditd_printk_skb: 7 callbacks suppressed
Feb 15 12:05:10 azathoth kernel: audit: type=1130 audit(1613387110.969:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-cryptsetup@crypt\x2dhome comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:10 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-cryptsetup@crypt\x2dhome comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:10 azathoth systemd[1]: Reached target Block Device Preparation for /dev/mapper/crypt-home.
Feb 15 12:05:10 azathoth systemd[1]: Reached target Local Encrypted Volumes.
Feb 15 12:05:10 azathoth systemd[1]: Starting LVM event activation on device 254:3...
Feb 15 12:05:11 azathoth lvm[785]:   pvscan[785] PV /dev/mapper/crypt-home online, VG HomeGroup is complete.
Feb 15 12:05:11 azathoth lvm[785]:   pvscan[785] VG HomeGroup run autoactivation.
Feb 15 12:05:11 azathoth kernel: BTRFS: device fsid f5ab72d7-a876-4539-a8cd-caafe1908fde devid 1 transid 32951 /dev/dm-4 scanned by systemd-udevd (778)
Feb 15 12:05:11 azathoth lvm[785]:   1 logical volume(s) in volume group "HomeGroup" now active
Feb 15 12:05:11 azathoth systemd[1]: Found device /dev/disk/by-uuid/f5ab72d7-a876-4539-a8cd-caafe1908fde.
Feb 15 12:05:11 azathoth kernel: BTRFS info (device dm-4): enabling ssd optimizations
Feb 15 12:05:11 azathoth kernel: BTRFS info (device dm-4): disk space caching is enabled
Feb 15 12:05:11 azathoth kernel: BTRFS info (device dm-4): has skinny extents
Feb 15 12:05:11 azathoth systemd[1]: Mounting /home...
Feb 15 12:05:11 azathoth systemd[1]: Finished LVM event activation on device 254:3.
Feb 15 12:05:11 azathoth kernel: audit: type=1130 audit(1613387111.089:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-pvscan@254:3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-pvscan@254:3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd[1]: Mounted /home.
Feb 15 12:05:11 azathoth systemd[1]: Reached target Local File Systems.
Feb 15 12:05:11 azathoth systemd[1]: Starting Rebuild Dynamic Linker Cache...
Feb 15 12:05:11 azathoth systemd[1]: Starting Store a System Token in an EFI Variable...
Feb 15 12:05:11 azathoth systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Feb 15 12:05:11 azathoth bootctl[811]: Random seed file /boot/loader/random-seed successfully written (512 bytes).
Feb 15 12:05:11 azathoth kernel: audit: type=1130 audit(1613387111.188:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-boot-system-token comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-boot-system-token comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd[1]: Starting Create Volatile Files and Directories...
Feb 15 12:05:11 azathoth systemd[1]: Finished Store a System Token in an EFI Variable.
Feb 15 12:05:11 azathoth kernel: audit: type=1130 audit(1613387111.213:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd[1]: Finished Create Volatile Files and Directories.
Feb 15 12:05:11 azathoth systemd[1]: Starting Rebuild Journal Catalog...
Feb 15 12:05:11 azathoth kernel: audit: type=1127 audit(1613387111.249:23): pid=815 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth audit[815]: SYSTEM_BOOT pid=815 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd[1]: Starting Network Time Synchronization...
Feb 15 12:05:11 azathoth systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Feb 15 12:05:11 azathoth kernel: audit: type=1130 audit(1613387111.270:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd[1]: Finished Rebuild Journal Catalog.
Feb 15 12:05:11 azathoth kernel: audit: type=1130 audit(1613387111.283:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Feb 15 12:05:11 azathoth systemd[1]: Finished Rebuild Dynamic Linker Cache.
Feb 15 12:05:11 azathoth kernel: audit: type=1130 audit(1613387111.317:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd[1]: Starting Update is Completed...
Feb 15 12:05:11 azathoth systemd[1]: Finished Update is Completed.
Feb 15 12:05:11 azathoth kernel: audit: type=1130 audit(1613387111.347:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd[1]: Started Network Time Synchronization.
Feb 15 12:05:11 azathoth kernel: audit: type=1130 audit(1613387111.362:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd[1]: Reached target System Initialization.
Feb 15 12:05:11 azathoth systemd[1]: Started Daily Cleanup of Temporary Directories.
Feb 15 12:05:11 azathoth systemd[1]: Reached target System Time Set.
Feb 15 12:05:11 azathoth systemd[1]: Reached target System Time Synchronized.
Feb 15 12:05:11 azathoth systemd[1]: Started Daily man-db regeneration.
Feb 15 12:05:11 azathoth systemd[1]: Started Daily verification of password and group files.
Feb 15 12:05:11 azathoth systemd[1]: Reached target Timers.
Feb 15 12:05:11 azathoth systemd[1]: Listening on D-Bus System Message Bus Socket.
Feb 15 12:05:11 azathoth systemd[1]: Reached target Sockets.
Feb 15 12:05:11 azathoth systemd[1]: Reached target Basic System.
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd[1]: Started D-Bus System Message Bus.
Feb 15 12:05:11 azathoth audit: BPF prog-id=15 op=LOAD
Feb 15 12:05:11 azathoth audit: BPF prog-id=16 op=LOAD
Feb 15 12:05:11 azathoth systemd[1]: Starting Ethernet bridge table...
Feb 15 12:05:11 azathoth systemd[1]: Starting User Login Management...
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ebtables comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd[1]: Finished Ethernet bridge table.
Feb 15 12:05:11 azathoth systemd[1]: Reached target Network (Pre).
Feb 15 12:05:11 azathoth systemd[1]: Starting Network Service...
Feb 15 12:05:11 azathoth systemd[1]: Starting Daily man-db regeneration...
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd-logind[821]: New seat seat0.
Feb 15 12:05:11 azathoth audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd[1]: Started Verify integrity of password and group files.
Feb 15 12:05:11 azathoth systemd-logind[821]: Watching system buttons on /dev/input/event1 (Power Button)
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd-logind[821]: Watching system buttons on /dev/input/event0 (Power Button)
Feb 15 12:05:11 azathoth systemd-logind[821]: Watching system buttons on /dev/input/event5 (Fnatic Gear RUSH Mechanical Keyboard)
Feb 15 12:05:11 azathoth systemd-logind[821]: Watching system buttons on /dev/input/event6 (Fnatic Gear RUSH Mechanical Keyboard)
Feb 15 12:05:11 azathoth systemd-logind[821]: Watching system buttons on /dev/input/event7 (Fnatic Gear RUSH Mechanical Keyboard)
Feb 15 12:05:11 azathoth systemd[1]: shadow.service: Succeeded.
Feb 15 12:05:11 azathoth systemd[1]: Started User Login Management.
Feb 15 12:05:11 azathoth kernel: wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
Feb 15 12:05:11 azathoth kernel: wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
Feb 15 12:05:11 azathoth systemd-udevd[829]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 15 12:05:11 azathoth systemd-udevd[829]: Using default interface naming scheme 'v247'.
Feb 15 12:05:11 azathoth systemd-udevd[826]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 15 12:05:11 azathoth systemd-udevd[826]: Using default interface naming scheme 'v247'.
Feb 15 12:05:11 azathoth systemd-udevd[778]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 15 12:05:11 azathoth systemd-udevd[778]: Using default interface naming scheme 'v247'.
Feb 15 12:05:11 azathoth systemd-udevd[777]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 15 12:05:11 azathoth systemd-udevd[777]: Using default interface naming scheme 'v247'.
Feb 15 12:05:11 azathoth systemd-networkd[822]: w0y_ctf: netdev ready
Feb 15 12:05:11 azathoth systemd-networkd[822]: secenv: netdev ready
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd-networkd[822]: lecture_ctf: netdev ready
Feb 15 12:05:11 azathoth systemd-networkd[822]: aether: netdev ready
Feb 15 12:05:11 azathoth systemd-networkd[822]: Enumeration completed
Feb 15 12:05:11 azathoth systemd[1]: Started Network Service.
Feb 15 12:05:11 azathoth systemd[1]: Starting Network Name Resolution...
Feb 15 12:05:11 azathoth systemd-resolved[872]: Positive Trust Anchors:
Feb 15 12:05:11 azathoth systemd-resolved[872]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Feb 15 12:05:11 azathoth systemd-resolved[872]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Feb 15 12:05:11 azathoth systemd-resolved[872]: Using system hostname 'azathoth'.
Feb 15 12:05:11 azathoth kernel: Generic FE-GE Realtek PHY r8169-2200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-2200:00, irq=IGNORE)
Feb 15 12:05:11 azathoth systemd-networkd[822]: w0y_ctf: Link UP
Feb 15 12:05:11 azathoth kernel: r8169 0000:22:00.0 eth0: Link is Down
Feb 15 12:05:11 azathoth systemd-networkd[822]: w0y_ctf: Gained carrier
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd-networkd[822]: secenv: Link UP
Feb 15 12:05:11 azathoth systemd-networkd[822]: secenv: Gained carrier
Feb 15 12:05:11 azathoth systemd-networkd[822]: lecture_ctf: Link UP
Feb 15 12:05:11 azathoth dnsmasq[874]: dnsmasq: syntax check OK.
Feb 15 12:05:11 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd-networkd[822]: lecture_ctf: Gained carrier
Feb 15 12:05:12 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dnsmasq comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd-networkd[822]: aether: Link UP
Feb 15 12:05:11 azathoth systemd-networkd[822]: aether: Gained carrier
Feb 15 12:05:12 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd-networkd[822]: eth0: Link UP
Feb 15 12:05:11 azathoth systemd[1]: Started Network Name Resolution.
Feb 15 12:05:11 azathoth systemd-timesyncd[814]: Network configuration changed, trying to establish connection.
Feb 15 12:05:11 azathoth systemd-timesyncd[814]: Network configuration changed, trying to establish connection.
Feb 15 12:05:11 azathoth systemd-timesyncd[814]: Network configuration changed, trying to establish connection.
Feb 15 12:05:12 azathoth dnsmasq[876]: started, version 2.84rc2 cachesize 150
Feb 15 12:05:12 azathoth audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-ask-password-console comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd-timesyncd[814]: Network configuration changed, trying to establish connection.
Feb 15 12:05:12 azathoth dnsmasq[876]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset auth cryptohash DNSSEC loop-detect inotify dumpfile
Feb 15 12:05:12 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-ask-password-wall comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:11 azathoth systemd-timesyncd[814]: Network configuration changed, trying to establish connection.
Feb 15 12:05:12 azathoth systemctl[878]: Failed to stop systemd-ask-password-plymouth.path: Unit systemd-ask-password-plymouth.path not loaded.
Feb 15 12:05:12 azathoth systemctl[878]: Failed to stop systemd-ask-password-plymouth.service: Unit systemd-ask-password-plymouth.service not loaded.
Feb 15 12:05:12 azathoth dnsmasq[876]: DBus support enabled: connected to system bus
Feb 15 12:05:11 azathoth systemd-timesyncd[814]: Network configuration changed, trying to establish connection.
Feb 15 12:05:12 azathoth dnsmasq[876]: no servers found in /etc/resolv.conf, will retry
Feb 15 12:05:11 azathoth systemd-timesyncd[814]: Network configuration changed, trying to establish connection.
Feb 15 12:05:12 azathoth dnsmasq[876]: read /etc/hosts - 3 addresses
Feb 15 12:05:11 azathoth systemd-timesyncd[814]: Network configuration changed, trying to establish connection.
Feb 15 12:05:11 azathoth systemd[1]: Reached target Network.
Feb 15 12:05:11 azathoth systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
Feb 15 12:05:11 azathoth systemd[1]: Starting Permit User Sessions...
Feb 15 12:05:11 azathoth systemd[1]: Finished Permit User Sessions.
Feb 15 12:05:12 azathoth systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server.
Feb 15 12:05:12 azathoth systemd[1]: Reached target Host and Network Name Lookups.
Feb 15 12:05:12 azathoth systemd[1]: Started Getty on tty1.
Feb 15 12:05:12 azathoth systemd[1]: Reached target Login Prompts.
Feb 15 12:05:12 azathoth systemd[1]: Reached target Multi-User System.
Feb 15 12:05:12 azathoth systemd[1]: Reached target Graphical Interface.
Feb 15 12:05:12 azathoth systemd[1]: Starting Forward Password Requests to Wall...
Feb 15 12:05:12 azathoth systemd[1]: Stopping Dispatch Password Requests to Console...
Feb 15 12:05:12 azathoth systemd[1]: systemd-ask-password-console.service: Succeeded.
Feb 15 12:05:12 azathoth systemd[1]: Stopped Dispatch Password Requests to Console.
Feb 15 12:05:12 azathoth systemd[1]: systemd-ask-password-console.path: Succeeded.
Feb 15 12:05:12 azathoth systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Feb 15 12:05:12 azathoth systemd[1]: Started Forward Password Requests to Wall.
Feb 15 12:05:13 azathoth systemd[1]: man-db.service: Succeeded.
Feb 15 12:05:13 azathoth systemd[1]: Finished Daily man-db regeneration.
Feb 15 12:05:13 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:13 azathoth audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:13 azathoth systemd[1]: Startup finished in 18.717s (firmware) + 4.494s (loader) + 1min 26.721s (kernel) + 12.045s (userspace) = 2min 1.978s.
Feb 15 12:05:14 azathoth systemd-networkd[822]: eth0: Gained carrier
Feb 15 12:05:14 azathoth kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Feb 15 12:05:14 azathoth kernel: r8169 0000:22:00.0 eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Feb 15 12:05:14 azathoth systemd-timesyncd[814]: Network configuration changed, trying to establish connection.
Feb 15 12:05:14 azathoth systemd-timesyncd[814]: Network configuration changed, trying to establish connection.
Feb 15 12:05:16 azathoth systemd-networkd[822]: eth0: Gained IPv6LL
Feb 15 12:05:17 azathoth systemd-timesyncd[814]: Network configuration changed, trying to establish connection.
Feb 15 12:05:19 azathoth systemd-timesyncd[814]: Network configuration changed, trying to establish connection.
Feb 15 12:05:26 azathoth audit[877]: USER_AUTH pid=877 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="cluosh" exe="/usr/bin/login" hostname=azathoth addr=? terminal=tty1 res=success'
Feb 15 12:05:26 azathoth kernel: kauditd_printk_skb: 16 callbacks suppressed
Feb 15 12:05:26 azathoth kernel: audit: type=1100 audit(1613387126.311:45): pid=877 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="cluosh" exe="/usr/bin/login" hostname=azathoth addr=? terminal=tty1 res=success'
Feb 15 12:05:26 azathoth dbus-daemon[818]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.6' (uid=0 pid=877 comm="/bin/login -p --        ")
Feb 15 12:05:26 azathoth kernel: audit: type=1101 audit(1613387126.319:46): pid=877 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="cluosh" exe="/usr/bin/login" hostname=azathoth addr=? terminal=tty1 res=success'
Feb 15 12:05:26 azathoth audit[877]: USER_ACCT pid=877 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="cluosh" exe="/usr/bin/login" hostname=azathoth addr=? terminal=tty1 res=success'
Feb 15 12:05:26 azathoth dbus-daemon[818]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 15 12:05:26 azathoth audit[877]: CRED_ACQ pid=877 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="cluosh" exe="/usr/bin/login" hostname=azathoth addr=? terminal=tty1 res=success'
Feb 15 12:05:26 azathoth login[877]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 15 12:05:26 azathoth kernel: audit: type=1103 audit(1613387126.320:47): pid=877 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="cluosh" exe="/usr/bin/login" hostname=azathoth addr=? terminal=tty1 res=success'
Feb 15 12:05:26 azathoth kernel: audit: type=1006 audit(1613387126.320:48): pid=877 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
Feb 15 12:05:26 azathoth login[877]: pam_unix(login:session): session opened for user cluosh(uid=1000) by LOGIN(uid=0)
Feb 15 12:05:26 azathoth systemd[1]: Created slice User Slice of UID 1000.
Feb 15 12:05:26 azathoth systemd[1]: Starting User Runtime Directory /run/user/1000...
Feb 15 12:05:26 azathoth systemd-logind[821]: New session 1 of user cluosh.
Feb 15 12:05:26 azathoth systemd[1]: Finished User Runtime Directory /run/user/1000.
Feb 15 12:05:26 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:26 azathoth kernel: audit: type=1130 audit(1613387126.333:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:26 azathoth systemd[1]: Starting User Manager for UID 1000...
Feb 15 12:05:26 azathoth dbus-daemon[818]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.8' (uid=0 pid=1001 comm="(systemd) ")
Feb 15 12:05:26 azathoth audit[1001]: USER_ACCT pid=1001 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="cluosh" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:26 azathoth audit[1001]: CRED_ACQ pid=1001 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="cluosh" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 15 12:05:26 azathoth dbus-daemon[818]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 15 12:05:26 azathoth systemd[1001]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 15 12:05:26 azathoth systemd[1001]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[cluosh] ruser=[<unknown>] rhost=[<unknown>]
Feb 15 12:05:26 azathoth kernel: audit: type=1101 audit(1613387126.340:50): pid=1001 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="cluosh" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:26 azathoth kernel: audit: type=1103 audit(1613387126.340:51): pid=1001 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="cluosh" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 15 12:05:26 azathoth kernel: audit: type=1006 audit(1613387126.340:52): pid=1001 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Feb 15 12:05:26 azathoth systemd[1001]: pam_unix(systemd-user:session): session opened for user cluosh(uid=1000) by (uid=0)
Feb 15 12:05:26 azathoth audit[1001]: USER_START pid=1001 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="cluosh" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:26 azathoth systemd[1001]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Feb 15 12:05:26 azathoth kernel: audit: type=1105 audit(1613387126.341:53): pid=1001 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="cluosh" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:26 azathoth audit: BPF prog-id=17 op=LOAD
Feb 15 12:05:26 azathoth audit: BPF prog-id=17 op=UNLOAD
Feb 15 12:05:26 azathoth kernel: audit: type=1334 audit(1613387126.347:54): prog-id=17 op=LOAD
Feb 15 12:05:26 azathoth systemd[1001]: Queued start job for default target Main User Target.
Feb 15 12:05:26 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:05:26 azathoth audit[877]: USER_START pid=877 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="cluosh" exe="/usr/bin/login" hostname=azathoth addr=? terminal=tty1 res=success'
Feb 15 12:05:26 azathoth audit[877]: CRED_REFR pid=877 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="cluosh" exe="/usr/bin/login" hostname=azathoth addr=? terminal=tty1 res=success'
Feb 15 12:05:26 azathoth login[877]: pam_env(login:session): deprecated reading of user environment enabled
Feb 15 12:05:26 azathoth systemd[1001]: -.slice: Failed to migrate controller cgroups from /user.slice/user-1000.slice/user@1000.service, ignoring: Permission denied
Feb 15 12:05:26 azathoth login[877]: LOGIN ON tty1 BY cluosh
Feb 15 12:05:26 azathoth systemd[1001]: Created slice User Application Slice.
Feb 15 12:05:26 azathoth systemd[1001]: Reached target Paths.
Feb 15 12:05:26 azathoth systemd[1001]: Reached target Timers.
Feb 15 12:05:26 azathoth systemd[1001]: Starting D-Bus User Message Bus Socket.
Feb 15 12:05:26 azathoth systemd[1001]: Listening on GnuPG network certificate management daemon.
Feb 15 12:05:26 azathoth systemd[1001]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 15 12:05:26 azathoth systemd[1001]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 15 12:05:26 azathoth systemd[1001]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 15 12:05:26 azathoth systemd[1001]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 15 12:05:26 azathoth systemd[1001]: Listening on p11-kit server.
Feb 15 12:05:26 azathoth systemd[1001]: Listening on PipeWire PulseAudio.
Feb 15 12:05:26 azathoth systemd[1001]: Listening on Multimedia System.
Feb 15 12:05:26 azathoth systemd[1001]: Listening on D-Bus User Message Bus Socket.
Feb 15 12:05:26 azathoth systemd[1001]: Reached target Sockets.
Feb 15 12:05:26 azathoth systemd[1001]: Reached target Basic System.
Feb 15 12:05:26 azathoth systemd[1001]: Reached target Main User Target.
Feb 15 12:05:26 azathoth systemd[1001]: Startup finished in 115ms.
Feb 15 12:05:26 azathoth systemd[1]: Started User Manager for UID 1000.
Feb 15 12:05:26 azathoth systemd[1]: Started Session 1 of user cluosh.
Feb 15 12:05:27 azathoth systemd[1001]: Started D-Bus User Message Bus.
Feb 15 12:05:27 azathoth gnome-keyring-daemon[1046]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Feb 15 12:05:45 azathoth systemd-timesyncd[814]: Initial synchronization to time server [2001:628:21f0:80::80:160]:123 (2.arch.pool.ntp.org).
Feb 15 12:18:31 azathoth systemd[1]: Starting Cleanup of Temporary Directories...
Feb 15 12:18:31 azathoth systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Feb 15 12:18:31 azathoth systemd[1]: Finished Cleanup of Temporary Directories.
Feb 15 12:18:31 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:18:31 azathoth audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:18:31 azathoth kernel: kauditd_printk_skb: 4 callbacks suppressed
Feb 15 12:18:31 azathoth kernel: audit: type=1130 audit(1613387911.351:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:18:31 azathoth kernel: audit: type=1131 audit(1613387911.351:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:18:32 azathoth dbus-daemon[818]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=821 comm="/usr/lib/systemd/systemd-logind ")
Feb 15 12:18:32 azathoth systemd[1]: Starting Authorization Manager...
Feb 15 12:18:32 azathoth polkitd[2625]: Started polkitd version 0.118
Feb 15 12:18:32 azathoth polkitd[2625]: Loading rules from directory /etc/polkit-1/rules.d
Feb 15 12:18:32 azathoth polkitd[2625]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 15 12:18:32 azathoth polkitd[2625]: Finished loading, compiling and executing 5 rules
Feb 15 12:18:32 azathoth dbus-daemon[818]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Feb 15 12:18:32 azathoth polkitd[2625]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Feb 15 12:18:32 azathoth systemd[1]: Started Authorization Manager.
Feb 15 12:18:32 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:18:32 azathoth kernel: audit: type=1130 audit(1613387912.683:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:18:33 azathoth systemd[1001]: Started PipeWire PulseAudio.
Feb 15 12:18:33 azathoth dbus-daemon[818]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.16' (uid=1000 pid=2659 comm="/usr/bin/pipewire-pulse ")
Feb 15 12:18:33 azathoth systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Feb 15 12:18:33 azathoth dbus-daemon[818]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Feb 15 12:18:33 azathoth systemd[1]: Started RealtimeKit Scheduling Policy Service.
Feb 15 12:18:33 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Successfully called chroot.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Successfully dropped privileges.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Successfully limited resources.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Canary thread running.
Feb 15 12:18:33 azathoth kernel: audit: type=1130 audit(1613387913.567:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Watchdog thread running.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Running.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Successfully made thread 2659 of process 2659 owned by '1000' high priority at nice level -11.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Supervising 1 threads of 1 processes of 1 users.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Supervising 1 threads of 1 processes of 1 users.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Supervising 1 threads of 1 processes of 1 users.
Feb 15 12:18:33 azathoth systemd[1001]: Started Multimedia Service.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Successfully made thread 2660 of process 2659 owned by '1000' RT at priority 20.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Supervising 2 threads of 1 processes of 1 users.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Successfully made thread 2664 of process 2664 owned by '1000' high priority at nice level -11.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Supervising 3 threads of 2 processes of 1 users.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Supervising 3 threads of 2 processes of 1 users.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Supervising 3 threads of 2 processes of 1 users.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Successfully made thread 2665 of process 2664 owned by '1000' RT at priority 20.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Supervising 4 threads of 2 processes of 1 users.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Successfully made thread 2666 of process 2666 owned by '1000' high priority at nice level -11.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Supervising 5 threads of 3 processes of 1 users.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Supervising 5 threads of 3 processes of 1 users.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Supervising 5 threads of 3 processes of 1 users.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Successfully made thread 2669 of process 2666 owned by '1000' RT at priority 20.
Feb 15 12:18:33 azathoth rtkit-daemon[2661]: Supervising 6 threads of 3 processes of 1 users.
Feb 15 12:18:33 azathoth kernel: usb 2-4: current rate 16000 is different from the runtime rate 48000
Feb 15 12:18:33 azathoth kernel: usb 2-4: current rate 16000 is different from the runtime rate 48000
Feb 15 12:18:33 azathoth pipewire-media-session[2666]: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown
Feb 15 12:18:34 azathoth pipewire-pulse[2659]: Failed to mlock memory 0x7f81cb618000 32832: This is not a problem but for best performance, consider increasing RLIMIT_MEMLOCK
Feb 15 12:27:38 azathoth dbus-daemon[1044]: [session uid=1000 pid=1044] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.29' (uid=1000 pid=3231 comm="termite ")
Feb 15 12:27:38 azathoth systemd[1001]: Starting Accessibility services bus...
Feb 15 12:27:38 azathoth dbus-daemon[1044]: [session uid=1000 pid=1044] Successfully activated service 'org.a11y.Bus'
Feb 15 12:27:38 azathoth systemd[1001]: Started Accessibility services bus.
Feb 15 12:27:38 azathoth at-spi-bus-launcher[3238]: dbus-daemon[3238]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=3231 comm="termite ")
Feb 15 12:27:38 azathoth at-spi-bus-launcher[3238]: dbus-daemon[3238]: Successfully activated service 'org.a11y.atspi.Registry'
Feb 15 12:27:38 azathoth at-spi-bus-launcher[3244]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Feb 15 12:28:45 azathoth kernel: usb 1-9: USB disconnect, device number 4
Feb 15 12:28:47 azathoth kernel: usb 1-9: new full-speed USB device number 6 using xhci_hcd
Feb 15 12:29:03 azathoth kernel: usb 1-9: device descriptor read/64, error -110
Feb 15 12:29:09 azathoth kernel: usb 5-2: new full-speed USB device number 3 using xhci_hcd
Feb 15 12:29:09 azathoth kernel: usb 5-2: New USB device found, idVendor=1532, idProduct=001c, bcdDevice= 1.00
Feb 15 12:29:09 azathoth kernel: usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 15 12:29:09 azathoth kernel: usb 5-2: Product: Razer Abyssus
Feb 15 12:29:09 azathoth kernel: usb 5-2: Manufacturer: Razer 
Feb 15 12:29:09 azathoth kernel: input: Razer  Razer Abyssus as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb5/5-2/5-2:1.0/0003:1532:001C.0008/input/input26
Feb 15 12:29:09 azathoth kernel: hid-generic 0003:1532:001C.0008: input,hidraw3: USB HID v1.11 Mouse [Razer  Razer Abyssus] on usb-0000:27:00.3-2/input0
Feb 15 12:31:17 azathoth sudo[3763]: pam_unix(sudo:auth): authentication failure; logname= uid=1000 euid=0 tty=/dev/pts/0 ruser=cluosh rhost=  user=cluosh
Feb 15 12:31:17 azathoth dbus-daemon[818]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.21' (uid=0 pid=3763 comm="sudo dmesg ")
Feb 15 12:31:17 azathoth dbus-daemon[818]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 15 12:31:17 azathoth audit[3763]: USER_AUTH pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=? acct="cluosh" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=failed'
Feb 15 12:31:17 azathoth sudo[3763]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 15 12:31:17 azathoth kernel: audit: type=1100 audit(1613388677.433:63): pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=? acct="cluosh" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=failed'
Feb 15 12:31:21 azathoth audit[3763]: USER_AUTH pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="cluosh" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 15 12:31:21 azathoth audit[3763]: USER_ACCT pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="cluosh" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 15 12:31:21 azathoth kernel: audit: type=1100 audit(1613388681.450:64): pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="cluosh" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 15 12:31:21 azathoth kernel: audit: type=1101 audit(1613388681.450:65): pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="cluosh" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 15 12:31:21 azathoth sudo[3763]:   cluosh : TTY=pts/0 ; PWD=/home/cluosh ; USER=root ; COMMAND=/usr/bin/dmesg
Feb 15 12:31:21 azathoth audit[3763]: CRED_REFR pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 15 12:31:21 azathoth kernel: audit: type=1110 audit(1613388681.451:66): pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 15 12:31:21 azathoth sudo[3763]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Feb 15 12:31:21 azathoth kernel: audit: type=1105 audit(1613388681.454:67): pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 15 12:31:21 azathoth audit[3763]: USER_START pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 15 12:31:21 azathoth sudo[3763]: pam_unix(sudo:session): session closed for user root
Feb 15 12:31:21 azathoth audit[3763]: USER_END pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 15 12:31:21 azathoth audit[3763]: CRED_DISP pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 15 12:31:21 azathoth kernel: audit: type=1106 audit(1613388681.483:68): pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 15 12:31:21 azathoth kernel: audit: type=1104 audit(1613388681.483:69): pid=3763 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Feb 15 12:55:19 azathoth kernel: uvcvideo: Failed to query (GET_DEF) UVC control 13 on unit 1: -110 (exp. 8).
Feb 15 12:55:19 azathoth kernel: uvcvideo: Failed to query (GET_DEF) UVC control 13 on unit 1: -110 (exp. 8).
Feb 15 12:55:20 azathoth kernel: uvcvideo: Failed to query (GET_DEF) UVC control 11 on unit 1: -110 (exp. 2).
Feb 15 15:25:15 azathoth dbus-daemon[818]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.23' (uid=1000 pid=1073 comm="/usr/lib/chromium/chromium ")
Feb 15 15:25:15 azathoth kernel: audit: type=1334 audit(1613399115.278:70): prog-id=18 op=LOAD
Feb 15 15:25:15 azathoth kernel: audit: type=1334 audit(1613399115.278:71): prog-id=19 op=LOAD
Feb 15 15:25:15 azathoth audit: BPF prog-id=18 op=LOAD
Feb 15 15:25:15 azathoth audit: BPF prog-id=19 op=LOAD
Feb 15 15:25:15 azathoth systemd[1]: Starting Hostname Service...
Feb 15 15:25:15 azathoth dbus-daemon[818]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 15 15:25:15 azathoth systemd[1]: Started Hostname Service.
Feb 15 15:25:15 azathoth audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 15:25:15 azathoth kernel: audit: type=1130 audit(1613399115.328:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 15:25:28 azathoth dbus-daemon[1044]: [session uid=1000 pid=1044] Activating service name='ca.desrt.dconf' requested by ':1.73' (uid=1000 pid=1073 comm="/usr/lib/chromium/chromium ")
Feb 15 15:25:28 azathoth dbus-daemon[1044]: [session uid=1000 pid=1044] Successfully activated service 'ca.desrt.dconf'
Feb 15 15:25:45 azathoth systemd[1]: systemd-hostnamed.service: Succeeded.
Feb 15 15:25:45 azathoth audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 15:25:45 azathoth kernel: audit: type=1131 audit(1613399145.373:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 15 15:25:45 azathoth audit: BPF prog-id=19 op=UNLOAD
Feb 15 15:25:45 azathoth audit: BPF prog-id=18 op=UNLOAD
Feb 15 15:25:45 azathoth kernel: audit: type=1334 audit(1613399145.447:74): prog-id=19 op=UNLOAD
Feb 15 15:25:45 azathoth kernel: audit: type=1334 audit(1613399145.447:75): prog-id=18 op=UNLOAD
Feb 15 15:32:56 azathoth kernel: usb 1-8: USB disconnect, device number 3
Feb 15 15:32:56 azathoth kernel: usb 1-8.2: USB disconnect, device number 5
Feb 15 15:33:03 azathoth kernel: usb 1-9: new high-speed USB device number 7 using xhci_hcd
Feb 15 15:33:09 azathoth kernel: usb 1-9: device descriptor read/64, error -110
Feb 15 15:33:24 azathoth kernel: usb 1-9: device descriptor read/64, error -110
Feb 15 15:33:25 azathoth kernel: usb 1-9: new high-speed USB device number 8 using xhci_hcd
Feb 15 15:33:31 azathoth kernel: usb 1-9: device descriptor read/64, error -110
Feb 15 15:33:46 azathoth kernel: usb 1-9: device descriptor read/64, error -110
Feb 15 15:33:47 azathoth kernel: usb usb1-port9: attempt power cycle
Feb 15 15:33:47 azathoth kernel: usb 1-9: new high-speed USB device number 9 using xhci_hcd
Feb 15 15:33:52 azathoth kernel: usb 1-9: device descriptor read/8, error -110
Feb 15 15:33:53 azathoth kernel: usb 5-2: USB disconnect, device number 3
Feb 15 15:33:55 azathoth kernel: usb 5-2: new high-speed USB device number 4 using xhci_hcd
Feb 15 15:33:55 azathoth kernel: usb 5-2: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=32.98
Feb 15 15:33:55 azathoth kernel: usb 5-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Feb 15 15:33:55 azathoth kernel: usb 5-2: Product: USB2.0 Hub
Feb 15 15:33:55 azathoth kernel: hub 5-2:1.0: USB hub found
Feb 15 15:33:55 azathoth kernel: hub 5-2:1.0: 4 ports detected
Feb 15 15:33:55 azathoth kernel: usb 5-2.2: new full-speed USB device number 5 using xhci_hcd
Feb 15 15:33:55 azathoth kernel: usb 5-2.2: New USB device found, idVendor=195d, idProduct=2030, bcdDevice= 1.09
Feb 15 15:33:55 azathoth kernel: usb 5-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 15 15:33:55 azathoth kernel: usb 5-2.2: Product: RUSH Mechanical Keyboard
Feb 15 15:33:55 azathoth kernel: usb 5-2.2: Manufacturer: Fnatic Gear
Feb 15 15:33:56 azathoth kernel: input: Fnatic Gear RUSH Mechanical Keyboard as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb5/5-2/5-2.2/5-2.2:1.0/0003:195D:2030.0009/input/input27
Feb 15 15:33:56 azathoth kernel: hid-generic 0003:195D:2030.0009: input,hidraw3: USB HID v1.11 Keyboard [Fnatic Gear RUSH Mechanical Keyboard] on usb-0000:27:00.3-2.2/input0
Feb 15 15:33:56 azathoth kernel: input: Fnatic Gear RUSH Mechanical Keyboard as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb5/5-2/5-2.2/5-2.2:1.1/0003:195D:2030.000A/input/input28
Feb 15 15:33:56 azathoth kernel: hid-generic 0003:195D:2030.000A: input,hidraw4: USB HID v1.11 Device [Fnatic Gear RUSH Mechanical Keyboard] on usb-0000:27:00.3-2.2/input1
Feb 15 15:33:56 azathoth kernel: input: Fnatic Gear RUSH Mechanical Keyboard as /devices/pci0000:00/0000:00:07.1/0000:27:00.3/usb5/5-2/5-2.2/5-2.2:1.2/0003:195D:2030.000B/input/input29
Feb 15 15:33:56 azathoth kernel: hid-generic 0003:195D:2030.000B: input,hidraw5: USB HID v1.11 Keyboard [Fnatic Gear RUSH Mechanical Keyboard] on usb-0000:27:00.3-2.2/input2
Feb 15 15:33:56 azathoth systemd-logind[821]: Watching system buttons on /dev/input/event5 (Fnatic Gear RUSH Mechanical Keyboard)
Feb 15 15:33:56 azathoth systemd-logind[821]: Watching system buttons on /dev/input/event6 (Fnatic Gear RUSH Mechanical Keyboard)
Feb 15 15:33:56 azathoth systemd-logind[821]: Watching system buttons on /dev/input/event4 (Fnatic Gear RUSH Mechanical Keyboard)
Feb 15 15:33:58 azathoth kernel: usb 1-9: device descriptor read/8, error -110
Feb 15 15:35:57 azathoth systemd-logind[821]: System is powering down.

What's happening at the end is that either my mouse or my keyboard stopped working, and i plugged it into another USB port, upon plugging it into the same USB port again i get the following errors:

Feb 15 15:33:09 azathoth kernel: usb 1-9: device descriptor read/64, error -110

The mouse/keyboard freezing itself does not produce any log output, only if i unplug and try to plug it into the same port again.

Offline

#10 2021-02-18 14:44:58

rufus_lenhador
Member
Registered: 2017-11-06
Posts: 21

Re: [SOLVED] Laptop randomly freezing keyboard/touchpad

V1del wrote:

The problem now is that your harddisk is too fast and linux not having a mechanism for properly waiting for all devices to be up, so you reach graphical target, xorg tries to start, but the graphics card hasn't finished initializing. You can alleviate that by adding i915 to your early load modules: https://wiki.archlinux.org/index.php/Ke … _KMS_start

Sorry for the delay.

I added i915 to MODULES=() and restarted a couple times. It seems to have solved it. Thanks!
Prior to that, I had also uninstalled xf86-video-vesa. I'll add it later to check which setting performs best.


I'll leave the thread open for a while to test if I still get the freezings before marking it as solved.

Offline

#11 2021-03-29 16:32:08

rufus_lenhador
Member
Registered: 2017-11-06
Posts: 21

Re: [SOLVED] Laptop randomly freezing keyboard/touchpad

Problem not reproducible in over a month. Marking as solved.
Thanks, V1del, you were a real helper!

Offline

Board footer

Powered by FluxBB