LightDM "Failed to start session" - Problem in lightdm.conf?

I was upgradind Manjaro with the pacman -Syyu command when the system has an unexpected shutdown. I rebooted the system but trying to login LightDM give me the error “Failed to start session”. So i go into tty2 and remove the lock and upgrade the system with pacman -Syuu
The problem persist.
I think that the problem could be inside the lightdm.conf file

> [Seat:*]
> #
> # 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=false
> #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=lightdm-gtk-greeter
> #greeter-hide-users=false
> #greeter-allow-guest=true
> #greeter-show-manual-login=false
> #greeter-show-remote-login=true
> user-session=xfce
> #allow-user-switching=true
> #allow-guest=true
> #guest-session=
> session-wrapper=/etc/lightdm/Xsession
> #greeter-wrapper=
> #guest-wrapper=
> #display-setup-script=
> #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

Here the lightdm.log there are these two strange lines

[+6755.74s] DEBUG: Seat seat0: Failed to find session configuration xfce
[+6755.74s] DEBUG: Seat seat0: Can't find session 'xfce'
   

[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=459
[+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.06s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’
[+0.06s] DEBUG: Monitoring logind for seats
[+0.06s] DEBUG: New seat added from logind: seat0
[+0.06s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.06s] DEBUG: Seat seat0 has property CanMultiSession=no
[+0.06s] DEBUG: Seat seat0: Starting
[+0.07s] DEBUG: Seat seat0: Creating greeter session
[+0.07s] DEBUG: Seat seat0: Creating display server of type x
[+0.07s] DEBUG: Could not run plymouth --ping: Failed to execute child process “plymouth” (No such file or directory)
[+0.07s] DEBUG: Using VT 7
[+0.07s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.07s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.07s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+0.07s] DEBUG: XServer 0: Launching X Server
[+0.08s] DEBUG: Launching process 476: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.08s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+0.08s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.08s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.33s] DEBUG: Loading users from org.freedesktop.Accounts
[+0.33s] DEBUG: User /org/freedesktop/Accounts/User1000 added
[+3.97s] DEBUG: Got signal 10 from process 476
[+3.97s] DEBUG: XServer 0: Got signal from X server :0
[+3.97s] DEBUG: XServer 0: Connecting to XServer :0
[+4.10s] DEBUG: Seat seat0: Display server ready, starting session authentication
[+4.11s] DEBUG: Session pid=897: Started with service 'lightdm-greeter', username 'lightdm'
[+4.15s] DEBUG: Session pid=897: Authentication complete with return value 0: Success
[+4.15s] DEBUG: Seat seat0: Session authenticated, running command
[+4.15s] DEBUG: Session pid=897: Running command /usr/bin/lightdm-gtk-greeter
[+4.15s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm
[+4.15s] DEBUG: Session pid=897: Logging to /var/log/lightdm/seat0-greeter.log
[+4.46s] DEBUG: Activating VT 7
[+4.46s] DEBUG: Activating login1 session c1
[+4.46s] DEBUG: Seat seat0 changes active session to c1
[+4.46s] DEBUG: Session c1 is already active
[+5.18s] DEBUG: Greeter connected version=1.30.0 api=1 resettable=false
[+5.83s] DEBUG: Greeter start authentication for manjone
[+5.83s] DEBUG: Session pid=949: Started with service 'lightdm', username 'manjone'
[+5.85s] DEBUG: Session pid=949: Got 1 message(s) from PAM
[+5.85s] DEBUG: Prompt greeter with 1 message(s)
[+30.52s] DEBUG: Continue authentication
[+30.55s] DEBUG: Session pid=949: Authentication complete with return value 0: Success
[+30.55s] DEBUG: Authenticate result for user manjone: Success
[+30.55s] DEBUG: User manjone authorized
[+30.56s] DEBUG: Greeter sets language en_US.utf8
[+30.58s] DEBUG: Greeter requests default session
[+30.58s] DEBUG: Seat seat0: Failed to find session configuration xfce
[+30.58s] DEBUG: Seat seat0: Can't find session 'xfce'
[+30.59s] DEBUG: Greeter start authentication for manjone
[+30.59s] DEBUG: Session pid=961: Started with service 'lightdm', username 'manjone'
[+30.60s] DEBUG: Session pid=961: Got 1 message(s) from PAM
[+30.60s] DEBUG: Prompt greeter with 1 message(s)
[+35.73s] DEBUG: Continue authentication
[+35.75s] DEBUG: Session pid=961: Authentication complete with return value 0: Success
[+35.75s] DEBUG: Authenticate result for user manjone: Success
[+35.75s] DEBUG: User manjone authorized
[+35.77s] DEBUG: Greeter sets language en_US.utf8
[+35.78s] DEBUG: Greeter requests default session
[+35.78s] DEBUG: Seat seat0: Failed to find session configuration xfce
[+35.78s] DEBUG: Seat seat0: Can't find session 'xfce'
[+35.79s] DEBUG: Greeter start authentication for manjone
[+35.79s] DEBUG: Session pid=964: Started with service 'lightdm', username 'manjone'
[+35.80s] DEBUG: Session pid=964: Got 1 message(s) from PAM
[+35.80s] DEBUG: Prompt greeter with 1 message(s)
[+37.34s] DEBUG: Seat seat0 changes active session to 
[+45.20s] DEBUG: Seat seat0 changes active session to 2
[+5979.84s] DEBUG: Seat seat0 changes active session to c1
[+5979.84s] DEBUG: Session c1 is already active
[+6611.18s] DEBUG: Seat seat0 changes active session to 2
[+6749.71s] DEBUG: Seat seat0 changes active session to c1
[+6749.71s] DEBUG: Session c1 is already active
[+6755.67s] DEBUG: Continue authentication
[+6755.70s] DEBUG: Session pid=964: Authentication complete with return value 0: Success
[+6755.70s] DEBUG: Authenticate result for user manjone: Success
[+6755.70s] DEBUG: User manjone authorized
[+6755.72s] DEBUG: Greeter sets language en_US.utf8
[+6755.73s] DEBUG: Greeter requests default session
[+6755.74s] DEBUG: Seat seat0: Failed to find session configuration xfce
[+6755.74s] DEBUG: Seat seat0: Can't find session 'xfce'
[+6755.74s] DEBUG: Greeter start authentication for manjone
[+6755.74s] DEBUG: Session pid=1589: Started with service 'lightdm', username 'manjone'
[+6755.75s] DEBUG: Session pid=1589: Got 1 message(s) from PAM
[+6755.75s] DEBUG: Prompt greeter with 1 message(s)
[+6760.72s] DEBUG: Seat seat0 changes active session to 2

I put also these last outputs even if i don’t know if they really will be usefull

GRUB_CMDLINE_LINUX_DEFAULT="quiet cryptdevice=UUID=5403d2f4-15d4-4164-b22c-9edd31160ea5:luks-5403d2f4-15d4-4164-b22c-9edd31160ea5 root=/dev/mapper/luks-5403d2f4-15d4-4164-b22c-9edd31160ea5 apparmor=1 security=apparmor resume=/dev/mapper/luks-1cee0395-584e-47c4-a3a8-1c8c341226b3 udev.log_priority=3"

journalctl output since and thisthe last boot, these strange lines
jun 13 16:12:04 manjone-KalK lightdm[949]: gkr-pam: unable to locate daemon control file

jun 13 16:12:04 manjone-KalK lightdm[949]: gkr-pam: stashed password to try later in open session

the entire output

-- Boot 400e35471cd545d0911e5add5d90f35f --
jun 13 16:11:32 manjone-KalK kernel: microcode: microcode updated early to revision 0x7, date = 2018-04-23
jun 13 16:11:32 manjone-KalK kernel: Linux version 5.9.16-1-MANJARO (builduser@LEGION) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Mon Dec 21 22:00:46 UTC 2020
jun 13 16:11:32 manjone-KalK kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.9-x86_64 root=UUID=cabb4911-c30c-4498-801f-1af4194fa97d ro quiet cryptdevice=UUID=5403d2f4-15d4-4164-b22c-9edd31160ea5:luks-5403d2f4-15d4-4164-b22c-9edd31160ea5 root=/dev/mapper/luks-5403d2f4-15d4-4164-b22c-9edd31160ea5 apparmor=1 security=apparmor resume=/dev/mapper/luks-1cee0395-584e-47c4-a3a8-1c8c341226b3 udev.log_priority=3
jun 13 16:11:32 manjone-KalK kernel: KERNEL supported cpus:
jun 13 16:11:32 manjone-KalK kernel:   Intel GenuineIntel
jun 13 16:11:32 manjone-KalK kernel:   AMD AuthenticAMD
jun 13 16:11:32 manjone-KalK kernel:   Hygon HygonGenuine
jun 13 16:11:32 manjone-KalK kernel:   Centaur CentaurHauls
jun 13 16:11:32 manjone-KalK kernel:   zhaoxin   Shanghai  
jun 13 16:11:32 manjone-KalK kernel: x86/fpu: x87 FPU will use FXSAVE
jun 13 16:11:32 manjone-KalK kernel: BIOS-provided physical RAM map:
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000befcefff] usable
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x00000000befcf000-0x00000000bf6cefff] reserved
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x00000000bf6cf000-0x00000000bf7cefff] ACPI NVS
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x00000000bf7cf000-0x00000000bf7fefff] ACPI data
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x00000000bf7ff000-0x00000000bf7fffff] usable
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x00000000bf800000-0x00000000bfffffff] reserved
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x00000000fed19000-0x00000000fed19fff] reserved
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x00000000fed1b000-0x00000000fed1ffff] reserved
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x0000000100000000-0x000000017bffffff] usable
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x000000017c000000-0x000000017fffffff] reserved
jun 13 16:11:32 manjone-KalK kernel: BIOS-e820: [mem 0x0000000180000000-0x00000001bbffffff] usable
jun 13 16:11:32 manjone-KalK kernel: NX (Execute Disable) protection: active
jun 13 16:11:32 manjone-KalK kernel: SMBIOS 2.6 present.
jun 13 16:11:32 manjone-KalK kernel: DMI: Hewlett-Packard HP ProBook 4520s/1411, BIOS 68AZZ Ver. F.0F 02/18/2011
jun 13 16:11:32 manjone-KalK kernel: tsc: Fast TSC calibration using PIT
jun 13 16:11:32 manjone-KalK kernel: tsc: Detected 2526.998 MHz processor
jun 13 16:11:32 manjone-KalK kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
jun 13 16:11:32 manjone-KalK kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
jun 13 16:11:32 manjone-KalK kernel: last_pfn = 0x1bc000 max_arch_pfn = 0x400000000
jun 13 16:11:32 manjone-KalK kernel: MTRR default type: uncachable
jun 13 16:11:32 manjone-KalK kernel: MTRR fixed ranges enabled:
jun 13 16:11:32 manjone-KalK kernel:   00000-9FFFF write-back
jun 13 16:11:32 manjone-KalK kernel:   A0000-BFFFF uncachable
jun 13 16:11:32 manjone-KalK kernel:   C0000-FFFFF write-protect
jun 13 16:11:32 manjone-KalK kernel: MTRR variable ranges enabled:
jun 13 16:11:32 manjone-KalK kernel:   0 base 0FFC00000 mask FFFC00000 write-protect
jun 13 16:11:32 manjone-KalK kernel:   1 base 000000000 mask F80000000 write-back
jun 13 16:11:32 manjone-KalK kernel:   2 base 080000000 mask FC0000000 write-back
jun 13 16:11:32 manjone-KalK kernel:   3 base 100000000 mask F80000000 write-back
jun 13 16:11:32 manjone-KalK kernel:   4 base 180000000 mask FC0000000 write-back
jun 13 16:11:32 manjone-KalK kernel:   5 base 1BC000000 mask FFC000000 uncachable
jun 13 16:11:32 manjone-KalK kernel:   6 disabled
jun 13 16:11:32 manjone-KalK kernel:   7 disabled
jun 13 16:11:32 manjone-KalK kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
jun 13 16:11:32 manjone-KalK kernel: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
jun 13 16:11:32 manjone-KalK kernel: check: Scanning 1 areas for low memory corruption
jun 13 16:11:32 manjone-KalK kernel: RAMDISK: [mem 0x36029000-0x3700bfff]
jun 13 16:11:32 manjone-KalK kernel: ACPI: Early table checksum verification disabled
jun 13 16:11:32 manjone-KalK kernel: ACPI: RSDP 0x00000000000FDDC0 000024 (v02 HPQOEM)
jun 13 16:11:32 manjone-KalK kernel: ACPI: XSDT 0x00000000BF7FE120 000084 (v01 HPQOEM SLIC-MPC 0000000F      01000013)
jun 13 16:11:32 manjone-KalK kernel: ACPI: FACP 0x00000000BF7FC000 0000F4 (v03 HPQOEM 1411     0000000F HP   00000001)
jun 13 16:11:32 manjone-KalK kernel: ACPI: DSDT 0x00000000BF7D8000 01EC21 (v02 HPQOEM 1411     00000001 INTL 20060912)
jun 13 16:11:32 manjone-KalK kernel: ACPI: FACS 0x00000000BF77E000 000040
jun 13 16:11:32 manjone-KalK kernel: ACPI: FACS 0x00000000BF77E000 000040
jun 13 16:11:32 manjone-KalK kernel: ACPI: HPET 0x00000000BF7FB000 000038 (v01 HPQOEM 1411     00000001 HP   00000001)
jun 13 16:11:32 manjone-KalK kernel: ACPI: APIC 0x00000000BF7FA000 0000BC (v01 HPQOEM 1411     00000001 HP   00000001)
jun 13 16:11:32 manjone-KalK kernel: ACPI: MCFG 0x00000000BF7F9000 00003C (v01 HPQOEM 1411     00000001 HP   00000001)
jun 13 16:11:32 manjone-KalK kernel: ACPI: ASF! 0x00000000BF7F8000 0000A0 (v32 HPQOEM 1411     00000001 HP   00000001)
jun 13 16:11:32 manjone-KalK kernel: ACPI: SSDT 0x00000000BF7D5000 000135 (v01 HPQOEM SataAhci 00001000 INTL 20060912)
jun 13 16:11:32 manjone-KalK kernel: ACPI: SSDT 0x00000000BF7D4000 000314 (v01 HPQOEM PtidDevc 00001000 INTL 20060912)
jun 13 16:11:32 manjone-KalK kernel: ACPI: SLIC 0x00000000BF7D3000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
jun 13 16:11:32 manjone-KalK kernel: ACPI: SSDT 0x00000000BF7D2000 00005F (v01 HPQOEM HPQNLP   00000001 INTL 20060912)
jun 13 16:11:32 manjone-KalK kernel: ACPI: SSDT 0x00000000BF7D1000 000A10 (v01 PmRef  CpuPm    00003000 INTL 20060912)
jun 13 16:11:32 manjone-KalK kernel: ACPI: SSDT 0x00000000BF7D0000 000288 (v01 PmRef  Cpu0Tst  00003000 INTL 20060912)
jun 13 16:11:32 manjone-KalK kernel: ACPI: SSDT 0x00000000BF7CF000 000225 (v01 PmRef  ApTst    00003000 INTL 20060912)
jun 13 16:11:32 manjone-KalK kernel: ACPI: Local APIC address 0xfee00000
jun 13 16:11:32 manjone-KalK kernel: No NUMA configuration found
jun 13 16:11:32 manjone-KalK kernel: Faking a node at [mem 0x0000000000000000-0x00000001bbffffff]
jun 13 16:11:32 manjone-KalK kernel: NODE_DATA(0) allocated [mem 0x1bbffa000-0x1bbffdfff]
jun 13 16:11:32 manjone-KalK kernel: Zone ranges:
jun 13 16:11:32 manjone-KalK kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
jun 13 16:11:32 manjone-KalK kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
jun 13 16:11:32 manjone-KalK kernel:   Normal   [mem 0x0000000100000000-0x00000001bbffffff]
jun 13 16:11:32 manjone-KalK kernel:   Device   empty
jun 13 16:11:32 manjone-KalK kernel: Movable zone start for each node
jun 13 16:11:32 manjone-KalK kernel: Early memory node ranges
jun 13 16:11:32 manjone-KalK kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
jun 13 16:11:32 manjone-KalK kernel:   node   0: [mem 0x0000000000100000-0x00000000befcefff]
jun 13 16:11:32 manjone-KalK kernel:   node   0: [mem 0x00000000bf7ff000-0x00000000bf7fffff]
jun 13 16:11:32 manjone-KalK kernel:   node   0: [mem 0x0000000100000000-0x000000017bffffff]
jun 13 16:11:32 manjone-KalK kernel:   node   0: [mem 0x0000000180000000-0x00000001bbffffff]
jun 13 16:11:32 manjone-KalK kernel: Zeroed struct page in unavailable ranges: 37010 pages
jun 13 16:11:32 manjone-KalK kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000001bbffffff]
jun 13 16:11:32 manjone-KalK kernel: On node 0 totalpages: 1535854
jun 13 16:11:32 manjone-KalK kernel:   DMA zone: 64 pages used for memmap
jun 13 16:11:32 manjone-KalK kernel:   DMA zone: 21 pages reserved
jun 13 16:11:32 manjone-KalK kernel:   DMA zone: 3998 pages, LIFO batch:0
jun 13 16:11:32 manjone-KalK kernel:   DMA32 zone: 12160 pages used for memmap
jun 13 16:11:32 manjone-KalK kernel:   DMA32 zone: 778192 pages, LIFO batch:63
jun 13 16:11:32 manjone-KalK kernel:   Normal zone: 12032 pages used for memmap
jun 13 16:11:32 manjone-KalK kernel:   Normal zone: 753664 pages, LIFO batch:63
jun 13 16:11:32 manjone-KalK kernel: ACPI: PM-Timer IO Port: 0x408
jun 13 16:11:32 manjone-KalK kernel: ACPI: Local APIC address 0xfee00000
jun 13 16:11:32 manjone-KalK kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
jun 13 16:11:32 manjone-KalK kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
jun 13 16:11:32 manjone-KalK kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
jun 13 16:11:32 manjone-KalK kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
jun 13 16:11:32 manjone-KalK kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
jun 13 16:11:32 manjone-KalK kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
jun 13 16:11:32 manjone-KalK kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
jun 13 16:11:32 manjone-KalK kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
jun 13 16:11:32 manjone-KalK kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
jun 13 16:11:32 manjone-KalK kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
jun 13 16:11:32 manjone-KalK kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
jun 13 16:11:32 manjone-KalK kernel: ACPI: IRQ0 used by override.
jun 13 16:11:32 manjone-KalK kernel: ACPI: IRQ9 used by override.
jun 13 16:11:32 manjone-KalK kernel: Using ACPI (MADT) for SMP configuration information
jun 13 16:11:32 manjone-KalK kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
jun 13 16:11:32 manjone-KalK kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xbefcf000-0xbf6cefff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xbf6cf000-0xbf7cefff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xbf7cf000-0xbf7fefff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xbf800000-0xbfffffff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xfed14000-0xfed18fff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xfed19000-0xfed19fff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1afff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1b000-0xfed1ffff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0xffd80000-0xffffffff]
jun 13 16:11:32 manjone-KalK kernel: PM: hibernation: Registered nosave memory: [mem 0x17c000000-0x17fffffff]
jun 13 16:11:32 manjone-KalK kernel: [mem 0xc0000000-0xdfffffff] available for PCI devices
jun 13 16:11:32 manjone-KalK kernel: Booting paravirtualized kernel on bare hardware
jun 13 16:11:32 manjone-KalK kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
jun 13 16:11:32 manjone-KalK kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
jun 13 16:11:32 manjone-KalK kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
jun 13 16:11:32 manjone-KalK kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
jun 13 16:11:32 manjone-KalK kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
jun 13 16:11:32 manjone-KalK kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1511577
jun 13 16:11:32 manjone-KalK kernel: Policy zone: Normal
jun 13 16:11:32 manjone-KalK kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.9-x86_64 root=UUID=cabb4911-c30c-4498-801f-1af4194fa97d ro quiet cryptdevice=UUID=5403d2f4-15d4-4164-b22c-9edd31160ea5:luks-5403d2f4-15d4-4164-b22c-9edd31160ea5 root=/dev/mapper/luks-5403d2f4-15d4-4164-b22c-9edd31160ea5 apparmor=1 security=apparmor resume=/dev/mapper/luks-1cee0395-584e-47c4-a3a8-1c8c341226b3 udev.log_priority=3
jun 13 16:11:32 manjone-KalK kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
jun 13 16:11:32 manjone-KalK kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
jun 13 16:11:32 manjone-KalK kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
jun 13 16:11:32 manjone-KalK kernel: Memory: 5915604K/6143416K available (14339K kernel code, 1529K rwdata, 4760K rodata, 1664K init, 2888K bss, 227552K reserved, 0K cma-reserved)
jun 13 16:11:32 manjone-KalK kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
jun 13 16:11:32 manjone-KalK kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
jun 13 16:11:32 manjone-KalK kernel: Kernel/User page tables isolation: enabled
jun 13 16:11:32 manjone-KalK kernel: ftrace: allocating 41085 entries in 161 pages
jun 13 16:11:32 manjone-KalK kernel: ftrace: allocated 161 pages with 3 groups
jun 13 16:11:32 manjone-KalK kernel: rcu: Preemptible hierarchical RCU implementation.
jun 13 16:11:32 manjone-KalK kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
jun 13 16:11:32 manjone-KalK kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
jun 13 16:11:32 manjone-KalK kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
jun 13 16:11:32 manjone-KalK kernel:         Trampoline variant of Tasks RCU enabled.
jun 13 16:11:32 manjone-KalK kernel:         Rude variant of Tasks RCU enabled.
jun 13 16:11:32 manjone-KalK kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
jun 13 16:11:32 manjone-KalK kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
jun 13 16:11:32 manjone-KalK kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
jun 13 16:11:32 manjone-KalK kernel: Console: colour dummy device 80x25
jun 13 16:11:32 manjone-KalK kernel: printk: console [tty0] enabled
jun 13 16:11:32 manjone-KalK kernel: ACPI: Core revision 20200717
jun 13 16:11:32 manjone-KalK kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
jun 13 16:11:32 manjone-KalK kernel: APIC: Switch to symmetric I/O mode setup
jun 13 16:11:32 manjone-KalK kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
jun 13 16:11:32 manjone-KalK kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x246cda0ff86, max_idle_ns: 440795293526 ns
jun 13 16:11:32 manjone-KalK kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5056.57 BogoMIPS (lpj=8423326)
jun 13 16:11:32 manjone-KalK kernel: pid_max: default: 32768 minimum: 301
jun 13 16:11:32 manjone-KalK kernel: LSM: Security Framework initializing
jun 13 16:11:32 manjone-KalK kernel: Yama: becoming mindful.
jun 13 16:11:32 manjone-KalK kernel: AppArmor: AppArmor initialized
jun 13 16:11:32 manjone-KalK kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
jun 13 16:11:32 manjone-KalK kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
jun 13 16:11:32 manjone-KalK kernel: mce: CPU0: Thermal monitoring enabled (TM1)
jun 13 16:11:32 manjone-KalK kernel: process: using mwait in idle threads
jun 13 16:11:32 manjone-KalK kernel: Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
jun 13 16:11:32 manjone-KalK kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
jun 13 16:11:32 manjone-KalK kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
jun 13 16:11:32 manjone-KalK kernel: Spectre V2 : Mitigation: Full generic retpoline
jun 13 16:11:32 manjone-KalK kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
jun 13 16:11:32 manjone-KalK kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
jun 13 16:11:32 manjone-KalK kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
jun 13 16:11:32 manjone-KalK kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
jun 13 16:11:32 manjone-KalK kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
jun 13 16:11:32 manjone-KalK kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
jun 13 16:11:32 manjone-KalK kernel: Freeing SMP alternatives memory: 32K
jun 13 16:11:32 manjone-KalK kernel: smpboot: CPU0: Intel(R) Core(TM) i3 CPU       M 380  @ 2.53GHz (family: 0x6, model: 0x25, stepping: 0x5)
jun 13 16:11:32 manjone-KalK kernel: Performance Events: PEBS fmt1+, Westmere events, 16-deep LBR, Intel PMU driver.
jun 13 16:11:32 manjone-KalK kernel: core: CPUID marked event: 'bus cycles' unavailable
jun 13 16:11:32 manjone-KalK kernel: ... version:                3
jun 13 16:11:32 manjone-KalK kernel: ... bit width:              48
jun 13 16:11:32 manjone-KalK kernel: ... generic registers:      4
jun 13 16:11:32 manjone-KalK kernel: ... value mask:             0000ffffffffffff
jun 13 16:11:32 manjone-KalK kernel: ... max period:             000000007fffffff
jun 13 16:11:32 manjone-KalK kernel: ... fixed-purpose events:   3
jun 13 16:11:32 manjone-KalK kernel: ... event mask:             000000070000000f
jun 13 16:11:32 manjone-KalK kernel: rcu: Hierarchical SRCU implementation.
jun 13 16:11:32 manjone-KalK kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
jun 13 16:11:32 manjone-KalK kernel: smp: Bringing up secondary CPUs ...
jun 13 16:11:32 manjone-KalK kernel: x86: Booting SMP configuration:
jun 13 16:11:32 manjone-KalK kernel: .... node  #0, CPUs:      #1
jun 13 16:11:32 manjone-KalK kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
jun 13 16:11:32 manjone-KalK kernel:  #2 #3
jun 13 16:11:32 manjone-KalK kernel: smp: Brought up 1 node, 4 CPUs
jun 13 16:11:32 manjone-KalK kernel: smpboot: Max logical packages: 2
jun 13 16:11:32 manjone-KalK kernel: smpboot: Total of 4 processors activated (20224.31 BogoMIPS)
jun 13 16:11:32 manjone-KalK kernel: devtmpfs: initialized
jun 13 16:11:32 manjone-KalK kernel: x86/mm: Memory block size: 128MB
jun 13 16:11:32 manjone-KalK kernel: PM: Registering ACPI NVS region [mem 0xbf6cf000-0xbf7cefff] (1048576 bytes)
jun 13 16:11:32 manjone-KalK kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
jun 13 16:11:32 manjone-KalK kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
jun 13 16:11:32 manjone-KalK kernel: pinctrl core: initialized pinctrl subsystem
jun 13 16:11:32 manjone-KalK kernel: PM: RTC time: 14:11:19, date: 2021-06-13
jun 13 16:11:32 manjone-KalK kernel: NET: Registered protocol family 16
jun 13 16:11:32 manjone-KalK kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
jun 13 16:11:32 manjone-KalK kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
jun 13 16:11:32 manjone-KalK kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
jun 13 16:11:32 manjone-KalK kernel: audit: initializing netlink subsys (disabled)
jun 13 16:11:32 manjone-KalK kernel: audit: type=2000 audit(1623593479.139:1): state=initialized audit_enabled=0 res=1
jun 13 16:11:32 manjone-KalK kernel: thermal_sys: Registered thermal governor 'fair_share'
jun 13 16:11:32 manjone-KalK kernel: thermal_sys: Registered thermal governor 'bang_bang'
jun 13 16:11:32 manjone-KalK kernel: thermal_sys: Registered thermal governor 'step_wise'
jun 13 16:11:32 manjone-KalK kernel: thermal_sys: Registered thermal governor 'user_space'
jun 13 16:11:32 manjone-KalK kernel: thermal_sys: Registered thermal governor 'power_allocator'
jun 13 16:11:32 manjone-KalK kernel: cpuidle: using governor ladder
jun 13 16:11:32 manjone-KalK kernel: cpuidle: using governor menu
jun 13 16:11:32 manjone-KalK kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
jun 13 16:11:32 manjone-KalK kernel: ACPI: bus type PCI registered
jun 13 16:11:32 manjone-KalK kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
jun 13 16:11:32 manjone-KalK kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
jun 13 16:11:32 manjone-KalK kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
jun 13 16:11:32 manjone-KalK kernel: PCI: Using configuration type 1 for base access
jun 13 16:11:32 manjone-KalK kernel: mtrr: your CPUs had inconsistent variable MTRR settings
jun 13 16:11:32 manjone-KalK kernel: mtrr: probably your BIOS does not setup all CPUs.
jun 13 16:11:32 manjone-KalK kernel: mtrr: corrected configuration.
jun 13 16:11:32 manjone-KalK kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
jun 13 16:11:32 manjone-KalK kernel: ACPI: Added _OSI(Module Device)
jun 13 16:11:32 manjone-KalK kernel: ACPI: Added _OSI(Processor Device)
jun 13 16:11:32 manjone-KalK kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
jun 13 16:11:32 manjone-KalK kernel: ACPI: Added _OSI(Processor Aggregator Device)
jun 13 16:11:32 manjone-KalK kernel: ACPI: Added _OSI(Linux-Dell-Video)
jun 13 16:11:32 manjone-KalK kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
jun 13 16:11:32 manjone-KalK kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
jun 13 16:11:32 manjone-KalK kernel: ACPI: 7 ACPI AML tables successfully acquired and loaded
jun 13 16:11:32 manjone-KalK kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
jun 13 16:11:32 manjone-KalK kernel: ACPI: Dynamic OEM Table Load:
jun 13 16:11:32 manjone-KalK kernel: ACPI: SSDT 0xFFFF8D6F74530800 00047D (v01 PmRef  Cpu0Ist  00003000 INTL 20060912)
jun 13 16:11:32 manjone-KalK kernel: ACPI: Dynamic OEM Table Load:
jun 13 16:11:32 manjone-KalK kernel: ACPI: SSDT 0xFFFF8D6F7407F000 0008AA (v01 PmRef  Cpu0Cst  00003001 INTL 20060912)
jun 13 16:11:32 manjone-KalK kernel: ACPI: Dynamic OEM Table Load:
jun 13 16:11:32 manjone-KalK kernel: ACPI: SSDT 0xFFFF8D6F746C2000 000303 (v01 PmRef  ApIst    00003000 INTL 20060912)
jun 13 16:11:32 manjone-KalK kernel: ACPI: Dynamic OEM Table Load:
jun 13 16:11:32 manjone-KalK kernel: ACPI: SSDT 0xFFFF8D6F740F3800 000119 (v01 PmRef  ApCst    00003000 INTL 20060912)
jun 13 16:11:32 manjone-KalK kernel: ACPI: EC: EC started
jun 13 16:11:32 manjone-KalK kernel: ACPI: EC: interrupt blocked
jun 13 16:11:32 manjone-KalK kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
jun 13 16:11:32 manjone-KalK kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
jun 13 16:11:32 manjone-KalK kernel: ACPI: Interpreter enabled
jun 13 16:11:32 manjone-KalK kernel: ACPI: (supports S0 S3 S4 S5)
jun 13 16:11:32 manjone-KalK kernel: ACPI: Using IOAPIC for interrupt routing
jun 13 16:11:32 manjone-KalK kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
jun 13 16:11:32 manjone-KalK kernel: ACPI: Enabled 9 GPEs in block 00 to 3F
jun 13 16:11:32 manjone-KalK kernel: ACPI: Power Resource [APPR] (off)
jun 13 16:11:32 manjone-KalK kernel: ACPI: Power Resource [COMP] (on)
jun 13 16:11:32 manjone-KalK kernel: ACPI: Power Resource [LPP] (on)
jun 13 16:11:32 manjone-KalK kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
jun 13 16:11:32 manjone-KalK kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
jun 13 16:11:32 manjone-KalK kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
jun 13 16:11:32 manjone-KalK kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
jun 13 16:11:32 manjone-KalK kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
jun 13 16:11:32 manjone-KalK kernel: PCI host bridge to bus 0000:00
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfedfffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:00.0: DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd0604000-0xd060400f 64bit]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xd0609000-0xd06093ff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xd0600000-0xd0603fff 64bit]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xd0608000-0xd06083ff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1f.0: [8086:3b0b] type 00 class 0x060100
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1f.2: [8086:3b2f] type 00 class 0x010601
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1f.2: reg 0x10: [io  0x4028-0x402f]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1f.2: reg 0x14: [io  0x4034-0x4037]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1f.2: reg 0x18: [io  0x4020-0x4027]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x4030-0x4033]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1f.2: reg 0x20: [io  0x4000-0x401f]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xd0607000-0xd06077ff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1f.2: PME# supported from D3hot
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.0: [1002:68e0] type 00 class 0x030000
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.0: reg 0x18: [mem 0xd0500000-0xd051ffff 64bit]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.0: reg 0x20: [io  0x3000-0x30ff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.0: enabling Extended Tags
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.0: supports D1 D2
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.1: [1002:aa68] type 00 class 0x040300
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.1: reg 0x10: [mem 0xd0520000-0xd0523fff 64bit]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.1: enabling Extended Tags
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.1: supports D1 D2
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:01.0:   bridge window [mem 0xd0500000-0xd05fffff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.0:   bridge window [mem 0xd0400000-0xd04fffff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:03:00.0: [1814:3090] type 00 class 0x028000
jun 13 16:11:32 manjone-KalK kernel: pci 0000:03:00.0: reg 0x10: [mem 0xd0300000-0xd030ffff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.3:   bridge window [mem 0xd0300000-0xd03fffff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
jun 13 16:11:32 manjone-KalK kernel: pci 0000:04:00.0: reg 0x10: [io  0x2000-0x20ff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:04:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:04:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:04:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:04:00.0: supports D1 D2
jun 13 16:11:32 manjone-KalK kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.5: PCI bridge to [bus 04]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.5:   bridge window [mem 0xd0200000-0xd02fffff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.5:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:05: extended config space not accessible
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1e.0:   bridge window [mem 0xd0100000-0xd01fffff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff window] (subtractive decode)
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfedfffff window] (subtractive decode)
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1e.0:   bridge window [mem 0xfee01000-0xffffffff window] (subtractive decode)
jun 13 16:11:32 manjone-KalK kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
jun 13 16:11:32 manjone-KalK kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 11 12 14 15)
jun 13 16:11:32 manjone-KalK kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
jun 13 16:11:32 manjone-KalK kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
jun 13 16:11:32 manjone-KalK kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
jun 13 16:11:32 manjone-KalK kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
jun 13 16:11:32 manjone-KalK kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
jun 13 16:11:32 manjone-KalK kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
jun 13 16:11:32 manjone-KalK kernel: ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
jun 13 16:11:32 manjone-KalK kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
jun 13 16:11:32 manjone-KalK kernel: PCI host bridge to bus 0000:ff
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:ff: root bus resource [bus ff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
jun 13 16:11:32 manjone-KalK kernel: pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
jun 13 16:11:32 manjone-KalK kernel: pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
jun 13 16:11:32 manjone-KalK kernel: pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
jun 13 16:11:32 manjone-KalK kernel: pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
jun 13 16:11:32 manjone-KalK kernel: pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
jun 13 16:11:32 manjone-KalK kernel: ACPI: EC: interrupt unblocked
jun 13 16:11:32 manjone-KalK kernel: ACPI: EC: event unblocked
jun 13 16:11:32 manjone-KalK kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
jun 13 16:11:32 manjone-KalK kernel: ACPI: EC: GPE=0x16
jun 13 16:11:32 manjone-KalK kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
jun 13 16:11:32 manjone-KalK kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
jun 13 16:11:32 manjone-KalK kernel: iommu: Default domain type: Translated 
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.0: vgaarb: bridge control possible
jun 13 16:11:32 manjone-KalK kernel: vgaarb: loaded
jun 13 16:11:32 manjone-KalK kernel: SCSI subsystem initialized
jun 13 16:11:32 manjone-KalK kernel: libata version 3.00 loaded.
jun 13 16:11:32 manjone-KalK kernel: ACPI: bus type USB registered
jun 13 16:11:32 manjone-KalK kernel: usbcore: registered new interface driver usbfs
jun 13 16:11:32 manjone-KalK kernel: usbcore: registered new interface driver hub
jun 13 16:11:32 manjone-KalK kernel: usbcore: registered new device driver usb
jun 13 16:11:32 manjone-KalK kernel: pps_core: LinuxPPS API ver. 1 registered
jun 13 16:11:32 manjone-KalK kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
jun 13 16:11:32 manjone-KalK kernel: PTP clock support registered
jun 13 16:11:32 manjone-KalK kernel: EDAC MC: Ver: 3.0.0
jun 13 16:11:32 manjone-KalK kernel: NetLabel: Initializing
jun 13 16:11:32 manjone-KalK kernel: NetLabel:  domain hash size = 128
jun 13 16:11:32 manjone-KalK kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
jun 13 16:11:32 manjone-KalK kernel: NetLabel:  unlabeled traffic allowed by default
jun 13 16:11:32 manjone-KalK kernel: PCI: Using ACPI for IRQ routing
jun 13 16:11:32 manjone-KalK kernel: PCI: pci_cache_line_size set to 64 bytes
jun 13 16:11:32 manjone-KalK kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
jun 13 16:11:32 manjone-KalK kernel: e820: reserve RAM buffer [mem 0xbefcf000-0xbfffffff]
jun 13 16:11:32 manjone-KalK kernel: e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
jun 13 16:11:32 manjone-KalK kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
jun 13 16:11:32 manjone-KalK kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
jun 13 16:11:32 manjone-KalK kernel: clocksource: Switched to clocksource tsc-early
jun 13 16:11:32 manjone-KalK kernel: VFS: Disk quotas dquot_6.6.0
jun 13 16:11:32 manjone-KalK kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
jun 13 16:11:32 manjone-KalK kernel: AppArmor: AppArmor Filesystem Enabled
jun 13 16:11:32 manjone-KalK kernel: pnp: PnP ACPI init
jun 13 16:11:32 manjone-KalK kernel: system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:00: [mem 0xfed10000-0xfed13fff] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:00: [mem 0xfed1b000-0xfed1bfff] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:00: [mem 0xd0700000-0xd0700fff] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
jun 13 16:11:32 manjone-KalK kernel: system 00:01: [io  0xfe00-0xfe0f] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:01: [io  0xfe80-0xfe8f] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
jun 13 16:11:32 manjone-KalK kernel: system 00:02: [io  0x0200-0x027f] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:02: [io  0x1000-0x100f] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:02: [io  0xffff] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:02: [io  0xffff] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:02: [io  0x0400-0x047f] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:02: [io  0x0500-0x057f] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:02: [io  0xef80-0xef9f] has been reserved
jun 13 16:11:32 manjone-KalK kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
jun 13 16:11:32 manjone-KalK kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
jun 13 16:11:32 manjone-KalK kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
jun 13 16:11:32 manjone-KalK kernel: pnp 00:05: Plug and Play ACPI device, IDs SYN016a SYN0100 SYN0002 PNP0f13 (active)
jun 13 16:11:32 manjone-KalK kernel: pnp: PnP ACPI: found 6 devices
jun 13 16:11:32 manjone-KalK kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
jun 13 16:11:32 manjone-KalK kernel: NET: Registered protocol family 2
jun 13 16:11:32 manjone-KalK kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
jun 13 16:11:32 manjone-KalK kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
jun 13 16:11:32 manjone-KalK kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
jun 13 16:11:32 manjone-KalK kernel: TCP: Hash tables configured (established 65536 bind 65536)
jun 13 16:11:32 manjone-KalK kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
jun 13 16:11:32 manjone-KalK kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
jun 13 16:11:32 manjone-KalK kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
jun 13 16:11:32 manjone-KalK kernel: NET: Registered protocol family 1
jun 13 16:11:32 manjone-KalK kernel: NET: Registered protocol family 44
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
jun 13 16:11:32 manjone-KalK kernel: pci 0000:04:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xd0540000-0xd055ffff pref]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:01.0:   bridge window [mem 0xd0500000-0xd05fffff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.0:   bridge window [mem 0xd0400000-0xd04fffff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.3:   bridge window [mem 0xd0300000-0xd03fffff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:04:00.0: BAR 6: assigned [mem 0xd0200000-0xd021ffff pref]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.5: PCI bridge to [bus 04]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.5:   bridge window [mem 0xd0200000-0xd02fffff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1c.5:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1e.0: PCI bridge to [bus 05]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:00:1e.0:   bridge window [mem 0xd0100000-0xd01fffff]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:00: resource 7 [mem 0xc0000000-0xdfffffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfedfffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:00: resource 9 [mem 0xfee01000-0xffffffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:01: resource 1 [mem 0xd0500000-0xd05fffff]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:02: resource 1 [mem 0xd0400000-0xd04fffff]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:03: resource 1 [mem 0xd0300000-0xd03fffff]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:04: resource 1 [mem 0xd0200000-0xd02fffff]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:04: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:05: resource 1 [mem 0xd0100000-0xd01fffff]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:05: resource 7 [mem 0xc0000000-0xdfffffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:05: resource 8 [mem 0xf0000000-0xfedfffff window]
jun 13 16:11:32 manjone-KalK kernel: pci_bus 0000:05: resource 9 [mem 0xfee01000-0xffffffff window]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
jun 13 16:11:32 manjone-KalK kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
jun 13 16:11:32 manjone-KalK kernel: PCI: CLS 64 bytes, default 64
jun 13 16:11:32 manjone-KalK kernel: Trying to unpack rootfs image as initramfs...
jun 13 16:11:32 manjone-KalK kernel: Freeing initrd memory: 16268K
jun 13 16:11:32 manjone-KalK kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
jun 13 16:11:32 manjone-KalK kernel: software IO TLB: mapped [mem 0xbafcf000-0xbefcf000] (64MB)
jun 13 16:11:32 manjone-KalK kernel: check: Scanning for low memory corruption every 60 seconds
jun 13 16:11:32 manjone-KalK kernel: Initialise system trusted keyrings
jun 13 16:11:32 manjone-KalK kernel: Key type blacklist registered
jun 13 16:11:32 manjone-KalK kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
jun 13 16:11:32 manjone-KalK kernel: zbud: loaded
jun 13 16:11:32 manjone-KalK kernel: Key type asymmetric registered
jun 13 16:11:32 manjone-KalK kernel: Asymmetric key parser 'x509' registered
jun 13 16:11:32 manjone-KalK kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
jun 13 16:11:32 manjone-KalK kernel: io scheduler mq-deadline registered
jun 13 16:11:32 manjone-KalK kernel: io scheduler kyber registered
jun 13 16:11:32 manjone-KalK kernel: io scheduler bfq registered
jun 13 16:11:32 manjone-KalK kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 24
jun 13 16:11:32 manjone-KalK kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 25
jun 13 16:11:32 manjone-KalK kernel: pcieport 0000:00:1c.3: PME: Signaling with IRQ 26
jun 13 16:11:32 manjone-KalK kernel: pcieport 0000:00:1c.5: PME: Signaling with IRQ 27
jun 13 16:11:32 manjone-KalK kernel: pcieport 0000:00:1c.5: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
jun 13 16:11:32 manjone-KalK kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
jun 13 16:11:32 manjone-KalK kernel: vesafb: mode is 1366x768x32, linelength=5504, pages=0
jun 13 16:11:32 manjone-KalK kernel: vesafb: scrolling: redraw
jun 13 16:11:32 manjone-KalK kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
jun 13 16:11:32 manjone-KalK kernel: vesafb: framebuffer at 0xc0000000, mapped to 0x(____ptrval____), using 4160k, total 4160k
jun 13 16:11:32 manjone-KalK kernel: fbcon: Deferring console take-over
jun 13 16:11:32 manjone-KalK kernel: fb0: VESA VGA frame buffer device
jun 13 16:11:32 manjone-KalK kernel: intel_idle: MWAIT substates: 0x1120
jun 13 16:11:32 manjone-KalK kernel: intel_idle: v0.5.1 model 0x25
jun 13 16:11:32 manjone-KalK kernel: intel_idle: Local APIC timer is reliable in all C-states
jun 13 16:11:32 manjone-KalK kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
jun 13 16:11:32 manjone-KalK kernel: ACPI: Sleep Button [SLPB]
jun 13 16:11:32 manjone-KalK kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
jun 13 16:11:32 manjone-KalK kernel: ACPI: Lid Switch [LID]
jun 13 16:11:32 manjone-KalK kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
jun 13 16:11:32 manjone-KalK kernel: ACPI: Power Button [PWRF]
jun 13 16:11:32 manjone-KalK kernel: ACPI: Video Device [DGFX] (multi-head: yes  rom: no  post: no)
jun 13 16:11:32 manjone-KalK kernel: acpi device:03: registered as cooling_device0
jun 13 16:11:32 manjone-KalK kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input3
jun 13 16:11:32 manjone-KalK kernel: thermal LNXTHERM:00: registered as thermal_zone0
jun 13 16:11:32 manjone-KalK kernel: ACPI: Thermal Zone [EXTZ] (41 C)
jun 13 16:11:32 manjone-KalK kernel: thermal LNXTHERM:01: registered as thermal_zone1
jun 13 16:11:32 manjone-KalK kernel: ACPI: Thermal Zone [EX2Z] (0 C)
jun 13 16:11:32 manjone-KalK kernel: thermal LNXTHERM:02: registered as thermal_zone2
jun 13 16:11:32 manjone-KalK kernel: ACPI: Thermal Zone [PWMZ] (0 C)
jun 13 16:11:32 manjone-KalK kernel: thermal LNXTHERM:03: registered as thermal_zone3
jun 13 16:11:32 manjone-KalK kernel: ACPI: Thermal Zone [LOCZ] (33 C)
jun 13 16:11:32 manjone-KalK kernel: thermal LNXTHERM:04: registered as thermal_zone4
jun 13 16:11:32 manjone-KalK kernel: ACPI: Thermal Zone [GFXZ] (0 C)
jun 13 16:11:32 manjone-KalK kernel: thermal LNXTHERM:05: registered as thermal_zone5
jun 13 16:11:32 manjone-KalK kernel: ACPI: Thermal Zone [BATZ] (29 C)
jun 13 16:11:32 manjone-KalK kernel: thermal LNXTHERM:06: registered as thermal_zone6
jun 13 16:11:32 manjone-KalK kernel: ACPI: Thermal Zone [EGXZ] (0 C)
jun 13 16:11:32 manjone-KalK kernel: thermal LNXTHERM:07: registered as thermal_zone7
jun 13 16:11:32 manjone-KalK kernel: ACPI: Thermal Zone [CPUZ] (55 C)
jun 13 16:11:32 manjone-KalK kernel: thermal LNXTHERM:08: registered as thermal_zone8
jun 13 16:11:32 manjone-KalK kernel: ACPI: Thermal Zone [MCHZ] (45 C)
jun 13 16:11:32 manjone-KalK kernel: thermal LNXTHERM:09: registered as thermal_zone9
jun 13 16:11:32 manjone-KalK kernel: ACPI: Thermal Zone [PCHZ] (59 C)
jun 13 16:11:32 manjone-KalK kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
jun 13 16:11:32 manjone-KalK kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
jun 13 16:11:32 manjone-KalK kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
jun 13 16:11:32 manjone-KalK kernel: ahci 0000:00:1f.2: version 3.0
jun 13 16:11:32 manjone-KalK kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
jun 13 16:11:32 manjone-KalK kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x13 impl SATA mode
jun 13 16:11:32 manjone-KalK kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst 
jun 13 16:11:32 manjone-KalK kernel: scsi host0: ahci
jun 13 16:11:32 manjone-KalK kernel: scsi host1: ahci
jun 13 16:11:32 manjone-KalK kernel: scsi host2: ahci
jun 13 16:11:32 manjone-KalK kernel: scsi host3: ahci
jun 13 16:11:32 manjone-KalK kernel: scsi host4: ahci
jun 13 16:11:32 manjone-KalK kernel: scsi host5: ahci
jun 13 16:11:32 manjone-KalK kernel: ata1: SATA max UDMA/133 abar m2048@0xd0607000 port 0xd0607100 irq 28
jun 13 16:11:32 manjone-KalK kernel: ata2: SATA max UDMA/133 abar m2048@0xd0607000 port 0xd0607180 irq 28
jun 13 16:11:32 manjone-KalK kernel: ata3: DUMMY
jun 13 16:11:32 manjone-KalK kernel: ata4: DUMMY
jun 13 16:11:32 manjone-KalK kernel: ata5: SATA max UDMA/133 abar m2048@0xd0607000 port 0xd0607300 irq 28
jun 13 16:11:32 manjone-KalK kernel: ata6: DUMMY
jun 13 16:11:32 manjone-KalK kernel: usbcore: registered new interface driver usbserial_generic
jun 13 16:11:32 manjone-KalK kernel: usbserial: USB Serial support registered for generic
jun 13 16:11:32 manjone-KalK kernel: rtc_cmos 00:03: RTC can wake from S4
jun 13 16:11:32 manjone-KalK kernel: rtc_cmos 00:03: registered as rtc0
jun 13 16:11:32 manjone-KalK kernel: rtc_cmos 00:03: setting system clock to 2021-06-13T14:11:20 UTC (1623593480)
jun 13 16:11:32 manjone-KalK kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
jun 13 16:11:32 manjone-KalK kernel: intel_pstate: CPU model not supported
jun 13 16:11:32 manjone-KalK kernel: ledtrig-cpu: registered to indicate activity on CPUs
jun 13 16:11:32 manjone-KalK kernel: ashmem: initialized
jun 13 16:11:32 manjone-KalK kernel: drop_monitor: Initializing network drop monitor service
jun 13 16:11:32 manjone-KalK kernel: NET: Registered protocol family 10
jun 13 16:11:32 manjone-KalK kernel: Segment Routing with IPv6
jun 13 16:11:32 manjone-KalK kernel: RPL Segment Routing with IPv6
jun 13 16:11:32 manjone-KalK kernel: NET: Registered protocol family 17
jun 13 16:11:32 manjone-KalK kernel: microcode: sig=0x20655, pf=0x10, revision=0x7
jun 13 16:11:32 manjone-KalK kernel: microcode: Microcode Update Driver: v2.2.
jun 13 16:11:32 manjone-KalK kernel: IPI shorthand broadcast: enabled
jun 13 16:11:32 manjone-KalK kernel: sched_clock: Marking stable (1146196712, 329880)->(1152035336, -5508744)
jun 13 16:11:32 manjone-KalK kernel: registered taskstats version 1
jun 13 16:11:32 manjone-KalK kernel: Loading compiled-in X.509 certificates
jun 13 16:11:32 manjone-KalK kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 9d03c4d841bf08bdacc38e7fc2cd16df39302a02'
jun 13 16:11:32 manjone-KalK kernel: zswap: loaded using pool zstd/z3fold
jun 13 16:11:32 manjone-KalK kernel: Key type ._fscrypt registered
jun 13 16:11:32 manjone-KalK kernel: Key type .fscrypt registered
jun 13 16:11:32 manjone-KalK kernel: Key type fscrypt-provisioning registered
jun 13 16:11:32 manjone-KalK kernel: AppArmor: AppArmor sha1 policy hashing enabled
jun 13 16:11:32 manjone-KalK kernel: PM:   Magic number: 9:78:182
jun 13 16:11:32 manjone-KalK kernel: acpi device:41: hash matches
jun 13 16:11:32 manjone-KalK kernel: RAS: Correctable Errors collector initialized.
jun 13 16:11:32 manjone-KalK kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
jun 13 16:11:32 manjone-KalK kernel: ata1.00: unexpected _GTF length (8)
jun 13 16:11:32 manjone-KalK kernel: ata1.00: ATA-9: Intenso SSD SATAIII, S0424A0, max UDMA/133
jun 13 16:11:32 manjone-KalK kernel: ata1.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32), AA
jun 13 16:11:32 manjone-KalK kernel: ata1.00: unexpected _GTF length (8)
jun 13 16:11:32 manjone-KalK kernel: ata1.00: configured for UDMA/133
jun 13 16:11:32 manjone-KalK kernel: scsi 0:0:0:0: Direct-Access     ATA      Intenso SSD SATA 4A0  PQ: 0 ANSI: 5
jun 13 16:11:32 manjone-KalK kernel: sd 0:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
jun 13 16:11:32 manjone-KalK kernel: sd 0:0:0:0: [sda] Write Protect is off
jun 13 16:11:32 manjone-KalK kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
jun 13 16:11:32 manjone-KalK kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
jun 13 16:11:32 manjone-KalK kernel:  sda: sda1 sda2
jun 13 16:11:32 manjone-KalK kernel: sd 0:0:0:0: [sda] Attached SCSI disk
jun 13 16:11:32 manjone-KalK kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
jun 13 16:11:32 manjone-KalK kernel: ata2.00: unexpected _GTF length (8)
jun 13 16:11:32 manjone-KalK kernel: ata2.00: ATAPI: hp      DVDRAM GT31L, mP01, max UDMA/100
jun 13 16:11:32 manjone-KalK kernel: ata2.00: unexpected _GTF length (8)
jun 13 16:11:32 manjone-KalK kernel: ata2.00: configured for UDMA/100
jun 13 16:11:32 manjone-KalK kernel: scsi 1:0:0:0: CD-ROM            hp       DVDRAM GT31L     mP01 PQ: 0 ANSI: 5
jun 13 16:11:32 manjone-KalK kernel: tsc: Refined TSC clocksource calibration: 2526.999 MHz
jun 13 16:11:32 manjone-KalK kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x246cdab5d1d, max_idle_ns: 440795263955 ns
jun 13 16:11:32 manjone-KalK kernel: clocksource: Switched to clocksource tsc
jun 13 16:11:32 manjone-KalK kernel: ata5: SATA link down (SStatus 0 SControl 300)
jun 13 16:11:32 manjone-KalK kernel: Freeing unused decrypted memory: 2040K
jun 13 16:11:32 manjone-KalK kernel: Freeing unused kernel image (initmem) memory: 1664K
jun 13 16:11:32 manjone-KalK kernel: Write protecting the kernel read-only data: 22528k
jun 13 16:11:32 manjone-KalK kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
jun 13 16:11:32 manjone-KalK kernel: Freeing unused kernel image (rodata/data gap) memory: 1384K
jun 13 16:11:32 manjone-KalK kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
jun 13 16:11:32 manjone-KalK kernel: x86/mm: Checking user space page tables
jun 13 16:11:32 manjone-KalK kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
jun 13 16:11:32 manjone-KalK kernel: Run /init as init process
jun 13 16:11:32 manjone-KalK kernel:   with arguments:
jun 13 16:11:32 manjone-KalK kernel:     /init
jun 13 16:11:32 manjone-KalK kernel:   with environment:
jun 13 16:11:32 manjone-KalK kernel:     HOME=/
jun 13 16:11:32 manjone-KalK kernel:     TERM=linux
jun 13 16:11:32 manjone-KalK kernel:     BOOT_IMAGE=/boot/vmlinuz-5.9-x86_64
jun 13 16:11:32 manjone-KalK kernel:     cryptdevice=UUID=5403d2f4-15d4-4164-b22c-9edd31160ea5:luks-5403d2f4-15d4-4164-b22c-9edd31160ea5
jun 13 16:11:32 manjone-KalK kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
jun 13 16:11:32 manjone-KalK kernel: i8042: Detected active multiplexing controller, rev 1.1
jun 13 16:11:32 manjone-KalK kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
jun 13 16:11:32 manjone-KalK kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
jun 13 16:11:32 manjone-KalK kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
jun 13 16:11:32 manjone-KalK kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
jun 13 16:11:32 manjone-KalK kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
jun 13 16:11:32 manjone-KalK kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
jun 13 16:11:32 manjone-KalK kernel: ehci-pci: EHCI PCI platform driver
jun 13 16:11:32 manjone-KalK kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
jun 13 16:11:32 manjone-KalK kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
jun 13 16:11:32 manjone-KalK kernel: ehci-pci 0000:00:1a.0: debug port 2
jun 13 16:11:32 manjone-KalK kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
jun 13 16:11:32 manjone-KalK kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xd0609000
jun 13 16:11:32 manjone-KalK kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
jun 13 16:11:32 manjone-KalK kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
jun 13 16:11:32 manjone-KalK kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
jun 13 16:11:32 manjone-KalK kernel: usb usb1: Product: EHCI Host Controller
jun 13 16:11:32 manjone-KalK kernel: usb usb1: Manufacturer: Linux 5.9.16-1-MANJARO ehci_hcd
jun 13 16:11:32 manjone-KalK kernel: usb usb1: SerialNumber: 0000:00:1a.0
jun 13 16:11:32 manjone-KalK kernel: hub 1-0:1.0: USB hub found
jun 13 16:11:32 manjone-KalK kernel: hub 1-0:1.0: 2 ports detected
jun 13 16:11:32 manjone-KalK kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
jun 13 16:11:32 manjone-KalK kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
jun 13 16:11:32 manjone-KalK kernel: ehci-pci 0000:00:1d.0: debug port 2
jun 13 16:11:32 manjone-KalK kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
jun 13 16:11:32 manjone-KalK kernel: ehci-pci 0000:00:1d.0: irq 20, io mem 0xd0608000
jun 13 16:11:32 manjone-KalK kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
jun 13 16:11:32 manjone-KalK kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
jun 13 16:11:32 manjone-KalK kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
jun 13 16:11:32 manjone-KalK kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
jun 13 16:11:32 manjone-KalK kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
jun 13 16:11:32 manjone-KalK kernel: usb usb2: Product: EHCI Host Controller
jun 13 16:11:32 manjone-KalK kernel: usb usb2: Manufacturer: Linux 5.9.16-1-MANJARO ehci_hcd
jun 13 16:11:32 manjone-KalK kernel: usb usb2: SerialNumber: 0000:00:1d.0
jun 13 16:11:32 manjone-KalK kernel: hub 2-0:1.0: USB hub found
jun 13 16:11:32 manjone-KalK kernel: hub 2-0:1.0: 2 ports detected
jun 13 16:11:32 manjone-KalK kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
jun 13 16:11:32 manjone-KalK kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
jun 13 16:11:32 manjone-KalK kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
jun 13 16:11:32 manjone-KalK kernel: device-mapper: uevent: version 1.0.3
jun 13 16:11:32 manjone-KalK kernel: device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
jun 13 16:11:32 manjone-KalK kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
jun 13 16:11:32 manjone-KalK kernel: Key type encrypted registered
jun 13 16:11:32 manjone-KalK kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0020, bcdDevice= 0.00
jun 13 16:11:32 manjone-KalK kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
jun 13 16:11:32 manjone-KalK kernel: hub 1-1:1.0: USB hub found
jun 13 16:11:32 manjone-KalK kernel: hub 1-1:1.0: 6 ports detected
jun 13 16:11:32 manjone-KalK kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0020, bcdDevice= 0.00
jun 13 16:11:32 manjone-KalK kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
jun 13 16:11:32 manjone-KalK kernel: hub 2-1:1.0: USB hub found
jun 13 16:11:32 manjone-KalK kernel: hub 2-1:1.0: 8 ports detected
jun 13 16:11:32 manjone-KalK kernel: usb 1-1.5: new high-speed USB device number 3 using ehci-pci
jun 13 16:11:32 manjone-KalK kernel: usb 1-1.5: New USB device found, idVendor=05c8, idProduct=0403, bcdDevice= 1.06
jun 13 16:11:32 manjone-KalK kernel: usb 1-1.5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
jun 13 16:11:32 manjone-KalK kernel: usb 1-1.5: Product: HP Webcam [2 MP Fixed]
jun 13 16:11:32 manjone-KalK kernel: usb 1-1.5: Manufacturer: Foxlink
jun 13 16:11:32 manjone-KalK kernel: usb 1-1.5: SerialNumber: 200909240102
jun 13 16:11:32 manjone-KalK kernel: random: cryptsetup: uninitialized urandom read (2 bytes read)
jun 13 16:11:32 manjone-KalK kernel: cryptd: max_cpu_qlen set to 1000
jun 13 16:11:32 manjone-KalK kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
jun 13 16:11:32 manjone-KalK kernel: random: cryptsetup: uninitialized urandom read (2 bytes read)
jun 13 16:11:32 manjone-KalK kernel: PM: Image not found (code -22)
jun 13 16:11:32 manjone-KalK kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
jun 13 16:11:32 manjone-KalK kernel: random: fast init done
jun 13 16:11:32 manjone-KalK systemd[1]: systemd 247.7-1-manjaro running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
jun 13 16:11:32 manjone-KalK systemd[1]: Detected architecture x86-64.
jun 13 16:11:32 manjone-KalK systemd[1]: Set hostname to <manjone-KalK>.
jun 13 16:11:32 manjone-KalK kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
jun 13 16:11:32 manjone-KalK systemd[1]: Queued start job for default target Graphical Interface.
jun 13 16:11:32 manjone-KalK kernel: random: systemd: uninitialized urandom read (16 bytes read)
jun 13 16:11:32 manjone-KalK systemd[1]: Created slice system-getty.slice.
jun 13 16:11:32 manjone-KalK kernel: random: systemd: uninitialized urandom read (16 bytes read)
jun 13 16:11:32 manjone-KalK systemd[1]: Created slice system-modprobe.slice.
jun 13 16:11:32 manjone-KalK systemd[1]: Created slice Cryptsetup Units Slice.
jun 13 16:11:32 manjone-KalK systemd[1]: Created slice User and Session Slice.
jun 13 16:11:32 manjone-KalK systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
jun 13 16:11:32 manjone-KalK systemd[1]: Started Forward Password Requests to Wall Directory Watch.
jun 13 16:11:32 manjone-KalK systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
jun 13 16:11:32 manjone-KalK systemd[1]: Reached target Login Prompts.
jun 13 16:11:32 manjone-KalK systemd[1]: Reached target Remote File Systems.
jun 13 16:11:32 manjone-KalK systemd[1]: Reached target Slices.
jun 13 16:11:32 manjone-KalK systemd[1]: Listening on Device-mapper event daemon FIFOs.
jun 13 16:11:32 manjone-KalK systemd[1]: Listening on LVM2 poll daemon socket.
jun 13 16:11:32 manjone-KalK systemd[1]: Listening on Process Core Dump Socket.
jun 13 16:11:32 manjone-KalK systemd[1]: Listening on Journal Audit Socket.
jun 13 16:11:32 manjone-KalK systemd[1]: Listening on Journal Socket (/dev/log).
jun 13 16:11:32 manjone-KalK systemd[1]: Listening on Journal Socket.
jun 13 16:11:32 manjone-KalK systemd[1]: Listening on udev Control Socket.
jun 13 16:11:32 manjone-KalK systemd[1]: Listening on udev Kernel Socket.
jun 13 16:11:32 manjone-KalK systemd[1]: Mounting Huge Pages File System...
jun 13 16:11:32 manjone-KalK systemd[1]: Mounting POSIX Message Queue File System...
jun 13 16:11:32 manjone-KalK systemd[1]: Mounting Kernel Debug File System...
jun 13 16:11:32 manjone-KalK systemd[1]: Mounting Kernel Trace File System...
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Load AppArmor profiles...
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Create list of static device nodes for the current kernel...
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Load Kernel Module configfs...
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Load Kernel Module drm...
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Load Kernel Module fuse...
jun 13 16:11:32 manjone-KalK systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
jun 13 16:11:32 manjone-KalK systemd[1]: Starting File System Check on Root Device...
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Load Kernel Modules...
jun 13 16:11:32 manjone-KalK systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Coldplug All udev Devices...
jun 13 16:11:32 manjone-KalK systemd[1]: Mounted Huge Pages File System.
jun 13 16:11:32 manjone-KalK systemd[1]: Mounted POSIX Message Queue File System.
jun 13 16:11:32 manjone-KalK systemd[1]: Mounted Kernel Debug File System.
jun 13 16:11:32 manjone-KalK systemd[1]: Mounted Kernel Trace File System.
jun 13 16:11:32 manjone-KalK systemd[1]: Finished Create list of static device nodes for the current kernel.
jun 13 16:11:32 manjone-KalK systemd[1]: modprobe@configfs.service: Succeeded.
jun 13 16:11:32 manjone-KalK systemd[1]: Finished Load Kernel Module configfs.
jun 13 16:11:32 manjone-KalK systemd[1]: Mounting Kernel Configuration File System...
jun 13 16:11:32 manjone-KalK kernel: fuse: init (API version 7.31)
jun 13 16:11:32 manjone-KalK kernel: Linux agpgart interface v0.103
jun 13 16:11:32 manjone-KalK systemd[1]: modprobe@fuse.service: Succeeded.
jun 13 16:11:32 manjone-KalK systemd[1]: Finished Load Kernel Module fuse.
jun 13 16:11:32 manjone-KalK systemd[1]: Mounted Kernel Configuration File System.
jun 13 16:11:32 manjone-KalK systemd[1]: Mounting FUSE Control File System...
jun 13 16:11:32 manjone-KalK systemd[1]: Finished Load Kernel Modules.
jun 13 16:11:32 manjone-KalK systemd[1]: Mounted FUSE Control File System.
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Apply Kernel Variables...
jun 13 16:11:32 manjone-KalK systemd[1]: Finished File System Check on Root Device.
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Remount Root and Kernel File Systems...
jun 13 16:11:32 manjone-KalK systemd[1]: Finished Apply Kernel Variables.
jun 13 16:11:32 manjone-KalK kernel: EXT4-fs (dm-0): re-mounted. Opts: (null)
jun 13 16:11:32 manjone-KalK systemd[1]: Starting CLI Netfilter Manager...
jun 13 16:11:32 manjone-KalK systemd[1]: modprobe@drm.service: Succeeded.
jun 13 16:11:32 manjone-KalK systemd[1]: Finished Load Kernel Module drm.
jun 13 16:11:32 manjone-KalK systemd[1]: Finished Remount Root and Kernel File Systems.
jun 13 16:11:32 manjone-KalK systemd[1]: Condition check resulted in First Boot Wizard being skipped.
jun 13 16:11:32 manjone-KalK systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Load/Save Random Seed...
jun 13 16:11:32 manjone-KalK systemd[1]: Condition check resulted in Create System Users being skipped.
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Create Static Device Nodes in /dev...
jun 13 16:11:32 manjone-KalK systemd[1]: Finished CLI Netfilter Manager.
jun 13 16:11:32 manjone-KalK systemd[1]: Finished Create Static Device Nodes in /dev.
jun 13 16:11:32 manjone-KalK systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Journal Service...
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Rule-based Manager for Device Events and Files...
jun 13 16:11:32 manjone-KalK systemd[1]: Finished Coldplug All udev Devices.
jun 13 16:11:32 manjone-KalK kernel: audit: type=1400 audit(1623593492.136:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=301 comm="apparmor_parser"
jun 13 16:11:32 manjone-KalK systemd[1]: Started Rule-based Manager for Device Events and Files.
jun 13 16:11:32 manjone-KalK kernel: audit: type=1130 audit(1623593492.230:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:32 manjone-KalK systemd-journald[309]: Journal started
jun 13 16:11:32 manjone-KalK systemd-journald[309]: Runtime Journal (/run/log/journal/53bf15876d8045deb09c20360b20e4b3) is 8.0M, max 290.0M, 282.0M free.
jun 13 16:11:32 manjone-KalK audit[301]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=301 comm="apparmor_parser"
jun 13 16:11:32 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:31 manjone-KalK systemd-modules-load[285]: Inserted module 'crypto_user'
jun 13 16:11:32 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:31 manjone-KalK systemd-modules-load[285]: Inserted module 'uinput'
jun 13 16:11:31 manjone-KalK systemd-sysctl[293]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
jun 13 16:11:31 manjone-KalK systemd-sysctl[293]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
jun 13 16:11:31 manjone-KalK systemd-sysctl[293]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
jun 13 16:11:32 manjone-KalK apparmor.systemd[277]: Restarting AppArmor
jun 13 16:11:32 manjone-KalK apparmor.systemd[277]: Reloading AppArmor profiles
jun 13 16:11:32 manjone-KalK systemd[1]: Started Journal Service.
jun 13 16:11:32 manjone-KalK kernel: audit: type=1130 audit(1623593492.233:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:31 manjone-KalK systemd-sysctl[293]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
jun 13 16:11:31 manjone-KalK systemd-sysctl[293]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
jun 13 16:11:31 manjone-KalK systemd-sysctl[293]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
jun 13 16:11:32 manjone-KalK systemd-random-seed[302]: Kernel entropy pool is not initialized yet, waiting until it is.
jun 13 16:11:32 manjone-KalK systemd[1]: Starting Flush Journal to Persistent Storage...
jun 13 16:11:32 manjone-KalK systemd-fsck[288]: /dev/mapper/luks-5403d2f4-15d4-4164-b22c-9edd31160ea5: clean, 333311/28729344 files, 5238543/114904612 blocks
jun 13 16:11:32 manjone-KalK ufw-init[307]: Skip starting firewall: ufw (not enabled)
jun 13 16:11:32 manjone-KalK haveged[308]: haveged: command socket is listening at fd 3
jun 13 16:11:32 manjone-KalK systemd-journald[309]: Time spent on flushing to /var/log/journal/53bf15876d8045deb09c20360b20e4b3 is 291.578ms for 807 entries.
jun 13 16:11:32 manjone-KalK systemd-journald[309]: System Journal (/var/log/journal/53bf15876d8045deb09c20360b20e4b3) is 104.0M, max 4.0G, 3.8G free.
jun 13 16:11:32 manjone-KalK kernel: audit: type=1400 audit(1623593492.410:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=299 comm="apparmor_parser"
jun 13 16:11:32 manjone-KalK kernel: audit: type=1400 audit(1623593492.413:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=299 comm="apparmor_parser"
jun 13 16:11:32 manjone-KalK audit[299]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=299 comm="apparmor_parser"
jun 13 16:11:32 manjone-KalK audit[299]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=299 comm="apparmor_parser"
jun 13 16:11:32 manjone-KalK haveged[308]: haveged: ver: 1.9.14; arch: x86; vend: GenuineIntel; build: (gcc 10.2.0 ITV); collect: 128K
jun 13 16:11:32 manjone-KalK haveged[308]: haveged: cpu: (L4 VC); data: 32K (L2 L4 V); inst: 32K (L2 L4 V); idx: 24/40; sz: 32154/54019
jun 13 16:11:32 manjone-KalK haveged[308]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B):  last entropy estimate 8.00146
jun 13 16:11:32 manjone-KalK haveged[308]: haveged: fills: 0, generated: 0
jun 13 16:11:32 manjone-KalK systemd[1]: Finished Flush Journal to Persistent Storage.
jun 13 16:11:32 manjone-KalK kernel: random: crng init done
jun 13 16:11:32 manjone-KalK kernel: random: 5 urandom warning(s) missed due to ratelimiting
jun 13 16:11:32 manjone-KalK kernel: audit: type=1130 audit(1623593492.620:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:32 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:32 manjone-KalK systemd[1]: Finished Load/Save Random Seed.
jun 13 16:11:32 manjone-KalK systemd[1]: Condition check resulted in First Boot Complete being skipped.
jun 13 16:11:32 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:32 manjone-KalK kernel: audit: type=1130 audit(1623593492.640:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:32 manjone-KalK kernel: ACPI: AC Adapter [AC] (on-line)
jun 13 16:11:32 manjone-KalK kernel: hp_accel: hardware type HPB452x found
jun 13 16:11:32 manjone-KalK kernel: lis3lv02d: 8 bits sensor found
jun 13 16:11:32 manjone-KalK kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
jun 13 16:11:32 manjone-KalK kernel: input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input9
jun 13 16:11:33 manjone-KalK kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20200717/utaddress-204)
jun 13 16:11:33 manjone-KalK kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
jun 13 16:11:33 manjone-KalK kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200717/utaddress-204)
jun 13 16:11:33 manjone-KalK kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
jun 13 16:11:33 manjone-KalK kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200717/utaddress-204)
jun 13 16:11:33 manjone-KalK kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
jun 13 16:11:33 manjone-KalK kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200717/utaddress-204)
jun 13 16:11:33 manjone-KalK kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
jun 13 16:11:33 manjone-KalK kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
jun 13 16:11:33 manjone-KalK audit[311]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="php-fpm" pid=311 comm="apparmor_parser"
jun 13 16:11:33 manjone-KalK kernel: audit: type=1400 audit(1623593493.046:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="php-fpm" pid=311 comm="apparmor_parser"
jun 13 16:11:33 manjone-KalK audit[337]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-script-login" pid=337 comm="apparmor_parser"
jun 13 16:11:33 manjone-KalK kernel: audit: type=1400 audit(1623593493.080:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-script-login" pid=337 comm="apparmor_parser"
jun 13 16:11:33 manjone-KalK kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
jun 13 16:11:33 manjone-KalK systemd[1]: Found device Intenso_SSD_SATAIII 2.
jun 13 16:11:33 manjone-KalK systemd[1]: Starting Cryptography Setup for luks-1cee0395-584e-47c4-a3a8-1c8c341226b3...
jun 13 16:11:33 manjone-KalK systemd-cryptsetup[359]: Volume luks-1cee0395-584e-47c4-a3a8-1c8c341226b3 already active.
jun 13 16:11:33 manjone-KalK systemd[1]: Finished Cryptography Setup for luks-1cee0395-584e-47c4-a3a8-1c8c341226b3.
jun 13 16:11:33 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-cryptsetup@luks\x2d1cee0395\x2d584e\x2d47c4\x2da3a8\x2d1c8c341226b3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:33 manjone-KalK systemd[1]: Reached target Block Device Preparation for /dev/mapper/luks-1cee0395-584e-47c4-a3a8-1c8c341226b3.
jun 13 16:11:33 manjone-KalK kernel: audit: type=1130 audit(1623593493.203:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-cryptsetup@luks\x2d1cee0395\x2d584e\x2d47c4\x2da3a8\x2d1c8c341226b3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:33 manjone-KalK kernel: input: PC Speaker as /devices/platform/pcspkr/input/input11
jun 13 16:11:33 manjone-KalK systemd[1]: Found device Intenso_SSD_SATAIII 1.
jun 13 16:11:33 manjone-KalK systemd[1]: Starting Cryptography Setup for luks-5403d2f4-15d4-4164-b22c-9edd31160ea5...
jun 13 16:11:33 manjone-KalK systemd-cryptsetup[361]: Volume luks-5403d2f4-15d4-4164-b22c-9edd31160ea5 already active.
jun 13 16:11:33 manjone-KalK systemd[1]: Finished Cryptography Setup for luks-5403d2f4-15d4-4164-b22c-9edd31160ea5.
jun 13 16:11:33 manjone-KalK systemd[1]: Reached target Block Device Preparation for /dev/mapper/luks-5403d2f4-15d4-4164-b22c-9edd31160ea5.
jun 13 16:11:33 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-cryptsetup@luks\x2d5403d2f4\x2d15d4\x2d4164\x2db22c\x2d9edd31160ea5 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:33 manjone-KalK systemd[1]: Reached target Local Encrypted Volumes.
jun 13 16:11:33 manjone-KalK kernel: snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD81B1X5: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
jun 13 16:11:33 manjone-KalK kernel: snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
jun 13 16:11:33 manjone-KalK kernel: snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
jun 13 16:11:33 manjone-KalK kernel: snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
jun 13 16:11:33 manjone-KalK kernel: snd_hda_codec_idt hdaudioC0D0:    inputs:
jun 13 16:11:33 manjone-KalK kernel: snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
jun 13 16:11:33 manjone-KalK kernel: snd_hda_codec_idt hdaudioC0D0:      Mic=0xa
jun 13 16:11:33 manjone-KalK kernel: libphy: Fixed MDIO Bus: probed
jun 13 16:11:33 manjone-KalK systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
jun 13 16:11:33 manjone-KalK systemd[1]: Reached target Local File Systems (Pre).
jun 13 16:11:33 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:33 manjone-KalK systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
jun 13 16:11:33 manjone-KalK kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
jun 13 16:11:33 manjone-KalK kernel: input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
jun 13 16:11:33 manjone-KalK kernel: input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
jun 13 16:11:33 manjone-KalK audit[300]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=300 comm="apparmor_parser"
jun 13 16:11:33 manjone-KalK audit[300]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=300 comm="apparmor_parser"
jun 13 16:11:33 manjone-KalK kernel: r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
jun 13 16:11:33 manjone-KalK kernel: libphy: r8169: probed
jun 13 16:11:33 manjone-KalK kernel: r8169 0000:04:00.0 eth0: RTL8168d/8111d, 64:31:50:09:5b:b2, XID 283, IRQ 32
jun 13 16:11:33 manjone-KalK kernel: r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
jun 13 16:11:33 manjone-KalK systemd[1]: Found device /dev/mapper/luks-1cee0395-584e-47c4-a3a8-1c8c341226b3.
jun 13 16:11:33 manjone-KalK systemd[1]: Activating swap /dev/mapper/luks-1cee0395-584e-47c4-a3a8-1c8c341226b3...
jun 13 16:11:33 manjone-KalK audit[298]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=298 comm="apparmor_parser"
jun 13 16:11:33 manjone-KalK audit[298]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=298 comm="apparmor_parser"
jun 13 16:11:33 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=apparmor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:33 manjone-KalK systemd[1]: Finished Load AppArmor profiles.
jun 13 16:11:33 manjone-KalK systemd[1]: Starting Load AppArmor profiles managed internally by snapd...
jun 13 16:11:33 manjone-KalK kernel: Adding 9225416k swap on /dev/mapper/luks-1cee0395-584e-47c4-a3a8-1c8c341226b3.  Priority:-2 extents:1 across:9225416k SSFS
jun 13 16:11:33 manjone-KalK systemd[1]: Activated swap /dev/mapper/luks-1cee0395-584e-47c4-a3a8-1c8c341226b3.
jun 13 16:11:33 manjone-KalK systemd[1]: Reached target Swap.
jun 13 16:11:33 manjone-KalK systemd[1]: Mounting /tmp...
jun 13 16:11:33 manjone-KalK systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
jun 13 16:11:33 manjone-KalK snapd-apparmor[395]: find: ‘/var/lib/snapd/apparmor/profiles/’: No such file or directory
jun 13 16:11:33 manjone-KalK systemd[1]: Mounted /tmp.
jun 13 16:11:33 manjone-KalK systemd[1]: Reached target Local File Systems.
jun 13 16:11:33 manjone-KalK systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
jun 13 16:11:33 manjone-KalK systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
jun 13 16:11:33 manjone-KalK systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
jun 13 16:11:33 manjone-KalK systemd[1]: Starting Create Volatile Files and Directories...
jun 13 16:11:33 manjone-KalK systemd[1]: Finished Load AppArmor profiles managed internally by snapd.
jun 13 16:11:33 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=snapd.apparmor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:33 manjone-KalK kernel: iTCO_vendor_support: vendor-support=0
jun 13 16:11:33 manjone-KalK systemd[1]: Finished Create Volatile Files and Directories.
jun 13 16:11:33 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:33 manjone-KalK systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
jun 13 16:11:33 manjone-KalK systemd[1]: Condition check resulted in Update is Completed being skipped.
jun 13 16:11:33 manjone-KalK systemd[1]: Starting Update UTMP about System Boot/Shutdown...
jun 13 16:11:33 manjone-KalK kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
jun 13 16:11:33 manjone-KalK kernel: iTCO_wdt: Found a HM57 TCO device (Version=2, TCOBASE=0x0460)
jun 13 16:11:33 manjone-KalK audit[405]: SYSTEM_BOOT pid=405 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
jun 13 16:11:33 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:33 manjone-KalK systemd[1]: Finished Update UTMP about System Boot/Shutdown.
jun 13 16:11:33 manjone-KalK systemd[1]: Reached target System Initialization.
jun 13 16:11:33 manjone-KalK systemd[1]: Started CUPS Scheduler.
jun 13 16:11:33 manjone-KalK systemd[1]: Started Daily rotation of log files.
jun 13 16:11:33 manjone-KalK systemd[1]: Started Daily man-db regeneration.
jun 13 16:11:33 manjone-KalK kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
jun 13 16:11:33 manjone-KalK systemd[1]: Started Monthly clean packages cache.
jun 13 16:11:33 manjone-KalK systemd[1]: Started Generate mirrorlist weekly.
jun 13 16:11:33 manjone-KalK systemd[1]: Started Daily verification of password and group files.
jun 13 16:11:33 manjone-KalK systemd[1]: Started Daily Cleanup of Temporary Directories.
jun 13 16:11:33 manjone-KalK systemd[1]: Started Daily locate database update.
jun 13 16:11:33 manjone-KalK systemd[1]: Reached target Paths.
jun 13 16:11:33 manjone-KalK systemd[1]: Reached target Timers.
jun 13 16:11:33 manjone-KalK systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
jun 13 16:11:33 manjone-KalK systemd[1]: Listening on CUPS Scheduler.
jun 13 16:11:33 manjone-KalK systemd[1]: Listening on D-Bus System Message Bus Socket.
jun 13 16:11:33 manjone-KalK systemd[1]: Starting Socket activation for snappy daemon.
jun 13 16:11:33 manjone-KalK systemd[1]: Listening on Socket activation for snappy daemon.
jun 13 16:11:33 manjone-KalK systemd[1]: Reached target Sockets.
jun 13 16:11:33 manjone-KalK systemd[1]: Reached target Basic System.
jun 13 16:11:33 manjone-KalK systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
jun 13 16:11:33 manjone-KalK systemd[1]: Started Periodic Command Scheduler.
jun 13 16:11:33 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:33 manjone-KalK systemd[1]: Started D-Bus System Message Bus.
jun 13 16:11:33 manjone-KalK kernel: r8169 0000:04:00.0 ens5: renamed from eth0
jun 13 16:11:33 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:33 manjone-KalK systemd[1]: Starting Network Manager...
jun 13 16:11:33 manjone-KalK systemd[1]: Starting Clean up modules from old kernels...
jun 13 16:11:33 manjone-KalK avahi-daemon[410]: Found user 'avahi' (UID 974) and group 'avahi' (GID 974).
jun 13 16:11:33 manjone-KalK crond[411]: (CRON) STARTUP (1.5.7)
jun 13 16:11:33 manjone-KalK crond[411]: (CRON) INFO (Syslog will be used instead of sendmail.)
jun 13 16:11:33 manjone-KalK crond[411]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 29% if used.)
jun 13 16:11:33 manjone-KalK crond[411]: (CRON) INFO (running with inotify support)
jun 13 16:11:33 manjone-KalK linux-module-cleanup[416]: cat: /usr/lib/modules/.old: No such file or directory
jun 13 16:11:33 manjone-KalK systemd[1]: Starting Authorization Manager...
jun 13 16:11:33 manjone-KalK systemd[1]: Starting Snap Daemon...
jun 13 16:11:33 manjone-KalK kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
jun 13 16:11:33 manjone-KalK audit: BPF prog-id=7 op=LOAD
jun 13 16:11:33 manjone-KalK audit: BPF prog-id=8 op=LOAD
jun 13 16:11:33 manjone-KalK systemd[1]: Starting User Login Management...
jun 13 16:11:33 manjone-KalK avahi-daemon[410]: Successfully dropped root privileges.
jun 13 16:11:33 manjone-KalK avahi-daemon[410]: avahi-daemon 0.8 starting up.
jun 13 16:11:33 manjone-KalK systemd[1]: linux-module-cleanup.service: Succeeded.
jun 13 16:11:33 manjone-KalK systemd[1]: Finished Clean up modules from old kernels.
jun 13 16:11:33 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:33 manjone-KalK audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=linux-module-cleanup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:33 manjone-KalK systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
jun 13 16:11:33 manjone-KalK systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
jun 13 16:11:33 manjone-KalK systemd[1]: Reached target Sound Card.
jun 13 16:11:33 manjone-KalK kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
jun 13 16:11:33 manjone-KalK kernel: input: HP WMI hotkeys as /devices/virtual/input/input19
jun 13 16:11:33 manjone-KalK systemd[1]: Starting Load/Save RF Kill Switch Status...
jun 13 16:11:33 manjone-KalK systemd-logind[426]: Watching system buttons on /dev/input/event2 (Power Button)
jun 13 16:11:34 manjone-KalK systemd-logind[426]: Watching system buttons on /dev/input/event1 (Lid Switch)
jun 13 16:11:34 manjone-KalK systemd-logind[426]: Watching system buttons on /dev/input/event0 (Sleep Button)
jun 13 16:11:34 manjone-KalK systemd-logind[426]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
jun 13 16:11:34 manjone-KalK systemd-logind[426]: New seat seat0.
jun 13 16:11:34 manjone-KalK polkitd[419]: Started polkitd version 0.118
jun 13 16:11:34 manjone-KalK systemd[1]: Started Load/Save RF Kill Switch Status.
jun 13 16:11:34 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:34 manjone-KalK systemd-logind[426]: Watching system buttons on /dev/input/event11 (HP WMI hotkeys)
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.1082] NetworkManager (version 1.30.4-3) is starting... (for the first time)
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.1083] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
jun 13 16:11:34 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:34 manjone-KalK systemd[1]: Started User Login Management.
jun 13 16:11:34 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:34 manjone-KalK systemd[1]: Started Avahi mDNS/DNS-SD Stack.
jun 13 16:11:34 manjone-KalK avahi-daemon[410]: Successfully called chroot().
jun 13 16:11:34 manjone-KalK avahi-daemon[410]: Successfully dropped remaining capabilities.
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.1187] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
jun 13 16:11:34 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:34 manjone-KalK systemd[1]: Started Network Manager.
jun 13 16:11:34 manjone-KalK avahi-daemon[410]: No service file found in /etc/avahi/services.
jun 13 16:11:34 manjone-KalK systemd[1]: Reached target Network.
jun 13 16:11:34 manjone-KalK avahi-daemon[410]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
jun 13 16:11:34 manjone-KalK systemd[1]: Starting CUPS Scheduler...
jun 13 16:11:34 manjone-KalK avahi-daemon[410]: New relevant interface lo.IPv6 for mDNS.
jun 13 16:11:34 manjone-KalK avahi-daemon[410]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
jun 13 16:11:34 manjone-KalK avahi-daemon[410]: New relevant interface lo.IPv4 for mDNS.
jun 13 16:11:34 manjone-KalK avahi-daemon[410]: Network interface enumeration completed.
jun 13 16:11:34 manjone-KalK avahi-daemon[410]: Registering new address record for ::1 on lo.*.
jun 13 16:11:34 manjone-KalK avahi-daemon[410]: Registering new address record for 127.0.0.1 on lo.IPv4.
jun 13 16:11:34 manjone-KalK systemd[1]: Starting Permit User Sessions...
jun 13 16:11:34 manjone-KalK kernel: psmouse serio4: synaptics: queried max coordinates: x [..5686], y [..4548]
jun 13 16:11:34 manjone-KalK systemd[1]: Finished Permit User Sessions.
jun 13 16:11:34 manjone-KalK systemd[1]: Starting Light Display Manager...
jun 13 16:11:34 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.1732] manager[0x55efd0be4030]: monitoring kernel firmware directory '/lib/firmware'.
jun 13 16:11:34 manjone-KalK dbus-daemon[412]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=413 comm="/usr/bin/NetworkManager --no-daemon " label="unconfined")
jun 13 16:11:34 manjone-KalK audit: BPF prog-id=9 op=LOAD
jun 13 16:11:34 manjone-KalK audit: BPF prog-id=10 op=LOAD
jun 13 16:11:34 manjone-KalK systemd[1]: Starting Hostname Service...
jun 13 16:11:34 manjone-KalK kernel: psmouse serio4: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04771/0xe40000/0x5a0400/0x0, board id: 0, fw id: 640916
jun 13 16:11:34 manjone-KalK kernel: kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
jun 13 16:11:34 manjone-KalK kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input15
jun 13 16:11:34 manjone-KalK kernel: ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3090, rev 3213 detected
jun 13 16:11:34 manjone-KalK systemd[1]: Started Light Display Manager.
jun 13 16:11:34 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:34 manjone-KalK dbus-daemon[412]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.5' (uid=0 pid=459 comm="/usr/bin/lightdm " label="unconfined")
jun 13 16:11:34 manjone-KalK systemd[1]: Reached target User and Group Name Lookups.
jun 13 16:11:34 manjone-KalK systemd[1]: Starting Accounts Service...
jun 13 16:11:34 manjone-KalK systemd[1]: Started CUPS Scheduler.
jun 13 16:11:34 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:34 manjone-KalK kernel: ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected
jun 13 16:11:34 manjone-KalK kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
jun 13 16:11:34 manjone-KalK kernel: rt2800pci 0000:03:00.0 wlo1: renamed from wlan0
jun 13 16:11:34 manjone-KalK dbus-daemon[412]: [system] Successfully activated service 'org.freedesktop.hostname1'
jun 13 16:11:34 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:34 manjone-KalK systemd[1]: Started Hostname Service.
jun 13 16:11:34 manjone-KalK kernel: mousedev: PS/2 mouse device common for all mice
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.3678] hostname: hostname: using hostnamed
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.3679] hostname: hostname changed from (none) to "manjone-KalK"
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.3684] dns-mgr[0x55efd0bb6150]: init: dns=default,systemd-resolved rc-manager=symlink
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.3700] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0/ieee80211/phy0/rfkill2) (driver rt2800pci)
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.3706] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/platform/hp-wmi/rfkill/rfkill0) (platform driver hp-wmi)
jun 13 16:11:34 manjone-KalK dbus-daemon[412]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.7' (uid=0 pid=477 comm="/usr/lib/accounts-daemon " label="unconfined")
jun 13 16:11:34 manjone-KalK kernel: [drm] radeon kernel modesetting enabled.
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.3820] manager[0x55efd0be4030]: rfkill: Wi-Fi hardware radio set enabled
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.3821] manager[0x55efd0be4030]: rfkill: WWAN hardware radio set enabled
jun 13 16:11:34 manjone-KalK kernel: checking generic (c0000000 410000) vs hw (c0000000 10000000)
jun 13 16:11:34 manjone-KalK kernel: fb0: switching to radeondrmfb from VESA VGA
jun 13 16:11:34 manjone-KalK kernel: radeon 0000:01:00.0: vgaarb: deactivate vga console
jun 13 16:11:34 manjone-KalK kernel: [drm] initializing kernel modesetting (CEDAR 0x1002:0x68E0 0x103C:0x1411 0x00).
jun 13 16:11:34 manjone-KalK kernel: ATOM BIOS: HP
jun 13 16:11:34 manjone-KalK kernel: radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
jun 13 16:11:34 manjone-KalK kernel: radeon 0000:01:00.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
jun 13 16:11:34 manjone-KalK kernel: [drm] Detected VRAM RAM=512M, BAR=256M
jun 13 16:11:34 manjone-KalK kernel: [drm] RAM width 64bits DDR
jun 13 16:11:34 manjone-KalK kernel: [TTM] Zone  kernel: Available graphics memory: 2969648 KiB
jun 13 16:11:34 manjone-KalK kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
jun 13 16:11:34 manjone-KalK kernel: [TTM] Initializing pool allocator
jun 13 16:11:34 manjone-KalK kernel: [TTM] Initializing DMA pool allocator
jun 13 16:11:34 manjone-KalK kernel: [drm] radeon: 512M of VRAM memory ready
jun 13 16:11:34 manjone-KalK kernel: [drm] radeon: 1024M of GTT memory ready.
jun 13 16:11:34 manjone-KalK kernel: [drm] Loading CEDAR Microcode
jun 13 16:11:34 manjone-KalK kernel: [drm] Internal thermal controller with fan control
jun 13 16:11:34 manjone-KalK polkitd[419]: Loading rules from directory /etc/polkit-1/rules.d
jun 13 16:11:34 manjone-KalK polkitd[419]: Loading rules from directory /usr/share/polkit-1/rules.d
jun 13 16:11:34 manjone-KalK kernel: [drm] radeon: dpm initialized
jun 13 16:11:34 manjone-KalK kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
jun 13 16:11:34 manjone-KalK kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000000014C000).
jun 13 16:11:34 manjone-KalK kernel: radeon 0000:01:00.0: WB enabled
jun 13 16:11:34 manjone-KalK kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00
jun 13 16:11:34 manjone-KalK kernel: radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c
jun 13 16:11:34 manjone-KalK kernel: radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418
jun 13 16:11:34 manjone-KalK kernel: radeon 0000:01:00.0: radeon: MSI limited to 32-bit
jun 13 16:11:34 manjone-KalK kernel: radeon 0000:01:00.0: radeon: using MSI.
jun 13 16:11:34 manjone-KalK kernel: [drm] radeon: irq initialized.
jun 13 16:11:34 manjone-KalK polkitd[419]: Finished loading, compiling and executing 7 rules
jun 13 16:11:34 manjone-KalK kernel: [drm] ring test on 0 succeeded in 1 usecs
jun 13 16:11:34 manjone-KalK kernel: [drm] ring test on 3 succeeded in 3 usecs
jun 13 16:11:34 manjone-KalK dbus-daemon[412]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
jun 13 16:11:34 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:34 manjone-KalK polkitd[419]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
jun 13 16:11:34 manjone-KalK systemd[1]: Started Authorization Manager.
jun 13 16:11:34 manjone-KalK systemd[1]: Starting Modem Manager...
jun 13 16:11:34 manjone-KalK accounts-daemon[477]: started daemon version 0.6.55
jun 13 16:11:34 manjone-KalK dbus-daemon[412]: [system] Successfully activated service 'org.freedesktop.Accounts'
jun 13 16:11:34 manjone-KalK systemd[1]: Started Accounts Service.
jun 13 16:11:34 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.5423] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.30.4-3/libnm-device-plugin-bluetooth.so)
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.5450] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.30.4-3/libnm-device-plugin-adsl.so)
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.5500] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.30.4-3/libnm-device-plugin-wwan.so)
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.5573] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.30.4-3/libnm-device-plugin-ovs.so)
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.5906] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.30.4-3/libnm-device-plugin-team.so)
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.6040] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.30.4-3/libnm-device-plugin-wifi.so)
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.6049] manager: rfkill: Wi-Fi disabled by radio killswitch; enabled by state file
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.6052] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.6055] manager: Networking is enabled by state file
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.6123] dhcp-init: Using DHCP client 'internal'
jun 13 16:11:34 manjone-KalK dbus-daemon[412]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=413 comm="/usr/bin/NetworkManager --no-daemon " label="unconfined")
jun 13 16:11:34 manjone-KalK snapd[420]: AppArmor status: apparmor is enabled and all features are available
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.6180] settings: Loaded settings plugin: keyfile (internal)
jun 13 16:11:34 manjone-KalK systemd[1]: Starting Network Manager Script Dispatcher Service...
jun 13 16:11:34 manjone-KalK ModemManager[546]: <info>  ModemManager (version 1.16.4) starting in system bus...
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.6371] device (lo): carrier: link connected
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.6382] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.6431] manager: (ens5): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.6486] settings: (ens5): created default wired connection 'Wired connection 1'
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.6506] device (ens5): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
jun 13 16:11:34 manjone-KalK kernel: RTL8211B Gigabit Ethernet r8169-400:00: attached PHY driver [RTL8211B Gigabit Ethernet] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
jun 13 16:11:34 manjone-KalK dbus-daemon[412]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
jun 13 16:11:34 manjone-KalK systemd[1]: Started Network Manager Script Dispatcher Service.
jun 13 16:11:34 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:34 manjone-KalK kernel: [drm] ring test on 5 succeeded in 1 usecs
jun 13 16:11:34 manjone-KalK kernel: [drm] UVD initialized successfully.
jun 13 16:11:34 manjone-KalK kernel: [drm] ib test on ring 0 succeeded in 0 usecs
jun 13 16:11:34 manjone-KalK kernel: [drm] ib test on ring 3 succeeded in 0 usecs
jun 13 16:11:34 manjone-KalK snapd[420]: daemon.go:248: started snapd/2.51-1 (series 16; classic) manjaro/ (amd64) linux/5.9.16-1-MANJARO.
jun 13 16:11:34 manjone-KalK systemd[1]: Started Modem Manager.
jun 13 16:11:34 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.8298] device (wlo1): driver supports Access Point (AP) mode
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.8317] manager: (wlo1): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
jun 13 16:11:34 manjone-KalK kernel: r8169 0000:04:00.0 ens5: Link is Down
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.8420] ovsdb: Could not connect: No such file or directory
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.8423] ovsdb: disconnected from ovsdb
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.8442] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.8462] device (wlo1): set-hw-addr: set MAC address to 42:71:E7:34:58:12 (scanning)
jun 13 16:11:34 manjone-KalK NetworkManager[413]: <info>  [1623593494.8479] modem-manager: ModemManager available
jun 13 16:11:34 manjone-KalK mtp-probe[640]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5"
jun 13 16:11:34 manjone-KalK mtp-probe[640]: bus: 1, device: 3 was not an MTP device
jun 13 16:11:34 manjone-KalK kernel: loop: module loaded
jun 13 16:11:34 manjone-KalK kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
jun 13 16:11:34 manjone-KalK snapd[420]: daemon.go:341: adjusting startup timeout by 30s (pessimistic estimate of 30s plus 5s per snap)
jun 13 16:11:34 manjone-KalK systemd[1]: tmp-sanity\x2dmountpoint\x2d309489017.mount: Succeeded.
jun 13 16:11:35 manjone-KalK systemd[1]: Started Snap Daemon.
jun 13 16:11:35 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:35 manjone-KalK systemd[1]: Reached target Multi-User System.
jun 13 16:11:35 manjone-KalK systemd[1]: Reached target Graphical Interface.
jun 13 16:11:35 manjone-KalK systemd[1]: Starting TLP system startup/shutdown...
jun 13 16:11:35 manjone-KalK avahi-daemon[410]: Server startup complete. Host name is manjone-KalK.local. Local service cookie is 1167274529.
jun 13 16:11:35 manjone-KalK snapd[420]: stateengine.go:150: state ensure error: Get "https://api.snapcraft.io/api/v1/snaps/sections": dial tcp: lookup api.snapcraft.io: no such host
jun 13 16:11:35 manjone-KalK tlp[707]: Applying power save settings...done.
jun 13 16:11:35 manjone-KalK kernel: [drm] ib test on ring 5 succeeded
jun 13 16:11:35 manjone-KalK tlp[707]: Setting battery charge thresholds...done.
jun 13 16:11:35 manjone-KalK systemd[1]: Finished TLP system startup/shutdown.
jun 13 16:11:35 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:35 manjone-KalK systemd[1]: Startup finished in 11.464s (kernel) + 4.558s (userspace) = 16.022s.
jun 13 16:11:35 manjone-KalK kernel: [drm] radeon atom DIG backlight initialized
jun 13 16:11:35 manjone-KalK kernel: [drm] Radeon Display Connectors
jun 13 16:11:35 manjone-KalK kernel: [drm] Connector 0:
jun 13 16:11:35 manjone-KalK kernel: [drm]   LVDS-1
jun 13 16:11:35 manjone-KalK kernel: [drm]   DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
jun 13 16:11:35 manjone-KalK kernel: [drm]   Encoders:
jun 13 16:11:35 manjone-KalK kernel: [drm]     LCD1: INTERNAL_UNIPHY
jun 13 16:11:35 manjone-KalK kernel: [drm] Connector 1:
jun 13 16:11:35 manjone-KalK kernel: [drm]   HDMI-A-1
jun 13 16:11:35 manjone-KalK kernel: [drm]   HPD1
jun 13 16:11:35 manjone-KalK kernel: [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
jun 13 16:11:35 manjone-KalK kernel: [drm]   Encoders:
jun 13 16:11:35 manjone-KalK kernel: [drm]     DFP1: INTERNAL_UNIPHY1
jun 13 16:11:35 manjone-KalK kernel: [drm] Connector 2:
jun 13 16:11:35 manjone-KalK kernel: [drm]   VGA-1
jun 13 16:11:35 manjone-KalK kernel: [drm]   DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
jun 13 16:11:35 manjone-KalK kernel: [drm]   Encoders:
jun 13 16:11:35 manjone-KalK kernel: [drm]     CRT1: INTERNAL_KLDSCP_DAC1
jun 13 16:11:35 manjone-KalK kernel: mc: Linux media interface: v0.10
jun 13 16:11:35 manjone-KalK kernel: videodev: Linux video capture interface: v2.00
jun 13 16:11:35 manjone-KalK kernel: uvcvideo: Found UVC 1.00 device HP Webcam [2 MP Fixed] (05c8:0403)
jun 13 16:11:35 manjone-KalK kernel: input: HP Webcam [2 MP Fixed]: HP Webc as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input20
jun 13 16:11:35 manjone-KalK kernel: usbcore: registered new interface driver uvcvideo
jun 13 16:11:35 manjone-KalK kernel: USB Video Class driver (1.1.1)
jun 13 16:11:35 manjone-KalK kernel: [drm] fb mappable at 0xC034D000
jun 13 16:11:35 manjone-KalK kernel: [drm] vram apper at 0xC0000000
jun 13 16:11:35 manjone-KalK kernel: [drm] size 4325376
jun 13 16:11:35 manjone-KalK kernel: [drm] fb depth is 24
jun 13 16:11:35 manjone-KalK kernel: [drm]    pitch is 5632
jun 13 16:11:35 manjone-KalK kernel: fbcon: radeondrmfb (fb0) is primary device
jun 13 16:11:35 manjone-KalK kernel: fbcon: Deferring console take-over
jun 13 16:11:35 manjone-KalK kernel: radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
jun 13 16:11:35 manjone-KalK kernel: [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
jun 13 16:11:35 manjone-KalK systemd[1]: Created slice system-systemd\x2dbacklight.slice.
jun 13 16:11:35 manjone-KalK systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
jun 13 16:11:35 manjone-KalK systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:radeon_bl0...
jun 13 16:11:35 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:35 manjone-KalK systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
jun 13 16:11:35 manjone-KalK systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:radeon_bl0.
jun 13 16:11:35 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-backlight@backlight:radeon_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:37 manjone-KalK ModemManager[546]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.3/0000:03:00.0': not supported by any plugin
jun 13 16:11:37 manjone-KalK ModemManager[546]: <info>  [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1c.5/0000:04:00.0': not supported by any plugin
jun 13 16:11:38 manjone-KalK audit[897]: CRED_ACQ pid=897 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
jun 13 16:11:38 manjone-KalK lightdm[897]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=969) by (uid=0)
jun 13 16:11:38 manjone-KalK kernel: kauditd_printk_skb: 35 callbacks suppressed
jun 13 16:11:38 manjone-KalK kernel: audit: type=1103 audit(1623593498.343:47): pid=897 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
jun 13 16:11:38 manjone-KalK systemd[1]: Created slice User Slice of UID 969.
jun 13 16:11:38 manjone-KalK systemd[1]: Starting User Runtime Directory /run/user/969...
jun 13 16:11:38 manjone-KalK systemd-logind[426]: New session c1 of user lightdm.
jun 13 16:11:38 manjone-KalK systemd[1]: Finished User Runtime Directory /run/user/969.
jun 13 16:11:38 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:38 manjone-KalK systemd[1]: Starting User Manager for UID 969...
jun 13 16:11:38 manjone-KalK kernel: audit: type=1130 audit(1623593498.376:48): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:38 manjone-KalK dbus-daemon[412]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.15' (uid=0 pid=901 comm="(systemd) " label="unconfined")
jun 13 16:11:38 manjone-KalK dbus-daemon[412]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:11:38 manjone-KalK systemd[901]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:11:38 manjone-KalK audit[901]: USER_ACCT pid=901 uid=0 auid=4294967295 ses=4294967295 subj==unconfined 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'
jun 13 16:11:38 manjone-KalK audit[901]: CRED_ACQ pid=901 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
jun 13 16:11:38 manjone-KalK systemd[901]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
jun 13 16:11:38 manjone-KalK systemd[901]: pam_unix(systemd-user:session): session opened for user lightdm(uid=969) by (uid=0)
jun 13 16:11:38 manjone-KalK kernel: audit: type=1101 audit(1623593498.406:49): pid=901 uid=0 auid=4294967295 ses=4294967295 subj==unconfined 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'
jun 13 16:11:38 manjone-KalK kernel: audit: type=1103 audit(1623593498.406:50): pid=901 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
jun 13 16:11:38 manjone-KalK kernel: audit: type=1006 audit(1623593498.406:51): pid=901 uid=0 subj==unconfined old-auid=4294967295 auid=969 tty=(none) old-ses=4294967295 ses=1 res=1
jun 13 16:11:38 manjone-KalK systemd[901]: pam_env(systemd-user:session): deprecated reading of user environment enabled
jun 13 16:11:38 manjone-KalK audit[901]: USER_START pid=901 uid=0 auid=969 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:38 manjone-KalK kernel: audit: type=1105 audit(1623593498.410:52): pid=901 uid=0 auid=969 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:38 manjone-KalK audit: BPF prog-id=11 op=LOAD
jun 13 16:11:38 manjone-KalK audit: BPF prog-id=11 op=UNLOAD
jun 13 16:11:38 manjone-KalK kernel: audit: type=1334 audit(1623593498.420:53): prog-id=11 op=LOAD
jun 13 16:11:38 manjone-KalK kernel: audit: type=1334 audit(1623593498.420:54): prog-id=11 op=UNLOAD
jun 13 16:11:38 manjone-KalK systemd-xdg-autostart-generator[907]: Configuration file /etc/xdg/autostart/msm_notifier.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
jun 13 16:11:38 manjone-KalK systemd[901]: Queued start job for default target Main User Target.
jun 13 16:11:38 manjone-KalK systemd[901]: -.slice: Failed to migrate controller cgroups from /user.slice/user-969.slice/user@969.service, ignoring: Permission denied
jun 13 16:11:38 manjone-KalK systemd[901]: Created slice User Application Slice.
jun 13 16:11:38 manjone-KalK systemd[901]: Reached target Paths.
jun 13 16:11:38 manjone-KalK systemd[901]: Reached target Timers.
jun 13 16:11:38 manjone-KalK systemd[901]: Starting D-Bus User Message Bus Socket.
jun 13 16:11:38 manjone-KalK systemd[901]: Listening on GnuPG network certificate management daemon.
jun 13 16:11:38 manjone-KalK systemd[901]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
jun 13 16:11:38 manjone-KalK systemd[901]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
jun 13 16:11:38 manjone-KalK systemd[901]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
jun 13 16:11:38 manjone-KalK systemd[901]: Listening on GnuPG cryptographic agent and passphrase cache.
jun 13 16:11:38 manjone-KalK systemd[901]: Listening on p11-kit server.
jun 13 16:11:38 manjone-KalK systemd[901]: Listening on Multimedia System.
jun 13 16:11:38 manjone-KalK systemd[901]: Listening on Sound System.
jun 13 16:11:38 manjone-KalK systemd[901]: Listening on D-Bus User Message Bus Socket.
jun 13 16:11:38 manjone-KalK systemd[901]: Reached target Sockets.
jun 13 16:11:38 manjone-KalK systemd[901]: Reached target Basic System.
jun 13 16:11:38 manjone-KalK systemd[1]: Started User Manager for UID 969.
jun 13 16:11:38 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:38 manjone-KalK kernel: audit: type=1130 audit(1623593498.640:55): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:38 manjone-KalK systemd[901]: Starting Update XDG user dir configuration...
jun 13 16:11:38 manjone-KalK systemd[1]: Started Session c1 of user lightdm.
jun 13 16:11:38 manjone-KalK systemd[901]: xdg-user-dirs-update.service: Succeeded.
jun 13 16:11:38 manjone-KalK systemd[901]: Finished Update XDG user dir configuration.
jun 13 16:11:38 manjone-KalK systemd[901]: Reached target Main User Target.
jun 13 16:11:38 manjone-KalK systemd[901]: Startup finished in 230ms.
jun 13 16:11:38 manjone-KalK audit[897]: USER_START pid=897 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
jun 13 16:11:38 manjone-KalK kernel: audit: type=1105 audit(1623593498.653:56): pid=897 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
jun 13 16:11:39 manjone-KalK systemd[901]: Started D-Bus User Message Bus.
jun 13 16:11:39 manjone-KalK dbus-daemon[917]: [session uid=969 pid=917] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.1' (uid=969 pid=910 comm="/usr/bin/lightdm-gtk-greeter " label="unconfined")
jun 13 16:11:39 manjone-KalK systemd[901]: Starting Accessibility services bus...
jun 13 16:11:39 manjone-KalK dbus-daemon[917]: [session uid=969 pid=917] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.2' (uid=969 pid=918 comm="/usr/lib/at-spi-bus-launcher " label="unconfined")
jun 13 16:11:39 manjone-KalK systemd[901]: Starting Virtual filesystem service...
jun 13 16:11:39 manjone-KalK dbus-daemon[917]: [session uid=969 pid=917] Successfully activated service 'org.gtk.vfs.Daemon'
jun 13 16:11:39 manjone-KalK systemd[901]: Started Virtual filesystem service.
jun 13 16:11:39 manjone-KalK dbus-daemon[917]: [session uid=969 pid=917] Successfully activated service 'org.a11y.Bus'
jun 13 16:11:39 manjone-KalK systemd[901]: Started Accessibility services bus.
jun 13 16:11:39 manjone-KalK systemd[1]: systemd-rfkill.service: Succeeded.
jun 13 16:11:39 manjone-KalK audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:40 manjone-KalK polkitd[419]: <no filename>:3: action=[Action id='org.freedesktop.DisplayManager.AccountsService.ReadAny']
jun 13 16:11:40 manjone-KalK polkitd[419]: <no filename>:4: subject=[Subject pid=910 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
jun 13 16:11:40 manjone-KalK snapd[420]: daemon.go:508: gracefully waiting for running hooks
jun 13 16:11:40 manjone-KalK snapd[420]: daemon.go:510: done waiting for running hooks
jun 13 16:11:40 manjone-KalK snapd[420]: daemon stop requested to wait for socket activation
jun 13 16:11:40 manjone-KalK at-spi-bus-launcher[935]: dbus-daemon[935]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=969 pid=910 comm="/usr/bin/lightdm-gtk-greeter " label="unconfined")
jun 13 16:11:40 manjone-KalK systemd[1]: snapd.service: Succeeded.
jun 13 16:11:40 manjone-KalK audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:40 manjone-KalK at-spi-bus-launcher[935]: dbus-daemon[935]: Successfully activated service 'org.a11y.atspi.Registry'
jun 13 16:11:40 manjone-KalK at-spi-bus-launcher[951]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
jun 13 16:11:40 manjone-KalK NetworkManager[413]: <info>  [1623593500.8309] manager: startup complete
jun 13 16:11:45 manjone-KalK systemd[1]: NetworkManager-dispatcher.service: Succeeded.
jun 13 16:11:45 manjone-KalK audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:11:45 manjone-KalK kernel: kauditd_printk_skb: 2 callbacks suppressed
jun 13 16:11:45 manjone-KalK kernel: audit: type=1131 audit(1623593505.376:59): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:12:04 manjone-KalK systemd[1]: systemd-hostnamed.service: Succeeded.
jun 13 16:12:04 manjone-KalK audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:12:04 manjone-KalK kernel: audit: type=1131 audit(1623593524.390:60): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:12:04 manjone-KalK audit: BPF prog-id=10 op=UNLOAD
jun 13 16:12:04 manjone-KalK audit: BPF prog-id=9 op=UNLOAD
jun 13 16:12:04 manjone-KalK kernel: audit: type=1334 audit(1623593524.453:61): prog-id=10 op=UNLOAD
jun 13 16:12:04 manjone-KalK kernel: audit: type=1334 audit(1623593524.453:62): prog-id=9 op=UNLOAD
jun 13 16:12:04 manjone-KalK lightdm[949]: gkr-pam: unable to locate daemon control file
jun 13 16:12:04 manjone-KalK kernel: audit: type=1100 audit(1623593524.723:63): pid=949 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="manjone" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
jun 13 16:12:04 manjone-KalK audit[949]: USER_AUTH pid=949 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="manjone" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
jun 13 16:12:04 manjone-KalK lightdm[949]: gkr-pam: stashed password to try later in open session
jun 13 16:12:04 manjone-KalK dbus-daemon[412]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.18' (uid=0 pid=949 comm="lightdm --session-child 12 19 " label="unconfined")
jun 13 16:12:04 manjone-KalK dbus-daemon[412]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:12:04 manjone-KalK lightdm[949]: pam_systemd_home(lightdm:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:12:04 manjone-KalK audit[949]: USER_ACCT pid=949 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
jun 13 16:12:04 manjone-KalK kernel: audit: type=1101 audit(1623593524.726:64): pid=949 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
jun 13 16:12:09 manjone-KalK lightdm[961]: gkr-pam: unable to locate daemon control file
jun 13 16:12:09 manjone-KalK audit[961]: USER_AUTH pid=961 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="manjone" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
jun 13 16:12:09 manjone-KalK lightdm[961]: gkr-pam: stashed password to try later in open session
jun 13 16:12:09 manjone-KalK dbus-daemon[412]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.20' (uid=0 pid=961 comm="lightdm --session-child 12 21 " label="unconfined")
jun 13 16:12:09 manjone-KalK kernel: audit: type=1100 audit(1623593529.933:65): pid=961 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="manjone" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
jun 13 16:12:09 manjone-KalK dbus-daemon[412]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:12:09 manjone-KalK lightdm[961]: pam_systemd_home(lightdm:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:12:09 manjone-KalK audit[961]: USER_ACCT pid=961 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
jun 13 16:12:09 manjone-KalK kernel: audit: type=1101 audit(1623593529.936:66): pid=961 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
jun 13 16:12:11 manjone-KalK systemd[1]: Started Getty on tty2.
jun 13 16:12:11 manjone-KalK kernel: audit: type=1130 audit(1623593531.540:67): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:12:11 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:12:11 manjone-KalK kernel: fbcon: Taking over console
jun 13 16:12:11 manjone-KalK kernel: Console: switching to colour frame buffer device 170x48
jun 13 16:12:19 manjone-KalK audit[965]: USER_AUTH pid=965 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="manjone" exe="/usr/bin/login" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:19 manjone-KalK dbus-daemon[412]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.22' (uid=0 pid=965 comm="/bin/login -p --         " label="unconfined")
jun 13 16:12:19 manjone-KalK kernel: audit: type=1100 audit(1623593539.360:68): pid=965 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="manjone" exe="/usr/bin/login" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:19 manjone-KalK dbus-daemon[412]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:12:19 manjone-KalK login[965]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:12:19 manjone-KalK audit[965]: USER_ACCT pid=965 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/login" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:19 manjone-KalK audit[965]: CRED_ACQ pid=965 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="manjone" exe="/usr/bin/login" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:19 manjone-KalK kernel: audit: type=1101 audit(1623593539.363:69): pid=965 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/login" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:19 manjone-KalK kernel: audit: type=1103 audit(1623593539.363:70): pid=965 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="manjone" exe="/usr/bin/login" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:19 manjone-KalK kernel: audit: type=1006 audit(1623593539.363:71): pid=965 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=2 res=1
jun 13 16:12:19 manjone-KalK login[965]: pam_unix(login:session): session opened for user manjone(uid=1000) by LOGIN(uid=0)
jun 13 16:12:19 manjone-KalK systemd[1]: Created slice User Slice of UID 1000.
jun 13 16:12:19 manjone-KalK systemd[1]: Starting User Runtime Directory /run/user/1000...
jun 13 16:12:19 manjone-KalK systemd-logind[426]: New session 2 of user manjone.
jun 13 16:12:19 manjone-KalK systemd[1]: Finished User Runtime Directory /run/user/1000.
jun 13 16:12:19 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:12:19 manjone-KalK kernel: audit: type=1130 audit(1623593539.400:72): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:12:19 manjone-KalK systemd[1]: Starting User Manager for UID 1000...
jun 13 16:12:19 manjone-KalK dbus-daemon[412]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.24' (uid=0 pid=973 comm="(systemd) " label="unconfined")
jun 13 16:12:19 manjone-KalK dbus-daemon[412]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:12:19 manjone-KalK systemd[973]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:12:19 manjone-KalK audit[973]: USER_ACCT pid=973 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:12:19 manjone-KalK audit[973]: CRED_ACQ pid=973 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="manjone" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
jun 13 16:12:19 manjone-KalK systemd[973]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[manjone] ruser=[<unknown>] rhost=[<unknown>]
jun 13 16:12:19 manjone-KalK systemd[973]: pam_unix(systemd-user:session): session opened for user manjone(uid=1000) by (uid=0)
jun 13 16:12:19 manjone-KalK systemd[973]: pam_env(systemd-user:session): deprecated reading of user environment enabled
jun 13 16:12:19 manjone-KalK audit[973]: USER_START pid=973 uid=0 auid=1000 ses=3 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="manjone" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:12:19 manjone-KalK kernel: audit: type=1101 audit(1623593539.413:73): pid=973 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:12:19 manjone-KalK kernel: audit: type=1103 audit(1623593539.413:74): pid=973 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="manjone" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
jun 13 16:12:19 manjone-KalK kernel: audit: type=1006 audit(1623593539.413:75): pid=973 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
jun 13 16:12:19 manjone-KalK kernel: audit: type=1105 audit(1623593539.413:76): pid=973 uid=0 auid=1000 ses=3 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="manjone" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:12:19 manjone-KalK audit: BPF prog-id=12 op=LOAD
jun 13 16:12:19 manjone-KalK audit: BPF prog-id=12 op=UNLOAD
jun 13 16:12:19 manjone-KalK kernel: audit: type=1334 audit(1623593539.423:77): prog-id=12 op=LOAD
jun 13 16:12:19 manjone-KalK systemd-xdg-autostart-generator[979]: Configuration file /home/manjone/.config/autostart/xfce-panel-workaround.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
jun 13 16:12:19 manjone-KalK systemd-xdg-autostart-generator[979]: /home/manjone/.config/autostart/xcape.desktop:9: Unknown key name 'RunHook' in section 'Desktop Entry', ignoring.
jun 13 16:12:19 manjone-KalK systemd-xdg-autostart-generator[979]: Configuration file /home/manjone/.config/autostart/xfce-pbw.sh is marked executable. Please remove executable permission bits. Proceeding anyway.
jun 13 16:12:19 manjone-KalK systemd-xdg-autostart-generator[979]: /home/manjone/.config/autostart/xfce-pbw.sh:2: Assignment outside of section. Ignoring.
jun 13 16:12:19 manjone-KalK systemd-xdg-autostart-generator[979]: /home/manjone/.config/autostart/xfce-pbw.sh:3: Assignment outside of section. Ignoring.
jun 13 16:12:19 manjone-KalK systemd-xdg-autostart-generator[979]: /home/manjone/.config/autostart/xfce-pbw.sh:4: Assignment outside of section. Ignoring.
jun 13 16:12:19 manjone-KalK systemd-xdg-autostart-generator[979]: /home/manjone/.config/autostart/xfce-pbw.sh:5: Assignment outside of section. Ignoring.
jun 13 16:12:19 manjone-KalK systemd-xdg-autostart-generator[979]: /home/manjone/.config/autostart/xfce-pbw.sh:6: Assignment outside of section. Ignoring.
jun 13 16:12:19 manjone-KalK systemd-xdg-autostart-generator[979]: /home/manjone/.config/autostart/xfce-pbw.sh:7: Assignment outside of section. Ignoring.
jun 13 16:12:19 manjone-KalK systemd-xdg-autostart-generator[979]: Configuration file /etc/xdg/autostart/msm_notifier.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
jun 13 16:12:19 manjone-KalK systemd[973]: Queued start job for default target Main User Target.
jun 13 16:12:19 manjone-KalK systemd[973]: -.slice: Failed to migrate controller cgroups from /user.slice/user-1000.slice/user@1000.service, ignoring: Permission denied
jun 13 16:12:19 manjone-KalK systemd[973]: Created slice User Application Slice.
jun 13 16:12:19 manjone-KalK systemd[973]: Reached target Paths.
jun 13 16:12:19 manjone-KalK systemd[973]: Reached target Timers.
jun 13 16:12:19 manjone-KalK systemd[973]: Starting D-Bus User Message Bus Socket.
jun 13 16:12:19 manjone-KalK systemd[973]: Listening on GnuPG network certificate management daemon.
jun 13 16:12:19 manjone-KalK systemd[973]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
jun 13 16:12:19 manjone-KalK systemd[973]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
jun 13 16:12:19 manjone-KalK systemd[973]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
jun 13 16:12:19 manjone-KalK systemd[973]: Listening on GnuPG cryptographic agent and passphrase cache.
jun 13 16:12:19 manjone-KalK systemd[973]: Listening on p11-kit server.
jun 13 16:12:19 manjone-KalK systemd[973]: Listening on Multimedia System.
jun 13 16:12:19 manjone-KalK systemd[973]: Listening on Sound System.
jun 13 16:12:19 manjone-KalK systemd[973]: Listening on D-Bus User Message Bus Socket.
jun 13 16:12:19 manjone-KalK systemd[973]: Reached target Sockets.
jun 13 16:12:19 manjone-KalK audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
jun 13 16:12:19 manjone-KalK systemd[973]: Reached target Basic System.
jun 13 16:12:19 manjone-KalK systemd[1]: Started User Manager for UID 1000.
jun 13 16:12:19 manjone-KalK systemd[973]: Starting Update XDG user dir configuration...
jun 13 16:12:19 manjone-KalK systemd[1]: Started Session 2 of user manjone.
jun 13 16:12:19 manjone-KalK systemd[973]: xdg-user-dirs-update.service: Succeeded.
jun 13 16:12:19 manjone-KalK systemd[973]: Finished Update XDG user dir configuration.
jun 13 16:12:19 manjone-KalK systemd[973]: Reached target Main User Target.
jun 13 16:12:19 manjone-KalK systemd[973]: Startup finished in 206ms.
jun 13 16:12:19 manjone-KalK login[965]: pam_env(login:session): deprecated reading of user environment enabled
jun 13 16:12:19 manjone-KalK audit[965]: USER_START pid=965 uid=0 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="manjone" exe="/usr/bin/login" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:19 manjone-KalK audit[965]: CRED_REFR pid=965 uid=0 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="manjone" exe="/usr/bin/login" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:19 manjone-KalK login[965]: LOGIN ON tty2 BY manjone
jun 13 16:12:19 manjone-KalK systemd[973]: Started D-Bus User Message Bus.
jun 13 16:12:19 manjone-KalK dbus-daemon[988]: [session uid=1000 pid=988] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.1' (uid=1000 pid=986 comm="flatpak --installations " label="unconfined")
jun 13 16:12:19 manjone-KalK systemd[973]: Starting Virtual filesystem service...
jun 13 16:12:19 manjone-KalK dbus-daemon[988]: [session uid=1000 pid=988] Successfully activated service 'org.gtk.vfs.Daemon'
jun 13 16:12:19 manjone-KalK systemd[973]: Started Virtual filesystem service.
jun 13 16:12:31 manjone-KalK audit[1008]: USER_AUTH pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="manjone" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:31 manjone-KalK dbus-daemon[412]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.26' (uid=0 pid=1008 comm="sudo journalctl " label="unconfined")
jun 13 16:12:31 manjone-KalK dbus-daemon[412]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:12:31 manjone-KalK sudo[1008]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:12:31 manjone-KalK kernel: kauditd_printk_skb: 4 callbacks suppressed
jun 13 16:12:31 manjone-KalK kernel: audit: type=1100 audit(1623593551.983:82): pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="manjone" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:31 manjone-KalK kernel: audit: type=1101 audit(1623593551.986:83): pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:31 manjone-KalK kernel: audit: type=1110 audit(1623593551.986:84): pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:31 manjone-KalK audit[1008]: USER_ACCT pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:31 manjone-KalK audit[1008]: CRED_REFR pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:31 manjone-KalK sudo[1008]:  manjone : TTY=tty2 ; PWD=/home/manjone ; USER=root ; COMMAND=/usr/bin/journalctl
jun 13 16:12:31 manjone-KalK sudo[1008]: pam_unix(sudo:session): session opened for user root(uid=0) by manjone(uid=1000)
jun 13 16:12:31 manjone-KalK audit[1008]: USER_START pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:12:32 manjone-KalK kernel: audit: type=1105 audit(1623593551.993:85): pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:18:56 manjone-KalK sudo[1008]: pam_unix(sudo:session): session closed for user root
jun 13 16:18:56 manjone-KalK kernel: audit: type=1106 audit(1623593936.913:86): pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:18:56 manjone-KalK kernel: audit: type=1104 audit(1623593936.913:87): pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:18:56 manjone-KalK audit[1008]: USER_END pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:18:56 manjone-KalK audit[1008]: CRED_DISP pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:19:30 manjone-KalK audit[1015]: USER_AUTH pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="manjone" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:19:30 manjone-KalK dbus-daemon[412]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.27' (uid=0 pid=1015 comm="sudo journalctl " label="unconfined")
jun 13 16:19:30 manjone-KalK kernel: audit: type=1100 audit(1623593970.193:88): pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="manjone" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:19:30 manjone-KalK dbus-daemon[412]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:19:30 manjone-KalK audit[1015]: USER_ACCT pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:19:30 manjone-KalK sudo[1015]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
jun 13 16:19:30 manjone-KalK audit[1015]: CRED_REFR pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:19:30 manjone-KalK kernel: audit: type=1101 audit(1623593970.196:89): pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:19:30 manjone-KalK kernel: audit: type=1110 audit(1623593970.196:90): pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:19:30 manjone-KalK sudo[1015]:  manjone : TTY=tty2 ; PWD=/home/manjone ; USER=root ; COMMAND=/usr/bin/journalctl
jun 13 16:19:30 manjone-KalK sudo[1015]: pam_unix(sudo:session): session opened for user root(uid=0) by manjone(uid=1000)
jun 13 16:19:30 manjone-KalK kernel: audit: type=1105 audit(1623593970.203:91): pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
jun 13 16:19:30 manjone-KalK audit[1015]: USER_START pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'

dmesg

[    0.000000] microcode: microcode updated early to revision 0x7, date = 2018-04-23
[    0.000000] Linux version 5.9.16-1-MANJARO (builduser@LEGION) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Mon Dec 21 22:00:46 UTC 2020
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-5.9-x86_64 root=UUID=cabb4911-c30c-4498-801f-1af4194fa97d ro quiet cryptdevice=UUID=5403d2f4-15d4-4164-b22c-9edd31160ea5:luks-5403d2f4-15d4-4164-b22c-9edd31160ea5 root=/dev/mapper/luks-5403d2f4-15d4-4164-b22c-9edd31160ea5 apparmor=1 security=apparmor resume=/dev/mapper/luks-1cee0395-584e-47c4-a3a8-1c8c341226b3 udev.log_priority=3
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000befcefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000befcf000-0x00000000bf6cefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf6cf000-0x00000000bf7cefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bf7cf000-0x00000000bf7fefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bf7ff000-0x00000000bf7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf800000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed19000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1b000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017bffffff] usable
[    0.000000] BIOS-e820: [mem 0x000000017c000000-0x000000017fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000180000000-0x00000001bbffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Hewlett-Packard HP ProBook 4520s/1411, BIOS 68AZZ Ver. F.0F 02/18/2011
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2526.998 MHz processor
[    0.001637] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001639] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001647] last_pfn = 0x1bc000 max_arch_pfn = 0x400000000
[    0.001652] MTRR default type: uncachable
[    0.001653] MTRR fixed ranges enabled:
[    0.001654]   00000-9FFFF write-back
[    0.001655]   A0000-BFFFF uncachable
[    0.001656]   C0000-FFFFF write-protect
[    0.001657] MTRR variable ranges enabled:
[    0.001658]   0 base 0FFC00000 mask FFFC00000 write-protect
[    0.001659]   1 base 000000000 mask F80000000 write-back
[    0.001660]   2 base 080000000 mask FC0000000 write-back
[    0.001661]   3 base 100000000 mask F80000000 write-back
[    0.001662]   4 base 180000000 mask FC0000000 write-back
[    0.001663]   5 base 1BC000000 mask FFC000000 uncachable
[    0.001664]   6 disabled
[    0.001664]   7 disabled
[    0.002285] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.002467] last_pfn = 0xbf800 max_arch_pfn = 0x400000000
[    0.014416] check: Scanning 1 areas for low memory corruption
[    0.014767] RAMDISK: [mem 0x36029000-0x3700bfff]
[    0.014778] ACPI: Early table checksum verification disabled
[    0.014783] ACPI: RSDP 0x00000000000FDDC0 000024 (v02 HPQOEM)
[    0.014787] ACPI: XSDT 0x00000000BF7FE120 000084 (v01 HPQOEM SLIC-MPC 0000000F      01000013)
[    0.014795] ACPI: FACP 0x00000000BF7FC000 0000F4 (v03 HPQOEM 1411     0000000F HP   00000001)
[    0.014802] ACPI: DSDT 0x00000000BF7D8000 01EC21 (v02 HPQOEM 1411     00000001 INTL 20060912)
[    0.014806] ACPI: FACS 0x00000000BF77E000 000040
[    0.014809] ACPI: FACS 0x00000000BF77E000 000040
[    0.014812] ACPI: HPET 0x00000000BF7FB000 000038 (v01 HPQOEM 1411     00000001 HP   00000001)
[    0.014815] ACPI: APIC 0x00000000BF7FA000 0000BC (v01 HPQOEM 1411     00000001 HP   00000001)
[    0.014819] ACPI: MCFG 0x00000000BF7F9000 00003C (v01 HPQOEM 1411     00000001 HP   00000001)
[    0.014823] ACPI: ASF! 0x00000000BF7F8000 0000A0 (v32 HPQOEM 1411     00000001 HP   00000001)
[    0.014826] ACPI: SSDT 0x00000000BF7D5000 000135 (v01 HPQOEM SataAhci 00001000 INTL 20060912)
[    0.014830] ACPI: SSDT 0x00000000BF7D4000 000314 (v01 HPQOEM PtidDevc 00001000 INTL 20060912)
[    0.014834] ACPI: SLIC 0x00000000BF7D3000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.014837] ACPI: SSDT 0x00000000BF7D2000 00005F (v01 HPQOEM HPQNLP   00000001 INTL 20060912)
[    0.014841] ACPI: SSDT 0x00000000BF7D1000 000A10 (v01 PmRef  CpuPm    00003000 INTL 20060912)
[    0.014845] ACPI: SSDT 0x00000000BF7D0000 000288 (v01 PmRef  Cpu0Tst  00003000 INTL 20060912)
[    0.014848] ACPI: SSDT 0x00000000BF7CF000 000225 (v01 PmRef  ApTst    00003000 INTL 20060912)
[    0.014859] ACPI: Local APIC address 0xfee00000
[    0.014918] No NUMA configuration found
[    0.014919] Faking a node at [mem 0x0000000000000000-0x00000001bbffffff]
[    0.014923] NODE_DATA(0) allocated [mem 0x1bbffa000-0x1bbffdfff]
[    0.014964] Zone ranges:
[    0.014965]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.014966]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.014968]   Normal   [mem 0x0000000100000000-0x00000001bbffffff]
[    0.014969]   Device   empty
[    0.014970] Movable zone start for each node
[    0.014970] Early memory node ranges
[    0.014971]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.014972]   node   0: [mem 0x0000000000100000-0x00000000befcefff]
[    0.014973]   node   0: [mem 0x00000000bf7ff000-0x00000000bf7fffff]
[    0.014974]   node   0: [mem 0x0000000100000000-0x000000017bffffff]
[    0.014975]   node   0: [mem 0x0000000180000000-0x00000001bbffffff]
[    0.015623] Zeroed struct page in unavailable ranges: 37010 pages
[    0.015626] Initmem setup node 0 [mem 0x0000000000001000-0x00000001bbffffff]
[    0.015628] On node 0 totalpages: 1535854
[    0.015629]   DMA zone: 64 pages used for memmap
[    0.015630]   DMA zone: 21 pages reserved
[    0.015631]   DMA zone: 3998 pages, LIFO batch:0
[    0.015678]   DMA32 zone: 12160 pages used for memmap
[    0.015679]   DMA32 zone: 778192 pages, LIFO batch:63
[    0.027042]   Normal zone: 12032 pages used for memmap
[    0.027045]   Normal zone: 753664 pages, LIFO batch:63
[    0.038289] ACPI: PM-Timer IO Port: 0x408
[    0.038294] ACPI: Local APIC address 0xfee00000
[    0.038304] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.038305] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.038305] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.038306] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.038307] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.038307] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.038308] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.038309] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.038325] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.038328] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.038330] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.038331] ACPI: IRQ0 used by override.
[    0.038332] ACPI: IRQ9 used by override.
[    0.038335] Using ACPI (MADT) for SMP configuration information
[    0.038337] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.038344] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.038370] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.038371] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.038372] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.038373] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.038374] PM: hibernation: Registered nosave memory: [mem 0xbefcf000-0xbf6cefff]
[    0.038375] PM: hibernation: Registered nosave memory: [mem 0xbf6cf000-0xbf7cefff]
[    0.038376] PM: hibernation: Registered nosave memory: [mem 0xbf7cf000-0xbf7fefff]
[    0.038377] PM: hibernation: Registered nosave memory: [mem 0xbf800000-0xbfffffff]
[    0.038378] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
[    0.038379] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.038379] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.038380] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.038381] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.038381] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
[    0.038382] PM: hibernation: Registered nosave memory: [mem 0xfed14000-0xfed18fff]
[    0.038383] PM: hibernation: Registered nosave memory: [mem 0xfed19000-0xfed19fff]
[    0.038383] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1afff]
[    0.038384] PM: hibernation: Registered nosave memory: [mem 0xfed1b000-0xfed1ffff]
[    0.038385] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.038385] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.038386] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
[    0.038387] PM: hibernation: Registered nosave memory: [mem 0xffd80000-0xffffffff]
[    0.038388] PM: hibernation: Registered nosave memory: [mem 0x17c000000-0x17fffffff]
[    0.038391] [mem 0xc0000000-0xdfffffff] available for PCI devices
[    0.038392] Booting paravirtualized kernel on bare hardware
[    0.038396] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.044286] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[    0.044705] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.044716] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.044717] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.044746] Built 1 zonelists, mobility grouping on.  Total pages: 1511577
[    0.044747] Policy zone: Normal
[    0.044749] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.9-x86_64 root=UUID=cabb4911-c30c-4498-801f-1af4194fa97d ro quiet cryptdevice=UUID=5403d2f4-15d4-4164-b22c-9edd31160ea5:luks-5403d2f4-15d4-4164-b22c-9edd31160ea5 root=/dev/mapper/luks-5403d2f4-15d4-4164-b22c-9edd31160ea5 apparmor=1 security=apparmor resume=/dev/mapper/luks-1cee0395-584e-47c4-a3a8-1c8c341226b3 udev.log_priority=3
[    0.046148] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.046782] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.046893] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.086671] Memory: 5915604K/6143416K available (14339K kernel code, 1529K rwdata, 4760K rodata, 1664K init, 2888K bss, 227552K reserved, 0K cma-reserved)
[    0.086681] random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
[    0.086848] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.086863] Kernel/User page tables isolation: enabled
[    0.086888] ftrace: allocating 41085 entries in 161 pages
[    0.106286] ftrace: allocated 161 pages with 3 groups
[    0.106487] rcu: Preemptible hierarchical RCU implementation.
[    0.106488] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.106489] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.106490] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.106491] 	Trampoline variant of Tasks RCU enabled.
[    0.106491] 	Rude variant of Tasks RCU enabled.
[    0.106492] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.106493] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.111237] NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
[    0.111647] Console: colour dummy device 80x25
[    0.111655] printk: console [tty0] enabled
[    0.111678] ACPI: Core revision 20200717
[    0.111887] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.111907] APIC: Switch to symmetric I/O mode setup
[    0.112514] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.128573] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x246cda0ff86, max_idle_ns: 440795293526 ns
[    0.128579] Calibrating delay loop (skipped), value calculated using timer frequency.. 5056.57 BogoMIPS (lpj=8423326)
[    0.128582] pid_max: default: 32768 minimum: 301
[    0.128613] LSM: Security Framework initializing
[    0.128619] Yama: becoming mindful.
[    0.128650] AppArmor: AppArmor initialized
[    0.128695] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.128723] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.129082] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.129092] process: using mwait in idle threads
[    0.129095] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    0.129096] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.129099] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.129102] Spectre V2 : Mitigation: Full generic retpoline
[    0.129102] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.129103] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.129105] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.129106] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.129108] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.129110] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.129350] Freeing SMP alternatives memory: 32K
[    0.237679] smpboot: CPU0: Intel(R) Core(TM) i3 CPU       M 380  @ 2.53GHz (family: 0x6, model: 0x25, stepping: 0x5)
[    0.237829] Performance Events: PEBS fmt1+, Westmere events, 16-deep LBR, Intel PMU driver.
[    0.237837] core: CPUID marked event: 'bus cycles' unavailable
[    0.237838] ... version:                3
[    0.237839] ... bit width:              48
[    0.237839] ... generic registers:      4
[    0.237840] ... value mask:             0000ffffffffffff
[    0.237841] ... max period:             000000007fffffff
[    0.237841] ... fixed-purpose events:   3
[    0.237842] ... event mask:             000000070000000f
[    0.237901] rcu: Hierarchical SRCU implementation.
[    0.238575] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.238575] smp: Bringing up secondary CPUs ...
[    0.238575] x86: Booting SMP configuration:
[    0.238575] .... node  #0, CPUs:      #1
[    0.240921] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.240921]  #2 #3
[    0.247414] smp: Brought up 1 node, 4 CPUs
[    0.247414] smpboot: Max logical packages: 2
[    0.247414] smpboot: Total of 4 processors activated (20224.31 BogoMIPS)
[    0.248966] devtmpfs: initialized
[    0.248966] x86/mm: Memory block size: 128MB
[    0.249359] PM: Registering ACPI NVS region [mem 0xbf6cf000-0xbf7cefff] (1048576 bytes)
[    0.249359] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.249359] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.249359] pinctrl core: initialized pinctrl subsystem
[    0.249359] PM: RTC time: 14:11:19, date: 2021-06-13
[    0.251918] NET: Registered protocol family 16
[    0.252207] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.252392] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.252583] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.252606] audit: initializing netlink subsys (disabled)
[    0.252638] audit: type=2000 audit(1623593479.139:1): state=initialized audit_enabled=0 res=1
[    0.252638] thermal_sys: Registered thermal governor 'fair_share'
[    0.252638] thermal_sys: Registered thermal governor 'bang_bang'
[    0.252638] thermal_sys: Registered thermal governor 'step_wise'
[    0.252638] thermal_sys: Registered thermal governor 'user_space'
[    0.252638] thermal_sys: Registered thermal governor 'power_allocator'
[    0.252638] cpuidle: using governor ladder
[    0.252638] cpuidle: using governor menu
[    0.252638] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.252638] ACPI: bus type PCI registered
[    0.252638] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.252638] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.252638] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.252638] PCI: Using configuration type 1 for base access
[    0.252643] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.252644] mtrr: probably your BIOS does not setup all CPUs.
[    0.252645] mtrr: corrected configuration.
[    0.255258] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.255407] ACPI: Added _OSI(Module Device)
[    0.255409] ACPI: Added _OSI(Processor Device)
[    0.255410] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.255411] ACPI: Added _OSI(Processor Aggregator Device)
[    0.255413] ACPI: Added _OSI(Linux-Dell-Video)
[    0.255414] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.255415] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.272922] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.274294] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.285617] ACPI: Dynamic OEM Table Load:
[    0.285624] ACPI: SSDT 0xFFFF8D6F74530800 00047D (v01 PmRef  Cpu0Ist  00003000 INTL 20060912)
[    0.286944] ACPI: Dynamic OEM Table Load:
[    0.286950] ACPI: SSDT 0xFFFF8D6F7407F000 0008AA (v01 PmRef  Cpu0Cst  00003001 INTL 20060912)
[    0.288539] ACPI: Dynamic OEM Table Load:
[    0.288544] ACPI: SSDT 0xFFFF8D6F746C2000 000303 (v01 PmRef  ApIst    00003000 INTL 20060912)
[    0.289635] ACPI: Dynamic OEM Table Load:
[    0.289640] ACPI: SSDT 0xFFFF8D6F740F3800 000119 (v01 PmRef  ApCst    00003000 INTL 20060912)
[    0.291706] ACPI: EC: EC started
[    0.291707] ACPI: EC: interrupt blocked
[    0.736006] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.736009] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[    0.736010] ACPI: Interpreter enabled
[    0.736041] ACPI: (supports S0 S3 S4 S5)
[    0.736043] ACPI: Using IOAPIC for interrupt routing
[    0.736075] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.736477] ACPI: Enabled 9 GPEs in block 00 to 3F
[    0.740173] ACPI: Power Resource [APPR] (off)
[    0.743024] ACPI: Power Resource [COMP] (on)
[    0.743429] ACPI: Power Resource [LPP] (on)
[    0.748905] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.748912] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.750526] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.752733] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.752734] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.753698] PCI host bridge to bus 0000:00
[    0.753701] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.753703] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.753704] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.753705] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff window]
[    0.753706] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfedfffff window]
[    0.753708] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff window]
[    0.753709] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.753725] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[    0.753753] pci 0000:00:00.0: DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[    0.753869] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
[    0.753919] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.754085] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
[    0.754113] pci 0000:00:16.0: reg 0x10: [mem 0xd0604000-0xd060400f 64bit]
[    0.754218] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.754360] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[    0.754379] pci 0000:00:1a.0: reg 0x10: [mem 0xd0609000-0xd06093ff]
[    0.754495] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.754643] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[    0.754668] pci 0000:00:1b.0: reg 0x10: [mem 0xd0600000-0xd0603fff 64bit]
[    0.754796] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.754953] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[    0.755086] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.755263] pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
[    0.755397] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.755560] pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400
[    0.755750] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.755856] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[    0.755876] pci 0000:00:1d.0: reg 0x10: [mem 0xd0608000-0xd06083ff]
[    0.755991] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.756140] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.756364] pci 0000:00:1f.0: [8086:3b0b] type 00 class 0x060100
[    0.756616] pci 0000:00:1f.2: [8086:3b2f] type 00 class 0x010601
[    0.756635] pci 0000:00:1f.2: reg 0x10: [io  0x4028-0x402f]
[    0.756647] pci 0000:00:1f.2: reg 0x14: [io  0x4034-0x4037]
[    0.756657] pci 0000:00:1f.2: reg 0x18: [io  0x4020-0x4027]
[    0.756668] pci 0000:00:1f.2: reg 0x1c: [io  0x4030-0x4033]
[    0.756678] pci 0000:00:1f.2: reg 0x20: [io  0x4000-0x401f]
[    0.756689] pci 0000:00:1f.2: reg 0x24: [mem 0xd0607000-0xd06077ff]
[    0.756761] pci 0000:00:1f.2: PME# supported from D3hot
[    0.756950] pci 0000:01:00.0: [1002:68e0] type 00 class 0x030000
[    0.756971] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.756983] pci 0000:01:00.0: reg 0x18: [mem 0xd0500000-0xd051ffff 64bit]
[    0.756992] pci 0000:01:00.0: reg 0x20: [io  0x3000-0x30ff]
[    0.757007] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    0.757014] pci 0000:01:00.0: enabling Extended Tags
[    0.757068] pci 0000:01:00.0: supports D1 D2
[    0.757156] pci 0000:01:00.1: [1002:aa68] type 00 class 0x040300
[    0.757177] pci 0000:01:00.1: reg 0x10: [mem 0xd0520000-0xd0523fff 64bit]
[    0.757219] pci 0000:01:00.1: enabling Extended Tags
[    0.757271] pci 0000:01:00.1: supports D1 D2
[    0.757350] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.757352] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.757354] pci 0000:00:01.0:   bridge window [mem 0xd0500000-0xd05fffff]
[    0.757357] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.757411] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.757418] pci 0000:00:1c.0:   bridge window [mem 0xd0400000-0xd04fffff]
[    0.757540] pci 0000:03:00.0: [1814:3090] type 00 class 0x028000
[    0.757571] pci 0000:03:00.0: reg 0x10: [mem 0xd0300000-0xd030ffff]
[    0.757999] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.758006] pci 0000:00:1c.3:   bridge window [mem 0xd0300000-0xd03fffff]
[    0.758104] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.758127] pci 0000:04:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.758157] pci 0000:04:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
[    0.758175] pci 0000:04:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
[    0.758187] pci 0000:04:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[    0.758291] pci 0000:04:00.0: supports D1 D2
[    0.758292] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.758455] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.758459] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    0.758464] pci 0000:00:1c.5:   bridge window [mem 0xd0200000-0xd02fffff]
[    0.758471] pci 0000:00:1c.5:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.758495] pci_bus 0000:05: extended config space not accessible
[    0.758556] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode)
[    0.758563] pci 0000:00:1e.0:   bridge window [mem 0xd0100000-0xd01fffff]
[    0.758570] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.758571] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.758573] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.758579] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xdfffffff window] (subtractive decode)
[    0.758580] pci 0000:00:1e.0:   bridge window [mem 0xf0000000-0xfedfffff window] (subtractive decode)
[    0.758581] pci 0000:00:1e.0:   bridge window [mem 0xfee01000-0xffffffff window] (subtractive decode)
[    0.760035] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.760124] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 11 12 14 15)
[    0.760210] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.760297] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.760384] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.760471] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.760556] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.760642] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.760726] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
[    0.760731] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.760849] PCI host bridge to bus 0000:ff
[    0.760852] pci_bus 0000:ff: root bus resource [bus ff]
[    0.760861] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
[    0.760914] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
[    0.760986] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
[    0.761039] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
[    0.761087] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
[    0.761136] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
[    0.761918] ACPI: EC: interrupt unblocked
[    0.761918] ACPI: EC: event unblocked
[    0.761918] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.761918] ACPI: EC: GPE=0x16
[    0.761918] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
[    0.761918] ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
[    0.761918] iommu: Default domain type: Translated 
[    0.761938] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.761938] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.761938] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.761938] vgaarb: loaded
[    0.762161] SCSI subsystem initialized
[    0.762181] libata version 3.00 loaded.
[    0.762181] ACPI: bus type USB registered
[    0.762181] usbcore: registered new interface driver usbfs
[    0.762181] usbcore: registered new interface driver hub
[    0.762181] usbcore: registered new device driver usb
[    0.762181] pps_core: LinuxPPS API ver. 1 registered
[    0.762181] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.762181] PTP clock support registered
[    0.762181] EDAC MC: Ver: 3.0.0
[    0.762181] NetLabel: Initializing
[    0.762181] NetLabel:  domain hash size = 128
[    0.762181] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.762181] NetLabel:  unlabeled traffic allowed by default
[    0.762181] PCI: Using ACPI for IRQ routing
[    0.771863] PCI: pci_cache_line_size set to 64 bytes
[    0.771952] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.771954] e820: reserve RAM buffer [mem 0xbefcf000-0xbfffffff]
[    0.771955] e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
[    0.773208] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.773215] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.775338] clocksource: Switched to clocksource tsc-early
[    0.793148] VFS: Disk quotas dquot_6.6.0
[    0.793174] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.793332] AppArmor: AppArmor Filesystem Enabled
[    0.793377] pnp: PnP ACPI init
[    0.793886] system 00:00: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.793888] system 00:00: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.793890] system 00:00: [mem 0xfed1b000-0xfed1bfff] has been reserved
[    0.793891] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.793893] system 00:00: [mem 0xd0700000-0xd0700fff] has been reserved
[    0.793894] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.793896] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.793897] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.793899] system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.793908] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.794100] system 00:01: [io  0xfe00-0xfe0f] has been reserved
[    0.794102] system 00:01: [io  0xfe80-0xfe8f] has been reserved
[    0.794104] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.794109] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.794237] system 00:02: [io  0x0200-0x027f] has been reserved
[    0.794239] system 00:02: [io  0x1000-0x100f] has been reserved
[    0.794240] system 00:02: [io  0xffff] has been reserved
[    0.794242] system 00:02: [io  0xffff] has been reserved
[    0.794243] system 00:02: [io  0x0400-0x047f] has been reserved
[    0.794245] system 00:02: [io  0x0500-0x057f] has been reserved
[    0.794246] system 00:02: [io  0xef80-0xef9f] has been reserved
[    0.794252] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.794282] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.794540] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.794568] pnp 00:05: Plug and Play ACPI device, IDs SYN016a SYN0100 SYN0002 PNP0f13 (active)
[    0.795260] pnp: PnP ACPI: found 6 devices
[    0.801449] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.801524] NET: Registered protocol family 2
[    0.801776] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.801877] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.802132] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.802255] TCP: Hash tables configured (established 65536 bind 65536)
[    0.802375] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.802440] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.802485] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.802628] NET: Registered protocol family 1
[    0.802634] NET: Registered protocol family 44
[    0.802642] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    0.802646] pci 0000:04:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[    0.802664] pci 0000:01:00.0: BAR 6: assigned [mem 0xd0540000-0xd055ffff pref]
[    0.802667] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.802670] pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
[    0.802673] pci 0000:00:01.0:   bridge window [mem 0xd0500000-0xd05fffff]
[    0.802675] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.802679] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.802684] pci 0000:00:1c.0:   bridge window [mem 0xd0400000-0xd04fffff]
[    0.802694] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.802700] pci 0000:00:1c.3:   bridge window [mem 0xd0300000-0xd03fffff]
[    0.802711] pci 0000:04:00.0: BAR 6: assigned [mem 0xd0200000-0xd021ffff pref]
[    0.802712] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.802715] pci 0000:00:1c.5:   bridge window [io  0x2000-0x2fff]
[    0.802721] pci 0000:00:1c.5:   bridge window [mem 0xd0200000-0xd02fffff]
[    0.802725] pci 0000:00:1c.5:   bridge window [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.802732] pci 0000:00:1e.0: PCI bridge to [bus 05]
[    0.802738] pci 0000:00:1e.0:   bridge window [mem 0xd0100000-0xd01fffff]
[    0.802749] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.802750] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.802752] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.802753] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xdfffffff window]
[    0.802754] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfedfffff window]
[    0.802755] pci_bus 0000:00: resource 9 [mem 0xfee01000-0xffffffff window]
[    0.802757] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.802758] pci_bus 0000:01: resource 1 [mem 0xd0500000-0xd05fffff]
[    0.802759] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.802761] pci_bus 0000:02: resource 1 [mem 0xd0400000-0xd04fffff]
[    0.802762] pci_bus 0000:03: resource 1 [mem 0xd0300000-0xd03fffff]
[    0.802764] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    0.802765] pci_bus 0000:04: resource 1 [mem 0xd0200000-0xd02fffff]
[    0.802766] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xd00fffff 64bit pref]
[    0.802768] pci_bus 0000:05: resource 1 [mem 0xd0100000-0xd01fffff]
[    0.802769] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7 window]
[    0.802770] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff window]
[    0.802771] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.802773] pci_bus 0000:05: resource 7 [mem 0xc0000000-0xdfffffff window]
[    0.802774] pci_bus 0000:05: resource 8 [mem 0xf0000000-0xfedfffff window]
[    0.802775] pci_bus 0000:05: resource 9 [mem 0xfee01000-0xffffffff window]
[    0.804215] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.804248] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.804323] PCI: CLS 64 bytes, default 64
[    0.804389] Trying to unpack rootfs image as initramfs...
[    1.023530] Freeing initrd memory: 16268K
[    1.023550] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.023551] software IO TLB: mapped [mem 0xbafcf000-0xbefcf000] (64MB)
[    1.023821] check: Scanning for low memory corruption every 60 seconds
[    1.024304] Initialise system trusted keyrings
[    1.024315] Key type blacklist registered
[    1.024404] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    1.025882] zbud: loaded
[    1.036941] Key type asymmetric registered
[    1.036943] Asymmetric key parser 'x509' registered
[    1.036954] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.037022] io scheduler mq-deadline registered
[    1.037023] io scheduler kyber registered
[    1.037052] io scheduler bfq registered
[    1.037728] pcieport 0000:00:01.0: PME: Signaling with IRQ 24
[    1.038176] pcieport 0000:00:1c.0: PME: Signaling with IRQ 25
[    1.038621] pcieport 0000:00:1c.3: PME: Signaling with IRQ 26
[    1.039064] pcieport 0000:00:1c.5: PME: Signaling with IRQ 27
[    1.039097] pcieport 0000:00:1c.5: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    1.039284] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.039378] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[    1.039379] vesafb: scrolling: redraw
[    1.039380] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    1.039398] vesafb: framebuffer at 0xc0000000, mapped to 0x(____ptrval____), using 4160k, total 4160k
[    1.039450] fbcon: Deferring console take-over
[    1.039452] fb0: VESA VGA frame buffer device
[    1.039467] intel_idle: MWAIT substates: 0x1120
[    1.039469] intel_idle: v0.5.1 model 0x25
[    1.039681] intel_idle: Local APIC timer is reliable in all C-states
[    1.039787] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.039817] ACPI: Sleep Button [SLPB]
[    1.039857] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    1.039878] ACPI: Lid Switch [LID]
[    1.039919] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.047806] ACPI: Power Button [PWRF]
[    1.048963] ACPI: Video Device [DGFX] (multi-head: yes  rom: no  post: no)
[    1.062502] acpi device:03: registered as cooling_device0
[    1.062606] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input3
[    1.071691] thermal LNXTHERM:00: registered as thermal_zone0
[    1.071692] ACPI: Thermal Zone [EXTZ] (41 C)
[    1.071800] thermal LNXTHERM:01: registered as thermal_zone1
[    1.071801] ACPI: Thermal Zone [EX2Z] (0 C)
[    1.071915] thermal LNXTHERM:02: registered as thermal_zone2
[    1.071916] ACPI: Thermal Zone [PWMZ] (0 C)
[    1.075856] thermal LNXTHERM:03: registered as thermal_zone3
[    1.075858] ACPI: Thermal Zone [LOCZ] (33 C)
[    1.076772] thermal LNXTHERM:04: registered as thermal_zone4
[    1.076773] ACPI: Thermal Zone [GFXZ] (0 C)
[    1.093734] thermal LNXTHERM:05: registered as thermal_zone5
[    1.093736] ACPI: Thermal Zone [BATZ] (29 C)
[    1.108442] thermal LNXTHERM:06: registered as thermal_zone6
[    1.108443] ACPI: Thermal Zone [EGXZ] (0 C)
[    1.108878] thermal LNXTHERM:07: registered as thermal_zone7
[    1.108880] ACPI: Thermal Zone [CPUZ] (55 C)
[    1.109264] thermal LNXTHERM:08: registered as thermal_zone8
[    1.109265] ACPI: Thermal Zone [MCHZ] (45 C)
[    1.109642] thermal LNXTHERM:09: registered as thermal_zone9
[    1.109643] ACPI: Thermal Zone [PCHZ] (59 C)
[    1.110025] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.111835] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    1.111836] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.112805] ahci 0000:00:1f.2: version 3.0
[    1.113214] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.113257] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x13 impl SATA mode
[    1.113260] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst 
[    1.135683] scsi host0: ahci
[    1.136157] scsi host1: ahci
[    1.136424] scsi host2: ahci
[    1.136761] scsi host3: ahci
[    1.137321] scsi host4: ahci
[    1.137894] scsi host5: ahci
[    1.137990] ata1: SATA max UDMA/133 abar m2048@0xd0607000 port 0xd0607100 irq 28
[    1.137992] ata2: SATA max UDMA/133 abar m2048@0xd0607000 port 0xd0607180 irq 28
[    1.137993] ata3: DUMMY
[    1.137994] ata4: DUMMY
[    1.137996] ata5: SATA max UDMA/133 abar m2048@0xd0607000 port 0xd0607300 irq 28
[    1.137997] ata6: DUMMY
[    1.138083] usbcore: registered new interface driver usbserial_generic
[    1.138088] usbserial: USB Serial support registered for generic
[    1.138120] rtc_cmos 00:03: RTC can wake from S4
[    1.138483] rtc_cmos 00:03: registered as rtc0
[    1.138519] rtc_cmos 00:03: setting system clock to 2021-06-13T14:11:20 UTC (1623593480)
[    1.138550] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.138621] intel_pstate: CPU model not supported
[    1.138685] ledtrig-cpu: registered to indicate activity on CPUs
[    1.138781] ashmem: initialized
[    1.138932] drop_monitor: Initializing network drop monitor service
[    1.139125] NET: Registered protocol family 10
[    1.145963] Segment Routing with IPv6
[    1.145965] RPL Segment Routing with IPv6
[    1.145997] NET: Registered protocol family 17
[    1.146378] microcode: sig=0x20655, pf=0x10, revision=0x7
[    1.146532] microcode: Microcode Update Driver: v2.2.
[    1.146538] IPI shorthand broadcast: enabled
[    1.146547] sched_clock: Marking stable (1146196712, 329880)->(1152035336, -5508744)
[    1.146832] registered taskstats version 1
[    1.146856] Loading compiled-in X.509 certificates
[    1.152065] Loaded X.509 cert 'Build time autogenerated kernel key: 9d03c4d841bf08bdacc38e7fc2cd16df39302a02'
[    1.153671] zswap: loaded using pool zstd/z3fold
[    1.154370] Key type ._fscrypt registered
[    1.154373] Key type .fscrypt registered
[    1.154375] Key type fscrypt-provisioning registered
[    1.154474] AppArmor: AppArmor sha1 policy hashing enabled
[    1.154920] PM:   Magic number: 9:78:182
[    1.155011] acpi device:41: hash matches
[    1.155336] RAS: Correctable Errors collector initialized.
[    1.453138] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.455725] ata1.00: unexpected _GTF length (8)
[    1.462801] ata1.00: ATA-9: Intenso SSD SATAIII, S0424A0, max UDMA/133
[    1.462804] ata1.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.470585] ata1.00: unexpected _GTF length (8)
[    1.477777] ata1.00: configured for UDMA/133
[    1.478004] scsi 0:0:0:0: Direct-Access     ATA      Intenso SSD SATA 4A0  PQ: 0 ANSI: 5
[    1.478377] sd 0:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[    1.478395] sd 0:0:0:0: [sda] Write Protect is off
[    1.478398] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.478427] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.479782]  sda: sda1 sda2
[    1.480720] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.793077] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.796920] ata2.00: unexpected _GTF length (8)
[    1.796924] ata2.00: ATAPI: hp      DVDRAM GT31L, mP01, max UDMA/100
[    1.800879] ata2.00: unexpected _GTF length (8)
[    1.800885] ata2.00: configured for UDMA/100
[    1.803817] scsi 1:0:0:0: CD-ROM            hp       DVDRAM GT31L     mP01 PQ: 0 ANSI: 5
[    2.028667] tsc: Refined TSC clocksource calibration: 2526.999 MHz
[    2.028676] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x246cdab5d1d, max_idle_ns: 440795263955 ns
[    2.028749] clocksource: Switched to clocksource tsc
[    2.153159] ata5: SATA link down (SStatus 0 SControl 300)
[    2.156197] Freeing unused decrypted memory: 2040K
[    2.156687] Freeing unused kernel image (initmem) memory: 1664K
[    2.156771] Write protecting the kernel read-only data: 22528k
[    2.157680] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    2.158251] Freeing unused kernel image (rodata/data gap) memory: 1384K
[    2.217990] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.217993] x86/mm: Checking user space page tables
[    2.275658] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.275669] Run /init as init process
[    2.275671]   with arguments:
[    2.275672]     /init
[    2.275673]   with environment:
[    2.275673]     HOME=/
[    2.275674]     TERM=linux
[    2.275675]     BOOT_IMAGE=/boot/vmlinuz-5.9-x86_64
[    2.275675]     cryptdevice=UUID=5403d2f4-15d4-4164-b22c-9edd31160ea5:luks-5403d2f4-15d4-4164-b22c-9edd31160ea5
[    2.385645] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.387458] i8042: Detected active multiplexing controller, rev 1.1
[    2.388247] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.388326] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    2.388373] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    2.388416] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    2.388463] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    2.397628] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.399414] ehci-pci: EHCI PCI platform driver
[    2.400045] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    2.400056] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.400074] ehci-pci 0000:00:1a.0: debug port 2
[    2.404045] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    2.404075] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd0609000
[    2.415559] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.415665] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    2.415667] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.415669] usb usb1: Product: EHCI Host Controller
[    2.415671] usb usb1: Manufacturer: Linux 5.9.16-1-MANJARO ehci_hcd
[    2.415673] usb usb1: SerialNumber: 0000:00:1a.0
[    2.415915] hub 1-0:1.0: USB hub found
[    2.415930] hub 1-0:1.0: 2 ports detected
[    2.417076] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.417085] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.417102] ehci-pci 0000:00:1d.0: debug port 2
[    2.421217] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    2.421245] ehci-pci 0000:00:1d.0: irq 20, io mem 0xd0608000
[    2.428655] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.428662] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.433561] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.433666] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
[    2.433669] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.433671] usb usb2: Product: EHCI Host Controller
[    2.433673] usb usb2: Manufacturer: Linux 5.9.16-1-MANJARO ehci_hcd
[    2.433675] usb usb2: SerialNumber: 0000:00:1d.0
[    2.433982] hub 2-0:1.0: USB hub found
[    2.434126] hub 2-0:1.0: 2 ports detected
[    2.445094] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.464092] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.745266] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.754176] device-mapper: uevent: version 1.0.3
[    2.754270] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    2.765300] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    2.766554] Key type encrypted registered
[    2.892277] usb 1-1: New USB device found, idVendor=8087, idProduct=0020, bcdDevice= 0.00
[    2.892280] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.892678] hub 1-1:1.0: USB hub found
[    2.892818] hub 1-1:1.0: 6 ports detected
[    2.912416] usb 2-1: New USB device found, idVendor=8087, idProduct=0020, bcdDevice= 0.00
[    2.912418] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.912686] hub 2-1:1.0: USB hub found
[    2.912805] hub 2-1:1.0: 8 ports detected
[    3.171925] usb 1-1.5: new high-speed USB device number 3 using ehci-pci
[    4.451790] usb 1-1.5: New USB device found, idVendor=05c8, idProduct=0403, bcdDevice= 1.06
[    4.451792] usb 1-1.5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    4.451794] usb 1-1.5: Product: HP Webcam [2 MP Fixed]
[    4.451796] usb 1-1.5: Manufacturer: Foxlink
[    4.451798] usb 1-1.5: SerialNumber: 200909240102
[    6.741751] random: cryptsetup: uninitialized urandom read (2 bytes read)
[    6.752594] cryptd: max_cpu_qlen set to 1000
[    7.000444] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   11.159207] random: cryptsetup: uninitialized urandom read (2 bytes read)
[   11.211244] PM: Image not found (code -22)
[   11.251843] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   11.311877] random: fast init done
[   11.567142] systemd[1]: systemd 247.7-1-manjaro running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   11.582158] systemd[1]: Detected architecture x86-64.
[   11.617738] systemd[1]: Set hostname to <manjone-KalK>.
[   12.253438] random: lvmconfig: uninitialized urandom read (4 bytes read)
[   12.468626] systemd[1]: Queued start job for default target Graphical Interface.
[   12.469351] random: systemd: uninitialized urandom read (16 bytes read)
[   12.497752] systemd[1]: Created slice system-getty.slice.
[   12.497907] random: systemd: uninitialized urandom read (16 bytes read)
[   12.498865] systemd[1]: Created slice system-modprobe.slice.
[   12.499793] systemd[1]: Created slice Cryptsetup Units Slice.
[   12.500837] systemd[1]: Created slice User and Session Slice.
[   12.501048] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   12.501212] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   12.501669] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   12.501863] systemd[1]: Reached target Login Prompts.
[   12.502087] systemd[1]: Reached target Remote File Systems.
[   12.502138] systemd[1]: Reached target Slices.
[   12.502398] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   12.503167] systemd[1]: Listening on LVM2 poll daemon socket.
[   12.506492] systemd[1]: Listening on Process Core Dump Socket.
[   12.506943] systemd[1]: Listening on Journal Audit Socket.
[   12.507263] systemd[1]: Listening on Journal Socket (/dev/log).
[   12.507613] systemd[1]: Listening on Journal Socket.
[   12.509941] systemd[1]: Listening on udev Control Socket.
[   12.510238] systemd[1]: Listening on udev Kernel Socket.
[   12.512502] systemd[1]: Mounting Huge Pages File System...
[   12.514230] systemd[1]: Mounting POSIX Message Queue File System...
[   12.515879] systemd[1]: Mounting Kernel Debug File System...
[   12.517490] systemd[1]: Mounting Kernel Trace File System...
[   12.519267] systemd[1]: Starting Load AppArmor profiles...
[   12.521212] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   12.522958] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   12.524477] systemd[1]: Starting Load Kernel Module configfs...
[   12.526420] systemd[1]: Starting Load Kernel Module drm...
[   12.528319] systemd[1]: Starting Load Kernel Module fuse...
[   12.531309] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   12.533183] systemd[1]: Starting File System Check on Root Device...
[   12.536766] systemd[1]: Starting Load Kernel Modules...
[   12.536934] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[   12.538644] systemd[1]: Starting Coldplug All udev Devices...
[   12.544772] systemd[1]: Mounted Huge Pages File System.
[   12.554800] systemd[1]: Mounted POSIX Message Queue File System.
[   12.554969] systemd[1]: Mounted Kernel Debug File System.
[   12.555129] systemd[1]: Mounted Kernel Trace File System.
[   12.556024] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   12.556534] systemd[1]: modprobe@configfs.service: Succeeded.
[   12.557195] systemd[1]: Finished Load Kernel Module configfs.
[   12.559587] systemd[1]: Mounting Kernel Configuration File System...
[   12.560284] fuse: init (API version 7.31)
[   12.562451] Linux agpgart interface v0.103
[   12.563588] systemd[1]: modprobe@fuse.service: Succeeded.
[   12.564349] systemd[1]: Finished Load Kernel Module fuse.
[   12.565638] systemd[1]: Mounted Kernel Configuration File System.
[   12.569446] systemd[1]: Mounting FUSE Control File System...
[   12.595665] systemd[1]: Finished Load Kernel Modules.
[   12.596050] systemd[1]: Mounted FUSE Control File System.
[   12.597751] systemd[1]: Starting Apply Kernel Variables...
[   12.607193] systemd[1]: Finished File System Check on Root Device.
[   12.609175] systemd[1]: Starting Remount Root and Kernel File Systems...
[   12.619466] systemd[1]: Finished Apply Kernel Variables.
[   12.625210] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   12.627103] systemd[1]: Starting CLI Netfilter Manager...
[   12.629145] systemd[1]: modprobe@drm.service: Succeeded.
[   12.629915] systemd[1]: Finished Load Kernel Module drm.
[   12.636317] systemd[1]: Finished Remount Root and Kernel File Systems.
[   12.636594] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[   12.641866] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   12.643943] systemd[1]: Starting Load/Save Random Seed...
[   12.644112] systemd[1]: Condition check resulted in Create System Users being skipped.
[   12.645899] systemd[1]: Starting Create Static Device Nodes in /dev...
[   12.676864] systemd[1]: Finished CLI Netfilter Manager.
[   12.682911] systemd[1]: Finished Create Static Device Nodes in /dev.
[   12.685052] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[   12.687922] systemd[1]: Starting Journal Service...
[   12.690479] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[   12.744864] systemd[1]: Finished Coldplug All udev Devices.
[   12.781118] audit: type=1400 audit(1623593492.136:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=301 comm="apparmor_parser"
[   12.872439] systemd[1]: Started Rule-based Manager for Device Events and Files.
[   12.872551] audit: type=1130 audit(1623593492.230:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.876463] systemd[1]: Started Journal Service.
[   12.876599] audit: type=1130 audit(1623593492.233:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.889587] systemd-journald[309]: Received client request to flush runtime journal.
[   13.053099] audit: type=1400 audit(1623593492.410:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=299 comm="apparmor_parser"
[   13.058225] audit: type=1400 audit(1623593492.413:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=299 comm="apparmor_parser"
[   13.263688] random: crng init done
[   13.263692] random: 5 urandom warning(s) missed due to ratelimiting
[   13.264007] audit: type=1130 audit(1623593492.620:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.283314] audit: type=1130 audit(1623593492.640:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.377936] ACPI: AC Adapter [AC] (on-line)
[   13.408493] hp_accel: hardware type HPB452x found
[   13.418958] lis3lv02d: 8 bits sensor found
[   13.457083] battery: ACPI: Battery Slot [BAT0] (battery present)
[   13.498700] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input9
[   13.678564] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20200717/utaddress-204)
[   13.678573] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.679187] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200717/utaddress-204)
[   13.679193] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.679195] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200717/utaddress-204)
[   13.679199] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.679201] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200717/utaddress-204)
[   13.679205] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.679206] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   13.702897] audit: type=1400 audit(1623593493.046:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="php-fpm" pid=311 comm="apparmor_parser"
[   13.725607] audit: type=1400 audit(1623593493.080:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="dovecot-script-login" pid=337 comm="apparmor_parser"
[   13.772422] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
[   13.846602] audit: type=1130 audit(1623593493.203:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-cryptsetup@luks\x2d1cee0395\x2d584e\x2d47c4\x2da3a8\x2d1c8c341226b3 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.855755] input: PC Speaker as /devices/platform/pcspkr/input/input11
[   13.956836] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD81B1X5: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
[   13.956841] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   13.956844] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[   13.956846] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[   13.956848] snd_hda_codec_idt hdaudioC0D0:    inputs:
[   13.956850] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0x11
[   13.956853] snd_hda_codec_idt hdaudioC0D0:      Mic=0xa
[   13.959744] libphy: Fixed MDIO Bus: probed
[   14.001307] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[   14.001421] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
[   14.001521] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
[   14.100194] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[   14.123704] libphy: r8169: probed
[   14.124426] r8169 0000:04:00.0 eth0: RTL8168d/8111d, 64:31:50:09:5b:b2, XID 283, IRQ 32
[   14.124429] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[   14.275294] Adding 9225416k swap on /dev/mapper/luks-1cee0395-584e-47c4-a3a8-1c8c341226b3.  Priority:-2 extents:1 across:9225416k SSFS
[   14.355570] iTCO_vendor_support: vendor-support=0
[   14.380135] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   14.380236] iTCO_wdt: Found a HM57 TCO device (Version=2, TCOBASE=0x0460)
[   14.392383] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   14.405395] r8169 0000:04:00.0 ens5: renamed from eth0
[   14.445058] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   14.492426] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   14.559382] input: HP WMI hotkeys as /devices/virtual/input/input19
[   14.762301] psmouse serio4: synaptics: queried max coordinates: x [..5686], y [..4548]
[   14.834887] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.4, id: 0x1e0b1, caps: 0xd04771/0xe40000/0x5a0400/0x0, board id: 0, fw id: 640916
[   14.863312] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[   14.878773] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input15
[   14.888020] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3090, rev 3213 detected
[   14.954792] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected
[   14.954851] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   14.983786] rt2800pci 0000:03:00.0 wlo1: renamed from wlan0
[   15.001399] mousedev: PS/2 mouse device common for all mice
[   15.017887] [drm] radeon kernel modesetting enabled.
[   15.020427] checking generic (c0000000 410000) vs hw (c0000000 10000000)
[   15.020430] fb0: switching to radeondrmfb from VESA VGA
[   15.020538] radeon 0000:01:00.0: vgaarb: deactivate vga console
[   15.030960] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68E0 0x103C:0x1411 0x00).
[   15.031085] ATOM BIOS: HP
[   15.031154] radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
[   15.031157] radeon 0000:01:00.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
[   15.031163] [drm] Detected VRAM RAM=512M, BAR=256M
[   15.031164] [drm] RAM width 64bits DDR
[   15.034329] [TTM] Zone  kernel: Available graphics memory: 2969648 KiB
[   15.034332] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[   15.034334] [TTM] Initializing pool allocator
[   15.034341] [TTM] Initializing DMA pool allocator
[   15.034373] [drm] radeon: 512M of VRAM memory ready
[   15.034375] [drm] radeon: 1024M of GTT memory ready.
[   15.034406] [drm] Loading CEDAR Microcode
[   15.057410] [drm] Internal thermal controller with fan control
[   15.082952] [drm] radeon: dpm initialized
[   15.091363] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   15.101739] [drm] PCIE GART of 1024M enabled (table at 0x000000000014C000).
[   15.101887] radeon 0000:01:00.0: WB enabled
[   15.101891] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00
[   15.101893] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c
[   15.102317] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418
[   15.127751] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[   15.127876] radeon 0000:01:00.0: radeon: using MSI.
[   15.127913] [drm] radeon: irq initialized.
[   15.151297] [drm] ring test on 0 succeeded in 1 usecs
[   15.151308] [drm] ring test on 3 succeeded in 3 usecs
[   15.293888] RTL8211B Gigabit Ethernet r8169-400:00: attached PHY driver [RTL8211B Gigabit Ethernet] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[   15.345377] [drm] ring test on 5 succeeded in 1 usecs
[   15.345384] [drm] UVD initialized successfully.
[   15.345779] [drm] ib test on ring 0 succeeded in 0 usecs
[   15.345821] [drm] ib test on ring 3 succeeded in 0 usecs
[   15.471111] r8169 0000:04:00.0 ens5: Link is Down
[   15.559320] loop: module loaded
[   15.590218] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[   16.005432] [drm] ib test on ring 5 succeeded
[   16.065400] [drm] radeon atom DIG backlight initialized
[   16.065409] [drm] Radeon Display Connectors
[   16.065411] [drm] Connector 0:
[   16.065412] [drm]   LVDS-1
[   16.065413] [drm]   DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[   16.065414] [drm]   Encoders:
[   16.065415] [drm]     LCD1: INTERNAL_UNIPHY
[   16.065416] [drm] Connector 1:
[   16.065417] [drm]   HDMI-A-1
[   16.065418] [drm]   HPD1
[   16.065419] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[   16.065420] [drm]   Encoders:
[   16.065420] [drm]     DFP1: INTERNAL_UNIPHY1
[   16.065421] [drm] Connector 2:
[   16.065421] [drm]   VGA-1
[   16.065423] [drm]   DDC: 0x64d8 0x64d8 0x64dc 0x64dc 0x64e0 0x64e0 0x64e4 0x64e4
[   16.065423] [drm]   Encoders:
[   16.065424] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   16.171375] mc: Linux media interface: v0.10
[   16.195237] videodev: Linux video capture interface: v2.00
[   16.356231] uvcvideo: Found UVC 1.00 device HP Webcam [2 MP Fixed] (05c8:0403)
[   16.382517] input: HP Webcam [2 MP Fixed]: HP Webc as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input20
[   16.382786] usbcore: registered new interface driver uvcvideo
[   16.382789] USB Video Class driver (1.1.1)
[   16.477556] [drm] fb mappable at 0xC034D000
[   16.477560] [drm] vram apper at 0xC0000000
[   16.477561] [drm] size 4325376
[   16.477563] [drm] fb depth is 24
[   16.477565] [drm]    pitch is 5632
[   16.477739] fbcon: radeondrmfb (fb0) is primary device
[   16.477742] fbcon: Deferring console take-over
[   16.477749] radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
[   16.509227] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[   18.986228] kauditd_printk_skb: 35 callbacks suppressed
[   18.986232] audit: type=1103 audit(1623593498.343:47): pid=897 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   19.019748] audit: type=1130 audit(1623593498.376:48): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.048981] audit: type=1101 audit(1623593498.406:49): pid=901 uid=0 auid=4294967295 ses=4294967295 subj==unconfined 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'
[   19.049011] audit: type=1103 audit(1623593498.406:50): pid=901 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   19.049158] audit: type=1006 audit(1623593498.406:51): pid=901 uid=0 subj==unconfined old-auid=4294967295 auid=969 tty=(none) old-ses=4294967295 ses=1 res=1
[   19.053548] audit: type=1105 audit(1623593498.410:52): pid=901 uid=0 auid=969 ses=1 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.064048] audit: type=1334 audit(1623593498.420:53): prog-id=11 op=LOAD
[   19.064055] audit: type=1334 audit(1623593498.420:54): prog-id=11 op=UNLOAD
[   19.283855] audit: type=1130 audit(1623593498.640:55): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user@969 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.298764] audit: type=1105 audit(1623593498.653:56): pid=897 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   26.019485] kauditd_printk_skb: 2 callbacks suppressed
[   26.019487] audit: type=1131 audit(1623593505.376:59): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   45.033735] audit: type=1131 audit(1623593524.390:60): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   45.095447] audit: type=1334 audit(1623593524.453:61): prog-id=10 op=UNLOAD
[   45.095454] audit: type=1334 audit(1623593524.453:62): prog-id=9 op=UNLOAD
[   45.367737] audit: type=1100 audit(1623593524.723:63): pid=949 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="manjone" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   45.370271] audit: type=1101 audit(1623593524.726:64): pid=949 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   50.576576] audit: type=1100 audit(1623593529.933:65): pid=961 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="manjone" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   50.579356] audit: type=1101 audit(1623593529.936:66): pid=961 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[   52.184867] audit: type=1130 audit(1623593531.540:67): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   52.191128] fbcon: Taking over console
[   52.210644] Console: switching to colour frame buffer device 170x48
[   60.003028] audit: type=1100 audit(1623593539.360:68): pid=965 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="manjone" exe="/usr/bin/login" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[   60.005849] audit: type=1101 audit(1623593539.363:69): pid=965 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/login" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[   60.007406] audit: type=1103 audit(1623593539.363:70): pid=965 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="manjone" exe="/usr/bin/login" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[   60.007618] audit: type=1006 audit(1623593539.363:71): pid=965 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=2 res=1
[   60.044247] audit: type=1130 audit(1623593539.400:72): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   60.055819] audit: type=1101 audit(1623593539.413:73): pid=973 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   60.055877] audit: type=1103 audit(1623593539.413:74): pid=973 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='op=PAM:setcred grantors=? acct="manjone" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   60.055964] audit: type=1006 audit(1623593539.413:75): pid=973 uid=0 subj==unconfined old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   60.057992] audit: type=1105 audit(1623593539.413:76): pid=973 uid=0 auid=1000 ses=3 subj==unconfined msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="manjone" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   60.066599] audit: type=1334 audit(1623593539.423:77): prog-id=12 op=LOAD
[   72.626335] kauditd_printk_skb: 4 callbacks suppressed
[   72.626340] audit: type=1100 audit(1623593551.983:82): pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="manjone" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[   72.628697] audit: type=1101 audit(1623593551.986:83): pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[   72.629659] audit: type=1110 audit(1623593551.986:84): pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[   72.635960] audit: type=1105 audit(1623593551.993:85): pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[  457.555528] audit: type=1106 audit(1623593936.913:86): pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[  457.555722] audit: type=1104 audit(1623593936.913:87): pid=1008 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[  490.836210] audit: type=1100 audit(1623593970.193:88): pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="manjone" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[  490.839563] audit: type=1101 audit(1623593970.196:89): pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[  490.840377] audit: type=1110 audit(1623593970.196:90): pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[  490.847103] audit: type=1105 audit(1623593970.203:91): pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[  491.701853] audit: type=1106 audit(1623593971.056:92): pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[  491.702200] audit: type=1104 audit(1623593971.060:93): pid=1015 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[  533.011251] audit: type=1101 audit(1623594012.366:94): pid=1020 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="manjone" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[  533.011742] audit: type=1110 audit(1623594012.366:95): pid=1020 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'
[  533.015206] audit: type=1105 audit(1623594012.373:96): pid=1020 uid=1000 auid=1000 ses=2 subj==unconfined msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=manjone-KalK addr=? terminal=/dev/tty2 res=success'

Yes i’m a noob and i’m trying to understand something about archlinux but i’m better with plants or other kinds of works. :slight_smile:
Anyway help me please