You are not logged in.
hello,
editing title , orginal: "can't use discret card since update"
since update I can't use discret card:
usually, I launch a X session with only nvidia card activated (with nvidia-xrun)
su -c "tee /proc/acpi/bbswitch <<< ON && modprobe -a nvidia nvidia_uvm nvidia_drm nvidia_modeset"
nvidia-xrunreturn
modprobe: WARNING: Module nvidia not found in directory /lib/modules/5.4.7-arch1-1
modprobe: WARNING: Module nvidia_uvm not found in directory /lib/modules/5.4.7-arch1-1
modprobe: WARNING: Module nvidia_drm not found in directory /lib/modules/5.4.7-arch1-1
modprobe: WARNING: Module nvidia_modeset not found in directory /lib/modules/5.4.7-arch1-1ls -l /lib/modules
total 4
drwxr-xr-x 5 root root 4096 19 janv. 15:53 5.4.12-arch1-1primusrun or optirun doesn't work too:
error
primusrun glxgears
primus: fatal: Bumblebee daemon reported: error: Could not load GPU driver
[youb@youb-7577 ~]$ optirun glxgears
[ 8652.109332] [ERROR]Cannot access secondary GPU - error: Could not load GPU driver
[ 8652.109404] [ERROR]Aborting because fallback start is disabledpacman -Qs nvidia
local/bumblebee 3.2.1-20
NVIDIA Optimus support for Linux through VirtualGL
local/lib32-libvdpau 1.3-1
Nvidia VDPAU library
local/lib32-nvidia-vulkan-utils 440.48.02-1
NVIDIA drivers utilities (32-bit)
local/lib32-opencl-nvidia-vulkan 440.48.02-1
OpenCL implemention for NVIDIA (32-bit)
local/libvdpau 1.3-1
Nvidia VDPAU library
local/libxnvctrl 440.44-1
NVIDIA NV-CONTROL X extension
local/nvidia-vulkan 440.48.02-1
NVIDIA drivers for linux (vulkan developer branch)
local/nvidia-vulkan-utils 440.48.02-1
NVIDIA drivers utilities
local/nvidia-xrun 0.3-0
Script to run dedicated X server with discrete nvidia graphics
local/opencl-nvidia-vulkan 440.48.02-1
OpenCL implemention for NVIDIA
local/primus_vk 1.3-1
Nvidia Vulkan offloading for Bumblebeecat /etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(piix ide_disk reiserfs)
MODULES=()
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No raid, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect block filesystems)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev block filesystems)
#
## This setup assembles a pata mdadm array with an encrypted root FS.
## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
# HOOKS=(base udev block mdadm encrypt filesystems)
#
## This setup loads an lvm2 volume group on a usb device.
# HOOKS=(base udev block lvm2 filesystems)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()dmesg
[ 2174.089911] audit: type=1130 audit(1579440727.693:209): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2174.089914] audit: type=1131 audit(1579440727.693:210): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2174.090889] audit: type=1130 audit(1579440727.693:211): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2174.095757] audit: type=1131 audit(1579440727.700:212): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2234.339852] audit: type=1130 audit(1579440787.943:213): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2234.339855] audit: type=1131 audit(1579440787.943:214): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2234.340877] audit: type=1130 audit(1579440787.943:215): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2234.345322] audit: type=1131 audit(1579440787.950:216): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2294.589850] audit: type=1130 audit(1579440848.193:217): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2294.589853] audit: type=1131 audit(1579440848.193:218): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2294.590901] audit: type=1130 audit(1579440848.193:219): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2294.595770] audit: type=1131 audit(1579440848.200:220): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2354.840049] audit: type=1130 audit(1579440908.443:221): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2354.840052] audit: type=1131 audit(1579440908.443:222): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2354.841224] audit: type=1130 audit(1579440908.443:223): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2354.845587] audit: type=1131 audit(1579440908.450:224): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2403.723429] audit: type=1100 audit(1579440957.326:225): pid=47360 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2403.723542] audit: type=1101 audit(1579440957.326:226): pid=47360 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2403.723671] audit: type=1110 audit(1579440957.326:227): pid=47360 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2403.724843] audit: type=1105 audit(1579440957.326:228): pid=47360 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2415.090194] audit: type=1130 audit(1579440968.693:229): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2415.090196] audit: type=1131 audit(1579440968.693:230): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2415.091147] audit: type=1130 audit(1579440968.693:231): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2415.096095] audit: type=1131 audit(1579440968.700:232): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2417.885635] audit: type=1106 audit(1579440971.490:233): pid=47360 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2417.885726] audit: type=1104 audit(1579440971.490:234): pid=47360 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2423.127859] audit: type=1101 audit(1579440976.730:235): pid=50165 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2423.127966] audit: type=1110 audit(1579440976.730:236): pid=50165 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2423.128817] audit: type=1105 audit(1579440976.733:237): pid=50165 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2423.253133] audit: type=1106 audit(1579440976.856:238): pid=50165 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2423.253192] audit: type=1104 audit(1579440976.856:239): pid=50165 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2475.340912] audit: type=1130 audit(1579441028.943:240): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2475.340921] audit: type=1131 audit(1579441028.943:241): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2475.344294] audit: type=1130 audit(1579441028.946:242): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2475.348631] audit: type=1131 audit(1579441028.953:243): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2535.590059] audit: type=1130 audit(1579441089.193:244): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2535.590064] audit: type=1131 audit(1579441089.193:245): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2535.591366] audit: type=1130 audit(1579441089.193:246): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2535.595977] audit: type=1131 audit(1579441089.200:247): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2595.839886] audit: type=1130 audit(1579441149.443:248): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2595.839890] audit: type=1131 audit(1579441149.443:249): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2595.841138] audit: type=1130 audit(1579441149.443:250): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2595.845910] audit: type=1131 audit(1579441149.450:251): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2656.089959] audit: type=1130 audit(1579441209.693:252): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2656.089962] audit: type=1131 audit(1579441209.693:253): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2656.091305] audit: type=1130 audit(1579441209.693:254): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2656.095321] audit: type=1131 audit(1579441209.700:255): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2716.339797] audit: type=1130 audit(1579441269.943:256): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2716.339799] audit: type=1131 audit(1579441269.943:257): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2716.340782] audit: type=1130 audit(1579441269.943:258): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2716.344522] audit: type=1131 audit(1579441269.946:259): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2776.589897] audit: type=1130 audit(1579441330.193:260): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2776.589900] audit: type=1131 audit(1579441330.193:261): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2776.590824] audit: type=1130 audit(1579441330.193:262): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2776.594960] audit: type=1131 audit(1579441330.196:263): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2803.170439] audit: type=1100 audit(1579441356.773:264): pid=60281 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2803.170554] audit: type=1101 audit(1579441356.773:265): pid=60281 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2803.170699] audit: type=1110 audit(1579441356.773:266): pid=60281 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2803.171801] audit: type=1105 audit(1579441356.776:267): pid=60281 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2817.480881] audit: type=1106 audit(1579441371.083:268): pid=60281 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2817.480941] audit: type=1104 audit(1579441371.083:269): pid=60281 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2835.043729] audit: type=1101 audit(1579441388.646:270): pid=62093 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2835.043922] audit: type=1110 audit(1579441388.646:271): pid=62093 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2835.045494] audit: type=1105 audit(1579441388.650:272): pid=62093 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2835.825009] audit: type=1106 audit(1579441389.426:273): pid=62093 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2835.825122] audit: type=1104 audit(1579441389.430:274): pid=62093 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2836.840312] audit: type=1130 audit(1579441390.443:275): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2836.840316] audit: type=1131 audit(1579441390.443:276): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2836.842386] audit: type=1130 audit(1579441390.446:277): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2836.852649] audit: type=1131 audit(1579441390.456:278): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2897.090521] audit: type=1130 audit(1579441450.693:279): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2897.090529] audit: type=1131 audit(1579441450.693:280): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2897.092779] audit: type=1130 audit(1579441450.696:281): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2897.102698] audit: type=1131 audit(1579441450.706:282): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 2903.302842] audit: type=1101 audit(1579441456.906:283): pid=81441 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2903.303008] audit: type=1110 audit(1579441456.906:284): pid=81441 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2903.304323] audit: type=1105 audit(1579441456.906:285): pid=81441 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2903.471679] audit: type=1106 audit(1579441457.073:286): pid=81441 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2903.471827] audit: type=1104 audit(1579441457.076:287): pid=81441 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 2957.339807] audit: type=1130 audit(1579441510.943:288): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2957.339810] audit: type=1131 audit(1579441510.943:289): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2957.340776] audit: type=1130 audit(1579441510.943:290): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2957.344706] audit: type=1131 audit(1579441510.946:291): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3017.589793] audit: type=1130 audit(1579441571.193:292): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3017.589797] audit: type=1131 audit(1579441571.193:293): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3017.590863] audit: type=1130 audit(1579441571.193:294): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3017.595018] audit: type=1131 audit(1579441571.196:295): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3077.311405] audit: type=1101 audit(1579441630.913:296): pid=86894 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3077.311510] audit: type=1110 audit(1579441630.913:297): pid=86894 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3077.312724] audit: type=1105 audit(1579441630.916:298): pid=86894 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3077.478487] audit: type=1106 audit(1579441631.083:299): pid=86894 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3077.478573] audit: type=1104 audit(1579441631.083:300): pid=86894 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3077.839803] audit: type=1130 audit(1579441631.443:301): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3077.839811] audit: type=1131 audit(1579441631.443:302): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3077.840969] audit: type=1130 audit(1579441631.443:303): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3077.845497] audit: type=1131 audit(1579441631.450:304): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3082.299509] audit: type=1101 audit(1579441635.903:305): pid=89458 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3082.982558] kauditd_printk_skb: 2 callbacks suppressed
[ 3082.982559] audit: type=1106 audit(1579441636.586:308): pid=89458 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3082.982612] audit: type=1104 audit(1579441636.586:309): pid=89458 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3123.473725] audit: type=1101 audit(1579441677.076:310): pid=102157 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3123.473868] audit: type=1110 audit(1579441677.076:311): pid=102157 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3123.475124] audit: type=1105 audit(1579441677.080:312): pid=102157 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3123.688838] audit: type=1106 audit(1579441677.293:313): pid=102157 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3123.688902] audit: type=1104 audit(1579441677.293:314): pid=102157 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3138.089760] audit: type=1130 audit(1579441691.693:315): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3138.089764] audit: type=1131 audit(1579441691.693:316): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3138.090794] audit: type=1130 audit(1579441691.693:317): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3138.094798] audit: type=1131 audit(1579441691.696:318): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3198.339763] audit: type=1130 audit(1579441751.943:319): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3198.339766] audit: type=1131 audit(1579441751.943:320): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3198.340823] audit: type=1130 audit(1579441751.943:321): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3198.344795] audit: type=1131 audit(1579441751.946:322): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3220.621335] audit: type=1101 audit(1579441774.223:323): pid=105045 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3220.621582] audit: type=1110 audit(1579441774.223:324): pid=105045 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3220.623401] audit: type=1105 audit(1579441774.226:325): pid=105045 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3225.312614] audit: type=1106 audit(1579441778.916:326): pid=105045 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3225.312668] audit: type=1104 audit(1579441778.916:327): pid=105045 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3251.042678] audit: type=1101 audit(1579441804.646:328): pid=114866 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3251.042825] audit: type=1110 audit(1579441804.646:329): pid=114866 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3251.044240] audit: type=1105 audit(1579441804.646:330): pid=114866 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3251.299268] audit: type=1106 audit(1579441804.903:331): pid=114866 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3251.299372] audit: type=1104 audit(1579441804.903:332): pid=114866 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3258.589939] audit: type=1130 audit(1579441812.193:333): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3258.589943] audit: type=1131 audit(1579441812.193:334): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3258.591211] audit: type=1130 audit(1579441812.193:335): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3258.685724] audit: type=1131 audit(1579441812.290:336): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3309.662322] audit: type=1101 audit(1579441863.266:337): pid=119213 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3309.662476] audit: type=1110 audit(1579441863.266:338): pid=119213 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3309.663738] audit: type=1105 audit(1579441863.266:339): pid=119213 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3310.433861] audit: type=1106 audit(1579441864.036:340): pid=119213 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3310.433917] audit: type=1104 audit(1579441864.036:341): pid=119213 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3318.839692] audit: type=1130 audit(1579441872.443:342): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3318.839695] audit: type=1131 audit(1579441872.443:343): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3318.840826] audit: type=1130 audit(1579441872.443:344): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3318.844930] audit: type=1131 audit(1579441872.446:345): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3331.138890] audit: type=1101 audit(1579441884.743:346): pid=127739 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3331.139216] audit: type=1110 audit(1579441884.743:347): pid=127739 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3331.140603] audit: type=1105 audit(1579441884.743:348): pid=127739 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3331.322486] audit: type=1106 audit(1579441884.926:349): pid=127739 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3331.322535] audit: type=1104 audit(1579441884.926:350): pid=127739 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3337.079921] audit: type=1101 audit(1579441890.683:351): pid=130823 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3337.080069] audit: type=1110 audit(1579441890.683:352): pid=130823 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3337.081305] audit: type=1105 audit(1579441890.683:353): pid=130823 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3337.212143] audit: type=1106 audit(1579441890.816:354): pid=130823 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3337.212212] audit: type=1104 audit(1579441890.816:355): pid=130823 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 3379.090891] audit: type=1130 audit(1579441932.693:356): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3379.090900] audit: type=1131 audit(1579441932.693:357): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3379.093633] audit: type=1130 audit(1579441932.696:358): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3379.098671] audit: type=1131 audit(1579441932.703:359): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3439.339820] audit: type=1130 audit(1579441992.943:360): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3439.339824] audit: type=1131 audit(1579441992.943:361): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3439.340929] audit: type=1130 audit(1579441992.943:362): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3439.344908] audit: type=1131 audit(1579441992.946:363): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3499.589808] audit: type=1130 audit(1579442053.193:364): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3499.589811] audit: type=1131 audit(1579442053.193:365): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3499.590906] audit: type=1130 audit(1579442053.193:366): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3499.594888] audit: type=1131 audit(1579442053.196:367): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3559.840995] audit: type=1130 audit(1579442113.443:368): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3559.841004] audit: type=1131 audit(1579442113.443:369): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3559.843817] audit: type=1130 audit(1579442113.446:370): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3559.863488] audit: type=1131 audit(1579442113.466:371): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3618.355615] audit: type=1130 audit(1579442171.960:372): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3618.365836] audit: type=1131 audit(1579442171.970:373): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3618.394577] audit: type=1130 audit(1579442171.996:374): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3618.394581] audit: type=1131 audit(1579442171.996:375): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=logrotate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3620.092372] audit: type=1130 audit(1579442173.693:376): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3620.092376] audit: type=1131 audit(1579442173.693:377): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3620.092378] audit: type=1130 audit(1579442173.693:378): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3620.211864] audit: type=1131 audit(1579442173.813:379): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3628.073922] audit: type=1130 audit(1579442181.676:380): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fstrim comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3628.073926] audit: type=1131 audit(1579442181.676:381): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fstrim comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3680.339932] audit: type=1130 audit(1579442233.943:382): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3680.339944] audit: type=1131 audit(1579442233.943:383): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3680.343535] audit: type=1130 audit(1579442233.946:384): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3680.443236] audit: type=1131 audit(1579442234.046:385): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3730.173299] audit: type=1130 audit(1579442283.776:386): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3730.173302] audit: type=1131 audit(1579442283.776:387): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3740.590097] audit: type=1130 audit(1579442294.193:388): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3740.590101] audit: type=1131 audit(1579442294.193:389): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3740.591219] audit: type=1130 audit(1579442294.193:390): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3740.773262] audit: type=1131 audit(1579442294.376:391): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3800.843122] audit: type=1130 audit(1579442354.443:392): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3800.843126] audit: type=1131 audit(1579442354.443:393): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3800.843128] audit: type=1130 audit(1579442354.443:394): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3800.910080] audit: type=1131 audit(1579442354.513:395): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3861.093145] audit: type=1130 audit(1579442414.693:396): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3861.093149] audit: type=1131 audit(1579442414.693:397): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3861.093151] audit: type=1130 audit(1579442414.693:398): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3861.236686] audit: type=1131 audit(1579442414.840:399): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3921.339823] audit: type=1130 audit(1579442474.943:400): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3921.339827] audit: type=1131 audit(1579442474.943:401): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3921.341239] audit: type=1130 audit(1579442474.943:402): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3921.438940] audit: type=1131 audit(1579442475.043:403): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 3925.341162] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 3925.341163] mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 1)
[ 3925.341164] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 3925.341165] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 3925.341166] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 3925.341167] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 3925.341168] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 3925.341169] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 3925.341170] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 3925.341171] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[ 3925.342200] mce: CPU6: Core temperature/speed normal
[ 3925.342201] mce: CPU3: Package temperature/speed normal
[ 3925.342201] mce: CPU2: Core temperature/speed normal
[ 3925.342202] mce: CPU7: Package temperature/speed normal
[ 3925.342203] mce: CPU0: Package temperature/speed normal
[ 3925.342204] mce: CPU1: Package temperature/speed normal
[ 3925.342205] mce: CPU4: Package temperature/speed normal
[ 3925.342205] mce: CPU5: Package temperature/speed normal
[ 3925.342206] mce: CPU2: Package temperature/speed normal
[ 3925.342207] mce: CPU6: Package temperature/speed normal
[ 3959.187336] audit: type=1130 audit(1579442512.790:404): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3959.187340] audit: type=1131 audit(1579442512.790:405): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=man-db comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3981.592273] audit: type=1130 audit(1579442535.193:406): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3981.592276] audit: type=1131 audit(1579442535.193:407): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3981.592279] audit: type=1130 audit(1579442535.193:408): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3981.735899] audit: type=1131 audit(1579442535.340:409): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4041.842278] audit: type=1130 audit(1579442595.443:410): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4041.842281] audit: type=1131 audit(1579442595.443:411): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4041.842284] audit: type=1130 audit(1579442595.443:412): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4041.966579] audit: type=1131 audit(1579442595.570:413): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4102.093078] audit: type=1130 audit(1579442655.693:414): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4102.093082] audit: type=1131 audit(1579442655.693:415): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4102.093084] audit: type=1130 audit(1579442655.693:416): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4102.256571] audit: type=1131 audit(1579442655.860:417): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4160.208181] perf: interrupt took too long (2508 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
[ 4162.343344] audit: type=1130 audit(1579442715.943:418): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4162.343348] audit: type=1131 audit(1579442715.943:419): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4162.343350] audit: type=1130 audit(1579442715.943:420): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4162.476836] audit: type=1131 audit(1579442716.080:421): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4222.591951] audit: type=1130 audit(1579442776.193:422): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4222.591955] audit: type=1131 audit(1579442776.193:423): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4222.591957] audit: type=1130 audit(1579442776.193:424): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4222.662183] audit: type=1131 audit(1579442776.266:425): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4225.342364] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 33485)
[ 4225.342365] mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 33485)
[ 4225.342366] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 46177)
[ 4225.342367] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 46177)
[ 4225.342368] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 46177)
[ 4225.342369] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 46177)
[ 4225.342371] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 46177)
[ 4225.342372] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 46177)
[ 4225.342372] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 46177)
[ 4225.342374] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 46177)
[ 4228.745400] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 22987)
[ 4228.745401] mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 22987)
[ 4228.746380] mce: CPU4: Core temperature/speed normal
[ 4228.746381] mce: CPU0: Core temperature/speed normal
[ 4282.839807] audit: type=1130 audit(1579442836.443:426): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4282.839811] audit: type=1131 audit(1579442836.443:427): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4282.841165] audit: type=1130 audit(1579442836.443:428): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4282.939880] audit: type=1131 audit(1579442836.543:429): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4343.091408] audit: type=1130 audit(1579442896.693:430): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4343.091412] audit: type=1131 audit(1579442896.693:431): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4343.091415] audit: type=1130 audit(1579442896.693:432): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4343.245513] audit: type=1131 audit(1579442896.850:433): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4403.343124] audit: type=1130 audit(1579442956.943:434): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4403.343128] audit: type=1131 audit(1579442956.943:435): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4403.343131] audit: type=1130 audit(1579442956.943:436): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4403.413209] audit: type=1131 audit(1579442957.016:437): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4463.593448] audit: type=1130 audit(1579443017.193:438): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4463.593453] audit: type=1131 audit(1579443017.193:439): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4463.593455] audit: type=1130 audit(1579443017.193:440): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4463.666630] audit: type=1131 audit(1579443017.270:441): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4523.842838] audit: type=1130 audit(1579443077.443:442): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4523.842842] audit: type=1131 audit(1579443077.443:443): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4523.842844] audit: type=1130 audit(1579443077.443:444): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4523.909858] audit: type=1131 audit(1579443077.513:445): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4525.341605] mce: CPU2: Core temperature/speed normal
[ 4525.341606] mce: CPU6: Core temperature/speed normal
[ 4525.341607] mce: CPU5: Package temperature/speed normal
[ 4525.341609] mce: CPU0: Package temperature/speed normal
[ 4525.341610] mce: CPU1: Package temperature/speed normal
[ 4525.341611] mce: CPU7: Package temperature/speed normal
[ 4525.341612] mce: CPU3: Package temperature/speed normal
[ 4525.341612] mce: CPU4: Package temperature/speed normal
[ 4525.341613] mce: CPU6: Package temperature/speed normal
[ 4525.341613] mce: CPU2: Package temperature/speed normal
[ 4584.093191] audit: type=1130 audit(1579443137.693:446): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4584.093196] audit: type=1131 audit(1579443137.693:447): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4584.093198] audit: type=1130 audit(1579443137.693:448): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4584.142089] audit: type=1131 audit(1579443137.743:449): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4609.412920] perf: interrupt took too long (3163 > 3135), lowering kernel.perf_event_max_sample_rate to 63000
[ 4644.343263] audit: type=1130 audit(1579443197.943:450): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4644.343267] audit: type=1131 audit(1579443197.943:451): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4644.343269] audit: type=1130 audit(1579443197.943:452): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4644.496536] audit: type=1131 audit(1579443198.100:453): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4704.593095] audit: type=1130 audit(1579443258.193:454): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4704.593100] audit: type=1131 audit(1579443258.193:455): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4704.593102] audit: type=1130 audit(1579443258.193:456): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4704.673133] audit: type=1131 audit(1579443258.276:457): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4764.843153] audit: type=1130 audit(1579443318.443:458): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4764.843158] audit: type=1131 audit(1579443318.443:459): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4764.843160] audit: type=1130 audit(1579443318.443:460): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4764.913167] audit: type=1131 audit(1579443318.516:461): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4825.092711] audit: type=1130 audit(1579443378.693:462): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4825.092715] audit: type=1131 audit(1579443378.693:463): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4825.092718] audit: type=1130 audit(1579443378.693:464): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4825.153516] audit: type=1131 audit(1579443378.756:465): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4825.341781] mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 188440)
[ 4825.341782] mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 188440)
[ 4825.341783] mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 229217)
[ 4825.341785] mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 229217)
[ 4825.341786] mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 229217)
[ 4825.341787] mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 229217)
[ 4825.341788] mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 229217)
[ 4825.341789] mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 229217)
[ 4825.341790] mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 229217)
[ 4825.341792] mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 229217)
[ 4828.744837] mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 111882)
[ 4828.744838] mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 111882)
[ 4828.745811] mce: CPU0: Core temperature/speed normal
[ 4828.745811] mce: CPU4: Core temperature/speed normal
[ 4878.322084] audit: type=1100 audit(1579443431.926:466): pid=229706 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4878.322213] audit: type=1101 audit(1579443431.926:467): pid=229706 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4878.322378] audit: type=1110 audit(1579443431.926:468): pid=229706 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4878.541848] audit: type=1105 audit(1579443432.146:469): pid=229706 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4878.727319] audit: type=1106 audit(1579443432.330:470): pid=229706 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4878.727419] audit: type=1104 audit(1579443432.330:471): pid=229706 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4885.340594] audit: type=1130 audit(1579443438.943:472): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4885.340601] audit: type=1131 audit(1579443438.943:473): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4885.343210] audit: type=1130 audit(1579443438.946:474): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4885.349923] audit: type=1131 audit(1579443438.953:475): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4894.955536] audit: type=1101 audit(1579443448.560:476): pid=231499 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4894.955677] audit: type=1110 audit(1579443448.560:477): pid=231499 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4894.957062] audit: type=1105 audit(1579443448.560:478): pid=231499 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4895.732309] audit: type=1106 audit(1579443449.336:479): pid=231499 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4895.732399] audit: type=1104 audit(1579443449.336:480): pid=231499 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4914.781793] audit: type=1101 audit(1579443468.386:481): pid=231525 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4914.781928] audit: type=1110 audit(1579443468.386:482): pid=231525 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4914.783006] audit: type=1105 audit(1579443468.386:483): pid=231525 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4915.566336] audit: type=1106 audit(1579443469.170:484): pid=231525 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4915.566432] audit: type=1104 audit(1579443469.170:485): pid=231525 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 4927.677754] audit: type=1100 audit(1579443481.280:486): pid=580 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="youb" exe="/usr/bin/login" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 4927.686621] audit: type=1101 audit(1579443481.290:487): pid=580 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/login" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 4927.687804] audit: type=1103 audit(1579443481.290:488): pid=580 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="youb" exe="/usr/bin/login" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 4927.687862] audit: type=1006 audit(1579443481.290:489): pid=580 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=3 res=1
[ 4927.696960] audit: type=1105 audit(1579443481.300:490): pid=580 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="youb" exe="/usr/bin/login" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 4927.697053] audit: type=1110 audit(1579443481.300:491): pid=580 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="youb" exe="/usr/bin/login" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 4935.727893] audit: type=1100 audit(1579443489.330:492): pid=231545 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 4935.727998] audit: type=1101 audit(1579443489.333:493): pid=231545 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 4935.729218] audit: type=1103 audit(1579443489.333:494): pid=231545 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 4935.729337] audit: type=1105 audit(1579443489.333:495): pid=231545 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 4935.740062] audit: type=1106 audit(1579443489.343:496): pid=231545 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 4935.740092] audit: type=1104 audit(1579443489.343:497): pid=231545 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 4940.397716] audit: type=1100 audit(1579443494.000:498): pid=231558 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=? acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=failed'
[ 4945.590810] audit: type=1130 audit(1579443499.193:499): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4945.590818] audit: type=1131 audit(1579443499.193:500): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4945.594364] audit: type=1130 audit(1579443499.196:501): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4945.598341] audit: type=1131 audit(1579443499.203:502): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 4946.048019] audit: type=1100 audit(1579443499.653:503): pid=231558 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4946.048559] audit: type=1101 audit(1579443499.653:504): pid=231558 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4946.049128] audit: type=1110 audit(1579443499.653:505): pid=231558 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4946.052787] audit: type=1105 audit(1579443499.656:506): pid=231558 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4946.058871] audit: type=1106 audit(1579443499.663:507): pid=231558 uid=0 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4946.058920] audit: type=1104 audit(1579443499.663:508): pid=231558 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4957.042788] kauditd_printk_skb: 10 callbacks suppressed
[ 4957.042789] audit: type=1101 audit(1579443510.646:519): pid=231580 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4957.042883] audit: type=1110 audit(1579443510.646:520): pid=231580 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4957.043883] audit: type=1105 audit(1579443510.646:521): pid=231580 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4957.046815] audit: type=1106 audit(1579443510.650:522): pid=231580 uid=0 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4957.046876] audit: type=1104 audit(1579443510.650:523): pid=231580 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4957.055649] audit: type=1101 audit(1579443510.660:524): pid=231582 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4957.055841] audit: type=1110 audit(1579443510.660:525): pid=231582 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4957.057313] audit: type=1105 audit(1579443510.660:526): pid=231582 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4957.060868] audit: type=1106 audit(1579443510.663:527): pid=231582 uid=0 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4957.060976] audit: type=1104 audit(1579443510.663:528): pid=231582 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 4957.088248] bbswitch: disabling discrete graphics
[ 5005.840705] kauditd_printk_skb: 10 callbacks suppressed
[ 5005.840708] audit: type=1130 audit(1579443559.443:539): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5005.840716] audit: type=1131 audit(1579443559.443:540): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5005.843547] audit: type=1130 audit(1579443559.446:541): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5005.850010] audit: type=1131 audit(1579443559.453:542): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5066.090647] audit: type=1130 audit(1579443619.693:543): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5066.090677] audit: type=1131 audit(1579443619.693:544): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5066.093567] audit: type=1130 audit(1579443619.696:545): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5066.100285] audit: type=1131 audit(1579443619.703:546): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5126.340629] audit: type=1130 audit(1579443679.943:547): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5126.340640] audit: type=1131 audit(1579443679.943:548): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5126.343476] audit: type=1130 audit(1579443679.946:549): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5126.350085] audit: type=1131 audit(1579443679.953:550): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5143.131689] audit: type=1101 audit(1579443696.736:551): pid=231729 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5143.131858] audit: type=1110 audit(1579443696.736:552): pid=231729 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5143.133014] audit: type=1105 audit(1579443696.736:553): pid=231729 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5143.144864] audit: type=1106 audit(1579443696.750:554): pid=231729 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5143.144924] audit: type=1104 audit(1579443696.750:555): pid=231729 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5158.831663] audit: type=1130 audit(1579443712.436:556): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5186.590710] audit: type=1130 audit(1579443740.193:557): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5186.590719] audit: type=1131 audit(1579443740.193:558): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5186.594079] audit: type=1130 audit(1579443740.196:559): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5186.607088] audit: type=1131 audit(1579443740.210:560): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5231.874778] audit: type=1101 audit(1579443785.480:561): pid=232774 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5231.874969] audit: type=1110 audit(1579443785.480:562): pid=232774 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5231.876138] audit: type=1105 audit(1579443785.480:563): pid=232774 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5245.597640] audit: type=1106 audit(1579443799.200:564): pid=232774 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5245.597695] audit: type=1104 audit(1579443799.200:565): pid=232774 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5246.840708] audit: type=1130 audit(1579443800.443:566): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5246.840716] audit: type=1131 audit(1579443800.443:567): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5246.843441] audit: type=1130 audit(1579443800.446:568): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5246.850488] audit: type=1131 audit(1579443800.453:569): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5253.046869] wlp60s0: Connection to AP 88:5b:dd:82:98:d4 lost
[ 5255.625116] wlp60s0: authenticate with 88:5b:dd:82:98:e4
[ 5255.633674] wlp60s0: send auth to 88:5b:dd:82:98:e4 (try 1/3)
[ 5255.640117] wlp60s0: authenticated
[ 5255.641251] wlp60s0: associate with 88:5b:dd:82:98:e4 (try 1/3)
[ 5255.642272] wlp60s0: RX AssocResp from 88:5b:dd:82:98:e4 (capab=0x1 status=0 aid=1)
[ 5255.644172] wlp60s0: associated
[ 5255.739498] wlp60s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 88:5b:dd:82:98:e4
[ 5307.090611] audit: type=1130 audit(1579443860.693:570): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5307.090619] audit: type=1131 audit(1579443860.693:571): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5307.093450] audit: type=1130 audit(1579443860.696:572): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5307.100091] audit: type=1131 audit(1579443860.703:573): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5328.479407] audit: type=1101 audit(1579443882.083:574): pid=235473 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5328.479535] audit: type=1110 audit(1579443882.083:575): pid=235473 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5328.480781] audit: type=1105 audit(1579443882.083:576): pid=235473 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5329.263066] audit: type=1106 audit(1579443882.866:577): pid=235473 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5329.263153] audit: type=1104 audit(1579443882.866:578): pid=235473 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 5333.226283] wlp60s0: disconnect from AP 88:5b:dd:82:98:e4 for new auth to 88:5b:dd:82:98:d4
[ 5333.239175] wlp60s0: authenticate with 88:5b:dd:82:98:d4
[ 5333.245891] wlp60s0: send auth to 88:5b:dd:82:98:d4 (try 1/3)
[ 5333.252792] wlp60s0: authenticated
[ 5333.254506] wlp60s0: associate with 88:5b:dd:82:98:d4 (try 1/3)
[ 5333.255354] wlp60s0: RX ReassocResp from 88:5b:dd:82:98:d4 (capab=0x421 status=0 aid=1)
[ 5333.256767] wlp60s0: associated
[ 5333.264728] wlp60s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 88:5b:dd:82:98:d4
[ 5367.340480] audit: type=1130 audit(1579443920.943:579): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5367.340507] audit: type=1131 audit(1579443920.943:580): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5367.343374] audit: type=1130 audit(1579443920.946:581): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5367.350191] audit: type=1131 audit(1579443920.953:582): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5427.589499] audit: type=1130 audit(1579443981.193:583): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5427.589503] audit: type=1131 audit(1579443981.193:584): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5427.590371] audit: type=1130 audit(1579443981.193:585): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5427.595724] audit: type=1131 audit(1579443981.200:586): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5487.840622] audit: type=1130 audit(1579444041.443:587): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5487.840632] audit: type=1131 audit(1579444041.443:588): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5487.843906] audit: type=1130 audit(1579444041.446:589): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5487.847896] audit: type=1131 audit(1579444041.453:590): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5548.090538] audit: type=1130 audit(1579444101.693:591): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5548.090563] audit: type=1131 audit(1579444101.693:592): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5548.093288] audit: type=1130 audit(1579444101.696:593): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5548.100624] audit: type=1131 audit(1579444101.703:594): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5608.339444] audit: type=1130 audit(1579444161.943:595): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5608.339447] audit: type=1131 audit(1579444161.943:596): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5608.340425] audit: type=1130 audit(1579444161.943:597): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5608.344480] audit: type=1131 audit(1579444161.950:598): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5668.590581] audit: type=1130 audit(1579444222.193:599): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5668.590607] audit: type=1131 audit(1579444222.193:600): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5668.593469] audit: type=1130 audit(1579444222.196:601): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5668.607061] audit: type=1131 audit(1579444222.210:602): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5728.840674] audit: type=1130 audit(1579444282.443:603): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5728.840681] audit: type=1131 audit(1579444282.443:604): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5728.843287] audit: type=1130 audit(1579444282.446:605): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5728.857526] audit: type=1131 audit(1579444282.460:606): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5789.089491] audit: type=1130 audit(1579444342.693:607): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5789.089498] audit: type=1131 audit(1579444342.693:608): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5789.090711] audit: type=1130 audit(1579444342.693:609): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5789.099550] audit: type=1131 audit(1579444342.703:610): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5849.340618] audit: type=1130 audit(1579444402.943:611): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5849.340626] audit: type=1131 audit(1579444402.943:612): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5849.343381] audit: type=1130 audit(1579444402.946:613): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5849.350599] audit: type=1131 audit(1579444402.953:614): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5909.590854] audit: type=1130 audit(1579444463.193:615): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5909.590863] audit: type=1131 audit(1579444463.193:616): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5909.594131] audit: type=1130 audit(1579444463.196:617): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5909.597883] audit: type=1131 audit(1579444463.203:618): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 5969.840811] audit: type=1130 audit(1579444523.443:619): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5969.840839] audit: type=1131 audit(1579444523.443:620): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5969.843743] audit: type=1130 audit(1579444523.446:621): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5969.851621] audit: type=1131 audit(1579444523.456:622): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 6030.090564] audit: type=1130 audit(1579444583.693:623): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6030.090573] audit: type=1131 audit(1579444583.693:624): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6030.093354] audit: type=1130 audit(1579444583.696:625): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6030.100140] audit: type=1131 audit(1579444583.703:626): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 6048.354709] audit: type=1100 audit(1579444601.960:627): pid=236510 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=? acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=failed'
[ 6053.890194] audit: type=1100 audit(1579444607.493:628): pid=236510 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6053.890353] audit: type=1101 audit(1579444607.493:629): pid=236510 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6053.890544] audit: type=1110 audit(1579444607.493:630): pid=236510 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6053.891884] audit: type=1105 audit(1579444607.496:631): pid=236510 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6054.029636] audit: type=1106 audit(1579444607.633:632): pid=236510 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6054.029709] audit: type=1104 audit(1579444607.633:633): pid=236510 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6090.341429] audit: type=1130 audit(1579444643.946:634): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6090.341439] audit: type=1131 audit(1579444643.946:635): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6090.344136] audit: type=1130 audit(1579444643.946:636): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6090.348009] audit: type=1131 audit(1579444643.953:637): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 6150.590780] audit: type=1130 audit(1579444704.193:638): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6150.590788] audit: type=1131 audit(1579444704.193:639): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6150.593822] audit: type=1130 audit(1579444704.196:640): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6150.597739] audit: type=1131 audit(1579444704.203:641): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 6210.840538] audit: type=1130 audit(1579444764.443:642): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6210.840549] audit: type=1131 audit(1579444764.443:643): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6210.843699] audit: type=1130 audit(1579444764.446:644): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6210.850545] audit: type=1131 audit(1579444764.453:645): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 6271.090556] audit: type=1130 audit(1579444824.693:646): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6271.090564] audit: type=1131 audit(1579444824.693:647): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6271.093429] audit: type=1130 audit(1579444824.696:648): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6271.106309] audit: type=1131 audit(1579444824.710:649): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 6307.526085] audit: type=1101 audit(1579444861.130:650): pid=240879 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6307.526259] audit: type=1110 audit(1579444861.130:651): pid=240879 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6307.527549] audit: type=1105 audit(1579444861.130:652): pid=240879 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6307.530724] audit: type=1106 audit(1579444861.133:653): pid=240879 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6307.530799] audit: type=1104 audit(1579444861.133:654): pid=240879 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6313.627995] audit: type=1101 audit(1579444867.233:655): pid=240883 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6313.628162] audit: type=1110 audit(1579444867.233:656): pid=240883 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6313.629136] audit: type=1105 audit(1579444867.233:657): pid=240883 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6313.630102] audit: type=1106 audit(1579444867.233:658): pid=240883 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6313.630166] audit: type=1104 audit(1579444867.233:659): pid=240883 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6322.252233] audit: type=1101 audit(1579444875.856:660): pid=240893 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6322.252633] audit: type=1110 audit(1579444875.856:661): pid=240893 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6322.255966] audit: type=1105 audit(1579444875.860:662): pid=240893 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6322.263762] ipmi_msghandler: version magic '5.4.12-arch1-1 SMP preempt mod_unload ' should be '5.4.7-arch1-1 SMP preempt mod_unload '
[ 6322.266090] ipmi_msghandler: version magic '5.4.12-arch1-1 SMP preempt mod_unload ' should be '5.4.7-arch1-1 SMP preempt mod_unload '
[ 6322.268487] ipmi_msghandler: version magic '5.4.12-arch1-1 SMP preempt mod_unload ' should be '5.4.7-arch1-1 SMP preempt mod_unload '
[ 6322.270630] ipmi_msghandler: version magic '5.4.12-arch1-1 SMP preempt mod_unload ' should be '5.4.7-arch1-1 SMP preempt mod_unload '
[ 6322.271023] audit: type=1106 audit(1579444875.876:663): pid=240893 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6322.271077] audit: type=1104 audit(1579444875.876:664): pid=240893 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6331.340507] audit: type=1130 audit(1579444884.943:665): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6331.340532] audit: type=1131 audit(1579444884.943:666): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6331.343421] audit: type=1130 audit(1579444884.946:667): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bumblebeed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6333.347408] audit: type=1100 audit(1579444886.950:668): pid=240905 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 6333.347461] audit: type=1101 audit(1579444886.950:669): pid=240905 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 6333.348705] audit: type=1103 audit(1579444886.953:670): pid=240905 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 6333.348763] audit: type=1105 audit(1579444886.953:671): pid=240905 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 6333.353632] bbswitch: enabling discrete graphics
[ 6333.565188] ipmi_msghandler: version magic '5.4.12-arch1-1 SMP preempt mod_unload ' should be '5.4.7-arch1-1 SMP preempt mod_unload '
[ 6333.569292] ipmi_msghandler: version magic '5.4.12-arch1-1 SMP preempt mod_unload ' should be '5.4.7-arch1-1 SMP preempt mod_unload '
[ 6333.573439] ipmi_msghandler: version magic '5.4.12-arch1-1 SMP preempt mod_unload ' should be '5.4.7-arch1-1 SMP preempt mod_unload '
[ 6333.577704] ipmi_msghandler: version magic '5.4.12-arch1-1 SMP preempt mod_unload ' should be '5.4.7-arch1-1 SMP preempt mod_unload '
[ 6333.580039] audit: type=1106 audit(1579444887.183:672): pid=240905 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 6333.580114] audit: type=1104 audit(1579444887.183:673): pid=240905 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 6348.854317] audit: type=1100 audit(1579444902.456:674): pid=240922 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6348.854431] audit: type=1101 audit(1579444902.460:675): pid=240922 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6348.854589] audit: type=1110 audit(1579444902.460:676): pid=240922 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6348.855660] audit: type=1105 audit(1579444902.460:677): pid=240922 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6348.858544] audit: type=1106 audit(1579444902.463:678): pid=240922 uid=0 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6348.858603] audit: type=1104 audit(1579444902.463:679): pid=240922 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6348.866608] audit: type=1101 audit(1579444902.470:680): pid=240930 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6348.866748] audit: type=1110 audit(1579444902.470:681): pid=240930 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6348.867847] audit: type=1105 audit(1579444902.473:682): pid=240930 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6348.872562] ipmi_msghandler: version magic '5.4.12-arch1-1 SMP preempt mod_unload ' should be '5.4.7-arch1-1 SMP preempt mod_unload '
[ 6348.875293] audit: type=1106 audit(1579444902.480:683): pid=240930 uid=0 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6348.887855] ipmi_msghandler: version magic '5.4.12-arch1-1 SMP preempt mod_unload ' should be '5.4.7-arch1-1 SMP preempt mod_unload '
[ 6348.936247] ipmi_msghandler: version magic '5.4.12-arch1-1 SMP preempt mod_unload ' should be '5.4.7-arch1-1 SMP preempt mod_unload '
[ 6354.205413] kauditd_printk_skb: 6 callbacks suppressed
[ 6354.205414] audit: type=1101 audit(1579444907.810:690): pid=240940 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6354.205537] audit: type=1110 audit(1579444907.810:691): pid=240940 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6354.206576] audit: type=1105 audit(1579444907.810:692): pid=240940 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6354.209009] audit: type=1106 audit(1579444907.813:693): pid=240940 uid=0 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6354.209061] audit: type=1104 audit(1579444907.813:694): pid=240940 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6354.217468] audit: type=1101 audit(1579444907.820:695): pid=240942 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6354.217582] audit: type=1110 audit(1579444907.820:696): pid=240942 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6354.218911] audit: type=1105 audit(1579444907.823:697): pid=240942 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6354.223046] audit: type=1106 audit(1579444907.826:698): pid=240942 uid=0 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6354.223121] audit: type=1104 audit(1579444907.826:699): pid=240942 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6354.259874] bbswitch: disabling discrete graphics
[ 6371.647805] kauditd_printk_skb: 10 callbacks suppressed
[ 6371.647806] audit: type=1101 audit(1579444925.253:710): pid=240965 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6371.647970] audit: type=1110 audit(1579444925.253:711): pid=240965 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6371.649227] audit: type=1105 audit(1579444925.253:712): pid=240965 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6371.650220] audit: type=1106 audit(1579444925.253:713): pid=240965 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6371.650269] audit: type=1104 audit(1579444925.253:714): pid=240965 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6579.338380] audit: type=1101 audit(1579445132.943:715): pid=241204 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6579.338788] audit: type=1110 audit(1579445132.943:716): pid=241204 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6579.342163] audit: type=1105 audit(1579445132.946:717): pid=241204 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6583.912528] audit: type=1106 audit(1579445137.516:718): pid=241204 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6583.912708] audit: type=1104 audit(1579445137.516:719): pid=241204 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6600.115706] audit: type=1101 audit(1579445153.720:720): pid=241225 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6600.115819] audit: type=1110 audit(1579445153.720:721): pid=241225 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6600.116824] audit: type=1105 audit(1579445153.720:722): pid=241225 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6600.118268] audit: type=1106 audit(1579445153.723:723): pid=241225 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6600.118322] audit: type=1104 audit(1579445153.723:724): pid=241225 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 6820.049210] audit: type=1100 audit(1579445373.653:725): pid=241409 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 6820.049298] audit: type=1101 audit(1579445373.653:726): pid=241409 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 6820.050413] audit: type=1103 audit(1579445373.653:727): pid=241409 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 6820.050523] audit: type=1105 audit(1579445373.653:728): pid=241409 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 6820.055635] bbswitch: enabling discrete graphics
[ 6820.246562] audit: type=1106 audit(1579445373.850:729): pid=241409 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 6820.246629] audit: type=1104 audit(1579445373.850:730): pid=241409 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 6824.268152] audit: type=1100 audit(1579445377.873:731): pid=241421 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6824.268304] audit: type=1101 audit(1579445377.873:732): pid=241421 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6824.268465] audit: type=1110 audit(1579445377.873:733): pid=241421 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6824.269746] audit: type=1105 audit(1579445377.873:734): pid=241421 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6827.134858] kauditd_printk_skb: 12 callbacks suppressed
[ 6827.134859] audit: type=1101 audit(1579445380.740:747): pid=241435 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6827.134970] audit: type=1110 audit(1579445380.740:748): pid=241435 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6827.136018] audit: type=1105 audit(1579445380.740:749): pid=241435 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6827.138016] audit: type=1106 audit(1579445380.743:750): pid=241435 uid=0 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6827.138106] audit: type=1104 audit(1579445380.743:751): pid=241435 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6827.146127] audit: type=1101 audit(1579445380.750:752): pid=241437 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6827.146292] audit: type=1110 audit(1579445380.750:753): pid=241437 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6827.147618] audit: type=1105 audit(1579445380.753:754): pid=241437 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6827.150554] audit: type=1106 audit(1579445380.753:755): pid=241437 uid=0 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6827.150639] audit: type=1104 audit(1579445380.753:756): pid=241437 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty1 res=success'
[ 6827.182557] bbswitch: disabling discrete graphics
[ 6856.678107] wlp60s0: disconnect from AP 88:5b:dd:82:98:d4 for new auth to 88:5b:dd:82:98:e4
[ 6856.693008] wlp60s0: authenticate with 88:5b:dd:82:98:e4
[ 6856.706440] wlp60s0: send auth to 88:5b:dd:82:98:e4 (try 1/3)
[ 6856.712783] wlp60s0: authenticated
[ 6856.714182] wlp60s0: associate with 88:5b:dd:82:98:e4 (try 1/3)
[ 6856.715117] wlp60s0: RX ReassocResp from 88:5b:dd:82:98:e4 (capab=0x1 status=0 aid=1)
[ 6856.716270] wlp60s0: associated
[ 6856.721929] wlp60s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 88:5b:dd:82:98:e4
[ 6887.492980] wlp60s0: disconnect from AP 88:5b:dd:82:98:e4 for new auth to 88:5b:dd:82:98:d4
[ 6887.510556] wlp60s0: authenticate with 88:5b:dd:82:98:d4
[ 6887.520683] wlp60s0: send auth to 88:5b:dd:82:98:d4 (try 1/3)
[ 6887.526824] wlp60s0: authenticated
[ 6887.527485] wlp60s0: associate with 88:5b:dd:82:98:d4 (try 1/3)
[ 6887.528337] wlp60s0: RX ReassocResp from 88:5b:dd:82:98:d4 (capab=0x421 status=0 aid=1)
[ 6887.531885] wlp60s0: associated
[ 6887.604010] wlp60s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 88:5b:dd:82:98:d4
[ 7008.178826] wlp60s0: disconnect from AP 88:5b:dd:82:98:d4 for new auth to 88:5b:dd:82:98:e4
[ 7008.189265] wlp60s0: authenticate with 88:5b:dd:82:98:e4
[ 7008.197756] wlp60s0: send auth to 88:5b:dd:82:98:e4 (try 1/3)
[ 7008.203767] wlp60s0: authenticated
[ 7008.204279] wlp60s0: associate with 88:5b:dd:82:98:e4 (try 1/3)
[ 7008.205217] wlp60s0: RX ReassocResp from 88:5b:dd:82:98:e4 (capab=0x1 status=0 aid=2)
[ 7008.207495] wlp60s0: associated
[ 7008.316645] wlp60s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 88:5b:dd:82:98:e4
[ 7069.100129] kauditd_printk_skb: 10 callbacks suppressed
[ 7069.100130] audit: type=1100 audit(1579445622.703:767): pid=241927 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=? acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=failed'
[ 7072.600919] audit: type=1100 audit(1579445626.206:768): pid=241927 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7072.601188] audit: type=1101 audit(1579445626.206:769): pid=241927 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7072.601345] audit: type=1110 audit(1579445626.206:770): pid=241927 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7072.602728] audit: type=1105 audit(1579445626.206:771): pid=241927 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7079.556198] audit: type=1106 audit(1579445633.160:772): pid=241927 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7079.556290] audit: type=1104 audit(1579445633.160:773): pid=241927 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7094.230771] audit: type=1101 audit(1579445647.833:774): pid=241987 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7094.230938] audit: type=1110 audit(1579445647.836:775): pid=241987 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7094.232012] audit: type=1105 audit(1579445647.836:776): pid=241987 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7096.003288] audit: type=1106 audit(1579445649.606:777): pid=241987 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7096.003342] audit: type=1104 audit(1579445649.606:778): pid=241987 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7100.083750] wlp60s0: disconnect from AP 88:5b:dd:82:98:e4 for new auth to 88:5b:dd:82:98:d4
[ 7100.094552] wlp60s0: authenticate with 88:5b:dd:82:98:d4
[ 7100.101208] wlp60s0: send auth to 88:5b:dd:82:98:d4 (try 1/3)
[ 7100.107408] wlp60s0: authenticated
[ 7100.110823] wlp60s0: associate with 88:5b:dd:82:98:d4 (try 1/3)
[ 7100.111730] wlp60s0: RX ReassocResp from 88:5b:dd:82:98:d4 (capab=0x421 status=0 aid=7)
[ 7100.121611] wlp60s0: associated
[ 7100.144058] wlp60s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 88:5b:dd:82:98:d4
[ 7131.509135] audit: type=1101 audit(1579445685.113:779): pid=242217 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7131.509295] audit: type=1110 audit(1579445685.113:780): pid=242217 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7131.510544] audit: type=1105 audit(1579445685.113:781): pid=242217 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7131.516022] audit: type=1106 audit(1579445685.120:782): pid=242217 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7131.516080] audit: type=1104 audit(1579445685.120:783): pid=242217 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7136.057366] audit: type=1101 audit(1579445689.660:784): pid=242221 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7136.057542] audit: type=1110 audit(1579445689.663:785): pid=242221 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7136.058574] audit: type=1105 audit(1579445689.663:786): pid=242221 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7136.193528] audit: type=1106 audit(1579445689.796:787): pid=242221 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7136.193584] audit: type=1104 audit(1579445689.796:788): pid=242221 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7145.812549] bbswitch: enabling discrete graphics
[ 7208.981058] audit: type=1101 audit(1579445762.586:789): pid=242374 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7208.981179] audit: type=1110 audit(1579445762.586:790): pid=242374 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7208.982166] audit: type=1105 audit(1579445762.586:791): pid=242374 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7222.155288] audit: type=1106 audit(1579445775.760:792): pid=242374 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 7222.155390] audit: type=1104 audit(1579445775.760:793): pid=242374 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 8237.112860] audit: type=1100 audit(1579446790.716:794): pid=250091 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 8237.112990] audit: type=1101 audit(1579446790.716:795): pid=250091 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 8237.113145] audit: type=1110 audit(1579446790.716:796): pid=250091 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 8237.114299] audit: type=1105 audit(1579446790.720:797): pid=250091 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 8237.160743] audit: type=1106 audit(1579446790.766:798): pid=250091 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 8237.160862] audit: type=1104 audit(1579446790.766:799): pid=250091 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 8582.034729] audit: type=1100 audit(1579447135.640:800): pid=250370 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=pts/0 res=success'
[ 8582.034827] audit: type=1101 audit(1579447135.640:801): pid=250370 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=pts/0 res=success'
[ 8582.036117] audit: type=1103 audit(1579447135.640:802): pid=250370 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=pts/0 res=success'
[ 8582.036206] audit: type=1105 audit(1579447135.640:803): pid=250370 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=pts/0 res=success'
[ 8582.041564] audit: type=1106 audit(1579447135.646:804): pid=250370 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=pts/0 res=success'
[ 8582.041566] audit: type=1104 audit(1579447135.646:805): pid=250370 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=pts/0 res=success'any idea ?
Last edited by hazote (2020-05-29 20:34:05)
Offline
Did you not update the kernel? Or have you just not rebooted?
Offline
hello,
sorry for not answering back. problem is always here, yes kernel heve been updated.
I uninstalled nvidia-vulkan
and reinstalled nvidia.
now I get it working but, my primary session (under intel video) don't work anymore.
Last edited by hazote (2020-05-29 16:17:07)
Offline
So, problem now is how to get working back default intel Xsession
open second tty and work with nvidia (nvidia-xrun Xsession)
I uninstalled since last time bbswitch and bumblebee.
I would like to get:
default Xsession on intel , on demand Xsession with nvidia discret card by launching nvidia-xrun.
today what I get ?
if I launch a startx, screen stuck on tty and X doesn't launch.
If I launch nvidia-xrun session, this works.
~/.local/share/xorg/Xorg.0.log
[ 28.361] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 28.362]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 28.362] Build Operating System: Linux Arch Linux
[ 28.362] Current Operating System: Linux youb-7577 5.6.14-arch1-1 #1 SMP PREEMPT Wed, 20 May 2020 20:43:19 +0000 x86_64
[ 28.362] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=42bedefa-7b4b-4fea-950a-54e71b98ed52 rw
[ 28.362] Build Date: 05 May 2020 05:08:17AM
[ 28.362]
[ 28.362] Current version of pixman: 0.40.0
[ 28.362] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 28.362] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 28.363] (==) Log file: "/home/youb/.local/share/xorg/Xorg.0.log", Time: Thu May 28 19:14:20 2020
[ 28.363] (==) Using config file: "/etc/X11/xorg.conf"
[ 28.364] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 28.364] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 28.364] (==) ServerLayout "Layout0"
[ 28.364] (**) |-->Screen "Screen0" (0)
[ 28.364] (**) | |-->Monitor "Monitor0"
[ 28.365] (**) | |-->Device "Device0"
[ 28.365] (**) | |-->GPUDevice "Device0"
[ 28.365] (**) |-->Input Device "Keyboard0"
[ 28.365] (**) |-->Input Device "Mouse0"
[ 28.365] (==) Automatically adding devices
[ 28.365] (==) Automatically enabling devices
[ 28.365] (==) Automatically adding GPU devices
[ 28.365] (==) Automatically binding GPU devices
[ 28.365] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 28.365] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 28.365] Entry deleted from font path.
[ 28.365] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 28.365] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 28.365] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 28.365] (WW) Disabling Keyboard0
[ 28.365] (WW) Disabling Mouse0
[ 28.365] (II) Module ABI versions:
[ 28.365] X.Org ANSI C Emulation: 0.4
[ 28.365] X.Org Video Driver: 24.1
[ 28.365] X.Org XInput driver : 24.1
[ 28.365] X.Org Server Extension : 10.0
[ 28.366] (++) using VT number 1
[ 28.369] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 28.371] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 28.372] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 28.376] (--) PCI:*(0@0:2:0) 8086:591b:1028:0802 rev 4, Mem @ 0xdb000000/16777216, 0x70000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 28.376] (--) PCI: (1@0:0:0) 10de:1c20:1028:0802 rev 161, Mem @ 0xdc000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 28.376] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 28.376] (II) LoadModule: "glx"
[ 28.377] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 28.379] (II) Module glx: vendor="X.Org Foundation"
[ 28.379] compiled for 1.20.8, module version = 1.0.0
[ 28.379] ABI class: X.Org Server Extension, version 10.0
[ 28.379] (II) LoadModule: "nvidia"
[ 28.379] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 28.380] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 28.380] compiled for 1.6.99.901, module version = 1.0.0
[ 28.380] Module class: X.Org Video Driver
[ 28.380] (II) NVIDIA dlloader X Driver 440.82 Wed Apr 1 19:50:17 UTC 2020
[ 28.380] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 28.380] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 28.380] (EE) No devices detected.
[ 28.380] (EE)
Fatal server error:
[ 28.380] (EE) no screens found(EE)
[ 28.380] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 28.380] (EE) Please also check the log file at "/home/youb/.local/share/xorg/Xorg.0.log" for additional information.
[ 28.380] (EE)
[ 28.398] (EE) Server terminated with error (1). Closing log file.2 logs I get: first try and nvidia-xrun session:
/var/log/Xorg.0.log
[ 19.247] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 19.247]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 19.247] Build Operating System: Linux Arch Linux
[ 19.247] Current Operating System: Linux youb-7577 5.6.14-arch1-1 #1 SMP PREEMPT Wed, 20 May 2020 20:43:19 +0000 x86_64
[ 19.247] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=42bedefa-7b4b-4fea-950a-54e71b98ed52 rw
[ 19.247] Build Date: 05 May 2020 05:08:17AM
[ 19.247]
[ 19.247] Current version of pixman: 0.40.0
[ 19.247] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 19.247] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 19.248] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 29 14:43:47 2020
[ 19.249] (==) Using config file: "/etc/X11/xorg.conf"
[ 19.249] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 19.249] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 19.250] (==) ServerLayout "Layout0"
[ 19.250] (**) |-->Screen "Screen0" (0)
[ 19.250] (**) | |-->Monitor "Monitor0"
[ 19.251] (**) | |-->Device "Device0"
[ 19.251] (**) | |-->GPUDevice "Device0"
[ 19.251] (**) |-->Input Device "Keyboard0"
[ 19.251] (**) |-->Input Device "Mouse0"
[ 19.251] (==) Automatically adding devices
[ 19.251] (==) Automatically enabling devices
[ 19.251] (==) Automatically adding GPU devices
[ 19.251] (==) Automatically binding GPU devices
[ 19.251] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 19.254] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 19.254] Entry deleted from font path.
[ 19.256] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 19.256] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 19.256] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 19.256] (WW) Disabling Keyboard0
[ 19.256] (WW) Disabling Mouse0
[ 19.256] (II) Module ABI versions:
[ 19.256] X.Org ANSI C Emulation: 0.4
[ 19.256] X.Org Video Driver: 24.1
[ 19.256] X.Org XInput driver : 24.1
[ 19.256] X.Org Server Extension : 10.0
[ 19.256] (++) using VT number 1
[ 19.258] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 19.259] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 19.260] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[ 19.260] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 19.261] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 19.262] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 19.264] (--) PCI:*(0@0:2:0) 8086:591b:1028:0802 rev 4, Mem @ 0xdb000000/16777216, 0x70000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 19.264] (--) PCI: (1@0:0:0) 10de:1c20:1028:0802 rev 161, Mem @ 0xdc000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 19.264] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 19.264] (II) LoadModule: "glx"
[ 19.267] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 19.273] (II) Module glx: vendor="X.Org Foundation"
[ 19.273] compiled for 1.20.8, module version = 1.0.0
[ 19.273] ABI class: X.Org Server Extension, version 10.0
[ 19.273] (II) LoadModule: "nvidia"
[ 19.273] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 19.278] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 19.278] compiled for 1.6.99.901, module version = 1.0.0
[ 19.278] Module class: X.Org Video Driver
[ 19.279] (II) NVIDIA dlloader X Driver 440.82 Wed Apr 1 19:50:17 UTC 2020
[ 19.279] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 19.279] (II) systemd-logind: releasing fd for 226:1
[ 19.280] (II) Loading sub module "fb"
[ 19.280] (II) LoadModule: "fb"
[ 19.280] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 19.281] (II) Module fb: vendor="X.Org Foundation"
[ 19.281] compiled for 1.20.8, module version = 1.0.0
[ 19.281] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19.281] (II) Loading sub module "wfb"
[ 19.281] (II) LoadModule: "wfb"
[ 19.281] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 19.282] (II) Module wfb: vendor="X.Org Foundation"
[ 19.282] compiled for 1.20.8, module version = 1.0.0
[ 19.282] ABI class: X.Org ANSI C Emulation, version 0.4
[ 19.282] (II) Loading sub module "ramdac"
[ 19.282] (II) LoadModule: "ramdac"
[ 19.282] (II) Module "ramdac" already built-in
[ 19.283] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 19.283] (==) NVIDIA(0): RGB weight 888
[ 19.283] (==) NVIDIA(0): Default visual is TrueColor
[ 19.283] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 19.284] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 19.284] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 19.284] (**) NVIDIA(0): Enabling 2D acceleration
[ 19.284] (II) Loading sub module "glxserver_nvidia"
[ 19.284] (II) LoadModule: "glxserver_nvidia"
[ 19.284] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 19.319] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 19.319] compiled for 1.6.99.901, module version = 1.0.0
[ 19.319] Module class: X.Org Server Extension
[ 19.319] (II) NVIDIA GLX Module 440.82 Wed Apr 1 19:47:36 UTC 2020
[ 19.321] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 20.034] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 20.034] (--) NVIDIA(0): DFP-0
[ 20.034] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1060 with Max-Q Design (GP106-A) at
[ 20.034] (II) NVIDIA(0): PCI:1:0:0 (GPU-0)
[ 20.034] (--) NVIDIA(0): Memory: 6291456 kBytes
[ 20.034] (--) NVIDIA(0): VideoBIOS: 86.06.57.00.3d
[ 20.034] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 20.034] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 20.034] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 20.034] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 20.034] (--) NVIDIA(GPU-0):
[ 20.034] (==) NVIDIA(0):
[ 20.035] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 20.035] (==) NVIDIA(0): will be used as the requested mode.
[ 20.035] (==) NVIDIA(0):
[ 20.035] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 20.035] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 20.035] (II) NVIDIA(0): Validated MetaModes:
[ 20.035] (II) NVIDIA(0): "NULL"
[ 20.035] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 20.035] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 20.035] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 20.035] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[ 20.035] (II) NVIDIA: access.
[ 20.039] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 20.039] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 20.039] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 20.039] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 20.039] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 20.039] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 20.039] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 20.039] (II) NVIDIA(0): Config Options in the README.
[ 20.060] (II) NVIDIA(0): Setting mode "NULL"
[ 20.067] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 20.067] (==) NVIDIA(0): Backing store enabled
[ 20.067] (==) NVIDIA(0): Silken mouse disabled
[ 20.067] (**) NVIDIA(0): DPMS enabled
[ 20.067] (II) Loading sub module "dri2"
[ 20.067] (II) LoadModule: "dri2"
[ 20.067] (II) Module "dri2" already built-in
[ 20.067] (II) NVIDIA(0): [DRI2] Setup complete
[ 20.067] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 20.068] (II) Initializing extension Generic Event Extension
[ 20.068] (II) Initializing extension SHAPE
[ 20.068] (II) Initializing extension MIT-SHM
[ 20.068] (II) Initializing extension XInputExtension
[ 20.068] (II) Initializing extension XTEST
[ 20.068] (II) Initializing extension BIG-REQUESTS
[ 20.068] (II) Initializing extension SYNC
[ 20.068] (II) Initializing extension XKEYBOARD
[ 20.068] (II) Initializing extension XC-MISC
[ 20.068] (II) Initializing extension SECURITY
[ 20.068] (II) Initializing extension XFIXES
[ 20.068] (II) Initializing extension RENDER
[ 20.068] (II) Initializing extension RANDR
[ 20.068] (II) Initializing extension COMPOSITE
[ 20.068] (II) Initializing extension DAMAGE
[ 20.068] (II) Initializing extension MIT-SCREEN-SAVER
[ 20.068] (II) Initializing extension DOUBLE-BUFFER
[ 20.068] (II) Initializing extension RECORD
[ 20.068] (II) Initializing extension DPMS
[ 20.068] (II) Initializing extension Present
[ 20.068] (II) Initializing extension DRI3
[ 20.068] (II) Initializing extension X-Resource
[ 20.068] (II) Initializing extension XVideo
[ 20.068] (II) Initializing extension XVideo-MotionCompensation
[ 20.068] (II) Initializing extension GLX
[ 20.068] (II) Initializing extension GLX
[ 20.068] (II) Indirect GLX disabled.
[ 20.068] (II) GLX: Another vendor is already registered for screen 0
[ 20.068] (II) Initializing extension XFree86-VidModeExtension
[ 20.068] (II) Initializing extension XFree86-DGA
[ 20.068] (II) Initializing extension XFree86-DRI
[ 20.068] (II) Initializing extension DRI2
[ 20.068] (II) Initializing extension NV-GLX
[ 20.068] (II) Initializing extension NV-CONTROL
[ 20.132] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 20.132] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 20.132] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 20.132] (II) LoadModule: "libinput"
[ 20.132] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 20.135] (II) Module libinput: vendor="X.Org Foundation"
[ 20.135] compiled for 1.20.8, module version = 0.30.0
[ 20.135] Module class: X.Org XInput Driver
[ 20.135] ABI class: X.Org XInput driver, version 24.1
[ 20.135] (II) Using input driver 'libinput' for 'Power Button'
[ 20.135] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 33 paused 0
[ 20.135] (**) Power Button: always reports core events
[ 20.135] (**) Option "Device" "/dev/input/event3"
[ 20.135] (**) Option "_source" "server/udev"
[ 20.140] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 20.140] (II) event3 - Power Button: device is a keyboard
[ 20.140] (II) event3 - Power Button: device removed
[ 20.140] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 20.140] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 20.140] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 20.140] (II) event3 - Power Button: device is a keyboard
[ 20.141] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[ 20.141] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 20.141] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 20.141] (II) Using input driver 'libinput' for 'Video Bus'
[ 20.141] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 36 paused 0
[ 20.141] (**) Video Bus: always reports core events
[ 20.141] (**) Option "Device" "/dev/input/event15"
[ 20.141] (**) Option "_source" "server/udev"
[ 20.142] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 20.142] (II) event15 - Video Bus: device is a keyboard
[ 20.142] (II) event15 - Video Bus: device removed
[ 20.142] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input28/event15"
[ 20.142] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 20.142] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 20.142] (II) event15 - Video Bus: device is a keyboard
[ 20.143] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[ 20.143] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 20.143] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 20.143] (II) Using input driver 'libinput' for 'Video Bus'
[ 20.143] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 37 paused 0
[ 20.143] (**) Video Bus: always reports core events
[ 20.143] (**) Option "Device" "/dev/input/event16"
[ 20.143] (**) Option "_source" "server/udev"
[ 20.144] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 20.144] (II) event16 - Video Bus: device is a keyboard
[ 20.144] (II) event16 - Video Bus: device removed
[ 20.144] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input29/event16"
[ 20.144] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 20.145] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 20.145] (II) event16 - Video Bus: device is a keyboard
[ 20.145] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 20.145] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 20.145] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 20.145] (II) Using input driver 'libinput' for 'Power Button'
[ 20.146] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 38 paused 0
[ 20.146] (**) Power Button: always reports core events
[ 20.146] (**) Option "Device" "/dev/input/event1"
[ 20.146] (**) Option "_source" "server/udev"
[ 20.146] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 20.146] (II) event1 - Power Button: device is a keyboard
[ 20.146] (II) event1 - Power Button: device removed
[ 20.146] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 20.146] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 20.147] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 20.147] (II) event1 - Power Button: device is a keyboard
[ 20.147] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 20.147] (II) No input driver specified, ignoring this device.
[ 20.147] (II) This device may have been added with another device file.
[ 20.148] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 20.148] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 20.148] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 20.148] (II) Using input driver 'libinput' for 'Sleep Button'
[ 20.148] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 39 paused 0
[ 20.148] (**) Sleep Button: always reports core events
[ 20.148] (**) Option "Device" "/dev/input/event2"
[ 20.148] (**) Option "_source" "server/udev"
[ 20.149] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 20.149] (II) event2 - Sleep Button: device is a keyboard
[ 20.149] (II) event2 - Sleep Button: device removed
[ 20.149] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 20.149] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 20.149] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 20.149] (II) event2 - Sleep Button: device is a keyboard
[ 20.150] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[ 20.150] (II) No input driver specified, ignoring this device.
[ 20.150] (II) This device may have been added with another device file.
[ 20.150] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[ 20.150] (II) No input driver specified, ignoring this device.
[ 20.150] (II) This device may have been added with another device file.
[ 20.150] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[ 20.150] (II) No input driver specified, ignoring this device.
[ 20.150] (II) This device may have been added with another device file.
[ 20.150] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[ 20.150] (II) No input driver specified, ignoring this device.
[ 20.150] (II) This device may have been added with another device file.
[ 20.151] (II) config/udev: Adding input device Logitech G Pro (/dev/input/event5)
[ 20.151] (**) Logitech G Pro : Applying InputClass "evdev pointer catchall"
[ 20.151] (**) Logitech G Pro : Applying InputClass "evdev keyboard catchall"
[ 20.151] (**) Logitech G Pro : Applying InputClass "libinput pointer catchall"
[ 20.151] (**) Logitech G Pro : Applying InputClass "libinput keyboard catchall"
[ 20.151] (II) Using input driver 'libinput' for 'Logitech G Pro '
[ 20.152] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 40 paused 0
[ 20.152] (**) Logitech G Pro : always reports core events
[ 20.152] (**) Option "Device" "/dev/input/event5"
[ 20.152] (**) Option "_source" "server/udev"
[ 20.153] (II) event5 - Logitech G Pro : is tagged by udev as: Keyboard Mouse
[ 20.153] (II) event5 - Logitech G Pro : device is a pointer
[ 20.153] (II) event5 - Logitech G Pro : device is a keyboard
[ 20.153] (II) event5 - Logitech G Pro : device removed
[ 20.153] (II) libinput: Logitech G Pro : needs a virtual subdevice
[ 20.153] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C539.0003/0003:046D:4079.0004/input/input16/event5"
[ 20.153] (II) XINPUT: Adding extended input device "Logitech G Pro " (type: MOUSE, id 11)
[ 20.153] (**) Option "AccelerationScheme" "none"
[ 20.153] (**) Logitech G Pro : (accel) selected scheme none/0
[ 20.153] (**) Logitech G Pro : (accel) acceleration factor: 2.000
[ 20.153] (**) Logitech G Pro : (accel) acceleration threshold: 4
[ 20.154] (II) event5 - Logitech G Pro : is tagged by udev as: Keyboard Mouse
[ 20.154] (II) event5 - Logitech G Pro : device is a pointer
[ 20.154] (II) event5 - Logitech G Pro : device is a keyboard
[ 20.154] (II) config/udev: Adding input device Logitech G Pro (/dev/input/mouse0)
[ 20.154] (II) No input driver specified, ignoring this device.
[ 20.154] (II) This device may have been added with another device file.
[ 20.155] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event18)
[ 20.155] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "evdev keyboard catchall"
[ 20.155] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 20.155] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 20.155] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 41 paused 0
[ 20.155] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 20.155] (**) Option "Device" "/dev/input/event18"
[ 20.155] (**) Option "_source" "server/udev"
[ 20.156] (II) event18 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 20.156] (II) event18 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 20.156] (II) event18 - Integrated_Webcam_HD: Integrate: device removed
[ 20.156] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input31/event18"
[ 20.156] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 12)
[ 20.157] (II) event18 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 20.157] (II) event18 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 20.157] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event19)
[ 20.158] (II) No input driver specified, ignoring this device.
[ 20.158] (II) This device may have been added with another device file.
[ 20.158] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event20)
[ 20.158] (II) No input driver specified, ignoring this device.
[ 20.158] (II) This device may have been added with another device file.
[ 20.158] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event21)
[ 20.158] (II) No input driver specified, ignoring this device.
[ 20.158] (II) This device may have been added with another device file.
[ 20.158] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event22)
[ 20.158] (II) No input driver specified, ignoring this device.
[ 20.158] (II) This device may have been added with another device file.
[ 20.158] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event23)
[ 20.158] (II) No input driver specified, ignoring this device.
[ 20.158] (II) This device may have been added with another device file.
[ 20.158] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event24)
[ 20.158] (II) No input driver specified, ignoring this device.
[ 20.158] (II) This device may have been added with another device file.
[ 20.159] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event25)
[ 20.159] (II) No input driver specified, ignoring this device.
[ 20.159] (II) This device may have been added with another device file.
[ 20.159] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[ 20.159] (**) Intel HID events: Applying InputClass "evdev keyboard catchall"
[ 20.159] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 20.159] (II) Using input driver 'libinput' for 'Intel HID events'
[ 20.159] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 42 paused 0
[ 20.159] (**) Intel HID events: always reports core events
[ 20.159] (**) Option "Device" "/dev/input/event6"
[ 20.159] (**) Option "_source" "server/udev"
[ 20.160] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 20.160] (II) event6 - Intel HID events: device is a keyboard
[ 20.160] (II) event6 - Intel HID events: device removed
[ 20.160] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input17/event6"
[ 20.160] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[ 20.160] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 20.160] (II) event6 - Intel HID events: device is a keyboard
[ 20.161] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[ 20.161] (**) Intel HID 5 button array: Applying InputClass "evdev keyboard catchall"
[ 20.161] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 20.161] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 20.161] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 43 paused 0
[ 20.161] (**) Intel HID 5 button array: always reports core events
[ 20.161] (**) Option "Device" "/dev/input/event7"
[ 20.161] (**) Option "_source" "server/udev"
[ 20.162] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 20.162] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 20.162] (II) event7 - Intel HID 5 button array: device removed
[ 20.162] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input18/event7"
[ 20.162] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 14)
[ 20.162] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 20.162] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 20.163] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event17)
[ 20.163] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 20.163] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 20.163] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 20.163] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 44 paused 0
[ 20.163] (**) Dell WMI hotkeys: always reports core events
[ 20.163] (**) Option "Device" "/dev/input/event17"
[ 20.163] (**) Option "_source" "server/udev"
[ 20.164] (II) event17 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 20.164] (II) event17 - Dell WMI hotkeys: device is a keyboard
[ 20.164] (II) event17 - Dell WMI hotkeys: device removed
[ 20.164] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input30/event17"
[ 20.164] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[ 20.165] (II) event17 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 20.165] (II) event17 - Dell WMI hotkeys: device is a keyboard
[ 20.165] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 20.165] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 20.165] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 20.165] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 20.166] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 45 paused 0
[ 20.166] (**) AT Translated Set 2 keyboard: always reports core events
[ 20.166] (**) Option "Device" "/dev/input/event4"
[ 20.166] (**) Option "_source" "server/udev"
[ 20.167] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 20.167] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 20.167] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 20.167] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 20.167] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[ 20.168] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 20.168] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 20.168] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[ 20.168] (II) No input driver specified, ignoring this device.
[ 20.168] (II) This device may have been added with another device file.
[ 20.171] (**) Logitech G Pro : Applying InputClass "evdev pointer catchall"
[ 20.171] (**) Logitech G Pro : Applying InputClass "evdev keyboard catchall"
[ 20.171] (**) Logitech G Pro : Applying InputClass "libinput pointer catchall"
[ 20.171] (**) Logitech G Pro : Applying InputClass "libinput keyboard catchall"
[ 20.171] (II) Using input driver 'libinput' for 'Logitech G Pro '
[ 20.171] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[ 20.171] (**) Logitech G Pro : always reports core events
[ 20.171] (**) Option "Device" "/dev/input/event5"
[ 20.171] (**) Option "_source" "_driver/libinput"
[ 20.171] (II) libinput: Logitech G Pro : is a virtual subdevice
[ 20.171] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C539.0003/0003:046D:4079.0004/input/input16/event5"
[ 20.171] (II) XINPUT: Adding extended input device "Logitech G Pro " (type: KEYBOARD, id 17)
[ 40.747] (**) Option "fd" "33"
[ 40.748] (II) event3 - Power Button: device removed
[ 40.748] (**) Option "fd" "36"
[ 40.748] (II) event15 - Video Bus: device removed
[ 40.748] (**) Option "fd" "37"
[ 40.748] (II) event16 - Video Bus: device removed
[ 40.749] (**) Option "fd" "38"
[ 40.749] (II) event1 - Power Button: device removed
[ 40.749] (**) Option "fd" "39"
[ 40.749] (II) event2 - Sleep Button: device removed
[ 40.749] (**) Option "fd" "40"
[ 40.749] (**) Option "fd" "41"
[ 40.749] (II) event18 - Integrated_Webcam_HD: Integrate: device removed
[ 40.750] (**) Option "fd" "42"
[ 40.750] (II) event6 - Intel HID events: device removed
[ 40.750] (**) Option "fd" "43"
[ 40.750] (II) event7 - Intel HID 5 button array: device removed
[ 40.750] (**) Option "fd" "44"
[ 40.750] (II) event17 - Dell WMI hotkeys: device removed
[ 40.751] (**) Option "fd" "45"
[ 40.751] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 40.751] (**) Option "fd" "40"
[ 40.751] (II) event5 - Logitech G Pro : device removed
[ 40.810] (II) systemd-logind: got pause for 13:80
[ 40.810] (II) systemd-logind: got pause for 13:66
[ 40.810] (II) systemd-logind: got pause for 13:70
[ 40.810] (II) systemd-logind: got pause for 13:68
[ 40.810] (II) systemd-logind: got pause for 13:81
[ 40.810] (II) systemd-logind: got pause for 13:82
[ 40.810] (II) systemd-logind: got pause for 13:67
[ 40.810] (II) systemd-logind: got pause for 13:71
[ 40.810] (II) systemd-logind: got pause for 13:79
[ 40.810] (II) systemd-logind: got pause for 226:0
[ 40.810] (II) systemd-logind: got pause for 13:69
[ 40.810] (II) systemd-logind: got pause for 13:65/var/log/Xorg.1.log
[ 57.463] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 57.463]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 57.463] Build Operating System: Linux Arch Linux
[ 57.463] Current Operating System: Linux youb-7577 5.6.14-arch1-1 #1 SMP PREEMPT Wed, 20 May 2020 20:43:19 +0000 x86_64
[ 57.463] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=42bedefa-7b4b-4fea-950a-54e71b98ed52 rw
[ 57.463] Build Date: 05 May 2020 05:08:17AM
[ 57.463]
[ 57.463] Current version of pixman: 0.40.0
[ 57.463] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 57.463] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 57.464] (==) Log file: "/var/log/Xorg.1.log", Time: Fri May 29 14:44:26 2020
[ 57.464] (++) Using config file: "/etc/X11/nvidia-xorg.conf"
[ 57.464] (EE) Unable to locate/open config directory: "nvidia-xorg.conf.d"
[ 57.464] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 57.464] (==) ServerLayout "layout"
[ 57.464] (**) |-->Screen "nvidia" (1)
[ 57.464] (**) | |-->Monitor "<default monitor>"
[ 57.464] (**) | |-->Device "nvidia"
[ 57.464] (==) No monitor specified for screen "nvidia".
Using a default monitor configuration.
[ 57.464] (**) |-->Inactive Device "intel"
[ 57.464] (==) Automatically adding devices
[ 57.464] (==) Automatically enabling devices
[ 57.464] (==) Automatically adding GPU devices
[ 57.465] (==) Automatically binding GPU devices
[ 57.465] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 57.465] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 57.465] Entry deleted from font path.
[ 57.465] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 57.465] (**) ModulePath set to "/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/xorg/modules"
[ 57.465] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 57.465] (II) Module ABI versions:
[ 57.465] X.Org ANSI C Emulation: 0.4
[ 57.465] X.Org Video Driver: 24.1
[ 57.465] X.Org XInput driver : 24.1
[ 57.465] X.Org Server Extension : 10.0
[ 57.465] (++) using VT number 2
[ 57.465] (--) controlling tty is VT number 2, auto-enabling KeepTty
[ 57.466] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[ 57.467] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 57.467] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 10 paused 0
[ 57.467] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 57.468] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[ 57.469] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/nvidia,/usr/lib32/nvidia,/usr/lib32/nvidia/xorg/modules,/usr/lib32/xorg/modules,/usr/lib64/nvidia/xorg/modules,/usr/lib64/xorg/modules"
[ 57.470] (--) PCI:*(0@0:2:0) 8086:591b:1028:0802 rev 4, Mem @ 0xdb000000/16777216, 0x70000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[ 57.470] (--) PCI: (1@0:0:0) 10de:1c20:1028:0802 rev 161, Mem @ 0xdc000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 57.470] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 57.470] (II) LoadModule: "glx"
[ 57.470] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 57.471] (II) Module glx: vendor="X.Org Foundation"
[ 57.471] compiled for 1.20.8, module version = 1.0.0
[ 57.471] ABI class: X.Org Server Extension, version 10.0
[ 57.471] (II) LoadModule: "nvidia"
[ 57.471] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 57.471] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 57.471] compiled for 1.6.99.901, module version = 1.0.0
[ 57.471] Module class: X.Org Video Driver
[ 57.471] (II) LoadModule: "modesetting"
[ 57.471] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 57.472] (II) Module modesetting: vendor="X.Org Foundation"
[ 57.472] compiled for 1.20.8, module version = 1.20.8
[ 57.472] Module class: X.Org Video Driver
[ 57.472] ABI class: X.Org Video Driver, version 24.1
[ 57.472] (II) NVIDIA dlloader X Driver 440.82 Wed Apr 1 19:50:17 UTC 2020
[ 57.472] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 57.472] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 57.472] (II) systemd-logind: releasing fd for 226:1
[ 57.473] (II) Loading sub module "fb"
[ 57.473] (II) LoadModule: "fb"
[ 57.473] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 57.473] (II) Module fb: vendor="X.Org Foundation"
[ 57.473] compiled for 1.20.8, module version = 1.0.0
[ 57.473] ABI class: X.Org ANSI C Emulation, version 0.4
[ 57.473] (II) Loading sub module "wfb"
[ 57.473] (II) LoadModule: "wfb"
[ 57.473] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 57.473] (II) Module wfb: vendor="X.Org Foundation"
[ 57.473] compiled for 1.20.8, module version = 1.0.0
[ 57.473] ABI class: X.Org ANSI C Emulation, version 0.4
[ 57.473] (II) Loading sub module "ramdac"
[ 57.473] (II) LoadModule: "ramdac"
[ 57.473] (II) Module "ramdac" already built-in
[ 57.473] (WW) Falling back to old probe method for modesetting
[ 57.473] (II) modeset(G0): using drv /dev/dri/card0
[ 57.473] (II) NVIDIA(0): Creating default Display subsection in Screen section
"nvidia" for depth/fbbpp 24/32
[ 57.473] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 57.473] (==) NVIDIA(0): RGB weight 888
[ 57.473] (==) NVIDIA(0): Default visual is TrueColor
[ 57.473] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 57.473] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[ 57.473] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 57.473] (**) NVIDIA(0): Enabling 2D acceleration
[ 57.473] (II) Loading sub module "glxserver_nvidia"
[ 57.473] (II) LoadModule: "glxserver_nvidia"
[ 57.473] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 57.478] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 57.478] compiled for 1.6.99.901, module version = 1.0.0
[ 57.478] Module class: X.Org Server Extension
[ 57.478] (II) NVIDIA GLX Module 440.82 Wed Apr 1 19:47:36 UTC 2020
[ 57.478] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 57.479] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 57.479] (--) NVIDIA(0): DFP-0
[ 57.480] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1060 with Max-Q Design (GP106-A) at
[ 57.480] (II) NVIDIA(0): PCI:1:0:0 (GPU-0)
[ 57.480] (--) NVIDIA(0): Memory: 6291456 kBytes
[ 57.480] (--) NVIDIA(0): VideoBIOS: 86.06.57.00.3d
[ 57.480] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 57.480] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 57.480] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 57.480] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 57.480] (--) NVIDIA(GPU-0):
[ 57.480] (==) NVIDIA(0):
[ 57.480] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 57.480] (==) NVIDIA(0): will be used as the requested mode.
[ 57.480] (==) NVIDIA(0):
[ 57.480] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 57.480] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 57.480] (II) NVIDIA(0): Validated MetaModes:
[ 57.480] (II) NVIDIA(0): "NULL"
[ 57.480] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 57.480] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 57.480] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 57.480] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[ 57.480] (**) modeset(G0): Option "AccelMethod" "none"
[ 57.480] (==) modeset(G0): RGB weight 888
[ 57.480] (==) modeset(G0): Default visual is TrueColor
[ 57.480] (**) modeset(G0): glamor disabled
[ 57.480] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[ 57.480] (II) modeset(G0): Double-buffered shadow updates: off
[ 57.481] (II) modeset(G0): Output eDP-1-1 has no monitor section
[ 57.481] (II) modeset(G0): Output DP-1-1 has no monitor section
[ 57.597] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[ 57.597] (II) modeset(G0): Output DP-1-2 has no monitor section
[ 57.711] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[ 57.711] (II) modeset(G0): Output DP-1-3 has no monitor section
[ 57.825] (II) modeset(G0): Output HDMI-1-3 has no monitor section
[ 57.826] (II) modeset(G0): EDID for output eDP-1-1
[ 57.826] (II) modeset(G0): Manufacturer: LGD Model: 53f Serial#: 0
[ 57.826] (II) modeset(G0): Year: 2016 Week: 0
[ 57.826] (II) modeset(G0): EDID Version: 1.4
[ 57.826] (II) modeset(G0): Digital Display Input
[ 57.826] (II) modeset(G0): 6 bits per channel
[ 57.826] (II) modeset(G0): Digital interface is DisplayPort
[ 57.826] (II) modeset(G0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 57.826] (II) modeset(G0): Gamma: 2.20
[ 57.826] (II) modeset(G0): DPMS capabilities: StandBy Suspend Off
[ 57.826] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 57.826] (II) modeset(G0): First detailed timing is preferred mode
[ 57.826] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[ 57.826] (II) modeset(G0): redX: 0.580 redY: 0.350 greenX: 0.340 greenY: 0.560
[ 57.826] (II) modeset(G0): blueX: 0.155 blueY: 0.125 whiteX: 0.313 whiteY: 0.329
[ 57.826] (II) modeset(G0): Manufacturer's mask: 0
[ 57.826] (II) modeset(G0): Supported detailed timing:
[ 57.826] (II) modeset(G0): clock: 138.7 MHz Image Size: 344 x 194 mm
[ 57.826] (II) modeset(G0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 57.826] (II) modeset(G0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 57.826] (II) modeset(G0): Supported detailed timing:
[ 57.826] (II) modeset(G0): clock: 111.0 MHz Image Size: 344 x 194 mm
[ 57.826] (II) modeset(G0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 57.826] (II) modeset(G0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 57.827] (II) modeset(G0): 4XK13€156WF6
[ 57.827] (II) modeset(G0): Unknown vendor-specific block 0
[ 57.827] (II) modeset(G0): EDID (in hex):
[ 57.827] (II) modeset(G0): 00ffffffffffff0030e43f0500000000
[ 57.827] (II) modeset(G0): 001a010495221378eaa1c59459578f27
[ 57.827] (II) modeset(G0): 20505400000001010101010101010101
[ 57.827] (II) modeset(G0): 0101010101012e3680a070381f403020
[ 57.827] (II) modeset(G0): 350058c21000001a5c2b80a070381f40
[ 57.827] (II) modeset(G0): 3020350058c21000001a000000fe0034
[ 57.827] (II) modeset(G0): 584b3133803135365746360a00000000
[ 57.827] (II) modeset(G0): 0000413196001000000a010a202000c5
[ 57.827] (II) modeset(G0): Printing probed modes for output eDP-1-1
[ 57.827] (II) modeset(G0): Modeline "1920x1080"x60.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.7 kHz eP)
[ 57.827] (II) modeset(G0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1920x1080"x48.0 111.00 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (53.4 kHz e)
[ 57.827] (II) modeset(G0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 57.827] (II) modeset(G0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 57.828] (II) modeset(G0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 57.828] (II) modeset(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 57.828] (II) modeset(G0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 57.828] (II) modeset(G0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 57.828] (II) modeset(G0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 57.828] (II) modeset(G0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 57.828] (II) modeset(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 57.828] (II) modeset(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 57.828] (II) modeset(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 57.828] (II) modeset(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 57.828] (II) modeset(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 57.828] (II) modeset(G0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 57.828] (II) modeset(G0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 57.828] (II) modeset(G0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 57.828] (II) modeset(G0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 57.828] (II) modeset(G0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 57.828] (II) modeset(G0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 57.828] (II) modeset(G0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 57.828] (II) modeset(G0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 57.828] (II) modeset(G0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 57.828] (II) modeset(G0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 57.828] (II) modeset(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 57.828] (II) modeset(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 57.828] (II) modeset(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 57.828] (II) modeset(G0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 57.828] (II) modeset(G0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 57.828] (II) modeset(G0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 57.828] (II) modeset(G0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 57.828] (II) modeset(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 57.828] (II) modeset(G0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 57.828] (II) modeset(G0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 57.828] (II) modeset(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 57.828] (II) modeset(G0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 57.828] (II) modeset(G0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 57.828] (II) modeset(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 57.828] (II) modeset(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 57.828] (II) modeset(G0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 57.828] (II) modeset(G0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 57.828] (II) modeset(G0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 57.828] (II) modeset(G0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 57.828] (II) modeset(G0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 57.828] (II) modeset(G0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 57.828] (II) modeset(G0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 57.828] (II) modeset(G0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 57.828] (II) modeset(G0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 57.828] (II) modeset(G0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 57.828] (II) modeset(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 57.828] (II) modeset(G0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 57.828] (II) modeset(G0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 57.828] (II) modeset(G0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 57.828] (II) modeset(G0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 57.828] (II) modeset(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 57.828] (II) modeset(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 57.828] (II) modeset(G0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 57.828] (II) modeset(G0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 57.828] (II) modeset(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 57.828] (II) modeset(G0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 57.828] (II) modeset(G0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 57.829] (II) modeset(G0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 57.829] (II) modeset(G0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 57.829] (II) modeset(G0): EDID for output DP-1-1
[ 57.943] (II) modeset(G0): EDID for output HDMI-1-1
[ 57.943] (II) modeset(G0): EDID for output DP-1-2
[ 58.058] (II) modeset(G0): EDID for output HDMI-1-2
[ 58.058] (II) modeset(G0): EDID for output DP-1-3
[ 58.173] (II) modeset(G0): EDID for output HDMI-1-3
[ 58.173] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 58.173] (==) modeset(G0): DPI set to (96, 96)
[ 58.173] (II) Loading sub module "fb"
[ 58.173] (II) LoadModule: "fb"
[ 58.173] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 58.173] (II) Module fb: vendor="X.Org Foundation"
[ 58.173] compiled for 1.20.8, module version = 1.0.0
[ 58.173] ABI class: X.Org ANSI C Emulation, version 0.4
[ 58.173] (II) Loading sub module "shadow"
[ 58.173] (II) LoadModule: "shadow"
[ 58.173] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 58.180] (II) Module shadow: vendor="X.Org Foundation"
[ 58.180] compiled for 1.20.8, module version = 1.1.0
[ 58.180] ABI class: X.Org ANSI C Emulation, version 0.4
[ 58.181] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[ 58.181] (II) NVIDIA: access.
[ 58.199] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 58.199] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 58.199] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 58.199] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 58.199] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 58.199] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 58.199] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 58.199] (II) NVIDIA(0): Config Options in the README.
[ 58.232] (II) NVIDIA(0): Setting mode "NULL"
[ 58.239] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 58.239] (==) NVIDIA(0): Backing store enabled
[ 58.239] (==) NVIDIA(0): Silken mouse disabled
[ 58.239] (==) NVIDIA(0): DPMS enabled
[ 58.239] (II) Loading sub module "dri2"
[ 58.239] (II) LoadModule: "dri2"
[ 58.240] (II) Module "dri2" already built-in
[ 58.240] (II) NVIDIA(0): [DRI2] Setup complete
[ 58.240] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 58.240] (==) modeset(G0): Backing store enabled
[ 58.240] (==) modeset(G0): Silken mouse disabled
[ 58.317] (II) modeset(G0): Initializing kms color map for depth 24, 8 bpc.
[ 58.317] (==) modeset(G0): DPMS enabled
[ 58.317] (II) Initializing extension Generic Event Extension
[ 58.317] (II) Initializing extension SHAPE
[ 58.317] (II) Initializing extension MIT-SHM
[ 58.317] (II) Initializing extension XInputExtension
[ 58.317] (II) Initializing extension XTEST
[ 58.317] (II) Initializing extension BIG-REQUESTS
[ 58.317] (II) Initializing extension SYNC
[ 58.317] (II) Initializing extension XKEYBOARD
[ 58.317] (II) Initializing extension XC-MISC
[ 58.317] (II) Initializing extension SECURITY
[ 58.317] (II) Initializing extension XFIXES
[ 58.317] (II) Initializing extension RENDER
[ 58.317] (II) Initializing extension RANDR
[ 58.317] (II) Initializing extension COMPOSITE
[ 58.317] (II) Initializing extension DAMAGE
[ 58.317] (II) Initializing extension MIT-SCREEN-SAVER
[ 58.317] (II) Initializing extension DOUBLE-BUFFER
[ 58.317] (II) Initializing extension RECORD
[ 58.317] (II) Initializing extension DPMS
[ 58.317] (II) Initializing extension Present
[ 58.317] (II) Initializing extension DRI3
[ 58.317] (II) Initializing extension X-Resource
[ 58.317] (II) Initializing extension XVideo
[ 58.317] (II) Initializing extension XVideo-MotionCompensation
[ 58.317] (II) Initializing extension GLX
[ 58.317] (II) Initializing extension GLX
[ 58.318] (II) Indirect GLX disabled.
[ 58.318] (II) GLX: Another vendor is already registered for screen 0
[ 58.318] (II) Initializing extension XFree86-VidModeExtension
[ 58.318] (II) Initializing extension XFree86-DGA
[ 58.318] (II) Initializing extension XFree86-DRI
[ 58.318] (II) Initializing extension DRI2
[ 58.318] (II) Initializing extension NV-GLX
[ 58.318] (II) Initializing extension NV-CONTROL
[ 58.438] (II) modeset(G0): Damage tracking initialized
[ 58.518] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 58.518] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 58.518] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 58.518] (II) LoadModule: "libinput"
[ 58.518] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 58.519] (II) Module libinput: vendor="X.Org Foundation"
[ 58.519] compiled for 1.20.8, module version = 0.30.0
[ 58.519] Module class: X.Org XInput Driver
[ 58.519] ABI class: X.Org XInput driver, version 24.1
[ 58.519] (II) Using input driver 'libinput' for 'Power Button'
[ 58.519] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 34 paused 0
[ 58.519] (**) Power Button: always reports core events
[ 58.519] (**) Option "Device" "/dev/input/event3"
[ 58.519] (**) Option "_source" "server/udev"
[ 58.520] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 58.520] (II) event3 - Power Button: device is a keyboard
[ 58.520] (II) event3 - Power Button: device removed
[ 58.520] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 58.520] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 58.521] (II) event3 - Power Button: is tagged by udev as: Keyboard
[ 58.521] (II) event3 - Power Button: device is a keyboard
[ 58.521] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[ 58.521] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 58.521] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 58.521] (II) Using input driver 'libinput' for 'Video Bus'
[ 58.522] (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 37 paused 0
[ 58.522] (**) Video Bus: always reports core events
[ 58.522] (**) Option "Device" "/dev/input/event15"
[ 58.522] (**) Option "_source" "server/udev"
[ 58.522] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 58.522] (II) event15 - Video Bus: device is a keyboard
[ 58.522] (II) event15 - Video Bus: device removed
[ 58.522] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input28/event15"
[ 58.522] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 58.523] (II) event15 - Video Bus: is tagged by udev as: Keyboard
[ 58.523] (II) event15 - Video Bus: device is a keyboard
[ 58.523] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[ 58.523] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 58.523] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 58.523] (II) Using input driver 'libinput' for 'Video Bus'
[ 58.524] (II) systemd-logind: got fd for /dev/input/event16 13:80 fd 38 paused 0
[ 58.524] (**) Video Bus: always reports core events
[ 58.524] (**) Option "Device" "/dev/input/event16"
[ 58.524] (**) Option "_source" "server/udev"
[ 58.524] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 58.524] (II) event16 - Video Bus: device is a keyboard
[ 58.525] (II) event16 - Video Bus: device removed
[ 58.525] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input29/event16"
[ 58.525] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 58.525] (II) event16 - Video Bus: is tagged by udev as: Keyboard
[ 58.525] (II) event16 - Video Bus: device is a keyboard
[ 58.525] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 58.526] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 58.526] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 58.526] (II) Using input driver 'libinput' for 'Power Button'
[ 58.526] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 39 paused 0
[ 58.526] (**) Power Button: always reports core events
[ 58.526] (**) Option "Device" "/dev/input/event1"
[ 58.526] (**) Option "_source" "server/udev"
[ 58.527] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 58.527] (II) event1 - Power Button: device is a keyboard
[ 58.527] (II) event1 - Power Button: device removed
[ 58.527] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 58.527] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 58.527] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 58.527] (II) event1 - Power Button: device is a keyboard
[ 58.528] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 58.528] (II) No input driver specified, ignoring this device.
[ 58.528] (II) This device may have been added with another device file.
[ 58.528] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[ 58.528] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 58.528] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 58.528] (II) Using input driver 'libinput' for 'Sleep Button'
[ 58.528] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 40 paused 0
[ 58.528] (**) Sleep Button: always reports core events
[ 58.528] (**) Option "Device" "/dev/input/event2"
[ 58.528] (**) Option "_source" "server/udev"
[ 58.529] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 58.529] (II) event2 - Sleep Button: device is a keyboard
[ 58.529] (II) event2 - Sleep Button: device removed
[ 58.529] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2/event2"
[ 58.529] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 10)
[ 58.529] (II) event2 - Sleep Button: is tagged by udev as: Keyboard
[ 58.529] (II) event2 - Sleep Button: device is a keyboard
[ 58.530] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event11)
[ 58.530] (II) No input driver specified, ignoring this device.
[ 58.530] (II) This device may have been added with another device file.
[ 58.530] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event12)
[ 58.530] (II) No input driver specified, ignoring this device.
[ 58.530] (II) This device may have been added with another device file.
[ 58.530] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event13)
[ 58.530] (II) No input driver specified, ignoring this device.
[ 58.530] (II) This device may have been added with another device file.
[ 58.530] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event14)
[ 58.531] (II) No input driver specified, ignoring this device.
[ 58.531] (II) This device may have been added with another device file.
[ 58.531] (II) config/udev: Adding input device Logitech G Pro (/dev/input/event5)
[ 58.531] (**) Logitech G Pro : Applying InputClass "evdev pointer catchall"
[ 58.531] (**) Logitech G Pro : Applying InputClass "evdev keyboard catchall"
[ 58.531] (**) Logitech G Pro : Applying InputClass "libinput pointer catchall"
[ 58.531] (**) Logitech G Pro : Applying InputClass "libinput keyboard catchall"
[ 58.531] (II) Using input driver 'libinput' for 'Logitech G Pro '
[ 58.532] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 41 paused 0
[ 58.532] (**) Logitech G Pro : always reports core events
[ 58.532] (**) Option "Device" "/dev/input/event5"
[ 58.532] (**) Option "_source" "server/udev"
[ 58.533] (II) event5 - Logitech G Pro : is tagged by udev as: Keyboard Mouse
[ 58.533] (II) event5 - Logitech G Pro : device is a pointer
[ 58.533] (II) event5 - Logitech G Pro : device is a keyboard
[ 58.533] (II) event5 - Logitech G Pro : device removed
[ 58.533] (II) libinput: Logitech G Pro : needs a virtual subdevice
[ 58.533] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C539.0003/0003:046D:4079.0004/input/input16/event5"
[ 58.533] (II) XINPUT: Adding extended input device "Logitech G Pro " (type: MOUSE, id 11)
[ 58.533] (**) Option "AccelerationScheme" "none"
[ 58.533] (**) Logitech G Pro : (accel) selected scheme none/0
[ 58.533] (**) Logitech G Pro : (accel) acceleration factor: 2.000
[ 58.533] (**) Logitech G Pro : (accel) acceleration threshold: 4
[ 58.534] (II) event5 - Logitech G Pro : is tagged by udev as: Keyboard Mouse
[ 58.534] (II) event5 - Logitech G Pro : device is a pointer
[ 58.534] (II) event5 - Logitech G Pro : device is a keyboard
[ 58.534] (II) config/udev: Adding input device Logitech G Pro (/dev/input/mouse0)
[ 58.534] (II) No input driver specified, ignoring this device.
[ 58.534] (II) This device may have been added with another device file.
[ 58.535] (II) config/udev: Adding input device Integrated_Webcam_HD: Integrate (/dev/input/event18)
[ 58.535] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "evdev keyboard catchall"
[ 58.535] (**) Integrated_Webcam_HD: Integrate: Applying InputClass "libinput keyboard catchall"
[ 58.535] (II) Using input driver 'libinput' for 'Integrated_Webcam_HD: Integrate'
[ 58.535] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 42 paused 0
[ 58.535] (**) Integrated_Webcam_HD: Integrate: always reports core events
[ 58.535] (**) Option "Device" "/dev/input/event18"
[ 58.535] (**) Option "_source" "server/udev"
[ 58.536] (II) event18 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 58.536] (II) event18 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 58.536] (II) event18 - Integrated_Webcam_HD: Integrate: device removed
[ 58.536] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input31/event18"
[ 58.536] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD: Integrate" (type: KEYBOARD, id 12)
[ 58.537] (II) event18 - Integrated_Webcam_HD: Integrate: is tagged by udev as: Keyboard
[ 58.537] (II) event18 - Integrated_Webcam_HD: Integrate: device is a keyboard
[ 58.537] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event19)
[ 58.537] (II) No input driver specified, ignoring this device.
[ 58.537] (II) This device may have been added with another device file.
[ 58.538] (II) config/udev: Adding input device HDA Intel PCH Headphone Mic (/dev/input/event20)
[ 58.538] (II) No input driver specified, ignoring this device.
[ 58.538] (II) This device may have been added with another device file.
[ 58.538] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event21)
[ 58.538] (II) No input driver specified, ignoring this device.
[ 58.538] (II) This device may have been added with another device file.
[ 58.538] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event22)
[ 58.538] (II) No input driver specified, ignoring this device.
[ 58.538] (II) This device may have been added with another device file.
[ 58.538] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event23)
[ 58.538] (II) No input driver specified, ignoring this device.
[ 58.538] (II) This device may have been added with another device file.
[ 58.538] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event24)
[ 58.538] (II) No input driver specified, ignoring this device.
[ 58.538] (II) This device may have been added with another device file.
[ 58.539] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event25)
[ 58.539] (II) No input driver specified, ignoring this device.
[ 58.539] (II) This device may have been added with another device file.
[ 58.539] (II) config/udev: Adding input device Intel HID events (/dev/input/event6)
[ 58.539] (**) Intel HID events: Applying InputClass "evdev keyboard catchall"
[ 58.539] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[ 58.539] (II) Using input driver 'libinput' for 'Intel HID events'
[ 58.539] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 43 paused 0
[ 58.539] (**) Intel HID events: always reports core events
[ 58.539] (**) Option "Device" "/dev/input/event6"
[ 58.539] (**) Option "_source" "server/udev"
[ 58.540] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 58.540] (II) event6 - Intel HID events: device is a keyboard
[ 58.540] (II) event6 - Intel HID events: device removed
[ 58.540] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input17/event6"
[ 58.540] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[ 58.540] (II) event6 - Intel HID events: is tagged by udev as: Keyboard
[ 58.540] (II) event6 - Intel HID events: device is a keyboard
[ 58.541] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event7)
[ 58.541] (**) Intel HID 5 button array: Applying InputClass "evdev keyboard catchall"
[ 58.541] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[ 58.541] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[ 58.541] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 44 paused 0
[ 58.541] (**) Intel HID 5 button array: always reports core events
[ 58.541] (**) Option "Device" "/dev/input/event7"
[ 58.541] (**) Option "_source" "server/udev"
[ 58.542] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 58.542] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 58.542] (II) event7 - Intel HID 5 button array: device removed
[ 58.542] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input18/event7"
[ 58.542] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 14)
[ 58.542] (II) event7 - Intel HID 5 button array: is tagged by udev as: Keyboard
[ 58.542] (II) event7 - Intel HID 5 button array: device is a keyboard
[ 58.543] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event17)
[ 58.543] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 58.543] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 58.543] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[ 58.543] (II) systemd-logind: got fd for /dev/input/event17 13:81 fd 45 paused 0
[ 58.543] (**) Dell WMI hotkeys: always reports core events
[ 58.543] (**) Option "Device" "/dev/input/event17"
[ 58.543] (**) Option "_source" "server/udev"
[ 58.544] (II) event17 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 58.544] (II) event17 - Dell WMI hotkeys: device is a keyboard
[ 58.544] (II) event17 - Dell WMI hotkeys: device removed
[ 58.544] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input30/event17"
[ 58.544] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
[ 58.545] (II) event17 - Dell WMI hotkeys: is tagged by udev as: Keyboard
[ 58.545] (II) event17 - Dell WMI hotkeys: device is a keyboard
[ 58.545] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[ 58.545] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 58.545] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 58.545] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 58.546] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 46 paused 0
[ 58.546] (**) AT Translated Set 2 keyboard: always reports core events
[ 58.546] (**) Option "Device" "/dev/input/event4"
[ 58.546] (**) Option "_source" "server/udev"
[ 58.547] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 58.547] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 58.547] (II) event4 - AT Translated Set 2 keyboard: device removed
[ 58.547] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[ 58.547] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 16)
[ 58.548] (II) event4 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 58.548] (II) event4 - AT Translated Set 2 keyboard: device is a keyboard
[ 58.549] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[ 58.549] (II) No input driver specified, ignoring this device.
[ 58.549] (II) This device may have been added with another device file.
[ 58.551] (**) Logitech G Pro : Applying InputClass "evdev pointer catchall"
[ 58.551] (**) Logitech G Pro : Applying InputClass "evdev keyboard catchall"
[ 58.551] (**) Logitech G Pro : Applying InputClass "libinput pointer catchall"
[ 58.551] (**) Logitech G Pro : Applying InputClass "libinput keyboard catchall"
[ 58.551] (II) Using input driver 'libinput' for 'Logitech G Pro '
[ 58.551] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[ 58.551] (**) Logitech G Pro : always reports core events
[ 58.551] (**) Option "Device" "/dev/input/event5"
[ 58.551] (**) Option "_source" "_driver/libinput"
[ 58.551] (II) libinput: Logitech G Pro : is a virtual subdevice
[ 58.551] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C539.0003/0003:046D:4079.0004/input/input16/event5"
[ 58.551] (II) XINPUT: Adding extended input device "Logitech G Pro " (type: KEYBOARD, id 17)
[ 58.570] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 58.570] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 58.570] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 58.570] (--) NVIDIA(GPU-0):
[ 58.577] randr: falling back to unsynchronized pixmap sharing
[ 103.283] (EE) client bug: timer event5 debounce: scheduled expiry is in the past (-4ms), your system is too slow
[ 103.283] (EE) client bug: timer event5 debounce short: scheduled expiry is in the past (-17ms), your system is too slowdmesg
[ 0.000000] Linux version 5.6.14-arch1-1 (linux@archlinux) (gcc version 10.1.0 (GCC)) #1 SMP PREEMPT Wed, 20 May 2020 20:43:19 +0000
[ 0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=42bedefa-7b4b-4fea-950a-54e71b98ed52 rw
[ 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: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000584cffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000584d0000-0x00000000584d0fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000584d1000-0x00000000584d1fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000584d2000-0x000000006818cfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000006818d000-0x000000006854afff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006854b000-0x0000000068593fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000068594000-0x0000000068ef5fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000068ef6000-0x00000000695fdfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000695fe000-0x00000000695fefff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000695ff000-0x000000006f7fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000048f7fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x532a6018-0x532cf657] usable ==> usable
[ 0.000000] e820: update [mem 0x532a6018-0x532cf657] usable ==> usable
[ 0.000000] e820: update [mem 0x53297018-0x532a5057] usable ==> usable
[ 0.000000] e820: update [mem 0x53297018-0x532a5057] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000053297017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000053297018-0x00000000532a5057] usable
[ 0.000000] reserve setup_data: [mem 0x00000000532a5058-0x00000000532a6017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000532a6018-0x00000000532cf657] usable
[ 0.000000] reserve setup_data: [mem 0x00000000532cf658-0x00000000584cffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000584d0000-0x00000000584d0fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000584d1000-0x00000000584d1fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000584d2000-0x000000006818cfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000006818d000-0x000000006854afff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000006854b000-0x0000000068593fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x0000000068594000-0x0000000068ef5fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x0000000068ef6000-0x00000000695fdfff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000695fe000-0x00000000695fefff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000695ff000-0x000000006f7fffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000048f7fffff] usable
[ 0.000000] efi: EFI v2.40 by American Megatrends
[ 0.000000] efi: ACPI=0x6855a000 ACPI 2.0=0x6855a000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x68ea5000 ESRT=0x692a8118 MEMATTR=0x65b4d418 TPMEventLog=0x585ba018
[ 0.000000] [Firmware Bug]: Failed to parse event in TPM Final Events Log
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: Dell Inc. Inspiron 7577/0J8HMF, BIOS 1.4.2 01/25/2018
[ 0.000000] tsc: Detected 2800.000 MHz processor
[ 0.001094] tsc: Detected 2799.927 MHz TSC
[ 0.001094] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.001095] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.001100] last_pfn = 0x48f800 max_arch_pfn = 0x400000000
[ 0.001104] MTRR default type: write-back
[ 0.001105] MTRR fixed ranges enabled:
[ 0.001106] 00000-9FFFF write-back
[ 0.001106] A0000-BFFFF uncachable
[ 0.001107] C0000-FFFFF write-protect
[ 0.001107] MTRR variable ranges enabled:
[ 0.001108] 0 base 0080000000 mask 7F80000000 uncachable
[ 0.001109] 1 base 0070000000 mask 7FF0000000 uncachable
[ 0.001110] 2 base 006C000000 mask 7FFC000000 uncachable
[ 0.001110] 3 base 006B000000 mask 7FFF000000 uncachable
[ 0.001111] 4 disabled
[ 0.001111] 5 disabled
[ 0.001111] 6 disabled
[ 0.001112] 7 disabled
[ 0.001112] 8 disabled
[ 0.001112] 9 disabled
[ 0.001355] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001489] last_pfn = 0x695ff max_arch_pfn = 0x400000000
[ 0.007673] esrt: Reserving ESRT space from 0x00000000692a8118 to 0x00000000692a8150.
[ 0.007678] check: Scanning 1 areas for low memory corruption
[ 0.007681] Using GB pages for direct mapping
[ 0.007683] BRK [0x388c01000, 0x388c01fff] PGTABLE
[ 0.007684] BRK [0x388c02000, 0x388c02fff] PGTABLE
[ 0.007685] BRK [0x388c03000, 0x388c03fff] PGTABLE
[ 0.007704] BRK [0x388c04000, 0x388c04fff] PGTABLE
[ 0.007705] BRK [0x388c05000, 0x388c05fff] PGTABLE
[ 0.007801] BRK [0x388c06000, 0x388c06fff] PGTABLE
[ 0.007827] BRK [0x388c07000, 0x388c07fff] PGTABLE
[ 0.007898] BRK [0x388c08000, 0x388c08fff] PGTABLE
[ 0.007925] BRK [0x388c09000, 0x388c09fff] PGTABLE
[ 0.007952] Secure boot disabled
[ 0.007952] RAMDISK: [mem 0x532d0000-0x53d7afff]
[ 0.007960] ACPI: Early table checksum verification disabled
[ 0.007962] ACPI: RSDP 0x000000006855A000 000024 (v02 DELL )
[ 0.007965] ACPI: XSDT 0x000000006855A0D0 00011C (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.007969] ACPI: FACP 0x0000000068581A08 00010C (v05 DELL CBX3 01072009 AMI 00010013)
[ 0.007973] ACPI: DSDT 0x000000006855A278 02778F (v02 DELL CBX3 01072009 INTL 20160422)
[ 0.007975] ACPI: FACS 0x0000000068EEFF00 000040
[ 0.007977] ACPI: APIC 0x0000000068581B18 0000BC (v03 DELL CBX3 01072009 AMI 00010013)
[ 0.007979] ACPI: FPDT 0x0000000068581BD8 000044 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.007980] ACPI: FIDT 0x0000000068581C20 0000AC (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.007982] ACPI: MCFG 0x0000000068581CD0 00003C (v01 DELL CBX3 01072009 MSFT 00000097)
[ 0.007984] ACPI: HPET 0x0000000068581D10 000038 (v01 DELL CBX3 01072009 AMI. 0005000B)
[ 0.007986] ACPI: SSDT 0x0000000068581D48 0004B8 (v01 SataRe SataTabl 00001000 INTL 20160422)
[ 0.007988] ACPI: BOOT 0x0000000068582200 000028 (v01 DELL CBX3 01072009 AMI 00010013)
[ 0.007990] ACPI: SSDT 0x0000000068582228 0012CF (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.007992] ACPI: SSDT 0x00000000685834F8 002A02 (v02 PegSsd PegSsdt 00001000 INTL 20160422)
[ 0.007994] ACPI: HPET 0x0000000068585F00 000038 (v01 INTEL KBL 00000001 MSFT 0000005F)
[ 0.007996] ACPI: SSDT 0x0000000068585F38 000967 (v02 INTEL xh_OEMBD 00000000 INTL 20160422)
[ 0.007998] ACPI: UEFI 0x00000000685868A0 000042 (v01 00000000 00000000)
[ 0.008000] ACPI: SSDT 0x00000000685868E8 0017AE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.008002] ACPI: LPIT 0x0000000068588098 000094 (v01 INTEL KBL 00000000 MSFT 0000005F)
[ 0.008004] ACPI: WSMT 0x0000000068588130 000028 (v01 DELL CBX3 00000000 MSFT 0000005F)
[ 0.008006] ACPI: SSDT 0x0000000068588158 000141 (v02 INTEL HdaDsp 00000000 INTL 20160422)
[ 0.008007] ACPI: SSDT 0x00000000685882A0 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.008009] ACPI: SSDT 0x0000000068588540 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
[ 0.008011] ACPI: SSDT 0x000000006858B548 00060D (v02 INTEL TbtTypeC 00000000 INTL 20160422)
[ 0.008013] ACPI: DBGP 0x000000006858BB58 000034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.008015] ACPI: DBG2 0x000000006858BB90 000054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.008017] ACPI: SSDT 0x000000006858BBE8 0007AC (v02 INTEL UsbCTabl 00001000 INTL 20160422)
[ 0.008019] ACPI: SSDT 0x000000006858C398 004916 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
[ 0.008021] ACPI: MSDM 0x0000000068590CB0 000055 (v03 DELL CBX3 06222004 AMI 00010013)
[ 0.008023] ACPI: SLIC 0x0000000068590D08 000176 (v03 DELL CBX3 01072009 MSFT 00010013)
[ 0.008025] ACPI: SSDT 0x0000000068590E80 0000F0 (v02 SgRef SgPeg 00001000 INTL 20160422)
[ 0.008026] ACPI: BGRT 0x0000000068590F70 000038 (v00 01072009 AMI 00010013)
[ 0.008028] ACPI: TPM2 0x0000000068590FA8 000034 (v03 DELL CBX3 00000001 AMI 00000000)
[ 0.008031] ACPI: SSDT 0x0000000068590FE0 001C79 (v01 OptRef OptTabl 00001000 INTL 20160422)
[ 0.008033] ACPI: DMAR 0x0000000068592C60 0000F0 (v01 INTEL KBL 00000001 INTL 00000001)
[ 0.008039] ACPI: Local APIC address 0xfee00000
[ 0.008135] No NUMA configuration found
[ 0.008135] Faking a node at [mem 0x0000000000000000-0x000000048f7fffff]
[ 0.008138] NODE_DATA(0) allocated [mem 0x48f7fc000-0x48f7fffff]
[ 0.008162] Zone ranges:
[ 0.008162] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.008163] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.008164] Normal [mem 0x0000000100000000-0x000000048f7fffff]
[ 0.008165] Device empty
[ 0.008165] Movable zone start for each node
[ 0.008166] Early memory node ranges
[ 0.008166] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.008167] node 0: [mem 0x0000000000059000-0x000000000009dfff]
[ 0.008167] node 0: [mem 0x0000000000100000-0x00000000584cffff]
[ 0.008168] node 0: [mem 0x00000000584d2000-0x000000006818cfff]
[ 0.008168] node 0: [mem 0x00000000695fe000-0x00000000695fefff]
[ 0.008169] node 0: [mem 0x0000000100000000-0x000000048f7fffff]
[ 0.008432] Zeroed struct page in unavailable ranges: 34520 pages
[ 0.008433] Initmem setup node 0 [mem 0x0000000000001000-0x000000048f7fffff]
[ 0.008434] On node 0 totalpages: 4159784
[ 0.008435] DMA zone: 64 pages used for memmap
[ 0.008435] DMA zone: 21 pages reserved
[ 0.008436] DMA zone: 3996 pages, LIFO batch:0
[ 0.008473] DMA32 zone: 6599 pages used for memmap
[ 0.008474] DMA32 zone: 422284 pages, LIFO batch:63
[ 0.012764] Normal zone: 58336 pages used for memmap
[ 0.012764] Normal zone: 3733504 pages, LIFO batch:63
[ 0.046625] Reserving Intel graphics memory at [mem 0x6b800000-0x6f7fffff]
[ 0.046798] ACPI: PM-Timer IO Port: 0x1808
[ 0.046799] ACPI: Local APIC address 0xfee00000
[ 0.046804] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.046804] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.046805] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.046805] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.046805] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.046806] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.046806] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.046807] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.046836] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.046838] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.046839] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.046839] ACPI: IRQ0 used by override.
[ 0.046840] ACPI: IRQ9 used by override.
[ 0.046841] Using ACPI (MADT) for SMP configuration information
[ 0.046842] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.046847] e820: update [mem 0x64fda000-0x65062fff] usable ==> reserved
[ 0.046853] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.046866] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.046867] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.046868] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[ 0.046869] PM: hibernation: Registered nosave memory: [mem 0x53297000-0x53297fff]
[ 0.046870] PM: hibernation: Registered nosave memory: [mem 0x532a5000-0x532a5fff]
[ 0.046870] PM: hibernation: Registered nosave memory: [mem 0x532a6000-0x532a6fff]
[ 0.046871] PM: hibernation: Registered nosave memory: [mem 0x532cf000-0x532cffff]
[ 0.046872] PM: hibernation: Registered nosave memory: [mem 0x584d0000-0x584d0fff]
[ 0.046873] PM: hibernation: Registered nosave memory: [mem 0x584d1000-0x584d1fff]
[ 0.046874] PM: hibernation: Registered nosave memory: [mem 0x64fda000-0x65062fff]
[ 0.046875] PM: hibernation: Registered nosave memory: [mem 0x6818d000-0x6854afff]
[ 0.046875] PM: hibernation: Registered nosave memory: [mem 0x6854b000-0x68593fff]
[ 0.046876] PM: hibernation: Registered nosave memory: [mem 0x68594000-0x68ef5fff]
[ 0.046876] PM: hibernation: Registered nosave memory: [mem 0x68ef6000-0x695fdfff]
[ 0.046877] PM: hibernation: Registered nosave memory: [mem 0x695ff000-0x6f7fffff]
[ 0.046878] PM: hibernation: Registered nosave memory: [mem 0x6f800000-0xdfffffff]
[ 0.046878] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.046878] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[ 0.046879] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.046879] PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.046880] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.046880] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[ 0.046880] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.046881] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.046881] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.046882] [mem 0x6f800000-0xdfffffff] available for PCI devices
[ 0.046883] Booting paravirtualized kernel on bare hardware
[ 0.046886] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.050391] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[ 0.050557] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[ 0.050562] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[ 0.050562] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.050576] Built 1 zonelists, mobility grouping on. Total pages: 4094764
[ 0.050577] Policy zone: Normal
[ 0.050577] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=42bedefa-7b4b-4fea-950a-54e71b98ed52 rw
[ 0.051523] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.051996] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.052060] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[ 0.094860] Memory: 16199464K/16639136K available (12291K kernel code, 1463K rwdata, 4464K rodata, 1608K init, 3184K bss, 439672K reserved, 0K cma-reserved)
[ 0.094866] random: get_random_u64 called from __kmem_cache_create+0x3e/0x610 with crng_init=0
[ 0.094957] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.094966] Kernel/User page tables isolation: enabled
[ 0.094978] ftrace: allocating 39095 entries in 153 pages
[ 0.105637] ftrace: allocated 153 pages with 4 groups
[ 0.105714] rcu: Preemptible hierarchical RCU implementation.
[ 0.105714] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.105715] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[ 0.105715] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.105716] Tasks RCU enabled.
[ 0.105716] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.105717] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.107597] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[ 0.107922] spurious 8259A interrupt: IRQ7.
[ 0.107945] Console: colour dummy device 80x25
[ 0.107950] printk: console [tty0] enabled
[ 0.107962] ACPI: Core revision 20200110
[ 0.108218] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.108320] APIC: Switch to symmetric I/O mode setup
[ 0.108321] DMAR: Host address width 39
[ 0.108322] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.108326] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.108327] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.108330] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.108330] DMAR: RMRR base: 0x00000068266000 end: 0x00000068285fff
[ 0.108331] DMAR: RMRR base: 0x0000006b000000 end: 0x0000006f7fffff
[ 0.108332] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[ 0.108332] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[ 0.108334] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.108334] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.108335] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.109919] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.109924] x2apic enabled
[ 0.109939] Switched APIC routing to cluster x2apic.
[ 0.114077] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.128318] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285bfbafad2, max_idle_ns: 440795215530 ns
[ 0.128321] Calibrating delay loop (skipped), value calculated using timer frequency.. 5602.18 BogoMIPS (lpj=9333090)
[ 0.128323] pid_max: default: 32768 minimum: 301
[ 0.129969] LSM: Security Framework initializing
[ 0.129972] Yama: becoming mindful.
[ 0.130014] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.130043] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.130052] *** VALIDATE tmpfs ***
[ 0.130157] *** VALIDATE proc ***
[ 0.130192] *** VALIDATE cgroup ***
[ 0.130193] *** VALIDATE cgroup2 ***
[ 0.130234] mce: CPU0: Thermal monitoring enabled (TM1)
[ 0.130250] process: using mwait in idle threads
[ 0.130252] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.130253] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.130255] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.130255] Spectre V2 : Mitigation: Full generic retpoline
[ 0.130256] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.130256] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.130257] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.130257] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.130258] Speculative Store Bypass: Vulnerable
[ 0.130264] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.130493] Freeing SMP alternatives memory: 32K
[ 0.131714] TSC deadline timer enabled
[ 0.131719] smpboot: CPU0: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[ 0.151671] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.151695] ... version: 4
[ 0.151696] ... bit width: 48
[ 0.151696] ... generic registers: 4
[ 0.151697] ... value mask: 0000ffffffffffff
[ 0.151697] ... max period: 00007fffffffffff
[ 0.151697] ... fixed-purpose events: 3
[ 0.151698] ... event mask: 000000070000000f
[ 0.158327] rcu: Hierarchical SRCU implementation.
[ 0.181810] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.188335] smp: Bringing up secondary CPUs ...
[ 0.228366] x86: Booting SMP configuration:
[ 0.228367] .... node #0, CPUs: #1 #2 #3 #4
[ 0.349034] 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.388363] #5 #6 #7
[ 0.468885] smp: Brought up 1 node, 8 CPUs
[ 0.468885] smpboot: Max logical packages: 1
[ 0.468885] smpboot: Total of 8 processors activated (44816.45 BogoMIPS)
[ 0.470924] devtmpfs: initialized
[ 0.470924] x86/mm: Memory block size: 128MB
[ 0.472786] PM: Registering ACPI NVS region [mem 0x584d0000-0x584d0fff] (4096 bytes)
[ 0.472786] PM: Registering ACPI NVS region [mem 0x68594000-0x68ef5fff] (9838592 bytes)
[ 0.472786] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.472786] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.472786] pinctrl core: initialized pinctrl subsystem
[ 0.472786] PM: RTC time: 14:27:51, date: 2020-05-29
[ 0.472786] thermal_sys: Registered thermal governor 'fair_share'
[ 0.472786] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.472786] thermal_sys: Registered thermal governor 'step_wise'
[ 0.472786] thermal_sys: Registered thermal governor 'user_space'
[ 0.472786] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.472786] NET: Registered protocol family 16
[ 0.472786] audit: initializing netlink subsys (disabled)
[ 0.472786] audit: type=2000 audit(1590762470.363:1): state=initialized audit_enabled=0 res=1
[ 0.472786] cpuidle: using governor ladder
[ 0.472786] cpuidle: using governor menu
[ 0.472786] Simple Boot Flag at 0x47 set to 0x80
[ 0.472786] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.472786] ACPI: bus type PCI registered
[ 0.472786] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.472786] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.472786] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.472786] PCI: Using configuration type 1 for base access
[ 0.472786] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.475185] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.475185] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.475185] fbcon: Taking over console
[ 0.475185] ACPI: Added _OSI(Module Device)
[ 0.475185] ACPI: Added _OSI(Processor Device)
[ 0.475185] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.475185] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.475185] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.475185] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.475185] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.515686] ACPI: 14 ACPI AML tables successfully acquired and loaded
[ 0.521563] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.528311] ACPI: Dynamic OEM Table Load:
[ 0.528316] ACPI: SSDT 0xFFFF9C59FD3BC800 000651 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 0.529802] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[ 0.530776] ACPI: Dynamic OEM Table Load:
[ 0.530780] ACPI: SSDT 0xFFFF9C59FCAFBC00 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
[ 0.532204] ACPI: Dynamic OEM Table Load:
[ 0.532208] ACPI: SSDT 0xFFFF9C59FCB54E40 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160422)
[ 0.533564] ACPI: Dynamic OEM Table Load:
[ 0.533568] ACPI: SSDT 0xFFFF9C59FD3BB800 000628 (v02 PmRef HwpLvt 00003000 INTL 20160422)
[ 0.535266] ACPI: Dynamic OEM Table Load:
[ 0.535272] ACPI: SSDT 0xFFFF9C59FCAD9000 000D14 (v02 PmRef ApIst 00003000 INTL 20160422)
[ 0.537314] ACPI: Dynamic OEM Table Load:
[ 0.537317] ACPI: SSDT 0xFFFF9C59FCAFE400 000317 (v02 PmRef ApHwp 00003000 INTL 20160422)
[ 0.538781] ACPI: Dynamic OEM Table Load:
[ 0.538784] ACPI: SSDT 0xFFFF9C59FCAFB400 00030A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 0.542633] ACPI: EC: EC started
[ 0.542634] ACPI: EC: interrupt blocked
[ 0.549549] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.549550] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
[ 0.549551] ACPI: Interpreter enabled
[ 0.549585] ACPI: (supports S0 S3 S4 S5)
[ 0.549586] ACPI: Using IOAPIC for interrupt routing
[ 0.549619] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.550296] ACPI: Enabled 9 GPEs in block 00 to 7F
[ 0.552835] ACPI: Power Resource [PG00] (on)
[ 0.576098] ACPI: Power Resource [PG01] (on)
[ 0.576493] ACPI: Power Resource [PG02] (on)
[ 0.578456] ACPI: Power Resource [WRST] (on)
[ 0.578869] ACPI: Power Resource [WRST] (on)
[ 0.579279] ACPI: Power Resource [WRST] (on)
[ 0.579677] ACPI: Power Resource [WRST] (on)
[ 0.580074] ACPI: Power Resource [WRST] (on)
[ 0.580427] ACPI: Power Resource [WRST] (on)
[ 0.580934] ACPI: Power Resource [WRST] (on)
[ 0.581287] ACPI: Power Resource [WRST] (on)
[ 0.581638] ACPI: Power Resource [WRST] (on)
[ 0.582564] ACPI: Power Resource [WRST] (on)
[ 0.582949] ACPI: Power Resource [WRST] (on)
[ 0.583307] ACPI: Power Resource [WRST] (on)
[ 0.583663] ACPI: Power Resource [WRST] (on)
[ 0.584012] ACPI: Power Resource [WRST] (on)
[ 0.584360] ACPI: Power Resource [WRST] (on)
[ 0.584712] ACPI: Power Resource [WRST] (on)
[ 0.585066] ACPI: Power Resource [WRST] (on)
[ 0.586310] ACPI: Power Resource [WRST] (on)
[ 0.586638] ACPI: Power Resource [WRST] (on)
[ 0.586966] ACPI: Power Resource [WRST] (on)
[ 0.602880] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.602886] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.603264] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[ 0.603625] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[ 0.603626] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.604277] PCI host bridge to bus 0000:00
[ 0.604280] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.604281] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.604281] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.604282] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.604283] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.604283] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.604284] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.604284] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.604285] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.604286] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.604286] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.604287] pci_bus 0000:00: root bus resource [mem 0x6f800000-0xdfffffff window]
[ 0.604288] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.604289] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.604297] pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
[ 0.604414] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[ 0.604452] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.604644] pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
[ 0.604652] pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
[ 0.604656] pci 0000:00:02.0: reg 0x18: [mem 0x70000000-0x7fffffff 64bit pref]
[ 0.604659] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.604672] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.604797] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
[ 0.604806] pci 0000:00:04.0: reg 0x10: [mem 0xdd420000-0xdd427fff 64bit]
[ 0.605007] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[ 0.605025] pci 0000:00:14.0: reg 0x10: [mem 0xdd410000-0xdd41ffff 64bit]
[ 0.605087] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.605294] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[ 0.605312] pci 0000:00:14.2: reg 0x10: [mem 0xdd438000-0xdd438fff 64bit]
[ 0.605524] pci 0000:00:15.0: [8086:a160] type 00 class 0x118000
[ 0.605588] pci 0000:00:15.0: reg 0x10: [mem 0xdd437000-0xdd437fff 64bit]
[ 0.605913] pci 0000:00:15.1: [8086:a161] type 00 class 0x118000
[ 0.605978] pci 0000:00:15.1: reg 0x10: [mem 0xdd436000-0xdd436fff 64bit]
[ 0.606264] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[ 0.606287] pci 0000:00:16.0: reg 0x10: [mem 0xdd435000-0xdd435fff 64bit]
[ 0.606356] pci 0000:00:16.0: PME# supported from D3hot
[ 0.606529] pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
[ 0.606544] pci 0000:00:17.0: reg 0x10: [mem 0xdd430000-0xdd431fff]
[ 0.606549] pci 0000:00:17.0: reg 0x14: [mem 0xdd434000-0xdd4340ff]
[ 0.606555] pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097]
[ 0.606561] pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083]
[ 0.606567] pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f]
[ 0.606573] pci 0000:00:17.0: reg 0x24: [mem 0xdd433000-0xdd4337ff]
[ 0.606610] pci 0000:00:17.0: PME# supported from D3hot
[ 0.606763] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[ 0.606839] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.607027] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[ 0.607096] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.607276] pci 0000:00:1c.5: [8086:a115] type 01 class 0x060400
[ 0.607346] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.607533] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[ 0.607603] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.607809] pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100
[ 0.608008] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[ 0.608020] pci 0000:00:1f.2: reg 0x10: [mem 0xdd42c000-0xdd42ffff]
[ 0.608185] pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300
[ 0.608208] pci 0000:00:1f.3: reg 0x10: [mem 0xdd428000-0xdd42bfff 64bit]
[ 0.608230] pci 0000:00:1f.3: reg 0x20: [mem 0xdd400000-0xdd40ffff 64bit]
[ 0.608276] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.608497] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[ 0.608558] pci 0000:00:1f.4: reg 0x10: [mem 0xdd432000-0xdd4320ff 64bit]
[ 0.608629] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
[ 0.608867] pci 0000:01:00.0: [10de:1c20] type 00 class 0x030000
[ 0.608879] pci 0000:01:00.0: reg 0x10: [mem 0xdc000000-0xdcffffff]
[ 0.608884] pci 0000:01:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref]
[ 0.608890] pci 0000:01:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref]
[ 0.608893] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.608896] pci 0000:01:00.0: reg 0x30: [mem 0xdd000000-0xdd07ffff pref]
[ 0.608908] pci 0000:01:00.0: Enabling HDA controller
[ 0.609034] pci 0000:01:00.1: [10de:10f1] type 00 class 0x040300
[ 0.609043] pci 0000:01:00.1: reg 0x10: [mem 0xdd080000-0xdd083fff]
[ 0.609132] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.609134] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.609136] pci 0000:00:01.0: bridge window [mem 0xdc000000-0xdd0fffff]
[ 0.609138] pci 0000:00:01.0: bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[ 0.609241] pci 0000:00:1c.0: PCI bridge to [bus 02-3a]
[ 0.609245] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 0.609248] pci 0000:00:1c.0: bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[ 0.609344] pci 0000:3b:00.0: [10ec:8168] type 00 class 0x020000
[ 0.609371] pci 0000:3b:00.0: reg 0x10: [io 0xd000-0xd0ff]
[ 0.609394] pci 0000:3b:00.0: reg 0x18: [mem 0xdd304000-0xdd304fff 64bit]
[ 0.609409] pci 0000:3b:00.0: reg 0x20: [mem 0xdd300000-0xdd303fff 64bit]
[ 0.609503] pci 0000:3b:00.0: supports D1 D2
[ 0.609504] pci 0000:3b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.609683] pci 0000:00:1c.4: PCI bridge to [bus 3b]
[ 0.609686] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.609688] pci 0000:00:1c.4: bridge window [mem 0xdd300000-0xdd3fffff]
[ 0.609808] pci 0000:3c:00.0: [8086:24fd] type 00 class 0x028000
[ 0.609853] pci 0000:3c:00.0: reg 0x10: [mem 0xdd200000-0xdd201fff 64bit]
[ 0.610033] pci 0000:3c:00.0: PME# supported from D0 D3hot D3cold
[ 0.610275] pci 0000:00:1c.5: PCI bridge to [bus 3c]
[ 0.610278] pci 0000:00:1c.5: bridge window [mem 0xdd200000-0xdd2fffff]
[ 0.610376] pci 0000:3d:00.0: [144d:a804] type 00 class 0x010802
[ 0.610400] pci 0000:3d:00.0: reg 0x10: [mem 0xdd100000-0xdd103fff 64bit]
[ 0.610646] pci 0000:00:1d.0: PCI bridge to [bus 3d]
[ 0.610649] pci 0000:00:1d.0: bridge window [mem 0xdd100000-0xdd1fffff]
[ 0.612856] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.612919] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.612981] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.613043] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.613104] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.613163] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.613223] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.613282] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.617503] ACPI: EC: interrupt unblocked
[ 0.617513] ACPI: EC: event unblocked
[ 0.617520] ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
[ 0.617520] ACPI: EC: GPE=0x6e
[ 0.617522] ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions and events
[ 0.617587] iommu: Default domain type: Translated
[ 0.617597] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.617597] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.617597] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.617597] pci 0000:00:02.0: vgaarb: no bridge control possible
[ 0.617597] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.617597] vgaarb: loaded
[ 0.617597] SCSI subsystem initialized
[ 0.617597] libata version 3.00 loaded.
[ 0.617597] ACPI: bus type USB registered
[ 0.617597] usbcore: registered new interface driver usbfs
[ 0.617597] usbcore: registered new interface driver hub
[ 0.617597] usbcore: registered new device driver usb
[ 0.617597] pps_core: LinuxPPS API ver. 1 registered
[ 0.617597] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.617597] PTP clock support registered
[ 0.617597] EDAC MC: Ver: 3.0.0
[ 0.617597] Registered efivars operations
[ 0.617597] PCI: Using ACPI for IRQ routing
[ 0.643426] PCI: pci_cache_line_size set to 64 bytes
[ 0.643538] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.643539] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.643540] e820: reserve RAM buffer [mem 0x53297018-0x53ffffff]
[ 0.643540] e820: reserve RAM buffer [mem 0x532a6018-0x53ffffff]
[ 0.643541] e820: reserve RAM buffer [mem 0x584d0000-0x5bffffff]
[ 0.643541] e820: reserve RAM buffer [mem 0x64fda000-0x67ffffff]
[ 0.643542] e820: reserve RAM buffer [mem 0x6818d000-0x6bffffff]
[ 0.643543] e820: reserve RAM buffer [mem 0x695ff000-0x6bffffff]
[ 0.643543] e820: reserve RAM buffer [mem 0x48f800000-0x48fffffff]
[ 0.643623] NetLabel: Initializing
[ 0.643624] NetLabel: domain hash size = 128
[ 0.643624] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.643633] NetLabel: unlabeled traffic allowed by default
[ 0.643636] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.643636] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.645029] clocksource: Switched to clocksource tsc-early
[ 0.653057] *** VALIDATE bpf ***
[ 0.653128] VFS: Disk quotas dquot_6.6.0
[ 0.653139] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.653160] *** VALIDATE ramfs ***
[ 0.653162] *** VALIDATE hugetlbfs ***
[ 0.653195] pnp: PnP ACPI init
[ 0.653455] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.653456] system 00:00: [io 0xffff] has been reserved
[ 0.653457] system 00:00: [io 0xffff] has been reserved
[ 0.653457] system 00:00: [io 0xffff] has been reserved
[ 0.653458] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 0.653459] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.653463] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.653547] system 00:01: [io 0x0800-0x087f] has been reserved
[ 0.653550] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.653565] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.653598] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.653600] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.653685] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.653698] pnp 00:05: Plug and Play ACPI device, IDs DLL0802 PNP0f13 (active)
[ 0.653938] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.653939] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.653940] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.653940] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.653941] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.653942] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.653943] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.653944] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.653945] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.653946] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[ 0.653948] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.653985] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.653985] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.653986] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.653987] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.653988] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.653989] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.653990] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.653992] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.654269] system 00:08: [io 0xff00-0xfffe] has been reserved
[ 0.654271] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.655415] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[ 0.655415] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[ 0.655416] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[ 0.655419] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.659184] pnp: PnP ACPI: found 10 devices
[ 0.664520] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.664541] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02-3a] add_size 1000
[ 0.664546] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.664547] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.664549] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.664551] pci 0000:00:01.0: bridge window [mem 0xdc000000-0xdd0fffff]
[ 0.664553] pci 0000:00:01.0: bridge window [mem 0xb0000000-0xc1ffffff 64bit pref]
[ 0.664555] pci 0000:00:1c.0: PCI bridge to [bus 02-3a]
[ 0.664560] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.664562] pci 0000:00:1c.0: bridge window [mem 0xc4000000-0xda0fffff]
[ 0.664564] pci 0000:00:1c.0: bridge window [mem 0x80000000-0xa1ffffff 64bit pref]
[ 0.664568] pci 0000:00:1c.4: PCI bridge to [bus 3b]
[ 0.664569] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.664572] pci 0000:00:1c.4: bridge window [mem 0xdd300000-0xdd3fffff]
[ 0.664576] pci 0000:00:1c.5: PCI bridge to [bus 3c]
[ 0.664578] pci 0000:00:1c.5: bridge window [mem 0xdd200000-0xdd2fffff]
[ 0.664583] pci 0000:00:1d.0: PCI bridge to [bus 3d]
[ 0.664585] pci 0000:00:1d.0: bridge window [mem 0xdd100000-0xdd1fffff]
[ 0.664590] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.664591] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.664592] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.664592] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.664593] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.664594] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.664594] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.664595] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.664596] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.664596] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.664597] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.664598] pci_bus 0000:00: resource 15 [mem 0x6f800000-0xdfffffff window]
[ 0.664598] pci_bus 0000:00: resource 16 [mem 0xfd000000-0xfe7fffff window]
[ 0.664599] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.664600] pci_bus 0000:01: resource 1 [mem 0xdc000000-0xdd0fffff]
[ 0.664600] pci_bus 0000:01: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref]
[ 0.664601] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.664602] pci_bus 0000:02: resource 1 [mem 0xc4000000-0xda0fffff]
[ 0.664603] pci_bus 0000:02: resource 2 [mem 0x80000000-0xa1ffffff 64bit pref]
[ 0.664603] pci_bus 0000:3b: resource 0 [io 0xd000-0xdfff]
[ 0.664604] pci_bus 0000:3b: resource 1 [mem 0xdd300000-0xdd3fffff]
[ 0.664605] pci_bus 0000:3c: resource 1 [mem 0xdd200000-0xdd2fffff]
[ 0.664605] pci_bus 0000:3d: resource 1 [mem 0xdd100000-0xdd1fffff]
[ 0.664746] NET: Registered protocol family 2
[ 0.664840] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.664916] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.665054] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.665105] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.665145] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.665176] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.665238] NET: Registered protocol family 1
[ 0.665241] NET: Registered protocol family 44
[ 0.665249] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.665522] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 0.665565] PCI: CLS 0 bytes, default 64
[ 0.665592] Trying to unpack rootfs image as initramfs...
[ 0.763854] Freeing initrd memory: 10924K
[ 0.763885] DMAR: ACPI device "device:77" under DMAR at fed91000 as 00:15.0
[ 0.763887] DMAR: ACPI device "device:78" under DMAR at fed91000 as 00:15.1
[ 0.785033] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.785035] software IO TLB: mapped [mem 0x60fda000-0x64fda000] (64MB)
[ 0.785181] check: Scanning for low memory corruption every 60 seconds
[ 0.785465] Initialise system trusted keyrings
[ 0.785475] Key type blacklist registered
[ 0.785507] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[ 0.786476] zbud: loaded
[ 0.790482] Key type asymmetric registered
[ 0.790483] Asymmetric key parser 'x509' registered
[ 0.790489] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.790525] io scheduler mq-deadline registered
[ 0.790526] io scheduler kyber registered
[ 0.790547] io scheduler bfq registered
[ 0.791084] pcieport 0000:00:1c.0: AER: enabled with IRQ 123
[ 0.791304] pcieport 0000:00:1c.4: AER: enabled with IRQ 124
[ 0.791518] pcieport 0000:00:1c.5: AER: enabled with IRQ 125
[ 0.791744] pcieport 0000:00:1d.0: AER: enabled with IRQ 126
[ 0.791818] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.791886] efifb: probing for efifb
[ 0.791897] efifb: framebuffer at 0x70000000, using 8100k, total 8100k
[ 0.791898] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 0.791898] efifb: scrolling: redraw
[ 0.791899] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.791969] Console: switching to colour frame buffer device 240x67
[ 0.795196] fb0: EFI VGA frame buffer device
[ 0.795203] intel_idle: MWAIT substates: 0x11142120
[ 0.795203] intel_idle: v0.4.1 model 0x9E
[ 0.795563] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.795654] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.798388] ACPI: Lid Switch [LID0]
[ 0.798420] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.801723] ACPI: Power Button [PBTN]
[ 0.801756] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[ 0.801770] ACPI: Sleep Button [SBTN]
[ 0.801794] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.805063] ACPI: Power Button [PWRF]
[ 0.807941] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.807942] ACPI: Thermal Zone [THM] (25 C)
[ 0.808205] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.808789] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 0.808790] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[ 0.809722] nvme nvme0: pci function 0000:3d:00.0
[ 0.809743] ahci 0000:00:17.0: version 3.0
[ 0.810041] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[ 0.810063] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x2 impl SATA mode
[ 0.810065] ahci 0000:00:17.0: flags: 64bit ncq sntf stag pm led clo only pio slum part ems deso sadm sds apst
[ 0.810382] scsi host0: ahci
[ 0.810501] scsi host1: ahci
[ 0.810528] ata1: DUMMY
[ 0.810534] ata2: SATA max UDMA/133 abar m2048@0xdd433000 port 0xdd433180 irq 128
[ 0.810568] usbcore: registered new interface driver usbserial_generic
[ 0.810570] usbserial: USB Serial support registered for generic
[ 0.810588] rtc_cmos 00:02: RTC can wake from S4
[ 0.811066] rtc_cmos 00:02: registered as rtc0
[ 0.811077] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.811128] intel_pstate: Intel P-state driver initializing
[ 0.811149] intel_pstate: Disabling energy efficiency optimization
[ 0.811647] intel_pstate: HWP enabled
[ 0.811714] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.811763] resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
[ 0.811766] caller pmc_core_probe+0x85/0x2f0 mapping multiple BARs
[ 0.811779] intel_pmc_core INT33A1:00: initialized
[ 0.811840] drop_monitor: Initializing network drop monitor service
[ 0.811968] NET: Registered protocol family 10
[ 0.818249] Segment Routing with IPv6
[ 0.818268] NET: Registered protocol family 17
[ 0.818808] RAS: Correctable Errors collector initialized.
[ 0.818869] microcode: sig=0x906e9, pf=0x20, revision=0x84
[ 0.819036] microcode: Microcode Update Driver: v2.2.
[ 0.819039] IPI shorthand broadcast: enabled
[ 0.819044] sched_clock: Marking stable (818573040, 459790)->(821866471, -2833641)
[ 0.819245] registered taskstats version 1
[ 0.819255] Loading compiled-in X.509 certificates
[ 0.822543] Loaded X.509 cert 'Build time autogenerated kernel key: 0cd0fe4ab18b0093b1c2aab601efd4bec03ec302'
[ 0.822572] zswap: loaded using pool lzo/zbud
[ 0.822936] Key type ._fscrypt registered
[ 0.822937] Key type .fscrypt registered
[ 0.822937] Key type fscrypt-provisioning registered
[ 0.828582] Key type big_key registered
[ 0.830072] PM: Magic number: 4:584:486
[ 0.830288] rtc_cmos 00:02: setting system clock to 2020-05-29T14:27:51 UTC (1590762471)
[ 1.039185] nvme nvme0: 7/0/0 default/read/poll queues
[ 1.051728] nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8
[ 1.369788] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.383039] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1.383044] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1.383047] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1.384422] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 1.517939] ata2.00: ATA-10: ST1000LM035-1RK172, SDM2, max UDMA/133
[ 1.517943] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[ 1.542745] ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 1.542750] ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 1.542753] ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 1.543034] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[ 1.580242] ata2.00: configured for UDMA/133
[ 1.589714] scsi 1:0:0:0: Direct-Access ATA ST1000LM035-1RK1 SDM2 PQ: 0 ANSI: 5
[ 1.590081] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 1.590085] sd 1:0:0:0: [sda] 4096-byte physical blocks
[ 1.590106] sd 1:0:0:0: [sda] Write Protect is off
[ 1.590109] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.590135] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.652817] sda: sda1 sda2 sda3 sda4
[ 1.653859] sd 1:0:0:0: [sda] Attached SCSI disk
[ 1.655918] Freeing unused decrypted memory: 2040K
[ 1.656494] Freeing unused kernel image (initmem) memory: 1608K
[ 1.668480] Write protecting the kernel read-only data: 20480k
[ 1.669540] Freeing unused kernel image (text/rodata gap) memory: 2044K
[ 1.670168] Freeing unused kernel image (rodata/data gap) memory: 1680K
[ 1.699141] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.699142] x86/mm: Checking user space page tables
[ 1.725216] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.725217] Run /init as init process
[ 1.725217] with arguments:
[ 1.725218] /init
[ 1.725218] with environment:
[ 1.725219] HOME=/
[ 1.725219] TERM=linux
[ 1.788387] tsc: Refined TSC clocksource calibration: 2808.009 MHz
[ 1.788392] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2879ce56af2, max_idle_ns: 440795206607 ns
[ 1.788450] clocksource: Switched to clocksource tsc
[ 1.804681] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 1.806423] i8042: Warning: Keylock active
[ 1.808086] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.808116] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.815834] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.815839] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.816917] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
[ 1.817149] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.817338] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[ 1.817339] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.817340] usb usb1: Product: xHCI Host Controller
[ 1.817342] usb usb1: Manufacturer: Linux 5.6.14-arch1-1 xhci-hcd
[ 1.817342] usb usb1: SerialNumber: 0000:00:14.0
[ 1.817450] hub 1-0:1.0: USB hub found
[ 1.817471] hub 1-0:1.0: 16 ports detected
[ 1.819785] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.819788] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.819791] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 1.819835] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
[ 1.819837] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.819838] usb usb2: Product: xHCI Host Controller
[ 1.819839] usb usb2: Manufacturer: Linux 5.6.14-arch1-1 xhci-hcd
[ 1.819840] usb usb2: SerialNumber: 0000:00:14.0
[ 1.819937] hub 2-0:1.0: USB hub found
[ 1.819952] hub 2-0:1.0: 8 ports detected
[ 1.820572] usb: port power management may be unreliable
[ 1.827355] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 2.104025] random: fast init done
[ 2.148436] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[ 2.292491] usb 1-1: New USB device found, idVendor=046d, idProduct=c539, bcdDevice=39.06
[ 2.292496] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.292499] usb 1-1: Product: USB Receiver
[ 2.292502] usb 1-1: Manufacturer: Logitech
[ 2.301590] hid: raw HID events driver (C) Jiri Kosina
[ 2.308427] usbcore: registered new interface driver usbhid
[ 2.308427] usbhid: USB HID core driver
[ 2.309710] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:046D:C539.0001/input/input6
[ 2.365307] hid-generic 0003:046D:C539.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-1/input0
[ 2.365804] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C539.0002/input/input7
[ 2.365886] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C539.0002/input/input8
[ 2.418448] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[ 2.421870] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:046D:C539.0002/input/input9
[ 2.422326] hid-generic 0003:046D:C539.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-1/input1
[ 2.423005] hid-generic 0003:046D:C539.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
[ 2.469715] logitech-djreceiver 0003:046D:C539.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-1/input0
[ 2.560197] usb 1-4: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
[ 2.560202] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.602568] logitech-djreceiver 0003:046D:C539.0002: hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-1/input1
[ 2.659135] logitech-djreceiver 0003:046D:C539.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-1/input2
[ 2.685097] usb 1-8: new full-speed USB device number 4 using xhci_hcd
[ 2.716900] logitech-djreceiver 0003:046D:C539.0003: device of type eQUAD Lightspeed 1 (0x0c) connected on slot 1
[ 2.717784] input: Logitech Wireless Mouse PID:4079 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C539.0003/0003:046D:4079.0004/input/input11
[ 2.717884] input: Logitech Wireless Mouse PID:4079 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C539.0003/0003:046D:4079.0004/input/input12
[ 2.718030] hid-generic 0003:046D:4079.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Mouse PID:4079] on usb-0000:00:14.0-1/input2:1
[ 2.754132] input: Logitech G Pro as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:046D:C539.0003/0003:046D:4079.0004/input/input16
[ 2.754250] logitech-hidpp-device 0003:046D:4079.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech G Pro ] on usb-0000:00:14.0-1/input2:1
[ 2.827166] usb 1-8: New USB device found, idVendor=27c6, idProduct=5301, bcdDevice= 1.00
[ 2.827170] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.827173] usb 1-8: Product: Goodix Fingerprint Device
[ 2.827176] usb 1-8: Manufacturer: HTMicroelectronics
[ 2.827178] usb 1-8: SerialNumber: HTK32
[ 2.951732] usb 1-12: new high-speed USB device number 5 using xhci_hcd
[ 3.130140] usb 1-12: New USB device found, idVendor=0bda, idProduct=5652, bcdDevice=75.11
[ 3.130145] usb 1-12: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 3.130148] usb 1-12: Product: Integrated_Webcam_HD
[ 3.130150] usb 1-12: Manufacturer: CN0D01JHLOG0083KAA47A00
[ 3.130152] usb 1-12: SerialNumber: 200901010001
[ 3.157449] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
[ 3.235791] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
[ 3.270711] systemd[1]: systemd 245.5-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 3.285294] systemd[1]: Detected architecture x86-64.
[ 3.310124] systemd[1]: Set hostname to <youb-7577>.
[ 3.419126] systemd[1]: Created slice system-getty.slice.
[ 3.419324] systemd[1]: Created slice system-modprobe.slice.
[ 3.419500] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 3.419694] systemd[1]: Created slice User and Session Slice.
[ 3.419780] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 3.419847] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 3.419987] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 3.420052] systemd[1]: Reached target Local Encrypted Volumes.
[ 3.420099] systemd[1]: Reached target Paths.
[ 3.420137] systemd[1]: Reached target Remote File Systems.
[ 3.420175] systemd[1]: Reached target Slices.
[ 3.420248] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 3.420338] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 3.420417] systemd[1]: Listening on LVM2 poll daemon socket.
[ 3.421450] systemd[1]: Listening on Process Core Dump Socket.
[ 3.421523] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 3.421651] systemd[1]: Listening on Journal Audit Socket.
[ 3.421748] systemd[1]: Listening on Journal Socket (/dev/log).
[ 3.421840] systemd[1]: Listening on Journal Socket.
[ 3.421927] systemd[1]: Listening on udev Control Socket.
[ 3.421999] systemd[1]: Listening on udev Kernel Socket.
[ 3.422544] systemd[1]: Mounting Huge Pages File System...
[ 3.423155] systemd[1]: Mounting POSIX Message Queue File System...
[ 3.423751] systemd[1]: Mounting Kernel Debug File System...
[ 3.424390] systemd[1]: Mounting Kernel Trace File System...
[ 3.425048] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 3.425763] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 3.426363] systemd[1]: Starting Load Kernel Module drm...
[ 3.427785] systemd[1]: Starting Set Up Additional Binary Formats...
[ 3.427896] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 3.429021] systemd[1]: Starting Journal Service...
[ 3.430608] systemd[1]: Starting Load Kernel Modules...
[ 3.431222] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 3.431922] systemd[1]: Starting udev Coldplug all Devices...
[ 3.432899] Linux agpgart interface v0.103
[ 3.433103] systemd[1]: Mounted Huge Pages File System.
[ 3.433264] systemd[1]: Mounted POSIX Message Queue File System.
[ 3.433440] systemd[1]: Mounted Kernel Debug File System.
[ 3.433618] systemd[1]: Mounted Kernel Trace File System.
[ 3.434152] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 3.434362] random: lvm: uninitialized urandom read (4 bytes read)
[ 3.434417] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 307 (systemd-binfmt)
[ 3.435305] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[ 3.436821] systemd[1]: Started LVM2 metadata daemon.
[ 3.437812] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[ 3.439360] EXT4-fs (nvme0n1p5): re-mounted. Opts: data=ordered
[ 3.440252] systemd[1]: Finished Set Up Additional Binary Formats.
[ 3.440825] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 3.441018] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 3.441450] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 3.442143] systemd[1]: Starting Load/Save Random Seed...
[ 3.442923] systemd[1]: Starting Create System Users...
[ 3.457336] vboxdrv: loading out-of-tree module taints kernel.
[ 3.458263] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[ 3.458855] systemd[1]: modprobe@drm.service: Succeeded.
[ 3.459164] systemd[1]: Finished Load Kernel Module drm.
[ 3.462922] vboxdrv: Found 8 processor cores
[ 3.463152] systemd[1]: Finished Create System Users.
[ 3.464031] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 3.473593] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 3.474660] systemd[1]: Starting udev Kernel Device Manager...
[ 3.485136] vboxdrv: TSC mode is Invariant, tentative frequency 2808008659 Hz
[ 3.485137] vboxdrv: Successfully loaded version 6.1.8 (interface 0x002d0001)
[ 3.485887] VBoxNetAdp: Successfully started.
[ 3.487370] VBoxNetFlt: Successfully started.
[ 3.488257] systemd[1]: Finished Load Kernel Modules.
[ 3.488667] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[ 3.489431] systemd[1]: Mounting Kernel Configuration File System...
[ 3.490190] systemd[1]: Starting Apply Kernel Variables...
[ 3.491007] systemd[1]: Finished udev Coldplug all Devices.
[ 3.491580] systemd[1]: Mounted Kernel Configuration File System.
[ 3.496869] systemd[1]: Finished Apply Kernel Variables.
[ 3.682353] systemd[1]: Started Journal Service.
[ 3.682979] audit: type=1130 audit(1590755274.348:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.688847] systemd-journald[308]: Received client request to flush runtime journal.
[ 3.756867] audit: type=1130 audit(1590755274.422:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.804612] ACPI: AC Adapter [AC] (on-line)
[ 3.808238] random: crng init done
[ 3.813887] audit: type=1130 audit(1590755274.478:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.816659] input: Intel HID events as /devices/platform/INT33D5:00/input/input17
[ 3.818146] intel-hid INT33D5:00: platform supports 5 button array
[ 3.818187] input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input18
[ 3.826643] audit: type=1130 audit(1590755274.492:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.886077] wmi_bus wmi_bus-PNP0C14:03: WQBC data block query control method not found
[ 3.981186] IPMI message handler: version 39.2
[ 3.983669] ipmi device interface
[ 4.040425] battery: ACPI: Battery Slot [BAT0] (battery present)
[ 4.082133] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[ 4.083163] mc: Linux media interface: v0.10
[ 4.083538] mousedev: PS/2 mouse device common for all mice
[ 4.086831] intel_rapl_common: Found RAPL domain package
[ 4.086832] intel_rapl_common: Found RAPL domain dram
[ 4.086939] proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
[ 4.089675] cdc_acm 1-8:1.0: ttyACM0: USB ACM device
[ 4.090166] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[ 4.090460] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 4.093047] usbcore: registered new interface driver cdc_acm
[ 4.093048] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 4.118662] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 4.132792] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[ 4.133008] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 4.184516] videodev: Linux video capture interface: v2.00
[ 4.193771] Bluetooth: Core ver 2.22
[ 4.193798] NET: Registered protocol family 31
[ 4.193799] Bluetooth: HCI device and connection manager initialized
[ 4.193802] Bluetooth: HCI socket layer initialized
[ 4.193804] Bluetooth: L2CAP socket layer initialized
[ 4.193808] Bluetooth: SCO socket layer initialized
[ 4.202691] i2c_hid i2c-DELL0802:00: i2c-DELL0802:00 supply vdd not found, using dummy regulator
[ 4.202703] i2c_hid i2c-DELL0802:00: i2c-DELL0802:00 supply vddl not found, using dummy regulator
[ 4.229857] input: DELL0802:00 06CB:7E92 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0802:00/0018:06CB:7E92.0005/input/input19
[ 4.229946] input: DELL0802:00 06CB:7E92 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0802:00/0018:06CB:7E92.0005/input/input20
[ 4.230163] hid-generic 0018:06CB:7E92.0005: input,hidraw4: I2C HID v1.00 Mouse [DELL0802:00 06CB:7E92] on i2c-DELL0802:00
[ 4.255750] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.256500] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 4.256534] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 4.259324] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.259757] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 4.259759] cfg80211: failed to load regulatory.db
[ 4.301970] input: PC Speaker as /devices/platform/pcspkr/input/input22
[ 4.305100] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 4.305866] r8169 0000:3b:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 4.308913] usbcore: registered new interface driver btusb
[ 4.309876] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[ 4.309931] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 4.309937] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 4.312833] Bluetooth: hci0: Firmware revision 0.1 build 50 week 12 2019
[ 4.337495] libphy: r8169: probed
[ 4.337685] r8169 0000:3b:00.0 eth0: RTL8168h/8111h, 54:bf:64:09:19:4a, XID 541, IRQ 138
[ 4.337687] r8169 0000:3b:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 4.360591] Intel(R) Wireless WiFi driver for Linux
[ 4.360592] Copyright(c) 2003- 2015 Intel Corporation
[ 4.360656] iwlwifi 0000:3c:00.0: enabling device (0000 -> 0002)
[ 4.362668] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (0bda:5652)
[ 4.364655] iwlwifi 0000:3c:00.0: Found debug destination: EXTERNAL_DRAM
[ 4.364656] iwlwifi 0000:3c:00.0: Found debug configuration: 0
[ 4.365079] iwlwifi 0000:3c:00.0: loaded firmware version 36.77d01142.0 8265-36.ucode op_mode iwlmvm
[ 4.375071] uvcvideo 1-12:1.0: Entity type for entity Extension 4 was not initialized!
[ 4.375073] uvcvideo 1-12:1.0: Entity type for entity Extension 7 was not initialized!
[ 4.375074] uvcvideo 1-12:1.0: Entity type for entity Processing 2 was not initialized!
[ 4.375075] uvcvideo 1-12:1.0: Entity type for entity Camera 1 was not initialized!
[ 4.375187] input: Integrated_Webcam_HD: Integrate as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input24
[ 4.375283] usbcore: registered new interface driver uvcvideo
[ 4.375284] USB Video Class driver (1.1.1)
[ 4.409267] checking generic (70000000 7e9000) vs hw (db000000 1000000)
[ 4.409269] checking generic (70000000 7e9000) vs hw (70000000 10000000)
[ 4.409270] fb0: switching to inteldrmfb from EFI VGA
[ 4.409355] Console: switching to colour dummy device 80x25
[ 4.409365] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[ 4.409366] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 4.409367] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 4.409367] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 4.409368] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 4.409368] RAPL PMU: hw unit of domain psys 2^-14 Joules
[ 4.409394] i915 0000:00:02.0: vgaarb: deactivate vga console
[ 4.413341] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input25
[ 4.413387] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input26
[ 4.413434] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input27
[ 4.413475] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input28
[ 4.429596] cryptd: max_cpu_qlen set to 1000
[ 4.439865] AVX2 version of gcm_enc/dec engaged.
[ 4.439866] AES CTR mode by8 optimization enabled
[ 4.460919] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 4.460921] [drm] Driver supports precise vblank timestamp query.
[ 4.461136] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[ 4.462525] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
[ 4.486798] [drm] Initialized i915 1.6.0 20200114 for 0000:00:02.0 on minor 0
[ 4.729004] Adding 4194300k swap on /dev/sda3. Priority:-2 extents:1 across:4194300k FS
[ 4.746104] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 4.756733] audit: type=1130 audit(1590755275.422:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.763515] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input29
[ 4.765457] ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
[ 4.765498] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input30
[ 4.765684] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 4.790688] audit: type=1130 audit(1590755275.455:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-81377c58\x2d9d93\x2d4931\x2da84a\x2daac8d62b2fcc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.792940] iwlwifi 0000:3c:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[ 4.799813] input: Dell WMI hotkeys as /devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input31
[ 4.799914] iwlwifi 0000:3c:00.0: Applying debug destination EXTERNAL_DRAM
[ 4.800301] iwlwifi 0000:3c:00.0: Allocated 0x00400000 bytes for firmware monitor.
[ 4.819019] audit: type=1130 audit(1590755275.485:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-B2BE\x2d0210 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 4.850844] iwlwifi 0000:3c:00.0: base HW address: 34:41:5d:ad:27:3f
[ 4.864055] intel_rapl_common: Found RAPL domain package
[ 4.864056] intel_rapl_common: Found RAPL domain core
[ 4.864058] intel_rapl_common: Found RAPL domain uncore
[ 4.864058] intel_rapl_common: Found RAPL domain dram
[ 4.902458] eeprom 2-0052: eeprom driver is deprecated, please use at24 instead
[ 4.913725] mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[ 4.925148] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 4.925468] thermal thermal_zone8: failed to read out thermal zone (-61)
[ 4.938976] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3246: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 4.938979] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.938980] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 4.938981] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 4.938982] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 4.938984] snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
[ 4.938985] snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1a
[ 4.938987] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 4.949892] iTCO_vendor_support: vendor-support=0
[ 4.951436] r8169 0000:3b:00.0 enp59s0: renamed from eth0
[ 4.953303] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 4.953530] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 4.953982] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 4.994329] audit: type=1130 audit(1590755275.658:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-54d98b84\x2d04ca\x2d4c82\x2d9e5a\x2dd29fe6ad72c6 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.020824] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
[ 5.037735] iwlwifi 0000:3c:00.0 wlp60s0: renamed from wlan0
[ 5.070326] nvidia: module license 'NVIDIA' taints kernel.
[ 5.070327] Disabling lock debugging due to kernel taint
[ 5.104054] nvidia-nvlink: Nvlink Core is being initialized, major device number 235
[ 5.104511] nvidia 0000:01:00.0: enabling device (0004 -> 0007)
[ 5.104643] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[ 5.167187] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: data=ordered
[ 5.186146] audit: type=1130 audit(1590755275.852:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.205434] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 440.82 Wed Apr 1 20:04:33 UTC 2020
[ 5.263505] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 440.82 Wed Apr 1 19:41:29 UTC 2020
[ 5.267361] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[ 5.267363] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[ 5.349915] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.349916] Bluetooth: BNEP filters: protocol multicast
[ 5.349920] Bluetooth: BNEP socket layer initialized
[ 5.354570] NET: Registered protocol family 38
[ 5.356321] 8021q: 802.1Q VLAN Support v1.8
[ 5.401794] Generic FE-GE Realtek PHY r8169-3b00:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-3b00:00, irq=IGNORE)
[ 5.445377] fbcon: i915drmfb (fb0) is primary device
[ 5.451584] Console: switching to colour frame buffer device 240x67
[ 5.473334] i915 0000:00:02.0: fb0: i915drmfb frame buffer device
[ 5.519567] r8169 0000:3b:00.0 enp59s0: Link is Down
[ 5.526099] iwlwifi 0000:3c:00.0: Applying debug destination EXTERNAL_DRAM
[ 5.638589] kauditd_printk_skb: 17 callbacks suppressed
[ 5.638590] audit: type=1130 audit(1590755276.305:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.658145] iwlwifi 0000:3c:00.0: Applying debug destination EXTERNAL_DRAM
[ 5.697514] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
[ 5.697551] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input33
[ 5.697580] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input34
[ 5.697609] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input35
[ 5.697638] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input36
[ 5.697666] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input37
[ 5.697697] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input38
[ 5.722357] iwlwifi 0000:3c:00.0: FW already configured (0) - re-configuring
[ 5.758813] iwlwifi 0000:3c:00.0: Applying debug destination EXTERNAL_DRAM
[ 5.891244] iwlwifi 0000:3c:00.0: Applying debug destination EXTERNAL_DRAM
[ 5.957188] iwlwifi 0000:3c:00.0: FW already configured (0) - re-configuring
[ 6.019412] audit: type=1130 audit(1590755276.685:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.020852] audit: type=1130 audit(1590755276.685:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.041412] audit: type=1130 audit(1590755276.705:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.046315] audit: type=1130 audit(1590755276.712:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.584337] eeprom 6-0050: eeprom driver is deprecated, please use at24 instead
[ 7.144744] input: DELL0802:00 06CB:7E92 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0802:00/0018:06CB:7E92.0005/input/input39
[ 7.144922] input: DELL0802:00 06CB:7E92 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-DELL0802:00/0018:06CB:7E92.0005/input/input40
[ 7.145160] hid-multitouch 0018:06CB:7E92.0005: input,hidraw4: I2C HID v1.00 Mouse [DELL0802:00 06CB:7E92] on i2c-DELL0802:00
[ 8.653008] r8169 0000:3b:00.0 enp59s0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 8.653031] IPv6: ADDRCONF(NETDEV_CHANGE): enp59s0: link becomes ready
[ 10.733328] audit: type=1130 audit(1590755281.398:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nmb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.824715] audit: type=1130 audit(1590755281.488:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=smb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 15.865269] audit: type=1100 audit(1590755286.532:35): pid=617 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="youb" exe="/usr/bin/login" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 15.875730] audit: type=1101 audit(1590755286.542:36): pid=617 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/login" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 15.878424] audit: type=1103 audit(1590755286.545:37): pid=617 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="youb" exe="/usr/bin/login" hostname=youb-7577 addr=? terminal=tty1 res=success'
[ 15.878687] audit: type=1006 audit(1590755286.545:38): pid=617 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[ 15.903796] audit: type=1130 audit(1590755286.568:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 15.908012] audit: type=1101 audit(1590755286.572:40): pid=795 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="youb" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 15.908014] audit: type=1103 audit(1590755286.572:41): pid=795 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="youb" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 15.908086] audit: type=1006 audit(1590755286.572:42): pid=795 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 15.908607] audit: type=1105 audit(1590755286.575:43): pid=795 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="youb" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 15.913932] audit: type=1334 audit(1590755286.578:44): prog-id=11 op=LOAD
[ 18.910772] wlp60s0: authenticate with ae:ec:a9:b5:aa:9c
[ 18.919261] wlp60s0: send auth to ae:ec:a9:b5:aa:9c (try 1/3)
[ 18.931610] wlp60s0: authenticated
[ 18.935085] wlp60s0: associate with ae:ec:a9:b5:aa:9c (try 1/3)
[ 18.947907] wlp60s0: RX AssocResp from ae:ec:a9:b5:aa:9c (capab=0x411 status=0 aid=3)
[ 18.950292] wlp60s0: associated
[ 23.224615] IPv6: ADDRCONF(NETDEV_CHANGE): wlp60s0: link becomes ready
[ 23.273985] kauditd_printk_skb: 5 callbacks suppressed
[ 23.273987] audit: type=1130 audit(1590755293.938:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 23.628658] ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200110/nsarguments-59)
[ 25.944610] audit: type=1130 audit(1590755296.608:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 25.944715] fuse: init (API version 7.31)
[ 25.944741] *** VALIDATE fuseblk ***
[ 25.944745] *** VALIDATE fuse ***
[ 26.034228] audit: type=1130 audit(1590755296.698:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 26.749710] Bluetooth: RFCOMM TTY layer initialized
[ 26.749723] Bluetooth: RFCOMM socket layer initialized
[ 26.749734] Bluetooth: RFCOMM ver 1.11
[ 26.950983] audit: type=1130 audit(1590755297.615:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 28.464691] audit: type=1130 audit(1590755299.128:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 34.016302] audit: type=1131 audit(1590755304.682:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 35.673163] audit: type=1131 audit(1590755306.338:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 35.801821] audit: type=1334 audit(1590755306.468:57): prog-id=10 op=UNLOAD
[ 35.801834] audit: type=1334 audit(1590755306.468:58): prog-id=9 op=UNLOAD
[ 47.617806] audit: type=1130 audit(1590755318.282:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 52.386892] audit: type=1100 audit(1590755323.052:60): pid=1223 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="youb" exe="/usr/bin/login" hostname=youb-7577 addr=? terminal=tty2 res=success'
[ 52.395973] audit: type=1101 audit(1590755323.062:61): pid=1223 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/login" hostname=youb-7577 addr=? terminal=tty2 res=success'
[ 52.396576] audit: type=1103 audit(1590755323.062:62): pid=1223 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="youb" exe="/usr/bin/login" hostname=youb-7577 addr=? terminal=tty2 res=success'
[ 52.396647] audit: type=1006 audit(1590755323.062:63): pid=1223 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=3 res=1
[ 52.405539] audit: type=1105 audit(1590755323.072:64): pid=1223 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="youb" exe="/usr/bin/login" hostname=youb-7577 addr=? terminal=tty2 res=success'
[ 52.405651] audit: type=1110 audit(1590755323.072:65): pid=1223 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="youb" exe="/usr/bin/login" hostname=youb-7577 addr=? terminal=tty2 res=success'
[ 59.520743] audit: type=1131 audit(1590755330.185:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=blueman-mechanism comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 64.926685] audit: type=1100 audit(1590755335.592:67): pid=1232 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty2 res=success'
[ 64.926768] audit: type=1101 audit(1590755335.592:68): pid=1232 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty2 res=success'
[ 64.927117] audit: type=1103 audit(1590755335.592:69): pid=1232 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty2 res=success'
[ 64.927202] audit: type=1105 audit(1590755335.592:70): pid=1232 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty2 res=success'
[ 64.936210] audit: type=1106 audit(1590755335.602:71): pid=1232 uid=1000 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty2 res=success'
[ 64.936213] audit: type=1104 audit(1590755335.602:72): pid=1232 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=youb-7577 addr=? terminal=tty2 res=success'
[ 68.135247] audit: type=1100 audit(1590755338.802:73): pid=1245 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_unix,pam_permit acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty2 res=success'
[ 68.135377] audit: type=1101 audit(1590755338.802:74): pid=1245 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="youb" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty2 res=success'
[ 68.135547] audit: type=1110 audit(1590755338.802:75): pid=1245 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty2 res=success'
[ 68.136007] audit: type=1105 audit(1590755338.802:76): pid=1245 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=youb-7577 addr=? terminal=/dev/tty2 res=success'
[ 82.486758] logitech-hidpp-device 0003:046D:4079.0004: HID++ 4.2 device connected.cat /etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(piix ide_disk reiserfs)
MODULES=()
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No raid, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect block filesystems)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev block filesystems)
#
## This setup assembles a pata mdadm array with an encrypted root FS.
## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
# HOOKS=(base udev block mdadm encrypt filesystems)
#
## This setup loads an lvm2 volume group on a usb device.
# HOOKS=(base udev block lvm2 filesystems)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr, fsck and shutdown hooks.
HOOKS=(base udev autodetect modconf block filesystems keyboard fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()pacman -Qs nvidia
local/egl-wayland 1.1.5-1
EGLStream-based Wayland external platform
local/lib32-libvdpau 1.4-1
Nvidia VDPAU library
local/lib32-nvidia-utils 440.82-1
NVIDIA drivers utilities (32-bit)
local/lib32-opencl-nvidia-vulkan 440.66.15-1
OpenCL implemention for NVIDIA (32-bit)
local/libvdpau 1.4-1
Nvidia VDPAU library
local/libxnvctrl 440.82-1
NVIDIA NV-CONTROL X extension
local/nvidia 440.82-17
NVIDIA drivers for linux
local/nvidia-utils 440.82-1
NVIDIA drivers utilities
local/nvidia-xrun 0.3-0
Script to run dedicated X server with discrete nvidia graphics
local/opencl-nvidia-vulkan 440.58.02-1
OpenCL implemention for NVIDIApacman -Qs intel
local/intel-gmmlib 20.1.1-1
Intel Graphics Memory Management Library
local/intel-media-driver 20.1.1-1
Intel Media Driver for VAAPI — Broadwell+ iGPUs
local/intel-media-sdk 20.1.1-1
API to access hardware-accelerated video on Intel Gen graphics hardware
platforms
local/intel-tbb 2020.2-1
High level abstract threading library
local/libmfx 20.1.1-1
Intel Media SDK dispatcher library
local/vulkan-intel 20.0.7-3
Intel's Vulkan mesa driver
local/xf86-video-intel 1:2.99.917+908+g7181c5a4-1 (xorg-drivers)
X.org Intel i810/i830/i915/945G/G965+ video driversls -l /lib/modules
total 4
drwxr-xr-x 5 root root 4096 28 mai 17:25 5.6.14-arch1-1I can post pacman log of the day of problem come [upgraded linux (5.4.5.arch1-1 -> 5.4.7.arch1-1)]
Last edited by hazote (2020-05-29 16:24:01)
Offline
As a sanity check, what are the output of uname -a and of pacman -Q linux
?
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Online
What is the contents of /etc/X11/xorg.conf?
Offline
hello,
uname -a
Linux youb-7577 5.6.14-arch1-1 #1 SMP PREEMPT Wed, 20 May 2020 20:43:19 +0000 x86_64 GNU/Linuxpacman -Q linux
linux 5.6.14.arch1-1cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 440.48.02
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSectionOffline
[ 19.250] (==) ServerLayout "Layout0"
[ 19.250] (**) |-->Screen "Screen0" (0)
[ 19.250] (**) | |-->Monitor "Monitor0"
[ 19.251] (**) | |-->Device "Device0"
[ 19.251] (**) | |-->GPUDevice "Device0"
[ 19.251] (**) |-->Input Device "Keyboard0"
[ 19.251] (**) |-->Input Device "Mouse0"That's the nvidia-xconfig generated garbage.
There's only one GPU because the nvidia one is powered down or at least the kernel module isn't loaded thus the nvidia-xconfig server layout (looking for the nvidia chip. only.) fails.
nvidia-xrun activates the GPU and in turn you can run the server with the bogus config.
=> Remove /etc/X11/xorg.conf and read up https://wiki.archlinux.org/index.php/NVIDIA_Optimus
You cannot use autogenerated config files on an optimus system - andshould™ not use them in general.
----
Edit: blast, with the crosstalk my abilities to predict the xorg.conf look far less impressive :-(
Last edited by seth (2020-05-29 19:38:15)
Offline
I edited /etc/X11/xorg.conf
Section "Monitor"
Identifier "eDP-1-1 "
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Intel graphics"
Driver "Intel"
EndSectionand now I can connect Xsession on intel, and on nvidia.
thanks a lot.
I have to make it cleaner now.
Offline