You are not logged in.

#1 2023-01-21 11:05:10

mrpinkolik
Member
Registered: 2023-01-21
Posts: 20

Laptop HDMI external display not being detected

Hello!
I have a laptop with following configuration:

00:02.0 VGA compatible controller: Intel Corporation Alder Lake-P Integrated Graphics Controller (rev 0c)
01:00.0 3D controller: NVIDIA Corporation GA107M [GeForce RTX 3050 Mobile] (rev a1)

I am having trouble connecting an external monitor to my laptop via the HDMI port. The monitor is not being detected for some reason.
I know that the cable and monitor are in working condition because the GRUB menu is displayed on both the laptop display and external display while the laptop is booting up.
However, as soon as it boots into LightDM, the second display stops working.
I have tried following the guide at https://wiki.archlinux.org/index.php/NV … phics_only, and it appeared that everything was set up correctly, as glxinfo showed that the NVIDIA GPU was in use.
However, there was still no display in the NVIDIA settings. Can you suggest any other solutions that I can try to fix this issue?
Thank you.

Offline

#2 2023-01-21 14:55:05

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: Laptop HDMI external display not being detected

xrandr -q
xrandr --listproviders

You'll have to use the IGP in some way, since the GPU is a 3D Controller and won't have a CRTC.

Offline

#3 2023-01-21 15:26:33

mrpinkolik
Member
Registered: 2023-01-21
Posts: 20

Re: Laptop HDMI external display not being detected

seth wrote:
xrandr -q
xrandr --listproviders

You'll have to use the IGP in some way, since the GPU is a 3D Controller and won't have a CRTC.

Hello! Thank you for your reply, here's output of those commands.

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP-1-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 381mm x 214mm
   1920x1080    144.00*+  60.01    59.97    59.96    60.08    59.93  
   1680x1050     59.95    59.88  
   1400x1050     74.76    59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     85.02    75.02    60.02  
   1400x900      59.96    59.88  
   1280x960      85.00    60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      75.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      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       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       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  
DP-1-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-1 disconnected (normal left inverted right x axis y axis)
DP-1-2 disconnected (normal left inverted right x axis y axis)
DP-1-3 disconnected (normal left inverted right x axis y axis)
DP-1-4 disconnected (normal left inverted right x axis y axis)
Providers: number : 2
Provider 0: id: 0x1b7 cap: 0x1, Source Output crtcs: 0 outputs: 0 associated providers: 1 name:NVIDIA-0
Provider 1: id: 0x1e0 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 6 associated providers: 1 name:modesetting

P.S. Also after setting my laptop to use NVIDIA Graphics only, my wallpaper image reset to a default one, I don't know if it's related to my problem. Anyway, I hope this will help

Offline

#4 2023-01-21 15:31:23

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: Laptop HDMI external display not being detected

Provider 0: id: 0x1b7 cap: 0x1, Source Output crtcs: 0 outputs: 0 associated providers: 1 name:NVIDIA-0

Did you see the blue note in the wiki?
https://wiki.archlinux.org/title/NVIDIA … n_Xorg.log
The correct output name is likely HDMI-1-1, but you want to see which of them actually has an edid in /sys/class/drm/card0-*/edid
Also, just to be sure, make sure to enable modesetting, https://wiki.archlinux.org/title/NVIDIA … de_setting

Offline

#5 2023-01-21 16:05:04

mrpinkolik
Member
Registered: 2023-01-21
Posts: 20

Re: Laptop HDMI external display not being detected

seth wrote:

Provider 0: id: 0x1b7 cap: 0x1, Source Output crtcs: 0 outputs: 0 associated providers: 1 name:NVIDIA-0

Did you see the blue note in the wiki?
https://wiki.archlinux.org/title/NVIDIA … n_Xorg.log
The correct output name is likely HDMI-1-1, but you want to see which of them actually has an edid in /sys/class/drm/card0-*/edid
Also, just to be sure, make sure to enable modesetting, https://wiki.archlinux.org/title/NVIDIA … de_setting

Okay, so I did what you said and LightDM failed to start. Here's my logs and configurations.

LightDM log

[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.32.0, UID=0 PID=1323
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /var/lib/flatpak/exports/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Registered seat module local
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
[+0.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
[+0.00s] DEBUG: Monitoring logind for seats
[+0.00s] DEBUG: New seat added from logind: seat0
[+0.00s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.00s] DEBUG: Seat seat0 has property CanMultiSession=no
[+0.00s] DEBUG: Seat seat0: Starting
[+0.00s] DEBUG: Seat seat0: Creating greeter session
[+0.00s] DEBUG: Seat seat0: Creating display server of type x
[+0.00s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.00s] DEBUG: Using VT 7
[+0.00s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.00s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.00s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+0.00s] DEBUG: XServer 0: Launching X Server
[+0.00s] DEBUG: Launching process 1329: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.00s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+0.00s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.01s] WARNING: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
[+0.01s] DEBUG: Loading user config from /etc/lightdm/users.conf
[+0.01s] DEBUG: User pinkolik added
[+0.01s] DEBUG: Process 1329 exited with return value 1
[+0.01s] DEBUG: XServer 0: X server stopped
[+0.01s] DEBUG: Releasing VT 7
[+0.01s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
[+0.01s] DEBUG: Seat seat0: Display server stopped
[+0.01s] DEBUG: Seat seat0: Stopping session
[+0.01s] DEBUG: Seat seat0: Session stopped
[+0.01s] DEBUG: Seat seat0: Stopping display server, no sessions require it
[+0.01s] DEBUG: Seat seat0: Stopping; greeter display server failed to start
[+0.01s] DEBUG: Seat seat0: Stopping
[+0.01s] DEBUG: Seat seat0: Stopped
[+0.01s] DEBUG: Required seat has stopped
[+0.01s] DEBUG: Stopping display manager
[+0.01s] DEBUG: Display manager stopped
[+0.01s] DEBUG: Stopping daemon
[+0.01s] DEBUG: Exiting with return value 1

Xorg log

[    24.125] 
X.Org X Server 1.21.1.6
X Protocol Version 11, Revision 0
[    24.125] Current Operating System: Linux arch-pc 6.1.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 18 Jan 2023 19:54:38 +0000 x86_64
[    24.125] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm root=/dev/vg/root loglevel=3 quiet ibt=off ipv6.disable=1 nvidia_drm.modeset=1
[    24.125]  
[    24.125] Current version of pixman: 0.42.2
[    24.125] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    24.125] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    24.125] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 21 20:49:31 2023
[    24.125] (==) Using config file: "/etc/X11/xorg.conf"
[    24.125] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    24.125] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    24.125] Parse error on line 6 of section Device in file /etc/X11/xorg.conf
	This section must have an Identifier line.
[    24.125] (EE) Problem parsing the config file
[    24.125] (EE) Error parsing the config file
[    24.125] (EE) 
Fatal server error:
[    24.125] (EE) no screens found(EE) 
[    24.125] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    24.125] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    24.125] (EE) 
[    24.125] (EE) Server terminated with error (1). Closing log file.

xorg.conf

Section "Device"
       	Option		"ConnectedMonitor" "CRT-0"
       	Option		"CustomEDID" "CRT-0:/sys/class/drm/card1-HDMI-A-1/edid"
	Option		"IgnoreEDID" "false"
	Option		"UseEDID" "true"
EndSection

display_setup.sh

#!/bin/sh
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto

lightdm.conf

#
# General configuration
#
# start-default-seat = True to always start one seat if none are defined in the configuration
# greeter-user = User to run greeter as
# minimum-display-number = Minimum display number to use for X servers
# minimum-vt = First VT to run displays on
# lock-memory = True to prevent memory from being paged to disk
# user-authority-in-system-dir = True if session authority should be in the system location
# guest-account-script = Script to be run to setup guest account
# logind-check-graphical = True to on start seats that are marked as graphical by logind
# log-directory = Directory to log information to
# run-directory = Directory to put running state in
# cache-directory = Directory to cache to
# sessions-directory = Directory to find sessions
# remote-sessions-directory = Directory to find remote sessions
# greeters-directory = Directory to find greeters
# backup-logs = True to move add a .old suffix to old log files when opening new ones
# dbus-service = True if LightDM provides a D-Bus service to control it
#
[LightDM]
#start-default-seat=true
#greeter-user=lightdm
#minimum-display-number=0
#minimum-vt=7 # Setting this to a value < 7 implies security issues, see FS#46799
#lock-memory=true
#user-authority-in-system-dir=false
#guest-account-script=guest-account
#logind-check-graphical=true
#log-directory=/var/log/lightdm
run-directory=/run/lightdm
#cache-directory=/var/cache/lightdm
#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
#remote-sessions-directory=/usr/share/lightdm/remote-sessions
#greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
#backup-logs=true
#dbus-service=true

#
# Seat configuration
#
# Seat configuration is matched against the seat name glob in the section, for example:
# [Seat:*] matches all seats and is applied first.
# [Seat:seat0] matches the seat named "seat0".
# [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
#
# type = Seat type (local, xremote)
# pam-service = PAM service to use for login
# pam-autologin-service = PAM service to use for autologin
# pam-greeter-service = PAM service to use for greeters
# xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
# xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
# xserver-config = Config file to pass to X server
# xserver-layout = Layout to pass to X server
# xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
# xserver-share = True if the X server is shared for both greeter and session
# xserver-hostname = Hostname of X server (only for type=xremote)
# xserver-display-number = Display number of X server (only for type=xremote)
# xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
# xdmcp-port = XDMCP UDP/IP port to communicate on
# xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
# greeter-session = Session to load for greeter
# greeter-hide-users = True to hide the user list
# greeter-allow-guest = True if the greeter should show a guest login option
# greeter-show-manual-login = True if the greeter should offer a manual login option
# greeter-show-remote-login = True if the greeter should offer a remote login option
# user-session = Session to load for users
# allow-user-switching = True if allowed to switch users
# allow-guest = True if guest login is allowed
# guest-session = Session to load for guests (overrides user-session)
# session-wrapper = Wrapper script to run session with
# greeter-wrapper = Wrapper script to run greeter with
# guest-wrapper = Wrapper script to run guest sessions with
# display-setup-script = Script to run when starting a greeter session (runs as root)
# display-stopped-script = Script to run after stopping the display server (runs as root)
# greeter-setup-script = Script to run when starting a greeter (runs as root)
# session-setup-script = Script to run when starting a user session (runs as root)
# session-cleanup-script = Script to run when quitting a user session (runs as root)
# autologin-guest = True to log in as guest by default
# autologin-user = User to log in with by default (overrides autologin-guest)
# autologin-user-timeout = Number of seconds to wait before loading default user
# autologin-session = Session to load for automatic login (overrides user-session)
# autologin-in-background = True if autologin session should not be immediately activated
# exit-on-failure = True if the daemon should exit if this seat fails
#
[Seat:*]
#type=local
#pam-service=lightdm
#pam-autologin-service=lightdm-autologin
#pam-greeter-service=lightdm-greeter
#xserver-command=X
#xmir-command=Xmir
#xserver-config=
#xserver-layout=
#xserver-allow-tcp=false
#xserver-share=true
#xserver-hostname=
#xserver-display-number=
#xdmcp-manager=
#xdmcp-port=177
#xdmcp-key=
#greeter-session=example-gtk-gnome
#greeter-hide-users=false
#greeter-allow-guest=true
#greeter-show-manual-login=false
#greeter-show-remote-login=true
#user-session=default
#allow-user-switching=true
#allow-guest=true
#guest-session=
session-wrapper=/etc/lightdm/Xsession
#greeter-wrapper=
#guest-wrapper=
display-setup-script=/etc/lightdm/display_setup.sh
#display-stopped-script=
#greeter-setup-script=
#session-setup-script=
#session-cleanup-script=
#autologin-guest=false
#autologin-user=
#autologin-user-timeout=0
#autologin-in-background=false
#autologin-session=
#exit-on-failure=false

#
# XDMCP Server configuration
#
# enabled = True if XDMCP connections should be allowed
# port = UDP/IP port to listen for connections on
# listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
# key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
# hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
#
# The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
# it can be a word and the first 7 characters are used as the key.
#
[XDMCPServer]
#enabled=false
#port=177
#listen-address=
#key=
#hostname=

#
# VNC Server configuration
#
# enabled = True if VNC connections should be allowed
# command = Command to run Xvnc server with
# port = TCP/IP port to listen for connections on
# listen-address = Host/address to listen for VNC connections (use all addresses if not present)
# width = Width of display to use
# height = Height of display to use
# depth = Color depth of display to use
#
[VNCServer]
#enabled=false
#command=Xvnc
#port=5900
#listen-address=
#width=1024
#height=768
#depth=8

10-nvidia-drm-outputclass.conf

Section "OutputClass"
    Identifier "intel"
    MatchDriver "i915"
    Driver "modesetting"
EndSection

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

grub

# GRUB boot loader configuration

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet ibt=off ipv6.disable=1 nvidia_drm.modeset=1"
GRUB_CMDLINE_LINUX="cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm root=/dev/vg/root" 

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

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

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

# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console

# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console

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

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

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

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

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

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

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

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

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

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

Offline

#6 2023-01-21 16:09:42

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: Laptop HDMI external display not being detected

[    24.125] Parse error on line 6 of section Device in file /etc/X11/xorg.conf
	This section must have an Identifier line.
[    24.125] (EE) Problem parsing the config file
[    24.125] (EE) Error parsing the config file

Though tbf, the error is also in the wiki

Edit: or let's rather say

edit the Device Section for the NVIDIA card in Xorg.conf, adding these lines

is easily misunderstood.

A valid section would look like

Section "Device"
       	Identifier	"Forced output"
       	Driver		"nvidia"
       	Option		"ConnectedMonitor" "CRT-0"
       	Option		"CustomEDID" "CRT-0:/sys/class/drm/card0-LVDS-1/edid"
	Option		"IgnoreEDID" "false"
	Option		"UseEDID" "true"
EndSection

Last edited by seth (2023-01-21 16:12:48)

Offline

#7 2023-01-21 16:35:44

mrpinkolik
Member
Registered: 2023-01-21
Posts: 20

Re: Laptop HDMI external display not being detected

seth wrote:
[    24.125] Parse error on line 6 of section Device in file /etc/X11/xorg.conf
	This section must have an Identifier line.
[    24.125] (EE) Problem parsing the config file
[    24.125] (EE) Error parsing the config file

Though tbf, the error is also in the wiki

Edit: or let's rather say

edit the Device Section for the NVIDIA card in Xorg.conf, adding these lines

is easily misunderstood.

A valid section would look like

Section "Device"
       	Identifier	"Forced output"
       	Driver		"nvidia"
       	Option		"ConnectedMonitor" "CRT-0"
       	Option		"CustomEDID" "CRT-0:/sys/class/drm/card0-LVDS-1/edid"
	Option		"IgnoreEDID" "false"
	Option		"UseEDID" "true"
EndSection

Thank you for your suggestion!
I modified xorg.conf the following way

Section "Device"
       	Identifier	"Forced output"
       	Driver		"nvidia"
       	Option		"ConnectedMonitor" "CRT-0"
       	Option		"CustomEDID" "CRT-0:/sys/class/drm/card1-HDMI-A-1/edid"
	Option		"IgnoreEDID" "false"
	Option		"UseEDID" "true"
EndSection

And after reboot I got a blank screen, no error messages, nothing. Just two black displays. Here are logs
ligthdm

[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.32.0, UID=0 PID=922
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /var/lib/flatpak/exports/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Registered seat module local
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
[+0.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
[+0.00s] DEBUG: Monitoring logind for seats
[+0.00s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.00s] WARNING: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
[+0.00s] DEBUG: Loading user config from /etc/lightdm/users.conf
[+0.00s] DEBUG: User pinkolik added
[+5.30s] DEBUG: Seat seat0 changes graphical state to true
[+5.30s] DEBUG: New seat added from logind: seat0
[+5.30s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+5.30s] DEBUG: Seat seat0 has property CanMultiSession=no
[+5.30s] DEBUG: Seat seat0: Starting
[+5.30s] DEBUG: Seat seat0: Creating greeter session
[+5.30s] DEBUG: Seat seat0: Creating display server of type x
[+5.30s] DEBUG: Using VT 7
[+5.30s] DEBUG: Seat seat0: Starting local X display on VT 7
[+5.30s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+5.30s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+5.30s] DEBUG: XServer 0: Launching X Server
[+5.30s] DEBUG: Launching process 1238: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+5.30s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+5.30s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+6.34s] DEBUG: Got signal 10 from process 1238
[+6.34s] DEBUG: XServer 0: Got signal from X server :0
[+6.34s] DEBUG: XServer 0: Connecting to XServer :0
[+6.42s] DEBUG: Launching process 1297: /etc/lightdm/display_setup.sh
[+6.98s] DEBUG: Process 1297 exited with return value 0
[+6.98s] DEBUG: Seat seat0: Exit status of /etc/lightdm/display_setup.sh: 0
[+6.98s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+6.98s] DEBUG: Session pid=1304: Started with service 'lightdm-greeter', username 'lightdm'
[+7.00s] DEBUG: Session pid=1304: Authentication complete with return value 0: Success
[+7.00s] DEBUG: Seat seat0: Session authenticated, running command
[+7.00s] DEBUG: Session pid=1304: Running command /usr/bin/lightdm-gtk-greeter
[+7.00s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+7.00s] DEBUG: Session pid=1304: Logging to /var/log/lightdm/seat0-greeter.log
[+7.32s] DEBUG: Activating VT 7
[+7.33s] DEBUG: Activating login1 session c1
[+7.33s] DEBUG: Seat seat0 changes active session to c1
[+7.33s] DEBUG: Session c1 is already active
[+7.57s] DEBUG: Greeter connected version=1.32.0 api=1 resettable=false
[+7.69s] DEBUG: Greeter start authentication for pinkolik
[+7.69s] DEBUG: Session pid=1349: Started with service 'lightdm', username 'pinkolik'
[+7.70s] DEBUG: Session pid=1349: Got 1 message(s) from PAM
[+7.70s] DEBUG: Prompt greeter with 1 message(s)
[+23.74s] DEBUG: Continue authentication
[+26.33s] DEBUG: Session pid=1349: Authentication complete with return value 7: Authentication failure
[+26.33s] DEBUG: Authenticate result for user pinkolik: Authentication failure
[+26.33s] DEBUG: Session pid=1349: Exited with return value 1
[+26.33s] DEBUG: Seat seat0: Session stopped
[+26.34s] DEBUG: Greeter start authentication for pinkolik
[+26.34s] DEBUG: Session pid=1569: Started with service 'lightdm', username 'pinkolik'
[+26.34s] DEBUG: Session pid=1569: Got 1 message(s) from PAM
[+26.34s] DEBUG: Prompt greeter with 1 message(s)
[+53.06s] DEBUG: Continue authentication
[+55.83s] DEBUG: Session pid=1569: Authentication complete with return value 7: Authentication failure
[+55.83s] DEBUG: Authenticate result for user pinkolik: Authentication failure
[+55.84s] DEBUG: Session pid=1569: Exited with return value 1
[+55.84s] DEBUG: Seat seat0: Session stopped
[+55.84s] DEBUG: Greeter start authentication for pinkolik
[+55.85s] DEBUG: Session pid=1582: Started with service 'lightdm', username 'pinkolik'
[+55.85s] DEBUG: Session pid=1582: Got 1 message(s) from PAM
[+55.85s] DEBUG: Prompt greeter with 1 message(s)
[+62.74s] DEBUG: Continue authentication
[+64.97s] DEBUG: Session pid=1582: Authentication complete with return value 7: Authentication failure
[+64.97s] DEBUG: Authenticate result for user pinkolik: Authentication failure
[+64.97s] DEBUG: Session pid=1582: Exited with return value 1
[+64.97s] DEBUG: Seat seat0: Session stopped
[+65.07s] DEBUG: Greeter start authentication for pinkolik
[+65.07s] DEBUG: Session pid=1583: Started with service 'lightdm', username 'pinkolik'
[+65.08s] DEBUG: Session pid=1583: Got 1 message(s) from PAM
[+65.08s] DEBUG: Prompt greeter with 1 message(s)
[+65.08s] DEBUG: Session pid=1583: Got 1 message(s) from PAM
[+65.08s] DEBUG: Prompt greeter with 1 message(s)
[+65.08s] DEBUG: Session pid=1583: Got 1 message(s) from PAM
[+65.08s] DEBUG: Prompt greeter with 1 message(s)
[+73.55s] DEBUG: Continue authentication
[+75.34s] DEBUG: Session pid=1583: Authentication complete with return value 7: Authentication failure
[+75.34s] DEBUG: Authenticate result for user pinkolik: Authentication failure
[+75.34s] DEBUG: Session pid=1583: Exited with return value 1
[+75.34s] DEBUG: Seat seat0: Session stopped
[+75.45s] DEBUG: Greeter start authentication for pinkolik
[+75.45s] DEBUG: Session pid=1585: Started with service 'lightdm', username 'pinkolik'
[+75.45s] DEBUG: Session pid=1585: Got 1 message(s) from PAM
[+75.45s] DEBUG: Prompt greeter with 1 message(s)
[+75.45s] DEBUG: Session pid=1585: Got 1 message(s) from PAM
[+75.45s] DEBUG: Prompt greeter with 1 message(s)
[+75.45s] DEBUG: Session pid=1585: Got 1 message(s) from PAM
[+75.45s] DEBUG: Prompt greeter with 1 message(s)
[+125.35s] DEBUG: Seat seat0 changes active session to 
[+136.45s] DEBUG: Seat seat0 changes active session to c1
[+136.45s] DEBUG: Session c1 is already active
[+140.41s] DEBUG: Seat seat0 changes active session to 
[+674.10s] DEBUG: Seat seat0 changes active session to 2

xorg

[    25.839] 
X.Org X Server 1.21.1.6
X Protocol Version 11, Revision 0
[    25.839] Current Operating System: Linux arch-pc 6.1.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 18 Jan 2023 19:54:38 +0000 x86_64
[    25.839] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm root=/dev/vg/root loglevel=3 quiet ibt=off ipv6.disable=1 nvidia_drm.modeset=1
[    25.839]  
[    25.839] Current version of pixman: 0.42.2
[    25.839] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    25.839] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    25.839] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 21 21:18:17 2023
[    25.840] (==) Using config file: "/etc/X11/xorg.conf"
[    25.840] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    25.840] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    25.841] (==) No Layout section.  Using the first Screen section.
[    25.841] (==) No screen section available. Using defaults.
[    25.841] (**) |-->Screen "Default Screen Section" (0)
[    25.841] (**) |   |-->Monitor "<default monitor>"
[    25.841] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[    25.842] (**) |   |-->Device "Forced output"
[    25.842] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    25.842] (==) Automatically adding devices
[    25.842] (==) Automatically enabling devices
[    25.842] (==) Automatically adding GPU devices
[    25.842] (==) Automatically binding GPU devices
[    25.842] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    25.843] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    25.843] 	Entry deleted from font path.
[    25.844] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    25.844] 	Entry deleted from font path.
[    25.844] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    25.844] 	Entry deleted from font path.
[    25.846] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    25.846] (==) ModulePath set to "/usr/lib/xorg/modules"
[    25.846] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    25.846] (II) Module ABI versions:
[    25.846] 	X.Org ANSI C Emulation: 0.4
[    25.846] 	X.Org Video Driver: 25.2
[    25.846] 	X.Org XInput driver : 24.4
[    25.846] 	X.Org Server Extension : 10.0
[    25.846] (++) using VT number 7

[    25.846] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    25.847] (II) xfree86: Adding drm device (/dev/dri/card0)
[    25.847] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    25.847] (II) xfree86: Adding drm device (/dev/dri/card1)
[    25.847] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    25.848] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    25.848] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    25.848] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    25.849] (--) PCI: (0@0:2:0) 8086:46a6:1558:0156 rev 12, Mem @ 0x6102000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    25.849] (--) PCI:*(1@0:0:0) 10de:25a2:1558:0176 rev 161, Mem @ 0x81000000/16777216, 0x6000000000/4294967296, 0x6100000000/33554432, I/O @ 0x00004000/128
[    25.849] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    25.849] (II) LoadModule: "glx"
[    25.850] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    25.856] (II) Module glx: vendor="X.Org Foundation"
[    25.857] 	compiled for 1.21.1.6, module version = 1.0.0
[    25.857] 	ABI class: X.Org Server Extension, version 10.0
[    25.857] (II) LoadModule: "nvidia"
[    25.858] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    25.861] (II) Module nvidia: vendor="NVIDIA Corporation"
[    25.862] 	compiled for 1.6.99.901, module version = 1.0.0
[    25.862] 	Module class: X.Org Video Driver
[    25.862] (II) NVIDIA dlloader X Driver  525.85.05  Sat Jan 14 00:47:44 UTC 2023
[    25.862] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    25.870] (II) Loading sub module "fb"
[    25.870] (II) LoadModule: "fb"
[    25.870] (II) Module "fb" already built-in
[    25.870] (II) Loading sub module "wfb"
[    25.870] (II) LoadModule: "wfb"
[    25.870] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    25.871] (II) Module wfb: vendor="X.Org Foundation"
[    25.871] 	compiled for 1.21.1.6, module version = 1.0.0
[    25.871] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    25.871] (II) Loading sub module "ramdac"
[    25.871] (II) LoadModule: "ramdac"
[    25.871] (II) Module "ramdac" already built-in
[    25.873] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    25.873] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    25.873] (==) NVIDIA(0): RGB weight 888
[    25.873] (==) NVIDIA(0): Default visual is TrueColor
[    25.873] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    25.873] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    25.873] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    25.873] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    25.873] (**) NVIDIA(0): Option "UseEDID" "true"
[    25.873] (**) NVIDIA(0): Option "ConnectedMonitor" "CRT-0"
[    25.873] (**) NVIDIA(0): Option "CustomEDID" "CRT-0:/sys/class/drm/card1-HDMI-A-1/edid"
[    25.873] (**) NVIDIA(0): Enabling 2D acceleration
[    25.873] (**) NVIDIA(0): ConnectedMonitor string: "CRT-0"
[    25.873] (II) Loading sub module "glxserver_nvidia"
[    25.873] (II) LoadModule: "glxserver_nvidia"
[    25.873] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    25.909] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    25.909] 	compiled for 1.6.99.901, module version = 1.0.0
[    25.909] 	Module class: X.Org Server Extension
[    25.909] (II) NVIDIA GLX Module  525.85.05  Sat Jan 14 00:45:09 UTC 2023
[    25.910] (II) NVIDIA: The X server supports PRIME Render Offload.
[    25.981] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3050 Laptop GPU (GA107-A) at
[    25.981] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[    25.981] (--) NVIDIA(0): Memory: 4194304 kBytes
[    25.981] (--) NVIDIA(0): VideoBIOS: 94.07.62.00.61
[    25.981] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    25.981] (II) NVIDIA(0): Validated MetaModes:
[    25.981] (II) NVIDIA(0):     "NULL"
[    25.981] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    25.981] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    25.981] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    25.981] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    25.981] (II) NVIDIA:     access.
[    25.990] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    25.990] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    25.990] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    25.990] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    25.990] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    25.990] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    25.990] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    25.990] (II) NVIDIA(0):     Config Options in the README.
[    26.002] (II) NVIDIA(0): Setting mode "NULL"
[    26.006] (==) NVIDIA(0): Disabling shared memory pixmaps
[    26.006] (==) NVIDIA(0): Backing store enabled
[    26.006] (==) NVIDIA(0): Silken mouse enabled
[    26.006] (==) NVIDIA(0): DPMS enabled
[    26.006] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    26.006] (WW) NVIDIA(0): Option "IgnoreEDID" is not used
[    26.006] (II) Loading sub module "dri2"
[    26.006] (II) LoadModule: "dri2"
[    26.006] (II) Module "dri2" already built-in
[    26.006] (II) NVIDIA(0): [DRI2] Setup complete
[    26.006] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    26.006] (II) Initializing extension Generic Event Extension
[    26.006] (II) Initializing extension SHAPE
[    26.007] (II) Initializing extension MIT-SHM
[    26.007] (II) Initializing extension XInputExtension
[    26.007] (II) Initializing extension XTEST
[    26.007] (II) Initializing extension BIG-REQUESTS
[    26.007] (II) Initializing extension SYNC
[    26.007] (II) Initializing extension XKEYBOARD
[    26.007] (II) Initializing extension XC-MISC
[    26.007] (II) Initializing extension SECURITY
[    26.007] (II) Initializing extension XFIXES
[    26.007] (II) Initializing extension RENDER
[    26.007] (II) Initializing extension RANDR
[    26.007] (II) Initializing extension COMPOSITE
[    26.007] (II) Initializing extension DAMAGE
[    26.007] (II) Initializing extension MIT-SCREEN-SAVER
[    26.007] (II) Initializing extension DOUBLE-BUFFER
[    26.007] (II) Initializing extension RECORD
[    26.007] (II) Initializing extension DPMS
[    26.007] (II) Initializing extension Present
[    26.007] (II) Initializing extension DRI3
[    26.007] (II) Initializing extension X-Resource
[    26.007] (II) Initializing extension XVideo
[    26.008] (II) Initializing extension XVideo-MotionCompensation
[    26.008] (II) Initializing extension GLX
[    26.008] (II) Initializing extension GLX
[    26.008] (II) Indirect GLX disabled.
[    26.008] (II) GLX: Another vendor is already registered for screen 0
[    26.008] (II) Initializing extension XFree86-VidModeExtension
[    26.008] (II) Initializing extension XFree86-DGA
[    26.008] (II) Initializing extension XFree86-DRI
[    26.008] (II) Initializing extension DRI2
[    26.008] (II) Initializing extension NV-GLX
[    26.008] (II) Initializing extension NV-CONTROL
[    26.100] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    26.100] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    26.100] (**) Power Button: Applying InputClass "system-keyboard"
[    26.100] (II) LoadModule: "libinput"
[    26.100] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    26.103] (II) Module libinput: vendor="X.Org Foundation"
[    26.103] 	compiled for 1.21.1.3, module version = 1.2.1
[    26.103] 	Module class: X.Org XInput Driver
[    26.103] 	ABI class: X.Org XInput driver, version 24.4
[    26.103] (II) Using input driver 'libinput' for 'Power Button'
[    26.103] (**) Power Button: always reports core events
[    26.103] (**) Option "Device" "/dev/input/event3"
[    26.106] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    26.106] (II) event3  - Power Button: device is a keyboard
[    26.106] (II) event3  - Power Button: device removed
[    26.155] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    26.155] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    26.155] (**) Option "xkb_model" "pc104"
[    26.155] (**) Option "xkb_layout" "us,ru"
[    26.155] (**) Option "xkb_options" "grp:caps_toggle"
[    26.166] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    26.166] (II) event3  - Power Button: device is a keyboard
[    26.166] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    26.166] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    26.166] (**) Video Bus: Applying InputClass "system-keyboard"
[    26.166] (II) Using input driver 'libinput' for 'Video Bus'
[    26.166] (**) Video Bus: always reports core events
[    26.166] (**) Option "Device" "/dev/input/event12"
[    26.166] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    26.166] (II) event12 - Video Bus: device is a keyboard
[    26.166] (II) event12 - Video Bus: device removed
[    26.215] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input457/event12"
[    26.215] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    26.215] (**) Option "xkb_model" "pc104"
[    26.215] (**) Option "xkb_layout" "us,ru"
[    26.215] (**) Option "xkb_options" "grp:caps_toggle"
[    26.215] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    26.215] (II) event12 - Video Bus: device is a keyboard
[    26.215] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    26.215] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    26.215] (**) Power Button: Applying InputClass "system-keyboard"
[    26.215] (II) Using input driver 'libinput' for 'Power Button'
[    26.215] (**) Power Button: always reports core events
[    26.215] (**) Option "Device" "/dev/input/event0"
[    26.216] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    26.216] (II) event0  - Power Button: device is a keyboard
[    26.216] (II) event0  - Power Button: device removed
[    26.255] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    26.255] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    26.255] (**) Option "xkb_model" "pc104"
[    26.255] (**) Option "xkb_layout" "us,ru"
[    26.255] (**) Option "xkb_options" "grp:caps_toggle"
[    26.255] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    26.255] (II) event0  - Power Button: device is a keyboard
[    26.255] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    26.255] (II) No input driver specified, ignoring this device.
[    26.255] (II) This device may have been added with another device file.
[    26.256] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    26.256] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    26.256] (**) Sleep Button: Applying InputClass "system-keyboard"
[    26.256] (II) Using input driver 'libinput' for 'Sleep Button'
[    26.256] (**) Sleep Button: always reports core events
[    26.256] (**) Option "Device" "/dev/input/event1"
[    26.256] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    26.256] (II) event1  - Sleep Button: device is a keyboard
[    26.256] (II) event1  - Sleep Button: device removed
[    26.285] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    26.285] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    26.285] (**) Option "xkb_model" "pc104"
[    26.285] (**) Option "xkb_layout" "us,ru"
[    26.285] (**) Option "xkb_options" "grp:caps_toggle"
[    26.285] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    26.285] (II) event1  - Sleep Button: device is a keyboard
[    26.286] (II) config/udev: Adding input device C-Media Electronics Inc. USB Audio Device (/dev/input/event5)
[    26.286] (**) C-Media Electronics Inc. USB Audio Device: Applying InputClass "libinput keyboard catchall"
[    26.286] (**) C-Media Electronics Inc. USB Audio Device: Applying InputClass "system-keyboard"
[    26.286] (II) Using input driver 'libinput' for 'C-Media Electronics Inc. USB Audio Device'
[    26.286] (**) C-Media Electronics Inc. USB Audio Device: always reports core events
[    26.286] (**) Option "Device" "/dev/input/event5"
[    26.286] (II) event5  - C-Media Electronics Inc. USB Audio Device: is tagged by udev as: Keyboard
[    26.286] (II) event5  - C-Media Electronics Inc. USB Audio Device: device is a keyboard
[    26.286] (II) event5  - C-Media Electronics Inc. USB Audio Device: device removed
[    26.342] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0D8C:0012.0001/input/input26/event5"
[    26.342] (II) XINPUT: Adding extended input device "C-Media Electronics Inc. USB Audio Device" (type: KEYBOARD, id 10)
[    26.342] (**) Option "xkb_model" "pc104"
[    26.342] (**) Option "xkb_layout" "us,ru"
[    26.342] (**) Option "xkb_options" "grp:caps_toggle"
[    26.342] (II) event5  - C-Media Electronics Inc. USB Audio Device: is tagged by udev as: Keyboard
[    26.342] (II) event5  - C-Media Electronics Inc. USB Audio Device: device is a keyboard
[    26.343] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse (/dev/input/event6)
[    26.343] (**) Logitech G102 LIGHTSYNC Gaming Mouse: Applying InputClass "libinput pointer catchall"
[    26.343] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse'
[    26.343] (**) Logitech G102 LIGHTSYNC Gaming Mouse: always reports core events
[    26.343] (**) Option "Device" "/dev/input/event6"
[    26.404] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: is tagged by udev as: Mouse
[    26.405] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: device is a pointer
[    26.405] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: device removed
[    26.492] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:046D:C092.0002/input/input27/event6"
[    26.492] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse" (type: MOUSE, id 11)
[    26.492] (**) Option "AccelerationScheme" "none"
[    26.492] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) selected scheme none/0
[    26.492] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) acceleration factor: 2.000
[    26.492] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) acceleration threshold: 4
[    26.549] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: is tagged by udev as: Mouse
[    26.549] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: device is a pointer
[    26.549] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse (/dev/input/mouse0)
[    26.549] (II) No input driver specified, ignoring this device.
[    26.549] (II) This device may have been added with another device file.
[    26.549] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse Keyboard (/dev/input/event7)
[    26.549] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    26.549] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[    26.549] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse Keyboard'
[    26.549] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: always reports core events
[    26.549] (**) Option "Device" "/dev/input/event7"
[    26.550] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    26.550] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device is a keyboard
[    26.550] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device removed
[    26.569] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: needs a virtual subdevice
[    26.569] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C092.0003/input/input28/event7"
[    26.569] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse Keyboard" (type: MOUSE, id 12)
[    26.569] (**) Option "AccelerationScheme" "none"
[    26.569] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) selected scheme none/0
[    26.569] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[    26.569] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[    26.572] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    26.572] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device is a keyboard
[    26.573] (II) config/udev: Adding input device BisonCam,NB Pro: BisonCam,NB Pr (/dev/input/event11)
[    26.574] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "libinput keyboard catchall"
[    26.574] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "system-keyboard"
[    26.574] (II) Using input driver 'libinput' for 'BisonCam,NB Pro: BisonCam,NB Pr'
[    26.574] (**) BisonCam,NB Pro: BisonCam,NB Pr: always reports core events
[    26.574] (**) Option "Device" "/dev/input/event11"
[    26.574] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    26.574] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    26.574] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[    26.628] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input456/event11"
[    26.628] (II) XINPUT: Adding extended input device "BisonCam,NB Pro: BisonCam,NB Pr" (type: KEYBOARD, id 13)
[    26.628] (**) Option "xkb_model" "pc104"
[    26.628] (**) Option "xkb_layout" "us,ru"
[    26.628] (**) Option "xkb_options" "grp:caps_toggle"
[    26.632] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    26.632] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    26.633] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/event9)
[    26.633] (**) FTCS1000:01 2808:0102 Mouse: Applying InputClass "libinput pointer catchall"
[    26.633] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Mouse'
[    26.633] (**) FTCS1000:01 2808:0102 Mouse: always reports core events
[    26.633] (**) Option "Device" "/dev/input/event9"
[    26.634] (II) event9  - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    26.634] (II) event9  - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    26.634] (II) event9  - FTCS1000:01 2808:0102 Mouse: device removed
[    26.685] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-FTCS1000:01/0018:2808:0102.0004/input/input466/event9"
[    26.685] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Mouse" (type: MOUSE, id 14)
[    26.685] (**) Option "AccelerationScheme" "none"
[    26.685] (**) FTCS1000:01 2808:0102 Mouse: (accel) selected scheme none/0
[    26.685] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration factor: 2.000
[    26.685] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration threshold: 4
[    26.687] (II) event9  - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    26.687] (II) event9  - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    26.689] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/mouse1)
[    26.689] (II) No input driver specified, ignoring this device.
[    26.689] (II) This device may have been added with another device file.
[    26.690] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/event10)
[    26.690] (**) FTCS1000:01 2808:0102 Touchpad: Applying InputClass "libinput touchpad catchall"
[    26.690] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Touchpad'
[    26.690] (**) FTCS1000:01 2808:0102 Touchpad: always reports core events
[    26.690] (**) Option "Device" "/dev/input/event10"
[    26.691] (II) event10 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    26.692] (II) event10 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    26.693] (II) event10 - FTCS1000:01 2808:0102 Touchpad: device removed
[    26.755] (**) Option "Tapping" "on"
[    26.756] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-FTCS1000:01/0018:2808:0102.0004/input/input467/event10"
[    26.756] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Touchpad" (type: TOUCHPAD, id 15)
[    26.759] (**) Option "AccelerationScheme" "none"
[    26.759] (**) FTCS1000:01 2808:0102 Touchpad: (accel) selected scheme none/0
[    26.759] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration factor: 2.000
[    26.759] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration threshold: 4
[    26.760] (II) event10 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    26.763] (II) event10 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    26.764] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/mouse2)
[    26.764] (II) No input driver specified, ignoring this device.
[    26.764] (II) This device may have been added with another device file.
[    26.764] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    26.764] (II) No input driver specified, ignoring this device.
[    26.764] (II) This device may have been added with another device file.
[    26.764] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[    26.764] (II) No input driver specified, ignoring this device.
[    26.764] (II) This device may have been added with another device file.
[    26.764] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    26.764] (II) No input driver specified, ignoring this device.
[    26.764] (II) This device may have been added with another device file.
[    26.765] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    26.765] (II) No input driver specified, ignoring this device.
[    26.765] (II) This device may have been added with another device file.
[    26.765] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    26.765] (II) No input driver specified, ignoring this device.
[    26.765] (II) This device may have been added with another device file.
[    26.765] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    26.765] (II) No input driver specified, ignoring this device.
[    26.765] (II) This device may have been added with another device file.
[    26.766] (II) config/udev: Adding input device Intel HID events (/dev/input/event8)
[    26.766] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    26.766] (**) Intel HID events: Applying InputClass "system-keyboard"
[    26.766] (II) Using input driver 'libinput' for 'Intel HID events'
[    26.766] (**) Intel HID events: always reports core events
[    26.766] (**) Option "Device" "/dev/input/event8"
[    26.766] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[    26.766] (II) event8  - Intel HID events: device is a keyboard
[    26.766] (II) event8  - Intel HID events: device removed
[    26.802] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input452/event8"
[    26.802] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 16)
[    26.802] (**) Option "xkb_model" "pc104"
[    26.802] (**) Option "xkb_layout" "us,ru"
[    26.802] (**) Option "xkb_options" "grp:caps_toggle"
[    26.804] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[    26.804] (II) event8  - Intel HID events: device is a keyboard
[    26.805] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    26.806] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    26.806] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    26.806] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    26.806] (**) AT Translated Set 2 keyboard: always reports core events
[    26.806] (**) Option "Device" "/dev/input/event4"
[    26.807] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    26.807] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    26.808] (II) event4  - AT Translated Set 2 keyboard: device removed
[    26.845] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    26.845] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[    26.845] (**) Option "xkb_model" "pc104"
[    26.845] (**) Option "xkb_layout" "us,ru"
[    26.845] (**) Option "xkb_options" "grp:caps_toggle"
[    26.848] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    26.848] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    26.850] (II) config/udev: Adding input device PC Speaker (/dev/input/event19)
[    26.850] (II) No input driver specified, ignoring this device.
[    26.850] (II) This device may have been added with another device file.
[    26.856] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    26.856] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[    26.856] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse Keyboard'
[    26.856] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: always reports core events
[    26.856] (**) Option "Device" "/dev/input/event7"
[    26.856] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is a virtual subdevice
[    26.856] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C092.0003/input/input28/event7"
[    26.856] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse Keyboard" (type: KEYBOARD, id 18)
[    26.856] (**) Option "xkb_model" "pc104"
[    26.856] (**) Option "xkb_layout" "us,ru"
[    26.856] (**) Option "xkb_options" "grp:caps_toggle"
[    26.856] (II) config/udev: removing device Intel HID events
[    26.856] (II) event8  - Intel HID events: device removed
[    26.895] (II) UnloadModule: "libinput"
[    26.896] (II) config/udev: Adding input device Intel HID events (/dev/input/event8)
[    26.897] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    26.897] (**) Intel HID events: Applying InputClass "system-keyboard"
[    26.897] (II) Using input driver 'libinput' for 'Intel HID events'
[    26.897] (**) Intel HID events: always reports core events
[    26.897] (**) Option "Device" "/dev/input/event8"
[    26.898] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[    26.898] (II) event8  - Intel HID events: device is a keyboard
[    26.899] (II) event8  - Intel HID events: device removed
[    26.935] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input452/event8"
[    26.935] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 16)
[    26.935] (**) Option "xkb_model" "pc104"
[    26.935] (**) Option "xkb_layout" "us,ru"
[    26.935] (**) Option "xkb_options" "grp:caps_toggle"
[    26.937] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[    26.937] (II) event8  - Intel HID events: device is a keyboard
[    26.939] (II) config/udev: removing device BisonCam,NB Pro: BisonCam,NB Pr
[    26.939] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[    27.001] (II) UnloadModule: "libinput"
[    27.002] (II) config/udev: Adding input device BisonCam,NB Pro: BisonCam,NB Pr (/dev/input/event11)
[    27.002] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "libinput keyboard catchall"
[    27.002] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "system-keyboard"
[    27.002] (II) Using input driver 'libinput' for 'BisonCam,NB Pro: BisonCam,NB Pr'
[    27.002] (**) BisonCam,NB Pro: BisonCam,NB Pr: always reports core events
[    27.002] (**) Option "Device" "/dev/input/event11"
[    27.004] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    27.004] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    27.005] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[    27.068] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input456/event11"
[    27.068] (II) XINPUT: Adding extended input device "BisonCam,NB Pro: BisonCam,NB Pr" (type: KEYBOARD, id 13)
[    27.068] (**) Option "xkb_model" "pc104"
[    27.068] (**) Option "xkb_layout" "us,ru"
[    27.068] (**) Option "xkb_options" "grp:caps_toggle"
[    27.069] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    27.070] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    27.070] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card1 /dev/dri/card1
[    27.070] xf86: remove device 1 /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    27.071] (II) config/udev: removing device Video Bus
[    27.071] (II) event12 - Video Bus: device removed
[    27.128] (II) UnloadModule: "libinput"
[    27.129] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    27.129] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    27.129] (**) Video Bus: Applying InputClass "system-keyboard"
[    27.129] (II) Using input driver 'libinput' for 'Video Bus'
[    27.129] (**) Video Bus: always reports core events
[    27.129] (**) Option "Device" "/dev/input/event12"
[    27.131] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    27.131] (II) event12 - Video Bus: device is a keyboard
[    27.132] (II) event12 - Video Bus: device removed
[    27.188] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input457/event12"
[    27.188] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    27.188] (**) Option "xkb_model" "pc104"
[    27.188] (**) Option "xkb_layout" "us,ru"
[    27.188] (**) Option "xkb_options" "grp:caps_toggle"
[    27.191] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    27.191] (II) event12 - Video Bus: device is a keyboard
[    27.192] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[    27.192] (II) No input driver specified, ignoring this device.
[    27.192] (II) This device may have been added with another device file.
[    27.192] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    27.192] (II) No input driver specified, ignoring this device.
[    27.192] (II) This device may have been added with another device file.
[    27.193] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    27.193] (II) No input driver specified, ignoring this device.
[    27.193] (II) This device may have been added with another device file.
[    27.194] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/mouse1)
[    27.194] (II) No input driver specified, ignoring this device.
[    27.194] (II) This device may have been added with another device file.
[    27.194] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    27.194] (II) No input driver specified, ignoring this device.
[    27.194] (II) This device may have been added with another device file.
[    27.195] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/mouse2)
[    27.195] (II) No input driver specified, ignoring this device.
[    27.195] (II) This device may have been added with another device file.
[    27.195] (II) config/udev: Adding input device PC Speaker (/dev/input/event19)
[    27.195] (II) No input driver specified, ignoring this device.
[    27.195] (II) This device may have been added with another device file.
[    27.195] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    27.195] (II) No input driver specified, ignoring this device.
[    27.195] (II) This device may have been added with another device file.
[    27.195] (II) config/udev: removing device FTCS1000:01 2808:0102 Mouse
[    27.195] (II) event9  - FTCS1000:01 2808:0102 Mouse: device removed
[    27.262] (II) UnloadModule: "libinput"
[    27.263] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/event9)
[    27.263] (**) FTCS1000:01 2808:0102 Mouse: Applying InputClass "libinput pointer catchall"
[    27.263] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Mouse'
[    27.263] (**) FTCS1000:01 2808:0102 Mouse: always reports core events
[    27.263] (**) Option "Device" "/dev/input/event9"
[    27.265] (II) event9  - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    27.266] (II) event9  - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    27.267] (II) event9  - FTCS1000:01 2808:0102 Mouse: device removed
[    27.328] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-FTCS1000:01/0018:2808:0102.0004/input/input466/event9"
[    27.328] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Mouse" (type: MOUSE, id 14)
[    27.329] (**) Option "AccelerationScheme" "none"
[    27.329] (**) FTCS1000:01 2808:0102 Mouse: (accel) selected scheme none/0
[    27.329] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration factor: 2.000
[    27.329] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration threshold: 4
[    27.331] (II) event9  - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    27.332] (II) event9  - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    27.334] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    27.335] (II) No input driver specified, ignoring this device.
[    27.335] (II) This device may have been added with another device file.
[    27.335] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse3)
[    27.335] (II) No input driver specified, ignoring this device.
[    27.335] (II) This device may have been added with another device file.
[    27.335] (II) config/udev: removing device FTCS1000:01 2808:0102 Touchpad
[    27.335] (II) event10 - FTCS1000:01 2808:0102 Touchpad: device removed
[    27.382] (II) UnloadModule: "libinput"
[    27.383] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/event10)
[    27.383] (**) FTCS1000:01 2808:0102 Touchpad: Applying InputClass "libinput touchpad catchall"
[    27.383] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Touchpad'
[    27.383] (**) FTCS1000:01 2808:0102 Touchpad: always reports core events
[    27.383] (**) Option "Device" "/dev/input/event10"
[    27.385] (II) event10 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    27.388] (II) event10 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    27.388] (II) event10 - FTCS1000:01 2808:0102 Touchpad: device removed
[    27.435] (**) Option "Tapping" "on"
[    27.436] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-FTCS1000:01/0018:2808:0102.0004/input/input467/event10"
[    27.437] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Touchpad" (type: TOUCHPAD, id 15)
[    27.439] (**) Option "AccelerationScheme" "none"
[    27.439] (**) FTCS1000:01 2808:0102 Touchpad: (accel) selected scheme none/0
[    27.439] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration factor: 2.000
[    27.439] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration threshold: 4
[    27.441] (II) event10 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    27.442] (II) event10 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    27.442] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event20)
[    27.442] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "libinput pointer catchall"
[    27.442] (II) Using input driver 'libinput' for 'ImPS/2 Generic Wheel Mouse'
[    27.442] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    27.442] (**) Option "Device" "/dev/input/event20"
[    27.442] (II) event20 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse
[    27.443] (II) event20 - ImPS/2 Generic Wheel Mouse: device is a pointer
[    27.443] (II) event20 - ImPS/2 Generic Wheel Mouse: device removed
[    27.488] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input464/event20"
[    27.488] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 19)
[    27.489] (**) Option "AccelerationScheme" "none"
[    27.489] (**) ImPS/2 Generic Wheel Mouse: (accel) selected scheme none/0
[    27.489] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[    27.489] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[    27.491] (II) event20 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse
[    27.491] (II) event20 - ImPS/2 Generic Wheel Mouse: device is a pointer
[   145.526] (II) event3  - Power Button: device removed
[   145.538] (II) event0  - Power Button: device removed
[   145.555] (II) event1  - Sleep Button: device removed
[   145.571] (II) event5  - C-Media Electronics Inc. USB Audio Device: device removed
[   145.605] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: device removed
[   145.638] (II) event4  - AT Translated Set 2 keyboard: device removed
[   145.655] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device removed
[   145.672] (II) event8  - Intel HID events: device removed
[   145.688] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[   145.725] (II) event12 - Video Bus: device removed
[   145.758] (II) event9  - FTCS1000:01 2808:0102 Mouse: device removed
[   145.792] (II) event10 - FTCS1000:01 2808:0102 Touchpad: device removed
[   145.825] (II) event20 - ImPS/2 Generic Wheel Mouse: device removed
[   157.693] (II) NVIDIA(0): Setting mode "NULL"
[   157.701] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   157.701] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   157.701] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   157.701] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   157.701] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   157.701] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   157.701] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   157.701] (II) NVIDIA(0):     Config Options in the README.
[   157.708] (II) event3  - Power Button: is tagged by udev as: Keyboard
[   157.708] (II) event3  - Power Button: device is a keyboard
[   157.708] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   157.708] (II) event0  - Power Button: device is a keyboard
[   157.709] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[   157.709] (II) event1  - Sleep Button: device is a keyboard
[   157.709] (II) event5  - C-Media Electronics Inc. USB Audio Device: is tagged by udev as: Keyboard
[   157.709] (II) event5  - C-Media Electronics Inc. USB Audio Device: device is a keyboard
[   157.767] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: is tagged by udev as: Mouse
[   157.768] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: device is a pointer
[   157.770] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[   157.770] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device is a keyboard
[   157.771] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   157.772] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[   157.773] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[   157.773] (II) event8  - Intel HID events: device is a keyboard
[   157.774] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[   157.774] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[   157.775] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[   157.775] (II) event12 - Video Bus: device is a keyboard
[   157.776] (II) event9  - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[   157.776] (II) event9  - FTCS1000:01 2808:0102 Mouse: device is a pointer
[   157.777] (II) event10 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[   157.778] (II) event10 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[   157.779] (II) event20 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse
[   157.779] (II) event20 - ImPS/2 Generic Wheel Mouse: device is a pointer
[   160.566] (II) event3  - Power Button: device removed
[   160.578] (II) event0  - Power Button: device removed
[   160.592] (II) event1  - Sleep Button: device removed
[   160.608] (II) event5  - C-Media Electronics Inc. USB Audio Device: device removed
[   160.648] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: device removed
[   160.686] (II) event4  - AT Translated Set 2 keyboard: device removed
[   160.712] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device removed
[   160.725] (II) event8  - Intel HID events: device removed
[   160.742] (II) event11 - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[   160.782] (II) event12 - Video Bus: device removed
[   160.812] (II) event9  - FTCS1000:01 2808:0102 Mouse: device removed
[   160.852] (II) event10 - FTCS1000:01 2808:0102 Touchpad: device removed
[   160.882] (II) event20 - ImPS/2 Generic Wheel Mouse: device removed

Offline

#8 2023-01-21 16:48:49

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: Laptop HDMI external display not being detected

The connector is most likely wrong and should be DFP-0,1,2,… though the intel chip isn't listed at all, likely because an nvidia device is now explicitly configured.

Please post the xorg log w/o the added config.
Are you somehow spellbound to run on the nvidia chip "only" ("only" because that's not possible anyway) rather than just using the IGP and "prime-run" games etc.?

Offline

#9 2023-01-21 17:00:54

mrpinkolik
Member
Registered: 2023-01-21
Posts: 20

Re: Laptop HDMI external display not being detected

seth wrote:

The connector is most likely wrong and should be DFP-0,1,2,… though the intel chip isn't listed at all, likely because an nvidia device is now explicitly configured.

Please post the xorg log w/o the added config.
Are you somehow spellbound to run on the nvidia chip "only" ("only" because that's not possible anyway) rather than just using the IGP and "prime-run" games etc.?

Xorg log without xorg.conf

[    29.580] 
X.Org X Server 1.21.1.6
X Protocol Version 11, Revision 0
[    29.580] Current Operating System: Linux arch-pc 6.1.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 18 Jan 2023 19:54:38 +0000 x86_64
[    29.580] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm root=/dev/vg/root loglevel=3 quiet ibt=off ipv6.disable=1 nvidia_drm.modeset=1
[    29.580]  
[    29.580] Current version of pixman: 0.42.2
[    29.580] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    29.580] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    29.580] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 21 21:33:08 2023
[    29.580] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    29.580] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    29.580] (==) No Layout section.  Using the first Screen section.
[    29.580] (==) No screen section available. Using defaults.
[    29.580] (**) |-->Screen "Default Screen Section" (0)
[    29.580] (**) |   |-->Monitor "<default monitor>"
[    29.580] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    29.580] (==) Automatically adding devices
[    29.580] (==) Automatically enabling devices
[    29.580] (==) Automatically adding GPU devices
[    29.580] (==) Automatically binding GPU devices
[    29.580] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    29.580] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    29.580] 	Entry deleted from font path.
[    29.580] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    29.580] 	Entry deleted from font path.
[    29.580] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    29.580] 	Entry deleted from font path.
[    29.580] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    29.580] (==) ModulePath set to "/usr/lib/xorg/modules"
[    29.580] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    29.580] (II) Module ABI versions:
[    29.580] 	X.Org ANSI C Emulation: 0.4
[    29.580] 	X.Org Video Driver: 25.2
[    29.580] 	X.Org XInput driver : 24.4
[    29.580] 	X.Org Server Extension : 10.0
[    29.581] (++) using VT number 7

[    29.581] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    29.582] (II) xfree86: Adding drm device (/dev/dri/card0)
[    29.582] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    29.582] (II) xfree86: Adding drm device (/dev/dri/card1)
[    29.582] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    29.588] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    29.588] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    29.588] (**) OutputClass "nvidia" setting /dev/dri/card0 as PrimaryGPU
[    29.589] (--) PCI: (0@0:2:0) 8086:46a6:1558:0156 rev 12, Mem @ 0x6102000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    29.589] (--) PCI:*(1@0:0:0) 10de:25a2:1558:0176 rev 161, Mem @ 0x81000000/16777216, 0x6000000000/4294967296, 0x6100000000/33554432, I/O @ 0x00004000/128
[    29.589] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    29.589] (II) LoadModule: "glx"
[    29.589] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    29.590] (II) Module glx: vendor="X.Org Foundation"
[    29.590] 	compiled for 1.21.1.6, module version = 1.0.0
[    29.590] 	ABI class: X.Org Server Extension, version 10.0
[    29.590] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    29.590] 	loading driver: nvidia
[    29.590] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    29.590] 	loading driver: nvidia
[    29.590] (II) Applying OutputClass "intel" to /dev/dri/card1
[    29.590] 	loading driver: modesetting
[    29.590] (==) Matched nvidia as autoconfigured driver 0
[    29.590] (==) Matched nouveau as autoconfigured driver 1
[    29.590] (==) Matched nv as autoconfigured driver 2
[    29.590] (==) Matched modesetting as autoconfigured driver 3
[    29.590] (==) Matched intel as autoconfigured driver 4
[    29.590] (==) Matched fbdev as autoconfigured driver 5
[    29.590] (==) Matched vesa as autoconfigured driver 6
[    29.590] (==) Assigned the driver to the xf86ConfigLayout
[    29.590] (II) LoadModule: "nvidia"
[    29.590] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    29.591] (II) Module nvidia: vendor="NVIDIA Corporation"
[    29.591] 	compiled for 1.6.99.901, module version = 1.0.0
[    29.591] 	Module class: X.Org Video Driver
[    29.591] (II) LoadModule: "nouveau"
[    29.591] (WW) Warning, couldn't open module nouveau
[    29.591] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    29.591] (II) LoadModule: "nv"
[    29.591] (WW) Warning, couldn't open module nv
[    29.591] (EE) Failed to load module "nv" (module does not exist, 0)
[    29.591] (II) LoadModule: "modesetting"
[    29.591] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    29.591] (II) Module modesetting: vendor="X.Org Foundation"
[    29.591] 	compiled for 1.21.1.6, module version = 1.21.1
[    29.591] 	Module class: X.Org Video Driver
[    29.591] 	ABI class: X.Org Video Driver, version 25.2
[    29.591] (II) LoadModule: "intel"
[    29.591] (WW) Warning, couldn't open module intel
[    29.591] (EE) Failed to load module "intel" (module does not exist, 0)
[    29.591] (II) LoadModule: "fbdev"
[    29.591] (WW) Warning, couldn't open module fbdev
[    29.591] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    29.591] (II) LoadModule: "vesa"
[    29.591] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    29.591] (II) Module vesa: vendor="X.Org Foundation"
[    29.591] 	compiled for 1.21.1.4, module version = 2.6.0
[    29.591] 	Module class: X.Org Video Driver
[    29.591] 	ABI class: X.Org Video Driver, version 25.2
[    29.591] (II) NVIDIA dlloader X Driver  525.85.05  Sat Jan 14 00:47:44 UTC 2023
[    29.591] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    29.591] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    29.591] (II) VESA: driver for VESA chipsets: vesa
[    29.592] (II) Loading sub module "fb"
[    29.592] (II) LoadModule: "fb"
[    29.592] (II) Module "fb" already built-in
[    29.592] (II) Loading sub module "wfb"
[    29.592] (II) LoadModule: "wfb"
[    29.592] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    29.592] (II) Module wfb: vendor="X.Org Foundation"
[    29.592] 	compiled for 1.21.1.6, module version = 1.0.0
[    29.592] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.592] (II) Loading sub module "ramdac"
[    29.592] (II) LoadModule: "ramdac"
[    29.592] (II) Module "ramdac" already built-in
[    29.592] (WW) Falling back to old probe method for modesetting
[    29.594] (II) modeset(G0): using drv /dev/dri/card1
[    29.594] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    29.594] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    29.594] (==) NVIDIA(0): RGB weight 888
[    29.594] (==) NVIDIA(0): Default visual is TrueColor
[    29.594] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    29.594] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    29.594] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    29.594] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    29.594] (**) NVIDIA(0): Enabling 2D acceleration
[    29.594] (II) Loading sub module "glxserver_nvidia"
[    29.594] (II) LoadModule: "glxserver_nvidia"
[    29.594] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    29.599] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    29.599] 	compiled for 1.6.99.901, module version = 1.0.0
[    29.599] 	Module class: X.Org Server Extension
[    29.599] (II) NVIDIA GLX Module  525.85.05  Sat Jan 14 00:45:09 UTC 2023
[    29.599] (II) NVIDIA: The X server supports PRIME Render Offload.
[    29.601] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 3050 Laptop GPU (GA107-A) at
[    29.601] (II) NVIDIA(0):     PCI:1:0:0 (GPU-0)
[    29.601] (--) NVIDIA(0): Memory: 4194304 kBytes
[    29.601] (--) NVIDIA(0): VideoBIOS: 94.07.62.00.61
[    29.601] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    29.601] (II) NVIDIA(0): Validated MetaModes:
[    29.601] (II) NVIDIA(0):     "NULL"
[    29.601] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    29.601] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    29.601] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    29.601] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    29.601] (==) modeset(G0): RGB weight 888
[    29.601] (==) modeset(G0): Default visual is TrueColor
[    29.601] (II) Loading sub module "glamoregl"
[    29.601] (II) LoadModule: "glamoregl"
[    29.601] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    29.603] (II) Module glamoregl: vendor="X.Org Foundation"
[    29.603] 	compiled for 1.21.1.6, module version = 1.0.1
[    29.603] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    29.626] (II) modeset(G0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[    29.626] (II) modeset(G0): glamor initialized
[    29.627] (II) modeset(G0): Output eDP-1-1 has no monitor section
[    29.627] (II) modeset(G0): Output DP-1-1 has no monitor section
[    29.627] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    29.628] (II) modeset(G0): Output DP-1-2 has no monitor section
[    29.628] (II) modeset(G0): Output DP-1-3 has no monitor section
[    29.628] (II) modeset(G0): Output DP-1-4 has no monitor section
[    29.630] (II) modeset(G0): EDID for output eDP-1-1
[    29.630] (II) modeset(G0): Manufacturer: BOE  Model: a15  Serial#: 0
[    29.630] (II) modeset(G0): Year: 2021  Week: 1
[    29.630] (II) modeset(G0): EDID Version: 1.4
[    29.630] (II) modeset(G0): Digital Display Input
[    29.630] (II) modeset(G0): 8 bits per channel
[    29.630] (II) modeset(G0): Digital interface is DisplayPort
[    29.630] (II) modeset(G0): Max Image Size [cm]: horiz.: 38  vert.: 21
[    29.630] (II) modeset(G0): Gamma: 2.20
[    29.630] (II) modeset(G0): No DPMS capabilities specified
[    29.630] (II) modeset(G0): Supported color encodings: RGB 4:4:4 
[    29.630] (II) modeset(G0): First detailed timing is preferred mode
[    29.630] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    29.630] (II) modeset(G0): Display is continuous-frequency
[    29.630] (II) modeset(G0): redX: 0.595 redY: 0.364   greenX: 0.340 greenY: 0.559
[    29.630] (II) modeset(G0): blueX: 0.156 blueY: 0.123   whiteX: 0.312 whiteY: 0.328
[    29.630] (II) modeset(G0): Manufacturer's mask: 0
[    29.630] (II) modeset(G0): Supported detailed timing:
[    29.630] (II) modeset(G0): clock: 354.7 MHz   Image Size:  381 x 214 mm
[    29.630] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
[    29.630] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
[    29.630] (II) modeset(G0): Supported detailed timing:
[    29.630] (II) modeset(G0): clock: 148.0 MHz   Image Size:  381 x 214 mm
[    29.630] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
[    29.630] (II) modeset(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
[    29.630] (II) modeset(G0): Ranges: V min: 48 V max: 144 Hz, H min: 163 H max: 163 kHz, PixClock max 355 MHz
[    29.630] (II) modeset(G0):  NE173FHM-NX1
[    29.630] (II) modeset(G0): EDID (in hex):
[    29.630] (II) modeset(G0): 	00ffffffffffff0009e5150a00000000
[    29.630] (II) modeset(G0): 	011f0104a5261578035020985d578f28
[    29.630] (II) modeset(G0): 	1f505400000001010101010101010101
[    29.630] (II) modeset(G0): 	010101010101918a8004713832403020
[    29.630] (II) modeset(G0): 	35007dd61000001ad039800471383240
[    29.630] (II) modeset(G0): 	302035007dd61000001a000000fd0030
[    29.630] (II) modeset(G0): 	90a3a323010a202020202020000000fe
[    29.630] (II) modeset(G0): 	004e4531373346484d2d4e58310a00c7
[    29.630] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    29.630] (II) modeset(G0): Modeline "1920x1080"x144.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    29.630] (II) modeset(G0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    29.630] (II) modeset(G0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    29.630] (II) modeset(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    29.630] (II) modeset(G0): Modeline "1920x1080"x60.1  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)
[    29.630] (II) modeset(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    29.630] (II) modeset(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    29.630] (II) modeset(G0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    29.630] (II) modeset(G0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    29.630] (II) modeset(G0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    29.630] (II) modeset(G0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    29.630] (II) modeset(G0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    29.630] (II) modeset(G0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    29.630] (II) modeset(G0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    29.630] (II) modeset(G0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    29.630] (II) modeset(G0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    29.630] (II) modeset(G0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    29.630] (II) modeset(G0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    29.630] (II) modeset(G0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    29.630] (II) modeset(G0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    29.630] (II) modeset(G0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    29.630] (II) modeset(G0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    29.630] (II) modeset(G0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    29.630] (II) modeset(G0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    29.630] (II) modeset(G0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    29.630] (II) modeset(G0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    29.630] (II) modeset(G0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    29.630] (II) modeset(G0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    29.630] (II) modeset(G0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    29.630] (II) modeset(G0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    29.630] (II) modeset(G0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    29.630] (II) modeset(G0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    29.630] (II) modeset(G0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    29.630] (II) modeset(G0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    29.630] (II) modeset(G0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    29.630] (II) modeset(G0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    29.630] (II) modeset(G0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    29.630] (II) modeset(G0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    29.630] (II) modeset(G0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    29.630] (II) modeset(G0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    29.630] (II) modeset(G0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    29.630] (II) modeset(G0): EDID for output DP-1-1
[    29.630] (II) modeset(G0): EDID for output HDMI-1-1
[    29.630] (II) modeset(G0): EDID for output DP-1-2
[    29.630] (II) modeset(G0): EDID for output DP-1-3
[    29.630] (II) modeset(G0): EDID for output DP-1-4
[    29.630] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    29.630] (==) modeset(G0): DPI set to (96, 96)
[    29.630] (II) Loading sub module "fb"
[    29.631] (II) LoadModule: "fb"
[    29.631] (II) Module "fb" already built-in
[    29.631] (II) UnloadModule: "vesa"
[    29.631] (II) Unloading vesa
[    29.631] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    29.631] (II) NVIDIA:     access.
[    29.639] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    29.639] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    29.639] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    29.639] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    29.639] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    29.639] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    29.639] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    29.639] (II) NVIDIA(0):     Config Options in the README.
[    29.650] (II) NVIDIA(0): Setting mode "NULL"
[    29.652] (==) NVIDIA(0): Disabling shared memory pixmaps
[    29.652] (==) NVIDIA(0): Backing store enabled
[    29.652] (==) NVIDIA(0): Silken mouse enabled
[    29.653] (==) NVIDIA(0): DPMS enabled
[    29.653] (WW) NVIDIA(0): Option "PrimaryGPU" is not used
[    29.653] (II) Loading sub module "dri2"
[    29.653] (II) LoadModule: "dri2"
[    29.653] (II) Module "dri2" already built-in
[    29.653] (II) NVIDIA(0): [DRI2] Setup complete
[    29.653] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    29.658] (==) modeset(G0): Backing store enabled
[    29.658] (==) modeset(G0): Silken mouse enabled
[    29.692] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    29.692] (==) modeset(G0): DPMS enabled
[    29.692] (II) modeset(G0): [DRI2] Setup complete
[    29.692] (II) modeset(G0): [DRI2]   DRI driver: iris
[    29.692] (II) modeset(G0): [DRI2]   VDPAU driver: va_gl
[    29.692] (II) modeset(G0): Disable reverse prime offload mode for i915.
[    29.692] (II) Initializing extension Generic Event Extension
[    29.692] (II) Initializing extension SHAPE
[    29.693] (II) Initializing extension MIT-SHM
[    29.693] (II) Initializing extension XInputExtension
[    29.693] (II) Initializing extension XTEST
[    29.693] (II) Initializing extension BIG-REQUESTS
[    29.693] (II) Initializing extension SYNC
[    29.693] (II) Initializing extension XKEYBOARD
[    29.693] (II) Initializing extension XC-MISC
[    29.693] (II) Initializing extension SECURITY
[    29.693] (II) Initializing extension XFIXES
[    29.693] (II) Initializing extension RENDER
[    29.694] (II) Initializing extension RANDR
[    29.694] (II) Initializing extension COMPOSITE
[    29.694] (II) Initializing extension DAMAGE
[    29.694] (II) Initializing extension MIT-SCREEN-SAVER
[    29.694] (II) Initializing extension DOUBLE-BUFFER
[    29.694] (II) Initializing extension RECORD
[    29.694] (II) Initializing extension DPMS
[    29.694] (II) Initializing extension Present
[    29.694] (II) Initializing extension DRI3
[    29.694] (II) Initializing extension X-Resource
[    29.695] (II) Initializing extension XVideo
[    29.695] (II) Initializing extension XVideo-MotionCompensation
[    29.695] (II) Initializing extension GLX
[    29.695] (II) Initializing extension GLX
[    29.695] (II) Indirect GLX disabled.
[    29.695] (II) GLX: Another vendor is already registered for screen 0
[    29.695] (II) Initializing extension XFree86-VidModeExtension
[    29.695] (II) Initializing extension XFree86-DGA
[    29.695] (II) Initializing extension XFree86-DRI
[    29.695] (II) Initializing extension DRI2
[    29.695] (II) Initializing extension NV-GLX
[    29.695] (II) Initializing extension NV-CONTROL
[    29.964] (II) modeset(G0): Damage tracking initialized
[    30.001] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    30.001] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    30.001] (**) Power Button: Applying InputClass "system-keyboard"
[    30.001] (II) LoadModule: "libinput"
[    30.001] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    30.001] (II) Module libinput: vendor="X.Org Foundation"
[    30.001] 	compiled for 1.21.1.3, module version = 1.2.1
[    30.001] 	Module class: X.Org XInput Driver
[    30.001] 	ABI class: X.Org XInput driver, version 24.4
[    30.001] (II) Using input driver 'libinput' for 'Power Button'
[    30.001] (**) Power Button: always reports core events
[    30.001] (**) Option "Device" "/dev/input/event3"
[    30.002] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    30.002] (II) event3  - Power Button: device is a keyboard
[    30.002] (II) event3  - Power Button: device removed
[    30.029] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    30.029] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    30.029] (**) Option "xkb_model" "pc104"
[    30.029] (**) Option "xkb_layout" "us,ru"
[    30.029] (**) Option "xkb_options" "grp:caps_toggle"
[    30.044] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    30.044] (II) event3  - Power Button: device is a keyboard
[    30.044] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    30.044] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    30.044] (**) Video Bus: Applying InputClass "system-keyboard"
[    30.044] (II) Using input driver 'libinput' for 'Video Bus'
[    30.044] (**) Video Bus: always reports core events
[    30.044] (**) Option "Device" "/dev/input/event12"
[    30.045] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    30.045] (II) event12 - Video Bus: device is a keyboard
[    30.045] (II) event12 - Video Bus: device removed
[    30.082] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input111/event12"
[    30.083] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    30.083] (**) Option "xkb_model" "pc104"
[    30.083] (**) Option "xkb_layout" "us,ru"
[    30.083] (**) Option "xkb_options" "grp:caps_toggle"
[    30.085] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    30.085] (II) event12 - Video Bus: device is a keyboard
[    30.086] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    30.086] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    30.086] (**) Power Button: Applying InputClass "system-keyboard"
[    30.086] (II) Using input driver 'libinput' for 'Power Button'
[    30.086] (**) Power Button: always reports core events
[    30.086] (**) Option "Device" "/dev/input/event0"
[    30.087] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    30.087] (II) event0  - Power Button: device is a keyboard
[    30.088] (II) event0  - Power Button: device removed
[    30.116] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    30.116] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    30.116] (**) Option "xkb_model" "pc104"
[    30.116] (**) Option "xkb_layout" "us,ru"
[    30.116] (**) Option "xkb_options" "grp:caps_toggle"
[    30.119] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    30.119] (II) event0  - Power Button: device is a keyboard
[    30.120] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    30.120] (II) No input driver specified, ignoring this device.
[    30.120] (II) This device may have been added with another device file.
[    30.120] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    30.120] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    30.120] (**) Sleep Button: Applying InputClass "system-keyboard"
[    30.120] (II) Using input driver 'libinput' for 'Sleep Button'
[    30.120] (**) Sleep Button: always reports core events
[    30.120] (**) Option "Device" "/dev/input/event1"
[    30.121] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    30.122] (II) event1  - Sleep Button: device is a keyboard
[    30.122] (II) event1  - Sleep Button: device removed
[    30.143] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    30.143] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    30.143] (**) Option "xkb_model" "pc104"
[    30.143] (**) Option "xkb_layout" "us,ru"
[    30.143] (**) Option "xkb_options" "grp:caps_toggle"
[    30.145] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    30.145] (II) event1  - Sleep Button: device is a keyboard
[    30.147] (II) config/udev: Adding input device C-Media Electronics Inc. USB Audio Device (/dev/input/event5)
[    30.147] (**) C-Media Electronics Inc. USB Audio Device: Applying InputClass "libinput keyboard catchall"
[    30.147] (**) C-Media Electronics Inc. USB Audio Device: Applying InputClass "system-keyboard"
[    30.147] (II) Using input driver 'libinput' for 'C-Media Electronics Inc. USB Audio Device'
[    30.147] (**) C-Media Electronics Inc. USB Audio Device: always reports core events
[    30.148] (**) Option "Device" "/dev/input/event5"
[    30.149] (II) event5  - C-Media Electronics Inc. USB Audio Device: is tagged by udev as: Keyboard
[    30.149] (II) event5  - C-Media Electronics Inc. USB Audio Device: device is a keyboard
[    30.149] (II) event5  - C-Media Electronics Inc. USB Audio Device: device removed
[    30.186] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0D8C:0012.0001/input/input6/event5"
[    30.186] (II) XINPUT: Adding extended input device "C-Media Electronics Inc. USB Audio Device" (type: KEYBOARD, id 10)
[    30.186] (**) Option "xkb_model" "pc104"
[    30.186] (**) Option "xkb_layout" "us,ru"
[    30.186] (**) Option "xkb_options" "grp:caps_toggle"
[    30.190] (II) event5  - C-Media Electronics Inc. USB Audio Device: is tagged by udev as: Keyboard
[    30.190] (II) event5  - C-Media Electronics Inc. USB Audio Device: device is a keyboard
[    30.191] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse (/dev/input/event6)
[    30.191] (**) Logitech G102 LIGHTSYNC Gaming Mouse: Applying InputClass "libinput pointer catchall"
[    30.191] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse'
[    30.191] (**) Logitech G102 LIGHTSYNC Gaming Mouse: always reports core events
[    30.191] (**) Option "Device" "/dev/input/event6"
[    30.249] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: is tagged by udev as: Mouse
[    30.249] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: device is a pointer
[    30.250] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: device removed
[    30.289] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:046D:C092.0002/input/input7/event6"
[    30.289] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse" (type: MOUSE, id 11)
[    30.290] (**) Option "AccelerationScheme" "none"
[    30.290] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) selected scheme none/0
[    30.290] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) acceleration factor: 2.000
[    30.290] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) acceleration threshold: 4
[    30.349] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: is tagged by udev as: Mouse
[    30.349] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: device is a pointer
[    30.351] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse (/dev/input/mouse0)
[    30.351] (II) No input driver specified, ignoring this device.
[    30.351] (II) This device may have been added with another device file.
[    30.352] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse Keyboard (/dev/input/event7)
[    30.352] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    30.352] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[    30.352] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse Keyboard'
[    30.352] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: always reports core events
[    30.352] (**) Option "Device" "/dev/input/event7"
[    30.352] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    30.352] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device is a keyboard
[    30.352] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device removed
[    30.373] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: needs a virtual subdevice
[    30.373] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C092.0003/input/input8/event7"
[    30.373] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse Keyboard" (type: MOUSE, id 12)
[    30.373] (**) Option "AccelerationScheme" "none"
[    30.373] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) selected scheme none/0
[    30.373] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[    30.373] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[    30.377] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    30.377] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device is a keyboard
[    30.378] (II) config/udev: Adding input device BisonCam,NB Pro: BisonCam,NB Pr (/dev/input/event9)
[    30.378] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "libinput keyboard catchall"
[    30.378] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "system-keyboard"
[    30.378] (II) Using input driver 'libinput' for 'BisonCam,NB Pro: BisonCam,NB Pr'
[    30.378] (**) BisonCam,NB Pro: BisonCam,NB Pr: always reports core events
[    30.378] (**) Option "Device" "/dev/input/event9"
[    30.380] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    30.380] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    30.380] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[    30.416] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input107/event9"
[    30.416] (II) XINPUT: Adding extended input device "BisonCam,NB Pro: BisonCam,NB Pr" (type: KEYBOARD, id 13)
[    30.416] (**) Option "xkb_model" "pc104"
[    30.416] (**) Option "xkb_layout" "us,ru"
[    30.416] (**) Option "xkb_options" "grp:caps_toggle"
[    30.419] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    30.420] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    30.421] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/event10)
[    30.421] (**) FTCS1000:01 2808:0102 Mouse: Applying InputClass "libinput pointer catchall"
[    30.421] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Mouse'
[    30.421] (**) FTCS1000:01 2808:0102 Mouse: always reports core events
[    30.421] (**) Option "Device" "/dev/input/event10"
[    30.422] (II) event10 - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    30.423] (II) event10 - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    30.424] (II) event10 - FTCS1000:01 2808:0102 Mouse: device removed
[    30.459] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-FTCS1000:01/0018:2808:0102.0004/input/input120/event10"
[    30.459] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Mouse" (type: MOUSE, id 14)
[    30.460] (**) Option "AccelerationScheme" "none"
[    30.460] (**) FTCS1000:01 2808:0102 Mouse: (accel) selected scheme none/0
[    30.460] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration factor: 2.000
[    30.460] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration threshold: 4
[    30.463] (II) event10 - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    30.463] (II) event10 - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    30.466] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/mouse1)
[    30.466] (II) No input driver specified, ignoring this device.
[    30.466] (II) This device may have been added with another device file.
[    30.466] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/event11)
[    30.467] (**) FTCS1000:01 2808:0102 Touchpad: Applying InputClass "libinput touchpad catchall"
[    30.467] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Touchpad'
[    30.467] (**) FTCS1000:01 2808:0102 Touchpad: always reports core events
[    30.467] (**) Option "Device" "/dev/input/event11"
[    30.468] (II) event11 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    30.470] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    30.470] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device removed
[    30.506] (**) Option "Tapping" "on"
[    30.507] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-FTCS1000:01/0018:2808:0102.0004/input/input121/event11"
[    30.507] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Touchpad" (type: TOUCHPAD, id 15)
[    30.510] (**) Option "AccelerationScheme" "none"
[    30.510] (**) FTCS1000:01 2808:0102 Touchpad: (accel) selected scheme none/0
[    30.510] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration factor: 2.000
[    30.510] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration threshold: 4
[    30.512] (II) event11 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    30.512] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    30.512] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/mouse2)
[    30.512] (II) No input driver specified, ignoring this device.
[    30.512] (II) This device may have been added with another device file.
[    30.512] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    30.512] (II) No input driver specified, ignoring this device.
[    30.512] (II) This device may have been added with another device file.
[    30.513] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[    30.513] (II) No input driver specified, ignoring this device.
[    30.513] (II) This device may have been added with another device file.
[    30.513] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    30.513] (II) No input driver specified, ignoring this device.
[    30.513] (II) This device may have been added with another device file.
[    30.513] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    30.513] (II) No input driver specified, ignoring this device.
[    30.513] (II) This device may have been added with another device file.
[    30.513] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    30.513] (II) No input driver specified, ignoring this device.
[    30.513] (II) This device may have been added with another device file.
[    30.513] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    30.513] (II) No input driver specified, ignoring this device.
[    30.513] (II) This device may have been added with another device file.
[    30.513] (II) config/udev: Adding input device Intel HID events (/dev/input/event8)
[    30.513] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    30.513] (**) Intel HID events: Applying InputClass "system-keyboard"
[    30.513] (II) Using input driver 'libinput' for 'Intel HID events'
[    30.513] (**) Intel HID events: always reports core events
[    30.513] (**) Option "Device" "/dev/input/event8"
[    30.513] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[    30.513] (II) event8  - Intel HID events: device is a keyboard
[    30.513] (II) event8  - Intel HID events: device removed
[    30.533] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input106/event8"
[    30.533] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 16)
[    30.533] (**) Option "xkb_model" "pc104"
[    30.533] (**) Option "xkb_layout" "us,ru"
[    30.533] (**) Option "xkb_options" "grp:caps_toggle"
[    30.535] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[    30.535] (II) event8  - Intel HID events: device is a keyboard
[    30.537] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    30.537] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    30.537] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    30.537] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    30.537] (**) AT Translated Set 2 keyboard: always reports core events
[    30.537] (**) Option "Device" "/dev/input/event4"
[    30.538] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    30.538] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    30.539] (II) event4  - AT Translated Set 2 keyboard: device removed
[    30.559] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    30.559] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[    30.559] (**) Option "xkb_model" "pc104"
[    30.559] (**) Option "xkb_layout" "us,ru"
[    30.559] (**) Option "xkb_options" "grp:caps_toggle"
[    30.562] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    30.562] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    30.565] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event20)
[    30.565] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "libinput pointer catchall"
[    30.565] (II) Using input driver 'libinput' for 'ImPS/2 Generic Wheel Mouse'
[    30.565] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    30.565] (**) Option "Device" "/dev/input/event20"
[    30.566] (II) event20 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse
[    30.566] (II) event20 - ImPS/2 Generic Wheel Mouse: device is a pointer
[    30.567] (II) event20 - ImPS/2 Generic Wheel Mouse: device removed
[    30.602] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input119/event20"
[    30.602] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 18)
[    30.603] (**) Option "AccelerationScheme" "none"
[    30.603] (**) ImPS/2 Generic Wheel Mouse: (accel) selected scheme none/0
[    30.603] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[    30.603] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[    30.605] (II) event20 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse
[    30.605] (II) event20 - ImPS/2 Generic Wheel Mouse: device is a pointer
[    30.607] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse3)
[    30.607] (II) No input driver specified, ignoring this device.
[    30.607] (II) This device may have been added with another device file.
[    30.607] (II) config/udev: Adding input device PC Speaker (/dev/input/event19)
[    30.607] (II) No input driver specified, ignoring this device.
[    30.607] (II) This device may have been added with another device file.
[    30.610] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    30.610] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[    30.610] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse Keyboard'
[    30.610] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: always reports core events
[    30.610] (**) Option "Device" "/dev/input/event7"
[    30.610] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is a virtual subdevice
[    30.610] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C092.0003/input/input8/event7"
[    30.610] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse Keyboard" (type: KEYBOARD, id 19)
[    30.610] (**) Option "xkb_model" "pc104"
[    30.610] (**) Option "xkb_layout" "us,ru"
[    30.610] (**) Option "xkb_options" "grp:caps_toggle"
[    37.255] (II) event10 - FTCS1000:01 2808:0102 Mouse: device removed
[    37.336] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device removed
[    37.389] (II) event20 - ImPS/2 Generic Wheel Mouse: device removed
[    37.469] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: SYN_DROPPED event - some input events have been lost.

And replying to your question, no, it's not my end goal to run on the nvidia chip only. Actually, I would rather prefer to run on the Intel chip and run games via "prime-run", I'm just trying anthing to make the second display work. I thought that HDMI is somehow connected to NVIDIA GPU that's why I though of running on NVIDIA only

Offline

#10 2023-01-21 17:16:06

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: Laptop HDMI external display not being detected

I thought that HDMI is somehow connected to NVIDIA GPU

Absolutely not.

The intel chip doesn't detect the output either.

I'd suggest to remove the nvidia-only config (the monitor cannot be connected to the nvidia chip, it has no outputs) and try a different cable.
Is the hdmi monitor actually a tv?

Offline

#11 2023-01-21 17:23:47

mrpinkolik
Member
Registered: 2023-01-21
Posts: 20

Re: Laptop HDMI external display not being detected

Booting up without nvidia only config was my initial setup and it didn't work, that's why I tried to boot with nvidia only config in the first place. And no, it's not a TV, it's a ViewSonic monitor. I don't have another cable right now to test it, but I'm pretty sure it's okay, since both displays are working during boot

Offline

#12 2023-01-21 17:28:32

mrpinkolik
Member
Registered: 2023-01-21
Posts: 20

Re: Laptop HDMI external display not being detected

Here's how it looks like when booted in "regular" mode

[pinkolik@arch-pc ~]$ xrandr -q
xrandr --listproviders
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 381mm x 214mm
   1920x1080    144.00*+  60.01    59.97    59.96    60.08    59.93  
   1680x1050     59.95    59.88  
   1400x1050     74.76    59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     85.02    75.02    60.02  
   1400x900      59.96    59.88  
   1280x960      85.00    60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      75.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      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       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       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  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
Providers: number : 2
Provider 0: id: 0x48 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 6 associated providers: 0 name:modesetting
Provider 1: id: 0x273 cap: 0x0 crtcs: 0 outputs: 0 associated providers: 0 name:NVIDIA-G0

Offline

#13 2023-01-21 17:30:19

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: Laptop HDMI external display not being detected

Booting up without nvidia only config was my initial setup and it didn't work

Ok, but we'll go from there nevertheless, because it eliminates unnecessary complexity.

Post the xorg log for that config and check

for name output in /sys/class/drm/card*; do
echo "========"
echo $output
edid-decode $output/edid
done

Edit: https://aur.archlinux.org/packages/edid-decode-git

Also try to remove the kms hook from /etc/mkinitcpio and explicitly add the i915 module to MODULES there, then rebuild the initramfs.

Last edited by seth (2023-01-21 17:30:48)

Offline

#14 2023-01-21 17:41:45

mrpinkolik
Member
Registered: 2023-01-21
Posts: 20

Re: Laptop HDMI external display not being detected

Here's output of that script

========
/sys/class/drm/card0
========
/sys/class/drm/card1
========
/sys/class/drm/card1-DP-1
EDID of '/sys/class/drm/card1-DP-1/edid' was empty.
========
/sys/class/drm/card1-DP-2
EDID of '/sys/class/drm/card1-DP-2/edid' was empty.
========
/sys/class/drm/card1-DP-3
EDID of '/sys/class/drm/card1-DP-3/edid' was empty.
========
/sys/class/drm/card1-DP-4
EDID of '/sys/class/drm/card1-DP-4/edid' was empty.
========
/sys/class/drm/card1-eDP-1
edid-decode (hex):

00 ff ff ff ff ff ff 00 09 e5 15 0a 00 00 00 00
01 1f 01 04 a5 26 15 78 03 50 20 98 5d 57 8f 28
1f 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
01 01 01 01 01 01 91 8a 80 04 71 38 32 40 30 20
35 00 7d d6 10 00 00 1a d0 39 80 04 71 38 32 40
30 20 35 00 7d d6 10 00 00 1a 00 00 00 fd 00 30
90 a3 a3 23 01 0a 20 20 20 20 20 20 00 00 00 fe
00 4e 45 31 37 33 46 48 4d 2d 4e 58 31 0a 00 c7

----------------

Block 0, Base EDID:
  EDID Structure Version & Revision: 1.4
  Vendor & Product Identification:
    Manufacturer: BOE
    Model: 2581
    Made in: week 1 of 2021
  Basic Display Parameters & Features:
    Digital display
    Bits per primary color channel: 8
    DisplayPort interface
    Maximum image size: 38 cm x 21 cm
    Gamma: 2.20
    Supported color formats: RGB 4:4:4
    First detailed timing includes the native pixel format and preferred refresh rate
    Display is continuous frequency
  Color Characteristics:
    Red  : 0.5947, 0.3642
    Green: 0.3398, 0.5585
    Blue : 0.1562, 0.1230
    White: 0.3125, 0.3281
  Established Timings I & II: none
  Standard Timings: none
  Detailed Timing Descriptors:
    DTD 1:  1920x1080  144.000162 Hz  16:9    162.720 kHz    354.730000 MHz (381 mm x 214 mm)
                 Hfront   48 Hsync  32 Hback  180 Hpol P
                 Vfront    3 Vsync   5 Vback   42 Vpol N
    DTD 2:  1920x1080   60.079565 Hz  16:9     67.890 kHz    148.000000 MHz (381 mm x 214 mm)
                 Hfront   48 Hsync  32 Hback  180 Hpol P
                 Vfront    3 Vsync   5 Vback   42 Vpol N
    Display Range Limits:
      Monitor ranges (Bare Limits): 48-144 Hz V, 163-163 kHz H, max dotclock 350 MHz
    Alphanumeric Data String: 'NE173FHM-NX1'
Checksum: 0xc7
========
/sys/class/drm/card1-HDMI-A-1
EDID of '/sys/class/drm/card1-HDMI-A-1/edid' was empty.

and here's xorg log

[    22.946] 
X.Org X Server 1.21.1.6
X Protocol Version 11, Revision 0
[    22.946] Current Operating System: Linux arch-pc 6.1.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 18 Jan 2023 19:54:38 +0000 x86_64
[    22.946] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm root=/dev/vg/root loglevel=3 quiet ibt=off ipv6.disable=1 nvidia_drm.modeset=1
[    22.946]  
[    22.946] Current version of pixman: 0.42.2
[    22.946] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    22.946] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    22.946] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 21 22:27:13 2023
[    22.947] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    22.947] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    22.949] (==) No Layout section.  Using the first Screen section.
[    22.949] (==) No screen section available. Using defaults.
[    22.949] (**) |-->Screen "Default Screen Section" (0)
[    22.949] (**) |   |-->Monitor "<default monitor>"
[    22.949] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    22.949] (==) Automatically adding devices
[    22.949] (==) Automatically enabling devices
[    22.949] (==) Automatically adding GPU devices
[    22.949] (==) Automatically binding GPU devices
[    22.949] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    22.951] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    22.951] 	Entry deleted from font path.
[    22.952] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    22.952] 	Entry deleted from font path.
[    22.952] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    22.952] 	Entry deleted from font path.
[    22.953] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    22.953] (==) ModulePath set to "/usr/lib/xorg/modules"
[    22.953] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    22.953] (II) Module ABI versions:
[    22.953] 	X.Org ANSI C Emulation: 0.4
[    22.953] 	X.Org Video Driver: 25.2
[    22.953] 	X.Org XInput driver : 24.4
[    22.953] 	X.Org Server Extension : 10.0
[    22.954] (++) using VT number 7

[    22.954] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    22.954] (II) xfree86: Adding drm device (/dev/dri/card0)
[    22.954] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    22.954] (II) xfree86: Adding drm device (/dev/dri/card1)
[    22.954] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    22.962] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    22.963] (--) PCI:*(0@0:2:0) 8086:46a6:1558:0156 rev 12, Mem @ 0x6102000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    22.963] (--) PCI: (1@0:0:0) 10de:25a2:1558:0176 rev 161, Mem @ 0x81000000/16777216, 0x6000000000/4294967296, 0x6100000000/33554432, I/O @ 0x00004000/128
[    22.963] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    22.963] (II) LoadModule: "glx"
[    22.964] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    22.970] (II) Module glx: vendor="X.Org Foundation"
[    22.970] 	compiled for 1.21.1.6, module version = 1.0.0
[    22.970] 	ABI class: X.Org Server Extension, version 10.0
[    22.970] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    22.970] 	loading driver: nvidia
[    22.970] (==) Matched intel as autoconfigured driver 0
[    22.970] (==) Matched nvidia as autoconfigured driver 1
[    22.970] (==) Matched nouveau as autoconfigured driver 2
[    22.970] (==) Matched nv as autoconfigured driver 3
[    22.970] (==) Matched modesetting as autoconfigured driver 4
[    22.970] (==) Matched fbdev as autoconfigured driver 5
[    22.970] (==) Matched vesa as autoconfigured driver 6
[    22.970] (==) Assigned the driver to the xf86ConfigLayout
[    22.970] (II) LoadModule: "intel"
[    22.972] (WW) Warning, couldn't open module intel
[    22.972] (EE) Failed to load module "intel" (module does not exist, 0)
[    22.972] (II) LoadModule: "nvidia"
[    22.972] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    22.976] (II) Module nvidia: vendor="NVIDIA Corporation"
[    22.976] 	compiled for 1.6.99.901, module version = 1.0.0
[    22.976] 	Module class: X.Org Video Driver
[    22.976] (II) LoadModule: "nouveau"
[    22.976] (WW) Warning, couldn't open module nouveau
[    22.976] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    22.976] (II) LoadModule: "nv"
[    22.976] (WW) Warning, couldn't open module nv
[    22.976] (EE) Failed to load module "nv" (module does not exist, 0)
[    22.976] (II) LoadModule: "modesetting"
[    22.976] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    22.979] (II) Module modesetting: vendor="X.Org Foundation"
[    22.979] 	compiled for 1.21.1.6, module version = 1.21.1
[    22.979] 	Module class: X.Org Video Driver
[    22.979] 	ABI class: X.Org Video Driver, version 25.2
[    22.979] (II) LoadModule: "fbdev"
[    22.979] (WW) Warning, couldn't open module fbdev
[    22.979] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    22.979] (II) LoadModule: "vesa"
[    22.979] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    22.980] (II) Module vesa: vendor="X.Org Foundation"
[    22.980] 	compiled for 1.21.1.4, module version = 2.6.0
[    22.980] 	Module class: X.Org Video Driver
[    22.980] 	ABI class: X.Org Video Driver, version 25.2
[    22.980] (II) NVIDIA dlloader X Driver  525.85.05  Sat Jan 14 00:47:44 UTC 2023
[    22.980] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    22.980] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    22.980] (II) VESA: driver for VESA chipsets: vesa
[    22.989] (II) modeset(0): using drv /dev/dri/card1
[    22.989] (II) Loading sub module "fb"
[    22.989] (II) LoadModule: "fb"
[    22.989] (II) Module "fb" already built-in
[    22.989] (II) Loading sub module "wfb"
[    22.989] (II) LoadModule: "wfb"
[    22.989] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    22.990] (II) Module wfb: vendor="X.Org Foundation"
[    22.990] 	compiled for 1.21.1.6, module version = 1.0.0
[    22.990] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    22.990] (II) Loading sub module "ramdac"
[    22.990] (II) LoadModule: "ramdac"
[    22.990] (II) Module "ramdac" already built-in
[    22.991] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    22.991] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    22.991] (==) modeset(0): RGB weight 888
[    22.991] (==) modeset(0): Default visual is TrueColor
[    22.991] (II) Loading sub module "glamoregl"
[    22.991] (II) LoadModule: "glamoregl"
[    22.991] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    22.995] (II) Module glamoregl: vendor="X.Org Foundation"
[    22.995] 	compiled for 1.21.1.6, module version = 1.0.1
[    22.995] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    23.267] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[    23.267] (II) modeset(0): glamor initialized
[    23.267] (==) modeset(0): VariableRefresh: disabled
[    23.267] (==) modeset(0): AsyncFlipSecondaries: disabled
[    23.269] (II) modeset(0): Output eDP-1 has no monitor section
[    23.269] (II) modeset(0): Output DP-1 has no monitor section
[    23.269] (II) modeset(0): Output HDMI-1 has no monitor section
[    23.269] (II) modeset(0): Output DP-2 has no monitor section
[    23.269] (II) modeset(0): Output DP-3 has no monitor section
[    23.269] (II) modeset(0): Output DP-4 has no monitor section
[    23.271] (II) modeset(0): EDID for output eDP-1
[    23.271] (II) modeset(0): Manufacturer: BOE  Model: a15  Serial#: 0
[    23.271] (II) modeset(0): Year: 2021  Week: 1
[    23.271] (II) modeset(0): EDID Version: 1.4
[    23.271] (II) modeset(0): Digital Display Input
[    23.271] (II) modeset(0): 8 bits per channel
[    23.271] (II) modeset(0): Digital interface is DisplayPort
[    23.271] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[    23.271] (II) modeset(0): Gamma: 2.20
[    23.271] (II) modeset(0): No DPMS capabilities specified
[    23.271] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    23.271] (II) modeset(0): First detailed timing is preferred mode
[    23.271] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    23.271] (II) modeset(0): Display is continuous-frequency
[    23.271] (II) modeset(0): redX: 0.595 redY: 0.364   greenX: 0.340 greenY: 0.559
[    23.271] (II) modeset(0): blueX: 0.156 blueY: 0.123   whiteX: 0.312 whiteY: 0.328
[    23.271] (II) modeset(0): Manufacturer's mask: 0
[    23.271] (II) modeset(0): Supported detailed timing:
[    23.271] (II) modeset(0): clock: 354.7 MHz   Image Size:  381 x 214 mm
[    23.271] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
[    23.271] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
[    23.271] (II) modeset(0): Supported detailed timing:
[    23.271] (II) modeset(0): clock: 148.0 MHz   Image Size:  381 x 214 mm
[    23.271] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
[    23.271] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
[    23.271] (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 163 H max: 163 kHz, PixClock max 355 MHz
[    23.271] (II) modeset(0):  NE173FHM-NX1
[    23.271] (II) modeset(0): EDID (in hex):
[    23.271] (II) modeset(0): 	00ffffffffffff0009e5150a00000000
[    23.271] (II) modeset(0): 	011f0104a5261578035020985d578f28
[    23.271] (II) modeset(0): 	1f505400000001010101010101010101
[    23.271] (II) modeset(0): 	010101010101918a8004713832403020
[    23.271] (II) modeset(0): 	35007dd61000001ad039800471383240
[    23.271] (II) modeset(0): 	302035007dd61000001a000000fd0030
[    23.271] (II) modeset(0): 	90a3a323010a202020202020000000fe
[    23.271] (II) modeset(0): 	004e4531373346484d2d4e58310a00c7
[    23.271] (II) modeset(0): Printing probed modes for output eDP-1
[    23.271] (II) modeset(0): Modeline "1920x1080"x144.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    23.271] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    23.271] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    23.271] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    23.271] (II) modeset(0): Modeline "1920x1080"x60.1  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)
[    23.271] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    23.271] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    23.271] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    23.271] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    23.271] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    23.271] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    23.271] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    23.271] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    23.271] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    23.271] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    23.271] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    23.271] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    23.271] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    23.271] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    23.271] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    23.271] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    23.271] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    23.271] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    23.271] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    23.271] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    23.271] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    23.271] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    23.271] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    23.271] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    23.271] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    23.271] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    23.271] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    23.271] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    23.271] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    23.271] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    23.271] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    23.271] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    23.271] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    23.271] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    23.271] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    23.271] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    23.271] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    23.271] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    23.271] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    23.271] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    23.271] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    23.271] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    23.271] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    23.271] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    23.271] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    23.271] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    23.271] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    23.271] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    23.271] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    23.271] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    23.271] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    23.271] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    23.271] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    23.271] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    23.271] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    23.271] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    23.271] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    23.271] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    23.271] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    23.271] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    23.271] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    23.271] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    23.271] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    23.271] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    23.271] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    23.271] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    23.271] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    23.271] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    23.271] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    23.271] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    23.271] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    23.271] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    23.271] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    23.271] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    23.271] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    23.271] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    23.271] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    23.271] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    23.271] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    23.271] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    23.271] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    23.271] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    23.271] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    23.271] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    23.271] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    23.271] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    23.271] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    23.271] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    23.271] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    23.271] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    23.271] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    23.271] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    23.271] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    23.271] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    23.271] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    23.271] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    23.271] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    23.271] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    23.271] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    23.271] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    23.271] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    23.271] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    23.271] (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)
[    23.271] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    23.271] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    23.271] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    23.271] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    23.271] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    23.271] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    23.271] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    23.271] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    23.271] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    23.271] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    23.271] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    23.271] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    23.271] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    23.271] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    23.271] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    23.271] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    23.271] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    23.271] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    23.271] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    23.271] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    23.271] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    23.271] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    23.271] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    23.271] (II) modeset(0): EDID for output DP-1
[    23.271] (II) modeset(0): EDID for output HDMI-1
[    23.272] (II) modeset(0): EDID for output DP-2
[    23.272] (II) modeset(0): EDID for output DP-3
[    23.272] (II) modeset(0): EDID for output DP-4
[    23.272] (II) modeset(0): Output eDP-1 connected
[    23.272] (II) modeset(0): Output DP-1 disconnected
[    23.272] (II) modeset(0): Output HDMI-1 disconnected
[    23.272] (II) modeset(0): Output DP-2 disconnected
[    23.272] (II) modeset(0): Output DP-3 disconnected
[    23.272] (II) modeset(0): Output DP-4 disconnected
[    23.272] (II) modeset(0): Using exact sizes for initial modes
[    23.272] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    23.272] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    23.272] (==) modeset(0): DPI set to (96, 96)
[    23.272] (II) Loading sub module "fb"
[    23.272] (II) LoadModule: "fb"
[    23.272] (II) Module "fb" already built-in
[    23.272] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    23.272] (==) NVIDIA(G0): RGB weight 888
[    23.272] (==) NVIDIA(G0): Default visual is TrueColor
[    23.272] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    23.272] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[    23.272] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    23.272] (**) NVIDIA(G0): Enabling 2D acceleration
[    23.272] (II) Loading sub module "glxserver_nvidia"
[    23.272] (II) LoadModule: "glxserver_nvidia"
[    23.272] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    23.303] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    23.303] 	compiled for 1.6.99.901, module version = 1.0.0
[    23.303] 	Module class: X.Org Server Extension
[    23.303] (II) NVIDIA GLX Module  525.85.05  Sat Jan 14 00:45:09 UTC 2023
[    23.304] (II) NVIDIA: The X server supports PRIME Render Offload.
[    23.329] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 3050 Laptop GPU (GA107-A) at
[    23.329] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[    23.329] (--) NVIDIA(G0): Memory: 4194304 kBytes
[    23.329] (--) NVIDIA(G0): VideoBIOS: 94.07.62.00.61
[    23.329] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    23.329] (II) NVIDIA(G0): Validated MetaModes:
[    23.329] (II) NVIDIA(G0):     "NULL"
[    23.329] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    23.329] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    23.329] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    23.329] (II) UnloadModule: "vesa"
[    23.329] (II) Unloading vesa
[    23.358] (==) modeset(0): Backing store enabled
[    23.358] (==) modeset(0): Silken mouse enabled
[    23.392] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    23.392] (==) modeset(0): DPMS enabled
[    23.392] (II) modeset(0): [DRI2] Setup complete
[    23.392] (II) modeset(0): [DRI2]   DRI driver: iris
[    23.392] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    23.393] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    23.393] (II) NVIDIA:     access.
[    23.400] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    23.400] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    23.400] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    23.400] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    23.400] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    23.400] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    23.400] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    23.400] (II) NVIDIA(G0):     Config Options in the README.
[    23.413] (II) NVIDIA(G0): Setting mode "NULL"
[    23.415] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    23.415] (==) NVIDIA(G0): Backing store enabled
[    23.415] (==) NVIDIA(G0): Silken mouse enabled
[    23.415] (==) NVIDIA(G0): DPMS enabled
[    23.415] (II) Loading sub module "dri2"
[    23.415] (II) LoadModule: "dri2"
[    23.415] (II) Module "dri2" already built-in
[    23.415] (II) NVIDIA(G0): [DRI2] Setup complete
[    23.415] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    23.415] (II) Initializing extension Generic Event Extension
[    23.415] (II) Initializing extension SHAPE
[    23.415] (II) Initializing extension MIT-SHM
[    23.415] (II) Initializing extension XInputExtension
[    23.416] (II) Initializing extension XTEST
[    23.416] (II) Initializing extension BIG-REQUESTS
[    23.416] (II) Initializing extension SYNC
[    23.416] (II) Initializing extension XKEYBOARD
[    23.416] (II) Initializing extension XC-MISC
[    23.416] (II) Initializing extension SECURITY
[    23.416] (II) Initializing extension XFIXES
[    23.416] (II) Initializing extension RENDER
[    23.416] (II) Initializing extension RANDR
[    23.416] (II) Initializing extension COMPOSITE
[    23.416] (II) Initializing extension DAMAGE
[    23.416] (II) Initializing extension MIT-SCREEN-SAVER
[    23.416] (II) Initializing extension DOUBLE-BUFFER
[    23.416] (II) Initializing extension RECORD
[    23.416] (II) Initializing extension DPMS
[    23.416] (II) Initializing extension Present
[    23.416] (II) Initializing extension DRI3
[    23.416] (II) Initializing extension X-Resource
[    23.416] (II) Initializing extension XVideo
[    23.416] (II) Initializing extension XVideo-MotionCompensation
[    23.416] (II) Initializing extension GLX
[    23.416] (II) Initializing extension GLX
[    23.416] (II) Indirect GLX disabled.
[    23.421] (II) AIGLX: Loaded and initialized iris
[    23.421] (II) GLX: Initialized DRI2 GL provider for screen 0
[    23.421] (II) Initializing extension XFree86-VidModeExtension
[    23.421] (II) Initializing extension XFree86-DGA
[    23.421] (II) Initializing extension XFree86-DRI
[    23.421] (II) Initializing extension DRI2
[    23.421] (II) Initializing extension NV-GLX
[    23.421] (II) Initializing extension NV-CONTROL
[    23.421] (II) modeset(0): Damage tracking initialized
[    23.421] (II) modeset(0): Setting screen physical size to 508 x 285
[    23.476] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    23.476] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    23.476] (**) Power Button: Applying InputClass "system-keyboard"
[    23.476] (II) LoadModule: "libinput"
[    23.476] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    23.479] (II) Module libinput: vendor="X.Org Foundation"
[    23.479] 	compiled for 1.21.1.3, module version = 1.2.1
[    23.479] 	Module class: X.Org XInput Driver
[    23.479] 	ABI class: X.Org XInput driver, version 24.4
[    23.479] (II) Using input driver 'libinput' for 'Power Button'
[    23.479] (**) Power Button: always reports core events
[    23.479] (**) Option "Device" "/dev/input/event3"
[    23.482] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    23.482] (II) event3  - Power Button: device is a keyboard
[    23.482] (II) event3  - Power Button: device removed
[    23.501] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    23.501] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    23.501] (**) Option "xkb_model" "pc104"
[    23.501] (**) Option "xkb_layout" "us,ru"
[    23.501] (**) Option "xkb_options" "grp:caps_toggle"
[    23.517] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    23.517] (II) event3  - Power Button: device is a keyboard
[    23.517] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    23.517] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    23.517] (**) Video Bus: Applying InputClass "system-keyboard"
[    23.517] (II) Using input driver 'libinput' for 'Video Bus'
[    23.517] (**) Video Bus: always reports core events
[    23.517] (**) Option "Device" "/dev/input/event12"
[    23.517] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    23.517] (II) event12 - Video Bus: device is a keyboard
[    23.517] (II) event12 - Video Bus: device removed
[    23.581] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input523/event12"
[    23.581] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    23.581] (**) Option "xkb_model" "pc104"
[    23.581] (**) Option "xkb_layout" "us,ru"
[    23.581] (**) Option "xkb_options" "grp:caps_toggle"
[    23.581] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    23.581] (II) event12 - Video Bus: device is a keyboard
[    23.581] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    23.581] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    23.581] (**) Power Button: Applying InputClass "system-keyboard"
[    23.581] (II) Using input driver 'libinput' for 'Power Button'
[    23.581] (**) Power Button: always reports core events
[    23.581] (**) Option "Device" "/dev/input/event0"
[    23.581] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    23.581] (II) event0  - Power Button: device is a keyboard
[    23.581] (II) event0  - Power Button: device removed
[    23.601] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    23.601] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    23.601] (**) Option "xkb_model" "pc104"
[    23.601] (**) Option "xkb_layout" "us,ru"
[    23.601] (**) Option "xkb_options" "grp:caps_toggle"
[    23.601] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    23.601] (II) event0  - Power Button: device is a keyboard
[    23.601] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    23.601] (II) No input driver specified, ignoring this device.
[    23.601] (II) This device may have been added with another device file.
[    23.601] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    23.601] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    23.601] (**) Sleep Button: Applying InputClass "system-keyboard"
[    23.601] (II) Using input driver 'libinput' for 'Sleep Button'
[    23.601] (**) Sleep Button: always reports core events
[    23.601] (**) Option "Device" "/dev/input/event1"
[    23.601] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    23.602] (II) event1  - Sleep Button: device is a keyboard
[    23.602] (II) event1  - Sleep Button: device removed
[    23.627] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    23.627] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    23.627] (**) Option "xkb_model" "pc104"
[    23.627] (**) Option "xkb_layout" "us,ru"
[    23.627] (**) Option "xkb_options" "grp:caps_toggle"
[    23.628] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    23.628] (II) event1  - Sleep Button: device is a keyboard
[    23.628] (II) config/udev: Adding input device C-Media Electronics Inc. USB Audio Device (/dev/input/event5)
[    23.628] (**) C-Media Electronics Inc. USB Audio Device: Applying InputClass "libinput keyboard catchall"
[    23.628] (**) C-Media Electronics Inc. USB Audio Device: Applying InputClass "system-keyboard"
[    23.628] (II) Using input driver 'libinput' for 'C-Media Electronics Inc. USB Audio Device'
[    23.628] (**) C-Media Electronics Inc. USB Audio Device: always reports core events
[    23.628] (**) Option "Device" "/dev/input/event5"
[    23.629] (II) event5  - C-Media Electronics Inc. USB Audio Device: is tagged by udev as: Keyboard
[    23.629] (II) event5  - C-Media Electronics Inc. USB Audio Device: device is a keyboard
[    23.629] (II) event5  - C-Media Electronics Inc. USB Audio Device: device removed
[    23.667] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0D8C:0012.0001/input/input6/event5"
[    23.667] (II) XINPUT: Adding extended input device "C-Media Electronics Inc. USB Audio Device" (type: KEYBOARD, id 10)
[    23.667] (**) Option "xkb_model" "pc104"
[    23.667] (**) Option "xkb_layout" "us,ru"
[    23.667] (**) Option "xkb_options" "grp:caps_toggle"
[    23.668] (II) event5  - C-Media Electronics Inc. USB Audio Device: is tagged by udev as: Keyboard
[    23.668] (II) event5  - C-Media Electronics Inc. USB Audio Device: device is a keyboard
[    23.668] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse (/dev/input/event6)
[    23.668] (**) Logitech G102 LIGHTSYNC Gaming Mouse: Applying InputClass "libinput pointer catchall"
[    23.668] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse'
[    23.668] (**) Logitech G102 LIGHTSYNC Gaming Mouse: always reports core events
[    23.668] (**) Option "Device" "/dev/input/event6"
[    23.728] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: is tagged by udev as: Mouse
[    23.728] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: device is a pointer
[    23.728] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: device removed
[    23.794] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:046D:C092.0002/input/input7/event6"
[    23.794] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse" (type: MOUSE, id 11)
[    23.795] (**) Option "AccelerationScheme" "none"
[    23.795] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) selected scheme none/0
[    23.795] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) acceleration factor: 2.000
[    23.795] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) acceleration threshold: 4
[    23.853] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: is tagged by udev as: Mouse
[    23.854] (II) event6  - Logitech G102 LIGHTSYNC Gaming Mouse: device is a pointer
[    23.855] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse (/dev/input/mouse0)
[    23.855] (II) No input driver specified, ignoring this device.
[    23.855] (II) This device may have been added with another device file.
[    23.856] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse Keyboard (/dev/input/event7)
[    23.856] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    23.856] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[    23.856] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse Keyboard'
[    23.856] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: always reports core events
[    23.856] (**) Option "Device" "/dev/input/event7"
[    23.858] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    23.858] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device is a keyboard
[    23.858] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device removed
[    23.888] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: needs a virtual subdevice
[    23.888] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C092.0003/input/input8/event7"
[    23.888] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse Keyboard" (type: MOUSE, id 12)
[    23.888] (**) Option "AccelerationScheme" "none"
[    23.888] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) selected scheme none/0
[    23.888] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[    23.888] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[    23.891] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    23.891] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device is a keyboard
[    23.892] (II) config/udev: Adding input device BisonCam,NB Pro: BisonCam,NB Pr (/dev/input/event9)
[    23.892] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "libinput keyboard catchall"
[    23.892] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "system-keyboard"
[    23.892] (II) Using input driver 'libinput' for 'BisonCam,NB Pro: BisonCam,NB Pr'
[    23.892] (**) BisonCam,NB Pro: BisonCam,NB Pr: always reports core events
[    23.892] (**) Option "Device" "/dev/input/event9"
[    23.894] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    23.894] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    23.894] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[    23.964] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input519/event9"
[    23.964] (II) XINPUT: Adding extended input device "BisonCam,NB Pro: BisonCam,NB Pr" (type: KEYBOARD, id 13)
[    23.964] (**) Option "xkb_model" "pc104"
[    23.964] (**) Option "xkb_layout" "us,ru"
[    23.964] (**) Option "xkb_options" "grp:caps_toggle"
[    23.968] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    23.968] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    23.969] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/event10)
[    23.969] (**) FTCS1000:01 2808:0102 Mouse: Applying InputClass "libinput pointer catchall"
[    23.969] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Mouse'
[    23.969] (**) FTCS1000:01 2808:0102 Mouse: always reports core events
[    23.969] (**) Option "Device" "/dev/input/event10"
[    23.971] (II) event10 - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    23.971] (II) event10 - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    23.972] (II) event10 - FTCS1000:01 2808:0102 Mouse: device removed
[    24.071] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-FTCS1000:01/0018:2808:0102.0004/input/input532/event10"
[    24.071] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Mouse" (type: MOUSE, id 14)
[    24.071] (**) Option "AccelerationScheme" "none"
[    24.071] (**) FTCS1000:01 2808:0102 Mouse: (accel) selected scheme none/0
[    24.071] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration factor: 2.000
[    24.071] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration threshold: 4
[    24.073] (II) event10 - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    24.074] (II) event10 - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    24.076] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/mouse1)
[    24.076] (II) No input driver specified, ignoring this device.
[    24.076] (II) This device may have been added with another device file.
[    24.076] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/event11)
[    24.076] (**) FTCS1000:01 2808:0102 Touchpad: Applying InputClass "libinput touchpad catchall"
[    24.076] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Touchpad'
[    24.076] (**) FTCS1000:01 2808:0102 Touchpad: always reports core events
[    24.076] (**) Option "Device" "/dev/input/event11"
[    24.077] (II) event11 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    24.077] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    24.077] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device removed
[    24.127] (**) Option "Tapping" "on"
[    24.128] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-FTCS1000:01/0018:2808:0102.0004/input/input533/event11"
[    24.128] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Touchpad" (type: TOUCHPAD, id 15)
[    24.131] (**) Option "AccelerationScheme" "none"
[    24.131] (**) FTCS1000:01 2808:0102 Touchpad: (accel) selected scheme none/0
[    24.131] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration factor: 2.000
[    24.131] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration threshold: 4
[    24.132] (II) event11 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    24.134] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    24.135] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/mouse2)
[    24.135] (II) No input driver specified, ignoring this device.
[    24.135] (II) This device may have been added with another device file.
[    24.136] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    24.136] (II) No input driver specified, ignoring this device.
[    24.136] (II) This device may have been added with another device file.
[    24.136] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[    24.136] (II) No input driver specified, ignoring this device.
[    24.136] (II) This device may have been added with another device file.
[    24.136] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    24.136] (II) No input driver specified, ignoring this device.
[    24.136] (II) This device may have been added with another device file.
[    24.137] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    24.137] (II) No input driver specified, ignoring this device.
[    24.137] (II) This device may have been added with another device file.
[    24.137] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    24.137] (II) No input driver specified, ignoring this device.
[    24.137] (II) This device may have been added with another device file.
[    24.137] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    24.137] (II) No input driver specified, ignoring this device.
[    24.137] (II) This device may have been added with another device file.
[    24.137] (II) config/udev: Adding input device Intel HID events (/dev/input/event8)
[    24.137] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    24.137] (**) Intel HID events: Applying InputClass "system-keyboard"
[    24.137] (II) Using input driver 'libinput' for 'Intel HID events'
[    24.137] (**) Intel HID events: always reports core events
[    24.137] (**) Option "Device" "/dev/input/event8"
[    24.138] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[    24.138] (II) event8  - Intel HID events: device is a keyboard
[    24.138] (II) event8  - Intel HID events: device removed
[    24.158] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input518/event8"
[    24.158] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 16)
[    24.158] (**) Option "xkb_model" "pc104"
[    24.158] (**) Option "xkb_layout" "us,ru"
[    24.158] (**) Option "xkb_options" "grp:caps_toggle"
[    24.160] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[    24.160] (II) event8  - Intel HID events: device is a keyboard
[    24.161] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[    24.161] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    24.161] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    24.161] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    24.161] (**) AT Translated Set 2 keyboard: always reports core events
[    24.161] (**) Option "Device" "/dev/input/event4"
[    24.162] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    24.162] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    24.163] (II) event4  - AT Translated Set 2 keyboard: device removed
[    24.188] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[    24.188] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[    24.188] (**) Option "xkb_model" "pc104"
[    24.188] (**) Option "xkb_layout" "us,ru"
[    24.188] (**) Option "xkb_options" "grp:caps_toggle"
[    24.190] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    24.190] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[    24.193] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event20)
[    24.193] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "libinput pointer catchall"
[    24.193] (II) Using input driver 'libinput' for 'ImPS/2 Generic Wheel Mouse'
[    24.193] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    24.193] (**) Option "Device" "/dev/input/event20"
[    24.194] (II) event20 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse
[    24.194] (II) event20 - ImPS/2 Generic Wheel Mouse: device is a pointer
[    24.195] (II) event20 - ImPS/2 Generic Wheel Mouse: device removed
[    24.258] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input530/event20"
[    24.258] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 18)
[    24.258] (**) Option "AccelerationScheme" "none"
[    24.258] (**) ImPS/2 Generic Wheel Mouse: (accel) selected scheme none/0
[    24.258] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[    24.258] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[    24.261] (II) event20 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse
[    24.261] (II) event20 - ImPS/2 Generic Wheel Mouse: device is a pointer
[    24.262] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse3)
[    24.262] (II) No input driver specified, ignoring this device.
[    24.262] (II) This device may have been added with another device file.
[    24.263] (II) config/udev: Adding input device PC Speaker (/dev/input/event19)
[    24.263] (II) No input driver specified, ignoring this device.
[    24.263] (II) This device may have been added with another device file.
[    24.331] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    24.331] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[    24.331] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse Keyboard'
[    24.331] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: always reports core events
[    24.331] (**) Option "Device" "/dev/input/event7"
[    24.331] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is a virtual subdevice
[    24.331] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C092.0003/input/input8/event7"
[    24.331] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse Keyboard" (type: KEYBOARD, id 19)
[    24.331] (**) Option "xkb_model" "pc104"
[    24.331] (**) Option "xkb_layout" "us,ru"
[    24.331] (**) Option "xkb_options" "grp:caps_toggle"
[    24.365] (II) config/udev: removing device Intel HID events
[    24.365] (II) event8  - Intel HID events: device removed
[    24.391] (II) UnloadModule: "libinput"
[    24.392] (II) config/udev: Adding input device Intel HID events (/dev/input/event8)
[    24.392] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    24.392] (**) Intel HID events: Applying InputClass "system-keyboard"
[    24.392] (II) Using input driver 'libinput' for 'Intel HID events'
[    24.392] (**) Intel HID events: always reports core events
[    24.392] (**) Option "Device" "/dev/input/event8"
[    24.393] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[    24.394] (II) event8  - Intel HID events: device is a keyboard
[    24.394] (II) event8  - Intel HID events: device removed
[    24.417] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input518/event8"
[    24.418] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 16)
[    24.418] (**) Option "xkb_model" "pc104"
[    24.418] (**) Option "xkb_layout" "us,ru"
[    24.418] (**) Option "xkb_options" "grp:caps_toggle"
[    24.420] (II) event8  - Intel HID events: is tagged by udev as: Keyboard
[    24.420] (II) event8  - Intel HID events: device is a keyboard
[    24.421] (II) config/udev: removing device BisonCam,NB Pro: BisonCam,NB Pr
[    24.421] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[    24.477] (II) UnloadModule: "libinput"
[    24.479] (II) config/udev: Adding input device BisonCam,NB Pro: BisonCam,NB Pr (/dev/input/event9)
[    24.479] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "libinput keyboard catchall"
[    24.479] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "system-keyboard"
[    24.479] (II) Using input driver 'libinput' for 'BisonCam,NB Pro: BisonCam,NB Pr'
[    24.479] (**) BisonCam,NB Pro: BisonCam,NB Pr: always reports core events
[    24.479] (**) Option "Device" "/dev/input/event9"
[    24.481] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    24.481] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    24.482] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[    24.557] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input519/event9"
[    24.558] (II) XINPUT: Adding extended input device "BisonCam,NB Pro: BisonCam,NB Pr" (type: KEYBOARD, id 13)
[    24.558] (**) Option "xkb_model" "pc104"
[    24.558] (**) Option "xkb_layout" "us,ru"
[    24.558] (**) Option "xkb_options" "grp:caps_toggle"
[    24.561] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    24.562] (II) event9  - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    24.563] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:02.0/drm/card1 /dev/dri/card1
[    24.564] xf86: remove device 1 /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[    24.564] failed to find screen to remove
[    24.564] (II) config/udev: removing device Video Bus
[    24.564] (II) event12 - Video Bus: device removed
[    24.644] (II) UnloadModule: "libinput"
[    24.645] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[    24.645] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    24.645] (**) Video Bus: Applying InputClass "system-keyboard"
[    24.645] (II) Using input driver 'libinput' for 'Video Bus'
[    24.645] (**) Video Bus: always reports core events
[    24.645] (**) Option "Device" "/dev/input/event12"
[    24.647] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    24.647] (II) event12 - Video Bus: device is a keyboard
[    24.647] (II) event12 - Video Bus: device removed
[    24.717] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input523/event12"
[    24.718] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    24.718] (**) Option "xkb_model" "pc104"
[    24.718] (**) Option "xkb_layout" "us,ru"
[    24.718] (**) Option "xkb_options" "grp:caps_toggle"
[    24.720] (II) event12 - Video Bus: is tagged by udev as: Keyboard
[    24.720] (II) event12 - Video Bus: device is a keyboard
[    24.722] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    24.722] (II) No input driver specified, ignoring this device.
[    24.722] (II) This device may have been added with another device file.
[    24.722] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[    24.722] (II) No input driver specified, ignoring this device.
[    24.722] (II) This device may have been added with another device file.
[    24.723] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    24.723] (II) No input driver specified, ignoring this device.
[    24.723] (II) This device may have been added with another device file.
[    24.723] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    24.723] (II) No input driver specified, ignoring this device.
[    24.723] (II) This device may have been added with another device file.
[    24.723] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    24.723] (II) No input driver specified, ignoring this device.
[    24.723] (II) This device may have been added with another device file.
[    24.724] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    24.724] (II) No input driver specified, ignoring this device.
[    24.724] (II) This device may have been added with another device file.
[    24.724] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/mouse1)
[    24.724] (II) No input driver specified, ignoring this device.
[    24.724] (II) This device may have been added with another device file.
[    24.724] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/mouse2)
[    24.724] (II) No input driver specified, ignoring this device.
[    24.724] (II) This device may have been added with another device file.
[    24.724] (II) config/udev: Adding input device PC Speaker (/dev/input/event19)
[    24.724] (II) No input driver specified, ignoring this device.
[    24.724] (II) This device may have been added with another device file.
[    24.724] (II) config/udev: removing device FTCS1000:01 2808:0102 Mouse
[    24.724] (II) event10 - FTCS1000:01 2808:0102 Mouse: device removed
[    24.791] (II) UnloadModule: "libinput"
[    24.791] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/event10)
[    24.791] (**) FTCS1000:01 2808:0102 Mouse: Applying InputClass "libinput pointer catchall"
[    24.791] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Mouse'
[    24.791] (**) FTCS1000:01 2808:0102 Mouse: always reports core events
[    24.792] (**) Option "Device" "/dev/input/event10"
[    24.793] (II) event10 - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    24.793] (II) event10 - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    24.795] (II) event10 - FTCS1000:01 2808:0102 Mouse: device removed
[    24.854] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-FTCS1000:01/0018:2808:0102.0004/input/input532/event10"
[    24.854] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Mouse" (type: MOUSE, id 14)
[    24.854] (**) Option "AccelerationScheme" "none"
[    24.854] (**) FTCS1000:01 2808:0102 Mouse: (accel) selected scheme none/0
[    24.854] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration factor: 2.000
[    24.854] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration threshold: 4
[    24.854] (II) event10 - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    24.855] (II) event10 - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    24.855] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse3)
[    24.855] (II) No input driver specified, ignoring this device.
[    24.855] (II) This device may have been added with another device file.
[    24.855] (II) config/udev: removing device FTCS1000:01 2808:0102 Touchpad
[    24.855] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device removed
[    24.934] (II) UnloadModule: "libinput"
[    24.935] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/event11)
[    24.935] (**) FTCS1000:01 2808:0102 Touchpad: Applying InputClass "libinput touchpad catchall"
[    24.936] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Touchpad'
[    24.936] (**) FTCS1000:01 2808:0102 Touchpad: always reports core events
[    24.936] (**) Option "Device" "/dev/input/event11"
[    24.938] (II) event11 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    24.940] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    24.940] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device removed
[    25.034] (**) Option "Tapping" "on"
[    25.034] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-9/i2c-FTCS1000:01/0018:2808:0102.0004/input/input533/event11"
[    25.034] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Touchpad" (type: TOUCHPAD, id 15)
[    25.036] (**) Option "AccelerationScheme" "none"
[    25.036] (**) FTCS1000:01 2808:0102 Touchpad: (accel) selected scheme none/0
[    25.036] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration factor: 2.000
[    25.036] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration threshold: 4
[    25.037] (II) event11 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    25.038] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    25.038] (II) config/udev: removing device ImPS/2 Generic Wheel Mouse
[    25.038] (II) event20 - ImPS/2 Generic Wheel Mouse: device removed
[    25.101] (II) UnloadModule: "libinput"
[    25.101] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event20)
[    25.101] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "libinput pointer catchall"
[    25.101] (II) Using input driver 'libinput' for 'ImPS/2 Generic Wheel Mouse'
[    25.101] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    25.101] (**) Option "Device" "/dev/input/event20"
[    25.102] (II) event20 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse
[    25.102] (II) event20 - ImPS/2 Generic Wheel Mouse: device is a pointer
[    25.103] (II) event20 - ImPS/2 Generic Wheel Mouse: device removed
[    25.154] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input530/event20"
[    25.154] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 18)
[    25.155] (**) Option "AccelerationScheme" "none"
[    25.155] (**) ImPS/2 Generic Wheel Mouse: (accel) selected scheme none/0
[    25.155] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[    25.155] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[    25.158] (II) event20 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse
[    25.159] (II) event20 - ImPS/2 Generic Wheel Mouse: device is a pointer
[    36.358] (II) modeset(0): EDID vendor "BOE", prod id 2581
[    36.358] (II) modeset(0): Using EDID range info for horizontal sync
[    36.358] (II) modeset(0): Using EDID range info for vertical refresh
[    36.358] (II) modeset(0): Printing DDC gathered Modelines:
[    36.358] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    36.358] (II) modeset(0): Modeline "1920x1080"x0.0  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)
[    36.373] (II) event10 - FTCS1000:01 2808:0102 Mouse: device removed
[    36.427] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device removed
[    36.490] (II) event20 - ImPS/2 Generic Wheel Mouse: device removed
[    68.500] (II) modeset(0): EDID vendor "BOE", prod id 2581
[    68.500] (II) modeset(0): Using hsync ranges from config file
[    68.500] (II) modeset(0): Using vrefresh ranges from config file
[    68.500] (II) modeset(0): Printing DDC gathered Modelines:
[    68.500] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    68.500] (II) modeset(0): Modeline "1920x1080"x0.0  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)
[    68.514] (II) modeset(0): EDID vendor "BOE", prod id 2581
[    68.514] (II) modeset(0): Using hsync ranges from config file
[    68.514] (II) modeset(0): Using vrefresh ranges from config file
[    68.514] (II) modeset(0): Printing DDC gathered Modelines:
[    68.514] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    68.514] (II) modeset(0): Modeline "1920x1080"x0.0  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)
[    68.521] (II) modeset(0): EDID vendor "BOE", prod id 2581
[    68.521] (II) modeset(0): Using hsync ranges from config file
[    68.521] (II) modeset(0): Using vrefresh ranges from config file
[    68.521] (II) modeset(0): Printing DDC gathered Modelines:
[    68.521] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    68.521] (II) modeset(0): Modeline "1920x1080"x0.0  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)

And now I'll try to remove hook from mkinitcpio and update here if something changes

EDIT:
So I added i915 module, hook kms was not present so I didn't modify hooks.
What changed: the second display wasn't working while booting this time.

xorg log

[    40.143] 
X.Org X Server 1.21.1.6
X Protocol Version 11, Revision 0
[    40.143] Current Operating System: Linux arch-pc 6.1.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 18 Jan 2023 19:54:38 +0000 x86_64
[    40.143] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm root=/dev/vg/root loglevel=3 quiet ibt=off ipv6.disable=1 nvidia_drm.modeset=1
[    40.143]  
[    40.143] Current version of pixman: 0.42.2
[    40.143] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    40.143] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    40.143] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 21 22:45:56 2023
[    40.145] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    40.145] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    40.147] (==) No Layout section.  Using the first Screen section.
[    40.147] (==) No screen section available. Using defaults.
[    40.147] (**) |-->Screen "Default Screen Section" (0)
[    40.147] (**) |   |-->Monitor "<default monitor>"
[    40.148] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    40.148] (==) Automatically adding devices
[    40.148] (==) Automatically enabling devices
[    40.148] (==) Automatically adding GPU devices
[    40.148] (==) Automatically binding GPU devices
[    40.148] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    40.150] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    40.150] 	Entry deleted from font path.
[    40.151] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    40.151] 	Entry deleted from font path.
[    40.151] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    40.151] 	Entry deleted from font path.
[    40.154] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    40.154] (==) ModulePath set to "/usr/lib/xorg/modules"
[    40.154] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    40.154] (II) Module ABI versions:
[    40.154] 	X.Org ANSI C Emulation: 0.4
[    40.154] 	X.Org Video Driver: 25.2
[    40.154] 	X.Org XInput driver : 24.4
[    40.154] 	X.Org Server Extension : 10.0
[    40.154] (++) using VT number 7

[    40.154] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    40.154] (II) xfree86: Adding drm device (/dev/dri/card0)
[    40.154] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    40.529] (--) PCI:*(0@0:2:0) 8086:46a6:1558:0156 rev 12, Mem @ 0x6102000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    40.529] (--) PCI: (1@0:0:0) 10de:25a2:1558:0176 rev 161, Mem @ 0x81000000/16777216, 0x6000000000/4294967296, 0x6100000000/33554432, I/O @ 0x00004000/128
[    40.529] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    40.529] (II) LoadModule: "glx"
[    40.530] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    40.536] (II) Module glx: vendor="X.Org Foundation"
[    40.536] 	compiled for 1.21.1.6, module version = 1.0.0
[    40.536] 	ABI class: X.Org Server Extension, version 10.0
[    40.536] (==) Matched intel as autoconfigured driver 0
[    40.536] (==) Matched modesetting as autoconfigured driver 1
[    40.536] (==) Matched fbdev as autoconfigured driver 2
[    40.536] (==) Matched vesa as autoconfigured driver 3
[    40.536] (==) Assigned the driver to the xf86ConfigLayout
[    40.536] (II) LoadModule: "intel"
[    40.537] (WW) Warning, couldn't open module intel
[    40.537] (EE) Failed to load module "intel" (module does not exist, 0)
[    40.537] (II) LoadModule: "modesetting"
[    40.537] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    40.539] (II) Module modesetting: vendor="X.Org Foundation"
[    40.539] 	compiled for 1.21.1.6, module version = 1.21.1
[    40.539] 	Module class: X.Org Video Driver
[    40.539] 	ABI class: X.Org Video Driver, version 25.2
[    40.539] (II) LoadModule: "fbdev"
[    40.539] (WW) Warning, couldn't open module fbdev
[    40.539] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    40.539] (II) LoadModule: "vesa"
[    40.539] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    40.539] (II) Module vesa: vendor="X.Org Foundation"
[    40.539] 	compiled for 1.21.1.4, module version = 2.6.0
[    40.539] 	Module class: X.Org Video Driver
[    40.539] 	ABI class: X.Org Video Driver, version 25.2
[    40.539] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    40.539] (II) VESA: driver for VESA chipsets: vesa
[    41.452] (II) modeset(0): using drv /dev/dri/card0
[    41.453] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    41.453] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    41.453] (==) modeset(0): RGB weight 888
[    41.453] (==) modeset(0): Default visual is TrueColor
[    41.453] (II) Loading sub module "glamoregl"
[    41.453] (II) LoadModule: "glamoregl"
[    41.453] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    41.461] (II) Module glamoregl: vendor="X.Org Foundation"
[    41.461] 	compiled for 1.21.1.6, module version = 1.0.1
[    41.461] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    42.008] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[    42.008] (II) modeset(0): glamor initialized
[    42.008] (==) modeset(0): VariableRefresh: disabled
[    42.008] (==) modeset(0): AsyncFlipSecondaries: disabled
[    42.009] (II) modeset(0): Output eDP-1 has no monitor section
[    42.010] (II) modeset(0): Output DP-1 has no monitor section
[    42.010] (II) modeset(0): Output HDMI-1 has no monitor section
[    42.010] (II) modeset(0): Output DP-2 has no monitor section
[    42.010] (II) modeset(0): Output DP-3 has no monitor section
[    42.010] (II) modeset(0): Output DP-4 has no monitor section
[    42.012] (II) modeset(0): EDID for output eDP-1
[    42.012] (II) modeset(0): Manufacturer: BOE  Model: a15  Serial#: 0
[    42.012] (II) modeset(0): Year: 2021  Week: 1
[    42.012] (II) modeset(0): EDID Version: 1.4
[    42.012] (II) modeset(0): Digital Display Input
[    42.012] (II) modeset(0): 8 bits per channel
[    42.012] (II) modeset(0): Digital interface is DisplayPort
[    42.012] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[    42.012] (II) modeset(0): Gamma: 2.20
[    42.012] (II) modeset(0): No DPMS capabilities specified
[    42.012] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    42.012] (II) modeset(0): First detailed timing is preferred mode
[    42.012] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    42.012] (II) modeset(0): Display is continuous-frequency
[    42.012] (II) modeset(0): redX: 0.595 redY: 0.364   greenX: 0.340 greenY: 0.559
[    42.012] (II) modeset(0): blueX: 0.156 blueY: 0.123   whiteX: 0.312 whiteY: 0.328
[    42.012] (II) modeset(0): Manufacturer's mask: 0
[    42.012] (II) modeset(0): Supported detailed timing:
[    42.012] (II) modeset(0): clock: 354.7 MHz   Image Size:  381 x 214 mm
[    42.012] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
[    42.012] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
[    42.012] (II) modeset(0): Supported detailed timing:
[    42.012] (II) modeset(0): clock: 148.0 MHz   Image Size:  381 x 214 mm
[    42.012] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
[    42.012] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
[    42.012] (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 163 H max: 163 kHz, PixClock max 355 MHz
[    42.012] (II) modeset(0):  NE173FHM-NX1
[    42.012] (II) modeset(0): EDID (in hex):
[    42.012] (II) modeset(0): 	00ffffffffffff0009e5150a00000000
[    42.012] (II) modeset(0): 	011f0104a5261578035020985d578f28
[    42.012] (II) modeset(0): 	1f505400000001010101010101010101
[    42.012] (II) modeset(0): 	010101010101918a8004713832403020
[    42.012] (II) modeset(0): 	35007dd61000001ad039800471383240
[    42.012] (II) modeset(0): 	302035007dd61000001a000000fd0030
[    42.012] (II) modeset(0): 	90a3a323010a202020202020000000fe
[    42.012] (II) modeset(0): 	004e4531373346484d2d4e58310a00c7
[    42.012] (II) modeset(0): Printing probed modes for output eDP-1
[    42.012] (II) modeset(0): Modeline "1920x1080"x144.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    42.012] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    42.012] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    42.012] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    42.012] (II) modeset(0): Modeline "1920x1080"x60.1  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)
[    42.012] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    42.012] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    42.012] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    42.013] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    42.013] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    42.013] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    42.013] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    42.013] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    42.013] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    42.013] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    42.013] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    42.013] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    42.013] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    42.013] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    42.013] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    42.013] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    42.013] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    42.013] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    42.013] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    42.013] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    42.013] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    42.013] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    42.013] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    42.013] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    42.013] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    42.013] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    42.013] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    42.013] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    42.013] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    42.013] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    42.013] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    42.013] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    42.013] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    42.013] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    42.013] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    42.013] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    42.013] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    42.013] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    42.013] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    42.013] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    42.013] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    42.013] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    42.013] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    42.013] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    42.013] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    42.013] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    42.013] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    42.013] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    42.013] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    42.013] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    42.013] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    42.013] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    42.013] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    42.013] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    42.013] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    42.013] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    42.013] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    42.013] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    42.013] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    42.013] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    42.013] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    42.013] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    42.013] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    42.013] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    42.013] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    42.013] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    42.013] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    42.013] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    42.013] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    42.013] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    42.013] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    42.013] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    42.013] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    42.013] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    42.013] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    42.013] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    42.013] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    42.013] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    42.013] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    42.013] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    42.013] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    42.013] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    42.013] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    42.013] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    42.013] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    42.013] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    42.013] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    42.013] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    42.013] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    42.013] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    42.013] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    42.013] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    42.013] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    42.013] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    42.013] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    42.013] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    42.013] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    42.013] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    42.013] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    42.013] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    42.013] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    42.013] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    42.013] (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)
[    42.013] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    42.013] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    42.013] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    42.013] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    42.013] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    42.013] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    42.013] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    42.013] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    42.013] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    42.013] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    42.013] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    42.013] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    42.013] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    42.013] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    42.013] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    42.013] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    42.013] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    42.013] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    42.013] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    42.013] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    42.013] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    42.013] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    42.013] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    42.013] (II) modeset(0): EDID for output DP-1
[    42.013] (II) modeset(0): EDID for output HDMI-1
[    42.013] (II) modeset(0): EDID for output DP-2
[    42.013] (II) modeset(0): EDID for output DP-3
[    42.013] (II) modeset(0): EDID for output DP-4
[    42.013] (II) modeset(0): Output eDP-1 connected
[    42.013] (II) modeset(0): Output DP-1 disconnected
[    42.013] (II) modeset(0): Output HDMI-1 disconnected
[    42.013] (II) modeset(0): Output DP-2 disconnected
[    42.013] (II) modeset(0): Output DP-3 disconnected
[    42.013] (II) modeset(0): Output DP-4 disconnected
[    42.013] (II) modeset(0): Using exact sizes for initial modes
[    42.013] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    42.013] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    42.013] (==) modeset(0): DPI set to (96, 96)
[    42.013] (II) Loading sub module "fb"
[    42.013] (II) LoadModule: "fb"
[    42.013] (II) Module "fb" already built-in
[    42.013] (II) UnloadModule: "vesa"
[    42.013] (II) Unloading vesa
[    42.040] (==) modeset(0): Backing store enabled
[    42.040] (==) modeset(0): Silken mouse enabled
[    42.071] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    42.071] (==) modeset(0): DPMS enabled
[    42.071] (II) modeset(0): [DRI2] Setup complete
[    42.071] (II) modeset(0): [DRI2]   DRI driver: iris
[    42.071] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    42.071] (II) Initializing extension Generic Event Extension
[    42.071] (II) Initializing extension SHAPE
[    42.071] (II) Initializing extension MIT-SHM
[    42.072] (II) Initializing extension XInputExtension
[    42.072] (II) Initializing extension XTEST
[    42.072] (II) Initializing extension BIG-REQUESTS
[    42.072] (II) Initializing extension SYNC
[    42.072] (II) Initializing extension XKEYBOARD
[    42.072] (II) Initializing extension XC-MISC
[    42.072] (II) Initializing extension SECURITY
[    42.072] (II) Initializing extension XFIXES
[    42.072] (II) Initializing extension RENDER
[    42.073] (II) Initializing extension RANDR
[    42.073] (II) Initializing extension COMPOSITE
[    42.073] (II) Initializing extension DAMAGE
[    42.073] (II) Initializing extension MIT-SCREEN-SAVER
[    42.073] (II) Initializing extension DOUBLE-BUFFER
[    42.073] (II) Initializing extension RECORD
[    42.073] (II) Initializing extension DPMS
[    42.073] (II) Initializing extension Present
[    42.074] (II) Initializing extension DRI3
[    42.074] (II) Initializing extension X-Resource
[    42.074] (II) Initializing extension XVideo
[    42.074] (II) Initializing extension XVideo-MotionCompensation
[    42.074] (II) Initializing extension GLX
[    42.335] (II) AIGLX: Loaded and initialized iris
[    42.335] (II) GLX: Initialized DRI2 GL provider for screen 0
[    42.335] (II) Initializing extension XFree86-VidModeExtension
[    42.336] (II) Initializing extension XFree86-DGA
[    42.336] (II) Initializing extension XFree86-DRI
[    42.336] (II) Initializing extension DRI2
[    42.337] (II) modeset(0): Damage tracking initialized
[    42.337] (II) modeset(0): Setting screen physical size to 508 x 285
[    42.408] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    42.408] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    42.408] (**) Power Button: Applying InputClass "system-keyboard"
[    42.408] (II) LoadModule: "libinput"
[    42.408] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    42.412] (II) Module libinput: vendor="X.Org Foundation"
[    42.412] 	compiled for 1.21.1.3, module version = 1.2.1
[    42.412] 	Module class: X.Org XInput Driver
[    42.412] 	ABI class: X.Org XInput driver, version 24.4
[    42.412] (II) Using input driver 'libinput' for 'Power Button'
[    42.412] (**) Power Button: always reports core events
[    42.412] (**) Option "Device" "/dev/input/event3"
[    42.415] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    42.415] (II) event3  - Power Button: device is a keyboard
[    42.415] (II) event3  - Power Button: device removed
[    42.436] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    42.436] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    42.436] (**) Option "xkb_model" "pc104"
[    42.436] (**) Option "xkb_layout" "us,ru"
[    42.436] (**) Option "xkb_options" "grp:caps_toggle"
[    42.457] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    42.457] (II) event3  - Power Button: device is a keyboard
[    42.457] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    42.457] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    42.457] (**) Video Bus: Applying InputClass "system-keyboard"
[    42.457] (II) Using input driver 'libinput' for 'Video Bus'
[    42.457] (**) Video Bus: always reports core events
[    42.457] (**) Option "Device" "/dev/input/event4"
[    42.458] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    42.458] (II) event4  - Video Bus: device is a keyboard
[    42.458] (II) event4  - Video Bus: device removed
[    42.509] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[    42.509] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    42.509] (**) Option "xkb_model" "pc104"
[    42.509] (**) Option "xkb_layout" "us,ru"
[    42.509] (**) Option "xkb_options" "grp:caps_toggle"
[    42.512] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    42.512] (II) event4  - Video Bus: device is a keyboard
[    42.513] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    42.513] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    42.513] (**) Power Button: Applying InputClass "system-keyboard"
[    42.513] (II) Using input driver 'libinput' for 'Power Button'
[    42.513] (**) Power Button: always reports core events
[    42.513] (**) Option "Device" "/dev/input/event0"
[    42.514] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    42.514] (II) event0  - Power Button: device is a keyboard
[    42.514] (II) event0  - Power Button: device removed
[    42.536] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    42.536] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    42.536] (**) Option "xkb_model" "pc104"
[    42.536] (**) Option "xkb_layout" "us,ru"
[    42.536] (**) Option "xkb_options" "grp:caps_toggle"
[    42.538] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    42.539] (II) event0  - Power Button: device is a keyboard
[    42.540] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    42.540] (II) No input driver specified, ignoring this device.
[    42.540] (II) This device may have been added with another device file.
[    42.540] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    42.540] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    42.540] (**) Sleep Button: Applying InputClass "system-keyboard"
[    42.540] (II) Using input driver 'libinput' for 'Sleep Button'
[    42.540] (**) Sleep Button: always reports core events
[    42.540] (**) Option "Device" "/dev/input/event1"
[    42.541] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    42.541] (II) event1  - Sleep Button: device is a keyboard
[    42.542] (II) event1  - Sleep Button: device removed
[    42.566] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    42.566] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    42.566] (**) Option "xkb_model" "pc104"
[    42.566] (**) Option "xkb_layout" "us,ru"
[    42.566] (**) Option "xkb_options" "grp:caps_toggle"
[    42.568] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    42.569] (II) event1  - Sleep Button: device is a keyboard
[    42.569] (II) config/udev: Adding drm device (/dev/dri/card1)
[    42.569] (II) xfree86: Adding drm device (/dev/dri/card1)
[    42.569] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    42.569] (II) LoadModule: "modesetting"
[    42.569] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    42.569] (II) Module modesetting: vendor="X.Org Foundation"
[    42.569] 	compiled for 1.21.1.6, module version = 1.21.1
[    42.570] 	Module class: X.Org Video Driver
[    42.570] 	ABI class: X.Org Video Driver, version 25.2
[    42.570] (II) UnloadModule: "modesetting"
[    42.570] (II) Unloading modesetting
[    42.570] (II) Failed to load module "modesetting" (already loaded, 0)
[    42.570] (II) modeset(G0): using drv /dev/dri/card1
[    42.570] (II) modeset(G0): Using 24bpp hw front buffer with 32bpp shadow
[    42.570] (II) modeset(G0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    42.570] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    42.570] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    42.570] (==) modeset(G0): RGB weight 888
[    42.570] (==) modeset(G0): Default visual is TrueColor
[    42.570] (**) modeset(G0): Cannot use glamor with 24bpp packed fb
[    42.570] (II) modeset(G0): ShadowFB: preferred YES, enabled FORCE
[    42.570] (II) modeset(G0): Double-buffered shadow updates: off
[    42.570] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    42.570] (==) modeset(G0): DPI set to (96, 96)
[    42.570] (II) Loading sub module "fb"
[    42.570] (II) LoadModule: "fb"
[    42.570] (II) Module "fb" already built-in
[    42.570] (II) Loading sub module "shadow"
[    42.570] (II) LoadModule: "shadow"
[    42.570] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    42.571] (II) Module shadow: vendor="X.Org Foundation"
[    42.571] 	compiled for 1.21.1.6, module version = 1.1.0
[    42.571] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    42.572] (==) modeset(G0): Backing store enabled
[    42.572] (==) modeset(G0): Silken mouse enabled
[    42.572] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    42.572] (==) modeset(G0): DPMS enabled
[    42.572] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    42.572] (II) modeset(G0): Damage tracking initialized
[    42.572] xf86: found device 2
[    42.573] (II) config/udev: Adding input device C-Media Electronics Inc. USB Audio Device (/dev/input/event6)
[    42.573] (**) C-Media Electronics Inc. USB Audio Device: Applying InputClass "libinput keyboard catchall"
[    42.573] (**) C-Media Electronics Inc. USB Audio Device: Applying InputClass "system-keyboard"
[    42.573] (II) Using input driver 'libinput' for 'C-Media Electronics Inc. USB Audio Device'
[    42.573] (**) C-Media Electronics Inc. USB Audio Device: always reports core events
[    42.573] (**) Option "Device" "/dev/input/event6"
[    42.575] (II) event6  - C-Media Electronics Inc. USB Audio Device: is tagged by udev as: Keyboard
[    42.575] (II) event6  - C-Media Electronics Inc. USB Audio Device: device is a keyboard
[    42.575] (II) event6  - C-Media Electronics Inc. USB Audio Device: device removed
[    42.639] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0D8C:0012.0001/input/input7/event6"
[    42.639] (II) XINPUT: Adding extended input device "C-Media Electronics Inc. USB Audio Device" (type: KEYBOARD, id 10)
[    42.639] (**) Option "xkb_model" "pc104"
[    42.639] (**) Option "xkb_layout" "us,ru"
[    42.639] (**) Option "xkb_options" "grp:caps_toggle"
[    42.642] (II) event6  - C-Media Electronics Inc. USB Audio Device: is tagged by udev as: Keyboard
[    42.642] (II) event6  - C-Media Electronics Inc. USB Audio Device: device is a keyboard
[    42.643] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse (/dev/input/event7)
[    42.643] (**) Logitech G102 LIGHTSYNC Gaming Mouse: Applying InputClass "libinput pointer catchall"
[    42.643] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse'
[    42.643] (**) Logitech G102 LIGHTSYNC Gaming Mouse: always reports core events
[    42.643] (**) Option "Device" "/dev/input/event7"
[    42.702] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse: is tagged by udev as: Mouse
[    42.703] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse: device is a pointer
[    42.703] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse: device removed
[    42.766] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:046D:C092.0002/input/input8/event7"
[    42.766] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse" (type: MOUSE, id 11)
[    42.767] (**) Option "AccelerationScheme" "none"
[    42.767] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) selected scheme none/0
[    42.767] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) acceleration factor: 2.000
[    42.767] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) acceleration threshold: 4
[    42.825] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse: is tagged by udev as: Mouse
[    42.826] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse: device is a pointer
[    42.827] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse Keyboard (/dev/input/event8)
[    42.827] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    42.827] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[    42.827] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse Keyboard'
[    42.828] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: always reports core events
[    42.828] (**) Option "Device" "/dev/input/event8"
[    42.829] (II) event8  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    42.829] (II) event8  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device is a keyboard
[    42.829] (II) event8  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device removed
[    42.869] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: needs a virtual subdevice
[    42.869] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C092.0003/input/input9/event8"
[    42.869] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse Keyboard" (type: MOUSE, id 12)
[    42.870] (**) Option "AccelerationScheme" "none"
[    42.870] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) selected scheme none/0
[    42.870] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[    42.870] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[    42.873] (II) event8  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    42.873] (II) event8  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device is a keyboard
[    42.876] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[    42.876] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    42.876] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    42.876] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    42.876] (**) AT Translated Set 2 keyboard: always reports core events
[    42.876] (**) Option "Device" "/dev/input/event5"
[    42.877] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    42.877] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    42.878] (II) event5  - AT Translated Set 2 keyboard: device removed
[    42.909] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[    42.910] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    42.910] (**) Option "xkb_model" "pc104"
[    42.910] (**) Option "xkb_layout" "us,ru"
[    42.910] (**) Option "xkb_options" "grp:caps_toggle"
[    42.912] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    42.912] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    42.918] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    42.918] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[    42.918] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse Keyboard'
[    42.918] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: always reports core events
[    42.918] (**) Option "Device" "/dev/input/event8"
[    42.918] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is a virtual subdevice
[    42.918] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C092.0003/input/input9/event8"
[    42.918] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse Keyboard" (type: KEYBOARD, id 14)
[    42.918] (**) Option "xkb_model" "pc104"
[    42.918] (**) Option "xkb_layout" "us,ru"
[    42.918] (**) Option "xkb_options" "grp:caps_toggle"
[    44.970] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse (/dev/input/mouse0)
[    44.970] (II) No input driver specified, ignoring this device.
[    44.970] (II) This device may have been added with another device file.
[    45.076] (II) config/udev: Adding input device Intel HID events (/dev/input/event9)
[    45.076] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    45.076] (**) Intel HID events: Applying InputClass "system-keyboard"
[    45.076] (II) Using input driver 'libinput' for 'Intel HID events'
[    45.076] (**) Intel HID events: always reports core events
[    45.076] (**) Option "Device" "/dev/input/event9"
[    45.076] (II) event9  - Intel HID events: is tagged by udev as: Keyboard
[    45.076] (II) event9  - Intel HID events: device is a keyboard
[    45.076] (II) event9  - Intel HID events: device removed
[    45.109] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input580/event9"
[    45.109] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 15)
[    45.109] (**) Option "xkb_model" "pc104"
[    45.109] (**) Option "xkb_layout" "us,ru"
[    45.109] (**) Option "xkb_options" "grp:caps_toggle"
[    45.109] (II) event9  - Intel HID events: is tagged by udev as: Keyboard
[    45.109] (II) event9  - Intel HID events: device is a keyboard
[    45.122] (II) modeset(0): EDID vendor "BOE", prod id 2581
[    45.122] (II) modeset(0): Using EDID range info for horizontal sync
[    45.122] (II) modeset(0): Using EDID range info for vertical refresh
[    45.122] (II) modeset(0): Printing DDC gathered Modelines:
[    45.122] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    45.122] (II) modeset(0): Modeline "1920x1080"x0.0  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)
[    45.122] (II) config/udev: removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1 /dev/dri/card1
[    45.122] xf86: remove device 1 /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    45.123] (II) UnloadModule: "modesetting"
[    45.123] (II) UnloadSubModule: "shadow"
[    45.123] (II) Unloading shadow
[    45.123] (II) config/udev: Adding drm device (/dev/dri/card1)
[    45.123] (II) xfree86: Adding drm device (/dev/dri/card1)
[    45.123] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    45.123] (II) LoadModule: "modesetting"
[    45.123] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    45.123] (II) Module modesetting: vendor="X.Org Foundation"
[    45.123] 	compiled for 1.21.1.6, module version = 1.21.1
[    45.123] 	Module class: X.Org Video Driver
[    45.123] 	ABI class: X.Org Video Driver, version 25.2
[    45.123] (II) UnloadModule: "modesetting"
[    45.123] (II) Unloading modesetting
[    45.123] (II) Failed to load module "modesetting" (already loaded, 0)
[    45.123] (II) modeset(G0): using drv /dev/dri/card1
[    45.123] (II) modeset(G0): Using 24bpp hw front buffer with 32bpp shadow
[    45.123] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    45.123] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    45.123] (==) modeset(G0): RGB weight 888
[    45.123] (==) modeset(G0): Default visual is TrueColor
[    45.123] (**) modeset(G0): Cannot use glamor with 24bpp packed fb
[    45.123] (II) modeset(G0): ShadowFB: preferred YES, enabled FORCE
[    45.123] (II) modeset(G0): Double-buffered shadow updates: off
[    45.123] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    45.123] (**) modeset(G0): Display dimensions: (380, 210) mm
[    45.123] (**) modeset(G0): DPI set to (68, 92)
[    45.123] (II) Loading sub module "fb"
[    45.123] (II) LoadModule: "fb"
[    45.123] (II) Module "fb" already built-in
[    45.123] (II) Loading sub module "shadow"
[    45.123] (II) LoadModule: "shadow"
[    45.123] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    45.123] (II) Module shadow: vendor="X.Org Foundation"
[    45.123] 	compiled for 1.21.1.6, module version = 1.1.0
[    45.123] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    45.123] (==) modeset(G0): Backing store enabled
[    45.123] (==) modeset(G0): Silken mouse enabled
[    45.123] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[    45.123] (==) modeset(G0): DPMS enabled
[    45.123] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    45.124] (II) modeset(G0): Damage tracking initialized
[    45.124] xf86: found device 2
[    45.269] (II) config/udev: Adding input device BisonCam,NB Pro: BisonCam,NB Pr (/dev/input/event12)
[    45.269] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "libinput keyboard catchall"
[    45.269] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "system-keyboard"
[    45.269] (II) Using input driver 'libinput' for 'BisonCam,NB Pro: BisonCam,NB Pr'
[    45.269] (**) BisonCam,NB Pro: BisonCam,NB Pr: always reports core events
[    45.269] (**) Option "Device" "/dev/input/event12"
[    45.271] (II) event12 - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    45.271] (II) event12 - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    45.271] (II) event12 - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[    45.339] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input584/event12"
[    45.339] (II) XINPUT: Adding extended input device "BisonCam,NB Pro: BisonCam,NB Pr" (type: KEYBOARD, id 16)
[    45.339] (**) Option "xkb_model" "pc104"
[    45.339] (**) Option "xkb_layout" "us,ru"
[    45.339] (**) Option "xkb_options" "grp:caps_toggle"
[    45.342] (II) event12 - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    45.343] (II) event12 - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    45.358] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    45.358] (II) No input driver specified, ignoring this device.
[    45.358] (II) This device may have been added with another device file.
[    45.367] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[    45.367] (II) No input driver specified, ignoring this device.
[    45.367] (II) This device may have been added with another device file.
[    45.369] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    45.369] (II) No input driver specified, ignoring this device.
[    45.369] (II) This device may have been added with another device file.
[    45.444] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    45.444] (II) No input driver specified, ignoring this device.
[    45.444] (II) This device may have been added with another device file.
[    45.451] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    45.451] (II) No input driver specified, ignoring this device.
[    45.451] (II) This device may have been added with another device file.
[    45.451] (II) config/udev: Adding input device PC Speaker (/dev/input/event19)
[    45.451] (II) No input driver specified, ignoring this device.
[    45.451] (II) This device may have been added with another device file.
[    45.453] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/mouse1)
[    45.453] (II) No input driver specified, ignoring this device.
[    45.453] (II) This device may have been added with another device file.
[    45.456] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/mouse2)
[    45.456] (II) No input driver specified, ignoring this device.
[    45.456] (II) This device may have been added with another device file.
[    45.460] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    45.460] (II) No input driver specified, ignoring this device.
[    45.460] (II) This device may have been added with another device file.
[    45.461] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse3)
[    45.461] (II) No input driver specified, ignoring this device.
[    45.461] (II) This device may have been added with another device file.
[    45.531] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event20)
[    45.531] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "libinput pointer catchall"
[    45.531] (II) Using input driver 'libinput' for 'ImPS/2 Generic Wheel Mouse'
[    45.531] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    45.531] (**) Option "Device" "/dev/input/event20"
[    45.532] (II) event20 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse
[    45.532] (II) event20 - ImPS/2 Generic Wheel Mouse: device is a pointer
[    45.533] (II) event20 - ImPS/2 Generic Wheel Mouse: device removed
[    45.579] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input591/event20"
[    45.579] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 17)
[    45.579] (**) Option "AccelerationScheme" "none"
[    45.579] (**) ImPS/2 Generic Wheel Mouse: (accel) selected scheme none/0
[    45.579] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[    45.579] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[    45.579] (II) event20 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse
[    45.579] (II) event20 - ImPS/2 Generic Wheel Mouse: device is a pointer
[    45.580] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/event10)
[    45.580] (**) FTCS1000:01 2808:0102 Mouse: Applying InputClass "libinput pointer catchall"
[    45.580] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Mouse'
[    45.580] (**) FTCS1000:01 2808:0102 Mouse: always reports core events
[    45.580] (**) Option "Device" "/dev/input/event10"
[    45.580] (II) event10 - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    45.580] (II) event10 - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    45.581] (II) event10 - FTCS1000:01 2808:0102 Mouse: device removed
[    45.629] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-FTCS1000:01/0018:2808:0102.0004/input/input593/event10"
[    45.629] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Mouse" (type: MOUSE, id 18)
[    45.629] (**) Option "AccelerationScheme" "none"
[    45.629] (**) FTCS1000:01 2808:0102 Mouse: (accel) selected scheme none/0
[    45.629] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration factor: 2.000
[    45.629] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration threshold: 4
[    45.631] (II) event10 - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    45.632] (II) event10 - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    45.634] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/event11)
[    45.634] (**) FTCS1000:01 2808:0102 Touchpad: Applying InputClass "libinput touchpad catchall"
[    45.634] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Touchpad'
[    45.634] (**) FTCS1000:01 2808:0102 Touchpad: always reports core events
[    45.634] (**) Option "Device" "/dev/input/event11"
[    45.636] (II) event11 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    45.637] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    45.638] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device removed
[    45.716] (**) Option "Tapping" "on"
[    45.717] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-FTCS1000:01/0018:2808:0102.0004/input/input594/event11"
[    45.717] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Touchpad" (type: TOUCHPAD, id 19)
[    45.720] (**) Option "AccelerationScheme" "none"
[    45.720] (**) FTCS1000:01 2808:0102 Touchpad: (accel) selected scheme none/0
[    45.720] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration factor: 2.000
[    45.720] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration threshold: 4
[    45.722] (II) event11 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    45.724] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    51.504] (II) modeset(0): EDID vendor "BOE", prod id 2581
[    51.504] (II) modeset(0): Using hsync ranges from config file
[    51.504] (II) modeset(0): Using vrefresh ranges from config file
[    51.504] (II) modeset(0): Printing DDC gathered Modelines:
[    51.504] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    51.504] (II) modeset(0): Modeline "1920x1080"x0.0  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)
[    51.516] (II) event20 - ImPS/2 Generic Wheel Mouse: device removed
[    51.578] (II) event10 - FTCS1000:01 2808:0102 Mouse: device removed
[    51.636] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device removed

script output

========
/sys/class/drm/card0
========
/sys/class/drm/card0-DP-1
EDID of '/sys/class/drm/card0-DP-1/edid' was empty.
========
/sys/class/drm/card0-DP-2
EDID of '/sys/class/drm/card0-DP-2/edid' was empty.
========
/sys/class/drm/card0-DP-3
EDID of '/sys/class/drm/card0-DP-3/edid' was empty.
========
/sys/class/drm/card0-DP-4
EDID of '/sys/class/drm/card0-DP-4/edid' was empty.
========
/sys/class/drm/card0-eDP-1
edid-decode (hex):

00 ff ff ff ff ff ff 00 09 e5 15 0a 00 00 00 00
01 1f 01 04 a5 26 15 78 03 50 20 98 5d 57 8f 28
1f 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
01 01 01 01 01 01 91 8a 80 04 71 38 32 40 30 20
35 00 7d d6 10 00 00 1a d0 39 80 04 71 38 32 40
30 20 35 00 7d d6 10 00 00 1a 00 00 00 fd 00 30
90 a3 a3 23 01 0a 20 20 20 20 20 20 00 00 00 fe
00 4e 45 31 37 33 46 48 4d 2d 4e 58 31 0a 00 c7

----------------

Block 0, Base EDID:
  EDID Structure Version & Revision: 1.4
  Vendor & Product Identification:
    Manufacturer: BOE
    Model: 2581
    Made in: week 1 of 2021
  Basic Display Parameters & Features:
    Digital display
    Bits per primary color channel: 8
    DisplayPort interface
    Maximum image size: 38 cm x 21 cm
    Gamma: 2.20
    Supported color formats: RGB 4:4:4
    First detailed timing includes the native pixel format and preferred refresh rate
    Display is continuous frequency
  Color Characteristics:
    Red  : 0.5947, 0.3642
    Green: 0.3398, 0.5585
    Blue : 0.1562, 0.1230
    White: 0.3125, 0.3281
  Established Timings I & II: none
  Standard Timings: none
  Detailed Timing Descriptors:
    DTD 1:  1920x1080  144.000162 Hz  16:9    162.720 kHz    354.730000 MHz (381 mm x 214 mm)
                 Hfront   48 Hsync  32 Hback  180 Hpol P
                 Vfront    3 Vsync   5 Vback   42 Vpol N
    DTD 2:  1920x1080   60.079565 Hz  16:9     67.890 kHz    148.000000 MHz (381 mm x 214 mm)
                 Hfront   48 Hsync  32 Hback  180 Hpol P
                 Vfront    3 Vsync   5 Vback   42 Vpol N
    Display Range Limits:
      Monitor ranges (Bare Limits): 48-144 Hz V, 163-163 kHz H, max dotclock 350 MHz
    Alphanumeric Data String: 'NE173FHM-NX1'
Checksum: 0xc7
========
/sys/class/drm/card0-HDMI-A-1
EDID of '/sys/class/drm/card0-HDMI-A-1/edid' was empty.
========
/sys/class/drm/card1

Last edited by mrpinkolik (2023-01-21 17:49:35)

Offline

#15 2023-01-21 18:03:26

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: Laptop HDMI external display not being detected

https://wiki.archlinux.org/title/Kernel … s_and_EDID
The output is effectively undetected, it only works before the i915 drm kicks in...

Offline

#16 2023-01-21 18:17:49

mrpinkolik
Member
Registered: 2023-01-21
Posts: 20

Re: Laptop HDMI external display not being detected

This article seems a bit complicated to me. Can you help me with it a little bit? So I acquired edid for my display.

Monitor
  Model name............... VX2363 Series
  Manufacturer............. ViewSonic
  Plug and Play ID......... VSC6B2F
  Serial number............ U0E142601044
  Manufacture date......... 2014, ISO week 26
  Filter driver............ None
  -------------------------
  EDID revision............ 1.3
  Input signal type........ Digital
  Color bit depth.......... Undefined
  Display type............. RGB color
  Screen size.............. 510 x 290 mm (23.1 in)
  Power management......... Active off/sleep
  Extension blocs.......... 1 (CEA-EXT)
  -------------------------
  DDC/CI................... Not supported

Color characteristics
  Default color space...... sRGB
  Display gamma............ 2.20
  Red chromaticity......... Rx 0.651 - Ry 0.338
  Green chromaticity....... Gx 0.321 - Gy 0.614
  Blue chromaticity........ Bx 0.154 - By 0.063
  White point (default).... Wx 0.313 - Wy 0.329
  Additional descriptors... None

Timing characteristics
  Horizontal scan range.... 15-82kHz
  Vertical scan range...... 50-75Hz
  Video bandwidth.......... 170MHz
  CVT standard............. Not supported
  GTF standard............. Not supported
  Additional descriptors... None
  Preferred timing......... Yes
  Native/preferred timing.. 1920x1080p at 60Hz (16:9)
    Modeline............... "1920x1080" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync

Standard timings supported
     720 x  400p at  70Hz - IBM VGA
     640 x  480p at  60Hz - IBM VGA
     640 x  480p at  67Hz - Apple Mac II
     640 x  480p at  72Hz - VESA
     640 x  480p at  75Hz - VESA
     800 x  600p at  56Hz - VESA
     800 x  600p at  60Hz - VESA
     800 x  600p at  72Hz - VESA
     800 x  600p at  75Hz - VESA
     832 x  624p at  75Hz - Apple Mac II
    1024 x  768p at  60Hz - VESA
    1024 x  768p at  70Hz - VESA
    1024 x  768p at  75Hz - VESA
    1280 x 1024p at  75Hz - VESA
    1152 x  870p at  75Hz - Apple Mac II
    1680 x 1050p at  60Hz - VESA STD
    1600 x 1200p at  60Hz - VESA STD
    1600 x  900p at  60Hz - VESA STD
    1440 x  900p at  60Hz - VESA STD
    1400 x 1050p at  60Hz - VESA STD
    1280 x 1024p at  60Hz - VESA STD
    1280 x  960p at  60Hz - VESA STD
    1280 x  800p at  60Hz - VESA STD

EIA/CEA-861 Information
  Revision number.......... 3
  IT underscan............. Supported
  Basic audio.............. Supported
  YCbCr 4:4:4.............. Supported
  YCbCr 4:2:2.............. Supported
  Native formats........... 1
  Detailed timing #1....... 1920x1080p at 60Hz (16:9)
    Modeline............... "1920x1080" 148.500 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync
  Detailed timing #2....... 1920x1080i at 60Hz (16:9)
    Modeline............... "1920x1080" 74.250 1920 2008 2052 2200 1080 1084 1094 1124 interlace +hsync +vsync
  Detailed timing #3....... 1280x720p at 60Hz (16:9)
    Modeline............... "1280x720" 74.250 1280 1390 1430 1650 720 725 730 750 +hsync +vsync
  Detailed timing #4....... 720x480p at 60Hz (16:9)
    Modeline............... "720x480" 27.000 720 736 798 858 480 489 495 525 -hsync -vsync
  Detailed timing #5....... 1920x1080p at 50Hz (16:9)
    Modeline............... "1920x1080" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync

CE video identifiers (VICs) - timing/formats supported
    1920 x 1080p at  60Hz - HDTV (16:9, 1:1) [Native]
    1920 x 1080i at  60Hz - HDTV (16:9, 1:1)
    1280 x  720p at  60Hz - HDTV (16:9, 1:1)
     720 x  480p at  60Hz - EDTV (16:9, 32:27)
     720 x  480p at  60Hz - EDTV (4:3, 8:9)
     720 x  480i at  60Hz - Doublescan (16:9, 32:27)
     720 x  480i at  60Hz - Doublescan (4:3, 8:9)
    1920 x 1080p at  50Hz - HDTV (16:9, 1:1)
    1920 x 1080i at  50Hz - HDTV (16:9, 1:1)
    1280 x  720p at  50Hz - HDTV (16:9, 1:1)
     720 x  576p at  50Hz - EDTV (16:9, 64:45)
     720 x  576p at  50Hz - EDTV (4:3, 16:15)
     720 x  576i at  50Hz - Doublescan (16:9, 64:45)
     720 x  576i at  50Hz - Doublescan (4:3, 16:15)
    1440 x  480p at  60Hz - DVD (16:9, 16:27)
    1440 x  480p at  60Hz - DVD (4:3, 4:9)
     640 x  480p at  60Hz - Default (4:3, 1:1)
    NB: NTSC refresh rate = (Hz*1000)/1001

CE audio data (formats supported)
  LPCM    2-channel, 16/20/24 bit depths at 32/44/48/88/96/176/192 kHz

CE speaker allocation data
  Channel configuration.... 2.0
  Front left/right......... Yes
  Front LFE................ No
  Front center............. No
  Rear left/right.......... No
  Rear center.............. No
  Front left/right center.. No
  Rear left/right center... No
  Rear LFE................. No

CE vendor specific data (VSDB)
  IEEE registration number. 0x000C03
  CEC physical address..... 2.0.0.0
  Maximum TMDS clock....... 165MHz

Report information
  Date generated........... 20.09.2014
  Software revision........ 2.90.0.1000
  Data source.............. Real-time 0x0011
  Operating system......... 5.1.2600.2.Service Pack 3

Raw data
  00,FF,FF,FF,FF,FF,FF,00,5A,63,2F,6B,01,01,01,01,1A,18,01,03,80,33,1D,78,2E,E5,95,A6,56,52,9D,27,
  10,50,54,BF,EF,80,B3,00,A9,40,A9,C0,95,00,90,40,81,80,81,40,81,00,02,3A,80,18,71,38,2D,40,58,2C,
  45,00,FD,1E,11,00,00,1E,00,00,00,FF,00,55,30,45,31,34,32,36,30,31,30,34,34,0A,00,00,00,FD,00,32,
  4B,0F,52,11,00,0A,20,20,20,20,20,20,00,00,00,FC,00,56,58,32,33,36,33,20,53,65,72,69,65,73,01,94,
  02,03,24,F1,51,90,05,04,03,02,07,06,1F,14,13,12,11,16,15,0F,0E,01,23,09,7F,07,83,01,00,00,65,03,
  0C,00,20,00,02,3A,80,18,71,38,2D,40,58,2C,45,00,FD,1E,11,00,00,1E,01,1D,80,18,71,1C,16,20,58,2C,
  25,00,FD,1E,11,00,00,9E,01,1D,00,72,51,D0,1E,20,6E,28,55,00,FD,1E,11,00,00,1E,8C,0A,D0,8A,20,E0,
  2D,10,10,3E,96,00,FD,1E,11,00,00,18,02,3A,80,D0,72,38,2D,40,10,2C,45,80,FD,1E,11,00,00,1E,00,1E

What do I do next? How do I convert it to binary form?

Offline

#17 2023-01-21 20:22:16

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: Laptop HDMI external display not being detected

The EDID is the "Raw data", you can convert it using eg. hex2bin

wget -O viewsonic_edid.bin http://0x0.st/ohEV.bin

Edit: test the file w/ edid-decode, I#ve never tried sharing binaries on 0x0.st

Last edited by seth (2023-01-21 20:23:48)

Offline

#18 2023-01-21 21:22:47

mrpinkolik
Member
Registered: 2023-01-21
Posts: 20

Re: Laptop HDMI external display not being detected

Thanks for the file.
I downloaded it and checked with edid-decode:

edid-decode (hex):

00 ff ff ff ff ff ff 00 5a 63 2f 6b 01 01 01 01
1a 18 01 03 80 33 1d 78 2e e5 95 a6 56 52 9d 27
10 50 54 bf ef 80 b3 00 a9 40 a9 c0 95 00 90 40
81 80 81 40 81 00 02 3a 80 18 71 38 2d 40 58 2c
45 00 fd 1e 11 00 00 1e 00 00 00 ff 00 55 30 45
31 34 32 36 30 31 30 34 34 0a 00 00 00 fd 00 32
4b 0f 52 11 00 0a 20 20 20 20 20 20 00 00 00 fc
00 56 58 32 33 36 33 20 53 65 72 69 65 73 01 94

02 03 24 f1 51 90 05 04 03 02 07 06 1f 14 13 12
11 16 15 0f 0e 01 23 09 7f 07 83 01 00 00 65 03
0c 00 20 00 02 3a 80 18 71 38 2d 40 58 2c 45 00
fd 1e 11 00 00 1e 01 1d 80 18 71 1c 16 20 58 2c
25 00 fd 1e 11 00 00 9e 01 1d 00 72 51 d0 1e 20
6e 28 55 00 fd 1e 11 00 00 1e 8c 0a d0 8a 20 e0
2d 10 10 3e 96 00 fd 1e 11 00 00 18 02 3a 80 d0
72 38 2d 40 10 2c 45 80 fd 1e 11 00 00 1e 00 1e

----------------

Block 0, Base EDID:
  EDID Structure Version & Revision: 1.3
  Vendor & Product Identification:
    Manufacturer: VSC
    Model: 27439
    Serial Number: 16843009
    Made in: week 26 of 2014
  Basic Display Parameters & Features:
    Digital display
    Maximum image size: 51 cm x 29 cm
    Gamma: 2.20
    DPMS levels: Off
    RGB color display
    Default (sRGB) color space is primary color space
    First detailed timing is the preferred timing
  Color Characteristics:
    Red  : 0.6513, 0.3378
    Green: 0.3212, 0.6142
    Blue : 0.1542, 0.0634
    White: 0.3134, 0.3291
  Established Timings I & II:
    IBM     :   720x400    70.081663 Hz   9:5     31.467 kHz     28.320000 MHz
    DMT 0x04:   640x480    59.940476 Hz   4:3     31.469 kHz     25.175000 MHz
    Apple   :   640x480    66.666667 Hz   4:3     35.000 kHz     30.240000 MHz
    DMT 0x05:   640x480    72.808802 Hz   4:3     37.861 kHz     31.500000 MHz
    DMT 0x06:   640x480    75.000000 Hz   4:3     37.500 kHz     31.500000 MHz
    DMT 0x08:   800x600    56.250000 Hz   4:3     35.156 kHz     36.000000 MHz
    DMT 0x09:   800x600    60.316541 Hz   4:3     37.879 kHz     40.000000 MHz
    DMT 0x0a:   800x600    72.187572 Hz   4:3     48.077 kHz     50.000000 MHz
    DMT 0x0b:   800x600    75.000000 Hz   4:3     46.875 kHz     49.500000 MHz
    Apple   :   832x624    74.551266 Hz   4:3     49.726 kHz     57.284000 MHz
    DMT 0x10:  1024x768    60.003840 Hz   4:3     48.363 kHz     65.000000 MHz
    DMT 0x11:  1024x768    70.069359 Hz   4:3     56.476 kHz     75.000000 MHz
    DMT 0x12:  1024x768    75.028582 Hz   4:3     60.023 kHz     78.750000 MHz
    DMT 0x24:  1280x1024   75.024675 Hz   5:4     79.976 kHz    135.000000 MHz
    Apple   :  1152x870    75.061550 Hz 192:145   68.681 kHz    100.000000 MHz
  Standard Timings:
    DMT 0x3a:  1680x1050   59.954250 Hz  16:10    65.290 kHz    146.250000 MHz
    DMT 0x33:  1600x1200   60.000000 Hz   4:3     75.000 kHz    162.000000 MHz
    DMT 0x53:  1600x900    60.000000 Hz  16:9     60.000 kHz    108.000000 MHz (RB)
    DMT 0x2f:  1440x900    59.887445 Hz  16:10    55.935 kHz    106.500000 MHz
    DMT 0x2a:  1400x1050   59.978442 Hz   4:3     65.317 kHz    121.750000 MHz
    DMT 0x23:  1280x1024   60.019740 Hz   5:4     63.981 kHz    108.000000 MHz
    DMT 0x20:  1280x960    60.000000 Hz   4:3     60.000 kHz    108.000000 MHz
    DMT 0x1c:  1280x800    59.810326 Hz  16:10    49.702 kHz     83.500000 MHz
  Detailed Timing Descriptors:
    DTD 1:  1920x1080   60.000000 Hz  16:9     67.500 kHz    148.500000 MHz (509 mm x 286 mm)
                 Hfront   88 Hsync  44 Hback  148 Hpol P
                 Vfront    4 Vsync   5 Vback   36 Vpol P
    Display Product Serial Number: 'U0E142601044'
    Display Range Limits:
      Monitor ranges (GTF): 50-75 Hz V, 15-82 kHz H, max dotclock 170 MHz
    Display Product Name: 'VX2363 Series'
  Extension blocks: 1
Checksum: 0x94

----------------

Block 1, CTA-861 Extension Block:
  Revision: 3
  Underscans IT Video Formats by default
  Basic audio support
  Supports YCbCr 4:4:4
  Supports YCbCr 4:2:2
  Native detailed modes: 1
  Video Data Block:
    VIC  16:  1920x1080   60.000000 Hz  16:9     67.500 kHz    148.500000 MHz (native)
    VIC   5:  1920x1080i  60.000000 Hz  16:9     33.750 kHz     74.250000 MHz
    VIC   4:  1280x720    60.000000 Hz  16:9     45.000 kHz     74.250000 MHz
    VIC   3:   720x480    59.940060 Hz  16:9     31.469 kHz     27.000000 MHz
    VIC   2:   720x480    59.940060 Hz   4:3     31.469 kHz     27.000000 MHz
    VIC   7:  1440x480i   59.940060 Hz  16:9     15.734 kHz     27.000000 MHz
    VIC   6:  1440x480i   59.940060 Hz   4:3     15.734 kHz     27.000000 MHz
    VIC  31:  1920x1080   50.000000 Hz  16:9     56.250 kHz    148.500000 MHz
    VIC  20:  1920x1080i  50.000000 Hz  16:9     28.125 kHz     74.250000 MHz
    VIC  19:  1280x720    50.000000 Hz  16:9     37.500 kHz     74.250000 MHz
    VIC  18:   720x576    50.000000 Hz  16:9     31.250 kHz     27.000000 MHz
    VIC  17:   720x576    50.000000 Hz   4:3     31.250 kHz     27.000000 MHz
    VIC  22:  1440x576i   50.000000 Hz  16:9     15.625 kHz     27.000000 MHz
    VIC  21:  1440x576i   50.000000 Hz   4:3     15.625 kHz     27.000000 MHz
    VIC  15:  1440x480    59.940060 Hz  16:9     31.469 kHz     54.000000 MHz
    VIC  14:  1440x480    59.940060 Hz   4:3     31.469 kHz     54.000000 MHz
    VIC   1:   640x480    59.940476 Hz   4:3     31.469 kHz     25.175000 MHz
  Audio Data Block:
    Linear PCM:
      Max channels: 2
      Supported sample rates (kHz): 192 176.4 96 88.2 48 44.1 32
      Supported sample sizes (bits): 24 20 16
  Speaker Allocation Data Block:
    FL/FR - Front Left/Right
  Vendor-Specific Data Block (HDMI), OUI 00-0C-03:
    Source physical address: 2.0.0.0
  Detailed Timing Descriptors:
    DTD 2:  1920x1080   60.000000 Hz  16:9     67.500 kHz    148.500000 MHz (509 mm x 286 mm)
                 Hfront   88 Hsync  44 Hback  148 Hpol P
                 Vfront    4 Vsync   5 Vback   36 Vpol P
    DTD 3:  1920x1080i  60.000000 Hz  16:9     33.750 kHz     74.250000 MHz (509 mm x 286 mm)
                 Hfront   88 Hsync  44 Hback  148 Hpol P
                 Vfront    2 Vsync   5 Vback   15 Vpol P Vfront +0.5 Odd Field
                 Vfront    2 Vsync   5 Vback   15 Vpol P Vback  +0.5 Even Field
    DTD 4:  1280x720    60.000000 Hz  16:9     45.000 kHz     74.250000 MHz (509 mm x 286 mm)
                 Hfront  110 Hsync  40 Hback  220 Hpol P
                 Vfront    5 Vsync   5 Vback   20 Vpol P
    DTD 5:   720x480    59.940060 Hz   3:2     31.469 kHz     27.000000 MHz (509 mm x 286 mm)
                 Hfront   16 Hsync  62 Hback   60 Hpol N
                 Vfront    9 Vsync   6 Vback   30 Vpol N
    DTD 6:  1920x1080   50.000000 Hz  16:9     56.250 kHz    148.500000 MHz (509 mm x 286 mm)
                 Hfront  528 Hsync  44 Hback  148 Hpol P
                 Vfront    4 Vsync   5 Vback   36 Vpol P
Checksum: 0x1e  Unused space in Extension Block: 1 byte

It seems to be correct. I placed it under /usr/lib/firmware/edid/1920x1080.bin

Modified my GRUB config the following way:

# GRUB boot loader configuration

GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet ibt=off ipv6.disable=1 nvidia_drm.modeset=1 drm.edid_firmware=HDMI-1:edid/1920x1080.bin"
GRUB_CMDLINE_LINUX="cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm root=/dev/vg/root" 

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

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

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

# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console

# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console

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

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

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

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

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

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

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

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

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

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

Rebooted. And still nothing sad

[pinkolik@arch-pc edid]$ xrandr -q
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 381mm x 214mm
   1920x1080    144.00*+  60.01    59.97    59.96    60.08    59.93  
   1680x1050     59.95    59.88  
   1400x1050     74.76    59.98  
   1600x900      59.99    59.94    59.95    59.82  
   1280x1024     85.02    75.02    60.02  
   1400x900      59.96    59.88  
   1280x960      85.00    60.00  
   1440x810      60.00    59.97  
   1368x768      59.88    59.85  
   1280x800      59.99    59.97    59.81    59.91  
   1152x864      75.00  
   1280x720      60.00    59.99    59.86    59.74  
   1024x768      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       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       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  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
[pinkolik@arch-pc edid]$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x48 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 6 associated providers: 0 name:modesetting
Provider 1: id: 0x81d cap: 0x0 crtcs: 0 outputs: 0 associated providers: 0 name:modesetting

Is there anything else I can try? I didn't think it could be that hard

EDIT:
I tried both

HDMI-1:edid/1920x1080.bin

and

HDMI-A-1:edid/1920x1080.bin

in the second case laptop display blinked for a second when LightDM started, don't know if it's a good sign or not. Anyways here's xorg logs:

[    25.978] 
X.Org X Server 1.21.1.6
X Protocol Version 11, Revision 0
[    25.978] Current Operating System: Linux arch-pc 6.1.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 18 Jan 2023 19:54:38 +0000 x86_64
[    25.978] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm root=/dev/vg/root loglevel=3 quiet ibt=off ipv6.disable=1 nvidia_drm.modeset=1 drm.edid_firmware=HDMI-A-1:edid/1920x1080.bin
[    25.978]  
[    25.978] Current version of pixman: 0.42.2
[    25.978] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    25.978] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    25.978] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 22 02:26:01 2023
[    25.978] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    25.978] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    25.978] (==) No Layout section.  Using the first Screen section.
[    25.978] (==) No screen section available. Using defaults.
[    25.978] (**) |-->Screen "Default Screen Section" (0)
[    25.978] (**) |   |-->Monitor "<default monitor>"
[    25.979] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    25.979] (==) Automatically adding devices
[    25.979] (==) Automatically enabling devices
[    25.979] (==) Automatically adding GPU devices
[    25.979] (==) Automatically binding GPU devices
[    25.979] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    25.979] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    25.979] 	Entry deleted from font path.
[    25.979] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    25.979] 	Entry deleted from font path.
[    25.979] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    25.979] 	Entry deleted from font path.
[    25.979] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    25.979] (==) ModulePath set to "/usr/lib/xorg/modules"
[    25.979] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    25.979] (II) Module ABI versions:
[    25.979] 	X.Org ANSI C Emulation: 0.4
[    25.979] 	X.Org Video Driver: 25.2
[    25.979] 	X.Org XInput driver : 24.4
[    25.979] 	X.Org Server Extension : 10.0
[    25.979] (++) using VT number 7

[    25.979] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    25.980] (II) xfree86: Adding drm device (/dev/dri/card1)
[    25.980] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    25.980] (II) xfree86: Adding drm device (/dev/dri/card0)
[    25.980] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    25.981] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    25.982] (--) PCI:*(0@0:2:0) 8086:46a6:1558:0156 rev 12, Mem @ 0x6102000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[    25.982] (--) PCI: (1@0:0:0) 10de:25a2:1558:0176 rev 161, Mem @ 0x81000000/16777216, 0x6000000000/4294967296, 0x6100000000/33554432, I/O @ 0x00004000/128
[    25.982] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    25.982] (II) LoadModule: "glx"
[    25.982] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    25.983] (II) Module glx: vendor="X.Org Foundation"
[    25.983] 	compiled for 1.21.1.6, module version = 1.0.0
[    25.983] 	ABI class: X.Org Server Extension, version 10.0
[    25.983] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    25.983] 	loading driver: nvidia
[    25.983] (==) Matched intel as autoconfigured driver 0
[    25.983] (==) Matched nvidia as autoconfigured driver 1
[    25.983] (==) Matched nouveau as autoconfigured driver 2
[    25.983] (==) Matched nv as autoconfigured driver 3
[    25.983] (==) Matched modesetting as autoconfigured driver 4
[    25.983] (==) Matched fbdev as autoconfigured driver 5
[    25.983] (==) Matched vesa as autoconfigured driver 6
[    25.983] (==) Assigned the driver to the xf86ConfigLayout
[    25.983] (II) LoadModule: "intel"
[    25.983] (WW) Warning, couldn't open module intel
[    25.983] (EE) Failed to load module "intel" (module does not exist, 0)
[    25.983] (II) LoadModule: "nvidia"
[    25.983] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    25.983] (II) Module nvidia: vendor="NVIDIA Corporation"
[    25.983] 	compiled for 1.6.99.901, module version = 1.0.0
[    25.983] 	Module class: X.Org Video Driver
[    25.983] (II) LoadModule: "nouveau"
[    25.983] (WW) Warning, couldn't open module nouveau
[    25.983] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    25.983] (II) LoadModule: "nv"
[    25.984] (WW) Warning, couldn't open module nv
[    25.984] (EE) Failed to load module "nv" (module does not exist, 0)
[    25.984] (II) LoadModule: "modesetting"
[    25.984] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    25.984] (II) Module modesetting: vendor="X.Org Foundation"
[    25.984] 	compiled for 1.21.1.6, module version = 1.21.1
[    25.984] 	Module class: X.Org Video Driver
[    25.984] 	ABI class: X.Org Video Driver, version 25.2
[    25.984] (II) LoadModule: "fbdev"
[    25.984] (WW) Warning, couldn't open module fbdev
[    25.984] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    25.984] (II) LoadModule: "vesa"
[    25.984] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    25.984] (II) Module vesa: vendor="X.Org Foundation"
[    25.984] 	compiled for 1.21.1.4, module version = 2.6.0
[    25.984] 	Module class: X.Org Video Driver
[    25.984] 	ABI class: X.Org Video Driver, version 25.2
[    25.984] (II) NVIDIA dlloader X Driver  525.85.05  Sat Jan 14 00:47:44 UTC 2023
[    25.984] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    25.984] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    25.984] (II) VESA: driver for VESA chipsets: vesa
[    25.987] (II) modeset(0): using drv /dev/dri/card0
[    25.988] (II) Loading sub module "fb"
[    25.988] (II) LoadModule: "fb"
[    25.988] (II) Module "fb" already built-in
[    25.988] (II) Loading sub module "wfb"
[    25.988] (II) LoadModule: "wfb"
[    25.988] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    25.988] (II) Module wfb: vendor="X.Org Foundation"
[    25.988] 	compiled for 1.21.1.6, module version = 1.0.0
[    25.988] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    25.988] (II) Loading sub module "ramdac"
[    25.988] (II) LoadModule: "ramdac"
[    25.988] (II) Module "ramdac" already built-in
[    26.001] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    26.001] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    26.001] (==) modeset(0): RGB weight 888
[    26.001] (==) modeset(0): Default visual is TrueColor
[    26.001] (II) Loading sub module "glamoregl"
[    26.001] (II) LoadModule: "glamoregl"
[    26.001] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    26.004] (II) Module glamoregl: vendor="X.Org Foundation"
[    26.004] 	compiled for 1.21.1.6, module version = 1.0.1
[    26.004] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    26.088] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) Graphics (ADL GT2)
[    26.088] (II) modeset(0): glamor initialized
[    26.088] (==) modeset(0): VariableRefresh: disabled
[    26.088] (==) modeset(0): AsyncFlipSecondaries: disabled
[    26.089] (II) modeset(0): Output eDP-1 has no monitor section
[    26.090] (II) modeset(0): Output DP-1 has no monitor section
[    26.090] (II) modeset(0): Output HDMI-1 has no monitor section
[    26.090] (II) modeset(0): Output DP-2 has no monitor section
[    26.090] (II) modeset(0): Output DP-3 has no monitor section
[    26.090] (II) modeset(0): Output DP-4 has no monitor section
[    26.092] (II) modeset(0): EDID for output eDP-1
[    26.092] (II) modeset(0): Manufacturer: BOE  Model: a15  Serial#: 0
[    26.092] (II) modeset(0): Year: 2021  Week: 1
[    26.092] (II) modeset(0): EDID Version: 1.4
[    26.092] (II) modeset(0): Digital Display Input
[    26.092] (II) modeset(0): 8 bits per channel
[    26.092] (II) modeset(0): Digital interface is DisplayPort
[    26.092] (II) modeset(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[    26.092] (II) modeset(0): Gamma: 2.20
[    26.092] (II) modeset(0): No DPMS capabilities specified
[    26.092] (II) modeset(0): Supported color encodings: RGB 4:4:4 
[    26.092] (II) modeset(0): First detailed timing is preferred mode
[    26.092] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[    26.092] (II) modeset(0): Display is continuous-frequency
[    26.092] (II) modeset(0): redX: 0.595 redY: 0.364   greenX: 0.340 greenY: 0.559
[    26.092] (II) modeset(0): blueX: 0.156 blueY: 0.123   whiteX: 0.312 whiteY: 0.328
[    26.092] (II) modeset(0): Manufacturer's mask: 0
[    26.092] (II) modeset(0): Supported detailed timing:
[    26.092] (II) modeset(0): clock: 354.7 MHz   Image Size:  381 x 214 mm
[    26.092] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
[    26.092] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
[    26.092] (II) modeset(0): Supported detailed timing:
[    26.092] (II) modeset(0): clock: 148.0 MHz   Image Size:  381 x 214 mm
[    26.092] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2180 h_border: 0
[    26.092] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1130 v_border: 0
[    26.092] (II) modeset(0): Ranges: V min: 48 V max: 144 Hz, H min: 163 H max: 163 kHz, PixClock max 355 MHz
[    26.092] (II) modeset(0):  NE173FHM-NX1
[    26.092] (II) modeset(0): EDID (in hex):
[    26.092] (II) modeset(0): 	00ffffffffffff0009e5150a00000000
[    26.092] (II) modeset(0): 	011f0104a5261578035020985d578f28
[    26.092] (II) modeset(0): 	1f505400000001010101010101010101
[    26.092] (II) modeset(0): 	010101010101918a8004713832403020
[    26.092] (II) modeset(0): 	35007dd61000001ad039800471383240
[    26.092] (II) modeset(0): 	302035007dd61000001a000000fd0030
[    26.092] (II) modeset(0): 	90a3a323010a202020202020000000fe
[    26.092] (II) modeset(0): 	004e4531373346484d2d4e58310a00c7
[    26.092] (II) modeset(0): Printing probed modes for output eDP-1
[    26.092] (II) modeset(0): Modeline "1920x1080"x144.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    26.092] (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[    26.092] (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[    26.092] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[    26.092] (II) modeset(0): Modeline "1920x1080"x60.1  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)
[    26.092] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    26.092] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    26.092] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    26.092] (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
[    26.092] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    26.092] (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[    26.092] (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[    26.092] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[    26.092] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[    26.092] (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
[    26.092] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz d)
[    26.092] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    26.092] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[    26.092] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[    26.092] (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
[    26.092] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    26.092] (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[    26.092] (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[    26.092] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[    26.092] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[    26.092] (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[    26.092] (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[    26.092] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[    26.092] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[    26.092] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz d)
[    26.092] (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[    26.092] (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[    26.092] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[    26.092] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[    26.092] (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
[    26.092] (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
[    26.092] (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    26.092] (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
[    26.092] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz d)
[    26.092] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
[    26.092] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    26.092] (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
[    26.092] (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
[    26.092] (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
[    26.092] (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    26.092] (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
[    26.092] (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    26.092] (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
[    26.092] (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    26.092] (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[    26.092] (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[    26.092] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[    26.092] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[    26.092] (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[    26.092] (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    26.092] (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz d)
[    26.092] (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[    26.092] (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    26.092] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[    26.092] (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[    26.092] (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
[    26.092] (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
[    26.092] (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
[    26.092] (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
[    26.092] (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    26.092] (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
[    26.092] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
[    26.092] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz d)
[    26.092] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    26.092] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    26.092] (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    26.092] (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    26.092] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[    26.092] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[    26.092] (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
[    26.092] (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    26.092] (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[    26.092] (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[    26.092] (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
[    26.092] (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
[    26.092] (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    26.092] (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[    26.092] (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[    26.092] (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
[    26.092] (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    26.092] (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
[    26.092] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
[    26.092] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
[    26.092] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    26.092] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[    26.092] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[    26.092] (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
[    26.092] (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[    26.092] (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[    26.092] (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[    26.092] (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[    26.092] (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
[    26.092] (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
[    26.092] (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[    26.092] (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[    26.092] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[    26.092] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[    26.092] (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
[    26.092] (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
[    26.092] (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
[    26.092] (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
[    26.092] (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    26.092] (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)
[    26.092] (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[    26.092] (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[    26.092] (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
[    26.092] (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[    26.092] (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[    26.092] (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
[    26.092] (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
[    26.092] (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
[    26.092] (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    26.092] (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    26.092] (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[    26.092] (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[    26.092] (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
[    26.092] (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
[    26.092] (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
[    26.092] (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    26.092] (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[    26.092] (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[    26.092] (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
[    26.092] (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
[    26.092] (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[    26.092] (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[    26.092] (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
[    26.093] (II) modeset(0): EDID for output DP-1
[    26.093] (II) modeset(0): EDID for output HDMI-1
[    26.093] (II) modeset(0): EDID for output DP-2
[    26.093] (II) modeset(0): EDID for output DP-3
[    26.093] (II) modeset(0): EDID for output DP-4
[    26.093] (II) modeset(0): Output eDP-1 connected
[    26.093] (II) modeset(0): Output DP-1 disconnected
[    26.093] (II) modeset(0): Output HDMI-1 disconnected
[    26.093] (II) modeset(0): Output DP-2 disconnected
[    26.093] (II) modeset(0): Output DP-3 disconnected
[    26.093] (II) modeset(0): Output DP-4 disconnected
[    26.093] (II) modeset(0): Using exact sizes for initial modes
[    26.093] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[    26.093] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    26.093] (==) modeset(0): DPI set to (96, 96)
[    26.093] (II) Loading sub module "fb"
[    26.093] (II) LoadModule: "fb"
[    26.093] (II) Module "fb" already built-in
[    26.093] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    26.093] (==) NVIDIA(G0): RGB weight 888
[    26.093] (==) NVIDIA(G0): Default visual is TrueColor
[    26.093] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    26.093] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    26.093] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    26.093] (**) NVIDIA(G0): Enabling 2D acceleration
[    26.093] (II) Loading sub module "glxserver_nvidia"
[    26.093] (II) LoadModule: "glxserver_nvidia"
[    26.093] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    26.098] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    26.098] 	compiled for 1.6.99.901, module version = 1.0.0
[    26.098] 	Module class: X.Org Server Extension
[    26.098] (II) NVIDIA GLX Module  525.85.05  Sat Jan 14 00:45:09 UTC 2023
[    26.098] (II) NVIDIA: The X server supports PRIME Render Offload.
[    26.099] (II) NVIDIA(G0): NVIDIA GPU NVIDIA GeForce RTX 3050 Laptop GPU (GA107-A) at
[    26.099] (II) NVIDIA(G0):     PCI:1:0:0 (GPU-0)
[    26.099] (--) NVIDIA(G0): Memory: 4194304 kBytes
[    26.099] (--) NVIDIA(G0): VideoBIOS: 94.07.62.00.61
[    26.099] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[    26.099] (II) NVIDIA(G0): Validated MetaModes:
[    26.099] (II) NVIDIA(G0):     "NULL"
[    26.099] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[    26.099] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[    26.099] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[    26.099] (II) UnloadModule: "vesa"
[    26.099] (II) Unloading vesa
[    26.104] (==) modeset(0): Backing store enabled
[    26.104] (==) modeset(0): Silken mouse enabled
[    26.134] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    26.134] (==) modeset(0): DPMS enabled
[    26.134] (II) modeset(0): [DRI2] Setup complete
[    26.134] (II) modeset(0): [DRI2]   DRI driver: iris
[    26.134] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    26.135] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[    26.135] (II) NVIDIA:     access.
[    26.145] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    26.145] (II) NVIDIA(G0):     may not be running or the "AcpidSocketPath" X
[    26.145] (II) NVIDIA(G0):     configuration option may not be set correctly.  When the
[    26.145] (II) NVIDIA(G0):     ACPI event daemon is available, the NVIDIA X driver will
[    26.145] (II) NVIDIA(G0):     try to use it to receive ACPI event notifications.  For
[    26.145] (II) NVIDIA(G0):     details, please see the "ConnectToAcpid" and
[    26.145] (II) NVIDIA(G0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    26.145] (II) NVIDIA(G0):     Config Options in the README.
[    26.155] (II) NVIDIA(G0): Setting mode "NULL"
[    26.157] (==) NVIDIA(G0): Disabling shared memory pixmaps
[    26.157] (==) NVIDIA(G0): Backing store enabled
[    26.157] (==) NVIDIA(G0): Silken mouse enabled
[    26.157] (==) NVIDIA(G0): DPMS enabled
[    26.157] (II) Loading sub module "dri2"
[    26.157] (II) LoadModule: "dri2"
[    26.157] (II) Module "dri2" already built-in
[    26.157] (II) NVIDIA(G0): [DRI2] Setup complete
[    26.157] (II) NVIDIA(G0): [DRI2]   VDPAU driver: nvidia
[    26.157] (II) Initializing extension Generic Event Extension
[    26.157] (II) Initializing extension SHAPE
[    26.157] (II) Initializing extension MIT-SHM
[    26.157] (II) Initializing extension XInputExtension
[    26.157] (II) Initializing extension XTEST
[    26.158] (II) Initializing extension BIG-REQUESTS
[    26.158] (II) Initializing extension SYNC
[    26.158] (II) Initializing extension XKEYBOARD
[    26.158] (II) Initializing extension XC-MISC
[    26.158] (II) Initializing extension SECURITY
[    26.158] (II) Initializing extension XFIXES
[    26.158] (II) Initializing extension RENDER
[    26.158] (II) Initializing extension RANDR
[    26.158] (II) Initializing extension COMPOSITE
[    26.158] (II) Initializing extension DAMAGE
[    26.158] (II) Initializing extension MIT-SCREEN-SAVER
[    26.158] (II) Initializing extension DOUBLE-BUFFER
[    26.158] (II) Initializing extension RECORD
[    26.158] (II) Initializing extension DPMS
[    26.158] (II) Initializing extension Present
[    26.158] (II) Initializing extension DRI3
[    26.158] (II) Initializing extension X-Resource
[    26.158] (II) Initializing extension XVideo
[    26.158] (II) Initializing extension XVideo-MotionCompensation
[    26.158] (II) Initializing extension GLX
[    26.159] (II) Initializing extension GLX
[    26.159] (II) Indirect GLX disabled.
[    26.162] (II) AIGLX: Loaded and initialized iris
[    26.162] (II) GLX: Initialized DRI2 GL provider for screen 0
[    26.162] (II) Initializing extension XFree86-VidModeExtension
[    26.162] (II) Initializing extension XFree86-DGA
[    26.162] (II) Initializing extension XFree86-DRI
[    26.162] (II) Initializing extension DRI2
[    26.162] (II) Initializing extension NV-GLX
[    26.162] (II) Initializing extension NV-CONTROL
[    26.163] (II) modeset(0): Damage tracking initialized
[    26.163] (II) modeset(0): Setting screen physical size to 508 x 285
[    26.193] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    26.193] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    26.193] (**) Power Button: Applying InputClass "system-keyboard"
[    26.193] (II) LoadModule: "libinput"
[    26.193] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    26.194] (II) Module libinput: vendor="X.Org Foundation"
[    26.194] 	compiled for 1.21.1.3, module version = 1.2.1
[    26.194] 	Module class: X.Org XInput Driver
[    26.194] 	ABI class: X.Org XInput driver, version 24.4
[    26.194] (II) Using input driver 'libinput' for 'Power Button'
[    26.194] (**) Power Button: always reports core events
[    26.194] (**) Option "Device" "/dev/input/event3"
[    26.195] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    26.195] (II) event3  - Power Button: device is a keyboard
[    26.195] (II) event3  - Power Button: device removed
[    26.209] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    26.209] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    26.209] (**) Option "xkb_model" "pc104"
[    26.209] (**) Option "xkb_layout" "us,ru"
[    26.209] (**) Option "xkb_options" "grp:caps_toggle"
[    26.219] (II) event3  - Power Button: is tagged by udev as: Keyboard
[    26.219] (II) event3  - Power Button: device is a keyboard
[    26.219] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    26.219] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    26.219] (**) Video Bus: Applying InputClass "system-keyboard"
[    26.219] (II) Using input driver 'libinput' for 'Video Bus'
[    26.219] (**) Video Bus: always reports core events
[    26.219] (**) Option "Device" "/dev/input/event4"
[    26.220] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    26.220] (II) event4  - Video Bus: device is a keyboard
[    26.220] (II) event4  - Video Bus: device removed
[    26.266] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[    26.266] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    26.266] (**) Option "xkb_model" "pc104"
[    26.266] (**) Option "xkb_layout" "us,ru"
[    26.266] (**) Option "xkb_options" "grp:caps_toggle"
[    26.268] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    26.268] (II) event4  - Video Bus: device is a keyboard
[    26.269] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    26.269] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    26.269] (**) Power Button: Applying InputClass "system-keyboard"
[    26.269] (II) Using input driver 'libinput' for 'Power Button'
[    26.269] (**) Power Button: always reports core events
[    26.269] (**) Option "Device" "/dev/input/event0"
[    26.270] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    26.270] (II) event0  - Power Button: device is a keyboard
[    26.270] (II) event0  - Power Button: device removed
[    26.289] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    26.289] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    26.289] (**) Option "xkb_model" "pc104"
[    26.289] (**) Option "xkb_layout" "us,ru"
[    26.289] (**) Option "xkb_options" "grp:caps_toggle"
[    26.291] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    26.291] (II) event0  - Power Button: device is a keyboard
[    26.292] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    26.292] (II) No input driver specified, ignoring this device.
[    26.292] (II) This device may have been added with another device file.
[    26.293] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    26.293] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    26.293] (**) Sleep Button: Applying InputClass "system-keyboard"
[    26.293] (II) Using input driver 'libinput' for 'Sleep Button'
[    26.293] (**) Sleep Button: always reports core events
[    26.293] (**) Option "Device" "/dev/input/event1"
[    26.294] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    26.294] (II) event1  - Sleep Button: device is a keyboard
[    26.294] (II) event1  - Sleep Button: device removed
[    26.322] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    26.322] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[    26.322] (**) Option "xkb_model" "pc104"
[    26.322] (**) Option "xkb_layout" "us,ru"
[    26.323] (**) Option "xkb_options" "grp:caps_toggle"
[    26.324] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    26.324] (II) event1  - Sleep Button: device is a keyboard
[    26.327] (II) config/udev: Adding input device C-Media Electronics Inc. USB Audio Device (/dev/input/event6)
[    26.327] (**) C-Media Electronics Inc. USB Audio Device: Applying InputClass "libinput keyboard catchall"
[    26.327] (**) C-Media Electronics Inc. USB Audio Device: Applying InputClass "system-keyboard"
[    26.327] (II) Using input driver 'libinput' for 'C-Media Electronics Inc. USB Audio Device'
[    26.327] (**) C-Media Electronics Inc. USB Audio Device: always reports core events
[    26.327] (**) Option "Device" "/dev/input/event6"
[    26.328] (II) event6  - C-Media Electronics Inc. USB Audio Device: is tagged by udev as: Keyboard
[    26.328] (II) event6  - C-Media Electronics Inc. USB Audio Device: device is a keyboard
[    26.329] (II) event6  - C-Media Electronics Inc. USB Audio Device: device removed
[    26.396] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0D8C:0012.0001/input/input7/event6"
[    26.396] (II) XINPUT: Adding extended input device "C-Media Electronics Inc. USB Audio Device" (type: KEYBOARD, id 10)
[    26.396] (**) Option "xkb_model" "pc104"
[    26.396] (**) Option "xkb_layout" "us,ru"
[    26.396] (**) Option "xkb_options" "grp:caps_toggle"
[    26.399] (II) event6  - C-Media Electronics Inc. USB Audio Device: is tagged by udev as: Keyboard
[    26.400] (II) event6  - C-Media Electronics Inc. USB Audio Device: device is a keyboard
[    26.401] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse (/dev/input/event7)
[    26.401] (**) Logitech G102 LIGHTSYNC Gaming Mouse: Applying InputClass "libinput pointer catchall"
[    26.401] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse'
[    26.401] (**) Logitech G102 LIGHTSYNC Gaming Mouse: always reports core events
[    26.401] (**) Option "Device" "/dev/input/event7"
[    26.457] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse: is tagged by udev as: Mouse
[    26.458] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse: device is a pointer
[    26.458] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse: device removed
[    26.502] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:046D:C092.0002/input/input8/event7"
[    26.502] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse" (type: MOUSE, id 11)
[    26.502] (**) Option "AccelerationScheme" "none"
[    26.502] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) selected scheme none/0
[    26.502] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) acceleration factor: 2.000
[    26.502] (**) Logitech G102 LIGHTSYNC Gaming Mouse: (accel) acceleration threshold: 4
[    26.562] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse: is tagged by udev as: Mouse
[    26.562] (II) event7  - Logitech G102 LIGHTSYNC Gaming Mouse: device is a pointer
[    26.564] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse (/dev/input/mouse0)
[    26.564] (II) No input driver specified, ignoring this device.
[    26.564] (II) This device may have been added with another device file.
[    26.565] (II) config/udev: Adding input device Logitech G102 LIGHTSYNC Gaming Mouse Keyboard (/dev/input/event8)
[    26.565] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    26.565] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[    26.565] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse Keyboard'
[    26.565] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: always reports core events
[    26.565] (**) Option "Device" "/dev/input/event8"
[    26.565] (II) event8  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    26.565] (II) event8  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device is a keyboard
[    26.565] (II) event8  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device removed
[    26.606] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: needs a virtual subdevice
[    26.606] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C092.0003/input/input9/event8"
[    26.606] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse Keyboard" (type: MOUSE, id 12)
[    26.607] (**) Option "AccelerationScheme" "none"
[    26.607] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) selected scheme none/0
[    26.607] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[    26.607] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[    26.610] (II) event8  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[    26.610] (II) event8  - Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: device is a keyboard
[    26.611] (II) config/udev: Adding input device BisonCam,NB Pro: BisonCam,NB Pr (/dev/input/event12)
[    26.611] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "libinput keyboard catchall"
[    26.611] (**) BisonCam,NB Pro: BisonCam,NB Pr: Applying InputClass "system-keyboard"
[    26.611] (II) Using input driver 'libinput' for 'BisonCam,NB Pro: BisonCam,NB Pr'
[    26.611] (**) BisonCam,NB Pro: BisonCam,NB Pr: always reports core events
[    26.611] (**) Option "Device" "/dev/input/event12"
[    26.613] (II) event12 - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    26.613] (II) event12 - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    26.613] (II) event12 - BisonCam,NB Pro: BisonCam,NB Pr: device removed
[    26.659] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input525/event12"
[    26.659] (II) XINPUT: Adding extended input device "BisonCam,NB Pro: BisonCam,NB Pr" (type: KEYBOARD, id 13)
[    26.659] (**) Option "xkb_model" "pc104"
[    26.659] (**) Option "xkb_layout" "us,ru"
[    26.659] (**) Option "xkb_options" "grp:caps_toggle"
[    26.661] (II) event12 - BisonCam,NB Pro: BisonCam,NB Pr: is tagged by udev as: Keyboard
[    26.662] (II) event12 - BisonCam,NB Pro: BisonCam,NB Pr: device is a keyboard
[    26.663] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/event10)
[    26.663] (**) FTCS1000:01 2808:0102 Mouse: Applying InputClass "libinput pointer catchall"
[    26.663] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Mouse'
[    26.663] (**) FTCS1000:01 2808:0102 Mouse: always reports core events
[    26.663] (**) Option "Device" "/dev/input/event10"
[    26.664] (II) event10 - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    26.664] (II) event10 - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    26.665] (II) event10 - FTCS1000:01 2808:0102 Mouse: device removed
[    26.716] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-FTCS1000:01/0018:2808:0102.0004/input/input534/event10"
[    26.716] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Mouse" (type: MOUSE, id 14)
[    26.716] (**) Option "AccelerationScheme" "none"
[    26.716] (**) FTCS1000:01 2808:0102 Mouse: (accel) selected scheme none/0
[    26.716] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration factor: 2.000
[    26.716] (**) FTCS1000:01 2808:0102 Mouse: (accel) acceleration threshold: 4
[    26.718] (II) event10 - FTCS1000:01 2808:0102 Mouse: is tagged by udev as: Mouse Pointingstick
[    26.719] (II) event10 - FTCS1000:01 2808:0102 Mouse: device is a pointer
[    26.721] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Mouse (/dev/input/mouse1)
[    26.721] (II) No input driver specified, ignoring this device.
[    26.721] (II) This device may have been added with another device file.
[    26.722] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/event11)
[    26.722] (**) FTCS1000:01 2808:0102 Touchpad: Applying InputClass "libinput touchpad catchall"
[    26.722] (II) Using input driver 'libinput' for 'FTCS1000:01 2808:0102 Touchpad'
[    26.722] (**) FTCS1000:01 2808:0102 Touchpad: always reports core events
[    26.722] (**) Option "Device" "/dev/input/event11"
[    26.722] (II) event11 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    26.723] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    26.723] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device removed
[    26.769] (**) Option "Tapping" "on"
[    26.770] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-FTCS1000:01/0018:2808:0102.0004/input/input535/event11"
[    26.770] (II) XINPUT: Adding extended input device "FTCS1000:01 2808:0102 Touchpad" (type: TOUCHPAD, id 15)
[    26.773] (**) Option "AccelerationScheme" "none"
[    26.773] (**) FTCS1000:01 2808:0102 Touchpad: (accel) selected scheme none/0
[    26.773] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration factor: 2.000
[    26.773] (**) FTCS1000:01 2808:0102 Touchpad: (accel) acceleration threshold: 4
[    26.774] (II) event11 - FTCS1000:01 2808:0102 Touchpad: is tagged by udev as: Touchpad
[    26.776] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device is a touchpad
[    26.776] (II) config/udev: Adding input device FTCS1000:01 2808:0102 Touchpad (/dev/input/mouse2)
[    26.776] (II) No input driver specified, ignoring this device.
[    26.776] (II) This device may have been added with another device file.
[    26.776] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[    26.776] (II) No input driver specified, ignoring this device.
[    26.776] (II) This device may have been added with another device file.
[    26.776] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
[    26.776] (II) No input driver specified, ignoring this device.
[    26.776] (II) This device may have been added with another device file.
[    26.776] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[    26.776] (II) No input driver specified, ignoring this device.
[    26.776] (II) This device may have been added with another device file.
[    26.777] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[    26.777] (II) No input driver specified, ignoring this device.
[    26.777] (II) This device may have been added with another device file.
[    26.777] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[    26.777] (II) No input driver specified, ignoring this device.
[    26.777] (II) This device may have been added with another device file.
[    26.777] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event18)
[    26.777] (II) No input driver specified, ignoring this device.
[    26.777] (II) This device may have been added with another device file.
[    26.777] (II) config/udev: Adding input device Intel HID events (/dev/input/event9)
[    26.777] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[    26.777] (**) Intel HID events: Applying InputClass "system-keyboard"
[    26.777] (II) Using input driver 'libinput' for 'Intel HID events'
[    26.777] (**) Intel HID events: always reports core events
[    26.777] (**) Option "Device" "/dev/input/event9"
[    26.778] (II) event9  - Intel HID events: is tagged by udev as: Keyboard
[    26.778] (II) event9  - Intel HID events: device is a keyboard
[    26.778] (II) event9  - Intel HID events: device removed
[    26.796] (**) Option "config_info" "udev:/sys/devices/platform/INTC1051:00/input/input521/event9"
[    26.796] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 16)
[    26.796] (**) Option "xkb_model" "pc104"
[    26.796] (**) Option "xkb_layout" "us,ru"
[    26.796] (**) Option "xkb_options" "grp:caps_toggle"
[    26.798] (II) event9  - Intel HID events: is tagged by udev as: Keyboard
[    26.798] (II) event9  - Intel HID events: device is a keyboard
[    26.799] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[    26.799] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    26.799] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    26.799] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    26.799] (**) AT Translated Set 2 keyboard: always reports core events
[    26.799] (**) Option "Device" "/dev/input/event5"
[    26.800] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    26.800] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    26.802] (II) event5  - AT Translated Set 2 keyboard: device removed
[    26.822] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[    26.822] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[    26.823] (**) Option "xkb_model" "pc104"
[    26.823] (**) Option "xkb_layout" "us,ru"
[    26.823] (**) Option "xkb_options" "grp:caps_toggle"
[    26.824] (II) event5  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    26.825] (II) event5  - AT Translated Set 2 keyboard: device is a keyboard
[    26.827] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event20)
[    26.827] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "libinput pointer catchall"
[    26.827] (II) Using input driver 'libinput' for 'ImPS/2 Generic Wheel Mouse'
[    26.827] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    26.827] (**) Option "Device" "/dev/input/event20"
[    26.828] (II) event20 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse
[    26.828] (II) event20 - ImPS/2 Generic Wheel Mouse: device is a pointer
[    26.829] (II) event20 - ImPS/2 Generic Wheel Mouse: device removed
[    26.906] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input532/event20"
[    26.906] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 18)
[    26.906] (**) Option "AccelerationScheme" "none"
[    26.906] (**) ImPS/2 Generic Wheel Mouse: (accel) selected scheme none/0
[    26.906] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[    26.906] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[    26.908] (II) event20 - ImPS/2 Generic Wheel Mouse: is tagged by udev as: Mouse
[    26.908] (II) event20 - ImPS/2 Generic Wheel Mouse: device is a pointer
[    26.909] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse3)
[    26.909] (II) No input driver specified, ignoring this device.
[    26.909] (II) This device may have been added with another device file.
[    26.909] (II) config/udev: Adding input device PC Speaker (/dev/input/event19)
[    26.910] (II) No input driver specified, ignoring this device.
[    26.910] (II) This device may have been added with another device file.
[    26.925] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[    26.925] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: Applying InputClass "system-keyboard"
[    26.925] (II) Using input driver 'libinput' for 'Logitech G102 LIGHTSYNC Gaming Mouse Keyboard'
[    26.925] (**) Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: always reports core events
[    26.925] (**) Option "Device" "/dev/input/event8"
[    26.925] (II) libinput: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard: is a virtual subdevice
[    26.925] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C092.0003/input/input9/event8"
[    26.925] (II) XINPUT: Adding extended input device "Logitech G102 LIGHTSYNC Gaming Mouse Keyboard" (type: KEYBOARD, id 19)
[    26.925] (**) Option "xkb_model" "pc104"
[    26.925] (**) Option "xkb_layout" "us,ru"
[    26.925] (**) Option "xkb_options" "grp:caps_toggle"
[    32.737] (II) modeset(0): EDID vendor "BOE", prod id 2581
[    32.737] (II) modeset(0): Using EDID range info for horizontal sync
[    32.737] (II) modeset(0): Using EDID range info for vertical refresh
[    32.737] (II) modeset(0): Printing DDC gathered Modelines:
[    32.737] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    32.737] (II) modeset(0): Modeline "1920x1080"x0.0  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)
[    32.749] (II) event10 - FTCS1000:01 2808:0102 Mouse: device removed
[    32.797] (II) event11 - FTCS1000:01 2808:0102 Touchpad: device removed
[    32.849] (II) event20 - ImPS/2 Generic Wheel Mouse: device removed
[    39.869] (II) modeset(0): EDID vendor "BOE", prod id 2581
[    39.870] (II) modeset(0): Using hsync ranges from config file
[    39.870] (II) modeset(0): Using vrefresh ranges from config file
[    39.870] (II) modeset(0): Printing DDC gathered Modelines:
[    39.870] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    39.870] (II) modeset(0): Modeline "1920x1080"x0.0  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)
[    46.563] (II) modeset(0): EDID vendor "BOE", prod id 2581
[    46.563] (II) modeset(0): Using hsync ranges from config file
[    46.563] (II) modeset(0): Using vrefresh ranges from config file
[    46.563] (II) modeset(0): Printing DDC gathered Modelines:
[    46.563] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    46.563] (II) modeset(0): Modeline "1920x1080"x0.0  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)
[    46.570] (II) modeset(0): EDID vendor "BOE", prod id 2581
[    46.570] (II) modeset(0): Using hsync ranges from config file
[    46.570] (II) modeset(0): Using vrefresh ranges from config file
[    46.570] (II) modeset(0): Printing DDC gathered Modelines:
[    46.570] (II) modeset(0): Modeline "1920x1080"x0.0  354.73  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (162.7 kHz eP)
[    46.570] (II) modeset(0): Modeline "1920x1080"x0.0  148.00  1920 1968 2000 2180  1080 1083 1088 1130 +hsync -vsync (67.9 kHz e)

Last edited by mrpinkolik (2023-01-21 21:30:10)

Offline

#19 2023-01-21 21:34:45

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: Laptop HDMI external display not being detected

Modified my GRUB config the following way:

you also did grub-mkconfig?
The output seems to be HDMI-A-1?

Is there now an edid in /sys/class/drm/card0-HDMI-A-1/edid ?

btw, you can stop posting --listproviders - it won't change.

I didn't think it could be that hard

Cable.
Switch to display port.
Cable.
HDMI sucks.
Cable.
Maybe PXP gets in the way - can you please post an entire system journal?

Last edited by seth (2023-01-21 21:36:22)

Offline

#20 2023-01-21 21:41:59

mrpinkolik
Member
Registered: 2023-01-21
Posts: 20

Re: Laptop HDMI external display not being detected

seth wrote:

Cable.
Switch to display port.
Cable.
HDMI sucks.
Cable.

That's the only way I can connect this display. It also has VGA but my laptop doesn't have one.

And here's full

journalctl -b
Jan 22 02:25:52 arch-pc kernel: Linux version 6.1.7-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.1 20230111, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Wed, 18 Jan 2023 19:54:38 +0000
Jan 22 02:25:52 arch-pc kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm root=/dev/vg/root loglevel=3 quiet ibt=off ipv6.disable=1 nvidia_drm.modeset=1 drm.edid_firmware=HDMI-A-1:edid/1920x1080.bin
Jan 22 02:25:52 arch-pc kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Jan 22 02:25:52 arch-pc kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 22 02:25:52 arch-pc kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 22 02:25:52 arch-pc kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 22 02:25:52 arch-pc kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jan 22 02:25:52 arch-pc kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 22 02:25:52 arch-pc kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Jan 22 02:25:52 arch-pc kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
Jan 22 02:25:52 arch-pc kernel: signal: max sigframe size: 3632
Jan 22 02:25:52 arch-pc kernel: BIOS-provided physical RAM map:
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x0000000000100000-0x000000006c2c8fff] usable
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x000000006c2c9000-0x000000006cbc8fff] reserved
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x000000006cbc9000-0x000000006e9defff] usable
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x000000006e9df000-0x000000006edaefff] type 20
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x000000006edaf000-0x0000000070a7efff] reserved
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x0000000070a7f000-0x0000000073a2efff] ACPI NVS
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x0000000073a2f000-0x0000000073afefff] ACPI data
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x0000000073aff000-0x0000000073afffff] usable
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x0000000073b00000-0x0000000077ffffff] reserved
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x0000000078c00000-0x0000000078dfffff] reserved
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x0000000079600000-0x00000000807fffff] reserved
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 22 02:25:52 arch-pc kernel: BIOS-e820: [mem 0x0000000100000000-0x000000087f7fffff] usable
Jan 22 02:25:52 arch-pc kernel: NX (Execute Disable) protection: active
Jan 22 02:25:52 arch-pc kernel: efi: EFI v2.70 by INSYDE Corp.
Jan 22 02:25:52 arch-pc kernel: efi: ACPI=0x73afe000 ACPI 2.0=0x73afe014 TPMFinalLog=0x73986000 SMBIOS=0x6f089000 MEMATTR=0x681a0018 ESRT=0x681a1418 
Jan 22 02:25:52 arch-pc kernel: SMBIOS 3.3 present.
Jan 22 02:25:52 arch-pc kernel: DMI: Notebook V15x_V17xPNKPNJPNH/V15x_V17xPNKPNJPNH, BIOS 1.07.06 02/15/2022
Jan 22 02:25:52 arch-pc kernel: tsc: Detected 1700.000 MHz processor
Jan 22 02:25:52 arch-pc kernel: tsc: Detected 1689.600 MHz TSC
Jan 22 02:25:52 arch-pc kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 22 02:25:52 arch-pc kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 22 02:25:52 arch-pc kernel: last_pfn = 0x87f800 max_arch_pfn = 0x400000000
Jan 22 02:25:52 arch-pc kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jan 22 02:25:52 arch-pc kernel: last_pfn = 0x73b00 max_arch_pfn = 0x400000000
Jan 22 02:25:52 arch-pc kernel: esrt: Reserving ESRT space from 0x00000000681a1418 to 0x00000000681a1478.
Jan 22 02:25:52 arch-pc kernel: e820: update [mem 0x681a1000-0x681a1fff] usable ==> reserved
Jan 22 02:25:52 arch-pc kernel: Using GB pages for direct mapping
Jan 22 02:25:52 arch-pc kernel: Secure boot disabled
Jan 22 02:25:52 arch-pc kernel: RAMDISK: [mem 0x34ae3000-0x36568fff]
Jan 22 02:25:52 arch-pc kernel: ACPI: Early table checksum verification disabled
Jan 22 02:25:52 arch-pc kernel: ACPI: RSDP 0x0000000073AFE014 000024 (v02 INSYDE)
Jan 22 02:25:52 arch-pc kernel: ACPI: XSDT 0x0000000073A65188 000104 (v01 INSYDE ADL-P-M  00000002      01000013)
Jan 22 02:25:52 arch-pc kernel: ACPI: FACP 0x0000000073AE1000 000114 (v06 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: DSDT 0x0000000073A6A000 073811 (v02 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: FACS 0x0000000073960000 000040
Jan 22 02:25:52 arch-pc kernel: ACPI: UEFI 0x0000000073A2E000 000236 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0x0000000073AF9000 003292 (v02 DptfTb DptfTabl 00001000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0x0000000073AF3000 005D22 (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0x0000000073AF1000 001D6E (v02 SaSsdt SaSsdt   00003000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0x0000000073AED000 003275 (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0x0000000073AEC000 00077B (v02 INSYDE Tpm2Tabl 00001000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: TPM2 0x0000000073AEB000 00004C (v04 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0x0000000073AE8000 0016EC (v02 INSYDE UsbCTabl 00001000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: WSMT 0x0000000073AE7000 000028 (v01 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0x0000000073AE5000 00160E (v02 INSYDE PtidDevc 00001000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: DBGP 0x0000000073AE4000 000034 (v01 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: DBG2 0x0000000073AE3000 000054 (v00 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: NHLT 0x0000000073AE2000 00002D (v00 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: HPET 0x0000000073AE0000 000038 (v01 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: APIC 0x0000000073ADF000 0001DC (v04 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: MCFG 0x0000000073ADE000 00003C (v01 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0x0000000073A68000 001323 (v02 INSYDE ADL-P-M  00000002      01000013)
Jan 22 02:25:52 arch-pc kernel: ACPI: $H2O 0x0000000073A67000 00002C (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: DMAR 0x0000000073A66000 000088 (v02 INTEL  ICL      00000002 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0x0000000073A62000 0026C7 (v01 NvdRef NvdTabl  00001000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0x0000000073AFD000 000D66 (v02 INTEL  xh_adlLP 00000000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0x0000000073A5E000 003AEA (v02 SocGpe SocGpe   00003000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0x0000000073A5B000 002B2A (v02 SocCmn SocCmn   00003000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0x0000000073A5A000 0000F8 (v01 INSYDE PcdTabl  00001000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: FPDT 0x0000000073A59000 000044 (v01 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: PHAT 0x0000000073A57000 000818 (v00 INSYDE ADL-P-M  00000005 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: BGRT 0x0000000073A58000 000038 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving FACP table memory at [mem 0x73ae1000-0x73ae1113]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving DSDT table memory at [mem 0x73a6a000-0x73add810]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving FACS table memory at [mem 0x73960000-0x7396003f]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving UEFI table memory at [mem 0x73a2e000-0x73a2e235]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73af9000-0x73afc291]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73af3000-0x73af8d21]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73af1000-0x73af2d6d]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73aed000-0x73af0274]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73aec000-0x73aec77a]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving TPM2 table memory at [mem 0x73aeb000-0x73aeb04b]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73ae8000-0x73ae96eb]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving WSMT table memory at [mem 0x73ae7000-0x73ae7027]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73ae5000-0x73ae660d]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving DBGP table memory at [mem 0x73ae4000-0x73ae4033]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving DBG2 table memory at [mem 0x73ae3000-0x73ae3053]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving NHLT table memory at [mem 0x73ae2000-0x73ae202c]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving HPET table memory at [mem 0x73ae0000-0x73ae0037]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving APIC table memory at [mem 0x73adf000-0x73adf1db]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving MCFG table memory at [mem 0x73ade000-0x73ade03b]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73a68000-0x73a69322]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving $H2O table memory at [mem 0x73a67000-0x73a6702b]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving DMAR table memory at [mem 0x73a66000-0x73a66087]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73a62000-0x73a646c6]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73afd000-0x73afdd65]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73a5e000-0x73a61ae9]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73a5b000-0x73a5db29]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73a5a000-0x73a5a0f7]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving FPDT table memory at [mem 0x73a59000-0x73a59043]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving PHAT table memory at [mem 0x73a57000-0x73a57817]
Jan 22 02:25:52 arch-pc kernel: ACPI: Reserving BGRT table memory at [mem 0x73a58000-0x73a58037]
Jan 22 02:25:52 arch-pc kernel: No NUMA configuration found
Jan 22 02:25:52 arch-pc kernel: Faking a node at [mem 0x0000000000000000-0x000000087f7fffff]
Jan 22 02:25:52 arch-pc kernel: NODE_DATA(0) allocated [mem 0x87f7fb000-0x87f7fffff]
Jan 22 02:25:52 arch-pc kernel: Zone ranges:
Jan 22 02:25:52 arch-pc kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jan 22 02:25:52 arch-pc kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jan 22 02:25:52 arch-pc kernel:   Normal   [mem 0x0000000100000000-0x000000087f7fffff]
Jan 22 02:25:52 arch-pc kernel:   Device   empty
Jan 22 02:25:52 arch-pc kernel: Movable zone start for each node
Jan 22 02:25:52 arch-pc kernel: Early memory node ranges
Jan 22 02:25:52 arch-pc kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Jan 22 02:25:52 arch-pc kernel:   node   0: [mem 0x0000000000100000-0x000000006c2c8fff]
Jan 22 02:25:52 arch-pc kernel:   node   0: [mem 0x000000006cbc9000-0x000000006e9defff]
Jan 22 02:25:52 arch-pc kernel:   node   0: [mem 0x0000000073aff000-0x0000000073afffff]
Jan 22 02:25:52 arch-pc kernel:   node   0: [mem 0x0000000100000000-0x000000087f7fffff]
Jan 22 02:25:52 arch-pc kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000087f7fffff]
Jan 22 02:25:52 arch-pc kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 22 02:25:52 arch-pc kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Jan 22 02:25:52 arch-pc kernel: On node 0, zone DMA32: 2304 pages in unavailable ranges
Jan 22 02:25:52 arch-pc kernel: On node 0, zone DMA32: 20768 pages in unavailable ranges
Jan 22 02:25:52 arch-pc kernel: On node 0, zone Normal: 17664 pages in unavailable ranges
Jan 22 02:25:52 arch-pc kernel: On node 0, zone Normal: 2048 pages in unavailable ranges
Jan 22 02:25:52 arch-pc kernel: Reserving Intel graphics memory at [mem 0x7c800000-0x807fffff]
Jan 22 02:25:52 arch-pc kernel: ACPI: PM-Timer IO Port: 0x1808
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jan 22 02:25:52 arch-pc kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jan 22 02:25:52 arch-pc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 22 02:25:52 arch-pc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 22 02:25:52 arch-pc kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jan 22 02:25:52 arch-pc kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jan 22 02:25:52 arch-pc kernel: e820: update [mem 0x671ea000-0x672a0fff] usable ==> reserved
Jan 22 02:25:52 arch-pc kernel: TSC deadline timer available
Jan 22 02:25:52 arch-pc kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x671ea000-0x672a0fff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x681a1000-0x681a1fff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x6c2c9000-0x6cbc8fff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x6e9df000-0x6edaefff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x6edaf000-0x70a7efff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x70a7f000-0x73a2efff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x73a2f000-0x73afefff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x73b00000-0x77ffffff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x78000000-0x78bfffff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x78c00000-0x78dfffff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x78e00000-0x795fffff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x79600000-0x807fffff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x80800000-0xbfffffff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfe00ffff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfeffffff]
Jan 22 02:25:52 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jan 22 02:25:52 arch-pc kernel: [mem 0x80800000-0xbfffffff] available for PCI devices
Jan 22 02:25:52 arch-pc kernel: Booting paravirtualized kernel on bare hardware
Jan 22 02:25:52 arch-pc kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jan 22 02:25:52 arch-pc kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Jan 22 02:25:52 arch-pc kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Jan 22 02:25:52 arch-pc kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Jan 22 02:25:52 arch-pc kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Jan 22 02:25:52 arch-pc kernel: Fallback order for Node 0: 0 
Jan 22 02:25:52 arch-pc kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8182908
Jan 22 02:25:52 arch-pc kernel: Policy zone: Normal
Jan 22 02:25:52 arch-pc kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg-root rw cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm root=/dev/vg/root loglevel=3 quiet ibt=off ipv6.disable=1 nvidia_drm.modeset=1 drm.edid_firmware=HDMI-A-1:edid/1920x1080.bin
Jan 22 02:25:52 arch-pc kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm", will be passed to user space.
Jan 22 02:25:52 arch-pc kernel: random: crng init done
Jan 22 02:25:52 arch-pc kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Jan 22 02:25:52 arch-pc kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jan 22 02:25:52 arch-pc kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jan 22 02:25:52 arch-pc kernel: software IO TLB: area num 16.
Jan 22 02:25:52 arch-pc kernel: Memory: 32437720K/33251832K available (16391K kernel code, 2133K rwdata, 11076K rodata, 2144K init, 3360K bss, 813852K reserved, 0K cma-reserved)
Jan 22 02:25:52 arch-pc kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Jan 22 02:25:52 arch-pc kernel: ftrace: allocating 46405 entries in 182 pages
Jan 22 02:25:52 arch-pc kernel: ftrace: allocated 182 pages with 5 groups
Jan 22 02:25:52 arch-pc kernel: Dynamic Preempt: full
Jan 22 02:25:52 arch-pc kernel: rcu: Preemptible hierarchical RCU implementation.
Jan 22 02:25:52 arch-pc kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Jan 22 02:25:52 arch-pc kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jan 22 02:25:52 arch-pc kernel:         Trampoline variant of Tasks RCU enabled.
Jan 22 02:25:52 arch-pc kernel:         Rude variant of Tasks RCU enabled.
Jan 22 02:25:52 arch-pc kernel:         Tracing variant of Tasks RCU enabled.
Jan 22 02:25:52 arch-pc kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jan 22 02:25:52 arch-pc kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Jan 22 02:25:52 arch-pc kernel: NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
Jan 22 02:25:52 arch-pc kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jan 22 02:25:52 arch-pc kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jan 22 02:25:52 arch-pc kernel: Console: colour dummy device 80x25
Jan 22 02:25:52 arch-pc kernel: printk: console [tty0] enabled
Jan 22 02:25:52 arch-pc kernel: ACPI: Core revision 20220331
Jan 22 02:25:52 arch-pc kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
Jan 22 02:25:52 arch-pc kernel: APIC: Switch to symmetric I/O mode setup
Jan 22 02:25:52 arch-pc kernel: DMAR: Host address width 39
Jan 22 02:25:52 arch-pc kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jan 22 02:25:52 arch-pc kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
Jan 22 02:25:52 arch-pc kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jan 22 02:25:52 arch-pc kernel: DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
Jan 22 02:25:52 arch-pc kernel: DMAR: RMRR base: 0x0000007c000000 end: 0x000000807fffff
Jan 22 02:25:52 arch-pc kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Jan 22 02:25:52 arch-pc kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jan 22 02:25:52 arch-pc kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jan 22 02:25:52 arch-pc kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jan 22 02:25:52 arch-pc kernel: x2apic enabled
Jan 22 02:25:52 arch-pc kernel: Switched APIC routing to cluster x2apic.
Jan 22 02:25:52 arch-pc kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 22 02:25:52 arch-pc kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x185ac6cdb26, max_idle_ns: 440795262339 ns
Jan 22 02:25:52 arch-pc kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3380.00 BogoMIPS (lpj=5632000)
Jan 22 02:25:52 arch-pc kernel: pid_max: default: 32768 minimum: 301
Jan 22 02:25:52 arch-pc kernel: LSM: Security Framework initializing
Jan 22 02:25:52 arch-pc kernel: landlock: Up and running.
Jan 22 02:25:52 arch-pc kernel: Yama: becoming mindful.
Jan 22 02:25:52 arch-pc kernel: LSM support for eBPF active
Jan 22 02:25:52 arch-pc kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jan 22 02:25:52 arch-pc kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jan 22 02:25:52 arch-pc kernel: CPU0: Thermal monitoring enabled (TM1)
Jan 22 02:25:52 arch-pc kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jan 22 02:25:52 arch-pc kernel: process: using mwait in idle threads
Jan 22 02:25:52 arch-pc kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Jan 22 02:25:52 arch-pc kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Jan 22 02:25:52 arch-pc kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jan 22 02:25:52 arch-pc kernel: Spectre V2 : Mitigation: Enhanced IBRS
Jan 22 02:25:52 arch-pc kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jan 22 02:25:52 arch-pc kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Jan 22 02:25:52 arch-pc kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jan 22 02:25:52 arch-pc kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jan 22 02:25:52 arch-pc kernel: Freeing SMP alternatives memory: 40K
Jan 22 02:25:52 arch-pc kernel: smpboot: CPU0: 12th Gen Intel(R) Core(TM) i5-12500H (family: 0x6, model: 0x9a, stepping: 0x3)
Jan 22 02:25:52 arch-pc kernel: cblist_init_generic: Setting adjustable number of callback queues.
Jan 22 02:25:52 arch-pc kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jan 22 02:25:52 arch-pc kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jan 22 02:25:52 arch-pc kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jan 22 02:25:52 arch-pc kernel: Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
Jan 22 02:25:52 arch-pc kernel: core: cpu_core PMU driver: 
Jan 22 02:25:52 arch-pc kernel: ... version:                5
Jan 22 02:25:52 arch-pc kernel: ... bit width:              48
Jan 22 02:25:52 arch-pc kernel: ... generic registers:      8
Jan 22 02:25:52 arch-pc kernel: ... value mask:             0000ffffffffffff
Jan 22 02:25:52 arch-pc kernel: ... max period:             00007fffffffffff
Jan 22 02:25:52 arch-pc kernel: ... fixed-purpose events:   4
Jan 22 02:25:52 arch-pc kernel: ... event mask:             0001000f000000ff
Jan 22 02:25:52 arch-pc kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2529
Jan 22 02:25:52 arch-pc kernel: rcu: Hierarchical SRCU implementation.
Jan 22 02:25:52 arch-pc kernel: rcu:         Max phase no-delay instances is 1000.
Jan 22 02:25:52 arch-pc kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 22 02:25:52 arch-pc kernel: smp: Bringing up secondary CPUs ...
Jan 22 02:25:52 arch-pc kernel: x86: Booting SMP configuration:
Jan 22 02:25:52 arch-pc kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8
Jan 22 02:25:52 arch-pc kernel: core: cpu_atom PMU driver: PEBS-via-PT 
Jan 22 02:25:52 arch-pc kernel: ... version:                5
Jan 22 02:25:52 arch-pc kernel: ... bit width:              48
Jan 22 02:25:52 arch-pc kernel: ... generic registers:      6
Jan 22 02:25:52 arch-pc kernel: ... value mask:             0000ffffffffffff
Jan 22 02:25:52 arch-pc kernel: ... max period:             00007fffffffffff
Jan 22 02:25:52 arch-pc kernel: ... fixed-purpose events:   3
Jan 22 02:25:52 arch-pc kernel: ... event mask:             000000070000003f
Jan 22 02:25:52 arch-pc kernel:   #9 #10 #11 #12 #13 #14 #15
Jan 22 02:25:52 arch-pc kernel: smp: Brought up 1 node, 16 CPUs
Jan 22 02:25:52 arch-pc kernel: smpboot: Max logical packages: 1
Jan 22 02:25:52 arch-pc kernel: smpboot: Total of 16 processors activated (54088.00 BogoMIPS)
Jan 22 02:25:52 arch-pc kernel: devtmpfs: initialized
Jan 22 02:25:52 arch-pc kernel: x86/mm: Memory block size: 128MB
Jan 22 02:25:52 arch-pc kernel: ACPI: PM: Registering ACPI NVS region [mem 0x70a7f000-0x73a2efff] (50003968 bytes)
Jan 22 02:25:52 arch-pc kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jan 22 02:25:52 arch-pc kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jan 22 02:25:52 arch-pc kernel: pinctrl core: initialized pinctrl subsystem
Jan 22 02:25:52 arch-pc kernel: PM: RTC time: 21:25:36, date: 2023-01-21
Jan 22 02:25:52 arch-pc kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jan 22 02:25:52 arch-pc kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Jan 22 02:25:52 arch-pc kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jan 22 02:25:52 arch-pc kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jan 22 02:25:52 arch-pc kernel: audit: initializing netlink subsys (disabled)
Jan 22 02:25:52 arch-pc kernel: audit: type=2000 audit(1674336336.106:1): state=initialized audit_enabled=0 res=1
Jan 22 02:25:52 arch-pc kernel: thermal_sys: Registered thermal governor 'fair_share'
Jan 22 02:25:52 arch-pc kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jan 22 02:25:52 arch-pc kernel: thermal_sys: Registered thermal governor 'step_wise'
Jan 22 02:25:52 arch-pc kernel: thermal_sys: Registered thermal governor 'user_space'
Jan 22 02:25:52 arch-pc kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jan 22 02:25:52 arch-pc kernel: cpuidle: using governor ladder
Jan 22 02:25:52 arch-pc kernel: cpuidle: using governor menu
Jan 22 02:25:52 arch-pc kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jan 22 02:25:52 arch-pc kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 22 02:25:52 arch-pc kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Jan 22 02:25:52 arch-pc kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
Jan 22 02:25:52 arch-pc kernel: PCI: Using configuration type 1 for base access
Jan 22 02:25:52 arch-pc kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jan 22 02:25:52 arch-pc kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jan 22 02:25:52 arch-pc kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jan 22 02:25:52 arch-pc kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jan 22 02:25:52 arch-pc kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jan 22 02:25:52 arch-pc kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jan 22 02:25:52 arch-pc kernel: ACPI: Added _OSI(Module Device)
Jan 22 02:25:52 arch-pc kernel: ACPI: Added _OSI(Processor Device)
Jan 22 02:25:52 arch-pc kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 22 02:25:52 arch-pc kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 22 02:25:52 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.MHBR], AE_NOT_FOUND (20220331/psargs-330)
Jan 22 02:25:52 arch-pc kernel: ACPI: Ignoring error and continuing table load
Jan 22 02:25:52 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PTID.PBAR], AE_NOT_FOUND (20220331/dsfield-500)
Jan 22 02:25:52 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.HS11], AE_NOT_FOUND (20220331/dswload2-162)
Jan 22 02:25:52 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
Jan 22 02:25:52 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 02:25:52 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.HS12], AE_NOT_FOUND (20220331/dswload2-162)
Jan 22 02:25:52 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
Jan 22 02:25:52 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 02:25:52 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.HS13], AE_NOT_FOUND (20220331/dswload2-162)
Jan 22 02:25:52 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
Jan 22 02:25:52 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 02:25:52 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.HS14], AE_NOT_FOUND (20220331/dswload2-162)
Jan 22 02:25:52 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
Jan 22 02:25:52 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 02:25:52 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.SS05], AE_NOT_FOUND (20220331/dswload2-162)
Jan 22 02:25:52 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
Jan 22 02:25:52 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 02:25:52 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.SS06], AE_NOT_FOUND (20220331/dswload2-162)
Jan 22 02:25:52 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
Jan 22 02:25:52 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 02:25:52 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.SS07], AE_NOT_FOUND (20220331/dswload2-162)
Jan 22 02:25:52 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
Jan 22 02:25:52 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 02:25:52 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.SS08], AE_NOT_FOUND (20220331/dswload2-162)
Jan 22 02:25:52 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
Jan 22 02:25:52 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 02:25:52 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.SS09], AE_NOT_FOUND (20220331/dswload2-162)
Jan 22 02:25:52 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
Jan 22 02:25:52 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 02:25:52 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.SS10], AE_NOT_FOUND (20220331/dswload2-162)
Jan 22 02:25:52 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20220331/psobject-220)
Jan 22 02:25:52 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 02:25:52 arch-pc kernel: ACPI: 14 ACPI AML tables successfully acquired and loaded
Jan 22 02:25:52 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0xFFFF933DC25BCC00 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Jan 22 02:25:52 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0xFFFF933DC2605800 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0xFFFF933DC261D800 0004BB (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0xFFFF933DC261A800 000476 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0xFFFF933DC115A000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0xFFFF933DC115E000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0xFFFF933DC115C000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 02:25:52 arch-pc kernel: ACPI: SSDT 0xFFFF933DC25FC000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
Jan 22 02:25:52 arch-pc kernel: ACPI: EC: EC started
Jan 22 02:25:52 arch-pc kernel: ACPI: EC: interrupt blocked
Jan 22 02:25:52 arch-pc kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 22 02:25:52 arch-pc kernel: ACPI: \_SB_.PC00.LPCB.EC__: Boot DSDT EC used to handle transactions
Jan 22 02:25:52 arch-pc kernel: ACPI: Interpreter enabled
Jan 22 02:25:52 arch-pc kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jan 22 02:25:52 arch-pc kernel: ACPI: Using IOAPIC for interrupt routing
Jan 22 02:25:52 arch-pc kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 22 02:25:52 arch-pc kernel: PCI: Using E820 reservations for host bridge windows
Jan 22 02:25:52 arch-pc kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
Jan 22 02:25:52 arch-pc kernel: ACPI: PM: Power Resource [PG00]
Jan 22 02:25:52 arch-pc kernel: ACPI: PM: Power Resource [BTRT]
Jan 22 02:25:52 arch-pc kernel: ACPI: PM: Power Resource [WRST]
Jan 22 02:25:52 arch-pc kernel: ACPI: PM: Power Resource [PIN]
Jan 22 02:25:52 arch-pc kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
Jan 22 02:25:52 arch-pc kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jan 22 02:25:52 arch-pc kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Jan 22 02:25:52 arch-pc kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jan 22 02:25:52 arch-pc kernel: PCI host bridge to bus 0000:00
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:00: root bus resource [mem 0x80800000-0xbfffffff window]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:00.0: [8086:4621] type 00 class 0x060000
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:01.0: [8086:460d] type 01 class 0x060400
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:01.0: PTM enabled (root), 4ns granularity
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: [8086:46a6] type 00 class 0x030000
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: reg 0x10: [mem 0x6102000000-0x6102ffffff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:04.0: [8086:461d] type 00 class 0x118000
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:04.0: reg 0x10: [mem 0x6103100000-0x610311ffff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:06.0: [8086:464d] type 01 class 0x060400
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:08.0: [8086:464f] type 00 class 0x088000
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:08.0: reg 0x10: [mem 0x6103149000-0x6103149fff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:0a.0: reg 0x10: [mem 0x6103130000-0x6103137fff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:0a.0: enabling Extended Tags
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:0d.0: [8086:461e] type 00 class 0x0c0330
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:0d.0: reg 0x10: [mem 0x6103120000-0x610312ffff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:14.0: reg 0x10: [mem 0x82280000-0x8228ffff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:14.2: reg 0x10: [mem 0x6103140000-0x6103143fff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:14.2: reg 0x18: [mem 0x6103148000-0x6103148fff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:14.3: [8086:51f0] type 00 class 0x028000
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:14.3: reg 0x10: [mem 0x610313c000-0x610313ffff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:15.1: [8086:51e9] type 00 class 0x0c8000
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:16.0: reg 0x10: [mem 0x6103145000-0x6103145fff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:16.0: PME# supported from D3hot
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:17.0: [8086:51d3] type 00 class 0x010601
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:17.0: reg 0x10: [mem 0x82290000-0x82291fff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:17.0: reg 0x14: [mem 0x82294000-0x822940ff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:17.0: reg 0x24: [mem 0x82293000-0x822937ff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:17.0: PME# supported from D3hot
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1c.0: [8086:51be] type 01 class 0x060400
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1f.0: [8086:5182] type 00 class 0x060100
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1f.3: [8086:51c8] type 00 class 0x040300
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x6103138000-0x610313bfff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x6103000000-0x61030fffff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x6103144000-0x61031440ff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:01:00.0: [10de:25a2] type 00 class 0x030200
Jan 22 02:25:52 arch-pc kernel: pci 0000:01:00.0: reg 0x10: [mem 0x81000000-0x81ffffff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x60ffffffff 64bit pref]
Jan 22 02:25:52 arch-pc kernel: pci 0000:01:00.0: reg 0x1c: [mem 0x6100000000-0x6101ffffff 64bit pref]
Jan 22 02:25:52 arch-pc kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
Jan 22 02:25:52 arch-pc kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Jan 22 02:25:52 arch-pc kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Jan 22 02:25:52 arch-pc kernel: pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x81000000-0x81ffffff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6101ffffff 64bit pref]
Jan 22 02:25:52 arch-pc kernel: pci 0000:02:00.0: [2646:500f] type 00 class 0x010802
Jan 22 02:25:52 arch-pc kernel: pci 0000:02:00.0: reg 0x10: [mem 0x82100000-0x82103fff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:06.0:   bridge window [mem 0x82100000-0x821fffff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
Jan 22 02:25:52 arch-pc kernel: pci 0000:03:00.0: reg 0x10: [io  0x3000-0x30ff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:03:00.0: reg 0x18: [mem 0x82004000-0x82004fff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:03:00.0: reg 0x20: [mem 0x82000000-0x82003fff 64bit]
Jan 22 02:25:52 arch-pc kernel: pci 0000:03:00.0: supports D1 D2
Jan 22 02:25:52 arch-pc kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0x82000000-0x820fffff]
Jan 22 02:25:52 arch-pc kernel: ACPI: EC: interrupt unblocked
Jan 22 02:25:52 arch-pc kernel: ACPI: EC: event unblocked
Jan 22 02:25:52 arch-pc kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 22 02:25:52 arch-pc kernel: ACPI: EC: GPE=0x6e
Jan 22 02:25:52 arch-pc kernel: ACPI: \_SB_.PC00.LPCB.EC__: Boot DSDT EC initialization complete
Jan 22 02:25:52 arch-pc kernel: ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
Jan 22 02:25:52 arch-pc kernel: iommu: Default domain type: Translated 
Jan 22 02:25:52 arch-pc kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Jan 22 02:25:52 arch-pc kernel: SCSI subsystem initialized
Jan 22 02:25:52 arch-pc kernel: libata version 3.00 loaded.
Jan 22 02:25:52 arch-pc kernel: ACPI: bus type USB registered
Jan 22 02:25:52 arch-pc kernel: usbcore: registered new interface driver usbfs
Jan 22 02:25:52 arch-pc kernel: usbcore: registered new interface driver hub
Jan 22 02:25:52 arch-pc kernel: usbcore: registered new device driver usb
Jan 22 02:25:52 arch-pc kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 22 02:25:52 arch-pc kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 22 02:25:52 arch-pc kernel: PTP clock support registered
Jan 22 02:25:52 arch-pc kernel: EDAC MC: Ver: 3.0.0
Jan 22 02:25:52 arch-pc kernel: Registered efivars operations
Jan 22 02:25:52 arch-pc kernel: NetLabel: Initializing
Jan 22 02:25:52 arch-pc kernel: NetLabel:  domain hash size = 128
Jan 22 02:25:52 arch-pc kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 22 02:25:52 arch-pc kernel: NetLabel:  unlabeled traffic allowed by default
Jan 22 02:25:52 arch-pc kernel: mctp: management component transport protocol core
Jan 22 02:25:52 arch-pc kernel: NET: Registered PF_MCTP protocol family
Jan 22 02:25:52 arch-pc kernel: PCI: Using ACPI for IRQ routing
Jan 22 02:25:52 arch-pc kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
Jan 22 02:25:52 arch-pc kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Jan 22 02:25:52 arch-pc kernel: e820: reserve RAM buffer [mem 0x671ea000-0x67ffffff]
Jan 22 02:25:52 arch-pc kernel: e820: reserve RAM buffer [mem 0x681a1000-0x6bffffff]
Jan 22 02:25:52 arch-pc kernel: e820: reserve RAM buffer [mem 0x6c2c9000-0x6fffffff]
Jan 22 02:25:52 arch-pc kernel: e820: reserve RAM buffer [mem 0x6e9df000-0x6fffffff]
Jan 22 02:25:52 arch-pc kernel: e820: reserve RAM buffer [mem 0x73b00000-0x73ffffff]
Jan 22 02:25:52 arch-pc kernel: e820: reserve RAM buffer [mem 0x87f800000-0x87fffffff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jan 22 02:25:52 arch-pc kernel: vgaarb: loaded
Jan 22 02:25:52 arch-pc kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jan 22 02:25:52 arch-pc kernel: hpet0: 8 comparators, 64-bit 19.200000 MHz counter
Jan 22 02:25:52 arch-pc kernel: clocksource: Switched to clocksource tsc-early
Jan 22 02:25:52 arch-pc kernel: VFS: Disk quotas dquot_6.6.0
Jan 22 02:25:52 arch-pc kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 22 02:25:52 arch-pc kernel: pnp: PnP ACPI init
Jan 22 02:25:52 arch-pc kernel: pnp 00:00: disabling [io  0x3322-0x3323] because it overlaps 0000:00:1c.0 BAR 13 [io  0x3000-0x3fff]
Jan 22 02:25:52 arch-pc kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Jan 22 02:25:52 arch-pc kernel: pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Jan 22 02:25:52 arch-pc kernel: system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
Jan 22 02:25:52 arch-pc kernel: system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
Jan 22 02:25:52 arch-pc kernel: system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
Jan 22 02:25:52 arch-pc kernel: system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
Jan 22 02:25:52 arch-pc kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
Jan 22 02:25:52 arch-pc kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
Jan 22 02:25:52 arch-pc kernel: system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
Jan 22 02:25:52 arch-pc kernel: system 00:06: [io  0x2000-0x20fe] has been reserved
Jan 22 02:25:52 arch-pc kernel: pnp: PnP ACPI: found 8 devices
Jan 22 02:25:52 arch-pc kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jan 22 02:25:52 arch-pc kernel: NET: Registered PF_INET protocol family
Jan 22 02:25:52 arch-pc kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 22 02:25:52 arch-pc kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Jan 22 02:25:52 arch-pc kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jan 22 02:25:52 arch-pc kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 22 02:25:52 arch-pc kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jan 22 02:25:52 arch-pc kernel: TCP: Hash tables configured (established 262144 bind 65536)
Jan 22 02:25:52 arch-pc kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Jan 22 02:25:52 arch-pc kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jan 22 02:25:52 arch-pc kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jan 22 02:25:52 arch-pc kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jan 22 02:25:52 arch-pc kernel: NET: Registered PF_XDP protocol family
Jan 22 02:25:52 arch-pc kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Jan 22 02:25:52 arch-pc kernel: clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffa0000 64bit pref] for e820 entry [mem 0x0009f000-0x000fffff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
Jan 22 02:25:52 arch-pc kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
Jan 22 02:25:52 arch-pc kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
Jan 22 02:25:52 arch-pc kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit]
Jan 22 02:25:52 arch-pc kernel: clipped [mem size 0x00020000] to [mem size 0xfffffffffffc0000] for e820 entry [mem 0x0009f000-0x000fffff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x80800000-0x80800fff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
Jan 22 02:25:52 arch-pc kernel: pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x81000000-0x81ffffff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6101ffffff 64bit pref]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:06.0:   bridge window [mem 0x82100000-0x821fffff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Jan 22 02:25:52 arch-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0x82000000-0x820fffff]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:00: resource 7 [mem 0x80800000-0xbfffffff window]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:01: resource 1 [mem 0x81000000-0x81ffffff]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6101ffffff 64bit pref]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:02: resource 1 [mem 0x82100000-0x821fffff]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
Jan 22 02:25:52 arch-pc kernel: pci_bus 0000:03: resource 1 [mem 0x82000000-0x820fffff]
Jan 22 02:25:52 arch-pc kernel: PCI: CLS 64 bytes, default 64
Jan 22 02:25:52 arch-pc kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 22 02:25:52 arch-pc kernel: software IO TLB: mapped [mem 0x00000000631aa000-0x00000000671aa000] (64MB)
Jan 22 02:25:52 arch-pc kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x185ac6cdb26, max_idle_ns: 440795262339 ns
Jan 22 02:25:52 arch-pc kernel: clocksource: Switched to clocksource tsc
Jan 22 02:25:52 arch-pc kernel: Trying to unpack rootfs image as initramfs...
Jan 22 02:25:52 arch-pc kernel: Initialise system trusted keyrings
Jan 22 02:25:52 arch-pc kernel: Key type blacklist registered
Jan 22 02:25:52 arch-pc kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Jan 22 02:25:52 arch-pc kernel: zbud: loaded
Jan 22 02:25:52 arch-pc kernel: integrity: Platform Keyring initialized
Jan 22 02:25:52 arch-pc kernel: integrity: Machine keyring initialized
Jan 22 02:25:52 arch-pc kernel: Key type asymmetric registered
Jan 22 02:25:52 arch-pc kernel: Asymmetric key parser 'x509' registered
Jan 22 02:25:52 arch-pc kernel: Freeing initrd memory: 27160K
Jan 22 02:25:52 arch-pc kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Jan 22 02:25:52 arch-pc kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jan 22 02:25:52 arch-pc kernel: io scheduler mq-deadline registered
Jan 22 02:25:52 arch-pc kernel: io scheduler kyber registered
Jan 22 02:25:52 arch-pc kernel: io scheduler bfq registered
Jan 22 02:25:52 arch-pc kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
Jan 22 02:25:52 arch-pc kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 123
Jan 22 02:25:52 arch-pc kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
Jan 22 02:25:52 arch-pc kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 124
Jan 22 02:25:52 arch-pc kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 22 02:25:52 arch-pc kernel: ACPI: AC: AC Adapter [AC] (on-line)
Jan 22 02:25:52 arch-pc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jan 22 02:25:52 arch-pc kernel: ACPI: button: Power Button [PWRB]
Jan 22 02:25:52 arch-pc kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Jan 22 02:25:52 arch-pc kernel: ACPI: button: Sleep Button [SLPB]
Jan 22 02:25:52 arch-pc kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Jan 22 02:25:52 arch-pc kernel: ACPI: button: Lid Switch [LID0]
Jan 22 02:25:52 arch-pc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jan 22 02:25:52 arch-pc kernel: ACPI: button: Power Button [PWRF]
Jan 22 02:25:52 arch-pc kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jan 22 02:25:52 arch-pc kernel: ACPI: thermal: Thermal Zone [TZ0] (45 C)
Jan 22 02:25:52 arch-pc kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jan 22 02:25:52 arch-pc kernel: ACPI: battery: Slot [BAT0] (battery present)
Jan 22 02:25:52 arch-pc kernel: Non-volatile memory driver v1.3
Jan 22 02:25:52 arch-pc kernel: Linux agpgart interface v0.103
Jan 22 02:25:52 arch-pc kernel: tpm_tis IFX0785:00: 2.0 TPM (device-id 0x1B, rev-id 22)
Jan 22 02:25:52 arch-pc kernel: tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
Jan 22 02:25:52 arch-pc kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jan 22 02:25:52 arch-pc kernel: ACPI: bus type drm_connector registered
Jan 22 02:25:52 arch-pc kernel: ahci 0000:00:17.0: version 3.0
Jan 22 02:25:52 arch-pc kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Jan 22 02:25:52 arch-pc kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds 
Jan 22 02:25:52 arch-pc kernel: scsi host0: ahci
Jan 22 02:25:52 arch-pc kernel: ata1: SATA max UDMA/133 abar m2048@0x82293000 port 0x82293100 irq 125
Jan 22 02:25:52 arch-pc kernel: usbcore: registered new interface driver usbserial_generic
Jan 22 02:25:52 arch-pc kernel: usbserial: USB Serial support registered for generic
Jan 22 02:25:52 arch-pc kernel: rtc_cmos 00:01: RTC can wake from S4
Jan 22 02:25:52 arch-pc kernel: rtc_cmos 00:01: registered as rtc0
Jan 22 02:25:52 arch-pc kernel: rtc_cmos 00:01: setting system clock to 2023-01-21T21:25:36 UTC (1674336336)
Jan 22 02:25:52 arch-pc kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
Jan 22 02:25:52 arch-pc kernel: intel_pstate: Intel P-state driver initializing
Jan 22 02:25:52 arch-pc kernel: intel_pstate: HWP enabled
Jan 22 02:25:52 arch-pc kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 22 02:25:52 arch-pc kernel: efifb: probing for efifb
Jan 22 02:25:52 arch-pc kernel: efifb: showing boot graphics
Jan 22 02:25:52 arch-pc kernel: efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
Jan 22 02:25:52 arch-pc kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Jan 22 02:25:52 arch-pc kernel: efifb: scrolling: redraw
Jan 22 02:25:52 arch-pc kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jan 22 02:25:52 arch-pc kernel: fbcon: Deferring console take-over
Jan 22 02:25:52 arch-pc kernel: fb0: EFI VGA frame buffer device
Jan 22 02:25:52 arch-pc kernel: hid: raw HID events driver (C) Jiri Kosina
Jan 22 02:25:52 arch-pc kernel: intel_pmc_core INT33A1:00:  initialized
Jan 22 02:25:52 arch-pc kernel: drop_monitor: Initializing network drop monitor service
Jan 22 02:25:52 arch-pc kernel: Initializing XFRM netlink socket
Jan 22 02:25:52 arch-pc kernel: IPv6: Loaded, but administratively disabled, reboot required to enable
Jan 22 02:25:52 arch-pc kernel: NET: Registered PF_PACKET protocol family
Jan 22 02:25:52 arch-pc kernel: microcode: sig=0x906a3, pf=0x80, revision=0x416
Jan 22 02:25:52 arch-pc kernel: microcode: Microcode Update Driver: v2.2.
Jan 22 02:25:52 arch-pc kernel: resctrl: L2 allocation detected
Jan 22 02:25:52 arch-pc kernel: IPI shorthand broadcast: enabled
Jan 22 02:25:52 arch-pc kernel: sched_clock: Marking stable (740451857, 4087207)->(763696668, -19157604)
Jan 22 02:25:52 arch-pc kernel: registered taskstats version 1
Jan 22 02:25:52 arch-pc kernel: Loading compiled-in X.509 certificates
Jan 22 02:25:52 arch-pc kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 2647759e16eb35b11ece30a3a5d68b14fe7703e0'
Jan 22 02:25:52 arch-pc kernel: zswap: loaded using pool lz4/z3fold
Jan 22 02:25:52 arch-pc kernel: Key type .fscrypt registered
Jan 22 02:25:52 arch-pc kernel: Key type fscrypt-provisioning registered
Jan 22 02:25:52 arch-pc kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 22 02:25:52 arch-pc kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jan 22 02:25:52 arch-pc kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 22 02:25:52 arch-pc kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jan 22 02:25:52 arch-pc kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 22 02:25:52 arch-pc kernel: integrity: Loaded X.509 cert 'Secure Certificate: 01dcc89619884ca147983429f8a4a1a0'
Jan 22 02:25:52 arch-pc kernel: PM:   Magic number: 7:151:450
Jan 22 02:25:52 arch-pc kernel:  machinecheck: hash matches
Jan 22 02:25:52 arch-pc kernel: RAS: Correctable Errors collector initialized.
Jan 22 02:25:52 arch-pc kernel: ata1: SATA link down (SStatus 4 SControl 300)
Jan 22 02:25:52 arch-pc kernel: Freeing unused decrypted memory: 2036K
Jan 22 02:25:52 arch-pc kernel: Freeing unused kernel image (initmem) memory: 2144K
Jan 22 02:25:52 arch-pc kernel: Write protecting the kernel read-only data: 30720k
Jan 22 02:25:52 arch-pc kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Jan 22 02:25:52 arch-pc kernel: Freeing unused kernel image (rodata/data gap) memory: 1212K
Jan 22 02:25:52 arch-pc kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 22 02:25:52 arch-pc kernel: rodata_test: all tests were successful
Jan 22 02:25:52 arch-pc kernel: Run /init as init process
Jan 22 02:25:52 arch-pc kernel:   with arguments:
Jan 22 02:25:52 arch-pc kernel:     /init
Jan 22 02:25:52 arch-pc kernel:   with environment:
Jan 22 02:25:52 arch-pc kernel:     HOME=/
Jan 22 02:25:52 arch-pc kernel:     TERM=linux
Jan 22 02:25:52 arch-pc kernel:     BOOT_IMAGE=/vmlinuz-linux
Jan 22 02:25:52 arch-pc kernel:     cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm
Jan 22 02:25:52 arch-pc kernel: fbcon: Taking over console
Jan 22 02:25:52 arch-pc kernel: Console: switching to colour frame buffer device 240x67
Jan 22 02:25:52 arch-pc kernel: Console: switching to colour dummy device 80x25
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc_ver2_16.bin (v2.16)
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] *ERROR* crtc 131: Can't calculate constants, dotclock = 0!
Jan 22 02:25:52 arch-pc kernel: ------------[ cut here ]------------
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: drm_WARN_ON_ONCE(drm_drv_uses_atomic_modeset(dev))
Jan 22 02:25:52 arch-pc kernel: WARNING: CPU: 0 PID: 223 at drivers/gpu/drm/drm_vblank.c:728 drm_crtc_vblank_helper_get_vblank_timestamp_internal+0x3b2/0x3c0
Jan 22 02:25:52 arch-pc kernel: Modules linked in: i915(+) drm_buddy intel_gtt video wmi drm_display_helper cec ttm
Jan 22 02:25:52 arch-pc kernel: CPU: 0 PID: 223 Comm: modprobe Not tainted 6.1.7-arch1-1 #1 a2d6f1dcaa775aaae1f25aaf758ae968e3493665
Jan 22 02:25:52 arch-pc kernel: Hardware name: Notebook V15x_V17xPNKPNJPNH/V15x_V17xPNKPNJPNH, BIOS 1.07.06 02/15/2022
Jan 22 02:25:52 arch-pc kernel: RIP: 0010:drm_crtc_vblank_helper_get_vblank_timestamp_internal+0x3b2/0x3c0
Jan 22 02:25:52 arch-pc kernel: Code: 48 8b 5f 50 48 85 db 75 03 48 8b 1f e8 f7 83 02 00 48 c7 c1 58 c7 71 a2 48 89 da 48 c7 c7 a7 90 68 a2 48 89 c6 e8 c4 ed 41 00 <0f> 0b 31 db e9 ec fd ff ff e8 40 a1 47 00 f3 0f 1e fa 0f 1f 44 00
Jan 22 02:25:52 arch-pc kernel: RSP: 0018:ffffae5e00a2b840 EFLAGS: 00010082
Jan 22 02:25:52 arch-pc kernel: RAX: 0000000000000000 RBX: ffff933dc2c4a5c0 RCX: c0000000ffffefff
Jan 22 02:25:52 arch-pc kernel: RDX: 0000000000000000 RSI: 00000000ffffefff RDI: 0000000000000001
Jan 22 02:25:52 arch-pc kernel: RBP: ffffae5e00a2b8b0 R08: 0000000000000000 R09: ffffae5e00a2b6c8
Jan 22 02:25:52 arch-pc kernel: R10: 0000000000000003 R11: ffffffffa2ecb828 R12: ffff933dca028000
Jan 22 02:25:52 arch-pc kernel: R13: ffffffffc040ec50 R14: ffff933dca028140 R15: ffff933dc43ea9d8
Jan 22 02:25:52 arch-pc kernel: FS:  00007f6a8fcfc740(0000) GS:ffff93451f400000(0000) knlGS:0000000000000000
Jan 22 02:25:52 arch-pc kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 22 02:25:52 arch-pc kernel: CR2: 00007f77e6ddb400 CR3: 000000010106a003 CR4: 0000000000770ef0
Jan 22 02:25:52 arch-pc kernel: PKRU: 55555554
Jan 22 02:25:52 arch-pc kernel: Call Trace:
Jan 22 02:25:52 arch-pc kernel:  <TASK>
Jan 22 02:25:52 arch-pc kernel:  drm_get_last_vbltimestamp+0xaa/0xc0
Jan 22 02:25:52 arch-pc kernel:  drm_reset_vblank_timestamp+0x61/0xd0
Jan 22 02:25:52 arch-pc kernel:  drm_crtc_vblank_on+0x5d/0x150
Jan 22 02:25:52 arch-pc kernel:  intel_crtc_vblank_on+0x33/0x80 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_modeset_setup_hw_state+0x8ab/0x14d0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? intel_modeset_init_nogem+0x38d/0x11c0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_modeset_init_nogem+0x38d/0x11c0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? fwtable_read32+0x9a/0x230 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  i915_driver_probe+0x5c9/0xe80 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? intel_modeset_probe_defer+0x4f/0x60 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? i915_pci_probe+0x98/0x1d0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  local_pci_probe+0x42/0x80
Jan 22 02:25:52 arch-pc kernel:  pci_device_probe+0xc1/0x250
Jan 22 02:25:52 arch-pc kernel:  ? sysfs_do_create_link_sd+0x6e/0xe0
Jan 22 02:25:52 arch-pc kernel:  really_probe+0xdb/0x380
Jan 22 02:25:52 arch-pc kernel:  ? pm_runtime_barrier+0x54/0x90
Jan 22 02:25:52 arch-pc kernel:  __driver_probe_device+0x78/0x170
Jan 22 02:25:52 arch-pc kernel:  driver_probe_device+0x1f/0x90
Jan 22 02:25:52 arch-pc kernel:  __driver_attach+0xd2/0x1c0
Jan 22 02:25:52 arch-pc kernel:  ? __device_attach_driver+0x110/0x110
Jan 22 02:25:52 arch-pc kernel:  bus_for_each_dev+0x88/0xd0
Jan 22 02:25:52 arch-pc kernel:  bus_add_driver+0x1b2/0x200
Jan 22 02:25:52 arch-pc kernel:  driver_register+0x8d/0xe0
Jan 22 02:25:52 arch-pc kernel:  i915_init+0x23/0x83 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? 0xffffffffc075a000
Jan 22 02:25:52 arch-pc kernel:  do_one_initcall+0x5a/0x220
Jan 22 02:25:52 arch-pc kernel:  do_init_module+0x4a/0x1e0
Jan 22 02:25:52 arch-pc kernel:  __do_sys_finit_module+0xac/0x120
Jan 22 02:25:52 arch-pc kernel:  do_syscall_64+0x5c/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? exc_page_fault+0x74/0x170
Jan 22 02:25:52 arch-pc kernel:  entry_SYSCALL_64_after_hwframe+0x63/0xcd
Jan 22 02:25:52 arch-pc kernel: RIP: 0033:0x7f6a8fe01abd
Jan 22 02:25:52 arch-pc kernel: Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 9b 72 0d 00 f7 d8 64 89 01 48
Jan 22 02:25:52 arch-pc kernel: RSP: 002b:00007ffc41aea708 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Jan 22 02:25:52 arch-pc kernel: RAX: ffffffffffffffda RBX: 000055d34817dc00 RCX: 00007f6a8fe01abd
Jan 22 02:25:52 arch-pc kernel: RDX: 0000000000000000 RSI: 000055d346a57cb2 RDI: 000000000000000a
Jan 22 02:25:52 arch-pc kernel: RBP: 000055d346a57cb2 R08: 0000000000000000 R09: 00007ffc41aea840
Jan 22 02:25:52 arch-pc kernel: R10: 000000000000000a R11: 0000000000000246 R12: 0000000000060000
Jan 22 02:25:52 arch-pc kernel: R13: 000055d34817dd30 R14: 0000000000000000 R15: 000055d348180050
Jan 22 02:25:52 arch-pc kernel:  </TASK>
Jan 22 02:25:52 arch-pc kernel: ---[ end trace 0000000000000000 ]---
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] GuC firmware i915/adlp_guc_70.bin version 70.5.1
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc.bin version 7.9.3
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] HuC authenticated
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] GuC submission enabled
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] GuC SLPC enabled
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] GuC RC: enabled
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
Jan 22 02:25:52 arch-pc kernel: ------------[ cut here ]------------
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: drm_WARN_ON(intel_dp->pps.vdd_wakeref)
Jan 22 02:25:52 arch-pc kernel: WARNING: CPU: 2 PID: 223 at drivers/gpu/drm/i915/display/intel_pps.c:595 intel_pps_vdd_on_unlocked+0x29c/0x2b0 [i915]
Jan 22 02:25:52 arch-pc kernel: Modules linked in: i915(+) drm_buddy intel_gtt video wmi drm_display_helper cec ttm
Jan 22 02:25:52 arch-pc kernel: CPU: 2 PID: 223 Comm: modprobe Tainted: G        W          6.1.7-arch1-1 #1 a2d6f1dcaa775aaae1f25aaf758ae968e3493665
Jan 22 02:25:52 arch-pc kernel: Hardware name: Notebook V15x_V17xPNKPNJPNH/V15x_V17xPNKPNJPNH, BIOS 1.07.06 02/15/2022
Jan 22 02:25:52 arch-pc kernel: RIP: 0010:intel_pps_vdd_on_unlocked+0x29c/0x2b0 [i915]
Jan 22 02:25:52 arch-pc kernel: Code: 4c 8b 67 50 4d 85 e4 75 03 4c 8b 27 e8 8d 61 26 e1 48 c7 c1 f0 80 60 c0 4c 89 e2 48 c7 c7 db bc 61 c0 48 89 c6 e8 5a cb 65 e1 <0f> 0b e9 f7 fd ff ff e8 d8 7e 6b e1 0f 1f 84 00 00 00 00 00 66 0f
Jan 22 02:25:52 arch-pc kernel: RSP: 0018:ffffae5e00a2b600 EFLAGS: 00010282
Jan 22 02:25:52 arch-pc kernel: RAX: 0000000000000000 RBX: ffff933dc9a2c170 RCX: c0000000ffffefff
Jan 22 02:25:52 arch-pc kernel: RDX: 0000000000000000 RSI: 00000000ffffefff RDI: 0000000000000001
Jan 22 02:25:52 arch-pc kernel: RBP: ffff933dca028000 R08: 0000000000000000 R09: ffffae5e00a2b488
Jan 22 02:25:52 arch-pc kernel: R10: 0000000000000003 R11: ffffffffa2ecb828 R12: ffff933dc2c4a5c0
Jan 22 02:25:52 arch-pc kernel: R13: 0000000000000005 R14: 0000000000000000 R15: ffff933dca028000
Jan 22 02:25:52 arch-pc kernel: FS:  00007f6a8fcfc740(0000) GS:ffff93451f480000(0000) knlGS:0000000000000000
Jan 22 02:25:52 arch-pc kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 22 02:25:52 arch-pc kernel: CR2: 00007f77e61fd9a8 CR3: 000000010106a002 CR4: 0000000000770ee0
Jan 22 02:25:52 arch-pc kernel: PKRU: 55555554
Jan 22 02:25:52 arch-pc kernel: Call Trace:
Jan 22 02:25:52 arch-pc kernel:  <TASK>
Jan 22 02:25:52 arch-pc kernel:  ? intel_display_power_get+0x52/0x60 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_dp_aux_xfer+0x127/0x7c0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? clockevents_program_event+0x97/0x100
Jan 22 02:25:52 arch-pc kernel:  ? hrtimer_try_to_cancel+0x19/0x100
Jan 22 02:25:52 arch-pc kernel:  intel_dp_aux_transfer+0x205/0x320 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  drm_dp_dpcd_access+0xa6/0x140 [drm_display_helper 574decc03910db00fb58ed91d7e5bc9ea0d15b95]
Jan 22 02:25:52 arch-pc kernel:  drm_dp_dpcd_write+0x4e/0xf0 [drm_display_helper 574decc03910db00fb58ed91d7e5bc9ea0d15b95]
Jan 22 02:25:52 arch-pc kernel:  intel_dp_set_power+0x6b/0x1a0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_ddi_post_disable+0x47f/0x4d0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_encoders_post_disable+0x7b/0x90 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_old_crtc_state_disables+0x38/0xa0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_atomic_commit_tail+0x390/0xe40 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_atomic_commit+0x35c/0x3a0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  drm_atomic_commit+0x78/0x100
Jan 22 02:25:52 arch-pc kernel:  ? drm_plane_get_damage_clips.cold+0x1c/0x1c
Jan 22 02:25:52 arch-pc kernel:  intel_modeset_init+0x1a0/0x290 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  i915_driver_probe+0x5ef/0xe80 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? intel_modeset_probe_defer+0x4f/0x60 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? i915_pci_probe+0x98/0x1d0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  local_pci_probe+0x42/0x80
Jan 22 02:25:52 arch-pc kernel:  pci_device_probe+0xc1/0x250
Jan 22 02:25:52 arch-pc kernel:  ? sysfs_do_create_link_sd+0x6e/0xe0
Jan 22 02:25:52 arch-pc kernel:  really_probe+0xdb/0x380
Jan 22 02:25:52 arch-pc kernel:  ? pm_runtime_barrier+0x54/0x90
Jan 22 02:25:52 arch-pc kernel:  __driver_probe_device+0x78/0x170
Jan 22 02:25:52 arch-pc kernel:  driver_probe_device+0x1f/0x90
Jan 22 02:25:52 arch-pc kernel:  __driver_attach+0xd2/0x1c0
Jan 22 02:25:52 arch-pc kernel:  ? __device_attach_driver+0x110/0x110
Jan 22 02:25:52 arch-pc kernel:  bus_for_each_dev+0x88/0xd0
Jan 22 02:25:52 arch-pc kernel:  bus_add_driver+0x1b2/0x200
Jan 22 02:25:52 arch-pc kernel:  driver_register+0x8d/0xe0
Jan 22 02:25:52 arch-pc kernel:  i915_init+0x23/0x83 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? 0xffffffffc075a000
Jan 22 02:25:52 arch-pc kernel:  do_one_initcall+0x5a/0x220
Jan 22 02:25:52 arch-pc kernel:  do_init_module+0x4a/0x1e0
Jan 22 02:25:52 arch-pc kernel:  __do_sys_finit_module+0xac/0x120
Jan 22 02:25:52 arch-pc kernel:  do_syscall_64+0x5c/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? exc_page_fault+0x74/0x170
Jan 22 02:25:52 arch-pc kernel:  entry_SYSCALL_64_after_hwframe+0x63/0xcd
Jan 22 02:25:52 arch-pc kernel: RIP: 0033:0x7f6a8fe01abd
Jan 22 02:25:52 arch-pc kernel: Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 9b 72 0d 00 f7 d8 64 89 01 48
Jan 22 02:25:52 arch-pc kernel: RSP: 002b:00007ffc41aea708 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Jan 22 02:25:52 arch-pc kernel: RAX: ffffffffffffffda RBX: 000055d34817dc00 RCX: 00007f6a8fe01abd
Jan 22 02:25:52 arch-pc kernel: RDX: 0000000000000000 RSI: 000055d346a57cb2 RDI: 000000000000000a
Jan 22 02:25:52 arch-pc kernel: RBP: 000055d346a57cb2 R08: 0000000000000000 R09: 00007ffc41aea840
Jan 22 02:25:52 arch-pc kernel: R10: 000000000000000a R11: 0000000000000246 R12: 0000000000060000
Jan 22 02:25:52 arch-pc kernel: R13: 000055d34817dd30 R14: 0000000000000000 R15: 000055d348180050
Jan 22 02:25:52 arch-pc kernel:  </TASK>
Jan 22 02:25:52 arch-pc kernel: ---[ end trace 0000000000000000 ]---
Jan 22 02:25:52 arch-pc kernel: ------------[ cut here ]------------
Jan 22 02:25:52 arch-pc kernel: crtc active state doesn't match with hw state (expected 0, found 1)
Jan 22 02:25:52 arch-pc kernel: WARNING: CPU: 2 PID: 223 at drivers/gpu/drm/i915/display/intel_modeset_verify.c:184 intel_modeset_verify_crtc+0x3dd/0x3f0 [i915]
Jan 22 02:25:52 arch-pc kernel: Modules linked in: i915(+) drm_buddy intel_gtt video wmi drm_display_helper cec ttm
Jan 22 02:25:52 arch-pc kernel: CPU: 2 PID: 223 Comm: modprobe Tainted: G        W          6.1.7-arch1-1 #1 a2d6f1dcaa775aaae1f25aaf758ae968e3493665
Jan 22 02:25:52 arch-pc kernel: Hardware name: Notebook V15x_V17xPNKPNJPNH/V15x_V17xPNKPNJPNH, BIOS 1.07.06 02/15/2022
Jan 22 02:25:52 arch-pc kernel: RIP: 0010:intel_modeset_verify_crtc+0x3dd/0x3f0 [i915]
Jan 22 02:25:52 arch-pc kernel: Code: e1 0f 0b 0f b6 44 24 17 e9 91 fd ff ff e8 31 10 6c e1 0f 0b e9 a2 fe ff ff e8 25 10 6c e1 0f 0b e9 10 fd ff ff e8 19 10 6c e1 <0f> 0b 0f b6 85 50 01 00 00 e9 ed fc ff ff e8 90 c3 71 e1 66 0f 1f
Jan 22 02:25:52 arch-pc kernel: RSP: 0018:ffffae5e00a2b8b0 EFLAGS: 00010286
Jan 22 02:25:52 arch-pc kernel: RAX: 0000000000000000 RBX: ffff933dc43ee800 RCX: c0000000ffffefff
Jan 22 02:25:52 arch-pc kernel: RDX: 0000000000000000 RSI: 00000000ffffefff RDI: 0000000000000001
Jan 22 02:25:52 arch-pc kernel: RBP: ffff933dcacb6000 R08: 0000000000000000 R09: ffffae5e00a2b738
Jan 22 02:25:52 arch-pc kernel: R10: 0000000000000003 R11: ffffffffa2ecb828 R12: ffff933dc1a80000
Jan 22 02:25:52 arch-pc kernel: R13: ffff933dc9aad800 R14: ffff933dc43ee800 R15: ffff933dcacb6000
Jan 22 02:25:52 arch-pc kernel: FS:  00007f6a8fcfc740(0000) GS:ffff93451f480000(0000) knlGS:0000000000000000
Jan 22 02:25:52 arch-pc kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 22 02:25:52 arch-pc kernel: CR2: 00007f77e61fd9a8 CR3: 000000010106a002 CR4: 0000000000770ee0
Jan 22 02:25:52 arch-pc kernel: PKRU: 55555554
Jan 22 02:25:52 arch-pc kernel: Call Trace:
Jan 22 02:25:52 arch-pc kernel:  <TASK>
Jan 22 02:25:52 arch-pc kernel:  intel_atomic_commit_tail+0x934/0xe40 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_atomic_commit+0x35c/0x3a0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  drm_atomic_commit+0x78/0x100
Jan 22 02:25:52 arch-pc kernel:  ? drm_plane_get_damage_clips.cold+0x1c/0x1c
Jan 22 02:25:52 arch-pc kernel:  intel_modeset_init+0x1a0/0x290 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  i915_driver_probe+0x5ef/0xe80 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? intel_modeset_probe_defer+0x4f/0x60 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? i915_pci_probe+0x98/0x1d0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  local_pci_probe+0x42/0x80
Jan 22 02:25:52 arch-pc kernel:  pci_device_probe+0xc1/0x250
Jan 22 02:25:52 arch-pc kernel:  ? sysfs_do_create_link_sd+0x6e/0xe0
Jan 22 02:25:52 arch-pc kernel:  really_probe+0xdb/0x380
Jan 22 02:25:52 arch-pc kernel:  ? pm_runtime_barrier+0x54/0x90
Jan 22 02:25:52 arch-pc kernel:  __driver_probe_device+0x78/0x170
Jan 22 02:25:52 arch-pc kernel:  driver_probe_device+0x1f/0x90
Jan 22 02:25:52 arch-pc kernel:  __driver_attach+0xd2/0x1c0
Jan 22 02:25:52 arch-pc kernel:  ? __device_attach_driver+0x110/0x110
Jan 22 02:25:52 arch-pc kernel:  bus_for_each_dev+0x88/0xd0
Jan 22 02:25:52 arch-pc kernel:  bus_add_driver+0x1b2/0x200
Jan 22 02:25:52 arch-pc kernel:  driver_register+0x8d/0xe0
Jan 22 02:25:52 arch-pc kernel:  i915_init+0x23/0x83 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? 0xffffffffc075a000
Jan 22 02:25:52 arch-pc kernel:  do_one_initcall+0x5a/0x220
Jan 22 02:25:52 arch-pc kernel:  do_init_module+0x4a/0x1e0
Jan 22 02:25:52 arch-pc kernel:  __do_sys_finit_module+0xac/0x120
Jan 22 02:25:52 arch-pc kernel:  do_syscall_64+0x5c/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? exc_page_fault+0x74/0x170
Jan 22 02:25:52 arch-pc kernel:  entry_SYSCALL_64_after_hwframe+0x63/0xcd
Jan 22 02:25:52 arch-pc kernel: RIP: 0033:0x7f6a8fe01abd
Jan 22 02:25:52 arch-pc kernel: Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 9b 72 0d 00 f7 d8 64 89 01 48
Jan 22 02:25:52 arch-pc kernel: RSP: 002b:00007ffc41aea708 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Jan 22 02:25:52 arch-pc kernel: RAX: ffffffffffffffda RBX: 000055d34817dc00 RCX: 00007f6a8fe01abd
Jan 22 02:25:52 arch-pc kernel: RDX: 0000000000000000 RSI: 000055d346a57cb2 RDI: 000000000000000a
Jan 22 02:25:52 arch-pc kernel: RBP: 000055d346a57cb2 R08: 0000000000000000 R09: 00007ffc41aea840
Jan 22 02:25:52 arch-pc kernel: R10: 000000000000000a R11: 0000000000000246 R12: 0000000000060000
Jan 22 02:25:52 arch-pc kernel: R13: 000055d34817dd30 R14: 0000000000000000 R15: 000055d348180050
Jan 22 02:25:52 arch-pc kernel:  </TASK>
Jan 22 02:25:52 arch-pc kernel: ---[ end trace 0000000000000000 ]---
Jan 22 02:25:52 arch-pc kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Jan 22 02:25:52 arch-pc kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Jan 22 02:25:52 arch-pc kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
Jan 22 02:25:52 arch-pc kernel: fbcon: i915drmfb (fb0) is primary device
Jan 22 02:25:52 arch-pc kernel: Console: switching to colour frame buffer device 240x67
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jan 22 02:25:52 arch-pc kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Jan 22 02:25:52 arch-pc kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jan 22 02:25:52 arch-pc kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jan 22 02:25:52 arch-pc kernel: cryptd: max_cpu_qlen set to 1000
Jan 22 02:25:52 arch-pc kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Jan 22 02:25:52 arch-pc kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
Jan 22 02:25:52 arch-pc kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Jan 22 02:25:52 arch-pc kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Jan 22 02:25:52 arch-pc kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
Jan 22 02:25:52 arch-pc kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
Jan 22 02:25:52 arch-pc kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Jan 22 02:25:52 arch-pc kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 22 02:25:52 arch-pc kernel: usb usb1: Product: xHCI Host Controller
Jan 22 02:25:52 arch-pc kernel: usb usb1: Manufacturer: Linux 6.1.7-arch1-1 xhci-hcd
Jan 22 02:25:52 arch-pc kernel: usb usb1: SerialNumber: 0000:00:0d.0
Jan 22 02:25:52 arch-pc kernel: AVX2 version of gcm_enc/dec engaged.
Jan 22 02:25:52 arch-pc kernel: AES CTR mode by8 optimization enabled
Jan 22 02:25:52 arch-pc kernel: hub 1-0:1.0: USB hub found
Jan 22 02:25:52 arch-pc kernel: hub 1-0:1.0: 1 port detected
Jan 22 02:25:52 arch-pc kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Jan 22 02:25:52 arch-pc kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 22 02:25:52 arch-pc kernel: usb usb2: Product: xHCI Host Controller
Jan 22 02:25:52 arch-pc kernel: usb usb2: Manufacturer: Linux 6.1.7-arch1-1 xhci-hcd
Jan 22 02:25:52 arch-pc kernel: usb usb2: SerialNumber: 0000:00:0d.0
Jan 22 02:25:52 arch-pc kernel: hub 2-0:1.0: USB hub found
Jan 22 02:25:52 arch-pc kernel: hub 2-0:1.0: 3 ports detected
Jan 22 02:25:52 arch-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 22 02:25:52 arch-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Jan 22 02:25:52 arch-pc kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
Jan 22 02:25:52 arch-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 22 02:25:52 arch-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Jan 22 02:25:52 arch-pc kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Jan 22 02:25:52 arch-pc kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Jan 22 02:25:52 arch-pc kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 22 02:25:52 arch-pc kernel: usb usb3: Product: xHCI Host Controller
Jan 22 02:25:52 arch-pc kernel: usb usb3: Manufacturer: Linux 6.1.7-arch1-1 xhci-hcd
Jan 22 02:25:52 arch-pc kernel: usb usb3: SerialNumber: 0000:00:14.0
Jan 22 02:25:52 arch-pc kernel: hub 3-0:1.0: USB hub found
Jan 22 02:25:52 arch-pc kernel: hub 3-0:1.0: 12 ports detected
Jan 22 02:25:52 arch-pc kernel: nvme nvme0: pci function 0000:02:00.0
Jan 22 02:25:52 arch-pc kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Jan 22 02:25:52 arch-pc kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 22 02:25:52 arch-pc kernel: usb usb4: Product: xHCI Host Controller
Jan 22 02:25:52 arch-pc kernel: usb usb4: Manufacturer: Linux 6.1.7-arch1-1 xhci-hcd
Jan 22 02:25:52 arch-pc kernel: usb usb4: SerialNumber: 0000:00:14.0
Jan 22 02:25:52 arch-pc kernel: hub 4-0:1.0: USB hub found
Jan 22 02:25:52 arch-pc kernel: hub 4-0:1.0: 4 ports detected
Jan 22 02:25:52 arch-pc kernel: usb: port power management may be unreliable
Jan 22 02:25:52 arch-pc kernel: nvme nvme0: allocated 64 MiB host memory buffer.
Jan 22 02:25:52 arch-pc kernel: nvme nvme0: 8/0/0 default/read/poll queues
Jan 22 02:25:52 arch-pc kernel:  nvme0n1: p1 p2
Jan 22 02:25:52 arch-pc kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Jan 22 02:25:52 arch-pc kernel: device-mapper: uevent: version 1.0.3
Jan 22 02:25:52 arch-pc kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
Jan 22 02:25:52 arch-pc kernel: Key type trusted registered
Jan 22 02:25:52 arch-pc kernel: Key type encrypted registered
Jan 22 02:25:52 arch-pc kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Jan 22 02:25:52 arch-pc kernel: usb 3-3: New USB device found, idVendor=0d8c, idProduct=0012, bcdDevice= 1.00
Jan 22 02:25:52 arch-pc kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 22 02:25:52 arch-pc kernel: usb 3-3: Product: USB Audio Device
Jan 22 02:25:52 arch-pc kernel: usb 3-3: Manufacturer: C-Media Electronics Inc.
Jan 22 02:25:52 arch-pc kernel: input: C-Media Electronics Inc. USB Audio Device as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0D8C:0012.0001/input/input7
Jan 22 02:25:52 arch-pc kernel: hid-generic 0003:0D8C:0012.0001: input,hidraw0: USB HID v1.00 Device [C-Media Electronics Inc. USB Audio Device] on usb-0000:00:14.0-3/input3
Jan 22 02:25:52 arch-pc kernel: usbcore: registered new interface driver usbhid
Jan 22 02:25:52 arch-pc kernel: usbhid: USB HID core driver
Jan 22 02:25:52 arch-pc kernel: usb 3-4: new full-speed USB device number 3 using xhci_hcd
Jan 22 02:25:52 arch-pc kernel: usb 3-4: New USB device found, idVendor=046d, idProduct=c092, bcdDevice=52.00
Jan 22 02:25:52 arch-pc kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 22 02:25:52 arch-pc kernel: usb 3-4: Product: G102 LIGHTSYNC Gaming Mouse
Jan 22 02:25:52 arch-pc kernel: usb 3-4: Manufacturer: Logitech
Jan 22 02:25:52 arch-pc kernel: usb 3-4: SerialNumber: 207432755242
Jan 22 02:25:52 arch-pc kernel: input: Logitech G102 LIGHTSYNC Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:046D:C092.0002/input/input8
Jan 22 02:25:52 arch-pc kernel: hid-generic 0003:046D:C092.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:00:14.0-4/input0
Jan 22 02:25:52 arch-pc kernel: input: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C092.0003/input/input9
Jan 22 02:25:52 arch-pc kernel: hid-generic 0003:046D:C092.0003: input,hiddev96,hidraw2: USB HID v1.11 Keyboard [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:00:14.0-4/input1
Jan 22 02:25:52 arch-pc kernel: usb 3-7: new high-speed USB device number 4 using xhci_hcd
Jan 22 02:25:52 arch-pc kernel: usb 3-7: New USB device found, idVendor=0480, idProduct=0212, bcdDevice= 0.00
Jan 22 02:25:52 arch-pc kernel: usb 3-7: New USB device strings: Mfr=2, Product=3, SerialNumber=1
Jan 22 02:25:52 arch-pc kernel: usb 3-7: Product: External USB 3.0
Jan 22 02:25:52 arch-pc kernel: usb 3-7: Manufacturer: TOSHIBA
Jan 22 02:25:52 arch-pc kernel: usb 3-7: SerialNumber: 20150512004611C
Jan 22 02:25:52 arch-pc kernel: usb-storage 3-7:1.0: USB Mass Storage device detected
Jan 22 02:25:52 arch-pc kernel: scsi host1: usb-storage 3-7:1.0
Jan 22 02:25:52 arch-pc kernel: usbcore: registered new interface driver usb-storage
Jan 22 02:25:52 arch-pc kernel: usbcore: registered new interface driver uas
Jan 22 02:25:52 arch-pc kernel: usb 3-8: new high-speed USB device number 5 using xhci_hcd
Jan 22 02:25:52 arch-pc kernel: usb 3-8: New USB device found, idVendor=5986, idProduct=9102, bcdDevice= 6.01
Jan 22 02:25:52 arch-pc kernel: usb 3-8: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Jan 22 02:25:52 arch-pc kernel: usb 3-8: Product: BisonCam,NB Pro
Jan 22 02:25:52 arch-pc kernel: usb 3-8: Manufacturer: Sonix Technology Co., Ltd.
Jan 22 02:25:52 arch-pc kernel: usb 3-10: new full-speed USB device number 6 using xhci_hcd
Jan 22 02:25:52 arch-pc kernel: usb 3-10: New USB device found, idVendor=8087, idProduct=0033, bcdDevice= 0.00
Jan 22 02:25:52 arch-pc kernel: usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 22 02:25:52 arch-pc kernel: scsi 1:0:0:0: Direct-Access     TOSHIBA  External USB 3.0 0    PQ: 0 ANSI: 6
Jan 22 02:25:52 arch-pc kernel: sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Jan 22 02:25:52 arch-pc kernel: sd 1:0:0:0: [sda] Write Protect is off
Jan 22 02:25:52 arch-pc kernel: sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00
Jan 22 02:25:52 arch-pc kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 22 02:25:52 arch-pc kernel:  sda: sda1
Jan 22 02:25:52 arch-pc kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Jan 22 02:25:52 arch-pc kernel: EXT4-fs (dm-2): mounted filesystem with ordered data mode. Quota mode: none.
Jan 22 02:25:52 arch-pc systemd[1]: systemd 252.4-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jan 22 02:25:52 arch-pc systemd[1]: Detected architecture x86-64.
Jan 22 02:25:52 arch-pc systemd[1]: Hostname set to <arch-pc>.
Jan 22 02:25:52 arch-pc systemd[1]: bpf-lsm: LSM BPF program attached
Jan 22 02:25:52 arch-pc systemd[1]: Queued start job for default target Graphical Interface.
Jan 22 02:25:52 arch-pc systemd[1]: Created slice Virtual Machine and Container Slice.
Jan 22 02:25:52 arch-pc systemd[1]: Created slice Slice /system/getty.
Jan 22 02:25:52 arch-pc systemd[1]: Created slice Slice /system/modprobe.
Jan 22 02:25:52 arch-pc systemd[1]: Created slice Slice /system/syncthing.
Jan 22 02:25:52 arch-pc systemd[1]: Created slice Slice /system/systemd-fsck.
Jan 22 02:25:52 arch-pc systemd[1]: Created slice User and Session Slice.
Jan 22 02:25:52 arch-pc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 22 02:25:52 arch-pc systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan 22 02:25:52 arch-pc systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan 22 02:25:52 arch-pc systemd[1]: Reached target Local Encrypted Volumes.
Jan 22 02:25:52 arch-pc systemd[1]: Reached target Login Prompts.
Jan 22 02:25:52 arch-pc systemd[1]: Reached target Local Integrity Protected Volumes.
Jan 22 02:25:52 arch-pc systemd[1]: Reached target Path Units.
Jan 22 02:25:52 arch-pc systemd[1]: Reached target Remote File Systems.
Jan 22 02:25:52 arch-pc systemd[1]: Reached target Slice Units.
Jan 22 02:25:52 arch-pc systemd[1]: Reached target Local Verity Protected Volumes.
Jan 22 02:25:52 arch-pc systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jan 22 02:25:52 arch-pc systemd[1]: Listening on LVM2 poll daemon socket.
Jan 22 02:25:52 arch-pc systemd[1]: Listening on Process Core Dump Socket.
Jan 22 02:25:52 arch-pc systemd[1]: Listening on Journal Audit Socket.
Jan 22 02:25:52 arch-pc systemd[1]: Listening on Journal Socket (/dev/log).
Jan 22 02:25:52 arch-pc systemd[1]: Listening on Journal Socket.
Jan 22 02:25:52 arch-pc systemd[1]: Listening on udev Control Socket.
Jan 22 02:25:52 arch-pc systemd[1]: Listening on udev Kernel Socket.
Jan 22 02:25:52 arch-pc systemd[1]: Mounting Huge Pages File System...
Jan 22 02:25:52 arch-pc systemd[1]: Mounting POSIX Message Queue File System...
Jan 22 02:25:52 arch-pc systemd[1]: Mounting Kernel Debug File System...
Jan 22 02:25:52 arch-pc systemd[1]: Mounting Kernel Trace File System...
Jan 22 02:25:52 arch-pc systemd[1]: Starting Create List of Static Device Nodes...
Jan 22 02:25:52 arch-pc systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jan 22 02:25:52 arch-pc systemd[1]: Starting Load Kernel Module configfs...
Jan 22 02:25:52 arch-pc systemd[1]: Starting Load Kernel Module drm...
Jan 22 02:25:52 arch-pc systemd[1]: Starting Load Kernel Module fuse...
Jan 22 02:25:52 arch-pc systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 22 02:25:52 arch-pc systemd[1]: Starting Journal Service...
Jan 22 02:25:52 arch-pc systemd[1]: Starting Load Kernel Modules...
Jan 22 02:25:52 arch-pc systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 22 02:25:52 arch-pc systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jan 22 02:25:52 arch-pc systemd[1]: Starting Coldplug All udev Devices...
Jan 22 02:25:52 arch-pc systemd[1]: Mounted Huge Pages File System.
Jan 22 02:25:52 arch-pc systemd[1]: Mounted POSIX Message Queue File System.
Jan 22 02:25:52 arch-pc systemd[1]: Mounted Kernel Debug File System.
Jan 22 02:25:52 arch-pc systemd[1]: Mounted Kernel Trace File System.
Jan 22 02:25:52 arch-pc kernel: fuse: init (API version 7.37)
Jan 22 02:25:52 arch-pc kernel: EXT4-fs (dm-2): re-mounted. Quota mode: none.
Jan 22 02:25:52 arch-pc systemd-journald[595]: Journal started
Jan 22 02:25:52 arch-pc systemd-journald[595]: Runtime Journal (/run/log/journal/82a67e459e344effa46213b0925ba70d) is 8.0M, max 1.5G, 1.5G free.
Jan 22 02:25:52 arch-pc systemd-modules-load[596]: Inserted module 'dm_multipath'
Jan 22 02:25:52 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:52 arch-pc 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'
Jan 22 02:25:52 arch-pc systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jan 22 02:25:52 arch-pc systemd[1]: Finished Create List of Static Device Nodes.
Jan 22 02:25:52 arch-pc kernel: audit: type=1130 audit(1674336352.876:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:52 arch-pc systemd[1]: Started Journal Service.
Jan 22 02:25:52 arch-pc kernel: audit: type=1130 audit(1674336352.876:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:52 arch-pc lvm[591]:   3 logical volume(s) in volume group "vg" monitored
Jan 22 02:25:52 arch-pc systemd[1]: Finished Load Kernel Module configfs.
Jan 22 02:25:52 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:52 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:52 arch-pc systemd[1]: modprobe@drm.service: Deactivated successfully.
Jan 22 02:25:52 arch-pc kernel: audit: type=1130 audit(1674336352.956:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:52 arch-pc kernel: audit: type=1131 audit(1674336352.956:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:52 arch-pc systemd[1]: Finished Load Kernel Module drm.
Jan 22 02:25:52 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:52 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:52 arch-pc kernel: audit: type=1130 audit(1674336352.986:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:52 arch-pc kernel: audit: type=1131 audit(1674336352.986:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:53 arch-pc systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jan 22 02:25:53 arch-pc 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'
Jan 22 02:25:53 arch-pc systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jan 22 02:25:53 arch-pc kernel: audit: type=1130 audit(1674336353.016:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:53 arch-pc systemd[1]: Finished Load Kernel Module fuse.
Jan 22 02:25:53 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:53 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:53 arch-pc kernel: audit: type=1130 audit(1674336353.039:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:53 arch-pc kernel: audit: type=1131 audit(1674336353.039:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:53 arch-pc systemd[1]: Finished Remount Root and Kernel File Systems.
Jan 22 02:25:53 arch-pc 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'
Jan 22 02:25:53 arch-pc kernel: audit: type=1130 audit(1674336353.103:11): 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'
Jan 22 02:25:53 arch-pc systemd[1]: Finished Coldplug All udev Devices.
Jan 22 02:25:53 arch-pc 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'
Jan 22 02:25:53 arch-pc systemd[1]: Mounting FUSE Control File System...
Jan 22 02:25:53 arch-pc systemd[1]: Mounting Kernel Configuration File System...
Jan 22 02:25:53 arch-pc systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 22 02:25:53 arch-pc systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jan 22 02:25:53 arch-pc systemd[1]: Starting Flush Journal to Persistent Storage...
Jan 22 02:25:53 arch-pc systemd[1]: Starting Load/Save Random Seed...
Jan 22 02:25:53 arch-pc systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jan 22 02:25:53 arch-pc systemd[1]: Starting Create Static Device Nodes in /dev...
Jan 22 02:25:53 arch-pc systemd[1]: Mounted FUSE Control File System.
Jan 22 02:25:53 arch-pc systemd[1]: Mounted Kernel Configuration File System.
Jan 22 02:25:53 arch-pc systemd-journald[595]: Time spent on flushing to /var/log/journal/82a67e459e344effa46213b0925ba70d is 87.526ms for 1130 entries.
Jan 22 02:25:53 arch-pc systemd-journald[595]: System Journal (/var/log/journal/82a67e459e344effa46213b0925ba70d) is 2.7G, max 4.0G, 1.2G free.
Jan 22 02:25:53 arch-pc systemd-journald[595]: Received client request to flush runtime journal.
Jan 22 02:25:53 arch-pc 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'
Jan 22 02:25:53 arch-pc 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'
Jan 22 02:25:53 arch-pc audit: BPF prog-id=27 op=LOAD
Jan 22 02:25:53 arch-pc audit: BPF prog-id=28 op=LOAD
Jan 22 02:25:53 arch-pc 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'
Jan 22 02:25:53 arch-pc systemd[1]: Finished Load/Save Random Seed.
Jan 22 02:25:53 arch-pc systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 22 02:25:53 arch-pc systemd[1]: Finished Create Static Device Nodes in /dev.
Jan 22 02:25:53 arch-pc systemd[1]: Reached target Preparation for Local File Systems.
Jan 22 02:25:53 arch-pc systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jan 22 02:25:53 arch-pc systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jan 22 02:25:53 arch-pc systemd-udevd[622]: Using default interface naming scheme 'v252'.
Jan 22 02:25:53 arch-pc systemd[1]: Started Rule-based Manager for Device Events and Files.
Jan 22 02:25:53 arch-pc lvm[647]: PV /dev/dm-0 online, VG vg is complete.
Jan 22 02:25:53 arch-pc lvm[647]: VG vg finished
Jan 22 02:25:53 arch-pc systemd[1]: Found device /dev/disk/by-uuid/7f38e24c-f559-40f1-bcd2-da6c3fe27e2b.
Jan 22 02:25:53 arch-pc systemd[1]: Found device /dev/disk/by-uuid/d915ff68-21f6-488b-a283-4fa710473e5d.
Jan 22 02:25:53 arch-pc systemd[1]: Finished Flush Journal to Persistent Storage.
Jan 22 02:25:53 arch-pc 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'
Jan 22 02:25:53 arch-pc systemd[1]: Found device KINGSTON SNVS2000G 1.
Jan 22 02:25:53 arch-pc systemd[1]: Activating swap /dev/disk/by-uuid/d915ff68-21f6-488b-a283-4fa710473e5d...
Jan 22 02:25:53 arch-pc systemd[1]: Starting File System Check on /dev/disk/by-uuid/26DD-F725...
Jan 22 02:25:53 arch-pc systemd[1]: Starting File System Check on /dev/disk/by-uuid/7f38e24c-f559-40f1-bcd2-da6c3fe27e2b...
Jan 22 02:25:53 arch-pc systemd[1]: Activated swap /dev/disk/by-uuid/d915ff68-21f6-488b-a283-4fa710473e5d.
Jan 22 02:25:53 arch-pc systemd[1]: Reached target Swaps.
Jan 22 02:25:53 arch-pc kernel: Adding 8388604k swap on /dev/mapper/vg-swap.  Priority:-2 extents:1 across:8388604k SSFS
Jan 22 02:25:53 arch-pc systemd[1]: Mounting Temporary Directory /tmp...
Jan 22 02:25:53 arch-pc systemd[1]: Mounted Temporary Directory /tmp.
Jan 22 02:25:53 arch-pc systemd-fsck[696]: fsck.fat 4.2 (2021-01-31)
Jan 22 02:25:53 arch-pc systemd-fsck[696]: /dev/nvme0n1p1: 368 files, 25749/130812 clusters
Jan 22 02:25:53 arch-pc systemd-fsck[697]: /dev/mapper/vg-home: clean, 889247/104759296 files, 77498180/419036160 blocks
Jan 22 02:25:53 arch-pc mtp-probe[698]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7"
Jan 22 02:25:53 arch-pc mtp-probe[698]: bus: 3, device: 4 was not an MTP device
Jan 22 02:25:53 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-26DD\x2dF725 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:53 arch-pc systemd[1]: Finished File System Check on /dev/disk/by-uuid/26DD-F725.
Jan 22 02:25:53 arch-pc systemd[1]: Finished File System Check on /dev/disk/by-uuid/7f38e24c-f559-40f1-bcd2-da6c3fe27e2b.
Jan 22 02:25:53 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-7f38e24c\x2df559\x2d40f1\x2dbcd2\x2dda6c3fe27e2b comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:53 arch-pc kernel: nvidia: loading out-of-tree module taints kernel.
Jan 22 02:25:53 arch-pc kernel: nvidia: module license 'NVIDIA' taints kernel.
Jan 22 02:25:53 arch-pc kernel: Disabling lock debugging due to kernel taint
Jan 22 02:25:53 arch-pc mtp-probe[709]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3"
Jan 22 02:25:53 arch-pc kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jan 22 02:25:53 arch-pc systemd[1]: Mounting /boot...
Jan 22 02:25:53 arch-pc mtp-probe[709]: bus: 3, device: 2 was not an MTP device
Jan 22 02:25:53 arch-pc systemd[1]: Mounting /home...
Jan 22 02:25:53 arch-pc mtp-probe[721]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4"
Jan 22 02:25:53 arch-pc mtp-probe[721]: bus: 3, device: 3 was not an MTP device
Jan 22 02:25:53 arch-pc systemd[1]: Mounted /home.
Jan 22 02:25:53 arch-pc kernel: EXT4-fs (dm-3): mounted filesystem with ordered data mode. Quota mode: none.
Jan 22 02:25:53 arch-pc kernel: mousedev: PS/2 mouse device common for all mice
Jan 22 02:25:53 arch-pc kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 511
Jan 22 02:25:53 arch-pc kernel: 
Jan 22 02:25:53 arch-pc kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Jan 22 02:25:53 arch-pc systemd[1]: Mounted /boot.
Jan 22 02:25:53 arch-pc systemd[1]: Reached target Local File Systems.
Jan 22 02:25:53 arch-pc systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jan 22 02:25:53 arch-pc kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  525.85.05  Sat Jan 14 00:49:50 UTC 2023
Jan 22 02:25:53 arch-pc systemd[1]: Starting Set Up Additional Binary Formats...
Jan 22 02:25:53 arch-pc systemd[1]: Store a System Token in an EFI Variable was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 22 02:25:53 arch-pc systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jan 22 02:25:53 arch-pc systemd[1]: Starting Create Volatile Files and Directories...
Jan 22 02:25:53 arch-pc systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 735 (systemd-binfmt)
Jan 22 02:25:53 arch-pc systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jan 22 02:25:53 arch-pc systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jan 22 02:25:53 arch-pc systemd[1]: Finished Set Up Additional Binary Formats.
Jan 22 02:25:53 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:54 arch-pc kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Jan 22 02:25:54 arch-pc systemd[1]: Finished Create Volatile Files and Directories.
Jan 22 02:25:54 arch-pc 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'
Jan 22 02:25:54 arch-pc systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jan 22 02:25:54 arch-pc audit: BPF prog-id=29 op=LOAD
Jan 22 02:25:54 arch-pc kernel: nvidia-uvm: Loaded the UVM driver, major device number 509.
Jan 22 02:25:54 arch-pc systemd-modules-load[596]: Inserted module 'nvidia_uvm'
Jan 22 02:25:54 arch-pc systemd[1]: Starting Network Time Synchronization...
Jan 22 02:25:54 arch-pc systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jan 22 02:25:54 arch-pc systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jan 22 02:25:54 arch-pc audit[746]: SYSTEM_BOOT pid=746 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:54 arch-pc systemd[1]: Finished Load Kernel Modules.
Jan 22 02:25:54 arch-pc 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'
Jan 22 02:25:54 arch-pc systemd[1]: Starting Apply Kernel Variables...
Jan 22 02:25:54 arch-pc systemd[1]: Started Network Time Synchronization.
Jan 22 02:25:54 arch-pc 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'
Jan 22 02:25:54 arch-pc systemd[1]: Reached target System Time Set.
Jan 22 02:25:54 arch-pc systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jan 22 02:25:54 arch-pc 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'
Jan 22 02:25:54 arch-pc systemd[1]: Finished Apply Kernel Variables.
Jan 22 02:25:54 arch-pc 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'
Jan 22 02:25:54 arch-pc systemd[1]: Starting CLI Netfilter Manager...
Jan 22 02:25:54 arch-pc audit[836]: NETFILTER_CFG table=filter:2 family=10 entries=9 op=nft_register_chain pid=836 comm="ip6tables-resto"
Jan 22 02:25:54 arch-pc audit[836]: SYSCALL arch=c000003e syscall=46 success=yes exit=1276 a0=3 a1=7ffde92550d0 a2=0 a3=7ffde92550bc items=0 ppid=752 pid=836 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:54 arch-pc audit: PROCTITLE proctitle="ip6tables-restore"
Jan 22 02:25:54 arch-pc audit[838]: NETFILTER_CFG table=filter:3 family=2 entries=7 op=nft_register_chain pid=838 comm="iptables-restor"
Jan 22 02:25:54 arch-pc audit[838]: SYSCALL arch=c000003e syscall=46 success=yes exit=732 a0=3 a1=7fff64dd91a0 a2=0 a3=7fff64dd918c items=0 ppid=752 pid=838 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:54 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 02:25:54 arch-pc audit[841]: NETFILTER_CFG table=filter:4 family=2 entries=36 op=nft_register_chain pid=841 comm="iptables-restor"
Jan 22 02:25:54 arch-pc audit[841]: SYSCALL arch=c000003e syscall=46 success=yes exit=4440 a0=3 a1=7ffe60ded1e0 a2=0 a3=7ffe60ded1cc items=0 ppid=752 pid=841 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:54 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 02:25:54 arch-pc audit[844]: NETFILTER_CFG table=filter:5 family=2 entries=2 op=nft_register_chain pid=844 comm="iptables-restor"
Jan 22 02:25:54 arch-pc audit[844]: SYSCALL arch=c000003e syscall=46 success=yes exit=160 a0=3 a1=7ffd5ce151d0 a2=0 a3=7ffd5ce151bc items=0 ppid=752 pid=844 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:54 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 02:25:54 arch-pc audit[847]: NETFILTER_CFG table=filter:6 family=2 entries=6 op=nft_register_chain pid=847 comm="iptables-restor"
Jan 22 02:25:54 arch-pc audit[847]: SYSCALL arch=c000003e syscall=46 success=yes exit=780 a0=3 a1=7ffebe1c0230 a2=0 a3=7ffebe1c021c items=0 ppid=752 pid=847 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:54 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 02:25:54 arch-pc audit[848]: NETFILTER_CFG table=filter:7 family=2 entries=25 op=nft_register_chain pid=848 comm="iptables-restor"
Jan 22 02:25:54 arch-pc audit[848]: SYSCALL arch=c000003e syscall=46 success=yes exit=7696 a0=3 a1=7ffd3fa5f0a0 a2=0 a3=7ffd3fa5f08c items=0 ppid=752 pid=848 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:54 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 02:25:54 arch-pc audit[861]: NETFILTER_CFG table=filter:8 family=2 entries=7 op=nft_register_rule pid=861 comm="iptables-restor"
Jan 22 02:25:54 arch-pc audit[861]: SYSCALL arch=c000003e syscall=46 success=yes exit=2724 a0=3 a1=7ffc793de010 a2=0 a3=7ffc793ddffc items=0 ppid=752 pid=861 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:54 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 02:25:54 arch-pc audit[868]: NETFILTER_CFG table=filter:9 family=2 entries=8 op=nft_register_chain pid=868 comm="iptables-restor"
Jan 22 02:25:54 arch-pc audit[868]: SYSCALL arch=c000003e syscall=46 success=yes exit=504 a0=3 a1=7ffeefa7da40 a2=0 a3=7ffeefa7da2c items=0 ppid=752 pid=868 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:54 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 02:25:54 arch-pc audit[869]: NETFILTER_CFG table=filter:10 family=2 entries=33 op=nft_register_rule pid=869 comm="iptables-restor"
Jan 22 02:25:54 arch-pc audit[869]: SYSCALL arch=c000003e syscall=46 success=yes exit=11132 a0=3 a1=7fffe3d225c0 a2=0 a3=7fffe3d225ac items=0 ppid=752 pid=869 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:54 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 02:25:54 arch-pc audit[875]: NETFILTER_CFG table=filter:11 family=2 entries=3 op=nft_register_rule pid=875 comm="iptables-restor"
Jan 22 02:25:54 arch-pc audit[875]: SYSCALL arch=c000003e syscall=46 success=yes exit=628 a0=3 a1=7ffd7d178610 a2=0 a3=7ffd7d1785fc items=0 ppid=752 pid=875 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:54 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 02:25:54 arch-pc systemd[1]: Finished CLI Netfilter Manager.
Jan 22 02:25:54 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ufw comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:54 arch-pc systemd[1]: Reached target System Initialization.
Jan 22 02:25:54 arch-pc systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jan 22 02:25:54 arch-pc systemd[1]: Started Daily man-db regeneration.
Jan 22 02:25:54 arch-pc systemd[1]: Started Daily verification of password and group files.
Jan 22 02:25:54 arch-pc systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 22 02:25:54 arch-pc systemd[1]: Reached target Timer Units.
Jan 22 02:25:54 arch-pc systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 22 02:25:54 arch-pc systemd[1]: Starting Docker Socket for the API...
Jan 22 02:25:54 arch-pc systemd[1]: Listening on Libvirt local socket.
Jan 22 02:25:54 arch-pc systemd[1]: Listening on Libvirt admin socket.
Jan 22 02:25:54 arch-pc systemd[1]: Listening on Libvirt local read-only socket.
Jan 22 02:25:54 arch-pc systemd[1]: Listening on Virtual machine lock manager socket.
Jan 22 02:25:54 arch-pc systemd[1]: Listening on Virtual machine log manager socket.
Jan 22 02:25:54 arch-pc systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 22 02:25:54 arch-pc systemd[1]: Listening on Docker Socket for the API.
Jan 22 02:25:54 arch-pc systemd[1]: Reached target Socket Units.
Jan 22 02:25:54 arch-pc systemd[1]: Reached target Basic System.
Jan 22 02:25:54 arch-pc systemd[1]: Starting D-Bus System Message Bus...
Jan 22 02:25:54 arch-pc audit: BPF prog-id=30 op=LOAD
Jan 22 02:25:54 arch-pc audit: BPF prog-id=31 op=LOAD
Jan 22 02:25:54 arch-pc audit: BPF prog-id=32 op=LOAD
Jan 22 02:25:54 arch-pc systemd[1]: Starting User Login Management...
Jan 22 02:25:54 arch-pc audit: BPF prog-id=33 op=LOAD
Jan 22 02:25:54 arch-pc audit: BPF prog-id=34 op=LOAD
Jan 22 02:25:54 arch-pc systemd[1]: Starting Virtual Machine and Container Registration Service...
Jan 22 02:25:54 arch-pc systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 22 02:25:55 arch-pc systemd-logind[879]: Watching system buttons on /dev/input/event3 (Power Button)
Jan 22 02:25:55 arch-pc systemd-logind[879]: Watching system buttons on /dev/input/event0 (Power Button)
Jan 22 02:25:55 arch-pc systemd-logind[879]: Watching system buttons on /dev/input/event2 (Lid Switch)
Jan 22 02:25:55 arch-pc systemd-logind[879]: Watching system buttons on /dev/input/event1 (Sleep Button)
Jan 22 02:25:55 arch-pc systemd-logind[879]: Watching system buttons on /dev/input/event8 (Logitech G102 LIGHTSYNC Gaming Mouse Keyboard)
Jan 22 02:25:55 arch-pc systemd-logind[879]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Jan 22 02:25:55 arch-pc systemd-logind[879]: New seat seat0.
Jan 22 02:25:55 arch-pc systemd[1]: Started D-Bus System Message Bus.
Jan 22 02:25:55 arch-pc 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'
Jan 22 02:25:55 arch-pc dbus-daemon[878]: [system] Successfully activated service 'org.freedesktop.systemd1'
Jan 22 02:25:55 arch-pc 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'
Jan 22 02:25:55 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machined comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:55 arch-pc systemd[1]: Starting Network Manager...
Jan 22 02:25:55 arch-pc systemd[1]: Started User Login Management.
Jan 22 02:25:55 arch-pc systemd[1]: Started Virtual Machine and Container Registration Service.
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.0508] NetworkManager (version 1.40.10-1) is starting... (boot:9649ae7f-5000-4905-9b59-70f1999fdc1e)
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.0508] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.0520] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jan 22 02:25:55 arch-pc systemd[1]: Started Network Manager.
Jan 22 02:25:55 arch-pc 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'
Jan 22 02:25:55 arch-pc systemd[1]: Reached target Network.
Jan 22 02:25:55 arch-pc systemd[1]: Starting Network Manager Wait Online...
Jan 22 02:25:55 arch-pc systemd[1]: Starting Virtualization daemon...
Jan 22 02:25:55 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=syncthing@pinkolik comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:55 arch-pc systemd[1]: Started Syncthing - Open Source Continuous File Synchronization for pinkolik.
Jan 22 02:25:55 arch-pc systemd[1]: Starting Permit User Sessions...
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.0587] manager[0x55a74f6e8060]: monitoring kernel firmware directory '/lib/firmware'.
Jan 22 02:25:55 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=883 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 02:25:55 arch-pc systemd[1]: Finished Permit User Sessions.
Jan 22 02:25:55 arch-pc 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'
Jan 22 02:25:55 arch-pc systemd[1]: Starting Light Display Manager...
Jan 22 02:25:55 arch-pc audit: BPF prog-id=35 op=LOAD
Jan 22 02:25:55 arch-pc audit: BPF prog-id=36 op=LOAD
Jan 22 02:25:55 arch-pc audit: BPF prog-id=37 op=LOAD
Jan 22 02:25:55 arch-pc systemd[1]: Starting Hostname Service...
Jan 22 02:25:55 arch-pc systemd[1]: Started Light Display Manager.
Jan 22 02:25:55 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:55 arch-pc lightdm[898]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jan 22 02:25:55 arch-pc dbus-daemon[878]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 22 02:25:55 arch-pc systemd[1]: Started Hostname Service.
Jan 22 02:25:55 arch-pc 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'
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.1060] hostname: hostname: using hostnamed
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.1060] hostname: static hostname changed from (none) to "arch-pc"
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.1070] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jan 22 02:25:55 arch-pc syncthing[888]: [start] INFO: syncthing v1.23.0 "Fermium Flea" (go1.19.4 linux-amd64) syncthing@archlinux 2023-01-02 09:18:35 UTC [noupgrade]
Jan 22 02:25:55 arch-pc kernel: Consider using thermal netlink events interface
Jan 22 02:25:55 arch-pc kernel: input: Intel HID events as /devices/platform/INTC1051:00/input/input521
Jan 22 02:25:55 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.1549] manager[0x55a74f6e8060]: rfkill: Wi-Fi hardware radio set enabled
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.1550] manager[0x55a74f6e8060]: rfkill: WWAN hardware radio set enabled
Jan 22 02:25:55 arch-pc systemd[1]: Started Virtualization daemon.
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.1686] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.40.10-1/libnm-device-plugin-wwan.so)
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.1749] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.40.10-1/libnm-device-plugin-bluetooth.so)
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.1891] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.40.10-1/libnm-device-plugin-team.so)
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.2096] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.40.10-1/libnm-device-plugin-ovs.so)
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.2125] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.40.10-1/libnm-device-plugin-wifi.so)
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.2139] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.40.10-1/libnm-device-plugin-adsl.so)
Jan 22 02:25:55 arch-pc syncthing[888]: [J2GOJ] INFO: My ID: J2GOJF3-PROM5IY-NEVE32P-DVPRDD4-CULMLMB-VCPOXI6-6AB253Q-3GJU6QY
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.2145] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.2146] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jan 22 02:25:55 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=883 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.2147] manager: Networking is enabled by state file
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.2153] settings: Loaded settings plugin: keyfile (internal)
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.2277] dhcp: init: Using DHCP client 'internal'
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.2277] device (lo): carrier: link connected
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.2281] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.2319] ovsdb: disconnected from ovsdb
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.2320] manager: startup complete
Jan 22 02:25:55 arch-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 22 02:25:55 arch-pc kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.2968] manager: (virbr0): new Bridge device (/org/freedesktop/NetworkManager/Devices/2)
Jan 22 02:25:55 arch-pc dbus-daemon[878]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 22 02:25:55 arch-pc audit[954]: NETFILTER_CFG table=filter:12 family=2 entries=1 op=nft_register_chain pid=954 comm="iptables"
Jan 22 02:25:55 arch-pc audit[954]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffc64a23ba0 a2=0 a3=7ffc64a23b8c items=0 ppid=887 pid=954 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F494E50
Jan 22 02:25:55 arch-pc audit[955]: NETFILTER_CFG table=filter:13 family=2 entries=1 op=nft_register_rule pid=955 comm="iptables"
Jan 22 02:25:55 arch-pc audit[955]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffc4cb6ac60 a2=0 a3=7ffc4cb6ac4c items=0 ppid=887 pid=955 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400494E505554002D2D6A756D70004C4942564952545F494E50
Jan 22 02:25:55 arch-pc audit[956]: NETFILTER_CFG table=filter:14 family=2 entries=1 op=nft_register_chain pid=956 comm="iptables"
Jan 22 02:25:55 arch-pc audit[956]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7fff2bd3f120 a2=0 a3=7fff2bd3f10c items=0 ppid=887 pid=956 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F4F5554
Jan 22 02:25:55 arch-pc audit[957]: NETFILTER_CFG table=filter:15 family=2 entries=1 op=nft_register_rule pid=957 comm="iptables"
Jan 22 02:25:55 arch-pc audit[957]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffc3c3c8e60 a2=0 a3=7ffc3c3c8e4c items=0 ppid=887 pid=957 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004F5554505554002D2D6A756D70004C4942564952545F4F5554
Jan 22 02:25:55 arch-pc audit[958]: NETFILTER_CFG table=filter:16 family=2 entries=1 op=nft_register_chain pid=958 comm="iptables"
Jan 22 02:25:55 arch-pc audit[958]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffc29868830 a2=0 a3=7ffc2986881c items=0 ppid=887 pid=958 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F46574F
Jan 22 02:25:55 arch-pc audit[959]: NETFILTER_CFG table=filter:17 family=2 entries=1 op=nft_register_rule pid=959 comm="iptables"
Jan 22 02:25:55 arch-pc audit[959]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffc5df936f0 a2=0 a3=7ffc5df936dc items=0 ppid=887 pid=959 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F46574F
Jan 22 02:25:55 arch-pc audit[960]: NETFILTER_CFG table=filter:18 family=2 entries=1 op=nft_register_chain pid=960 comm="iptables"
Jan 22 02:25:55 arch-pc audit[960]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffd7584e640 a2=0 a3=7ffd7584e62c items=0 ppid=887 pid=960 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F465749
Jan 22 02:25:55 arch-pc audit[961]: NETFILTER_CFG table=filter:19 family=2 entries=1 op=nft_register_rule pid=961 comm="iptables"
Jan 22 02:25:55 arch-pc audit[961]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffd9ebadc30 a2=0 a3=7ffd9ebadc1c items=0 ppid=887 pid=961 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F465749
Jan 22 02:25:55 arch-pc audit[962]: NETFILTER_CFG table=filter:20 family=2 entries=1 op=nft_register_chain pid=962 comm="iptables"
Jan 22 02:25:55 arch-pc audit[962]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffc9ec86590 a2=0 a3=7ffc9ec8657c items=0 ppid=887 pid=962 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F465758
Jan 22 02:25:55 arch-pc audit[963]: NETFILTER_CFG table=filter:21 family=2 entries=1 op=nft_register_rule pid=963 comm="iptables"
Jan 22 02:25:55 arch-pc audit[963]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffc40388200 a2=0 a3=7ffc403881ec items=0 ppid=887 pid=963 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F465758
Jan 22 02:25:55 arch-pc audit[964]: NETFILTER_CFG table=nat:22 family=2 entries=2 op=nft_register_chain pid=964 comm="iptables"
Jan 22 02:25:55 arch-pc audit[964]: SYSCALL arch=c000003e syscall=46 success=yes exit=120 a0=3 a1=7ffc4c69c070 a2=0 a3=7ffc4c69c05c items=0 ppid=887 pid=964 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D6E65772D636861696E004C4942564952545F505254
Jan 22 02:25:55 arch-pc systemd[1]: Finished Network Manager Wait Online.
Jan 22 02:25:55 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:55 arch-pc 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'
Jan 22 02:25:55 arch-pc systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 22 02:25:55 arch-pc systemd[1]: Reached target Network is Online.
Jan 22 02:25:55 arch-pc systemd[1]: Starting Docker Application Container Engine...
Jan 22 02:25:55 arch-pc audit[965]: NETFILTER_CFG table=nat:23 family=2 entries=2 op=nft_register_chain pid=965 comm="iptables"
Jan 22 02:25:55 arch-pc audit[965]: SYSCALL arch=c000003e syscall=46 success=yes exit=304 a0=3 a1=7fff42a52700 a2=0 a3=7fff42a526ec items=0 ppid=887 pid=965 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E7365727400504F5354524F5554494E47002D2D6A756D70004C4942564952545F505254
Jan 22 02:25:55 arch-pc audit[968]: NETFILTER_CFG table=mangle:24 family=2 entries=2 op=nft_register_chain pid=968 comm="iptables"
Jan 22 02:25:55 arch-pc audit[968]: SYSCALL arch=c000003e syscall=46 success=yes exit=128 a0=3 a1=7ffc3d8c0250 a2=0 a3=7ffc3d8c023c items=0 ppid=887 pid=968 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006D616E676C65002D2D6E65772D636861696E004C4942564952545F505254
Jan 22 02:25:55 arch-pc audit[969]: NETFILTER_CFG table=mangle:25 family=2 entries=2 op=nft_register_chain pid=969 comm="iptables"
Jan 22 02:25:55 arch-pc audit[969]: SYSCALL arch=c000003e syscall=46 success=yes exit=316 a0=3 a1=7ffcbcb65210 a2=0 a3=7ffcbcb651fc items=0 ppid=887 pid=969 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006D616E676C65002D2D696E7365727400504F5354524F5554494E47002D2D6A756D70004C4942564952545F505254
Jan 22 02:25:55 arch-pc audit[973]: NETFILTER_CFG table=filter:26 family=10 entries=1 op=nft_register_chain pid=973 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[973]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffed43abac0 a2=0 a3=7ffed43abaac items=0 ppid=887 pid=973 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F494E50
Jan 22 02:25:55 arch-pc audit[974]: NETFILTER_CFG table=filter:27 family=10 entries=1 op=nft_register_rule pid=974 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[974]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7fff2b79ca20 a2=0 a3=7fff2b79ca0c items=0 ppid=887 pid=974 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400494E505554002D2D6A756D70004C4942564952545F494E50
Jan 22 02:25:55 arch-pc audit[975]: NETFILTER_CFG table=filter:28 family=10 entries=1 op=nft_register_chain pid=975 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[975]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffcbe8dd940 a2=0 a3=7ffcbe8dd92c items=0 ppid=887 pid=975 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F4F5554
Jan 22 02:25:55 arch-pc audit[976]: NETFILTER_CFG table=filter:29 family=10 entries=1 op=nft_register_rule pid=976 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[976]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffe9ff78d10 a2=0 a3=7ffe9ff78cfc items=0 ppid=887 pid=976 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004F5554505554002D2D6A756D70004C4942564952545F4F5554
Jan 22 02:25:55 arch-pc audit[977]: NETFILTER_CFG table=filter:30 family=10 entries=1 op=nft_register_chain pid=977 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[977]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7fff0c626af0 a2=0 a3=7fff0c626adc items=0 ppid=887 pid=977 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F46574F
Jan 22 02:25:55 arch-pc audit[978]: NETFILTER_CFG table=filter:31 family=10 entries=1 op=nft_register_rule pid=978 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[978]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffd1c464ee0 a2=0 a3=7ffd1c464ecc items=0 ppid=887 pid=978 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F46574F
Jan 22 02:25:55 arch-pc audit[979]: NETFILTER_CFG table=filter:32 family=10 entries=1 op=nft_register_chain pid=979 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[979]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7fffb1ec64e0 a2=0 a3=7fffb1ec64cc items=0 ppid=887 pid=979 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F465749
Jan 22 02:25:55 arch-pc audit[980]: NETFILTER_CFG table=filter:33 family=10 entries=1 op=nft_register_rule pid=980 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[980]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffee54266b0 a2=0 a3=7ffee542669c items=0 ppid=887 pid=980 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F465749
Jan 22 02:25:55 arch-pc audit[981]: NETFILTER_CFG table=filter:34 family=10 entries=1 op=nft_register_chain pid=981 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[981]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7fff8d27ab70 a2=0 a3=7fff8d27ab5c items=0 ppid=887 pid=981 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F465758
Jan 22 02:25:55 arch-pc audit[982]: NETFILTER_CFG table=filter:35 family=10 entries=1 op=nft_register_rule pid=982 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[982]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7fff466801f0 a2=0 a3=7fff466801dc items=0 ppid=887 pid=982 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F465758
Jan 22 02:25:55 arch-pc audit[983]: NETFILTER_CFG table=nat:36 family=10 entries=2 op=nft_register_chain pid=983 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[983]: SYSCALL arch=c000003e syscall=46 success=yes exit=120 a0=3 a1=7ffd16e08790 a2=0 a3=7ffd16e0877c items=0 ppid=887 pid=983 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006E6174002D2D6E65772D636861696E004C4942564952545F505254
Jan 22 02:25:55 arch-pc audit[984]: NETFILTER_CFG table=nat:37 family=10 entries=2 op=nft_register_chain pid=984 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[984]: SYSCALL arch=c000003e syscall=46 success=yes exit=304 a0=3 a1=7ffc9cf7f220 a2=0 a3=7ffc9cf7f20c items=0 ppid=887 pid=984 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006E6174002D2D696E7365727400504F5354524F5554494E47002D2D6A756D70004C4942564952545F505254
Jan 22 02:25:55 arch-pc audit[985]: NETFILTER_CFG table=mangle:38 family=10 entries=2 op=nft_register_chain pid=985 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[985]: SYSCALL arch=c000003e syscall=46 success=yes exit=128 a0=3 a1=7ffe0611de20 a2=0 a3=7ffe0611de0c items=0 ppid=887 pid=985 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006D616E676C65002D2D6E65772D636861696E004C4942564952545F505254
Jan 22 02:25:55 arch-pc audit[986]: NETFILTER_CFG table=mangle:39 family=10 entries=2 op=nft_register_chain pid=986 comm="ip6tables"
Jan 22 02:25:55 arch-pc audit[986]: SYSCALL arch=c000003e syscall=46 success=yes exit=316 a0=3 a1=7ffc5aa661b0 a2=0 a3=7ffc5aa6619c items=0 ppid=887 pid=986 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006D616E676C65002D2D696E7365727400504F5354524F5554494E47002D2D6A756D70004C4942564952545F505254
Jan 22 02:25:55 arch-pc audit[987]: NETFILTER_CFG table=filter:40 family=2 entries=1 op=nft_register_rule pid=987 comm="iptables"
Jan 22 02:25:55 arch-pc audit[987]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffee171e0b0 a2=0 a3=7ffee171e09c items=0 ppid=887 pid=987 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627230002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
Jan 22 02:25:55 arch-pc audit[988]: NETFILTER_CFG table=filter:41 family=2 entries=1 op=nft_register_rule pid=988 comm="iptables"
Jan 22 02:25:55 arch-pc audit[988]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffc369f5360 a2=0 a3=7ffc369f534c items=0 ppid=887 pid=988 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
Jan 22 02:25:55 arch-pc audit[990]: NETFILTER_CFG table=filter:42 family=2 entries=1 op=nft_register_rule pid=990 comm="iptables"
Jan 22 02:25:55 arch-pc audit[990]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffd95100020 a2=0 a3=7ffd9510000c items=0 ppid=887 pid=990 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
Jan 22 02:25:55 arch-pc audit[991]: NETFILTER_CFG table=filter:43 family=2 entries=1 op=nft_register_rule pid=991 comm="iptables"
Jan 22 02:25:55 arch-pc audit[991]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffc39f9fe60 a2=0 a3=7ffc39f9fe4c items=0 ppid=887 pid=991 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
Jan 22 02:25:55 arch-pc audit[993]: NETFILTER_CFG table=filter:44 family=2 entries=1 op=nft_register_rule pid=993 comm="iptables"
Jan 22 02:25:55 arch-pc audit[993]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffe40e69a20 a2=0 a3=7ffe40e69a0c items=0 ppid=887 pid=993 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627230002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
Jan 22 02:25:55 arch-pc audit[994]: NETFILTER_CFG table=filter:45 family=2 entries=1 op=nft_register_rule pid=994 comm="iptables"
Jan 22 02:25:55 arch-pc audit[994]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7fff904451b0 a2=0 a3=7fff9044519c items=0 ppid=887 pid=994 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
Jan 22 02:25:55 arch-pc audit[996]: NETFILTER_CFG table=filter:46 family=2 entries=1 op=nft_register_rule pid=996 comm="iptables"
Jan 22 02:25:55 arch-pc audit[996]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7fff5ea2e710 a2=0 a3=7fff5ea2e6fc items=0 ppid=887 pid=996 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
Jan 22 02:25:55 arch-pc audit[997]: NETFILTER_CFG table=filter:47 family=2 entries=1 op=nft_register_rule pid=997 comm="iptables"
Jan 22 02:25:55 arch-pc audit[997]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7fff7da63680 a2=0 a3=7fff7da6366c items=0 ppid=887 pid=997 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
Jan 22 02:25:55 arch-pc audit[999]: NETFILTER_CFG table=filter:48 family=2 entries=1 op=nft_register_rule pid=999 comm="iptables"
Jan 22 02:25:55 arch-pc audit[999]: SYSCALL arch=c000003e syscall=46 success=yes exit=300 a0=3 a1=7ffd963524c0 a2=0 a3=7ffd963524ac items=0 ppid=887 pid=999 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F46574F002D2D696E2D696E7465726661636500766972627230002D2D6A756D700052454A454354
Jan 22 02:25:55 arch-pc audit[1000]: NETFILTER_CFG table=filter:49 family=2 entries=1 op=nft_register_rule pid=1000 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1000]: SYSCALL arch=c000003e syscall=46 success=yes exit=300 a0=3 a1=7ffeee82d130 a2=0 a3=7ffeee82d11c items=0 ppid=887 pid=1000 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465749002D2D6F75742D696E7465726661636500766972627230002D2D6A756D700052454A454354
Jan 22 02:25:55 arch-pc audit[1001]: NETFILTER_CFG table=filter:50 family=2 entries=1 op=nft_register_rule pid=1001 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1001]: SYSCALL arch=c000003e syscall=46 success=yes exit=380 a0=3 a1=7ffc79fe32a0 a2=0 a3=7ffc79fe328c items=0 ppid=887 pid=1001 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465758002D2D696E2D696E7465726661636500766972627230002D2D6F75742D696E7465726661636500766972627230002D2D6A756D7000414343455054
Jan 22 02:25:55 arch-pc audit[1002]: NETFILTER_CFG table=filter:51 family=2 entries=1 op=nft_register_rule pid=1002 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1002]: SYSCALL arch=c000003e syscall=46 success=yes exit=392 a0=3 a1=7ffe1eb60310 a2=0 a3=7ffe1eb602fc items=0 ppid=887 pid=1002 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F46574F002D2D736F75726365003139322E3136382E3132322E302F3234002D2D696E2D696E7465726661636500766972627230002D2D6A756D7000414343455054
Jan 22 02:25:55 arch-pc audit[1003]: NETFILTER_CFG table=filter:52 family=2 entries=1 op=nft_register_rule pid=1003 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1003]: SYSCALL arch=c000003e syscall=46 success=yes exit=608 a0=3 a1=7ffd3bceb200 a2=0 a3=7ffd3bceb1ec items=0 ppid=887 pid=1003 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465749002D2D64657374696E6174696F6E003139322E3136382E3132322E302F3234002D2D6F75742D696E7465726661636500766972627230002D2D6D6174636800636F6E6E747261636B
Jan 22 02:25:55 arch-pc kernel: resource sanity check: requesting [mem 0xfedc0000-0xfedcffff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
Jan 22 02:25:55 arch-pc kernel: caller igen6_probe+0x19d/0x7e0 [igen6_edac] mapping multiple BARs
Jan 22 02:25:55 arch-pc kernel: EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
Jan 22 02:25:55 arch-pc kernel: EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
Jan 22 02:25:55 arch-pc kernel: EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
Jan 22 02:25:55 arch-pc kernel: EDAC igen6 MC0: ADDR 0x7fffffffe0 
Jan 22 02:25:55 arch-pc kernel: EDAC igen6 MC1: HANDLING IBECC MEMORY ERROR
Jan 22 02:25:55 arch-pc kernel: EDAC igen6 MC1: ADDR 0x7fffffffe0 
Jan 22 02:25:55 arch-pc kernel: EDAC igen6: v2.5
Jan 22 02:25:55 arch-pc audit[1004]: NETFILTER_CFG table=nat:53 family=2 entries=1 op=nft_register_rule pid=1004 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1004]: SYSCALL arch=c000003e syscall=46 success=yes exit=424 a0=3 a1=7ffc9ecae520 a2=0 a3=7ffc9ecae50c items=0 ppid=887 pid=1004 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F32340000002D2D64657374696E6174696F6E003139322E3136382E3132322E302F3234002D2D6A756D70004D41535155455241
Jan 22 02:25:55 arch-pc audit[1011]: NETFILTER_CFG table=nat:54 family=2 entries=1 op=nft_register_rule pid=1011 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1011]: SYSCALL arch=c000003e syscall=46 success=yes exit=504 a0=3 a1=7ffeabca45d0 a2=0 a3=7ffeabca45bc items=0 ppid=887 pid=1011 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F3234002D70007564700000002D2D64657374696E6174696F6E003139322E3136382E3132322E302F3234002D2D6A756D70004D
Jan 22 02:25:55 arch-pc audit[1012]: NETFILTER_CFG table=nat:55 family=2 entries=1 op=nft_register_rule pid=1012 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1012]: SYSCALL arch=c000003e syscall=46 success=yes exit=504 a0=3 a1=7ffc46fe8b90 a2=0 a3=7ffc46fe8b7c items=0 ppid=887 pid=1012 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F3234002D70007463700000002D2D64657374696E6174696F6E003139322E3136382E3132322E302F3234002D2D6A756D70004D
Jan 22 02:25:55 arch-pc audit[1013]: NETFILTER_CFG table=nat:56 family=2 entries=1 op=nft_register_rule pid=1013 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1013]: SYSCALL arch=c000003e syscall=46 success=yes exit=400 a0=3 a1=7ffe45f4ff50 a2=0 a3=7ffe45f4ff3c items=0 ppid=887 pid=1013 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F3234002D2D64657374696E6174696F6E003235352E3235352E3235352E3235352F3332002D2D6A756D700052455455524E
Jan 22 02:25:55 arch-pc audit[1014]: NETFILTER_CFG table=nat:57 family=2 entries=1 op=nft_register_rule pid=1014 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1014]: SYSCALL arch=c000003e syscall=46 success=yes exit=400 a0=3 a1=7fffc117a320 a2=0 a3=7fffc117a30c items=0 ppid=887 pid=1014 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F3234002D2D64657374696E6174696F6E003232342E302E302E302F3234002D2D6A756D700052455455524E
Jan 22 02:25:55 arch-pc audit[1015]: NETFILTER_CFG table=mangle:58 family=2 entries=1 op=nft_register_rule pid=1015 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1015]: SYSCALL arch=c000003e syscall=46 success=yes exit=480 a0=3 a1=7ffc034e6a30 a2=0 a3=7ffc034e6a1c items=0 ppid=887 pid=1015 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006D616E676C65002D2D696E73657274004C4942564952545F505254002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700043484543
Jan 22 02:25:55 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 02:25:55 arch-pc dnsmasq[1022]: started, version 2.88 cachesize 150
Jan 22 02:25:55 arch-pc dnsmasq[1022]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile
Jan 22 02:25:55 arch-pc dnsmasq-dhcp[1022]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h
Jan 22 02:25:55 arch-pc dnsmasq-dhcp[1022]: DHCP, sockets bound exclusively to interface virbr0
Jan 22 02:25:55 arch-pc dnsmasq[1022]: no servers found in /etc/resolv.conf, will retry
Jan 22 02:25:55 arch-pc dnsmasq[1022]: read /etc/hosts - 1 names
Jan 22 02:25:55 arch-pc dnsmasq[1022]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 names
Jan 22 02:25:55 arch-pc dnsmasq-dhcp[1022]: read /var/lib/libvirt/dnsmasq/default.hostsfile
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.5648] manager: (virbr2): new Bridge device (/org/freedesktop/NetworkManager/Devices/3)
Jan 22 02:25:55 arch-pc audit[1026]: NETFILTER_CFG table=filter:59 family=2 entries=1 op=nft_register_rule pid=1026 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1026]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffe9044d070 a2=0 a3=7ffe9044d05c items=0 ppid=887 pid=1026 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627232002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
Jan 22 02:25:55 arch-pc audit[1027]: NETFILTER_CFG table=filter:60 family=2 entries=1 op=nft_register_rule pid=1027 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1027]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffde18fa420 a2=0 a3=7ffde18fa40c items=0 ppid=887 pid=1027 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627232002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
Jan 22 02:25:55 arch-pc audit[1028]: NETFILTER_CFG table=filter:61 family=2 entries=1 op=nft_register_rule pid=1028 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1028]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffe79dc1a60 a2=0 a3=7ffe79dc1a4c items=0 ppid=887 pid=1028 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627232002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
Jan 22 02:25:55 arch-pc audit[1029]: NETFILTER_CFG table=filter:62 family=2 entries=1 op=nft_register_rule pid=1029 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1029]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffc843207d0 a2=0 a3=7ffc843207bc items=0 ppid=887 pid=1029 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627232002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
Jan 22 02:25:55 arch-pc audit[1030]: NETFILTER_CFG table=filter:63 family=2 entries=1 op=nft_register_rule pid=1030 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1030]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffe9995e110 a2=0 a3=7ffe9995e0fc items=0 ppid=887 pid=1030 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627232002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
Jan 22 02:25:55 arch-pc audit[1031]: NETFILTER_CFG table=filter:64 family=2 entries=1 op=nft_register_rule pid=1031 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1031]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffcd616d2d0 a2=0 a3=7ffcd616d2bc items=0 ppid=887 pid=1031 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627232002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
Jan 22 02:25:55 arch-pc audit[1032]: NETFILTER_CFG table=filter:65 family=2 entries=1 op=nft_register_rule pid=1032 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1032]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffed371b090 a2=0 a3=7ffed371b07c items=0 ppid=887 pid=1032 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627232002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
Jan 22 02:25:55 arch-pc audit[1033]: NETFILTER_CFG table=filter:66 family=2 entries=1 op=nft_register_rule pid=1033 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1033]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffc1c4dbe50 a2=0 a3=7ffc1c4dbe3c items=0 ppid=887 pid=1033 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627232002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
Jan 22 02:25:55 arch-pc audit[1034]: NETFILTER_CFG table=filter:67 family=2 entries=1 op=nft_register_rule pid=1034 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1034]: SYSCALL arch=c000003e syscall=46 success=yes exit=300 a0=3 a1=7ffef3492530 a2=0 a3=7ffef349251c items=0 ppid=887 pid=1034 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F46574F002D2D696E2D696E7465726661636500766972627232002D2D6A756D700052454A454354
Jan 22 02:25:55 arch-pc audit[1035]: NETFILTER_CFG table=filter:68 family=2 entries=1 op=nft_register_rule pid=1035 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1035]: SYSCALL arch=c000003e syscall=46 success=yes exit=300 a0=3 a1=7ffc4b316ef0 a2=0 a3=7ffc4b316edc items=0 ppid=887 pid=1035 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465749002D2D6F75742D696E7465726661636500766972627232002D2D6A756D700052454A454354
Jan 22 02:25:55 arch-pc audit[1037]: NETFILTER_CFG table=filter:69 family=2 entries=1 op=nft_register_rule pid=1037 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1037]: SYSCALL arch=c000003e syscall=46 success=yes exit=380 a0=3 a1=7ffdb29e8fb0 a2=0 a3=7ffdb29e8f9c items=0 ppid=887 pid=1037 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465758002D2D696E2D696E7465726661636500766972627232002D2D6F75742D696E7465726661636500766972627232002D2D6A756D7000414343455054
Jan 22 02:25:55 arch-pc NetworkManager[883]: <info>  [1674336355.5794] manager: (virbr1): new Bridge device (/org/freedesktop/NetworkManager/Devices/4)
Jan 22 02:25:55 arch-pc audit[1039]: NETFILTER_CFG table=filter:70 family=2 entries=1 op=nft_register_rule pid=1039 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1039]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffcda6f2330 a2=0 a3=7ffcda6f231c items=0 ppid=887 pid=1039 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627231002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
Jan 22 02:25:55 arch-pc audit[1040]: NETFILTER_CFG table=filter:71 family=2 entries=1 op=nft_register_rule pid=1040 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1040]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffc837c1650 a2=0 a3=7ffc837c163c items=0 ppid=887 pid=1040 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627231002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
Jan 22 02:25:55 arch-pc audit[1041]: NETFILTER_CFG table=filter:72 family=2 entries=1 op=nft_register_rule pid=1041 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1041]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffc8b724ee0 a2=0 a3=7ffc8b724ecc items=0 ppid=887 pid=1041 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627231002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
Jan 22 02:25:55 arch-pc audit[1042]: NETFILTER_CFG table=filter:73 family=2 entries=1 op=nft_register_rule pid=1042 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1042]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7fff9098a000 a2=0 a3=7fff90989fec items=0 ppid=887 pid=1042 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627231002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
Jan 22 02:25:55 arch-pc audit[1043]: NETFILTER_CFG table=filter:74 family=2 entries=1 op=nft_register_rule pid=1043 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1043]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffec15ad070 a2=0 a3=7ffec15ad05c items=0 ppid=887 pid=1043 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627231002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
Jan 22 02:25:55 arch-pc audit[1044]: NETFILTER_CFG table=filter:75 family=2 entries=1 op=nft_register_rule pid=1044 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1044]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffe19ec7aa0 a2=0 a3=7ffe19ec7a8c items=0 ppid=887 pid=1044 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627231002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
Jan 22 02:25:55 arch-pc audit[1045]: NETFILTER_CFG table=filter:76 family=2 entries=1 op=nft_register_rule pid=1045 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1045]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7fff647c66e0 a2=0 a3=7fff647c66cc items=0 ppid=887 pid=1045 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627231002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
Jan 22 02:25:55 arch-pc audit[1046]: NETFILTER_CFG table=filter:77 family=2 entries=1 op=nft_register_rule pid=1046 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1046]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffe7343b5a0 a2=0 a3=7ffe7343b58c items=0 ppid=887 pid=1046 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627231002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
Jan 22 02:25:55 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr2 SRC=0.0.0.0 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 02:25:55 arch-pc audit[1047]: NETFILTER_CFG table=filter:78 family=2 entries=1 op=nft_register_rule pid=1047 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1047]: SYSCALL arch=c000003e syscall=46 success=yes exit=300 a0=3 a1=7fff6a857f10 a2=0 a3=7fff6a857efc items=0 ppid=887 pid=1047 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F46574F002D2D696E2D696E7465726661636500766972627231002D2D6A756D700052454A454354
Jan 22 02:25:55 arch-pc audit[1048]: NETFILTER_CFG table=filter:79 family=2 entries=1 op=nft_register_rule pid=1048 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1048]: SYSCALL arch=c000003e syscall=46 success=yes exit=300 a0=3 a1=7ffd45e897d0 a2=0 a3=7ffd45e897bc items=0 ppid=887 pid=1048 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465749002D2D6F75742D696E7465726661636500766972627231002D2D6A756D700052454A454354
Jan 22 02:25:55 arch-pc audit[1049]: NETFILTER_CFG table=filter:80 family=2 entries=1 op=nft_register_rule pid=1049 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1049]: SYSCALL arch=c000003e syscall=46 success=yes exit=380 a0=3 a1=7ffc50538df0 a2=0 a3=7ffc50538ddc items=0 ppid=887 pid=1049 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465758002D2D696E2D696E7465726661636500766972627231002D2D6F75742D696E7465726661636500766972627231002D2D6A756D7000414343455054
Jan 22 02:25:55 arch-pc audit[1050]: NETFILTER_CFG table=filter:81 family=2 entries=1 op=nft_register_rule pid=1050 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1050]: SYSCALL arch=c000003e syscall=46 success=yes exit=392 a0=3 a1=7ffc0a0ff770 a2=0 a3=7ffc0a0ff75c items=0 ppid=887 pid=1050 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F46574F002D2D736F757263650031302E302E322E302F3234002D2D696E2D696E7465726661636500766972627231002D2D6A756D7000414343455054
Jan 22 02:25:55 arch-pc audit[1051]: NETFILTER_CFG table=filter:82 family=2 entries=1 op=nft_register_rule pid=1051 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1051]: SYSCALL arch=c000003e syscall=46 success=yes exit=608 a0=3 a1=7ffc6e687ea0 a2=0 a3=7ffc6e687e8c items=0 ppid=887 pid=1051 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465749002D2D64657374696E6174696F6E0031302E302E322E302F3234002D2D6F75742D696E7465726661636500766972627231002D2D6D6174636800636F6E6E747261636B002D2D6374
Jan 22 02:25:55 arch-pc audit[1052]: NETFILTER_CFG table=nat:83 family=2 entries=1 op=nft_register_rule pid=1052 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1052]: SYSCALL arch=c000003e syscall=46 success=yes exit=424 a0=3 a1=7ffd601b1a90 a2=0 a3=7ffd601b1a7c items=0 ppid=887 pid=1052 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F757263650031302E302E322E302F32340000002D2D64657374696E6174696F6E0031302E302E322E302F3234002D2D6A756D70004D415351554552414445
Jan 22 02:25:55 arch-pc audit[1053]: NETFILTER_CFG table=nat:84 family=2 entries=1 op=nft_register_rule pid=1053 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1053]: SYSCALL arch=c000003e syscall=46 success=yes exit=504 a0=3 a1=7ffc16cc54c0 a2=0 a3=7ffc16cc54ac items=0 ppid=887 pid=1053 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F757263650031302E302E322E302F3234002D70007564700000002D2D64657374696E6174696F6E0031302E302E322E302F3234002D2D6A756D70004D415351554552414445
Jan 22 02:25:55 arch-pc audit[1054]: NETFILTER_CFG table=nat:85 family=2 entries=1 op=nft_register_rule pid=1054 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1054]: SYSCALL arch=c000003e syscall=46 success=yes exit=504 a0=3 a1=7fff246bb760 a2=0 a3=7fff246bb74c items=0 ppid=887 pid=1054 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F757263650031302E302E322E302F3234002D70007463700000002D2D64657374696E6174696F6E0031302E302E322E302F3234002D2D6A756D70004D415351554552414445
Jan 22 02:25:55 arch-pc audit[1055]: NETFILTER_CFG table=nat:86 family=2 entries=1 op=nft_register_rule pid=1055 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1055]: SYSCALL arch=c000003e syscall=46 success=yes exit=400 a0=3 a1=7ffdddbbf0f0 a2=0 a3=7ffdddbbf0dc items=0 ppid=887 pid=1055 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F757263650031302E302E322E302F3234002D2D64657374696E6174696F6E003235352E3235352E3235352E3235352F3332002D2D6A756D700052455455524E
Jan 22 02:25:55 arch-pc audit[1056]: NETFILTER_CFG table=nat:87 family=2 entries=1 op=nft_register_rule pid=1056 comm="iptables"
Jan 22 02:25:55 arch-pc audit[1056]: SYSCALL arch=c000003e syscall=46 success=yes exit=400 a0=3 a1=7ffd4a185ae0 a2=0 a3=7ffd4a185acc items=0 ppid=887 pid=1056 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:55 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F757263650031302E302E322E302F3234002D2D64657374696E6174696F6E003232342E302E302E302F3234002D2D6A756D700052455455524E
Jan 22 02:25:55 arch-pc dnsmasq[1060]: started, version 2.88 cachesize 150
Jan 22 02:25:55 arch-pc dnsmasq[1060]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile
Jan 22 02:25:55 arch-pc dnsmasq[1060]: no servers found in /etc/resolv.conf, will retry
Jan 22 02:25:55 arch-pc dnsmasq[1060]: read /etc/hosts - 1 names
Jan 22 02:25:55 arch-pc dnsmasq[1060]: read /var/lib/libvirt/dnsmasq/Whonix-External.addnhosts - 0 names
Jan 22 02:25:55 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 02:25:55 arch-pc libvirtd[887]: libvirt version: 9.0.0
Jan 22 02:25:55 arch-pc kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  525.85.05  Sat Jan 14 00:40:03 UTC 2023
Jan 22 02:25:55 arch-pc kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jan 22 02:25:55 arch-pc libvirtd[887]: hostname: arch-pc
Jan 22 02:25:55 arch-pc libvirtd[887]: Unable to open /dev/kvm: No such file or directory
Jan 22 02:25:55 arch-pc systemd[1]: Created slice Slice /system/systemd-backlight.
Jan 22 02:25:55 arch-pc kernel: intel_rapl_common: Found RAPL domain package
Jan 22 02:25:55 arch-pc systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jan 22 02:25:55 arch-pc systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jan 22 02:25:55 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.732250994+05:00" level=info msg="Starting up"
Jan 22 02:25:55 arch-pc kernel: ACPI Warning: Time parameter 200 us > 100 us violating ACPI spec, please fix the firmware. (20220331/exsystem-141)
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.745169179+05:00" level=info msg="libcontainerd: started new containerd process" pid=1103
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.745195369+05:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.745199935+05:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.745210740+05:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.745215109+05:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jan 22 02:25:55 arch-pc kernel: mc: Linux media interface: v0.10
Jan 22 02:25:55 arch-pc mtp-probe[1122]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8"
Jan 22 02:25:55 arch-pc mtp-probe[1122]: bus: 3, device: 5 was not an MTP device
Jan 22 02:25:55 arch-pc kernel: usbcore: registered new interface driver snd-usb-audio
Jan 22 02:25:55 arch-pc kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jan 22 02:25:55 arch-pc kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jan 22 02:25:55 arch-pc kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jan 22 02:25:55 arch-pc kernel: cfg80211: failed to load regulatory.db
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55+05:00" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header"
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.879101942+05:00" level=info msg="starting containerd" revision=9ba4b250366a5ddde94bb7c9d1def331423aa323.m version=v1.6.14
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.889036412+05:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Jan 22 02:25:55 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr2 SRC=0.0.0.0 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 02:25:55 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.893973046+05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.895198554+05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/6.1.7-arch1-1\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.895823518+05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.895926843+05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.895940610+05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.895951654+05:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.895959740+05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.896265167+05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.896665600+05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.896753799+05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.896770131+05:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.896792454+05:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.896803086+05:00" level=info msg="metadata content store policy set" policy=shared
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898475248+05:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898494667+05:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898504565+05:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898529457+05:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898541095+05:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898551655+05:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898564710+05:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898576033+05:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898585990+05:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898601181+05:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898611536+05:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898621001+05:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898676983+05:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.898714625+05:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899286533+05:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899307653+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899319024+05:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899355584+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899366599+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899376902+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899388542+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899402756+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899413387+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899423133+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899432877+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899443607+05:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899910252+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899927916+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899935421+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899941528+05:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899948557+05:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899954427+05:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.899967578+05:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.900077854+05:00" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.900098125+05:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.900114125+05:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
Jan 22 02:25:55 arch-pc dockerd[1103]: time="2023-01-22T02:25:55.900122783+05:00" level=info msg="containerd successfully booted in 0.028912s"
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.908545037+05:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.908562846+05:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.908577908+05:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.908586543+05:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.910476382+05:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.910490017+05:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.910500908+05:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jan 22 02:25:55 arch-pc dockerd[966]: time="2023-01-22T02:25:55.910508745+05:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jan 22 02:25:55 arch-pc kernel: Bluetooth: Core ver 2.22
Jan 22 02:25:55 arch-pc kernel: NET: Registered PF_BLUETOOTH protocol family
Jan 22 02:25:55 arch-pc kernel: Bluetooth: HCI device and connection manager initialized
Jan 22 02:25:55 arch-pc kernel: Bluetooth: HCI socket layer initialized
Jan 22 02:25:55 arch-pc kernel: Bluetooth: L2CAP socket layer initialized
Jan 22 02:25:55 arch-pc kernel: Bluetooth: SCO socket layer initialized
Jan 22 02:25:55 arch-pc kernel: Intel(R) Wireless WiFi driver for Linux
Jan 22 02:25:56 arch-pc kernel: videodev: Linux video capture interface: v2.00
Jan 22 02:25:56 arch-pc kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jan 22 02:25:56 arch-pc kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Jan 22 02:25:56 arch-pc kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Jan 22 02:25:56 arch-pc kernel: ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
Jan 22 02:25:56 arch-pc kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20220331/nsarguments-61)
Jan 22 02:25:56 arch-pc kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Jan 22 02:25:56 arch-pc dockerd[966]: time="2023-01-22T02:25:56.030728386+05:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Jan 22 02:25:56 arch-pc kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Jan 22 02:25:56 arch-pc kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Jan 22 02:25:56 arch-pc kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.36
Jan 22 02:25:56 arch-pc kernel: iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 so-a0-gf-a0-72.ucode op_mode iwlmvm
Jan 22 02:25:56 arch-pc kernel: usbcore: registered new interface driver btusb
Jan 22 02:25:56 arch-pc kernel: Bluetooth: hci0: Device revision is 0
Jan 22 02:25:56 arch-pc kernel: Bluetooth: hci0: Secure boot is enabled
Jan 22 02:25:56 arch-pc kernel: Bluetooth: hci0: OTP lock is enabled
Jan 22 02:25:56 arch-pc kernel: Bluetooth: hci0: API lock is enabled
Jan 22 02:25:56 arch-pc kernel: Bluetooth: hci0: Debug lock is disabled
Jan 22 02:25:56 arch-pc kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Jan 22 02:25:56 arch-pc kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
Jan 22 02:25:56 arch-pc kernel: Bluetooth: hci0: Found device firmware: intel/ibt-0040-0041.sfi
Jan 22 02:25:56 arch-pc kernel: Bluetooth: hci0: Boot Address: 0x100800
Jan 22 02:25:56 arch-pc kernel: Bluetooth: hci0: Firmware Version: 191-39.22
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Single thread SHA256 performance is 1994 MB/s using minio/sha256-simd (517 MB/s using crypto/sha256).
Jan 22 02:25:56 arch-pc dockerd[966]: time="2023-01-22T02:25:56.122658382+05:00" level=info msg="Loading containers: start."
Jan 22 02:25:56 arch-pc libvirtd[887]: internal error: Missing udev property 'ID_VENDOR_ID' on 'usb4'
Jan 22 02:25:56 arch-pc kernel: input: FTCS1000:01 2808:0102 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-FTCS1000:01/0018:2808:0102.0004/input/input522
Jan 22 02:25:56 arch-pc kernel: input: FTCS1000:01 2808:0102 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-FTCS1000:01/0018:2808:0102.0004/input/input523
Jan 22 02:25:56 arch-pc kernel: hid-generic 0018:2808:0102.0004: input,hidraw3: I2C HID v1.00 Mouse [FTCS1000:01 2808:0102] on i2c-FTCS1000:01
Jan 22 02:25:56 arch-pc kernel: Bridge firewalling registered
Jan 22 02:25:56 arch-pc kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jan 22 02:25:56 arch-pc kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jan 22 02:25:56 arch-pc kernel: i2c i2c-16: 2/2 memory slots populated (from DMI)
Jan 22 02:25:56 arch-pc kernel: i2c i2c-16: Successfully instantiated SPD at 0x50
Jan 22 02:25:56 arch-pc kernel: usb 3-8: Found UVC 1.00 device BisonCam,NB Pro (5986:9102)
Jan 22 02:25:56 arch-pc kernel: spi-nor spi0.0: mx25l25635e (32768 Kbytes)
Jan 22 02:25:56 arch-pc kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Jan 22 02:25:56 arch-pc kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Jan 22 02:25:56 arch-pc kernel: 0x000000000000-0x000002000000 : "BIOS"
Jan 22 02:25:56 arch-pc audit[1216]: NETFILTER_CFG table=nat:88 family=2 entries=1 op=nft_register_chain pid=1216 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1216]: SYSCALL arch=c000003e syscall=46 success=yes exit=88 a0=3 a1=7fffdef65c10 a2=0 a3=7fffdef65bfc items=0 ppid=966 pid=1216 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B4552
Jan 22 02:25:56 arch-pc audit[1218]: NETFILTER_CFG table=filter:89 family=2 entries=1 op=nft_register_chain pid=1218 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1218]: SYSCALL arch=c000003e syscall=46 success=yes exit=92 a0=3 a1=7ffee7f66460 a2=0 a3=7ffee7f6644c items=0 ppid=966 pid=1218 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B4552
Jan 22 02:25:56 arch-pc audit[1220]: NETFILTER_CFG table=filter:90 family=2 entries=1 op=nft_register_chain pid=1220 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1220]: SYSCALL arch=c000003e syscall=46 success=yes exit=112 a0=3 a1=7ffde841c2c0 a2=0 a3=7ffde841c2ac items=0 ppid=966 pid=1220 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jan 22 02:25:56 arch-pc audit[1222]: NETFILTER_CFG table=filter:91 family=2 entries=1 op=nft_register_chain pid=1222 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1222]: SYSCALL arch=c000003e syscall=46 success=yes exit=112 a0=3 a1=7ffd2e447050 a2=0 a3=7ffd2e44703c items=0 ppid=966 pid=1222 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D32
Jan 22 02:25:56 arch-pc kernel: input: BisonCam,NB Pro: BisonCam,NB Pr as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input525
Jan 22 02:25:56 arch-pc kernel: usbcore: registered new interface driver uvcvideo
Jan 22 02:25:56 arch-pc audit[1224]: NETFILTER_CFG table=filter:92 family=2 entries=1 op=nft_register_rule pid=1224 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1224]: SYSCALL arch=c000003e syscall=46 success=yes exit=228 a0=3 a1=7ffe018ac540 a2=0 a3=7ffe018ac52c items=0 ppid=966 pid=1224 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D49534F4C4154494F4E2D53544147452D31002D6A0052455455524E
Jan 22 02:25:56 arch-pc audit[1226]: NETFILTER_CFG table=filter:93 family=2 entries=1 op=nft_register_rule pid=1226 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1226]: SYSCALL arch=c000003e syscall=46 success=yes exit=228 a0=3 a1=7ffc6c69c5b0 a2=0 a3=7ffc6c69c59c items=0 ppid=966 pid=1226 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D49534F4C4154494F4E2D53544147452D32002D6A0052455455524E
Jan 22 02:25:56 arch-pc NetworkManager[883]: <info>  [1674336356.2194] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/5)
Jan 22 02:25:56 arch-pc kernel: r8169 0000:03:00.0 eth0: RTL8168h/8111h, d4:93:90:0e:88:07, XID 541, IRQ 157
Jan 22 02:25:56 arch-pc kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jan 22 02:25:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 02:25:56 arch-pc dockerd[966]: time="2023-01-22T02:25:56.285146313+05:00" level=info msg="failed to read ipv6 net.ipv6.conf.<bridge>.accept_ra" bridge=br-69d51dd1c4ff syspath=/proc/sys/net/ipv6/conf/br-69d51dd1c4ff/accept_ra
Jan 22 02:25:56 arch-pc NetworkManager[883]: <info>  [1674336356.2854] manager: (br-69d51dd1c4ff): new Bridge device (/org/freedesktop/NetworkManager/Devices/6)
Jan 22 02:25:56 arch-pc audit[1232]: NETFILTER_CFG table=nat:94 family=2 entries=1 op=nft_register_rule pid=1232 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1232]: SYSCALL arch=c000003e syscall=46 success=yes exit=420 a0=3 a1=7ffdcdf8eef0 a2=0 a3=7ffdcdf8eedc items=0 ppid=966 pid=1232 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31382E302E302F31360000002D6F0062722D363964353164643163346666002D6A004D415351554552414445
Jan 22 02:25:56 arch-pc audit[1234]: NETFILTER_CFG table=nat:95 family=2 entries=1 op=nft_register_rule pid=1234 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1234]: SYSCALL arch=c000003e syscall=46 success=yes exit=296 a0=3 a1=7ffda1029260 a2=0 a3=7ffda102924c items=0 ppid=966 pid=1234 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D690062722D363964353164643163346666002D6A0052455455524E
Jan 22 02:25:56 arch-pc audit[1237]: NETFILTER_CFG table=filter:96 family=2 entries=1 op=nft_register_rule pid=1237 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1237]: SYSCALL arch=c000003e syscall=46 success=yes exit=392 a0=3 a1=7ffe3a2d0460 a2=0 a3=7ffe3a2d044c items=0 ppid=966 pid=1237 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D690062722D363964353164643163346666002D6F0062722D363964353164643163346666002D6A00414343455054
Jan 22 02:25:56 arch-pc kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Jan 22 02:25:56 arch-pc kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jan 22 02:25:56 arch-pc audit[1239]: NETFILTER_CFG table=filter:97 family=2 entries=1 op=nft_register_rule pid=1239 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1239]: SYSCALL arch=c000003e syscall=46 success=yes exit=392 a0=3 a1=7ffdcaa14f30 a2=0 a3=7ffdcaa14f1c items=0 ppid=966 pid=1239 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D690062722D3639643531646431633466660000002D6F0062722D363964353164643163346666002D6A00414343455054
Jan 22 02:25:56 arch-pc audit[1241]: NETFILTER_CFG table=nat:98 family=2 entries=2 op=nft_register_chain pid=1241 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1241]: SYSCALL arch=c000003e syscall=46 success=yes exit=356 a0=3 a1=7fffae526bf0 a2=0 a3=7fffae526bdc items=0 ppid=966 pid=1241 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100505245524F5554494E47002D6D006164647274797065002D2D6473742D74797065004C4F43414C002D6A00444F434B4552
Jan 22 02:25:56 arch-pc audit[1243]: NETFILTER_CFG table=nat:99 family=2 entries=2 op=nft_register_chain pid=1243 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1243]: SYSCALL arch=c000003e syscall=46 success=yes exit=444 a0=3 a1=7ffe41747f00 a2=0 a3=7ffe41747eec items=0 ppid=966 pid=1243 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D41004F5554505554002D6D006164647274797065002D2D6473742D74797065004C4F43414C002D6A00444F434B45520000002D2D647374003132372E302E302E302F38
Jan 22 02:25:56 arch-pc audit[1245]: NETFILTER_CFG table=filter:100 family=2 entries=1 op=nft_register_rule pid=1245 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1245]: SYSCALL arch=c000003e syscall=46 success=yes exit=312 a0=3 a1=7ffdda4d8450 a2=0 a3=7ffdda4d843c items=0 ppid=966 pid=1245 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F0062722D363964353164643163346666002D6A00444F434B4552
Jan 22 02:25:56 arch-pc audit[1247]: NETFILTER_CFG table=filter:101 family=2 entries=1 op=nft_register_rule pid=1247 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1247]: SYSCALL arch=c000003e syscall=46 success=yes exit=516 a0=3 a1=7fffc4c63ad0 a2=0 a3=7fffc4c63abc items=0 ppid=966 pid=1247 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F0062722D363964353164643163346666002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
Jan 22 02:25:56 arch-pc audit[1249]: NETFILTER_CFG table=filter:102 family=2 entries=1 op=nft_register_rule pid=1249 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1249]: SYSCALL arch=c000003e syscall=46 success=yes exit=240 a0=3 a1=7ffc1114c7d0 a2=0 a3=7ffc1114c7bc items=0 ppid=966 pid=1249 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jan 22 02:25:56 arch-pc audit[1251]: NETFILTER_CFG table=filter:103 family=2 entries=1 op=nft_register_rule pid=1251 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1251]: SYSCALL arch=c000003e syscall=46 success=yes exit=444 a0=3 a1=7ffe1e476fb0 a2=0 a3=7ffe1e476f9c items=0 ppid=966 pid=1251 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D690062722D3639643531646431633466660000002D6F0062722D363964353164643163346666002D6A00444F434B45522D49534F4C4154494F4E2D5354414745
Jan 22 02:25:56 arch-pc audit[1253]: NETFILTER_CFG table=filter:104 family=2 entries=1 op=nft_register_rule pid=1253 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1253]: SYSCALL arch=c000003e syscall=46 success=yes exit=320 a0=3 a1=7ffe14e5f8a0 a2=0 a3=7ffe14e5f88c items=0 ppid=966 pid=1253 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F0062722D363964353164643163346666002D6A0044524F50
Jan 22 02:25:56 arch-pc dockerd[966]: time="2023-01-22T02:25:56.298369882+05:00" level=info msg="failed to read ipv6 net.ipv6.conf.<bridge>.accept_ra" bridge=docker0 syspath=/proc/sys/net/ipv6/conf/docker0/accept_ra
Jan 22 02:25:56 arch-pc dockerd[966]: time="2023-01-22T02:25:56.298394738+05:00" level=info msg="failed to read ipv6 net.ipv6.conf.<bridge>.accept_ra" bridge=docker0 syspath=/proc/sys/net/ipv6/conf/docker0/accept_ra
Jan 22 02:25:56 arch-pc NetworkManager[883]: <info>  [1674336356.2988] manager: (docker0): new Bridge device (/org/freedesktop/NetworkManager/Devices/7)
Jan 22 02:25:56 arch-pc audit[1255]: NETFILTER_CFG table=nat:105 family=2 entries=1 op=nft_register_rule pid=1255 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1255]: SYSCALL arch=c000003e syscall=46 success=yes exit=412 a0=3 a1=7ffe4f2bc5d0 a2=0 a3=7ffe4f2bc5bc items=0 ppid=966 pid=1255 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
Jan 22 02:25:56 arch-pc audit[1257]: NETFILTER_CFG table=nat:106 family=2 entries=1 op=nft_register_rule pid=1257 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1257]: SYSCALL arch=c000003e syscall=46 success=yes exit=288 a0=3 a1=7ffc6b984520 a2=0 a3=7ffc6b98450c items=0 ppid=966 pid=1257 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D6900646F636B657230002D6A0052455455524E
Jan 22 02:25:56 arch-pc audit[1260]: NETFILTER_CFG table=filter:107 family=2 entries=1 op=nft_register_rule pid=1260 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1260]: SYSCALL arch=c000003e syscall=46 success=yes exit=376 a0=3 a1=7fff3bdaeb00 a2=0 a3=7fff3bdaeaec items=0 ppid=966 pid=1260 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
Jan 22 02:25:56 arch-pc audit[1262]: NETFILTER_CFG table=filter:108 family=2 entries=1 op=nft_register_rule pid=1262 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1262]: SYSCALL arch=c000003e syscall=46 success=yes exit=376 a0=3 a1=7ffcb3772370 a2=0 a3=7ffcb377235c items=0 ppid=966 pid=1262 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
Jan 22 02:25:56 arch-pc audit[1268]: NETFILTER_CFG table=filter:109 family=2 entries=1 op=nft_register_rule pid=1268 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1268]: SYSCALL arch=c000003e syscall=46 success=yes exit=304 a0=3 a1=7ffc174296a0 a2=0 a3=7ffc1742968c items=0 ppid=966 pid=1268 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6A00444F434B4552
Jan 22 02:25:56 arch-pc audit[1270]: NETFILTER_CFG table=filter:110 family=2 entries=1 op=nft_register_rule pid=1270 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1270]: SYSCALL arch=c000003e syscall=46 success=yes exit=508 a0=3 a1=7ffd54eb2710 a2=0 a3=7ffd54eb26fc items=0 ppid=966 pid=1270 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
Jan 22 02:25:56 arch-pc audit[1272]: NETFILTER_CFG table=filter:111 family=2 entries=1 op=nft_unregister_rule pid=1272 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1272]: SYSCALL arch=c000003e syscall=46 success=yes exit=244 a0=3 a1=7fff0f0847a0 a2=0 a3=7fff0f08478c items=0 ppid=966 pid=1272 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jan 22 02:25:56 arch-pc audit[1273]: NETFILTER_CFG table=filter:112 family=2 entries=1 op=nft_register_rule pid=1273 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1273]: SYSCALL arch=c000003e syscall=46 success=yes exit=240 a0=3 a1=7ffd8c46e800 a2=0 a3=7ffd8c46e7ec items=0 ppid=966 pid=1273 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jan 22 02:25:56 arch-pc audit[1275]: NETFILTER_CFG table=filter:113 family=2 entries=1 op=nft_register_rule pid=1275 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1275]: SYSCALL arch=c000003e syscall=46 success=yes exit=428 a0=3 a1=7ffc03c1c780 a2=0 a3=7ffc03c1c76c items=0 ppid=966 pid=1275 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
Jan 22 02:25:56 arch-pc audit[1278]: NETFILTER_CFG table=filter:114 family=2 entries=1 op=nft_register_rule pid=1278 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1278]: SYSCALL arch=c000003e syscall=46 success=yes exit=312 a0=3 a1=7ffde3ceff60 a2=0 a3=7ffde3ceff4c items=0 ppid=966 pid=1278 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
Jan 22 02:25:56 arch-pc kernel: [UFW BLOCK] IN= OUT=br-69d51dd1c4ff SRC=172.18.0.1 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 02:25:56 arch-pc kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz, REV=0x370
Jan 22 02:25:56 arch-pc kernel: thermal thermal_zone5: failed to read out thermal zone (-61)
Jan 22 02:25:56 arch-pc audit[1280]: NETFILTER_CFG table=nat:115 family=2 entries=1 op=nft_unregister_rule pid=1280 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1280]: SYSCALL arch=c000003e syscall=46 success=yes exit=404 a0=3 a1=7ffe71443a60 a2=0 a3=7ffe71443a4c items=0 ppid=966 pid=1280 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4400504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
Jan 22 02:25:56 arch-pc kernel: [UFW BLOCK] IN= OUT=docker0 SRC=172.17.0.1 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 02:25:56 arch-pc kernel: [UFW BLOCK] IN= OUT=br-69d51dd1c4ff SRC=172.18.0.1 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 02:25:56 arch-pc audit[1282]: NETFILTER_CFG table=nat:116 family=2 entries=1 op=nft_unregister_rule pid=1282 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1282]: SYSCALL arch=c000003e syscall=46 success=yes exit=280 a0=3 a1=7fffd200c1c0 a2=0 a3=7fffd200c1ac items=0 ppid=966 pid=1282 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4400444F434B4552002D6900646F636B657230002D6A0052455455524E
Jan 22 02:25:56 arch-pc audit[1284]: NETFILTER_CFG table=filter:117 family=2 entries=1 op=nft_unregister_rule pid=1284 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1284]: SYSCALL arch=c000003e syscall=46 success=yes exit=380 a0=3 a1=7ffc850f21a0 a2=0 a3=7ffc850f218c items=0 ppid=966 pid=1284 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
Jan 22 02:25:56 arch-pc audit[1286]: NETFILTER_CFG table=filter:118 family=2 entries=1 op=nft_unregister_rule pid=1286 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1286]: SYSCALL arch=c000003e syscall=46 success=yes exit=380 a0=3 a1=7ffeae83c4c0 a2=0 a3=7ffeae83c4ac items=0 ppid=966 pid=1286 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
Jan 22 02:25:56 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Jan 22 02:25:56 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 22 02:25:56 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jan 22 02:25:56 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Jan 22 02:25:56 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Jan 22 02:25:56 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
Jan 22 02:25:56 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Jan 22 02:25:56 arch-pc audit[1290]: NETFILTER_CFG table=filter:119 family=2 entries=1 op=nft_unregister_rule pid=1290 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1290]: SYSCALL arch=c000003e syscall=46 success=yes exit=308 a0=3 a1=7ffe489ae400 a2=0 a3=7ffe489ae3ec items=0 ppid=966 pid=1290 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6F00646F636B657230002D6A00444F434B4552
Jan 22 02:25:56 arch-pc kernel: iwlwifi 0000:00:14.3: loaded PNVM version dbd9582f
Jan 22 02:25:56 arch-pc kernel: iwlwifi 0000:00:14.3: Detected RF GF, rfid=0x2010d000
Jan 22 02:25:56 arch-pc audit[1294]: NETFILTER_CFG table=filter:120 family=2 entries=1 op=nft_unregister_rule pid=1294 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1294]: SYSCALL arch=c000003e syscall=46 success=yes exit=512 a0=3 a1=7ffe16caea90 a2=0 a3=7ffe16caea7c items=0 ppid=966 pid=1294 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
Jan 22 02:25:56 arch-pc kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input526
Jan 22 02:25:56 arch-pc kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card1/input527
Jan 22 02:25:56 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input528
Jan 22 02:25:56 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input529
Jan 22 02:25:56 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input530
Jan 22 02:25:56 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input531
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Hashing performance is 1254.94 MB/s
Jan 22 02:25:56 arch-pc kernel: iwlwifi 0000:00:14.3: base HW address: 00:93:37:eb:5b:9f
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Overall send rate is unlimited, receive rate is unlimited
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Using discovery mechanism: global discovery server https://discovery.syncthing.net/v2/?noannounce&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Using discovery mechanism: global discovery server https://discovery-v4.syncthing.net/v2/?nolookup&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Using discovery mechanism: global discovery server https://discovery-v6.syncthing.net/v2/?nolookup&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Using discovery mechanism: IPv4 local broadcast discovery on port 21027
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Using discovery mechanism: IPv6 local multicast discovery on address [ff12::8384]:21027
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Ready to synchronize "Personal" (fmwqx-lpnjc) (sendreceive)
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: GUI and API listening on 127.0.0.1:8384
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Access the GUI via the following URL: http://127.0.0.1:8384/
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: My name is "arch-pc"
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Device IZSF4SR-ISMG2BB-V7Z6YMS-T3YK2LX-HVUVRIZ-5HYFJR2-W6GRESL-KCVNPAE is "server" at [tcp://10.8.1.1:22000]
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) shutting down
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: listenerSupervisor@dynamic+https://relays.syncthing.net/endpoint: service dynamic+https://relays.syncthing.net/endpoint failed: Get "https://relays.syncthing.net/endpoint": dial tcp: lookup relays.syncthing.net on [::1]:53: dial udp [::1]:53: socket: address family not supported by protocol
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) shutting down
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: listenerSupervisor@dynamic+https://relays.syncthing.net/endpoint: service dynamic+https://relays.syncthing.net/endpoint failed: Get "https://relays.syncthing.net/endpoint": dial tcp: lookup relays.syncthing.net on [::1]:53: dial udp [::1]:53: socket: address family not supported by protocol
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) shutting down
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: listenerSupervisor@dynamic+https://relays.syncthing.net/endpoint: service dynamic+https://relays.syncthing.net/endpoint failed: Get "https://relays.syncthing.net/endpoint": dial tcp: lookup relays.syncthing.net on [::1]:53: dial udp [::1]:53: socket: address family not supported by protocol
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: QUIC listener (0.0.0.0:22000) starting
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: TCP listener (0.0.0.0:22000) starting
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Detected 0 NAT services
Jan 22 02:25:56 arch-pc NetworkManager[883]: <info>  [1674336356.5834] device (wlan0): driver supports Access Point (AP) mode
Jan 22 02:25:56 arch-pc NetworkManager[883]: <info>  [1674336356.5838] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/8)
Jan 22 02:25:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=239.255.255.250 LEN=195 TOS=0x00 PREC=0x00 TTL=1 ID=35302 DF PROTO=UDP SPT=40727 DPT=1900 LEN=175 
Jan 22 02:25:56 arch-pc syncthing[888]: [J2GOJ] INFO: Completed initial scan of sendreceive folder "Personal" (fmwqx-lpnjc)
Jan 22 02:25:56 arch-pc audit[1326]: NETFILTER_CFG table=filter:121 family=2 entries=1 op=nft_unregister_rule pid=1326 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1326]: SYSCALL arch=c000003e syscall=46 success=yes exit=420 a0=3 a1=7ffe4a8b1430 a2=0 a3=7ffe4a8b141c items=0 ppid=966 pid=1326 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
Jan 22 02:25:56 arch-pc audit[1328]: NETFILTER_CFG table=filter:122 family=2 entries=1 op=nft_unregister_rule pid=1328 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1328]: SYSCALL arch=c000003e syscall=46 success=yes exit=304 a0=3 a1=7ffc3a8324e0 a2=0 a3=7ffc3a8324cc items=0 ppid=966 pid=1328 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
Jan 22 02:25:56 arch-pc dockerd[966]: time="2023-01-22T02:25:56.673367602+05:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Jan 22 02:25:56 arch-pc dockerd[966]: time="2023-01-22T02:25:56.673444082+05:00" level=info msg="failed to read ipv6 net.ipv6.conf.<bridge>.accept_ra" bridge=docker0 syspath=/proc/sys/net/ipv6/conf/docker0/accept_ra
Jan 22 02:25:56 arch-pc audit[1335]: NETFILTER_CFG table=nat:123 family=2 entries=1 op=nft_register_rule pid=1335 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1335]: SYSCALL arch=c000003e syscall=46 success=yes exit=412 a0=3 a1=7ffeed481840 a2=0 a3=7ffeed48182c items=0 ppid=966 pid=1335 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
Jan 22 02:25:56 arch-pc audit[1337]: NETFILTER_CFG table=nat:124 family=2 entries=1 op=nft_register_rule pid=1337 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1337]: SYSCALL arch=c000003e syscall=46 success=yes exit=288 a0=3 a1=7ffe0e0c2ec0 a2=0 a3=7ffe0e0c2eac items=0 ppid=966 pid=1337 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D6900646F636B657230002D6A0052455455524E
Jan 22 02:25:56 arch-pc audit[1340]: NETFILTER_CFG table=filter:125 family=2 entries=1 op=nft_register_rule pid=1340 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1340]: SYSCALL arch=c000003e syscall=46 success=yes exit=376 a0=3 a1=7fff5ee81390 a2=0 a3=7fff5ee8137c items=0 ppid=966 pid=1340 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
Jan 22 02:25:56 arch-pc audit[1342]: NETFILTER_CFG table=filter:126 family=2 entries=1 op=nft_register_rule pid=1342 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1342]: SYSCALL arch=c000003e syscall=46 success=yes exit=376 a0=3 a1=7ffe917d23a0 a2=0 a3=7ffe917d238c items=0 ppid=966 pid=1342 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
Jan 22 02:25:56 arch-pc audit[1348]: NETFILTER_CFG table=filter:127 family=2 entries=1 op=nft_register_rule pid=1348 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1348]: SYSCALL arch=c000003e syscall=46 success=yes exit=304 a0=3 a1=7fffe418a180 a2=0 a3=7fffe418a16c items=0 ppid=966 pid=1348 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6A00444F434B4552
Jan 22 02:25:56 arch-pc audit[1350]: NETFILTER_CFG table=filter:128 family=2 entries=1 op=nft_register_rule pid=1350 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1350]: SYSCALL arch=c000003e syscall=46 success=yes exit=508 a0=3 a1=7ffccf355590 a2=0 a3=7ffccf35557c items=0 ppid=966 pid=1350 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
Jan 22 02:25:56 arch-pc audit[1352]: NETFILTER_CFG table=filter:129 family=2 entries=1 op=nft_unregister_rule pid=1352 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1352]: SYSCALL arch=c000003e syscall=46 success=yes exit=244 a0=3 a1=7ffdc46aa600 a2=0 a3=7ffdc46aa5ec items=0 ppid=966 pid=1352 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jan 22 02:25:56 arch-pc audit[1353]: NETFILTER_CFG table=filter:130 family=2 entries=1 op=nft_register_rule pid=1353 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1353]: SYSCALL arch=c000003e syscall=46 success=yes exit=240 a0=3 a1=7ffcc8deb200 a2=0 a3=7ffcc8deb1ec items=0 ppid=966 pid=1353 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jan 22 02:25:56 arch-pc audit[1355]: NETFILTER_CFG table=filter:131 family=2 entries=1 op=nft_register_rule pid=1355 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1355]: SYSCALL arch=c000003e syscall=46 success=yes exit=428 a0=3 a1=7ffe15256260 a2=0 a3=7ffe1525624c items=0 ppid=966 pid=1355 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
Jan 22 02:25:56 arch-pc audit[1357]: NETFILTER_CFG table=filter:132 family=2 entries=1 op=nft_register_rule pid=1357 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1357]: SYSCALL arch=c000003e syscall=46 success=yes exit=312 a0=3 a1=7ffef30a23e0 a2=0 a3=7ffef30a23cc items=0 ppid=966 pid=1357 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
Jan 22 02:25:56 arch-pc audit[1359]: NETFILTER_CFG table=filter:133 family=2 entries=1 op=nft_register_chain pid=1359 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1359]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffcb3945a90 a2=0 a3=7ffcb3945a7c items=0 ppid=966 pid=1359 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D55534552
Jan 22 02:25:56 arch-pc audit[1361]: NETFILTER_CFG table=filter:134 family=2 entries=1 op=nft_register_rule pid=1361 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1361]: SYSCALL arch=c000003e syscall=46 success=yes exit=212 a0=3 a1=7ffcbdfa12a0 a2=0 a3=7ffcbdfa128c items=0 ppid=966 pid=1361 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D55534552002D6A0052455455524E
Jan 22 02:25:56 arch-pc audit[1363]: NETFILTER_CFG table=filter:135 family=2 entries=1 op=nft_register_rule pid=1363 comm="iptables"
Jan 22 02:25:56 arch-pc audit[1363]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7fff85e6b340 a2=0 a3=7fff85e6b32c items=0 ppid=966 pid=1363 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 02:25:56 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D55534552
Jan 22 02:25:56 arch-pc dockerd[966]: time="2023-01-22T02:25:56.738389405+05:00" level=info msg="Loading containers: done."
Jan 22 02:25:56 arch-pc systemd[1]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck4037154972-merged.mount: Deactivated successfully.
Jan 22 02:25:56 arch-pc dockerd[966]: time="2023-01-22T02:25:56.780637747+05:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
Jan 22 02:25:56 arch-pc dockerd[966]: time="2023-01-22T02:25:56.780812862+05:00" level=info msg="Docker daemon" commit=42c8b31499 graphdriver(s)=overlay2 version=20.10.22
Jan 22 02:25:56 arch-pc dockerd[966]: time="2023-01-22T02:25:56.781058713+05:00" level=info msg="Daemon has completed initialization"
Jan 22 02:25:56 arch-pc systemd[1]: Started Docker Application Container Engine.
Jan 22 02:25:56 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=docker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:56 arch-pc systemd[1]: Reached target Multi-User System.
Jan 22 02:25:56 arch-pc systemd[1]: Reached target Graphical Interface.
Jan 22 02:25:56 arch-pc systemd[1]: Startup finished in 14.766s (firmware) + 2.738s (loader) + 16.160s (kernel) + 4.991s (userspace) = 38.656s.
Jan 22 02:25:56 arch-pc dockerd[966]: time="2023-01-22T02:25:56.928565587+05:00" level=info msg="API listen on /run/docker.sock"
Jan 22 02:25:56 arch-pc kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
Jan 22 02:25:56 arch-pc kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Jan 22 02:25:57 arch-pc kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
Jan 22 02:25:57 arch-pc kernel: Bluetooth: hci0: Waiting for firmware download to complete
Jan 22 02:25:57 arch-pc kernel: Bluetooth: hci0: Firmware loaded in 1384490 usecs
Jan 22 02:25:57 arch-pc kernel: Bluetooth: hci0: Waiting for device to boot
Jan 22 02:25:57 arch-pc kernel: Bluetooth: hci0: Device booted in 15669 usecs
Jan 22 02:25:57 arch-pc kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Jan 22 02:25:57 arch-pc kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0040-0041.ddc
Jan 22 02:25:57 arch-pc kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Jan 22 02:25:57 arch-pc kernel: Bluetooth: hci0: Firmware timestamp 2022.39 buildtype 1 build 52159
Jan 22 02:25:58 arch-pc kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
Jan 22 02:25:58 arch-pc lightdm[1412]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jan 22 02:25:58 arch-pc audit[1412]: CRED_ACQ pid=1412 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:25:58 arch-pc lightdm[1412]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=972) by (uid=0)
Jan 22 02:25:58 arch-pc kernel: kauditd_printk_skb: 441 callbacks suppressed
Jan 22 02:25:58 arch-pc kernel: audit: type=1103 audit(1674336358.579:185): pid=1412 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:25:58 arch-pc systemd[1]: Created slice User Slice of UID 972.
Jan 22 02:25:58 arch-pc systemd[1]: Starting User Runtime Directory /run/user/972...
Jan 22 02:25:58 arch-pc systemd-logind[879]: New session c1 of user lightdm.
Jan 22 02:25:58 arch-pc systemd[1]: Finished User Runtime Directory /run/user/972.
Jan 22 02:25:58 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:58 arch-pc kernel: audit: type=1130 audit(1674336358.726:186): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:58 arch-pc systemd[1]: Starting User Manager for UID 972...
Jan 22 02:25:58 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.15' (uid=0 pid=1432 comm="(systemd)")
Jan 22 02:25:58 arch-pc dbus-daemon[878]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 22 02:25:58 arch-pc systemd[1432]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 22 02:25:58 arch-pc audit[1432]: USER_ACCT pid=1432 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:58 arch-pc audit[1432]: CRED_ACQ pid=1432 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 22 02:25:58 arch-pc audit[1432]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffe0fccaf50 a2=3 a3=7ffe0fccac65 items=0 ppid=1 pid=1432 auid=972 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jan 22 02:25:58 arch-pc audit: PROCTITLE proctitle="(systemd)"
Jan 22 02:25:58 arch-pc systemd[1432]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Jan 22 02:25:58 arch-pc systemd[1432]: pam_unix(systemd-user:session): session opened for user lightdm(uid=972) by (uid=0)
Jan 22 02:25:58 arch-pc kernel: audit: type=1101 audit(1674336358.739:187): pid=1432 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:58 arch-pc kernel: audit: type=1103 audit(1674336358.739:188): pid=1432 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 22 02:25:58 arch-pc kernel: audit: type=1006 audit(1674336358.739:189): pid=1432 uid=0 old-auid=4294967295 auid=972 tty=(none) old-ses=4294967295 ses=1 res=1
Jan 22 02:25:58 arch-pc kernel: audit: type=1300 audit(1674336358.739:189): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffe0fccaf50 a2=3 a3=7ffe0fccac65 items=0 ppid=1 pid=1432 auid=972 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jan 22 02:25:58 arch-pc kernel: audit: type=1327 audit(1674336358.739:189): proctitle="(systemd)"
Jan 22 02:25:58 arch-pc audit[1432]: USER_START pid=1432 uid=0 auid=972 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:58 arch-pc kernel: audit: type=1105 audit(1674336358.743:190): pid=1432 uid=0 auid=972 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:58 arch-pc systemd[1432]: Queued start job for default target Main User Target.
Jan 22 02:25:58 arch-pc systemd[1432]: Created slice User Application Slice.
Jan 22 02:25:58 arch-pc systemd[1432]: Reached target Paths.
Jan 22 02:25:58 arch-pc systemd[1432]: Reached target Timers.
Jan 22 02:25:58 arch-pc systemd[1432]: Starting D-Bus User Message Bus Socket...
Jan 22 02:25:58 arch-pc systemd[1432]: Listening on GnuPG network certificate management daemon.
Jan 22 02:25:58 arch-pc systemd[1432]: Listening on GCR ssh-agent wrapper.
Jan 22 02:25:58 arch-pc systemd[1432]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 22 02:25:58 arch-pc systemd[1432]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 22 02:25:58 arch-pc systemd[1432]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 22 02:25:58 arch-pc systemd[1432]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 22 02:25:58 arch-pc systemd[1432]: Listening on p11-kit server.
Jan 22 02:25:58 arch-pc systemd[1432]: Listening on PipeWire Multimedia System Socket.
Jan 22 02:25:58 arch-pc systemd[1432]: Listening on Sound System.
Jan 22 02:25:58 arch-pc systemd[1432]: Listening on D-Bus User Message Bus Socket.
Jan 22 02:25:58 arch-pc systemd[1432]: Reached target Sockets.
Jan 22 02:25:58 arch-pc systemd[1432]: Reached target Basic System.
Jan 22 02:25:58 arch-pc systemd[1432]: Reached target Main User Target.
Jan 22 02:25:58 arch-pc systemd[1432]: Startup finished in 130ms.
Jan 22 02:25:58 arch-pc systemd[1]: Started User Manager for UID 972.
Jan 22 02:25:58 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:58 arch-pc kernel: audit: type=1130 audit(1674336358.879:191): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:25:58 arch-pc systemd[1]: Started Session c1 of User lightdm.
Jan 22 02:25:58 arch-pc audit[1412]: USER_START pid=1412 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:25:58 arch-pc kernel: audit: type=1105 audit(1674336358.926:192): pid=1412 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:25:59 arch-pc systemd[1432]: Created slice User Core Session Slice.
Jan 22 02:25:59 arch-pc systemd[1432]: Starting D-Bus User Message Bus...
Jan 22 02:25:59 arch-pc systemd[1432]: Started D-Bus User Message Bus.
Jan 22 02:25:59 arch-pc dbus-daemon[1455]: [session uid=972 pid=1455] Activating systemd to hand-off: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.0' (uid=972 pid=1440 comm="/usr/bin/lightdm-gtk-greeter")
Jan 22 02:25:59 arch-pc dbus-daemon[1455]: [session uid=972 pid=1455] Successfully activated service 'org.freedesktop.systemd1'
Jan 22 02:25:59 arch-pc systemd[1432]: Starting Accessibility services bus...
Jan 22 02:25:59 arch-pc dbus-daemon[1455]: [session uid=972 pid=1455] Successfully activated service 'org.a11y.Bus'
Jan 22 02:25:59 arch-pc systemd[1432]: Started Accessibility services bus.
Jan 22 02:25:59 arch-pc dbus-daemon[1455]: [session uid=972 pid=1455] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.3' (uid=972 pid=1440 comm="/usr/bin/lightdm-gtk-greeter")
Jan 22 02:25:59 arch-pc systemd[1432]: Starting Virtual filesystem service...
Jan 22 02:25:59 arch-pc dbus-daemon[1455]: [session uid=972 pid=1455] Successfully activated service 'org.gtk.vfs.Daemon'
Jan 22 02:25:59 arch-pc systemd[1432]: Started Virtual filesystem service.
Jan 22 02:25:59 arch-pc kernel: input: PC Speaker as /devices/platform/pcspkr/input/input533
Jan 22 02:25:59 arch-pc kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jan 22 02:25:59 arch-pc kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jan 22 02:25:59 arch-pc kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jan 22 02:25:59 arch-pc kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jan 22 02:25:59 arch-pc kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Jan 22 02:25:59 arch-pc at-spi-bus-launcher[1462]: dbus-daemon[1462]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=972 pid=1440 comm="/usr/bin/lightdm-gtk-greeter")
Jan 22 02:25:59 arch-pc at-spi-bus-launcher[1462]: dbus-daemon[1462]: Successfully activated service 'org.a11y.atspi.Registry'
Jan 22 02:25:59 arch-pc at-spi-bus-launcher[1488]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 22 02:25:59 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.18' (uid=0 pid=1486 comm="lightdm --session-child 15 22")
Jan 22 02:25:59 arch-pc dbus-daemon[878]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 22 02:25:59 arch-pc lightdm[1486]: pam_systemd_home(lightdm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 22 02:25:59 arch-pc kernel: intel_tcc_cooling: Programmable TCC Offset detected
Jan 22 02:26:00 arch-pc systemd-udevd[664]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 22 02:26:00 arch-pc systemd-udevd[664]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Jan 22 02:26:00 arch-pc systemd-udevd[664]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 22 02:26:00 arch-pc systemd-udevd[664]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Jan 22 02:26:00 arch-pc systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jan 22 02:26:00 arch-pc systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6718] device (virbr0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6722] device (virbr0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6729] device (virbr0): Activation: starting connection 'virbr0' (3ae9b327-8774-4af9-aae6-c3344b8fec6f)
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6732] device (virbr0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6735] device (virbr0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6736] device (virbr0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6738] device (virbr0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6757] device (virbr0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6759] device (virbr0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6761] manager: NetworkManager state is now CONNECTED_LOCAL
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6763] device (virbr0): Activation: successful, device activated.
Jan 22 02:26:00 arch-pc systemd-logind[879]: Watching system buttons on /dev/input/event9 (Intel HID events)
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6866] device (virbr1): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6868] device (virbr1): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6870] device (virbr1): Activation: starting connection 'virbr1' (307c3462-aedb-4cbc-9fb5-5a413e808842)
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6870] device (virbr1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6871] device (virbr1): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6872] device (virbr1): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6872] device (virbr1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6881] device (virbr1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6881] device (virbr1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.6883] device (virbr1): Activation: successful, device activated.
Jan 22 02:26:00 arch-pc systemd-udevd[656]: nvidia_modeset: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-modeset c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 254'' failed with exit code 1.
Jan 22 02:26:00 arch-pc kernel: intel_rapl_msr: PL4 support detected.
Jan 22 02:26:00 arch-pc kernel: intel_rapl_common: Found RAPL domain package
Jan 22 02:26:00 arch-pc kernel: intel_rapl_common: Found RAPL domain core
Jan 22 02:26:00 arch-pc kernel: intel_rapl_common: Found RAPL domain uncore
Jan 22 02:26:00 arch-pc kernel: intel_rapl_common: Found RAPL domain psys
Jan 22 02:26:00 arch-pc systemd[1]: Reached target Sound Card.
Jan 22 02:26:00 arch-pc systemd[1432]: Reached target Sound Card.
Jan 22 02:26:00 arch-pc systemd[1]: Reached target Bluetooth Support.
Jan 22 02:26:00 arch-pc systemd[1432]: Reached target Bluetooth.
Jan 22 02:26:00 arch-pc kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Jan 22 02:26:00 arch-pc kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Jan 22 02:26:00 arch-pc audit[1071]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=1071 comm="Xorg" exe="/usr/lib/Xorg" sig=6 res=1
Jan 22 02:26:00 arch-pc kernel: iTCO_vendor_support: vendor-support=0
Jan 22 02:26:00 arch-pc systemd[1]: Created slice Slice /system/systemd-coredump.
Jan 22 02:26:00 arch-pc audit: BPF prog-id=38 op=LOAD
Jan 22 02:26:00 arch-pc audit: BPF prog-id=39 op=LOAD
Jan 22 02:26:00 arch-pc audit: BPF prog-id=40 op=LOAD
Jan 22 02:26:00 arch-pc kernel: ee1004 16-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Jan 22 02:26:00 arch-pc kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Jan 22 02:26:00 arch-pc kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jan 22 02:26:00 arch-pc systemd[1]: Started Process Core Dump (PID 1553/UID 0).
Jan 22 02:26:00 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1553-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:00 arch-pc kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.8903] device (eth0): interface index 5 renamed iface from 'eth0' to 'enp3s0'
Jan 22 02:26:00 arch-pc NetworkManager[883]: <info>  [1674336360.8930] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 22 02:26:00 arch-pc kernel: input: FTCS1000:01 2808:0102 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-FTCS1000:01/0018:2808:0102.0004/input/input534
Jan 22 02:26:00 arch-pc kernel: input: FTCS1000:01 2808:0102 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-FTCS1000:01/0018:2808:0102.0004/input/input535
Jan 22 02:26:00 arch-pc kernel: hid-multitouch 0018:2808:0102.0004: input,hidraw3: I2C HID v1.00 Mouse [FTCS1000:01 2808:0102] on i2c-FTCS1000:01
Jan 22 02:26:00 arch-pc kernel: Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
Jan 22 02:26:01 arch-pc kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input532
Jan 22 02:26:01 arch-pc systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 22 02:26:01 arch-pc 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'
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1173] settings: (enp3s0): created default wired connection 'Wired connection 1'
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1176] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
Jan 22 02:26:01 arch-pc kernel: r8169 0000:03:00.0 enp3s0: Link is Down
Jan 22 02:26:01 arch-pc kernel: iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1207] device (docker0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1208] device (docker0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1210] device (docker0): Activation: starting connection 'docker0' (dc0306a8-93db-4612-a5a5-6dbf5098a7e5)
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1211] device (docker0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1212] device (docker0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1212] device (docker0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1213] device (docker0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1220] device (br-69d51dd1c4ff): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1221] device (br-69d51dd1c4ff): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1223] device (br-69d51dd1c4ff): Activation: starting connection 'br-69d51dd1c4ff' (bce192eb-ab97-4012-8df6-068bb5c1e629)
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1224] device (br-69d51dd1c4ff): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1225] device (br-69d51dd1c4ff): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1225] device (br-69d51dd1c4ff): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1226] device (docker0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1226] device (br-69d51dd1c4ff): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1228] device (docker0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1229] device (docker0): Activation: successful, device activated.
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1258] device (br-69d51dd1c4ff): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1259] device (br-69d51dd1c4ff): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1260] device (br-69d51dd1c4ff): Activation: successful, device activated.
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1601] device (wlan0): interface index 8 renamed iface from 'wlan0' to 'wlp0s20f3'
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.1629] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc systemd-coredump[1554]: Process 1071 (Xorg) of user 0 dumped core.
                                                
                                                Stack trace of thread 1071:
                                                #0  0x00007f122636b64c n/a (libc.so.6 + 0x8864c)
                                                #1  0x00007f122631b938 raise (libc.so.6 + 0x38938)
                                                #2  0x00007f122630553d abort (libc.so.6 + 0x2253d)
                                                #3  0x000055c4648a5ae0 OsAbort (Xorg + 0x14fae0)
                                                #4  0x000055c4648a74a3 FatalError (Xorg + 0x1514a3)
                                                #5  0x000055c4648ad599 n/a (Xorg + 0x157599)
                                                #6  0x00007f122631b9e0 n/a (libc.so.6 + 0x389e0)
                                                #7  0x000055c46480bcba RRTellChanged (Xorg + 0xb5cba)
                                                #8  0x000055c464907c04 n/a (Xorg + 0x1b1c04)
                                                #9  0x000055c46492e3b6 n/a (Xorg + 0x1d83b6)
                                                #10 0x000055c46492e4a8 n/a (Xorg + 0x1d84a8)
                                                #11 0x000055c4648a5732 n/a (Xorg + 0x14f732)
                                                #12 0x000055c4648a0f09 WaitForSomething (Xorg + 0x14af09)
                                                #13 0x000055c46479438f n/a (Xorg + 0x3e38f)
                                                #14 0x00007f1226306290 n/a (libc.so.6 + 0x23290)
                                                #15 0x00007f122630634a __libc_start_main (libc.so.6 + 0x2334a)
                                                #16 0x000055c4647952d5 _start (Xorg + 0x3f2d5)
                                                
                                                Stack trace of thread 1383:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1382:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1386:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1385:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1390:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1388:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1387:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1392:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1391:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1393:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1398:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1397:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1394:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1396:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1402:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1406:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1399:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1404:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1389:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1401:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1403:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1384:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1407:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1405:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1400:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1381:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1395:
                                                #0  0x00007f12263664b6 n/a (libc.so.6 + 0x834b6)
                                                #1  0x00007f1226368cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                                #2  0x00007f122310c50e n/a (iris_dri.so + 0x10c50e)
                                                #3  0x00007f12230bc89c n/a (iris_dri.so + 0xbc89c)
                                                #4  0x00007f122310c43c n/a (iris_dri.so + 0x10c43c)
                                                #5  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #6  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                
                                                Stack trace of thread 1410:
                                                #0  0x00007f12263eb356 epoll_wait (libc.so.6 + 0x108356)
                                                #1  0x000055c4648a56eb n/a (Xorg + 0x14f6eb)
                                                #2  0x000055c4648a91a9 n/a (Xorg + 0x1531a9)
                                                #3  0x00007f12263698fd n/a (libc.so.6 + 0x868fd)
                                                #4  0x00007f12263ebd20 n/a (libc.so.6 + 0x108d20)
                                                ELF object binary architecture: AMD x86-64
Jan 22 02:26:01 arch-pc systemd[1]: systemd-coredump@0-1553-0.service: Deactivated successfully.
Jan 22 02:26:01 arch-pc lightdm[1412]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Jan 22 02:26:01 arch-pc audit[1412]: USER_END pid=1412 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:01 arch-pc audit[1412]: CRED_DISP pid=1412 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:01 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-1553-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:01 arch-pc systemd[1]: session-c1.scope: Deactivated successfully.
Jan 22 02:26:01 arch-pc systemd-logind[879]: Session c1 logged out. Waiting for processes to exit.
Jan 22 02:26:01 arch-pc systemd-logind[879]: Removed session c1.
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.4538] device (wlp0s20f3): set-hw-addr: set MAC address to 5A:29:FF:E2:21:97 (scanning)
Jan 22 02:26:01 arch-pc systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Jan 22 02:26:01 arch-pc systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jan 22 02:26:01 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 22 02:26:01 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=883 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 02:26:01 arch-pc systemd[1]: Starting WPA supplicant...
Jan 22 02:26:01 arch-pc systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 1.
Jan 22 02:26:01 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:01 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:01 arch-pc systemd[1]: Stopped Light Display Manager.
Jan 22 02:26:01 arch-pc systemd[1]: Starting Light Display Manager...
Jan 22 02:26:01 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:01 arch-pc systemd[1]: Started Light Display Manager.
Jan 22 02:26:01 arch-pc lightdm[1598]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jan 22 02:26:01 arch-pc dbus-daemon[878]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jan 22 02:26:01 arch-pc systemd[1]: Started WPA supplicant.
Jan 22 02:26:01 arch-pc 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'
Jan 22 02:26:01 arch-pc wpa_supplicant[1597]: Successfully initialized wpa_supplicant
Jan 22 02:26:01 arch-pc audit: BPF prog-id=0 op=UNLOAD
Jan 22 02:26:01 arch-pc audit: BPF prog-id=0 op=UNLOAD
Jan 22 02:26:01 arch-pc audit: BPF prog-id=0 op=UNLOAD
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.8052] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.8052] Wi-Fi P2P device controlled by interface wlp0s20f3 created
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.8053] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/9)
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.8054] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.8055] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jan 22 02:26:01 arch-pc NetworkManager[883]: <info>  [1674336361.8057] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jan 22 02:26:01 arch-pc kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
Jan 22 02:26:02 arch-pc kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
Jan 22 02:26:02 arch-pc lightdm[1640]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jan 22 02:26:02 arch-pc audit[1640]: CRED_ACQ pid=1640 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:02 arch-pc lightdm[1640]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=972) by (uid=0)
Jan 22 02:26:02 arch-pc systemd-logind[879]: New session c2 of user lightdm.
Jan 22 02:26:02 arch-pc systemd[1]: Started Session c2 of User lightdm.
Jan 22 02:26:02 arch-pc audit[1640]: USER_START pid=1640 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:02 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.26' (uid=0 pid=1669 comm="lightdm --session-child 15 22")
Jan 22 02:26:02 arch-pc dbus-daemon[878]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 22 02:26:02 arch-pc lightdm[1669]: pam_systemd_home(lightdm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 22 02:26:05 arch-pc wpa_supplicant[1597]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=RU
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2320] policy: auto-activating connection 'Shiril-5G' (74348338-c3dd-4224-9efb-ac33a9ac285d)
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2324] device (wlp0s20f3): Activation: starting connection 'Shiril-5G' (74348338-c3dd-4224-9efb-ac33a9ac285d)
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2325] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2327] manager: NetworkManager state is now CONNECTING
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2494] device (wlp0s20f3): set-hw-addr: reset MAC address to 00:93:37:EB:5B:9F (preserve)
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2517] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2521] device (wlp0s20f3): Activation: (wifi) access point 'Shiril-5G' has security, but secrets are required.
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2521] device (wlp0s20f3): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2534] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2538] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2540] device (wlp0s20f3): Activation: (wifi) connection 'Shiril-5G' has security, and secrets exist.  No new secrets needed.
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2540] Config: added 'ssid' value 'Shiril-5G'
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2540] Config: added 'scan_ssid' value '1'
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2541] Config: added 'bgscan' value 'simple:30:-70:86400'
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2541] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2541] Config: added 'psk' value '<hidden>'
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2934] device (wlp0s20f3): supplicant interface state: disconnected -> inactive
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.2934] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> inactive
Jan 22 02:26:05 arch-pc wpa_supplicant[1597]: wlp0s20f3: SME: Trying to authenticate with f8:f0:82:b2:8c:50 (SSID='Shiril-5G' freq=5260 MHz)
Jan 22 02:26:05 arch-pc kernel: wlp0s20f3: authenticate with f8:f0:82:b2:8c:50
Jan 22 02:26:05 arch-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.3128] device (wlp0s20f3): supplicant interface state: inactive -> authenticating
Jan 22 02:26:05 arch-pc kernel: wlp0s20f3: send auth to f8:f0:82:b2:8c:50 (try 1/3)
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.3128] device (p2p-dev-wlp0s20f3): supplicant management interface state: inactive -> authenticating
Jan 22 02:26:05 arch-pc 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'
Jan 22 02:26:05 arch-pc kernel: kauditd_printk_skb: 19 callbacks suppressed
Jan 22 02:26:05 arch-pc kernel: audit: type=1131 audit(1674336365.336:212): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:05 arch-pc wpa_supplicant[1597]: wlp0s20f3: Trying to associate with f8:f0:82:b2:8c:50 (SSID='Shiril-5G' freq=5260 MHz)
Jan 22 02:26:05 arch-pc kernel: wlp0s20f3: authenticated
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.3714] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.3715] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Jan 22 02:26:05 arch-pc kernel: wlp0s20f3: associate with f8:f0:82:b2:8c:50 (try 1/3)
Jan 22 02:26:05 arch-pc kernel: wlp0s20f3: RX AssocResp from f8:f0:82:b2:8c:50 (capab=0x931 status=0 aid=2)
Jan 22 02:26:05 arch-pc kernel: wlp0s20f3: associated
Jan 22 02:26:05 arch-pc wpa_supplicant[1597]: wlp0s20f3: Associated with f8:f0:82:b2:8c:50
Jan 22 02:26:05 arch-pc wpa_supplicant[1597]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.3999] device (wlp0s20f3): supplicant interface state: associating -> associated
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.4000] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> associated
Jan 22 02:26:05 arch-pc kernel: wlp0s20f3: Limiting TX power to 22 (23 - 1) dBm as advertised by f8:f0:82:b2:8c:50
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.6343] device (wlp0s20f3): supplicant interface state: associated -> 4way_handshake
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.6344] device (p2p-dev-wlp0s20f3): supplicant management interface state: associated -> 4way_handshake
Jan 22 02:26:05 arch-pc wpa_supplicant[1597]: wlp0s20f3: WPA: Key negotiation completed with f8:f0:82:b2:8c:50 [PTK=CCMP GTK=CCMP]
Jan 22 02:26:05 arch-pc wpa_supplicant[1597]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to f8:f0:82:b2:8c:50 completed [id=0 id_str=]
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.7374] device (wlp0s20f3): supplicant interface state: 4way_handshake -> completed
Jan 22 02:26:05 arch-pc wpa_supplicant[1597]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-62 noise=9999 txrate=26000
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.7376] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Shiril-5G"
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.7376] device (p2p-dev-wlp0s20f3): supplicant management interface state: 4way_handshake -> completed
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.7381] device (wlp0s20f3): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.7389] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.7401] device (wlp0s20f3): ip:ac6: addrconf6: kernel does not support IPv6
Jan 22 02:26:05 arch-pc NetworkManager[883]: <warn>  [1674336365.7425] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.7443] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.1.168
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.7448] policy: set 'Shiril-5G' (wlp0s20f3) as default for IPv4 routing and DNS
Jan 22 02:26:05 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=883 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 02:26:05 arch-pc dbus-daemon[878]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jan 22 02:26:05 arch-pc dnsmasq[1022]: reading /etc/resolv.conf
Jan 22 02:26:05 arch-pc dnsmasq[1060]: reading /etc/resolv.conf
Jan 22 02:26:05 arch-pc dnsmasq[1022]: using nameserver 192.168.1.1#53
Jan 22 02:26:05 arch-pc dnsmasq[1060]: using nameserver 192.168.1.1#53
Jan 22 02:26:05 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=883 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.7627] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 22 02:26:05 arch-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 22 02:26:05 arch-pc dbus-daemon[878]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 22 02:26:05 arch-pc systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 22 02:26:05 arch-pc 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'
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.8193] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.8195] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 22 02:26:05 arch-pc kernel: audit: type=1130 audit(1674336365.813:213): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.8198] manager: NetworkManager state is now CONNECTED_SITE
Jan 22 02:26:05 arch-pc NetworkManager[883]: <info>  [1674336365.8246] device (wlp0s20f3): Activation: successful, device activated.
Jan 22 02:26:06 arch-pc systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jan 22 02:26:06 arch-pc 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'
Jan 22 02:26:06 arch-pc kernel: audit: type=1131 audit(1674336366.113:214): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:07 arch-pc audit[1669]: USER_AUTH pid=1669 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:07 arch-pc audit[1669]: USER_ACCT pid=1669 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:07 arch-pc lightdm[1669]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jan 22 02:26:07 arch-pc kernel: audit: type=1100 audit(1674336367.403:215): pid=1669 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:07 arch-pc kernel: audit: type=1101 audit(1674336367.406:216): pid=1669 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:07 arch-pc systemd[1]: Stopping Session c2 of User lightdm...
Jan 22 02:26:07 arch-pc lightdm[1640]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Jan 22 02:26:07 arch-pc audit[1640]: USER_END pid=1640 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:07 arch-pc audit[1640]: CRED_DISP pid=1640 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:07 arch-pc kernel: audit: type=1106 audit(1674336367.449:217): pid=1640 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:07 arch-pc kernel: audit: type=1104 audit(1674336367.449:218): pid=1640 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:07 arch-pc systemd[1]: session-c2.scope: Deactivated successfully.
Jan 22 02:26:07 arch-pc systemd[1]: Stopped Session c2 of User lightdm.
Jan 22 02:26:07 arch-pc audit[1669]: CRED_ACQ pid=1669 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:07 arch-pc audit[1669]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=b a1=7ffcfd1932f0 a2=4 a3=7ffcfd193004 items=0 ppid=1598 pid=1669 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
Jan 22 02:26:07 arch-pc kernel: audit: type=1103 audit(1674336367.489:219): pid=1669 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:07 arch-pc kernel: audit: type=1006 audit(1674336367.489:220): pid=1669 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Jan 22 02:26:07 arch-pc kernel: audit: type=1300 audit(1674336367.489:220): arch=c000003e syscall=1 success=yes exit=4 a0=b a1=7ffcfd1932f0 a2=4 a3=7ffcfd193004 items=0 ppid=1598 pid=1669 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
Jan 22 02:26:07 arch-pc audit: PROCTITLE proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003135003232
Jan 22 02:26:07 arch-pc lightdm[1669]: pam_unix(lightdm:session): session opened for user pinkolik(uid=1000) by (uid=0)
Jan 22 02:26:07 arch-pc systemd-logind[879]: Removed session c2.
Jan 22 02:26:07 arch-pc systemd[1]: Created slice User Slice of UID 1000.
Jan 22 02:26:07 arch-pc systemd[1]: Starting User Runtime Directory /run/user/1000...
Jan 22 02:26:07 arch-pc systemd-logind[879]: New session 2 of user pinkolik.
Jan 22 02:26:07 arch-pc systemd[1]: Finished User Runtime Directory /run/user/1000.
Jan 22 02:26:07 arch-pc 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'
Jan 22 02:26:07 arch-pc systemd[1]: Starting User Manager for UID 1000...
Jan 22 02:26:07 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.31' (uid=0 pid=1692 comm="(systemd)")
Jan 22 02:26:07 arch-pc dbus-daemon[878]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 22 02:26:07 arch-pc systemd[1692]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 22 02:26:07 arch-pc systemd[1692]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[pinkolik] ruser=[<unknown>] rhost=[<unknown>]
Jan 22 02:26:07 arch-pc audit[1692]: USER_ACCT pid=1692 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="pinkolik" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:07 arch-pc audit[1692]: CRED_ACQ pid=1692 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="pinkolik" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 22 02:26:07 arch-pc audit[1692]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffe0fccaf50 a2=4 a3=7ffe0fccac64 items=0 ppid=1 pid=1692 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jan 22 02:26:07 arch-pc audit: PROCTITLE proctitle="(systemd)"
Jan 22 02:26:07 arch-pc systemd[1692]: pam_unix(systemd-user:session): session opened for user pinkolik(uid=1000) by (uid=0)
Jan 22 02:26:07 arch-pc audit[1692]: USER_START pid=1692 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="pinkolik" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:07 arch-pc systemd[1692]: Queued start job for default target Main User Target.
Jan 22 02:26:07 arch-pc 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'
Jan 22 02:26:07 arch-pc systemd[1692]: Created slice User Application Slice.
Jan 22 02:26:07 arch-pc systemd[1692]: Reached target Paths.
Jan 22 02:26:07 arch-pc systemd[1692]: Reached target Timers.
Jan 22 02:26:07 arch-pc systemd[1692]: Starting D-Bus User Message Bus Socket...
Jan 22 02:26:07 arch-pc systemd[1692]: Listening on GnuPG network certificate management daemon.
Jan 22 02:26:07 arch-pc systemd[1692]: Listening on GCR ssh-agent wrapper.
Jan 22 02:26:07 arch-pc systemd[1692]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 22 02:26:07 arch-pc systemd[1692]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 22 02:26:07 arch-pc systemd[1692]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 22 02:26:07 arch-pc systemd[1692]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 22 02:26:07 arch-pc systemd[1692]: Listening on p11-kit server.
Jan 22 02:26:07 arch-pc systemd[1692]: Listening on PipeWire Multimedia System Socket.
Jan 22 02:26:07 arch-pc systemd[1692]: Listening on Sound System.
Jan 22 02:26:07 arch-pc systemd[1692]: Listening on D-Bus User Message Bus Socket.
Jan 22 02:26:07 arch-pc systemd[1692]: Reached target Sockets.
Jan 22 02:26:07 arch-pc systemd[1692]: Reached target Basic System.
Jan 22 02:26:07 arch-pc systemd[1]: Started User Manager for UID 1000.
Jan 22 02:26:07 arch-pc systemd[1692]: Started AppImageLauncher daemon.
Jan 22 02:26:07 arch-pc systemd[1692]: Reached target Main User Target.
Jan 22 02:26:07 arch-pc systemd[1692]: Startup finished in 81ms.
Jan 22 02:26:07 arch-pc systemd[1]: Started Session 2 of User pinkolik.
Jan 22 02:26:07 arch-pc audit[1669]: USER_START pid=1669 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 02:26:07 arch-pc audit[1669]: USER_LOGIN pid=1669 uid=0 auid=1000 ses=2 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=arch-pc addr=? terminal=/dev/tty7 res=success'
Jan 22 02:26:07 arch-pc NetworkManager[883]: <warn>  [1674336367.7430] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:26:07 arch-pc systemd[1692]: Created slice User Core Session Slice.
Jan 22 02:26:07 arch-pc systemd[1692]: Starting D-Bus User Message Bus...
Jan 22 02:26:07 arch-pc systemd[1692]: Started D-Bus User Message Bus.
Jan 22 02:26:07 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.freedesktop.systemd1'
Jan 22 02:26:07 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=1000 pid=1701 comm="xfce4-session")
Jan 22 02:26:08 arch-pc systemd[1692]: Starting Virtual filesystem service...
Jan 22 02:26:08 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.gtk.vfs.Daemon'
Jan 22 02:26:08 arch-pc systemd[1692]: Started Virtual filesystem service.
Jan 22 02:26:08 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.7' (uid=1000 pid=1701 comm="xfce4-session")
Jan 22 02:26:08 arch-pc systemd[1692]: Starting Accessibility services bus...
Jan 22 02:26:08 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.a11y.Bus'
Jan 22 02:26:08 arch-pc systemd[1692]: Started Accessibility services bus.
Jan 22 02:26:08 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Activating service name='org.xfce.Xfconf' requested by ':1.4' (uid=1000 pid=1701 comm="xfce4-session")
Jan 22 02:26:08 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.xfce.Xfconf'
Jan 22 02:26:08 arch-pc at-spi-bus-launcher[1743]: dbus-daemon[1743]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1701 comm="xfce4-session")
Jan 22 02:26:08 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.33' (uid=1000 pid=1701 comm="xfce4-session")
Jan 22 02:26:08 arch-pc at-spi-bus-launcher[1743]: dbus-daemon[1743]: Successfully activated service 'org.a11y.atspi.Registry'
Jan 22 02:26:08 arch-pc at-spi-bus-launcher[1750]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 22 02:26:08 arch-pc systemd[1]: Starting Authorization Manager...
Jan 22 02:26:08 arch-pc polkitd[1754]: Started polkitd version 122
Jan 22 02:26:08 arch-pc polkitd[1754]: Loading rules from directory /etc/polkit-1/rules.d
Jan 22 02:26:08 arch-pc polkitd[1754]: Loading rules from directory /usr/share/polkit-1/rules.d
Jan 22 02:26:08 arch-pc polkitd[1754]: Finished loading, compiling and executing 8 rules
Jan 22 02:26:08 arch-pc dbus-daemon[878]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jan 22 02:26:08 arch-pc systemd[1]: Started Authorization Manager.
Jan 22 02:26:08 arch-pc polkitd[1754]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jan 22 02:26:08 arch-pc 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'
Jan 22 02:26:08 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Activating service name='org.xfce.ScreenSaver' requested by ':1.4' (uid=1000 pid=1701 comm="xfce4-session")
Jan 22 02:26:08 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.xfce.ScreenSaver'
Jan 22 02:26:08 arch-pc systemd[1692]: Started GnuPG cryptographic agent and passphrase cache.
Jan 22 02:26:08 arch-pc gpg-agent[1777]: gpg-agent (GnuPG) 2.2.40 starting in supervised mode.
Jan 22 02:26:08 arch-pc gpg-agent[1777]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jan 22 02:26:08 arch-pc gpg-agent[1777]: using fd 4 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jan 22 02:26:08 arch-pc gpg-agent[1777]: using fd 5 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jan 22 02:26:08 arch-pc gpg-agent[1777]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jan 22 02:26:08 arch-pc gpg-agent[1777]: listening on: std=3 extra=6 browser=4 ssh=5
Jan 22 02:26:08 arch-pc systemd[1692]: Started GnuPG cryptographic agent and passphrase cache.
Jan 22 02:26:08 arch-pc gpg-agent[1780]: gpg-agent (GnuPG) 2.2.40 starting in supervised mode.
Jan 22 02:26:08 arch-pc gpg-agent[1780]: using fd 3 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jan 22 02:26:08 arch-pc gpg-agent[1780]: using fd 4 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jan 22 02:26:08 arch-pc gpg-agent[1780]: using fd 5 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jan 22 02:26:08 arch-pc gpg-agent[1780]: using fd 6 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jan 22 02:26:08 arch-pc gpg-agent[1780]: listening on: std=3 extra=6 browser=4 ssh=5
Jan 22 02:26:08 arch-pc systemd[1692]: Starting Sound Service...
Jan 22 02:26:08 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.36' (uid=1000 pid=1806 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Jan 22 02:26:08 arch-pc systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jan 22 02:26:08 arch-pc dbus-daemon[878]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Successfully called chroot.
Jan 22 02:26:08 arch-pc 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'
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Successfully dropped privileges.
Jan 22 02:26:08 arch-pc systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Successfully limited resources.
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Canary thread running.
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Running.
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Watchdog thread running.
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Successfully made thread 1806 of process 1806 owned by '1000' high priority at nice level -11.
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Supervising 1 threads of 1 processes of 1 users.
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Supervising 1 threads of 1 processes of 1 users.
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Successfully made thread 1811 of process 1806 owned by '1000' RT at priority 5.
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Supervising 2 threads of 1 processes of 1 users.
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Supervising 2 threads of 1 processes of 1 users.
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Successfully made thread 1813 of process 1806 owned by '1000' RT at priority 5.
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Supervising 3 threads of 1 processes of 1 users.
Jan 22 02:26:08 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Activating via systemd: service name='org.freedesktop.thumbnails.Thumbnailer1' unit='tumblerd.service' requested by ':1.19' (uid=1000 pid=1824 comm="xfdesktop")
Jan 22 02:26:08 arch-pc systemd[1692]: Starting Thumbnailing service...
Jan 22 02:26:08 arch-pc polkitd[1754]: Registered Authentication Agent for unix-session:2 (system bus name :1.41 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jan 22 02:26:08 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.42' (uid=1000 pid=1827 comm="xfce4-power-manager")
Jan 22 02:26:08 arch-pc audit: BPF prog-id=41 op=LOAD
Jan 22 02:26:08 arch-pc audit: BPF prog-id=42 op=LOAD
Jan 22 02:26:08 arch-pc systemd[1]: Starting Daemon for power management...
Jan 22 02:26:08 arch-pc rtkit-daemon[1807]: Supervising 3 threads of 1 processes of 1 users.
Jan 22 02:26:09 arch-pc NetworkManager[883]: <info>  [1674336369.0187] agent-manager: agent[f758aeedce12e1d0,:1.43/org.freedesktop.nm-applet/1000]: agent registered
Jan 22 02:26:09 arch-pc rtkit-daemon[1807]: Successfully made thread 1865 of process 1806 owned by '1000' RT at priority 5.
Jan 22 02:26:09 arch-pc rtkit-daemon[1807]: Supervising 4 threads of 1 processes of 1 users.
Jan 22 02:26:09 arch-pc rtkit-daemon[1807]: Supervising 4 threads of 1 processes of 1 users.
Jan 22 02:26:09 arch-pc rtkit-daemon[1807]: Successfully made thread 1886 of process 1806 owned by '1000' RT at priority 5.
Jan 22 02:26:09 arch-pc rtkit-daemon[1807]: Supervising 5 threads of 1 processes of 1 users.
Jan 22 02:26:09 arch-pc dbus-daemon[878]: [system] Successfully activated service 'org.freedesktop.UPower'
Jan 22 02:26:09 arch-pc systemd[1]: Started Daemon for power management.
Jan 22 02:26:09 arch-pc 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'
Jan 22 02:26:09 arch-pc pulseaudio[1806]: stat('/etc/pulse/default.pa.d'): No such file or directory
Jan 22 02:26:09 arch-pc systemd[1692]: Started Sound Service.
Jan 22 02:26:09 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.26' (uid=1000 pid=1832 comm="/usr/lib/tumbler-1/tumblerd")
Jan 22 02:26:09 arch-pc systemd[1692]: Starting Virtual filesystem service - disk device monitor...
Jan 22 02:26:09 arch-pc pkexec[1904]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jan 22 02:26:09 arch-pc audit[1904]: USER_START pid=1904 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:09 arch-pc pkexec[1904]: pinkolik: Executing command [USER=root] [TTY=unknown] [CWD=/home/pinkolik] [COMMAND=/usr/bin/xfpm-power-backlight-helper --set-brightness-switch 0]
Jan 22 02:26:09 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.49' (uid=1000 pid=1901 comm="/usr/lib/gvfs-udisks2-volume-monitor")
Jan 22 02:26:09 arch-pc systemd[1]: Starting Disk Manager...
Jan 22 02:26:09 arch-pc pkexec[1911]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jan 22 02:26:09 arch-pc audit[1911]: USER_START pid=1911 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:09 arch-pc pkexec[1911]: pinkolik: Executing command [USER=root] [TTY=unknown] [CWD=/home/pinkolik] [COMMAND=/usr/bin/xfpm-power-backlight-helper --set-brightness-switch 0]
Jan 22 02:26:09 arch-pc udisksd[1914]: udisks daemon version 2.9.4 starting
Jan 22 02:26:09 arch-pc dbus-daemon[878]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jan 22 02:26:09 arch-pc systemd[1]: Started Disk Manager.
Jan 22 02:26:09 arch-pc 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'
Jan 22 02:26:09 arch-pc udisksd[1914]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jan 22 02:26:09 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Jan 22 02:26:09 arch-pc systemd[1692]: Started Virtual filesystem service - disk device monitor.
Jan 22 02:26:09 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
Jan 22 02:26:09 arch-pc systemd[1692]: Started Thumbnailing service.
Jan 22 02:26:09 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.19' (uid=1000 pid=1824 comm="xfdesktop")
Jan 22 02:26:09 arch-pc systemd[1692]: Starting Virtual filesystem metadata service...
Jan 22 02:26:09 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.gtk.vfs.Metadata'
Jan 22 02:26:09 arch-pc systemd[1692]: Started Virtual filesystem metadata service.
Jan 22 02:26:09 arch-pc NetworkManager[883]: <warn>  [1674336369.7441] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:26:09 arch-pc wpa_supplicant[1597]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=26000
Jan 22 02:26:11 arch-pc NetworkManager[883]: <warn>  [1674336371.7449] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:26:13 arch-pc NetworkManager[883]: <warn>  [1674336373.7457] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:26:15 arch-pc NetworkManager[883]: <warn>  [1674336375.7466] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:26:15 arch-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 22 02:26:15 arch-pc 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'
Jan 22 02:26:15 arch-pc kernel: kauditd_printk_skb: 19 callbacks suppressed
Jan 22 02:26:15 arch-pc kernel: audit: type=1131 audit(1674336375.839:237): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:15 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=95.216.195.133 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=1739 DF PROTO=TCP SPT=42448 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 02:26:17 arch-pc systemd[1]: Stopping User Manager for UID 972...
Jan 22 02:26:17 arch-pc systemd[1432]: Activating special unit Exit the Session...
Jan 22 02:26:17 arch-pc systemd[1432]: Stopped target Bluetooth.
Jan 22 02:26:17 arch-pc systemd[1432]: Stopped target Main User Target.
Jan 22 02:26:17 arch-pc systemd[1432]: Stopped target Sound Card.
Jan 22 02:26:17 arch-pc systemd[1432]: Stopping Accessibility services bus...
Jan 22 02:26:17 arch-pc gvfsd[1464]: A connection to the bus can't be made
Jan 22 02:26:17 arch-pc systemd[1432]: Stopping D-Bus User Message Bus...
Jan 22 02:26:17 arch-pc systemd[1432]: Stopping Virtual filesystem service...
Jan 22 02:26:17 arch-pc systemd[1432]: Stopped Accessibility services bus.
Jan 22 02:26:17 arch-pc systemd[1432]: Stopped D-Bus User Message Bus.
Jan 22 02:26:17 arch-pc systemd[1]: run-user-972-gvfs.mount: Deactivated successfully.
Jan 22 02:26:17 arch-pc systemd[1432]: Stopped Virtual filesystem service.
Jan 22 02:26:17 arch-pc systemd[1432]: Removed slice User Core Session Slice.
Jan 22 02:26:17 arch-pc systemd[1432]: Stopped target Basic System.
Jan 22 02:26:17 arch-pc systemd[1432]: Stopped target Paths.
Jan 22 02:26:17 arch-pc systemd[1432]: Stopped target Sockets.
Jan 22 02:26:17 arch-pc systemd[1432]: Stopped target Timers.
Jan 22 02:26:17 arch-pc systemd[1432]: Closed D-Bus User Message Bus Socket.
Jan 22 02:26:17 arch-pc systemd[1432]: Closed GnuPG network certificate management daemon.
Jan 22 02:26:17 arch-pc systemd[1432]: Closed GCR ssh-agent wrapper.
Jan 22 02:26:17 arch-pc systemd[1432]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 22 02:26:17 arch-pc systemd[1432]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jan 22 02:26:17 arch-pc systemd[1432]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jan 22 02:26:17 arch-pc systemd[1432]: Closed GnuPG cryptographic agent and passphrase cache.
Jan 22 02:26:17 arch-pc systemd[1432]: Closed p11-kit server.
Jan 22 02:26:17 arch-pc systemd[1432]: Closed PipeWire Multimedia System Socket.
Jan 22 02:26:17 arch-pc systemd[1432]: Closed Sound System.
Jan 22 02:26:17 arch-pc systemd[1432]: Removed slice User Application Slice.
Jan 22 02:26:17 arch-pc systemd[1432]: Reached target Shutdown.
Jan 22 02:26:17 arch-pc systemd[1432]: Finished Exit the Session.
Jan 22 02:26:17 arch-pc systemd[1432]: Reached target Exit the Session.
Jan 22 02:26:17 arch-pc systemd[1433]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Jan 22 02:26:17 arch-pc systemd[1]: user@972.service: Deactivated successfully.
Jan 22 02:26:17 arch-pc systemd[1]: Stopped User Manager for UID 972.
Jan 22 02:26:17 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:17 arch-pc kernel: audit: type=1131 audit(1674336377.699:238): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:17 arch-pc NetworkManager[883]: <warn>  [1674336377.7466] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:26:17 arch-pc systemd[1]: Stopping User Runtime Directory /run/user/972...
Jan 22 02:26:17 arch-pc systemd[1]: run-user-972.mount: Deactivated successfully.
Jan 22 02:26:17 arch-pc systemd[1]: user-runtime-dir@972.service: Deactivated successfully.
Jan 22 02:26:17 arch-pc systemd[1]: Stopped User Runtime Directory /run/user/972.
Jan 22 02:26:17 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:17 arch-pc kernel: audit: type=1131 audit(1674336377.813:239): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:17 arch-pc systemd[1]: Removed slice User Slice of UID 972.
Jan 22 02:26:25 arch-pc systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jan 22 02:26:25 arch-pc 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'
Jan 22 02:26:25 arch-pc kernel: audit: type=1131 audit(1674336385.163:240): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:25 arch-pc audit: BPF prog-id=0 op=UNLOAD
Jan 22 02:26:25 arch-pc audit: BPF prog-id=0 op=UNLOAD
Jan 22 02:26:25 arch-pc audit: BPF prog-id=0 op=UNLOAD
Jan 22 02:26:25 arch-pc kernel: audit: type=1334 audit(1674336385.289:241): prog-id=0 op=UNLOAD
Jan 22 02:26:25 arch-pc kernel: audit: type=1334 audit(1674336385.289:242): prog-id=0 op=UNLOAD
Jan 22 02:26:25 arch-pc kernel: audit: type=1334 audit(1674336385.289:243): prog-id=0 op=UNLOAD
Jan 22 02:26:26 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=883 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 02:26:26 arch-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 22 02:26:26 arch-pc dbus-daemon[878]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 22 02:26:26 arch-pc systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 22 02:26:26 arch-pc 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'
Jan 22 02:26:26 arch-pc kernel: audit: type=1130 audit(1674336386.826:244): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:27 arch-pc NetworkManager[883]: <warn>  [1674336387.7474] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:26:29 arch-pc NetworkManager[883]: <warn>  [1674336389.7486] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:26:31 arch-pc NetworkManager[883]: <warn>  [1674336391.7488] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:26:33 arch-pc NetworkManager[883]: <warn>  [1674336393.7490] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:26:35 arch-pc NetworkManager[883]: <warn>  [1674336395.7499] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:26:36 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=95.216.195.133 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=3588 DF PROTO=TCP SPT=45754 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 02:26:36 arch-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 22 02:26:36 arch-pc 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'
Jan 22 02:26:36 arch-pc kernel: audit: type=1131 audit(1674336396.863:245): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:26:37 arch-pc NetworkManager[883]: <warn>  [1674336397.7514] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:26:37 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:26:39 arch-pc NetworkManager[883]: <warn>  [1674336399.7514] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:26:49 arch-pc NetworkManager[883]: <warn>  [1674336409.7534] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:26:51 arch-pc NetworkManager[883]: <warn>  [1674336411.7544] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:26:53 arch-pc NetworkManager[883]: <warn>  [1674336413.7558] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:26:55 arch-pc NetworkManager[883]: <warn>  [1674336415.7564] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:26:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=329 TOS=0x00 PREC=0x00 TTL=64 ID=63219 DF PROTO=UDP SPT=49486 DPT=21027 LEN=309 
Jan 22 02:26:57 arch-pc NetworkManager[883]: <warn>  [1674336417.7587] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:26:59 arch-pc NetworkManager[883]: <warn>  [1674336419.7618] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:27:01 arch-pc NetworkManager[883]: <warn>  [1674336421.7635] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:27:07 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:27:11 arch-pc NetworkManager[883]: <warn>  [1674336431.7644] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:27:13 arch-pc NetworkManager[883]: <warn>  [1674336433.7649] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:27:13 arch-pc syncthing[888]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
Jan 22 02:27:15 arch-pc NetworkManager[883]: <warn>  [1674336435.7657] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:27:16 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=95.216.195.133 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=45169 DF PROTO=TCP SPT=44388 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 02:27:17 arch-pc NetworkManager[883]: <warn>  [1674336437.7667] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:27:19 arch-pc NetworkManager[883]: <warn>  [1674336439.7669] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:27:21 arch-pc NetworkManager[883]: <warn>  [1674336441.7673] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:27:23 arch-pc NetworkManager[883]: <warn>  [1674336443.7681] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:27:33 arch-pc NetworkManager[883]: <warn>  [1674336453.7738] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:27:35 arch-pc NetworkManager[883]: <warn>  [1674336455.7743] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:27:37 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:27:37 arch-pc NetworkManager[883]: <warn>  [1674336457.7766] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:27:39 arch-pc NetworkManager[883]: <warn>  [1674336459.7797] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:27:41 arch-pc NetworkManager[883]: <warn>  [1674336461.7808] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:27:43 arch-pc NetworkManager[883]: <warn>  [1674336463.7839] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:27:43 arch-pc syncthing[888]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) shutting down
Jan 22 02:27:45 arch-pc NetworkManager[883]: <warn>  [1674336465.7866] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:27:45 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=139.59.84.212 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=54498 DF PROTO=TCP SPT=22000 DPT=443 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 02:27:49 arch-pc kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=01:00:5e:00:00:01:f8:f0:82:b2:8c:4e:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=12259 PROTO=2 
Jan 22 02:27:55 arch-pc systemd[1]: libvirtd.service: Deactivated successfully.
Jan 22 02:27:55 arch-pc systemd[1]: libvirtd.service: Unit process 1022 (dnsmasq) remains running after unit stopped.
Jan 22 02:27:55 arch-pc systemd[1]: libvirtd.service: Unit process 1023 (dnsmasq) remains running after unit stopped.
Jan 22 02:27:55 arch-pc systemd[1]: libvirtd.service: Unit process 1060 (dnsmasq) remains running after unit stopped.
Jan 22 02:27:55 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:27:55 arch-pc kernel: audit: type=1131 audit(1674336475.276:246): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:27:55 arch-pc NetworkManager[883]: <warn>  [1674336475.7902] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:27:55 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=198.211.120.59 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=16058 DF PROTO=TCP SPT=38886 DPT=443 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 02:27:57 arch-pc NetworkManager[883]: <warn>  [1674336477.7931] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:27:59 arch-pc NetworkManager[883]: <warn>  [1674336479.7940] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:28:01 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.57' (uid=0 pid=2131 comm="sudo systemctl start openvpn-client@pc")
Jan 22 02:28:01 arch-pc dbus-daemon[878]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 22 02:28:01 arch-pc sudo[2131]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 22 02:28:01 arch-pc NetworkManager[883]: <warn>  [1674336481.7969] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:28:03 arch-pc NetworkManager[883]: <warn>  [1674336483.7998] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:28:04 arch-pc audit[2131]: USER_AUTH pid=2131 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="pinkolik" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 02:28:04 arch-pc audit[2131]: USER_ACCT pid=2131 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="pinkolik" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 02:28:04 arch-pc sudo[2131]: pinkolik : TTY=pts/1 ; PWD=/home/pinkolik ; USER=root ; COMMAND=/usr/bin/systemctl start openvpn-client@pc
Jan 22 02:28:04 arch-pc audit[2131]: CRED_REFR pid=2131 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 02:28:04 arch-pc audit[2131]: USER_START pid=2131 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 02:28:04 arch-pc sudo[2131]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Jan 22 02:28:04 arch-pc kernel: audit: type=1100 audit(1674336484.293:247): pid=2131 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="pinkolik" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 02:28:04 arch-pc kernel: audit: type=1101 audit(1674336484.293:248): pid=2131 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="pinkolik" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 02:28:04 arch-pc kernel: audit: type=1110 audit(1674336484.293:249): pid=2131 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 02:28:04 arch-pc kernel: audit: type=1105 audit(1674336484.293:250): pid=2131 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 02:28:04 arch-pc systemd[1]: Created slice Slice /system/openvpn-client.
Jan 22 02:28:04 arch-pc kernel: audit: type=1334 audit(1674336484.423:251): prog-id=43 op=LOAD
Jan 22 02:28:04 arch-pc audit: BPF prog-id=43 op=LOAD
Jan 22 02:28:04 arch-pc systemd[1]: Starting OpenVPN tunnel for pc...
Jan 22 02:28:04 arch-pc openvpn[2134]: Unrecognized option or missing or extra parameter(s) in pc.conf:19: block-outside-dns (2.5.8)
Jan 22 02:28:04 arch-pc openvpn[2134]: OpenVPN 2.5.8 [git:makepkg/0357ceb877687faa+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Nov  1 2022
Jan 22 02:28:04 arch-pc openvpn[2134]: library versions: OpenSSL 3.0.7 1 Nov 2022, LZO 2.10
Jan 22 02:28:04 arch-pc openvpn[2134]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Jan 22 02:28:04 arch-pc systemd[1]: Started OpenVPN tunnel for pc.
Jan 22 02:28:04 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openvpn-client@pc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:28:04 arch-pc sudo[2131]: pam_unix(sudo:session): session closed for user root
Jan 22 02:28:04 arch-pc audit[2131]: USER_END pid=2131 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 02:28:04 arch-pc audit[2131]: CRED_DISP pid=2131 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 02:28:04 arch-pc openvpn[2134]: Outgoing Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
Jan 22 02:28:04 arch-pc openvpn[2134]: Outgoing Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
Jan 22 02:28:04 arch-pc openvpn[2134]: Incoming Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
Jan 22 02:28:04 arch-pc openvpn[2134]: Incoming Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
Jan 22 02:28:04 arch-pc openvpn[2134]: TCP/UDP: Preserving recently used remote address: [AF_INET]23.137.249.219:1194
Jan 22 02:28:04 arch-pc openvpn[2134]: Socket Buffers: R=[212992->212992] S=[212992->212992]
Jan 22 02:28:04 arch-pc openvpn[2134]: UDP link local: (not bound)
Jan 22 02:28:04 arch-pc openvpn[2134]: UDP link remote: [AF_INET]23.137.249.219:1194
Jan 22 02:28:04 arch-pc kernel: audit: type=1130 audit(1674336484.486:252): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openvpn-client@pc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:28:04 arch-pc kernel: audit: type=1106 audit(1674336484.486:253): pid=2131 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 02:28:04 arch-pc kernel: audit: type=1104 audit(1674336484.486:254): pid=2131 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 02:28:04 arch-pc openvpn[2134]: TLS: Initial packet from [AF_INET]23.137.249.219:1194, sid=220573b4 99d89b9e
Jan 22 02:28:04 arch-pc openvpn[2134]: VERIFY OK: depth=1, CN=cn_rxYpcTbFfinmNi8i
Jan 22 02:28:04 arch-pc openvpn[2134]: VERIFY KU OK
Jan 22 02:28:04 arch-pc openvpn[2134]: Validating certificate extended key usage
Jan 22 02:28:04 arch-pc openvpn[2134]: ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Jan 22 02:28:04 arch-pc openvpn[2134]: VERIFY EKU OK
Jan 22 02:28:04 arch-pc openvpn[2134]: VERIFY X509NAME OK: CN=server_Tuw32WK3PChQ0xn9
Jan 22 02:28:04 arch-pc openvpn[2134]: VERIFY OK: depth=0, CN=server_Tuw32WK3PChQ0xn9
Jan 22 02:28:04 arch-pc openvpn[2134]: Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 256 bit EC, curve prime256v1, signature: ecdsa-with-SHA256
Jan 22 02:28:04 arch-pc openvpn[2134]: [server_Tuw32WK3PChQ0xn9] Peer Connection Initiated with [AF_INET]23.137.249.219:1194
Jan 22 02:28:05 arch-pc NetworkManager[883]: <warn>  [1674336485.8002] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:28:05 arch-pc openvpn[2134]: SENT CONTROL [server_Tuw32WK3PChQ0xn9]: 'PUSH_REQUEST' (status=1)
Jan 22 02:28:06 arch-pc openvpn[2134]: PUSH: Received control message: 'PUSH_REPLY,dhcp-option DNS 94.140.14.14,dhcp-option DNS 94.140.15.15,redirect-gateway def1 bypass-dhcp,route-gateway 10.8.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.8.0.2 255.255.255.0,peer-id 1,cipher AES-128-GCM'
Jan 22 02:28:06 arch-pc openvpn[2134]: OPTIONS IMPORT: timers and/or timeouts modified
Jan 22 02:28:06 arch-pc openvpn[2134]: OPTIONS IMPORT: --ifconfig/up options modified
Jan 22 02:28:06 arch-pc openvpn[2134]: OPTIONS IMPORT: route options modified
Jan 22 02:28:06 arch-pc openvpn[2134]: OPTIONS IMPORT: route-related options modified
Jan 22 02:28:06 arch-pc openvpn[2134]: OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Jan 22 02:28:06 arch-pc openvpn[2134]: OPTIONS IMPORT: peer-id set
Jan 22 02:28:06 arch-pc openvpn[2134]: OPTIONS IMPORT: adjusting link_mtu to 1624
Jan 22 02:28:06 arch-pc openvpn[2134]: OPTIONS IMPORT: data channel crypto options modified
Jan 22 02:28:06 arch-pc openvpn[2134]: Outgoing Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key
Jan 22 02:28:06 arch-pc openvpn[2134]: Incoming Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key
Jan 22 02:28:06 arch-pc openvpn[2134]: net_route_v4_best_gw query: dst 0.0.0.0
Jan 22 02:28:06 arch-pc openvpn[2134]: net_route_v4_best_gw result: via 192.168.1.1 dev wlp0s20f3
Jan 22 02:28:06 arch-pc openvpn[2134]: ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=wlp0s20f3 HWADDR=00:93:37:eb:5b:9f
Jan 22 02:28:06 arch-pc openvpn[2134]: TUN/TAP device tun0 opened
Jan 22 02:28:06 arch-pc openvpn[2134]: net_iface_mtu_set: mtu 1500 for tun0
Jan 22 02:28:06 arch-pc openvpn[2134]: net_iface_up: set tun0 up
Jan 22 02:28:06 arch-pc openvpn[2134]: net_addr_v4_add: 10.8.0.2/24 dev tun0
Jan 22 02:28:06 arch-pc openvpn[2134]: /etc/openvpn/update-resolv-conf.sh tun0 1500 1624 10.8.0.2 255.255.255.0 init
Jan 22 02:28:06 arch-pc kernel: tun: Universal TUN/TAP device driver, 1.6
Jan 22 02:28:06 arch-pc NetworkManager[883]: <info>  [1674336486.0066] manager: (tun0): new Tun device (/org/freedesktop/NetworkManager/Devices/10)
Jan 22 02:28:06 arch-pc openvpn[2153]: dhcp-option DNS 94.140.14.14
Jan 22 02:28:06 arch-pc openvpn[2153]: dhcp-option DNS 94.140.15.15
Jan 22 02:28:06 arch-pc NetworkManager[883]: <info>  [1674336486.0105] device (tun0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 02:28:06 arch-pc NetworkManager[883]: <info>  [1674336486.0107] device (tun0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 02:28:06 arch-pc NetworkManager[883]: <info>  [1674336486.0109] device (tun0): Activation: starting connection 'tun0' (a2a03b9f-d267-4207-a422-e4814cfa457e)
Jan 22 02:28:06 arch-pc NetworkManager[883]: <info>  [1674336486.0109] device (tun0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 22 02:28:06 arch-pc NetworkManager[883]: <info>  [1674336486.0110] device (tun0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 22 02:28:06 arch-pc NetworkManager[883]: <info>  [1674336486.0112] device (tun0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 22 02:28:06 arch-pc NetworkManager[883]: <info>  [1674336486.0118] device (tun0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 22 02:28:06 arch-pc dbus-daemon[878]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=883 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 02:28:06 arch-pc dnsmasq[1060]: reading /etc/resolv.conf
Jan 22 02:28:06 arch-pc dnsmasq[1060]: using nameserver 94.140.14.14#53
Jan 22 02:28:06 arch-pc dnsmasq[1022]: reading /etc/resolv.conf
Jan 22 02:28:06 arch-pc dnsmasq[1060]: using nameserver 94.140.15.15#53
Jan 22 02:28:06 arch-pc dnsmasq[1022]: using nameserver 94.140.14.14#53
Jan 22 02:28:06 arch-pc dnsmasq[1022]: using nameserver 94.140.15.15#53
Jan 22 02:28:06 arch-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 22 02:28:06 arch-pc dbus-daemon[878]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 22 02:28:06 arch-pc systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 22 02:28:06 arch-pc 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'
Jan 22 02:28:06 arch-pc kernel: audit: type=1130 audit(1674336486.063:255): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:28:06 arch-pc NetworkManager[883]: <info>  [1674336486.0699] device (tun0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 22 02:28:06 arch-pc NetworkManager[883]: <info>  [1674336486.0700] device (tun0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 22 02:28:06 arch-pc NetworkManager[883]: <info>  [1674336486.0703] device (tun0): Activation: successful, device activated.
Jan 22 02:28:06 arch-pc openvpn[2134]: net_route_v4_add: 23.137.249.219/32 via 192.168.1.1 dev [NULL] table 0 metric -1
Jan 22 02:28:06 arch-pc openvpn[2134]: net_route_v4_add: 0.0.0.0/1 via 10.8.0.1 dev [NULL] table 0 metric -1
Jan 22 02:28:06 arch-pc openvpn[2134]: net_route_v4_add: 128.0.0.0/1 via 10.8.0.1 dev [NULL] table 0 metric -1
Jan 22 02:28:06 arch-pc openvpn[2134]: Initialization Sequence Completed
Jan 22 02:28:06 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.51' (uid=1000 pid=2241 comm="/usr/lib/firefox/firefox")
Jan 22 02:28:06 arch-pc systemd[1692]: Starting Portal service...
Jan 22 02:28:06 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.53' (uid=1000 pid=2307 comm="/usr/lib/xdg-desktop-portal")
Jan 22 02:28:06 arch-pc systemd[1692]: Starting flatpak document portal service...
Jan 22 02:28:06 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.54' (uid=1000 pid=2311 comm="/usr/lib/xdg-document-portal")
Jan 22 02:28:06 arch-pc systemd[1692]: Starting sandboxed app permission store...
Jan 22 02:28:06 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Jan 22 02:28:06 arch-pc systemd[1692]: Started sandboxed app permission store.
Jan 22 02:28:06 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.freedesktop.portal.Documents'
Jan 22 02:28:06 arch-pc systemd[1692]: Started flatpak document portal service.
Jan 22 02:28:06 arch-pc xdg-document-portal[2311]: Ignoring invalid max threads value 4294967295 > max (100000).
Jan 22 02:28:06 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.53' (uid=1000 pid=2307 comm="/usr/lib/xdg-desktop-portal")
Jan 22 02:28:06 arch-pc systemd[1692]: Starting Portal service (GTK/GNOME implementation)...
Jan 22 02:28:06 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Jan 22 02:28:06 arch-pc systemd[1692]: Started Portal service (GTK/GNOME implementation).
Jan 22 02:28:06 arch-pc rtkit-daemon[1807]: Supervising 5 threads of 1 processes of 1 users.
Jan 22 02:28:06 arch-pc rtkit-daemon[1807]: Supervising 5 threads of 1 processes of 1 users.
Jan 22 02:28:06 arch-pc rtkit-daemon[1807]: Supervising 5 threads of 1 processes of 1 users.
Jan 22 02:28:06 arch-pc systemd[1692]: Started PipeWire Multimedia Service.
Jan 22 02:28:06 arch-pc pipewire[2331]: mod.rt: Can't find org.freedesktop.portal.Desktop. Is xdg-desktop-portal running?
Jan 22 02:28:06 arch-pc pipewire[2331]: mod.rt: found session bus but no portal
Jan 22 02:28:06 arch-pc rtkit-daemon[1807]: Successfully made thread 2331 of process 2331 owned by '1000' high priority at nice level -11.
Jan 22 02:28:06 arch-pc rtkit-daemon[1807]: Supervising 6 threads of 2 processes of 1 users.
Jan 22 02:28:06 arch-pc rtkit-daemon[1807]: Supervising 6 threads of 2 processes of 1 users.
Jan 22 02:28:06 arch-pc rtkit-daemon[1807]: Supervising 6 threads of 2 processes of 1 users.
Jan 22 02:28:06 arch-pc rtkit-daemon[1807]: Successfully made thread 2333 of process 2331 owned by '1000' RT at priority 20.
Jan 22 02:28:06 arch-pc rtkit-daemon[1807]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 02:28:06 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.freedesktop.portal.Desktop'
Jan 22 02:28:06 arch-pc systemd[1692]: Started Portal service.
Jan 22 02:28:07 arch-pc rtkit-daemon[1807]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 02:28:07 arch-pc rtkit-daemon[1807]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 02:28:07 arch-pc rtkit-daemon[1807]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 02:28:07 arch-pc rtkit-daemon[1807]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 02:28:07 arch-pc rtkit-daemon[1807]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 02:28:07 arch-pc rtkit-daemon[1807]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 02:28:07 arch-pc rtkit-daemon[1807]: Successfully made thread 2475 of process 2241 owned by '1000' RT at priority 10.
Jan 22 02:28:07 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:28:07 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:28:07 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:28:07 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:28:07 arch-pc NetworkManager[883]: <warn>  [1674336487.8011] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:28:08 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:28:08 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:28:08 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:28:08 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:28:08 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:28:08 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:28:09 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:28:09 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:28:11 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:28:11 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:28:12 arch-pc openvpn[2134]: AEAD Decrypt error: bad packet ID (may be a replay): [ #335 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
Jan 22 02:28:15 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=95.216.195.133 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=26418 DF PROTO=TCP SPT=37698 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 02:28:15 arch-pc syncthing[888]: [J2GOJ] INFO: Established secure connection to IZSF4SR-ISMG2BB-V7Z6YMS-T3YK2LX-HVUVRIZ-5HYFJR2-W6GRESL-KCVNPAE at 10.8.0.2:44808-10.8.1.1:22000/tcp-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256
Jan 22 02:28:15 arch-pc syncthing[888]: [J2GOJ] INFO: Device IZSF4SR-ISMG2BB-V7Z6YMS-T3YK2LX-HVUVRIZ-5HYFJR2-W6GRESL-KCVNPAE client is "syncthing v1.23.0" named "syncthing" at 10.8.0.2:44808-10.8.1.1:22000/tcp-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256
Jan 22 02:28:16 arch-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 22 02:28:16 arch-pc 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'
Jan 22 02:28:16 arch-pc kernel: audit: type=1131 audit(1674336496.103:256): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 02:28:17 arch-pc NetworkManager[883]: <warn>  [1674336497.8016] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:28:19 arch-pc NetworkManager[883]: <warn>  [1674336499.8021] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:28:21 arch-pc NetworkManager[883]: <warn>  [1674336501.8030] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:28:23 arch-pc NetworkManager[883]: <warn>  [1674336503.8043] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:28:25 arch-pc NetworkManager[883]: <warn>  [1674336505.8040] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:28:27 arch-pc NetworkManager[883]: <warn>  [1674336507.8046] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:28:29 arch-pc openvpn[2134]: AEAD Decrypt error: bad packet ID (may be a replay): [ #353 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
Jan 22 02:28:29 arch-pc NetworkManager[883]: <warn>  [1674336509.8047] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:28:31 arch-pc systemd-timesyncd[741]: Contacted time server 185.232.69.65:123 (0.arch.pool.ntp.org).
Jan 22 02:28:31 arch-pc systemd-timesyncd[741]: Initial clock synchronization to Sun 2023-01-22 02:28:31.777665 +05.
Jan 22 02:28:37 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:28:39 arch-pc NetworkManager[883]: <warn>  [1674336519.8060] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:28:41 arch-pc NetworkManager[883]: <warn>  [1674336521.8075] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:28:43 arch-pc NetworkManager[883]: <warn>  [1674336523.8103] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:28:45 arch-pc NetworkManager[883]: <warn>  [1674336525.8130] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:28:47 arch-pc NetworkManager[883]: <warn>  [1674336527.8138] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:28:49 arch-pc NetworkManager[883]: <warn>  [1674336529.8172] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:28:51 arch-pc NetworkManager[883]: <warn>  [1674336531.8197] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:28:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=17192 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:28:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=10.0.2.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=873 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:29:01 arch-pc NetworkManager[883]: <warn>  [1674336541.8227] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:29:03 arch-pc NetworkManager[883]: <warn>  [1674336543.8255] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:29:05 arch-pc NetworkManager[883]: <warn>  [1674336545.8262] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:29:07 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:29:07 arch-pc NetworkManager[883]: <warn>  [1674336547.8270] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:29:09 arch-pc NetworkManager[883]: <warn>  [1674336549.8293] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:29:11 arch-pc NetworkManager[883]: <warn>  [1674336551.8297] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:29:13 arch-pc NetworkManager[883]: <warn>  [1674336553.8322] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:29:23 arch-pc NetworkManager[883]: <warn>  [1674336563.8337] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:29:25 arch-pc NetworkManager[883]: <warn>  [1674336565.8363] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:29:26 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=24278 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:29:27 arch-pc NetworkManager[883]: <warn>  [1674336567.8391] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:29:29 arch-pc NetworkManager[883]: <warn>  [1674336569.8399] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:29:31 arch-pc NetworkManager[883]: <warn>  [1674336571.8427] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:29:33 arch-pc NetworkManager[883]: <warn>  [1674336573.8458] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:29:35 arch-pc NetworkManager[883]: <warn>  [1674336575.8462] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:29:37 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:29:45 arch-pc NetworkManager[883]: <warn>  [1674336585.8516] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:29:47 arch-pc NetworkManager[883]: <warn>  [1674336587.8521] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:29:49 arch-pc NetworkManager[883]: <warn>  [1674336589.8550] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:29:51 arch-pc NetworkManager[883]: <warn>  [1674336591.8572] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:29:53 arch-pc NetworkManager[883]: <warn>  [1674336593.8579] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:29:54 arch-pc kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=01:00:5e:00:00:01:f8:f0:82:b2:8c:4e:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=62998 PROTO=2 
Jan 22 02:29:55 arch-pc NetworkManager[883]: <warn>  [1674336595.8607] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:29:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=29161 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:29:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=10.0.2.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=8151 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:29:57 arch-pc NetworkManager[883]: <warn>  [1674336597.8632] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:30:07 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:30:07 arch-pc NetworkManager[883]: <warn>  [1674336607.8663] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:30:09 arch-pc NetworkManager[883]: <warn>  [1674336609.8669] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:30:11 arch-pc NetworkManager[883]: <warn>  [1674336611.8679] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:30:13 arch-pc NetworkManager[883]: <warn>  [1674336613.8703] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:30:15 arch-pc NetworkManager[883]: <warn>  [1674336615.8716] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:30:17 arch-pc NetworkManager[883]: <warn>  [1674336617.8724] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:30:19 arch-pc NetworkManager[883]: <warn>  [1674336619.8732] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:30:20 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=95.216.195.133 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=43031 DF PROTO=TCP SPT=43062 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 02:30:29 arch-pc NetworkManager[883]: <warn>  [1674336629.8743] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:30:31 arch-pc NetworkManager[883]: <warn>  [1674336631.8749] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:30:33 arch-pc NetworkManager[883]: <warn>  [1674336633.8756] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:30:35 arch-pc NetworkManager[883]: <warn>  [1674336635.8763] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:30:36 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=95.216.195.133 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=43035 DF PROTO=TCP SPT=43062 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 02:30:37 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:30:37 arch-pc NetworkManager[883]: <warn>  [1674336637.8768] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:30:39 arch-pc NetworkManager[883]: <warn>  [1674336639.8775] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:30:41 arch-pc NetworkManager[883]: <warn>  [1674336641.8782] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:30:51 arch-pc NetworkManager[883]: <warn>  [1674336651.8802] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:30:53 arch-pc NetworkManager[883]: <warn>  [1674336653.8810] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:30:55 arch-pc NetworkManager[883]: <warn>  [1674336655.8838] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:30:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=41061 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:30:57 arch-pc NetworkManager[883]: <warn>  [1674336657.8869] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:30:59 arch-pc NetworkManager[883]: <warn>  [1674336659.8879] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:31:01 arch-pc NetworkManager[883]: <warn>  [1674336661.8911] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:31:03 arch-pc NetworkManager[883]: <warn>  [1674336663.8937] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:31:06 arch-pc syncthing[888]: [J2GOJ] INFO: quic://0.0.0.0:22000 detected NAT type: Symmetric NAT
Jan 22 02:31:07 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:31:13 arch-pc NetworkManager[883]: <warn>  [1674336673.8966] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:31:15 arch-pc NetworkManager[883]: <warn>  [1674336675.8992] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:31:17 arch-pc NetworkManager[883]: <warn>  [1674336677.9001] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:31:19 arch-pc NetworkManager[883]: <warn>  [1674336679.9030] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:31:21 arch-pc NetworkManager[883]: <warn>  [1674336681.9056] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:31:23 arch-pc NetworkManager[883]: <warn>  [1674336683.9064] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:31:25 arch-pc NetworkManager[883]: <warn>  [1674336685.9087] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:31:26 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=42267 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:31:35 arch-pc NetworkManager[883]: <warn>  [1674336695.9097] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:31:37 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:31:37 arch-pc NetworkManager[883]: <warn>  [1674336697.9128] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:31:39 arch-pc NetworkManager[883]: <warn>  [1674336699.9138] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:31:41 arch-pc NetworkManager[883]: <warn>  [1674336701.9143] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:31:43 arch-pc NetworkManager[883]: <warn>  [1674336703.9174] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:31:45 arch-pc NetworkManager[883]: <warn>  [1674336705.9206] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:31:47 arch-pc NetworkManager[883]: <warn>  [1674336707.9214] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:31:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=43734 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:31:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=10.0.2.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=33557 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:31:57 arch-pc NetworkManager[883]: <warn>  [1674336717.9270] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:31:59 arch-pc kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=01:00:5e:00:00:01:f8:f0:82:b2:8c:4e:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=65014 PROTO=2 
Jan 22 02:31:59 arch-pc NetworkManager[883]: <warn>  [1674336719.9283] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:32:01 arch-pc NetworkManager[883]: <warn>  [1674336721.9315] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:32:03 arch-pc NetworkManager[883]: <warn>  [1674336723.9347] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:32:05 arch-pc NetworkManager[883]: <warn>  [1674336725.9354] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:32:07 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:32:07 arch-pc NetworkManager[883]: <warn>  [1674336727.9385] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:32:09 arch-pc NetworkManager[883]: <warn>  [1674336729.9411] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:32:19 arch-pc NetworkManager[883]: <warn>  [1674336739.9447] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:32:21 arch-pc NetworkManager[883]: <warn>  [1674336741.9472] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:32:23 arch-pc NetworkManager[883]: <warn>  [1674336743.9484] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:32:25 arch-pc NetworkManager[883]: <warn>  [1674336745.9516] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:32:26 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=50803 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:32:27 arch-pc NetworkManager[883]: <warn>  [1674336747.9547] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:32:29 arch-pc NetworkManager[883]: <warn>  [1674336749.9560] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:32:31 arch-pc NetworkManager[883]: <warn>  [1674336751.9585] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:32:37 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:32:41 arch-pc NetworkManager[883]: <warn>  [1674336761.9598] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:32:43 arch-pc NetworkManager[883]: <warn>  [1674336763.9631] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:32:45 arch-pc NetworkManager[883]: <warn>  [1674336765.9662] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:32:47 arch-pc NetworkManager[883]: <warn>  [1674336767.9672] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:32:49 arch-pc NetworkManager[883]: <warn>  [1674336769.9705] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:32:51 arch-pc NetworkManager[883]: <warn>  [1674336771.9737] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:32:53 arch-pc NetworkManager[883]: <warn>  [1674336773.9741] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:32:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=56714 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:32:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=10.0.2.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=47128 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:33:03 arch-pc NetworkManager[883]: <warn>  [1674336783.9801] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:33:05 arch-pc NetworkManager[883]: <warn>  [1674336785.9807] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:33:07 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:33:07 arch-pc NetworkManager[883]: <warn>  [1674336787.9839] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:33:09 arch-pc NetworkManager[883]: <warn>  [1674336789.9863] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:33:11 arch-pc NetworkManager[883]: <warn>  [1674336791.9873] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:33:13 arch-pc NetworkManager[883]: <warn>  [1674336793.9905] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:33:15 arch-pc NetworkManager[883]: <warn>  [1674336795.9930] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:33:25 arch-pc NetworkManager[883]: <warn>  [1674336805.9963] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:33:26 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=59961 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:33:27 arch-pc NetworkManager[883]: <warn>  [1674336807.9996] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:33:30 arch-pc NetworkManager[883]: <warn>  [1674336810.0006] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:33:32 arch-pc NetworkManager[883]: <warn>  [1674336812.0038] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:33:34 arch-pc NetworkManager[883]: <warn>  [1674336814.0070] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:33:36 arch-pc NetworkManager[883]: <warn>  [1674336816.0079] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:33:37 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:33:38 arch-pc NetworkManager[883]: <warn>  [1674336818.0105] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:33:48 arch-pc NetworkManager[883]: <warn>  [1674336828.0118] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:33:50 arch-pc NetworkManager[883]: <warn>  [1674336830.0149] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:33:52 arch-pc NetworkManager[883]: <warn>  [1674336832.0181] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:33:54 arch-pc NetworkManager[883]: <warn>  [1674336834.0193] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:33:56 arch-pc NetworkManager[883]: <warn>  [1674336836.0224] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:33:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=1360 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:33:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=10.0.2.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=59383 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:33:58 arch-pc NetworkManager[883]: <warn>  [1674336838.0255] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:34:00 arch-pc NetworkManager[883]: <warn>  [1674336840.0259] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:34:07 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:34:10 arch-pc NetworkManager[883]: <warn>  [1674336850.0273] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:34:12 arch-pc NetworkManager[883]: <warn>  [1674336852.0280] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:34:14 arch-pc NetworkManager[883]: <warn>  [1674336854.0311] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:34:16 arch-pc NetworkManager[883]: <warn>  [1674336856.0339] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:34:18 arch-pc NetworkManager[883]: <warn>  [1674336858.0350] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:34:20 arch-pc NetworkManager[883]: <warn>  [1674336860.0381] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:34:22 arch-pc NetworkManager[883]: <warn>  [1674336862.0407] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:34:26 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=7739 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:34:32 arch-pc NetworkManager[883]: <warn>  [1674336872.0426] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:34:34 arch-pc NetworkManager[883]: <warn>  [1674336874.0458] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:34:36 arch-pc NetworkManager[883]: <warn>  [1674336876.0467] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:34:36 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=95.216.195.133 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=31475 DF PROTO=TCP SPT=50138 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 02:34:37 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:34:38 arch-pc NetworkManager[883]: <warn>  [1674336878.0476] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:34:40 arch-pc NetworkManager[883]: <warn>  [1674336880.0488] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:34:42 arch-pc NetworkManager[883]: <warn>  [1674336882.0496] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:34:44 arch-pc NetworkManager[883]: <warn>  [1674336884.0494] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:34:54 arch-pc NetworkManager[883]: <warn>  [1674336894.0510] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:34:56 arch-pc NetworkManager[883]: <warn>  [1674336896.0519] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:34:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=15645 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:34:58 arch-pc NetworkManager[883]: <warn>  [1674336898.0545] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:35:00 arch-pc NetworkManager[883]: <warn>  [1674336900.0556] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:35:02 arch-pc NetworkManager[883]: <warn>  [1674336902.0587] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:35:04 arch-pc NetworkManager[883]: <warn>  [1674336904.0619] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:35:06 arch-pc NetworkManager[883]: <warn>  [1674336906.0628] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:35:07 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:35:16 arch-pc NetworkManager[883]: <warn>  [1674336916.0687] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:35:18 arch-pc NetworkManager[883]: <warn>  [1674336918.0696] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:35:20 arch-pc NetworkManager[883]: <warn>  [1674336920.0729] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:35:22 arch-pc NetworkManager[883]: <warn>  [1674336922.0762] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:35:24 arch-pc NetworkManager[883]: <warn>  [1674336924.0772] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:35:26 arch-pc NetworkManager[883]: <warn>  [1674336926.0804] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:35:26 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=23111 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:35:28 arch-pc NetworkManager[883]: <warn>  [1674336928.0830] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:35:37 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:35:38 arch-pc NetworkManager[883]: <warn>  [1674336938.0862] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:35:40 arch-pc NetworkManager[883]: <warn>  [1674336940.0894] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:35:42 arch-pc NetworkManager[883]: <warn>  [1674336942.0905] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:35:44 arch-pc NetworkManager[883]: <warn>  [1674336944.0937] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:35:46 arch-pc NetworkManager[883]: <warn>  [1674336946.0968] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:35:48 arch-pc NetworkManager[883]: <warn>  [1674336948.0984] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:35:50 arch-pc NetworkManager[883]: <warn>  [1674336950.1009] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:35:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=29413 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:35:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=10.0.2.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=12429 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:36:00 arch-pc NetworkManager[883]: <warn>  [1674336960.1023] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:36:02 arch-pc NetworkManager[883]: <warn>  [1674336962.1037] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:36:04 arch-pc NetworkManager[883]: <warn>  [1674336964.1063] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:36:06 arch-pc NetworkManager[883]: <warn>  [1674336966.1076] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:36:07 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:36:08 arch-pc NetworkManager[883]: <warn>  [1674336968.1108] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:36:08 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Activating service name='org.xfce.Xfconf' requested by ':1.17' (uid=1000 pid=1815 comm="xfce4-panel")
Jan 22 02:36:08 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.xfce.Xfconf'
Jan 22 02:36:09 arch-pc kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=01:00:5e:00:00:01:f8:f0:82:b2:8c:4e:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=35745 PROTO=2 
Jan 22 02:36:10 arch-pc NetworkManager[883]: <warn>  [1674336970.1139] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:36:12 arch-pc NetworkManager[883]: <warn>  [1674336972.1146] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:36:22 arch-pc NetworkManager[883]: <warn>  [1674336982.1201] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:36:24 arch-pc NetworkManager[883]: <warn>  [1674336984.1213] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:36:26 arch-pc NetworkManager[883]: <warn>  [1674336986.1245] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:36:26 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=32228 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:36:28 arch-pc NetworkManager[883]: <warn>  [1674336988.1273] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:36:30 arch-pc NetworkManager[883]: <warn>  [1674336990.1286] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:36:32 arch-pc NetworkManager[883]: <warn>  [1674336992.1317] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:36:34 arch-pc NetworkManager[883]: <warn>  [1674336994.1333] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:36:37 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:36:41 arch-pc wpa_supplicant[1597]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-64 noise=9999 txrate=292600
Jan 22 02:36:44 arch-pc NetworkManager[883]: <warn>  [1674337004.1368] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:36:46 arch-pc NetworkManager[883]: <warn>  [1674337006.1390] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:36:48 arch-pc NetworkManager[883]: <warn>  [1674337008.1401] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:36:50 arch-pc NetworkManager[883]: <warn>  [1674337010.1431] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:36:52 arch-pc NetworkManager[883]: <warn>  [1674337012.1459] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:36:54 arch-pc NetworkManager[883]: <warn>  [1674337014.1471] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:36:56 arch-pc NetworkManager[883]: <warn>  [1674337016.1497] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:36:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=38661 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:36:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=10.0.2.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=21210 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:37:06 arch-pc NetworkManager[883]: <warn>  [1674337026.1512] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:37:07 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:37:08 arch-pc NetworkManager[883]: <warn>  [1674337028.1542] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:37:10 arch-pc NetworkManager[883]: <warn>  [1674337030.1574] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:37:12 arch-pc NetworkManager[883]: <warn>  [1674337032.1586] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:37:14 arch-pc NetworkManager[883]: <warn>  [1674337034.1602] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:37:16 arch-pc NetworkManager[883]: <warn>  [1674337036.1633] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:37:18 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:37:18 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:37:18 arch-pc NetworkManager[883]: <warn>  [1674337038.1633] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:37:26 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=45885 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:37:28 arch-pc NetworkManager[883]: <warn>  [1674337048.1689] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:37:30 arch-pc NetworkManager[883]: <warn>  [1674337050.1706] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:37:32 arch-pc NetworkManager[883]: <warn>  [1674337052.1737] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:37:34 arch-pc NetworkManager[883]: <warn>  [1674337054.1764] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:37:36 arch-pc NetworkManager[883]: <warn>  [1674337056.1779] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:37:37 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:37:38 arch-pc NetworkManager[883]: <warn>  [1674337058.1810] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:37:40 arch-pc NetworkManager[883]: <warn>  [1674337060.1836] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:37:48 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Activating via systemd: service name='org.freedesktop.thumbnails.Cache1' unit='tumblerd.service' requested by ':1.18' (uid=1000 pid=1819 comm="Thunar --daemon")
Jan 22 02:37:48 arch-pc systemd[1692]: Starting Thumbnailing service...
Jan 22 02:37:48 arch-pc dbus-daemon[1712]: [session uid=1000 pid=1712] Successfully activated service 'org.freedesktop.thumbnails.Cache1'
Jan 22 02:37:48 arch-pc systemd[1692]: Started Thumbnailing service.
Jan 22 02:37:50 arch-pc NetworkManager[883]: <warn>  [1674337070.1871] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:37:52 arch-pc NetworkManager[883]: <warn>  [1674337072.1902] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:37:54 arch-pc NetworkManager[883]: <warn>  [1674337074.1910] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:37:56 arch-pc NetworkManager[883]: <warn>  [1674337076.1934] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:37:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=53083 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:37:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=10.0.2.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=38797 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:37:58 arch-pc NetworkManager[883]: <warn>  [1674337078.1964] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:38:00 arch-pc NetworkManager[883]: <warn>  [1674337080.1979] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:38:02 arch-pc NetworkManager[883]: <warn>  [1674337082.2005] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:38:07 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:38:12 arch-pc NetworkManager[883]: <warn>  [1674337092.2014] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:38:14 arch-pc NetworkManager[883]: <warn>  [1674337094.2035] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:38:14 arch-pc kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=01:00:5e:00:00:01:f8:f0:82:b2:8c:4e:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=21121 PROTO=2 
Jan 22 02:38:14 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:38:14 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:38:16 arch-pc NetworkManager[883]: <warn>  [1674337096.2049] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:38:18 arch-pc NetworkManager[883]: <warn>  [1674337098.2064] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:38:19 arch-pc openvpn[2134]: AEAD Decrypt error: bad packet ID (may be a replay): [ #1050 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
Jan 22 02:38:20 arch-pc NetworkManager[883]: <warn>  [1674337100.2091] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:38:22 arch-pc NetworkManager[883]: <warn>  [1674337102.2103] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:38:24 arch-pc NetworkManager[883]: <warn>  [1674337104.2106] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:38:26 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=55930 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:38:30 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:38:30 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:38:34 arch-pc NetworkManager[883]: <warn>  [1674337114.2135] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:38:36 arch-pc NetworkManager[883]: <warn>  [1674337116.2152] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:38:37 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:38:38 arch-pc NetworkManager[883]: <warn>  [1674337118.2169] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:38:40 arch-pc NetworkManager[883]: <warn>  [1674337120.2195] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:38:42 arch-pc NetworkManager[883]: <warn>  [1674337122.2209] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:38:44 arch-pc NetworkManager[883]: <warn>  [1674337124.2236] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:38:46 arch-pc NetworkManager[883]: <warn>  [1674337126.2259] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:38:51 arch-pc openvpn[2134]: AEAD Decrypt error: bad packet ID (may be a replay): [ #1605 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
Jan 22 02:38:56 arch-pc NetworkManager[883]: <warn>  [1674337136.2299] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:38:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=57576 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:38:56 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=10.0.2.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=47761 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:38:58 arch-pc NetworkManager[883]: <warn>  [1674337138.2329] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:39:00 arch-pc NetworkManager[883]: <warn>  [1674337140.2339] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:39:02 arch-pc NetworkManager[883]: <warn>  [1674337142.2371] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:39:04 arch-pc NetworkManager[883]: <warn>  [1674337144.2403] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:39:06 arch-pc NetworkManager[883]: <warn>  [1674337146.2412] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 02:39:07 arch-pc appimagelauncherd[1700]: Directory /Applications does not exist, skipping
Jan 22 02:39:08 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:39:08 arch-pc rtkit-daemon[1807]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 02:39:08 arch-pc NetworkManager[883]: <warn>  [1674337148.2432] ipv6ll[056211ac2651a0e5,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 02:39:18 arch-pc NetworkManager[883]: <warn>  [1674337158.2444] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 02:39:20 arch-pc NetworkManager[883]: <warn>  [1674337160.2472] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 02:39:22 arch-pc NetworkManager[883]: <warn>  [1674337162.2502] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 02:39:24 arch-pc NetworkManager[883]: <warn>  [1674337164.2515] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 02:39:26 arch-pc NetworkManager[883]: <warn>  [1674337166.2545] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 02:39:26 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=64736 DF PROTO=UDP SPT=49486 DPT=21027 LEN=354 
Jan 22 02:39:28 arch-pc NetworkManager[883]: <warn>  [1674337168.2574] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)

Offline

#21 2023-01-21 21:58:18

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: Laptop HDMI external display not being detected

Ther's certainly stuff to look at

Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc_ver2_16.bin (v2.16)
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] *ERROR* crtc 131: Can't calculate constants, dotclock = 0!
Jan 22 02:25:52 arch-pc kernel: ------------[ cut here ]------------
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: drm_WARN_ON_ONCE(drm_drv_uses_atomic_modeset(dev))
Jan 22 02:25:52 arch-pc kernel: WARNING: CPU: 0 PID: 223 at drivers/gpu/drm/drm_vblank.c:728 drm_crtc_vblank_helper_get_vblank_timestamp_internal+0x3b2/0x3c0
Jan 22 02:25:52 arch-pc kernel: Modules linked in: i915(+) drm_buddy intel_gtt video wmi drm_display_helper cec ttm
Jan 22 02:25:52 arch-pc kernel: CPU: 0 PID: 223 Comm: modprobe Not tainted 6.1.7-arch1-1 #1 a2d6f1dcaa775aaae1f25aaf758ae968e3493665
Jan 22 02:25:52 arch-pc kernel: Hardware name: Notebook V15x_V17xPNKPNJPNH/V15x_V17xPNKPNJPNH, BIOS 1.07.06 02/15/2022
Jan 22 02:25:52 arch-pc kernel: RIP: 0010:drm_crtc_vblank_helper_get_vblank_timestamp_internal+0x3b2/0x3c0
Jan 22 02:25:52 arch-pc kernel: Code: 48 8b 5f 50 48 85 db 75 03 48 8b 1f e8 f7 83 02 00 48 c7 c1 58 c7 71 a2 48 89 da 48 c7 c7 a7 90 68 a2 48 89 c6 e8 c4 ed 41 00 <0f> 0b 31 db e9 ec fd ff ff e8 40 a1 47 00 f3 0f 1e fa 0f 1f 44 00
Jan 22 02:25:52 arch-pc kernel: RSP: 0018:ffffae5e00a2b840 EFLAGS: 00010082
Jan 22 02:25:52 arch-pc kernel: RAX: 0000000000000000 RBX: ffff933dc2c4a5c0 RCX: c0000000ffffefff
Jan 22 02:25:52 arch-pc kernel: RDX: 0000000000000000 RSI: 00000000ffffefff RDI: 0000000000000001
Jan 22 02:25:52 arch-pc kernel: RBP: ffffae5e00a2b8b0 R08: 0000000000000000 R09: ffffae5e00a2b6c8
Jan 22 02:25:52 arch-pc kernel: R10: 0000000000000003 R11: ffffffffa2ecb828 R12: ffff933dca028000
Jan 22 02:25:52 arch-pc kernel: R13: ffffffffc040ec50 R14: ffff933dca028140 R15: ffff933dc43ea9d8
Jan 22 02:25:52 arch-pc kernel: FS:  00007f6a8fcfc740(0000) GS:ffff93451f400000(0000) knlGS:0000000000000000
Jan 22 02:25:52 arch-pc kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 22 02:25:52 arch-pc kernel: CR2: 00007f77e6ddb400 CR3: 000000010106a003 CR4: 0000000000770ef0
Jan 22 02:25:52 arch-pc kernel: PKRU: 55555554
Jan 22 02:25:52 arch-pc kernel: Call Trace:
Jan 22 02:25:52 arch-pc kernel:  <TASK>
Jan 22 02:25:52 arch-pc kernel:  drm_get_last_vbltimestamp+0xaa/0xc0
Jan 22 02:25:52 arch-pc kernel:  drm_reset_vblank_timestamp+0x61/0xd0
Jan 22 02:25:52 arch-pc kernel:  drm_crtc_vblank_on+0x5d/0x150
Jan 22 02:25:52 arch-pc kernel:  intel_crtc_vblank_on+0x33/0x80 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_modeset_setup_hw_state+0x8ab/0x14d0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? intel_modeset_init_nogem+0x38d/0x11c0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_modeset_init_nogem+0x38d/0x11c0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? fwtable_read32+0x9a/0x230 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  i915_driver_probe+0x5c9/0xe80 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? intel_modeset_probe_defer+0x4f/0x60 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? i915_pci_probe+0x98/0x1d0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  local_pci_probe+0x42/0x80
Jan 22 02:25:52 arch-pc kernel:  pci_device_probe+0xc1/0x250
Jan 22 02:25:52 arch-pc kernel:  ? sysfs_do_create_link_sd+0x6e/0xe0
Jan 22 02:25:52 arch-pc kernel:  really_probe+0xdb/0x380
Jan 22 02:25:52 arch-pc kernel:  ? pm_runtime_barrier+0x54/0x90
Jan 22 02:25:52 arch-pc kernel:  __driver_probe_device+0x78/0x170
Jan 22 02:25:52 arch-pc kernel:  driver_probe_device+0x1f/0x90
Jan 22 02:25:52 arch-pc kernel:  __driver_attach+0xd2/0x1c0
Jan 22 02:25:52 arch-pc kernel:  ? __device_attach_driver+0x110/0x110
Jan 22 02:25:52 arch-pc kernel:  bus_for_each_dev+0x88/0xd0
Jan 22 02:25:52 arch-pc kernel:  bus_add_driver+0x1b2/0x200
Jan 22 02:25:52 arch-pc kernel:  driver_register+0x8d/0xe0
Jan 22 02:25:52 arch-pc kernel:  i915_init+0x23/0x83 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? 0xffffffffc075a000
Jan 22 02:25:52 arch-pc kernel:  do_one_initcall+0x5a/0x220
Jan 22 02:25:52 arch-pc kernel:  do_init_module+0x4a/0x1e0
Jan 22 02:25:52 arch-pc kernel:  __do_sys_finit_module+0xac/0x120
Jan 22 02:25:52 arch-pc kernel:  do_syscall_64+0x5c/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? exc_page_fault+0x74/0x170
Jan 22 02:25:52 arch-pc kernel:  entry_SYSCALL_64_after_hwframe+0x63/0xcd
Jan 22 02:25:52 arch-pc kernel: RIP: 0033:0x7f6a8fe01abd
Jan 22 02:25:52 arch-pc kernel: Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 9b 72 0d 00 f7 d8 64 89 01 48
Jan 22 02:25:52 arch-pc kernel: RSP: 002b:00007ffc41aea708 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Jan 22 02:25:52 arch-pc kernel: RAX: ffffffffffffffda RBX: 000055d34817dc00 RCX: 00007f6a8fe01abd
Jan 22 02:25:52 arch-pc kernel: RDX: 0000000000000000 RSI: 000055d346a57cb2 RDI: 000000000000000a
Jan 22 02:25:52 arch-pc kernel: RBP: 000055d346a57cb2 R08: 0000000000000000 R09: 00007ffc41aea840
Jan 22 02:25:52 arch-pc kernel: R10: 000000000000000a R11: 0000000000000246 R12: 0000000000060000
Jan 22 02:25:52 arch-pc kernel: R13: 000055d34817dd30 R14: 0000000000000000 R15: 000055d348180050
Jan 22 02:25:52 arch-pc kernel:  </TASK>
Jan 22 02:25:52 arch-pc kernel: ---[ end trace 0000000000000000 ]---
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] GuC firmware i915/adlp_guc_70.bin version 70.5.1
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc.bin version 7.9.3
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] HuC authenticated
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] GuC submission enabled
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] GuC SLPC enabled
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] GuC RC: enabled
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
Jan 22 02:25:52 arch-pc kernel: ------------[ cut here ]------------
Jan 22 02:25:52 arch-pc kernel: i915 0000:00:02.0: drm_WARN_ON(intel_dp->pps.vdd_wakeref)
Jan 22 02:25:52 arch-pc kernel: WARNING: CPU: 2 PID: 223 at drivers/gpu/drm/i915/display/intel_pps.c:595 intel_pps_vdd_on_unlocked+0x29c/0x2b0 [i915]
Jan 22 02:25:52 arch-pc kernel: Modules linked in: i915(+) drm_buddy intel_gtt video wmi drm_display_helper cec ttm
Jan 22 02:25:52 arch-pc kernel: CPU: 2 PID: 223 Comm: modprobe Tainted: G        W          6.1.7-arch1-1 #1 a2d6f1dcaa775aaae1f25aaf758ae968e3493665
Jan 22 02:25:52 arch-pc kernel: Hardware name: Notebook V15x_V17xPNKPNJPNH/V15x_V17xPNKPNJPNH, BIOS 1.07.06 02/15/2022
Jan 22 02:25:52 arch-pc kernel: RIP: 0010:intel_pps_vdd_on_unlocked+0x29c/0x2b0 [i915]
Jan 22 02:25:52 arch-pc kernel: Code: 4c 8b 67 50 4d 85 e4 75 03 4c 8b 27 e8 8d 61 26 e1 48 c7 c1 f0 80 60 c0 4c 89 e2 48 c7 c7 db bc 61 c0 48 89 c6 e8 5a cb 65 e1 <0f> 0b e9 f7 fd ff ff e8 d8 7e 6b e1 0f 1f 84 00 00 00 00 00 66 0f
Jan 22 02:25:52 arch-pc kernel: RSP: 0018:ffffae5e00a2b600 EFLAGS: 00010282
Jan 22 02:25:52 arch-pc kernel: RAX: 0000000000000000 RBX: ffff933dc9a2c170 RCX: c0000000ffffefff
Jan 22 02:25:52 arch-pc kernel: RDX: 0000000000000000 RSI: 00000000ffffefff RDI: 0000000000000001
Jan 22 02:25:52 arch-pc kernel: RBP: ffff933dca028000 R08: 0000000000000000 R09: ffffae5e00a2b488
Jan 22 02:25:52 arch-pc kernel: R10: 0000000000000003 R11: ffffffffa2ecb828 R12: ffff933dc2c4a5c0
Jan 22 02:25:52 arch-pc kernel: R13: 0000000000000005 R14: 0000000000000000 R15: ffff933dca028000
Jan 22 02:25:52 arch-pc kernel: FS:  00007f6a8fcfc740(0000) GS:ffff93451f480000(0000) knlGS:0000000000000000
Jan 22 02:25:52 arch-pc kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 22 02:25:52 arch-pc kernel: CR2: 00007f77e61fd9a8 CR3: 000000010106a002 CR4: 0000000000770ee0
Jan 22 02:25:52 arch-pc kernel: PKRU: 55555554
Jan 22 02:25:52 arch-pc kernel: Call Trace:
Jan 22 02:25:52 arch-pc kernel:  <TASK>
Jan 22 02:25:52 arch-pc kernel:  ? intel_display_power_get+0x52/0x60 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_dp_aux_xfer+0x127/0x7c0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? clockevents_program_event+0x97/0x100
Jan 22 02:25:52 arch-pc kernel:  ? hrtimer_try_to_cancel+0x19/0x100
Jan 22 02:25:52 arch-pc kernel:  intel_dp_aux_transfer+0x205/0x320 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  drm_dp_dpcd_access+0xa6/0x140 [drm_display_helper 574decc03910db00fb58ed91d7e5bc9ea0d15b95]
Jan 22 02:25:52 arch-pc kernel:  drm_dp_dpcd_write+0x4e/0xf0 [drm_display_helper 574decc03910db00fb58ed91d7e5bc9ea0d15b95]
Jan 22 02:25:52 arch-pc kernel:  intel_dp_set_power+0x6b/0x1a0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_ddi_post_disable+0x47f/0x4d0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_encoders_post_disable+0x7b/0x90 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_old_crtc_state_disables+0x38/0xa0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_atomic_commit_tail+0x390/0xe40 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_atomic_commit+0x35c/0x3a0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  drm_atomic_commit+0x78/0x100
Jan 22 02:25:52 arch-pc kernel:  ? drm_plane_get_damage_clips.cold+0x1c/0x1c
Jan 22 02:25:52 arch-pc kernel:  intel_modeset_init+0x1a0/0x290 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  i915_driver_probe+0x5ef/0xe80 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? intel_modeset_probe_defer+0x4f/0x60 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? i915_pci_probe+0x98/0x1d0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  local_pci_probe+0x42/0x80
Jan 22 02:25:52 arch-pc kernel:  pci_device_probe+0xc1/0x250
Jan 22 02:25:52 arch-pc kernel:  ? sysfs_do_create_link_sd+0x6e/0xe0
Jan 22 02:25:52 arch-pc kernel:  really_probe+0xdb/0x380
Jan 22 02:25:52 arch-pc kernel:  ? pm_runtime_barrier+0x54/0x90
Jan 22 02:25:52 arch-pc kernel:  __driver_probe_device+0x78/0x170
Jan 22 02:25:52 arch-pc kernel:  driver_probe_device+0x1f/0x90
Jan 22 02:25:52 arch-pc kernel:  __driver_attach+0xd2/0x1c0
Jan 22 02:25:52 arch-pc kernel:  ? __device_attach_driver+0x110/0x110
Jan 22 02:25:52 arch-pc kernel:  bus_for_each_dev+0x88/0xd0
Jan 22 02:25:52 arch-pc kernel:  bus_add_driver+0x1b2/0x200
Jan 22 02:25:52 arch-pc kernel:  driver_register+0x8d/0xe0
Jan 22 02:25:52 arch-pc kernel:  i915_init+0x23/0x83 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? 0xffffffffc075a000
Jan 22 02:25:52 arch-pc kernel:  do_one_initcall+0x5a/0x220
Jan 22 02:25:52 arch-pc kernel:  do_init_module+0x4a/0x1e0
Jan 22 02:25:52 arch-pc kernel:  __do_sys_finit_module+0xac/0x120
Jan 22 02:25:52 arch-pc kernel:  do_syscall_64+0x5c/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? exc_page_fault+0x74/0x170
Jan 22 02:25:52 arch-pc kernel:  entry_SYSCALL_64_after_hwframe+0x63/0xcd
Jan 22 02:25:52 arch-pc kernel: RIP: 0033:0x7f6a8fe01abd
Jan 22 02:25:52 arch-pc kernel: Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 9b 72 0d 00 f7 d8 64 89 01 48
Jan 22 02:25:52 arch-pc kernel: RSP: 002b:00007ffc41aea708 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Jan 22 02:25:52 arch-pc kernel: RAX: ffffffffffffffda RBX: 000055d34817dc00 RCX: 00007f6a8fe01abd
Jan 22 02:25:52 arch-pc kernel: RDX: 0000000000000000 RSI: 000055d346a57cb2 RDI: 000000000000000a
Jan 22 02:25:52 arch-pc kernel: RBP: 000055d346a57cb2 R08: 0000000000000000 R09: 00007ffc41aea840
Jan 22 02:25:52 arch-pc kernel: R10: 000000000000000a R11: 0000000000000246 R12: 0000000000060000
Jan 22 02:25:52 arch-pc kernel: R13: 000055d34817dd30 R14: 0000000000000000 R15: 000055d348180050
Jan 22 02:25:52 arch-pc kernel:  </TASK>
Jan 22 02:25:52 arch-pc kernel: ---[ end trace 0000000000000000 ]---
Jan 22 02:25:52 arch-pc kernel: ------------[ cut here ]------------
Jan 22 02:25:52 arch-pc kernel: crtc active state doesn't match with hw state (expected 0, found 1)
Jan 22 02:25:52 arch-pc kernel: WARNING: CPU: 2 PID: 223 at drivers/gpu/drm/i915/display/intel_modeset_verify.c:184 intel_modeset_verify_crtc+0x3dd/0x3f0 [i915]
Jan 22 02:25:52 arch-pc kernel: Modules linked in: i915(+) drm_buddy intel_gtt video wmi drm_display_helper cec ttm
Jan 22 02:25:52 arch-pc kernel: CPU: 2 PID: 223 Comm: modprobe Tainted: G        W          6.1.7-arch1-1 #1 a2d6f1dcaa775aaae1f25aaf758ae968e3493665
Jan 22 02:25:52 arch-pc kernel: Hardware name: Notebook V15x_V17xPNKPNJPNH/V15x_V17xPNKPNJPNH, BIOS 1.07.06 02/15/2022
Jan 22 02:25:52 arch-pc kernel: RIP: 0010:intel_modeset_verify_crtc+0x3dd/0x3f0 [i915]
Jan 22 02:25:52 arch-pc kernel: Code: e1 0f 0b 0f b6 44 24 17 e9 91 fd ff ff e8 31 10 6c e1 0f 0b e9 a2 fe ff ff e8 25 10 6c e1 0f 0b e9 10 fd ff ff e8 19 10 6c e1 <0f> 0b 0f b6 85 50 01 00 00 e9 ed fc ff ff e8 90 c3 71 e1 66 0f 1f
Jan 22 02:25:52 arch-pc kernel: RSP: 0018:ffffae5e00a2b8b0 EFLAGS: 00010286
Jan 22 02:25:52 arch-pc kernel: RAX: 0000000000000000 RBX: ffff933dc43ee800 RCX: c0000000ffffefff
Jan 22 02:25:52 arch-pc kernel: RDX: 0000000000000000 RSI: 00000000ffffefff RDI: 0000000000000001
Jan 22 02:25:52 arch-pc kernel: RBP: ffff933dcacb6000 R08: 0000000000000000 R09: ffffae5e00a2b738
Jan 22 02:25:52 arch-pc kernel: R10: 0000000000000003 R11: ffffffffa2ecb828 R12: ffff933dc1a80000
Jan 22 02:25:52 arch-pc kernel: R13: ffff933dc9aad800 R14: ffff933dc43ee800 R15: ffff933dcacb6000
Jan 22 02:25:52 arch-pc kernel: FS:  00007f6a8fcfc740(0000) GS:ffff93451f480000(0000) knlGS:0000000000000000
Jan 22 02:25:52 arch-pc kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 22 02:25:52 arch-pc kernel: CR2: 00007f77e61fd9a8 CR3: 000000010106a002 CR4: 0000000000770ee0
Jan 22 02:25:52 arch-pc kernel: PKRU: 55555554
Jan 22 02:25:52 arch-pc kernel: Call Trace:
Jan 22 02:25:52 arch-pc kernel:  <TASK>
Jan 22 02:25:52 arch-pc kernel:  intel_atomic_commit_tail+0x934/0xe40 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  intel_atomic_commit+0x35c/0x3a0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  drm_atomic_commit+0x78/0x100
Jan 22 02:25:52 arch-pc kernel:  ? drm_plane_get_damage_clips.cold+0x1c/0x1c
Jan 22 02:25:52 arch-pc kernel:  intel_modeset_init+0x1a0/0x290 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  i915_driver_probe+0x5ef/0xe80 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? intel_modeset_probe_defer+0x4f/0x60 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? i915_pci_probe+0x98/0x1d0 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  local_pci_probe+0x42/0x80
Jan 22 02:25:52 arch-pc kernel:  pci_device_probe+0xc1/0x250
Jan 22 02:25:52 arch-pc kernel:  ? sysfs_do_create_link_sd+0x6e/0xe0
Jan 22 02:25:52 arch-pc kernel:  really_probe+0xdb/0x380
Jan 22 02:25:52 arch-pc kernel:  ? pm_runtime_barrier+0x54/0x90
Jan 22 02:25:52 arch-pc kernel:  __driver_probe_device+0x78/0x170
Jan 22 02:25:52 arch-pc kernel:  driver_probe_device+0x1f/0x90
Jan 22 02:25:52 arch-pc kernel:  __driver_attach+0xd2/0x1c0
Jan 22 02:25:52 arch-pc kernel:  ? __device_attach_driver+0x110/0x110
Jan 22 02:25:52 arch-pc kernel:  bus_for_each_dev+0x88/0xd0
Jan 22 02:25:52 arch-pc kernel:  bus_add_driver+0x1b2/0x200
Jan 22 02:25:52 arch-pc kernel:  driver_register+0x8d/0xe0
Jan 22 02:25:52 arch-pc kernel:  i915_init+0x23/0x83 [i915 b0d38b6550b488a3c0d3932da1579978d3b293e8]
Jan 22 02:25:52 arch-pc kernel:  ? 0xffffffffc075a000
Jan 22 02:25:52 arch-pc kernel:  do_one_initcall+0x5a/0x220
Jan 22 02:25:52 arch-pc kernel:  do_init_module+0x4a/0x1e0
Jan 22 02:25:52 arch-pc kernel:  __do_sys_finit_module+0xac/0x120
Jan 22 02:25:52 arch-pc kernel:  do_syscall_64+0x5c/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Jan 22 02:25:52 arch-pc kernel:  ? do_syscall_64+0x6b/0x90
Jan 22 02:25:52 arch-pc kernel:  ? exc_page_fault+0x74/0x170
Jan 22 02:25:52 arch-pc kernel:  entry_SYSCALL_64_after_hwframe+0x63/0xcd
Jan 22 02:25:52 arch-pc kernel: RIP: 0033:0x7f6a8fe01abd
Jan 22 02:25:52 arch-pc kernel: Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 9b 72 0d 00 f7 d8 64 89 01 48
Jan 22 02:25:52 arch-pc kernel: RSP: 002b:00007ffc41aea708 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Jan 22 02:25:52 arch-pc kernel: RAX: ffffffffffffffda RBX: 000055d34817dc00 RCX: 00007f6a8fe01abd
Jan 22 02:25:52 arch-pc kernel: RDX: 0000000000000000 RSI: 000055d346a57cb2 RDI: 000000000000000a
Jan 22 02:25:52 arch-pc kernel: RBP: 000055d346a57cb2 R08: 0000000000000000 R09: 00007ffc41aea840
Jan 22 02:25:52 arch-pc kernel: R10: 000000000000000a R11: 0000000000000246 R12: 0000000000060000
Jan 22 02:25:52 arch-pc kernel: R13: 000055d34817dd30 R14: 0000000000000000 R15: 000055d348180050
Jan 22 02:25:52 arch-pc kernel:  </TASK>
Jan 22 02:25:52 arch-pc kernel: ---[ end trace 0000000000000000 ]---
Jan 22 02:25:52 arch-pc kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Jan 22 02:25:52 arch-pc kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)

1. Do you have more luck w/ the LTS kernel?
2. is there a BIOS/UEFI update available for the device?
3. Is there a parallel windows installation (as this seems how you got the edid)?

Offline

#22 2023-01-21 22:08:46

mrpinkolik
Member
Registered: 2023-01-21
Posts: 20

Re: Laptop HDMI external display not being detected

1. Do you have more luck w/ the LTS kernel?

I'm not sure. I've had this problem since my first Arch installation (approx. 5 months ago). Is there a way I can check that?

2. is there a BIOS/UEFI update available for the device?

I'll check and update this post.

3. Is there a parallel windows installation (as this seems how you got the edid)?

No. It has only Arch installed with full disk encryption. I just googled my display's edid and found one

Offline

#23 2023-01-21 22:11:12

seth
Member
Registered: 2012-09-03
Posts: 49,967

Re: Laptop HDMI external display not being detected

Is there a way I can check that?

Install the LTS kernel and boot that (don't forget nvidia-lts)

Offline

#24 2023-01-21 23:07:17

topcat01
Member
Registered: 2019-09-17
Posts: 123

Re: Laptop HDMI external display not being detected

Just for reference, this is what a successful custom EDID load looks like in the logs:

... kernel: [drm] Got external EDID base block and 0 extensions from "edid/edid48.bin" for connector "eDP-1"

Edit: As a sanity check, I'd try using a Fedora or Ubuntu desktop iso to boot a live system and see if the monitor is detected.

Last edited by topcat01 (2023-01-21 23:10:55)

Offline

#25 2023-01-22 09:03:36

mrpinkolik
Member
Registered: 2023-01-21
Posts: 20

Re: Laptop HDMI external display not being detected

seth wrote:

Is there a way I can check that?

Install the LTS kernel and boot that (don't forget nvidia-lts)

Okay, so I booted with linux-lts and nvidia-lts

uname -r
5.15.89-1-lts

Second display still isn't working. But now I also experience screen-tearing issues whenever I move my mouse.
Here's journalctl -b

Jan 22 13:58:41 arch-pc kernel: Linux version 5.15.89-1-lts (linux-lts@archlinux) (gcc (GCC) 12.2.1 20230111, GNU ld (GNU Binutils) 2.40) #1 SMP Wed, 18 Jan 2023 11:24:46 +0000
Jan 22 13:58:41 arch-pc kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=/dev/mapper/vg-root rw cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm root=/dev/vg/root loglevel=3 quiet ibt=off ipv6.disable=1 nvidia_drm.modeset=1 drm.edid_firmware=HDMI-A-1:edid/1920x1080.bin
Jan 22 13:58:41 arch-pc kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Jan 22 13:58:41 arch-pc kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 22 13:58:41 arch-pc kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 22 13:58:41 arch-pc kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 22 13:58:41 arch-pc kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jan 22 13:58:41 arch-pc kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 22 13:58:41 arch-pc kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Jan 22 13:58:41 arch-pc kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
Jan 22 13:58:41 arch-pc kernel: signal: max sigframe size: 3632
Jan 22 13:58:41 arch-pc kernel: BIOS-provided physical RAM map:
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x0000000000100000-0x000000006c2c8fff] usable
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x000000006c2c9000-0x000000006cbc8fff] reserved
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x000000006cbc9000-0x000000006e9defff] usable
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x000000006e9df000-0x000000006edaefff] type 20
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x000000006edaf000-0x0000000070a7efff] reserved
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x0000000070a7f000-0x0000000073a2efff] ACPI NVS
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x0000000073a2f000-0x0000000073afefff] ACPI data
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x0000000073aff000-0x0000000073afffff] usable
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x0000000073b00000-0x0000000077ffffff] reserved
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x0000000078c00000-0x0000000078dfffff] reserved
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x0000000079600000-0x00000000807fffff] reserved
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 22 13:58:41 arch-pc kernel: BIOS-e820: [mem 0x0000000100000000-0x000000087f7fffff] usable
Jan 22 13:58:41 arch-pc kernel: NX (Execute Disable) protection: active
Jan 22 13:58:41 arch-pc kernel: efi: EFI v2.70 by INSYDE Corp.
Jan 22 13:58:41 arch-pc kernel: efi: ACPI=0x73afe000 ACPI 2.0=0x73afe014 TPMFinalLog=0x73986000 SMBIOS=0x6f089000 MEMATTR=0x681a0018 ESRT=0x681a1418 
Jan 22 13:58:41 arch-pc kernel: SMBIOS 3.3 present.
Jan 22 13:58:41 arch-pc kernel: DMI: Notebook V15x_V17xPNKPNJPNH/V15x_V17xPNKPNJPNH, BIOS 1.07.06 02/15/2022
Jan 22 13:58:41 arch-pc kernel: tsc: Detected 1700.000 MHz processor
Jan 22 13:58:41 arch-pc kernel: tsc: Detected 1689.600 MHz TSC
Jan 22 13:58:41 arch-pc kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 22 13:58:41 arch-pc kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 22 13:58:41 arch-pc kernel: last_pfn = 0x87f800 max_arch_pfn = 0x400000000
Jan 22 13:58:41 arch-pc kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jan 22 13:58:41 arch-pc kernel: last_pfn = 0x73b00 max_arch_pfn = 0x400000000
Jan 22 13:58:41 arch-pc kernel: esrt: Reserving ESRT space from 0x00000000681a1418 to 0x00000000681a1478.
Jan 22 13:58:41 arch-pc kernel: e820: update [mem 0x681a1000-0x681a1fff] usable ==> reserved
Jan 22 13:58:41 arch-pc kernel: Using GB pages for direct mapping
Jan 22 13:58:41 arch-pc kernel: Secure boot disabled
Jan 22 13:58:41 arch-pc kernel: RAMDISK: [mem 0x34dcb000-0x366dcfff]
Jan 22 13:58:41 arch-pc kernel: ACPI: Early table checksum verification disabled
Jan 22 13:58:41 arch-pc kernel: ACPI: RSDP 0x0000000073AFE014 000024 (v02 INSYDE)
Jan 22 13:58:41 arch-pc kernel: ACPI: XSDT 0x0000000073A65188 000104 (v01 INSYDE ADL-P-M  00000002      01000013)
Jan 22 13:58:41 arch-pc kernel: ACPI: FACP 0x0000000073AE1000 000114 (v06 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: DSDT 0x0000000073A6A000 073811 (v02 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: FACS 0x0000000073960000 000040
Jan 22 13:58:41 arch-pc kernel: ACPI: UEFI 0x0000000073A2E000 000236 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0x0000000073AF9000 003292 (v02 DptfTb DptfTabl 00001000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0x0000000073AF3000 005D22 (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0x0000000073AF1000 001D6E (v02 SaSsdt SaSsdt   00003000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0x0000000073AED000 003275 (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0x0000000073AEC000 00077B (v02 INSYDE Tpm2Tabl 00001000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: TPM2 0x0000000073AEB000 00004C (v04 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0x0000000073AE8000 0016EC (v02 INSYDE UsbCTabl 00001000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: WSMT 0x0000000073AE7000 000028 (v01 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0x0000000073AE5000 00160E (v02 INSYDE PtidDevc 00001000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: DBGP 0x0000000073AE4000 000034 (v01 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: DBG2 0x0000000073AE3000 000054 (v00 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: NHLT 0x0000000073AE2000 00002D (v00 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: HPET 0x0000000073AE0000 000038 (v01 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: APIC 0x0000000073ADF000 0001DC (v04 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: MCFG 0x0000000073ADE000 00003C (v01 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0x0000000073A68000 001323 (v02 INSYDE ADL-P-M  00000002      01000013)
Jan 22 13:58:41 arch-pc kernel: ACPI: $H2O 0x0000000073A67000 00002C (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: DMAR 0x0000000073A66000 000088 (v02 INTEL  ICL      00000002 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0x0000000073A62000 0026C7 (v01 NvdRef NvdTabl  00001000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0x0000000073AFD000 000D66 (v02 INTEL  xh_adlLP 00000000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0x0000000073A5E000 003AEA (v02 SocGpe SocGpe   00003000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0x0000000073A5B000 002B2A (v02 SocCmn SocCmn   00003000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0x0000000073A5A000 0000F8 (v01 INSYDE PcdTabl  00001000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: FPDT 0x0000000073A59000 000044 (v01 INSYDE ADL-P-M  00000002 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: PHAT 0x0000000073A57000 000818 (v00 INSYDE ADL-P-M  00000005 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: BGRT 0x0000000073A58000 000038 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving FACP table memory at [mem 0x73ae1000-0x73ae1113]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving DSDT table memory at [mem 0x73a6a000-0x73add810]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving FACS table memory at [mem 0x73960000-0x7396003f]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving UEFI table memory at [mem 0x73a2e000-0x73a2e235]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73af9000-0x73afc291]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73af3000-0x73af8d21]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73af1000-0x73af2d6d]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73aed000-0x73af0274]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73aec000-0x73aec77a]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving TPM2 table memory at [mem 0x73aeb000-0x73aeb04b]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73ae8000-0x73ae96eb]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving WSMT table memory at [mem 0x73ae7000-0x73ae7027]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73ae5000-0x73ae660d]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving DBGP table memory at [mem 0x73ae4000-0x73ae4033]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving DBG2 table memory at [mem 0x73ae3000-0x73ae3053]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving NHLT table memory at [mem 0x73ae2000-0x73ae202c]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving HPET table memory at [mem 0x73ae0000-0x73ae0037]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving APIC table memory at [mem 0x73adf000-0x73adf1db]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving MCFG table memory at [mem 0x73ade000-0x73ade03b]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73a68000-0x73a69322]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving $H2O table memory at [mem 0x73a67000-0x73a6702b]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving DMAR table memory at [mem 0x73a66000-0x73a66087]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73a62000-0x73a646c6]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73afd000-0x73afdd65]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73a5e000-0x73a61ae9]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73a5b000-0x73a5db29]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x73a5a000-0x73a5a0f7]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving FPDT table memory at [mem 0x73a59000-0x73a59043]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving PHAT table memory at [mem 0x73a57000-0x73a57817]
Jan 22 13:58:41 arch-pc kernel: ACPI: Reserving BGRT table memory at [mem 0x73a58000-0x73a58037]
Jan 22 13:58:41 arch-pc kernel: No NUMA configuration found
Jan 22 13:58:41 arch-pc kernel: Faking a node at [mem 0x0000000000000000-0x000000087f7fffff]
Jan 22 13:58:41 arch-pc kernel: NODE_DATA(0) allocated [mem 0x87f7fc000-0x87f7fffff]
Jan 22 13:58:41 arch-pc kernel: Zone ranges:
Jan 22 13:58:41 arch-pc kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jan 22 13:58:41 arch-pc kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jan 22 13:58:41 arch-pc kernel:   Normal   [mem 0x0000000100000000-0x000000087f7fffff]
Jan 22 13:58:41 arch-pc kernel:   Device   empty
Jan 22 13:58:41 arch-pc kernel: Movable zone start for each node
Jan 22 13:58:41 arch-pc kernel: Early memory node ranges
Jan 22 13:58:41 arch-pc kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Jan 22 13:58:41 arch-pc kernel:   node   0: [mem 0x0000000000100000-0x000000006c2c8fff]
Jan 22 13:58:41 arch-pc kernel:   node   0: [mem 0x000000006cbc9000-0x000000006e9defff]
Jan 22 13:58:41 arch-pc kernel:   node   0: [mem 0x0000000073aff000-0x0000000073afffff]
Jan 22 13:58:41 arch-pc kernel:   node   0: [mem 0x0000000100000000-0x000000087f7fffff]
Jan 22 13:58:41 arch-pc kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000087f7fffff]
Jan 22 13:58:41 arch-pc kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 22 13:58:41 arch-pc kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Jan 22 13:58:41 arch-pc kernel: On node 0, zone DMA32: 2304 pages in unavailable ranges
Jan 22 13:58:41 arch-pc kernel: On node 0, zone DMA32: 20768 pages in unavailable ranges
Jan 22 13:58:41 arch-pc kernel: On node 0, zone Normal: 17664 pages in unavailable ranges
Jan 22 13:58:41 arch-pc kernel: On node 0, zone Normal: 2048 pages in unavailable ranges
Jan 22 13:58:41 arch-pc kernel: Reserving Intel graphics memory at [mem 0x7c800000-0x807fffff]
Jan 22 13:58:41 arch-pc kernel: ACPI: PM-Timer IO Port: 0x1808
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jan 22 13:58:41 arch-pc kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jan 22 13:58:41 arch-pc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 22 13:58:41 arch-pc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 22 13:58:41 arch-pc kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jan 22 13:58:41 arch-pc kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jan 22 13:58:41 arch-pc kernel: e820: update [mem 0x671ea000-0x672a0fff] usable ==> reserved
Jan 22 13:58:41 arch-pc kernel: TSC deadline timer available
Jan 22 13:58:41 arch-pc kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x671ea000-0x672a0fff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x681a1000-0x681a1fff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x6c2c9000-0x6cbc8fff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x6e9df000-0x6edaefff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x6edaf000-0x70a7efff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x70a7f000-0x73a2efff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x73a2f000-0x73afefff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x73b00000-0x77ffffff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x78000000-0x78bfffff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x78c00000-0x78dfffff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x78e00000-0x795fffff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x79600000-0x807fffff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x80800000-0xbfffffff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfe00ffff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfeffffff]
Jan 22 13:58:41 arch-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jan 22 13:58:41 arch-pc kernel: [mem 0x80800000-0xbfffffff] available for PCI devices
Jan 22 13:58:41 arch-pc kernel: Booting paravirtualized kernel on bare hardware
Jan 22 13:58:41 arch-pc kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Jan 22 13:58:41 arch-pc kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Jan 22 13:58:41 arch-pc kernel: percpu: Embedded 61 pages/cpu s212992 r8192 d28672 u262144
Jan 22 13:58:41 arch-pc kernel: pcpu-alloc: s212992 r8192 d28672 u262144 alloc=1*2097152
Jan 22 13:58:41 arch-pc kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Jan 22 13:58:41 arch-pc kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8182908
Jan 22 13:58:41 arch-pc kernel: Policy zone: Normal
Jan 22 13:58:41 arch-pc kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=/dev/mapper/vg-root rw cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm root=/dev/vg/root loglevel=3 quiet ibt=off ipv6.disable=1 nvidia_drm.modeset=1 drm.edid_firmware=HDMI-A-1:edid/1920x1080.bin
Jan 22 13:58:41 arch-pc kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-lts cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm ibt=off", will be passed to user space.
Jan 22 13:58:41 arch-pc kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Jan 22 13:58:41 arch-pc kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jan 22 13:58:41 arch-pc kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jan 22 13:58:41 arch-pc kernel: Memory: 32441368K/33251832K available (14344K kernel code, 2071K rwdata, 10892K rodata, 2148K init, 3572K bss, 810204K reserved, 0K cma-reserved)
Jan 22 13:58:41 arch-pc kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Jan 22 13:58:41 arch-pc kernel: ftrace: allocating 44521 entries in 174 pages
Jan 22 13:58:41 arch-pc kernel: ftrace: allocated 174 pages with 5 groups
Jan 22 13:58:41 arch-pc kernel: rcu: Hierarchical RCU implementation.
Jan 22 13:58:41 arch-pc kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Jan 22 13:58:41 arch-pc kernel:         Rude variant of Tasks RCU enabled.
Jan 22 13:58:41 arch-pc kernel:         Tracing variant of Tasks RCU enabled.
Jan 22 13:58:41 arch-pc kernel: rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
Jan 22 13:58:41 arch-pc kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Jan 22 13:58:41 arch-pc kernel: NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
Jan 22 13:58:41 arch-pc kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jan 22 13:58:41 arch-pc kernel: random: crng init done
Jan 22 13:58:41 arch-pc kernel: Console: colour dummy device 80x25
Jan 22 13:58:41 arch-pc kernel: printk: console [tty0] enabled
Jan 22 13:58:41 arch-pc kernel: ACPI: Core revision 20210730
Jan 22 13:58:41 arch-pc kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
Jan 22 13:58:41 arch-pc kernel: APIC: Switch to symmetric I/O mode setup
Jan 22 13:58:41 arch-pc kernel: DMAR: Host address width 39
Jan 22 13:58:41 arch-pc kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jan 22 13:58:41 arch-pc kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
Jan 22 13:58:41 arch-pc kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jan 22 13:58:41 arch-pc kernel: DMAR: dmar1: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
Jan 22 13:58:41 arch-pc kernel: DMAR: RMRR base: 0x0000007c000000 end: 0x000000807fffff
Jan 22 13:58:41 arch-pc kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Jan 22 13:58:41 arch-pc kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jan 22 13:58:41 arch-pc kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jan 22 13:58:41 arch-pc kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jan 22 13:58:41 arch-pc kernel: x2apic enabled
Jan 22 13:58:41 arch-pc kernel: Switched APIC routing to cluster x2apic.
Jan 22 13:58:41 arch-pc kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 22 13:58:41 arch-pc kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x185ac6cdb26, max_idle_ns: 440795262339 ns
Jan 22 13:58:41 arch-pc kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3379.20 BogoMIPS (lpj=16896000)
Jan 22 13:58:41 arch-pc kernel: pid_max: default: 32768 minimum: 301
Jan 22 13:58:41 arch-pc kernel: LSM: Security Framework initializing
Jan 22 13:58:41 arch-pc kernel: landlock: Up and running.
Jan 22 13:58:41 arch-pc kernel: Yama: becoming mindful.
Jan 22 13:58:41 arch-pc kernel: LSM support for eBPF active
Jan 22 13:58:41 arch-pc kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jan 22 13:58:41 arch-pc kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jan 22 13:58:41 arch-pc kernel: CPU0: Thermal monitoring enabled (TM1)
Jan 22 13:58:41 arch-pc kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jan 22 13:58:41 arch-pc kernel: process: using mwait in idle threads
Jan 22 13:58:41 arch-pc kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Jan 22 13:58:41 arch-pc kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Jan 22 13:58:41 arch-pc kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jan 22 13:58:41 arch-pc kernel: Spectre V2 : Mitigation: Enhanced IBRS
Jan 22 13:58:41 arch-pc kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jan 22 13:58:41 arch-pc kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Jan 22 13:58:41 arch-pc kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jan 22 13:58:41 arch-pc kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Jan 22 13:58:41 arch-pc kernel: Freeing SMP alternatives memory: 36K
Jan 22 13:58:41 arch-pc kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2529
Jan 22 13:58:41 arch-pc kernel: smpboot: CPU0: 12th Gen Intel(R) Core(TM) i5-12500H (family: 0x6, model: 0x9a, stepping: 0x3)
Jan 22 13:58:41 arch-pc kernel: Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
Jan 22 13:58:41 arch-pc kernel: core: cpu_core PMU driver: 
Jan 22 13:58:41 arch-pc kernel: ... version:                5
Jan 22 13:58:41 arch-pc kernel: ... bit width:              48
Jan 22 13:58:41 arch-pc kernel: ... generic registers:      8
Jan 22 13:58:41 arch-pc kernel: ... value mask:             0000ffffffffffff
Jan 22 13:58:41 arch-pc kernel: ... max period:             00007fffffffffff
Jan 22 13:58:41 arch-pc kernel: ... fixed-purpose events:   4
Jan 22 13:58:41 arch-pc kernel: ... event mask:             0001000f000000ff
Jan 22 13:58:41 arch-pc kernel: rcu: Hierarchical SRCU implementation.
Jan 22 13:58:41 arch-pc kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 22 13:58:41 arch-pc kernel: smp: Bringing up secondary CPUs ...
Jan 22 13:58:41 arch-pc kernel: x86: Booting SMP configuration:
Jan 22 13:58:41 arch-pc kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8
Jan 22 13:58:41 arch-pc kernel: core: cpu_atom PMU driver: PEBS-via-PT 
Jan 22 13:58:41 arch-pc kernel: ... version:                5
Jan 22 13:58:41 arch-pc kernel: ... bit width:              48
Jan 22 13:58:41 arch-pc kernel: ... generic registers:      6
Jan 22 13:58:41 arch-pc kernel: ... value mask:             0000ffffffffffff
Jan 22 13:58:41 arch-pc kernel: ... max period:             00007fffffffffff
Jan 22 13:58:41 arch-pc kernel: ... fixed-purpose events:   3
Jan 22 13:58:41 arch-pc kernel: ... event mask:             000000070000003f
Jan 22 13:58:41 arch-pc kernel:   #9 #10 #11 #12 #13 #14 #15
Jan 22 13:58:41 arch-pc kernel: smp: Brought up 1 node, 16 CPUs
Jan 22 13:58:41 arch-pc kernel: smpboot: Max logical packages: 1
Jan 22 13:58:41 arch-pc kernel: smpboot: Total of 16 processors activated (54067.20 BogoMIPS)
Jan 22 13:58:41 arch-pc kernel: devtmpfs: initialized
Jan 22 13:58:41 arch-pc kernel: x86/mm: Memory block size: 128MB
Jan 22 13:58:41 arch-pc kernel: ACPI: PM: Registering ACPI NVS region [mem 0x70a7f000-0x73a2efff] (50003968 bytes)
Jan 22 13:58:41 arch-pc kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Jan 22 13:58:41 arch-pc kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jan 22 13:58:41 arch-pc kernel: pinctrl core: initialized pinctrl subsystem
Jan 22 13:58:41 arch-pc kernel: PM: RTC time: 08:58:23, date: 2023-01-22
Jan 22 13:58:41 arch-pc kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jan 22 13:58:41 arch-pc kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Jan 22 13:58:41 arch-pc kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jan 22 13:58:41 arch-pc kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jan 22 13:58:41 arch-pc kernel: audit: initializing netlink subsys (disabled)
Jan 22 13:58:41 arch-pc kernel: audit: type=2000 audit(1674377902.160:1): state=initialized audit_enabled=0 res=1
Jan 22 13:58:41 arch-pc kernel: thermal_sys: Registered thermal governor 'fair_share'
Jan 22 13:58:41 arch-pc kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jan 22 13:58:41 arch-pc kernel: thermal_sys: Registered thermal governor 'step_wise'
Jan 22 13:58:41 arch-pc kernel: thermal_sys: Registered thermal governor 'user_space'
Jan 22 13:58:41 arch-pc kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jan 22 13:58:41 arch-pc kernel: cpuidle: using governor ladder
Jan 22 13:58:41 arch-pc kernel: cpuidle: using governor menu
Jan 22 13:58:41 arch-pc kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jan 22 13:58:41 arch-pc kernel: ACPI: bus type PCI registered
Jan 22 13:58:41 arch-pc kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 22 13:58:41 arch-pc kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Jan 22 13:58:41 arch-pc kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
Jan 22 13:58:41 arch-pc kernel: PCI: Using configuration type 1 for base access
Jan 22 13:58:41 arch-pc kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jan 22 13:58:41 arch-pc kernel: Kprobes globally optimized
Jan 22 13:58:41 arch-pc kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Jan 22 13:58:41 arch-pc kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Jan 22 13:58:41 arch-pc kernel: ACPI: Added _OSI(Module Device)
Jan 22 13:58:41 arch-pc kernel: ACPI: Added _OSI(Processor Device)
Jan 22 13:58:41 arch-pc kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 22 13:58:41 arch-pc kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 22 13:58:41 arch-pc kernel: ACPI: Added _OSI(Linux-Dell-Video)
Jan 22 13:58:41 arch-pc kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jan 22 13:58:41 arch-pc kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Jan 22 13:58:41 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.MHBR], AE_NOT_FOUND (20210730/psargs-330)
Jan 22 13:58:41 arch-pc kernel: ACPI: Ignoring error and continuing table load
Jan 22 13:58:41 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PTID.PBAR], AE_NOT_FOUND (20210730/dsfield-500)
Jan 22 13:58:41 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.HS11], AE_NOT_FOUND (20210730/dswload2-162)
Jan 22 13:58:41 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Jan 22 13:58:41 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 13:58:41 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.HS12], AE_NOT_FOUND (20210730/dswload2-162)
Jan 22 13:58:41 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Jan 22 13:58:41 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 13:58:41 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.HS13], AE_NOT_FOUND (20210730/dswload2-162)
Jan 22 13:58:41 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Jan 22 13:58:41 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 13:58:41 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.HS14], AE_NOT_FOUND (20210730/dswload2-162)
Jan 22 13:58:41 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Jan 22 13:58:41 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 13:58:41 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.SS05], AE_NOT_FOUND (20210730/dswload2-162)
Jan 22 13:58:41 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Jan 22 13:58:41 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 13:58:41 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.SS06], AE_NOT_FOUND (20210730/dswload2-162)
Jan 22 13:58:41 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Jan 22 13:58:41 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 13:58:41 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.SS07], AE_NOT_FOUND (20210730/dswload2-162)
Jan 22 13:58:41 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Jan 22 13:58:41 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 13:58:41 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.SS08], AE_NOT_FOUND (20210730/dswload2-162)
Jan 22 13:58:41 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Jan 22 13:58:41 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 13:58:41 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.SS09], AE_NOT_FOUND (20210730/dswload2-162)
Jan 22 13:58:41 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Jan 22 13:58:41 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 13:58:41 arch-pc kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.XHCI.RHUB.SS10], AE_NOT_FOUND (20210730/dswload2-162)
Jan 22 13:58:41 arch-pc kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20210730/psobject-220)
Jan 22 13:58:41 arch-pc kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
Jan 22 13:58:41 arch-pc kernel: ACPI: 14 ACPI AML tables successfully acquired and loaded
Jan 22 13:58:41 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0xFFFF9DED4297C200 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Jan 22 13:58:41 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0xFFFF9DED42392800 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0xFFFF9DED42399800 0004BB (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0xFFFF9DED4239C800 000476 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0xFFFF9DED40FBA000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0xFFFF9DED40FB8000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0xFFFF9DED40FBE000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: Dynamic OEM Table Load:
Jan 22 13:58:41 arch-pc kernel: ACPI: SSDT 0xFFFF9DED42308000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
Jan 22 13:58:41 arch-pc kernel: ACPI: EC: EC started
Jan 22 13:58:41 arch-pc kernel: ACPI: EC: interrupt blocked
Jan 22 13:58:41 arch-pc kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 22 13:58:41 arch-pc kernel: ACPI: \_SB_.PC00.LPCB.EC__: Boot DSDT EC used to handle transactions
Jan 22 13:58:41 arch-pc kernel: ACPI: Interpreter enabled
Jan 22 13:58:41 arch-pc kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jan 22 13:58:41 arch-pc kernel: ACPI: Using IOAPIC for interrupt routing
Jan 22 13:58:41 arch-pc kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 22 13:58:41 arch-pc kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
Jan 22 13:58:41 arch-pc kernel: ACPI: PM: Power Resource [PG00]
Jan 22 13:58:41 arch-pc kernel: ACPI: PM: Power Resource [BTRT]
Jan 22 13:58:41 arch-pc kernel: ACPI: PM: Power Resource [WRST]
Jan 22 13:58:41 arch-pc kernel: ACPI: PM: Power Resource [PIN]
Jan 22 13:58:41 arch-pc kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
Jan 22 13:58:41 arch-pc kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jan 22 13:58:41 arch-pc kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Jan 22 13:58:41 arch-pc kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jan 22 13:58:41 arch-pc kernel: PCI host bridge to bus 0000:00
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:00: root bus resource [mem 0x80800000-0xbfffffff window]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:00.0: [8086:4621] type 00 class 0x060000
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:01.0: [8086:460d] type 01 class 0x060400
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:01.0: PTM enabled (root), 4ns granularity
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: [8086:46a6] type 00 class 0x030000
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: reg 0x10: [mem 0x6102000000-0x6102ffffff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:04.0: [8086:461d] type 00 class 0x118000
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:04.0: reg 0x10: [mem 0x6103100000-0x610311ffff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:06.0: [8086:464d] type 01 class 0x060400
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:08.0: [8086:464f] type 00 class 0x088000
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:08.0: reg 0x10: [mem 0x6103149000-0x6103149fff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:0a.0: reg 0x10: [mem 0x6103130000-0x6103137fff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:0a.0: enabling Extended Tags
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:0d.0: [8086:461e] type 00 class 0x0c0330
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:0d.0: reg 0x10: [mem 0x6103120000-0x610312ffff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:14.0: [8086:51ed] type 00 class 0x0c0330
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:14.0: reg 0x10: [mem 0x82280000-0x8228ffff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:14.2: [8086:51ef] type 00 class 0x050000
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:14.2: reg 0x10: [mem 0x6103140000-0x6103143fff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:14.2: reg 0x18: [mem 0x6103148000-0x6103148fff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:14.3: [8086:51f0] type 00 class 0x028000
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:14.3: reg 0x10: [mem 0x610313c000-0x610313ffff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:15.0: [8086:51e8] type 00 class 0x0c8000
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:15.1: [8086:51e9] type 00 class 0x0c8000
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:16.0: [8086:51e0] type 00 class 0x078000
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:16.0: reg 0x10: [mem 0x6103145000-0x6103145fff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:16.0: PME# supported from D3hot
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:17.0: [8086:51d3] type 00 class 0x010601
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:17.0: reg 0x10: [mem 0x82290000-0x82291fff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:17.0: reg 0x14: [mem 0x82294000-0x822940ff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:17.0: reg 0x24: [mem 0x82293000-0x822937ff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:17.0: PME# supported from D3hot
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1c.0: [8086:51be] type 01 class 0x060400
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1f.0: [8086:5182] type 00 class 0x060100
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1f.3: [8086:51c8] type 00 class 0x040300
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x6103138000-0x610313bfff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x6103000000-0x61030fffff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1f.4: [8086:51a3] type 00 class 0x0c0500
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x6103144000-0x61031440ff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1f.5: [8086:51a4] type 00 class 0x0c8000
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:01:00.0: [10de:25a2] type 00 class 0x030200
Jan 22 13:58:41 arch-pc kernel: pci 0000:01:00.0: reg 0x10: [mem 0x81000000-0x81ffffff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x60ffffffff 64bit pref]
Jan 22 13:58:41 arch-pc kernel: pci 0000:01:00.0: reg 0x1c: [mem 0x6100000000-0x6101ffffff 64bit pref]
Jan 22 13:58:41 arch-pc kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
Jan 22 13:58:41 arch-pc kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Jan 22 13:58:41 arch-pc kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Jan 22 13:58:41 arch-pc kernel: pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x81000000-0x81ffffff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6101ffffff 64bit pref]
Jan 22 13:58:41 arch-pc kernel: pci 0000:02:00.0: [2646:500f] type 00 class 0x010802
Jan 22 13:58:41 arch-pc kernel: pci 0000:02:00.0: reg 0x10: [mem 0x82100000-0x82103fff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:06.0:   bridge window [mem 0x82100000-0x821fffff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
Jan 22 13:58:41 arch-pc kernel: pci 0000:03:00.0: reg 0x10: [io  0x3000-0x30ff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:03:00.0: reg 0x18: [mem 0x82004000-0x82004fff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:03:00.0: reg 0x20: [mem 0x82000000-0x82003fff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:03:00.0: supports D1 D2
Jan 22 13:58:41 arch-pc kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0x82000000-0x820fffff]
Jan 22 13:58:41 arch-pc kernel: ACPI: EC: interrupt unblocked
Jan 22 13:58:41 arch-pc kernel: ACPI: EC: event unblocked
Jan 22 13:58:41 arch-pc kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 22 13:58:41 arch-pc kernel: ACPI: EC: GPE=0x6e
Jan 22 13:58:41 arch-pc kernel: ACPI: \_SB_.PC00.LPCB.EC__: Boot DSDT EC initialization complete
Jan 22 13:58:41 arch-pc kernel: ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
Jan 22 13:58:41 arch-pc kernel: iommu: Default domain type: Translated 
Jan 22 13:58:41 arch-pc kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jan 22 13:58:41 arch-pc kernel: vgaarb: loaded
Jan 22 13:58:41 arch-pc kernel: SCSI subsystem initialized
Jan 22 13:58:41 arch-pc kernel: libata version 3.00 loaded.
Jan 22 13:58:41 arch-pc kernel: ACPI: bus type USB registered
Jan 22 13:58:41 arch-pc kernel: usbcore: registered new interface driver usbfs
Jan 22 13:58:41 arch-pc kernel: usbcore: registered new interface driver hub
Jan 22 13:58:41 arch-pc kernel: usbcore: registered new device driver usb
Jan 22 13:58:41 arch-pc kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 22 13:58:41 arch-pc kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 22 13:58:41 arch-pc kernel: PTP clock support registered
Jan 22 13:58:41 arch-pc kernel: EDAC MC: Ver: 3.0.0
Jan 22 13:58:41 arch-pc kernel: Registered efivars operations
Jan 22 13:58:41 arch-pc kernel: NetLabel: Initializing
Jan 22 13:58:41 arch-pc kernel: NetLabel:  domain hash size = 128
Jan 22 13:58:41 arch-pc kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 22 13:58:41 arch-pc kernel: NetLabel:  unlabeled traffic allowed by default
Jan 22 13:58:41 arch-pc kernel: PCI: Using ACPI for IRQ routing
Jan 22 13:58:41 arch-pc kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
Jan 22 13:58:41 arch-pc kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Jan 22 13:58:41 arch-pc kernel: e820: reserve RAM buffer [mem 0x671ea000-0x67ffffff]
Jan 22 13:58:41 arch-pc kernel: e820: reserve RAM buffer [mem 0x681a1000-0x6bffffff]
Jan 22 13:58:41 arch-pc kernel: e820: reserve RAM buffer [mem 0x6c2c9000-0x6fffffff]
Jan 22 13:58:41 arch-pc kernel: e820: reserve RAM buffer [mem 0x6e9df000-0x6fffffff]
Jan 22 13:58:41 arch-pc kernel: e820: reserve RAM buffer [mem 0x73b00000-0x73ffffff]
Jan 22 13:58:41 arch-pc kernel: e820: reserve RAM buffer [mem 0x87f800000-0x87fffffff]
Jan 22 13:58:41 arch-pc kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jan 22 13:58:41 arch-pc kernel: hpet0: 8 comparators, 64-bit 19.200000 MHz counter
Jan 22 13:58:41 arch-pc kernel: clocksource: Switched to clocksource tsc-early
Jan 22 13:58:41 arch-pc kernel: VFS: Disk quotas dquot_6.6.0
Jan 22 13:58:41 arch-pc kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 22 13:58:41 arch-pc kernel: pnp: PnP ACPI init
Jan 22 13:58:41 arch-pc kernel: pnp 00:00: disabling [io  0x3322-0x3323] because it overlaps 0000:00:1c.0 BAR 13 [io  0x3000-0x3fff]
Jan 22 13:58:41 arch-pc kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Jan 22 13:58:41 arch-pc kernel: pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Jan 22 13:58:41 arch-pc kernel: system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
Jan 22 13:58:41 arch-pc kernel: system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
Jan 22 13:58:41 arch-pc kernel: system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
Jan 22 13:58:41 arch-pc kernel: system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
Jan 22 13:58:41 arch-pc kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
Jan 22 13:58:41 arch-pc kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
Jan 22 13:58:41 arch-pc kernel: system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
Jan 22 13:58:41 arch-pc kernel: system 00:06: [io  0x2000-0x20fe] has been reserved
Jan 22 13:58:41 arch-pc kernel: pnp: PnP ACPI: found 8 devices
Jan 22 13:58:41 arch-pc kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jan 22 13:58:41 arch-pc kernel: NET: Registered PF_INET protocol family
Jan 22 13:58:41 arch-pc kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 22 13:58:41 arch-pc kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Jan 22 13:58:41 arch-pc kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jan 22 13:58:41 arch-pc kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 22 13:58:41 arch-pc kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Jan 22 13:58:41 arch-pc kernel: TCP: Hash tables configured (established 262144 bind 65536)
Jan 22 13:58:41 arch-pc kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Jan 22 13:58:41 arch-pc kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jan 22 13:58:41 arch-pc kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jan 22 13:58:41 arch-pc kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jan 22 13:58:41 arch-pc kernel: NET: Registered PF_XDP protocol family
Jan 22 13:58:41 arch-pc kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x80800000-0x80800fff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:01:00.0: BAR 6: no space for [mem size 0x00080000 pref]
Jan 22 13:58:41 arch-pc kernel: pci 0000:01:00.0: BAR 6: failed to assign [mem size 0x00080000 pref]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x81000000-0x81ffffff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6101ffffff 64bit pref]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:06.0:   bridge window [mem 0x82100000-0x821fffff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Jan 22 13:58:41 arch-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0x82000000-0x820fffff]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:00: resource 7 [mem 0x80800000-0xbfffffff window]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:01: resource 1 [mem 0x81000000-0x81ffffff]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6101ffffff 64bit pref]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:02: resource 1 [mem 0x82100000-0x821fffff]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
Jan 22 13:58:41 arch-pc kernel: pci_bus 0000:03: resource 1 [mem 0x82000000-0x820fffff]
Jan 22 13:58:41 arch-pc kernel: PCI: CLS 64 bytes, default 64
Jan 22 13:58:41 arch-pc kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 22 13:58:41 arch-pc kernel: software IO TLB: mapped [mem 0x00000000631aa000-0x00000000671aa000] (64MB)
Jan 22 13:58:41 arch-pc kernel: Trying to unpack rootfs image as initramfs...
Jan 22 13:58:41 arch-pc kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x185ac6cdb26, max_idle_ns: 440795262339 ns
Jan 22 13:58:41 arch-pc kernel: clocksource: Switched to clocksource tsc
Jan 22 13:58:41 arch-pc kernel: Initialise system trusted keyrings
Jan 22 13:58:41 arch-pc kernel: Key type blacklist registered
Jan 22 13:58:41 arch-pc kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Jan 22 13:58:41 arch-pc kernel: zbud: loaded
Jan 22 13:58:41 arch-pc kernel: integrity: Platform Keyring initialized
Jan 22 13:58:41 arch-pc kernel: Key type asymmetric registered
Jan 22 13:58:41 arch-pc kernel: Asymmetric key parser 'x509' registered
Jan 22 13:58:41 arch-pc kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 241)
Jan 22 13:58:41 arch-pc kernel: io scheduler mq-deadline registered
Jan 22 13:58:41 arch-pc kernel: io scheduler kyber registered
Jan 22 13:58:41 arch-pc kernel: io scheduler bfq registered
Jan 22 13:58:41 arch-pc kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
Jan 22 13:58:41 arch-pc kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 123
Jan 22 13:58:41 arch-pc kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
Jan 22 13:58:41 arch-pc kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 124
Jan 22 13:58:41 arch-pc kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 22 13:58:41 arch-pc kernel: Monitor-Mwait will be used to enter C-1 state
Jan 22 13:58:41 arch-pc kernel: Monitor-Mwait will be used to enter C-2 state
Jan 22 13:58:41 arch-pc kernel: Monitor-Mwait will be used to enter C-3 state
Jan 22 13:58:41 arch-pc kernel: ACPI: \_SB_.PR00: Found 3 idle states
Jan 22 13:58:41 arch-pc kernel: ACPI: AC: AC Adapter [AC] (on-line)
Jan 22 13:58:41 arch-pc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jan 22 13:58:41 arch-pc kernel: ACPI: button: Power Button [PWRB]
Jan 22 13:58:41 arch-pc kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Jan 22 13:58:41 arch-pc kernel: ACPI: button: Sleep Button [SLPB]
Jan 22 13:58:41 arch-pc kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Jan 22 13:58:41 arch-pc kernel: ACPI: button: Lid Switch [LID0]
Jan 22 13:58:41 arch-pc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jan 22 13:58:41 arch-pc kernel: ACPI: button: Power Button [PWRF]
Jan 22 13:58:41 arch-pc kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2529
Jan 22 13:58:41 arch-pc kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jan 22 13:58:41 arch-pc kernel: ACPI: thermal: Thermal Zone [TZ0] (39 C)
Jan 22 13:58:41 arch-pc kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jan 22 13:58:41 arch-pc kernel: ACPI: battery: Slot [BAT0] (battery present)
Jan 22 13:58:41 arch-pc kernel: Non-volatile memory driver v1.3
Jan 22 13:58:41 arch-pc kernel: Linux agpgart interface v0.103
Jan 22 13:58:41 arch-pc kernel: tpm_tis IFX0785:00: 2.0 TPM (device-id 0x1B, rev-id 22)
Jan 22 13:58:41 arch-pc kernel: tpm tpm0: [Firmware Bug]: TPM interrupt not working, polling instead
Jan 22 13:58:41 arch-pc kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jan 22 13:58:41 arch-pc kernel: nvme nvme0: pci function 0000:02:00.0
Jan 22 13:58:41 arch-pc kernel: ahci 0000:00:17.0: version 3.0
Jan 22 13:58:41 arch-pc kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Jan 22 13:58:41 arch-pc kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds 
Jan 22 13:58:41 arch-pc kernel: scsi host0: ahci
Jan 22 13:58:41 arch-pc kernel: ata1: SATA max UDMA/133 abar m2048@0x82293000 port 0x82293100 irq 126
Jan 22 13:58:41 arch-pc kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 22 13:58:41 arch-pc kernel: ehci-pci: EHCI PCI platform driver
Jan 22 13:58:41 arch-pc kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jan 22 13:58:41 arch-pc kernel: ohci-pci: OHCI PCI platform driver
Jan 22 13:58:41 arch-pc kernel: uhci_hcd: USB Universal Host Controller Interface driver
Jan 22 13:58:41 arch-pc kernel: usbcore: registered new interface driver usbserial_generic
Jan 22 13:58:41 arch-pc kernel: usbserial: USB Serial support registered for generic
Jan 22 13:58:41 arch-pc kernel: rtc_cmos 00:01: RTC can wake from S4
Jan 22 13:58:41 arch-pc kernel: rtc_cmos 00:01: registered as rtc0
Jan 22 13:58:41 arch-pc kernel: rtc_cmos 00:01: setting system clock to 2023-01-22T08:58:23 UTC (1674377903)
Jan 22 13:58:41 arch-pc kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
Jan 22 13:58:41 arch-pc kernel: intel_pstate: Intel P-state driver initializing
Jan 22 13:58:41 arch-pc kernel: intel_pstate: HWP enabled
Jan 22 13:58:41 arch-pc kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 22 13:58:41 arch-pc kernel: efifb: probing for efifb
Jan 22 13:58:41 arch-pc kernel: efifb: showing boot graphics
Jan 22 13:58:41 arch-pc kernel: efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
Jan 22 13:58:41 arch-pc kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Jan 22 13:58:41 arch-pc kernel: efifb: scrolling: redraw
Jan 22 13:58:41 arch-pc kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jan 22 13:58:41 arch-pc kernel: fbcon: Deferring console take-over
Jan 22 13:58:41 arch-pc kernel: fb0: EFI VGA frame buffer device
Jan 22 13:58:41 arch-pc kernel: hid: raw HID events driver (C) Jiri Kosina
Jan 22 13:58:41 arch-pc kernel: intel_pmc_core INT33A1:00:  initialized
Jan 22 13:58:41 arch-pc kernel: drop_monitor: Initializing network drop monitor service
Jan 22 13:58:41 arch-pc kernel: Initializing XFRM netlink socket
Jan 22 13:58:41 arch-pc kernel: IPv6: Loaded, but administratively disabled, reboot required to enable
Jan 22 13:58:41 arch-pc kernel: NET: Registered PF_PACKET protocol family
Jan 22 13:58:41 arch-pc kernel: microcode: sig=0x906a3, pf=0x80, revision=0x416
Jan 22 13:58:41 arch-pc kernel: microcode: Microcode Update Driver: v2.2.
Jan 22 13:58:41 arch-pc kernel: unchecked MSR access error: WRMSR to 0xd10 (tried to write 0x000000000000ffff) at rIP: 0xffffffff8c074e14 (native_write_msr+0x4/0x20)
Jan 22 13:58:41 arch-pc kernel: Call Trace:
Jan 22 13:58:41 arch-pc kernel:  <TASK>
Jan 22 13:58:41 arch-pc kernel:  cat_wrmsr+0x3d/0x60
Jan 22 13:58:41 arch-pc kernel:  resctrl_online_cpu+0x34e/0x4b0
Jan 22 13:58:41 arch-pc kernel:  ? mba_wrmsr_intel+0x80/0x80
Jan 22 13:58:41 arch-pc kernel:  cpuhp_invoke_callback+0xe6/0x3b0
Jan 22 13:58:41 arch-pc kernel:  cpuhp_thread_fun+0xe2/0x160
Jan 22 13:58:41 arch-pc kernel:  ? smpboot_register_percpu_thread+0xf0/0xf0
Jan 22 13:58:41 arch-pc kernel:  smpboot_thread_fn+0xac/0x140
Jan 22 13:58:41 arch-pc kernel:  kthread+0x115/0x140
Jan 22 13:58:41 arch-pc kernel:  ? set_kthread_struct+0x50/0x50
Jan 22 13:58:41 arch-pc kernel:  ret_from_fork+0x1f/0x30
Jan 22 13:58:41 arch-pc kernel:  </TASK>
Jan 22 13:58:41 arch-pc kernel: resctrl: L2 allocation detected
Jan 22 13:58:41 arch-pc kernel: IPI shorthand broadcast: enabled
Jan 22 13:58:41 arch-pc kernel: sched_clock: Marking stable (754473193, -9276516)->(749635375, -4438698)
Jan 22 13:58:41 arch-pc kernel: registered taskstats version 1
Jan 22 13:58:41 arch-pc kernel: Loading compiled-in X.509 certificates
Jan 22 13:58:41 arch-pc kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7a314cdec59bc50b741a59b5e596330781610a1c'
Jan 22 13:58:41 arch-pc kernel: zswap: loaded using pool lz4/z3fold
Jan 22 13:58:41 arch-pc kernel: nvme nvme0: allocated 64 MiB host memory buffer.
Jan 22 13:58:41 arch-pc kernel: Key type .fscrypt registered
Jan 22 13:58:41 arch-pc kernel: Key type fscrypt-provisioning registered
Jan 22 13:58:41 arch-pc kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 22 13:58:41 arch-pc kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jan 22 13:58:41 arch-pc kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 22 13:58:41 arch-pc kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jan 22 13:58:41 arch-pc kernel: integrity: Loading X.509 certificate: UEFI:db
Jan 22 13:58:41 arch-pc kernel: integrity: Loaded X.509 cert 'Secure Certificate: 01dcc89619884ca147983429f8a4a1a0'
Jan 22 13:58:41 arch-pc kernel: PM:   Magic number: 7:910:978
Jan 22 13:58:41 arch-pc kernel: acpi INTC1099:00: hash matches
Jan 22 13:58:41 arch-pc kernel: RAS: Correctable Errors collector initialized.
Jan 22 13:58:41 arch-pc kernel: nvme nvme0: 8/0/0 default/read/poll queues
Jan 22 13:58:41 arch-pc kernel:  nvme0n1: p1 p2
Jan 22 13:58:41 arch-pc kernel: Freeing initrd memory: 25672K
Jan 22 13:58:41 arch-pc kernel: ata1: SATA link down (SStatus 4 SControl 300)
Jan 22 13:58:41 arch-pc kernel: Freeing unused decrypted memory: 2036K
Jan 22 13:58:41 arch-pc kernel: Freeing unused kernel image (initmem) memory: 2148K
Jan 22 13:58:41 arch-pc kernel: Write protecting the kernel read-only data: 28672k
Jan 22 13:58:41 arch-pc kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
Jan 22 13:58:41 arch-pc kernel: Freeing unused kernel image (rodata/data gap) memory: 1396K
Jan 22 13:58:41 arch-pc kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 22 13:58:41 arch-pc kernel: rodata_test: all tests were successful
Jan 22 13:58:41 arch-pc kernel: Run /init as init process
Jan 22 13:58:41 arch-pc kernel:   with arguments:
Jan 22 13:58:41 arch-pc kernel:     /init
Jan 22 13:58:41 arch-pc kernel:   with environment:
Jan 22 13:58:41 arch-pc kernel:     HOME=/
Jan 22 13:58:41 arch-pc kernel:     TERM=linux
Jan 22 13:58:41 arch-pc kernel:     BOOT_IMAGE=/vmlinuz-linux-lts
Jan 22 13:58:41 arch-pc kernel:     cryptdevice=UUID=0681aafa-0bb7-48ca-84df-5ddaede29c0b:cryptlvm
Jan 22 13:58:41 arch-pc kernel:     ibt=off
Jan 22 13:58:41 arch-pc kernel: fbcon: Taking over console
Jan 22 13:58:41 arch-pc kernel: Console: switching to colour frame buffer device 240x67
Jan 22 13:58:41 arch-pc kernel: Console: switching to colour dummy device 80x25
Jan 22 13:58:41 arch-pc kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jan 22 13:58:41 arch-pc kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jan 22 13:58:41 arch-pc kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc_ver2_10.bin (v2.10)
Jan 22 13:58:41 arch-pc kernel: i915 0000:00:02.0: [drm] failed to retrieve link info, disabling eDP
Jan 22 13:58:41 arch-pc kernel: i915 0000:00:02.0: [drm] *ERROR* crtc 131: Can't calculate constants, dotclock = 0!
Jan 22 13:58:41 arch-pc kernel: ------------[ cut here ]------------
Jan 22 13:58:41 arch-pc kernel: i915 0000:00:02.0: drm_WARN_ON_ONCE(drm_drv_uses_atomic_modeset(dev))
Jan 22 13:58:41 arch-pc kernel: WARNING: CPU: 9 PID: 219 at drivers/gpu/drm/drm_vblank.c:728 drm_crtc_vblank_helper_get_vblank_timestamp_internal+0x342/0x350
Jan 22 13:58:41 arch-pc kernel: Modules linked in: i915(+) intel_gtt video ttm
Jan 22 13:58:41 arch-pc kernel: CPU: 9 PID: 219 Comm: modprobe Not tainted 5.15.89-1-lts #1 62bc05ab821a847a0ff554b703f339a5e9ca84a1
Jan 22 13:58:41 arch-pc kernel: Hardware name: Notebook V15x_V17xPNKPNJPNH/V15x_V17xPNKPNJPNH, BIOS 1.07.06 02/15/2022
Jan 22 13:58:41 arch-pc kernel: RIP: 0010:drm_crtc_vblank_helper_get_vblank_timestamp_internal+0x342/0x350
Jan 22 13:58:41 arch-pc kernel: Code: 48 8b 5f 50 48 85 db 75 03 48 8b 1f e8 f7 8f 01 00 48 c7 c1 b8 44 51 8d 48 89 da 48 c7 c7 03 b3 50 8d 48 89 c6 e8 be f4 3c 00 <0f> 0b e9 c4 fd ff ff e8 02 37 42 00 66 90 0f 1f 44 00 00 48 8b 87
Jan 22 13:58:41 arch-pc kernel: RSP: 0000:ffffc02e405bf840 EFLAGS: 00010082
Jan 22 13:58:41 arch-pc kernel: RAX: 0000000000000000 RBX: ffff9ded4231b750 RCX: ffffffff8dccb968
Jan 22 13:58:41 arch-pc kernel: RDX: 0000000000000000 RSI: 00000000ffffefff RDI: ffffffff8dc5b920
Jan 22 13:58:41 arch-pc kernel: RBP: ffffc02e405bf8b0 R08: 0000000000000000 R09: ffffc02e405bf650
Jan 22 13:58:41 arch-pc kernel: R10: ffffc02e405bf648 R11: 0000000000000003 R12: ffffc02e405bf8f8
Jan 22 13:58:41 arch-pc kernel: R13: ffffffffc01f5890 R14: ffff9ded4d1b0140 R15: ffff9ded4d1c69d8
Jan 22 13:58:41 arch-pc kernel: FS:  00007fa4e1a3d740(0000) GS:ffff9df49f640000(0000) knlGS:0000000000000000
Jan 22 13:58:41 arch-pc kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 22 13:58:41 arch-pc kernel: CR2: 0000000000000000 CR3: 0000000101278003 CR4: 0000000000770ee0
Jan 22 13:58:41 arch-pc kernel: PKRU: 55555554
Jan 22 13:58:41 arch-pc kernel: Call Trace:
Jan 22 13:58:41 arch-pc kernel:  <TASK>
Jan 22 13:58:41 arch-pc kernel:  drm_get_last_vbltimestamp+0xaa/0xc0
Jan 22 13:58:41 arch-pc kernel:  drm_reset_vblank_timestamp+0x61/0xd0
Jan 22 13:58:41 arch-pc kernel:  drm_crtc_vblank_on+0x82/0x140
Jan 22 13:58:41 arch-pc kernel:  intel_crtc_vblank_on+0x2f/0x70 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  intel_modeset_setup_hw_state+0xa87/0x1ae0 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  ? drm_modeset_lock_all_ctx+0x135/0x390
Jan 22 13:58:41 arch-pc kernel:  intel_modeset_init_nogem+0x3ca/0x14d0 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  ? gen12_fwtable_read32+0x94/0x1f0 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  ? gen12_fwtable_read32+0x94/0x1f0 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  i915_driver_probe+0x4e8/0xcb0 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  ? vga_switcheroo_client_probe_defer+0x23/0x50
Jan 22 13:58:41 arch-pc kernel:  ? i915_pci_probe+0x3f/0x160 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  local_pci_probe+0x3e/0x80
Jan 22 13:58:41 arch-pc kernel:  pci_device_probe+0xf9/0x1b0
Jan 22 13:58:41 arch-pc kernel:  really_probe+0x1f3/0x3e0
Jan 22 13:58:41 arch-pc kernel:  __driver_probe_device+0xff/0x170
Jan 22 13:58:41 arch-pc kernel:  driver_probe_device+0x1f/0x90
Jan 22 13:58:41 arch-pc kernel:  __driver_attach+0xce/0x1b0
Jan 22 13:58:41 arch-pc kernel:  ? __device_attach_driver+0x110/0x110
Jan 22 13:58:41 arch-pc kernel:  bus_for_each_dev+0x84/0xd0
Jan 22 13:58:41 arch-pc kernel:  bus_add_driver+0x13e/0x200
Jan 22 13:58:41 arch-pc kernel:  driver_register+0x89/0xe0
Jan 22 13:58:41 arch-pc kernel:  i915_init+0x1f/0x92 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  ? 0xffffffffc0509000
Jan 22 13:58:41 arch-pc kernel:  do_one_initcall+0x56/0x1f0
Jan 22 13:58:41 arch-pc kernel:  do_init_module+0x4a/0x250
Jan 22 13:58:41 arch-pc kernel:  __do_sys_finit_module+0xa7/0x110
Jan 22 13:58:41 arch-pc kernel:  do_syscall_64+0x58/0x80
Jan 22 13:58:41 arch-pc kernel:  ? __do_sys_newfstatat+0x55/0x80
Jan 22 13:58:41 arch-pc kernel:  ? syscall_exit_to_user_mode+0x23/0x50
Jan 22 13:58:41 arch-pc kernel:  ? do_syscall_64+0x67/0x80
Jan 22 13:58:41 arch-pc kernel:  ? syscall_exit_to_user_mode+0x23/0x50
Jan 22 13:58:41 arch-pc kernel:  ? do_syscall_64+0x67/0x80
Jan 22 13:58:41 arch-pc kernel:  ? syscall_exit_to_user_mode+0x23/0x50
Jan 22 13:58:41 arch-pc kernel:  ? do_syscall_64+0x67/0x80
Jan 22 13:58:41 arch-pc kernel:  ? exc_page_fault+0x71/0x150
Jan 22 13:58:41 arch-pc kernel:  entry_SYSCALL_64_after_hwframe+0x61/0xcb
Jan 22 13:58:41 arch-pc kernel: RIP: 0033:0x7fa4e1b42abd
Jan 22 13:58:41 arch-pc kernel: Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 9b 72 0d 00 f7 d8 64 89 01 48
Jan 22 13:58:41 arch-pc kernel: RSP: 002b:00007fff9cd3a218 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Jan 22 13:58:41 arch-pc kernel: RAX: ffffffffffffffda RBX: 00005591d4b93cb0 RCX: 00007fa4e1b42abd
Jan 22 13:58:41 arch-pc kernel: RDX: 0000000000000000 RSI: 00005591d405ecb2 RDI: 0000000000000006
Jan 22 13:58:41 arch-pc kernel: RBP: 00005591d405ecb2 R08: 0000000000000000 R09: 00007fff9cd3a350
Jan 22 13:58:41 arch-pc kernel: R10: 0000000000000006 R11: 0000000000000246 R12: 0000000000060000
Jan 22 13:58:41 arch-pc kernel: R13: 00005591d4b93de0 R14: 0000000000000000 R15: 00005591d4b94560
Jan 22 13:58:41 arch-pc kernel:  </TASK>
Jan 22 13:58:41 arch-pc kernel: ---[ end trace c5f3f92eb2ba060d ]---
Jan 22 13:58:41 arch-pc kernel: i915 0000:00:02.0: [drm] GuC firmware i915/adlp_guc_62.0.3.bin version 62.0 submission:enabled
Jan 22 13:58:41 arch-pc kernel: i915 0000:00:02.0: [drm] GuC SLPC: enabled
Jan 22 13:58:41 arch-pc kernel: i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc_7.9.3.bin version 7.9 authenticated:yes
Jan 22 13:58:41 arch-pc kernel: i915 0000:00:02.0: [drm] GuC RC: enabled
Jan 22 13:58:41 arch-pc kernel: ------------[ cut here ]------------
Jan 22 13:58:41 arch-pc kernel: i915 0000:00:02.0: drm_WARN_ON(intel_dp->pps.vdd_wakeref)
Jan 22 13:58:41 arch-pc kernel: WARNING: CPU: 6 PID: 219 at drivers/gpu/drm/i915/display/intel_pps.c:591 intel_pps_vdd_on_unlocked+0x29c/0x2b0 [i915]
Jan 22 13:58:41 arch-pc kernel: Modules linked in: i915(+) intel_gtt video ttm
Jan 22 13:58:41 arch-pc kernel: CPU: 6 PID: 219 Comm: modprobe Tainted: G        W         5.15.89-1-lts #1 62bc05ab821a847a0ff554b703f339a5e9ca84a1
Jan 22 13:58:41 arch-pc kernel: Hardware name: Notebook V15x_V17xPNKPNJPNH/V15x_V17xPNKPNJPNH, BIOS 1.07.06 02/15/2022
Jan 22 13:58:41 arch-pc kernel: RIP: 0010:intel_pps_vdd_on_unlocked+0x29c/0x2b0 [i915]
Jan 22 13:58:41 arch-pc kernel: Code: 4c 8b 67 50 4d 85 e4 75 03 4c 8b 27 e8 cd 30 43 cc 48 c7 c1 90 0c 3e c0 4c 89 e2 48 c7 c7 9d 60 3f c0 48 89 c6 e8 94 95 7e cc <0f> 0b e9 f3 fd ff ff e8 d8 d7 83 cc 0f 1f 84 00 00 00 00 00 0f 1f
Jan 22 13:58:41 arch-pc kernel: RSP: 0018:ffffc02e405bf610 EFLAGS: 00010286
Jan 22 13:58:41 arch-pc kernel: RAX: 0000000000000000 RBX: ffff9ded42b44170 RCX: ffffffff8dccb968
Jan 22 13:58:41 arch-pc kernel: RDX: 0000000000000000 RSI: 00000000ffffefff RDI: ffffffff8dc5b920
Jan 22 13:58:41 arch-pc kernel: RBP: ffff9ded4d1b0000 R08: 0000000000000000 R09: ffffc02e405bf420
Jan 22 13:58:41 arch-pc kernel: R10: ffffc02e405bf418 R11: 0000000000000003 R12: ffff9ded4231b750
Jan 22 13:58:41 arch-pc kernel: R13: 0000000000000005 R14: ffff9ded4d1b07d0 R15: 0000000000000000
Jan 22 13:58:41 arch-pc kernel: FS:  00007fa4e1a3d740(0000) GS:ffff9df49f580000(0000) knlGS:0000000000000000
Jan 22 13:58:41 arch-pc kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 22 13:58:41 arch-pc kernel: CR2: 00007f5d604a29a8 CR3: 0000000101278003 CR4: 0000000000770ee0
Jan 22 13:58:41 arch-pc kernel: PKRU: 55555554
Jan 22 13:58:41 arch-pc kernel: Call Trace:
Jan 22 13:58:41 arch-pc kernel:  <TASK>
Jan 22 13:58:41 arch-pc kernel:  ? intel_display_power_get+0x4e/0x60 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  intel_dp_aux_xfer+0x127/0x770 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  ? clockevents_program_event+0x93/0x100
Jan 22 13:58:41 arch-pc kernel:  ? hrtimer_try_to_cancel+0x15/0xe0
Jan 22 13:58:41 arch-pc kernel:  intel_dp_aux_transfer+0x201/0x320 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  drm_dp_dpcd_access+0xaa/0x130
Jan 22 13:58:41 arch-pc kernel:  drm_dp_dpcd_write+0x89/0xd0
Jan 22 13:58:41 arch-pc kernel:  intel_dp_set_power+0x63/0x190 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  intel_ddi_post_disable+0x424/0x450 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  intel_encoders_post_disable+0x7b/0x90 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  intel_old_crtc_state_disables+0xd7/0x1a0 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  intel_atomic_commit_tail+0x10a7/0x1710 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  ? flush_workqueue+0x19c/0x420
Jan 22 13:58:41 arch-pc kernel:  intel_atomic_commit+0x33f/0x390 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  intel_modeset_init+0x19c/0x280 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  i915_driver_probe+0x50c/0xcb0 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  ? vga_switcheroo_client_probe_defer+0x23/0x50
Jan 22 13:58:41 arch-pc kernel:  ? i915_pci_probe+0x3f/0x160 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  local_pci_probe+0x3e/0x80
Jan 22 13:58:41 arch-pc kernel:  pci_device_probe+0xf9/0x1b0
Jan 22 13:58:41 arch-pc kernel:  really_probe+0x1f3/0x3e0
Jan 22 13:58:41 arch-pc kernel:  __driver_probe_device+0xff/0x170
Jan 22 13:58:41 arch-pc kernel:  driver_probe_device+0x1f/0x90
Jan 22 13:58:41 arch-pc kernel:  __driver_attach+0xce/0x1b0
Jan 22 13:58:41 arch-pc kernel:  ? __device_attach_driver+0x110/0x110
Jan 22 13:58:41 arch-pc kernel:  bus_for_each_dev+0x84/0xd0
Jan 22 13:58:41 arch-pc kernel:  bus_add_driver+0x13e/0x200
Jan 22 13:58:41 arch-pc kernel:  driver_register+0x89/0xe0
Jan 22 13:58:41 arch-pc kernel:  i915_init+0x1f/0x92 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  ? 0xffffffffc0509000
Jan 22 13:58:41 arch-pc kernel:  do_one_initcall+0x56/0x1f0
Jan 22 13:58:41 arch-pc kernel:  do_init_module+0x4a/0x250
Jan 22 13:58:41 arch-pc kernel:  __do_sys_finit_module+0xa7/0x110
Jan 22 13:58:41 arch-pc kernel:  do_syscall_64+0x58/0x80
Jan 22 13:58:41 arch-pc kernel:  ? __do_sys_newfstatat+0x55/0x80
Jan 22 13:58:41 arch-pc kernel:  ? syscall_exit_to_user_mode+0x23/0x50
Jan 22 13:58:41 arch-pc kernel:  ? do_syscall_64+0x67/0x80
Jan 22 13:58:41 arch-pc kernel:  ? syscall_exit_to_user_mode+0x23/0x50
Jan 22 13:58:41 arch-pc kernel:  ? do_syscall_64+0x67/0x80
Jan 22 13:58:41 arch-pc kernel:  ? syscall_exit_to_user_mode+0x23/0x50
Jan 22 13:58:41 arch-pc kernel:  ? do_syscall_64+0x67/0x80
Jan 22 13:58:41 arch-pc kernel:  ? exc_page_fault+0x71/0x150
Jan 22 13:58:41 arch-pc kernel:  entry_SYSCALL_64_after_hwframe+0x61/0xcb
Jan 22 13:58:41 arch-pc kernel: RIP: 0033:0x7fa4e1b42abd
Jan 22 13:58:41 arch-pc kernel: Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 9b 72 0d 00 f7 d8 64 89 01 48
Jan 22 13:58:41 arch-pc kernel: RSP: 002b:00007fff9cd3a218 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Jan 22 13:58:41 arch-pc kernel: RAX: ffffffffffffffda RBX: 00005591d4b93cb0 RCX: 00007fa4e1b42abd
Jan 22 13:58:41 arch-pc kernel: RDX: 0000000000000000 RSI: 00005591d405ecb2 RDI: 0000000000000006
Jan 22 13:58:41 arch-pc kernel: RBP: 00005591d405ecb2 R08: 0000000000000000 R09: 00007fff9cd3a350
Jan 22 13:58:41 arch-pc kernel: R10: 0000000000000006 R11: 0000000000000246 R12: 0000000000060000
Jan 22 13:58:41 arch-pc kernel: R13: 00005591d4b93de0 R14: 0000000000000000 R15: 00005591d4b94560
Jan 22 13:58:41 arch-pc kernel:  </TASK>
Jan 22 13:58:41 arch-pc kernel: ---[ end trace c5f3f92eb2ba060e ]---
Jan 22 13:58:41 arch-pc kernel: ------------[ cut here ]------------
Jan 22 13:58:41 arch-pc kernel: crtc active state doesn't match with hw state (expected 0, found 1)
Jan 22 13:58:41 arch-pc kernel: WARNING: CPU: 6 PID: 219 at drivers/gpu/drm/i915/display/intel_display.c:8855 intel_atomic_commit_tail+0x16c4/0x1710 [i915]
Jan 22 13:58:41 arch-pc kernel: Modules linked in: i915(+) intel_gtt video ttm
Jan 22 13:58:41 arch-pc kernel: CPU: 6 PID: 219 Comm: modprobe Tainted: G        W         5.15.89-1-lts #1 62bc05ab821a847a0ff554b703f339a5e9ca84a1
Jan 22 13:58:41 arch-pc kernel: Hardware name: Notebook V15x_V17xPNKPNJPNH/V15x_V17xPNKPNJPNH, BIOS 1.07.06 02/15/2022
Jan 22 13:58:41 arch-pc kernel: RIP: 0010:intel_atomic_commit_tail+0x16c4/0x1710 [i915]
Jan 22 13:58:41 arch-pc kernel: Code: cc 0f 0b e9 08 fc ff ff e8 29 2d 86 cc 0f 0b e9 3c fc ff ff e8 1d 2d 86 cc 0f 0b 4c 8b 4c 24 10 e9 cc f3 ff ff e8 0c 2d 86 cc <0f> 0b 0f b6 85 50 01 00 00 4c 8b 4c 24 10 e9 a5 f3 ff ff e8 f4 2c
Jan 22 13:58:41 arch-pc kernel: RSP: 0018:ffffc02e405bf930 EFLAGS: 00010282
Jan 22 13:58:41 arch-pc kernel: RAX: 0000000000000000 RBX: ffff9ded41ba5800 RCX: ffffffff8dccb968
Jan 22 13:58:41 arch-pc kernel: RDX: 0000000000000000 RSI: 00000000ffffefff RDI: ffffffff8dc5b920
Jan 22 13:58:41 arch-pc kernel: RBP: ffff9ded45e08000 R08: 0000000000000000 R09: ffffc02e405bf740
Jan 22 13:58:41 arch-pc kernel: R10: ffffc02e405bf738 R11: 0000000000000003 R12: ffff9ded419a8000
Jan 22 13:58:41 arch-pc kernel: R13: 0000000000000001 R14: ffff9ded4d1c1800 R15: ffff9ded419a8000
Jan 22 13:58:41 arch-pc kernel: FS:  00007fa4e1a3d740(0000) GS:ffff9df49f580000(0000) knlGS:0000000000000000
Jan 22 13:58:41 arch-pc kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 22 13:58:41 arch-pc kernel: CR2: 00007f5d604a29a8 CR3: 0000000101278003 CR4: 0000000000770ee0
Jan 22 13:58:41 arch-pc kernel: PKRU: 55555554
Jan 22 13:58:41 arch-pc kernel: Call Trace:
Jan 22 13:58:41 arch-pc kernel:  <TASK>
Jan 22 13:58:41 arch-pc kernel:  intel_atomic_commit+0x33f/0x390 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  intel_modeset_init+0x19c/0x280 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  i915_driver_probe+0x50c/0xcb0 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  ? vga_switcheroo_client_probe_defer+0x23/0x50
Jan 22 13:58:41 arch-pc kernel:  ? i915_pci_probe+0x3f/0x160 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  local_pci_probe+0x3e/0x80
Jan 22 13:58:41 arch-pc kernel:  pci_device_probe+0xf9/0x1b0
Jan 22 13:58:41 arch-pc kernel:  really_probe+0x1f3/0x3e0
Jan 22 13:58:41 arch-pc kernel:  __driver_probe_device+0xff/0x170
Jan 22 13:58:41 arch-pc kernel:  driver_probe_device+0x1f/0x90
Jan 22 13:58:41 arch-pc kernel:  __driver_attach+0xce/0x1b0
Jan 22 13:58:41 arch-pc kernel:  ? __device_attach_driver+0x110/0x110
Jan 22 13:58:41 arch-pc kernel:  bus_for_each_dev+0x84/0xd0
Jan 22 13:58:41 arch-pc kernel:  bus_add_driver+0x13e/0x200
Jan 22 13:58:41 arch-pc kernel:  driver_register+0x89/0xe0
Jan 22 13:58:41 arch-pc kernel:  i915_init+0x1f/0x92 [i915 7c2571df4672e89e863de1af49353fdf629a765c]
Jan 22 13:58:41 arch-pc kernel:  ? 0xffffffffc0509000
Jan 22 13:58:41 arch-pc kernel:  do_one_initcall+0x56/0x1f0
Jan 22 13:58:41 arch-pc kernel:  do_init_module+0x4a/0x250
Jan 22 13:58:41 arch-pc kernel:  __do_sys_finit_module+0xa7/0x110
Jan 22 13:58:41 arch-pc kernel:  do_syscall_64+0x58/0x80
Jan 22 13:58:41 arch-pc kernel:  ? __do_sys_newfstatat+0x55/0x80
Jan 22 13:58:41 arch-pc kernel:  ? syscall_exit_to_user_mode+0x23/0x50
Jan 22 13:58:41 arch-pc kernel:  ? do_syscall_64+0x67/0x80
Jan 22 13:58:41 arch-pc kernel:  ? syscall_exit_to_user_mode+0x23/0x50
Jan 22 13:58:41 arch-pc kernel:  ? do_syscall_64+0x67/0x80
Jan 22 13:58:41 arch-pc kernel:  ? syscall_exit_to_user_mode+0x23/0x50
Jan 22 13:58:41 arch-pc kernel:  ? do_syscall_64+0x67/0x80
Jan 22 13:58:41 arch-pc kernel:  ? exc_page_fault+0x71/0x150
Jan 22 13:58:41 arch-pc kernel:  entry_SYSCALL_64_after_hwframe+0x61/0xcb
Jan 22 13:58:41 arch-pc kernel: RIP: 0033:0x7fa4e1b42abd
Jan 22 13:58:41 arch-pc kernel: Code: 5d c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 9b 72 0d 00 f7 d8 64 89 01 48
Jan 22 13:58:41 arch-pc kernel: RSP: 002b:00007fff9cd3a218 EFLAGS: 00000246 ORIG_RAX: 0000000000000139
Jan 22 13:58:41 arch-pc kernel: RAX: ffffffffffffffda RBX: 00005591d4b93cb0 RCX: 00007fa4e1b42abd
Jan 22 13:58:41 arch-pc kernel: RDX: 0000000000000000 RSI: 00005591d405ecb2 RDI: 0000000000000006
Jan 22 13:58:41 arch-pc kernel: RBP: 00005591d405ecb2 R08: 0000000000000000 R09: 00007fff9cd3a350
Jan 22 13:58:41 arch-pc kernel: R10: 0000000000000006 R11: 0000000000000246 R12: 0000000000060000
Jan 22 13:58:41 arch-pc kernel: R13: 00005591d4b93de0 R14: 0000000000000000 R15: 00005591d4b94560
Jan 22 13:58:41 arch-pc kernel:  </TASK>
Jan 22 13:58:41 arch-pc kernel: ---[ end trace c5f3f92eb2ba060f ]---
Jan 22 13:58:41 arch-pc kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Jan 22 13:58:41 arch-pc kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Jan 22 13:58:41 arch-pc kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
Jan 22 13:58:41 arch-pc kernel: fbcon: i915drmfb (fb0) is primary device
Jan 22 13:58:41 arch-pc kernel: Console: switching to colour frame buffer device 240x67
Jan 22 13:58:41 arch-pc kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jan 22 13:58:41 arch-pc kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Jan 22 13:58:41 arch-pc kernel: cryptd: max_cpu_qlen set to 1000
Jan 22 13:58:41 arch-pc kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jan 22 13:58:41 arch-pc kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jan 22 13:58:41 arch-pc kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Jan 22 13:58:41 arch-pc kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
Jan 22 13:58:41 arch-pc kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Jan 22 13:58:41 arch-pc kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Jan 22 13:58:41 arch-pc kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
Jan 22 13:58:41 arch-pc kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.2 Enhanced SuperSpeed
Jan 22 13:58:41 arch-pc kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Jan 22 13:58:41 arch-pc kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 22 13:58:41 arch-pc kernel: usb usb1: Product: xHCI Host Controller
Jan 22 13:58:41 arch-pc kernel: usb usb1: Manufacturer: Linux 5.15.89-1-lts xhci-hcd
Jan 22 13:58:41 arch-pc kernel: usb usb1: SerialNumber: 0000:00:0d.0
Jan 22 13:58:41 arch-pc kernel: hub 1-0:1.0: USB hub found
Jan 22 13:58:41 arch-pc kernel: hub 1-0:1.0: 1 port detected
Jan 22 13:58:41 arch-pc kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Jan 22 13:58:41 arch-pc kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 22 13:58:41 arch-pc kernel: usb usb2: Product: xHCI Host Controller
Jan 22 13:58:41 arch-pc kernel: usb usb2: Manufacturer: Linux 5.15.89-1-lts xhci-hcd
Jan 22 13:58:41 arch-pc kernel: usb usb2: SerialNumber: 0000:00:0d.0
Jan 22 13:58:41 arch-pc kernel: hub 2-0:1.0: USB hub found
Jan 22 13:58:41 arch-pc kernel: hub 2-0:1.0: 3 ports detected
Jan 22 13:58:41 arch-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 22 13:58:41 arch-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Jan 22 13:58:41 arch-pc kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000100200009810
Jan 22 13:58:41 arch-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jan 22 13:58:41 arch-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Jan 22 13:58:41 arch-pc kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Jan 22 13:58:41 arch-pc kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
Jan 22 13:58:41 arch-pc kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 22 13:58:41 arch-pc kernel: usb usb3: Product: xHCI Host Controller
Jan 22 13:58:41 arch-pc kernel: usb usb3: Manufacturer: Linux 5.15.89-1-lts xhci-hcd
Jan 22 13:58:41 arch-pc kernel: usb usb3: SerialNumber: 0000:00:14.0
Jan 22 13:58:41 arch-pc kernel: hub 3-0:1.0: USB hub found
Jan 22 13:58:41 arch-pc kernel: hub 3-0:1.0: 12 ports detected
Jan 22 13:58:41 arch-pc kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
Jan 22 13:58:41 arch-pc kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 22 13:58:41 arch-pc kernel: usb usb4: Product: xHCI Host Controller
Jan 22 13:58:41 arch-pc kernel: usb usb4: Manufacturer: Linux 5.15.89-1-lts xhci-hcd
Jan 22 13:58:41 arch-pc kernel: usb usb4: SerialNumber: 0000:00:14.0
Jan 22 13:58:41 arch-pc kernel: hub 4-0:1.0: USB hub found
Jan 22 13:58:41 arch-pc kernel: hub 4-0:1.0: 4 ports detected
Jan 22 13:58:41 arch-pc kernel: AVX2 version of gcm_enc/dec engaged.
Jan 22 13:58:41 arch-pc kernel: AES CTR mode by8 optimization enabled
Jan 22 13:58:41 arch-pc kernel: usb: port power management may be unreliable
Jan 22 13:58:41 arch-pc kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Jan 22 13:58:41 arch-pc kernel: Key type trusted registered
Jan 22 13:58:41 arch-pc kernel: device-mapper: uevent: version 1.0.3
Jan 22 13:58:41 arch-pc kernel: device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
Jan 22 13:58:41 arch-pc kernel: Key type encrypted registered
Jan 22 13:58:41 arch-pc kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Jan 22 13:58:41 arch-pc kernel: usb 3-3: New USB device found, idVendor=0d8c, idProduct=0012, bcdDevice= 1.00
Jan 22 13:58:41 arch-pc kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 22 13:58:41 arch-pc kernel: usb 3-3: Product: USB Audio Device
Jan 22 13:58:41 arch-pc kernel: usb 3-3: Manufacturer: C-Media Electronics Inc.
Jan 22 13:58:41 arch-pc kernel: input: C-Media Electronics Inc. USB Audio Device as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/0003:0D8C:0012.0001/input/input7
Jan 22 13:58:41 arch-pc kernel: hid-generic 0003:0D8C:0012.0001: input,hidraw0: USB HID v1.00 Device [C-Media Electronics Inc. USB Audio Device] on usb-0000:00:14.0-3/input3
Jan 22 13:58:41 arch-pc kernel: usbcore: registered new interface driver usbhid
Jan 22 13:58:41 arch-pc kernel: usbhid: USB HID core driver
Jan 22 13:58:41 arch-pc kernel: usb 3-4: new full-speed USB device number 3 using xhci_hcd
Jan 22 13:58:41 arch-pc kernel: usb 3-4: New USB device found, idVendor=046d, idProduct=c092, bcdDevice=52.00
Jan 22 13:58:41 arch-pc kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 22 13:58:41 arch-pc kernel: usb 3-4: Product: G102 LIGHTSYNC Gaming Mouse
Jan 22 13:58:41 arch-pc kernel: usb 3-4: Manufacturer: Logitech
Jan 22 13:58:41 arch-pc kernel: usb 3-4: SerialNumber: 207432755242
Jan 22 13:58:41 arch-pc kernel: input: Logitech G102 LIGHTSYNC Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:046D:C092.0002/input/input8
Jan 22 13:58:41 arch-pc kernel: hid-generic 0003:046D:C092.0002: input,hidraw1: USB HID v1.11 Mouse [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:00:14.0-4/input0
Jan 22 13:58:41 arch-pc kernel: input: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C092.0003/input/input9
Jan 22 13:58:41 arch-pc kernel: hid-generic 0003:046D:C092.0003: input,hiddev96,hidraw2: USB HID v1.11 Keyboard [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:00:14.0-4/input1
Jan 22 13:58:41 arch-pc kernel: usb 3-7: new high-speed USB device number 4 using xhci_hcd
Jan 22 13:58:41 arch-pc kernel: usb 3-7: New USB device found, idVendor=0480, idProduct=0212, bcdDevice= 0.00
Jan 22 13:58:41 arch-pc kernel: usb 3-7: New USB device strings: Mfr=2, Product=3, SerialNumber=1
Jan 22 13:58:41 arch-pc kernel: usb 3-7: Product: External USB 3.0
Jan 22 13:58:41 arch-pc kernel: usb 3-7: Manufacturer: TOSHIBA
Jan 22 13:58:41 arch-pc kernel: usb 3-7: SerialNumber: 20150512004611C
Jan 22 13:58:41 arch-pc kernel: usb-storage 3-7:1.0: USB Mass Storage device detected
Jan 22 13:58:41 arch-pc kernel: scsi host1: usb-storage 3-7:1.0
Jan 22 13:58:41 arch-pc kernel: usbcore: registered new interface driver usb-storage
Jan 22 13:58:41 arch-pc kernel: usbcore: registered new interface driver uas
Jan 22 13:58:41 arch-pc kernel: usb 3-8: new high-speed USB device number 5 using xhci_hcd
Jan 22 13:58:41 arch-pc kernel: usb 3-8: New USB device found, idVendor=5986, idProduct=9102, bcdDevice= 6.01
Jan 22 13:58:41 arch-pc kernel: usb 3-8: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Jan 22 13:58:41 arch-pc kernel: usb 3-8: Product: BisonCam,NB Pro
Jan 22 13:58:41 arch-pc kernel: usb 3-8: Manufacturer: Sonix Technology Co., Ltd.
Jan 22 13:58:41 arch-pc kernel: usb 3-10: new full-speed USB device number 6 using xhci_hcd
Jan 22 13:58:41 arch-pc kernel: usb 3-10: New USB device found, idVendor=8087, idProduct=0033, bcdDevice= 0.00
Jan 22 13:58:41 arch-pc kernel: usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 22 13:58:41 arch-pc kernel: scsi 1:0:0:0: Direct-Access     TOSHIBA  External USB 3.0 0    PQ: 0 ANSI: 6
Jan 22 13:58:41 arch-pc kernel: sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Jan 22 13:58:41 arch-pc kernel: sd 1:0:0:0: [sda] Write Protect is off
Jan 22 13:58:41 arch-pc kernel: sd 1:0:0:0: [sda] Mode Sense: 43 00 00 00
Jan 22 13:58:41 arch-pc kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 22 13:58:41 arch-pc kernel:  sda: sda1
Jan 22 13:58:41 arch-pc kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Jan 22 13:58:41 arch-pc kernel: EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Jan 22 13:58:41 arch-pc systemd[1]: systemd 252.4-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jan 22 13:58:41 arch-pc systemd[1]: Detected architecture x86-64.
Jan 22 13:58:41 arch-pc systemd[1]: Hostname set to <arch-pc>.
Jan 22 13:58:41 arch-pc systemd[1]: bpf-lsm: LSM BPF program attached
Jan 22 13:58:41 arch-pc systemd[1]: Queued start job for default target Graphical Interface.
Jan 22 13:58:41 arch-pc systemd[1]: Created slice Virtual Machine and Container Slice.
Jan 22 13:58:41 arch-pc systemd[1]: Created slice Slice /system/getty.
Jan 22 13:58:41 arch-pc systemd[1]: Created slice Slice /system/modprobe.
Jan 22 13:58:41 arch-pc systemd[1]: Created slice Slice /system/syncthing.
Jan 22 13:58:41 arch-pc systemd[1]: Created slice Slice /system/systemd-fsck.
Jan 22 13:58:41 arch-pc systemd[1]: Created slice User and Session Slice.
Jan 22 13:58:41 arch-pc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 22 13:58:41 arch-pc systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan 22 13:58:41 arch-pc systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan 22 13:58:41 arch-pc systemd[1]: Reached target Local Encrypted Volumes.
Jan 22 13:58:41 arch-pc systemd[1]: Reached target Login Prompts.
Jan 22 13:58:41 arch-pc systemd[1]: Reached target Local Integrity Protected Volumes.
Jan 22 13:58:41 arch-pc systemd[1]: Reached target Path Units.
Jan 22 13:58:41 arch-pc systemd[1]: Reached target Remote File Systems.
Jan 22 13:58:41 arch-pc systemd[1]: Reached target Slice Units.
Jan 22 13:58:41 arch-pc systemd[1]: Reached target Local Verity Protected Volumes.
Jan 22 13:58:41 arch-pc systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jan 22 13:58:41 arch-pc systemd[1]: Listening on LVM2 poll daemon socket.
Jan 22 13:58:41 arch-pc systemd[1]: Listening on Process Core Dump Socket.
Jan 22 13:58:41 arch-pc systemd[1]: Listening on Journal Audit Socket.
Jan 22 13:58:41 arch-pc systemd[1]: Listening on Journal Socket (/dev/log).
Jan 22 13:58:41 arch-pc systemd[1]: Listening on Journal Socket.
Jan 22 13:58:41 arch-pc systemd[1]: Listening on udev Control Socket.
Jan 22 13:58:41 arch-pc systemd[1]: Listening on udev Kernel Socket.
Jan 22 13:58:41 arch-pc systemd[1]: Mounting Huge Pages File System...
Jan 22 13:58:41 arch-pc systemd[1]: Mounting POSIX Message Queue File System...
Jan 22 13:58:41 arch-pc systemd[1]: Mounting Kernel Debug File System...
Jan 22 13:58:41 arch-pc systemd[1]: Mounting Kernel Trace File System...
Jan 22 13:58:41 arch-pc systemd[1]: Starting Create List of Static Device Nodes...
Jan 22 13:58:41 arch-pc systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jan 22 13:58:41 arch-pc systemd[1]: Starting Load Kernel Module configfs...
Jan 22 13:58:41 arch-pc systemd[1]: Starting Load Kernel Module drm...
Jan 22 13:58:41 arch-pc systemd[1]: Starting Load Kernel Module fuse...
Jan 22 13:58:41 arch-pc systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 22 13:58:41 arch-pc systemd[1]: Starting Journal Service...
Jan 22 13:58:41 arch-pc systemd[1]: Starting Load Kernel Modules...
Jan 22 13:58:41 arch-pc systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 22 13:58:41 arch-pc systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jan 22 13:58:41 arch-pc systemd[1]: Starting Coldplug All udev Devices...
Jan 22 13:58:41 arch-pc systemd[1]: Mounted Huge Pages File System.
Jan 22 13:58:41 arch-pc systemd[1]: Mounted POSIX Message Queue File System.
Jan 22 13:58:41 arch-pc systemd[1]: Mounted Kernel Debug File System.
Jan 22 13:58:41 arch-pc systemd[1]: Mounted Kernel Trace File System.
Jan 22 13:58:41 arch-pc kernel: EXT4-fs (dm-2): re-mounted. Opts: (null). Quota mode: none.
Jan 22 13:58:41 arch-pc kernel: fuse: init (API version 7.34)
Jan 22 13:58:41 arch-pc systemd-journald[562]: Journal started
Jan 22 13:58:41 arch-pc systemd-journald[562]: Runtime Journal (/run/log/journal/82a67e459e344effa46213b0925ba70d) is 8.0M, max 1.5G, 1.5G free.
Jan 22 13:58:41 arch-pc systemd-modules-load[563]: Inserted module 'dm_multipath'
Jan 22 13:58:41 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:41 arch-pc 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'
Jan 22 13:58:41 arch-pc systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jan 22 13:58:41 arch-pc lvm[558]:   3 logical volume(s) in volume group "vg" monitored
Jan 22 13:58:41 arch-pc systemd[1]: Finished Create List of Static Device Nodes.
Jan 22 13:58:41 arch-pc kernel: audit: type=1130 audit(1674377921.720:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:41 arch-pc systemd[1]: Started Journal Service.
Jan 22 13:58:41 arch-pc kernel: audit: type=1130 audit(1674377921.720:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:41 arch-pc systemd[1]: Finished Load Kernel Module configfs.
Jan 22 13:58:41 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:41 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:41 arch-pc kernel: audit: type=1130 audit(1674377921.900:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:41 arch-pc kernel: audit: type=1131 audit(1674377921.900:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:41 arch-pc systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jan 22 13:58:41 arch-pc 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'
Jan 22 13:58:41 arch-pc systemd[1]: modprobe@drm.service: Deactivated successfully.
Jan 22 13:58:41 arch-pc kernel: audit: type=1130 audit(1674377921.970:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:42 arch-pc systemd[1]: Finished Load Kernel Module drm.
Jan 22 13:58:42 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:42 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:42 arch-pc kernel: audit: type=1130 audit(1674377922.040:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:42 arch-pc kernel: audit: type=1131 audit(1674377922.040:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:42 arch-pc systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jan 22 13:58:42 arch-pc systemd[1]: Finished Load Kernel Module fuse.
Jan 22 13:58:42 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:42 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:42 arch-pc kernel: audit: type=1130 audit(1674377922.190:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:42 arch-pc kernel: audit: type=1131 audit(1674377922.190:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:42 arch-pc 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'
Jan 22 13:58:42 arch-pc systemd[1]: Finished Remount Root and Kernel File Systems.
Jan 22 13:58:42 arch-pc kernel: audit: type=1130 audit(1674377922.240:11): 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'
Jan 22 13:58:42 arch-pc systemd[1]: Finished Coldplug All udev Devices.
Jan 22 13:58:42 arch-pc 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'
Jan 22 13:58:42 arch-pc systemd[1]: Mounting FUSE Control File System...
Jan 22 13:58:42 arch-pc systemd[1]: Mounting Kernel Configuration File System...
Jan 22 13:58:42 arch-pc systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 22 13:58:42 arch-pc systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jan 22 13:58:42 arch-pc systemd[1]: Starting Flush Journal to Persistent Storage...
Jan 22 13:58:42 arch-pc systemd[1]: Starting Load/Save Random Seed...
Jan 22 13:58:42 arch-pc systemd[1]: Starting Create System Users...
Jan 22 13:58:42 arch-pc systemd[1]: Mounted FUSE Control File System.
Jan 22 13:58:42 arch-pc systemd[1]: Mounted Kernel Configuration File System.
Jan 22 13:58:42 arch-pc systemd-journald[562]: Time spent on flushing to /var/log/journal/82a67e459e344effa46213b0925ba70d is 114.481ms for 1124 entries.
Jan 22 13:58:42 arch-pc systemd-journald[562]: System Journal (/var/log/journal/82a67e459e344effa46213b0925ba70d) is 2.7G, max 4.0G, 1.2G free.
Jan 22 13:58:42 arch-pc systemd-journald[562]: Received client request to flush runtime journal.
Jan 22 13:58:42 arch-pc kernel: nvidia: loading out-of-tree module taints kernel.
Jan 22 13:58:42 arch-pc kernel: nvidia: module license 'NVIDIA' taints kernel.
Jan 22 13:58:42 arch-pc kernel: Disabling lock debugging due to kernel taint
Jan 22 13:58:42 arch-pc kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jan 22 13:58:42 arch-pc kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 511
Jan 22 13:58:42 arch-pc kernel: 
Jan 22 13:58:42 arch-pc kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Jan 22 13:58:42 arch-pc kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  525.85.05  Sat Jan 14 00:49:50 UTC 2023
Jan 22 13:58:42 arch-pc kernel: nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
Jan 22 13:58:42 arch-pc kernel: nvidia-uvm: Loaded the UVM driver, major device number 509.
Jan 22 13:58:42 arch-pc 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'
Jan 22 13:58:42 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:42 arch-pc 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'
Jan 22 13:58:42 arch-pc systemd[1]: Finished Load/Save Random Seed.
Jan 22 13:58:42 arch-pc systemd-modules-load[563]: Inserted module 'nvidia_uvm'
Jan 22 13:58:42 arch-pc systemd[1]: Finished Create System Users.
Jan 22 13:58:42 arch-pc systemd[1]: Finished Load Kernel Modules.
Jan 22 13:58:42 arch-pc systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 22 13:58:42 arch-pc systemd[1]: Starting Apply Kernel Variables...
Jan 22 13:58:42 arch-pc systemd[1]: Starting Create Static Device Nodes in /dev...
Jan 22 13:58:42 arch-pc systemd[1]: Finished Apply Kernel Variables.
Jan 22 13:58:42 arch-pc 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'
Jan 22 13:58:42 arch-pc systemd[1]: Finished Flush Journal to Persistent Storage.
Jan 22 13:58:42 arch-pc 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'
Jan 22 13:58:42 arch-pc systemd[1]: Starting CLI Netfilter Manager...
Jan 22 13:58:42 arch-pc systemd[1]: Finished Create Static Device Nodes in /dev.
Jan 22 13:58:42 arch-pc 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'
Jan 22 13:58:42 arch-pc systemd[1]: Reached target Preparation for Local File Systems.
Jan 22 13:58:42 arch-pc systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jan 22 13:58:42 arch-pc audit: BPF prog-id=32 op=LOAD
Jan 22 13:58:42 arch-pc audit: BPF prog-id=33 op=LOAD
Jan 22 13:58:42 arch-pc systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jan 22 13:58:42 arch-pc systemd-udevd[684]: Using default interface naming scheme 'v252'.
Jan 22 13:58:42 arch-pc 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'
Jan 22 13:58:42 arch-pc systemd[1]: Started Rule-based Manager for Device Events and Files.
Jan 22 13:58:43 arch-pc lvm[708]: PV /dev/dm-0 online, VG vg is complete.
Jan 22 13:58:43 arch-pc lvm[708]: VG vg finished
Jan 22 13:58:43 arch-pc systemd[1]: Found device /dev/disk/by-uuid/d915ff68-21f6-488b-a283-4fa710473e5d.
Jan 22 13:58:43 arch-pc systemd[1]: Found device /dev/disk/by-uuid/7f38e24c-f559-40f1-bcd2-da6c3fe27e2b.
Jan 22 13:58:43 arch-pc systemd[1]: Activating swap /dev/disk/by-uuid/d915ff68-21f6-488b-a283-4fa710473e5d...
Jan 22 13:58:43 arch-pc systemd[1]: Starting File System Check on /dev/disk/by-uuid/7f38e24c-f559-40f1-bcd2-da6c3fe27e2b...
Jan 22 13:58:43 arch-pc kernel: Adding 8388604k swap on /dev/mapper/vg-swap.  Priority:-2 extents:1 across:8388604k SSFS
Jan 22 13:58:43 arch-pc systemd[1]: Activated swap /dev/disk/by-uuid/d915ff68-21f6-488b-a283-4fa710473e5d.
Jan 22 13:58:43 arch-pc systemd[1]: Reached target Swaps.
Jan 22 13:58:43 arch-pc systemd[1]: Mounting Temporary Directory /tmp...
Jan 22 13:58:43 arch-pc systemd[1]: Found device KINGSTON SNVS2000G 1.
Jan 22 13:58:43 arch-pc systemd[1]: Mounted Temporary Directory /tmp.
Jan 22 13:58:43 arch-pc systemd[1]: Starting File System Check on /dev/disk/by-uuid/26DD-F725...
Jan 22 13:58:43 arch-pc systemd-fsck[751]: /dev/mapper/vg-home: clean, 890600/104759296 files, 77499539/419036160 blocks
Jan 22 13:58:43 arch-pc systemd-fsck[755]: fsck.fat 4.2 (2021-01-31)
Jan 22 13:58:43 arch-pc systemd-fsck[755]: /dev/nvme0n1p1: 371 files, 46683/130812 clusters
Jan 22 13:58:43 arch-pc systemd[1]: Finished File System Check on /dev/disk/by-uuid/7f38e24c-f559-40f1-bcd2-da6c3fe27e2b.
Jan 22 13:58:43 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-7f38e24c\x2df559\x2d40f1\x2dbcd2\x2dda6c3fe27e2b comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:43 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-26DD\x2dF725 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:43 arch-pc systemd[1]: Finished File System Check on /dev/disk/by-uuid/26DD-F725.
Jan 22 13:58:42 arch-pc audit[683]: NETFILTER_CFG table=filter:2 family=10 entries=9 op=nft_register_chain pid=683 comm="ip6tables-resto"
Jan 22 13:58:42 arch-pc audit[683]: SYSCALL arch=c000003e syscall=46 success=yes exit=1276 a0=3 a1=7ffcb3f5c9a0 a2=0 a3=7ffcb3f5c98c items=0 ppid=599 pid=683 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables-resto" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:42 arch-pc audit: PROCTITLE proctitle="ip6tables-restore"
Jan 22 13:58:43 arch-pc audit[766]: NETFILTER_CFG table=filter:3 family=2 entries=7 op=nft_register_chain pid=766 comm="iptables-restor"
Jan 22 13:58:43 arch-pc audit[766]: SYSCALL arch=c000003e syscall=46 success=yes exit=732 a0=3 a1=7ffc91884a20 a2=0 a3=7ffc91884a0c items=0 ppid=599 pid=766 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:43 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 13:58:43 arch-pc mtp-probe[768]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7"
Jan 22 13:58:43 arch-pc mtp-probe[768]: bus: 3, device: 4 was not an MTP device
Jan 22 13:58:43 arch-pc systemd[1]: Mounting /boot...
Jan 22 13:58:43 arch-pc systemd[1]: Mounting /home...
Jan 22 13:58:43 arch-pc systemd[1]: Mounted /boot.
Jan 22 13:58:43 arch-pc systemd[1]: Mounted /home.
Jan 22 13:58:43 arch-pc systemd[1]: Reached target Local File Systems.
Jan 22 13:58:43 arch-pc systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jan 22 13:58:43 arch-pc systemd[1]: Starting Set Up Additional Binary Formats...
Jan 22 13:58:43 arch-pc systemd[1]: Store a System Token in an EFI Variable was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 22 13:58:43 arch-pc systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jan 22 13:58:43 arch-pc systemd[1]: Starting Create Volatile Files and Directories...
Jan 22 13:58:43 arch-pc kernel: EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Jan 22 13:58:43 arch-pc systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 785 (systemd-binfmt)
Jan 22 13:58:43 arch-pc systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jan 22 13:58:43 arch-pc systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jan 22 13:58:43 arch-pc audit[791]: NETFILTER_CFG table=filter:4 family=2 entries=36 op=nft_register_chain pid=791 comm="iptables-restor"
Jan 22 13:58:43 arch-pc audit[791]: SYSCALL arch=c000003e syscall=46 success=yes exit=4440 a0=3 a1=7ffc20061350 a2=0 a3=7ffc2006133c items=0 ppid=599 pid=791 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:43 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 13:58:43 arch-pc audit[794]: NETFILTER_CFG table=filter:5 family=2 entries=2 op=nft_register_chain pid=794 comm="iptables-restor"
Jan 22 13:58:43 arch-pc audit[794]: SYSCALL arch=c000003e syscall=46 success=yes exit=160 a0=3 a1=7ffedb0ba8f0 a2=0 a3=7ffedb0ba8dc items=0 ppid=599 pid=794 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:43 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 13:58:43 arch-pc audit[797]: NETFILTER_CFG table=filter:6 family=2 entries=6 op=nft_register_chain pid=797 comm="iptables-restor"
Jan 22 13:58:43 arch-pc audit[797]: SYSCALL arch=c000003e syscall=46 success=yes exit=780 a0=3 a1=7ffc8de2df90 a2=0 a3=7ffc8de2df7c items=0 ppid=599 pid=797 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:43 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 13:58:43 arch-pc mtp-probe[800]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3"
Jan 22 13:58:43 arch-pc mtp-probe[800]: bus: 3, device: 2 was not an MTP device
Jan 22 13:58:43 arch-pc systemd[1]: Finished Set Up Additional Binary Formats.
Jan 22 13:58:43 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:43 arch-pc systemd[1]: Finished Create Volatile Files and Directories.
Jan 22 13:58:43 arch-pc 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'
Jan 22 13:58:43 arch-pc mtp-probe[818]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-4"
Jan 22 13:58:43 arch-pc mtp-probe[818]: bus: 3, device: 3 was not an MTP device
Jan 22 13:58:43 arch-pc kernel: mousedev: PS/2 mouse device common for all mice
Jan 22 13:58:43 arch-pc audit[798]: NETFILTER_CFG table=filter:7 family=2 entries=25 op=nft_register_chain pid=798 comm="iptables-restor"
Jan 22 13:58:43 arch-pc audit[798]: SYSCALL arch=c000003e syscall=46 success=yes exit=7696 a0=3 a1=7fff2e2a2a90 a2=0 a3=7fff2e2a2a7c items=0 ppid=599 pid=798 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:43 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 13:58:43 arch-pc audit[831]: NETFILTER_CFG table=filter:8 family=2 entries=7 op=nft_register_rule pid=831 comm="iptables-restor"
Jan 22 13:58:43 arch-pc audit[831]: SYSCALL arch=c000003e syscall=46 success=yes exit=2724 a0=3 a1=7fff6b4dde00 a2=0 a3=7fff6b4dddec items=0 ppid=599 pid=831 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:43 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 13:58:43 arch-pc audit[838]: NETFILTER_CFG table=filter:9 family=2 entries=8 op=nft_register_chain pid=838 comm="iptables-restor"
Jan 22 13:58:43 arch-pc audit[838]: SYSCALL arch=c000003e syscall=46 success=yes exit=504 a0=3 a1=7ffce32c1b90 a2=0 a3=7ffce32c1b7c items=0 ppid=599 pid=838 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:43 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 13:58:43 arch-pc audit[839]: NETFILTER_CFG table=filter:10 family=2 entries=33 op=nft_register_rule pid=839 comm="iptables-restor"
Jan 22 13:58:43 arch-pc audit[839]: SYSCALL arch=c000003e syscall=46 success=yes exit=11132 a0=3 a1=7ffe7e5f8ab0 a2=0 a3=7ffe7e5f8a9c items=0 ppid=599 pid=839 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:43 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 13:58:43 arch-pc audit[845]: NETFILTER_CFG table=filter:11 family=2 entries=3 op=nft_register_rule pid=845 comm="iptables-restor"
Jan 22 13:58:43 arch-pc audit[845]: SYSCALL arch=c000003e syscall=46 success=yes exit=628 a0=3 a1=7ffcd9cf6f20 a2=0 a3=7ffcd9cf6f0c items=0 ppid=599 pid=845 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables-restor" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:43 arch-pc audit: PROCTITLE proctitle=69707461626C65732D726573746F7265002D6E
Jan 22 13:58:43 arch-pc systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jan 22 13:58:43 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:43 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ufw comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:43 arch-pc systemd[1]: Finished CLI Netfilter Manager.
Jan 22 13:58:43 arch-pc systemd[1]: Starting Rebuild Journal Catalog...
Jan 22 13:58:43 arch-pc audit: BPF prog-id=34 op=LOAD
Jan 22 13:58:43 arch-pc systemd[1]: Starting Network Time Synchronization...
Jan 22 13:58:43 arch-pc systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jan 22 13:58:43 arch-pc audit[851]: SYSTEM_BOOT pid=851 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:44 arch-pc systemd[1]: Finished Rebuild Journal Catalog.
Jan 22 13:58:44 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:44 arch-pc 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'
Jan 22 13:58:44 arch-pc systemd[1]: Started Network Time Synchronization.
Jan 22 13:58:44 arch-pc systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jan 22 13:58:44 arch-pc 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'
Jan 22 13:58:44 arch-pc systemd[1]: Reached target System Time Set.
Jan 22 13:58:44 arch-pc systemd[1]: Starting Update is Completed...
Jan 22 13:58:44 arch-pc systemd[1]: Finished Update is Completed.
Jan 22 13:58:44 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:44 arch-pc systemd[1]: Reached target System Initialization.
Jan 22 13:58:44 arch-pc systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jan 22 13:58:44 arch-pc systemd[1]: Started Daily man-db regeneration.
Jan 22 13:58:44 arch-pc systemd[1]: Started Daily verification of password and group files.
Jan 22 13:58:44 arch-pc systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 22 13:58:44 arch-pc systemd[1]: Reached target Timer Units.
Jan 22 13:58:44 arch-pc systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 22 13:58:44 arch-pc systemd[1]: Starting Docker Socket for the API...
Jan 22 13:58:44 arch-pc systemd[1]: Listening on Libvirt local socket.
Jan 22 13:58:44 arch-pc systemd[1]: Listening on Libvirt admin socket.
Jan 22 13:58:44 arch-pc systemd[1]: Listening on Libvirt local read-only socket.
Jan 22 13:58:44 arch-pc systemd[1]: Listening on Virtual machine lock manager socket.
Jan 22 13:58:44 arch-pc systemd[1]: Listening on Virtual machine log manager socket.
Jan 22 13:58:44 arch-pc systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 22 13:58:44 arch-pc systemd[1]: Listening on Docker Socket for the API.
Jan 22 13:58:44 arch-pc systemd[1]: Reached target Socket Units.
Jan 22 13:58:44 arch-pc systemd[1]: Reached target Basic System.
Jan 22 13:58:44 arch-pc systemd[1]: Starting D-Bus System Message Bus...
Jan 22 13:58:44 arch-pc audit: BPF prog-id=35 op=LOAD
Jan 22 13:58:44 arch-pc audit: BPF prog-id=36 op=LOAD
Jan 22 13:58:44 arch-pc audit: BPF prog-id=37 op=LOAD
Jan 22 13:58:44 arch-pc systemd[1]: Starting User Login Management...
Jan 22 13:58:44 arch-pc audit: BPF prog-id=38 op=LOAD
Jan 22 13:58:44 arch-pc audit: BPF prog-id=39 op=LOAD
Jan 22 13:58:44 arch-pc systemd[1]: Starting Virtual Machine and Container Registration Service...
Jan 22 13:58:44 arch-pc systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jan 22 13:58:44 arch-pc systemd[1]: Started D-Bus System Message Bus.
Jan 22 13:58:44 arch-pc 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'
Jan 22 13:58:44 arch-pc dbus-daemon[855]: [system] Successfully activated service 'org.freedesktop.systemd1'
Jan 22 13:58:44 arch-pc systemd[1]: Starting Network Manager...
Jan 22 13:58:44 arch-pc systemd[1]: Started Virtual Machine and Container Registration Service.
Jan 22 13:58:44 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machined comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:44 arch-pc systemd-logind[856]: Watching system buttons on /dev/input/event3 (Power Button)
Jan 22 13:58:44 arch-pc systemd-logind[856]: Watching system buttons on /dev/input/event0 (Power Button)
Jan 22 13:58:44 arch-pc systemd-logind[856]: Watching system buttons on /dev/input/event2 (Lid Switch)
Jan 22 13:58:44 arch-pc systemd-logind[856]: Watching system buttons on /dev/input/event1 (Sleep Button)
Jan 22 13:58:44 arch-pc systemd-logind[856]: Watching system buttons on /dev/input/event8 (Logitech G102 LIGHTSYNC Gaming Mouse Keyboard)
Jan 22 13:58:44 arch-pc systemd-logind[856]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Jan 22 13:58:44 arch-pc systemd-logind[856]: New seat seat0.
Jan 22 13:58:44 arch-pc systemd[1]: Started User Login Management.
Jan 22 13:58:44 arch-pc 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'
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.3487] NetworkManager (version 1.40.10-1) is starting... (boot:292efa97-cf6a-4e3f-a4b4-10d3f369b7b2)
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.3488] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jan 22 13:58:44 arch-pc systemd[1]: Started Network Manager.
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.3513] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jan 22 13:58:44 arch-pc 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'
Jan 22 13:58:44 arch-pc systemd[1]: Reached target Network.
Jan 22 13:58:44 arch-pc systemd[1]: Starting Network Manager Wait Online...
Jan 22 13:58:44 arch-pc systemd[1]: Starting Virtualization daemon...
Jan 22 13:58:44 arch-pc systemd[1]: Started Syncthing - Open Source Continuous File Synchronization for pinkolik.
Jan 22 13:58:44 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=syncthing@pinkolik comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.3583] manager[0x55879080b060]: monitoring kernel firmware directory '/lib/firmware'.
Jan 22 13:58:44 arch-pc systemd[1]: Starting Permit User Sessions...
Jan 22 13:58:44 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=858 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 13:58:44 arch-pc audit: BPF prog-id=40 op=LOAD
Jan 22 13:58:44 arch-pc audit: BPF prog-id=41 op=LOAD
Jan 22 13:58:44 arch-pc audit: BPF prog-id=42 op=LOAD
Jan 22 13:58:44 arch-pc systemd[1]: Starting Hostname Service...
Jan 22 13:58:44 arch-pc dbus-daemon[855]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4187] hostname: hostname: using hostnamed
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4187] hostname: static hostname changed from (none) to "arch-pc"
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4195] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4297] manager[0x55879080b060]: rfkill: Wi-Fi hardware radio set enabled
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4297] manager[0x55879080b060]: rfkill: WWAN hardware radio set enabled
Jan 22 13:58:44 arch-pc systemd[1]: Finished Permit User Sessions.
Jan 22 13:58:44 arch-pc 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'
Jan 22 13:58:44 arch-pc systemd[1]: Started Hostname Service.
Jan 22 13:58:44 arch-pc 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'
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4417] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.40.10-1/libnm-device-plugin-wwan.so)
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4440] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.40.10-1/libnm-device-plugin-bluetooth.so)
Jan 22 13:58:44 arch-pc syncthing[865]: [start] INFO: syncthing v1.23.0 "Fermium Flea" (go1.19.4 linux-amd64) syncthing@archlinux 2023-01-02 09:18:35 UTC [noupgrade]
Jan 22 13:58:44 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:44 arch-pc 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'
Jan 22 13:58:44 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=858 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4592] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.40.10-1/libnm-device-plugin-team.so)
Jan 22 13:58:44 arch-pc syncthing[865]: [J2GOJ] INFO: My ID: J2GOJF3-PROM5IY-NEVE32P-DVPRDD4-CULMLMB-VCPOXI6-6AB253Q-3GJU6QY
Jan 22 13:58:44 arch-pc dbus-daemon[855]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4730] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.40.10-1/libnm-device-plugin-ovs.so)
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4751] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.40.10-1/libnm-device-plugin-wifi.so)
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4766] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.40.10-1/libnm-device-plugin-adsl.so)
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4770] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4771] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4772] manager: Networking is enabled by state file
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.4784] settings: Loaded settings plugin: keyfile (internal)
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.5047] dhcp: init: Using DHCP client 'internal'
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.5047] device (lo): carrier: link connected
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.5058] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Jan 22 13:58:44 arch-pc systemd[1]: Starting Light Display Manager...
Jan 22 13:58:44 arch-pc systemd[1]: Started Virtualization daemon.
Jan 22 13:58:44 arch-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.5145] ovsdb: disconnected from ovsdb
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.5145] manager: startup complete
Jan 22 13:58:44 arch-pc systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 22 13:58:44 arch-pc lightdm[913]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.5532] manager: (virbr0): new Bridge device (/org/freedesktop/NetworkManager/Devices/2)
Jan 22 13:58:44 arch-pc audit[928]: NETFILTER_CFG table=filter:12 family=2 entries=1 op=nft_register_chain pid=928 comm="iptables"
Jan 22 13:58:44 arch-pc kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Jan 22 13:58:44 arch-pc audit[928]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7fff271017b0 a2=0 a3=7fff2710179c items=0 ppid=864 pid=928 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F494E50
Jan 22 13:58:44 arch-pc audit[929]: NETFILTER_CFG table=filter:13 family=2 entries=1 op=nft_register_rule pid=929 comm="iptables"
Jan 22 13:58:44 arch-pc audit[929]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffcb7559f60 a2=0 a3=7ffcb7559f4c items=0 ppid=864 pid=929 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400494E505554002D2D6A756D70004C4942564952545F494E50
Jan 22 13:58:44 arch-pc audit[930]: NETFILTER_CFG table=filter:14 family=2 entries=1 op=nft_register_chain pid=930 comm="iptables"
Jan 22 13:58:44 arch-pc audit[930]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffc183f0470 a2=0 a3=7ffc183f045c items=0 ppid=864 pid=930 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F4F5554
Jan 22 13:58:44 arch-pc audit[931]: NETFILTER_CFG table=filter:15 family=2 entries=1 op=nft_register_rule pid=931 comm="iptables"
Jan 22 13:58:44 arch-pc audit[931]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffc86b6f8a0 a2=0 a3=7ffc86b6f88c items=0 ppid=864 pid=931 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004F5554505554002D2D6A756D70004C4942564952545F4F5554
Jan 22 13:58:44 arch-pc audit[932]: NETFILTER_CFG table=filter:16 family=2 entries=1 op=nft_register_chain pid=932 comm="iptables"
Jan 22 13:58:44 arch-pc audit[932]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7fff1fb71f90 a2=0 a3=7fff1fb71f7c items=0 ppid=864 pid=932 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F46574F
Jan 22 13:58:44 arch-pc audit[933]: NETFILTER_CFG table=filter:17 family=2 entries=1 op=nft_register_rule pid=933 comm="iptables"
Jan 22 13:58:44 arch-pc audit[933]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffe839e0660 a2=0 a3=7ffe839e064c items=0 ppid=864 pid=933 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F46574F
Jan 22 13:58:44 arch-pc audit[934]: NETFILTER_CFG table=filter:18 family=2 entries=1 op=nft_register_chain pid=934 comm="iptables"
Jan 22 13:58:44 arch-pc audit[934]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffe9e184b10 a2=0 a3=7ffe9e184afc items=0 ppid=864 pid=934 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F465749
Jan 22 13:58:44 arch-pc audit[935]: NETFILTER_CFG table=filter:19 family=2 entries=1 op=nft_register_rule pid=935 comm="iptables"
Jan 22 13:58:44 arch-pc audit[935]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffc309c1290 a2=0 a3=7ffc309c127c items=0 ppid=864 pid=935 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F465749
Jan 22 13:58:44 arch-pc audit[936]: NETFILTER_CFG table=filter:20 family=2 entries=1 op=nft_register_chain pid=936 comm="iptables"
Jan 22 13:58:44 arch-pc audit[936]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7fff1b24d260 a2=0 a3=7fff1b24d24c items=0 ppid=864 pid=936 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F465758
Jan 22 13:58:44 arch-pc audit[937]: NETFILTER_CFG table=filter:21 family=2 entries=1 op=nft_register_rule pid=937 comm="iptables"
Jan 22 13:58:44 arch-pc audit[937]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffe0873ada0 a2=0 a3=7ffe0873ad8c items=0 ppid=864 pid=937 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F465758
Jan 22 13:58:44 arch-pc audit[938]: NETFILTER_CFG table=nat:22 family=2 entries=2 op=nft_register_chain pid=938 comm="iptables"
Jan 22 13:58:44 arch-pc audit[938]: SYSCALL arch=c000003e syscall=46 success=yes exit=120 a0=3 a1=7ffd1675da30 a2=0 a3=7ffd1675da1c items=0 ppid=864 pid=938 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D6E65772D636861696E004C4942564952545F505254
Jan 22 13:58:44 arch-pc systemd[1]: Finished Network Manager Wait Online.
Jan 22 13:58:44 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:44 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:44 arch-pc systemd[1]: Started Light Display Manager.
Jan 22 13:58:44 arch-pc systemd[1]: Reached target Network is Online.
Jan 22 13:58:44 arch-pc systemd[1]: Starting Docker Application Container Engine...
Jan 22 13:58:44 arch-pc audit[939]: NETFILTER_CFG table=nat:23 family=2 entries=2 op=nft_register_chain pid=939 comm="iptables"
Jan 22 13:58:44 arch-pc audit[939]: SYSCALL arch=c000003e syscall=46 success=yes exit=304 a0=3 a1=7ffda3da74a0 a2=0 a3=7ffda3da748c items=0 ppid=864 pid=939 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E7365727400504F5354524F5554494E47002D2D6A756D70004C4942564952545F505254
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.771894449+05:00" level=info msg="Starting up"
Jan 22 13:58:44 arch-pc audit[962]: NETFILTER_CFG table=mangle:24 family=2 entries=2 op=nft_register_chain pid=962 comm="iptables"
Jan 22 13:58:44 arch-pc audit[962]: SYSCALL arch=c000003e syscall=46 success=yes exit=128 a0=3 a1=7ffcd5c163a0 a2=0 a3=7ffcd5c1638c items=0 ppid=864 pid=962 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006D616E676C65002D2D6E65772D636861696E004C4942564952545F505254
Jan 22 13:58:44 arch-pc audit[963]: NETFILTER_CFG table=mangle:25 family=2 entries=2 op=nft_register_chain pid=963 comm="iptables"
Jan 22 13:58:44 arch-pc audit[963]: SYSCALL arch=c000003e syscall=46 success=yes exit=316 a0=3 a1=7ffc3addf890 a2=0 a3=7ffc3addf87c items=0 ppid=864 pid=963 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006D616E676C65002D2D696E7365727400504F5354524F5554494E47002D2D6A756D70004C4942564952545F505254
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.777573652+05:00" level=info msg="libcontainerd: started new containerd process" pid=968
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.777601909+05:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jan 22 13:58:44 arch-pc audit[967]: NETFILTER_CFG table=filter:26 family=10 entries=1 op=nft_register_chain pid=967 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[967]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7fff0ee769d0 a2=0 a3=7fff0ee769bc items=0 ppid=864 pid=967 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F494E50
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.777607057+05:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.777619020+05:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.777623611+05:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jan 22 13:58:44 arch-pc audit[969]: NETFILTER_CFG table=filter:27 family=10 entries=1 op=nft_register_rule pid=969 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[969]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffe91f4aa80 a2=0 a3=7ffe91f4aa6c items=0 ppid=864 pid=969 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400494E505554002D2D6A756D70004C4942564952545F494E50
Jan 22 13:58:44 arch-pc audit[970]: NETFILTER_CFG table=filter:28 family=10 entries=1 op=nft_register_chain pid=970 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[970]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffc4c2f5830 a2=0 a3=7ffc4c2f581c items=0 ppid=864 pid=970 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F4F5554
Jan 22 13:58:44 arch-pc audit[971]: NETFILTER_CFG table=filter:29 family=10 entries=1 op=nft_register_rule pid=971 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[971]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffce2b14ec0 a2=0 a3=7ffce2b14eac items=0 ppid=864 pid=971 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004F5554505554002D2D6A756D70004C4942564952545F4F5554
Jan 22 13:58:44 arch-pc audit[972]: NETFILTER_CFG table=filter:30 family=10 entries=1 op=nft_register_chain pid=972 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[972]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffe985cbf30 a2=0 a3=7ffe985cbf1c items=0 ppid=864 pid=972 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F46574F
Jan 22 13:58:44 arch-pc audit[973]: NETFILTER_CFG table=filter:31 family=10 entries=1 op=nft_register_rule pid=973 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[973]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffc94a1c780 a2=0 a3=7ffc94a1c76c items=0 ppid=864 pid=973 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F46574F
Jan 22 13:58:44 arch-pc audit[974]: NETFILTER_CFG table=filter:32 family=10 entries=1 op=nft_register_chain pid=974 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[974]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffc77e0aba0 a2=0 a3=7ffc77e0ab8c items=0 ppid=864 pid=974 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F465749
Jan 22 13:58:44 arch-pc audit[975]: NETFILTER_CFG table=filter:33 family=10 entries=1 op=nft_register_rule pid=975 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[975]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffca75b6820 a2=0 a3=7ffca75b680c items=0 ppid=864 pid=975 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F465749
Jan 22 13:58:44 arch-pc audit[976]: NETFILTER_CFG table=filter:34 family=10 entries=1 op=nft_register_chain pid=976 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[976]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffd408050c0 a2=0 a3=7ffd408050ac items=0 ppid=864 pid=976 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D6E65772D636861696E004C4942564952545F465758
Jan 22 13:58:44 arch-pc audit[977]: NETFILTER_CFG table=filter:35 family=10 entries=1 op=nft_register_rule pid=977 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[977]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffe8e370d60 a2=0 a3=7ffe8e370d4c items=0 ppid=864 pid=977 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C650066696C746572002D2D696E7365727400464F5257415244002D2D6A756D70004C4942564952545F465758
Jan 22 13:58:44 arch-pc audit[978]: NETFILTER_CFG table=nat:36 family=10 entries=2 op=nft_register_chain pid=978 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[978]: SYSCALL arch=c000003e syscall=46 success=yes exit=120 a0=3 a1=7ffecb98fed0 a2=0 a3=7ffecb98febc items=0 ppid=864 pid=978 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006E6174002D2D6E65772D636861696E004C4942564952545F505254
Jan 22 13:58:44 arch-pc audit[979]: NETFILTER_CFG table=nat:37 family=10 entries=2 op=nft_register_chain pid=979 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[979]: SYSCALL arch=c000003e syscall=46 success=yes exit=304 a0=3 a1=7ffcc475fcd0 a2=0 a3=7ffcc475fcbc items=0 ppid=864 pid=979 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006E6174002D2D696E7365727400504F5354524F5554494E47002D2D6A756D70004C4942564952545F505254
Jan 22 13:58:44 arch-pc audit[980]: NETFILTER_CFG table=mangle:38 family=10 entries=2 op=nft_register_chain pid=980 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[980]: SYSCALL arch=c000003e syscall=46 success=yes exit=128 a0=3 a1=7fffa6a06ed0 a2=0 a3=7fffa6a06ebc items=0 ppid=864 pid=980 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006D616E676C65002D2D6E65772D636861696E004C4942564952545F505254
Jan 22 13:58:44 arch-pc audit[981]: NETFILTER_CFG table=mangle:39 family=10 entries=2 op=nft_register_chain pid=981 comm="ip6tables"
Jan 22 13:58:44 arch-pc audit[981]: SYSCALL arch=c000003e syscall=46 success=yes exit=316 a0=3 a1=7ffc4be99ef0 a2=0 a3=7ffc4be99edc items=0 ppid=864 pid=981 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ip6tables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F6970367461626C6573002D77002D2D7461626C65006D616E676C65002D2D696E7365727400504F5354524F5554494E47002D2D6A756D70004C4942564952545F505254
Jan 22 13:58:44 arch-pc audit[982]: NETFILTER_CFG table=filter:40 family=2 entries=1 op=nft_register_rule pid=982 comm="iptables"
Jan 22 13:58:44 arch-pc audit[982]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffe56d6a9c0 a2=0 a3=7ffe56d6a9ac items=0 ppid=864 pid=982 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627230002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
Jan 22 13:58:44 arch-pc audit[983]: NETFILTER_CFG table=filter:41 family=2 entries=1 op=nft_register_rule pid=983 comm="iptables"
Jan 22 13:58:44 arch-pc audit[983]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffd7fa71ea0 a2=0 a3=7ffd7fa71e8c items=0 ppid=864 pid=983 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
Jan 22 13:58:44 arch-pc audit[985]: NETFILTER_CFG table=filter:42 family=2 entries=1 op=nft_register_rule pid=985 comm="iptables"
Jan 22 13:58:44 arch-pc audit[985]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffe70ca3750 a2=0 a3=7ffe70ca373c items=0 ppid=864 pid=985 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
Jan 22 13:58:44 arch-pc audit[986]: NETFILTER_CFG table=filter:43 family=2 entries=1 op=nft_register_rule pid=986 comm="iptables"
Jan 22 13:58:44 arch-pc audit[986]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffe0b6ebd20 a2=0 a3=7ffe0b6ebd0c items=0 ppid=864 pid=986 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
Jan 22 13:58:44 arch-pc audit[988]: NETFILTER_CFG table=filter:44 family=2 entries=1 op=nft_register_rule pid=988 comm="iptables"
Jan 22 13:58:44 arch-pc audit[988]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffde21e8fd0 a2=0 a3=7ffde21e8fbc items=0 ppid=864 pid=988 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627230002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
Jan 22 13:58:44 arch-pc audit[989]: NETFILTER_CFG table=filter:45 family=2 entries=1 op=nft_register_rule pid=989 comm="iptables"
Jan 22 13:58:44 arch-pc audit[989]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffc3ddddca0 a2=0 a3=7ffc3ddddc8c items=0 ppid=864 pid=989 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
Jan 22 13:58:44 arch-pc audit[991]: NETFILTER_CFG table=filter:46 family=2 entries=1 op=nft_register_rule pid=991 comm="iptables"
Jan 22 13:58:44 arch-pc audit[991]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffd7bdc1fa0 a2=0 a3=7ffd7bdc1f8c items=0 ppid=864 pid=991 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
Jan 22 13:58:44 arch-pc audit[992]: NETFILTER_CFG table=filter:47 family=2 entries=1 op=nft_register_rule pid=992 comm="iptables"
Jan 22 13:58:44 arch-pc audit[992]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7fffcf69acf0 a2=0 a3=7fffcf69acdc items=0 ppid=864 pid=992 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
Jan 22 13:58:44 arch-pc audit[994]: NETFILTER_CFG table=filter:48 family=2 entries=1 op=nft_register_rule pid=994 comm="iptables"
Jan 22 13:58:44 arch-pc audit[994]: SYSCALL arch=c000003e syscall=46 success=yes exit=300 a0=3 a1=7ffdaf9ac060 a2=0 a3=7ffdaf9ac04c items=0 ppid=864 pid=994 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F46574F002D2D696E2D696E7465726661636500766972627230002D2D6A756D700052454A454354
Jan 22 13:58:44 arch-pc audit[995]: NETFILTER_CFG table=filter:49 family=2 entries=1 op=nft_register_rule pid=995 comm="iptables"
Jan 22 13:58:44 arch-pc audit[995]: SYSCALL arch=c000003e syscall=46 success=yes exit=300 a0=3 a1=7ffd5378d160 a2=0 a3=7ffd5378d14c items=0 ppid=864 pid=995 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465749002D2D6F75742D696E7465726661636500766972627230002D2D6A756D700052454A454354
Jan 22 13:58:44 arch-pc audit[996]: NETFILTER_CFG table=filter:50 family=2 entries=1 op=nft_register_rule pid=996 comm="iptables"
Jan 22 13:58:44 arch-pc audit[996]: SYSCALL arch=c000003e syscall=46 success=yes exit=380 a0=3 a1=7fff34e93600 a2=0 a3=7fff34e935ec items=0 ppid=864 pid=996 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465758002D2D696E2D696E7465726661636500766972627230002D2D6F75742D696E7465726661636500766972627230002D2D6A756D7000414343455054
Jan 22 13:58:44 arch-pc audit[997]: NETFILTER_CFG table=filter:51 family=2 entries=1 op=nft_register_rule pid=997 comm="iptables"
Jan 22 13:58:44 arch-pc audit[997]: SYSCALL arch=c000003e syscall=46 success=yes exit=392 a0=3 a1=7ffdd48ac8f0 a2=0 a3=7ffdd48ac8dc items=0 ppid=864 pid=997 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F46574F002D2D736F75726365003139322E3136382E3132322E302F3234002D2D696E2D696E7465726661636500766972627230002D2D6A756D7000414343455054
Jan 22 13:58:44 arch-pc audit[998]: NETFILTER_CFG table=filter:52 family=2 entries=1 op=nft_register_rule pid=998 comm="iptables"
Jan 22 13:58:44 arch-pc audit[998]: SYSCALL arch=c000003e syscall=46 success=yes exit=608 a0=3 a1=7ffd63f8b5b0 a2=0 a3=7ffd63f8b59c items=0 ppid=864 pid=998 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465749002D2D64657374696E6174696F6E003139322E3136382E3132322E302F3234002D2D6F75742D696E7465726661636500766972627230002D2D6D6174636800636F6E6E747261636B
Jan 22 13:58:44 arch-pc audit[999]: NETFILTER_CFG table=nat:53 family=2 entries=1 op=nft_register_rule pid=999 comm="iptables"
Jan 22 13:58:44 arch-pc audit[999]: SYSCALL arch=c000003e syscall=46 success=yes exit=424 a0=3 a1=7fff9cd65350 a2=0 a3=7fff9cd6533c items=0 ppid=864 pid=999 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F32340000002D2D64657374696E6174696F6E003139322E3136382E3132322E302F3234002D2D6A756D70004D41535155455241
Jan 22 13:58:44 arch-pc audit[1001]: NETFILTER_CFG table=nat:54 family=2 entries=1 op=nft_register_rule pid=1001 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1001]: SYSCALL arch=c000003e syscall=46 success=yes exit=504 a0=3 a1=7ffd9df3d270 a2=0 a3=7ffd9df3d25c items=0 ppid=864 pid=1001 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F3234002D70007564700000002D2D64657374696E6174696F6E003139322E3136382E3132322E302F3234002D2D6A756D70004D
Jan 22 13:58:44 arch-pc audit[1003]: NETFILTER_CFG table=nat:55 family=2 entries=1 op=nft_register_rule pid=1003 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1003]: SYSCALL arch=c000003e syscall=46 success=yes exit=504 a0=3 a1=7ffd025f8ef0 a2=0 a3=7ffd025f8edc items=0 ppid=864 pid=1003 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F3234002D70007463700000002D2D64657374696E6174696F6E003139322E3136382E3132322E302F3234002D2D6A756D70004D
Jan 22 13:58:44 arch-pc audit[1005]: NETFILTER_CFG table=nat:56 family=2 entries=1 op=nft_register_rule pid=1005 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1005]: SYSCALL arch=c000003e syscall=46 success=yes exit=400 a0=3 a1=7ffe05d15890 a2=0 a3=7ffe05d1587c items=0 ppid=864 pid=1005 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F3234002D2D64657374696E6174696F6E003235352E3235352E3235352E3235352F3332002D2D6A756D700052455455524E
Jan 22 13:58:44 arch-pc audit[1009]: NETFILTER_CFG table=nat:57 family=2 entries=1 op=nft_register_rule pid=1009 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1009]: SYSCALL arch=c000003e syscall=46 success=yes exit=400 a0=3 a1=7ffdf89f1550 a2=0 a3=7ffdf89f153c items=0 ppid=864 pid=1009 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F75726365003139322E3136382E3132322E302F3234002D2D64657374696E6174696F6E003232342E302E302E302F3234002D2D6A756D700052455455524E
Jan 22 13:58:44 arch-pc audit[1010]: NETFILTER_CFG table=mangle:58 family=2 entries=1 op=nft_register_rule pid=1010 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1010]: SYSCALL arch=c000003e syscall=46 success=yes exit=480 a0=3 a1=7fff3ef90920 a2=0 a3=7fff3ef9090c items=0 ppid=864 pid=1010 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006D616E676C65002D2D696E73657274004C4942564952545F505254002D2D6F75742D696E7465726661636500766972627230002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700043484543
Jan 22 13:58:44 arch-pc dnsmasq[1017]: started, version 2.88 cachesize 150
Jan 22 13:58:44 arch-pc dnsmasq[1017]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile
Jan 22 13:58:44 arch-pc dnsmasq-dhcp[1017]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h
Jan 22 13:58:44 arch-pc dnsmasq-dhcp[1017]: DHCP, sockets bound exclusively to interface virbr0
Jan 22 13:58:44 arch-pc dnsmasq[1017]: no servers found in /etc/resolv.conf, will retry
Jan 22 13:58:44 arch-pc dnsmasq[1017]: read /etc/hosts - 1 names
Jan 22 13:58:44 arch-pc dnsmasq[1017]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 names
Jan 22 13:58:44 arch-pc dnsmasq-dhcp[1017]: read /var/lib/libvirt/dnsmasq/default.hostsfile
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.8369] manager: (virbr2): new Bridge device (/org/freedesktop/NetworkManager/Devices/3)
Jan 22 13:58:44 arch-pc audit[1020]: NETFILTER_CFG table=filter:59 family=2 entries=1 op=nft_register_rule pid=1020 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1020]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffe1976c100 a2=0 a3=7ffe1976c0ec items=0 ppid=864 pid=1020 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627232002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
Jan 22 13:58:44 arch-pc audit[1021]: NETFILTER_CFG table=filter:60 family=2 entries=1 op=nft_register_rule pid=1021 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1021]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffe2ad3d200 a2=0 a3=7ffe2ad3d1ec items=0 ppid=864 pid=1021 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627232002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
Jan 22 13:58:44 arch-pc audit[1022]: NETFILTER_CFG table=filter:61 family=2 entries=1 op=nft_register_rule pid=1022 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1022]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7fffce961ea0 a2=0 a3=7fffce961e8c items=0 ppid=864 pid=1022 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627232002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
Jan 22 13:58:44 arch-pc audit[1023]: NETFILTER_CFG table=filter:62 family=2 entries=1 op=nft_register_rule pid=1023 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1023]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffc92c73af0 a2=0 a3=7ffc92c73adc items=0 ppid=864 pid=1023 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627232002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
Jan 22 13:58:44 arch-pc audit[1024]: NETFILTER_CFG table=filter:63 family=2 entries=1 op=nft_register_rule pid=1024 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1024]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7fff80f7fcd0 a2=0 a3=7fff80f7fcbc items=0 ppid=864 pid=1024 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627232002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
Jan 22 13:58:44 arch-pc audit[1025]: NETFILTER_CFG table=filter:64 family=2 entries=1 op=nft_register_rule pid=1025 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1025]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffcca551260 a2=0 a3=7ffcca55124c items=0 ppid=864 pid=1025 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627232002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
Jan 22 13:58:44 arch-pc audit[1026]: NETFILTER_CFG table=filter:65 family=2 entries=1 op=nft_register_rule pid=1026 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1026]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffd7376d6a0 a2=0 a3=7ffd7376d68c items=0 ppid=864 pid=1026 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627232002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
Jan 22 13:58:44 arch-pc audit[1027]: NETFILTER_CFG table=filter:66 family=2 entries=1 op=nft_register_rule pid=1027 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1027]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7fff14f1a020 a2=0 a3=7fff14f1a00c items=0 ppid=864 pid=1027 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627232002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
Jan 22 13:58:44 arch-pc audit[1028]: NETFILTER_CFG table=filter:67 family=2 entries=1 op=nft_register_rule pid=1028 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1028]: SYSCALL arch=c000003e syscall=46 success=yes exit=300 a0=3 a1=7ffc9f4d69f0 a2=0 a3=7ffc9f4d69dc items=0 ppid=864 pid=1028 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F46574F002D2D696E2D696E7465726661636500766972627232002D2D6A756D700052454A454354
Jan 22 13:58:44 arch-pc audit[1029]: NETFILTER_CFG table=filter:68 family=2 entries=1 op=nft_register_rule pid=1029 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1029]: SYSCALL arch=c000003e syscall=46 success=yes exit=300 a0=3 a1=7ffd2ab341a0 a2=0 a3=7ffd2ab3418c items=0 ppid=864 pid=1029 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465749002D2D6F75742D696E7465726661636500766972627232002D2D6A756D700052454A454354
Jan 22 13:58:44 arch-pc audit[1030]: NETFILTER_CFG table=filter:69 family=2 entries=1 op=nft_register_rule pid=1030 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1030]: SYSCALL arch=c000003e syscall=46 success=yes exit=380 a0=3 a1=7ffeac08bc60 a2=0 a3=7ffeac08bc4c items=0 ppid=864 pid=1030 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465758002D2D696E2D696E7465726661636500766972627232002D2D6F75742D696E7465726661636500766972627232002D2D6A756D7000414343455054
Jan 22 13:58:44 arch-pc NetworkManager[858]: <info>  [1674377924.8505] manager: (virbr1): new Bridge device (/org/freedesktop/NetworkManager/Devices/4)
Jan 22 13:58:44 arch-pc audit[1032]: NETFILTER_CFG table=filter:70 family=2 entries=1 op=nft_register_rule pid=1032 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1032]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffd58329890 a2=0 a3=7ffd5832987c items=0 ppid=864 pid=1032 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627231002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
Jan 22 13:58:44 arch-pc audit[1033]: NETFILTER_CFG table=filter:71 family=2 entries=1 op=nft_register_rule pid=1033 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1033]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7fff5198cf20 a2=0 a3=7fff5198cf0c items=0 ppid=864 pid=1033 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627231002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003637002D2D6A756D70004143434550
Jan 22 13:58:44 arch-pc audit[1034]: NETFILTER_CFG table=filter:72 family=2 entries=1 op=nft_register_rule pid=1034 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1034]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffcca35f580 a2=0 a3=7ffcca35f56c items=0 ppid=864 pid=1034 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627231002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
Jan 22 13:58:44 arch-pc audit[1035]: NETFILTER_CFG table=filter:73 family=2 entries=1 op=nft_register_rule pid=1035 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1035]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffd850ec6b0 a2=0 a3=7ffd850ec69c items=0 ppid=864 pid=1035 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627231002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003638002D2D6A756D700041434345
Jan 22 13:58:44 arch-pc audit[1036]: NETFILTER_CFG table=filter:74 family=2 entries=1 op=nft_register_rule pid=1036 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1036]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7fff21e83630 a2=0 a3=7fff21e8361c items=0 ppid=864 pid=1036 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627231002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
Jan 22 13:58:44 arch-pc audit[1037]: NETFILTER_CFG table=filter:75 family=2 entries=1 op=nft_register_rule pid=1037 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1037]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7fff444b8600 a2=0 a3=7fff444b85ec items=0 ppid=864 pid=1037 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F494E50002D2D696E2D696E7465726661636500766972627231002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D70004143434550
Jan 22 13:58:44 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 13:58:44 arch-pc audit[1038]: NETFILTER_CFG table=filter:76 family=2 entries=1 op=nft_register_rule pid=1038 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1038]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffd74743710 a2=0 a3=7ffd747436fc items=0 ppid=864 pid=1038 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627231002D2D70726F746F636F6C00746370002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
Jan 22 13:58:44 arch-pc audit[1039]: NETFILTER_CFG table=filter:77 family=2 entries=1 op=nft_register_rule pid=1039 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1039]: SYSCALL arch=c000003e syscall=46 success=yes exit=472 a0=3 a1=7ffe49ae35b0 a2=0 a3=7ffe49ae359c items=0 ppid=864 pid=1039 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F4F5554002D2D6F75742D696E7465726661636500766972627231002D2D70726F746F636F6C00756470002D2D64657374696E6174696F6E2D706F7274003533002D2D6A756D700041434345
Jan 22 13:58:44 arch-pc audit[1040]: NETFILTER_CFG table=filter:78 family=2 entries=1 op=nft_register_rule pid=1040 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1040]: SYSCALL arch=c000003e syscall=46 success=yes exit=300 a0=3 a1=7ffc27c39c40 a2=0 a3=7ffc27c39c2c items=0 ppid=864 pid=1040 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F46574F002D2D696E2D696E7465726661636500766972627231002D2D6A756D700052454A454354
Jan 22 13:58:44 arch-pc audit[1041]: NETFILTER_CFG table=filter:79 family=2 entries=1 op=nft_register_rule pid=1041 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1041]: SYSCALL arch=c000003e syscall=46 success=yes exit=300 a0=3 a1=7ffd5b222480 a2=0 a3=7ffd5b22246c items=0 ppid=864 pid=1041 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465749002D2D6F75742D696E7465726661636500766972627231002D2D6A756D700052454A454354
Jan 22 13:58:44 arch-pc audit[1042]: NETFILTER_CFG table=filter:80 family=2 entries=1 op=nft_register_rule pid=1042 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1042]: SYSCALL arch=c000003e syscall=46 success=yes exit=380 a0=3 a1=7ffd30456120 a2=0 a3=7ffd3045610c items=0 ppid=864 pid=1042 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465758002D2D696E2D696E7465726661636500766972627231002D2D6F75742D696E7465726661636500766972627231002D2D6A756D7000414343455054
Jan 22 13:58:44 arch-pc audit[1043]: NETFILTER_CFG table=filter:81 family=2 entries=1 op=nft_register_rule pid=1043 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1043]: SYSCALL arch=c000003e syscall=46 success=yes exit=392 a0=3 a1=7ffe9065c1d0 a2=0 a3=7ffe9065c1bc items=0 ppid=864 pid=1043 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F46574F002D2D736F757263650031302E302E322E302F3234002D2D696E2D696E7465726661636500766972627231002D2D6A756D7000414343455054
Jan 22 13:58:44 arch-pc audit[1044]: NETFILTER_CFG table=filter:82 family=2 entries=1 op=nft_register_rule pid=1044 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1044]: SYSCALL arch=c000003e syscall=46 success=yes exit=608 a0=3 a1=7fffaa0e8cc0 a2=0 a3=7fffaa0e8cac items=0 ppid=864 pid=1044 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C650066696C746572002D2D696E73657274004C4942564952545F465749002D2D64657374696E6174696F6E0031302E302E322E302F3234002D2D6F75742D696E7465726661636500766972627231002D2D6D6174636800636F6E6E747261636B002D2D6374
Jan 22 13:58:44 arch-pc audit[1045]: NETFILTER_CFG table=nat:83 family=2 entries=1 op=nft_register_rule pid=1045 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1045]: SYSCALL arch=c000003e syscall=46 success=yes exit=424 a0=3 a1=7ffde9b2bdb0 a2=0 a3=7ffde9b2bd9c items=0 ppid=864 pid=1045 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F757263650031302E302E322E302F32340000002D2D64657374696E6174696F6E0031302E302E322E302F3234002D2D6A756D70004D415351554552414445
Jan 22 13:58:44 arch-pc audit[1046]: NETFILTER_CFG table=nat:84 family=2 entries=1 op=nft_register_rule pid=1046 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1046]: SYSCALL arch=c000003e syscall=46 success=yes exit=504 a0=3 a1=7fffaf3c3450 a2=0 a3=7fffaf3c343c items=0 ppid=864 pid=1046 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F757263650031302E302E322E302F3234002D70007564700000002D2D64657374696E6174696F6E0031302E302E322E302F3234002D2D6A756D70004D415351554552414445
Jan 22 13:58:44 arch-pc audit[1047]: NETFILTER_CFG table=nat:85 family=2 entries=1 op=nft_register_rule pid=1047 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1047]: SYSCALL arch=c000003e syscall=46 success=yes exit=504 a0=3 a1=7ffd87ae3c90 a2=0 a3=7ffd87ae3c7c items=0 ppid=864 pid=1047 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F757263650031302E302E322E302F3234002D70007463700000002D2D64657374696E6174696F6E0031302E302E322E302F3234002D2D6A756D70004D415351554552414445
Jan 22 13:58:44 arch-pc audit[1048]: NETFILTER_CFG table=nat:86 family=2 entries=1 op=nft_register_rule pid=1048 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1048]: SYSCALL arch=c000003e syscall=46 success=yes exit=400 a0=3 a1=7ffdee905130 a2=0 a3=7ffdee90511c items=0 ppid=864 pid=1048 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F757263650031302E302E322E302F3234002D2D64657374696E6174696F6E003235352E3235352E3235352E3235352F3332002D2D6A756D700052455455524E
Jan 22 13:58:44 arch-pc audit[1049]: NETFILTER_CFG table=nat:87 family=2 entries=1 op=nft_register_rule pid=1049 comm="iptables"
Jan 22 13:58:44 arch-pc audit[1049]: SYSCALL arch=c000003e syscall=46 success=yes exit=400 a0=3 a1=7ffc895dc9c0 a2=0 a3=7ffc895dc9ac items=0 ppid=864 pid=1049 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:44 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D77002D2D7461626C65006E6174002D2D696E73657274004C4942564952545F505254002D2D736F757263650031302E302E322E302F3234002D2D64657374696E6174696F6E003232342E302E302E302F3234002D2D6A756D700052455455524E
Jan 22 13:58:44 arch-pc dnsmasq[1057]: started, version 2.88 cachesize 150
Jan 22 13:58:44 arch-pc dnsmasq[1057]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth cryptohash DNSSEC loop-detect inotify dumpfile
Jan 22 13:58:44 arch-pc dnsmasq[1057]: no servers found in /etc/resolv.conf, will retry
Jan 22 13:58:44 arch-pc dnsmasq[1057]: read /etc/hosts - 1 names
Jan 22 13:58:44 arch-pc dnsmasq[1057]: read /var/lib/libvirt/dnsmasq/Whonix-External.addnhosts - 0 names
Jan 22 13:58:44 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr2 SRC=0.0.0.0 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 13:58:44 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44+05:00" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header"
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.923035726+05:00" level=info msg="starting containerd" revision=9ba4b250366a5ddde94bb7c9d1def331423aa323.m version=v1.6.14
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.930041272+05:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.934833275+05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.935828797+05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/5.15.89-1-lts\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.936285229+05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.936349977+05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.936356241+05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.936362258+05:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.936366426+05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.936904136+05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Jan 22 13:58:44 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 13:58:44 arch-pc libvirtd[864]: libvirt version: 9.0.0
Jan 22 13:58:44 arch-pc libvirtd[864]: hostname: arch-pc
Jan 22 13:58:44 arch-pc libvirtd[864]: Unable to open /dev/kvm: No such file or directory
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.942135954+05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.944388625+05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.944404483+05:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.944426576+05:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.944434291+05:00" level=info msg="metadata content store policy set" policy=shared
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948327569+05:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948344892+05:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948354214+05:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948380655+05:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948390521+05:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948406709+05:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948418079+05:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948428120+05:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948437621+05:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948447901+05:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948457199+05:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948465892+05:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948520791+05:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.948801668+05:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.949793911+05:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.949816920+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.949827016+05:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.949858947+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.949869417+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.949883013+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.949891439+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.949899919+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.949908862+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.949918043+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.949926426+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.949944011+05:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.950280777+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.950289729+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.950298629+05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.950308923+05:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.950319596+05:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.950328884+05:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.950341604+05:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.950453458+05:00" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.950471795+05:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.950487841+05:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
Jan 22 13:58:44 arch-pc dockerd[968]: time="2023-01-22T13:58:44.950498504+05:00" level=info msg="containerd successfully booted in 0.034529s"
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.961871446+05:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.961885109+05:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.961895524+05:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.961900309+05:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.963178919+05:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.963190892+05:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.963202636+05:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jan 22 13:58:44 arch-pc dockerd[941]: time="2023-01-22T13:58:44.963210248+05:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jan 22 13:58:45 arch-pc dockerd[941]: time="2023-01-22T13:58:45.026135201+05:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Jan 22 13:58:45 arch-pc dockerd[941]: time="2023-01-22T13:58:45.145547500+05:00" level=info msg="Loading containers: start."
Jan 22 13:58:45 arch-pc kernel: Bridge firewalling registered
Jan 22 13:58:45 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr2 SRC=0.0.0.0 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 13:58:45 arch-pc audit[1101]: NETFILTER_CFG table=nat:88 family=2 entries=1 op=nft_register_chain pid=1101 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1101]: SYSCALL arch=c000003e syscall=46 success=yes exit=88 a0=3 a1=7ffd76512500 a2=0 a3=7ffd765124ec items=0 ppid=941 pid=1101 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B4552
Jan 22 13:58:45 arch-pc audit[1103]: NETFILTER_CFG table=filter:89 family=2 entries=1 op=nft_register_chain pid=1103 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1103]: SYSCALL arch=c000003e syscall=46 success=yes exit=92 a0=3 a1=7fff8b791560 a2=0 a3=7fff8b79154c items=0 ppid=941 pid=1103 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B4552
Jan 22 13:58:45 arch-pc audit[1105]: NETFILTER_CFG table=filter:90 family=2 entries=1 op=nft_register_chain pid=1105 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1105]: SYSCALL arch=c000003e syscall=46 success=yes exit=112 a0=3 a1=7ffd3ca28980 a2=0 a3=7ffd3ca2896c items=0 ppid=941 pid=1105 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jan 22 13:58:45 arch-pc audit[1107]: NETFILTER_CFG table=filter:91 family=2 entries=1 op=nft_register_chain pid=1107 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1107]: SYSCALL arch=c000003e syscall=46 success=yes exit=112 a0=3 a1=7ffc47a1ee10 a2=0 a3=7ffc47a1edfc items=0 ppid=941 pid=1107 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D32
Jan 22 13:58:45 arch-pc audit[1109]: NETFILTER_CFG table=filter:92 family=2 entries=1 op=nft_register_rule pid=1109 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1109]: SYSCALL arch=c000003e syscall=46 success=yes exit=228 a0=3 a1=7ffd92b775f0 a2=0 a3=7ffd92b775dc items=0 ppid=941 pid=1109 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D49534F4C4154494F4E2D53544147452D31002D6A0052455455524E
Jan 22 13:58:45 arch-pc audit[1111]: NETFILTER_CFG table=filter:93 family=2 entries=1 op=nft_register_rule pid=1111 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1111]: SYSCALL arch=c000003e syscall=46 success=yes exit=228 a0=3 a1=7ffd40098b00 a2=0 a3=7ffd40098aec items=0 ppid=941 pid=1111 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D49534F4C4154494F4E2D53544147452D32002D6A0052455455524E
Jan 22 13:58:45 arch-pc dockerd[941]: time="2023-01-22T13:58:45.395516745+05:00" level=info msg="failed to read ipv6 net.ipv6.conf.<bridge>.accept_ra" bridge=br-69d51dd1c4ff syspath=/proc/sys/net/ipv6/conf/br-69d51dd1c4ff/accept_ra
Jan 22 13:58:45 arch-pc NetworkManager[858]: <info>  [1674377925.3958] manager: (br-69d51dd1c4ff): new Bridge device (/org/freedesktop/NetworkManager/Devices/5)
Jan 22 13:58:45 arch-pc audit[1115]: NETFILTER_CFG table=nat:94 family=2 entries=1 op=nft_register_rule pid=1115 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1115]: SYSCALL arch=c000003e syscall=46 success=yes exit=420 a0=3 a1=7ffd940e0790 a2=0 a3=7ffd940e077c items=0 ppid=941 pid=1115 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31382E302E302F31360000002D6F0062722D363964353164643163346666002D6A004D415351554552414445
Jan 22 13:58:45 arch-pc audit[1117]: NETFILTER_CFG table=nat:95 family=2 entries=1 op=nft_register_rule pid=1117 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1117]: SYSCALL arch=c000003e syscall=46 success=yes exit=296 a0=3 a1=7ffdbb3f88a0 a2=0 a3=7ffdbb3f888c items=0 ppid=941 pid=1117 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D690062722D363964353164643163346666002D6A0052455455524E
Jan 22 13:58:45 arch-pc audit[1120]: NETFILTER_CFG table=filter:96 family=2 entries=1 op=nft_register_rule pid=1120 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1120]: SYSCALL arch=c000003e syscall=46 success=yes exit=392 a0=3 a1=7ffff0db17b0 a2=0 a3=7ffff0db179c items=0 ppid=941 pid=1120 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D690062722D363964353164643163346666002D6F0062722D363964353164643163346666002D6A00414343455054
Jan 22 13:58:45 arch-pc audit[1122]: NETFILTER_CFG table=filter:97 family=2 entries=1 op=nft_register_rule pid=1122 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1122]: SYSCALL arch=c000003e syscall=46 success=yes exit=392 a0=3 a1=7ffc6d64c700 a2=0 a3=7ffc6d64c6ec items=0 ppid=941 pid=1122 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D690062722D3639643531646431633466660000002D6F0062722D363964353164643163346666002D6A00414343455054
Jan 22 13:58:45 arch-pc audit[1124]: NETFILTER_CFG table=nat:98 family=2 entries=2 op=nft_register_chain pid=1124 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1124]: SYSCALL arch=c000003e syscall=46 success=yes exit=356 a0=3 a1=7ffe97926be0 a2=0 a3=7ffe97926bcc items=0 ppid=941 pid=1124 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100505245524F5554494E47002D6D006164647274797065002D2D6473742D74797065004C4F43414C002D6A00444F434B4552
Jan 22 13:58:45 arch-pc audit[1126]: NETFILTER_CFG table=nat:99 family=2 entries=2 op=nft_register_chain pid=1126 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1126]: SYSCALL arch=c000003e syscall=46 success=yes exit=444 a0=3 a1=7fff8a733cd0 a2=0 a3=7fff8a733cbc items=0 ppid=941 pid=1126 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D41004F5554505554002D6D006164647274797065002D2D6473742D74797065004C4F43414C002D6A00444F434B45520000002D2D647374003132372E302E302E302F38
Jan 22 13:58:45 arch-pc audit[1128]: NETFILTER_CFG table=filter:100 family=2 entries=1 op=nft_register_rule pid=1128 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1128]: SYSCALL arch=c000003e syscall=46 success=yes exit=312 a0=3 a1=7ffed87fb510 a2=0 a3=7ffed87fb4fc items=0 ppid=941 pid=1128 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F0062722D363964353164643163346666002D6A00444F434B4552
Jan 22 13:58:45 arch-pc audit[1130]: NETFILTER_CFG table=filter:101 family=2 entries=1 op=nft_register_rule pid=1130 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1130]: SYSCALL arch=c000003e syscall=46 success=yes exit=516 a0=3 a1=7ffd2d96ab20 a2=0 a3=7ffd2d96ab0c items=0 ppid=941 pid=1130 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F0062722D363964353164643163346666002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
Jan 22 13:58:45 arch-pc audit[1132]: NETFILTER_CFG table=filter:102 family=2 entries=1 op=nft_register_rule pid=1132 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1132]: SYSCALL arch=c000003e syscall=46 success=yes exit=240 a0=3 a1=7ffc6857e710 a2=0 a3=7ffc6857e6fc items=0 ppid=941 pid=1132 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jan 22 13:58:45 arch-pc audit[1134]: NETFILTER_CFG table=filter:103 family=2 entries=1 op=nft_register_rule pid=1134 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1134]: SYSCALL arch=c000003e syscall=46 success=yes exit=444 a0=3 a1=7ffdb3352d20 a2=0 a3=7ffdb3352d0c items=0 ppid=941 pid=1134 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D690062722D3639643531646431633466660000002D6F0062722D363964353164643163346666002D6A00444F434B45522D49534F4C4154494F4E2D5354414745
Jan 22 13:58:45 arch-pc audit[1136]: NETFILTER_CFG table=filter:104 family=2 entries=1 op=nft_register_rule pid=1136 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1136]: SYSCALL arch=c000003e syscall=46 success=yes exit=320 a0=3 a1=7ffebf307b70 a2=0 a3=7ffebf307b5c items=0 ppid=941 pid=1136 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F0062722D363964353164643163346666002D6A0044524F50
Jan 22 13:58:45 arch-pc dockerd[941]: time="2023-01-22T13:58:45.406535047+05:00" level=info msg="failed to read ipv6 net.ipv6.conf.<bridge>.accept_ra" bridge=docker0 syspath=/proc/sys/net/ipv6/conf/docker0/accept_ra
Jan 22 13:58:45 arch-pc dockerd[941]: time="2023-01-22T13:58:45.406550473+05:00" level=info msg="failed to read ipv6 net.ipv6.conf.<bridge>.accept_ra" bridge=docker0 syspath=/proc/sys/net/ipv6/conf/docker0/accept_ra
Jan 22 13:58:45 arch-pc NetworkManager[858]: <info>  [1674377925.4067] manager: (docker0): new Bridge device (/org/freedesktop/NetworkManager/Devices/6)
Jan 22 13:58:45 arch-pc audit[1138]: NETFILTER_CFG table=nat:105 family=2 entries=1 op=nft_register_rule pid=1138 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1138]: SYSCALL arch=c000003e syscall=46 success=yes exit=412 a0=3 a1=7ffd7421e090 a2=0 a3=7ffd7421e07c items=0 ppid=941 pid=1138 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
Jan 22 13:58:45 arch-pc audit[1140]: NETFILTER_CFG table=nat:106 family=2 entries=1 op=nft_register_rule pid=1140 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1140]: SYSCALL arch=c000003e syscall=46 success=yes exit=288 a0=3 a1=7ffc9f670020 a2=0 a3=7ffc9f67000c items=0 ppid=941 pid=1140 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D6900646F636B657230002D6A0052455455524E
Jan 22 13:58:45 arch-pc audit[1143]: NETFILTER_CFG table=filter:107 family=2 entries=1 op=nft_register_rule pid=1143 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1143]: SYSCALL arch=c000003e syscall=46 success=yes exit=376 a0=3 a1=7ffe6dbcb300 a2=0 a3=7ffe6dbcb2ec items=0 ppid=941 pid=1143 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
Jan 22 13:58:45 arch-pc audit[1145]: NETFILTER_CFG table=filter:108 family=2 entries=1 op=nft_register_rule pid=1145 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1145]: SYSCALL arch=c000003e syscall=46 success=yes exit=376 a0=3 a1=7ffe6493efc0 a2=0 a3=7ffe6493efac items=0 ppid=941 pid=1145 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
Jan 22 13:58:45 arch-pc audit[1151]: NETFILTER_CFG table=filter:109 family=2 entries=1 op=nft_register_rule pid=1151 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1151]: SYSCALL arch=c000003e syscall=46 success=yes exit=304 a0=3 a1=7ffd9bd56a90 a2=0 a3=7ffd9bd56a7c items=0 ppid=941 pid=1151 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6A00444F434B4552
Jan 22 13:58:45 arch-pc audit[1153]: NETFILTER_CFG table=filter:110 family=2 entries=1 op=nft_register_rule pid=1153 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1153]: SYSCALL arch=c000003e syscall=46 success=yes exit=508 a0=3 a1=7ffe73dc74b0 a2=0 a3=7ffe73dc749c items=0 ppid=941 pid=1153 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
Jan 22 13:58:45 arch-pc audit[1155]: NETFILTER_CFG table=filter:111 family=2 entries=1 op=nft_unregister_rule pid=1155 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1155]: SYSCALL arch=c000003e syscall=46 success=yes exit=244 a0=3 a1=7ffe79cb2e60 a2=0 a3=7ffe79cb2e4c items=0 ppid=941 pid=1155 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jan 22 13:58:45 arch-pc audit[1156]: NETFILTER_CFG table=filter:112 family=2 entries=1 op=nft_register_rule pid=1156 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1156]: SYSCALL arch=c000003e syscall=46 success=yes exit=240 a0=3 a1=7fff6acf2fb0 a2=0 a3=7fff6acf2f9c items=0 ppid=941 pid=1156 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jan 22 13:58:45 arch-pc audit[1158]: NETFILTER_CFG table=filter:113 family=2 entries=1 op=nft_register_rule pid=1158 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1158]: SYSCALL arch=c000003e syscall=46 success=yes exit=428 a0=3 a1=7ffde411bc60 a2=0 a3=7ffde411bc4c items=0 ppid=941 pid=1158 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
Jan 22 13:58:45 arch-pc audit[1160]: NETFILTER_CFG table=filter:114 family=2 entries=1 op=nft_register_rule pid=1160 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1160]: SYSCALL arch=c000003e syscall=46 success=yes exit=312 a0=3 a1=7ffe737df060 a2=0 a3=7ffe737df04c items=0 ppid=941 pid=1160 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
Jan 22 13:58:45 arch-pc audit[1162]: NETFILTER_CFG table=nat:115 family=2 entries=1 op=nft_unregister_rule pid=1162 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1162]: SYSCALL arch=c000003e syscall=46 success=yes exit=404 a0=3 a1=7ffd63264690 a2=0 a3=7ffd6326467c items=0 ppid=941 pid=1162 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4400504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Single thread SHA256 performance is 2022 MB/s using minio/sha256-simd (528 MB/s using crypto/sha256).
Jan 22 13:58:45 arch-pc kernel: [UFW BLOCK] IN= OUT=br-69d51dd1c4ff SRC=172.18.0.1 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 13:58:45 arch-pc libvirtd[864]: internal error: Missing udev property 'ID_VENDOR_ID' on 'usb1'
Jan 22 13:58:45 arch-pc libvirtd[864]: internal error: Missing udev property 'ID_VENDOR_ID' on 'usb2'
Jan 22 13:58:45 arch-pc libvirtd[864]: internal error: Missing udev property 'ID_VENDOR_ID' on '3-10'
Jan 22 13:58:45 arch-pc libvirtd[864]: internal error: Missing udev property 'ID_VENDOR_ID' on '3-8'
Jan 22 13:58:45 arch-pc libvirtd[864]: internal error: Missing udev property 'ID_VENDOR_ID' on 'usb4'
Jan 22 13:58:45 arch-pc kernel: [UFW BLOCK] IN= OUT=docker0 SRC=172.17.0.1 DST=224.0.0.22 LEN=40 TOS=0x00 PREC=0xC0 TTL=1 ID=0 DF PROTO=2 MARK=0xd4 
Jan 22 13:58:45 arch-pc audit[1164]: NETFILTER_CFG table=nat:116 family=2 entries=1 op=nft_unregister_rule pid=1164 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1164]: SYSCALL arch=c000003e syscall=46 success=yes exit=280 a0=3 a1=7fffe933bd50 a2=0 a3=7fffe933bd3c items=0 ppid=941 pid=1164 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4400444F434B4552002D6900646F636B657230002D6A0052455455524E
Jan 22 13:58:45 arch-pc audit[1166]: NETFILTER_CFG table=filter:117 family=2 entries=1 op=nft_unregister_rule pid=1166 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1166]: SYSCALL arch=c000003e syscall=46 success=yes exit=380 a0=3 a1=7ffe6eaa90e0 a2=0 a3=7ffe6eaa90cc items=0 ppid=941 pid=1166 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
Jan 22 13:58:45 arch-pc audit[1168]: NETFILTER_CFG table=filter:118 family=2 entries=1 op=nft_unregister_rule pid=1168 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1168]: SYSCALL arch=c000003e syscall=46 success=yes exit=380 a0=3 a1=7fff3ff4fe00 a2=0 a3=7fff3ff4fdec items=0 ppid=941 pid=1168 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
Jan 22 13:58:45 arch-pc audit[1171]: NETFILTER_CFG table=filter:119 family=2 entries=1 op=nft_unregister_rule pid=1171 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1171]: SYSCALL arch=c000003e syscall=46 success=yes exit=308 a0=3 a1=7ffdeaf44c50 a2=0 a3=7ffdeaf44c3c items=0 ppid=941 pid=1171 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6F00646F636B657230002D6A00444F434B4552
Jan 22 13:58:45 arch-pc audit[1174]: NETFILTER_CFG table=filter:120 family=2 entries=1 op=nft_unregister_rule pid=1174 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1174]: SYSCALL arch=c000003e syscall=46 success=yes exit=512 a0=3 a1=7ffccf6b2e10 a2=0 a3=7ffccf6b2dfc items=0 ppid=941 pid=1174 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Hashing performance is 1295.40 MB/s
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Overall send rate is unlimited, receive rate is unlimited
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Using discovery mechanism: global discovery server https://discovery.syncthing.net/v2/?noannounce&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Using discovery mechanism: global discovery server https://discovery-v4.syncthing.net/v2/?nolookup&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Using discovery mechanism: global discovery server https://discovery-v6.syncthing.net/v2/?nolookup&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Using discovery mechanism: IPv4 local broadcast discovery on port 21027
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Using discovery mechanism: IPv6 local multicast discovery on address [ff12::8384]:21027
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: TCP listener (0.0.0.0:22000) starting
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Detected 0 NAT services
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: GUI and API listening on 127.0.0.1:8384
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Access the GUI via the following URL: http://127.0.0.1:8384/
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: My name is "arch-pc"
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Device IZSF4SR-ISMG2BB-V7Z6YMS-T3YK2LX-HVUVRIZ-5HYFJR2-W6GRESL-KCVNPAE is "server" at [tcp://10.8.1.1:22000]
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: QUIC listener (0.0.0.0:22000) starting
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) shutting down
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: listenerSupervisor@dynamic+https://relays.syncthing.net/endpoint: service dynamic+https://relays.syncthing.net/endpoint failed: Get "https://relays.syncthing.net/endpoint": dial tcp: lookup relays.syncthing.net on [::1]:53: dial udp [::1]:53: socket: address family not supported by protocol
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Ready to synchronize "Personal" (fmwqx-lpnjc) (sendreceive)
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) shutting down
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: listenerSupervisor@dynamic+https://relays.syncthing.net/endpoint: service dynamic+https://relays.syncthing.net/endpoint failed: Get "https://relays.syncthing.net/endpoint": dial tcp: lookup relays.syncthing.net on [::1]:53: dial udp [::1]:53: socket: address family not supported by protocol
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) shutting down
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: listenerSupervisor@dynamic+https://relays.syncthing.net/endpoint: service dynamic+https://relays.syncthing.net/endpoint failed: Get "https://relays.syncthing.net/endpoint": dial tcp: lookup relays.syncthing.net on [::1]:53: dial udp [::1]:53: socket: address family not supported by protocol
Jan 22 13:58:45 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=274 TOS=0x00 PREC=0x00 TTL=64 ID=10414 DF PROTO=UDP SPT=57160 DPT=21027 LEN=254 
Jan 22 13:58:45 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=10.0.2.255 LEN=274 TOS=0x00 PREC=0x00 TTL=64 ID=43620 DF PROTO=UDP SPT=57160 DPT=21027 LEN=254 
Jan 22 13:58:45 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=239.255.255.250 LEN=195 TOS=0x00 PREC=0x00 TTL=1 ID=42023 DF PROTO=UDP SPT=41775 DPT=1900 LEN=175 
Jan 22 13:58:45 arch-pc syncthing[865]: [J2GOJ] INFO: Completed initial scan of sendreceive folder "Personal" (fmwqx-lpnjc)
Jan 22 13:58:45 arch-pc audit[1205]: NETFILTER_CFG table=filter:121 family=2 entries=1 op=nft_unregister_rule pid=1205 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1205]: SYSCALL arch=c000003e syscall=46 success=yes exit=420 a0=3 a1=7ffe409e7120 a2=0 a3=7ffe409e710c items=0 ppid=941 pid=1205 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
Jan 22 13:58:45 arch-pc audit[1207]: NETFILTER_CFG table=filter:122 family=2 entries=1 op=nft_unregister_rule pid=1207 comm="iptables"
Jan 22 13:58:45 arch-pc audit[1207]: SYSCALL arch=c000003e syscall=46 success=yes exit=304 a0=3 a1=7ffd6fc00b50 a2=0 a3=7ffd6fc00b3c items=0 ppid=941 pid=1207 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:45 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
Jan 22 13:58:46 arch-pc dockerd[941]: time="2023-01-22T13:58:46.111272953+05:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Jan 22 13:58:46 arch-pc dockerd[941]: time="2023-01-22T13:58:46.111617508+05:00" level=info msg="failed to read ipv6 net.ipv6.conf.<bridge>.accept_ra" bridge=docker0 syspath=/proc/sys/net/ipv6/conf/docker0/accept_ra
Jan 22 13:58:46 arch-pc audit[1209]: NETFILTER_CFG table=nat:123 family=2 entries=1 op=nft_register_rule pid=1209 comm="iptables"
Jan 22 13:58:46 arch-pc audit[1209]: SYSCALL arch=c000003e syscall=46 success=yes exit=412 a0=3 a1=7fff214f2b80 a2=0 a3=7fff214f2b6c items=0 ppid=941 pid=1209 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:46 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
Jan 22 13:58:46 arch-pc audit[1211]: NETFILTER_CFG table=nat:124 family=2 entries=1 op=nft_register_rule pid=1211 comm="iptables"
Jan 22 13:58:46 arch-pc audit[1211]: SYSCALL arch=c000003e syscall=46 success=yes exit=288 a0=3 a1=7ffdb305d5d0 a2=0 a3=7ffdb305d5bc items=0 ppid=941 pid=1211 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:46 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D6900646F636B657230002D6A0052455455524E
Jan 22 13:58:46 arch-pc audit[1214]: NETFILTER_CFG table=filter:125 family=2 entries=1 op=nft_register_rule pid=1214 comm="iptables"
Jan 22 13:58:46 arch-pc audit[1214]: SYSCALL arch=c000003e syscall=46 success=yes exit=376 a0=3 a1=7fff6d838920 a2=0 a3=7fff6d83890c items=0 ppid=941 pid=1214 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:46 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
Jan 22 13:58:46 arch-pc audit[1216]: NETFILTER_CFG table=filter:126 family=2 entries=1 op=nft_register_rule pid=1216 comm="iptables"
Jan 22 13:58:46 arch-pc audit[1216]: SYSCALL arch=c000003e syscall=46 success=yes exit=376 a0=3 a1=7fffcc2e3270 a2=0 a3=7fffcc2e325c items=0 ppid=941 pid=1216 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:46 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
Jan 22 13:58:46 arch-pc audit[1222]: NETFILTER_CFG table=filter:127 family=2 entries=1 op=nft_register_rule pid=1222 comm="iptables"
Jan 22 13:58:46 arch-pc audit[1222]: SYSCALL arch=c000003e syscall=46 success=yes exit=304 a0=3 a1=7ffdf6388210 a2=0 a3=7ffdf63881fc items=0 ppid=941 pid=1222 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:46 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6A00444F434B4552
Jan 22 13:58:46 arch-pc audit[1224]: NETFILTER_CFG table=filter:128 family=2 entries=1 op=nft_register_rule pid=1224 comm="iptables"
Jan 22 13:58:46 arch-pc audit[1224]: SYSCALL arch=c000003e syscall=46 success=yes exit=508 a0=3 a1=7fff46799380 a2=0 a3=7fff4679936c items=0 ppid=941 pid=1224 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:46 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
Jan 22 13:58:46 arch-pc audit[1226]: NETFILTER_CFG table=filter:129 family=2 entries=1 op=nft_unregister_rule pid=1226 comm="iptables"
Jan 22 13:58:46 arch-pc audit[1226]: SYSCALL arch=c000003e syscall=46 success=yes exit=244 a0=3 a1=7ffed59df830 a2=0 a3=7ffed59df81c items=0 ppid=941 pid=1226 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:46 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jan 22 13:58:46 arch-pc audit[1227]: NETFILTER_CFG table=filter:130 family=2 entries=1 op=nft_register_rule pid=1227 comm="iptables"
Jan 22 13:58:46 arch-pc audit[1227]: SYSCALL arch=c000003e syscall=46 success=yes exit=240 a0=3 a1=7ffd9fd9fb20 a2=0 a3=7ffd9fd9fb0c items=0 ppid=941 pid=1227 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:46 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jan 22 13:58:46 arch-pc audit[1229]: NETFILTER_CFG table=filter:131 family=2 entries=1 op=nft_register_rule pid=1229 comm="iptables"
Jan 22 13:58:46 arch-pc audit[1229]: SYSCALL arch=c000003e syscall=46 success=yes exit=428 a0=3 a1=7fff75e0d3a0 a2=0 a3=7fff75e0d38c items=0 ppid=941 pid=1229 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:46 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
Jan 22 13:58:46 arch-pc audit[1231]: NETFILTER_CFG table=filter:132 family=2 entries=1 op=nft_register_rule pid=1231 comm="iptables"
Jan 22 13:58:46 arch-pc audit[1231]: SYSCALL arch=c000003e syscall=46 success=yes exit=312 a0=3 a1=7ffe4f52f340 a2=0 a3=7ffe4f52f32c items=0 ppid=941 pid=1231 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:46 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
Jan 22 13:58:46 arch-pc audit[1233]: NETFILTER_CFG table=filter:133 family=2 entries=1 op=nft_register_chain pid=1233 comm="iptables"
Jan 22 13:58:46 arch-pc audit[1233]: SYSCALL arch=c000003e syscall=46 success=yes exit=96 a0=3 a1=7ffc9f01b130 a2=0 a3=7ffc9f01b11c items=0 ppid=941 pid=1233 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:46 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D55534552
Jan 22 13:58:46 arch-pc audit[1235]: NETFILTER_CFG table=filter:134 family=2 entries=1 op=nft_register_rule pid=1235 comm="iptables"
Jan 22 13:58:46 arch-pc audit[1235]: SYSCALL arch=c000003e syscall=46 success=yes exit=212 a0=3 a1=7fff73833e60 a2=0 a3=7fff73833e4c items=0 ppid=941 pid=1235 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:46 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D55534552002D6A0052455455524E
Jan 22 13:58:46 arch-pc audit[1237]: NETFILTER_CFG table=filter:135 family=2 entries=1 op=nft_register_rule pid=1237 comm="iptables"
Jan 22 13:58:46 arch-pc audit[1237]: SYSCALL arch=c000003e syscall=46 success=yes exit=224 a0=3 a1=7ffe98d85b90 a2=0 a3=7ffe98d85b7c items=0 ppid=941 pid=1237 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-nft-multi" key=(null)
Jan 22 13:58:46 arch-pc audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D55534552
Jan 22 13:58:46 arch-pc dockerd[941]: time="2023-01-22T13:58:46.229852127+05:00" level=info msg="Loading containers: done."
Jan 22 13:58:46 arch-pc systemd[1]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck2475638102-merged.mount: Deactivated successfully.
Jan 22 13:58:46 arch-pc dockerd[941]: time="2023-01-22T13:58:46.299969722+05:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
Jan 22 13:58:46 arch-pc dockerd[941]: time="2023-01-22T13:58:46.300345190+05:00" level=info msg="Docker daemon" commit=42c8b31499 graphdriver(s)=overlay2 version=20.10.22
Jan 22 13:58:46 arch-pc dockerd[941]: time="2023-01-22T13:58:46.301407616+05:00" level=info msg="Daemon has completed initialization"
Jan 22 13:58:46 arch-pc systemd[1]: Started Docker Application Container Engine.
Jan 22 13:58:46 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=docker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:46 arch-pc systemd[1]: Reached target Multi-User System.
Jan 22 13:58:46 arch-pc systemd[1]: Reached target Graphical Interface.
Jan 22 13:58:46 arch-pc systemd[1]: Startup finished in 15.380s (firmware) + 6.401s (loader) + 18.077s (kernel) + 5.646s (userspace) = 45.505s.
Jan 22 13:58:46 arch-pc dockerd[941]: time="2023-01-22T13:58:46.482895070+05:00" level=info msg="API listen on /run/docker.sock"
Jan 22 13:58:47 arch-pc kernel: input: Intel HID events as /devices/platform/INTC1051:00/input/input469
Jan 22 13:58:48 arch-pc kernel: resource sanity check: requesting [mem 0xfedc0000-0xfedcffff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
Jan 22 13:58:48 arch-pc kernel: caller igen6_probe+0x199/0x7b0 [igen6_edac] mapping multiple BARs
Jan 22 13:58:48 arch-pc kernel: EDAC MC0: Giving out device to module igen6_edac controller Intel_client_SoC MC#0: DEV 0000:00:00.0 (INTERRUPT)
Jan 22 13:58:48 arch-pc kernel: EDAC MC1: Giving out device to module igen6_edac controller Intel_client_SoC MC#1: DEV 0000:00:00.0 (INTERRUPT)
Jan 22 13:58:48 arch-pc kernel: EDAC igen6: v2.5
Jan 22 13:58:48 arch-pc kernel: EDAC igen6 MC1: HANDLING IBECC MEMORY ERROR
Jan 22 13:58:48 arch-pc kernel: EDAC igen6 MC1: ADDR 0x7fffffffe0 
Jan 22 13:58:48 arch-pc kernel: EDAC igen6 MC0: HANDLING IBECC MEMORY ERROR
Jan 22 13:58:48 arch-pc systemd[1]: Created slice Slice /system/systemd-backlight.
Jan 22 13:58:48 arch-pc systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jan 22 13:58:48 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:48 arch-pc systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jan 22 13:58:48 arch-pc kernel: EDAC igen6 MC0: ADDR 0x7fffffffe0 
Jan 22 13:58:48 arch-pc kernel: kauditd_printk_skb: 444 callbacks suppressed
Jan 22 13:58:48 arch-pc kernel: audit: type=1130 audit(1674377928.260:188): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:48 arch-pc kernel: intel-pmt 0000:00:0a.0: Watcher not supported
Jan 22 13:58:48 arch-pc kernel: intel-pmt 0000:00:0a.0: Crashlog not supported
Jan 22 13:58:48 arch-pc kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  525.85.05  Sat Jan 14 00:40:03 UTC 2023
Jan 22 13:58:48 arch-pc kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jan 22 13:58:48 arch-pc kernel: intel_rapl_common: Found RAPL domain package
Jan 22 13:58:48 arch-pc kernel: ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210730/nsarguments-61)
Jan 22 13:58:48 arch-pc kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210730/nsarguments-61)
Jan 22 13:58:48 arch-pc mtp-probe[1318]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8"
Jan 22 13:58:48 arch-pc mtp-probe[1318]: bus: 3, device: 5 was not an MTP device
Jan 22 13:58:49 arch-pc kernel: mc: Linux media interface: v0.10
Jan 22 13:58:49 arch-pc kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jan 22 13:58:49 arch-pc kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jan 22 13:58:49 arch-pc kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jan 22 13:58:49 arch-pc kernel: cfg80211: failed to load regulatory.db
Jan 22 13:58:49 arch-pc kernel: videodev: Linux video capture interface: v2.00
Jan 22 13:58:49 arch-pc kernel: Bluetooth: Core ver 2.22
Jan 22 13:58:49 arch-pc kernel: NET: Registered PF_BLUETOOTH protocol family
Jan 22 13:58:49 arch-pc kernel: Bluetooth: HCI device and connection manager initialized
Jan 22 13:58:49 arch-pc kernel: Bluetooth: HCI socket layer initialized
Jan 22 13:58:49 arch-pc kernel: Bluetooth: L2CAP socket layer initialized
Jan 22 13:58:49 arch-pc kernel: Bluetooth: SCO socket layer initialized
Jan 22 13:58:49 arch-pc kernel: Intel(R) Wireless WiFi driver for Linux
Jan 22 13:58:49 arch-pc kernel: iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-66.ucode failed with error -2
Jan 22 13:58:49 arch-pc kernel: iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-so-a0-gf-a0-65.ucode failed with error -2
Jan 22 13:58:49 arch-pc kernel: usb 3-8: Found UVC 1.00 device BisonCam,NB Pro (5986:9102)
Jan 22 13:58:49 arch-pc kernel: usbcore: registered new interface driver btusb
Jan 22 13:58:49 arch-pc kernel: Bluetooth: hci0: Device revision is 0
Jan 22 13:58:49 arch-pc kernel: Bluetooth: hci0: Secure boot is enabled
Jan 22 13:58:49 arch-pc kernel: Bluetooth: hci0: OTP lock is enabled
Jan 22 13:58:49 arch-pc kernel: Bluetooth: hci0: API lock is enabled
Jan 22 13:58:49 arch-pc kernel: Bluetooth: hci0: Debug lock is disabled
Jan 22 13:58:49 arch-pc kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Jan 22 13:58:49 arch-pc kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
Jan 22 13:58:49 arch-pc kernel: input: BisonCam,NB Pro: BisonCam,NB Pr as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input470
Jan 22 13:58:49 arch-pc kernel: usbcore: registered new interface driver uvcvideo
Jan 22 13:58:49 arch-pc kernel: usbcore: registered new interface driver snd-usb-audio
Jan 22 13:58:49 arch-pc kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jan 22 13:58:49 arch-pc kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Jan 22 13:58:49 arch-pc kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.25
Jan 22 13:58:49 arch-pc kernel: iwlwifi 0000:00:14.3: loaded firmware version 64.97bbee0a.0 so-a0-gf-a0-64.ucode op_mode iwlmvm
Jan 22 13:58:49 arch-pc kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Jan 22 13:58:49 arch-pc kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Jan 22 13:58:49 arch-pc kernel: Bluetooth: hci0: Found device firmware: intel/ibt-0040-0041.sfi
Jan 22 13:58:49 arch-pc kernel: nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x00)
Jan 22 13:58:49 arch-pc kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Jan 22 13:58:49 arch-pc kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Jan 22 13:58:49 arch-pc kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Jan 22 13:58:49 arch-pc kernel: input: FTCS1000:01 2808:0102 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-FTCS1000:01/0018:2808:0102.0004/input/input471
Jan 22 13:58:49 arch-pc kernel: input: FTCS1000:01 2808:0102 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-FTCS1000:01/0018:2808:0102.0004/input/input472
Jan 22 13:58:49 arch-pc kernel: hid-generic 0018:2808:0102.0004: input,hidraw3: I2C HID v1.00 Mouse [FTCS1000:01 2808:0102] on i2c-FTCS1000:01
Jan 22 13:58:49 arch-pc kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jan 22 13:58:49 arch-pc kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jan 22 13:58:49 arch-pc kernel: i2c i2c-17: 2/2 memory slots populated (from DMI)
Jan 22 13:58:49 arch-pc kernel: i2c i2c-17: Successfully instantiated SPD at 0x50
Jan 22 13:58:49 arch-pc kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
Jan 22 13:58:49 arch-pc kernel: intel-spi 0000:00:1f.5: mx25l25635e (32768 Kbytes)
Jan 22 13:58:49 arch-pc kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Jan 22 13:58:49 arch-pc kernel: 0x000000000000-0x000002000000 : "BIOS"
Jan 22 13:58:49 arch-pc kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Jan 22 13:58:49 arch-pc kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jan 22 13:58:49 arch-pc NetworkManager[858]: <info>  [1674377929.7795] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/7)
Jan 22 13:58:49 arch-pc kernel: r8169 0000:03:00.0 eth0: RTL8168h/8111h, d4:93:90:0e:88:07, XID 541, IRQ 158
Jan 22 13:58:49 arch-pc kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jan 22 13:58:49 arch-pc kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz, REV=0x370
Jan 22 13:58:49 arch-pc kernel: thermal thermal_zone5: failed to read out thermal zone (-61)
Jan 22 13:58:49 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Jan 22 13:58:49 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 22 13:58:49 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jan 22 13:58:49 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Jan 22 13:58:49 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Jan 22 13:58:49 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
Jan 22 13:58:49 arch-pc kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Jan 22 13:58:49 arch-pc kernel: iwlwifi 0000:00:14.3: loaded PNVM version 0xdbd9582f
Jan 22 13:58:49 arch-pc kernel: iwlwifi 0000:00:14.3: Detected RF GF, rfid=0x2010d000
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input474
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card1/input475
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input476
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input477
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input478
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input479
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input480
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input481
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input482
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=13 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input483
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=14 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input484
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=15 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input485
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=16 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input486
Jan 22 13:58:49 arch-pc kernel: input: HDA Intel PCH HDMI/DP,pcm=17 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input487
Jan 22 13:58:50 arch-pc kernel: iwlwifi 0000:00:14.3: base HW address: 00:93:37:eb:5b:9f
Jan 22 13:58:50 arch-pc NetworkManager[858]: <info>  [1674377930.0602] device (wlan0): driver supports Access Point (AP) mode
Jan 22 13:58:50 arch-pc NetworkManager[858]: <info>  [1674377930.0613] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/8)
Jan 22 13:58:50 arch-pc lightdm[1398]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jan 22 13:58:50 arch-pc audit[1398]: CRED_ACQ pid=1398 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:58:50 arch-pc lightdm[1398]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=972) by (uid=0)
Jan 22 13:58:50 arch-pc kernel: audit: type=1103 audit(1674377930.770:189): pid=1398 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:58:50 arch-pc systemd[1]: Created slice User Slice of UID 972.
Jan 22 13:58:50 arch-pc systemd[1]: Starting User Runtime Directory /run/user/972...
Jan 22 13:58:50 arch-pc systemd-logind[856]: New session c1 of user lightdm.
Jan 22 13:58:50 arch-pc kernel: Bluetooth: hci0: Waiting for firmware download to complete
Jan 22 13:58:50 arch-pc kernel: Bluetooth: hci0: Firmware loaded in 1428333 usecs
Jan 22 13:58:50 arch-pc kernel: Bluetooth: hci0: Waiting for device to boot
Jan 22 13:58:50 arch-pc kernel: Bluetooth: hci0: Device booted in 15707 usecs
Jan 22 13:58:50 arch-pc kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0040-0041.ddc
Jan 22 13:58:50 arch-pc kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Jan 22 13:58:50 arch-pc kernel: Bluetooth: hci0: Firmware timestamp 2022.39 buildtype 1 build 52159
Jan 22 13:58:50 arch-pc systemd[1]: Finished User Runtime Directory /run/user/972.
Jan 22 13:58:50 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:50 arch-pc systemd[1]: Starting User Manager for UID 972...
Jan 22 13:58:50 arch-pc kernel: audit: type=1130 audit(1674377930.960:190): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:50 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.15' (uid=0 pid=1402 comm="(systemd)")
Jan 22 13:58:50 arch-pc dbus-daemon[855]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 22 13:58:50 arch-pc systemd[1402]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 22 13:58:50 arch-pc audit[1402]: USER_ACCT pid=1402 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:50 arch-pc audit[1402]: CRED_ACQ pid=1402 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 22 13:58:50 arch-pc audit[1402]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffed1ebd600 a2=3 a3=7ffed1ebd315 items=0 ppid=1 pid=1402 auid=972 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jan 22 13:58:50 arch-pc audit: PROCTITLE proctitle="(systemd)"
Jan 22 13:58:50 arch-pc systemd[1402]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Jan 22 13:58:50 arch-pc systemd[1402]: pam_unix(systemd-user:session): session opened for user lightdm(uid=972) by (uid=0)
Jan 22 13:58:50 arch-pc kernel: audit: type=1101 audit(1674377930.970:191): pid=1402 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:50 arch-pc kernel: audit: type=1103 audit(1674377930.970:192): pid=1402 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 22 13:58:50 arch-pc kernel: audit: type=1006 audit(1674377930.970:193): pid=1402 uid=0 old-auid=4294967295 auid=972 tty=(none) old-ses=4294967295 ses=1 res=1
Jan 22 13:58:50 arch-pc kernel: audit: type=1300 audit(1674377930.970:193): arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffed1ebd600 a2=3 a3=7ffed1ebd315 items=0 ppid=1 pid=1402 auid=972 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jan 22 13:58:50 arch-pc kernel: audit: type=1327 audit(1674377930.970:193): proctitle="(systemd)"
Jan 22 13:58:50 arch-pc kernel: audit: type=1105 audit(1674377930.970:194): pid=1402 uid=0 auid=972 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:50 arch-pc audit[1402]: USER_START pid=1402 uid=0 auid=972 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:51 arch-pc systemd[1402]: Queued start job for default target Main User Target.
Jan 22 13:58:51 arch-pc systemd[1402]: Created slice User Application Slice.
Jan 22 13:58:51 arch-pc systemd[1402]: Reached target Paths.
Jan 22 13:58:51 arch-pc systemd[1402]: Reached target Timers.
Jan 22 13:58:51 arch-pc systemd[1402]: Starting D-Bus User Message Bus Socket...
Jan 22 13:58:51 arch-pc systemd[1402]: Listening on GnuPG network certificate management daemon.
Jan 22 13:58:51 arch-pc systemd[1402]: Listening on GCR ssh-agent wrapper.
Jan 22 13:58:51 arch-pc systemd[1402]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 22 13:58:51 arch-pc systemd[1402]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 22 13:58:51 arch-pc systemd[1402]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 22 13:58:51 arch-pc systemd[1402]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 22 13:58:51 arch-pc systemd[1402]: Listening on p11-kit server.
Jan 22 13:58:51 arch-pc systemd[1402]: Listening on PipeWire Multimedia System Socket.
Jan 22 13:58:51 arch-pc systemd[1402]: Listening on Sound System.
Jan 22 13:58:51 arch-pc systemd[1402]: Listening on D-Bus User Message Bus Socket.
Jan 22 13:58:51 arch-pc systemd[1402]: Reached target Sockets.
Jan 22 13:58:51 arch-pc systemd[1402]: Reached target Basic System.
Jan 22 13:58:51 arch-pc systemd[1402]: Reached target Main User Target.
Jan 22 13:58:51 arch-pc systemd[1402]: Startup finished in 120ms.
Jan 22 13:58:51 arch-pc systemd[1]: Started User Manager for UID 972.
Jan 22 13:58:51 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:51 arch-pc kernel: audit: type=1130 audit(1674377931.100:195): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:51 arch-pc systemd[1]: Started Session c1 of User lightdm.
Jan 22 13:58:51 arch-pc audit[1398]: USER_START pid=1398 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:58:51 arch-pc systemd[1402]: Created slice User Core Session Slice.
Jan 22 13:58:51 arch-pc systemd[1402]: Starting D-Bus User Message Bus...
Jan 22 13:58:51 arch-pc systemd[1402]: Started D-Bus User Message Bus.
Jan 22 13:58:51 arch-pc dbus-daemon[1425]: [session uid=972 pid=1425] Activating systemd to hand-off: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.0' (uid=972 pid=1410 comm="/usr/bin/lightdm-gtk-greeter")
Jan 22 13:58:51 arch-pc dbus-daemon[1425]: [session uid=972 pid=1425] Successfully activated service 'org.freedesktop.systemd1'
Jan 22 13:58:51 arch-pc systemd[1402]: Starting Accessibility services bus...
Jan 22 13:58:51 arch-pc dbus-daemon[1425]: [session uid=972 pid=1425] Successfully activated service 'org.a11y.Bus'
Jan 22 13:58:51 arch-pc systemd[1402]: Started Accessibility services bus.
Jan 22 13:58:51 arch-pc dbus-daemon[1425]: [session uid=972 pid=1425] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.3' (uid=972 pid=1410 comm="/usr/bin/lightdm-gtk-greeter")
Jan 22 13:58:51 arch-pc systemd[1402]: Starting Virtual filesystem service...
Jan 22 13:58:51 arch-pc dbus-daemon[1425]: [session uid=972 pid=1425] Successfully activated service 'org.gtk.vfs.Daemon'
Jan 22 13:58:51 arch-pc systemd[1402]: Started Virtual filesystem service.
Jan 22 13:58:51 arch-pc at-spi-bus-launcher[1432]: dbus-daemon[1432]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=972 pid=1410 comm="/usr/bin/lightdm-gtk-greeter")
Jan 22 13:58:51 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.18' (uid=0 pid=1456 comm="lightdm --session-child 15 22")
Jan 22 13:58:51 arch-pc dbus-daemon[855]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 22 13:58:51 arch-pc at-spi-bus-launcher[1432]: dbus-daemon[1432]: Successfully activated service 'org.a11y.atspi.Registry'
Jan 22 13:58:51 arch-pc lightdm[1456]: pam_systemd_home(lightdm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 22 13:58:51 arch-pc at-spi-bus-launcher[1458]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 22 13:58:51 arch-pc kernel: i915 0000:00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun: soft,transcoder,
Jan 22 13:58:54 arch-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 22 13:58:54 arch-pc 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'
Jan 22 13:58:54 arch-pc kernel: kauditd_printk_skb: 1 callbacks suppressed
Jan 22 13:58:54 arch-pc kernel: audit: type=1131 audit(1674377934.560:197): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:56 arch-pc kernel: input: PC Speaker as /devices/platform/pcspkr/input/input489
Jan 22 13:58:56 arch-pc kernel: perf uncore: Cannot find matched IMC device.
Jan 22 13:58:56 arch-pc kernel: perf uncore: Cannot find matched IMC device.
Jan 22 13:58:56 arch-pc kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jan 22 13:58:56 arch-pc kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jan 22 13:58:56 arch-pc kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jan 22 13:58:56 arch-pc kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jan 22 13:58:56 arch-pc kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Jan 22 13:58:56 arch-pc kernel: intel_tcc_cooling: Programmable TCC Offset detected
Jan 22 13:58:58 arch-pc kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input488
Jan 22 13:58:59 arch-pc systemd-udevd[734]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 22 13:58:59 arch-pc systemd-udevd[734]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Jan 22 13:58:59 arch-pc systemd-udevd[734]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 22 13:58:59 arch-pc systemd-udevd[734]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Jan 22 13:58:59 arch-pc systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1110] device (virbr0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1113] device (virbr0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=858 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1118] device (virbr0): Activation: starting connection 'virbr0' (87f8268f-1dce-458f-a09d-f516d1f74762)
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1120] device (virbr0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1121] device (virbr0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1123] device (virbr0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1124] device (virbr0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1269] device (virbr1): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1271] device (virbr1): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1275] device (virbr1): Activation: starting connection 'virbr1' (be5a4bc0-ad8f-41d9-9197-0e886a8d2292)
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1276] device (virbr1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1278] device (virbr1): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1279] device (virbr1): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1280] device (virbr1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1348] device (br-69d51dd1c4ff): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1351] device (br-69d51dd1c4ff): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1355] device (br-69d51dd1c4ff): Activation: starting connection 'br-69d51dd1c4ff' (dbc6d3a7-c643-46b7-b08a-718522157f52)
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1356] device (br-69d51dd1c4ff): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1357] device (br-69d51dd1c4ff): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1359] device (br-69d51dd1c4ff): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1360] device (br-69d51dd1c4ff): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1413] device (docker0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1416] device (docker0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1420] device (docker0): Activation: starting connection 'docker0' (85d9e4f9-df39-4614-87d8-f848fb5e6925)
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1421] device (docker0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1423] device (docker0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1424] device (docker0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.1425] device (docker0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 22 13:58:59 arch-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 22 13:58:59 arch-pc dbus-daemon[855]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 22 13:58:59 arch-pc systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 22 13:58:59 arch-pc 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'
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.2168] device (virbr0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.2170] device (virbr1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.2171] device (virbr0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.2174] manager: NetworkManager state is now CONNECTED_LOCAL
Jan 22 13:58:59 arch-pc kernel: audit: type=1130 audit(1674377939.200:198): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.2178] device (virbr0): Activation: successful, device activated.
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.2182] device (virbr1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.2186] device (virbr1): Activation: successful, device activated.
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.2189] device (br-69d51dd1c4ff): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.2192] device (br-69d51dd1c4ff): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.2195] device (br-69d51dd1c4ff): Activation: successful, device activated.
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.2198] device (docker0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.2200] device (docker0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.2203] device (docker0): Activation: successful, device activated.
Jan 22 13:58:59 arch-pc kernel: intel_rapl_msr: PL4 support detected.
Jan 22 13:58:59 arch-pc kernel: intel_rapl_common: Found RAPL domain package
Jan 22 13:58:59 arch-pc kernel: intel_rapl_common: Found RAPL domain core
Jan 22 13:58:59 arch-pc kernel: intel_rapl_common: Found RAPL domain uncore
Jan 22 13:58:59 arch-pc kernel: intel_rapl_common: Found RAPL domain psys
Jan 22 13:58:59 arch-pc systemd[1]: Reached target Bluetooth Support.
Jan 22 13:58:59 arch-pc systemd[1402]: Reached target Bluetooth.
Jan 22 13:58:59 arch-pc systemd-logind[856]: Watching system buttons on /dev/input/event9 (Intel HID events)
Jan 22 13:58:59 arch-pc systemd[1]: Reached target Sound Card.
Jan 22 13:58:59 arch-pc systemd[1402]: Reached target Sound Card.
Jan 22 13:58:59 arch-pc kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Jan 22 13:58:59 arch-pc kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
Jan 22 13:58:59 arch-pc kernel: iTCO_vendor_support: vendor-support=0
Jan 22 13:58:59 arch-pc kernel: ee1004 17-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Jan 22 13:58:59 arch-pc kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Jan 22 13:58:59 arch-pc kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.7478] device (eth0): interface index 7 renamed iface from 'eth0' to 'enp3s0'
Jan 22 13:58:59 arch-pc NetworkManager[858]: <info>  [1674377939.7518] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 22 13:58:59 arch-pc kernel: Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
Jan 22 13:58:59 arch-pc kernel: input: FTCS1000:01 2808:0102 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-FTCS1000:01/0018:2808:0102.0004/input/input490
Jan 22 13:58:59 arch-pc kernel: input: FTCS1000:01 2808:0102 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-14/i2c-FTCS1000:01/0018:2808:0102.0004/input/input491
Jan 22 13:58:59 arch-pc kernel: hid-multitouch 0018:2808:0102.0004: input,hidraw3: I2C HID v1.00 Mouse [FTCS1000:01 2808:0102] on i2c-FTCS1000:01
Jan 22 13:59:00 arch-pc NetworkManager[858]: <info>  [1674377940.0608] settings: (enp3s0): created default wired connection 'Wired connection 1'
Jan 22 13:59:00 arch-pc kernel: r8169 0000:03:00.0 enp3s0: Link is Down
Jan 22 13:59:00 arch-pc NetworkManager[858]: <info>  [1674377940.3181] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
Jan 22 13:59:00 arch-pc systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 22 13:59:00 arch-pc 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'
Jan 22 13:59:00 arch-pc kernel: audit: type=1130 audit(1674377940.310:199): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:00 arch-pc kernel: iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
Jan 22 13:59:00 arch-pc NetworkManager[858]: <info>  [1674377940.3987] device (wlan0): interface index 8 renamed iface from 'wlan0' to 'wlp0s20f3'
Jan 22 13:59:00 arch-pc NetworkManager[858]: <info>  [1674377940.4048] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 22 13:59:00 arch-pc NetworkManager[858]: <info>  [1674377940.6885] device (wlp0s20f3): set-hw-addr: set MAC address to DE:56:89:87:51:6B (scanning)
Jan 22 13:59:00 arch-pc audit[1456]: USER_AUTH pid=1456 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:59:00 arch-pc audit[1456]: USER_ACCT pid=1456 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:59:00 arch-pc kernel: audit: type=1100 audit(1674377940.780:200): pid=1456 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:59:00 arch-pc kernel: audit: type=1101 audit(1674377940.780:201): pid=1456 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:59:00 arch-pc lightdm[1456]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Jan 22 13:59:00 arch-pc systemd[1]: Stopping Session c1 of User lightdm...
Jan 22 13:59:00 arch-pc lightdm[1398]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Jan 22 13:59:00 arch-pc audit[1398]: USER_END pid=1398 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:59:00 arch-pc audit[1398]: CRED_DISP pid=1398 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:59:00 arch-pc systemd[1]: session-c1.scope: Deactivated successfully.
Jan 22 13:59:00 arch-pc kernel: audit: type=1106 audit(1674377940.840:202): pid=1398 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:59:00 arch-pc kernel: audit: type=1104 audit(1674377940.840:203): pid=1398 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:59:00 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=858 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 13:59:00 arch-pc systemd[1]: Stopped Session c1 of User lightdm.
Jan 22 13:59:00 arch-pc audit[1456]: CRED_ACQ pid=1456 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:59:00 arch-pc audit[1456]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=b a1=7ffd98226630 a2=4 a3=7ffd98226344 items=0 ppid=913 pid=1456 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
Jan 22 13:59:00 arch-pc audit: PROCTITLE proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003135003232
Jan 22 13:59:00 arch-pc lightdm[1456]: pam_unix(lightdm:session): session opened for user pinkolik(uid=1000) by (uid=0)
Jan 22 13:59:00 arch-pc kernel: audit: type=1103 audit(1674377940.950:204): pid=1456 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:59:00 arch-pc kernel: audit: type=1006 audit(1674377940.950:205): pid=1456 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Jan 22 13:59:00 arch-pc kernel: audit: type=1300 audit(1674377940.950:205): arch=c000003e syscall=1 success=yes exit=4 a0=b a1=7ffd98226630 a2=4 a3=7ffd98226344 items=0 ppid=913 pid=1456 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
Jan 22 13:59:00 arch-pc kernel: audit: type=1327 audit(1674377940.950:205): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003135003232
Jan 22 13:59:01 arch-pc systemd[1]: Starting WPA supplicant...
Jan 22 13:59:01 arch-pc systemd-logind[856]: Removed session c1.
Jan 22 13:59:01 arch-pc systemd[1]: Created slice User Slice of UID 1000.
Jan 22 13:59:01 arch-pc dbus-daemon[855]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jan 22 13:59:01 arch-pc systemd[1]: Starting User Runtime Directory /run/user/1000...
Jan 22 13:59:01 arch-pc wpa_supplicant[1581]: Successfully initialized wpa_supplicant
Jan 22 13:59:01 arch-pc systemd-logind[856]: New session 2 of user pinkolik.
Jan 22 13:59:01 arch-pc systemd[1]: Started WPA supplicant.
Jan 22 13:59:01 arch-pc 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'
Jan 22 13:59:01 arch-pc kernel: audit: type=1130 audit(1674377941.060:206): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:01 arch-pc NetworkManager[858]: <info>  [1674377941.1408] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
Jan 22 13:59:01 arch-pc NetworkManager[858]: <info>  [1674377941.1409] Wi-Fi P2P device controlled by interface wlp0s20f3 created
Jan 22 13:59:01 arch-pc NetworkManager[858]: <info>  [1674377941.1412] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/9)
Jan 22 13:59:01 arch-pc NetworkManager[858]: <info>  [1674377941.1414] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 22 13:59:01 arch-pc NetworkManager[858]: <info>  [1674377941.1418] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jan 22 13:59:01 arch-pc NetworkManager[858]: <info>  [1674377941.1421] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jan 22 13:59:01 arch-pc systemd[1]: Finished User Runtime Directory /run/user/1000.
Jan 22 13:59:01 arch-pc 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'
Jan 22 13:59:01 arch-pc systemd[1]: Starting User Manager for UID 1000...
Jan 22 13:59:01 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.24' (uid=0 pid=1585 comm="(systemd)")
Jan 22 13:59:01 arch-pc dbus-daemon[855]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 22 13:59:01 arch-pc systemd[1585]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 22 13:59:01 arch-pc audit[1585]: USER_ACCT pid=1585 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="pinkolik" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:01 arch-pc audit[1585]: CRED_ACQ pid=1585 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="pinkolik" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 22 13:59:01 arch-pc audit[1585]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffed1ebd600 a2=4 a3=7ffed1ebd314 items=0 ppid=1 pid=1585 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jan 22 13:59:01 arch-pc audit: PROCTITLE proctitle="(systemd)"
Jan 22 13:59:01 arch-pc systemd[1585]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[pinkolik] ruser=[<unknown>] rhost=[<unknown>]
Jan 22 13:59:01 arch-pc systemd[1585]: pam_unix(systemd-user:session): session opened for user pinkolik(uid=1000) by (uid=0)
Jan 22 13:59:01 arch-pc audit[1585]: USER_START pid=1585 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="pinkolik" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:01 arch-pc systemd[1585]: Queued start job for default target Main User Target.
Jan 22 13:59:01 arch-pc 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'
Jan 22 13:59:01 arch-pc systemd[1585]: Created slice User Application Slice.
Jan 22 13:59:01 arch-pc systemd[1585]: Reached target Paths.
Jan 22 13:59:01 arch-pc systemd[1585]: Reached target Timers.
Jan 22 13:59:01 arch-pc systemd[1585]: Starting D-Bus User Message Bus Socket...
Jan 22 13:59:01 arch-pc systemd[1585]: Listening on GnuPG network certificate management daemon.
Jan 22 13:59:01 arch-pc systemd[1585]: Listening on GCR ssh-agent wrapper.
Jan 22 13:59:01 arch-pc systemd[1585]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 22 13:59:01 arch-pc systemd[1585]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 22 13:59:01 arch-pc systemd[1585]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 22 13:59:01 arch-pc systemd[1585]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 22 13:59:01 arch-pc systemd[1585]: Listening on p11-kit server.
Jan 22 13:59:01 arch-pc systemd[1585]: Listening on PipeWire Multimedia System Socket.
Jan 22 13:59:01 arch-pc systemd[1585]: Listening on Sound System.
Jan 22 13:59:01 arch-pc systemd[1585]: Listening on D-Bus User Message Bus Socket.
Jan 22 13:59:01 arch-pc systemd[1585]: Reached target Sockets.
Jan 22 13:59:01 arch-pc systemd[1585]: Reached target Basic System.
Jan 22 13:59:01 arch-pc systemd[1]: Started User Manager for UID 1000.
Jan 22 13:59:01 arch-pc systemd[1585]: Started AppImageLauncher daemon.
Jan 22 13:59:01 arch-pc systemd[1585]: Reached target Main User Target.
Jan 22 13:59:01 arch-pc systemd[1585]: Startup finished in 107ms.
Jan 22 13:59:01 arch-pc systemd[1]: Started Session 2 of User pinkolik.
Jan 22 13:59:01 arch-pc audit[1456]: USER_START pid=1456 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="pinkolik" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Jan 22 13:59:01 arch-pc audit[1456]: USER_LOGIN pid=1456 uid=0 auid=1000 ses=2 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=arch-pc addr=? terminal=/dev/tty7 res=success'
Jan 22 13:59:01 arch-pc systemd[1585]: Created slice User Core Session Slice.
Jan 22 13:59:01 arch-pc systemd[1585]: Starting D-Bus User Message Bus...
Jan 22 13:59:01 arch-pc systemd[1585]: Started D-Bus User Message Bus.
Jan 22 13:59:01 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Successfully activated service 'org.freedesktop.systemd1'
Jan 22 13:59:01 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.4' (uid=1000 pid=1594 comm="xfce4-session")
Jan 22 13:59:01 arch-pc systemd[1585]: Starting Virtual filesystem service...
Jan 22 13:59:01 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Successfully activated service 'org.gtk.vfs.Daemon'
Jan 22 13:59:01 arch-pc systemd[1585]: Started Virtual filesystem service.
Jan 22 13:59:01 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.7' (uid=1000 pid=1594 comm="xfce4-session")
Jan 22 13:59:01 arch-pc systemd[1585]: Starting Accessibility services bus...
Jan 22 13:59:01 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Successfully activated service 'org.a11y.Bus'
Jan 22 13:59:01 arch-pc systemd[1585]: Started Accessibility services bus.
Jan 22 13:59:01 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Activating service name='org.xfce.Xfconf' requested by ':1.4' (uid=1000 pid=1594 comm="xfce4-session")
Jan 22 13:59:01 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Successfully activated service 'org.xfce.Xfconf'
Jan 22 13:59:01 arch-pc at-spi-bus-launcher[1636]: dbus-daemon[1636]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1594 comm="xfce4-session")
Jan 22 13:59:01 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.26' (uid=1000 pid=1594 comm="xfce4-session")
Jan 22 13:59:01 arch-pc at-spi-bus-launcher[1636]: dbus-daemon[1636]: Successfully activated service 'org.a11y.atspi.Registry'
Jan 22 13:59:01 arch-pc at-spi-bus-launcher[1644]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 22 13:59:01 arch-pc systemd[1]: Starting Authorization Manager...
Jan 22 13:59:01 arch-pc polkitd[1647]: Started polkitd version 122
Jan 22 13:59:01 arch-pc polkitd[1647]: Loading rules from directory /etc/polkit-1/rules.d
Jan 22 13:59:01 arch-pc polkitd[1647]: Loading rules from directory /usr/share/polkit-1/rules.d
Jan 22 13:59:01 arch-pc polkitd[1647]: Finished loading, compiling and executing 8 rules
Jan 22 13:59:01 arch-pc dbus-daemon[855]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jan 22 13:59:01 arch-pc systemd[1]: Started Authorization Manager.
Jan 22 13:59:01 arch-pc 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'
Jan 22 13:59:01 arch-pc polkitd[1647]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jan 22 13:59:01 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Activating service name='org.xfce.ScreenSaver' requested by ':1.4' (uid=1000 pid=1594 comm="xfce4-session")
Jan 22 13:59:01 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Successfully activated service 'org.xfce.ScreenSaver'
Jan 22 13:59:01 arch-pc systemd[1585]: Started GnuPG cryptographic agent and passphrase cache.
Jan 22 13:59:01 arch-pc gpg-agent[1670]: gpg-agent (GnuPG) 2.2.40 starting in supervised mode.
Jan 22 13:59:01 arch-pc gpg-agent[1670]: using fd 3 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jan 22 13:59:01 arch-pc gpg-agent[1670]: using fd 4 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jan 22 13:59:01 arch-pc gpg-agent[1670]: using fd 5 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jan 22 13:59:01 arch-pc gpg-agent[1670]: using fd 6 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jan 22 13:59:01 arch-pc gpg-agent[1670]: listening on: std=5 extra=3 browser=4 ssh=6
Jan 22 13:59:02 arch-pc systemd[1585]: Started GnuPG cryptographic agent and passphrase cache.
Jan 22 13:59:02 arch-pc gpg-agent[1673]: gpg-agent (GnuPG) 2.2.40 starting in supervised mode.
Jan 22 13:59:02 arch-pc gpg-agent[1673]: using fd 3 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jan 22 13:59:02 arch-pc gpg-agent[1673]: using fd 4 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jan 22 13:59:02 arch-pc gpg-agent[1673]: using fd 5 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jan 22 13:59:02 arch-pc gpg-agent[1673]: using fd 6 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jan 22 13:59:02 arch-pc gpg-agent[1673]: listening on: std=5 extra=3 browser=4 ssh=6
Jan 22 13:59:02 arch-pc systemd[1585]: Starting Sound Service...
Jan 22 13:59:02 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.29' (uid=1000 pid=1699 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Jan 22 13:59:02 arch-pc systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jan 22 13:59:02 arch-pc dbus-daemon[855]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jan 22 13:59:02 arch-pc systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Successfully called chroot.
Jan 22 13:59:02 arch-pc 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'
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Successfully dropped privileges.
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Successfully limited resources.
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Running.
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Canary thread running.
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Watchdog thread running.
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Successfully made thread 1699 of process 1699 owned by '1000' high priority at nice level -11.
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Supervising 1 threads of 1 processes of 1 users.
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Supervising 1 threads of 1 processes of 1 users.
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Successfully made thread 1704 of process 1699 owned by '1000' RT at priority 5.
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Supervising 2 threads of 1 processes of 1 users.
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Supervising 2 threads of 1 processes of 1 users.
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Successfully made thread 1706 of process 1699 owned by '1000' RT at priority 5.
Jan 22 13:59:02 arch-pc rtkit-daemon[1700]: Supervising 3 threads of 1 processes of 1 users.
Jan 22 13:59:03 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Activating via systemd: service name='org.freedesktop.thumbnails.Thumbnailer1' unit='tumblerd.service' requested by ':1.19' (uid=1000 pid=1717 comm="xfdesktop")
Jan 22 13:59:03 arch-pc systemd[1585]: Starting Thumbnailing service...
Jan 22 13:59:03 arch-pc polkitd[1647]: Registered Authentication Agent for unix-session:2 (system bus name :1.34 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jan 22 13:59:03 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.35' (uid=1000 pid=1720 comm="xfce4-power-manager")
Jan 22 13:59:03 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.20' (uid=1000 pid=1724 comm="/usr/lib/tumbler-1/tumblerd")
Jan 22 13:59:03 arch-pc audit: BPF prog-id=43 op=LOAD
Jan 22 13:59:03 arch-pc systemd[1585]: Starting Virtual filesystem service - disk device monitor...
Jan 22 13:59:03 arch-pc audit: BPF prog-id=44 op=LOAD
Jan 22 13:59:03 arch-pc systemd[1]: Starting Daemon for power management...
Jan 22 13:59:03 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.37' (uid=1000 pid=1753 comm="/usr/lib/gvfs-udisks2-volume-monitor")
Jan 22 13:59:03 arch-pc systemd[1]: Starting Disk Manager...
Jan 22 13:59:03 arch-pc udisksd[1761]: udisks daemon version 2.9.4 starting
Jan 22 13:59:03 arch-pc NetworkManager[858]: <info>  [1674377943.2251] agent-manager: agent[edcbf544a38a6a9b,:1.36/org.freedesktop.nm-applet/1000]: agent registered
Jan 22 13:59:03 arch-pc dbus-daemon[855]: [system] Successfully activated service 'org.freedesktop.UPower'
Jan 22 13:59:03 arch-pc systemd[1]: Started Daemon for power management.
Jan 22 13:59:03 arch-pc 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'
Jan 22 13:59:03 arch-pc dbus-daemon[855]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jan 22 13:59:03 arch-pc systemd[1]: Started Disk Manager.
Jan 22 13:59:03 arch-pc 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'
Jan 22 13:59:03 arch-pc udisksd[1761]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jan 22 13:59:03 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Jan 22 13:59:03 arch-pc systemd[1585]: Started Virtual filesystem service - disk device monitor.
Jan 22 13:59:03 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
Jan 22 13:59:03 arch-pc systemd[1585]: Started Thumbnailing service.
Jan 22 13:59:03 arch-pc pkexec[1801]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jan 22 13:59:03 arch-pc audit[1801]: USER_START pid=1801 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:03 arch-pc pkexec[1801]: pinkolik: Executing command [USER=root] [TTY=unknown] [CWD=/home/pinkolik] [COMMAND=/usr/bin/xfpm-power-backlight-helper --set-brightness-switch 0]
Jan 22 13:59:03 arch-pc pkexec[1841]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Jan 22 13:59:03 arch-pc audit[1841]: USER_START pid=1841 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:03 arch-pc pkexec[1841]: pinkolik: Executing command [USER=root] [TTY=unknown] [CWD=/home/pinkolik] [COMMAND=/usr/bin/xfpm-power-backlight-helper --set-brightness-switch 0]
Jan 22 13:59:03 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.19' (uid=1000 pid=1717 comm="xfdesktop")
Jan 22 13:59:03 arch-pc systemd[1585]: Starting Virtual filesystem metadata service...
Jan 22 13:59:03 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Successfully activated service 'org.gtk.vfs.Metadata'
Jan 22 13:59:03 arch-pc systemd[1585]: Started Virtual filesystem metadata service.
Jan 22 13:59:03 arch-pc rtkit-daemon[1700]: Supervising 3 threads of 1 processes of 1 users.
Jan 22 13:59:03 arch-pc rtkit-daemon[1700]: Successfully made thread 1890 of process 1699 owned by '1000' RT at priority 5.
Jan 22 13:59:03 arch-pc rtkit-daemon[1700]: Supervising 4 threads of 1 processes of 1 users.
Jan 22 13:59:03 arch-pc rtkit-daemon[1700]: Supervising 4 threads of 1 processes of 1 users.
Jan 22 13:59:03 arch-pc rtkit-daemon[1700]: Successfully made thread 1892 of process 1699 owned by '1000' RT at priority 5.
Jan 22 13:59:03 arch-pc rtkit-daemon[1700]: Supervising 5 threads of 1 processes of 1 users.
Jan 22 13:59:04 arch-pc pulseaudio[1699]: stat('/etc/pulse/default.pa.d'): No such file or directory
Jan 22 13:59:04 arch-pc systemd[1585]: Started Sound Service.
Jan 22 13:59:04 arch-pc wpa_supplicant[1581]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=RU
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6123] policy: auto-activating connection 'Shiril-5G' (74348338-c3dd-4224-9efb-ac33a9ac285d)
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6126] device (wlp0s20f3): Activation: starting connection 'Shiril-5G' (74348338-c3dd-4224-9efb-ac33a9ac285d)
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6127] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6128] manager: NetworkManager state is now CONNECTING
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6140] device (wlp0s20f3): set-hw-addr: reset MAC address to 00:93:37:EB:5B:9F (preserve)
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6149] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6150] device (wlp0s20f3): Activation: (wifi) access point 'Shiril-5G' has security, but secrets are required.
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6150] device (wlp0s20f3): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6154] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6155] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6155] device (wlp0s20f3): Activation: (wifi) connection 'Shiril-5G' has security, and secrets exist.  No new secrets needed.
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6155] Config: added 'ssid' value 'Shiril-5G'
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6155] Config: added 'scan_ssid' value '1'
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6155] Config: added 'bgscan' value 'simple:30:-70:86400'
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6155] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.6155] Config: added 'psk' value '<hidden>'
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.7506] device (wlp0s20f3): supplicant interface state: disconnected -> inactive
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.7506] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> inactive
Jan 22 13:59:04 arch-pc wpa_supplicant[1581]: wlp0s20f3: SME: Trying to authenticate with f8:f0:82:b2:8c:50 (SSID='Shiril-5G' freq=5260 MHz)
Jan 22 13:59:04 arch-pc kernel: wlp0s20f3: authenticate with f8:f0:82:b2:8c:50
Jan 22 13:59:04 arch-pc kernel: wlp0s20f3: send auth to f8:f0:82:b2:8c:50 (try 1/3)
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.7588] device (wlp0s20f3): supplicant interface state: inactive -> authenticating
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.7588] device (p2p-dev-wlp0s20f3): supplicant management interface state: inactive -> authenticating
Jan 22 13:59:04 arch-pc wpa_supplicant[1581]: wlp0s20f3: Trying to associate with f8:f0:82:b2:8c:50 (SSID='Shiril-5G' freq=5260 MHz)
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.7869] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.7869] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Jan 22 13:59:04 arch-pc kernel: wlp0s20f3: authenticated
Jan 22 13:59:04 arch-pc kernel: wlp0s20f3: associate with f8:f0:82:b2:8c:50 (try 1/3)
Jan 22 13:59:04 arch-pc wpa_supplicant[1581]: wlp0s20f3: Associated with f8:f0:82:b2:8c:50
Jan 22 13:59:04 arch-pc wpa_supplicant[1581]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jan 22 13:59:04 arch-pc kernel: wlp0s20f3: RX AssocResp from f8:f0:82:b2:8c:50 (capab=0x931 status=0 aid=2)
Jan 22 13:59:04 arch-pc kernel: wlp0s20f3: associated
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.8005] device (wlp0s20f3): supplicant interface state: associating -> associated
Jan 22 13:59:04 arch-pc NetworkManager[858]: <info>  [1674377944.8005] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> associated
Jan 22 13:59:04 arch-pc kernel: wlp0s20f3: Limiting TX power to 22 (23 - 1) dBm as advertised by f8:f0:82:b2:8c:50
Jan 22 13:59:05 arch-pc systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jan 22 13:59:05 arch-pc 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'
Jan 22 13:59:05 arch-pc kernel: kauditd_printk_skb: 18 callbacks suppressed
Jan 22 13:59:05 arch-pc kernel: audit: type=1131 audit(1674377945.420:223): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:05 arch-pc wpa_supplicant[1581]: wlp0s20f3: WPA: Key negotiation completed with f8:f0:82:b2:8c:50 [PTK=CCMP GTK=CCMP]
Jan 22 13:59:05 arch-pc wpa_supplicant[1581]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to f8:f0:82:b2:8c:50 completed [id=0 id_str=]
Jan 22 13:59:05 arch-pc NetworkManager[858]: <info>  [1674377945.4870] device (wlp0s20f3): supplicant interface state: associated -> completed
Jan 22 13:59:05 arch-pc NetworkManager[858]: <info>  [1674377945.4871] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Shiril-5G"
Jan 22 13:59:05 arch-pc NetworkManager[858]: <info>  [1674377945.4871] device (p2p-dev-wlp0s20f3): supplicant management interface state: associated -> completed
Jan 22 13:59:05 arch-pc NetworkManager[858]: <info>  [1674377945.4874] device (wlp0s20f3): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 22 13:59:05 arch-pc NetworkManager[858]: <info>  [1674377945.4880] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Jan 22 13:59:05 arch-pc NetworkManager[858]: <info>  [1674377945.4894] device (wlp0s20f3): ip:ac6: addrconf6: kernel does not support IPv6
Jan 22 13:59:05 arch-pc NetworkManager[858]: <info>  [1674377945.4967] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.1.168
Jan 22 13:59:05 arch-pc NetworkManager[858]: <info>  [1674377945.4977] policy: set 'Shiril-5G' (wlp0s20f3) as default for IPv4 routing and DNS
Jan 22 13:59:05 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=858 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 13:59:05 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=95.216.195.133 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=39562 DF PROTO=TCP SPT=58368 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 13:59:05 arch-pc dbus-daemon[855]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jan 22 13:59:05 arch-pc NetworkManager[858]: <warn>  [1674377945.5060] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 13:59:05 arch-pc dnsmasq[1017]: reading /etc/resolv.conf
Jan 22 13:59:05 arch-pc NetworkManager[858]: <info>  [1674377945.5117] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 22 13:59:05 arch-pc dnsmasq[1057]: reading /etc/resolv.conf
Jan 22 13:59:05 arch-pc NetworkManager[858]: <info>  [1674377945.5142] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 22 13:59:05 arch-pc dnsmasq[1017]: using nameserver 192.168.1.1#53
Jan 22 13:59:05 arch-pc NetworkManager[858]: <info>  [1674377945.5144] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 22 13:59:05 arch-pc dnsmasq[1057]: using nameserver 192.168.1.1#53
Jan 22 13:59:05 arch-pc NetworkManager[858]: <info>  [1674377945.5148] manager: NetworkManager state is now CONNECTED_SITE
Jan 22 13:59:05 arch-pc NetworkManager[858]: <info>  [1674377945.5155] device (wlp0s20f3): Activation: successful, device activated.
Jan 22 13:59:07 arch-pc NetworkManager[858]: <warn>  [1674377947.4981] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 13:59:09 arch-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 22 13:59:09 arch-pc 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'
Jan 22 13:59:09 arch-pc kernel: audit: type=1131 audit(1674377949.320:224): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:09 arch-pc NetworkManager[858]: <warn>  [1674377949.4985] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 13:59:11 arch-pc systemd[1]: Stopping User Manager for UID 972...
Jan 22 13:59:11 arch-pc systemd[1402]: Activating special unit Exit the Session...
Jan 22 13:59:11 arch-pc systemd[1402]: Stopped target Bluetooth.
Jan 22 13:59:11 arch-pc systemd[1402]: Stopped target Main User Target.
Jan 22 13:59:11 arch-pc systemd[1402]: Stopped target Sound Card.
Jan 22 13:59:11 arch-pc systemd[1402]: Stopping Accessibility services bus...
Jan 22 13:59:11 arch-pc gvfsd[1434]: A connection to the bus can't be made
Jan 22 13:59:11 arch-pc systemd[1402]: Stopping D-Bus User Message Bus...
Jan 22 13:59:11 arch-pc systemd[1402]: Stopping Virtual filesystem service...
Jan 22 13:59:11 arch-pc systemd[1402]: Stopped Accessibility services bus.
Jan 22 13:59:11 arch-pc systemd[1402]: Stopped D-Bus User Message Bus.
Jan 22 13:59:11 arch-pc systemd[1]: run-user-972-gvfs.mount: Deactivated successfully.
Jan 22 13:59:11 arch-pc systemd[1402]: Stopped Virtual filesystem service.
Jan 22 13:59:11 arch-pc systemd[1402]: Removed slice User Core Session Slice.
Jan 22 13:59:11 arch-pc systemd[1402]: Stopped target Basic System.
Jan 22 13:59:11 arch-pc systemd[1402]: Stopped target Paths.
Jan 22 13:59:11 arch-pc systemd[1402]: Stopped target Sockets.
Jan 22 13:59:11 arch-pc systemd[1402]: Stopped target Timers.
Jan 22 13:59:11 arch-pc systemd[1402]: Closed D-Bus User Message Bus Socket.
Jan 22 13:59:11 arch-pc systemd[1402]: Closed GnuPG network certificate management daemon.
Jan 22 13:59:11 arch-pc systemd[1402]: Closed GCR ssh-agent wrapper.
Jan 22 13:59:11 arch-pc systemd[1402]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 22 13:59:11 arch-pc systemd[1402]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jan 22 13:59:11 arch-pc systemd[1402]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jan 22 13:59:11 arch-pc systemd[1402]: Closed GnuPG cryptographic agent and passphrase cache.
Jan 22 13:59:11 arch-pc systemd[1402]: Closed p11-kit server.
Jan 22 13:59:11 arch-pc systemd[1402]: Closed PipeWire Multimedia System Socket.
Jan 22 13:59:11 arch-pc systemd[1402]: Closed Sound System.
Jan 22 13:59:11 arch-pc systemd[1402]: Removed slice User Application Slice.
Jan 22 13:59:11 arch-pc systemd[1402]: Reached target Shutdown.
Jan 22 13:59:11 arch-pc systemd[1402]: Finished Exit the Session.
Jan 22 13:59:11 arch-pc systemd[1402]: Reached target Exit the Session.
Jan 22 13:59:11 arch-pc systemd[1403]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Jan 22 13:59:11 arch-pc systemd[1]: user@972.service: Deactivated successfully.
Jan 22 13:59:11 arch-pc wpa_supplicant[1581]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=26000
Jan 22 13:59:11 arch-pc systemd[1]: Stopped User Manager for UID 972.
Jan 22 13:59:11 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:11 arch-pc kernel: audit: type=1131 audit(1674377951.400:225): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:11 arch-pc NetworkManager[858]: <warn>  [1674377951.4994] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 13:59:11 arch-pc systemd[1]: Stopping User Runtime Directory /run/user/972...
Jan 22 13:59:11 arch-pc systemd[1]: run-user-972.mount: Deactivated successfully.
Jan 22 13:59:11 arch-pc systemd[1]: user-runtime-dir@972.service: Deactivated successfully.
Jan 22 13:59:11 arch-pc systemd[1]: Stopped User Runtime Directory /run/user/972.
Jan 22 13:59:11 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:11 arch-pc kernel: audit: type=1131 audit(1674377951.650:226): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:11 arch-pc systemd[1]: Removed slice User Slice of UID 972.
Jan 22 13:59:13 arch-pc NetworkManager[858]: <warn>  [1674377953.4995] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 13:59:14 arch-pc systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jan 22 13:59:14 arch-pc 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'
Jan 22 13:59:14 arch-pc kernel: audit: type=1131 audit(1674377954.460:227): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:14 arch-pc wpa_supplicant[1581]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=26000
Jan 22 13:59:14 arch-pc audit: BPF prog-id=0 op=UNLOAD
Jan 22 13:59:14 arch-pc audit: BPF prog-id=0 op=UNLOAD
Jan 22 13:59:14 arch-pc audit: BPF prog-id=0 op=UNLOAD
Jan 22 13:59:14 arch-pc kernel: audit: type=1334 audit(1674377954.720:228): prog-id=0 op=UNLOAD
Jan 22 13:59:14 arch-pc kernel: audit: type=1334 audit(1674377954.720:229): prog-id=0 op=UNLOAD
Jan 22 13:59:14 arch-pc kernel: audit: type=1334 audit(1674377954.720:230): prog-id=0 op=UNLOAD
Jan 22 13:59:15 arch-pc NetworkManager[858]: <warn>  [1674377955.5001] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 13:59:17 arch-pc NetworkManager[858]: <warn>  [1674377957.5005] ipv6ll[7d3327aebc430d9d,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 13:59:25 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=858 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 13:59:25 arch-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 22 13:59:25 arch-pc dbus-daemon[855]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 22 13:59:25 arch-pc systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 22 13:59:25 arch-pc 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'
Jan 22 13:59:25 arch-pc kernel: audit: type=1130 audit(1674377965.830:231): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:27 arch-pc NetworkManager[858]: <warn>  [1674377967.5013] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 13:59:27 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=95.216.195.133 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=54372 DF PROTO=TCP SPT=55418 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 13:59:29 arch-pc kernel: [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=01:00:5e:00:00:01:f8:f0:82:b2:8c:4e:08:00 SRC=192.168.1.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0xC0 TTL=1 ID=18304 PROTO=2 
Jan 22 13:59:29 arch-pc NetworkManager[858]: <warn>  [1674377969.5015] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 13:59:31 arch-pc NetworkManager[858]: <warn>  [1674377971.5018] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 13:59:31 arch-pc appimagelauncherd[1593]: Directory /Applications does not exist, skipping
Jan 22 13:59:33 arch-pc NetworkManager[858]: <warn>  [1674377973.5026] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 13:59:35 arch-pc NetworkManager[858]: <warn>  [1674377975.5031] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 13:59:35 arch-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 22 13:59:35 arch-pc 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'
Jan 22 13:59:35 arch-pc kernel: audit: type=1131 audit(1674377975.970:232): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:37 arch-pc NetworkManager[858]: <warn>  [1674377977.5039] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 13:59:39 arch-pc NetworkManager[858]: <warn>  [1674377979.5038] ipv6ll[7d3327aebc430d9d,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 13:59:45 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=329 TOS=0x00 PREC=0x00 TTL=64 ID=14063 DF PROTO=UDP SPT=57160 DPT=21027 LEN=309 
Jan 22 13:59:48 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.50' (uid=0 pid=2034 comm="sudo systemctl start openvpn-client@pc")
Jan 22 13:59:48 arch-pc dbus-daemon[855]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 22 13:59:48 arch-pc sudo[2034]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 22 13:59:49 arch-pc NetworkManager[858]: <warn>  [1674377989.5050] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 13:59:51 arch-pc audit[2034]: USER_AUTH pid=2034 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="pinkolik" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 13:59:51 arch-pc audit[2034]: USER_ACCT pid=2034 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="pinkolik" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 13:59:51 arch-pc sudo[2034]: pinkolik : TTY=pts/1 ; PWD=/home/pinkolik ; USER=root ; COMMAND=/usr/bin/systemctl start openvpn-client@pc
Jan 22 13:59:51 arch-pc audit[2034]: CRED_REFR pid=2034 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 13:59:51 arch-pc audit[2034]: USER_START pid=2034 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 13:59:51 arch-pc sudo[2034]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Jan 22 13:59:51 arch-pc kernel: audit: type=1100 audit(1674377991.300:233): pid=2034 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="pinkolik" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 13:59:51 arch-pc kernel: audit: type=1101 audit(1674377991.300:234): pid=2034 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="pinkolik" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 13:59:51 arch-pc kernel: audit: type=1110 audit(1674377991.300:235): pid=2034 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 13:59:51 arch-pc kernel: audit: type=1105 audit(1674377991.300:236): pid=2034 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 13:59:51 arch-pc systemd[1]: Created slice Slice /system/openvpn-client.
Jan 22 13:59:51 arch-pc audit: BPF prog-id=45 op=LOAD
Jan 22 13:59:51 arch-pc systemd[1]: Starting OpenVPN tunnel for pc...
Jan 22 13:59:51 arch-pc kernel: audit: type=1334 audit(1674377991.390:237): prog-id=45 op=LOAD
Jan 22 13:59:51 arch-pc openvpn[2037]: Unrecognized option or missing or extra parameter(s) in pc.conf:19: block-outside-dns (2.5.8)
Jan 22 13:59:51 arch-pc openvpn[2037]: OpenVPN 2.5.8 [git:makepkg/0357ceb877687faa+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Nov  1 2022
Jan 22 13:59:51 arch-pc openvpn[2037]: library versions: OpenSSL 3.0.7 1 Nov 2022, LZO 2.10
Jan 22 13:59:51 arch-pc openvpn[2037]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Jan 22 13:59:51 arch-pc systemd[1]: Started OpenVPN tunnel for pc.
Jan 22 13:59:51 arch-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openvpn-client@pc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:51 arch-pc audit[2034]: USER_END pid=2034 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 13:59:51 arch-pc audit[2034]: CRED_DISP pid=2034 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 13:59:51 arch-pc sudo[2034]: pam_unix(sudo:session): session closed for user root
Jan 22 13:59:51 arch-pc openvpn[2037]: Outgoing Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
Jan 22 13:59:51 arch-pc openvpn[2037]: Outgoing Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
Jan 22 13:59:51 arch-pc openvpn[2037]: Incoming Control Channel Encryption: Cipher 'AES-256-CTR' initialized with 256 bit key
Jan 22 13:59:51 arch-pc openvpn[2037]: Incoming Control Channel Encryption: Using 256 bit message hash 'SHA256' for HMAC authentication
Jan 22 13:59:51 arch-pc openvpn[2037]: TCP/UDP: Preserving recently used remote address: [AF_INET]23.137.249.219:1194
Jan 22 13:59:51 arch-pc openvpn[2037]: Socket Buffers: R=[212992->212992] S=[212992->212992]
Jan 22 13:59:51 arch-pc openvpn[2037]: UDP link local: (not bound)
Jan 22 13:59:51 arch-pc openvpn[2037]: UDP link remote: [AF_INET]23.137.249.219:1194
Jan 22 13:59:51 arch-pc kernel: audit: type=1130 audit(1674377991.420:238): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openvpn-client@pc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:51 arch-pc kernel: audit: type=1106 audit(1674377991.420:239): pid=2034 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 13:59:51 arch-pc kernel: audit: type=1104 audit(1674377991.420:240): pid=2034 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jan 22 13:59:51 arch-pc NetworkManager[858]: <warn>  [1674377991.5056] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 13:59:51 arch-pc openvpn[2037]: TLS: Initial packet from [AF_INET]23.137.249.219:1194, sid=99cbfb22 a8bf9a3b
Jan 22 13:59:51 arch-pc openvpn[2037]: VERIFY OK: depth=1, CN=cn_rxYpcTbFfinmNi8i
Jan 22 13:59:51 arch-pc openvpn[2037]: VERIFY KU OK
Jan 22 13:59:51 arch-pc openvpn[2037]: Validating certificate extended key usage
Jan 22 13:59:51 arch-pc openvpn[2037]: ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Jan 22 13:59:51 arch-pc openvpn[2037]: VERIFY EKU OK
Jan 22 13:59:51 arch-pc openvpn[2037]: VERIFY X509NAME OK: CN=server_Tuw32WK3PChQ0xn9
Jan 22 13:59:51 arch-pc openvpn[2037]: VERIFY OK: depth=0, CN=server_Tuw32WK3PChQ0xn9
Jan 22 13:59:51 arch-pc openvpn[2037]: Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, peer certificate: 256 bit EC, curve prime256v1, signature: ecdsa-with-SHA256
Jan 22 13:59:51 arch-pc openvpn[2037]: [server_Tuw32WK3PChQ0xn9] Peer Connection Initiated with [AF_INET]23.137.249.219:1194
Jan 22 13:59:52 arch-pc openvpn[2037]: SENT CONTROL [server_Tuw32WK3PChQ0xn9]: 'PUSH_REQUEST' (status=1)
Jan 22 13:59:52 arch-pc openvpn[2037]: PUSH: Received control message: 'PUSH_REPLY,dhcp-option DNS 94.140.14.14,dhcp-option DNS 94.140.15.15,redirect-gateway def1 bypass-dhcp,route-gateway 10.8.0.1,topology subnet,ping 10,ping-restart 120,ifconfig 10.8.0.2 255.255.255.0,peer-id 1,cipher AES-128-GCM'
Jan 22 13:59:52 arch-pc openvpn[2037]: OPTIONS IMPORT: timers and/or timeouts modified
Jan 22 13:59:52 arch-pc openvpn[2037]: OPTIONS IMPORT: --ifconfig/up options modified
Jan 22 13:59:52 arch-pc openvpn[2037]: OPTIONS IMPORT: route options modified
Jan 22 13:59:52 arch-pc openvpn[2037]: OPTIONS IMPORT: route-related options modified
Jan 22 13:59:52 arch-pc openvpn[2037]: OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Jan 22 13:59:52 arch-pc openvpn[2037]: OPTIONS IMPORT: peer-id set
Jan 22 13:59:52 arch-pc openvpn[2037]: OPTIONS IMPORT: adjusting link_mtu to 1624
Jan 22 13:59:52 arch-pc openvpn[2037]: OPTIONS IMPORT: data channel crypto options modified
Jan 22 13:59:52 arch-pc openvpn[2037]: Outgoing Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key
Jan 22 13:59:52 arch-pc openvpn[2037]: Incoming Data Channel: Cipher 'AES-128-GCM' initialized with 128 bit key
Jan 22 13:59:52 arch-pc openvpn[2037]: net_route_v4_best_gw query: dst 0.0.0.0
Jan 22 13:59:52 arch-pc openvpn[2037]: net_route_v4_best_gw result: via 192.168.1.1 dev wlp0s20f3
Jan 22 13:59:52 arch-pc openvpn[2037]: ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=wlp0s20f3 HWADDR=00:93:37:eb:5b:9f
Jan 22 13:59:52 arch-pc openvpn[2037]: TUN/TAP device tun0 opened
Jan 22 13:59:52 arch-pc openvpn[2037]: net_iface_mtu_set: mtu 1500 for tun0
Jan 22 13:59:52 arch-pc openvpn[2037]: net_iface_up: set tun0 up
Jan 22 13:59:52 arch-pc openvpn[2037]: net_addr_v4_add: 10.8.0.2/24 dev tun0
Jan 22 13:59:52 arch-pc openvpn[2037]: /etc/openvpn/update-resolv-conf.sh tun0 1500 1624 10.8.0.2 255.255.255.0 init
Jan 22 13:59:52 arch-pc NetworkManager[858]: <info>  [1674377992.9894] manager: (tun0): new Tun device (/org/freedesktop/NetworkManager/Devices/10)
Jan 22 13:59:52 arch-pc openvpn[2039]: dhcp-option DNS 94.140.14.14
Jan 22 13:59:52 arch-pc openvpn[2039]: dhcp-option DNS 94.140.15.15
Jan 22 13:59:52 arch-pc kernel: tun: Universal TUN/TAP device driver, 1.6
Jan 22 13:59:52 arch-pc NetworkManager[858]: <info>  [1674377992.9983] device (tun0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 13:59:52 arch-pc NetworkManager[858]: <info>  [1674377992.9988] device (tun0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 22 13:59:52 arch-pc NetworkManager[858]: <info>  [1674377992.9995] device (tun0): Activation: starting connection 'tun0' (f3f617d1-4968-4620-b262-d55ab59d422d)
Jan 22 13:59:53 arch-pc NetworkManager[858]: <info>  [1674377993.0009] device (tun0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 22 13:59:53 arch-pc NetworkManager[858]: <info>  [1674377993.0012] device (tun0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 22 13:59:53 arch-pc NetworkManager[858]: <info>  [1674377993.0015] device (tun0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 22 13:59:53 arch-pc NetworkManager[858]: <info>  [1674377993.0017] device (tun0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 22 13:59:53 arch-pc dbus-daemon[855]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=858 comm="/usr/bin/NetworkManager --no-daemon")
Jan 22 13:59:53 arch-pc dnsmasq[1057]: reading /etc/resolv.conf
Jan 22 13:59:53 arch-pc dnsmasq[1017]: reading /etc/resolv.conf
Jan 22 13:59:53 arch-pc dnsmasq[1057]: using nameserver 94.140.14.14#53
Jan 22 13:59:53 arch-pc dnsmasq[1017]: using nameserver 94.140.14.14#53
Jan 22 13:59:53 arch-pc dnsmasq[1017]: using nameserver 94.140.15.15#53
Jan 22 13:59:53 arch-pc dnsmasq[1057]: using nameserver 94.140.15.15#53
Jan 22 13:59:53 arch-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 22 13:59:53 arch-pc dbus-daemon[855]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 22 13:59:53 arch-pc systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 22 13:59:53 arch-pc 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'
Jan 22 13:59:53 arch-pc NetworkManager[858]: <info>  [1674377993.0565] device (tun0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 22 13:59:53 arch-pc NetworkManager[858]: <info>  [1674377993.0568] device (tun0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 22 13:59:53 arch-pc kernel: audit: type=1130 audit(1674377993.040:241): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 13:59:53 arch-pc NetworkManager[858]: <info>  [1674377993.0575] device (tun0): Activation: successful, device activated.
Jan 22 13:59:53 arch-pc openvpn[2037]: net_route_v4_add: 23.137.249.219/32 via 192.168.1.1 dev [NULL] table 0 metric -1
Jan 22 13:59:53 arch-pc openvpn[2037]: net_route_v4_add: 0.0.0.0/1 via 10.8.0.1 dev [NULL] table 0 metric -1
Jan 22 13:59:53 arch-pc openvpn[2037]: net_route_v4_add: 128.0.0.0/1 via 10.8.0.1 dev [NULL] table 0 metric -1
Jan 22 13:59:53 arch-pc openvpn[2037]: Initialization Sequence Completed
Jan 22 13:59:53 arch-pc NetworkManager[858]: <warn>  [1674377993.5065] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 13:59:53 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.48' (uid=1000 pid=2121 comm="/usr/lib/firefox/firefox")
Jan 22 13:59:53 arch-pc systemd[1585]: Starting Portal service...
Jan 22 13:59:53 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.50' (uid=1000 pid=2188 comm="/usr/lib/xdg-desktop-portal")
Jan 22 13:59:53 arch-pc systemd[1585]: Starting flatpak document portal service...
Jan 22 13:59:53 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.51' (uid=1000 pid=2192 comm="/usr/lib/xdg-document-portal")
Jan 22 13:59:53 arch-pc systemd[1585]: Starting sandboxed app permission store...
Jan 22 13:59:53 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Jan 22 13:59:53 arch-pc systemd[1585]: Started sandboxed app permission store.
Jan 22 13:59:53 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Successfully activated service 'org.freedesktop.portal.Documents'
Jan 22 13:59:53 arch-pc systemd[1585]: Started flatpak document portal service.
Jan 22 13:59:53 arch-pc xdg-document-portal[2192]: Ignoring invalid max threads value 4294967295 > max (100000).
Jan 22 13:59:53 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.50' (uid=1000 pid=2188 comm="/usr/lib/xdg-desktop-portal")
Jan 22 13:59:53 arch-pc systemd[1585]: Starting Portal service (GTK/GNOME implementation)...
Jan 22 13:59:53 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Jan 22 13:59:53 arch-pc systemd[1585]: Started Portal service (GTK/GNOME implementation).
Jan 22 13:59:53 arch-pc rtkit-daemon[1700]: Supervising 5 threads of 1 processes of 1 users.
Jan 22 13:59:53 arch-pc rtkit-daemon[1700]: Supervising 5 threads of 1 processes of 1 users.
Jan 22 13:59:53 arch-pc rtkit-daemon[1700]: Supervising 5 threads of 1 processes of 1 users.
Jan 22 13:59:53 arch-pc systemd[1585]: Started PipeWire Multimedia Service.
Jan 22 13:59:53 arch-pc pipewire[2212]: mod.rt: Can't find org.freedesktop.portal.Desktop. Is xdg-desktop-portal running?
Jan 22 13:59:53 arch-pc pipewire[2212]: mod.rt: found session bus but no portal
Jan 22 13:59:53 arch-pc rtkit-daemon[1700]: Successfully made thread 2212 of process 2212 owned by '1000' high priority at nice level -11.
Jan 22 13:59:53 arch-pc rtkit-daemon[1700]: Supervising 6 threads of 2 processes of 1 users.
Jan 22 13:59:53 arch-pc rtkit-daemon[1700]: Supervising 6 threads of 2 processes of 1 users.
Jan 22 13:59:53 arch-pc rtkit-daemon[1700]: Supervising 6 threads of 2 processes of 1 users.
Jan 22 13:59:53 arch-pc rtkit-daemon[1700]: Successfully made thread 2214 of process 2212 owned by '1000' RT at priority 20.
Jan 22 13:59:53 arch-pc rtkit-daemon[1700]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 13:59:53 arch-pc dbus-daemon[1605]: [session uid=1000 pid=1605] Successfully activated service 'org.freedesktop.portal.Desktop'
Jan 22 13:59:53 arch-pc systemd[1585]: Started Portal service.
Jan 22 13:59:54 arch-pc rtkit-daemon[1700]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 13:59:54 arch-pc rtkit-daemon[1700]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 13:59:54 arch-pc rtkit-daemon[1700]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 13:59:54 arch-pc rtkit-daemon[1700]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 13:59:54 arch-pc rtkit-daemon[1700]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 13:59:54 arch-pc rtkit-daemon[1700]: Supervising 7 threads of 2 processes of 1 users.
Jan 22 13:59:54 arch-pc rtkit-daemon[1700]: Successfully made thread 2357 of process 2121 owned by '1000' RT at priority 10.
Jan 22 13:59:54 arch-pc rtkit-daemon[1700]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 13:59:54 arch-pc rtkit-daemon[1700]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 13:59:54 arch-pc rtkit-daemon[1700]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 13:59:55 arch-pc NetworkManager[858]: <warn>  [1674377995.5072] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 13:59:55 arch-pc rtkit-daemon[1700]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 13:59:55 arch-pc rtkit-daemon[1700]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 13:59:55 arch-pc rtkit-daemon[1700]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 13:59:55 arch-pc rtkit-daemon[1700]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 13:59:55 arch-pc rtkit-daemon[1700]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 13:59:55 arch-pc rtkit-daemon[1700]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 13:59:57 arch-pc rtkit-daemon[1700]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 13:59:57 arch-pc rtkit-daemon[1700]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 13:59:57 arch-pc NetworkManager[858]: <warn>  [1674377997.5078] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 13:59:59 arch-pc NetworkManager[858]: <warn>  [1674377999.5089] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 14:00:01 arch-pc NetworkManager[858]: <warn>  [1674378001.5093] ipv6ll[7d3327aebc430d9d,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 14:00:01 arch-pc rtkit-daemon[1700]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 14:00:01 arch-pc rtkit-daemon[1700]: Supervising 8 threads of 3 processes of 1 users.
Jan 22 14:00:01 arch-pc appimagelauncherd[1593]: Directory /Applications does not exist, skipping
Jan 22 14:00:03 arch-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 22 14:00:03 arch-pc 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'
Jan 22 14:00:03 arch-pc kernel: audit: type=1131 audit(1674378003.120:242): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 14:00:07 arch-pc openvpn[2037]: AEAD Decrypt error: bad packet ID (may be a replay): [ #475 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
Jan 22 14:00:08 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=95.216.195.133 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=20211 DF PROTO=TCP SPT=34056 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 14:00:08 arch-pc syncthing[865]: [J2GOJ] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
Jan 22 14:00:11 arch-pc NetworkManager[858]: <warn>  [1674378011.5099] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 14:00:13 arch-pc NetworkManager[858]: <warn>  [1674378013.5104] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 14:00:15 arch-pc NetworkManager[858]: <warn>  [1674378015.5117] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 14:00:16 arch-pc systemd-timesyncd[850]: Contacted time server 84.16.73.33:123 (2.arch.pool.ntp.org).
Jan 22 14:00:16 arch-pc systemd-timesyncd[850]: Initial clock synchronization to Sun 2023-01-22 14:00:16.888127 +05.
Jan 22 14:00:17 arch-pc NetworkManager[858]: <warn>  [1674378017.5118] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 14:00:19 arch-pc NetworkManager[858]: <warn>  [1674378019.5129] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 14:00:21 arch-pc NetworkManager[858]: <warn>  [1674378021.5141] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 14:00:23 arch-pc NetworkManager[858]: <warn>  [1674378023.5140] ipv6ll[7d3327aebc430d9d,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 14:00:24 arch-pc openvpn[2037]: AEAD Decrypt error: bad packet ID (may be a replay): [ #818 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
Jan 22 14:00:31 arch-pc appimagelauncherd[1593]: Directory /Applications does not exist, skipping
Jan 22 14:00:33 arch-pc NetworkManager[858]: <warn>  [1674378033.5180] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 14:00:35 arch-pc syncthing[865]: [J2GOJ] INFO: Established secure connection to IZSF4SR-ISMG2BB-V7Z6YMS-T3YK2LX-HVUVRIZ-5HYFJR2-W6GRESL-KCVNPAE at 10.8.0.2:22000-10.8.1.1:22000/tcp-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256
Jan 22 14:00:35 arch-pc syncthing[865]: [J2GOJ] INFO: Device IZSF4SR-ISMG2BB-V7Z6YMS-T3YK2LX-HVUVRIZ-5HYFJR2-W6GRESL-KCVNPAE client is "syncthing v1.23.0" named "syncthing" at 10.8.0.2:22000-10.8.1.1:22000/tcp-client/TLS1.3-TLS_CHACHA20_POLY1305_SHA256
Jan 22 14:00:35 arch-pc NetworkManager[858]: <warn>  [1674378035.5190] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 14:00:37 arch-pc NetworkManager[858]: <warn>  [1674378037.5216] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 14:00:39 arch-pc NetworkManager[858]: <warn>  [1674378039.5242] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 14:00:40 arch-pc openvpn[2037]: AEAD Decrypt error: bad packet ID (may be a replay): [ #1259 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
Jan 22 14:00:41 arch-pc NetworkManager[858]: <warn>  [1674378041.5261] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 14:00:43 arch-pc NetworkManager[858]: <warn>  [1674378043.5290] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 14:00:44 arch-pc systemd[1]: libvirtd.service: Deactivated successfully.
Jan 22 14:00:44 arch-pc systemd[1]: libvirtd.service: Unit process 1017 (dnsmasq) remains running after unit stopped.
Jan 22 14:00:44 arch-pc systemd[1]: libvirtd.service: Unit process 1018 (dnsmasq) remains running after unit stopped.
Jan 22 14:00:44 arch-pc systemd[1]: libvirtd.service: Unit process 1057 (dnsmasq) remains running after unit stopped.
Jan 22 14:00:44 arch-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 14:00:44 arch-pc kernel: audit: type=1131 audit(1674378044.595:243): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 22 14:00:45 arch-pc NetworkManager[858]: <warn>  [1674378045.5316] ipv6ll[7d3327aebc430d9d,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 14:00:45 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=16647 DF PROTO=UDP SPT=57160 DPT=21027 LEN=354 
Jan 22 14:00:45 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr1 SRC=10.0.2.2 DST=10.0.2.255 LEN=374 TOS=0x00 PREC=0x00 TTL=64 ID=47475 DF PROTO=UDP SPT=57160 DPT=21027 LEN=354 
Jan 22 14:00:55 arch-pc NetworkManager[858]: <warn>  [1674378055.5331] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 14:00:56 arch-pc openvpn[2037]: AEAD Decrypt error: bad packet ID (may be a replay): [ #1596 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
Jan 22 14:00:57 arch-pc NetworkManager[858]: <warn>  [1674378057.5360] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 14:00:59 arch-pc NetworkManager[858]: <warn>  [1674378059.5380] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 14:01:01 arch-pc NetworkManager[858]: <warn>  [1674378061.5409] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 14:01:01 arch-pc appimagelauncherd[1593]: Directory /Applications does not exist, skipping
Jan 22 14:01:03 arch-pc NetworkManager[858]: <warn>  [1674378063.5437] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 14:01:05 arch-pc NetworkManager[858]: <warn>  [1674378065.5445] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 14:01:07 arch-pc NetworkManager[858]: <warn>  [1674378067.5453] ipv6ll[7d3327aebc430d9d,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 14:01:12 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=95.216.195.133 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=1203 DF PROTO=TCP SPT=49170 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 14:01:13 arch-pc openvpn[2037]: AEAD Decrypt error: bad packet ID (may be a replay): [ #2018 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
Jan 22 14:01:17 arch-pc NetworkManager[858]: <warn>  [1674378077.5466] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 14:01:19 arch-pc NetworkManager[858]: <warn>  [1674378079.5478] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 14:01:21 arch-pc syncthing[865]: [J2GOJ] INFO: Joined relay relay://83.227.86.4:443
Jan 22 14:01:21 arch-pc NetworkManager[858]: <warn>  [1674378081.5481] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 14:01:23 arch-pc NetworkManager[858]: <warn>  [1674378083.5484] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 14:01:25 arch-pc NetworkManager[858]: <warn>  [1674378085.5493] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 14:01:27 arch-pc NetworkManager[858]: <warn>  [1674378087.5506] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 14:01:28 arch-pc kernel: [UFW BLOCK] IN= OUT=wlp0s20f3 SRC=192.168.1.168 DST=95.216.195.133 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=1207 DF PROTO=TCP SPT=49170 DPT=80 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 22 14:01:29 arch-pc NetworkManager[858]: <warn>  [1674378089.5512] ipv6ll[7d3327aebc430d9d,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 14:01:29 arch-pc openvpn[2037]: AEAD Decrypt error: bad packet ID (may be a replay): [ #2326 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
Jan 22 14:01:31 arch-pc appimagelauncherd[1593]: Directory /Applications does not exist, skipping
Jan 22 14:01:39 arch-pc NetworkManager[858]: <warn>  [1674378099.5563] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 14:01:41 arch-pc NetworkManager[858]: <warn>  [1674378101.5581] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 14:01:43 arch-pc NetworkManager[858]: <warn>  [1674378103.5613] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 14:01:45 arch-pc NetworkManager[858]: <warn>  [1674378105.5645] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 14:01:45 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=586 TOS=0x00 PREC=0x00 TTL=64 ID=19819 DF PROTO=UDP SPT=57160 DPT=21027 LEN=566 
Jan 22 14:01:46 arch-pc openvpn[2037]: AEAD Decrypt error: bad packet ID (may be a replay): [ #2498 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
Jan 22 14:01:47 arch-pc NetworkManager[858]: <warn>  [1674378107.5661] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 14:01:49 arch-pc NetworkManager[858]: <warn>  [1674378109.5691] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 14:01:51 arch-pc NetworkManager[858]: <warn>  [1674378111.5716] ipv6ll[7d3327aebc430d9d,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 14:02:01 arch-pc NetworkManager[858]: <warn>  [1674378121.5753] platform-linux: do-add-ip6-address[8: fe80::8597:e22d:7460:f5af]: failure 95 (Operation not supported)
Jan 22 14:02:01 arch-pc appimagelauncherd[1593]: Directory /Applications does not exist, skipping
Jan 22 14:02:02 arch-pc openvpn[2037]: AEAD Decrypt error: bad packet ID (may be a replay): [ #2607 ] -- see the man page entry for --no-replay and --replay-window for more info or silence this warning with --mute-replay-warnings
Jan 22 14:02:03 arch-pc NetworkManager[858]: <warn>  [1674378123.5782] platform-linux: do-add-ip6-address[8: fe80::f04c:5b07:17a4:e41]: failure 95 (Operation not supported)
Jan 22 14:02:05 arch-pc NetworkManager[858]: <warn>  [1674378125.5786] platform-linux: do-add-ip6-address[8: fe80::af23:8092:45b9:b859]: failure 95 (Operation not supported)
Jan 22 14:02:07 arch-pc NetworkManager[858]: <warn>  [1674378127.5817] platform-linux: do-add-ip6-address[8: fe80::2833:e715:ba36:af6b]: failure 95 (Operation not supported)
Jan 22 14:02:09 arch-pc NetworkManager[858]: <warn>  [1674378129.5847] platform-linux: do-add-ip6-address[8: fe80::8aa4:605a:739a:c332]: failure 95 (Operation not supported)
Jan 22 14:02:11 arch-pc NetworkManager[858]: <warn>  [1674378131.5868] platform-linux: do-add-ip6-address[8: fe80::d8fc:1662:982e:f955]: failure 95 (Operation not supported)
Jan 22 14:02:13 arch-pc NetworkManager[858]: <warn>  [1674378133.5878] ipv6ll[7d3327aebc430d9d,ifindex=8]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
Jan 22 14:02:15 arch-pc kernel: [UFW BLOCK] IN= OUT=virbr0 SRC=192.168.122.1 DST=192.168.122.255 LEN=586 TOS=0x00 PREC=0x00 TTL=64 ID=22627 DF PROTO=UDP SPT=57160 DPT=21027 LEN=566 

As for the UEFI update. I still couldn't figure out where to look for on the manufacturer's site, so I wrote a question to their customers support service and still waiting for the reply.

Offline

Board footer

Powered by FluxBB