You are not logged in.

#51 2021-08-31 16:45:05

ExellentCoin
Member
Registered: 2021-07-17
Posts: 38

Re: xorg with amd APU and NVIDIA GPU

Okay so...

`/etc/X11/xorg.conf`:

Section "ServerLayout"
        Identifier "layout"
        Screen 0 "amdgpu"
        Inactive "nvidia"
        Option "AllowNVIDIAGPUScreens"
EndSection

Section "Device"
        Identifier "nvidia"
        Driver "nvidia"
EndSection

Section "Screen"
        Identifier "nvidia"
        Device "nvidia"
EndSection

Section "Device"
        Identifier "amdgpu"
        Driver "modesetting"
        BusID "PCI:7:0:0"
EndSection

Section "Screen"
        Identifier "amdgpu"
        Device "amdgpu"
EndSection

The only file in /etc/X11/xorg.conf.d (/etc/X11/xorg.conf.d/40-libinput.conf:

# Match on all types of devices but joysticks
#
# If you want to configure your devices, do not copy this file.
# Instead, use a config snippet that contains something like this:
#
# Section "InputClass"
#   Identifier "something or other"
#   MatchDriver "libinput"
#
#   MatchIsTouchpad "on"
#   ... other Match directives ...
#   Option "someoption" "value"
# EndSection
#
# This applies the option any libinput device also matched by the other
# directives. See the xorg.conf(5) man page for more info on
# matching devices.

Section "InputClass"
	Identifier "touchpad"
	Driver "libinput"
	MatchIsTouchpad "on"
	Option "Tapping" "on"
	Option "NaturalScrolling" "on"
EndSection

`/usr/share/xorg.conf.d/10-nvidia-drm-outputclass.conf`:

Section "OutputClass"
    Identifier "nvidia"
    MatchDriver "nvidia-drm"
    Driver "nvidia"
    Option "AllowEmptyInitialConfiguration"
    ModulePath "/usr/lib/nvidia/xorg"
    ModulePath "/usr/lib/xorg/modules"
EndSection

`/usr/share/X11/xorg.conf.d/10-quirks.conf`:

# Collection of quirks and blacklist/whitelists for specific devices.


# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
# http://bugs.freedesktop.org/show_bug.cgi?id=22442 
Section "InputClass"
        Identifier "ThinkPad HDAPS accelerometer blacklist"
        MatchProduct "ThinkPad HDAPS accelerometer data"
        Option "Ignore" "on"
EndSection

# https://bugzilla.redhat.com/show_bug.cgi?id=523914
# Mouse does not move in PV Xen guest
# Explicitly tell evdev to not ignore the absolute axes.
Section "InputClass"
        Identifier "Xen Virtual Pointer axis blacklist"
        MatchProduct "Xen Virtual Pointer"
        Option "IgnoreAbsoluteAxes" "off"
        Option "IgnoreRelativeAxes" "off"
EndSection

# https://bugs.freedesktop.org/show_bug.cgi?id=55867
# Bug 55867 - Doesn't know how to tag XI_TRACKBALL
Section "InputClass"
        Identifier "Tag trackballs as XI_TRACKBALL"
        MatchProduct "trackball"
        MatchDriver "evdev"
        Option "TypeName" "TRACKBALL"
EndSection

# https://bugs.freedesktop.org/show_bug.cgi?id=62831
# Bug 62831 - Mionix Naos 5000 mouse detected incorrectly
Section "InputClass"
        Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE"
        MatchProduct "La-VIEW Technology Naos 5000 Mouse"
        MatchDriver "evdev"
        Option "TypeName" "MOUSE"
EndSection

`/usr/share/X11/xorg.conf.d/40-libinput.conf`:

# Match on all types of devices but joysticks
#
# If you want to configure your devices, do not copy this file.
# Instead, use a config snippet that contains something like this:
#
# Section "InputClass"
#   Identifier "something or other"
#   MatchDriver "libinput"
#
#   MatchIsTouchpad "on"
#   ... other Match directives ...
#   Option "someoption" "value"
# EndSection
#
# This applies the option any libinput device also matched by the other
# directives. See the xorg.conf(5) man page for more info on
# matching devices.

Section "InputClass"
        Identifier "libinput pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

Section "InputClass"
        Identifier "libinput tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
EndSection

That is it.

Is this problem anything you guys have ever seen before? I really appreciate the help btw smile

Offline

#52 2021-08-31 16:52:16

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,100

Re: xorg with amd APU and NVIDIA GPU

Can you please post the log for the failing server, the output of "xrandr -q" & "xrandr --listproviders", the exact randr command(s) you issued and the error messages?

Offline

#53 2021-08-31 17:07:58

ExellentCoin
Member
Registered: 2021-07-17
Posts: 38

Re: xorg with amd APU and NVIDIA GPU

seth wrote:

Can you please post the log for the failing server, the output of "xrandr -q" & "xrandr --listproviders", the exact randr command(s) you issued and the error messages?

what do you mean with failing provider?

Offline

#54 2021-08-31 17:25:54

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,100

Re: xorg with amd APU and NVIDIA GPU

"failing server", the X11 run where you get the crtc error.

Offline

#55 2021-08-31 17:35:29

ExellentCoin
Member
Registered: 2021-07-17
Posts: 38

Re: xorg with amd APU and NVIDIA GPU

seth wrote:

"failing server", the X11 run where you get the crtc error.

Xorg.0.log:

[    51.605] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    51.605] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[    51.605] Build Operating System: Linux Archlinux
[    51.605] Current Operating System: Linux talos 5.13.13-arch1-1 #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000 x86_64
[    51.605] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=169522c6-57a4-4116-ae26-0d8017e9b4d5 rw cryptdevice=UUID=7555b0a1-7cfe-4ecd-afa9-5bfdd162a403:cryptroot root=/dev/mapper/cryptroot resume=/dev/mapper/cryptswap nouveau.modset=0 loglevel=3 quiet acpi_enforce_resources=lax
[    51.606] Build Date: 04 August 2021  08:13:54AM
[    51.606]  
[    51.606] Current version of pixman: 0.40.0
[    51.606] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    51.606] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    51.606] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Aug 31 18:36:14 2021
[    51.608] (==) Using config file: "/etc/X11/xorg.conf"
[    51.608] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    51.608] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    51.608] (==) ServerLayout "layout"
[    51.608] (**) |-->Screen "amdgpu" (0)
[    51.608] (**) |   |-->Monitor "<default monitor>"
[    51.608] (**) |   |-->Device "amdgpu"
[    51.608] (**) |   |-->GPUDevice "amdgpu"
[    51.608] (==) No monitor specified for screen "amdgpu".
	Using a default monitor configuration.
[    51.608] (**) |-->Inactive Device "nvidia"
[    51.608] (==) Automatically adding devices
[    51.608] (==) Automatically enabling devices
[    51.608] (==) Automatically adding GPU devices
[    51.608] (==) Automatically binding GPU devices
[    51.608] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    51.609] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    51.609] 	Entry deleted from font path.
[    51.609] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    51.609] 	Entry deleted from font path.
[    51.609] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    51.609] 	Entry deleted from font path.
[    51.610] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    51.610] (==) ModulePath set to "/usr/lib/xorg/modules"
[    51.610] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    51.610] (II) Module ABI versions:
[    51.610] 	X.Org ANSI C Emulation: 0.4
[    51.610] 	X.Org Video Driver: 24.1
[    51.610] 	X.Org XInput driver : 24.1
[    51.610] 	X.Org Server Extension : 10.0
[    51.611] (++) using VT number 1

[    51.612] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    51.612] (II) xfree86: Adding drm device (/dev/dri/card1)
[    51.612] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[    51.612] (II) xfree86: Adding drm device (/dev/dri/card0)
[    51.613] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    51.614] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    51.615] (--) PCI: (1@0:0:0) 10de:249c:1043:1622 rev 161, Mem @ 0xfb000000/16777216, 0xf800000000/17179869184, 0xfc00000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    51.615] (--) PCI:*(7@0:0:0) 1002:1638:1043:1622 rev 196, Mem @ 0xfc10000000/268435456, 0xfc20000000/2097152, 0xfc500000/524288, I/O @ 0x0000c000/256
[    51.615] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    51.615] (II) LoadModule: "glx"
[    51.616] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    51.621] (II) Module glx: vendor="X.Org Foundation"
[    51.621] 	compiled for 1.20.13, module version = 1.0.0
[    51.621] 	ABI class: X.Org Server Extension, version 10.0
[    51.621] (II) LoadModule: "modesetting"
[    51.621] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    51.623] (II) Module modesetting: vendor="X.Org Foundation"
[    51.623] 	compiled for 1.20.13, module version = 1.20.13
[    51.623] 	Module class: X.Org Video Driver
[    51.623] 	ABI class: X.Org Video Driver, version 24.1
[    51.623] (II) LoadModule: "nvidia"
[    51.623] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    51.626] (II) Module nvidia: vendor="NVIDIA Corporation"
[    51.626] 	compiled for 1.6.99.901, module version = 1.0.0
[    51.626] 	Module class: X.Org Video Driver
[    51.626] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    51.626] (II) NVIDIA dlloader X Driver  470.63.01  Tue Aug  3 20:37:27 UTC 2021
[    51.626] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    51.626] (II) modeset(0): using drv /dev/dri/card0
[    51.627] (WW) Falling back to old probe method for modesetting
[    51.627] (II) systemd-logind: releasing fd for 226:1
[    51.628] (II) Loading sub module "fb"
[    51.628] (II) LoadModule: "fb"
[    51.628] (II) Loading /usr/lib/xorg/modules/libfb.so
[    51.629] (II) Module fb: vendor="X.Org Foundation"
[    51.629] 	compiled for 1.20.13, module version = 1.0.0
[    51.629] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    51.629] (II) Loading sub module "wfb"
[    51.629] (II) LoadModule: "wfb"
[    51.629] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    51.629] (II) Module wfb: vendor="X.Org Foundation"
[    51.629] 	compiled for 1.20.13, module version = 1.0.0
[    51.629] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    51.629] (II) Loading sub module "ramdac"
[    51.629] (II) LoadModule: "ramdac"
[    51.629] (II) Module "ramdac" already built-in
[    51.631] (II) modeset(0): Creating default Display subsection in Screen section
	"amdgpu" for depth/fbbpp 24/32
[    51.631] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    51.631] (==) modeset(0): RGB weight 888
[    51.631] (==) modeset(0): Default visual is TrueColor
[    51.631] (II) Loading sub module "glamoregl"
[    51.631] (II) LoadModule: "glamoregl"
[    51.631] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    51.634] (II) Module glamoregl: vendor="X.Org Foundation"
[    51.634] 	compiled for 1.20.13, module version = 1.0.1
[    51.634] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    51.789] (II) modeset(0): glamor X acceleration enabled on AMD RENOIR (DRM 3.41.0, 5.13.13-arch1-1, LLVM 12.0.1)
[    51.789] (II) modeset(0): glamor initialized
[    51.791] (II) modeset(0): Output eDP-1 has no monitor section
[    51.791] (II) modeset(0): Output HDMI-1 has no monitor section
[    51.793] (II) modeset(0): EDID for output eDP-1
[    51.793] (II) modeset(0): Manufacturer: BOE  Model: 973  Serial#: 0
[    51.793] (II) modeset(0): Year: 2021  Week: 10
[    51.793] (II) modeset(0): EDID Version: 1.4
[    51.793] (II) modeset(0): Digital Display Input
[    51.793] (II) modeset(0): 8 bits per channel
[    51.793] (II) modeset(0): Digital interface is DisplayPort
[    51.793] (II) modeset(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    51.793] (II) modeset(0): Gamma: 2.20
[    51.793] (II) modeset(0): No DPMS capabilities specified
[    51.793] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    51.793] (II) modeset(0): First detailed timing is preferred mode
[    51.793] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    51.793] (II) modeset(0): Display is continuous-frequency
[    51.793] (II) modeset(0): redX: 0.680 redY: 0.320   greenX: 0.265 greenY: 0.690
[    51.793] (II) modeset(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    51.793] (II) modeset(0): Manufacturer's mask: 0
[    51.793] (II) modeset(0): Supported detailed timing:
[    51.793] (II) modeset(0): clock: 256.1 MHz   Image Size:  344 x 194 mm
[    51.793] (II) modeset(0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2736 h_border: 0
[    51.793] (II) modeset(0): v_active: 1440  v_sync: 1443  v_sync_end 1449 v_blanking: 1560 v_border: 0
[    51.793] (II) modeset(0): Ranges: V min: 48 V max: 165 Hz, H min: 257 H max: 257 kHz, PixClock max 705 MHz
[    51.793] (II) modeset(0):  BOE CQ
[    51.793] (II) modeset(0):  NE156QHM-NY1
[    51.793] (II) modeset(0): Number of EDID sections to follow: 1
[    51.793] (II) modeset(0): EDID (in hex):
[    51.793] (II) modeset(0): 	00ffffffffffff0009e5730900000000
[    51.793] (II) modeset(0): 	0a1f0104a5221378030f95ae5243b026
[    51.793] (II) modeset(0): 	0f505400000001010101010101010101
[    51.793] (II) modeset(0): 	010101010101096400b0a0a078503020
[    51.793] (II) modeset(0): 	360058c210000018000000fd0c30a502
[    51.793] (II) modeset(0): 	0246010a202020202020000000fe0042
[    51.793] (II) modeset(0): 	4f452043510a202020202020000000fe
[    51.793] (II) modeset(0): 	004e4531353651484d2d4e59310a0144
[    51.793] (II) modeset(0): 	701379000003011419130184ff09af00
[    51.793] (II) modeset(0): 	2f001f009f0577000200050000000000
[    51.793] (II) modeset(0): 	00000000000000000000000000000000
[    51.793] (II) modeset(0): 	00000000000000000000000000000000
[    51.793] (II) modeset(0): 	00000000000000000000000000000000
[    51.793] (II) modeset(0): 	00000000000000000000000000000000
[    51.793] (II) modeset(0): 	00000000000000000000000000000000
[    51.793] (II) modeset(0): 	00000000000000000000000000008490
[    51.793] (II) modeset(0): Printing probed modes for output eDP-1
[    51.793] (II) modeset(0): Modeline "2560x1440"x165.0  704.26  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (257.4 kHz eP)
[    51.793] (II) modeset(0): Modeline "2560x1440"x60.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[    51.793] (II) modeset(0): Modeline "2560x1440"x60.0  638.25  2560 2780 3064 3568  1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[    51.793] (II) modeset(0): Modeline "2560x1440"x60.0  469.12  2560 2584 2600 2640  1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[    51.793] (II) modeset(0): Modeline "2560x1440"x60.0  312.25  2560 2752 3024 3488  1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[    51.793] (II) modeset(0): Modeline "2560x1440"x60.0  241.50  2560 2608 2640 2720  1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[    51.793] (II) modeset(0): Modeline "1920x1440"x85.0  341.35  1920 2072 2288 2656  1440 1441 1444 1512 -hsync +vsync (128.5 kHz d)
[    51.793] (II) modeset(0): Modeline "1920x1440"x75.0  297.00  1920 2064 2288 2640  1440 1441 1444 1500 -hsync +vsync (112.5 kHz d)
[    51.793] (II) modeset(0): Modeline "1920x1440"x60.0  234.00  1920 2048 2256 2600  1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[    51.793] (II) modeset(0): Modeline "1856x1392"x75.0  288.00  1856 1984 2208 2560  1392 1393 1396 1500 -hsync +vsync (112.5 kHz d)
[    51.793] (II) modeset(0): Modeline "1856x1392"x60.0  218.30  1856 1952 2176 2528  1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[    51.793] (II) modeset(0): Modeline "1792x1344"x75.0  261.00  1792 1888 2104 2456  1344 1345 1348 1417 -hsync +vsync (106.3 kHz d)
[    51.793] (II) modeset(0): Modeline "1792x1344"x60.0  204.80  1792 1920 2120 2448  1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[    51.793] (II) modeset(0): Modeline "2048x1152"x60.0  406.50  2048 2220 2444 2840  1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[    51.793] (II) modeset(0): Modeline "2048x1152"x60.0  302.50  2048 2072 2088 2128  1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[    51.793] (II) modeset(0): Modeline "2048x1152"x59.9  197.00  2048 2184 2400 2752  1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[    51.793] (II) modeset(0): Modeline "2048x1152"x59.9  156.75  2048 2096 2128 2208  1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[    51.793] (II) modeset(0): Modeline "1920x1200"x165.0  704.26  1920 2608 2640 2736  1200 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[    51.793] (II) modeset(0): Modeline "1920x1200"x59.9  193.25  1920 2056 2256 2592  1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[    51.793] (II) modeset(0): Modeline "1920x1200"x60.0  154.00  1920 1968 2000 2080  1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[    51.793] (II) modeset(0): Modeline "1920x1080"x165.0  704.26  1920 2608 2640 2736  1080 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[    51.793] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    51.793] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    51.793] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    51.793] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    51.793] (II) modeset(0): Modeline "1600x1200"x165.0  704.26  1600 2608 2640 2736  1200 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[    51.793] (II) modeset(0): Modeline "1600x1200"x85.0  229.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (106.2 kHz d)
[    51.793] (II) modeset(0): Modeline "1600x1200"x75.0  202.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (93.8 kHz d)
[    51.793] (II) modeset(0): Modeline "1600x1200"x70.0  189.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (87.5 kHz d)
[    51.793] (II) modeset(0): Modeline "1600x1200"x65.0  175.50  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
[    51.793] (II) modeset(0): Modeline "1600x1200"x60.0  162.00  1600 1664 1856 2160  1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[    51.793] (II) modeset(0): Modeline "1680x1050"x165.0  704.26  1680 2608 2640 2736  1050 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[    51.793] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    51.793] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    51.793] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    51.793] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    51.793] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    51.793] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    51.793] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    51.793] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    51.793] (II) modeset(0): Modeline "1280x1024"x165.0  704.26  1280 2608 2640 2736  1024 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[    51.793] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    51.793] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    51.793] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    51.793] (II) modeset(0): Modeline "1440x900"x165.0  704.26  1440 2608 2640 2736  900 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[    51.793] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    51.793] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    51.793] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    51.793] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    51.793] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    51.793] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    51.793] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    51.793] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    51.793] (II) modeset(0): Modeline "1280x800"x165.0  704.26  1280 2608 2640 2736  800 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[    51.793] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    51.793] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    51.793] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    51.793] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    51.793] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    51.793] (II) modeset(0): Modeline "1280x720"x165.0  704.26  1280 2608 2640 2736  720 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[    51.793] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    51.793] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    51.793] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    51.793] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    51.793] (II) modeset(0): Modeline "1024x768"x165.0  704.26  1024 2608 2640 2736  768 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[    51.793] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    51.793] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    51.793] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    51.793] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    51.793] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    51.793] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    51.793] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    51.793] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    51.793] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    51.793] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    51.793] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    51.793] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    51.793] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    51.793] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    51.793] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    51.793] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    51.793] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    51.793] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    51.793] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    51.793] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    51.793] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    51.793] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    51.793] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    51.793] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    51.793] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    51.793] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    51.793] (II) modeset(0): Modeline "800x600"x165.0  704.26  800 2608 2640 2736  600 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[    51.793] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    51.793] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    51.793] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    51.793] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    51.793] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    51.793] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    51.793] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    51.793] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    51.793] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    51.793] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    51.793] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    51.793] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    51.793] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    51.793] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    51.793] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    51.793] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    51.793] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    51.794] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    51.794] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    51.794] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    51.794] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    51.794] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    51.794] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    51.794] (II) modeset(0): Modeline "640x480"x165.0  704.26  640 2608 2640 2736  480 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[    51.794] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    51.794] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    51.794] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    51.794] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    51.794] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    51.794] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    51.794] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    51.794] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    51.794] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    51.794] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    51.794] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    51.794] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    51.794] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    51.794] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    51.794] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    51.794] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    51.794] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    51.794] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    51.794] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    51.794] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    51.794] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    51.794] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    51.794] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    51.794] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    51.794] (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[    51.794] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    51.794] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    51.794] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    51.794] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    51.794] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    51.794] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    51.794] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    51.794] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    51.794] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    51.794] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    51.794] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    51.794] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    51.794] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    51.794] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    51.794] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    51.794] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    51.794] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    51.794] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    51.794] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    51.794] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    51.794] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    51.794] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    51.794] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    51.794] (II) modeset(0): EDID for output HDMI-1
[    51.794] (II) modeset(0): Output eDP-1 connected
[    51.794] (II) modeset(0): Output HDMI-1 disconnected
[    51.794] (II) modeset(0): Using exact sizes for initial modes
[    51.794] (II) modeset(0): Output eDP-1 using initial mode 2560x1440 +0+0
[    51.794] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    51.794] (==) modeset(0): DPI set to (96, 96)
[    51.794] (II) Loading sub module "fb"
[    51.794] (II) LoadModule: "fb"
[    51.794] (II) Loading /usr/lib/xorg/modules/libfb.so
[    51.794] (II) Module fb: vendor="X.Org Foundation"
[    51.794] 	compiled for 1.20.13, module version = 1.0.0
[    51.794] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    51.794] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    51.794] (==) NVIDIA(G0): RGB weight 888
[    51.794] (==) NVIDIA(G0): Default visual is TrueColor
[    51.794] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    51.794] (**) Option "AllowNVIDIAGpuScreens"
[    51.794] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    51.794] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    51.794] (**) NVIDIA(G0): Enabling 2D acceleration
[    51.794] (II) Loading sub module "glxserver_nvidia"
[    51.794] (II) LoadModule: "glxserver_nvidia"
[    51.794] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    51.819] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    51.819] 	compiled for 1.6.99.901, module version = 1.0.0
[    51.819] 	Module class: X.Org Server Extension
[    51.819] (II) NVIDIA GLX Module  470.63.01  Tue Aug  3 20:35:52 UTC 2021
[    51.819] (II) NVIDIA: The X server supports PRIME Render Offload.
[    52.939] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    52.939] (--) NVIDIA(0):     DFP-0
[    52.939] (--) NVIDIA(0):     DFP-1
[    52.939] (--) NVIDIA(0):     DFP-2 (boot)
[    52.939] (--) NVIDIA(0):     DFP-3
[    52.940] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 3080 Laptop GPU (GA104-A) at
[    52.940] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[    52.940] (--) NVIDIA(G0): Memory: 8388608 kBytes
[    52.940] (--) NVIDIA(G0): VideoBIOS: 94.04.3f.00.d6
[    52.940] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    52.940] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-0): connected
[    52.940] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-0): Internal DisplayPort
[    52.940] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-0): 2670.0 MHz maximum pixel clock
[    52.940] (--) NVIDIA(GPU-0): 
[    52.942] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    52.942] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    52.942] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    52.942] (--) NVIDIA(GPU-0): 
[    52.942] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-2): connected
[    52.942] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-2): Internal DisplayPort
[    52.942] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-2): 2670.0 MHz maximum pixel clock
[    52.942] (--) NVIDIA(GPU-0): 
[    52.944] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    52.944] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    52.944] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    52.945] (--) NVIDIA(GPU-0): 
[    53.026] (II) NVIDIA(G0): Validated MetaModes:
[    53.026] (II) NVIDIA(G0):     "NULL"
[    53.026] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    53.088] (WW) NVIDIA(G0): Cannot find size of first mode for LG Electronics 27GL850
[    53.088] (WW) NVIDIA(G0):     (DFP-2); cannot compute DPI from LG Electronics 27GL850
[    53.088] (WW) NVIDIA(G0):     (DFP-2)'s EDID.
[    53.088] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    53.198] (==) modeset(0): Backing store enabled
[    53.198] (==) modeset(0): Silken mouse disabled
[    53.199] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    53.199] (==) modeset(0): DPMS enabled
[    53.199] (II) modeset(0): [DRI2] Setup complete
[    53.199] (II) modeset(0): [DRI2]   DRI driver: radeonsi
[    53.199] (II) modeset(0): [DRI2]   VDPAU driver: radeonsi
[    53.199] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    53.199] (II) NVIDIA:     access.
[    53.208] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    53.208] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    53.208] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    53.208] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    53.208] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    53.208] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    53.208] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    53.208] (II) NVIDIA(G0):     Config Options in the README.
[    53.221] (II) NVIDIA(G0): Setting mode "NULL"
[    53.233] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    53.233] (==) NVIDIA(G0): Backing store enabled
[    53.233] (==) NVIDIA(G0): Silken mouse disabled
[    53.233] (==) NVIDIA(G0): DPMS enabled
[    53.234] (II) Loading sub module "dri2"
[    53.234] (II) LoadModule: "dri2"
[    53.234] (II) Module "dri2" already built-in
[    53.234] (II) NVIDIA(G0): [DRI2] Setup complete
[    53.234] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    53.234] (II) Initializing extension Generic Event Extension
[    53.234] (II) Initializing extension SHAPE
[    53.234] (II) Initializing extension MIT-SHM
[    53.234] (II) Initializing extension XInputExtension
[    53.234] (II) Initializing extension XTEST
[    53.234] (II) Initializing extension BIG-REQUESTS
[    53.234] (II) Initializing extension SYNC
[    53.234] (II) Initializing extension XKEYBOARD
[    53.234] (II) Initializing extension XC-MISC
[    53.234] (II) Initializing extension SECURITY
[    53.234] (II) Initializing extension XFIXES
[    53.234] (II) Initializing extension RENDER
[    53.234] (II) Initializing extension RANDR
[    53.234] (II) Initializing extension COMPOSITE
[    53.234] (II) Initializing extension DAMAGE
[    53.234] (II) Initializing extension MIT-SCREEN-SAVER
[    53.234] (II) Initializing extension DOUBLE-BUFFER
[    53.234] (II) Initializing extension RECORD
[    53.234] (II) Initializing extension DPMS
[    53.234] (II) Initializing extension Present
[    53.234] (II) Initializing extension DRI3
[    53.234] (II) Initializing extension X-Resource
[    53.234] (II) Initializing extension XVideo
[    53.234] (II) Initializing extension XVideo-MotionCompensation
[    53.234] (II) Initializing extension GLX
[    53.234] (II) Initializing extension GLX
[    53.234] (II) Indirect GLX disabled.
[    53.237] (II) AIGLX: Loaded and initialized radeonsi
[    53.237] (II) GLX: Initialized DRI2 GL provider for screen 0
[    53.237] (II) Initializing extension XFree86-VidModeExtension
[    53.237] (II) Initializing extension XFree86-DGA
[    53.237] (II) Initializing extension XFree86-DRI
[    53.237] (II) Initializing extension DRI2
[    53.237] (II) Initializing extension NV-GLX
[    53.237] (II) Initializing extension NV-CONTROL
[    53.238] (II) modeset(0): Damage tracking initialized
[    53.238] (II) modeset(0): Setting screen physical size to 677 x 381
[    53.289] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[    53.289] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[    53.289] (II) LoadModule: "libinput"
[    53.289] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    53.291] (II) Module libinput: vendor="X.Org Foundation"
[    53.291] 	compiled for 1.20.11, module version = 1.1.0
[    53.291] 	Module class: X.Org XInput Driver
[    53.291] 	ABI class: X.Org XInput driver, version 24.1
[    53.291] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[    53.291] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 35 paused 0
[    53.291] (**) Asus Wireless Radio Control: always reports core events
[    53.291] (**) Option "Device" "/dev/input/event6"
[    53.292] (**) Option "_source" "server/udev"
[    53.297] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    53.297] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[    53.297] (II) event6  - Asus Wireless Radio Control: device removed
[    53.297] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input11/event6"
[    53.297] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 6)
[    53.297] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[    53.297] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[    53.297] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    53.297] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    53.297] (II) Using input driver 'libinput' for 'Video Bus'
[    53.298] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 38 paused 0
[    53.298] (**) Video Bus: always reports core events
[    53.298] (**) Option "Device" "/dev/input/event3"
[    53.298] (**) Option "_source" "server/udev"
[    53.299] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    53.299] (II) event3  - Video Bus: device is a keyboard
[    53.299] (II) event3  - Video Bus: device removed
[    53.299] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:00/input/input3/event3"
[    53.299] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    53.300] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[    53.300] (II) event3  - Video Bus: device is a keyboard
[    53.300] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    53.300] (II) No input driver specified, ignoring this device.
[    53.300] (II) This device may have been added with another device file.
[    53.300] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    53.300] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    53.300] (II) Using input driver 'libinput' for 'Power Button'
[    53.301] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 39 paused 0
[    53.301] (**) Power Button: always reports core events
[    53.301] (**) Option "Device" "/dev/input/event1"
[    53.301] (**) Option "_source" "server/udev"
[    53.301] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    53.301] (II) event1  - Power Button: device is a keyboard
[    53.301] (II) event1  - Power Button: device removed
[    53.301] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    53.301] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    53.302] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    53.302] (II) event1  - Power Button: device is a keyboard
[    53.302] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    53.302] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    53.302] (II) Using input driver 'libinput' for 'Sleep Button'
[    53.302] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 40 paused 0
[    53.303] (**) Sleep Button: always reports core events
[    53.303] (**) Option "Device" "/dev/input/event2"
[    53.303] (**) Option "_source" "server/udev"
[    53.303] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    53.303] (II) event2  - Sleep Button: device is a keyboard
[    53.303] (II) event2  - Sleep Button: device removed
[    53.303] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[    53.303] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    53.303] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[    53.303] (II) event2  - Sleep Button: device is a keyboard
[    53.304] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[    53.304] (II) No input driver specified, ignoring this device.
[    53.304] (II) This device may have been added with another device file.
[    53.304] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[    53.304] (II) No input driver specified, ignoring this device.
[    53.304] (II) This device may have been added with another device file.
[    53.304] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[    53.304] (II) No input driver specified, ignoring this device.
[    53.304] (II) This device may have been added with another device file.
[    53.304] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[    53.304] (II) No input driver specified, ignoring this device.
[    53.304] (II) This device may have been added with another device file.
[    53.304] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event16)
[    53.304] (II) No input driver specified, ignoring this device.
[    53.304] (II) This device may have been added with another device file.
[    53.304] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event11)
[    53.304] (II) No input driver specified, ignoring this device.
[    53.304] (II) This device may have been added with another device file.
[    53.305] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event4)
[    53.305] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[    53.305] (II) Using input driver 'libinput' for 'Asus Keyboard'
[    53.306] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 41 paused 0
[    53.306] (**) Asus Keyboard: always reports core events
[    53.306] (**) Option "Device" "/dev/input/event4"
[    53.306] (**) Option "_source" "server/udev"
[    53.306] (II) event4  - Asus Keyboard: is tagged by udev as: Keyboard
[    53.306] (II) event4  - Asus Keyboard: device is a keyboard
[    53.307] (II) event4  - Asus Keyboard: device removed
[    53.307] (II) libinput: Asus Keyboard: needs a virtual subdevice
[    53.307] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input9/event4"
[    53.307] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: MOUSE, id 10)
[    53.307] (**) Option "AccelerationScheme" "none"
[    53.307] (**) Asus Keyboard: (accel) selected scheme none/0
[    53.307] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[    53.307] (**) Asus Keyboard: (accel) acceleration threshold: 4
[    53.307] (II) event4  - Asus Keyboard: is tagged by udev as: Keyboard
[    53.307] (II) event4  - Asus Keyboard: device is a keyboard
[    53.308] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event5)
[    53.308] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[    53.308] (II) Using input driver 'libinput' for 'Asus Keyboard'
[    53.308] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 42 paused 0
[    53.308] (**) Asus Keyboard: always reports core events
[    53.308] (**) Option "Device" "/dev/input/event5"
[    53.308] (**) Option "_source" "server/udev"
[    53.309] (II) event5  - Asus Keyboard: is tagged by udev as: Keyboard
[    53.309] (II) event5  - Asus Keyboard: device is a keyboard
[    53.309] (II) event5  - Asus Keyboard: device removed
[    53.309] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.2/0003:0B05:19B6.0003/input/input10/event5"
[    53.309] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 11)
[    53.310] (II) event5  - Asus Keyboard: is tagged by udev as: Keyboard
[    53.310] (II) event5  - Asus Keyboard: device is a keyboard
[    53.310] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event17)
[    53.310] (II) No input driver specified, ignoring this device.
[    53.310] (II) This device may have been added with another device file.
[    53.310] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event18)
[    53.310] (II) No input driver specified, ignoring this device.
[    53.310] (II) This device may have been added with another device file.
[    53.311] (II) config/udev: Adding input device ASUE1209:00 04F3:319F Mouse (/dev/input/event7)
[    53.311] (**) ASUE1209:00 04F3:319F Mouse: Applying InputClass "libinput pointer catchall"
[    53.311] (II) Using input driver 'libinput' for 'ASUE1209:00 04F3:319F Mouse'
[    53.311] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 43 paused 0
[    53.311] (**) ASUE1209:00 04F3:319F Mouse: always reports core events
[    53.311] (**) Option "Device" "/dev/input/event7"
[    53.311] (**) Option "_source" "server/udev"
[    53.312] (II) event7  - ASUE1209:00 04F3:319F Mouse: is tagged by udev as: Mouse Pointingstick
[    53.312] (II) event7  - ASUE1209:00 04F3:319F Mouse: device is a pointer
[    53.312] (II) event7  - ASUE1209:00 04F3:319F Mouse: device removed
[    53.312] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-1/i2c-ASUE1209:00/0018:04F3:319F.0004/input/input16/event7"
[    53.312] (II) XINPUT: Adding extended input device "ASUE1209:00 04F3:319F Mouse" (type: MOUSE, id 12)
[    53.312] (**) Option "AccelerationScheme" "none"
[    53.313] (**) ASUE1209:00 04F3:319F Mouse: (accel) selected scheme none/0
[    53.313] (**) ASUE1209:00 04F3:319F Mouse: (accel) acceleration factor: 2.000
[    53.313] (**) ASUE1209:00 04F3:319F Mouse: (accel) acceleration threshold: 4
[    53.313] (II) event7  - ASUE1209:00 04F3:319F Mouse: is tagged by udev as: Mouse Pointingstick
[    53.313] (II) event7  - ASUE1209:00 04F3:319F Mouse: device is a pointer
[    53.314] (II) config/udev: Adding input device ASUE1209:00 04F3:319F Mouse (/dev/input/mouse0)
[    53.314] (II) No input driver specified, ignoring this device.
[    53.314] (II) This device may have been added with another device file.
[    53.314] (II) config/udev: Adding input device ASUE1209:00 04F3:319F Touchpad (/dev/input/event8)
[    53.314] (**) ASUE1209:00 04F3:319F Touchpad: Applying InputClass "libinput touchpad catchall"
[    53.314] (**) ASUE1209:00 04F3:319F Touchpad: Applying InputClass "touchpad"
[    53.314] (II) Using input driver 'libinput' for 'ASUE1209:00 04F3:319F Touchpad'
[    53.315] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 44 paused 0
[    53.315] (**) ASUE1209:00 04F3:319F Touchpad: always reports core events
[    53.315] (**) Option "Device" "/dev/input/event8"
[    53.315] (**) Option "_source" "server/udev"
[    53.315] (II) event8  - ASUE1209:00 04F3:319F Touchpad: is tagged by udev as: Touchpad
[    53.316] (II) event8  - ASUE1209:00 04F3:319F Touchpad: device is a touchpad
[    53.316] (II) event8  - ASUE1209:00 04F3:319F Touchpad: device removed
[    53.316] (**) Option "Tapping" "on"
[    53.316] (**) Option "NaturalScrolling" "on"
[    53.316] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-1/i2c-ASUE1209:00/0018:04F3:319F.0004/input/input17/event8"
[    53.316] (II) XINPUT: Adding extended input device "ASUE1209:00 04F3:319F Touchpad" (type: TOUCHPAD, id 13)
[    53.317] (**) Option "AccelerationScheme" "none"
[    53.317] (**) ASUE1209:00 04F3:319F Touchpad: (accel) selected scheme none/0
[    53.317] (**) ASUE1209:00 04F3:319F Touchpad: (accel) acceleration factor: 2.000
[    53.317] (**) ASUE1209:00 04F3:319F Touchpad: (accel) acceleration threshold: 4
[    53.317] (II) event8  - ASUE1209:00 04F3:319F Touchpad: is tagged by udev as: Touchpad
[    53.318] (II) event8  - ASUE1209:00 04F3:319F Touchpad: device is a touchpad
[    53.318] (II) config/udev: Adding input device ASUE1209:00 04F3:319F Touchpad (/dev/input/mouse1)
[    53.318] (**) ASUE1209:00 04F3:319F Touchpad: Applying InputClass "touchpad"
[    53.318] (II) Using input driver 'libinput' for 'ASUE1209:00 04F3:319F Touchpad'
[    53.318] (**) ASUE1209:00 04F3:319F Touchpad: always reports core events
[    53.318] (**) Option "Device" "/dev/input/mouse1"
[    53.318] (**) Option "_source" "server/udev"
[    53.363] (II) mouse1  - not using input device '/dev/input/mouse1'.
[    53.363] (EE) libinput: ASUE1209:00 04F3:319F Touchpad: Failed to create a device for /dev/input/mouse1
[    53.363] (EE) PreInit returned 2 for "ASUE1209:00 04F3:319F Touchpad"
[    53.363] (II) UnloadModule: "libinput"
[    53.364] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event10)
[    53.364] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    53.364] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[    53.365] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 45 paused 0
[    53.365] (**) Asus WMI hotkeys: always reports core events
[    53.365] (**) Option "Device" "/dev/input/event10"
[    53.365] (**) Option "_source" "server/udev"
[    53.365] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    53.365] (II) event10 - Asus WMI hotkeys: device is a keyboard
[    53.365] (II) event10 - Asus WMI hotkeys: device removed
[    53.365] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input15/event10"
[    53.365] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[    53.366] (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
[    53.366] (II) event10 - Asus WMI hotkeys: device is a keyboard
[    53.366] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[    53.366] (II) No input driver specified, ignoring this device.
[    53.366] (II) This device may have been added with another device file.
[    53.384] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[    53.384] (II) Using input driver 'libinput' for 'Asus Keyboard'
[    53.384] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[    53.384] (**) Asus Keyboard: always reports core events
[    53.384] (**) Option "Device" "/dev/input/event4"
[    53.384] (**) Option "_source" "_driver/libinput"
[    53.384] (II) libinput: Asus Keyboard: is a virtual subdevice
[    53.384] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input9/event4"
[    53.384] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 15)
[    53.404] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-0): connected
[    53.404] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-0): Internal DisplayPort
[    53.404] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-0): 2670.0 MHz maximum pixel clock
[    53.404] (--) NVIDIA(GPU-0): 
[    53.405] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-2): connected
[    53.405] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-2): Internal DisplayPort
[    53.405] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-2): 2670.0 MHz maximum pixel clock
[    53.405] (--) NVIDIA(GPU-0): 
[    53.947] (II) modeset(0): EDID vendor "BOE", prod id 2419
[    53.947] (II) modeset(0): Using EDID range info for horizontal sync
[    53.947] (II) modeset(0): Using EDID range info for vertical refresh
[    53.947] (II) modeset(0): Printing DDC gathered Modelines:
[    53.947] (II) modeset(0): Modeline "2560x1440"x0.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[    53.949] (II) modeset(0): EDID vendor "BOE", prod id 2419
[    53.949] (II) modeset(0): Using hsync ranges from config file
[    53.949] (II) modeset(0): Using vrefresh ranges from config file
[    53.949] (II) modeset(0): Printing DDC gathered Modelines:
[    53.949] (II) modeset(0): Modeline "2560x1440"x0.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[    53.950] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-0): connected
[    53.950] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-0): Internal DisplayPort
[    53.950] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-0): 2670.0 MHz maximum pixel clock
[    53.950] (--) NVIDIA(GPU-0): 
[    53.952] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    53.952] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    53.952] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    53.952] (--) NVIDIA(GPU-0): 
[    53.952] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-2): connected
[    53.952] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-2): Internal DisplayPort
[    53.952] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-2): 2670.0 MHz maximum pixel clock
[    53.952] (--) NVIDIA(GPU-0): 
[    53.955] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    53.955] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    53.955] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    53.955] (--) NVIDIA(GPU-0): 
[    54.029] (II) modeset(0): Allocate new frame buffer 7680x1440 stride
[    54.040] (II) modeset(0): Disabling kernel dirty updates, not required.
[    54.046] randr: failed to create shared pixmap
[    54.047] (EE) NVIDIA(G0): Failed to configure Reverse PRIME on output DP-1-0.
[    54.053] randr: failed to create shared pixmap
[    54.053] (EE) NVIDIA(G0): Failed to configure Reverse PRIME on output DP-1-2.
[    55.017] (II) modeset(0): EDID vendor "BOE", prod id 2419
[    55.017] (II) modeset(0): Using hsync ranges from config file
[    55.017] (II) modeset(0): Using vrefresh ranges from config file
[    55.017] (II) modeset(0): Printing DDC gathered Modelines:
[    55.017] (II) modeset(0): Modeline "2560x1440"x0.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[    55.019] (II) modeset(0): EDID vendor "BOE", prod id 2419
[    55.019] (II) modeset(0): Using hsync ranges from config file
[    55.019] (II) modeset(0): Using vrefresh ranges from config file
[    55.019] (II) modeset(0): Printing DDC gathered Modelines:
[    55.019] (II) modeset(0): Modeline "2560x1440"x0.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[    55.020] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-0): connected
[    55.020] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-0): Internal DisplayPort
[    55.020] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-0): 2670.0 MHz maximum pixel clock
[    55.020] (--) NVIDIA(GPU-0): 
[    55.022] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    55.022] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    55.022] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    55.022] (--) NVIDIA(GPU-0): 
[    55.022] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-2): connected
[    55.022] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-2): Internal DisplayPort
[    55.022] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-2): 2670.0 MHz maximum pixel clock
[    55.022] (--) NVIDIA(GPU-0): 
[    55.024] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    55.024] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    55.024] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    55.024] (--) NVIDIA(GPU-0): 
[   101.007] (EE) event8  - ASUE1209:00 04F3:319F Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.18.1/touchpad-jumping-cursors.html for details
[   182.463] (EE) event5  - Asus Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
[   218.320] (EE) event5  - Asus Keyboard: client bug: event processing lagging behind by 14ms, your system is too slow
[   347.677] (EE) event5  - Asus Keyboard: client bug: event processing lagging behind by 34ms, your system is too slow
[   349.576] (EE) event5  - Asus Keyboard: client bug: event processing lagging behind by 20ms, your system is too slow
[   358.542] (EE) event5  - Asus Keyboard: client bug: event processing lagging behind by 25ms, your system is too slow
[   358.542] (EE) event5  - Asus Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[  2800.221] (EE) event8  - ASUE1209:00 04F3:319F Touchpad: client bug: event processing lagging behind by 16ms, your system is too slow

Offline

#56 2021-08-31 17:46:37

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,100

Re: xorg with amd APU and NVIDIA GPU

[    54.046] randr: failed to create shared pixmap
[    54.047] (EE) NVIDIA(G0): Failed to configure Reverse PRIME on output DP-1-0.
[    54.053] randr: failed to create shared pixmap
[    54.053] (EE) NVIDIA(G0): Failed to configure Reverse PRIME on output DP-1-2.

It would seem the limitations extend to modesetting/amdgpu but also

[    54.029] (II) modeset(0): Allocate new frame buffer 7680x1440 stride

That's a pretty wide root window - what if you try only one external output?

Offline

#57 2021-08-31 18:08:58

ExellentCoin
Member
Registered: 2021-07-17
Posts: 38

Re: xorg with amd APU and NVIDIA GPU

seth wrote:

It would seem the limitations extend to modesetting/amdgpu but also

[    54.029] (II) modeset(0): Allocate new frame buffer 7680x1440 stride

That's a pretty wide root window - what if you try only one external output?

That is what I try. Whenever x starts it tries to enable all connected outputs, but when I try manually, I only choose one.

Offline

#58 2021-08-31 22:02:54

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,100

Re: xorg with amd APU and NVIDIA GPU

Section "Monitor"
	Identifier "HDMI-0" # replace w/ the output name from xrandr that you want to disable
	Option	"Enable"	"False"
EndSection

We're btw. still missing

seth wrote:

the output of "xrandr -q" & "xrandr --listproviders", the exact randr command(s) you issued and the error messages

Offline

#59 2021-09-01 15:34:59

ExellentCoin
Member
Registered: 2021-07-17
Posts: 38

Re: xorg with amd APU and NVIDIA GPU

We're btw. still missing

seth wrote:

the output of "xrandr -q" & "xrandr --listproviders", the exact randr command(s) you issued and the error messages

Sorry, I forgot those.

xrandr --listproviders:

Providers: number : 2
Provider 0: id: 0x45 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 2 associated providers: 1 name:modesetting
Provider 1: id: 0x292 cap: 0x2, Sink Output crtcs: 4 outputs: 4 associated providers: 1 name:NVIDIA-G0

xrandr -q:

Screen 0: minimum 320 x 200, current 7680 x 1440, maximum 16384 x 16384
eDP-1 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   2560x1440    165.00*+  60.00 +  59.99    59.99    59.96    59.95  
   1920x1440     85.00    75.00    60.00  
   1856x1392     75.00    60.01  
   1792x1344     75.00    60.01  
   2048x1152     59.99    59.98    59.90    59.91  
   1920x1200    165.00    59.88    59.95  
   1920x1080    165.00    60.01    59.97    59.96    59.93  
   1600x1200    165.00    85.00    75.00    70.00    65.00    60.00  
   1680x1050    165.00    59.95    59.88  
   1400x1050     74.76    59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024    165.00    85.02    75.02    60.02  
   1440x900     165.00  
   1400x900      59.96    59.88  
   1280x960      85.00    60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1280x800     165.00    59.99    59.97    59.81    59.91  
   1152x864      75.00  
   1280x720     165.00    60.00    59.99    59.86    59.74  
   1024x768     165.00    85.00    75.05    60.04    85.00    75.03    70.07    60.00  
   1024x768i     86.96  
   960x720       85.00    75.00    60.00  
   928x696       75.00    60.05  
   896x672       75.05    60.01  
   1024x576      59.95    59.96    59.90    59.82  
   960x600       59.93    60.00  
   832x624       74.55  
   960x540       59.96    59.99    59.63    59.82  
   800x600      165.00    85.00    75.00    70.00    65.00    60.00    85.14    72.19    75.00    60.32    56.25  
   840x525       60.01    59.88  
   864x486       59.92    59.57  
   700x525       74.76    59.98  
   800x450       59.95    59.82  
   640x512       85.02    75.02    60.02  
   700x450       59.96    59.88  
   640x480      165.00    85.09    60.00    85.01    72.81    75.00    59.94  
   720x405       59.51    58.99  
   720x400       85.04  
   684x384       59.88    59.85  
   640x400       59.88    59.98    85.08  
   576x432       75.00  
   640x360       59.86    59.83    59.84    59.32  
   640x350       85.08  
   512x384       85.00    75.03    70.07    60.00  
   512x384i      87.06  
   512x288       60.00    59.92  
   416x312       74.66  
   480x270       59.63    59.82  
   400x300       85.27    72.19    75.12    60.32    56.34  
   432x243       59.92    59.57  
   320x240       85.18    72.81    75.00    60.05  
   360x202       59.51    59.13  
   360x200       85.04  
   320x200       85.27  
   320x180       59.84    59.32  
   320x175       85.27  
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1-0 connected (normal left inverted right x axis y axis)
   2560x1440     59.95 +
   1920x1080     60.00    59.94    50.00  
   1680x1050     59.95  
   1440x900      59.89  
   1280x1440     59.91  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x720      60.00    59.94    50.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93  
DP-1-1 disconnected (normal left inverted right x axis y axis)
DP-1-2 connected (normal left inverted right x axis y axis)
   2560x1440    144.00 + 120.00    99.90    59.95  
   1920x1080     74.91    60.00    59.94    50.00  
   1680x1050     59.95  
   1600x900      60.00  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      59.96  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   720x480       59.94  
   640x480       75.00    59.94    59.93  
DP-1-3 disconnected (normal left inverted right x axis y axis)
  1680x1050 (0x66) 146.250MHz -HSync +VSync
        h: width  1680 start 1784 end 1960 total 2240 skew    0 clock  65.29KHz
        v: height 1050 start 1053 end 1059 total 1089           clock  59.95Hz
  1280x1024 (0x70) 135.000MHz +HSync +VSync
        h: width  1280 start 1296 end 1440 total 1688 skew    0 clock  79.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  75.02Hz
  1280x1024 (0x71) 108.000MHz +HSync +VSync
        h: width  1280 start 1328 end 1440 total 1688 skew    0 clock  63.98KHz
        v: height 1024 start 1025 end 1028 total 1066           clock  60.02Hz
  1280x960 (0x76) 108.000MHz +HSync +VSync
        h: width  1280 start 1376 end 1488 total 1800 skew    0 clock  60.00KHz
        v: height  960 start  961 end  964 total 1000           clock  60.00Hz
  1024x768 (0x8b) 78.750MHz +HSync +VSync
        h: width  1024 start 1040 end 1136 total 1312 skew    0 clock  60.02KHz
        v: height  768 start  769 end  772 total  800           clock  75.03Hz
  1024x768 (0x8c) 75.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1328 skew    0 clock  56.48KHz
        v: height  768 start  771 end  777 total  806           clock  70.07Hz
  1024x768 (0x8d) 65.000MHz -HSync -VSync
        h: width  1024 start 1048 end 1184 total 1344 skew    0 clock  48.36KHz
        v: height  768 start  771 end  777 total  806           clock  60.00Hz
  800x600 (0xa9) 49.500MHz +HSync +VSync
        h: width   800 start  816 end  896 total 1056 skew    0 clock  46.88KHz
        v: height  600 start  601 end  604 total  625           clock  75.00Hz
  800x600 (0xa8) 50.000MHz +HSync +VSync
        h: width   800 start  856 end  976 total 1040 skew    0 clock  48.08KHz
        v: height  600 start  637 end  643 total  666           clock  72.19Hz
  800x600 (0xaa) 40.000MHz +HSync +VSync
        h: width   800 start  840 end  968 total 1056 skew    0 clock  37.88KHz
        v: height  600 start  601 end  605 total  628           clock  60.32Hz
  800x600 (0xab) 36.000MHz +HSync +VSync
        h: width   800 start  824 end  896 total 1024 skew    0 clock  35.16KHz
        v: height  600 start  601 end  603 total  625           clock  56.25Hz
  640x480 (0xbe) 31.500MHz -HSync -VSync
        h: width   640 start  656 end  720 total  840 skew    0 clock  37.50KHz
        v: height  480 start  481 end  484 total  500           clock  75.00Hz
  640x480 (0xbf) 25.175MHz -HSync -VSync
        h: width   640 start  656 end  752 total  800 skew    0 clock  31.47KHz
        v: height  480 start  490 end  492 total  525           clock  59.94Hz
  2560x1440 (0x4b) 241.500MHz +HSync -VSync
        h: width  2560 start 2608 end 2640 total 2720 skew    0 clock  88.79KHz
        v: height 1440 start 1443 end 1448 total 1481           clock  59.95Hz
  1280x800 (0x7e) 83.500MHz -HSync +VSync
        h: width  1280 start 1352 end 1480 total 1680 skew    0 clock  49.70KHz
        v: height  800 start  803 end  809 total  831           clock  59.81Hz

The commands I used:

xrandr --setprovideroutputsource NVIDIA-G0 modesetting

And then enabling one of the outputs using

 xrandr --output DP-1-X --auto

The error I get:

xrandr: Configure crtc "X" failed

Offline

#60 2021-09-01 15:36:16

ExellentCoin
Member
Registered: 2021-07-17
Posts: 38

Re: xorg with amd APU and NVIDIA GPU

seth wrote:
Section "Monitor"
	Identifier "HDMI-0" # replace w/ the output name from xrandr that you want to disable
	Option	"Enable"	"False"
EndSection

I don't see why that is useful, because the HDMI is connected to the amd APU and I would use it to connect my laptop to the tv.

Offline

#61 2021-09-01 15:41:36

ExellentCoin
Member
Registered: 2021-07-17
Posts: 38

Re: xorg with amd APU and NVIDIA GPU

I don't know if I have mentioned this before, but when I use the xorg.conf (see below), then the two external displays work and are silky smooth, but the internal display freezes.

xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 470.63.01

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Device"
    Identifier    "Device1"
    Driver        "amdgpu"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Offline

#62 2021-09-01 15:47:24

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,100

Re: xorg with amd APU and NVIDIA GPU

I don't see why that is useful

Whenever x starts it tries to enable all connected outputs

when I use the xorg.conf (see below), then the two external displays work

Because you're now running on the nvidia GPU.

There's a good chance that "amdgpu + nvidia don't work" holds, but you could try to run every output at 60Hz (xrandr --output … --rate 60) to avoid conflicts from that disparity.

Offline

#63 2021-09-02 09:35:01

ExellentCoin
Member
Registered: 2021-07-17
Posts: 38

Re: xorg with amd APU and NVIDIA GPU

So ... Uhm.... I guess it is fixed? I have to do some more testing, but when I booted this morning, everything works fine (uhm.... don't know how). I did a system update and reinstalled xf86-video-amdgpu (seth asked me  to delete it for the PRIME configuration).

So what is working now? Well when I startx it now enables all the screens, with butter smooth graphics (even in gnome). When looking at the xorg.conf (see below), i think it renders everything on the NVIDIA gpu, which explains the smoothness. But a couple of days ago this wasn't working. Now my question, below I will give you all the configurations of X and xrandr. Is there anything else you guys want me to add. When anyone stumbles on the same problem, I will gladly provide support when I can.

Thanks everyone for the amazing help. I will have to do some further testing, but fingers crossed the problem might be solved smile. On to the next one!

`/etc/X11/xorg.conf`:

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Device"
    Identifier    "Device1"
    Driver        "amdgpu"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

`xrandr -q`:

Screen 0: minimum 8 x 8, current 5120 x 2880, maximum 32767 x 32767
DP-0 connected 2560x1440+2560+0 (normal left inverted right x axis y axis) 597mm x 336mm
   2560x1440    144.00*+ 120.00    99.90    59.95  
   1920x1080     74.91    60.00    59.94    50.00  
   1680x1050     59.95  
   1600x900      60.00  
   1280x1024     75.02    60.02  
   1280x800      59.81  
   1280x720      60.00    59.94    50.00  
   1152x864      59.96  
   1024x768      75.03    60.00  
   800x600       75.00    60.32  
   720x480       59.94  
   640x480       75.00    59.94    59.93  
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
   2560x1440     59.95*+
   1920x1080     60.00    59.94    50.00  
   1680x1050     59.95  
   1440x900      59.89  
   1280x1440     59.91  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x720      60.00    59.94    50.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93  
DP-3 disconnected (normal left inverted right x axis y axis)
eDP-1-0 connected primary 2560x1440+2560+1440 (normal left inverted right x axis y axis) 344mm x 194mm
   2560x1440    165.00*+  60.00 +
   1920x1200    165.00  
   1920x1080    165.00  
   1600x1200    165.00  
   1680x1050    165.00  
   1280x1024    165.00  
   1440x900     165.00  
   1280x800     165.00  
   1280x720     165.00  
   1024x768     165.00  
   800x600      165.00  
   640x480      165.00  
HDMI-A-1-0 disconnected (normal left inverted right x axis y axis)

`/home/user_name/.xinitrc`:

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then







    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
 for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
 done
 unset f
fi

# User
setxkbmap be
# xrandr --output eDP-1-0 --primary --auto
# nitrogen --restore &
# compton &
# xbindkeys &
pulseaudio -k # For removing crackling sound
exec <window_manager_of_choice>

`/var/log/Xorg.0.log`:

[   191.552] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   191.552] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[   191.552] Build Operating System: Linux Archlinux
[   191.552] Current Operating System: Linux talos 5.13.13-arch1-1 #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000 x86_64
[   191.552] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=169522c6-57a4-4116-ae26-0d8017e9b4d5 rw cryptdevice=UUID=7555b0a1-7cfe-4ecd-afa9-5bfdd162a403:cryptroot root=/dev/mapper/cryptroot resume=/dev/mapper/cryptswap nouveau.modset=0 loglevel=3 quiet acpi_enforce_resources=lax
[   191.553] Build Date: 04 August 2021  08:13:54AM
[   191.553]  
[   191.553] Current version of pixman: 0.40.0
[   191.553] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   191.553] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   191.553] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Sep  2 10:47:28 2021
[   191.554] (==) Using config file: "/etc/X11/xorg.conf"
[   191.554] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   191.554] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   191.554] (==) ServerLayout "Layout0"
[   191.554] (**) |-->Screen "Screen0" (0)
[   191.554] (**) |   |-->Monitor "Monitor0"
[   191.555] (**) |   |-->Device "Device0"
[   191.555] (**) |   |-->GPUDevice "Device1"
[   191.555] (**) |-->Input Device "Keyboard0"
[   191.555] (**) |-->Input Device "Mouse0"
[   191.555] (==) Automatically adding devices
[   191.555] (==) Automatically enabling devices
[   191.555] (==) Automatically adding GPU devices
[   191.555] (==) Automatically binding GPU devices
[   191.555] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   191.555] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   191.555] 	Entry deleted from font path.
[   191.555] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   191.555] 	Entry deleted from font path.
[   191.555] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   191.555] 	Entry deleted from font path.
[   191.556] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[   191.556] (==) ModulePath set to "/usr/lib/xorg/modules"
[   191.556] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   191.556] (WW) Disabling Keyboard0
[   191.556] (WW) Disabling Mouse0
[   191.556] (II) Module ABI versions:
[   191.556] 	X.Org ANSI C Emulation: 0.4
[   191.556] 	X.Org Video Driver: 24.1
[   191.556] 	X.Org XInput driver : 24.1
[   191.556] 	X.Org Server Extension : 10.0
[   191.557] (++) using VT number 1

[   191.558] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   191.558] (II) xfree86: Adding drm device (/dev/dri/card1)
[   191.559] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[   191.559] (II) xfree86: Adding drm device (/dev/dri/card0)
[   191.559] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   191.560] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   191.562] (--) PCI: (1@0:0:0) 10de:249c:1043:1622 rev 161, Mem @ 0xfb000000/16777216, 0xf800000000/17179869184, 0xfc00000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[   191.562] (--) PCI:*(7@0:0:0) 1002:1638:1043:1622 rev 196, Mem @ 0xfc10000000/268435456, 0xfc20000000/2097152, 0xfc500000/524288, I/O @ 0x0000c000/256
[   191.562] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   191.562] (II) LoadModule: "glx"
[   191.562] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   191.567] (II) Module glx: vendor="X.Org Foundation"
[   191.567] 	compiled for 1.20.13, module version = 1.0.0
[   191.567] 	ABI class: X.Org Server Extension, version 10.0
[   191.567] (II) LoadModule: "nvidia"
[   191.567] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   191.570] (II) Module nvidia: vendor="NVIDIA Corporation"
[   191.570] 	compiled for 1.6.99.901, module version = 1.0.0
[   191.570] 	Module class: X.Org Video Driver
[   191.571] (II) LoadModule: "amdgpu"
[   191.571] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[   191.572] (II) Module amdgpu: vendor="X.Org Foundation"
[   191.572] 	compiled for 1.20.13, module version = 21.0.0
[   191.572] 	Module class: X.Org Video Driver
[   191.572] 	ABI class: X.Org Video Driver, version 24.1
[   191.572] (II) NVIDIA dlloader X Driver  470.63.01  Tue Aug  3 20:37:27 UTC 2021
[   191.572] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   191.573] (II) AMDGPU: Driver for AMD Radeon:
	All GPUs supported by the amdgpu kernel driver
[   191.576] (II) systemd-logind: releasing fd for 226:1
[   191.577] (II) Loading sub module "fb"
[   191.577] (II) LoadModule: "fb"
[   191.577] (II) Loading /usr/lib/xorg/modules/libfb.so
[   191.578] (II) Module fb: vendor="X.Org Foundation"
[   191.578] 	compiled for 1.20.13, module version = 1.0.0
[   191.578] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   191.578] (II) Loading sub module "wfb"
[   191.578] (II) LoadModule: "wfb"
[   191.578] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   191.579] (II) Module wfb: vendor="X.Org Foundation"
[   191.579] 	compiled for 1.20.13, module version = 1.0.0
[   191.579] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   191.579] (II) Loading sub module "ramdac"
[   191.579] (II) LoadModule: "ramdac"
[   191.579] (II) Module "ramdac" already built-in
[   191.580] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   191.580] (==) NVIDIA(0): RGB weight 888
[   191.580] (==) NVIDIA(0): Default visual is TrueColor
[   191.580] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   191.581] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[   191.581] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   191.581] (**) NVIDIA(0): Enabling 2D acceleration
[   191.581] (II) Loading sub module "glxserver_nvidia"
[   191.581] (II) LoadModule: "glxserver_nvidia"
[   191.581] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[   191.608] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   191.608] 	compiled for 1.6.99.901, module version = 1.0.0
[   191.608] 	Module class: X.Org Server Extension
[   191.608] (II) NVIDIA GLX Module  470.63.01  Tue Aug  3 20:35:52 UTC 2021
[   191.608] (II) NVIDIA: The X server supports PRIME Render Offload.
[   192.761] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[   192.761] (--) NVIDIA(0):     DFP-0
[   192.761] (--) NVIDIA(0):     DFP-1
[   192.761] (--) NVIDIA(0):     DFP-2 (boot)
[   192.761] (--) NVIDIA(0):     DFP-3
[   192.762] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3080 Laptop GPU (GA104-A) at
[   192.762] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[   192.762] (--) NVIDIA(0): Memory: 8388608 kBytes
[   192.762] (--) NVIDIA(0): VideoBIOS: 94.04.3f.00.d6
[   192.762] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   192.762] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   192.762] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   192.762] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   192.762] (--) NVIDIA(GPU-0): 
[   192.765] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   192.765] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   192.765] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   192.765] (--) NVIDIA(GPU-0): 
[   192.765] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   192.765] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   192.765] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   192.765] (--) NVIDIA(GPU-0): 
[   192.767] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   192.767] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   192.767] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   192.767] (--) NVIDIA(GPU-0): 
[   192.842] (==) NVIDIA(0): 
[   192.842] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[   192.842] (==) NVIDIA(0):     will be used as the requested mode.
[   192.842] (==) NVIDIA(0): 
[   192.843] (II) NVIDIA(0): Validated MetaModes:
[   192.843] (II) NVIDIA(0):     "DFP-2:nvidia-auto-select,DFP-0:nvidia-auto-select"
[   192.843] (II) NVIDIA(0): Virtual screen size determined to be 5120 x 1440
[   192.911] (--) NVIDIA(0): DPI set to (108, 107); computed from "UseEdidDpi" X config
[   192.911] (--) NVIDIA(0):     option
[   192.911] (**) AMDGPU(G0): Depth 24, (--) framebuffer bpp 32
[   192.911] (II) AMDGPU(G0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   192.911] (==) AMDGPU(G0): Default visual is TrueColor
[   192.911] (==) AMDGPU(G0): RGB weight 888
[   192.911] (II) AMDGPU(G0): Using 8 bits per RGB (8 bit DAC)
[   192.911] (--) AMDGPU(G0): Chipset: "Unknown AMD Radeon GPU" (ChipID = 0x1638)
[   192.911] (II) Loading sub module "fb"
[   192.911] (II) LoadModule: "fb"
[   192.911] (II) Loading /usr/lib/xorg/modules/libfb.so
[   192.911] (II) Module fb: vendor="X.Org Foundation"
[   192.911] 	compiled for 1.20.13, module version = 1.0.0
[   192.911] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   192.911] (II) Loading sub module "dri2"
[   192.911] (II) LoadModule: "dri2"
[   192.911] (II) Module "dri2" already built-in
[   193.026] (II) Loading sub module "glamoregl"
[   193.026] (II) LoadModule: "glamoregl"
[   193.026] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   193.031] (II) Module glamoregl: vendor="X.Org Foundation"
[   193.031] 	compiled for 1.20.13, module version = 1.0.1
[   193.031] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   193.067] (II) AMDGPU(G0): glamor X acceleration enabled on AMD RENOIR (DRM 3.41.0, 5.13.13-arch1-1, LLVM 12.0.1)
[   193.067] (II) AMDGPU(G0): glamor detected, initialising EGL layer.
[   193.067] (==) AMDGPU(G0): TearFree property default: auto
[   193.069] (II) AMDGPU(G0): Output eDP-1-0 using monitor section Monitor0
[   193.069] (II) AMDGPU(G0): Output HDMI-A-1-0 has no monitor section
[   193.073] (II) AMDGPU(G0): EDID for output eDP-1-0
[   193.073] (II) AMDGPU(G0): Manufacturer: BOE  Model: 973  Serial#: 0
[   193.073] (II) AMDGPU(G0): Year: 2021  Week: 10
[   193.073] (II) AMDGPU(G0): EDID Version: 1.4
[   193.073] (II) AMDGPU(G0): Digital Display Input
[   193.073] (II) AMDGPU(G0): 8 bits per channel
[   193.073] (II) AMDGPU(G0): Digital interface is DisplayPort
[   193.073] (II) AMDGPU(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[   193.073] (II) AMDGPU(G0): Gamma: 2.20
[   193.073] (II) AMDGPU(G0): No DPMS capabilities specified
[   193.073] (II) AMDGPU(G0): Supported color encodings: RGB 4:4:4 
[   193.073] (II) AMDGPU(G0): First detailed timing is preferred mode
[   193.073] (II) AMDGPU(G0): Preferred mode is native pixel format and refresh rate
[   193.073] (II) AMDGPU(G0): Display is continuous-frequency
[   193.073] (II) AMDGPU(G0): redX: 0.680 redY: 0.320   greenX: 0.265 greenY: 0.690
[   193.073] (II) AMDGPU(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[   193.073] (II) AMDGPU(G0): Manufacturer's mask: 0
[   193.073] (II) AMDGPU(G0): Supported detailed timing:
[   193.073] (II) AMDGPU(G0): clock: 256.1 MHz   Image Size:  344 x 194 mm
[   193.073] (II) AMDGPU(G0): h_active: 2560  h_sync: 2608  h_sync_end 2640 h_blank_end 2736 h_border: 0
[   193.073] (II) AMDGPU(G0): v_active: 1440  v_sync: 1443  v_sync_end 1449 v_blanking: 1560 v_border: 0
[   193.073] (II) AMDGPU(G0): Ranges: V min: 48 V max: 165 Hz, H min: 257 H max: 257 kHz, PixClock max 705 MHz
[   193.073] (II) AMDGPU(G0):  BOE CQ
[   193.073] (II) AMDGPU(G0):  NE156QHM-NY1
[   193.073] (II) AMDGPU(G0): Number of EDID sections to follow: 1
[   193.073] (II) AMDGPU(G0): EDID (in hex):
[   193.073] (II) AMDGPU(G0): 	00ffffffffffff0009e5730900000000
[   193.073] (II) AMDGPU(G0): 	0a1f0104a5221378030f95ae5243b026
[   193.073] (II) AMDGPU(G0): 	0f505400000001010101010101010101
[   193.073] (II) AMDGPU(G0): 	010101010101096400b0a0a078503020
[   193.073] (II) AMDGPU(G0): 	360058c210000018000000fd0c30a502
[   193.073] (II) AMDGPU(G0): 	0246010a202020202020000000fe0042
[   193.073] (II) AMDGPU(G0): 	4f452043510a202020202020000000fe
[   193.073] (II) AMDGPU(G0): 	004e4531353651484d2d4e59310a0144
[   193.073] (II) AMDGPU(G0): 	701379000003011419130184ff09af00
[   193.073] (II) AMDGPU(G0): 	2f001f009f0577000200050000000000
[   193.073] (II) AMDGPU(G0): 	00000000000000000000000000000000
[   193.073] (II) AMDGPU(G0): 	00000000000000000000000000000000
[   193.073] (II) AMDGPU(G0): 	00000000000000000000000000000000
[   193.073] (II) AMDGPU(G0): 	00000000000000000000000000000000
[   193.073] (II) AMDGPU(G0): 	00000000000000000000000000000000
[   193.073] (II) AMDGPU(G0): 	00000000000000000000000000008490
[   193.073] (II) AMDGPU(G0): Printing probed modes for output eDP-1-0
[   193.073] (II) AMDGPU(G0): Modeline "2560x1440"x165.0  704.26  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (257.4 kHz eP)
[   193.073] (II) AMDGPU(G0): Modeline "2560x1440"x60.0  256.09  2560 2608 2640 2736  1440 1443 1449 1560 -hsync -vsync (93.6 kHz eP)
[   193.073] (II) AMDGPU(G0): Modeline "1920x1200"x165.0  704.26  1920 2608 2640 2736  1200 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[   193.073] (II) AMDGPU(G0): Modeline "1920x1080"x165.0  704.26  1920 2608 2640 2736  1080 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[   193.073] (II) AMDGPU(G0): Modeline "1600x1200"x165.0  704.26  1600 2608 2640 2736  1200 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[   193.073] (II) AMDGPU(G0): Modeline "1680x1050"x165.0  704.26  1680 2608 2640 2736  1050 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[   193.073] (II) AMDGPU(G0): Modeline "1280x1024"x165.0  704.26  1280 2608 2640 2736  1024 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[   193.073] (II) AMDGPU(G0): Modeline "1440x900"x165.0  704.26  1440 2608 2640 2736  900 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[   193.073] (II) AMDGPU(G0): Modeline "1280x800"x165.0  704.26  1280 2608 2640 2736  800 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[   193.073] (II) AMDGPU(G0): Modeline "1280x720"x165.0  704.26  1280 2608 2640 2736  720 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[   193.073] (II) AMDGPU(G0): Modeline "1024x768"x165.0  704.26  1024 2608 2640 2736  768 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[   193.073] (II) AMDGPU(G0): Modeline "800x600"x165.0  704.26  800 2608 2640 2736  600 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[   193.073] (II) AMDGPU(G0): Modeline "640x480"x165.0  704.26  640 2608 2640 2736  480 1443 1449 1560 -hsync -vsync (257.4 kHz e)
[   193.073] (II) AMDGPU(G0): EDID for output HDMI-A-1-0
[   193.073] (II) AMDGPU(G0): mem size init: gart size :bf6ce000 vram size: s:1d906000 visible:1d906000
[   193.073] (==) AMDGPU(G0): DPI set to (96, 96)
[   193.073] (==) AMDGPU(G0): Using gamma correction (1.0, 1.0, 1.0)
[   193.073] (II) Loading sub module "ramdac"
[   193.073] (II) LoadModule: "ramdac"
[   193.073] (II) Module "ramdac" already built-in
[   193.074] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[   193.074] (II) NVIDIA:     access.
[   193.082] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   193.082] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   193.082] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   193.082] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   193.082] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   193.082] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   193.082] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   193.082] (II) NVIDIA(0):     Config Options in the README.
[   193.102] (II) NVIDIA(0): Setting mode "DFP-2:nvidia-auto-select,DFP-0:nvidia-auto-select"
[   193.205] (==) NVIDIA(0): Disabling shared memory pixmaps
[   193.205] (==) NVIDIA(0): Backing store enabled
[   193.205] (==) NVIDIA(0): Silken mouse disabled
[   193.206] (**) NVIDIA(0): DPMS enabled
[   193.206] (II) Loading sub module "dri2"
[   193.206] (II) LoadModule: "dri2"
[   193.206] (II) Module "dri2" already built-in
[   193.206] (II) NVIDIA(0): [DRI2] Setup complete
[   193.206] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   193.207] (II) AMDGPU(G0): [DRI2] Setup complete
[   193.207] (II) AMDGPU(G0): [DRI2]   DRI driver: radeonsi
[   193.207] (II) AMDGPU(G0): [DRI2]   VDPAU driver: radeonsi
[   193.282] (II) AMDGPU(G0): Front buffer pitch: 4096 bytes
[   193.282] (==) AMDGPU(G0): Backing store enabled
[   193.282] (II) AMDGPU(G0): Direct rendering enabled
[   193.304] (II) AMDGPU(G0): Use GLAMOR acceleration.
[   193.304] (II) AMDGPU(G0): Acceleration enabled
[   193.304] (**) AMDGPU(G0): DPMS enabled
[   193.304] (==) AMDGPU(G0): Silken mouse disabled
[   193.308] (II) Initializing extension Generic Event Extension
[   193.308] (II) Initializing extension SHAPE
[   193.308] (II) Initializing extension MIT-SHM
[   193.308] (II) Initializing extension XInputExtension
[   193.308] (II) Initializing extension XTEST
[   193.308] (II) Initializing extension BIG-REQUESTS
[   193.308] (II) Initializing extension SYNC
[   193.308] (II) Initializing extension XKEYBOARD
[   193.308] (II) Initializing extension XC-MISC
[   193.308] (II) Initializing extension SECURITY
[   193.308] (II) Initializing extension XFIXES
[   193.308] (II) Initializing extension RENDER
[   193.308] (II) Initializing extension RANDR
[   193.308] (II) Initializing extension COMPOSITE
[   193.308] (II) Initializing extension DAMAGE
[   193.308] (II) Initializing extension MIT-SCREEN-SAVER
[   193.308] (II) Initializing extension DOUBLE-BUFFER
[   193.308] (II) Initializing extension RECORD
[   193.308] (II) Initializing extension DPMS
[   193.308] (II) Initializing extension Present
[   193.308] (II) Initializing extension DRI3
[   193.308] (II) Initializing extension X-Resource
[   193.308] (II) Initializing extension XVideo
[   193.308] (II) Initializing extension XVideo-MotionCompensation
[   193.308] (II) Initializing extension GLX
[   193.308] (II) Initializing extension GLX
[   193.308] (II) Indirect GLX disabled.
[   193.308] (II) GLX: Another vendor is already registered for screen 0
[   193.308] (II) Initializing extension XFree86-VidModeExtension
[   193.308] (II) Initializing extension XFree86-DGA
[   193.308] (II) Initializing extension XFree86-DRI
[   193.308] (II) Initializing extension DRI2
[   193.308] (II) Initializing extension NV-GLX
[   193.308] (II) Initializing extension NV-CONTROL
[   193.308] (II) Initializing extension XINERAMA
[   193.586] (II) config/udev: Adding input device Asus Wireless Radio Control (/dev/input/event6)
[   193.586] (**) Asus Wireless Radio Control: Applying InputClass "libinput keyboard catchall"
[   193.586] (II) LoadModule: "libinput"
[   193.587] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   193.589] (II) Module libinput: vendor="X.Org Foundation"
[   193.589] 	compiled for 1.20.11, module version = 1.1.0
[   193.589] 	Module class: X.Org XInput Driver
[   193.589] 	ABI class: X.Org XInput driver, version 24.1
[   193.589] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[   193.590] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 40 paused 0
[   193.590] (**) Asus Wireless Radio Control: always reports core events
[   193.590] (**) Option "Device" "/dev/input/event6"
[   193.590] (**) Option "_source" "server/udev"
[   193.596] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[   193.596] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[   193.596] (II) event6  - Asus Wireless Radio Control: device removed
[   193.596] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input11/event6"
[   193.596] (II) XINPUT: Adding extended input device "Asus Wireless Radio Control" (type: KEYBOARD, id 6)
[   193.596] (II) event6  - Asus Wireless Radio Control: is tagged by udev as: Keyboard
[   193.596] (II) event6  - Asus Wireless Radio Control: device is a keyboard
[   193.596] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[   193.596] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   193.596] (II) Using input driver 'libinput' for 'Video Bus'
[   193.597] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 43 paused 0
[   193.597] (**) Video Bus: always reports core events
[   193.597] (**) Option "Device" "/dev/input/event3"
[   193.597] (**) Option "_source" "server/udev"
[   193.598] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   193.598] (II) event3  - Video Bus: device is a keyboard
[   193.598] (II) event3  - Video Bus: device removed
[   193.598] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:00/input/input3/event3"
[   193.598] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   193.598] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[   193.598] (II) event3  - Video Bus: device is a keyboard
[   193.599] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   193.599] (II) No input driver specified, ignoring this device.
[   193.599] (II) This device may have been added with another device file.
[   193.599] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   193.599] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   193.599] (II) Using input driver 'libinput' for 'Power Button'
[   193.600] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 44 paused 0
[   193.600] (**) Power Button: always reports core events
[   193.600] (**) Option "Device" "/dev/input/event1"
[   193.600] (**) Option "_source" "server/udev"
[   193.600] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   193.600] (II) event1  - Power Button: device is a keyboard
[   193.600] (II) event1  - Power Button: device removed
[   193.600] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   193.600] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   193.601] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   193.601] (II) event1  - Power Button: device is a keyboard
[   193.601] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[   193.601] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   193.601] (II) Using input driver 'libinput' for 'Sleep Button'
[   193.602] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 45 paused 0
[   193.602] (**) Sleep Button: always reports core events
[   193.602] (**) Option "Device" "/dev/input/event2"
[   193.602] (**) Option "_source" "server/udev"
[   193.602] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   193.602] (II) event2  - Sleep Button: device is a keyboard
[   193.603] (II) event2  - Sleep Button: device removed
[   193.603] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[   193.603] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   193.603] (II) event2  - Sleep Button: is tagged by udev as: Keyboard
[   193.603] (II) event2  - Sleep Button: device is a keyboard
[   193.603] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[   193.603] (II) No input driver specified, ignoring this device.
[   193.603] (II) This device may have been added with another device file.
[   193.604] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[   193.604] (II) No input driver specified, ignoring this device.
[   193.604] (II) This device may have been added with another device file.
[   193.604] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[   193.604] (II) No input driver specified, ignoring this device.
[   193.604] (II) This device may have been added with another device file.
[   193.604] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[   193.604] (II) No input driver specified, ignoring this device.
[   193.604] (II) This device may have been added with another device file.
[   193.604] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event14)
[   193.604] (II) No input driver specified, ignoring this device.
[   193.604] (II) This device may have been added with another device file.
[   193.604] (II) config/udev: Adding input device HD-Audio Generic HDMI/DP,pcm=3 (/dev/input/event9)
[   193.604] (II) No input driver specified, ignoring this device.
[   193.604] (II) This device may have been added with another device file.
[   193.605] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event4)
[   193.605] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[   193.605] (II) Using input driver 'libinput' for 'Asus Keyboard'
[   193.605] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 46 paused 0
[   193.605] (**) Asus Keyboard: always reports core events
[   193.605] (**) Option "Device" "/dev/input/event4"
[   193.605] (**) Option "_source" "server/udev"
[   193.606] (II) event4  - Asus Keyboard: is tagged by udev as: Keyboard
[   193.606] (II) event4  - Asus Keyboard: device is a keyboard
[   193.606] (II) event4  - Asus Keyboard: device removed
[   193.606] (II) libinput: Asus Keyboard: needs a virtual subdevice
[   193.606] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input9/event4"
[   193.606] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: MOUSE, id 10)
[   193.606] (**) Option "AccelerationScheme" "none"
[   193.606] (**) Asus Keyboard: (accel) selected scheme none/0
[   193.606] (**) Asus Keyboard: (accel) acceleration factor: 2.000
[   193.606] (**) Asus Keyboard: (accel) acceleration threshold: 4
[   193.607] (II) event4  - Asus Keyboard: is tagged by udev as: Keyboard
[   193.607] (II) event4  - Asus Keyboard: device is a keyboard
[   193.607] (II) config/udev: Adding input device Asus Keyboard (/dev/input/event5)
[   193.607] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[   193.607] (II) Using input driver 'libinput' for 'Asus Keyboard'
[   193.608] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 47 paused 0
[   193.608] (**) Asus Keyboard: always reports core events
[   193.608] (**) Option "Device" "/dev/input/event5"
[   193.608] (**) Option "_source" "server/udev"
[   193.609] (II) event5  - Asus Keyboard: is tagged by udev as: Keyboard
[   193.609] (II) event5  - Asus Keyboard: device is a keyboard
[   193.609] (II) event5  - Asus Keyboard: device removed
[   193.609] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.2/0003:0B05:19B6.0003/input/input10/event5"
[   193.609] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 11)
[   193.610] (II) event5  - Asus Keyboard: is tagged by udev as: Keyboard
[   193.610] (II) event5  - Asus Keyboard: device is a keyboard
[   193.611] (II) config/udev: Adding input device HD-Audio Generic Mic (/dev/input/event17)
[   193.611] (II) No input driver specified, ignoring this device.
[   193.611] (II) This device may have been added with another device file.
[   193.611] (II) config/udev: Adding input device HD-Audio Generic Headphone (/dev/input/event18)
[   193.611] (II) No input driver specified, ignoring this device.
[   193.611] (II) This device may have been added with another device file.
[   193.611] (II) config/udev: Adding input device ASUE1209:00 04F3:319F Mouse (/dev/input/event15)
[   193.611] (**) ASUE1209:00 04F3:319F Mouse: Applying InputClass "libinput pointer catchall"
[   193.611] (II) Using input driver 'libinput' for 'ASUE1209:00 04F3:319F Mouse'
[   193.612] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 48 paused 0
[   193.612] (**) ASUE1209:00 04F3:319F Mouse: always reports core events
[   193.612] (**) Option "Device" "/dev/input/event15"
[   193.612] (**) Option "_source" "server/udev"
[   193.612] (II) event15 - ASUE1209:00 04F3:319F Mouse: is tagged by udev as: Mouse Pointingstick
[   193.612] (II) event15 - ASUE1209:00 04F3:319F Mouse: device is a pointer
[   193.613] (II) event15 - ASUE1209:00 04F3:319F Mouse: device removed
[   193.613] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-1/i2c-ASUE1209:00/0018:04F3:319F.0004/input/input24/event15"
[   193.613] (II) XINPUT: Adding extended input device "ASUE1209:00 04F3:319F Mouse" (type: MOUSE, id 12)
[   193.613] (**) Option "AccelerationScheme" "none"
[   193.613] (**) ASUE1209:00 04F3:319F Mouse: (accel) selected scheme none/0
[   193.613] (**) ASUE1209:00 04F3:319F Mouse: (accel) acceleration factor: 2.000
[   193.613] (**) ASUE1209:00 04F3:319F Mouse: (accel) acceleration threshold: 4
[   193.614] (II) event15 - ASUE1209:00 04F3:319F Mouse: is tagged by udev as: Mouse Pointingstick
[   193.614] (II) event15 - ASUE1209:00 04F3:319F Mouse: device is a pointer
[   193.614] (II) config/udev: Adding input device ASUE1209:00 04F3:319F Mouse (/dev/input/mouse0)
[   193.614] (II) No input driver specified, ignoring this device.
[   193.614] (II) This device may have been added with another device file.
[   193.615] (II) config/udev: Adding input device ASUE1209:00 04F3:319F Touchpad (/dev/input/event16)
[   193.615] (**) ASUE1209:00 04F3:319F Touchpad: Applying InputClass "libinput touchpad catchall"
[   193.615] (**) ASUE1209:00 04F3:319F Touchpad: Applying InputClass "touchpad"
[   193.615] (II) Using input driver 'libinput' for 'ASUE1209:00 04F3:319F Touchpad'
[   193.615] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 49 paused 0
[   193.615] (**) ASUE1209:00 04F3:319F Touchpad: always reports core events
[   193.615] (**) Option "Device" "/dev/input/event16"
[   193.615] (**) Option "_source" "server/udev"
[   193.616] (II) event16 - ASUE1209:00 04F3:319F Touchpad: is tagged by udev as: Touchpad
[   193.617] (II) event16 - ASUE1209:00 04F3:319F Touchpad: device is a touchpad
[   193.617] (II) event16 - ASUE1209:00 04F3:319F Touchpad: device removed
[   193.617] (**) Option "Tapping" "on"
[   193.617] (**) Option "NaturalScrolling" "on"
[   193.617] (**) Option "config_info" "udev:/sys/devices/platform/AMDI0010:03/i2c-1/i2c-ASUE1209:00/0018:04F3:319F.0004/input/input25/event16"
[   193.617] (II) XINPUT: Adding extended input device "ASUE1209:00 04F3:319F Touchpad" (type: TOUCHPAD, id 13)
[   193.618] (**) Option "AccelerationScheme" "none"
[   193.618] (**) ASUE1209:00 04F3:319F Touchpad: (accel) selected scheme none/0
[   193.618] (**) ASUE1209:00 04F3:319F Touchpad: (accel) acceleration factor: 2.000
[   193.618] (**) ASUE1209:00 04F3:319F Touchpad: (accel) acceleration threshold: 4
[   193.620] (II) event16 - ASUE1209:00 04F3:319F Touchpad: is tagged by udev as: Touchpad
[   193.621] (II) event16 - ASUE1209:00 04F3:319F Touchpad: device is a touchpad
[   193.621] (II) config/udev: Adding input device ASUE1209:00 04F3:319F Touchpad (/dev/input/mouse1)
[   193.621] (**) ASUE1209:00 04F3:319F Touchpad: Applying InputClass "touchpad"
[   193.621] (II) Using input driver 'libinput' for 'ASUE1209:00 04F3:319F Touchpad'
[   193.621] (**) ASUE1209:00 04F3:319F Touchpad: always reports core events
[   193.621] (**) Option "Device" "/dev/input/mouse1"
[   193.621] (**) Option "_source" "server/udev"
[   193.701] (II) mouse1  - not using input device '/dev/input/mouse1'.
[   193.701] (EE) libinput: ASUE1209:00 04F3:319F Touchpad: Failed to create a device for /dev/input/mouse1
[   193.701] (EE) PreInit returned 2 for "ASUE1209:00 04F3:319F Touchpad"
[   193.701] (II) UnloadModule: "libinput"
[   193.701] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event8)
[   193.701] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   193.701] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[   193.702] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 50 paused 0
[   193.702] (**) Asus WMI hotkeys: always reports core events
[   193.702] (**) Option "Device" "/dev/input/event8"
[   193.702] (**) Option "_source" "server/udev"
[   193.703] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   193.703] (II) event8  - Asus WMI hotkeys: device is a keyboard
[   193.703] (II) event8  - Asus WMI hotkeys: device removed
[   193.703] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input13/event8"
[   193.703] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 14)
[   193.704] (II) event8  - Asus WMI hotkeys: is tagged by udev as: Keyboard
[   193.704] (II) event8  - Asus WMI hotkeys: device is a keyboard
[   193.704] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[   193.704] (II) No input driver specified, ignoring this device.
[   193.704] (II) This device may have been added with another device file.
[   193.707] (**) Asus Keyboard: Applying InputClass "libinput keyboard catchall"
[   193.707] (II) Using input driver 'libinput' for 'Asus Keyboard'
[   193.707] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[   193.707] (**) Asus Keyboard: always reports core events
[   193.707] (**) Option "Device" "/dev/input/event4"
[   193.707] (**) Option "_source" "_driver/libinput"
[   193.707] (II) libinput: Asus Keyboard: is a virtual subdevice
[   193.708] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input9/event4"
[   193.708] (II) XINPUT: Adding extended input device "Asus Keyboard" (type: KEYBOARD, id 15)
[   193.708] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   193.708] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   193.708] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   193.708] (--) NVIDIA(GPU-0): 
[   193.708] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   193.708] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   193.708] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   193.708] (--) NVIDIA(GPU-0): 
[   194.182] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   194.182] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   194.182] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   194.182] (--) NVIDIA(GPU-0): 
[   194.182] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   194.182] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   194.182] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   194.182] (--) NVIDIA(GPU-0): 
[   194.182] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   194.182] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   194.182] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   194.182] (--) NVIDIA(GPU-0): 
[   194.184] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   194.184] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   194.184] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   194.184] (--) NVIDIA(GPU-0): 
[   194.185] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   194.185] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   194.185] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   194.185] (--) NVIDIA(GPU-0): 
[   194.185] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   194.185] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   194.185] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   194.185] (--) NVIDIA(GPU-0): 
[   194.185] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   194.185] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   194.185] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   194.185] (--) NVIDIA(GPU-0): 
[   194.187] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   194.187] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   194.187] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   194.187] (--) NVIDIA(GPU-0): 
[   194.286] (II) NVIDIA(0): Setting mode "DP-2: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, DP-0: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[   194.608] (II) NVIDIA(0): Setting mode "DP-2: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, DP-0: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[   196.742] randr: falling back to unsynchronized pixmap sharing
[   197.945] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   197.945] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   197.945] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   197.945] (--) NVIDIA(GPU-0): 
[   197.948] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   197.948] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   197.948] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   197.948] (--) NVIDIA(GPU-0): 
[   197.948] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   197.948] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   197.948] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   197.948] (--) NVIDIA(GPU-0): 
[   197.950] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   197.950] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   197.950] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   197.950] (--) NVIDIA(GPU-0): 
[   197.950] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   197.950] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   197.950] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   197.950] (--) NVIDIA(GPU-0): 
[   197.953] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   197.953] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   197.953] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   197.953] (--) NVIDIA(GPU-0): 
[   197.953] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   197.953] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   197.953] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   197.953] (--) NVIDIA(GPU-0): 
[   197.955] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   197.955] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   197.955] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   197.955] (--) NVIDIA(GPU-0): 
[   198.836] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   198.836] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   198.836] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   198.836] (--) NVIDIA(GPU-0): 
[   198.839] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   198.839] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   198.839] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   198.839] (--) NVIDIA(GPU-0): 
[   198.839] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   198.839] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   198.839] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   198.839] (--) NVIDIA(GPU-0): 
[   198.841] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   198.841] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   198.841] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   198.841] (--) NVIDIA(GPU-0): 
[   198.841] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   198.841] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   198.841] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   198.841] (--) NVIDIA(GPU-0): 
[   198.844] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   198.844] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   198.844] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   198.844] (--) NVIDIA(GPU-0): 
[   198.844] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   198.844] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   198.844] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   198.844] (--) NVIDIA(GPU-0): 
[   198.846] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   198.846] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   198.846] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   198.846] (--) NVIDIA(GPU-0): 
[   198.913] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   198.913] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   198.913] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   198.913] (--) NVIDIA(GPU-0): 
[   198.916] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   198.916] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   198.916] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   198.916] (--) NVIDIA(GPU-0): 
[   198.916] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   198.916] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   198.916] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   198.916] (--) NVIDIA(GPU-0): 
[   198.918] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   198.918] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   198.918] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   198.918] (--) NVIDIA(GPU-0): 
[   198.918] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   198.918] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   198.918] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   198.918] (--) NVIDIA(GPU-0): 
[   198.921] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   198.921] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   198.921] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   198.921] (--) NVIDIA(GPU-0): 
[   198.921] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   198.921] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   198.921] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   198.921] (--) NVIDIA(GPU-0): 
[   198.923] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   198.923] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   198.923] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   198.923] (--) NVIDIA(GPU-0): 
[   237.509] (EE) event16 - ASUE1209:00 04F3:319F Touchpad: client bug: event processing lagging behind by 14ms, your system is too slow
[   239.486] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   239.486] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   239.486] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   239.486] (--) NVIDIA(GPU-0): 
[   239.488] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   239.488] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   239.488] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   239.488] (--) NVIDIA(GPU-0): 
[   239.489] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   239.489] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   239.489] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   239.489] (--) NVIDIA(GPU-0): 
[   239.491] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   239.491] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   239.491] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   239.491] (--) NVIDIA(GPU-0): 
[   239.491] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   239.491] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   239.491] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   239.491] (--) NVIDIA(GPU-0): 
[   239.494] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   239.494] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   239.494] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   239.494] (--) NVIDIA(GPU-0): 
[   239.494] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   239.494] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   239.494] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   239.494] (--) NVIDIA(GPU-0): 
[   239.496] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   239.496] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   239.496] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   239.496] (--) NVIDIA(GPU-0): 
[   259.096] (EE) AMDGPU(G0): drmmode_do_crtc_dpms cannot get last vblank counter
[   259.107] (II) NVIDIA(0): Setting mode "DP-2: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, DP-0: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[   259.753] (II) NVIDIA(0): Setting mode "DP-2: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, DP-0: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[   259.939] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   259.939] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   259.939] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   259.939] (--) NVIDIA(GPU-0): 
[   259.941] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   259.941] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   259.941] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   259.941] (--) NVIDIA(GPU-0): 
[   259.942] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   259.942] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   259.942] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   259.942] (--) NVIDIA(GPU-0): 
[   259.944] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   259.944] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   259.944] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   259.944] (--) NVIDIA(GPU-0): 
[   259.944] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   259.944] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   259.944] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   259.944] (--) NVIDIA(GPU-0): 
[   259.947] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   259.947] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   259.947] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   259.947] (--) NVIDIA(GPU-0): 
[   259.947] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   259.947] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   259.947] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   259.947] (--) NVIDIA(GPU-0): 
[   259.949] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   259.949] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   259.949] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   259.949] (--) NVIDIA(GPU-0): 
[   260.098] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   260.098] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   260.098] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   260.098] (--) NVIDIA(GPU-0): 
[   260.101] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   260.101] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   260.101] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   260.101] (--) NVIDIA(GPU-0): 
[   260.102] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   260.102] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   260.102] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   260.102] (--) NVIDIA(GPU-0): 
[   260.105] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   260.105] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   260.105] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   260.105] (--) NVIDIA(GPU-0): 
[   260.105] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   260.105] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   260.105] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   260.105] (--) NVIDIA(GPU-0): 
[   260.107] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   260.107] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   260.107] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   260.107] (--) NVIDIA(GPU-0): 
[   260.108] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   260.108] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   260.108] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   260.108] (--) NVIDIA(GPU-0): 
[   260.110] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   260.110] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   260.110] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   260.110] (--) NVIDIA(GPU-0): 
[   260.161] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   260.161] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   260.161] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   260.161] (--) NVIDIA(GPU-0): 
[   260.164] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   260.164] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   260.164] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   260.164] (--) NVIDIA(GPU-0): 
[   260.165] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   260.165] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   260.165] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   260.165] (--) NVIDIA(GPU-0): 
[   260.167] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   260.167] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   260.167] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   260.167] (--) NVIDIA(GPU-0): 
[   260.168] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   260.168] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   260.168] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   260.168] (--) NVIDIA(GPU-0): 
[   260.170] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   260.170] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   260.170] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   260.170] (--) NVIDIA(GPU-0): 
[   260.170] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   260.170] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   260.170] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   260.171] (--) NVIDIA(GPU-0): 
[   260.173] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   260.173] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   260.173] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   260.173] (--) NVIDIA(GPU-0): 
[   260.191] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   260.191] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   260.191] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   260.191] (--) NVIDIA(GPU-0): 
[   260.194] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   260.194] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   260.194] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   260.194] (--) NVIDIA(GPU-0): 
[   260.194] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   260.194] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   260.194] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   260.194] (--) NVIDIA(GPU-0): 
[   260.197] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   260.197] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   260.197] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   260.197] (--) NVIDIA(GPU-0): 
[   260.197] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   260.197] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   260.197] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   260.197] (--) NVIDIA(GPU-0): 
[   260.200] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   260.200] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   260.200] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   260.200] (--) NVIDIA(GPU-0): 
[   260.200] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   260.200] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   260.200] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   260.200] (--) NVIDIA(GPU-0): 
[   260.203] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   260.203] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   260.203] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   260.203] (--) NVIDIA(GPU-0): 
[   260.205] (EE) event16 - ASUE1209:00 04F3:319F Touchpad: client bug: event processing lagging behind by 12ms, your system is too slow
[   260.207] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   260.207] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   260.207] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   260.207] (--) NVIDIA(GPU-0): 
[   260.210] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   260.210] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   260.210] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   260.210] (--) NVIDIA(GPU-0): 
[   260.210] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   260.210] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   260.210] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   260.210] (--) NVIDIA(GPU-0): 
[   260.213] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   260.213] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   260.213] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   260.213] (--) NVIDIA(GPU-0): 
[   260.213] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   260.213] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   260.213] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   260.213] (--) NVIDIA(GPU-0): 
[   260.216] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   260.216] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   260.216] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   260.216] (--) NVIDIA(GPU-0): 
[   260.216] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   260.216] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   260.216] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   260.216] (--) NVIDIA(GPU-0): 
[   260.218] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   260.218] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   260.219] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   260.219] (--) NVIDIA(GPU-0): 
[   270.618] (II) NVIDIA(0): Setting mode "DP-2: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, DP-0: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[   270.748] (II) NVIDIA(0): Setting mode "DP-2: nvidia-auto-select @2560x1440 +0+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}, DP-0: nvidia-auto-select @2560x1440 +2560+0 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0}"
[   270.912] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   270.912] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   270.912] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   270.912] (--) NVIDIA(GPU-0): 
[   270.914] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   270.914] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   270.914] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   270.914] (--) NVIDIA(GPU-0): 
[   270.915] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   270.915] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   270.915] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   270.915] (--) NVIDIA(GPU-0): 
[   270.917] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   270.917] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   270.917] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   270.917] (--) NVIDIA(GPU-0): 
[   270.917] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   270.917] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   270.917] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   270.917] (--) NVIDIA(GPU-0): 
[   270.919] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   270.919] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   270.919] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   270.919] (--) NVIDIA(GPU-0): 
[   270.920] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   270.920] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   270.920] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   270.920] (--) NVIDIA(GPU-0): 
[   270.922] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   270.922] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   270.922] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   270.922] (--) NVIDIA(GPU-0): 
[   270.954] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   270.954] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   270.954] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   270.954] (--) NVIDIA(GPU-0): 
[   270.957] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   270.957] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   270.957] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   270.957] (--) NVIDIA(GPU-0): 
[   270.957] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   270.957] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   270.957] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   270.957] (--) NVIDIA(GPU-0): 
[   270.959] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   270.959] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   270.959] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   270.959] (--) NVIDIA(GPU-0): 
[   270.960] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   270.960] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   270.960] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   270.960] (--) NVIDIA(GPU-0): 
[   270.962] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   270.962] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   270.962] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   270.962] (--) NVIDIA(GPU-0): 
[   270.963] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   270.963] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   270.963] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   270.963] (--) NVIDIA(GPU-0): 
[   270.965] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   270.965] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   270.965] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   270.965] (--) NVIDIA(GPU-0): 
[   270.969] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   270.969] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   270.969] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   270.969] (--) NVIDIA(GPU-0): 
[   270.972] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   270.972] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   270.972] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   270.972] (--) NVIDIA(GPU-0): 
[   270.972] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   270.972] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   270.972] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   270.972] (--) NVIDIA(GPU-0): 
[   270.974] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   270.974] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   270.974] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   270.974] (--) NVIDIA(GPU-0): 
[   270.975] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   270.975] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   270.975] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   270.975] (--) NVIDIA(GPU-0): 
[   270.977] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   270.977] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   270.977] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   270.977] (--) NVIDIA(GPU-0): 
[   270.978] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   270.978] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   270.978] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   270.978] (--) NVIDIA(GPU-0): 
[   270.980] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   270.980] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   270.980] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   270.980] (--) NVIDIA(GPU-0): 
[   270.991] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   270.991] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   270.991] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   270.991] (--) NVIDIA(GPU-0): 
[   270.994] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   270.994] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   270.994] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   270.994] (--) NVIDIA(GPU-0): 
[   270.994] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   270.994] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   270.994] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   270.994] (--) NVIDIA(GPU-0): 
[   270.996] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   270.996] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   270.996] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   270.996] (--) NVIDIA(GPU-0): 
[   270.997] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   270.997] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   270.997] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   270.997] (--) NVIDIA(GPU-0): 
[   270.999] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   270.999] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   270.999] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   270.999] (--) NVIDIA(GPU-0): 
[   270.999] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   270.999] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   270.999] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   270.999] (--) NVIDIA(GPU-0): 
[   271.001] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   271.001] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   271.001] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   271.001] (--) NVIDIA(GPU-0): 
[   271.005] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   271.005] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   271.005] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   271.005] (--) NVIDIA(GPU-0): 
[   271.008] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   271.008] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   271.008] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   271.008] (--) NVIDIA(GPU-0): 
[   271.008] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   271.008] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   271.008] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   271.008] (--) NVIDIA(GPU-0): 
[   271.011] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   271.011] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   271.011] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   271.011] (--) NVIDIA(GPU-0): 
[   271.011] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   271.011] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   271.011] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   271.011] (--) NVIDIA(GPU-0): 
[   271.014] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   271.014] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   271.014] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   271.014] (--) NVIDIA(GPU-0): 
[   271.014] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   271.014] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   271.014] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   271.014] (--) NVIDIA(GPU-0): 
[   271.016] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   271.016] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   271.016] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   271.016] (--) NVIDIA(GPU-0): 
[   734.025] (EE) event5  - Asus Keyboard: client bug: event processing lagging behind by 12ms, your system is too slow
[   822.611] (EE) event16 - ASUE1209:00 04F3:319F Touchpad: client bug: event processing lagging behind by 29ms, your system is too slow
[   950.744] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   950.744] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   950.744] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   950.744] (--) NVIDIA(GPU-0): 
[   950.746] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   950.746] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   950.746] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   950.746] (--) NVIDIA(GPU-0): 
[   950.747] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   950.747] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   950.747] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   950.747] (--) NVIDIA(GPU-0): 
[   950.749] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   950.749] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   950.749] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   950.749] (--) NVIDIA(GPU-0): 
[   950.750] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   950.750] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   950.750] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   950.750] (--) NVIDIA(GPU-0): 
[   950.752] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   950.752] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   950.752] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   950.752] (--) NVIDIA(GPU-0): 
[   950.753] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   950.753] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   950.753] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   950.753] (--) NVIDIA(GPU-0): 
[   950.755] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   950.755] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   950.755] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   950.755] (--) NVIDIA(GPU-0): 
[   982.177] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   982.177] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   982.177] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   982.177] (--) NVIDIA(GPU-0): 
[   982.179] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   982.179] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   982.179] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   982.179] (--) NVIDIA(GPU-0): 
[   982.180] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   982.180] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   982.180] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   982.180] (--) NVIDIA(GPU-0): 
[   982.182] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   982.182] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   982.182] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   982.182] (--) NVIDIA(GPU-0): 
[   982.183] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): connected
[   982.183] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): Internal DisplayPort
[   982.183] (--) NVIDIA(GPU-0): LG Electronics 27GL850 (DFP-0): 2670.0 MHz maximum pixel clock
[   982.183] (--) NVIDIA(GPU-0): 
[   982.185] (--) NVIDIA(GPU-0): DFP-1: disconnected
[   982.185] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[   982.185] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[   982.185] (--) NVIDIA(GPU-0): 
[   982.186] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): connected
[   982.186] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): Internal DisplayPort
[   982.186] (--) NVIDIA(GPU-0): AOC Q2790 (DFP-2): 2670.0 MHz maximum pixel clock
[   982.186] (--) NVIDIA(GPU-0): 
[   982.188] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   982.188] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   982.188] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   982.188] (--) NVIDIA(GPU-0): 

`nvidia-smi`:

Thu Sep  2 11:03:48 2021       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 470.63.01    Driver Version: 470.63.01    CUDA Version: 11.4     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:01:00.0  On |                  N/A |
| N/A   54C    P8    19W /  N/A |    691MiB /  7982MiB |     12%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A     56190      G   /usr/lib/Xorg                     522MiB |
|    0   N/A  N/A     57288      G   /usr/bin/gnome-shell               44MiB |
|    0   N/A  N/A     66552      G   /usr/lib/firefox/firefox           94MiB |
|    0   N/A  N/A     72815      G   ...AAAAAAAAA= --shared-files       26MiB |
+-----------------------------------------------------------------------------+

`journalctl -b`:

-- Journal begins at Fri 2021-07-23 20:44:18 CEST, ends at Thu 2021-09-02 11:01:37 CEST. --
Sep 02 10:44:31 talos kernel: Linux version 5.13.13-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000
Sep 02 10:44:31 talos kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=169522c6-57a4-4116-ae26-0d8017e9b4d5 rw cryptdevice=UUID=7555b0a1-7cfe-4ecd-afa9-5bfdd162a403:cryptroot root=/dev/mapper/cryptroot resume=/dev/mapper/cryptswap nouveau.modset=0 loglevel=3 quiet acpi_enforce_resources=lax
Sep 02 10:44:31 talos kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 02 10:44:31 talos kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 02 10:44:31 talos kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 02 10:44:31 talos kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Sep 02 10:44:31 talos kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Sep 02 10:44:31 talos kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Sep 02 10:44:31 talos kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
Sep 02 10:44:31 talos kernel: BIOS-provided physical RAM map:
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009dbefff] usable
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x0000000009dbf000-0x000000000a000fff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x000000000a20f000-0x00000000eadf7fff] usable
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000eadf8000-0x00000000ec311fff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000ec312000-0x00000000ec375fff] ACPI data
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000ec376000-0x00000000ec52ffff] ACPI NVS
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000ec530000-0x00000000ecd47fff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000ecd48000-0x00000000ecdfefff] type 20
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000ecdff000-0x00000000edffffff] usable
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000ee000000-0x00000000f7ffffff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x0000000100000000-0x00000003ee2fffff] usable
Sep 02 10:44:31 talos kernel: BIOS-e820: [mem 0x00000003ee300000-0x000000040fffffff] reserved
Sep 02 10:44:31 talos kernel: NX (Execute Disable) protection: active
Sep 02 10:44:31 talos kernel: efi: EFI v2.70 by American Megatrends
Sep 02 10:44:31 talos kernel: efi: ACPI=0xec518000 ACPI 2.0=0xec518014 TPMFinalLog=0xec4e3000 SMBIOS=0xecbe4000 SMBIOS 3.0=0xecbe3000 MEMATTR=0xe742f018 ESRT=0xe9830918 
Sep 02 10:44:31 talos kernel: SMBIOS 3.3.0 present.
Sep 02 10:44:31 talos kernel: DMI: ASUSTeK COMPUTER INC. ROG Zephyrus G15 GA503QS_GA503QS/GA503QS, BIOS GA503QS.410 05/18/2021
Sep 02 10:44:31 talos kernel: tsc: Fast TSC calibration using PIT
Sep 02 10:44:31 talos kernel: tsc: Detected 3293.849 MHz processor
Sep 02 10:44:31 talos kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 02 10:44:31 talos kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 02 10:44:31 talos kernel: last_pfn = 0x3ee300 max_arch_pfn = 0x400000000
Sep 02 10:44:31 talos kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Sep 02 10:44:31 talos kernel: e820: update [mem 0xf0000000-0xffffffff] usable ==> reserved
Sep 02 10:44:31 talos kernel: last_pfn = 0xee000 max_arch_pfn = 0x400000000
Sep 02 10:44:31 talos kernel: esrt: Reserving ESRT space from 0x00000000e9830918 to 0x00000000e9830950.
Sep 02 10:44:31 talos kernel: e820: update [mem 0xe9830000-0xe9830fff] usable ==> reserved
Sep 02 10:44:31 talos kernel: Using GB pages for direct mapping
Sep 02 10:44:31 talos kernel: Secure boot disabled
Sep 02 10:44:31 talos kernel: RAMDISK: [mem 0x2ee37000-0x33712fff]
Sep 02 10:44:31 talos kernel: ACPI: Early table checksum verification disabled
Sep 02 10:44:31 talos kernel: ACPI: RSDP 0x00000000EC518014 000024 (v02 ALASKA)
Sep 02 10:44:31 talos kernel: ACPI: XSDT 0x00000000EC517728 000114 (v01 ALASKA A M I    01072009 AMI  01000013)
Sep 02 10:44:31 talos kernel: ACPI: FACP 0x00000000EC367000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Sep 02 10:44:31 talos kernel: ACPI: DSDT 0x00000000EC35A000 00CF4D (v02 ALASKA A M I    01072009 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: FACS 0x00000000EC4E1000 000040
Sep 02 10:44:31 talos kernel: ACPI: MSDM 0x00000000EC375000 000055 (v03 ALASKA A M I    01072009 ASUS 00000001)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC36D000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
Sep 02 10:44:31 talos kernel: ACPI: IVRS 0x00000000EC36C000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC368000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: FIDT 0x00000000EC359000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Sep 02 10:44:31 talos kernel: ACPI: ECDT 0x00000000EC358000 0000C1 (v01 ALASKA A M I    01072009 AMI. 00000005)
Sep 02 10:44:31 talos kernel: ACPI: MCFG 0x00000000EC357000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
Sep 02 10:44:31 talos kernel: ACPI: HPET 0x00000000EC356000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
Sep 02 10:44:31 talos kernel: ACPI: VFCT 0x00000000EC348000 00D884 (v01 ALASKA A M I    00000001 AMD  31504F47)
Sep 02 10:44:31 talos kernel: ACPI: BGRT 0x00000000EC347000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Sep 02 10:44:31 talos kernel: ACPI: TPM2 0x00000000EC346000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC340000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
Sep 02 10:44:31 talos kernel: ACPI: CRAT 0x00000000EC33F000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
Sep 02 10:44:31 talos kernel: ACPI: CDIT 0x00000000EC33E000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC33D000 000149 (v01 AMD    AmdTable 00000001 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC33C000 00048C (v01 AMD    AmdTable 00000001 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC33A000 001486 (v01 AMD    AmdTable 00000001 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC338000 0014F6 (v01 AMD    AmdTable 00000001 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC334000 003AA5 (v01 AMD    AmdTable 00000001 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC330000 003756 (v01 AMD    AmdTable 00000001 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: WSMT 0x00000000EC32F000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Sep 02 10:44:31 talos kernel: ACPI: APIC 0x00000000EC32E000 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC32D000 00008D (v01 AMD    AmdTable 00000001 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC32C000 000917 (v01 AMD    AmdTable 00000001 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC32A000 0010D6 (v01 AMD    AmdTable 00000001 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC329000 000241 (v01 AMD    AmdTable 00000001 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC328000 0005FE (v01 AMD    AmdTable 00000001 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: SSDT 0x00000000EC327000 0006A4 (v01 AMD    AmdTable 00000001 INTL 20190509)
Sep 02 10:44:31 talos kernel: ACPI: FPDT 0x00000000EC326000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
Sep 02 10:44:31 talos kernel: ACPI: Reserving FACP table memory at [mem 0xec367000-0xec367113]
Sep 02 10:44:31 talos kernel: ACPI: Reserving DSDT table memory at [mem 0xec35a000-0xec366f4c]
Sep 02 10:44:31 talos kernel: ACPI: Reserving FACS table memory at [mem 0xec4e1000-0xec4e103f]
Sep 02 10:44:31 talos kernel: ACPI: Reserving MSDM table memory at [mem 0xec375000-0xec375054]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec36d000-0xec374228]
Sep 02 10:44:31 talos kernel: ACPI: Reserving IVRS table memory at [mem 0xec36c000-0xec36c1a3]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec368000-0xec36ba20]
Sep 02 10:44:31 talos kernel: ACPI: Reserving FIDT table memory at [mem 0xec359000-0xec35909b]
Sep 02 10:44:31 talos kernel: ACPI: Reserving ECDT table memory at [mem 0xec358000-0xec3580c0]
Sep 02 10:44:31 talos kernel: ACPI: Reserving MCFG table memory at [mem 0xec357000-0xec35703b]
Sep 02 10:44:31 talos kernel: ACPI: Reserving HPET table memory at [mem 0xec356000-0xec356037]
Sep 02 10:44:31 talos kernel: ACPI: Reserving VFCT table memory at [mem 0xec348000-0xec355883]
Sep 02 10:44:31 talos kernel: ACPI: Reserving BGRT table memory at [mem 0xec347000-0xec347037]
Sep 02 10:44:31 talos kernel: ACPI: Reserving TPM2 table memory at [mem 0xec346000-0xec34604b]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec340000-0xec345353]
Sep 02 10:44:31 talos kernel: ACPI: Reserving CRAT table memory at [mem 0xec33f000-0xec33fee7]
Sep 02 10:44:31 talos kernel: ACPI: Reserving CDIT table memory at [mem 0xec33e000-0xec33e028]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec33d000-0xec33d148]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec33c000-0xec33c48b]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec33a000-0xec33b485]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec338000-0xec3394f5]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec334000-0xec337aa4]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec330000-0xec333755]
Sep 02 10:44:31 talos kernel: ACPI: Reserving WSMT table memory at [mem 0xec32f000-0xec32f027]
Sep 02 10:44:31 talos kernel: ACPI: Reserving APIC table memory at [mem 0xec32e000-0xec32e0dd]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec32d000-0xec32d08c]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec32c000-0xec32c916]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec32a000-0xec32b0d5]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec329000-0xec329240]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec328000-0xec3285fd]
Sep 02 10:44:31 talos kernel: ACPI: Reserving SSDT table memory at [mem 0xec327000-0xec3276a3]
Sep 02 10:44:31 talos kernel: ACPI: Reserving FPDT table memory at [mem 0xec326000-0xec326043]
Sep 02 10:44:31 talos kernel: ACPI: Local APIC address 0xfee00000
Sep 02 10:44:31 talos kernel: No NUMA configuration found
Sep 02 10:44:31 talos kernel: Faking a node at [mem 0x0000000000000000-0x00000003ee2fffff]
Sep 02 10:44:31 talos kernel: NODE_DATA(0) allocated [mem 0x3ee2fc000-0x3ee2fffff]
Sep 02 10:44:31 talos kernel: Zone ranges:
Sep 02 10:44:31 talos kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Sep 02 10:44:31 talos kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Sep 02 10:44:31 talos kernel:   Normal   [mem 0x0000000100000000-0x00000003ee2fffff]
Sep 02 10:44:31 talos kernel:   Device   empty
Sep 02 10:44:31 talos kernel: Movable zone start for each node
Sep 02 10:44:31 talos kernel: Early memory node ranges
Sep 02 10:44:31 talos kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Sep 02 10:44:31 talos kernel:   node   0: [mem 0x0000000000100000-0x0000000009dbefff]
Sep 02 10:44:31 talos kernel:   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
Sep 02 10:44:31 talos kernel:   node   0: [mem 0x000000000a20f000-0x00000000eadf7fff]
Sep 02 10:44:31 talos kernel:   node   0: [mem 0x00000000ecdff000-0x00000000edffffff]
Sep 02 10:44:31 talos kernel:   node   0: [mem 0x0000000100000000-0x00000003ee2fffff]
Sep 02 10:44:31 talos kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000003ee2fffff]
Sep 02 10:44:31 talos kernel: On node 0 totalpages: 4038727
Sep 02 10:44:31 talos kernel:   DMA zone: 64 pages used for memmap
Sep 02 10:44:31 talos kernel:   DMA zone: 159 pages reserved
Sep 02 10:44:31 talos kernel:   DMA zone: 3999 pages, LIFO batch:0
Sep 02 10:44:31 talos kernel:   DMA32 zone: 15031 pages used for memmap
Sep 02 10:44:31 talos kernel:   DMA32 zone: 961960 pages, LIFO batch:63
Sep 02 10:44:31 talos kernel:   Normal zone: 48012 pages used for memmap
Sep 02 10:44:31 talos kernel:   Normal zone: 3072768 pages, LIFO batch:63
Sep 02 10:44:31 talos kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 02 10:44:31 talos kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Sep 02 10:44:31 talos kernel: On node 0, zone DMA32: 578 pages in unavailable ranges
Sep 02 10:44:31 talos kernel: On node 0, zone DMA32: 15 pages in unavailable ranges
Sep 02 10:44:31 talos kernel: On node 0, zone DMA32: 8199 pages in unavailable ranges
Sep 02 10:44:31 talos kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Sep 02 10:44:31 talos kernel: On node 0, zone Normal: 7424 pages in unavailable ranges
Sep 02 10:44:31 talos kernel: ACPI: PM-Timer IO Port: 0x808
Sep 02 10:44:31 talos kernel: ACPI: Local APIC address 0xfee00000
Sep 02 10:44:31 talos kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 02 10:44:31 talos kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Sep 02 10:44:31 talos kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
Sep 02 10:44:31 talos kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 02 10:44:31 talos kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Sep 02 10:44:31 talos kernel: ACPI: IRQ0 used by override.
Sep 02 10:44:31 talos kernel: ACPI: IRQ9 used by override.
Sep 02 10:44:31 talos kernel: Using ACPI (MADT) for SMP configuration information
Sep 02 10:44:31 talos kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Sep 02 10:44:31 talos kernel: e820: update [mem 0xe7a49000-0xe7af1fff] usable ==> reserved
Sep 02 10:44:31 talos kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0x09dbf000-0x0a000fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xe7a49000-0xe7af1fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xe9830000-0xe9830fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xeadf8000-0xec311fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xec312000-0xec375fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xec376000-0xec52ffff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xec530000-0xecd47fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xecd48000-0xecdfefff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xee000000-0xf7ffffff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfcffffff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfdffffff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfeb7ffff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc3fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
Sep 02 10:44:31 talos kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Sep 02 10:44:31 talos kernel: [mem 0xf8000000-0xfcffffff] available for PCI devices
Sep 02 10:44:31 talos kernel: Booting paravirtualized kernel on bare hardware
Sep 02 10:44:31 talos kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 02 10:44:31 talos kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Sep 02 10:44:31 talos kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
Sep 02 10:44:31 talos kernel: pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
Sep 02 10:44:31 talos kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Sep 02 10:44:31 talos kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3975461
Sep 02 10:44:31 talos kernel: Policy zone: Normal
Sep 02 10:44:31 talos kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=169522c6-57a4-4116-ae26-0d8017e9b4d5 rw cryptdevice=UUID=7555b0a1-7cfe-4ecd-afa9-5bfdd162a403:cryptroot root=/dev/mapper/cryptroot resume=/dev/mapper/cryptswap nouveau.modset=0 loglevel=3 quiet acpi_enforce_resources=lax
Sep 02 10:44:31 talos kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Sep 02 10:44:31 talos kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Sep 02 10:44:31 talos kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Sep 02 10:44:31 talos kernel: Memory: 15644176K/16154908K available (14344K kernel code, 2050K rwdata, 9084K rodata, 1796K init, 4128K bss, 510472K reserved, 0K cma-reserved)
Sep 02 10:44:31 talos kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x580 with crng_init=0
Sep 02 10:44:31 talos kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Sep 02 10:44:31 talos kernel: ftrace: allocating 42290 entries in 166 pages
Sep 02 10:44:31 talos kernel: ftrace: allocated 166 pages with 4 groups
Sep 02 10:44:31 talos kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 02 10:44:31 talos kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Sep 02 10:44:31 talos kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Sep 02 10:44:31 talos kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Sep 02 10:44:31 talos kernel:         Trampoline variant of Tasks RCU enabled.
Sep 02 10:44:31 talos kernel:         Rude variant of Tasks RCU enabled.
Sep 02 10:44:31 talos kernel:         Tracing variant of Tasks RCU enabled.
Sep 02 10:44:31 talos kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 02 10:44:31 talos kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Sep 02 10:44:31 talos kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Sep 02 10:44:31 talos kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 02 10:44:31 talos kernel: Console: colour dummy device 80x25
Sep 02 10:44:31 talos kernel: printk: console [tty0] enabled
Sep 02 10:44:31 talos kernel: ACPI: Core revision 20210331
Sep 02 10:44:31 talos kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Sep 02 10:44:31 talos kernel: APIC: Switch to symmetric I/O mode setup
Sep 02 10:44:31 talos kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Sep 02 10:44:31 talos kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Sep 02 10:44:31 talos kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Sep 02 10:44:31 talos kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Sep 02 10:44:31 talos kernel: Switched APIC routing to physical flat.
Sep 02 10:44:31 talos kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 02 10:44:31 talos kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7a99ddce9, max_idle_ns: 440795358055 ns
Sep 02 10:44:31 talos kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6590.18 BogoMIPS (lpj=10979496)
Sep 02 10:44:31 talos kernel: pid_max: default: 32768 minimum: 301
Sep 02 10:44:31 talos kernel: LSM: Security Framework initializing
Sep 02 10:44:31 talos kernel: landlock: Up and running.
Sep 02 10:44:31 talos kernel: Yama: becoming mindful.
Sep 02 10:44:31 talos kernel: LSM support for eBPF active
Sep 02 10:44:31 talos kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 02 10:44:31 talos kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 02 10:44:31 talos kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 02 10:44:31 talos kernel: LVT offset 1 assigned for vector 0xf9
Sep 02 10:44:31 talos kernel: LVT offset 2 assigned for vector 0xf4
Sep 02 10:44:31 talos kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Sep 02 10:44:31 talos kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Sep 02 10:44:31 talos kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 02 10:44:31 talos kernel: Spectre V2 : Mitigation: Full AMD retpoline
Sep 02 10:44:31 talos kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 02 10:44:31 talos kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Sep 02 10:44:31 talos kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 02 10:44:31 talos kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Sep 02 10:44:31 talos kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Sep 02 10:44:31 talos kernel: Freeing SMP alternatives memory: 36K
Sep 02 10:44:31 talos kernel: smpboot: CPU0: AMD Ryzen 9 5900HS with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
Sep 02 10:44:31 talos kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Sep 02 10:44:31 talos kernel: ... version:                0
Sep 02 10:44:31 talos kernel: ... bit width:              48
Sep 02 10:44:31 talos kernel: ... generic registers:      6
Sep 02 10:44:31 talos kernel: ... value mask:             0000ffffffffffff
Sep 02 10:44:31 talos kernel: ... max period:             00007fffffffffff
Sep 02 10:44:31 talos kernel: ... fixed-purpose events:   0
Sep 02 10:44:31 talos kernel: ... event mask:             000000000000003f
Sep 02 10:44:31 talos kernel: rcu: Hierarchical SRCU implementation.
Sep 02 10:44:31 talos kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 02 10:44:31 talos kernel: smp: Bringing up secondary CPUs ...
Sep 02 10:44:31 talos kernel: x86: Booting SMP configuration:
Sep 02 10:44:31 talos kernel: .... node  #0, CPUs:        #1
Sep 02 10:44:31 talos kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Sep 02 10:44:31 talos kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Sep 02 10:44:31 talos kernel: smp: Brought up 1 node, 16 CPUs
Sep 02 10:44:31 talos kernel: smpboot: Max logical packages: 1
Sep 02 10:44:31 talos kernel: smpboot: Total of 16 processors activated (105445.96 BogoMIPS)
Sep 02 10:44:31 talos kernel: devtmpfs: initialized
Sep 02 10:44:31 talos kernel: x86/mm: Memory block size: 128MB
Sep 02 10:44:31 talos kernel: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
Sep 02 10:44:31 talos kernel: PM: Registering ACPI NVS region [mem 0xec376000-0xec52ffff] (1810432 bytes)
Sep 02 10:44:31 talos kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 02 10:44:31 talos kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Sep 02 10:44:31 talos kernel: pinctrl core: initialized pinctrl subsystem
Sep 02 10:44:31 talos kernel: PM: RTC time: 08:44:17, date: 2021-09-02
Sep 02 10:44:31 talos kernel: NET: Registered protocol family 16
Sep 02 10:44:31 talos kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Sep 02 10:44:31 talos kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 02 10:44:31 talos kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 02 10:44:31 talos kernel: audit: initializing netlink subsys (disabled)
Sep 02 10:44:31 talos kernel: audit: type=2000 audit(1630572257.163:1): state=initialized audit_enabled=0 res=1
Sep 02 10:44:31 talos kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 02 10:44:31 talos kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 02 10:44:31 talos kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 02 10:44:31 talos kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 02 10:44:31 talos kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 02 10:44:31 talos kernel: cpuidle: using governor ladder
Sep 02 10:44:31 talos kernel: cpuidle: using governor menu
Sep 02 10:44:31 talos kernel: ACPI: bus type PCI registered
Sep 02 10:44:31 talos kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 02 10:44:31 talos kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Sep 02 10:44:31 talos kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
Sep 02 10:44:31 talos kernel: PCI: Using configuration type 1 for base access
Sep 02 10:44:31 talos kernel: Kprobes globally optimized
Sep 02 10:44:31 talos kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Sep 02 10:44:31 talos kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Sep 02 10:44:31 talos kernel: ACPI: Added _OSI(Module Device)
Sep 02 10:44:31 talos kernel: ACPI: Added _OSI(Processor Device)
Sep 02 10:44:31 talos kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 02 10:44:31 talos kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 02 10:44:31 talos kernel: ACPI: Added _OSI(Linux-Dell-Video)
Sep 02 10:44:31 talos kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Sep 02 10:44:31 talos kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Sep 02 10:44:31 talos kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP17.XHC0._S0W], AE_ALREADY_EXISTS (20210331/dswload2-326)
Sep 02 10:44:31 talos kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210331/psobject-220)
Sep 02 10:44:31 talos kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Sep 02 10:44:31 talos kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP17.XHC1._S0W], AE_ALREADY_EXISTS (20210331/dswload2-326)
Sep 02 10:44:31 talos kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210331/psobject-220)
Sep 02 10:44:31 talos kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Sep 02 10:44:31 talos kernel: ACPI: 16 ACPI AML tables successfully acquired and loaded
Sep 02 10:44:31 talos kernel: ACPI: EC: EC started
Sep 02 10:44:31 talos kernel: ACPI: EC: interrupt blocked
Sep 02 10:44:31 talos kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 02 10:44:31 talos kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Sep 02 10:44:31 talos kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 02 10:44:31 talos kernel: ACPI: Interpreter enabled
Sep 02 10:44:31 talos kernel: ACPI: (supports S0 S4 S5)
Sep 02 10:44:31 talos kernel: ACPI: Using IOAPIC for interrupt routing
Sep 02 10:44:31 talos kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 02 10:44:31 talos kernel: ACPI: PM: Power Resource [PG00] (on)
Sep 02 10:44:31 talos kernel: ACPI: PM: Power Resource [RPR2] (on)
Sep 02 10:44:31 talos kernel: ACPI: PM: Power Resource [P0U0] (on)
Sep 02 10:44:31 talos kernel: ACPI: PM: Power Resource [P3U0] (off)
Sep 02 10:44:31 talos kernel: ACPI: PM: Power Resource [P0U1] (on)
Sep 02 10:44:31 talos kernel: ACPI: PM: Power Resource [P3U1] (off)
Sep 02 10:44:31 talos kernel: ACPI: PM: Power Resource [P0NV] (on)
Sep 02 10:44:31 talos kernel: ACPI: PM: Power Resource [P1NV] (on)
Sep 02 10:44:31 talos kernel: ACPI: PM: Power Resource [PRWL] (on)
Sep 02 10:44:31 talos kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 02 10:44:31 talos kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 02 10:44:31 talos kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Sep 02 10:44:31 talos kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Sep 02 10:44:31 talos kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Sep 02 10:44:31 talos kernel: PCI host bridge to bus 0000:00
Sep 02 10:44:31 talos kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Sep 02 10:44:31 talos kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Sep 02 10:44:31 talos kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xefff window]
Sep 02 10:44:31 talos kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
Sep 02 10:44:31 talos kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
Sep 02 10:44:31 talos kernel: pci_bus 0000:00: root bus resource [mem 0x410000000-0xffffffffff window]
Sep 02 10:44:31 talos kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 02 10:44:31 talos kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Sep 02 10:44:31 talos kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Sep 02 10:44:31 talos kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Sep 02 10:44:31 talos kernel: pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
Sep 02 10:44:31 talos kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:00:01.3: [1022:1634] type 01 class 0x060400
Sep 02 10:44:31 talos kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Sep 02 10:44:31 talos kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Sep 02 10:44:31 talos kernel: pci 0000:00:02.1: enabling Extended Tags
Sep 02 10:44:31 talos kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Sep 02 10:44:31 talos kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
Sep 02 10:44:31 talos kernel: pci 0000:00:02.3: enabling Extended Tags
Sep 02 10:44:31 talos kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Sep 02 10:44:31 talos kernel: pci 0000:00:02.4: enabling Extended Tags
Sep 02 10:44:31 talos kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Sep 02 10:44:31 talos kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Sep 02 10:44:31 talos kernel: pci 0000:00:08.1: enabling Extended Tags
Sep 02 10:44:31 talos kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Sep 02 10:44:31 talos kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Sep 02 10:44:31 talos kernel: pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
Sep 02 10:44:31 talos kernel: pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
Sep 02 10:44:31 talos kernel: pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
Sep 02 10:44:31 talos kernel: pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
Sep 02 10:44:31 talos kernel: pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
Sep 02 10:44:31 talos kernel: pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
Sep 02 10:44:31 talos kernel: pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
Sep 02 10:44:31 talos kernel: pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
Sep 02 10:44:31 talos kernel: pci 0000:01:00.0: [10de:249c] type 00 class 0x030000
Sep 02 10:44:31 talos kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
Sep 02 10:44:31 talos kernel: pci 0000:01:00.0: reg 0x14: [mem 0xf800000000-0xfbffffffff 64bit pref]
Sep 02 10:44:31 talos kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xfc00000000-0xfc01ffffff 64bit pref]
Sep 02 10:44:31 talos kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Sep 02 10:44:31 talos kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
Sep 02 10:44:31 talos kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Sep 02 10:44:31 talos kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Sep 02 10:44:31 talos kernel: pci 0000:01:00.1: [10de:228b] type 00 class 0x040300
Sep 02 10:44:31 talos kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
Sep 02 10:44:31 talos kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 02 10:44:31 talos kernel: pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
Sep 02 10:44:31 talos kernel: pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Sep 02 10:44:31 talos kernel: pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc01ffffff 64bit pref]
Sep 02 10:44:31 talos kernel: pci 0000:02:00.0: [17a0:9755] type 00 class 0x080501
Sep 02 10:44:31 talos kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfc900000-0xfc900fff]
Sep 02 10:44:31 talos kernel: pci 0000:02:00.0: supports D1 D2
Sep 02 10:44:31 talos kernel: pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:00:01.3: PCI bridge to [bus 02]
Sep 02 10:44:31 talos kernel: pci 0000:00:01.3:   bridge window [mem 0xfc900000-0xfc9fffff]
Sep 02 10:44:31 talos kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
Sep 02 10:44:31 talos kernel: pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
Sep 02 10:44:31 talos kernel: pci 0000:03:00.0: reg 0x18: [mem 0xfc804000-0xfc804fff 64bit]
Sep 02 10:44:31 talos kernel: pci 0000:03:00.0: reg 0x20: [mem 0xfc800000-0xfc803fff 64bit]
Sep 02 10:44:31 talos kernel: pci 0000:03:00.0: supports D1 D2
Sep 02 10:44:31 talos kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
Sep 02 10:44:31 talos kernel: pci 0000:04:00.0: [14c3:7961] type 00 class 0x028000
Sep 02 10:44:31 talos kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfc20300000-0xfc203fffff 64bit pref]
Sep 02 10:44:31 talos kernel: pci 0000:04:00.0: reg 0x18: [mem 0xfc20400000-0xfc20403fff 64bit pref]
Sep 02 10:44:31 talos kernel: pci 0000:04:00.0: reg 0x20: [mem 0xfc20404000-0xfc20404fff 64bit pref]
Sep 02 10:44:31 talos kernel: pci 0000:04:00.0: supports D1 D2
Sep 02 10:44:31 talos kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.2:   bridge window [mem 0xfc20300000-0xfc204fffff 64bit pref]
Sep 02 10:44:31 talos kernel: pci 0000:05:00.0: [144d:a808] type 00 class 0x010802
Sep 02 10:44:31 talos kernel: pci 0000:05:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.3: PCI bridge to [bus 05]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.3:   bridge window [mem 0xfc700000-0xfc7fffff]
Sep 02 10:44:31 talos kernel: pci 0000:06:00.0: [1c5c:174a] type 00 class 0x010802
Sep 02 10:44:31 talos kernel: pci 0000:06:00.0: reg 0x10: [mem 0xfc600000-0xfc603fff 64bit]
Sep 02 10:44:31 talos kernel: pci 0000:06:00.0: reg 0x18: [mem 0xfc605000-0xfc605fff]
Sep 02 10:44:31 talos kernel: pci 0000:06:00.0: reg 0x1c: [mem 0xfc604000-0xfc604fff]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.4: PCI bridge to [bus 06]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.4:   bridge window [mem 0xfc600000-0xfc6fffff]
Sep 02 10:44:31 talos kernel: pci 0000:07:00.0: [1002:1638] type 00 class 0x030000
Sep 02 10:44:31 talos kernel: pci 0000:07:00.0: reg 0x10: [mem 0xfc10000000-0xfc1fffffff 64bit pref]
Sep 02 10:44:31 talos kernel: pci 0000:07:00.0: reg 0x18: [mem 0xfc20000000-0xfc201fffff 64bit pref]
Sep 02 10:44:31 talos kernel: pci 0000:07:00.0: reg 0x20: [io  0xc000-0xc0ff]
Sep 02 10:44:31 talos kernel: pci 0000:07:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
Sep 02 10:44:31 talos kernel: pci 0000:07:00.0: enabling Extended Tags
Sep 02 10:44:31 talos kernel: pci 0000:07:00.0: BAR 0: assigned to efifb
Sep 02 10:44:31 talos kernel: pci 0000:07:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:07:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Sep 02 10:44:31 talos kernel: pci 0000:07:00.1: [1002:1637] type 00 class 0x040300
Sep 02 10:44:31 talos kernel: pci 0000:07:00.1: reg 0x10: [mem 0xfc5c8000-0xfc5cbfff]
Sep 02 10:44:31 talos kernel: pci 0000:07:00.1: enabling Extended Tags
Sep 02 10:44:31 talos kernel: pci 0000:07:00.1: PME# supported from D1 D2 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:07:00.2: [1022:15df] type 00 class 0x108000
Sep 02 10:44:31 talos kernel: pci 0000:07:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
Sep 02 10:44:31 talos kernel: pci 0000:07:00.2: reg 0x24: [mem 0xfc5cc000-0xfc5cdfff]
Sep 02 10:44:31 talos kernel: pci 0000:07:00.2: enabling Extended Tags
Sep 02 10:44:31 talos kernel: pci 0000:07:00.3: [1022:1639] type 00 class 0x0c0330
Sep 02 10:44:31 talos kernel: pci 0000:07:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
Sep 02 10:44:31 talos kernel: pci 0000:07:00.3: enabling Extended Tags
Sep 02 10:44:31 talos kernel: pci 0000:07:00.3: PME# supported from D0 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:07:00.4: [1022:1639] type 00 class 0x0c0330
Sep 02 10:44:31 talos kernel: pci 0000:07:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
Sep 02 10:44:31 talos kernel: pci 0000:07:00.4: enabling Extended Tags
Sep 02 10:44:31 talos kernel: pci 0000:07:00.4: PME# supported from D0 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:07:00.5: [1022:15e2] type 00 class 0x048000
Sep 02 10:44:31 talos kernel: pci 0000:07:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
Sep 02 10:44:31 talos kernel: pci 0000:07:00.5: enabling Extended Tags
Sep 02 10:44:31 talos kernel: pci 0000:07:00.5: PME# supported from D0 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:07:00.6: [1022:15e3] type 00 class 0x040300
Sep 02 10:44:31 talos kernel: pci 0000:07:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
Sep 02 10:44:31 talos kernel: pci 0000:07:00.6: enabling Extended Tags
Sep 02 10:44:31 talos kernel: pci 0000:07:00.6: PME# supported from D0 D3hot D3cold
Sep 02 10:44:31 talos kernel: pci 0000:00:08.1: PCI bridge to [bus 07]
Sep 02 10:44:31 talos kernel: pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
Sep 02 10:44:31 talos kernel: pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
Sep 02 10:44:31 talos kernel: pci 0000:00:08.1:   bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
Sep 02 10:44:31 talos kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Sep 02 10:44:31 talos kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Sep 02 10:44:31 talos kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Sep 02 10:44:31 talos kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Sep 02 10:44:31 talos kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Sep 02 10:44:31 talos kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Sep 02 10:44:31 talos kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Sep 02 10:44:31 talos kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Sep 02 10:44:31 talos kernel: acpi LNXPOWER:08: Turning OFF
Sep 02 10:44:31 talos kernel: ACPI: EC: interrupt unblocked
Sep 02 10:44:31 talos kernel: ACPI: EC: event unblocked
Sep 02 10:44:31 talos kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 02 10:44:31 talos kernel: ACPI: EC: GPE=0x3
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Sep 02 10:44:31 talos kernel: iommu: Default domain type: Translated 
Sep 02 10:44:31 talos kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Sep 02 10:44:31 talos kernel: pci 0000:07:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Sep 02 10:44:31 talos kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Sep 02 10:44:31 talos kernel: pci 0000:07:00.0: vgaarb: bridge control possible
Sep 02 10:44:31 talos kernel: pci 0000:07:00.0: vgaarb: setting as boot device
Sep 02 10:44:31 talos kernel: vgaarb: loaded
Sep 02 10:44:31 talos kernel: SCSI subsystem initialized
Sep 02 10:44:31 talos kernel: libata version 3.00 loaded.
Sep 02 10:44:31 talos kernel: ACPI: bus type USB registered
Sep 02 10:44:31 talos kernel: usbcore: registered new interface driver usbfs
Sep 02 10:44:31 talos kernel: usbcore: registered new interface driver hub
Sep 02 10:44:31 talos kernel: usbcore: registered new device driver usb
Sep 02 10:44:31 talos kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 02 10:44:31 talos kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 02 10:44:31 talos kernel: PTP clock support registered
Sep 02 10:44:31 talos kernel: EDAC MC: Ver: 3.0.0
Sep 02 10:44:31 talos kernel: Registered efivars operations
Sep 02 10:44:31 talos kernel: NetLabel: Initializing
Sep 02 10:44:31 talos kernel: NetLabel:  domain hash size = 128
Sep 02 10:44:31 talos kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Sep 02 10:44:31 talos kernel: NetLabel:  unlabeled traffic allowed by default
Sep 02 10:44:31 talos kernel: PCI: Using ACPI for IRQ routing
Sep 02 10:44:31 talos kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 02 10:44:31 talos kernel: Expanded resource Reserved due to conflict with PCI Bus 0000:00
Sep 02 10:44:31 talos kernel: e820: reserve RAM buffer [mem 0x09dbf000-0x0bffffff]
Sep 02 10:44:31 talos kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Sep 02 10:44:31 talos kernel: e820: reserve RAM buffer [mem 0xe7a49000-0xe7ffffff]
Sep 02 10:44:31 talos kernel: e820: reserve RAM buffer [mem 0xe9830000-0xebffffff]
Sep 02 10:44:31 talos kernel: e820: reserve RAM buffer [mem 0xeadf8000-0xebffffff]
Sep 02 10:44:31 talos kernel: e820: reserve RAM buffer [mem 0xee000000-0xefffffff]
Sep 02 10:44:31 talos kernel: e820: reserve RAM buffer [mem 0x3ee300000-0x3efffffff]
Sep 02 10:44:31 talos kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Sep 02 10:44:31 talos kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Sep 02 10:44:31 talos kernel: clocksource: Switched to clocksource tsc-early
Sep 02 10:44:31 talos kernel: VFS: Disk quotas dquot_6.6.0
Sep 02 10:44:31 talos kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 02 10:44:31 talos kernel: pnp: PnP ACPI init
Sep 02 10:44:31 talos kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Sep 02 10:44:31 talos kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Sep 02 10:44:31 talos kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x040b] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x04d6] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x0c14] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x0c50-0x0c51] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x0c52] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x0c6c] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x0c6f] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x0cd8-0x0cdf] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x0800-0x089f] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x0b00-0x0b0f] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x0b20-0x0b3f] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x0900-0x090f] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [io  0x0910-0x091f] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
Sep 02 10:44:31 talos kernel: system 00:02: [mem 0xfec01000-0xfec01fff] could not be reserved
Sep 02 10:44:31 talos kernel: system 00:02: [mem 0xfedc0000-0xfedc0fff] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [mem 0xfed80000-0xfed8ffff] could not be reserved
Sep 02 10:44:31 talos kernel: system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: [mem 0xff000000-0xffffffff] has been reserved
Sep 02 10:44:31 talos kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Sep 02 10:44:31 talos kernel: pnp: PnP ACPI: found 3 devices
Sep 02 10:44:31 talos kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 02 10:44:31 talos kernel: NET: Registered protocol family 2
Sep 02 10:44:31 talos kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 02 10:44:31 talos kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Sep 02 10:44:31 talos kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 02 10:44:31 talos kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Sep 02 10:44:31 talos kernel: TCP: Hash tables configured (established 131072 bind 65536)
Sep 02 10:44:31 talos kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Sep 02 10:44:31 talos kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 02 10:44:31 talos kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 02 10:44:31 talos kernel: NET: Registered protocol family 1
Sep 02 10:44:31 talos kernel: NET: Registered protocol family 44
Sep 02 10:44:31 talos kernel: pci 0000:00:02.2: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
Sep 02 10:44:31 talos kernel: pci 0000:00:02.2: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
Sep 02 10:44:31 talos kernel: pci 0000:00:02.2: BAR 14: assigned [mem 0xf8000000-0xf81fffff]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.2: BAR 13: assigned [io  0x1000-0x1fff]
Sep 02 10:44:31 talos kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 02 10:44:31 talos kernel: pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
Sep 02 10:44:31 talos kernel: pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Sep 02 10:44:31 talos kernel: pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc01ffffff 64bit pref]
Sep 02 10:44:31 talos kernel: pci 0000:00:01.3: PCI bridge to [bus 02]
Sep 02 10:44:31 talos kernel: pci 0000:00:01.3:   bridge window [mem 0xfc900000-0xfc9fffff]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.2:   bridge window [io  0x1000-0x1fff]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.2:   bridge window [mem 0xf8000000-0xf81fffff]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.2:   bridge window [mem 0xfc20300000-0xfc204fffff 64bit pref]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.3: PCI bridge to [bus 05]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.3:   bridge window [mem 0xfc700000-0xfc7fffff]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.4: PCI bridge to [bus 06]
Sep 02 10:44:31 talos kernel: pci 0000:00:02.4:   bridge window [mem 0xfc600000-0xfc6fffff]
Sep 02 10:44:31 talos kernel: pci 0000:00:08.1: PCI bridge to [bus 07]
Sep 02 10:44:31 talos kernel: pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
Sep 02 10:44:31 talos kernel: pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
Sep 02 10:44:31 talos kernel: pci 0000:00:08.1:   bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
Sep 02 10:44:31 talos kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Sep 02 10:44:31 talos kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Sep 02 10:44:31 talos kernel: pci_bus 0000:00: resource 6 [io  0x0d00-0xefff window]
Sep 02 10:44:31 talos kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window]
Sep 02 10:44:31 talos kernel: pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfcffffff window]
Sep 02 10:44:31 talos kernel: pci_bus 0000:00: resource 9 [mem 0x410000000-0xffffffffff window]
Sep 02 10:44:31 talos kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Sep 02 10:44:31 talos kernel: pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
Sep 02 10:44:31 talos kernel: pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc01ffffff 64bit pref]
Sep 02 10:44:31 talos kernel: pci_bus 0000:02: resource 1 [mem 0xfc900000-0xfc9fffff]
Sep 02 10:44:31 talos kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Sep 02 10:44:31 talos kernel: pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc8fffff]
Sep 02 10:44:31 talos kernel: pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
Sep 02 10:44:31 talos kernel: pci_bus 0000:04: resource 1 [mem 0xf8000000-0xf81fffff]
Sep 02 10:44:31 talos kernel: pci_bus 0000:04: resource 2 [mem 0xfc20300000-0xfc204fffff 64bit pref]
Sep 02 10:44:31 talos kernel: pci_bus 0000:05: resource 1 [mem 0xfc700000-0xfc7fffff]
Sep 02 10:44:31 talos kernel: pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc6fffff]
Sep 02 10:44:31 talos kernel: pci_bus 0000:07: resource 0 [io  0xc000-0xcfff]
Sep 02 10:44:31 talos kernel: pci_bus 0000:07: resource 1 [mem 0xfc200000-0xfc5fffff]
Sep 02 10:44:31 talos kernel: pci_bus 0000:07: resource 2 [mem 0xfc10000000-0xfc201fffff 64bit pref]
Sep 02 10:44:31 talos kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Sep 02 10:44:31 talos kernel: pci 0000:07:00.1: D0 power state depends on 0000:07:00.0
Sep 02 10:44:31 talos kernel: pci 0000:07:00.3: extending delay after power-on from D3hot to 20 msec
Sep 02 10:44:31 talos kernel: pci 0000:07:00.4: extending delay after power-on from D3hot to 20 msec
Sep 02 10:44:31 talos kernel: PCI: CLS 64 bytes, default 64
Sep 02 10:44:31 talos kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Sep 02 10:44:31 talos kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Sep 02 10:44:31 talos kernel: pci 0000:00:00.2: PCI INT A: not connected
Sep 02 10:44:31 talos kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Sep 02 10:44:31 talos kernel: Trying to unpack rootfs image as initramfs...
Sep 02 10:44:31 talos kernel: pci 0000:00:01.0: Adding to iommu group 0
Sep 02 10:44:31 talos kernel: pci 0000:00:01.1: Adding to iommu group 1
Sep 02 10:44:31 talos kernel: pci 0000:00:01.3: Adding to iommu group 2
Sep 02 10:44:31 talos kernel: pci 0000:00:02.0: Adding to iommu group 3
Sep 02 10:44:31 talos kernel: pci 0000:00:02.1: Adding to iommu group 4
Sep 02 10:44:31 talos kernel: pci 0000:00:02.2: Adding to iommu group 5
Sep 02 10:44:31 talos kernel: pci 0000:00:02.3: Adding to iommu group 6
Sep 02 10:44:31 talos kernel: pci 0000:00:02.4: Adding to iommu group 7
Sep 02 10:44:31 talos kernel: pci 0000:00:08.0: Adding to iommu group 8
Sep 02 10:44:31 talos kernel: pci 0000:00:08.1: Adding to iommu group 8
Sep 02 10:44:31 talos kernel: pci 0000:00:14.0: Adding to iommu group 9
Sep 02 10:44:31 talos kernel: pci 0000:00:14.3: Adding to iommu group 9
Sep 02 10:44:31 talos kernel: pci 0000:00:18.0: Adding to iommu group 10
Sep 02 10:44:31 talos kernel: pci 0000:00:18.1: Adding to iommu group 10
Sep 02 10:44:31 talos kernel: pci 0000:00:18.2: Adding to iommu group 10
Sep 02 10:44:31 talos kernel: pci 0000:00:18.3: Adding to iommu group 10
Sep 02 10:44:31 talos kernel: pci 0000:00:18.4: Adding to iommu group 10
Sep 02 10:44:31 talos kernel: pci 0000:00:18.5: Adding to iommu group 10
Sep 02 10:44:31 talos kernel: pci 0000:00:18.6: Adding to iommu group 10
Sep 02 10:44:31 talos kernel: pci 0000:00:18.7: Adding to iommu group 10
Sep 02 10:44:31 talos kernel: pci 0000:01:00.0: Adding to iommu group 11
Sep 02 10:44:31 talos kernel: pci 0000:01:00.1: Adding to iommu group 11
Sep 02 10:44:31 talos kernel: pci 0000:02:00.0: Adding to iommu group 12
Sep 02 10:44:31 talos kernel: pci 0000:03:00.0: Adding to iommu group 13
Sep 02 10:44:31 talos kernel: pci 0000:04:00.0: Adding to iommu group 14
Sep 02 10:44:31 talos kernel: pci 0000:05:00.0: Adding to iommu group 15
Sep 02 10:44:31 talos kernel: pci 0000:06:00.0: Adding to iommu group 16
Sep 02 10:44:31 talos kernel: pci 0000:07:00.0: Adding to iommu group 8
Sep 02 10:44:31 talos kernel: pci 0000:07:00.1: Adding to iommu group 8
Sep 02 10:44:31 talos kernel: pci 0000:07:00.2: Adding to iommu group 8
Sep 02 10:44:31 talos kernel: pci 0000:07:00.3: Adding to iommu group 8
Sep 02 10:44:31 talos kernel: pci 0000:07:00.4: Adding to iommu group 8
Sep 02 10:44:31 talos kernel: pci 0000:07:00.5: Adding to iommu group 8
Sep 02 10:44:31 talos kernel: pci 0000:07:00.6: Adding to iommu group 8
Sep 02 10:44:31 talos kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Sep 02 10:44:31 talos kernel: AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
Sep 02 10:44:31 talos kernel: AMD-Vi: Interrupt remapping enabled
Sep 02 10:44:31 talos kernel: AMD-Vi: Virtual APIC enabled
Sep 02 10:44:31 talos kernel: AMD-Vi: X2APIC enabled
Sep 02 10:44:31 talos kernel: amd_uncore: 4  amd_df counters detected
Sep 02 10:44:31 talos kernel: amd_uncore: 6  amd_l3 counters detected
Sep 02 10:44:31 talos kernel: LVT offset 0 assigned for vector 0x400
Sep 02 10:44:31 talos kernel: perf: AMD IBS detected (0x000003ff)
Sep 02 10:44:31 talos kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Sep 02 10:44:31 talos kernel: Initialise system trusted keyrings
Sep 02 10:44:31 talos kernel: Key type blacklist registered
Sep 02 10:44:31 talos kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Sep 02 10:44:31 talos kernel: zbud: loaded
Sep 02 10:44:31 talos kernel: Key type asymmetric registered
Sep 02 10:44:31 talos kernel: Asymmetric key parser 'x509' registered
Sep 02 10:44:31 talos kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Sep 02 10:44:31 talos kernel: io scheduler mq-deadline registered
Sep 02 10:44:31 talos kernel: io scheduler kyber registered
Sep 02 10:44:31 talos kernel: io scheduler bfq registered
Sep 02 10:44:31 talos kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 26
Sep 02 10:44:31 talos kernel: pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 02 10:44:31 talos kernel: pcieport 0000:00:01.3: PME: Signaling with IRQ 27
Sep 02 10:44:31 talos kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 28
Sep 02 10:44:31 talos kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 29
Sep 02 10:44:31 talos kernel: pcieport 0000:00:02.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 02 10:44:31 talos kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 30
Sep 02 10:44:31 talos kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 31
Sep 02 10:44:31 talos kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 32
Sep 02 10:44:31 talos kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 02 10:44:31 talos kernel: efifb: probing for efifb
Sep 02 10:44:31 talos kernel: efifb: showing boot graphics
Sep 02 10:44:31 talos kernel: efifb: framebuffer at 0xfc10000000, using 14400k, total 14400k
Sep 02 10:44:31 talos kernel: efifb: mode is 2560x1440x32, linelength=10240, pages=1
Sep 02 10:44:31 talos kernel: efifb: scrolling: redraw
Sep 02 10:44:31 talos kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Sep 02 10:44:31 talos kernel: fbcon: Deferring console take-over
Sep 02 10:44:31 talos kernel: fb0: EFI VGA frame buffer device
Sep 02 10:44:31 talos kernel: ACPI: AC: AC Adapter [AC0] (on-line)
Sep 02 10:44:31 talos kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2c/PNP0C09:00/PNP0C0D:00/input/input0
Sep 02 10:44:31 talos kernel: ACPI: button: Lid Switch [LID]
Sep 02 10:44:31 talos kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Sep 02 10:44:31 talos kernel: ACPI: button: Power Button [PWRB]
Sep 02 10:44:31 talos kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Sep 02 10:44:31 talos kernel: ACPI: button: Sleep Button [SLPB]
Sep 02 10:44:31 talos kernel: Monitor-Mwait will be used to enter C-1 state
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P000: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P001: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P002: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P003: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P004: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P005: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P006: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P007: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P008: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P009: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P00A: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P00B: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P00C: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P00D: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P00E: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_SB_.PLTF.P00F: Found 3 idle states
Sep 02 10:44:31 talos kernel: ACPI: \_TZ_.THRM: Invalid passive threshold
Sep 02 10:44:31 talos kernel: thermal LNXTHERM:00: registered as thermal_zone0
Sep 02 10:44:31 talos kernel: ACPI: thermal: Thermal Zone [THRM] (37 C)
Sep 02 10:44:31 talos kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 02 10:44:31 talos kernel: Non-volatile memory driver v1.3
Sep 02 10:44:31 talos kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Sep 02 10:44:31 talos kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 02 10:44:31 talos kernel: nvme nvme0: pci function 0000:05:00.0
Sep 02 10:44:31 talos kernel: nvme 0000:06:00.0: platform quirk: setting simple suspend
Sep 02 10:44:31 talos kernel: nvme nvme1: pci function 0000:06:00.0
Sep 02 10:44:31 talos kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Sep 02 10:44:31 talos kernel: ehci-pci: EHCI PCI platform driver
Sep 02 10:44:31 talos kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Sep 02 10:44:31 talos kernel: ohci-pci: OHCI PCI platform driver
Sep 02 10:44:31 talos kernel: uhci_hcd: USB Universal Host Controller Interface driver
Sep 02 10:44:31 talos kernel: usbcore: registered new interface driver usbserial_generic
Sep 02 10:44:31 talos kernel: usbserial: USB Serial support registered for generic
Sep 02 10:44:31 talos kernel: rtc_cmos 00:01: RTC can wake from S4
Sep 02 10:44:31 talos kernel: rtc_cmos 00:01: registered as rtc0
Sep 02 10:44:31 talos kernel: rtc_cmos 00:01: setting system clock to 2021-09-02T08:44:17 UTC (1630572257)
Sep 02 10:44:31 talos kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Sep 02 10:44:31 talos kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 02 10:44:31 talos kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 02 10:44:31 talos kernel: drop_monitor: Initializing network drop monitor service
Sep 02 10:44:31 talos kernel: Initializing XFRM netlink socket
Sep 02 10:44:31 talos kernel: NET: Registered protocol family 10
Sep 02 10:44:31 talos kernel: nvme nvme0: missing or invalid SUBNQN field.
Sep 02 10:44:31 talos kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Sep 02 10:44:31 talos kernel: nvme nvme0: 16/0/0 default/read/poll queues
Sep 02 10:44:31 talos kernel:  nvme0n1: p1 p2 p3 p4
Sep 02 10:44:31 talos kernel: nvme nvme1: 16/0/0 default/read/poll queues
Sep 02 10:44:31 talos kernel:  nvme1n1: p1 p2 p3 p4 p5 p6
Sep 02 10:44:31 talos kernel: Freeing initrd memory: 74608K
Sep 02 10:44:31 talos kernel: Segment Routing with IPv6
Sep 02 10:44:31 talos kernel: RPL Segment Routing with IPv6
Sep 02 10:44:31 talos kernel: NET: Registered protocol family 17
Sep 02 10:44:31 talos kernel: microcode: CPU0: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU1: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU2: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU3: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU4: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU5: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU6: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU7: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU8: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU9: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU10: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU11: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU12: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU13: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU14: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: CPU15: patch_level=0x0a50000c
Sep 02 10:44:31 talos kernel: microcode: Microcode Update Driver: v2.2.
Sep 02 10:44:31 talos kernel: resctrl: L3 allocation detected
Sep 02 10:44:31 talos kernel: resctrl: L3DATA allocation detected
Sep 02 10:44:31 talos kernel: resctrl: L3CODE allocation detected
Sep 02 10:44:31 talos kernel: resctrl: MB allocation detected
Sep 02 10:44:31 talos kernel: resctrl: L3 monitoring detected
Sep 02 10:44:31 talos kernel: IPI shorthand broadcast: enabled
Sep 02 10:44:31 talos kernel: sched_clock: Marking stable (450091528, 300780)->(453377588, -2985280)
Sep 02 10:44:31 talos kernel: registered taskstats version 1
Sep 02 10:44:31 talos kernel: Loading compiled-in X.509 certificates
Sep 02 10:44:31 talos kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 907cfbedfbeb3d0d9cd58b4833914b9c12c54c8a'
Sep 02 10:44:31 talos kernel: zswap: loaded using pool lz4/z3fold
Sep 02 10:44:31 talos kernel: Key type ._fscrypt registered
Sep 02 10:44:31 talos kernel: Key type .fscrypt registered
Sep 02 10:44:31 talos kernel: Key type fscrypt-provisioning registered
Sep 02 10:44:31 talos kernel: PM:   Magic number: 5:698:724
Sep 02 10:44:31 talos kernel: RAS: Correctable Errors collector initialized.
Sep 02 10:44:31 talos kernel: Freeing unused decrypted memory: 2036K
Sep 02 10:44:31 talos kernel: Freeing unused kernel image (initmem) memory: 1796K
Sep 02 10:44:31 talos kernel: Write protecting the kernel read-only data: 26624k
Sep 02 10:44:31 talos kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
Sep 02 10:44:31 talos kernel: Freeing unused kernel image (rodata/data gap) memory: 1156K
Sep 02 10:44:31 talos kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 02 10:44:31 talos kernel: rodata_test: all tests were successful
Sep 02 10:44:31 talos kernel: Run /init as init process
Sep 02 10:44:31 talos kernel:   with arguments:
Sep 02 10:44:31 talos kernel:     /init
Sep 02 10:44:31 talos kernel:   with environment:
Sep 02 10:44:31 talos kernel:     HOME=/
Sep 02 10:44:31 talos kernel:     TERM=linux
Sep 02 10:44:31 talos kernel:     BOOT_IMAGE=/vmlinuz-linux
Sep 02 10:44:31 talos kernel:     cryptdevice=UUID=7555b0a1-7cfe-4ecd-afa9-5bfdd162a403:cryptroot
Sep 02 10:44:31 talos kernel: fbcon: Taking over console
Sep 02 10:44:31 talos kernel: Console: switching to colour frame buffer device 160x45
Sep 02 10:44:31 talos kernel: Linux agpgart interface v0.103
Sep 02 10:44:31 talos kernel: [drm] amdgpu kernel modesetting enabled.
Sep 02 10:44:31 talos kernel: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
Sep 02 10:44:31 talos kernel: ATPX version 1, functions 0x00000001
Sep 02 10:44:31 talos kernel: ATPX Hybrid Graphics
Sep 02 10:44:31 talos kernel: amdgpu: Virtual CRAT table created for CPU
Sep 02 10:44:31 talos kernel: amdgpu: Topology: Add CPU node
Sep 02 10:44:31 talos kernel: checking generic (fc10000000 e10000) vs hw (fc10000000 10000000)
Sep 02 10:44:31 talos kernel: fb0: switching to amdgpudrmfb from EFI VGA
Sep 02 10:44:31 talos kernel: Console: switching to colour dummy device 80x25
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: vgaarb: deactivate vga console
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: enabling device (0006 -> 0007)
Sep 02 10:44:31 talos kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x1622 0xC4).
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
Sep 02 10:44:31 talos kernel: [drm] register mmio base: 0xFC500000
Sep 02 10:44:31 talos kernel: [drm] register mmio size: 524288
Sep 02 10:44:31 talos kernel: [drm] PCIE atomic ops is not supported
Sep 02 10:44:31 talos kernel: [drm] add ip block number 0 <soc15_common>
Sep 02 10:44:31 talos kernel: [drm] add ip block number 1 <gmc_v9_0>
Sep 02 10:44:31 talos kernel: [drm] add ip block number 2 <vega10_ih>
Sep 02 10:44:31 talos kernel: [drm] add ip block number 3 <psp>
Sep 02 10:44:31 talos kernel: [drm] add ip block number 4 <smu>
Sep 02 10:44:31 talos kernel: [drm] add ip block number 5 <gfx_v9_0>
Sep 02 10:44:31 talos kernel: [drm] add ip block number 6 <sdma_v4_0>
Sep 02 10:44:31 talos kernel: [drm] add ip block number 7 <dm>
Sep 02 10:44:31 talos kernel: [drm] add ip block number 8 <vcn_v2_0>
Sep 02 10:44:31 talos kernel: [drm] add ip block number 9 <jpeg_v2_0>
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: Fetched VBIOS from VFCT
Sep 02 10:44:31 talos kernel: amdgpu: ATOM BIOS: 113-CEZANNE-018
Sep 02 10:44:31 talos kernel: [drm] VCN decode is enabled in VM mode
Sep 02 10:44:31 talos kernel: [drm] VCN encode is enabled in VM mode
Sep 02 10:44:31 talos kernel: [drm] JPEG decode is enabled in VM mode
Sep 02 10:44:31 talos kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Sep 02 10:44:31 talos kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Sep 02 10:44:31 talos kernel: [drm] RAM width 128bits DDR4
Sep 02 10:44:31 talos kernel: [drm] amdgpu: 512M of VRAM memory ready
Sep 02 10:44:31 talos kernel: [drm] amdgpu: 3072M of GTT memory ready.
Sep 02 10:44:31 talos kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Sep 02 10:44:31 talos kernel: [drm] PCIE GART of 1024M enabled.
Sep 02 10:44:31 talos kernel: [drm] PTB located at 0x000000F400900000
Sep 02 10:44:31 talos kernel: [drm] Loading DMUB firmware via PSP: version=0x01010019
Sep 02 10:44:31 talos kernel: [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
Sep 02 10:44:31 talos kernel: [drm] PSP loading VCN firmware
Sep 02 10:44:31 talos kernel: tsc: Refined TSC clocksource calibration: 3293.810 MHz
Sep 02 10:44:31 talos kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f7a74fe427, max_idle_ns: 440795287973 ns
Sep 02 10:44:31 talos kernel: clocksource: Switched to clocksource tsc
Sep 02 10:44:31 talos kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: RAS: optional ras ta ucode is not available
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: RAP: optional rap ta ucode is not available
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: SMU is initialized successfully!
Sep 02 10:44:31 talos kernel: [drm] kiq ring mec 2 pipe 1 q 0
Sep 02 10:44:31 talos kernel: [drm] Display Core initialized with v3.2.132!
Sep 02 10:44:31 talos kernel: [drm] DMUB hardware initialized: version=0x01010019
Sep 02 10:44:31 talos kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Sep 02 10:44:31 talos kernel: [drm] JPEG decode initialized successfully.
Sep 02 10:44:31 talos kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Sep 02 10:44:31 talos kernel: amdgpu: Virtual CRAT table created for GPU
Sep 02 10:44:31 talos kernel: amdgpu: Topology: Add dGPU node [0x1638:0x1002]
Sep 02 10:44:31 talos kernel: kfd kfd: amdgpu: added device 1002:1638
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 18, active_cu_number 28
Sep 02 10:44:31 talos kernel: [drm] fb mappable at 0x3F0CD2000
Sep 02 10:44:31 talos kernel: [drm] vram apper at 0x3F0000000
Sep 02 10:44:31 talos kernel: [drm] size 14745600
Sep 02 10:44:31 talos kernel: [drm] fb depth is 24
Sep 02 10:44:31 talos kernel: [drm]    pitch is 10240
Sep 02 10:44:31 talos kernel: fbcon: amdgpudrmfb (fb0) is primary device
Sep 02 10:44:31 talos kernel: Console: switching to colour frame buffer device 160x45
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
Sep 02 10:44:31 talos kernel: amdgpu 0000:07:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
Sep 02 10:44:31 talos kernel: [drm] Initialized amdgpu 3.41.0 20150101 for 0000:07:00.0 on minor 0
Sep 02 10:44:31 talos kernel: nvidia: loading out-of-tree module taints kernel.
Sep 02 10:44:31 talos kernel: nvidia: module license 'NVIDIA' taints kernel.
Sep 02 10:44:31 talos kernel: Disabling lock debugging due to kernel taint
Sep 02 10:44:31 talos kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Sep 02 10:44:31 talos kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 234
Sep 02 10:44:31 talos kernel: 
Sep 02 10:44:31 talos kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Sep 02 10:44:31 talos kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Sep 02 10:44:31 talos kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  470.63.01  Tue Aug  3 20:44:16 UTC 2021
Sep 02 10:44:31 talos kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  470.63.01  Tue Aug  3 20:30:55 UTC 2021
Sep 02 10:44:31 talos kernel: nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
Sep 02 10:44:31 talos kernel: nvidia-uvm: Loaded the UVM driver, major device number 510.
Sep 02 10:44:31 talos kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Sep 02 10:44:31 talos kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Sep 02 10:44:31 talos kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Sep 02 10:44:31 talos kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:00/input/input3
Sep 02 10:44:31 talos kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Sep 02 10:44:31 talos kernel: xhci_hcd 0000:07:00.3: xHCI Host Controller
Sep 02 10:44:31 talos kernel: xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 1
Sep 02 10:44:31 talos kernel: xhci_hcd 0000:07:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Sep 02 10:44:31 talos kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
Sep 02 10:44:31 talos kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 02 10:44:31 talos kernel: usb usb1: Product: xHCI Host Controller
Sep 02 10:44:31 talos kernel: usb usb1: Manufacturer: Linux 5.13.13-arch1-1 xhci-hcd
Sep 02 10:44:31 talos kernel: usb usb1: SerialNumber: 0000:07:00.3
Sep 02 10:44:31 talos kernel: hub 1-0:1.0: USB hub found
Sep 02 10:44:31 talos kernel: hub 1-0:1.0: 4 ports detected
Sep 02 10:44:31 talos kernel: xhci_hcd 0000:07:00.3: xHCI Host Controller
Sep 02 10:44:31 talos kernel: xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 2
Sep 02 10:44:31 talos kernel: xhci_hcd 0000:07:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 02 10:44:31 talos kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 02 10:44:31 talos kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
Sep 02 10:44:31 talos kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 02 10:44:31 talos kernel: usb usb2: Product: xHCI Host Controller
Sep 02 10:44:31 talos kernel: usb usb2: Manufacturer: Linux 5.13.13-arch1-1 xhci-hcd
Sep 02 10:44:31 talos kernel: usb usb2: SerialNumber: 0000:07:00.3
Sep 02 10:44:31 talos kernel: hub 2-0:1.0: USB hub found
Sep 02 10:44:31 talos kernel: hub 2-0:1.0: 2 ports detected
Sep 02 10:44:31 talos kernel: sdhci: Secure Digital Host Controller Interface driver
Sep 02 10:44:31 talos kernel: sdhci: Copyright(c) Pierre Ossman
Sep 02 10:44:31 talos kernel: xhci_hcd 0000:07:00.4: xHCI Host Controller
Sep 02 10:44:31 talos kernel: xhci_hcd 0000:07:00.4: new USB bus registered, assigned bus number 3
Sep 02 10:44:31 talos kernel: xhci_hcd 0000:07:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Sep 02 10:44:31 talos kernel: ccp 0000:07:00.2: enabling device (0000 -> 0002)
Sep 02 10:44:31 talos kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
Sep 02 10:44:31 talos kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 02 10:44:31 talos kernel: usb usb3: Product: xHCI Host Controller
Sep 02 10:44:31 talos kernel: usb usb3: Manufacturer: Linux 5.13.13-arch1-1 xhci-hcd
Sep 02 10:44:31 talos kernel: usb usb3: SerialNumber: 0000:07:00.4
Sep 02 10:44:31 talos kernel: ccp 0000:07:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Sep 02 10:44:31 talos kernel: hub 3-0:1.0: USB hub found
Sep 02 10:44:31 talos kernel: cryptd: max_cpu_qlen set to 1000
Sep 02 10:44:31 talos kernel: hub 3-0:1.0: 4 ports detected
Sep 02 10:44:31 talos kernel: xhci_hcd 0000:07:00.4: xHCI Host Controller
Sep 02 10:44:31 talos kernel: xhci_hcd 0000:07:00.4: new USB bus registered, assigned bus number 4
Sep 02 10:44:31 talos kernel: xhci_hcd 0000:07:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Sep 02 10:44:31 talos kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 02 10:44:31 talos kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
Sep 02 10:44:31 talos kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 02 10:44:31 talos kernel: usb usb4: Product: xHCI Host Controller
Sep 02 10:44:31 talos kernel: usb usb4: Manufacturer: Linux 5.13.13-arch1-1 xhci-hcd
Sep 02 10:44:31 talos kernel: usb usb4: SerialNumber: 0000:07:00.4
Sep 02 10:44:31 talos kernel: sdhci-pci 0000:02:00.0: SDHCI controller found [17a0:9755] (rev 0)
Sep 02 10:44:31 talos kernel: sdhci-pci 0000:02:00.0: enabling device (0000 -> 0002)
Sep 02 10:44:31 talos kernel: mmc0: SDHCI controller on PCI [0000:02:00.0] using ADMA 64-bit
Sep 02 10:44:31 talos kernel: AVX2 version of gcm_enc/dec engaged.
Sep 02 10:44:31 talos kernel: hub 4-0:1.0: USB hub found
Sep 02 10:44:31 talos kernel: hub 4-0:1.0: 2 ports detected
Sep 02 10:44:31 talos kernel: AES CTR mode by8 optimization enabled
Sep 02 10:44:31 talos kernel: ccp 0000:07:00.2: tee enabled
Sep 02 10:44:31 talos kernel: ccp 0000:07:00.2: psp enabled
Sep 02 10:44:31 talos kernel: device-mapper: uevent: version 1.0.3
Sep 02 10:44:31 talos kernel: device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
Sep 02 10:44:31 talos kernel: Key type encrypted registered
Sep 02 10:44:31 talos kernel: random: cryptsetup: uninitialized urandom read (4 bytes read)
Sep 02 10:44:31 talos kernel: random: cryptsetup: uninitialized urandom read (4 bytes read)
Sep 02 10:44:31 talos kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Sep 02 10:44:31 talos kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Sep 02 10:44:31 talos kernel: random: fast init done
Sep 02 10:44:31 talos kernel: usb 1-3: New USB device found, idVendor=0b05, idProduct=19b6, bcdDevice= 0.02
Sep 02 10:44:31 talos kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 02 10:44:31 talos kernel: usb 1-3: Product: N-KEY Device
Sep 02 10:44:31 talos kernel: usb 1-3: Manufacturer: ASUSTeK Computer Inc.
Sep 02 10:44:31 talos kernel: usb 3-3: New USB device found, idVendor=27c6, idProduct=521d, bcdDevice= 1.00
Sep 02 10:44:31 talos kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 02 10:44:31 talos kernel: usb 3-3: Product: FingerPrint
Sep 02 10:44:31 talos kernel: usb 3-3: Manufacturer: Goodix
Sep 02 10:44:31 talos kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input4
Sep 02 10:44:31 talos kernel: input: ASUSTeK Computer Inc. N-KEY Device Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input5
Sep 02 10:44:31 talos kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input6
Sep 02 10:44:31 talos kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input7
Sep 02 10:44:31 talos kernel: hid-generic 0003:0B05:19B6.0001: input,hiddev96,hidraw0: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input0
Sep 02 10:44:31 talos kernel: hid-generic 0003:0B05:19B6.0002: hiddev97,hidraw1: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input1
Sep 02 10:44:31 talos kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.2/0003:0B05:19B6.0003/input/input8
Sep 02 10:44:31 talos kernel: usb 1-4: new high-speed USB device number 3 using xhci_hcd
Sep 02 10:44:31 talos kernel: hid-generic 0003:0B05:19B6.0003: input,hidraw2: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input2
Sep 02 10:44:31 talos kernel: usbcore: registered new interface driver usbhid
Sep 02 10:44:31 talos kernel: usbhid: USB HID core driver
Sep 02 10:44:31 talos kernel: asus_wmi: ASUS WMI generic driver loaded
Sep 02 10:44:31 talos kernel: usb 1-4: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
Sep 02 10:44:31 talos kernel: usb 1-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
Sep 02 10:44:31 talos kernel: usb 1-4: Product: Wireless_Device
Sep 02 10:44:31 talos kernel: usb 1-4: Manufacturer: MediaTek Inc.
Sep 02 10:44:31 talos kernel: usb 1-4: SerialNumber: 000000000
Sep 02 10:44:31 talos kernel: asus 0003:0B05:19B6.0001: Asus initialise N-KEY Device
Sep 02 10:44:31 talos kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input9
Sep 02 10:44:31 talos kernel: asus 0003:0B05:19B6.0001: input,hiddev96,hidraw0: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input0
Sep 02 10:44:31 talos kernel: asus 0003:0B05:19B6.0002: hiddev97,hidraw1: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input1
Sep 02 10:44:31 talos kernel: asus 0003:0B05:19B6.0002: Asus input not registered
Sep 02 10:44:31 talos kernel: asus: probe of 0003:0B05:19B6.0002 failed with error -12
Sep 02 10:44:31 talos kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.2/0003:0B05:19B6.0003/input/input10
Sep 02 10:44:31 talos kernel: asus 0003:0B05:19B6.0003: input,hidraw1: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input2
Sep 02 10:44:31 talos kernel: random: cryptsetup: uninitialized urandom read (2 bytes read)
Sep 02 10:44:31 talos kernel: random: cryptsetup: uninitialized urandom read (4 bytes read)
Sep 02 10:44:31 talos kernel: random: crng init done
Sep 02 10:44:31 talos kernel: PM: Image not found (code -22)
Sep 02 10:44:31 talos kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Sep 02 10:44:31 talos systemd[1]: systemd 249.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Sep 02 10:44:31 talos systemd[1]: Detected architecture x86-64.
Sep 02 10:44:31 talos systemd[1]: Hostname set to <talos>.
Sep 02 10:44:31 talos systemd[1]: Queued start job for default target Graphical Interface.
Sep 02 10:44:31 talos systemd[1]: Created slice Slice /system/getty.
Sep 02 10:44:31 talos systemd[1]: Created slice Slice /system/modprobe.
Sep 02 10:44:31 talos systemd[1]: Created slice Cryptsetup Units Slice.
Sep 02 10:44:31 talos systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 02 10:44:31 talos systemd[1]: Created slice User and Session Slice.
Sep 02 10:44:31 talos systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 02 10:44:31 talos systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 02 10:44:31 talos systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 02 10:44:31 talos systemd[1]: Reached target Path Units.
Sep 02 10:44:31 talos systemd[1]: Reached target Remote File Systems.
Sep 02 10:44:31 talos systemd[1]: Reached target Slice Units.
Sep 02 10:44:31 talos systemd[1]: Reached target Local Verity Integrity Protected Volumes.
Sep 02 10:44:31 talos systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 02 10:44:31 talos systemd[1]: Listening on LVM2 poll daemon socket.
Sep 02 10:44:31 talos systemd[1]: Listening on Process Core Dump Socket.
Sep 02 10:44:31 talos systemd[1]: Listening on Journal Audit Socket.
Sep 02 10:44:31 talos systemd[1]: Listening on Journal Socket (/dev/log).
Sep 02 10:44:31 talos systemd[1]: Listening on Journal Socket.
Sep 02 10:44:31 talos systemd[1]: Listening on udev Control Socket.
Sep 02 10:44:31 talos systemd[1]: Listening on udev Kernel Socket.
Sep 02 10:44:31 talos systemd[1]: Mounting Huge Pages File System...
Sep 02 10:44:31 talos systemd[1]: Mounting POSIX Message Queue File System...
Sep 02 10:44:31 talos systemd[1]: Mounting Kernel Debug File System...
Sep 02 10:44:31 talos systemd[1]: Mounting Kernel Trace File System...
Sep 02 10:44:31 talos systemd[1]: Starting Create List of Static Device Nodes...
Sep 02 10:44:31 talos systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 02 10:44:31 talos systemd[1]: Starting Load Kernel Module configfs...
Sep 02 10:44:31 talos systemd[1]: Starting Load Kernel Module drm...
Sep 02 10:44:31 talos systemd[1]: Starting Load Kernel Module fuse...
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Sep 02 10:44:31 talos systemd[1]: Starting Journal Service...
Sep 02 10:44:31 talos systemd[1]: Starting Load Kernel Modules...
Sep 02 10:44:31 talos systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Sep 02 10:44:31 talos systemd[1]: Starting Coldplug All udev Devices...
Sep 02 10:44:31 talos kernel: fuse: init (API version 7.34)
Sep 02 10:44:31 talos systemd[1]: Mounted Huge Pages File System.
Sep 02 10:44:31 talos systemd[1]: Mounted POSIX Message Queue File System.
Sep 02 10:44:31 talos systemd[1]: Mounted Kernel Debug File System.
Sep 02 10:44:31 talos systemd[1]: Mounted Kernel Trace File System.
Sep 02 10:44:31 talos systemd[1]: Finished Create List of Static Device Nodes.
Sep 02 10:44:31 talos systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 02 10:44:31 talos systemd[1]: Finished Load Kernel Module configfs.
Sep 02 10:44:31 talos systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 02 10:44:31 talos systemd[1]: Finished Load Kernel Module drm.
Sep 02 10:44:31 talos systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 02 10:44:31 talos systemd[1]: Finished Load Kernel Module fuse.
Sep 02 10:44:31 talos systemd[1]: Mounting FUSE Control File System...
Sep 02 10:44:31 talos systemd[1]: Mounting Kernel Configuration File System...
Sep 02 10:44:31 talos kernel: EXT4-fs (dm-0): re-mounted. Opts: (null). Quota mode: none.
Sep 02 10:44:31 talos kernel: asuswmisensors: ASUSHW GUID not found
Sep 02 10:44:31 talos systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 02 10:44:31 talos kernel: audit: type=1130 audit(1630572271.497: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'
Sep 02 10:44:31 talos systemd[1]: Mounted FUSE Control File System.
Sep 02 10:44:31 talos systemd[1]: Mounted Kernel Configuration File System.
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Sep 02 10:44:31 talos systemd[1]: Starting Load/Save Random Seed...
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in Create System Users being skipped.
Sep 02 10:44:31 talos systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 02 10:44:31 talos systemd[1]: Finished Load/Save Random Seed.
Sep 02 10:44:31 talos kernel: audit: type=1130 audit(1630572271.517:3): 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'
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in First Boot Complete being skipped.
Sep 02 10:44:31 talos systemd-journald[747]: Journal started
Sep 02 10:44:31 talos systemd-journald[747]: Runtime Journal (/run/log/journal/523cf57df0c44f35bc9dad1f42449bb7) is 8.0M, max 770.1M, 762.1M free.
Sep 02 10:44:31 talos 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'
Sep 02 10:44:31 talos 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'
Sep 02 10:44:31 talos 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'
Sep 02 10:44:31 talos systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 02 10:44:31 talos systemd[1]: Started Journal Service.
Sep 02 10:44:31 talos kernel: audit: type=1130 audit(1630572271.521:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:31 talos systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 02 10:44:31 talos 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'
Sep 02 10:44:31 talos systemd-journald[747]: Time spent on flushing to /var/log/journal/523cf57df0c44f35bc9dad1f42449bb7 is 4.875ms for 1083 entries.
Sep 02 10:44:31 talos systemd-journald[747]: System Journal (/var/log/journal/523cf57df0c44f35bc9dad1f42449bb7) is 1.0G, max 4.0G, 2.9G free.
Sep 02 10:44:31 talos kernel: audit: type=1130 audit(1630572271.524:5): 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'
Sep 02 10:44:31 talos kernel: audit: type=1334 audit(1630572271.524:6): prog-id=14 op=LOAD
Sep 02 10:44:31 talos kernel: audit: type=1334 audit(1630572271.524:7): prog-id=15 op=LOAD
Sep 02 10:44:31 talos kernel: audit: type=1334 audit(1630572271.524:8): prog-id=16 op=LOAD
Sep 02 10:44:31 talos kernel: audit: type=1130 audit(1630572271.537: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'
Sep 02 10:44:31 talos kernel: audit: type=1130 audit(1630572271.567:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:31 talos kernel: audit: type=1130 audit(1630572271.577:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:31 talos kernel: input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input11
Sep 02 10:44:31 talos audit: BPF prog-id=14 op=LOAD
Sep 02 10:44:31 talos audit: BPF prog-id=15 op=LOAD
Sep 02 10:44:31 talos audit: BPF prog-id=16 op=LOAD
Sep 02 10:44:31 talos 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'
Sep 02 10:44:31 talos 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'
Sep 02 10:44:31 talos 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'
Sep 02 10:44:31 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:31 talos 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'
Sep 02 10:44:31 talos systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 02 10:44:31 talos systemd[1]: Finished Coldplug All udev Devices.
Sep 02 10:44:31 talos systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 02 10:44:31 talos systemd-modules-load[748]: Failed to insert module 'asus_wmi_sensors': No such device
Sep 02 10:44:31 talos systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 02 10:44:31 talos systemd[1]: Reached target Preparation for Local File Systems.
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Sep 02 10:44:31 talos systemd-modules-load[748]: Inserted module 'crypto_user'
Sep 02 10:44:31 talos systemd-modules-load[748]: Inserted module 'sg'
Sep 02 10:44:31 talos systemd[1]: Finished Load Kernel Modules.
Sep 02 10:44:31 talos systemd[1]: Starting Apply Kernel Variables...
Sep 02 10:44:31 talos systemd[1]: Finished Apply Kernel Variables.
Sep 02 10:44:31 talos systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 02 10:44:31 talos 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'
Sep 02 10:44:31 talos systemd[1]: Created slice Slice /system/systemd-backlight.
Sep 02 10:44:31 talos systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0...
Sep 02 10:44:31 talos systemd[1]: Found device Samsung SSD 970 EVO Plus 1TB 3.
Sep 02 10:44:31 talos systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0.
Sep 02 10:44:31 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:31 talos systemd[1]: Found device Samsung SSD 970 EVO Plus 1TB 1.
Sep 02 10:44:31 talos kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Sep 02 10:44:31 talos kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 02 10:44:31 talos kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xff00, revision 15
Sep 02 10:44:31 talos kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Sep 02 10:44:31 talos kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xff20
Sep 02 10:44:31 talos kernel: input: PC Speaker as /devices/platform/pcspkr/input/input12
Sep 02 10:44:31 talos kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 02 10:44:31 talos kernel: snd_rn_pci_acp3x 0000:07:00.5: enabling device (0000 -> 0002)
Sep 02 10:44:31 talos kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 02 10:44:31 talos kernel: sp5100-tco sp5100-tco: Watchdog hardware is disabled
Sep 02 10:44:31 talos kernel: i8042: PNP: No PS/2 controller found.
Sep 02 10:44:31 talos kernel: asus_wmi: Initialization: 0x1
Sep 02 10:44:31 talos kernel: asus_wmi: BIOS WMI version: 9.0
Sep 02 10:44:31 talos kernel: asus_wmi: SFUN value: 0x21
Sep 02 10:44:31 talos kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Sep 02 10:44:31 talos kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Sep 02 10:44:31 talos kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input13
Sep 02 10:44:31 talos systemd[1]: Starting Cryptography Setup for crypthome...
Sep 02 10:44:31 talos systemd[1]: Starting File System Check on /dev/disk/by-uuid/25B6-16B8...
Sep 02 10:44:31 talos kernel: input: ASUE1209:00 04F3:319F Mouse as /devices/platform/AMDI0010:03/i2c-1/i2c-ASUE1209:00/0018:04F3:319F.0004/input/input14
Sep 02 10:44:31 talos kernel: input: ASUE1209:00 04F3:319F Touchpad as /devices/platform/AMDI0010:03/i2c-1/i2c-ASUE1209:00/0018:04F3:319F.0004/input/input15
Sep 02 10:44:31 talos kernel: hid-generic 0018:04F3:319F.0004: input,hidraw2: I2C HID v1.00 Mouse [ASUE1209:00 04F3:319F] on i2c-ASUE1209:00
Sep 02 10:44:31 talos kernel: libphy: r8169: probed
Sep 02 10:44:31 talos kernel: r8169 0000:03:00.0 eth0: RTL8168h/8111h, 7c:10:c9:24:e8:a5, XID 541, IRQ 100
Sep 02 10:44:31 talos kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 02 10:44:31 talos kernel: ACPI: battery: new extension: ASUS Battery Extension
Sep 02 10:44:31 talos systemd[1]: Started Dispatch Password Requests to Console.
Sep 02 10:44:31 talos 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'
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in First Boot Complete being skipped.
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Sep 02 10:44:31 talos systemd[1]: Condition check resulted in Create System Users being skipped.
Sep 02 10:44:31 talos systemd-fsck[856]: fsck.fat 4.2 (2021-01-31)
Sep 02 10:44:31 talos systemd-fsck[856]: There are differences between boot sector and its backup.
Sep 02 10:44:31 talos systemd-fsck[856]: This is mostly harmless. Differences: (offset:original/backup)
Sep 02 10:44:31 talos systemd-fsck[856]:   65:01/00
Sep 02 10:44:31 talos systemd-fsck[856]:   Not automatically fixing this.
Sep 02 10:44:31 talos systemd-fsck[856]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Sep 02 10:44:31 talos systemd-fsck[856]:  Automatically removing dirty bit.
Sep 02 10:44:31 talos systemd-fsck[856]: *** Filesystem was changed ***
Sep 02 10:44:31 talos systemd-fsck[856]: Writing changes.
Sep 02 10:44:31 talos systemd-fsck[856]: /dev/nvme0n1p1: 370 files, 61452/261628 clusters
Sep 02 10:44:31 talos systemd[1]: Finished File System Check on /dev/disk/by-uuid/25B6-16B8.
Sep 02 10:44:31 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-25B6\x2d16B8 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:31 talos systemd[1]: Mounting /boot...
Sep 02 10:44:31 talos systemd-tty-ask-password-agent[882]: Starting password query on /dev/tty1.
Sep 02 10:44:31 talos systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 02 10:44:31 talos kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 02 10:44:31 talos kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 02 10:44:31 talos kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 02 10:44:31 talos kernel: cfg80211: failed to load regulatory.db
Sep 02 10:44:31 talos systemd[1]: Mounted /boot.
Sep 02 10:44:31 talos kernel: kvm: Nested Virtualization enabled
Sep 02 10:44:31 talos kernel: SVM: kvm: Nested Paging enabled
Sep 02 10:44:31 talos kernel: SVM: Virtual VMLOAD VMSAVE supported
Sep 02 10:44:31 talos kernel: SVM: Virtual GIF supported
Sep 02 10:44:31 talos kernel: MCE: In-kernel MCE decoding enabled.
Sep 02 10:44:31 talos systemd[1]: Found device /dev/mapper/cryptswap.
Sep 02 10:44:31 talos systemd[1]: Activating swap /dev/mapper/cryptswap...
Sep 02 10:44:32 talos kernel: mt7921e 0000:04:00.0: enabling device (0000 -> 0002)
Sep 02 10:44:32 talos kernel: mt7921e 0000:04:00.0: disabling ASPM  L1
Sep 02 10:44:32 talos kernel: mt7921e 0000:04:00.0: ASIC revision: 79610010
Sep 02 10:44:32 talos kernel: Adding 4177916k swap on /dev/mapper/cryptswap.  Priority:-2 extents:1 across:4177916k SSFS
Sep 02 10:44:32 talos systemd[1]: Activated swap /dev/mapper/cryptswap.
Sep 02 10:44:32 talos systemd[1]: Reached target Swaps.
Sep 02 10:44:32 talos systemd[1]: Mounting Temporary Directory /tmp...
Sep 02 10:44:32 talos systemd[1]: Mounted Temporary Directory /tmp.
Sep 02 10:44:32 talos systemd-udevd[802]: Using default interface naming scheme 'v249'.
Sep 02 10:44:32 talos kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
Sep 02 10:44:32 talos kernel: mt7921e 0000:04:00.0: HW/SW Version: 0x8a108a10, Build Time: 20210612122717a
Sep 02 10:44:32 talos systemd-udevd[767]: Using default interface naming scheme 'v249'.
Sep 02 10:44:32 talos kernel: mt7921e 0000:04:00.0: WM Firmware Version: ____010000, Build Time: 20210612122753
Sep 02 10:44:32 talos kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Sep 02 10:44:32 talos kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Sep 02 10:44:32 talos kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Sep 02 10:44:32 talos kernel: snd_hda_intel 0000:07:00.1: enabling device (0000 -> 0002)
Sep 02 10:44:32 talos kernel: snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client
Sep 02 10:44:32 talos kernel: snd_hda_intel 0000:07:00.1: bound 0000:07:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Sep 02 10:44:32 talos kernel: intel_rapl_common: Found RAPL domain package
Sep 02 10:44:32 talos kernel: intel_rapl_common: Found RAPL domain core
Sep 02 10:44:32 talos kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card1/input16
Sep 02 10:44:32 talos kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input17
Sep 02 10:44:32 talos kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC285: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Sep 02 10:44:32 talos kernel: snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 02 10:44:32 talos kernel: snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Sep 02 10:44:32 talos kernel: snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
Sep 02 10:44:32 talos kernel: snd_hda_codec_realtek hdaudioC2D0:    inputs:
Sep 02 10:44:32 talos kernel: snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x13
Sep 02 10:44:32 talos kernel: snd_hda_codec_realtek hdaudioC2D0:      Mic=0x19
Sep 02 10:44:32 talos kernel: snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
Sep 02 10:44:32 talos mtp-probe[957]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3"
Sep 02 10:44:32 talos mtp-probe[956]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.4/usb3/3-3"
Sep 02 10:44:32 talos mtp-probe[955]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-4"
Sep 02 10:44:32 talos mtp-probe[956]: bus: 3, device: 2 was not an MTP device
Sep 02 10:44:32 talos mtp-probe[957]: bus: 1, device: 2 was not an MTP device
Sep 02 10:44:32 talos mtp-probe[955]: bus: 1, device: 3 was not an MTP device
Sep 02 10:44:32 talos kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input18
Sep 02 10:44:32 talos kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input19
Sep 02 10:44:32 talos kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input20
Sep 02 10:44:32 talos kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input21
Sep 02 10:44:32 talos kernel: input: ASUE1209:00 04F3:319F Mouse as /devices/platform/AMDI0010:03/i2c-1/i2c-ASUE1209:00/0018:04F3:319F.0004/input/input24
Sep 02 10:44:32 talos kernel: input: ASUE1209:00 04F3:319F Touchpad as /devices/platform/AMDI0010:03/i2c-1/i2c-ASUE1209:00/0018:04F3:319F.0004/input/input25
Sep 02 10:44:32 talos kernel: hid-multitouch 0018:04F3:319F.0004: input,hidraw2: I2C HID v1.00 Mouse [ASUE1209:00 04F3:319F] on i2c-ASUE1209:00
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in First Boot Complete being skipped.
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in Create System Users being skipped.
Sep 02 10:44:32 talos kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card2/input22
Sep 02 10:44:32 talos kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card2/input23
Sep 02 10:44:32 talos kernel: mousedev: PS/2 mouse device common for all mice
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in First Boot Complete being skipped.
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Sep 02 10:44:32 talos systemd[1]: Condition check resulted in Create System Users being skipped.
Sep 02 10:44:32 talos kernel: mt7921e 0000:04:00.0: Firmware init done
Sep 02 10:44:32 talos systemd-tty-ask-password-agent[882]: Password query on /dev/tty1 finished successfully.
Sep 02 10:44:32 talos systemd-cryptsetup[852]: Set cipher aes, mode xts-plain64, key size 512 bits for device /dev/disk/by-uuid/ac0b8afc-6b46-4478-b3ae-58dc792581a1.
Sep 02 10:44:32 talos systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
Sep 02 10:44:32 talos systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
Sep 02 10:44:32 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:asus::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:32 talos kernel: Bluetooth: Core ver 2.22
Sep 02 10:44:32 talos kernel: NET: Registered protocol family 31
Sep 02 10:44:32 talos kernel: Bluetooth: HCI device and connection manager initialized
Sep 02 10:44:32 talos kernel: Bluetooth: HCI socket layer initialized
Sep 02 10:44:32 talos kernel: Bluetooth: L2CAP socket layer initialized
Sep 02 10:44:32 talos kernel: Bluetooth: SCO socket layer initialized
Sep 02 10:44:32 talos kernel: usbcore: registered new interface driver btusb
Sep 02 10:44:32 talos systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 02 10:44:33 talos systemd[1]: Reached target Bluetooth Support.
Sep 02 10:44:33 talos systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 02 10:44:32 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:33 talos systemd-udevd[784]: Using default interface naming scheme 'v249'.
Sep 02 10:44:33 talos kernel: mt7921e 0000:04:00.0 wlp4s0: renamed from wlan0
Sep 02 10:44:33 talos systemd-udevd[773]: Using default interface naming scheme 'v249'.
Sep 02 10:44:33 talos systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Sep 02 10:44:33 talos systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Sep 02 10:44:33 talos systemd[1]: Condition check resulted in First Boot Complete being skipped.
Sep 02 10:44:33 talos systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Sep 02 10:44:33 talos systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Sep 02 10:44:33 talos systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Sep 02 10:44:33 talos systemd[1]: Condition check resulted in Create System Users being skipped.
Sep 02 10:44:34 talos systemd-cryptsetup[852]: Failed to activate with specified passphrase. (Passphrase incorrect?)
Sep 02 10:44:34 talos systemd-tty-ask-password-agent[882]: Starting password query on /dev/tty1.
Sep 02 10:44:36 talos systemd-tty-ask-password-agent[882]: Password query on /dev/tty1 finished successfully.
Sep 02 10:44:36 talos systemd-cryptsetup[852]: Set cipher aes, mode xts-plain64, key size 512 bits for device /dev/disk/by-uuid/ac0b8afc-6b46-4478-b3ae-58dc792581a1.
Sep 02 10:44:38 talos systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 02 10:44:38 talos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos kernel: kauditd_printk_skb: 8 callbacks suppressed
Sep 02 10:44:38 talos kernel: audit: type=1131 audit(1630572278.177:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos systemd[1]: Found device /dev/disk/by-uuid/da82f505-70c8-4f2b-9be4-4485637602b8.
Sep 02 10:44:38 talos systemd[1]: Starting File System Check on /dev/disk/by-uuid/da82f505-70c8-4f2b-9be4-4485637602b8...
Sep 02 10:44:38 talos systemd[1]: Finished Cryptography Setup for crypthome.
Sep 02 10:44:38 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-cryptsetup@crypthome comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos systemd[1]: Reached target Block Device Preparation for /dev/mapper/crypthome.
Sep 02 10:44:38 talos systemd[1]: Reached target Local Encrypted Volumes.
Sep 02 10:44:38 talos kernel: audit: type=1130 audit(1630572278.291:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-cryptsetup@crypthome comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos systemd-fsck[1285]: /dev/mapper/crypthome: recovering journal
Sep 02 10:44:38 talos systemd-fsck[1285]: /dev/mapper/crypthome: Clearing orphaned inode 1967406 (uid=1000, gid=1000, mode=0100600, size=36864)
Sep 02 10:44:38 talos systemd-fsck[1285]: /dev/mapper/crypthome: Clearing orphaned inode 1707064 (uid=1000, gid=1000, mode=0100644, size=8480)
Sep 02 10:44:38 talos systemd-fsck[1285]: /dev/mapper/crypthome: clean, 84977/6553600 files, 2730601/26210304 blocks
Sep 02 10:44:38 talos systemd[1]: Finished File System Check on /dev/disk/by-uuid/da82f505-70c8-4f2b-9be4-4485637602b8.
Sep 02 10:44:38 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-da82f505\x2d70c8\x2d4f2b\x2d9be4\x2d4485637602b8 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos systemd[1]: Mounting /home...
Sep 02 10:44:38 talos kernel: audit: type=1130 audit(1630572278.467:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-da82f505\x2d70c8\x2d4f2b\x2d9be4\x2d4485637602b8 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos systemd[1]: Mounted /home.
Sep 02 10:44:38 talos systemd[1]: Reached target Local File Systems.
Sep 02 10:44:38 talos systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Sep 02 10:44:38 talos systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Sep 02 10:44:38 talos systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Sep 02 10:44:38 talos systemd[1]: Starting Create Volatile Files and Directories...
Sep 02 10:44:38 talos kernel: EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Sep 02 10:44:38 talos systemd[1]: Finished Create Volatile Files and Directories.
Sep 02 10:44:38 talos 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'
Sep 02 10:44:38 talos systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Sep 02 10:44:38 talos kernel: audit: type=1130 audit(1630572278.521:23): 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'
Sep 02 10:44:38 talos audit: BPF prog-id=17 op=LOAD
Sep 02 10:44:38 talos systemd[1]: Starting Network Time Synchronization...
Sep 02 10:44:38 talos systemd[1]: Condition check resulted in Update is Completed being skipped.
Sep 02 10:44:38 talos systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 02 10:44:38 talos kernel: audit: type=1334 audit(1630572278.524:24): prog-id=17 op=LOAD
Sep 02 10:44:38 talos audit[1309]: SYSTEM_BOOT pid=1309 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos kernel: audit: type=1127 audit(1630572278.527:25): pid=1309 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 02 10:44:38 talos 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'
Sep 02 10:44:38 talos kernel: audit: type=1130 audit(1630572278.531:26): 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'
Sep 02 10:44:38 talos systemd[1]: Started Network Time Synchronization.
Sep 02 10:44:38 talos 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'
Sep 02 10:44:38 talos systemd[1]: Reached target System Initialization.
Sep 02 10:44:38 talos systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 02 10:44:38 talos systemd[1]: Reached target System Time Set.
Sep 02 10:44:38 talos systemd[1]: Started Daily man-db regeneration.
Sep 02 10:44:38 talos systemd[1]: Started Daily verification of password and group files.
Sep 02 10:44:38 talos systemd[1]: Reached target Timer Units.
Sep 02 10:44:38 talos systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 02 10:44:38 talos systemd[1]: Reached target Socket Units.
Sep 02 10:44:38 talos systemd[1]: Reached target Basic System.
Sep 02 10:44:38 talos kernel: audit: type=1130 audit(1630572278.551:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos systemd[1]: Starting Save/Restore Sound Card State...
Sep 02 10:44:38 talos systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Sep 02 10:44:38 talos systemd[1]: Started D-Bus System Message Bus.
Sep 02 10:44:38 talos 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'
Sep 02 10:44:38 talos alsactl[1311]: alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HDA NVidia at 0xfc080000 irq 103)
Sep 02 10:44:38 talos alsactl[1311]: alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -6
Sep 02 10:44:38 talos alsactl[1311]: alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HD-Audio Generic at 0xfc5c8000 irq 105)
Sep 02 10:44:38 talos alsactl[1311]: alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:1 use case configuration -6
Sep 02 10:44:38 talos systemd[1]: Starting Network Manager...
Sep 02 10:44:38 talos alsactl[1311]: alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HD-Audio Generic at 0xfc5c0000 irq 106)
Sep 02 10:44:38 talos alsactl[1311]: alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:2 use case configuration -6
Sep 02 10:44:38 talos kernel: audit: type=1130 audit(1630572278.554:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos systemd[1]: Starting Initialize hardware monitoring sensors...
Sep 02 10:44:38 talos modprobe[1314]: modprobe: ERROR: missing parameters. See -h.
Sep 02 10:44:38 talos audit: BPF prog-id=18 op=LOAD
Sep 02 10:44:38 talos audit: BPF prog-id=19 op=LOAD
Sep 02 10:44:38 talos audit: BPF prog-id=20 op=LOAD
Sep 02 10:44:38 talos systemd[1]: Starting User Login Management...
Sep 02 10:44:38 talos systemd[1]: Finished Save/Restore Sound Card State.
Sep 02 10:44:38 talos kernel: audit: type=1334 audit(1630572278.557:29): prog-id=18 op=LOAD
Sep 02 10:44:38 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos systemd[1]: Reached target Sound Card.
Sep 02 10:44:38 talos systemd[1]: Starting Daily man-db regeneration...
Sep 02 10:44:38 talos systemd[1]: Started Verify integrity of password and group files.
Sep 02 10:44:38 talos 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'
Sep 02 10:44:38 talos systemd[1]: Finished Initialize hardware monitoring sensors.
Sep 02 10:44:38 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos systemd[1]: shadow.service: Deactivated successfully.
Sep 02 10:44:38 talos 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'
Sep 02 10:44:38 talos systemd-logind[1315]: New seat seat0.
Sep 02 10:44:38 talos systemd-logind[1315]: Watching system buttons on /dev/input/event0 (Lid Switch)
Sep 02 10:44:38 talos systemd-logind[1315]: Watching system buttons on /dev/input/event1 (Power Button)
Sep 02 10:44:38 talos systemd-logind[1315]: Watching system buttons on /dev/input/event2 (Sleep Button)
Sep 02 10:44:38 talos systemd-logind[1315]: Watching system buttons on /dev/input/event4 (Asus Keyboard)
Sep 02 10:44:38 talos systemd-logind[1315]: Watching system buttons on /dev/input/event5 (Asus Keyboard)
Sep 02 10:44:38 talos systemd[1]: Started User Login Management.
Sep 02 10:44:38 talos 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'
Sep 02 10:44:38 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.systemd1'
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.5971] NetworkManager (version 1.32.10-1) is starting... (for the first time)
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.5972] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Sep 02 10:44:38 talos systemd[1]: Started Network Manager.
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.5988] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 02 10:44:38 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos systemd[1]: Reached target Network.
Sep 02 10:44:38 talos systemd[1]: Starting Permit User Sessions...
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6021] manager[0x560855459040]: monitoring kernel firmware directory '/lib/firmware'.
Sep 02 10:44:38 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=1313 comm="/usr/bin/NetworkManager --no-daemon ")
Sep 02 10:44:38 talos systemd[1]: Finished Permit User Sessions.
Sep 02 10:44:38 talos 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'
Sep 02 10:44:38 talos systemd[1]: Started Getty on tty1.
Sep 02 10:44:38 talos 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'
Sep 02 10:44:38 talos systemd[1]: Reached target Login Prompts.
Sep 02 10:44:38 talos systemd[1]: Reached target Multi-User System.
Sep 02 10:44:38 talos systemd[1]: Reached target Graphical Interface.
Sep 02 10:44:38 talos systemd[1]: Starting Set the battery charge threshold...
Sep 02 10:44:38 talos systemd[1]: Starting Forward Password Requests to Wall...
Sep 02 10:44:38 talos audit: BPF prog-id=21 op=LOAD
Sep 02 10:44:38 talos audit: BPF prog-id=22 op=LOAD
Sep 02 10:44:38 talos audit: BPF prog-id=23 op=LOAD
Sep 02 10:44:38 talos systemd[1]: Starting Hostname Service...
Sep 02 10:44:38 talos systemd[1]: Starting TLP system startup/shutdown...
Sep 02 10:44:38 talos systemd[1]: battery-charge-threshold.service: Deactivated successfully.
Sep 02 10:44:38 talos systemd[1]: Finished Set the battery charge threshold.
Sep 02 10:44:38 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=battery-charge-threshold comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=battery-charge-threshold comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Sep 02 10:44:38 talos systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Sep 02 10:44:38 talos systemd[1]: Stopping Dispatch Password Requests to Console...
Sep 02 10:44:38 talos systemd[1]: systemd-ask-password-console.service: Deactivated successfully.
Sep 02 10:44:38 talos systemd[1]: Stopped Dispatch Password Requests to Console.
Sep 02 10:44:38 talos 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'
Sep 02 10:44:38 talos systemctl[1341]: Failed to stop systemd-ask-password-plymouth.path: Unit systemd-ask-password-plymouth.path not loaded.
Sep 02 10:44:38 talos systemctl[1341]: Failed to stop systemd-ask-password-plymouth.service: Unit systemd-ask-password-plymouth.service not loaded.
Sep 02 10:44:38 talos systemd[1]: Started Forward Password Requests to Wall.
Sep 02 10:44:38 talos 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'
Sep 02 10:44:38 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 02 10:44:38 talos systemd[1]: Started Hostname Service.
Sep 02 10:44:38 talos 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'
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6585] hostname: hostname: using hostnamed
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6586] hostname: hostname changed from (none) to "talos"
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6588] dns-mgr[0x560855411250]: init: dns=default,systemd-resolved rc-manager=symlink
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6595] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:04:00.0/ieee80211/phy0/rfkill1) (driver mt7921e)
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6597] manager[0x560855459040]: rfkill: Wi-Fi hardware radio set enabled
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6597] manager[0x560855459040]: rfkill: WWAN hardware radio set enabled
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6648] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-ovs.so)
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6658] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-wifi.so)
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6742] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-team.so)
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6786] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-bluetooth.so)
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6793] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-adsl.so)
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6799] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-wwan.so)
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6802] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6803] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6803] manager: Networking is enabled by state file
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6808] dhcp-init: Using DHCP client 'internal'
Sep 02 10:44:38 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=1313 comm="/usr/bin/NetworkManager --no-daemon ")
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6813] settings: Loaded settings plugin: keyfile (internal)
Sep 02 10:44:38 talos systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6850] device (lo): carrier: link connected
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6852] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6861] manager: (enp3s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6868] settings: (enp3s0): created default wired connection 'Wired connection 1'
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.6873] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 02 10:44:38 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Sep 02 10:44:38 talos systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 02 10:44:38 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:38 talos kernel: Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.9251] device (wlp4s0): driver supports Access Point (AP) mode
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.9260] manager: (wlp4s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Sep 02 10:44:38 talos NetworkManager[1313]: <info>  [1630572278.9265] device (wlp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 02 10:44:38 talos kernel: r8169 0000:03:00.0 enp3s0: Link is Down
Sep 02 10:44:39 talos tlp[1343]: Applying power save settings...done.
Sep 02 10:44:39 talos tlp[1343]: Setting battery charge thresholds...done.
Sep 02 10:44:39 talos systemd[1]: Finished TLP system startup/shutdown.
Sep 02 10:44:39 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:39 talos NetworkManager[1313]: <info>  [1630572279.5908] device (wlp4s0): set-hw-addr: set MAC address to F6:A6:77:AC:3B:CC (scanning)
Sep 02 10:44:39 talos dbus-daemon[1312]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.3' (uid=0 pid=1313 comm="/usr/bin/NetworkManager --no-daemon ")
Sep 02 10:44:39 talos systemd[1]: Starting WPA supplicant...
Sep 02 10:44:39 talos NetworkManager[1313]: <info>  [1630572279.6033] ovsdb: Could not connect: No such file or directory
Sep 02 10:44:39 talos NetworkManager[1313]: <info>  [1630572279.6033] ovsdb: disconnected from ovsdb
Sep 02 10:44:39 talos dbus-daemon[1312]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Sep 02 10:44:39 talos systemd[1]: Started WPA supplicant.
Sep 02 10:44:39 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:39 talos wpa_supplicant[2096]: Successfully initialized wpa_supplicant
Sep 02 10:44:39 talos NetworkManager[1313]: <info>  [1630572279.7007] device (wlp4s0): supplicant interface state: internal-starting -> disconnected
Sep 02 10:44:39 talos NetworkManager[1313]: <info>  [1630572279.7010] Wi-Fi P2P device controlled by interface wlp4s0 created
Sep 02 10:44:39 talos NetworkManager[1313]: <info>  [1630572279.7012] manager: (p2p-dev-wlp4s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Sep 02 10:44:39 talos NetworkManager[1313]: <info>  [1630572279.7013] device (p2p-dev-wlp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 02 10:44:39 talos NetworkManager[1313]: <info>  [1630572279.7019] device (wlp4s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Sep 02 10:44:39 talos NetworkManager[1313]: <info>  [1630572279.7027] device (p2p-dev-wlp4s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Sep 02 10:44:40 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6703] policy: auto-activating connection 'HofTerDoele Internet Beneden' (5677a1d8-ebd5-437c-9700-b1fb13132f09)
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6707] device (wlp4s0): Activation: starting connection 'HofTerDoele Internet Beneden' (5677a1d8-ebd5-437c-9700-b1fb13132f09)
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6707] device (wlp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6708] manager: NetworkManager state is now CONNECTING
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6795] device (wlp4s0): set-hw-addr: reset MAC address to EC:2E:98:DE:9E:DB (preserve)
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6955] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6958] device (wlp4s0): Activation: (wifi) access point 'HofTerDoele Internet Beneden' has security, but secrets are required.
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6958] device (wlp4s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6959] sup-iface[ef09607c10f2694a,0,wlp4s0]: wps: type pbc start...
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6967] device (wlp4s0): supplicant interface state: disconnected -> interface_disabled
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6967] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> interface_disabled
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6971] device (wlp4s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6972] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6973] device (wlp4s0): Activation: (wifi) connection 'HofTerDoele Internet Beneden' has security, and secrets exist.  No new secrets needed.
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6973] Config: added 'ssid' value 'HofTerDoele Internet Beneden'
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6974] Config: added 'scan_ssid' value '1'
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6974] Config: added 'bgscan' value 'simple:30:-70:86400'
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6974] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6974] Config: added 'auth_alg' value 'OPEN'
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.6974] Config: added 'psk' value '<hidden>'
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.7690] device (wlp4s0): supplicant interface state: interface_disabled -> inactive
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.7691] device (p2p-dev-wlp4s0): supplicant management interface state: interface_disabled -> inactive
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.7775] device (wlp4s0): supplicant interface state: inactive -> scanning
Sep 02 10:44:41 talos NetworkManager[1313]: <info>  [1630572281.7775] device (p2p-dev-wlp4s0): supplicant management interface state: inactive -> scanning
Sep 02 10:44:44 talos wpa_supplicant[2096]: wlp4s0: SME: Trying to authenticate with 20:9a:7d:dd:e0:36 (SSID='HofTerDoele Internet Beneden' freq=2412 MHz)
Sep 02 10:44:44 talos kernel: wlp4s0: authenticate with 20:9a:7d:dd:e0:36
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.0195] device (wlp4s0): supplicant interface state: scanning -> authenticating
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.0196] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> authenticating
Sep 02 10:44:44 talos kernel: wlp4s0: send auth to 20:9a:7d:dd:e0:36 (try 1/3)
Sep 02 10:44:44 talos wpa_supplicant[2096]: wlp4s0: Trying to associate with 20:9a:7d:dd:e0:36 (SSID='HofTerDoele Internet Beneden' freq=2412 MHz)
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.0238] device (wlp4s0): supplicant interface state: authenticating -> associating
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.0238] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> associating
Sep 02 10:44:44 talos kernel: wlp4s0: authenticated
Sep 02 10:44:44 talos kernel: wlp4s0: associate with 20:9a:7d:dd:e0:36 (try 1/3)
Sep 02 10:44:44 talos kernel: wlp4s0: RX AssocResp from 20:9a:7d:dd:e0:36 (capab=0x1411 status=0 aid=1)
Sep 02 10:44:44 talos wpa_supplicant[2096]: wlp4s0: Associated with 20:9a:7d:dd:e0:36
Sep 02 10:44:44 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sep 02 10:44:44 talos kernel: wlp4s0: associated
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.0547] device (wlp4s0): supplicant interface state: associating -> associated
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.0548] device (p2p-dev-wlp4s0): supplicant management interface state: associating -> associated
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.0621] device (wlp4s0): supplicant interface state: associated -> 4way_handshake
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.0621] device (p2p-dev-wlp4s0): supplicant management interface state: associated -> 4way_handshake
Sep 02 10:44:44 talos wpa_supplicant[2096]: wlp4s0: WPA: Key negotiation completed with 20:9a:7d:dd:e0:36 [PTK=CCMP GTK=CCMP]
Sep 02 10:44:44 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-CONNECTED - Connection to 20:9a:7d:dd:e0:36 completed [id=0 id_str=]
Sep 02 10:44:44 talos kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.1307] device (wlp4s0): supplicant interface state: 4way_handshake -> completed
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.1308] device (wlp4s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "HofTerDoele Internet Beneden"
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.1308] device (p2p-dev-wlp4s0): supplicant management interface state: 4way_handshake -> completed
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.1311] device (wlp4s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.1319] dhcp4 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.2032] dhcp4 (wlp4s0): state changed unknown -> bound, address=192.168.1.16
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.2085] device (wlp4s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.2119] device (wlp4s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.2122] device (wlp4s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.2129] manager: NetworkManager state is now CONNECTED_LOCAL
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.2137] manager: NetworkManager state is now CONNECTED_SITE
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.2137] policy: set 'HofTerDoele Internet Beneden' (wlp4s0) as default for IPv4 routing and DNS
Sep 02 10:44:44 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=1313 comm="/usr/bin/NetworkManager --no-daemon ")
Sep 02 10:44:44 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.2206] device (wlp4s0): Activation: successful, device activated.
Sep 02 10:44:44 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-79 noise=9999 txrate=52000
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.8069] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 02 10:44:44 talos NetworkManager[1313]: <info>  [1630572284.9254] manager: startup complete
Sep 02 10:44:47 talos audit[1339]: USER_AUTH pid=1339 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="jonas" exe="/usr/bin/login" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:44:47 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=1339 comm="/bin/login -p --       ")
Sep 02 10:44:47 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:44:47 talos login[1339]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:44:47 talos audit[1339]: USER_ACCT pid=1339 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/login" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:44:47 talos kernel: kauditd_printk_skb: 21 callbacks suppressed
Sep 02 10:44:47 talos kernel: audit: type=1100 audit(1630572287.911:51): pid=1339 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="jonas" exe="/usr/bin/login" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:44:47 talos kernel: audit: type=1101 audit(1630572287.911:52): pid=1339 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/login" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:44:47 talos audit[1339]: CRED_ACQ pid=1339 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="jonas" exe="/usr/bin/login" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:44:47 talos audit[1339]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffcb1b05a70 a2=4 a3=3e8 items=0 ppid=1 pid=1339 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Sep 02 10:44:47 talos audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
Sep 02 10:44:47 talos login[1339]: pam_unix(login:session): session opened for user jonas(uid=1000) by LOGIN(uid=0)
Sep 02 10:44:47 talos kernel: audit: type=1103 audit(1630572287.914:53): pid=1339 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="jonas" exe="/usr/bin/login" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:44:47 talos kernel: audit: type=1006 audit(1630572287.914:54): pid=1339 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
Sep 02 10:44:47 talos kernel: audit: type=1300 audit(1630572287.914:54): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffcb1b05a70 a2=4 a3=3e8 items=0 ppid=1 pid=1339 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Sep 02 10:44:47 talos kernel: audit: type=1327 audit(1630572287.914:54): proctitle=2F62696E2F6C6F67696E002D70002D2D
Sep 02 10:44:47 talos systemd[1]: Created slice User Slice of UID 1000.
Sep 02 10:44:47 talos systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 02 10:44:47 talos systemd-logind[1315]: New session 1 of user jonas.
Sep 02 10:44:47 talos systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 02 10:44:47 talos 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'
Sep 02 10:44:47 talos systemd[1]: Starting User Manager for UID 1000...
Sep 02 10:44:47 talos kernel: audit: type=1130 audit(1630572287.927:55): 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'
Sep 02 10:44:47 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.9' (uid=0 pid=5132 comm="(systemd) ")
Sep 02 10:44:47 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:44:47 talos systemd[5132]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:44:47 talos audit[5132]: USER_ACCT pid=5132 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:47 talos audit[5132]: CRED_ACQ pid=5132 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="jonas" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 02 10:44:47 talos audit[5132]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7fff279f0f90 a2=4 a3=3e8 items=0 ppid=1 pid=5132 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Sep 02 10:44:47 talos audit: PROCTITLE proctitle="(systemd)"
Sep 02 10:44:47 talos systemd[5132]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[jonas] ruser=[<unknown>] rhost=[<unknown>]
Sep 02 10:44:47 talos systemd[5132]: pam_unix(systemd-user:session): session opened for user jonas(uid=1000) by (uid=0)
Sep 02 10:44:47 talos systemd[5132]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Sep 02 10:44:47 talos audit[5132]: USER_START pid=5132 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="jonas" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:47 talos kernel: audit: type=1101 audit(1630572287.934:56): pid=5132 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:47 talos kernel: audit: type=1103 audit(1630572287.934:57): pid=5132 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="jonas" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Sep 02 10:44:47 talos kernel: audit: type=1006 audit(1630572287.934:58): pid=5132 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Sep 02 10:44:47 talos audit: BPF prog-id=24 op=LOAD
Sep 02 10:44:47 talos audit[5132]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7fff5805cee0 a2=78 a3=7fff5805cee0 items=0 ppid=1 pid=5132 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Sep 02 10:44:47 talos audit: PROCTITLE proctitle="(systemd)"
Sep 02 10:44:47 talos audit: BPF prog-id=24 op=UNLOAD
Sep 02 10:44:48 talos systemd[5132]: Queued start job for default target Main User Target.
Sep 02 10:44:48 talos 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'
Sep 02 10:44:48 talos audit[1339]: USER_START pid=1339 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="jonas" exe="/usr/bin/login" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:44:48 talos audit[1339]: CRED_REFR pid=1339 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="jonas" exe="/usr/bin/login" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:44:48 talos login[1339]: pam_env(login:session): deprecated reading of user environment enabled
Sep 02 10:44:48 talos systemd[5132]: Created slice User Application Slice.
Sep 02 10:44:48 talos login[1339]: LOGIN ON tty1 BY jonas
Sep 02 10:44:48 talos systemd[5132]: Reached target Paths.
Sep 02 10:44:48 talos systemd[5132]: Reached target Timers.
Sep 02 10:44:48 talos systemd[5132]: Starting D-Bus User Message Bus Socket...
Sep 02 10:44:48 talos systemd[5132]: Listening on GnuPG network certificate management daemon.
Sep 02 10:44:48 talos systemd[5132]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 02 10:44:48 talos systemd[5132]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 02 10:44:48 talos systemd[5132]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 02 10:44:48 talos systemd[5132]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 02 10:44:48 talos systemd[5132]: Listening on p11-kit server.
Sep 02 10:44:48 talos systemd[5132]: Listening on Multimedia System.
Sep 02 10:44:48 talos systemd[5132]: Listening on Sound System.
Sep 02 10:44:48 talos systemd[5132]: Listening on D-Bus User Message Bus Socket.
Sep 02 10:44:48 talos systemd[5132]: Reached target Sockets.
Sep 02 10:44:48 talos systemd[5132]: Reached target Basic System.
Sep 02 10:44:48 talos systemd[1]: Started User Manager for UID 1000.
Sep 02 10:44:48 talos systemd[5132]: Starting Update XDG user dir configuration...
Sep 02 10:44:48 talos systemd[1]: Started Session 1 of User jonas.
Sep 02 10:44:48 talos systemd[5132]: Finished Update XDG user dir configuration.
Sep 02 10:44:48 talos systemd[5132]: Reached target Main User Target.
Sep 02 10:44:48 talos systemd[5132]: Startup finished in 93ms.
Sep 02 10:44:49 talos systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 02 10:44:49 talos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:44:49 talos NetworkManager[1313]: <info>  [1630572289.5838] policy: set 'HofTerDoele Internet Beneden' (wlp4s0) as default for IPv6 routing and DNS
Sep 02 10:45:00 talos audit[9079]: USER_AUTH pid=9079 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:00 talos kernel: kauditd_printk_skb: 11 callbacks suppressed
Sep 02 10:45:00 talos kernel: audit: type=1100 audit(1630572300.394:66): pid=9079 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:00 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=9079 comm="sudo pacman -S -y -y -u --config /etc/pacman.conf ")
Sep 02 10:45:00 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:45:00 talos sudo[9079]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:45:00 talos audit[9079]: USER_ACCT pid=9079 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:00 talos audit[9079]: CRED_REFR pid=9079 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:00 talos sudo[9079]:    jonas : TTY=tty1 ; PWD=/home/jonas ; USER=root ; COMMAND=/usr/bin/pacman -S -y -y -u --config /etc/pacman.conf --
Sep 02 10:45:00 talos kernel: audit: type=1101 audit(1630572300.397:67): pid=9079 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:00 talos kernel: audit: type=1110 audit(1630572300.397:68): pid=9079 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:00 talos kernel: audit: type=1105 audit(1630572300.401:69): pid=9079 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:00 talos audit[9079]: USER_START pid=9079 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:00 talos sudo[9079]: pam_unix(sudo:session): session opened for user root(uid=0) by jonas(uid=1000)
Sep 02 10:45:03 talos sudo[9079]: pam_unix(sudo:session): session closed for user root
Sep 02 10:45:03 talos audit[9079]: USER_END pid=9079 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:03 talos audit[9079]: CRED_DISP pid=9079 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:03 talos kernel: audit: type=1106 audit(1630572303.687:70): pid=9079 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:03 talos kernel: audit: type=1104 audit(1630572303.687:71): pid=9079 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:08 talos systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 02 10:45:08 talos 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'
Sep 02 10:45:08 talos kernel: audit: type=1131 audit(1630572308.687: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'
Sep 02 10:45:08 talos audit: BPF prog-id=23 op=UNLOAD
Sep 02 10:45:08 talos audit: BPF prog-id=22 op=UNLOAD
Sep 02 10:45:08 talos audit: BPF prog-id=21 op=UNLOAD
Sep 02 10:45:08 talos kernel: audit: type=1334 audit(1630572308.794:73): prog-id=23 op=UNLOAD
Sep 02 10:45:08 talos kernel: audit: type=1334 audit(1630572308.794:74): prog-id=22 op=UNLOAD
Sep 02 10:45:08 talos kernel: audit: type=1334 audit(1630572308.794:75): prog-id=21 op=UNLOAD
Sep 02 10:45:08 talos systemd-timesyncd[1308]: Initial synchronization to time server [2a0e:f780:0:100::15]:123 (2.arch.pool.ntp.org).
Sep 02 10:45:18 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.16' (uid=0 pid=17410 comm="sudo systemctl restart NetworkManager ")
Sep 02 10:45:18 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:45:18 talos sudo[17410]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:45:18 talos audit[17410]: USER_ACCT pid=17410 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:18 talos sudo[17410]:    jonas : TTY=tty1 ; PWD=/home/jonas ; USER=root ; COMMAND=/usr/bin/systemctl restart NetworkManager
Sep 02 10:45:18 talos audit[17410]: CRED_REFR pid=17410 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:18 talos sudo[17410]: pam_unix(sudo:session): session opened for user root(uid=0) by jonas(uid=1000)
Sep 02 10:45:18 talos audit[17410]: USER_START pid=17410 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:18 talos kernel: audit: type=1101 audit(1630572318.533:76): pid=17410 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:18 talos kernel: audit: type=1110 audit(1630572318.533:77): pid=17410 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:18 talos kernel: audit: type=1105 audit(1630572318.533:78): pid=17410 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:18 talos systemd[1]: Stopping Network Manager...
Sep 02 10:45:18 talos NetworkManager[1313]: <info>  [1630572318.5425] caught SIGTERM, shutting down normally.
Sep 02 10:45:18 talos NetworkManager[1313]: <info>  [1630572318.5437] device (wlp4s0): state change: activated -> deactivating (reason 'unmanaged', sys-iface-state: 'managed')
Sep 02 10:45:18 talos NetworkManager[1313]: <info>  [1630572318.5438] manager: NetworkManager state is now DISCONNECTING
Sep 02 10:45:18 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=1313 comm="/usr/bin/NetworkManager --no-daemon ")
Sep 02 10:45:18 talos systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 02 10:45:18 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Sep 02 10:45:18 talos systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 02 10:45:18 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:18 talos kernel: audit: type=1130 audit(1630572318.550:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:18 talos NetworkManager[1313]: <info>  [1630572318.5543] device (wlp4s0): state change: deactivating -> unmanaged (reason 'removed', sys-iface-state: 'managed')
Sep 02 10:45:18 talos NetworkManager[1313]: <info>  [1630572318.5778] dhcp4 (wlp4s0): canceled DHCP transaction
Sep 02 10:45:18 talos NetworkManager[1313]: <info>  [1630572318.5779] dhcp4 (wlp4s0): state changed bound -> terminated
Sep 02 10:45:18 talos kernel: wlp4s0: deauthenticating from 20:9a:7d:dd:e0:36 by local choice (Reason: 3=DEAUTH_LEAVING)
Sep 02 10:45:18 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-DISCONNECTED bssid=20:9a:7d:dd:e0:36 reason=3 locally_generated=1
Sep 02 10:45:18 talos NetworkManager[1313]: <info>  [1630572318.6753] manager: NetworkManager state is now DISCONNECTED
Sep 02 10:45:18 talos NetworkManager[1313]: <info>  [1630572318.6783] device (p2p-dev-wlp4s0): state change: disconnected -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Sep 02 10:45:18 talos NetworkManager[1313]: <info>  [1630572318.6997] exiting (success)
Sep 02 10:45:18 talos systemd[1]: NetworkManager.service: Deactivated successfully.
Sep 02 10:45:18 talos systemd[1]: Stopped Network Manager.
Sep 02 10:45:18 talos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:18 talos systemd[1]: Starting Network Manager...
Sep 02 10:45:18 talos kernel: audit: type=1131 audit(1630572318.711:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.7296] NetworkManager (version 1.32.10-1) is starting... (after a restart)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.7298] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Sep 02 10:45:18 talos systemd[1]: Started Network Manager.
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.7334] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 02 10:45:18 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:18 talos kernel: audit: type=1130 audit(1630572318.728:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:18 talos sudo[17410]: pam_unix(sudo:session): session closed for user root
Sep 02 10:45:18 talos audit[17410]: USER_END pid=17410 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:18 talos audit[17410]: CRED_DISP pid=17410 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:18 talos kernel: audit: type=1106 audit(1630572318.731:82): pid=17410 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:18 talos kernel: audit: type=1104 audit(1630572318.731:83): pid=17410 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.7398] manager[0x56346fb58040]: monitoring kernel firmware directory '/lib/firmware'.
Sep 02 10:45:18 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.18' (uid=0 pid=17462 comm="/usr/bin/NetworkManager --no-daemon ")
Sep 02 10:45:18 talos audit: BPF prog-id=25 op=LOAD
Sep 02 10:45:18 talos audit: BPF prog-id=26 op=LOAD
Sep 02 10:45:18 talos audit: BPF prog-id=27 op=LOAD
Sep 02 10:45:18 talos systemd[1]: Starting Hostname Service...
Sep 02 10:45:18 talos kernel: audit: type=1334 audit(1630572318.738:84): prog-id=25 op=LOAD
Sep 02 10:45:18 talos kernel: audit: type=1334 audit(1630572318.738:85): prog-id=26 op=LOAD
Sep 02 10:45:18 talos wpa_supplicant[2096]: nl80211: deinit ifname=wlp4s0 disabled_11b_rates=0
Sep 02 10:45:18 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 02 10:45:18 talos systemd[1]: Started Hostname Service.
Sep 02 10:45:18 talos 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'
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.7924] hostname: hostname: using hostnamed
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.7924] hostname: hostname changed from (none) to "talos"
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.7927] dns-mgr[0x56346fb10250]: init: dns=default,systemd-resolved rc-manager=symlink
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.7934] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:04:00.0/ieee80211/phy0/rfkill1) (driver mt7921e)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.7937] manager[0x56346fb58040]: rfkill: Wi-Fi hardware radio set enabled
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.7937] manager[0x56346fb58040]: rfkill: WWAN hardware radio set enabled
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.7951] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-ovs.so)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.7954] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-wifi.so)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8002] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-team.so)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8020] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-bluetooth.so)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8024] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-adsl.so)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8026] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-wwan.so)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8030] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8030] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8031] manager: Networking is enabled by state file
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8032] dhcp-init: Using DHCP client 'internal'
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8034] settings: Loaded settings plugin: keyfile (internal)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8053] device (lo): carrier: link connected
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8055] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8060] manager: (enp3s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8066] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8075] device (wlp4s0): driver supports Access Point (AP) mode
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8080] manager: (wlp4s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8083] device (wlp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8329] device (wlp4s0): set-hw-addr: set MAC address to D6:D9:6D:6B:7A:12 (scanning)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8446] ovsdb: Could not connect: No such file or directory
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8446] ovsdb: disconnected from ovsdb
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8960] device (wlp4s0): supplicant interface state: internal-starting -> disconnected
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8961] Wi-Fi P2P device controlled by interface wlp4s0 created
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8967] manager: (p2p-dev-wlp4s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8970] device (p2p-dev-wlp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8981] device (wlp4s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Sep 02 10:45:18 talos NetworkManager[17462]: <info>  [1630572318.8989] device (p2p-dev-wlp4s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1700] policy: auto-activating connection 'HofTerDoele Internet Beneden' (5677a1d8-ebd5-437c-9700-b1fb13132f09)
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1703] device (wlp4s0): Activation: starting connection 'HofTerDoele Internet Beneden' (5677a1d8-ebd5-437c-9700-b1fb13132f09)
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1703] device (wlp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1706] manager: NetworkManager state is now CONNECTING
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1790] device (wlp4s0): set-hw-addr: reset MAC address to EC:2E:98:DE:9E:DB (preserve)
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1953] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1957] device (wlp4s0): Activation: (wifi) access point 'HofTerDoele Internet Beneden' has security, but secrets are required.
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1958] device (wlp4s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1959] sup-iface[1eadc5fbc435a76e,1,wlp4s0]: wps: type pbc start...
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1970] device (wlp4s0): supplicant interface state: disconnected -> interface_disabled
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1970] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> interface_disabled
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1980] device (wlp4s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1982] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1984] device (wlp4s0): Activation: (wifi) connection 'HofTerDoele Internet Beneden' has security, and secrets exist.  No new secrets needed.
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1985] Config: added 'ssid' value 'HofTerDoele Internet Beneden'
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1985] Config: added 'scan_ssid' value '1'
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1985] Config: added 'bgscan' value 'simple:30:-70:86400'
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1985] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1985] Config: added 'auth_alg' value 'OPEN'
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.1985] Config: added 'psk' value '<hidden>'
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.2458] device (wlp4s0): supplicant interface state: interface_disabled -> inactive
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.2459] device (p2p-dev-wlp4s0): supplicant management interface state: interface_disabled -> inactive
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.2568] device (wlp4s0): supplicant interface state: inactive -> scanning
Sep 02 10:45:21 talos NetworkManager[17462]: <info>  [1630572321.2569] device (p2p-dev-wlp4s0): supplicant management interface state: inactive -> scanning
Sep 02 10:45:21 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Sep 02 10:45:23 talos wpa_supplicant[2096]: wlp4s0: SME: Trying to authenticate with 20:9a:7d:dd:e0:36 (SSID='HofTerDoele Internet Beneden' freq=2412 MHz)
Sep 02 10:45:23 talos kernel: wlp4s0: authenticate with 20:9a:7d:dd:e0:36
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.4292] device (wlp4s0): supplicant interface state: scanning -> authenticating
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.4293] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> authenticating
Sep 02 10:45:23 talos kernel: wlp4s0: send auth to 20:9a:7d:dd:e0:36 (try 1/3)
Sep 02 10:45:23 talos wpa_supplicant[2096]: wlp4s0: Trying to associate with 20:9a:7d:dd:e0:36 (SSID='HofTerDoele Internet Beneden' freq=2412 MHz)
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.4342] device (wlp4s0): supplicant interface state: authenticating -> associating
Sep 02 10:45:23 talos kernel: wlp4s0: authenticated
Sep 02 10:45:23 talos kernel: wlp4s0: associate with 20:9a:7d:dd:e0:36 (try 1/3)
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.4342] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> associating
Sep 02 10:45:23 talos kernel: wlp4s0: RX AssocResp from 20:9a:7d:dd:e0:36 (capab=0x1411 status=0 aid=1)
Sep 02 10:45:23 talos wpa_supplicant[2096]: wlp4s0: Associated with 20:9a:7d:dd:e0:36
Sep 02 10:45:23 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sep 02 10:45:23 talos kernel: wlp4s0: associated
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.4610] device (wlp4s0): supplicant interface state: associating -> 4way_handshake
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.4610] device (p2p-dev-wlp4s0): supplicant management interface state: associating -> 4way_handshake
Sep 02 10:45:23 talos wpa_supplicant[2096]: wlp4s0: WPA: Key negotiation completed with 20:9a:7d:dd:e0:36 [PTK=CCMP GTK=CCMP]
Sep 02 10:45:23 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-CONNECTED - Connection to 20:9a:7d:dd:e0:36 completed [id=0 id_str=]
Sep 02 10:45:23 talos kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.6407] device (wlp4s0): supplicant interface state: 4way_handshake -> completed
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.6407] device (wlp4s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "HofTerDoele Internet Beneden"
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.6407] device (p2p-dev-wlp4s0): supplicant management interface state: 4way_handshake -> completed
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.6408] device (wlp4s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.6415] dhcp4 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.6923] dhcp4 (wlp4s0): state changed unknown -> bound, address=192.168.1.16
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.6971] device (wlp4s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.6990] device (wlp4s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.6993] device (wlp4s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.7000] manager: NetworkManager state is now CONNECTED_LOCAL
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.7049] manager: NetworkManager state is now CONNECTED_SITE
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.7051] policy: set 'HofTerDoele Internet Beneden' (wlp4s0) as default for IPv4 routing and DNS
Sep 02 10:45:23 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.18' (uid=0 pid=17462 comm="/usr/bin/NetworkManager --no-daemon ")
Sep 02 10:45:23 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Sep 02 10:45:23 talos NetworkManager[17462]: <info>  [1630572323.7123] device (wlp4s0): Activation: successful, device activated.
Sep 02 10:45:24 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-79 noise=9999 txrate=1000
Sep 02 10:45:24 talos NetworkManager[17462]: <info>  [1630572324.8075] manager: startup complete
Sep 02 10:45:24 talos NetworkManager[17462]: <info>  [1630572324.8619] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 02 10:45:29 talos systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 02 10:45:29 talos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:29 talos kernel: kauditd_printk_skb: 2 callbacks suppressed
Sep 02 10:45:29 talos kernel: audit: type=1131 audit(1630572329.173:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:33 talos NetworkManager[17462]: <info>  [1630572333.1330] policy: set 'HofTerDoele Internet Beneden' (wlp4s0) as default for IPv6 routing and DNS
Sep 02 10:45:35 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.22' (uid=0 pid=22467 comm="sudo systemctl restart NetworkManager ")
Sep 02 10:45:35 talos audit[22467]: USER_ACCT pid=22467 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:35 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:45:35 talos sudo[22467]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:45:35 talos sudo[22467]:    jonas : TTY=tty1 ; PWD=/home/jonas ; USER=root ; COMMAND=/usr/bin/systemctl restart NetworkManager
Sep 02 10:45:35 talos audit[22467]: CRED_REFR pid=22467 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:35 talos sudo[22467]: pam_unix(sudo:session): session opened for user root(uid=0) by jonas(uid=1000)
Sep 02 10:45:35 talos audit[22467]: USER_START pid=22467 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:35 talos kernel: audit: type=1101 audit(1630572335.058:89): pid=22467 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:35 talos kernel: audit: type=1110 audit(1630572335.058:90): pid=22467 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:35 talos kernel: audit: type=1105 audit(1630572335.058:91): pid=22467 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:35 talos NetworkManager[17462]: <info>  [1630572335.0684] caught SIGTERM, shutting down normally.
Sep 02 10:45:35 talos systemd[1]: Stopping Network Manager...
Sep 02 10:45:35 talos NetworkManager[17462]: <info>  [1630572335.0696] device (wlp4s0): state change: activated -> deactivating (reason 'unmanaged', sys-iface-state: 'managed')
Sep 02 10:45:35 talos NetworkManager[17462]: <info>  [1630572335.0698] manager: NetworkManager state is now DISCONNECTING
Sep 02 10:45:35 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.18' (uid=0 pid=17462 comm="/usr/bin/NetworkManager --no-daemon ")
Sep 02 10:45:35 talos systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 02 10:45:35 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Sep 02 10:45:35 talos systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 02 10:45:35 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:35 talos NetworkManager[17462]: <info>  [1630572335.0772] device (wlp4s0): state change: deactivating -> unmanaged (reason 'removed', sys-iface-state: 'managed')
Sep 02 10:45:35 talos kernel: audit: type=1130 audit(1630572335.071:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:35 talos NetworkManager[17462]: <info>  [1630572335.1181] dhcp4 (wlp4s0): canceled DHCP transaction
Sep 02 10:45:35 talos NetworkManager[17462]: <info>  [1630572335.1181] dhcp4 (wlp4s0): state changed bound -> terminated
Sep 02 10:45:35 talos kernel: wlp4s0: deauthenticating from 20:9a:7d:dd:e0:36 by local choice (Reason: 3=DEAUTH_LEAVING)
Sep 02 10:45:35 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-DISCONNECTED bssid=20:9a:7d:dd:e0:36 reason=3 locally_generated=1
Sep 02 10:45:35 talos NetworkManager[17462]: <info>  [1630572335.2103] manager: NetworkManager state is now DISCONNECTED
Sep 02 10:45:35 talos NetworkManager[17462]: <info>  [1630572335.2118] device (p2p-dev-wlp4s0): state change: disconnected -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Sep 02 10:45:35 talos NetworkManager[17462]: <info>  [1630572335.2305] exiting (success)
Sep 02 10:45:35 talos systemd[1]: NetworkManager.service: Deactivated successfully.
Sep 02 10:45:35 talos systemd[1]: Stopped Network Manager.
Sep 02 10:45:35 talos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:35 talos systemd[1]: Starting Network Manager...
Sep 02 10:45:35 talos kernel: audit: type=1131 audit(1630572335.241:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2616] NetworkManager (version 1.32.10-1) is starting... (after a restart)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2616] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Sep 02 10:45:35 talos systemd[1]: Started Network Manager.
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2628] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 02 10:45:35 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:35 talos sudo[22467]: pam_unix(sudo:session): session closed for user root
Sep 02 10:45:35 talos audit[22467]: USER_END pid=22467 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:35 talos audit[22467]: CRED_DISP pid=22467 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:35 talos kernel: audit: type=1130 audit(1630572335.258:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:35 talos kernel: audit: type=1106 audit(1630572335.258:95): pid=22467 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:35 talos kernel: audit: type=1104 audit(1630572335.258:96): pid=22467 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2664] manager[0x55dc23462040]: monitoring kernel firmware directory '/lib/firmware'.
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2682] hostname: hostname: using hostnamed
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2683] hostname: hostname changed from (none) to "talos"
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2686] dns-mgr[0x55dc2341a250]: init: dns=default,systemd-resolved rc-manager=symlink
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2693] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:04:00.0/ieee80211/phy0/rfkill1) (driver mt7921e)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2695] manager[0x55dc23462040]: rfkill: Wi-Fi hardware radio set enabled
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2695] manager[0x55dc23462040]: rfkill: WWAN hardware radio set enabled
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2711] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-ovs.so)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2715] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-wifi.so)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2751] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-team.so)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2761] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-bluetooth.so)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2768] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-adsl.so)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2770] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.32.10-1/libnm-device-plugin-wwan.so)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2772] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2772] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2772] manager: Networking is enabled by state file
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2773] dhcp-init: Using DHCP client 'internal'
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2774] settings: Loaded settings plugin: keyfile (internal)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2792] device (lo): carrier: link connected
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2794] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2800] manager: (enp3s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2804] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2814] device (wlp4s0): driver supports Access Point (AP) mode
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2817] manager: (wlp4s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.2822] device (wlp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 02 10:45:35 talos wpa_supplicant[2096]: nl80211: deinit ifname=wlp4s0 disabled_11b_rates=0
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.3014] device (wlp4s0): set-hw-addr: set MAC address to 5A:90:D6:54:D2:8B (scanning)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.3125] ovsdb: Could not connect: No such file or directory
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.3125] ovsdb: disconnected from ovsdb
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.4108] device (wlp4s0): supplicant interface state: internal-starting -> disconnected
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.4108] Wi-Fi P2P device controlled by interface wlp4s0 created
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.4111] manager: (p2p-dev-wlp4s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.4113] device (p2p-dev-wlp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.4121] device (wlp4s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Sep 02 10:45:35 talos NetworkManager[22538]: <info>  [1630572335.4126] device (p2p-dev-wlp4s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:36 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Sep 02 10:45:36 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Sep 02 10:45:36 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6350] policy: auto-activating connection 'HofTerDoele Internet Beneden' (5677a1d8-ebd5-437c-9700-b1fb13132f09)
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6355] device (wlp4s0): Activation: starting connection 'HofTerDoele Internet Beneden' (5677a1d8-ebd5-437c-9700-b1fb13132f09)
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6355] device (wlp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6357] manager: NetworkManager state is now CONNECTING
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6443] device (wlp4s0): set-hw-addr: reset MAC address to EC:2E:98:DE:9E:DB (preserve)
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6599] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6601] device (wlp4s0): Activation: (wifi) access point 'HofTerDoele Internet Beneden' has security, but secrets are required.
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6601] device (wlp4s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6603] sup-iface[0b7de8840300e6e2,2,wlp4s0]: wps: type pbc start...
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6613] device (wlp4s0): supplicant interface state: disconnected -> interface_disabled
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6614] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> interface_disabled
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6621] device (wlp4s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6623] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6624] device (wlp4s0): Activation: (wifi) connection 'HofTerDoele Internet Beneden' has security, and secrets exist.  No new secrets needed.
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6624] Config: added 'ssid' value 'HofTerDoele Internet Beneden'
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6624] Config: added 'scan_ssid' value '1'
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6624] Config: added 'bgscan' value 'simple:30:-70:86400'
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6624] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6624] Config: added 'auth_alg' value 'OPEN'
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.6624] Config: added 'psk' value '<hidden>'
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.7328] device (wlp4s0): supplicant interface state: interface_disabled -> inactive
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.7328] device (p2p-dev-wlp4s0): supplicant management interface state: interface_disabled -> inactive
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.7447] device (wlp4s0): supplicant interface state: inactive -> scanning
Sep 02 10:45:37 talos NetworkManager[22538]: <info>  [1630572337.7448] device (p2p-dev-wlp4s0): supplicant management interface state: inactive -> scanning
Sep 02 10:45:38 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.24' (uid=0 pid=22538 comm="/usr/bin/NetworkManager --no-daemon ")
Sep 02 10:45:38 talos systemd[1]: Starting Authorization Manager...
Sep 02 10:45:38 talos polkitd[23611]: Started polkitd version 0.119
Sep 02 10:45:38 talos polkitd[23611]: Loading rules from directory /etc/polkit-1/rules.d
Sep 02 10:45:38 talos polkitd[23611]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 02 10:45:38 talos polkitd[23611]: Finished loading, compiling and executing 7 rules
Sep 02 10:45:38 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep 02 10:45:38 talos systemd[1]: Started Authorization Manager.
Sep 02 10:45:38 talos polkitd[23611]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 02 10:45:38 talos 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'
Sep 02 10:45:38 talos kernel: audit: type=1130 audit(1630572338.873:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9080] agent-manager: agent[8afdc27996b4f6cd,:1.25/nmtui/1000]: agent registered
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9126] device (wlp4s0): disconnecting for new activation request.
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9126] device (wlp4s0): state change: config -> deactivating (reason 'new-activation', sys-iface-state: 'managed')
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9127] manager: NetworkManager state is now DISCONNECTING
Sep 02 10:45:38 talos audit[22538]: USYS_CONFIG pid=22538 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=df9716e4-f8fe-4739-aff2-cb8eef7717f3 name=486F66546572446F656C6520496E7465726E657420426F76656E20352E30 pid=22872 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9131] audit: op="connection-activate" uuid="df9716e4-f8fe-4739-aff2-cb8eef7717f3" name="HofTerDoele Internet Boven 5.0" pid=22872 uid=1000 result="success"
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9141] device (wlp4s0): state change: deactivating -> disconnected (reason 'new-activation', sys-iface-state: 'managed')
Sep 02 10:45:38 talos kernel: audit: type=1111 audit(1630572338.910:98): pid=22538 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=df9716e4-f8fe-4739-aff2-cb8eef7717f3 name=486F66546572446F656C6520496E7465726E657420426F76656E20352E30 pid=22872 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9316] device (wlp4s0): set-hw-addr: set MAC address to 1E:3A:D6:8E:B0:C3 (scanning)
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9474] manager: NetworkManager state is now DISCONNECTED
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9475] device (wlp4s0): Activation: starting connection 'HofTerDoele Internet Boven 5.0' (df9716e4-f8fe-4739-aff2-cb8eef7717f3)
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9480] device (wlp4s0): supplicant interface state: scanning -> disconnected
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9480] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> disconnected
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9480] device (wlp4s0): supplicant interface state: disconnected -> interface_disabled
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9481] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> interface_disabled
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9483] device (wlp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9484] manager: NetworkManager state is now CONNECTING
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9567] device (wlp4s0): set-hw-addr: reset MAC address to EC:2E:98:DE:9E:DB (preserve)
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9666] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9668] device (wlp4s0): Activation: (wifi) access point 'HofTerDoele Internet Boven 5.0' has security, but secrets are required.
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9669] device (wlp4s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9675] device (wlp4s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9678] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9680] device (wlp4s0): Activation: (wifi) connection 'HofTerDoele Internet Boven 5.0' has security, and secrets exist.  No new secrets needed.
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9680] Config: added 'ssid' value 'HofTerDoele Internet Boven 5.0'
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9680] Config: added 'scan_ssid' value '1'
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9680] Config: added 'bgscan' value 'simple:30:-70:86400'
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9681] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9681] Config: added 'auth_alg' value 'OPEN'
Sep 02 10:45:38 talos NetworkManager[22538]: <info>  [1630572338.9681] Config: added 'psk' value '<hidden>'
Sep 02 10:45:39 talos NetworkManager[22538]: <info>  [1630572339.1021] device (wlp4s0): supplicant interface state: interface_disabled -> disconnected
Sep 02 10:45:39 talos NetworkManager[22538]: <info>  [1630572339.1021] device (p2p-dev-wlp4s0): supplicant management interface state: interface_disabled -> disconnected
Sep 02 10:45:42 talos NetworkManager[22538]: <info>  [1630572342.1133] device (wlp4s0): supplicant interface state: disconnected -> scanning
Sep 02 10:45:42 talos NetworkManager[22538]: <info>  [1630572342.1134] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
Sep 02 10:45:44 talos wpa_supplicant[2096]: wlp4s0: SME: Trying to authenticate with a0:ab:1b:8e:a4:ee (SSID='HofTerDoele Internet Boven 5.0' freq=5240 MHz)
Sep 02 10:45:44 talos kernel: wlp4s0: authenticate with a0:ab:1b:8e:a4:ee
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.5170] device (wlp4s0): supplicant interface state: scanning -> authenticating
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.5170] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> authenticating
Sep 02 10:45:44 talos kernel: wlp4s0: send auth to a0:ab:1b:8e:a4:ee (try 1/3)
Sep 02 10:45:44 talos wpa_supplicant[2096]: wlp4s0: Trying to associate with a0:ab:1b:8e:a4:ee (SSID='HofTerDoele Internet Boven 5.0' freq=5240 MHz)
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.5187] device (wlp4s0): supplicant interface state: authenticating -> associating
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.5188] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> associating
Sep 02 10:45:44 talos kernel: wlp4s0: authenticated
Sep 02 10:45:44 talos kernel: wlp4s0: associate with a0:ab:1b:8e:a4:ee (try 1/3)
Sep 02 10:45:44 talos kernel: wlp4s0: RX AssocResp from a0:ab:1b:8e:a4:ee (capab=0x411 status=0 aid=2)
Sep 02 10:45:44 talos wpa_supplicant[2096]: wlp4s0: Associated with a0:ab:1b:8e:a4:ee
Sep 02 10:45:44 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sep 02 10:45:44 talos kernel: wlp4s0: associated
Sep 02 10:45:44 talos wpa_supplicant[2096]: wlp4s0: WPA: Key negotiation completed with a0:ab:1b:8e:a4:ee [PTK=CCMP GTK=TKIP]
Sep 02 10:45:44 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-CONNECTED - Connection to a0:ab:1b:8e:a4:ee completed [id=0 id_str=]
Sep 02 10:45:44 talos kernel: wlp4s0: Limiting TX power to 37 (40 - 3) dBm as advertised by a0:ab:1b:8e:a4:ee
Sep 02 10:45:44 talos kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.6070] device (wlp4s0): supplicant interface state: associating -> completed
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.6071] device (wlp4s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "HofTerDoele Internet Boven 5.0"
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.6071] device (p2p-dev-wlp4s0): supplicant management interface state: associating -> completed
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.6074] device (wlp4s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.6082] dhcp4 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.6946] dhcp4 (wlp4s0): state changed unknown -> bound, address=192.168.0.100
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.6995] device (wlp4s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.7012] device (wlp4s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.7015] device (wlp4s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.7020] manager: NetworkManager state is now CONNECTED_LOCAL
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.7030] manager: NetworkManager state is now CONNECTED_SITE
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.7034] policy: set 'HofTerDoele Internet Boven 5.0' (wlp4s0) as default for IPv4 routing and DNS
Sep 02 10:45:44 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.24' (uid=0 pid=22538 comm="/usr/bin/NetworkManager --no-daemon ")
Sep 02 10:45:44 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.7127] device (wlp4s0): Activation: successful, device activated.
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.7134] manager: startup complete
Sep 02 10:45:44 talos NetworkManager[22538]: <info>  [1630572344.8441] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 02 10:45:44 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-48 noise=9999 txrate=6000
Sep 02 10:45:45 talos systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 02 10:45:45 talos kernel: audit: type=1131 audit(1630572345.168:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:45 talos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:45:52 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.27' (uid=0 pid=27694 comm="sudo pacman -S -u -y -y --config /etc/pacman.conf ")
Sep 02 10:45:52 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:45:52 talos sudo[27694]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:45:52 talos audit[27694]: USER_ACCT pid=27694 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:52 talos sudo[27694]:    jonas : TTY=tty1 ; PWD=/home/jonas ; USER=root ; COMMAND=/usr/bin/pacman -S -u -y -y --config /etc/pacman.conf --
Sep 02 10:45:52 talos audit[27694]: CRED_REFR pid=27694 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:52 talos kernel: audit: type=1101 audit(1630572352.045:100): pid=27694 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:52 talos kernel: audit: type=1110 audit(1630572352.045:101): pid=27694 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:52 talos sudo[27694]: pam_unix(sudo:session): session opened for user root(uid=0) by jonas(uid=1000)
Sep 02 10:45:52 talos audit[27694]: USER_START pid=27694 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:45:52 talos kernel: audit: type=1105 audit(1630572352.048:102): pid=27694 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:46:05 talos systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 02 10:46:05 talos 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'
Sep 02 10:46:05 talos kernel: audit: type=1131 audit(1630572365.296:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:46:05 talos audit: BPF prog-id=27 op=UNLOAD
Sep 02 10:46:05 talos audit: BPF prog-id=26 op=UNLOAD
Sep 02 10:46:05 talos audit: BPF prog-id=25 op=UNLOAD
Sep 02 10:46:05 talos kernel: audit: type=1334 audit(1630572365.396:104): prog-id=27 op=UNLOAD
Sep 02 10:46:05 talos kernel: audit: type=1334 audit(1630572365.396:105): prog-id=26 op=UNLOAD
Sep 02 10:46:05 talos kernel: audit: type=1334 audit(1630572365.396:106): prog-id=25 op=UNLOAD
Sep 02 10:46:13 talos systemd-timesyncd[1308]: Initial synchronization to time server 193.190.198.14:123 (0.arch.pool.ntp.org).
Sep 02 10:46:49 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:49 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:49 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:49 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:50 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:50 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:51 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:51 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:51 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:51 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:51 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:51 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:51 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:52 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:53 talos systemd[1]: Reloading.
Sep 02 10:46:53 talos audit: BPF prog-id=17 op=UNLOAD
Sep 02 10:46:53 talos kernel: audit: type=1334 audit(1630572413.180:107): prog-id=17 op=UNLOAD
Sep 02 10:46:53 talos audit: BPF prog-id=11 op=UNLOAD
Sep 02 10:46:53 talos audit: BPF prog-id=18 op=UNLOAD
Sep 02 10:46:53 talos audit: BPF prog-id=14 op=UNLOAD
Sep 02 10:46:53 talos kernel: audit: type=1334 audit(1630572413.183:108): prog-id=11 op=UNLOAD
Sep 02 10:46:53 talos kernel: audit: type=1334 audit(1630572413.183:109): prog-id=18 op=UNLOAD
Sep 02 10:46:53 talos kernel: audit: type=1334 audit(1630572413.183:110): prog-id=14 op=UNLOAD
Sep 02 10:46:53 talos audit: BPF prog-id=28 op=LOAD
Sep 02 10:46:53 talos kernel: audit: type=1334 audit(1630572413.273:111): prog-id=28 op=LOAD
Sep 02 10:46:53 talos audit: BPF prog-id=29 op=LOAD
Sep 02 10:46:53 talos audit: BPF prog-id=30 op=LOAD
Sep 02 10:46:53 talos audit: BPF prog-id=31 op=LOAD
Sep 02 10:46:53 talos audit: BPF prog-id=12 op=UNLOAD
Sep 02 10:46:53 talos audit: BPF prog-id=13 op=UNLOAD
Sep 02 10:46:53 talos audit: BPF prog-id=32 op=LOAD
Sep 02 10:46:53 talos kernel: audit: type=1334 audit(1630572413.276:112): prog-id=29 op=LOAD
Sep 02 10:46:53 talos kernel: audit: type=1334 audit(1630572413.276:113): prog-id=30 op=LOAD
Sep 02 10:46:53 talos kernel: audit: type=1334 audit(1630572413.276:114): prog-id=31 op=LOAD
Sep 02 10:46:53 talos kernel: audit: type=1334 audit(1630572413.276:115): prog-id=12 op=UNLOAD
Sep 02 10:46:53 talos kernel: audit: type=1334 audit(1630572413.276:116): prog-id=13 op=UNLOAD
Sep 02 10:46:53 talos audit: BPF prog-id=33 op=LOAD
Sep 02 10:46:53 talos audit: BPF prog-id=34 op=LOAD
Sep 02 10:46:53 talos audit: BPF prog-id=19 op=UNLOAD
Sep 02 10:46:53 talos audit: BPF prog-id=20 op=UNLOAD
Sep 02 10:46:53 talos audit: BPF prog-id=35 op=LOAD
Sep 02 10:46:53 talos audit: BPF prog-id=36 op=LOAD
Sep 02 10:46:53 talos audit: BPF prog-id=37 op=LOAD
Sep 02 10:46:53 talos audit: BPF prog-id=15 op=UNLOAD
Sep 02 10:46:53 talos audit: BPF prog-id=16 op=UNLOAD
Sep 02 10:46:53 talos systemd[1]: Reloading D-Bus System Message Bus...
Sep 02 10:46:53 talos dbus-daemon[1312]: [system] Reloaded configuration
Sep 02 10:46:53 talos dbus-send[45537]: method return time=1630572413.331537 sender=org.freedesktop.DBus -> destination=:1.28 serial=3 reply_serial=2
Sep 02 10:46:53 talos systemd[1]: Reloaded D-Bus System Message Bus.
Sep 02 10:46:53 talos sudo[27694]: pam_unix(sudo:session): session closed for user root
Sep 02 10:46:53 talos audit[27694]: USER_END pid=27694 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:46:53 talos audit[27694]: CRED_DISP pid=27694 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:03 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.29' (uid=0 pid=48550 comm="sudo pacman -Syyu ")
Sep 02 10:47:03 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:47:03 talos sudo[48550]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:47:03 talos audit[48550]: USER_ACCT pid=48550 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:03 talos kernel: kauditd_printk_skb: 12 callbacks suppressed
Sep 02 10:47:03 talos kernel: audit: type=1101 audit(1630572423.333:129): pid=48550 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:03 talos sudo[48550]:    jonas : TTY=tty1 ; PWD=/home/jonas ; USER=root ; COMMAND=/usr/bin/pacman -Syyu
Sep 02 10:47:03 talos audit[48550]: CRED_REFR pid=48550 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:03 talos sudo[48550]: pam_unix(sudo:session): session opened for user root(uid=0) by jonas(uid=1000)
Sep 02 10:47:03 talos audit[48550]: USER_START pid=48550 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:03 talos kernel: audit: type=1110 audit(1630572423.336:130): pid=48550 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:03 talos kernel: audit: type=1105 audit(1630572423.336:131): pid=48550 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:05 talos sudo[48550]: pam_unix(sudo:session): session closed for user root
Sep 02 10:47:05 talos audit[48550]: USER_END pid=48550 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:05 talos audit[48550]: CRED_DISP pid=48550 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:05 talos kernel: audit: type=1106 audit(1630572425.036:132): pid=48550 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:05 talos kernel: audit: type=1104 audit(1630572425.036:133): pid=48550 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:19 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.30' (uid=0 pid=53406 comm="sudo pacman -S xf86-video-amdgpu ")
Sep 02 10:47:19 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:47:19 talos sudo[53406]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 02 10:47:19 talos audit[53406]: USER_ACCT pid=53406 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:19 talos sudo[53406]:    jonas : TTY=tty1 ; PWD=/home/jonas ; USER=root ; COMMAND=/usr/bin/pacman -S xf86-video-amdgpu
Sep 02 10:47:19 talos audit[53406]: CRED_REFR pid=53406 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:19 talos kernel: audit: type=1101 audit(1630572439.262:134): pid=53406 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:19 talos kernel: audit: type=1110 audit(1630572439.262:135): pid=53406 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:19 talos sudo[53406]: pam_unix(sudo:session): session opened for user root(uid=0) by jonas(uid=1000)
Sep 02 10:47:19 talos audit[53406]: USER_START pid=53406 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:19 talos kernel: audit: type=1105 audit(1630572439.266:136): pid=53406 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:20 talos sudo[53406]: pam_unix(sudo:session): session closed for user root
Sep 02 10:47:20 talos kernel: audit: type=1106 audit(1630572440.266:137): pid=53406 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:20 talos kernel: audit: type=1104 audit(1630572440.266:138): pid=53406 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:20 talos audit[53406]: USER_END pid=53406 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=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:20 talos audit[53406]: CRED_DISP pid=53406 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=talos addr=? terminal=/dev/tty1 res=success'
Sep 02 10:47:28 talos kernel: ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210331/nsarguments-61)
Sep 02 10:47:30 talos systemd[5132]: Started D-Bus User Message Bus.
Sep 02 10:47:31 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=1000 pid=57149 comm="/usr/lib/gnome-session-check-accelerated ")
Sep 02 10:47:31 talos systemd[5132]: Starting Virtual filesystem service...
Sep 02 10:47:31 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gtk.vfs.Daemon'
Sep 02 10:47:31 talos systemd[5132]: Started Virtual filesystem service.
Sep 02 10:47:31 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.7' (uid=1000 pid=57149 comm="/usr/lib/gnome-session-check-accelerated ")
Sep 02 10:47:31 talos systemd[5132]: Starting Accessibility services bus...
Sep 02 10:47:31 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.a11y.Bus'
Sep 02 10:47:31 talos systemd[5132]: Started Accessibility services bus.
Sep 02 10:47:31 talos gnome-session[57097]: gnome-session-binary[57097]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-tty@gnome.target not found.
Sep 02 10:47:31 talos gnome-session-binary[57097]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-tty@gnome.target not found.
Sep 02 10:47:31 talos gnome-session[57097]: gnome-session-binary[57097]: WARNING: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login.
Sep 02 10:47:31 talos gnome-session-binary[57097]: WARNING: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login.
Sep 02 10:47:31 talos gnome-session[57097]: gnome-session-binary[57097]: WARNING: Could not parse desktop file kaccess.desktop or it references a not found TryExec binary
Sep 02 10:47:31 talos gnome-session-binary[57097]: WARNING: Could not parse desktop file kaccess.desktop or it references a not found TryExec binary
Sep 02 10:47:31 talos gnome-keyring-daemon[57275]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Sep 02 10:47:31 talos gnome-keyring-d[57276]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Sep 02 10:47:31 talos gnome-keyring-daemon[57276]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Sep 02 10:47:31 talos gnome-keyring-d[57275]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Sep 02 10:47:31 talos gnome-keyring-daemon[57279]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Sep 02 10:47:31 talos gnome-keyring-d[57279]: couldn't access control socket: /run/user/1000/keyring/control: No such file or directory
Sep 02 10:47:31 talos gnome-keyring-ssh.desktop[57279]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
Sep 02 10:47:34 talos gnome-shell[57288]: ATK Bridge is disabled but a11y has already been enabled.
Sep 02 10:47:34 talos gnome-shell[57288]: Skipping parental controls support as it’s disabled
Sep 02 10:47:34 talos gnome-shell[57288]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.16' (uid=1000 pid=58720 comm="/usr/lib/gnome-shell-calendar-server ")
Sep 02 10:47:34 talos systemd[5132]: Starting Evolution source registry...
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.34' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.OnlineAccounts' requested by ':1.17' (uid=1000 pid=58737 comm="/usr/lib/evolution-source-registry ")
Sep 02 10:47:34 talos audit: BPF prog-id=38 op=LOAD
Sep 02 10:47:34 talos audit: BPF prog-id=39 op=LOAD
Sep 02 10:47:34 talos kernel: audit: type=1334 audit(1630572454.702:139): prog-id=38 op=LOAD
Sep 02 10:47:34 talos kernel: audit: type=1334 audit(1630572454.702:140): prog-id=39 op=LOAD
Sep 02 10:47:34 talos systemd[1]: Starting Daemon for power management...
Sep 02 10:47:34 talos systemd[5132]: Created slice User Core Session Slice.
Sep 02 10:47:34 talos systemd[5132]: Starting Sound Service...
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Sep 02 10:47:34 talos systemd[5132]: Started Evolution source registry.
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.35' (uid=1000 pid=58768 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.34' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:47:34 talos systemd[1]: Reached target User and Group Name Lookups.
Sep 02 10:47:34 talos systemd[1]: Starting Accounts Service...
Sep 02 10:47:34 talos systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.16' (uid=1000 pid=58720 comm="/usr/lib/gnome-shell-calendar-server ")
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Shell.CalendarServer'
Sep 02 10:47:34 talos systemd[5132]: Starting Evolution calendar service...
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Sep 02 10:47:34 talos systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 02 10:47:34 talos 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'
Sep 02 10:47:34 talos rtkit-daemon[58780]: Successfully called chroot.
Sep 02 10:47:34 talos rtkit-daemon[58780]: Successfully dropped privileges.
Sep 02 10:47:34 talos rtkit-daemon[58780]: Successfully limited resources.
Sep 02 10:47:34 talos rtkit-daemon[58780]: Canary thread running.
Sep 02 10:47:34 talos rtkit-daemon[58780]: Watchdog thread running.
Sep 02 10:47:34 talos rtkit-daemon[58780]: Running.
Sep 02 10:47:34 talos kernel: audit: type=1130 audit(1630572454.739:141): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:47:34 talos rtkit-daemon[58780]: Successfully made thread 58768 of process 58768 owned by '1000' high priority at nice level -11.
Sep 02 10:47:34 talos rtkit-daemon[58780]: Supervising 1 threads of 1 processes of 1 users.
Sep 02 10:47:34 talos accounts-daemon[58776]: started daemon version 0.6.55
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.Accounts'
Sep 02 10:47:34 talos systemd[1]: Started Accounts Service.
Sep 02 10:47:34 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.UPower'
Sep 02 10:47:34 talos systemd[1]: Started Daemon for power management.
Sep 02 10:47:34 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:47:34 talos kernel: audit: type=1130 audit(1630572454.755:142): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:47:34 talos kernel: audit: type=1130 audit(1630572454.755:143): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.34' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:47:34 talos systemd[1]: Starting Location Lookup Service...
Sep 02 10:47:34 talos goa-daemon[58760]: goa-daemon version 3.40.0 starting
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Identity' requested by ':1.20' (uid=1000 pid=58760 comm="/usr/lib/goa-daemon ")
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.OnlineAccounts'
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Identity'
Sep 02 10:47:34 talos polkitd[23611]: Registered Authentication Agent for unix-session:1 (system bus name :1.34 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Sep 02 10:47:34 talos gnome-shell[57288]: Telepathy is not available, chat integration will be disabled.
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
Sep 02 10:47:34 talos systemd[5132]: Started Evolution calendar service.
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.18' (uid=1000 pid=58782 comm="/usr/lib/evolution-calendar-factory ")
Sep 02 10:47:34 talos systemd[5132]: Starting Virtual filesystem service - disk device monitor...
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.18' (uid=1000 pid=58782 comm="/usr/lib/evolution-calendar-factory ")
Sep 02 10:47:34 talos systemd[5132]: Starting User preferences database...
Sep 02 10:47:34 talos systemd[5132]: Starting Evolution address book service...
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'ca.desrt.dconf'
Sep 02 10:47:34 talos systemd[5132]: Started User preferences database.
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.42' (uid=966 pid=58807 comm="/usr/lib/geoclue ")
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Sep 02 10:47:34 talos geoclue[58807]: Failed to connect to avahi service: Daemon not running
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Sep 02 10:47:34 talos systemd[1]: Started Location Lookup Service.
Sep 02 10:47:34 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.41' (uid=966 pid=58807 comm="/usr/lib/geoclue ")
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Sep 02 10:47:34 talos geoclue[58807]: Failed to connect to ModemManager: Error calling StartServiceByName for org.freedesktop.ModemManager1: Unit dbus-org.freedesktop.ModemManager1.service not found.
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.43' (uid=1000 pid=58838 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
Sep 02 10:47:34 talos kernel: audit: type=1130 audit(1630572454.825:144): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:47:34 talos systemd[1]: Starting Disk Manager...
Sep 02 10:47:34 talos udisksd[58856]: udisks daemon version 2.9.3 starting
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
Sep 02 10:47:34 talos systemd[5132]: Started Evolution address book service.
Sep 02 10:47:34 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Sep 02 10:47:34 talos systemd[1]: Started Disk Manager.
Sep 02 10:47:34 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:47:34 talos kernel: audit: type=1130 audit(1630572454.889:145): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:47:34 talos udisksd[58856]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Sep 02 10:47:34 talos rtkit-daemon[58780]: Supervising 1 threads of 1 processes of 1 users.
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Sep 02 10:47:34 talos systemd[5132]: Started Virtual filesystem service - disk device monitor.
Sep 02 10:47:34 talos rtkit-daemon[58780]: Successfully made thread 58917 of process 58768 owned by '1000' RT at priority 5.
Sep 02 10:47:34 talos rtkit-daemon[58780]: Supervising 2 threads of 1 processes of 1 users.
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:47:34 talos systemd[5132]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Sep 02 10:47:34 talos systemd[5132]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:47:34 talos systemd[5132]: Starting Virtual filesystem service - Apple File Conduit monitor...
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Sep 02 10:47:34 talos systemd[5132]: Started Virtual filesystem service - Apple File Conduit monitor.
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:47:34 talos systemd[5132]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Sep 02 10:47:34 talos systemd[5132]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:47:34 talos systemd[5132]: Starting Virtual filesystem service - digital camera monitor...
Sep 02 10:47:34 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Sep 02 10:47:34 talos systemd[5132]: Started Virtual filesystem service - digital camera monitor.
Sep 02 10:47:35 talos rtkit-daemon[58780]: Supervising 2 threads of 1 processes of 1 users.
Sep 02 10:47:35 talos rtkit-daemon[58780]: Successfully made thread 58975 of process 58768 owned by '1000' RT at priority 5.
Sep 02 10:47:35 talos rtkit-daemon[58780]: Supervising 3 threads of 1 processes of 1 users.
Sep 02 10:47:35 talos rtkit-daemon[58780]: Supervising 3 threads of 1 processes of 1 users.
Sep 02 10:47:35 talos rtkit-daemon[58780]: Successfully made thread 58978 of process 58768 owned by '1000' RT at priority 5.
Sep 02 10:47:35 talos rtkit-daemon[58780]: Supervising 4 threads of 1 processes of 1 users.
Sep 02 10:47:35 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.49' (uid=1000 pid=58768 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Sep 02 10:47:35 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 02 10:47:35 talos pulseaudio[58768]: stat('/etc/pulse/default.pa.d'): No such file or directory
Sep 02 10:47:35 talos systemd[5132]: Started Sound Service.
Sep 02 10:47:35 talos pulseaudio[58768]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Sep 02 10:47:35 talos gnome-shell[57288]: loading user theme: /usr/share/themes/dracula/gnome-shell/gnome-shell.css
Sep 02 10:47:35 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Shell.Notifications' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:47:35 talos at-spi-bus-launcher[57230]: dbus-daemon[57230]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:47:35 talos at-spi-bus-launcher[57230]: dbus-daemon[57230]: Successfully activated service 'org.a11y.atspi.Registry'
Sep 02 10:47:35 talos at-spi-bus-launcher[59016]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Sep 02 10:47:35 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Shell.Notifications'
Sep 02 10:47:35 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.50' (uid=1000 pid=59068 comm="/usr/lib/gsd-rfkill ")
Sep 02 10:47:35 talos audit: BPF prog-id=40 op=LOAD
Sep 02 10:47:35 talos audit: BPF prog-id=41 op=LOAD
Sep 02 10:47:35 talos audit: BPF prog-id=42 op=LOAD
Sep 02 10:47:35 talos kernel: audit: type=1334 audit(1630572455.222:146): prog-id=40 op=LOAD
Sep 02 10:47:35 talos kernel: audit: type=1334 audit(1630572455.222:147): prog-id=41 op=LOAD
Sep 02 10:47:35 talos kernel: audit: type=1334 audit(1630572455.222:148): prog-id=42 op=LOAD
Sep 02 10:47:35 talos systemd[1]: Starting Hostname Service...
Sep 02 10:47:35 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.ScreenSaver' requested by ':1.32' (uid=1000 pid=59063 comm="/usr/lib/gsd-usb-protection ")
Sep 02 10:47:35 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.57' (uid=1000 pid=59082 comm="/usr/lib/gsd-color ")
Sep 02 10:47:35 talos systemd[1]: Starting Manage, Install and Generate Color Profiles...
Sep 02 10:47:35 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 02 10:47:35 talos systemd[1]: Started Hostname Service.
Sep 02 10:47:35 talos 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'
Sep 02 10:47:35 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Sep 02 10:47:35 talos systemd[1]: Started Manage, Install and Generate Color Profiles.
Sep 02 10:47:35 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:47:35 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.ScreenSaver'
Sep 02 10:47:35 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Shell.Screencast' requested by ':1.40' (uid=1000 pid=59066 comm="/usr/lib/gsd-media-keys ")
Sep 02 10:47:35 talos gnome-session[57097]: gnome-session-binary[57097]: WARNING: Could not retrieve current screensaver active state: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Sep 02 10:47:35 talos gnome-session-binary[57097]: WARNING: Could not retrieve current screensaver active state: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Sep 02 10:47:35 talos gsd-usb-protect[59063]: Failed to get screen saver status: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Shell.ScreenShield was not provided by any .service files
Sep 02 10:47:35 talos gsd-usb-protect[59063]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Sep 02 10:47:35 talos kernel: rfkill: input handler disabled
Sep 02 10:47:35 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.62' (uid=1000 pid=59117 comm="/usr/lib/gsd-keyboard ")
Sep 02 10:47:35 talos audit: BPF prog-id=43 op=LOAD
Sep 02 10:47:35 talos audit: BPF prog-id=44 op=LOAD
Sep 02 10:47:35 talos audit: BPF prog-id=45 op=LOAD
Sep 02 10:47:35 talos systemd[1]: Starting Locale Service...
Sep 02 10:47:35 talos gnome-session-binary[57097]: Entering running state
Sep 02 10:47:35 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.locale1'
Sep 02 10:47:35 talos systemd[1]: Started Locale Service.
Sep 02 10:47:35 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:47:35 talos NetworkManager[22538]: <info>  [1630572455.4070] agent-manager: agent[8afdc27996b4f6cd,:1.34/org.gnome.Shell.NetworkAgent/1000]: agent registered
Sep 02 10:47:35 talos gsd-media-keys[59066]: Failed to grab accelerator for keybinding settings:playback-repeat
Sep 02 10:47:35 talos gsd-media-keys[59066]: Failed to grab accelerator for keybinding settings:hibernate
Sep 02 10:47:35 talos gsd-media-keys[59066]: Failed to grab accelerator for keybinding settings:rotate-video-lock
Sep 02 10:47:35 talos gsd-media-keys[59066]: Failed to grab accelerator for keybinding settings:playback-random
Sep 02 10:47:35 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.68' (uid=967 pid=59280 comm="/usr/lib/colord-sane ")
Sep 02 10:47:35 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Sep 02 10:47:35 talos gnome-software[59247]: Failed to load /usr/lib/gnome-software/plugins-16/libgs_plugin_flatpak.so: failed to open plugin /usr/lib/gnome-software/plugins-16/libgs_plugin_flatpak.so: libflatpak.so.0: cannot open shared object file: No such file or directory
Sep 02 10:47:35 talos gnome-software[59247]: Failed to load /usr/lib/gnome-software/plugins-16/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gnome-software/plugins-16/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
Sep 02 10:47:35 talos gnome-software[59247]: Failed to load /usr/lib/gnome-software/plugins-16/libgs_plugin_malcontent.so: failed to open plugin /usr/lib/gnome-software/plugins-16/libgs_plugin_malcontent.so: libmalcontent-0.so.0: cannot open shared object file: No such file or directory
Sep 02 10:47:35 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Shell.Screencast'
Sep 02 10:47:36 talos gnome-software[59247]: enabled plugins: appstream, os-release, provenance, generic-updates, hardcoded-blocklist, hardcoded-popular, modalias, odrs, provenance-license, rewrite-resource, icons
Sep 02 10:47:36 talos gnome-software[59247]: disabled plugins: dpkg, dummy, fedora-langpacks, fedora-pkgdb-collections, repos
Sep 02 10:47:36 talos gnome-shell[57288]: Theme directory actions/24 of theme Dracula has no size field
Sep 02 10:47:36 talos gnome-shell[57288]: Theme directory actions/32 of theme Dracula has no size field
Sep 02 10:47:36 talos gnome-shell[57288]: Theme directory actions/16@2x of theme Dracula has no size field
Sep 02 10:47:36 talos gnome-shell[57288]: Theme directory actions/22@2x of theme Dracula has no size field
Sep 02 10:47:36 talos gnome-shell[57288]: Theme directory actions/24@2x of theme Dracula has no size field
Sep 02 10:47:36 talos gnome-shell[57288]: Theme directory actions/32@2x of theme Dracula has no size field
Sep 02 10:47:36 talos gnome-shell[57288]: Theme directory actions/symbolic of theme Dracula has no size field
Sep 02 10:47:36 talos gnome-software[59247]: /etc/PackageKit/Vendor.conf file not found
Sep 02 10:47:36 talos gnome-software[59247]: adding wildcard app */*/*/org.gnome.Builder.desktop/* to plugin cache
Sep 02 10:47:36 talos gnome-software[59247]: adding wildcard app */*/*/org.gnome.Calculator.desktop/* to plugin cache
Sep 02 10:47:36 talos gnome-software[59247]: adding wildcard app */*/*/org.gnome.clocks.desktop/* to plugin cache
Sep 02 10:47:36 talos gnome-software[59247]: adding wildcard app */*/*/org.gnome.Dictionary.desktop/* to plugin cache
Sep 02 10:47:36 talos gnome-software[59247]: adding wildcard app */*/*/org.gnome.Documents.desktop/* to plugin cache
Sep 02 10:47:36 talos gnome-software[59247]: adding wildcard app */*/*/org.gnome.Evince/* to plugin cache
Sep 02 10:47:36 talos gnome-software[59247]: adding wildcard app */*/*/org.gnome.gedit.desktop/* to plugin cache
Sep 02 10:47:36 talos gnome-software[59247]: adding wildcard app */*/*/org.gnome.Maps.desktop/* to plugin cache
Sep 02 10:47:36 talos gnome-software[59247]: adding wildcard app */*/*/org.gnome.Weather/* to plugin cache
Sep 02 10:47:36 talos gnome-software[59247]: hiding category productivity featured applications: found only 0 to show, need at least 9
Sep 02 10:47:36 talos gnome-software[59247]: hiding category graphics featured applications: found only 0 to show, need at least 9
Sep 02 10:47:36 talos gnome-software[59247]: Only 0 apps for recent list, hiding
Sep 02 10:47:36 talos gnome-software[59247]: failed to get featured apps: no apps to show
Sep 02 10:47:36 talos gnome-software[59247]: Only 0 apps for popular list, hiding
Sep 02 10:47:36 talos gnome-software[59247]: updates-shell: failed to get updates: no plugin could handle get-updates
Sep 02 10:47:36 talos gnome-software[59247]: gs_app_add_icon: assertion 'G_IS_ICON (icon)' failed
Sep 02 10:47:36 talos gnome-software[59247]: gs_app_add_icon: assertion 'G_IS_ICON (icon)' failed
Sep 02 10:47:36 talos gnome-software[59247]: gs_app_add_icon: assertion 'G_IS_ICON (icon)' failed
Sep 02 10:47:36 talos gnome-software[59247]: gs_app_add_icon: assertion 'G_IS_ICON (icon)' failed
Sep 02 10:47:36 talos gnome-software[59247]: gs_app_add_icon: assertion 'G_IS_ICON (icon)' failed
Sep 02 10:47:36 talos gnome-software[59247]: gs_app_add_icon: assertion 'G_IS_ICON (icon)' failed
Sep 02 10:47:36 talos gnome-software[59247]: gs_app_add_icon: assertion 'G_IS_ICON (icon)' failed
Sep 02 10:47:36 talos gnome-software[59247]: gs_app_add_icon: assertion 'G_IS_ICON (icon)' failed
Sep 02 10:47:37 talos gnome-shell[57288]: GNOME Shell started at Thu Sep 02 2021 10:47:35 GMT+0200 (Central European Summer Time)
Sep 02 10:47:37 talos gnome-shell[57288]: Registering session with GDM
Sep 02 10:47:37 talos gnome-shell[57288]: Error registering session with GDM: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.DisplayManager was not provided by any .service files
Sep 02 10:47:51 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.53' (uid=1000 pid=59242 comm="/usr/lib/tracker-miner-fs-3 ")
Sep 02 10:47:51 talos systemd[5132]: Created slice User Background Tasks Slice.
Sep 02 10:47:51 talos systemd[5132]: Starting Tracker metadata extractor...
Sep 02 10:47:51 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
Sep 02 10:47:51 talos systemd[5132]: Started Tracker metadata extractor.
Sep 02 10:47:51 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.57' (uid=1000 pid=64125 comm="/usr/lib/tracker-extract-3 ")
Sep 02 10:47:51 talos systemd[5132]: Starting Virtual filesystem metadata service...
Sep 02 10:47:51 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gtk.vfs.Metadata'
Sep 02 10:47:51 talos systemd[5132]: Started Virtual filesystem metadata service.
Sep 02 10:47:55 talos terminator[65437]: Theme directory actions/24 of theme Dracula has no size field
Sep 02 10:47:55 talos terminator[65437]: Theme directory actions/32 of theme Dracula has no size field
Sep 02 10:47:55 talos terminator[65437]: Theme directory actions/16@2x of theme Dracula has no size field
Sep 02 10:47:55 talos terminator[65437]: Theme directory actions/22@2x of theme Dracula has no size field
Sep 02 10:47:55 talos terminator[65437]: Theme directory actions/24@2x of theme Dracula has no size field
Sep 02 10:47:55 talos terminator[65437]: Theme directory actions/32@2x of theme Dracula has no size field
Sep 02 10:47:55 talos terminator[65437]: Theme directory actions/symbolic of theme Dracula has no size field
Sep 02 10:47:55 talos terminator.desktop[65437]: error loading background image: g-file-error-quark: Failed to open file “None”: No such file or directory (4)
Sep 02 10:47:55 talos gnome-shell[57288]: Theme directory actions/24 of theme Dracula has no size field
Sep 02 10:47:55 talos gnome-shell[57288]: Theme directory actions/32 of theme Dracula has no size field
Sep 02 10:47:55 talos gnome-shell[57288]: Theme directory actions/16@2x of theme Dracula has no size field
Sep 02 10:47:55 talos gnome-shell[57288]: Theme directory actions/22@2x of theme Dracula has no size field
Sep 02 10:47:55 talos gnome-shell[57288]: Theme directory actions/24@2x of theme Dracula has no size field
Sep 02 10:47:55 talos gnome-shell[57288]: Theme directory actions/32@2x of theme Dracula has no size field
Sep 02 10:47:55 talos gnome-shell[57288]: Theme directory actions/symbolic of theme Dracula has no size field
Sep 02 10:47:58 talos terminator.desktop[65437]: <window.Window object at 0x7fc4c83c59c0 (terminatorlib+window+Window at 0x5592b68be290)> is not in registered window list
Sep 02 10:48:00 talos firefox[66552]: Theme directory actions/24 of theme Dracula has no size field
Sep 02 10:48:00 talos firefox[66552]: Theme directory actions/32 of theme Dracula has no size field
Sep 02 10:48:00 talos firefox[66552]: Theme directory actions/16@2x of theme Dracula has no size field
Sep 02 10:48:00 talos firefox[66552]: Theme directory actions/22@2x of theme Dracula has no size field
Sep 02 10:48:00 talos firefox[66552]: Theme directory actions/24@2x of theme Dracula has no size field
Sep 02 10:48:00 talos firefox[66552]: Theme directory actions/32@2x of theme Dracula has no size field
Sep 02 10:48:00 talos firefox[66552]: Theme directory actions/symbolic of theme Dracula has no size field
Sep 02 10:48:01 talos rtkit-daemon[58780]: Supervising 4 threads of 1 processes of 1 users.
Sep 02 10:48:01 talos rtkit-daemon[58780]: Supervising 4 threads of 1 processes of 1 users.
Sep 02 10:48:01 talos rtkit-daemon[58780]: Supervising 4 threads of 1 processes of 1 users.
Sep 02 10:48:01 talos rtkit-daemon[58780]: Supervising 4 threads of 1 processes of 1 users.
Sep 02 10:48:01 talos rtkit-daemon[58780]: Supervising 4 threads of 1 processes of 1 users.
Sep 02 10:48:01 talos rtkit-daemon[58780]: Supervising 4 threads of 1 processes of 1 users.
Sep 02 10:48:01 talos rtkit-daemon[58780]: Successfully made thread 66862 of process 66552 owned by '1000' RT at priority 10.
Sep 02 10:48:01 talos rtkit-daemon[58780]: Supervising 5 threads of 2 processes of 1 users.
Sep 02 10:48:01 talos rtkit-daemon[58780]: Supervising 5 threads of 2 processes of 1 users.
Sep 02 10:48:01 talos rtkit-daemon[58780]: Supervising 5 threads of 2 processes of 1 users.
Sep 02 10:48:02 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.ChromeGnomeShell' requested by ':1.63' (uid=1000 pid=67098 comm="/usr/bin/python /usr/bin/chrome-gnome-shell /usr/l")
Sep 02 10:48:02 talos rtkit-daemon[58780]: Supervising 5 threads of 2 processes of 1 users.
Sep 02 10:48:02 talos rtkit-daemon[58780]: Supervising 5 threads of 2 processes of 1 users.
Sep 02 10:48:02 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.ChromeGnomeShell'
Sep 02 10:48:05 talos systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 02 10:48:05 talos 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'
Sep 02 10:48:05 talos kernel: kauditd_printk_skb: 6 callbacks suppressed
Sep 02 10:48:05 talos kernel: audit: type=1131 audit(1630572485.325:155): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:48:05 talos systemd[1]: systemd-localed.service: Deactivated successfully.
Sep 02 10:48:05 talos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:48:05 talos kernel: audit: type=1131 audit(1630572485.388:156): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:48:05 talos audit: BPF prog-id=42 op=UNLOAD
Sep 02 10:48:05 talos audit: BPF prog-id=41 op=UNLOAD
Sep 02 10:48:05 talos audit: BPF prog-id=40 op=UNLOAD
Sep 02 10:48:05 talos kernel: audit: type=1334 audit(1630572485.431:157): prog-id=42 op=UNLOAD
Sep 02 10:48:05 talos kernel: audit: type=1334 audit(1630572485.431:158): prog-id=41 op=UNLOAD
Sep 02 10:48:05 talos kernel: audit: type=1334 audit(1630572485.431:159): prog-id=40 op=UNLOAD
Sep 02 10:48:05 talos audit: BPF prog-id=45 op=UNLOAD
Sep 02 10:48:05 talos audit: BPF prog-id=44 op=UNLOAD
Sep 02 10:48:05 talos audit: BPF prog-id=43 op=UNLOAD
Sep 02 10:48:05 talos kernel: audit: type=1334 audit(1630572485.598:160): prog-id=45 op=UNLOAD
Sep 02 10:48:05 talos kernel: audit: type=1334 audit(1630572485.598:161): prog-id=44 op=UNLOAD
Sep 02 10:48:05 talos kernel: audit: type=1334 audit(1630572485.598:162): prog-id=43 op=UNLOAD
Sep 02 10:48:16 talos gnome-control-c[70098]: Theme directory actions/24 of theme Dracula has no size field
Sep 02 10:48:16 talos gnome-control-c[70098]: Theme directory actions/32 of theme Dracula has no size field
Sep 02 10:48:16 talos gnome-control-c[70098]: Theme directory actions/16@2x of theme Dracula has no size field
Sep 02 10:48:16 talos gnome-control-c[70098]: Theme directory actions/22@2x of theme Dracula has no size field
Sep 02 10:48:16 talos gnome-control-c[70098]: Theme directory actions/24@2x of theme Dracula has no size field
Sep 02 10:48:16 talos gnome-control-c[70098]: Theme directory actions/32@2x of theme Dracula has no size field
Sep 02 10:48:16 talos gnome-control-c[70098]: Theme directory actions/symbolic of theme Dracula has no size field
Sep 02 10:48:27 talos systemd[1]: man-db.service: Deactivated successfully.
Sep 02 10:48:27 talos systemd[1]: Finished Daily man-db regeneration.
Sep 02 10:48:27 talos 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'
Sep 02 10:48:27 talos 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'
Sep 02 10:48:27 talos systemd[1]: Startup finished in 8.571s (firmware) + 1.504s (loader) + 14.172s (kernel) + 3min 55.899s (userspace) = 4min 20.147s.
Sep 02 10:48:27 talos systemd[1]: man-db.service: Consumed 5min 5.297s CPU time.
Sep 02 10:48:27 talos kernel: audit: type=1130 audit(1630572507.238:163): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:48:27 talos kernel: audit: type=1131 audit(1630572507.238:164): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:48:30 talos gnome-control-c[70098]: Config not applicable: GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Logical monitors not adjacent
Sep 02 10:48:32 talos gnome-control-c[70098]: Config not applicable: GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: Logical monitors not adjacent
Sep 02 10:48:35 talos geoclue[58807]: Service not used for 60 seconds. Shutting down..
Sep 02 10:48:35 talos systemd[1]: geoclue.service: Deactivated successfully.
Sep 02 10:48:35 talos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:48:35 talos kernel: audit: type=1131 audit(1630572515.185:165): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:48:36 talos gnome-software[59247]: failed to get updates: no plugin could handle get-updates
Sep 02 10:48:36 talos rtkit-daemon[58780]: Supervising 4 threads of 2 processes of 1 users.
Sep 02 10:48:36 talos rtkit-daemon[58780]: Successfully made thread 72290 of process 58768 owned by '1000' RT at priority 5.
Sep 02 10:48:36 talos rtkit-daemon[58780]: Supervising 5 threads of 2 processes of 1 users.
Sep 02 10:48:36 talos rtkit-daemon[58780]: Supervising 4 threads of 2 processes of 1 users.
Sep 02 10:48:36 talos rtkit-daemon[58780]: Successfully made thread 72291 of process 58768 owned by '1000' RT at priority 5.
Sep 02 10:48:36 talos rtkit-daemon[58780]: Supervising 5 threads of 2 processes of 1 users.
Sep 02 10:48:37 talos rtkit-daemon[58780]: Supervising 4 threads of 2 processes of 1 users.
Sep 02 10:48:37 talos rtkit-daemon[58780]: Successfully made thread 72292 of process 58768 owned by '1000' RT at priority 5.
Sep 02 10:48:37 talos rtkit-daemon[58780]: Supervising 5 threads of 2 processes of 1 users.
Sep 02 10:48:37 talos rtkit-daemon[58780]: Supervising 4 threads of 2 processes of 1 users.
Sep 02 10:48:37 talos rtkit-daemon[58780]: Successfully made thread 72293 of process 58768 owned by '1000' RT at priority 5.
Sep 02 10:48:37 talos rtkit-daemon[58780]: Supervising 5 threads of 2 processes of 1 users.
Sep 02 10:48:47 talos rtkit-daemon[58780]: Supervising 4 threads of 2 processes of 1 users.
Sep 02 10:48:47 talos rtkit-daemon[58780]: Successfully made thread 72300 of process 58768 owned by '1000' RT at priority 5.
Sep 02 10:48:47 talos rtkit-daemon[58780]: Supervising 5 threads of 2 processes of 1 users.
Sep 02 10:48:47 talos rtkit-daemon[58780]: Supervising 4 threads of 2 processes of 1 users.
Sep 02 10:48:47 talos rtkit-daemon[58780]: Successfully made thread 72301 of process 58768 owned by '1000' RT at priority 5.
Sep 02 10:48:47 talos rtkit-daemon[58780]: Supervising 5 threads of 2 processes of 1 users.
Sep 02 10:48:48 talos rtkit-daemon[58780]: Supervising 4 threads of 2 processes of 1 users.
Sep 02 10:48:48 talos rtkit-daemon[58780]: Successfully made thread 72302 of process 58768 owned by '1000' RT at priority 5.
Sep 02 10:48:48 talos rtkit-daemon[58780]: Supervising 5 threads of 2 processes of 1 users.
Sep 02 10:48:48 talos rtkit-daemon[58780]: Supervising 4 threads of 2 processes of 1 users.
Sep 02 10:48:48 talos rtkit-daemon[58780]: Successfully made thread 72303 of process 58768 owned by '1000' RT at priority 5.
Sep 02 10:48:48 talos rtkit-daemon[58780]: Supervising 5 threads of 2 processes of 1 users.
Sep 02 10:49:27 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.ControlCenter.SearchProvider' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:49:27 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:49:27 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Documents' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:49:27 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Nautilus' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:49:27 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:49:27 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:49:27 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Calendar' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:49:27 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:49:27 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.clocks' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:49:27 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Photos' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:49:27 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:49:27 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Epiphany.SearchProvider' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:49:28 talos systemd[5132]: Created slice Slice /app/org.gnome.Terminal.
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Sep 02 10:49:28 talos systemd[5132]: Starting GNOME Terminal Server...
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.clocks'
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Characters.BackgroundService'
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Nautilus'
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Photos'
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Terminal'
Sep 02 10:49:28 talos systemd[5132]: Started GNOME Terminal Server.
Sep 02 10:49:28 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.85' (uid=1000 pid=72354 comm="/usr/bin/gnome-calendar --gapplication-service ")
Sep 02 10:49:28 talos audit: BPF prog-id=46 op=LOAD
Sep 02 10:49:28 talos kernel: audit: type=1334 audit(1630572568.126:166): prog-id=46 op=LOAD
Sep 02 10:49:28 talos kernel: audit: type=1334 audit(1630572568.126:167): prog-id=47 op=LOAD
Sep 02 10:49:28 talos kernel: audit: type=1334 audit(1630572568.129:168): prog-id=48 op=LOAD
Sep 02 10:49:28 talos audit: BPF prog-id=47 op=LOAD
Sep 02 10:49:28 talos audit: BPF prog-id=48 op=LOAD
Sep 02 10:49:28 talos systemd[1]: Starting Time & Date Service...
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Documents'
Sep 02 10:49:28 talos nautilus[72348]: Connecting to org.freedesktop.Tracker3.Miner.Files
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Epiphany.SearchProvider'
Sep 02 10:49:28 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.timedate1'
Sep 02 10:49:28 talos systemd[1]: Started Time & Date Service.
Sep 02 10:49:28 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:49:28 talos kernel: audit: type=1130 audit(1630572568.173:169): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:49:28 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.88' (uid=1000 pid=72344 comm="/usr/lib/gnome-contacts-search-provider ")
Sep 02 10:49:28 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Calendar'
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: g_irepository_find_by_name: assertion 'typelib != NULL' failed
Sep 02 10:49:28 talos gnome-documents[72346]: JS ERROR: Unable to connect to the tracker database: Error: Unable to resolve arg type 'SparqlConnection'
                                              vfunc_startup@resource:///org/gnome/Documents/js/application.js:341:51
                                              main@resource:///org/gnome/Documents/js/main.js:47:24
                                              run@resource:///org/gnome/gjs/modules/script/package.js:206:19
                                              @/usr/bin/gnome-documents:6:17
Sep 02 10:49:28 talos gnome-documents[72346]: JS ERROR: TypeError: searchController is null
                                              run@resource:///org/gnome/Documents/js/shellSearchProvider.js:298:9
                                              GetInitialResultSetAsync@resource:///org/gnome/Documents/js/shellSearchProvider.js:380:13
                                              _handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:354:35
                                              _wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:387:34
                                              main@resource:///org/gnome/Documents/js/main.js:47:24
                                              run@resource:///org/gnome/gjs/modules/script/package.js:206:19
                                              @/usr/bin/gnome-documents:6:17
Sep 02 10:49:28 talos gnome-documents[72346]: JS ERROR: TypeError: searchController is null
                                              run@resource:///org/gnome/Documents/js/shellSearchProvider.js:298:9
                                              GetInitialResultSetAsync@resource:///org/gnome/Documents/js/shellSearchProvider.js:380:13
                                              _handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:354:35
                                              _wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:387:34
                                              main@resource:///org/gnome/Documents/js/main.js:47:24
                                              run@resource:///org/gnome/gjs/modules/script/package.js:206:19
                                              @/usr/bin/gnome-documents:6:17
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='com.intel.dleyna-renderer' requested by ':1.78' (uid=1000 pid=72360 comm="/usr/bin/gnome-photos --gapplication-service ")
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: dLeyna core version 0.7.0
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: dleyna-renderer-service version 0.7.0
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: Load file [/home/jonas/.config/dleyna-renderer-service.conf]
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: [General settings]
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: Never Quit: F
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: Connector Name: dbus
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: Port: 0
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: Push host port: 0
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: [Logging settings]
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: Log Type : 0
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: Log Level: 0x13
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: [Network filtering settings]
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: Enabled : F
Sep 02 10:49:28 talos dleyna-renderer-service[72497]: Entries: (null)
Sep 02 10:49:28 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'com.intel.dleyna-renderer'
Sep 02 10:49:28 talos terminator[72499]: Theme directory actions/24 of theme Dracula has no size field
Sep 02 10:49:28 talos terminator[72499]: Theme directory actions/32 of theme Dracula has no size field
Sep 02 10:49:28 talos terminator[72499]: Theme directory actions/16@2x of theme Dracula has no size field
Sep 02 10:49:28 talos terminator[72499]: Theme directory actions/22@2x of theme Dracula has no size field
Sep 02 10:49:28 talos terminator[72499]: Theme directory actions/24@2x of theme Dracula has no size field
Sep 02 10:49:28 talos terminator[72499]: Theme directory actions/32@2x of theme Dracula has no size field
Sep 02 10:49:28 talos terminator[72499]: Theme directory actions/symbolic of theme Dracula has no size field
Sep 02 10:49:28 talos terminator.desktop[72499]: error loading background image: g-file-error-quark: Failed to open file “None”: No such file or directory (4)
Sep 02 10:49:58 talos systemd[1]: systemd-timedated.service: Deactivated successfully.
Sep 02 10:49:58 talos kernel: audit: type=1131 audit(1630572598.210:170): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:49:58 talos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:49:58 talos audit: BPF prog-id=48 op=UNLOAD
Sep 02 10:49:58 talos audit: BPF prog-id=47 op=UNLOAD
Sep 02 10:49:58 talos audit: BPF prog-id=46 op=UNLOAD
Sep 02 10:49:58 talos kernel: audit: type=1334 audit(1630572598.260:171): prog-id=48 op=UNLOAD
Sep 02 10:49:58 talos kernel: audit: type=1334 audit(1630572598.260:172): prog-id=47 op=UNLOAD
Sep 02 10:49:58 talos kernel: audit: type=1334 audit(1630572598.260:173): prog-id=46 op=UNLOAD
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Contacts.SearchProvider' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Nautilus' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:50:18 talos gnome-documents[72346]: JS ERROR: TypeError: searchController is null
                                              run@resource:///org/gnome/Documents/js/shellSearchProvider.js:298:9
                                              GetInitialResultSetAsync@resource:///org/gnome/Documents/js/shellSearchProvider.js:380:13
                                              _handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:354:35
                                              _wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:387:34
                                              main@resource:///org/gnome/Documents/js/main.js:47:24
                                              run@resource:///org/gnome/gjs/modules/script/package.js:206:19
                                              @/usr/bin/gnome-documents:6:17
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Boxes.SearchProvider' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:50:18 talos systemd[5132]: Starting GNOME Terminal Server...
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Calculator.SearchProvider' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Characters.BackgroundService' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.clocks' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Photos' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Boxes.SearchProvider'
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.clocks'
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Nautilus'
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Characters.BackgroundService'
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Calculator.SearchProvider'
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Photos'
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Terminal'
Sep 02 10:50:18 talos systemd[5132]: Started GNOME Terminal Server.
Sep 02 10:50:18 talos nautilus[72622]: Connecting to org.freedesktop.Tracker3.Miner.Files
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Contacts.SearchProvider'
Sep 02 10:50:18 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.90' (uid=1000 pid=72620 comm="/usr/lib/gnome-contacts-search-provider ")
Sep 02 10:50:18 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 02 10:50:18 talos dleyna-renderer-service[72497]: Calling GetRenderers method
Sep 02 10:50:18 talos dleyna-renderer-service[72497]: Client :1.94 lost
Sep 02 10:50:18 talos gnome-documents[72346]: JS ERROR: TypeError: searchController is null
                                              run@resource:///org/gnome/Documents/js/shellSearchProvider.js:298:9
                                              GetInitialResultSetAsync@resource:///org/gnome/Documents/js/shellSearchProvider.js:380:13
                                              _handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:354:35
                                              _wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:387:34
                                              main@resource:///org/gnome/Documents/js/main.js:47:24
                                              run@resource:///org/gnome/gjs/modules/script/package.js:206:19
                                              @/usr/bin/gnome-documents:6:17
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='org.gnome.Photos' requested by ':1.15' (uid=1000 pid=57288 comm="/usr/bin/gnome-shell ")
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'org.gnome.Photos'
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Activating service name='com.intel.dleyna-renderer' requested by ':1.98' (uid=1000 pid=72719 comm="/usr/bin/gnome-photos --gapplication-service ")
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: dLeyna core version 0.7.0
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: dleyna-renderer-service version 0.7.0
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: Load file [/home/jonas/.config/dleyna-renderer-service.conf]
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: [General settings]
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: Never Quit: F
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: Connector Name: dbus
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: Port: 0
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: Push host port: 0
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: [Logging settings]
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: Log Type : 0
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: Log Level: 0x13
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: [Network filtering settings]
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: Enabled : F
Sep 02 10:50:18 talos dleyna-renderer-service[72772]: Entries: (null)
Sep 02 10:50:18 talos dbus-daemon[57104]: [session uid=1000 pid=57104] Successfully activated service 'com.intel.dleyna-renderer'
Sep 02 10:50:18 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.93' (uid=1000 pid=72776 comm="/usr/lib/electron12/electron --disable-updater /us")
Sep 02 10:50:18 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Sep 02 10:50:19 talos dleyna-renderer-service[72497]: dLeyna: Exit
Sep 02 10:57:01 talos kernel: wlp4s0: disassociated from a0:ab:1b:8e:a4:ee (Reason: 2=PREV_AUTH_NOT_VALID)
Sep 02 10:57:01 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-DISCONNECTED bssid=a0:ab:1b:8e:a4:ee reason=2
Sep 02 10:57:01 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Sep 02 10:57:01 talos NetworkManager[22538]: <info>  [1630573021.4780] device (wlp4s0): supplicant interface state: completed -> disconnected
Sep 02 10:57:01 talos NetworkManager[22538]: <info>  [1630573021.4781] device (p2p-dev-wlp4s0): supplicant management interface state: completed -> disconnected
Sep 02 10:57:01 talos NetworkManager[22538]: <info>  [1630573021.5777] device (wlp4s0): supplicant interface state: disconnected -> scanning
Sep 02 10:57:01 talos NetworkManager[22538]: <info>  [1630573021.5778] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> scanning
Sep 02 10:57:02 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Sep 02 10:57:09 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Sep 02 10:57:17 talos NetworkManager[22538]: <warn>  [1630573037.1730] device (wlp4s0): link timed out.
Sep 02 10:57:17 talos NetworkManager[22538]: <info>  [1630573037.1734] device (wlp4s0): state change: activated -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
Sep 02 10:57:17 talos NetworkManager[22538]: <info>  [1630573037.1736] manager: NetworkManager state is now DISCONNECTED
Sep 02 10:57:17 talos gnome-shell[57288]: An active wireless connection, in infrastructure mode, involves no access point?
Sep 02 10:57:17 talos NetworkManager[22538]: <info>  [1630573037.1924] device (wlp4s0): set-hw-addr: set MAC address to 1E:17:C6:F3:61:0F (scanning)
Sep 02 10:57:17 talos gnome-shell[57288]: An active wireless connection, in infrastructure mode, involves no access point?
Sep 02 10:57:17 talos gnome-shell[57288]: An active wireless connection, in infrastructure mode, involves no access point?
Sep 02 10:57:17 talos NetworkManager[22538]: <warn>  [1630573037.2195] device (wlp4s0): Activation: failed for connection 'HofTerDoele Internet Boven 5.0'
Sep 02 10:57:17 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.24' (uid=0 pid=22538 comm="/usr/bin/NetworkManager --no-daemon ")
Sep 02 10:57:17 talos NetworkManager[22538]: <info>  [1630573037.2230] device (wlp4s0): supplicant interface state: scanning -> interface_disabled
Sep 02 10:57:17 talos NetworkManager[22538]: <info>  [1630573037.2231] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> interface_disabled
Sep 02 10:57:17 talos systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 02 10:57:17 talos NetworkManager[22538]: <info>  [1630573037.2237] device (wlp4s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Sep 02 10:57:17 talos dbus-daemon[1312]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Sep 02 10:57:17 talos systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 02 10:57:17 talos audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:57:17 talos kernel: audit: type=1130 audit(1630573037.225:174): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:57:17 talos gnome-shell[57288]: An active wireless connection, in infrastructure mode, involves no access point?
Sep 02 10:57:17 talos gnome-shell[57288]: An active wireless connection, in infrastructure mode, involves no access point?
Sep 02 10:57:17 talos NetworkManager[22538]: <info>  [1630573037.2613] dhcp4 (wlp4s0): canceled DHCP transaction
Sep 02 10:57:17 talos NetworkManager[22538]: <info>  [1630573037.2614] dhcp4 (wlp4s0): state changed bound -> terminated
Sep 02 10:57:17 talos NetworkManager[22538]: <info>  [1630573037.2718] device (wlp4s0): supplicant interface state: interface_disabled -> scanning
Sep 02 10:57:17 talos NetworkManager[22538]: <info>  [1630573037.2718] device (p2p-dev-wlp4s0): supplicant management interface state: interface_disabled -> scanning
Sep 02 10:57:19 talos NetworkManager[22538]: <info>  [1630573039.5573] device (wlp4s0): supplicant interface state: scanning -> disconnected
Sep 02 10:57:19 talos NetworkManager[22538]: <info>  [1630573039.5574] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> disconnected
Sep 02 10:57:20 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8538] device (wlp4s0): supplicant interface state: disconnected -> inactive
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8538] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> inactive
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8555] policy: auto-activating connection 'HofTerDoele Internet Boven 5.0' (df9716e4-f8fe-4739-aff2-cb8eef7717f3)
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8563] device (wlp4s0): Activation: starting connection 'HofTerDoele Internet Boven 5.0' (df9716e4-f8fe-4739-aff2-cb8eef7717f3)
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8565] device (wlp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8569] manager: NetworkManager state is now CONNECTING
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8657] device (wlp4s0): set-hw-addr: reset MAC address to EC:2E:98:DE:9E:DB (preserve)
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8841] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8846] device (wlp4s0): Activation: (wifi) access point 'HofTerDoele Internet Boven 5.0' has security, but secrets are required.
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8846] device (wlp4s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8847] sup-iface[0b7de8840300e6e2,2,wlp4s0]: wps: type pbc start...
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8860] device (wlp4s0): supplicant interface state: inactive -> interface_disabled
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8861] device (p2p-dev-wlp4s0): supplicant management interface state: inactive -> interface_disabled
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8874] device (wlp4s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8879] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8884] device (wlp4s0): Activation: (wifi) connection 'HofTerDoele Internet Boven 5.0' has security, and secrets exist.  No new secrets needed.
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8884] Config: added 'ssid' value 'HofTerDoele Internet Boven 5.0'
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8884] Config: added 'scan_ssid' value '1'
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8885] Config: added 'bgscan' value 'simple:30:-70:86400'
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8885] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8885] Config: added 'auth_alg' value 'OPEN'
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.8885] Config: added 'psk' value '<hidden>'
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.9501] device (wlp4s0): supplicant interface state: interface_disabled -> inactive
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.9502] device (p2p-dev-wlp4s0): supplicant management interface state: interface_disabled -> inactive
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.9582] device (wlp4s0): supplicant interface state: inactive -> scanning
Sep 02 10:57:21 talos NetworkManager[22538]: <info>  [1630573041.9583] device (p2p-dev-wlp4s0): supplicant management interface state: inactive -> scanning
Sep 02 10:57:24 talos wpa_supplicant[2096]: wlp4s0: SME: Trying to authenticate with a0:ab:1b:8e:a4:ee (SSID='HofTerDoele Internet Boven 5.0' freq=5240 MHz)
Sep 02 10:57:24 talos kernel: wlp4s0: authenticate with a0:ab:1b:8e:a4:ee
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.2798] device (wlp4s0): supplicant interface state: scanning -> authenticating
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.2798] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> authenticating
Sep 02 10:57:24 talos kernel: wlp4s0: send auth to a0:ab:1b:8e:a4:ee (try 1/3)
Sep 02 10:57:24 talos kernel: wlp4s0: authenticated
Sep 02 10:57:24 talos wpa_supplicant[2096]: wlp4s0: Trying to associate with a0:ab:1b:8e:a4:ee (SSID='HofTerDoele Internet Boven 5.0' freq=5240 MHz)
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.2846] device (wlp4s0): supplicant interface state: authenticating -> associating
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.2846] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> associating
Sep 02 10:57:24 talos kernel: wlp4s0: associate with a0:ab:1b:8e:a4:ee (try 1/3)
Sep 02 10:57:24 talos kernel: wlp4s0: RX AssocResp from a0:ab:1b:8e:a4:ee (capab=0x411 status=0 aid=2)
Sep 02 10:57:24 talos wpa_supplicant[2096]: wlp4s0: Associated with a0:ab:1b:8e:a4:ee
Sep 02 10:57:24 talos kernel: wlp4s0: associated
Sep 02 10:57:24 talos kernel: wlp4s0: Limiting TX power to 37 (40 - 3) dBm as advertised by a0:ab:1b:8e:a4:ee
Sep 02 10:57:24 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Sep 02 10:57:24 talos wpa_supplicant[2096]: wlp4s0: WPA: Key negotiation completed with a0:ab:1b:8e:a4:ee [PTK=CCMP GTK=TKIP]
Sep 02 10:57:24 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-CONNECTED - Connection to a0:ab:1b:8e:a4:ee completed [id=0 id_str=]
Sep 02 10:57:24 talos kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.3741] device (wlp4s0): supplicant interface state: associating -> completed
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.3743] device (wlp4s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "HofTerDoele Internet Boven 5.0"
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.3743] device (p2p-dev-wlp4s0): supplicant management interface state: associating -> completed
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.3746] device (wlp4s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.3748] dhcp4 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.4162] dhcp4 (wlp4s0): state changed unknown -> bound, address=192.168.0.100
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.4220] device (wlp4s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.4233] device (wlp4s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.4235] device (wlp4s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.4237] manager: NetworkManager state is now CONNECTED_LOCAL
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.4239] manager: NetworkManager state is now CONNECTED_SITE
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.4240] policy: set 'HofTerDoele Internet Boven 5.0' (wlp4s0) as default for IPv4 routing and DNS
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.4319] device (wlp4s0): Activation: successful, device activated.
Sep 02 10:57:24 talos NetworkManager[22538]: <info>  [1630573044.6078] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 02 10:57:24 talos wpa_supplicant[2096]: wlp4s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-49 noise=9999 txrate=6000
Sep 02 10:57:27 talos systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 02 10:57:27 talos audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:57:27 talos kernel: audit: type=1131 audit(1630573047.175:175): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 02 10:59:31 talos systemd[1]: Starting Cleanup of Temporary Directories...
Sep 02 10:59:31 talos systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Sep 02 10:59:31 talos systemd[1]: Finished Cleanup of Temporary Directories.
Sep 02 10:59:31 talos 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'
Sep 02 10:59:31 talos 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'
Sep 02 10:59:31 talos kernel: audit: type=1130 audit(1630573171.307:176): 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'
Sep 02 10:59:31 talos kernel: audit: type=1131 audit(1630573171.307:177): 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'
Sep 02 11:01:35 talos audit[73046]: USER_AUTH pid=73046 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jonas" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Sep 02 11:01:35 talos kernel: audit: type=1100 audit(1630573295.923:178): pid=73046 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jonas" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Sep 02 11:01:35 talos dbus-daemon[1312]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.95' (uid=0 pid=73046 comm="sudo pacman -S bat ")
Sep 02 11:01:35 talos dbus-daemon[1312]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 02 11:01:35 talos sudo[73046]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Sep 02 11:01:35 talos audit[73046]: USER_ACCT pid=73046 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Sep 02 11:01:35 talos sudo[73046]:    jonas : TTY=pts/0 ; PWD=/home/jonas ; USER=root ; COMMAND=/usr/bin/pacman -S bat
Sep 02 11:01:35 talos audit[73046]: CRED_REFR pid=73046 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'
Sep 02 11:01:35 talos sudo[73046]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Sep 02 11:01:35 talos kernel: audit: type=1101 audit(1630573295.926:179): pid=73046 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Sep 02 11:01:35 talos kernel: audit: type=1110 audit(1630573295.926:180): pid=73046 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'
Sep 02 11:01:35 talos kernel: audit: type=1105 audit(1630573295.926:181): pid=73046 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'
Sep 02 11:01:35 talos audit[73046]: USER_START pid=73046 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'
Sep 02 11:01:37 talos sudo[73046]: pam_unix(sudo:session): session closed for user root
Sep 02 11:01:37 talos audit[73046]: USER_END pid=73046 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'
Sep 02 11:01:37 talos audit[73046]: CRED_DISP pid=73046 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'
Sep 02 11:01:37 talos kernel: audit: type=1106 audit(1630573297.616:182): pid=73046 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'
Sep 02 11:01:37 talos kernel: audit: type=1104 audit(1630573297.616:183): pid=73046 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'

`dmesg`:

[    0.000000] Linux version 5.13.13-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=169522c6-57a4-4116-ae26-0d8017e9b4d5 rw cryptdevice=UUID=7555b0a1-7cfe-4ecd-afa9-5bfdd162a403:cryptroot root=/dev/mapper/cryptroot resume=/dev/mapper/cryptswap nouveau.modset=0 loglevel=3 quiet acpi_enforce_resources=lax
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009dbefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009dbf000-0x000000000a000fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20f000-0x00000000eadf7fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000eadf8000-0x00000000ec311fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ec312000-0x00000000ec375fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ec376000-0x00000000ec52ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ec530000-0x00000000ecd47fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ecd48000-0x00000000ecdfefff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000ecdff000-0x00000000edffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ee000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000003ee2fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000003ee300000-0x000000040fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xec518000 ACPI 2.0=0xec518014 TPMFinalLog=0xec4e3000 SMBIOS=0xecbe4000 SMBIOS 3.0=0xecbe3000 MEMATTR=0xe742f018 ESRT=0xe9830918 
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. ROG Zephyrus G15 GA503QS_GA503QS/GA503QS, BIOS GA503QS.410 05/18/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3293.778 MHz processor
[    0.000125] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000127] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000131] last_pfn = 0x3ee300 max_arch_pfn = 0x400000000
[    0.000923] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001150] e820: update [mem 0xf0000000-0xffffffff] usable ==> reserved
[    0.001157] last_pfn = 0xee000 max_arch_pfn = 0x400000000
[    0.003725] esrt: Reserving ESRT space from 0x00000000e9830918 to 0x00000000e9830950.
[    0.003729] e820: update [mem 0xe9830000-0xe9830fff] usable ==> reserved
[    0.003739] Using GB pages for direct mapping
[    0.003986] Secure boot disabled
[    0.003987] RAMDISK: [mem 0x2ee37000-0x33712fff]
[    0.003991] ACPI: Early table checksum verification disabled
[    0.003994] ACPI: RSDP 0x00000000EC518014 000024 (v02 ALASKA)
[    0.003996] ACPI: XSDT 0x00000000EC517728 000114 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004000] ACPI: FACP 0x00000000EC367000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.004003] ACPI: DSDT 0x00000000EC35A000 00CF4D (v02 ALASKA A M I    01072009 INTL 20190509)
[    0.004004] ACPI: FACS 0x00000000EC4E1000 000040
[    0.004006] ACPI: MSDM 0x00000000EC375000 000055 (v03 ALASKA A M I    01072009 ASUS 00000001)
[    0.004007] ACPI: SSDT 0x00000000EC36D000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.004009] ACPI: IVRS 0x00000000EC36C000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
[    0.004010] ACPI: SSDT 0x00000000EC368000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20190509)
[    0.004012] ACPI: FIDT 0x00000000EC359000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004013] ACPI: ECDT 0x00000000EC358000 0000C1 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.004015] ACPI: MCFG 0x00000000EC357000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.004016] ACPI: HPET 0x00000000EC356000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.004017] ACPI: VFCT 0x00000000EC348000 00D884 (v01 ALASKA A M I    00000001 AMD  31504F47)
[    0.004019] ACPI: BGRT 0x00000000EC347000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004020] ACPI: TPM2 0x00000000EC346000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.004022] ACPI: SSDT 0x00000000EC340000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.004023] ACPI: CRAT 0x00000000EC33F000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.004024] ACPI: CDIT 0x00000000EC33E000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.004026] ACPI: SSDT 0x00000000EC33D000 000149 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.004027] ACPI: SSDT 0x00000000EC33C000 00048C (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.004028] ACPI: SSDT 0x00000000EC33A000 001486 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.004030] ACPI: SSDT 0x00000000EC338000 0014F6 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.004031] ACPI: SSDT 0x00000000EC334000 003AA5 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.004032] ACPI: SSDT 0x00000000EC330000 003756 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.004034] ACPI: WSMT 0x00000000EC32F000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.004035] ACPI: APIC 0x00000000EC32E000 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.004037] ACPI: SSDT 0x00000000EC32D000 00008D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.004038] ACPI: SSDT 0x00000000EC32C000 000917 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.004039] ACPI: SSDT 0x00000000EC32A000 0010D6 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.004041] ACPI: SSDT 0x00000000EC329000 000241 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.004042] ACPI: SSDT 0x00000000EC328000 0005FE (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.004043] ACPI: SSDT 0x00000000EC327000 0006A4 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.004045] ACPI: FPDT 0x00000000EC326000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.004046] ACPI: Reserving FACP table memory at [mem 0xec367000-0xec367113]
[    0.004047] ACPI: Reserving DSDT table memory at [mem 0xec35a000-0xec366f4c]
[    0.004047] ACPI: Reserving FACS table memory at [mem 0xec4e1000-0xec4e103f]
[    0.004048] ACPI: Reserving MSDM table memory at [mem 0xec375000-0xec375054]
[    0.004048] ACPI: Reserving SSDT table memory at [mem 0xec36d000-0xec374228]
[    0.004049] ACPI: Reserving IVRS table memory at [mem 0xec36c000-0xec36c1a3]
[    0.004049] ACPI: Reserving SSDT table memory at [mem 0xec368000-0xec36ba20]
[    0.004050] ACPI: Reserving FIDT table memory at [mem 0xec359000-0xec35909b]
[    0.004050] ACPI: Reserving ECDT table memory at [mem 0xec358000-0xec3580c0]
[    0.004051] ACPI: Reserving MCFG table memory at [mem 0xec357000-0xec35703b]
[    0.004051] ACPI: Reserving HPET table memory at [mem 0xec356000-0xec356037]
[    0.004051] ACPI: Reserving VFCT table memory at [mem 0xec348000-0xec355883]
[    0.004052] ACPI: Reserving BGRT table memory at [mem 0xec347000-0xec347037]
[    0.004052] ACPI: Reserving TPM2 table memory at [mem 0xec346000-0xec34604b]
[    0.004053] ACPI: Reserving SSDT table memory at [mem 0xec340000-0xec345353]
[    0.004053] ACPI: Reserving CRAT table memory at [mem 0xec33f000-0xec33fee7]
[    0.004054] ACPI: Reserving CDIT table memory at [mem 0xec33e000-0xec33e028]
[    0.004054] ACPI: Reserving SSDT table memory at [mem 0xec33d000-0xec33d148]
[    0.004055] ACPI: Reserving SSDT table memory at [mem 0xec33c000-0xec33c48b]
[    0.004055] ACPI: Reserving SSDT table memory at [mem 0xec33a000-0xec33b485]
[    0.004056] ACPI: Reserving SSDT table memory at [mem 0xec338000-0xec3394f5]
[    0.004056] ACPI: Reserving SSDT table memory at [mem 0xec334000-0xec337aa4]
[    0.004056] ACPI: Reserving SSDT table memory at [mem 0xec330000-0xec333755]
[    0.004057] ACPI: Reserving WSMT table memory at [mem 0xec32f000-0xec32f027]
[    0.004057] ACPI: Reserving APIC table memory at [mem 0xec32e000-0xec32e0dd]
[    0.004058] ACPI: Reserving SSDT table memory at [mem 0xec32d000-0xec32d08c]
[    0.004058] ACPI: Reserving SSDT table memory at [mem 0xec32c000-0xec32c916]
[    0.004059] ACPI: Reserving SSDT table memory at [mem 0xec32a000-0xec32b0d5]
[    0.004059] ACPI: Reserving SSDT table memory at [mem 0xec329000-0xec329240]
[    0.004060] ACPI: Reserving SSDT table memory at [mem 0xec328000-0xec3285fd]
[    0.004060] ACPI: Reserving SSDT table memory at [mem 0xec327000-0xec3276a3]
[    0.004061] ACPI: Reserving FPDT table memory at [mem 0xec326000-0xec326043]
[    0.004071] ACPI: Local APIC address 0xfee00000
[    0.004110] No NUMA configuration found
[    0.004111] Faking a node at [mem 0x0000000000000000-0x00000003ee2fffff]
[    0.004113] NODE_DATA(0) allocated [mem 0x3ee2fc000-0x3ee2fffff]
[    0.004131] Zone ranges:
[    0.004132]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004133]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.004134]   Normal   [mem 0x0000000100000000-0x00000003ee2fffff]
[    0.004135]   Device   empty
[    0.004135] Movable zone start for each node
[    0.004136] Early memory node ranges
[    0.004136]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.004137]   node   0: [mem 0x0000000000100000-0x0000000009dbefff]
[    0.004137]   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
[    0.004138]   node   0: [mem 0x000000000a20f000-0x00000000eadf7fff]
[    0.004138]   node   0: [mem 0x00000000ecdff000-0x00000000edffffff]
[    0.004139]   node   0: [mem 0x0000000100000000-0x00000003ee2fffff]
[    0.004140] Initmem setup node 0 [mem 0x0000000000001000-0x00000003ee2fffff]
[    0.004141] On node 0 totalpages: 4038727
[    0.004142]   DMA zone: 64 pages used for memmap
[    0.004142]   DMA zone: 159 pages reserved
[    0.004143]   DMA zone: 3999 pages, LIFO batch:0
[    0.004143]   DMA32 zone: 15031 pages used for memmap
[    0.004144]   DMA32 zone: 961960 pages, LIFO batch:63
[    0.004144]   Normal zone: 48012 pages used for memmap
[    0.004145]   Normal zone: 3072768 pages, LIFO batch:63
[    0.004146] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.004156] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.004242] On node 0, zone DMA32: 578 pages in unavailable ranges
[    0.008417] On node 0, zone DMA32: 15 pages in unavailable ranges
[    0.008495] On node 0, zone DMA32: 8199 pages in unavailable ranges
[    0.023948] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.023996] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.024326] ACPI: PM-Timer IO Port: 0x808
[    0.024328] ACPI: Local APIC address 0xfee00000
[    0.024333] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.024344] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.024348] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.024350] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.024351] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.024352] ACPI: IRQ0 used by override.
[    0.024353] ACPI: IRQ9 used by override.
[    0.024354] Using ACPI (MADT) for SMP configuration information
[    0.024355] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.024362] e820: update [mem 0xe7a49000-0xe7af1fff] usable ==> reserved
[    0.024370] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.024386] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.024387] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.024388] PM: hibernation: Registered nosave memory: [mem 0x09dbf000-0x0a000fff]
[    0.024389] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[    0.024390] PM: hibernation: Registered nosave memory: [mem 0xe7a49000-0xe7af1fff]
[    0.024391] PM: hibernation: Registered nosave memory: [mem 0xe9830000-0xe9830fff]
[    0.024392] PM: hibernation: Registered nosave memory: [mem 0xeadf8000-0xec311fff]
[    0.024392] PM: hibernation: Registered nosave memory: [mem 0xec312000-0xec375fff]
[    0.024393] PM: hibernation: Registered nosave memory: [mem 0xec376000-0xec52ffff]
[    0.024393] PM: hibernation: Registered nosave memory: [mem 0xec530000-0xecd47fff]
[    0.024393] PM: hibernation: Registered nosave memory: [mem 0xecd48000-0xecdfefff]
[    0.024394] PM: hibernation: Registered nosave memory: [mem 0xee000000-0xf7ffffff]
[    0.024395] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfcffffff]
[    0.024395] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfdffffff]
[    0.024395] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfeb7ffff]
[    0.024396] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.024396] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.024396] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.024397] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.024397] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.024398] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.024398] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.024398] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.024399] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.024399] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc3fff]
[    0.024399] PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
[    0.024400] PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
[    0.024400] PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
[    0.024400] PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
[    0.024401] PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
[    0.024401] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
[    0.024401] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.024402] [mem 0xf8000000-0xfcffffff] available for PCI devices
[    0.024404] Booting paravirtualized kernel on bare hardware
[    0.024406] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.026863] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.027268] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[    0.027272] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[    0.027273] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.027290] Built 1 zonelists, mobility grouping on.  Total pages: 3975461
[    0.027291] Policy zone: Normal
[    0.027292] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=169522c6-57a4-4116-ae26-0d8017e9b4d5 rw cryptdevice=UUID=7555b0a1-7cfe-4ecd-afa9-5bfdd162a403:cryptroot root=/dev/mapper/cryptroot resume=/dev/mapper/cryptswap nouveau.modset=0 loglevel=3 quiet acpi_enforce_resources=lax
[    0.028550] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.029189] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.029373] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.053713] Memory: 15644164K/16154908K available (14344K kernel code, 2050K rwdata, 9084K rodata, 1796K init, 4128K bss, 510484K reserved, 0K cma-reserved)
[    0.053721] random: get_random_u64 called from __kmem_cache_create+0x2a/0x580 with crng_init=0
[    0.053782] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.053790] ftrace: allocating 42290 entries in 166 pages
[    0.064085] ftrace: allocated 166 pages with 4 groups
[    0.064167] rcu: Preemptible hierarchical RCU implementation.
[    0.064168] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.064168] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.064169] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.064170] 	Trampoline variant of Tasks RCU enabled.
[    0.064170] 	Rude variant of Tasks RCU enabled.
[    0.064170] 	Tracing variant of Tasks RCU enabled.
[    0.064171] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.064171] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.065977] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.066205] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.066297] Console: colour dummy device 80x25
[    0.066304] printk: console [tty0] enabled
[    0.066314] ACPI: Core revision 20210331
[    0.066442] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.066457] APIC: Switch to symmetric I/O mode setup
[    0.067031] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.067033] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.067033] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.067033] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.067267] Switched APIC routing to physical flat.
[    0.067857] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.083132] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7a56b98b8, max_idle_ns: 440795375572 ns
[    0.083135] Calibrating delay loop (skipped), value calculated using timer frequency.. 6590.03 BogoMIPS (lpj=10979260)
[    0.083137] pid_max: default: 32768 minimum: 301
[    0.086483] LSM: Security Framework initializing
[    0.086490] landlock: Up and running.
[    0.086491] Yama: becoming mindful.
[    0.086494] LSM support for eBPF active
[    0.086519] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.086538] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.086670] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.086676] LVT offset 1 assigned for vector 0xf9
[    0.086683] LVT offset 2 assigned for vector 0xf4
[    0.086686] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.086686] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.086688] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.086689] Spectre V2 : Mitigation: Full AMD retpoline
[    0.086690] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.086690] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.086691] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.086692] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.086692] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.088399] Freeing SMP alternatives memory: 36K
[    0.197619] smpboot: CPU0: AMD Ryzen 9 5900HS with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
[    0.197734] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.197738] ... version:                0
[    0.197739] ... bit width:              48
[    0.197739] ... generic registers:      6
[    0.197740] ... value mask:             0000ffffffffffff
[    0.197740] ... max period:             00007fffffffffff
[    0.197740] ... fixed-purpose events:   0
[    0.197741] ... event mask:             000000000000003f
[    0.197782] rcu: Hierarchical SRCU implementation.
[    0.198064] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.198166] smp: Bringing up secondary CPUs ...
[    0.198234] x86: Booting SMP configuration:
[    0.198235] .... node  #0, CPUs:        #1
[    0.199900] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.199962]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.238619] smp: Brought up 1 node, 16 CPUs
[    0.238619] smpboot: Max logical packages: 1
[    0.238619] smpboot: Total of 16 processors activated (105443.60 BogoMIPS)
[    0.240025] devtmpfs: initialized
[    0.240025] x86/mm: Memory block size: 128MB
[    0.240303] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[    0.240303] PM: Registering ACPI NVS region [mem 0xec376000-0xec52ffff] (1810432 bytes)
[    0.240303] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.240303] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.240303] pinctrl core: initialized pinctrl subsystem
[    0.240303] PM: RTC time: 09:26:08, date: 2021-09-02
[    0.240303] NET: Registered protocol family 16
[    0.240303] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.240349] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.240427] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.240430] audit: initializing netlink subsys (disabled)
[    0.240434] audit: type=2000 audit(1630574767.173:1): state=initialized audit_enabled=0 res=1
[    0.240434] thermal_sys: Registered thermal governor 'fair_share'
[    0.240434] thermal_sys: Registered thermal governor 'bang_bang'
[    0.240434] thermal_sys: Registered thermal governor 'step_wise'
[    0.240434] thermal_sys: Registered thermal governor 'user_space'
[    0.240434] thermal_sys: Registered thermal governor 'power_allocator'
[    0.240434] cpuidle: using governor ladder
[    0.240434] cpuidle: using governor menu
[    0.240434] ACPI: bus type PCI registered
[    0.240434] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.240434] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.240434] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.240434] PCI: Using configuration type 1 for base access
[    0.240570] Kprobes globally optimized
[    0.240573] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.240573] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.240573] ACPI: Added _OSI(Module Device)
[    0.240573] ACPI: Added _OSI(Processor Device)
[    0.240573] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.240573] ACPI: Added _OSI(Processor Aggregator Device)
[    0.240573] ACPI: Added _OSI(Linux-Dell-Video)
[    0.240573] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.240573] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.254050] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP17.XHC0._S0W], AE_ALREADY_EXISTS (20210331/dswload2-326)
[    0.254055] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210331/psobject-220)
[    0.254056] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.254075] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP17.XHC1._S0W], AE_ALREADY_EXISTS (20210331/dswload2-326)
[    0.254076] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210331/psobject-220)
[    0.254077] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.254350] ACPI: 16 ACPI AML tables successfully acquired and loaded
[    0.254978] ACPI: EC: EC started
[    0.254978] ACPI: EC: interrupt blocked
[    0.255328] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.255328] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.255711] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.257881] ACPI: Interpreter enabled
[    0.257891] ACPI: (supports S0 S4 S5)
[    0.257891] ACPI: Using IOAPIC for interrupt routing
[    0.258056] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.258594] ACPI: PM: Power Resource [PG00] (on)
[    0.258958] ACPI: PM: Power Resource [RPR2] (on)
[    0.259261] ACPI: PM: Power Resource [P0U0] (on)
[    0.259313] ACPI: PM: Power Resource [P3U0] (off)
[    0.259923] ACPI: PM: Power Resource [P0U1] (on)
[    0.259974] ACPI: PM: Power Resource [P3U1] (off)
[    0.260780] ACPI: PM: Power Resource [P0NV] (on)
[    0.260910] ACPI: PM: Power Resource [P1NV] (on)
[    0.262940] ACPI: PM: Power Resource [PRWL] (on)
[    0.263454] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.263458] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.263574] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.263681] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.263688] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.263909] PCI host bridge to bus 0000:00
[    0.263910] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.263911] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.263912] pci_bus 0000:00: root bus resource [io  0x0d00-0xefff window]
[    0.263913] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.263913] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
[    0.263914] pci_bus 0000:00: root bus resource [mem 0x410000000-0xffffffffff window]
[    0.263915] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.263922] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.264007] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.264090] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.264153] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.264216] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.264273] pci 0000:00:01.3: [1022:1634] type 01 class 0x060400
[    0.264319] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.264388] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.264452] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.264471] pci 0000:00:02.1: enabling Extended Tags
[    0.264497] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.264558] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.264620] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.264664] pci 0000:00:02.3: [1022:1634] type 01 class 0x060400
[    0.264684] pci 0000:00:02.3: enabling Extended Tags
[    0.264711] pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
[    0.264773] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.264792] pci 0000:00:02.4: enabling Extended Tags
[    0.264819] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.264889] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.264952] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.264971] pci 0000:00:08.1: enabling Extended Tags
[    0.264996] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.265088] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.265198] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.265315] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
[    0.265358] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
[    0.265400] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
[    0.265444] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
[    0.265486] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
[    0.265529] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
[    0.265571] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
[    0.265615] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
[    0.265713] pci 0000:01:00.0: [10de:249c] type 00 class 0x030000
[    0.265721] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.265728] pci 0000:01:00.0: reg 0x14: [mem 0xf800000000-0xfbffffffff 64bit pref]
[    0.265734] pci 0000:01:00.0: reg 0x1c: [mem 0xfc00000000-0xfc01ffffff 64bit pref]
[    0.265738] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.265742] pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.265788] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.265852] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.266362] pci 0000:01:00.1: [10de:228b] type 00 class 0x040300
[    0.266370] pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.266471] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.266474] pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
[    0.266475] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.266477] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc01ffffff 64bit pref]
[    0.266578] pci 0000:02:00.0: [17a0:9755] type 00 class 0x080501
[    0.266599] pci 0000:02:00.0: reg 0x10: [mem 0xfc900000-0xfc900fff]
[    0.266757] pci 0000:02:00.0: supports D1 D2
[    0.266758] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.266983] pci 0000:00:01.3: PCI bridge to [bus 02]
[    0.266987] pci 0000:00:01.3:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.267034] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.267049] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.267070] pci 0000:03:00.0: reg 0x18: [mem 0xfc804000-0xfc804fff 64bit]
[    0.267083] pci 0000:03:00.0: reg 0x20: [mem 0xfc800000-0xfc803fff 64bit]
[    0.267167] pci 0000:03:00.0: supports D1 D2
[    0.267168] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.267270] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.267272] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.267274] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.267320] pci 0000:04:00.0: [14c3:7961] type 00 class 0x028000
[    0.267337] pci 0000:04:00.0: reg 0x10: [mem 0xfc20300000-0xfc203fffff 64bit pref]
[    0.267348] pci 0000:04:00.0: reg 0x18: [mem 0xfc20400000-0xfc20403fff 64bit pref]
[    0.267359] pci 0000:04:00.0: reg 0x20: [mem 0xfc20404000-0xfc20404fff 64bit pref]
[    0.267427] pci 0000:04:00.0: supports D1 D2
[    0.267427] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.267517] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.267522] pci 0000:00:02.2:   bridge window [mem 0xfc20300000-0xfc204fffff 64bit pref]
[    0.267577] pci 0000:05:00.0: [144d:a808] type 00 class 0x010802
[    0.267592] pci 0000:05:00.0: reg 0x10: [mem 0xfc700000-0xfc703fff 64bit]
[    0.267758] pci 0000:00:02.3: PCI bridge to [bus 05]
[    0.267762] pci 0000:00:02.3:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.267814] pci 0000:06:00.0: [1c5c:174a] type 00 class 0x010802
[    0.267829] pci 0000:06:00.0: reg 0x10: [mem 0xfc600000-0xfc603fff 64bit]
[    0.267835] pci 0000:06:00.0: reg 0x18: [mem 0xfc605000-0xfc605fff]
[    0.267841] pci 0000:06:00.0: reg 0x1c: [mem 0xfc604000-0xfc604fff]
[    0.267999] pci 0000:00:02.4: PCI bridge to [bus 06]
[    0.268002] pci 0000:00:02.4:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.268054] pci 0000:07:00.0: [1002:1638] type 00 class 0x030000
[    0.268063] pci 0000:07:00.0: reg 0x10: [mem 0xfc10000000-0xfc1fffffff 64bit pref]
[    0.268069] pci 0000:07:00.0: reg 0x18: [mem 0xfc20000000-0xfc201fffff 64bit pref]
[    0.268074] pci 0000:07:00.0: reg 0x20: [io  0xc000-0xc0ff]
[    0.268078] pci 0000:07:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
[    0.268085] pci 0000:07:00.0: enabling Extended Tags
[    0.268094] pci 0000:07:00.0: BAR 0: assigned to efifb
[    0.268127] pci 0000:07:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.268157] pci 0000:07:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.268195] pci 0000:07:00.1: [1002:1637] type 00 class 0x040300
[    0.268201] pci 0000:07:00.1: reg 0x10: [mem 0xfc5c8000-0xfc5cbfff]
[    0.268219] pci 0000:07:00.1: enabling Extended Tags
[    0.268243] pci 0000:07:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.268286] pci 0000:07:00.2: [1022:15df] type 00 class 0x108000
[    0.268297] pci 0000:07:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
[    0.268305] pci 0000:07:00.2: reg 0x24: [mem 0xfc5cc000-0xfc5cdfff]
[    0.268311] pci 0000:07:00.2: enabling Extended Tags
[    0.268380] pci 0000:07:00.3: [1022:1639] type 00 class 0x0c0330
[    0.268389] pci 0000:07:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
[    0.268410] pci 0000:07:00.3: enabling Extended Tags
[    0.268435] pci 0000:07:00.3: PME# supported from D0 D3hot D3cold
[    0.268482] pci 0000:07:00.4: [1022:1639] type 00 class 0x0c0330
[    0.268491] pci 0000:07:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.268512] pci 0000:07:00.4: enabling Extended Tags
[    0.268538] pci 0000:07:00.4: PME# supported from D0 D3hot D3cold
[    0.268582] pci 0000:07:00.5: [1022:15e2] type 00 class 0x048000
[    0.268588] pci 0000:07:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
[    0.268606] pci 0000:07:00.5: enabling Extended Tags
[    0.268630] pci 0000:07:00.5: PME# supported from D0 D3hot D3cold
[    0.268672] pci 0000:07:00.6: [1022:15e3] type 00 class 0x040300
[    0.268679] pci 0000:07:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
[    0.268703] pci 0000:07:00.6: enabling Extended Tags
[    0.268727] pci 0000:07:00.6: PME# supported from D0 D3hot D3cold
[    0.268781] pci 0000:00:08.1: PCI bridge to [bus 07]
[    0.268783] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.268784] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.268786] pci 0000:00:08.1:   bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[    0.269455] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.269490] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.269520] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.269557] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.269590] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.269618] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.269645] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.269673] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.270306] acpi LNXPOWER:08: Turning OFF
[    0.270372] ACPI: EC: interrupt unblocked
[    0.270373] ACPI: EC: event unblocked
[    0.270381] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.270382] ACPI: EC: GPE=0x3
[    0.270382] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
[    0.270383] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.270405] iommu: Default domain type: Translated 
[    0.270433] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.270433] pci 0000:07:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.270433] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.270433] pci 0000:07:00.0: vgaarb: bridge control possible
[    0.270433] pci 0000:07:00.0: vgaarb: setting as boot device
[    0.270433] vgaarb: loaded
[    0.270433] SCSI subsystem initialized
[    0.270433] libata version 3.00 loaded.
[    0.270433] ACPI: bus type USB registered
[    0.270433] usbcore: registered new interface driver usbfs
[    0.270433] usbcore: registered new interface driver hub
[    0.270433] usbcore: registered new device driver usb
[    0.273423] pps_core: LinuxPPS API ver. 1 registered
[    0.273424] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.273425] PTP clock support registered
[    0.273429] EDAC MC: Ver: 3.0.0
[    0.273506] Registered efivars operations
[    0.273506] NetLabel: Initializing
[    0.273506] NetLabel:  domain hash size = 128
[    0.273506] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.273506] NetLabel:  unlabeled traffic allowed by default
[    0.273506] PCI: Using ACPI for IRQ routing
[    0.277733] PCI: pci_cache_line_size set to 64 bytes
[    0.277795] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.277796] e820: reserve RAM buffer [mem 0x09dbf000-0x0bffffff]
[    0.277797] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.277798] e820: reserve RAM buffer [mem 0xe7a49000-0xe7ffffff]
[    0.277798] e820: reserve RAM buffer [mem 0xe9830000-0xebffffff]
[    0.277798] e820: reserve RAM buffer [mem 0xeadf8000-0xebffffff]
[    0.277799] e820: reserve RAM buffer [mem 0xee000000-0xefffffff]
[    0.277799] e820: reserve RAM buffer [mem 0x3ee300000-0x3efffffff]
[    0.277802] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.277802] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.279850] clocksource: Switched to clocksource tsc-early
[    0.284181] VFS: Disk quotas dquot_6.6.0
[    0.284189] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.284230] pnp: PnP ACPI init
[    0.284283] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.284287] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.284408] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.284557] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.284558] system 00:02: [io  0x040b] has been reserved
[    0.284559] system 00:02: [io  0x04d6] has been reserved
[    0.284560] system 00:02: [io  0x0c00-0x0c01] has been reserved
[    0.284560] system 00:02: [io  0x0c14] has been reserved
[    0.284562] system 00:02: [io  0x0c50-0x0c51] has been reserved
[    0.284562] system 00:02: [io  0x0c52] has been reserved
[    0.284563] system 00:02: [io  0x0c6c] has been reserved
[    0.284563] system 00:02: [io  0x0c6f] has been reserved
[    0.284564] system 00:02: [io  0x0cd8-0x0cdf] has been reserved
[    0.284564] system 00:02: [io  0x0800-0x089f] has been reserved
[    0.284565] system 00:02: [io  0x0b00-0x0b0f] has been reserved
[    0.284566] system 00:02: [io  0x0b20-0x0b3f] has been reserved
[    0.284566] system 00:02: [io  0x0900-0x090f] has been reserved
[    0.284567] system 00:02: [io  0x0910-0x091f] has been reserved
[    0.284568] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.284569] system 00:02: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.284570] system 00:02: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.284571] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.284572] system 00:02: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.284573] system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.284574] system 00:02: [mem 0xff000000-0xffffffff] has been reserved
[    0.284576] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.285005] pnp: PnP ACPI: found 3 devices
[    0.290247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.290295] NET: Registered protocol family 2
[    0.290493] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.291648] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.291741] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.291868] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.291926] TCP: Hash tables configured (established 131072 bind 65536)
[    0.291988] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.292026] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.292063] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.292110] NET: Registered protocol family 1
[    0.292113] NET: Registered protocol family 44
[    0.292117] pci 0000:00:02.2: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    0.292119] pci 0000:00:02.2: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[    0.292124] pci 0000:00:02.2: BAR 14: assigned [mem 0xf8000000-0xf81fffff]
[    0.292125] pci 0000:00:02.2: BAR 13: assigned [io  0x1000-0x1fff]
[    0.292127] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.292128] pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
[    0.292131] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.292132] pci 0000:00:01.1:   bridge window [mem 0xf800000000-0xfc01ffffff 64bit pref]
[    0.292135] pci 0000:00:01.3: PCI bridge to [bus 02]
[    0.292137] pci 0000:00:01.3:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.292140] pci 0000:00:02.1: PCI bridge to [bus 03]
[    0.292141] pci 0000:00:02.1:   bridge window [io  0xd000-0xdfff]
[    0.292143] pci 0000:00:02.1:   bridge window [mem 0xfc800000-0xfc8fffff]
[    0.292147] pci 0000:00:02.2: PCI bridge to [bus 04]
[    0.292148] pci 0000:00:02.2:   bridge window [io  0x1000-0x1fff]
[    0.292150] pci 0000:00:02.2:   bridge window [mem 0xf8000000-0xf81fffff]
[    0.292151] pci 0000:00:02.2:   bridge window [mem 0xfc20300000-0xfc204fffff 64bit pref]
[    0.292154] pci 0000:00:02.3: PCI bridge to [bus 05]
[    0.292155] pci 0000:00:02.3:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.292159] pci 0000:00:02.4: PCI bridge to [bus 06]
[    0.292161] pci 0000:00:02.4:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.292164] pci 0000:00:08.1: PCI bridge to [bus 07]
[    0.292165] pci 0000:00:08.1:   bridge window [io  0xc000-0xcfff]
[    0.292168] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.292170] pci 0000:00:08.1:   bridge window [mem 0xfc10000000-0xfc201fffff 64bit pref]
[    0.292173] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.292174] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.292175] pci_bus 0000:00: resource 6 [io  0x0d00-0xefff window]
[    0.292176] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window]
[    0.292176] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfcffffff window]
[    0.292177] pci_bus 0000:00: resource 9 [mem 0x410000000-0xffffffffff window]
[    0.292178] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.292179] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.292179] pci_bus 0000:01: resource 2 [mem 0xf800000000-0xfc01ffffff 64bit pref]
[    0.292180] pci_bus 0000:02: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.292181] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.292181] pci_bus 0000:03: resource 1 [mem 0xfc800000-0xfc8fffff]
[    0.292182] pci_bus 0000:04: resource 0 [io  0x1000-0x1fff]
[    0.292183] pci_bus 0000:04: resource 1 [mem 0xf8000000-0xf81fffff]
[    0.292183] pci_bus 0000:04: resource 2 [mem 0xfc20300000-0xfc204fffff 64bit pref]
[    0.292184] pci_bus 0000:05: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.292185] pci_bus 0000:06: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.292186] pci_bus 0000:07: resource 0 [io  0xc000-0xcfff]
[    0.292186] pci_bus 0000:07: resource 1 [mem 0xfc200000-0xfc5fffff]
[    0.292187] pci_bus 0000:07: resource 2 [mem 0xfc10000000-0xfc201fffff 64bit pref]
[    0.292261] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.292326] pci 0000:07:00.1: D0 power state depends on 0000:07:00.0
[    0.292345] pci 0000:07:00.3: extending delay after power-on from D3hot to 20 msec
[    0.292439] pci 0000:07:00.4: extending delay after power-on from D3hot to 20 msec
[    0.292486] PCI: CLS 64 bytes, default 64
[    0.292494] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.292518] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.292519] pci 0000:00:00.2: PCI INT A: not connected
[    0.292521] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.292525] Trying to unpack rootfs image as initramfs...
[    0.292531] pci 0000:00:01.0: Adding to iommu group 0
[    0.292536] pci 0000:00:01.1: Adding to iommu group 1
[    0.292541] pci 0000:00:01.3: Adding to iommu group 2
[    0.292550] pci 0000:00:02.0: Adding to iommu group 3
[    0.292554] pci 0000:00:02.1: Adding to iommu group 4
[    0.292559] pci 0000:00:02.2: Adding to iommu group 5
[    0.292563] pci 0000:00:02.3: Adding to iommu group 6
[    0.292568] pci 0000:00:02.4: Adding to iommu group 7
[    0.292575] pci 0000:00:08.0: Adding to iommu group 8
[    0.292579] pci 0000:00:08.1: Adding to iommu group 8
[    0.292585] pci 0000:00:14.0: Adding to iommu group 9
[    0.292590] pci 0000:00:14.3: Adding to iommu group 9
[    0.292606] pci 0000:00:18.0: Adding to iommu group 10
[    0.292611] pci 0000:00:18.1: Adding to iommu group 10
[    0.292615] pci 0000:00:18.2: Adding to iommu group 10
[    0.292620] pci 0000:00:18.3: Adding to iommu group 10
[    0.292624] pci 0000:00:18.4: Adding to iommu group 10
[    0.292629] pci 0000:00:18.5: Adding to iommu group 10
[    0.292633] pci 0000:00:18.6: Adding to iommu group 10
[    0.292638] pci 0000:00:18.7: Adding to iommu group 10
[    0.292646] pci 0000:01:00.0: Adding to iommu group 11
[    0.292650] pci 0000:01:00.1: Adding to iommu group 11
[    0.292655] pci 0000:02:00.0: Adding to iommu group 12
[    0.292661] pci 0000:03:00.0: Adding to iommu group 13
[    0.292667] pci 0000:04:00.0: Adding to iommu group 14
[    0.292672] pci 0000:05:00.0: Adding to iommu group 15
[    0.292677] pci 0000:06:00.0: Adding to iommu group 16
[    0.292688] pci 0000:07:00.0: Adding to iommu group 8
[    0.292692] pci 0000:07:00.1: Adding to iommu group 8
[    0.292695] pci 0000:07:00.2: Adding to iommu group 8
[    0.292697] pci 0000:07:00.3: Adding to iommu group 8
[    0.292700] pci 0000:07:00.4: Adding to iommu group 8
[    0.292703] pci 0000:07:00.5: Adding to iommu group 8
[    0.292706] pci 0000:07:00.6: Adding to iommu group 8
[    0.294411] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.294412] AMD-Vi: Extended features (0x206d73ef22254ade): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.294416] AMD-Vi: Interrupt remapping enabled
[    0.294416] AMD-Vi: Virtual APIC enabled
[    0.294416] AMD-Vi: X2APIC enabled
[    0.302583] amd_uncore: 4  amd_df counters detected
[    0.302585] amd_uncore: 6  amd_l3 counters detected
[    0.302880] LVT offset 0 assigned for vector 0x400
[    0.303014] perf: AMD IBS detected (0x000003ff)
[    0.303017] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.304049] Initialise system trusted keyrings
[    0.304057] Key type blacklist registered
[    0.304084] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.304538] zbud: loaded
[    0.306955] Key type asymmetric registered
[    0.306957] Asymmetric key parser 'x509' registered
[    0.306961] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.306984] io scheduler mq-deadline registered
[    0.306986] io scheduler kyber registered
[    0.307001] io scheduler bfq registered
[    0.307195] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    0.307215] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.307324] pcieport 0000:00:01.3: PME: Signaling with IRQ 27
[    0.307398] pcieport 0000:00:02.1: PME: Signaling with IRQ 28
[    0.307468] pcieport 0000:00:02.2: PME: Signaling with IRQ 29
[    0.307479] pcieport 0000:00:02.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.307569] pcieport 0000:00:02.3: PME: Signaling with IRQ 30
[    0.307642] pcieport 0000:00:02.4: PME: Signaling with IRQ 31
[    0.307717] pcieport 0000:00:08.1: PME: Signaling with IRQ 32
[    0.307773] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.307788] efifb: probing for efifb
[    0.307801] efifb: showing boot graphics
[    0.310476] efifb: framebuffer at 0xfc10000000, using 14400k, total 14400k
[    0.310477] efifb: mode is 2560x1440x32, linelength=10240, pages=1
[    0.310478] efifb: scrolling: redraw
[    0.310478] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.310502] fbcon: Deferring console take-over
[    0.310502] fb0: EFI VGA frame buffer device
[    0.314560] ACPI: AC: AC Adapter [AC0] (off-line)
[    0.314601] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2c/PNP0C09:00/PNP0C0D:00/input/input0
[    0.314614] ACPI: button: Lid Switch [LID]
[    0.314627] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.314635] ACPI: button: Power Button [PWRB]
[    0.314647] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.314654] ACPI: button: Sleep Button [SLPB]
[    0.314686] Monitor-Mwait will be used to enter C-1 state
[    0.314688] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    0.314781] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    0.314894] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    0.314943] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    0.315016] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    0.315110] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    0.315193] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    0.315282] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    0.315343] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    0.315420] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    0.315481] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    0.315554] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    0.315638] ACPI: \_SB_.PLTF.P00C: Found 3 idle states
[    0.315704] ACPI: \_SB_.PLTF.P00D: Found 3 idle states
[    0.315781] ACPI: \_SB_.PLTF.P00E: Found 3 idle states
[    0.315864] ACPI: \_SB_.PLTF.P00F: Found 3 idle states
[    0.316288] ACPI: \_TZ_.THRM: Invalid passive threshold
[    0.316896] thermal LNXTHERM:00: registered as thermal_zone0
[    0.316899] ACPI: thermal: Thermal Zone [THRM] (68 C)
[    0.317134] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.317911] Non-volatile memory driver v1.3
[    0.317912] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.318487] ACPI: battery: Slot [BAT0] (battery present)
[    0.319660] nvme nvme0: pci function 0000:05:00.0
[    0.319690] nvme 0000:06:00.0: platform quirk: setting simple suspend
[    0.319719] nvme nvme1: pci function 0000:06:00.0
[    0.319801] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.319822] ehci-pci: EHCI PCI platform driver
[    0.319846] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.319847] ohci-pci: OHCI PCI platform driver
[    0.319852] uhci_hcd: USB Universal Host Controller Interface driver
[    0.319918] usbcore: registered new interface driver usbserial_generic
[    0.319924] usbserial: USB Serial support registered for generic
[    0.320112] rtc_cmos 00:01: RTC can wake from S4
[    0.320369] rtc_cmos 00:01: registered as rtc0
[    0.320447] rtc_cmos 00:01: setting system clock to 2021-09-02T09:26:08 UTC (1630574768)
[    0.320470] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.320769] ledtrig-cpu: registered to indicate activity on CPUs
[    0.320836] hid: raw HID events driver (C) Jiri Kosina
[    0.320961] drop_monitor: Initializing network drop monitor service
[    0.321004] Initializing XFRM netlink socket
[    0.321064] NET: Registered protocol family 10
[    0.327641] nvme nvme0: missing or invalid SUBNQN field.
[    0.327669] nvme nvme0: Shutdown timeout set to 8 seconds
[    0.347043] nvme nvme0: 16/0/0 default/read/poll queues
[    0.349866]  nvme0n1: p1 p2 p3 p4
[    0.396364] nvme nvme1: 16/0/0 default/read/poll queues
[    0.403011]  nvme1n1: p1 p2 p3 p4 p5 p6
[    0.450650] Freeing initrd memory: 74608K
[    0.455018] Segment Routing with IPv6
[    0.455021] RPL Segment Routing with IPv6
[    0.455042] NET: Registered protocol family 17
[    0.456472] microcode: CPU0: patch_level=0x0a50000c
[    0.456476] microcode: CPU1: patch_level=0x0a50000c
[    0.456513] microcode: CPU2: patch_level=0x0a50000c
[    0.456530] microcode: CPU3: patch_level=0x0a50000c
[    0.456552] microcode: CPU4: patch_level=0x0a50000c
[    0.456568] microcode: CPU5: patch_level=0x0a50000c
[    0.456589] microcode: CPU6: patch_level=0x0a50000c
[    0.456605] microcode: CPU7: patch_level=0x0a50000c
[    0.456624] microcode: CPU8: patch_level=0x0a50000c
[    0.456638] microcode: CPU9: patch_level=0x0a50000c
[    0.456660] microcode: CPU10: patch_level=0x0a50000c
[    0.456678] microcode: CPU11: patch_level=0x0a50000c
[    0.456702] microcode: CPU12: patch_level=0x0a50000c
[    0.456721] microcode: CPU13: patch_level=0x0a50000c
[    0.456741] microcode: CPU14: patch_level=0x0a50000c
[    0.456757] microcode: CPU15: patch_level=0x0a50000c
[    0.456762] microcode: Microcode Update Driver: v2.2.
[    0.457128] resctrl: L3 allocation detected
[    0.457130] resctrl: L3DATA allocation detected
[    0.457131] resctrl: L3CODE allocation detected
[    0.457131] resctrl: MB allocation detected
[    0.457132] resctrl: L3 monitoring detected
[    0.457135] IPI shorthand broadcast: enabled
[    0.457145] sched_clock: Marking stable (456810247, 304813)->(468372926, -11257866)
[    0.457480] registered taskstats version 1
[    0.457489] Loading compiled-in X.509 certificates
[    0.459866] Loaded X.509 cert 'Build time autogenerated kernel key: 907cfbedfbeb3d0d9cd58b4833914b9c12c54c8a'
[    0.460372] zswap: loaded using pool lz4/z3fold
[    0.460703] Key type ._fscrypt registered
[    0.460704] Key type .fscrypt registered
[    0.460705] Key type fscrypt-provisioning registered
[    0.460929] PM:   Magic number: 5:495:423
[    0.461132] RAS: Correctable Errors collector initialized.
[    0.461673] Freeing unused decrypted memory: 2036K
[    0.461839] Freeing unused kernel image (initmem) memory: 1796K
[    0.492589] Write protecting the kernel read-only data: 26624k
[    0.493286] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.493664] Freeing unused kernel image (rodata/data gap) memory: 1156K
[    0.514511] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.514516] rodata_test: all tests were successful
[    0.514536] Run /init as init process
[    0.514537]   with arguments:
[    0.514537]     /init
[    0.514539]   with environment:
[    0.514539]     HOME=/
[    0.514540]     TERM=linux
[    0.514541]     BOOT_IMAGE=/vmlinuz-linux
[    0.514541]     cryptdevice=UUID=7555b0a1-7cfe-4ecd-afa9-5bfdd162a403:cryptroot
[    0.527611] fbcon: Taking over console
[    0.527664] Console: switching to colour frame buffer device 160x45
[    0.539014] Linux agpgart interface v0.103
[    0.644077] [drm] amdgpu kernel modesetting enabled.
[    0.644095] vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    0.644359] ATPX version 1, functions 0x00000001
[    0.644387] ATPX Hybrid Graphics
[    0.644509] amdgpu: Virtual CRAT table created for CPU
[    0.644523] amdgpu: Topology: Add CPU node
[    0.644584] checking generic (fc10000000 e10000) vs hw (fc10000000 10000000)
[    0.644585] fb0: switching to amdgpudrmfb from EFI VGA
[    0.644685] Console: switching to colour dummy device 80x25
[    0.644719] amdgpu 0000:07:00.0: vgaarb: deactivate vga console
[    0.644761] amdgpu 0000:07:00.0: enabling device (0006 -> 0007)
[    0.644837] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x1622 0xC4).
[    0.644839] amdgpu 0000:07:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    0.644907] [drm] register mmio base: 0xFC500000
[    0.644908] [drm] register mmio size: 524288
[    0.644909] [drm] PCIE atomic ops is not supported
[    0.645991] [drm] add ip block number 0 <soc15_common>
[    0.645993] [drm] add ip block number 1 <gmc_v9_0>
[    0.645993] [drm] add ip block number 2 <vega10_ih>
[    0.645994] [drm] add ip block number 3 <psp>
[    0.645995] [drm] add ip block number 4 <smu>
[    0.645996] [drm] add ip block number 5 <gfx_v9_0>
[    0.645996] [drm] add ip block number 6 <sdma_v4_0>
[    0.645997] [drm] add ip block number 7 <dm>
[    0.645998] [drm] add ip block number 8 <vcn_v2_0>
[    0.645998] [drm] add ip block number 9 <jpeg_v2_0>
[    0.646007] amdgpu 0000:07:00.0: amdgpu: Fetched VBIOS from VFCT
[    0.646009] amdgpu: ATOM BIOS: 113-CEZANNE-018
[    0.646045] [drm] VCN decode is enabled in VM mode
[    0.646045] [drm] VCN encode is enabled in VM mode
[    0.646046] [drm] JPEG decode is enabled in VM mode
[    0.646065] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    0.646069] amdgpu 0000:07:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    0.646071] amdgpu 0000:07:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    0.646071] amdgpu 0000:07:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    0.646075] [drm] Detected VRAM RAM=512M, BAR=512M
[    0.646076] [drm] RAM width 128bits DDR4
[    0.646102] [drm] amdgpu: 512M of VRAM memory ready
[    0.646103] [drm] amdgpu: 3072M of GTT memory ready.
[    0.646105] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    0.646220] [drm] PCIE GART of 1024M enabled.
[    0.646221] [drm] PTB located at 0x000000F400900000
[    0.648100] [drm] Loading DMUB firmware via PSP: version=0x01010019
[    0.648158] [drm] Found VCN firmware Version ENC: 1.14 DEC: 5 VEP: 0 Revision: 20
[    0.648164] [drm] PSP loading VCN firmware
[    1.316497] tsc: Refined TSC clocksource calibration: 3293.812 MHz
[    1.316503] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f7a76a4ebd, max_idle_ns: 440795230158 ns
[    1.316864] clocksource: Switched to clocksource tsc
[    1.385880] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    1.475050] amdgpu 0000:07:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    1.484380] amdgpu 0000:07:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    1.484383] amdgpu 0000:07:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    1.485841] amdgpu 0000:07:00.0: amdgpu: SMU is initialized successfully!
[    1.487204] [drm] kiq ring mec 2 pipe 1 q 0
[    1.487897] [drm] Display Core initialized with v3.2.132!
[    1.488346] [drm] DMUB hardware initialized: version=0x01010019
[    1.664963] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    1.664985] [drm] JPEG decode initialized successfully.
[    1.666298] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    1.666430] amdgpu: Virtual CRAT table created for GPU
[    1.666895] amdgpu: Topology: Add dGPU node [0x1638:0x1002]
[    1.666898] kfd kfd: amdgpu: added device 1002:1638
[    1.666900] amdgpu 0000:07:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 18, active_cu_number 28
[    1.669561] [drm] fb mappable at 0x3F0CD2000
[    1.669564] [drm] vram apper at 0x3F0000000
[    1.669565] [drm] size 14745600
[    1.669566] [drm] fb depth is 24
[    1.669566] [drm]    pitch is 10240
[    1.669758] fbcon: amdgpudrmfb (fb0) is primary device
[    2.546561] Console: switching to colour frame buffer device 160x45
[    2.554690] amdgpu 0000:07:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    2.690892] amdgpu 0000:07:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    2.690901] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    2.690904] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    2.690906] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    2.690908] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    2.690910] amdgpu 0000:07:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    2.690911] amdgpu 0000:07:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    2.690913] amdgpu 0000:07:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    2.690915] amdgpu 0000:07:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    2.690917] amdgpu 0000:07:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    2.690920] amdgpu 0000:07:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    2.690922] amdgpu 0000:07:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    2.690924] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    2.690926] amdgpu 0000:07:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    2.690928] amdgpu 0000:07:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    2.698834] [drm] Initialized amdgpu 3.41.0 20150101 for 0000:07:00.0 on minor 0
[    2.721313] nvidia: loading out-of-tree module taints kernel.
[    2.721322] nvidia: module license 'NVIDIA' taints kernel.
[    2.721324] Disabling lock debugging due to kernel taint
[    2.742835] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    2.758213] nvidia-nvlink: Nvlink Core is being initialized, major device number 234

[    2.759152] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[    2.759309] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    2.807687] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  470.63.01  Tue Aug  3 20:44:16 UTC 2021
[    2.812336] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  470.63.01  Tue Aug  3 20:30:55 UTC 2021
[    2.813998] nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
[    2.821784] nvidia-uvm: Loaded the UVM driver, major device number 510.
[    2.823246] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    2.823251] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[    2.868797] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.869124] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:00/input/input3
[    2.874821] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    2.881679] xhci_hcd 0000:07:00.3: xHCI Host Controller
[    2.881688] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 1
[    2.881813] xhci_hcd 0000:07:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    2.882260] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    2.882262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.882265] usb usb1: Product: xHCI Host Controller
[    2.882266] usb usb1: Manufacturer: Linux 5.13.13-arch1-1 xhci-hcd
[    2.882267] usb usb1: SerialNumber: 0000:07:00.3
[    2.882511] hub 1-0:1.0: USB hub found
[    2.882522] hub 1-0:1.0: 4 ports detected
[    2.883297] ccp 0000:07:00.2: enabling device (0000 -> 0002)
[    2.883365] sdhci: Secure Digital Host Controller Interface driver
[    2.883368] sdhci: Copyright(c) Pierre Ossman
[    2.883737] ccp 0000:07:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    2.883958] xhci_hcd 0000:07:00.3: xHCI Host Controller
[    2.883990] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 2
[    2.884004] xhci_hcd 0000:07:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    2.884039] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.884053] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    2.884055] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.884056] usb usb2: Product: xHCI Host Controller
[    2.884057] usb usb2: Manufacturer: Linux 5.13.13-arch1-1 xhci-hcd
[    2.884058] usb usb2: SerialNumber: 0000:07:00.3
[    2.884330] hub 2-0:1.0: USB hub found
[    2.884339] hub 2-0:1.0: 2 ports detected
[    2.884990] xhci_hcd 0000:07:00.4: xHCI Host Controller
[    2.885006] xhci_hcd 0000:07:00.4: new USB bus registered, assigned bus number 3
[    2.885137] xhci_hcd 0000:07:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    2.885738] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
[    2.885744] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.885746] usb usb3: Product: xHCI Host Controller
[    2.885748] usb usb3: Manufacturer: Linux 5.13.13-arch1-1 xhci-hcd
[    2.885750] usb usb3: SerialNumber: 0000:07:00.4
[    2.885941] hub 3-0:1.0: USB hub found
[    2.885950] hub 3-0:1.0: 4 ports detected
[    2.886369] cryptd: max_cpu_qlen set to 1000
[    2.886433] xhci_hcd 0000:07:00.4: xHCI Host Controller
[    2.886456] xhci_hcd 0000:07:00.4: new USB bus registered, assigned bus number 4
[    2.886504] xhci_hcd 0000:07:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    2.886567] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.886608] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
[    2.886613] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.886616] usb usb4: Product: xHCI Host Controller
[    2.886618] usb usb4: Manufacturer: Linux 5.13.13-arch1-1 xhci-hcd
[    2.886620] usb usb4: SerialNumber: 0000:07:00.4
[    2.886892] hub 4-0:1.0: USB hub found
[    2.886900] hub 4-0:1.0: 2 ports detected
[    2.887739] sdhci-pci 0000:02:00.0: SDHCI controller found [17a0:9755] (rev 0)
[    2.887763] sdhci-pci 0000:02:00.0: enabling device (0000 -> 0002)
[    2.888808] mmc0: SDHCI controller on PCI [0000:02:00.0] using ADMA 64-bit
[    2.892754] AVX2 version of gcm_enc/dec engaged.
[    2.892828] AES CTR mode by8 optimization enabled
[    2.895181] ccp 0000:07:00.2: tee enabled
[    2.895198] ccp 0000:07:00.2: psp enabled
[    2.900380] random: fast init done
[    2.946171] device-mapper: uevent: version 1.0.3
[    2.946265] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[    2.952425] Key type encrypted registered
[    2.958171] random: cryptsetup: uninitialized urandom read (4 bytes read)
[    2.962065] random: cryptsetup: uninitialized urandom read (4 bytes read)
[    3.133220] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    3.133243] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    3.296583] usb 1-3: New USB device found, idVendor=0b05, idProduct=19b6, bcdDevice= 0.02
[    3.296594] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.296598] usb 1-3: Product: N-KEY Device
[    3.296600] usb 1-3: Manufacturer: ASUSTeK Computer Inc.
[    3.296719] usb 3-3: New USB device found, idVendor=27c6, idProduct=521d, bcdDevice= 1.00
[    3.296727] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.296730] usb 3-3: Product: FingerPrint
[    3.296733] usb 3-3: Manufacturer: Goodix
[    3.326899] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input4
[    3.327167] input: ASUSTeK Computer Inc. N-KEY Device Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input5
[    3.383585] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input6
[    3.383780] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input7
[    3.384312] hid-generic 0003:0B05:19B6.0001: input,hiddev96,hidraw0: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input0
[    3.400401] hid-generic 0003:0B05:19B6.0002: hiddev97,hidraw1: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input1
[    3.407108] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.2/0003:0B05:19B6.0003/input/input8
[    3.440064] usb 1-4: new high-speed USB device number 3 using xhci_hcd
[    3.463996] hid-generic 0003:0B05:19B6.0003: input,hidraw2: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input2
[    3.464088] usbcore: registered new interface driver usbhid
[    3.464095] usbhid: USB HID core driver
[    3.470249] asus_wmi: ASUS WMI generic driver loaded
[    3.585665] usb 1-4: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
[    3.585675] usb 1-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    3.585678] usb 1-4: Product: Wireless_Device
[    3.585681] usb 1-4: Manufacturer: MediaTek Inc.
[    3.585682] usb 1-4: SerialNumber: 000000000
[    3.638796] asus 0003:0B05:19B6.0001: Asus initialise N-KEY Device
[    3.653337] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0001/input/input9
[    3.710736] asus 0003:0B05:19B6.0001: input,hiddev96,hidraw0: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input0
[    3.712074] asus 0003:0B05:19B6.0002: hiddev97,hidraw1: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input1
[    3.712081] asus 0003:0B05:19B6.0002: Asus input not registered
[    3.712288] asus: probe of 0003:0B05:19B6.0002 failed with error -12
[    3.811512] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:07:00.3/usb1/1-3/1-3:1.2/0003:0B05:19B6.0003/input/input10
[    3.867137] asus 0003:0B05:19B6.0003: input,hidraw1: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:07:00.3-3/input2
[   15.107685] random: cryptsetup: uninitialized urandom read (2 bytes read)
[   15.133774] random: cryptsetup: uninitialized urandom read (4 bytes read)
[   17.666008] random: crng init done
[   21.608431] PM: Image not found (code -22)
[   22.168049] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[   22.278716] systemd[1]: systemd 249.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[   22.293578] systemd[1]: Detected architecture x86-64.
[   22.294395] systemd[1]: Hostname set to <talos>.
[   22.424902] systemd[1]: Queued start job for default target Graphical Interface.
[   22.426641] systemd[1]: Created slice Slice /system/getty.
[   22.426888] systemd[1]: Created slice Slice /system/modprobe.
[   22.427085] systemd[1]: Created slice Cryptsetup Units Slice.
[   22.427192] systemd[1]: Created slice Slice /system/systemd-fsck.
[   22.427285] systemd[1]: Created slice User and Session Slice.
[   22.427326] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   22.427346] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   22.427472] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   22.427523] systemd[1]: Reached target Path Units.
[   22.427531] systemd[1]: Reached target Remote File Systems.
[   22.427537] systemd[1]: Reached target Slice Units.
[   22.427554] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[   22.427588] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   22.427660] systemd[1]: Listening on LVM2 poll daemon socket.
[   22.428696] systemd[1]: Listening on Process Core Dump Socket.
[   22.428819] systemd[1]: Listening on Journal Audit Socket.
[   22.428877] systemd[1]: Listening on Journal Socket (/dev/log).
[   22.428933] systemd[1]: Listening on Journal Socket.
[   22.429017] systemd[1]: Listening on udev Control Socket.
[   22.429052] systemd[1]: Listening on udev Kernel Socket.
[   22.429789] systemd[1]: Mounting Huge Pages File System...
[   22.430373] systemd[1]: Mounting POSIX Message Queue File System...
[   22.431218] systemd[1]: Mounting Kernel Debug File System...
[   22.431930] systemd[1]: Mounting Kernel Trace File System...
[   22.432748] systemd[1]: Starting Create List of Static Device Nodes...
[   22.433365] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   22.434155] systemd[1]: Starting Load Kernel Module configfs...
[   22.434962] systemd[1]: Starting Load Kernel Module drm...
[   22.435383] systemd[1]: Starting Load Kernel Module fuse...
[   22.436204] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   22.436288] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   22.439147] systemd[1]: Starting Journal Service...
[   22.442132] systemd[1]: Starting Load Kernel Modules...
[   22.445986] systemd[1]: Starting Remount Root and Kernel File Systems...
[   22.446041] fuse: init (API version 7.34)
[   22.446098] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[   22.447658] systemd[1]: Starting Coldplug All udev Devices...
[   22.449458] systemd[1]: Mounted Huge Pages File System.
[   22.449546] systemd[1]: Mounted POSIX Message Queue File System.
[   22.449590] systemd[1]: Mounted Kernel Debug File System.
[   22.449633] systemd[1]: Mounted Kernel Trace File System.
[   22.449984] systemd[1]: Finished Create List of Static Device Nodes.
[   22.450376] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   22.450592] systemd[1]: Finished Load Kernel Module configfs.
[   22.450951] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   22.451167] systemd[1]: Finished Load Kernel Module drm.
[   22.451292] audit: type=1130 audit(1630574790.626:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.451297] audit: type=1131 audit(1630574790.626:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.451449] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   22.451691] systemd[1]: Finished Load Kernel Module fuse.
[   22.451846] audit: type=1130 audit(1630574790.626:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.451851] audit: type=1131 audit(1630574790.626:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.452987] EXT4-fs (dm-0): re-mounted. Opts: (null). Quota mode: none.
[   22.453656] systemd[1]: Mounting FUSE Control File System...
[   22.454518] asuswmisensors: ASUSHW GUID not found
[   22.454996] systemd[1]: Mounting Kernel Configuration File System...
[   22.455981] systemd[1]: Finished Remount Root and Kernel File Systems.
[   22.456063] audit: type=1130 audit(1630574790.629:6): 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'
[   22.456220] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[   22.457358] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   22.458274] systemd[1]: Starting Load/Save Random Seed...
[   22.458697] systemd[1]: Starting Create System Users...
[   22.459396] systemd[1]: Mounted FUSE Control File System.
[   22.459466] systemd[1]: Mounted Kernel Configuration File System.
[   22.477681] systemd[1]: Finished Load/Save Random Seed.
[   22.477765] audit: type=1130 audit(1630574790.653:7): 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'
[   22.477845] systemd[1]: Condition check resulted in First Boot Complete being skipped.
[   22.482169] systemd[1]: Started Journal Service.
[   22.482261] audit: type=1130 audit(1630574790.656: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'
[   22.488401] audit: type=1130 audit(1630574790.663:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.488482] systemd-journald[745]: Received client request to flush runtime journal.
[   22.496972] systemd-journald[745]: File /var/log/journal/523cf57df0c44f35bc9dad1f42449bb7/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   22.505061] audit: type=1130 audit(1630574790.679:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.510628] audit: type=1130 audit(1630574790.686:11): 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'
[   22.610608] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input11
[   22.679716] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   22.679720] RAPL PMU: hw unit of domain package 2^-16 Joules
[   22.680512] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xff00, revision 15
[   22.680518] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   22.680589] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xff20
[   22.682426] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   22.682428] snd_rn_pci_acp3x 0000:07:00.5: enabling device (0000 -> 0002)
[   22.682509] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[   22.682515] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[   22.683410] input: PC Speaker as /devices/platform/pcspkr/input/input12
[   22.699134] input: ASUE1209:00 04F3:319F Mouse as /devices/platform/AMDI0010:03/i2c-1/i2c-ASUE1209:00/0018:04F3:319F.0004/input/input13
[   22.699205] input: ASUE1209:00 04F3:319F Touchpad as /devices/platform/AMDI0010:03/i2c-1/i2c-ASUE1209:00/0018:04F3:319F.0004/input/input14
[   22.699245] hid-generic 0018:04F3:319F.0004: input,hidraw2: I2C HID v1.00 Mouse [ASUE1209:00 04F3:319F] on i2c-ASUE1209:00
[   22.703457] libphy: r8169: probed
[   22.703632] r8169 0000:03:00.0 eth0: RTL8168h/8111h, 7c:10:c9:24:e8:a5, XID 541, IRQ 100
[   22.703636] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[   22.713733] i8042: PNP: No PS/2 controller found.
[   22.714642] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   22.721860] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   22.722998] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   22.723004] cfg80211: failed to load regulatory.db
[   22.785420] asus_wmi: Initialization: 0x1
[   22.785525] asus_wmi: BIOS WMI version: 9.0
[   22.786693] asus_wmi: SFUN value: 0x21
[   22.786734] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[   22.786743] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[   22.796572] kvm: Nested Virtualization enabled
[   22.796590] SVM: kvm: Nested Paging enabled
[   22.796639] SVM: Virtual VMLOAD VMSAVE supported
[   22.796641] SVM: Virtual GIF supported
[   22.801114] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input15
[   22.816459] ACPI: battery: new extension: ASUS Battery Extension
[   22.848540] MCE: In-kernel MCE decoding enabled.
[   22.850762] Adding 4177916k swap on /dev/mapper/cryptswap.  Priority:-2 extents:1 across:4177916k SSFS
[   23.057119] r8169 0000:03:00.0 enp3s0: renamed from eth0
[   23.092933] mt7921e 0000:04:00.0: enabling device (0000 -> 0002)
[   23.093342] mt7921e 0000:04:00.0: disabling ASPM  L1
[   23.093385] mt7921e 0000:04:00.0: ASIC revision: 79610010
[   23.102702] intel_rapl_common: Found RAPL domain package
[   23.102709] intel_rapl_common: Found RAPL domain core
[   23.146442] input: ASUE1209:00 04F3:319F Mouse as /devices/platform/AMDI0010:03/i2c-1/i2c-ASUE1209:00/0018:04F3:319F.0004/input/input16
[   23.146784] input: ASUE1209:00 04F3:319F Touchpad as /devices/platform/AMDI0010:03/i2c-1/i2c-ASUE1209:00/0018:04F3:319F.0004/input/input17
[   23.147089] hid-multitouch 0018:04F3:319F.0004: input,hidraw2: I2C HID v1.00 Mouse [ASUE1209:00 04F3:319F] on i2c-ASUE1209:00
[   23.201772] mt7921e 0000:04:00.0: HW/SW Version: 0x8a108a10, Build Time: 20210612122717a

[   23.261166] mousedev: PS/2 mouse device common for all mice
[   23.263631] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[   23.263841] snd_hda_intel 0000:01:00.1: Disabling MSI
[   23.263855] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   23.264087] snd_hda_intel 0000:07:00.1: enabling device (0000 -> 0002)
[   23.264266] snd_hda_intel 0000:07:00.1: Handle vga_switcheroo audio client
[   23.271814] snd_hda_intel 0000:07:00.1: bound 0000:07:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[   23.281966] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:07:00.1/sound/card1/input18
[   23.282297] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input19
[   23.282469] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input20
[   23.282523] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input21
[   23.282565] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input22
[   23.282594] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input23
[   23.390938] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC285: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   23.390951] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   23.390955] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   23.390959] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[   23.390961] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[   23.390963] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x13
[   23.390966] snd_hda_codec_realtek hdaudioC2D0:      Mic=0x19
[   23.390968] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[   23.461665] mt7921e 0000:04:00.0: WM Firmware Version: ____010000, Build Time: 20210612122753
[   23.479213] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card2/input24
[   23.479437] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card2/input25
[   23.490289] mt7921e 0000:04:00.0: Firmware init done
[   23.996725] Bluetooth: Core ver 2.22
[   23.996802] NET: Registered protocol family 31
[   23.996805] Bluetooth: HCI device and connection manager initialized
[   23.996812] Bluetooth: HCI socket layer initialized
[   23.996816] Bluetooth: L2CAP socket layer initialized
[   23.996824] Bluetooth: SCO socket layer initialized
[   24.184000] usbcore: registered new interface driver btusb
[   24.390551] mt7921e 0000:04:00.0 wlp4s0: renamed from wlan0
[   26.530928] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[   26.846769] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[   27.046864] r8169 0000:03:00.0 enp3s0: Link is Down
[   27.763894] kauditd_printk_skb: 43 callbacks suppressed
[   27.763901] audit: type=1130 audit(1630574795.939:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.397937] audit: type=1131 audit(1630574797.573:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   35.702741] wlp4s0: authenticate with 20:9a:7d:dd:e0:36
[   35.709689] wlp4s0: send auth to 20:9a:7d:dd:e0:36 (try 1/3)
[   35.712832] wlp4s0: authenticated
[   35.716561] wlp4s0: associate with 20:9a:7d:dd:e0:36 (try 1/3)
[   35.730253] wlp4s0: RX AssocResp from 20:9a:7d:dd:e0:36 (capab=0x1411 status=0 aid=2)
[   35.748411] wlp4s0: associated
[   37.021181] audit: type=1131 audit(1630574805.196:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.563926] audit: type=1100 audit(1630574806.739:58): pid=1222 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="jonas" exe="/usr/bin/login" hostname=talos addr=? terminal=/dev/tty1 res=success'
[   38.568946] audit: type=1101 audit(1630574806.743:59): pid=1222 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/login" hostname=talos addr=? terminal=/dev/tty1 res=success'
[   38.571838] audit: type=1103 audit(1630574806.746:60): pid=1222 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="jonas" exe="/usr/bin/login" hostname=talos addr=? terminal=/dev/tty1 res=success'
[   38.571951] audit: type=1006 audit(1630574806.746:61): pid=1222 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   38.571958] audit: type=1300 audit(1630574806.746:61): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7fff702509f0 a2=4 a3=3e8 items=0 ppid=1 pid=1222 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
[   38.571960] audit: type=1327 audit(1630574806.746:61): proctitle=2F62696E2F6C6F67696E002D70002D2D
[   38.601298] audit: type=1130 audit(1630574806.776:62): 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'
[   38.615405] audit: type=1101 audit(1630574806.789:63): pid=1453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.615418] audit: type=1103 audit(1630574806.789:64): pid=1453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="jonas" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   38.742699] systemd-journald[745]: File /var/log/journal/523cf57df0c44f35bc9dad1f42449bb7/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   39.025528] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[   52.014200] kauditd_printk_skb: 12 callbacks suppressed
[   52.014206] audit: type=1131 audit(1630574820.189:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   56.806394] audit: type=1131 audit(1630574824.979:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   56.930353] audit: type=1334 audit(1630574825.106:75): prog-id=23 op=UNLOAD
[   56.930368] audit: type=1334 audit(1630574825.106:76): prog-id=22 op=UNLOAD
[   56.930374] audit: type=1334 audit(1630574825.106:77): prog-id=21 op=UNLOAD
[   57.163809] audit: type=1130 audit(1630574825.339:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   60.917562] ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210331/nsarguments-61)
[   65.081371] audit: type=1334 audit(1630574833.256:79): prog-id=25 op=LOAD
[   65.081496] audit: type=1334 audit(1630574833.256:80): prog-id=26 op=LOAD
[   65.108995] audit: type=1130 audit(1630574833.283:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   65.131857] audit: type=1130 audit(1630574833.306:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   65.138480] audit: type=1130 audit(1630574833.313:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   65.166910] audit: type=1130 audit(1630574833.343:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   65.229361] audit: type=1130 audit(1630574833.403:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=geoclue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   65.292178] audit: type=1130 audit(1630574833.466:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   65.605141] audit: type=1334 audit(1630574833.779:87): prog-id=27 op=LOAD
[   65.605442] audit: type=1334 audit(1630574833.779:88): prog-id=28 op=LOAD
[   65.692801] rfkill: input handler disabled
[   70.310351] kauditd_printk_skb: 8 callbacks suppressed
[   70.310356] audit: type=1334 audit(1630574838.486:97): prog-id=33 op=LOAD
[   70.310701] audit: type=1334 audit(1630574838.486:98): prog-id=34 op=LOAD
[   70.310842] audit: type=1334 audit(1630574838.486:99): prog-id=35 op=LOAD
[   70.352107] audit: type=1130 audit(1630574838.526:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   78.403738] audit: type=1130 audit(1630574846.579:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   89.010710] audit: type=1131 audit(1630574857.186:102): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   95.711445] audit: type=1131 audit(1630574863.886:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   95.765783] audit: type=1131 audit(1630574863.939:104): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-localed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   95.830235] audit: type=1334 audit(1630574864.006:105): prog-id=29 op=UNLOAD
[   95.830250] audit: type=1334 audit(1630574864.006:106): prog-id=28 op=UNLOAD
[   95.830254] audit: type=1334 audit(1630574864.006:107): prog-id=27 op=UNLOAD
[   96.024009] audit: type=1334 audit(1630574864.203:108): prog-id=32 op=UNLOAD
[   96.024025] audit: type=1334 audit(1630574864.203:109): prog-id=31 op=UNLOAD
[   96.024029] audit: type=1334 audit(1630574864.203:110): prog-id=30 op=UNLOAD
[  100.388289] audit: type=1131 audit(1630574868.563:111): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timedated comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  100.419005] audit: type=1334 audit(1630574868.596:112): prog-id=35 op=UNLOAD
[  104.559224] kauditd_printk_skb: 2 callbacks suppressed
[  104.559229] audit: type=1100 audit(1630574872.775:115): pid=2647 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="jonas" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  104.562137] audit: type=1101 audit(1630574872.778:116): pid=2647 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  104.563750] audit: type=1110 audit(1630574872.778:117): pid=2647 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'
[  104.566389] audit: type=1105 audit(1630574872.782:118): pid=2647 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'
[  104.591569] audit: type=1106 audit(1630574872.809:119): pid=2647 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'
[  104.591673] audit: type=1104 audit(1630574872.809:120): pid=2647 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'
[  112.784468] audit: type=1101 audit(1630574881.042:121): pid=2667 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="jonas" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  112.785169] audit: type=1110 audit(1630574881.042:122): pid=2667 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  112.786751] audit: type=1105 audit(1630574881.042:123): pid=2667 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'

I will let you know if I find any other bugs like suspend and compositors not working.

Offline

Board footer

Powered by FluxBB