You are not logged in.

#1 2020-10-25 08:59:49

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

[SOLVED] Journalctl output Xorg crashed and dumped core

I'm not sure how to report this bug if I am meant to. I tried to google the fatal error but couldn't find any hits for that specific error. Fatal error sounds concerning. I tried to remove orphans as shown in the wiki

# pacman -Qtdq | pacman -Rns -

but

sudo

reported an error saying I could only do that command as root, which I didn't understand as I used

sudo

at the beginning of writing the command. I was able to remove the orphans with

sudo pacman -Rns $(pacman -Qtdq) 

.

Is xorg dumping core or the fatal error something I should be concerned about?

Should have before, I have just now read the wiki page about core dumps. I'm assuming they will happen every now and again as program crashes occur on all OS's.

So xorg crashed and there was a fatal error. Is that normal or something I need to do something about?

[muj@The-Eagle ~]$ sudo journalctl -p 3 -xb
[sudo] password for muj: 
-- Logs begin at Fri 2020-10-23 10:44:04 BST, end at Sun 2020-10-25 08:59:05 GMT. --
Oct 25 06:27:06 The-Eagle systemd-coredump[648]: Process 636 (Xorg) of user 0 dumped core.
                                                 
                                                 Stack trace of thread 636:
                                                 #0  0x00007f71a63df615 raise (libc.so.6 + 0x3d615)
                                                 #1  0x00007f71a63c8862 abort (libc.so.6 + 0x26862)
                                                 #2  0x0000561f2c39135a OsAbort (Xorg + 0x14a35a)
                                                 #3  0x0000561f2c392e21 FatalError (Xorg + 0x14be21)
                                                 #4  0x0000561f2c398a79 n/a (Xorg + 0x151a79)
                                                 #5  0x00007f71a63df6a0 __restore_rt (libc.so.6 + 0x3d6a0)
                                                 #6  0x0000561f2c3a2e32 xf86BusProbe (Xorg + 0x15be32)
                                                 #7  0x0000561f2c3b444a InitOutput (Xorg + 0x16d44a)
                                                 #8  0x0000561f2c280426 n/a (Xorg + 0x39426)
                                                 #9  0x00007f71a63ca152 __libc_start_main (libc.so.6 + 0x28152)
                                                 #10 0x0000561f2c2815ae _start (Xorg + 0x3a5ae)
░░ Subject: Process 636 (Xorg) dumped core
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ Documentation: man:core(5)
░░ 
░░ Process 636 (Xorg) crashed and dumped core.
░░ 
░░ This usually indicates a programming error in the crashing program and
░░ should be reported to its vendor as a bug.
Oct 25 06:27:06 The-Eagle wpa_supplicant[668]: nl80211: kernel reports: Attribute failed policy validation
Oct 25 06:27:06 The-Eagle wpa_supplicant[668]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
Oct 25 06:27:06 The-Eagle wpa_supplicant[668]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
Oct 25 06:27:19 The-Eagle pulseaudio[906]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Oct 25 07:55:13 The-Eagle xfce4-screensaver-dialog[4450]: PAM unable to dlopen(/usr/lib/security/pam_gnome_keyring.so): /usr/lib/security/pam_gnome_keyring.so: cannot open shared object fil>
Oct 25 07:55:13 The-Eagle xfce4-screensaver-dialog[4450]: PAM adding faulty module: /usr/lib/security/pam_gnome_keyring.so
Oct 25 08:20:08 The-Eagle sudo[6250]: pam_unix(sudo:auth): conversation failed
Oct 25 08:20:08 The-Eagle sudo[6250]: pam_unix(sudo:auth): auth could not identify password for [muj]
Oct 25 08:21:04 The-Eagle sudo[6263]: pam_unix(sudo:auth): conversation failed
Oct 25 08:21:04 The-Eagle sudo[6263]: pam_unix(sudo:auth): auth could not identify password for [muj]

Last edited by Straight-path (2020-10-26 19:15:24)

Offline

#2 2020-10-25 10:12:18

charlie_02
Member
Registered: 2018-12-24
Posts: 15

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

First for your sudo problem, did you run

sudo pacman -Qtdq | pacman -Rns -

or

pacman -Qtdq | sudo pacman -Rns -

?

(the right one is the second. The first only apply sudo on the query command which does not require it.)

As for the xorg error, could you please post the log of xrog (/var/log/Xorg*.log) about the crash you describe?

Offline

#3 2020-10-25 10:25:58

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,365

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

Don't use -p3 and don't use -x for journalctl options, p3 hides important messages and -x adds useless fluff that makes the log harder to read. If you want to analyse this properly post the entire

journalctl -b

and the xorg log containing that error if it is still present.

What were you doing when the crash happened? Or was this just a one off occurrence that you are now wondering about? It's unlikely we can tell much about it if you have no way of actively reproducing again.

FWIW regarding the initial wondering the first command invocation didn't work because the second pacman (... after the pipe) was not run with sudo and it is the one that needs to be run with sudo

Offline

#4 2020-10-25 10:29:14

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

wiki wrote:

# pacman -Qtdq | pacman -Rns -

as the # was there I took that to mean I was meant to write it with the

sudo

privilege, so I wrote it as

sudo pacman -Qtdq | pacman -Rns -

. In the help reading page it mentions that # means to write commands with

sudo

.

Thank you very much for your help.

The logs as requested:

[muj@The-Eagle media]$ cat /var/log/Xorg*.log
[     5.572] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[     5.572] Build Operating System: Linux Arch Linux
[     5.572] Current Operating System: Linux The-Eagle 5.4.72-1-lts #1 SMP Sat, 17 Oct 2020 13:30:57 +0000 x86_64
[     5.572] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=cc8c6fc8-8944-4016-af8b-fe344e6a3763 rw loglevel=3 quiet
[     5.572] Build Date: 02 September 2020  06:17:44AM
[     5.572]  
[     5.572] Current version of pixman: 0.40.0
[     5.572] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.572] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.572] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 25 06:27:06 2020
[     5.572] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.572] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.572] (==) No Layout section.  Using the first Screen section.
[     5.572] (==) No screen section available. Using defaults.
[     5.572] (**) |-->Screen "Default Screen Section" (0)
[     5.572] (**) |   |-->Monitor "<default monitor>"
[     5.573] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     5.573] (==) Automatically adding devices
[     5.573] (==) Automatically enabling devices
[     5.573] (==) Automatically adding GPU devices
[     5.573] (==) Automatically binding GPU devices
[     5.573] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.573] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     5.573] 	Entry deleted from font path.
[     5.573] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     5.573] 	Entry deleted from font path.
[     5.573] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.573] 	Entry deleted from font path.
[     5.573] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     5.573] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.573] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.573] (II) Module ABI versions:
[     5.573] 	X.Org ANSI C Emulation: 0.4
[     5.573] 	X.Org Video Driver: 24.1
[     5.573] 	X.Org XInput driver : 24.1
[     5.573] 	X.Org Server Extension : 10.0
[     5.574] (++) using VT number 7

[     5.574] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.575] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.575] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     5.580] (--) PCI:*(0@0:2:0) 8086:3ea0:17aa:2292 rev 2, Mem @ 0xe9000000/16777216, 0xc0000000/268435456, I/O @ 0x00002000/64, BIOS @ 0x????????/131072
[     5.580] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.580] (II) LoadModule: "glx"
[     5.581] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.587] (II) Module glx: vendor="X.Org Foundation"
[     5.587] 	compiled for 1.20.9, module version = 1.0.0
[     5.587] 	ABI class: X.Org Server Extension, version 10.0
[     5.587] (==) Matched intel as autoconfigured driver 0
[     5.587] (==) Matched modesetting as autoconfigured driver 1
[     5.587] (==) Matched fbdev as autoconfigured driver 2
[     5.587] (==) Matched vesa as autoconfigured driver 3
[     5.587] (==) Assigned the driver to the xf86ConfigLayout
[     5.587] (II) LoadModule: "intel"
[     5.588] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     5.590] (II) Module intel: vendor="X.Org Foundation"
[     5.590] 	compiled for 1.20.8, module version = 2.99.917
[     5.590] 	Module class: X.Org Video Driver
[     5.590] 	ABI class: X.Org Video Driver, version 24.1
[     5.590] (II) LoadModule: "modesetting"
[     5.590] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.592] (II) Module modesetting: vendor="X.Org Foundation"
[     5.592] 	compiled for 1.20.9, module version = 1.20.9
[     5.592] 	Module class: X.Org Video Driver
[     5.592] 	ABI class: X.Org Video Driver, version 24.1
[     5.592] (II) LoadModule: "fbdev"
[     5.592] (WW) Warning, couldn't open module fbdev
[     5.592] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     5.592] (II) LoadModule: "vesa"
[     5.592] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     5.592] (II) Module vesa: vendor="X.Org Foundation"
[     5.593] 	compiled for 1.20.9, module version = 2.5.0
[     5.593] 	Module class: X.Org Video Driver
[     5.593] 	ABI class: X.Org Video Driver, version 24.1
[     5.593] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     5.593] (II) intel: Driver for Intel(R) HD Graphics
[     5.593] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     5.593] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     5.593] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.593] (II) VESA: driver for VESA chipsets: vesa
[     5.641] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20190822
[     5.641] (II) intel(0): SNA compiled from 2.99.917-908-g7181c5a4
[     5.669] (WW) Falling back to old probe method for modesetting
[     5.670] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[     5.670] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[     5.670] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     5.670] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     5.670] (==) intel(0): RGB weight 888
[     5.670] (==) intel(0): Default visual is TrueColor
[     5.671] (II) intel(0): Output eDP1 has no monitor section
[     5.672] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     5.672] (II) intel(0): Enabled output eDP1
[     5.672] (II) intel(0): Output DP1 has no monitor section
[     5.672] (II) intel(0): Enabled output DP1
[     5.672] (II) intel(0): Output HDMI1 has no monitor section
[     5.672] (II) intel(0): Enabled output HDMI1
[     5.672] (II) intel(0): Output DP2 has no monitor section
[     5.672] (II) intel(0): Enabled output DP2
[     5.672] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     5.672] (II) intel(0): Output VIRTUAL1 has no monitor section
[     5.672] (II) intel(0): Enabled output VIRTUAL1
[     5.672] (--) intel(0): Output eDP1 using initial mode 3840x2160 on pipe 0
[     5.673] (==) intel(0): TearFree enabled
[     5.673] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.673] (==) intel(0): DPI set to (96, 96)
[     5.673] (II) Loading sub module "dri3"
[     5.673] (II) LoadModule: "dri3"
[     5.673] (II) Module "dri3" already built-in
[     5.673] (II) Loading sub module "dri2"
[     5.673] (II) LoadModule: "dri2"
[     5.673] (II) Module "dri2" already built-in
[     5.673] (II) Loading sub module "present"
[     5.673] (II) LoadModule: "present"
[     5.673] (II) Module "present" already built-in
[     5.673] (II) UnloadModule: "modesetting"
[     5.673] (II) Unloading modesetting
[     5.673] (II) UnloadModule: "vesa"
[     5.673] (II) Unloading vesa
[     5.674] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[     5.674] (==) intel(0): Backing store enabled
[     5.674] (==) intel(0): Silken mouse disabled
[     5.674] (II) intel(0): HW Cursor enabled
[     5.675] (==) intel(0): DPMS enabled
[     5.675] (==) intel(0): Display hotplug detection enabled
[     5.675] (II) intel(0): [DRI2] Setup complete
[     5.675] (II) intel(0): [DRI2]   DRI driver: i965
[     5.675] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     5.675] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     5.675] (II) intel(0): hardware support for Present enabled
[     5.675] (II) Initializing extension Generic Event Extension
[     5.676] (II) Initializing extension SHAPE
[     5.676] (II) Initializing extension MIT-SHM
[     5.676] (II) Initializing extension XInputExtension
[     5.676] (II) Initializing extension XTEST
[     5.677] (II) Initializing extension BIG-REQUESTS
[     5.677] (II) Initializing extension SYNC
[     5.677] (II) Initializing extension XKEYBOARD
[     5.677] (II) Initializing extension XC-MISC
[     5.678] (II) Initializing extension SECURITY
[     5.678] (II) Initializing extension XFIXES
[     5.678] (II) Initializing extension RENDER
[     5.678] (II) Initializing extension RANDR
[     5.679] (II) Initializing extension COMPOSITE
[     5.679] (II) Initializing extension DAMAGE
[     5.679] (II) Initializing extension MIT-SCREEN-SAVER
[     5.679] (II) Initializing extension DOUBLE-BUFFER
[     5.680] (II) Initializing extension RECORD
[     5.680] (II) Initializing extension DPMS
[     5.680] (II) Initializing extension Present
[     5.680] (II) Initializing extension DRI3
[     5.680] (II) Initializing extension X-Resource
[     5.681] (II) Initializing extension XVideo
[     5.681] (II) Initializing extension XVideo-MotionCompensation
[     5.681] (II) Initializing extension GLX
[     5.710] (II) AIGLX: Loaded and initialized i965
[     5.710] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.710] (II) Initializing extension XFree86-VidModeExtension
[     5.710] (II) Initializing extension XFree86-DGA
[     5.710] (II) Initializing extension XFree86-DRI
[     5.710] (II) Initializing extension DRI2
[     5.727] (II) intel(0): switch to mode 3840x2160@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     5.743] (II) intel(0): Setting screen physical size to 1016 x 571
[     5.857] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     5.857] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.857] (**) Power Button: Applying InputClass "system-keyboard"
[     5.857] (II) LoadModule: "libinput"
[     5.858] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.861] (II) Module libinput: vendor="X.Org Foundation"
[     5.861] 	compiled for 1.20.8, module version = 0.30.0
[     5.861] 	Module class: X.Org XInput Driver
[     5.861] 	ABI class: X.Org XInput driver, version 24.1
[     5.861] (II) Using input driver 'libinput' for 'Power Button'
[     5.861] (**) Power Button: always reports core events
[     5.861] (**) Option "Device" "/dev/input/event2"
[     5.861] (**) Option "_source" "server/udev"
[     5.866] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.866] (II) event2  - Power Button: device is a keyboard
[     5.866] (II) event2  - Power Button: device removed
[     5.918] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     5.918] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.918] (**) Option "xkb_layout" "gb"
[     5.948] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.949] (II) event2  - Power Button: device is a keyboard
[     5.950] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     5.950] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.950] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.950] (II) Using input driver 'libinput' for 'Video Bus'
[     5.950] (**) Video Bus: always reports core events
[     5.950] (**) Option "Device" "/dev/input/event6"
[     5.950] (**) Option "_source" "server/udev"
[     5.951] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     5.951] (II) event6  - Video Bus: device is a keyboard
[     5.952] (II) event6  - Video Bus: device removed
[     6.068] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event6"
[     6.068] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.068] (**) Option "xkb_layout" "gb"
[     6.070] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     6.070] (II) event6  - Video Bus: device is a keyboard
[     6.071] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     6.071] (II) No input driver specified, ignoring this device.
[     6.071] (II) This device may have been added with another device file.
[     6.072] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     6.072] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     6.072] (**) Sleep Button: Applying InputClass "system-keyboard"
[     6.072] (II) Using input driver 'libinput' for 'Sleep Button'
[     6.072] (**) Sleep Button: always reports core events
[     6.072] (**) Option "Device" "/dev/input/event0"
[     6.072] (**) Option "_source" "server/udev"
[     6.073] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     6.073] (II) event0  - Sleep Button: device is a keyboard
[     6.074] (II) event0  - Sleep Button: device removed
[     6.128] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     6.128] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     6.128] (**) Option "xkb_layout" "gb"
[     6.130] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     6.130] (II) event0  - Sleep Button: device is a keyboard
[     6.132] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event17)
[     6.132] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[     6.132] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[     6.132] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[     6.132] (**) Integrated Camera: Integrated C: always reports core events
[     6.132] (**) Option "Device" "/dev/input/event17"
[     6.132] (**) Option "_source" "server/udev"
[     6.134] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     6.134] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[     6.134] (II) event17 - Integrated Camera: Integrated C: device removed
[     6.238] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input21/event17"
[     6.238] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[     6.238] (**) Option "xkb_layout" "gb"
[     6.241] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     6.241] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[     6.242] (II) config/udev: Adding input device Integrated Camera: Integrated I (/dev/input/event18)
[     6.242] (**) Integrated Camera: Integrated I: Applying InputClass "libinput keyboard catchall"
[     6.242] (**) Integrated Camera: Integrated I: Applying InputClass "system-keyboard"
[     6.242] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated I'
[     6.242] (**) Integrated Camera: Integrated I: always reports core events
[     6.242] (**) Option "Device" "/dev/input/event18"
[     6.242] (**) Option "_source" "server/udev"
[     6.244] (II) event18 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[     6.244] (II) event18 - Integrated Camera: Integrated I: device is a keyboard
[     6.245] (II) event18 - Integrated Camera: Integrated I: device removed
[     6.338] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input22/event18"
[     6.338] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated I" (type: KEYBOARD, id 10)
[     6.338] (**) Option "xkb_layout" "gb"
[     6.341] (II) event18 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[     6.341] (II) event18 - Integrated Camera: Integrated I: device is a keyboard
[     6.342] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Mouse (/dev/input/event19)
[     6.342] (**) SYNA8005:00 06CB:CD8C Mouse: Applying InputClass "libinput pointer catchall"
[     6.342] (II) Using input driver 'libinput' for 'SYNA8005:00 06CB:CD8C Mouse'
[     6.342] (**) SYNA8005:00 06CB:CD8C Mouse: always reports core events
[     6.342] (**) Option "Device" "/dev/input/event19"
[     6.342] (**) Option "_source" "server/udev"
[     6.344] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: is tagged by udev as: Mouse Pointingstick
[     6.345] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: device is a pointer
[     6.346] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: device removed
[     6.418] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input23/event19"
[     6.418] (II) XINPUT: Adding extended input device "SYNA8005:00 06CB:CD8C Mouse" (type: MOUSE, id 11)
[     6.419] (**) Option "AccelerationScheme" "none"
[     6.419] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) selected scheme none/0
[     6.419] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) acceleration factor: 2.000
[     6.419] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) acceleration threshold: 4
[     6.421] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: is tagged by udev as: Mouse Pointingstick
[     6.422] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: device is a pointer
[     6.424] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Mouse (/dev/input/mouse1)
[     6.424] (II) No input driver specified, ignoring this device.
[     6.424] (II) This device may have been added with another device file.
[     6.425] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Touchpad (/dev/input/event20)
[     6.425] (**) SYNA8005:00 06CB:CD8C Touchpad: Applying InputClass "libinput touchpad catchall"
[     6.425] (II) Using input driver 'libinput' for 'SYNA8005:00 06CB:CD8C Touchpad'
[     6.425] (**) SYNA8005:00 06CB:CD8C Touchpad: always reports core events
[     6.425] (**) Option "Device" "/dev/input/event20"
[     6.425] (**) Option "_source" "server/udev"
[     6.427] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: is tagged by udev as: Touchpad
[     6.430] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: device is a touchpad
[     6.431] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: device removed
[     6.589] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input24/event20"
[     6.589] (II) XINPUT: Adding extended input device "SYNA8005:00 06CB:CD8C Touchpad" (type: TOUCHPAD, id 12)
[     6.592] (**) Option "AccelerationScheme" "none"
[     6.592] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) selected scheme none/0
[     6.592] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) acceleration factor: 2.000
[     6.592] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) acceleration threshold: 4
[     6.594] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: is tagged by udev as: Touchpad
[     6.597] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: device is a touchpad
[     6.599] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Touchpad (/dev/input/mouse2)
[     6.599] (II) No input driver specified, ignoring this device.
[     6.599] (II) This device may have been added with another device file.
[     6.599] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[     6.599] (II) No input driver specified, ignoring this device.
[     6.599] (II) This device may have been added with another device file.
[     6.600] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[     6.600] (II) No input driver specified, ignoring this device.
[     6.600] (II) This device may have been added with another device file.
[     6.600] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[     6.600] (II) No input driver specified, ignoring this device.
[     6.600] (II) This device may have been added with another device file.
[     6.601] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[     6.601] (II) No input driver specified, ignoring this device.
[     6.601] (II) This device may have been added with another device file.
[     6.602] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[     6.602] (II) No input driver specified, ignoring this device.
[     6.602] (II) This device may have been added with another device file.
[     6.602] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[     6.602] (II) No input driver specified, ignoring this device.
[     6.602] (II) This device may have been added with another device file.
[     6.603] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[     6.603] (II) No input driver specified, ignoring this device.
[     6.603] (II) This device may have been added with another device file.
[     6.603] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event16)
[     6.603] (II) No input driver specified, ignoring this device.
[     6.603] (II) This device may have been added with another device file.
[     6.604] (II) config/udev: Adding input device HDA Intel PCH Headset Jack (/dev/input/event8)
[     6.604] (**) HDA Intel PCH Headset Jack: Applying InputClass "libinput keyboard catchall"
[     6.604] (**) HDA Intel PCH Headset Jack: Applying InputClass "system-keyboard"
[     6.604] (II) Using input driver 'libinput' for 'HDA Intel PCH Headset Jack'
[     6.604] (**) HDA Intel PCH Headset Jack: always reports core events
[     6.604] (**) Option "Device" "/dev/input/event8"
[     6.604] (**) Option "_source" "server/udev"
[     6.606] (II) event8  - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     6.606] (II) event8  - HDA Intel PCH Headset Jack: device is a keyboard
[     6.606] (II) event8  - HDA Intel PCH Headset Jack: device removed
[     6.748] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input9/event8"
[     6.748] (II) XINPUT: Adding extended input device "HDA Intel PCH Headset Jack" (type: KEYBOARD, id 13)
[     6.748] (**) Option "xkb_layout" "gb"
[     6.751] (II) event8  - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     6.751] (II) event8  - HDA Intel PCH Headset Jack: device is a keyboard
[     6.752] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     6.752] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.752] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     6.752] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.752] (**) AT Translated Set 2 keyboard: always reports core events
[     6.752] (**) Option "Device" "/dev/input/event3"
[     6.752] (**) Option "_source" "server/udev"
[     6.754] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.754] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.756] (II) event3  - AT Translated Set 2 keyboard: device removed
[     6.788] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     6.788] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[     6.788] (**) Option "xkb_layout" "gb"
[     6.791] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.791] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.793] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event7)
[     6.793] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[     6.793] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[     6.793] (**) TPPS/2 Elan TrackPoint: always reports core events
[     6.794] (**) Option "Device" "/dev/input/event7"
[     6.794] (**) Option "_source" "server/udev"
[     6.795] (II) event7  - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.796] (II) event7  - TPPS/2 Elan TrackPoint: device is a pointer
[     6.798] (II) event7  - TPPS/2 Elan TrackPoint: device removed
[     6.918] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[     6.918] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 15)
[     6.919] (**) Option "AccelerationScheme" "none"
[     6.919] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[     6.919] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[     6.919] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[     6.921] (II) event7  - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.922] (II) event7  - TPPS/2 Elan TrackPoint: device is a pointer
[     6.924] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse0)
[     6.924] (II) No input driver specified, ignoring this device.
[     6.924] (II) This device may have been added with another device file.
[     6.925] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     6.925] (II) No input driver specified, ignoring this device.
[     6.925] (II) This device may have been added with another device file.
[     6.926] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[     6.926] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     6.926] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[     6.926] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     6.926] (**) ThinkPad Extra Buttons: always reports core events
[     6.926] (**) Option "Device" "/dev/input/event4"
[     6.926] (**) Option "_source" "server/udev"
[     6.928] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.928] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[     6.928] (II) event4  - ThinkPad Extra Buttons: device is a switch device
[     6.930] (II) event4  - ThinkPad Extra Buttons: device removed
[     6.998] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
[     6.998] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 16)
[     6.998] (**) Option "xkb_layout" "gb"
[     7.001] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     7.001] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[     7.001] (II) event4  - ThinkPad Extra Buttons: device is a switch device
[     7.677] (II) intel(0): EDID vendor "BOE", prod id 1992
[     7.677] (II) intel(0): Printing DDC gathered Modelines:
[     7.677] (II) intel(0): Modeline "3840x2160"x0.0  533.28  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.3 kHz eP)
[     7.677] (II) intel(0): Modeline "3840x2160"x0.0  426.62  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (106.7 kHz e)
[  2439.935] (EE) event20 - SYNA8005:00 06CB:CD8C Touchpad: client bug: event processing lagging behind by 12ms, your system is too slow
[  2440.104] (EE) event20 - SYNA8005:00 06CB:CD8C Touchpad: client bug: event processing lagging behind by 39ms, your system is too slow
[  5984.569] (EE) event20 - SYNA8005:00 06CB:CD8C Touchpad: client bug: event processing lagging behind by 16ms, your system is too slow
[ 12985.662] (EE) event20 - SYNA8005:00 06CB:CD8C Touchpad: client bug: event processing lagging behind by 13ms, your system is too slow
[ 12986.699] (EE) event20 - SYNA8005:00 06CB:CD8C Touchpad: client bug: event processing lagging behind by 13ms, your system is too slow
[ 12986.960] (EE) event20 - SYNA8005:00 06CB:CD8C Touchpad: client bug: event processing lagging behind by 14ms, your system is too slow

Offline

#5 2020-10-25 10:37:33

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

hi v1del, That's great about the pacman command. I get that now.

I'm sure I got

journalctl -p 3 -xb

from the pages on the wiki about maintenance.

here's the

journalctl -b

logs

Oct 25 06:27:21 The-Eagle kernel: kauditd_printk_skb: 10 callbacks suppressed
Oct 25 06:27:21 The-Eagle kernel: audit: type=1130 audit(1603607241.033:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hos>
Oct 25 06:27:21 The-Eagle kernel: audit: type=1131 audit(1603607241.033:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hos>
Oct 25 06:27:21 The-Eagle tlp[973]: Applying power save settings...done.
Oct 25 06:27:21 The-Eagle tlp[973]: Setting battery charge thresholds...done.
Oct 25 06:27:21 The-Eagle systemd[1]: Finished TLP system startup/shutdown.
Oct 25 06:27:21 The-Eagle systemd[1]: Startup finished in 7.030s (firmware) + 4.865s (loader) + 1.610s (kernel) + 18.809s (userspace) = 32.316s.
Oct 25 06:27:21 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=suc>
Oct 25 06:27:21 The-Eagle kernel: audit: type=1130 audit(1603607241.813:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=>
Oct 25 06:27:26 The-Eagle systemd[1]: Stopping User Manager for UID 974...
Oct 25 06:27:26 The-Eagle systemd[707]: Stopped target Main User Target.
Oct 25 06:27:26 The-Eagle systemd[707]: Stopping Accessibility services bus...
Oct 25 06:27:26 The-Eagle systemd[707]: Stopping D-Bus User Message Bus...
Oct 25 06:27:26 The-Eagle systemd[707]: dbus.service: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Stopped D-Bus User Message Bus.
Oct 25 06:27:26 The-Eagle systemd[707]: at-spi-dbus-bus.service: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Stopped Accessibility services bus.
Oct 25 06:27:26 The-Eagle systemd[707]: Stopped target Basic System.
Oct 25 06:27:26 The-Eagle systemd[707]: Stopped target Paths.
Oct 25 06:27:26 The-Eagle systemd[707]: Stopped target Sockets.
Oct 25 06:27:26 The-Eagle systemd[707]: Stopped target Timers.
Oct 25 06:27:26 The-Eagle systemd[707]: dbus.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed D-Bus User Message Bus Socket.
Oct 25 06:27:26 The-Eagle systemd[707]: dirmngr.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed GnuPG network certificate management daemon.
Oct 25 06:27:26 The-Eagle systemd[707]: gpg-agent-browser.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 25 06:27:26 The-Eagle systemd[707]: gpg-agent-extra.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Oct 25 06:27:26 The-Eagle systemd[707]: gpg-agent-ssh.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Oct 25 06:27:26 The-Eagle systemd[707]: gpg-agent.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed GnuPG cryptographic agent and passphrase cache.
Oct 25 06:27:26 The-Eagle systemd[707]: p11-kit-server.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed p11-kit server.
Oct 25 06:27:26 The-Eagle systemd[707]: pulseaudio.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed Sound System.
Oct 25 06:27:26 The-Eagle systemd[707]: Reached target Shutdown.
Oct 25 06:27:26 The-Eagle systemd[707]: systemd-exit.service: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Finished Exit the Session.
Oct 25 06:27:26 The-Eagle systemd[707]: Reached target Exit the Session.
Oct 25 06:27:26 The-Eagle systemd[708]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<un>
Oct 25 06:27:26 The-Eagle systemd[1]: user@974.service: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[1]: Stopped User Manager for UID 974.
Oct 25 06:27:26 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res>
Oct 25 06:27:26 The-Eagle systemd[1]: Stopping User Runtime Directory /run/user/974...
Oct 25 06:27:26 The-Eagle kernel: audit: type=1131 audit(1603607246.803:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" host>
Oct 25 06:27:26 The-Eagle systemd[1]: run-user-974.mount: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[770]: run-user-974.mount: Succeeded.
Oct 25 06:27:26 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? te>
Oct 25 06:27:26 The-Eagle systemd[1]: user-runtime-dir@974.service: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[1]: Stopped User Runtime Directory /run/user/974.
Oct 25 06:27:26 The-Eagle systemd[1]: Removed slice User Slice of UID 974.
Oct 25 06:27:26 The-Eagle kernel: audit: type=1131 audit(1603607246.813:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/s>
Oct 25 06:27:34 The-Eagle systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 25 06:27:34 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termi>
Oct 25 06:27:34 The-Eagle kernel: audit: type=1131 audit(1603607254.783:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/syst>
Oct 25 06:27:34 The-Eagle systemd-timesyncd[343]: Initial synchronization to time server 195.219.205.9:123 (2.arch.pool.ntp.org).
Oct 25 06:27:41 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-70 noise=9999 txrate=400000
Oct 25 06:27:44 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-67 noise=9999 txrate=300000
Oct 25 06:27:47 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=300000
Oct 25 06:28:34 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='ca.desrt.dconf' requested by ':1.36' (uid=1000 pid=1212 comm="/usr/bin/cheese ")
Oct 25 06:28:34 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'ca.desrt.dconf'
Oct 25 06:29:22 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.60' (uid=1000 pid=1249 comm="/opt/google>
Oct 25 06:29:22 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Oct 25 06:29:24 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=400000
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT ((process:376): GLib-GIO-CRITICAL **: 06:37:04.587: g_file_get_path: assertion 'G_IS_FILE (file)' failed)
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT ()
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (** (process:376): CRITICAL **: 06:37:04.588: tee_jee_file_system_path_combine: assertion 'path1 != NULL' failed)
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT ()
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (** (process:376): CRITICAL **: 06:37:04.588: tee_jee_file_system_dir_exists: assertion 'dir_path != NULL' failed)
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (Mounted '/dev/nvme0n1p3' at '/run/timeshift/backup')
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (Creating new snapshot...(RSYNC))
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (Saving to device: /dev/nvme0n1p3, mounted at path: /run/timeshift/backup)
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (Linking from snapshot: 2020-10-24_18-46-45)
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (Synching files with rsync...)
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (  8.28% complete (00:00:11 remaining) 20.48% complete (00:00:04 remaining) 29.79% complete (00:00:04 remaining) 37.05% complete (00:00:0>
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (RSYNC Snapshot saved successfully (13s))
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (Tagged snapshot '2020-10-25_06-37-04': ondemand)
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (Maximum backups exceeded for backup level 'boot')
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (Snapshot '2020-10-24_18-46-45' un-tagged 'boot')
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (Removing snapshots (un-tagged):)
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (Removing '2020-10-24_18-46-45'...)
Oct 25 06:37:20 The-Eagle CROND[375]: (root) CMDOUT ( 40.46% complete (00:00:01 remaining) 93.79% complete (00:00:00 remaining)134.21% complete (00:00:00 remaining)                         >
Oct 25 06:37:20 The-Eagle CROND[375]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 06:37:20 The-Eagle crontab[2213]: (root) LIST (root)
Oct 25 06:37:20 The-Eagle crontab[2214]: (root) LIST (root)
Oct 25 06:42:04 The-Eagle systemd[1]: Starting Cleanup of Temporary Directories...
Oct 25 06:42:04 The-Eagle systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Oct 25 06:42:04 The-Eagle systemd[1]: Finished Cleanup of Temporary Directories.
Oct 25 06:42:04 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=?>
Oct 25 06:42:04 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? >
Oct 25 06:42:04 The-Eagle kernel: audit: type=1130 audit(1603608124.409:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd>
Oct 25 06:42:04 The-Eagle kernel: audit: type=1131 audit(1603608124.409:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd>
Oct 25 07:00:01 The-Eagle CROND[3180]: (root) CMD (timeshift --check --scripted)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT ((process:3180): GLib-GIO-CRITICAL **: 07:00:02.144: g_file_get_path: assertion 'G_IS_FILE (file)' failed)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT ()
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (** (process:3180): CRITICAL **: 07:00:02.145: tee_jee_file_system_path_combine: assertion 'path1 != NULL' failed)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT ()
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (** (process:3180): CRITICAL **: 07:00:02.145: tee_jee_file_system_dir_exists: assertion 'dir_path != NULL' failed)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT ()
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (/dev/nvme0n1p3 is mounted at: /run/timeshift/backup, options: rw,relatime)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT ()
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Boot snapshots are enabled)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Last boot snapshot is 0 hours old)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Daily snapshots are enabled)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Last daily snapshot is 21 hours old)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Weekly snapshots are enabled)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Last weekly snapshot is 1 days old)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Monthly snapshot are enabled)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Last monthly snapshot is 1 days old)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 07:00:02 The-Eagle crontab[3213]: (root) LIST (root)
Oct 25 07:00:02 The-Eagle crontab[3214]: (root) LIST (root)
Oct 25 07:01:01 The-Eagle CROND[3255]: (root) CMD (run-parts /etc/cron.hourly)
Oct 25 07:02:01 The-Eagle audit[3283]: USER_AUTH pid=3283 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/lib/polkit-1>
Oct 25 07:02:01 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.303' (uid=0 pid=>
Oct 25 07:02:01 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:02:01 The-Eagle polkit-agent-helper-1[3283]: pam_systemd_home(polkit-1:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:02:01 The-Eagle kernel: audit: type=1100 audit(1603609321.860:73): pid=3283 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct=>
Oct 25 07:02:01 The-Eagle kernel: audit: type=1101 audit(1603609321.860:74): pid=3283 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/lib/p>
Oct 25 07:02:01 The-Eagle audit[3283]: USER_ACCT pid=3283 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/lib/polkit-1/polkit-agent-helper->
Oct 25 07:02:01 The-Eagle polkitd[817]: Operator of unix-session:2 successfully authenticated as unix-user:muj to gain ONE-SHOT authorization for action org.freedesktop.policykit.exec for u>
Oct 25 07:02:01 The-Eagle pkexec[3280]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Oct 25 07:02:01 The-Eagle audit[3280]: USER_START pid=3280 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostna>
Oct 25 07:02:01 The-Eagle pkexec[3280]: muj: Executing command [USER=root] [TTY=unknown] [CWD=/home/muj] [COMMAND=/usr/bin/env DISPLAY=:0 XAUTHORITY=/home/muj/.Xauthority timeshift-gtk]
Oct 25 07:02:01 The-Eagle kernel: audit: type=1105 audit(1603609321.880:75): pid=3280 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" e>
Oct 25 07:02:40 The-Eagle audit[3407]: USER_AUTH pid=3407 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 07:02:40 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.311' (uid=0 pid=>
Oct 25 07:02:40 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:02:40 The-Eagle sudo[3407]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:02:40 The-Eagle audit[3407]: USER_ACCT pid=3407 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:02:40 The-Eagle audit[3407]: CRED_REFR pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:02:40 The-Eagle sudo[3407]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -Syu
Oct 25 07:02:40 The-Eagle audit[3407]: USER_START pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:02:40 The-Eagle sudo[3407]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:02:40 The-Eagle kernel: audit: type=1100 audit(1603609360.700:76): pid=3407 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct=>
Oct 25 07:02:40 The-Eagle kernel: audit: type=1101 audit(1603609360.700:77): pid=3407 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 07:02:40 The-Eagle kernel: audit: type=1110 audit(1603609360.700:78): pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe>
Oct 25 07:02:40 The-Eagle kernel: audit: type=1105 audit(1603609360.700:79): pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe=>
Oct 25 07:02:59 The-Eagle sudo[3407]: pam_unix(sudo:session): session closed for user root
Oct 25 07:02:59 The-Eagle audit[3407]: USER_END pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:02:59 The-Eagle audit[3407]: CRED_DISP pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:02:59 The-Eagle kernel: audit: type=1106 audit(1603609379.690:80): pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:02:59 The-Eagle kernel: audit: type=1104 audit(1603609379.690:81): pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe>
Oct 25 07:03:51 The-Eagle crontab[3519]: (root) LIST (root)
Oct 25 07:03:51 The-Eagle crontab[3520]: (root) LIST (root)
Oct 25 07:04:17 The-Eagle audit[3532]: USER_AUTH pid=3532 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 07:04:17 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.313' (uid=0 pid=>
Oct 25 07:04:17 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:04:17 The-Eagle sudo[3532]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:04:17 The-Eagle audit[3532]: USER_ACCT pid=3532 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:04:17 The-Eagle audit[3532]: CRED_REFR pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:04:17 The-Eagle sudo[3532]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -S ufw
Oct 25 07:04:17 The-Eagle kernel: audit: type=1100 audit(1603609457.630:82): pid=3532 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct=>
Oct 25 07:04:17 The-Eagle kernel: audit: type=1101 audit(1603609457.630:83): pid=3532 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 07:04:17 The-Eagle kernel: audit: type=1110 audit(1603609457.630:84): pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe>
Oct 25 07:04:17 The-Eagle sudo[3532]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:04:17 The-Eagle kernel: audit: type=1105 audit(1603609457.640:85): pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe=>
Oct 25 07:04:17 The-Eagle audit[3532]: USER_START pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:04:21 The-Eagle systemd[1]: Reloading.
Oct 25 07:04:21 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file,>
Oct 25 07:04:21 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:10: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file>
Oct 25 07:04:21 The-Eagle audit[3532]: USER_END pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:04:21 The-Eagle audit[3532]: CRED_DISP pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:04:21 The-Eagle sudo[3532]: pam_unix(sudo:session): session closed for user root
Oct 25 07:04:21 The-Eagle kernel: audit: type=1106 audit(1603609461.760:86): pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:04:21 The-Eagle kernel: audit: type=1104 audit(1603609461.760:87): pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe>
Oct 25 07:04:41 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.315' (uid=0 pid=>
Oct 25 07:04:41 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:04:41 The-Eagle sudo[3582]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:04:41 The-Eagle audit[3582]: USER_ACCT pid=3582 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:04:41 The-Eagle audit[3582]: CRED_REFR pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:04:41 The-Eagle sudo[3582]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/systemctl enable --now ufw
Oct 25 07:04:41 The-Eagle sudo[3582]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:04:41 The-Eagle audit[3582]: USER_START pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:04:41 The-Eagle kernel: audit: type=1101 audit(1603609481.020:88): pid=3582 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 07:04:41 The-Eagle kernel: audit: type=1110 audit(1603609481.020:89): pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="r>
Oct 25 07:04:41 The-Eagle kernel: audit: type=1105 audit(1603609481.020:90): pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe=>
Oct 25 07:04:41 The-Eagle systemd[1]: Reloading.
Oct 25 07:04:41 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file,>
Oct 25 07:04:41 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:10: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file>
Oct 25 07:04:41 The-Eagle systemd[1]: Starting CLI Netfilter Manager...
Oct 25 07:04:41 The-Eagle ufw-init[3603]: Skip starting firewall: ufw (not enabled)
Oct 25 07:04:41 The-Eagle systemd[1]: Finished CLI Netfilter Manager.
Oct 25 07:04:41 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ufw comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=suc>
Oct 25 07:04:41 The-Eagle kernel: audit: type=1130 audit(1603609481.280:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ufw comm="systemd" exe="/usr/lib/systemd/systemd" hostname=>
Oct 25 07:04:41 The-Eagle sudo[3582]: pam_unix(sudo:session): session closed for user root
Oct 25 07:04:41 The-Eagle audit[3582]: USER_END pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:04:41 The-Eagle audit[3582]: CRED_DISP pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:04:41 The-Eagle kernel: audit: type=1106 audit(1603609481.290:92): pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:04:41 The-Eagle kernel: audit: type=1104 audit(1603609481.290:93): pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="r>
Oct 25 07:05:29 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.317' (uid=0 pid=>
Oct 25 07:05:29 The-Eagle kernel: audit: type=1101 audit(1603609529.220:94): pid=3614 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 07:05:29 The-Eagle kernel: audit: type=1110 audit(1603609529.220:95): pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="r>
Oct 25 07:05:29 The-Eagle kernel: audit: type=1105 audit(1603609529.220:96): pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe=>
Oct 25 07:05:29 The-Eagle audit[3614]: USER_ACCT pid=3614 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:05:29 The-Eagle audit[3614]: CRED_REFR pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:05:29 The-Eagle audit[3614]: USER_START pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:05:29 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:05:29 The-Eagle sudo[3614]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:05:29 The-Eagle sudo[3614]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw default deny
Oct 25 07:05:29 The-Eagle sudo[3614]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:05:29 The-Eagle sudo[3614]: pam_unix(sudo:session): session closed for user root
Oct 25 07:05:29 The-Eagle audit[3614]: USER_END pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:05:29 The-Eagle audit[3614]: CRED_DISP pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:05:29 The-Eagle kernel: audit: type=1106 audit(1603609529.400:97): pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:05:29 The-Eagle kernel: audit: type=1104 audit(1603609529.400:98): pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="r>
Oct 25 07:05:52 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.319' (uid=0 pid=>
Oct 25 07:05:52 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:05:52 The-Eagle sudo[3618]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:05:52 The-Eagle audit[3618]: USER_ACCT pid=3618 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:05:52 The-Eagle audit[3618]: CRED_REFR pid=3618 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:05:52 The-Eagle sudo[3618]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw allow from 192.168.0.0/24
Oct 25 07:05:52 The-Eagle sudo[3618]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:05:52 The-Eagle audit[3618]: USER_START pid=3618 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:05:52 The-Eagle kernel: audit: type=1101 audit(1603609552.220:99): pid=3618 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 07:05:52 The-Eagle kernel: audit: type=1110 audit(1603609552.220:100): pid=3618 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:05:52 The-Eagle kernel: audit: type=1105 audit(1603609552.220:101): pid=3618 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.400:102): table=filter family=2 entries=0
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=0
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=4
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.400:103): table=filter family=2 entries=4
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=6
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.430:104): table=filter family=2 entries=6
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=7
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.440:105): table=filter family=2 entries=7
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.440:106): table=filter family=2 entries=8
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=8
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=6
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.440:107): table=filter family=2 entries=6
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=0
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.450:108): table=filter family=10 entries=0
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=4
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=6
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=7
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=8
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=6
Oct 25 07:05:52 The-Eagle audit[3618]: USER_END pid=3618 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:05:52 The-Eagle audit[3618]: CRED_DISP pid=3618 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:05:52 The-Eagle sudo[3618]: pam_unix(sudo:session): session closed for user root
Oct 25 07:06:24 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.320' (uid=0 pid=>
Oct 25 07:06:24 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:06:24 The-Eagle sudo[3641]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:06:24 The-Eagle audit[3641]: USER_ACCT pid=3641 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:06:24 The-Eagle audit[3641]: CRED_REFR pid=3641 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:06:24 The-Eagle sudo[3641]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw allow Deluge
Oct 25 07:06:24 The-Eagle audit[3641]: USER_START pid=3641 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:06:24 The-Eagle sudo[3641]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:06:24 The-Eagle kernel: kauditd_printk_skb: 7 callbacks suppressed
Oct 25 07:06:24 The-Eagle kernel: audit: type=1101 audit(1603609584.690:116): pid=3641 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 07:06:24 The-Eagle kernel: audit: type=1110 audit(1603609584.690:117): pid=3641 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:06:24 The-Eagle kernel: audit: type=1105 audit(1603609584.690:118): pid=3641 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=4
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.900:119): table=filter family=2 entries=4
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=6
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=7
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.910:120): table=filter family=2 entries=6
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.910:121): table=filter family=2 entries=7
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.910:122): table=filter family=2 entries=8
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=8
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=6
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=4
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.910:123): table=filter family=2 entries=6
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.910:124): table=filter family=10 entries=4
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=6
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.910:125): table=filter family=10 entries=6
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=7
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=8
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=6
Oct 25 07:06:24 The-Eagle sudo[3641]: pam_unix(sudo:session): session closed for user root
Oct 25 07:06:24 The-Eagle audit[3641]: USER_END pid=3641 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:06:24 The-Eagle audit[3641]: CRED_DISP pid=3641 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:06:47 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.321' (uid=0 pid=>
Oct 25 07:06:47 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:06:47 The-Eagle sudo[3655]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:06:47 The-Eagle audit[3655]: USER_ACCT pid=3655 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:06:47 The-Eagle audit[3655]: CRED_REFR pid=3655 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:06:47 The-Eagle sudo[3655]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw limit ssh
Oct 25 07:06:47 The-Eagle kernel: kauditd_printk_skb: 5 callbacks suppressed
Oct 25 07:06:47 The-Eagle kernel: audit: type=1101 audit(1603609607.160:131): pid=3655 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 07:06:47 The-Eagle kernel: audit: type=1110 audit(1603609607.160:132): pid=3655 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:06:47 The-Eagle sudo[3655]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:06:47 The-Eagle audit[3655]: USER_START pid=3655 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:06:47 The-Eagle kernel: audit: type=1105 audit(1603609607.170:133): pid=3655 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=4
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=6
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.380:134): table=filter family=2 entries=4
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.380:135): table=filter family=2 entries=6
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=7
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=8
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.390:136): table=filter family=2 entries=7
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.390:137): table=filter family=2 entries=8
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=6
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=4
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.390:138): table=filter family=2 entries=6
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.390:139): table=filter family=10 entries=4
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.390:140): table=filter family=10 entries=6
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=6
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=7
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=8
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=6
Oct 25 07:06:47 The-Eagle sudo[3655]: pam_unix(sudo:session): session closed for user root
Oct 25 07:06:47 The-Eagle audit[3655]: USER_END pid=3655 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:06:47 The-Eagle audit[3655]: CRED_DISP pid=3655 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:07:50 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' requested by ':1.18' (uid=1000 pid=876 comm="Thunar >
Oct 25 07:07:50 The-Eagle tumblerd[3807]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 07:07:50 The-Eagle tumblerd[3807]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 07:07:50 The-Eagle tumblerd[3807]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 07:07:50 The-Eagle tumblerd[3807]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 07:07:50 The-Eagle org.freedesktop.thumbnails.Thumbnailer1[3807]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 07:07:50 The-Eagle org.freedesktop.thumbnails.Thumbnailer1[3807]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 07:07:50 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
Oct 25 07:08:41 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.324' (uid=0 pid=>
Oct 25 07:08:41 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:08:41 The-Eagle sudo[3920]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:08:41 The-Eagle audit[3920]: USER_ACCT pid=3920 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:08:41 The-Eagle audit[3920]: CRED_REFR pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:08:41 The-Eagle sudo[3920]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw status
Oct 25 07:08:41 The-Eagle kernel: kauditd_printk_skb: 5 callbacks suppressed
Oct 25 07:08:41 The-Eagle kernel: audit: type=1101 audit(1603609721.030:146): pid=3920 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 07:08:41 The-Eagle kernel: audit: type=1110 audit(1603609721.030:147): pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:08:41 The-Eagle kernel: audit: type=1105 audit(1603609721.040:148): pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:08:41 The-Eagle audit[3920]: USER_START pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:08:41 The-Eagle sudo[3920]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:08:41 The-Eagle sudo[3920]: pam_unix(sudo:session): session closed for user root
Oct 25 07:08:41 The-Eagle audit[3920]: USER_END pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:08:41 The-Eagle audit[3920]: CRED_DISP pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:08:41 The-Eagle kernel: audit: type=1106 audit(1603609721.260:149): pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 07:08:41 The-Eagle kernel: audit: type=1104 audit(1603609721.260:150): pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:09:30 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.325' (uid=0 pid=>
Oct 25 07:09:30 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:09:30 The-Eagle sudo[3929]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:09:30 The-Eagle audit[3929]: USER_ACCT pid=3929 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:09:30 The-Eagle audit[3929]: CRED_REFR pid=3929 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:09:30 The-Eagle sudo[3929]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw enable
Oct 25 07:09:30 The-Eagle audit[3929]: USER_START pid=3929 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:09:30 The-Eagle sudo[3929]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:09:30 The-Eagle kernel: audit: type=1101 audit(1603609770.070:151): pid=3929 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 07:09:30 The-Eagle kernel: audit: type=1110 audit(1603609770.070:152): pid=3929 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:09:30 The-Eagle kernel: audit: type=1105 audit(1603609770.070:153): pid=3929 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=4
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=4
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.300:154): table=filter family=2 entries=4
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.300:155): table=filter family=2 entries=4
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=58
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=60
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=64
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.300:156): table=filter family=2 entries=58
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.310:157): table=filter family=2 entries=60
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.310:158): table=filter family=2 entries=64
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=73
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=99
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.320:159): table=filter family=2 entries=73
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.320:160): table=filter family=2 entries=99
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=106
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=122
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=138
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=4
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=4
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=58
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=60
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=64
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=73
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=138
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=144
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=160
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=175
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=143
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=144
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=145
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=143
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=180
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=181
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=182
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=180
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=140
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=140
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=140
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=140
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=139
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=177
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=177
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=177
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=177
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=176
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=139
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=137
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=137
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=136
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=176
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=174
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=174
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=173
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=136
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=137
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=173
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=174
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=138
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=139
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=140
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=175
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=176
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=177
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=140
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=177
Oct 25 07:09:30 The-Eagle sudo[3929]: pam_unix(sudo:session): session closed for user root
Oct 25 07:09:30 The-Eagle audit[3929]: USER_END pid=3929 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:09:30 The-Eagle audit[3929]: CRED_DISP pid=3929 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:09:41 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.326' (uid=0 pid=>
Oct 25 07:09:41 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:09:41 The-Eagle sudo[4082]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:09:41 The-Eagle kernel: kauditd_printk_skb: 71 callbacks suppressed
Oct 25 07:09:41 The-Eagle kernel: audit: type=1101 audit(1603609781.970:232): pid=4082 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 07:09:41 The-Eagle kernel: audit: type=1110 audit(1603609781.970:233): pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:09:41 The-Eagle audit[4082]: USER_ACCT pid=4082 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:09:41 The-Eagle audit[4082]: CRED_REFR pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:09:41 The-Eagle sudo[4082]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw status
Oct 25 07:09:41 The-Eagle sudo[4082]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:09:41 The-Eagle audit[4082]: USER_START pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:09:41 The-Eagle kernel: audit: type=1105 audit(1603609781.980:234): pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:09:42 The-Eagle sudo[4082]: pam_unix(sudo:session): session closed for user root
Oct 25 07:09:42 The-Eagle audit[4082]: USER_END pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:09:42 The-Eagle audit[4082]: CRED_DISP pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:09:42 The-Eagle kernel: audit: type=1106 audit(1603609782.180:235): pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 07:09:42 The-Eagle kernel: audit: type=1104 audit(1603609782.180:236): pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:09:50 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-71 noise=9999 txrate=400000
Oct 25 07:09:53 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-68 noise=9999 txrate=400000
Oct 25 07:09:59 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=400000
Oct 25 07:11:28 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-57 noise=9999 txrate=400000
Oct 25 07:12:17 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-66 noise=9999 txrate=300000
Oct 25 07:12:21 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=360000
Oct 25 07:22:11 The-Eagle wpa_supplicant[668]: wlp0s20f3: WPA: Group rekeying completed with e4:57:40:92:f6:04 [GTK=TKIP]
Oct 25 07:23:06 The-Eagle systemd-logind[379]: Lid closed.
Oct 25 07:23:08 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-59 noise=9999 txrate=400000
Oct 25 07:44:54 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-77 noise=9999 txrate=240000
Oct 25 07:55:09 The-Eagle systemd-logind[379]: Lid opened.
Oct 25 07:55:13 The-Eagle xfce4-screensaver-dialog[4450]: PAM unable to dlopen(/usr/lib/security/pam_gnome_keyring.so): /usr/lib/security/pam_gnome_keyring.so: cannot open shared object fil>
Oct 25 07:55:13 The-Eagle xfce4-screensaver-dialog[4450]: PAM adding faulty module: /usr/lib/security/pam_gnome_keyring.so
Oct 25 07:55:13 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=360000
Oct 25 07:55:15 The-Eagle audit[4469]: USER_AUTH pid=4469 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="muj" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
Oct 25 07:55:15 The-Eagle xfce4-screensaver-dialog[4450]: pam_warn(xfce4-screensaver:account): function=[pam_sm_acct_mgmt] flags=0 service=[xfce4-screensaver] terminal=[:0] user=[muj] ruser>
Oct 25 07:55:15 The-Eagle kernel: audit: type=1100 audit(1603612515.546:237): pid=4469 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="muj" exe="/usr/bin/unix_chkpwd" hostname=? addr>
Oct 25 07:55:23 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=400000
Oct 25 08:00:01 The-Eagle CROND[4827]: (root) CMD (timeshift --check --scripted)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT ((process:4827): GLib-GIO-CRITICAL **: 08:00:01.502: g_file_get_path: assertion 'G_IS_FILE (file)' failed)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT ()
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (** (process:4827): CRITICAL **: 08:00:01.503: tee_jee_file_system_path_combine: assertion 'path1 != NULL' failed)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT ()
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (** (process:4827): CRITICAL **: 08:00:01.503: tee_jee_file_system_dir_exists: assertion 'dir_path != NULL' failed)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT ()
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (/dev/nvme0n1p3 is mounted at: /run/timeshift/backup, options: rw,relatime)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT ()
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Boot snapshots are enabled)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Last boot snapshot is 1 hours old)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Daily snapshots are enabled)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Last daily snapshot is 22 hours old)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Weekly snapshots are enabled)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Last weekly snapshot is 1 days old)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Monthly snapshot are enabled)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Last monthly snapshot is 1 days old)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 08:00:01 The-Eagle crontab[4876]: (root) LIST (root)
Oct 25 08:00:01 The-Eagle crontab[4877]: (root) LIST (root)
Oct 25 08:01:01 The-Eagle CROND[5223]: (root) CMD (run-parts /etc/cron.hourly)
Oct 25 08:01:25 The-Eagle audit[5264]: USER_AUTH pid=5264 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 08:01:25 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.406' (uid=0 pid=>
Oct 25 08:01:25 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:01:25 The-Eagle sudo[5264]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:01:25 The-Eagle kernel: audit: type=1100 audit(1603612885.577:238): pid=5264 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 08:01:25 The-Eagle kernel: audit: type=1101 audit(1603612885.577:239): pid=5264 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:01:25 The-Eagle kernel: audit: type=1110 audit(1603612885.577:240): pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:01:25 The-Eagle kernel: audit: type=1105 audit(1603612885.577:241): pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:01:25 The-Eagle audit[5264]: USER_ACCT pid=5264 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:01:25 The-Eagle audit[5264]: CRED_REFR pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:01:25 The-Eagle audit[5264]: USER_START pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:01:25 The-Eagle sudo[5264]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -S --needed adobe-source-sans-pro-fonts aspell-en enchant gst-libav gst-plug>
Oct 25 08:01:25 The-Eagle sudo[5264]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:01:25 The-Eagle audit[5264]: USER_END pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:01:25 The-Eagle audit[5264]: CRED_DISP pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:01:25 The-Eagle sudo[5264]: pam_unix(sudo:session): session closed for user root
Oct 25 08:01:25 The-Eagle kernel: audit: type=1106 audit(1603612885.867:242): pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:01:25 The-Eagle kernel: audit: type=1104 audit(1603612885.867:243): pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:01:57 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.407' (uid=0 pid=>
Oct 25 08:01:57 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:01:57 The-Eagle sudo[5269]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:01:57 The-Eagle audit[5269]: USER_ACCT pid=5269 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:01:57 The-Eagle audit[5269]: CRED_REFR pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:01:57 The-Eagle sudo[5269]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -S --needed adobe-source-sans-pro-fonts aspell-en enchant gst-libav gst-plug>
Oct 25 08:01:57 The-Eagle sudo[5269]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:01:57 The-Eagle audit[5269]: USER_START pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:01:57 The-Eagle kernel: audit: type=1101 audit(1603612917.687:244): pid=5269 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:01:57 The-Eagle kernel: audit: type=1110 audit(1603612917.697:245): pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:01:57 The-Eagle kernel: audit: type=1105 audit(1603612917.697:246): pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:01:58 The-Eagle audit[5269]: USER_END pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:01:58 The-Eagle audit[5269]: CRED_DISP pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:01:58 The-Eagle sudo[5269]: pam_unix(sudo:session): session closed for user root
Oct 25 08:01:58 The-Eagle kernel: audit: type=1106 audit(1603612918.047:247): pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:01:58 The-Eagle kernel: audit: type=1104 audit(1603612918.047:248): pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:03:59 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.425' (uid=0 pid=>
Oct 25 08:03:59 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:03:59 The-Eagle sudo[5429]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:03:59 The-Eagle audit[5429]: USER_ACCT pid=5429 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:03:59 The-Eagle audit[5429]: CRED_REFR pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:03:59 The-Eagle sudo[5429]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -S --needed adobe-source-sans-pro-fonts aspell-en enchant gst-libav gst-plug>
Oct 25 08:03:59 The-Eagle sudo[5429]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:03:59 The-Eagle audit[5429]: USER_START pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:03:59 The-Eagle kernel: audit: type=1101 audit(1603613039.637:249): pid=5429 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:03:59 The-Eagle kernel: audit: type=1110 audit(1603613039.637:250): pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:03:59 The-Eagle kernel: audit: type=1105 audit(1603613039.637:251): pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:04:56 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=300000
Oct 25 08:05:13 The-Eagle systemd[1]: Reloading.
Oct 25 08:05:14 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file,>
Oct 25 08:05:14 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:10: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file>
Oct 25 08:05:14 The-Eagle sudo[5429]: pam_unix(sudo:session): session closed for user root
Oct 25 08:05:14 The-Eagle audit[5429]: USER_END pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:05:14 The-Eagle audit[5429]: CRED_DISP pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:05:14 The-Eagle kernel: audit: type=1106 audit(1603613114.857:252): pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:05:14 The-Eagle kernel: audit: type=1104 audit(1603613114.857:253): pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:08:24 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='org.freedesktop.thumbnails.Cache1' requested by ':1.18' (uid=1000 pid=876 comm="Thunar --sm-c>
Oct 25 08:08:24 The-Eagle tumblerd[5673]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 08:08:24 The-Eagle tumblerd[5673]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 08:08:24 The-Eagle tumblerd[5673]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 08:08:24 The-Eagle tumblerd[5673]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 08:08:24 The-Eagle org.freedesktop.thumbnails.Cache1[5673]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 08:08:24 The-Eagle org.freedesktop.thumbnails.Cache1[5673]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 08:08:24 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'org.freedesktop.thumbnails.Cache1'
Oct 25 08:08:34 The-Eagle audit[5702]: USER_AUTH pid=5702 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/lib/polkit-1>
Oct 25 08:08:34 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.433' (uid=0 pid=>
Oct 25 08:08:34 The-Eagle audit[5702]: USER_ACCT pid=5702 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/lib/polkit-1/polkit-agent-helper->
Oct 25 08:08:34 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:08:34 The-Eagle polkit-agent-helper-1[5702]: pam_systemd_home(polkit-1:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:08:34 The-Eagle kernel: audit: type=1100 audit(1603613314.758:254): pid=5702 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 08:08:34 The-Eagle kernel: audit: type=1101 audit(1603613314.758:255): pid=5702 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/lib/>
Oct 25 08:08:34 The-Eagle polkitd[817]: Operator of unix-session:2 successfully authenticated as unix-user:muj to gain ONE-SHOT authorization for action org.freedesktop.policykit.exec for u>
Oct 25 08:08:34 The-Eagle pkexec[5699]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Oct 25 08:08:34 The-Eagle audit[5699]: USER_START pid=5699 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostna>
Oct 25 08:08:34 The-Eagle pkexec[5699]: muj: Executing command [USER=root] [TTY=unknown] [CWD=/home/muj] [COMMAND=/usr/bin/env DISPLAY=:0 XAUTHORITY=/home/muj/.Xauthority timeshift-gtk]
Oct 25 08:08:34 The-Eagle kernel: audit: type=1105 audit(1603613314.768:256): pid=5699 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" >
Oct 25 08:09:50 The-Eagle audit[5755]: USER_AUTH pid=5755 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 08:09:50 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.436' (uid=0 pid=>
Oct 25 08:09:50 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:09:50 The-Eagle sudo[5755]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:09:50 The-Eagle audit[5755]: USER_ACCT pid=5755 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:09:50 The-Eagle audit[5755]: CRED_REFR pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:09:50 The-Eagle sudo[5755]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/cp /etc/default/grub /etc/default/grub.bak
Oct 25 08:09:50 The-Eagle sudo[5755]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:09:50 The-Eagle audit[5755]: USER_START pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:09:50 The-Eagle sudo[5755]: pam_unix(sudo:session): session closed for user root
Oct 25 08:09:50 The-Eagle audit[5755]: USER_END pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:09:50 The-Eagle audit[5755]: CRED_DISP pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:09:50 The-Eagle kernel: audit: type=1100 audit(1603613390.857:257): pid=5755 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 08:09:50 The-Eagle kernel: audit: type=1101 audit(1603613390.857:258): pid=5755 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:09:50 The-Eagle kernel: audit: type=1110 audit(1603613390.857:259): pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:09:50 The-Eagle kernel: audit: type=1105 audit(1603613390.857:260): pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:09:50 The-Eagle kernel: audit: type=1106 audit(1603613390.857:261): pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:09:50 The-Eagle kernel: audit: type=1104 audit(1603613390.857:262): pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:15:57 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-57 noise=9999 txrate=300000
Oct 25 08:17:17 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=400000
Oct 25 08:17:22 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=400000
Oct 25 08:19:28 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='org.freedesktop.thumbnails.Cache1' requested by ':1.18' (uid=1000 pid=876 comm="Thunar --sm-c>
Oct 25 08:19:28 The-Eagle tumblerd[6239]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 08:19:28 The-Eagle tumblerd[6239]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 08:19:28 The-Eagle tumblerd[6239]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 08:19:28 The-Eagle tumblerd[6239]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 08:19:28 The-Eagle org.freedesktop.thumbnails.Cache1[6239]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 08:19:28 The-Eagle org.freedesktop.thumbnails.Cache1[6239]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 08:19:28 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'org.freedesktop.thumbnails.Cache1'
Oct 25 08:20:08 The-Eagle sudo[6250]: pam_unix(sudo:auth): conversation failed
Oct 25 08:20:08 The-Eagle sudo[6250]: pam_unix(sudo:auth): auth could not identify password for [muj]
Oct 25 08:20:08 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.463' (uid=0 pid=>
Oct 25 08:20:08 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:20:08 The-Eagle sudo[6250]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:20:08 The-Eagle audit[6250]: USER_AUTH pid=6250 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=? acct="muj" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1>
Oct 25 08:20:08 The-Eagle kernel: audit: type=1100 audit(1603614008.802:263): pid=6250 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=? acct="muj" exe="/usr/bin/sudo" hostname>
Oct 25 08:21:04 The-Eagle sudo[6263]: pam_unix(sudo:auth): conversation failed
Oct 25 08:21:04 The-Eagle sudo[6263]: pam_unix(sudo:auth): auth could not identify password for [muj]
Oct 25 08:21:04 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.465' (uid=0 pid=>
Oct 25 08:21:04 The-Eagle audit[6263]: USER_AUTH pid=6263 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=? acct="muj" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1>
Oct 25 08:21:04 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:21:04 The-Eagle sudo[6263]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:21:04 The-Eagle kernel: audit: type=1100 audit(1603614064.672:264): pid=6263 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=? acct="muj" exe="/usr/bin/sudo" hostname>
Oct 25 08:22:11 The-Eagle wpa_supplicant[668]: wlp0s20f3: WPA: Group rekeying completed with e4:57:40:92:f6:04 [GTK=TKIP]
Oct 25 08:22:46 The-Eagle audit[6298]: USER_AUTH pid=6298 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 08:22:46 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.472' (uid=0 pid=>
Oct 25 08:22:46 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:22:46 The-Eagle sudo[6298]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:22:46 The-Eagle audit[6298]: USER_ACCT pid=6298 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:22:46 The-Eagle audit[6298]: CRED_REFR pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:22:46 The-Eagle sudo[6298]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -Rns vala
Oct 25 08:22:46 The-Eagle kernel: audit: type=1100 audit(1603614166.950:265): pid=6298 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 08:22:46 The-Eagle kernel: audit: type=1101 audit(1603614166.950:266): pid=6298 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:22:46 The-Eagle kernel: audit: type=1110 audit(1603614166.950:267): pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:22:46 The-Eagle audit[6298]: USER_START pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:22:46 The-Eagle sudo[6298]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:22:46 The-Eagle kernel: audit: type=1105 audit(1603614166.960:268): pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:25:14 The-Eagle sudo[6298]: pam_unix(sudo:session): session closed for user root
Oct 25 08:25:14 The-Eagle audit[6298]: USER_END pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:25:14 The-Eagle audit[6298]: CRED_DISP pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:25:14 The-Eagle kernel: audit: type=1106 audit(1603614314.189:269): pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:25:14 The-Eagle kernel: audit: type=1104 audit(1603614314.189:270): pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:26:04 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='org.freedesktop.thumbnails.Cache1' requested by ':1.18' (uid=1000 pid=876 comm="Thunar --sm-c>
Oct 25 08:26:04 The-Eagle tumblerd[6374]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 08:26:04 The-Eagle tumblerd[6374]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 08:26:04 The-Eagle tumblerd[6374]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 08:26:04 The-Eagle tumblerd[6374]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 08:26:04 The-Eagle org.freedesktop.thumbnails.Cache1[6374]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 08:26:04 The-Eagle org.freedesktop.thumbnails.Cache1[6374]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 08:26:04 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'org.freedesktop.thumbnails.Cache1'
Oct 25 08:26:35 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.476' (uid=0 pid=>
Oct 25 08:26:35 The-Eagle kernel: audit: type=1101 audit(1603614395.168:271): pid=6387 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:26:35 The-Eagle audit[6387]: USER_ACCT pid=6387 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:26:35 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:26:35 The-Eagle sudo[6387]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:23 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.478' (uid=0 pid=>
Oct 25 08:27:23 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:23 The-Eagle sudo[6392]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:23 The-Eagle audit[6392]: USER_ACCT pid=6392 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:27:23 The-Eagle kernel: audit: type=1101 audit(1603614443.278:272): pid=6392 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:27:28 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.479' (uid=0 pid=>
Oct 25 08:27:28 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:28 The-Eagle sudo[6400]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:28 The-Eagle audit[6400]: USER_ACCT pid=6400 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:27:28 The-Eagle kernel: audit: type=1101 audit(1603614448.878:273): pid=6400 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:27:40 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.480' (uid=0 pid=>
Oct 25 08:27:40 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:40 The-Eagle sudo[6407]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:39 The-Eagle audit[6407]: USER_ACCT pid=6407 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:27:39 The-Eagle audit[6407]: CRED_REFR pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:27:40 The-Eagle sudo[6407]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/journalctl -p 3 -xb
Oct 25 08:27:40 The-Eagle sudo[6407]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:27:39 The-Eagle audit[6407]: USER_START pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:27:40 The-Eagle kernel: audit: type=1101 audit(1603614459.998:274): pid=6407 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:27:40 The-Eagle kernel: audit: type=1110 audit(1603614459.998:275): pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:27:40 The-Eagle kernel: audit: type=1105 audit(1603614459.998:276): pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:30:55 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=400000
Oct 25 08:31:22 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.496' (ui>
Oct 25 08:31:22 The-Eagle systemd[1]: Starting Hostname Service...
Oct 25 08:31:23 The-Eagle dbus-daemon[374]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 25 08:31:23 The-Eagle systemd[1]: Started Hostname Service.
Oct 25 08:31:23 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? term>
Oct 25 08:31:23 The-Eagle kernel: audit: type=1130 audit(1603614683.356:277): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 08:31:53 The-Eagle systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 25 08:31:53 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termi>
Oct 25 08:31:53 The-Eagle kernel: audit: type=1131 audit(1603614713.416:278): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 08:36:02 The-Eagle sudo[6407]: pam_unix(sudo:session): session closed for user root
Oct 25 08:36:02 The-Eagle kernel: audit: type=1106 audit(1603614962.155:279): pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:36:02 The-Eagle kernel: audit: type=1104 audit(1603614962.155:280): pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:36:02 The-Eagle audit[6407]: USER_END pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:36:02 The-Eagle audit[6407]: CRED_DISP pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:47:33 The-Eagle crontab[7095]: (root) LIST (root)
Oct 25 08:47:33 The-Eagle crontab[7096]: (root) LIST (root)
Oct 25 08:47:58 The-Eagle audit[7108]: USER_AUTH pid=7108 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 08:47:58 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.553' (uid=0 pid=>
Oct 25 08:47:58 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:47:58 The-Eagle sudo[7108]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:47:58 The-Eagle audit[7108]: USER_ACCT pid=7108 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:47:58 The-Eagle audit[7108]: CRED_REFR pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:47:58 The-Eagle sudo[7108]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/journalctl -p 3 -xb
Oct 25 08:47:58 The-Eagle sudo[7108]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:47:58 The-Eagle audit[7108]: USER_START pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:47:58 The-Eagle kernel: audit: type=1100 audit(1603615678.941:281): pid=7108 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 08:47:58 The-Eagle kernel: audit: type=1101 audit(1603615678.941:282): pid=7108 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:47:58 The-Eagle kernel: audit: type=1110 audit(1603615678.941:283): pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:47:58 The-Eagle kernel: audit: type=1105 audit(1603615678.941:284): pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:50:41 The-Eagle sudo[7108]: pam_unix(sudo:session): session closed for user root
Oct 25 08:50:41 The-Eagle audit[7108]: USER_END pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:50:41 The-Eagle audit[7108]: CRED_DISP pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:50:41 The-Eagle kernel: audit: type=1106 audit(1603615841.111:285): pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:50:41 The-Eagle kernel: audit: type=1104 audit(1603615841.111:286): pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:50:48 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.556' (uid=0 pid=>
Oct 25 08:50:48 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:50:48 The-Eagle sudo[7133]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:50:48 The-Eagle audit[7133]: USER_ACCT pid=7133 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:50:48 The-Eagle audit[7133]: CRED_REFR pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:50:48 The-Eagle sudo[7133]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/journalctl -p 3 -xb
Oct 25 08:50:48 The-Eagle kernel: audit: type=1101 audit(1603615848.901:287): pid=7133 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:50:48 The-Eagle kernel: audit: type=1110 audit(1603615848.901:288): pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:50:48 The-Eagle sudo[7133]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:50:48 The-Eagle audit[7133]: USER_START pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:50:48 The-Eagle kernel: audit: type=1105 audit(1603615848.911:289): pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:58:58 The-Eagle sudo[7133]: pam_unix(sudo:session): session closed for user root
Oct 25 08:58:58 The-Eagle audit[7133]: USER_END pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:58:58 The-Eagle audit[7133]: CRED_DISP pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:58:58 The-Eagle kernel: audit: type=1106 audit(1603616338.429:290): pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:58:58 The-Eagle kernel: audit: type=1104 audit(1603616338.429:291): pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:59:05 The-Eagle audit[7276]: USER_AUTH pid=7276 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 08:59:05 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.570' (uid=0 pid=>
Oct 25 08:59:05 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:59:05 The-Eagle sudo[7276]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:59:05 The-Eagle audit[7276]: USER_ACCT pid=7276 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:59:05 The-Eagle audit[7276]: CRED_REFR pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:59:05 The-Eagle sudo[7276]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/journalctl -p 3 -xb
Oct 25 08:59:05 The-Eagle audit[7276]: USER_START pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:59:05 The-Eagle sudo[7276]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:59:05 The-Eagle kernel: audit: type=1100 audit(1603616345.699:292): pid=7276 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 08:59:05 The-Eagle kernel: audit: type=1101 audit(1603616345.709:293): pid=7276 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:59:05 The-Eagle kernel: audit: type=1110 audit(1603616345.709:294): pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:59:05 The-Eagle kernel: audit: type=1105 audit(1603616345.709:295): pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:00:01 The-Eagle CROND[7295]: (root) CMD (timeshift --check --scripted)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT ((process:7295): GLib-GIO-CRITICAL **: 09:00:01.850: g_file_get_path: assertion 'G_IS_FILE (file)' failed)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT ()
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (** (process:7295): CRITICAL **: 09:00:01.851: tee_jee_file_system_path_combine: assertion 'path1 != NULL' failed)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT ()
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (** (process:7295): CRITICAL **: 09:00:01.851: tee_jee_file_system_dir_exists: assertion 'dir_path != NULL' failed)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT ()
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (/dev/nvme0n1p3 is mounted at: /run/timeshift/backup, options: rw,relatime)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT ()
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Boot snapshots are enabled)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Last boot snapshot is 2 hours old)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Daily snapshots are enabled)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Last daily snapshot is 23 hours old)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Weekly snapshots are enabled)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Last weekly snapshot is 1 days old)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Monthly snapshot are enabled)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Last monthly snapshot is 1 days old)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 09:00:01 The-Eagle crontab[7342]: (root) LIST (root)
Oct 25 09:00:01 The-Eagle crontab[7343]: (root) LIST (root)
Oct 25 09:01:01 The-Eagle CROND[7358]: (root) CMD (run-parts /etc/cron.hourly)
Oct 25 09:08:05 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-60 noise=9999 txrate=400000
Oct 25 09:08:17 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-65 noise=9999 txrate=300000
Oct 25 09:11:47 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-57 noise=9999 txrate=400000
Oct 25 09:14:23 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-63 noise=9999 txrate=400000
Oct 25 09:14:45 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-66 noise=9999 txrate=300000
Oct 25 09:19:11 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-63 noise=9999 txrate=360000
Oct 25 09:19:27 The-Eagle xfce4-screensaver-dialog[7824]: PAM unable to dlopen(/usr/lib/security/pam_gnome_keyring.so): /usr/lib/security/pam_gnome_keyring.so: cannot open shared object fil>
Oct 25 09:19:27 The-Eagle xfce4-screensaver-dialog[7824]: PAM adding faulty module: /usr/lib/security/pam_gnome_keyring.so
Oct 25 09:19:29 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=360000
Oct 25 09:19:29 The-Eagle audit[7843]: USER_AUTH pid=7843 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="muj" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
Oct 25 09:19:29 The-Eagle xfce4-screensaver-dialog[7824]: pam_warn(xfce4-screensaver:account): function=[pam_sm_acct_mgmt] flags=0 service=[xfce4-screensaver] terminal=[:0] user=[muj] ruser>
Oct 25 09:19:29 The-Eagle kernel: audit: type=1100 audit(1603617569.887:296): pid=7843 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="muj" exe="/usr/bin/unix_chkpwd" hostname=? addr>
Oct 25 09:19:57 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-58 noise=9999 txrate=400000
Oct 25 09:20:03 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=400000
Oct 25 09:20:46 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-57 noise=9999 txrate=360000
Oct 25 09:20:48 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=400000
Oct 25 09:22:11 The-Eagle wpa_supplicant[668]: wlp0s20f3: WPA: Group rekeying completed with e4:57:40:92:f6:04 [GTK=TKIP]
Oct 25 09:24:51 The-Eagle sudo[7276]: pam_unix(sudo:session): session closed for user root
Oct 25 09:24:51 The-Eagle kernel: audit: type=1106 audit(1603617891.453:297): pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:24:51 The-Eagle kernel: audit: type=1104 audit(1603617891.453:298): pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 09:24:51 The-Eagle audit[7276]: USER_END pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:24:51 The-Eagle audit[7276]: CRED_DISP pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:26:52 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=400000
Oct 25 09:31:54 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-57 noise=9999 txrate=400000
Oct 25 09:31:58 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=360000
Oct 25 09:34:51 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='org.freedesktop.thumbnails.Cache1' requested by ':1.18' (uid=1000 pid=876 comm="Thunar --sm-c>
Oct 25 09:34:51 The-Eagle tumblerd[8170]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 09:34:51 The-Eagle tumblerd[8170]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 09:34:51 The-Eagle tumblerd[8170]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 09:34:51 The-Eagle tumblerd[8170]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 09:34:51 The-Eagle org.freedesktop.thumbnails.Cache1[8170]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 09:34:51 The-Eagle org.freedesktop.thumbnails.Cache1[8170]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 09:34:51 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'org.freedesktop.thumbnails.Cache1'
Oct 25 09:36:07 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-72 noise=9999 txrate=400000
Oct 25 09:36:17 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-71 noise=9999 txrate=400000
Oct 25 09:36:35 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-71 noise=9999 txrate=360000
Oct 25 09:37:35 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=400000
Oct 25 09:50:58 The-Eagle audit[8503]: USER_AUTH pid=8503 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 09:50:58 The-Eagle kernel: audit: type=1100 audit(1603619458.490:299): pid=8503 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 09:50:58 The-Eagle kernel: audit: type=1101 audit(1603619458.500:300): pid=8503 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 09:50:58 The-Eagle kernel: audit: type=1110 audit(1603619458.500:301): pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 09:50:58 The-Eagle kernel: audit: type=1105 audit(1603619458.500:302): pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:50:58 The-Eagle audit[8503]: USER_ACCT pid=8503 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 09:50:58 The-Eagle audit[8503]: CRED_REFR pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:50:58 The-Eagle audit[8503]: USER_START pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:50:58 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.681' (uid=0 pid=>
Oct 25 09:50:58 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:50:58 The-Eagle sudo[8503]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:50:58 The-Eagle sudo[8503]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -S --needed rsync
Oct 25 09:50:58 The-Eagle sudo[8503]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 09:50:58 The-Eagle sudo[8503]: pam_unix(sudo:session): session closed for user root
Oct 25 09:50:58 The-Eagle audit[8503]: USER_END pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:50:58 The-Eagle audit[8503]: CRED_DISP pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:50:58 The-Eagle kernel: audit: type=1106 audit(1603619458.600:303): pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:50:58 The-Eagle kernel: audit: type=1104 audit(1603619458.600:304): pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 09:51:05 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=400000
Oct 25 09:54:26 The-Eagle kernel: usb 1-3: new high-speed USB device number 5 using xhci_hcd
Oct 25 09:54:26 The-Eagle kernel: usb 1-3: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.00
Oct 25 09:54:26 The-Eagle kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 25 09:54:26 The-Eagle kernel: usb 1-3: Product: Cruzer Blade
Oct 25 09:54:26 The-Eagle kernel: usb 1-3: Manufacturer: SanDisk
Oct 25 09:54:26 The-Eagle kernel: usb 1-3: SerialNumber: 4C530000080816102491
Oct 25 09:54:26 The-Eagle kernel: SCSI subsystem initialized
Oct 25 09:54:26 The-Eagle kernel: usb-storage 1-3:1.0: USB Mass Storage device detected
Oct 25 09:54:26 The-Eagle kernel: scsi host0: usb-storage 1-3:1.0
Oct 25 09:54:26 The-Eagle kernel: usbcore: registered new interface driver usb-storage
Oct 25 09:54:26 The-Eagle kernel: usbcore: registered new interface driver uas
Oct 25 09:54:27 The-Eagle kernel: scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.00 PQ: 0 ANSI: 6
Oct 25 09:54:27 The-Eagle kernel: sd 0:0:0:0: [sda] 61341696 512-byte logical blocks: (31.4 GB/29.3 GiB)
Oct 25 09:54:27 The-Eagle kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 25 09:54:27 The-Eagle kernel: sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
Oct 25 09:54:27 The-Eagle kernel: sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Oct 25 09:54:27 The-Eagle kernel:  sda: sda1
Oct 25 09:54:27 The-Eagle kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Oct 25 09:54:31 The-Eagle udisksd[803]: Mounted /dev/sda1 at /media/C5FA-19F4 on behalf of uid 1000
Oct 25 09:54:31 The-Eagle udisksd[803]: udisks_state_check_mounted_fs_entry: block device /dev/sda1 is busy, skipping cleanup
Oct 25 09:55:00 The-Eagle audit[8687]: USER_AUTH pid=8687 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 09:55:00 The-Eagle kernel: audit: type=1100 audit(1603619700.308:305): pid=8687 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 09:55:00 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.699' (uid=0 pid=>
Oct 25 09:55:00 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:55:00 The-Eagle sudo[8687]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:55:00 The-Eagle audit[8687]: USER_ACCT pid=8687 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 09:55:00 The-Eagle audit[8687]: CRED_REFR pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:55:00 The-Eagle sudo[8687]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/fdisk -l
Oct 25 09:55:00 The-Eagle sudo[8687]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 09:55:00 The-Eagle audit[8687]: USER_START pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:55:00 The-Eagle kernel: audit: type=1101 audit(1603619700.318:306): pid=8687 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 09:55:00 The-Eagle kernel: audit: type=1110 audit(1603619700.318:307): pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 09:55:00 The-Eagle kernel: audit: type=1105 audit(1603619700.318:308): pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:55:00 The-Eagle sudo[8687]: pam_unix(sudo:session): session closed for user root
Oct 25 09:55:00 The-Eagle audit[8687]: USER_END pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:55:00 The-Eagle audit[8687]: CRED_DISP pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:55:00 The-Eagle kernel: audit: type=1106 audit(1603619700.348:309): pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:55:00 The-Eagle kernel: audit: type=1104 audit(1603619700.348:310): pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 09:55:30 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.700' (uid=0 pid=>
Oct 25 09:55:30 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:55:30 The-Eagle audit[8703]: USER_ACCT pid=8703 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 09:55:30 The-Eagle sudo[8703]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:55:30 The-Eagle audit[8703]: CRED_REFR pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:55:30 The-Eagle sudo[8703]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/fdisk /dev/sda
Oct 25 09:55:30 The-Eagle kernel: audit: type=1101 audit(1603619730.598:311): pid=8703 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 09:55:30 The-Eagle kernel: audit: type=1110 audit(1603619730.598:312): pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:55:30 The-Eagle sudo[8703]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 09:55:30 The-Eagle audit[8703]: USER_START pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:55:30 The-Eagle kernel: audit: type=1105 audit(1603619730.608:313): pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:57:13 The-Eagle audit[8703]: USER_END pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:57:13 The-Eagle audit[8703]: CRED_DISP pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:57:13 The-Eagle sudo[8703]: pam_unix(sudo:session): session closed for user root
Oct 25 09:57:13 The-Eagle kernel: audit: type=1106 audit(1603619833.358:314): pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:57:13 The-Eagle kernel: audit: type=1104 audit(1603619833.358:315): pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:57:46 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.703' (uid=0 pid=>
Oct 25 09:57:46 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:57:46 The-Eagle sudo[8738]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:57:46 The-Eagle kernel: audit: type=1101 audit(1603619866.757:316): pid=8738 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 09:57:46 The-Eagle kernel: audit: type=1110 audit(1603619866.757:317): pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:57:46 The-Eagle kernel: audit: type=1105 audit(1603619866.757:318): pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:57:46 The-Eagle audit[8738]: USER_ACCT pid=8738 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 09:57:46 The-Eagle audit[8738]: CRED_REFR pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:57:46 The-Eagle audit[8738]: USER_START pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:57:46 The-Eagle sudo[8738]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/mkfs.ext4 /dev/sda
Oct 25 09:57:46 The-Eagle sudo[8738]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 09:58:11 The-Eagle sudo[8738]: pam_unix(sudo:session): session closed for user root
Oct 25 09:58:11 The-Eagle audit[8738]: USER_END pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:58:11 The-Eagle audit[8738]: CRED_DISP pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:58:11 The-Eagle kernel: audit: type=1106 audit(1603619891.377:319): pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:58:11 The-Eagle kernel: audit: type=1104 audit(1603619891.377:320): pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:58:39 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.704' (uid=0 pid=>
Oct 25 09:58:39 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:58:39 The-Eagle audit[8744]: USER_ACCT pid=8744 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 09:58:39 The-Eagle sudo[8744]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:58:39 The-Eagle audit[8744]: CRED_REFR pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:58:39 The-Eagle sudo[8744]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/fdisk -l
Oct 25 09:58:39 The-Eagle audit[8744]: USER_START pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:58:39 The-Eagle sudo[8744]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 09:58:39 The-Eagle kernel: audit: type=1101 audit(1603619919.327:321): pid=8744 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 09:58:39 The-Eagle kernel: audit: type=1110 audit(1603619919.327:322): pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:58:39 The-Eagle kernel: audit: type=1105 audit(1603619919.327:323): pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:58:39 The-Eagle sudo[8744]: pam_unix(sudo:session): session closed for user root
Oct 25 09:58:39 The-Eagle audit[8744]: USER_END pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:58:39 The-Eagle audit[8744]: CRED_DISP pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:58:39 The-Eagle kernel: audit: type=1106 audit(1603619919.337:324): pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:58:39 The-Eagle kernel: audit: type=1104 audit(1603619919.337:325): pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:59:40 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.708' (uid=0 pid=>
Oct 25 09:59:40 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:59:40 The-Eagle sudo[8754]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:59:40 The-Eagle audit[8754]: USER_ACCT pid=8754 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 09:59:40 The-Eagle audit[8754]: CRED_REFR pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:59:40 The-Eagle sudo[8754]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/mkfs.ext4 /dev/sda1
Oct 25 09:59:40 The-Eagle audit[8754]: USER_START pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:59:40 The-Eagle sudo[8754]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 09:59:40 The-Eagle kernel: audit: type=1101 audit(1603619980.577:326): pid=8754 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 09:59:40 The-Eagle kernel: audit: type=1110 audit(1603619980.577:327): pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:59:40 The-Eagle kernel: audit: type=1105 audit(1603619980.577:328): pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:59:52 The-Eagle sudo[8754]: pam_unix(sudo:session): session closed for user root
Oct 25 09:59:52 The-Eagle audit[8754]: USER_END pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:59:52 The-Eagle audit[8754]: CRED_DISP pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:59:52 The-Eagle kernel: audit: type=1106 audit(1603619992.887:329): pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:59:52 The-Eagle kernel: audit: type=1104 audit(1603619992.887:330): pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 10:00:02 The-Eagle CROND[8777]: (root) CMD (timeshift --check --scripted)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT ((process:8777): GLib-GIO-CRITICAL **: 10:00:02.274: g_file_get_path: assertion 'G_IS_FILE (file)' failed)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT ()
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (** (process:8777): CRITICAL **: 10:00:02.276: tee_jee_file_system_path_combine: assertion 'path1 != NULL' failed)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT ()
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (** (process:8777): CRITICAL **: 10:00:02.276: tee_jee_file_system_dir_exists: assertion 'dir_path != NULL' failed)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT ()
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (/dev/nvme0n1p3 is mounted at: /run/timeshift/backup, options: rw,relatime)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT ()
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Boot snapshots are enabled)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Last boot snapshot is 3 hours old)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Daily snapshots are enabled)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Last daily snapshot is 24 hours old)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Weekly snapshots are enabled)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Last weekly snapshot is 2 days old)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Monthly snapshot are enabled)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Last monthly snapshot is 2 days old)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 10:00:02 The-Eagle crontab[8810]: (root) LIST (root)
Oct 25 10:00:02 The-Eagle crontab[8811]: (root) LIST (root)
Oct 25 10:00:15 The-Eagle udisksd[803]: udisks_state_check_mounted_fs_entry: block device /dev/sda1 is busy, skipping cleanup
Oct 25 10:00:15 The-Eagle systemd[1]: media-C5FA\x2d19F4.mount: Succeeded.
Oct 25 10:00:15 The-Eagle systemd[770]: media-C5FA\x2d19F4.mount: Succeeded.
Oct 25 10:00:15 The-Eagle udisksd[803]: Cleaning up mount point /media/C5FA-19F4 (device 8:1 is not mounted)
Oct 25 10:00:15 The-Eagle udisksd[803]: Unmounted /dev/sda1 on behalf of uid 1000
Oct 25 10:00:22 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.712' (uid=0 pid=>
Oct 25 10:00:22 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 10:00:22 The-Eagle sudo[8830]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 10:00:22 The-Eagle audit[8830]: USER_ACCT pid=8830 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 10:00:22 The-Eagle audit[8830]: CRED_REFR pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 10:00:22 The-Eagle sudo[8830]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/mkfs.ext4 /dev/sda1
Oct 25 10:00:22 The-Eagle kernel: audit: type=1101 audit(1603620022.947:331): pid=8830 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 10:00:22 The-Eagle kernel: audit: type=1110 audit(1603620022.947:332): pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 10:00:22 The-Eagle sudo[8830]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 10:00:22 The-Eagle audit[8830]: USER_START pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 10:00:22 The-Eagle kernel: audit: type=1105 audit(1603620022.957:333): pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 10:00:48 The-Eagle sudo[8830]: pam_unix(sudo:session): session closed for user root
Oct 25 10:00:48 The-Eagle audit[8830]: USER_END pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 10:00:48 The-Eagle audit[8830]: CRED_DISP pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 10:00:48 The-Eagle kernel: audit: type=1106 audit(1603620048.487:334): pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 10:00:48 The-Eagle kernel: audit: type=1104 audit(1603620048.487:335): pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 10:01:01 The-Eagle CROND[8845]: (root) CMD (run-parts /etc/cron.hourly)
Oct 25 10:01:45 The-Eagle udisksd[803]: Mounted /dev/sda1 at /media/f965d7ec-0691-46f8-97ec-6720ca9990a2 on behalf of uid 1000
Oct 25 10:01:45 The-Eagle kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 10:01:45 The-Eagle udisksd[803]: udisks_state_check_mounted_fs_entry: block device /dev/sda1 is busy, skipping cleanup
Oct 25 10:04:00 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=270000
Oct 25 10:18:36 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.816' (ui>
Oct 25 10:18:36 The-Eagle systemd[1]: Starting Hostname Service...
Oct 25 10:18:36 The-Eagle dbus-daemon[374]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 25 10:18:36 The-Eagle systemd[1]: Started Hostname Service.
Oct 25 10:18:36 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? term>
Oct 25 10:18:36 The-Eagle kernel: audit: type=1130 audit(1603621116.845:336): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 10:19:06 The-Eagle systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 25 10:19:06 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termi>
Oct 25 10:19:06 The-Eagle kernel: audit: type=1131 audit(1603621146.905:337): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 10:19:19 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.818' (ui>
Oct 25 10:19:19 The-Eagle systemd[1]: Starting Hostname Service...
Oct 25 10:19:20 The-Eagle dbus-daemon[374]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 25 10:19:20 The-Eagle systemd[1]: Started Hostname Service.
Oct 25 10:19:20 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? term>
Oct 25 10:19:20 The-Eagle kernel: audit: type=1130 audit(1603621160.045:338): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 10:19:27 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='org.freedesktop.thumbnails.Cache1' requested by ':1.18' (uid=1000 pid=876 comm="Thunar --sm-c>
Oct 25 10:19:27 The-Eagle tumblerd[9611]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 10:19:27 The-Eagle tumblerd[9611]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 10:19:27 The-Eagle tumblerd[9611]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 10:19:27 The-Eagle tumblerd[9611]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 10:19:27 The-Eagle org.freedesktop.thumbnails.Cache1[9611]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 10:19:27 The-Eagle org.freedesktop.thumbnails.Cache1[9611]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 10:19:28 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'org.freedesktop.thumbnails.Cache1'
Oct 25 10:19:50 The-Eagle systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 25 10:19:50 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termi>
Oct 25 10:19:50 The-Eagle kernel: audit: type=1131 audit(1603621190.105:339): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 10:20:21 The-Eagle udisksd[803]: udisks_state_check_mounted_fs_entry: block device /dev/sda1 is busy, skipping cleanup
Oct 25 10:20:21 The-Eagle systemd[1]: media-f965d7ec\x2d0691\x2d46f8\x2d97ec\x2d6720ca9990a2.mount: Succeeded.
Oct 25 10:20:21 The-Eagle systemd[770]: media-f965d7ec\x2d0691\x2d46f8\x2d97ec\x2d6720ca9990a2.mount: Succeeded.
Oct 25 10:20:21 The-Eagle udisksd[803]: Cleaning up mount point /media/f965d7ec-0691-46f8-97ec-6720ca9990a2 (device 8:1 is not mounted)
Oct 25 10:20:21 The-Eagle udisksd[803]: Unmounted /dev/sda1 on behalf of uid 1000
Oct 25 10:20:24 The-Eagle kernel: usb 1-3: USB disconnect, device number 5
Oct 25 10:20:30 The-Eagle kernel: usb 1-3: new high-speed USB device number 6 using xhci_hcd
Oct 25 10:20:31 The-Eagle kernel: usb 1-3: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.00
Oct 25 10:20:31 The-Eagle kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 25 10:20:31 The-Eagle kernel: usb 1-3: Product: Cruzer Blade
Oct 25 10:20:31 The-Eagle kernel: usb 1-3: Manufacturer: SanDisk
Oct 25 10:20:31 The-Eagle kernel: usb 1-3: SerialNumber: 4C530000080816102491
Oct 25 10:20:31 The-Eagle kernel: usb-storage 1-3:1.0: USB Mass Storage device detected
Oct 25 10:20:31 The-Eagle kernel: scsi host0: usb-storage 1-3:1.0
Oct 25 10:20:32 The-Eagle kernel: scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.00 PQ: 0 ANSI: 6
Oct 25 10:20:32 The-Eagle kernel: sd 0:0:0:0: [sda] 61341696 512-byte logical blocks: (31.4 GB/29.3 GiB)
Oct 25 10:20:32 The-Eagle kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 25 10:20:32 The-Eagle kernel: sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
Oct 25 10:20:32 The-Eagle kernel: sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Oct 25 10:20:32 The-Eagle kernel:  sda: sda1
Oct 25 10:20:32 The-Eagle kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Oct 25 10:20:39 The-Eagle kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 10:20:39 The-Eagle udisksd[803]: Mounted /dev/sda1 at /media/f965d7ec-0691-46f8-97ec-6720ca9990a2 on behalf of uid 1000
Oct 25 10:20:39 The-Eagle udisksd[803]: udisks_state_check_mounted_fs_entry: block device /dev/sda1 is busy, skipping cleanup
Oct 25 10:22:11 The-Eagle wpa_supplicant[668]: wlp0s20f3: WPA: Group rekeying completed with e4:57:40:92:f6:04 [GTK=TKIP]
Oct 25 10:32:27 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-57 noise=9999 txrate=400000
Oct 25 10:32:29 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-62 noise=9999 txrate=400000
Oct 25 10:32:35 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=360000
lines 2374-2426/2426 (END)

Offline

#6 2020-10-25 10:38:21

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

I don't know how to get, if I have it the xorg logs containing the error

Offline

#7 2020-10-25 10:40:10

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

I was just watching tutorials on youtube and following some instructions about recommended things to do after an Arch install. I did a timeshift backup, deleted some orphans and was writing in libreoffice.

Offline

#8 2020-10-25 10:42:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,365

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

The journal is just user session and doesn't contain the crash maybe repost with sudo also please edit your posts if you want to ammend information and no one else has responded in between.

Last edited by V1del (2020-10-25 10:43:26)

Offline

#9 2020-10-25 10:48:10

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

lol I'm not sure if you meant edit my very first post. I will try to remember though in the future.

here's the logs

Oct 25 06:27:26 The-Eagle systemd[707]: dbus.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed D-Bus User Message Bus Socket.
Oct 25 06:27:26 The-Eagle systemd[707]: dirmngr.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed GnuPG network certificate management daemon.
Oct 25 06:27:26 The-Eagle systemd[707]: gpg-agent-browser.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 25 06:27:26 The-Eagle systemd[707]: gpg-agent-extra.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Oct 25 06:27:26 The-Eagle systemd[707]: gpg-agent-ssh.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Oct 25 06:27:26 The-Eagle systemd[707]: gpg-agent.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed GnuPG cryptographic agent and passphrase cache.
Oct 25 06:27:26 The-Eagle systemd[707]: p11-kit-server.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed p11-kit server.
Oct 25 06:27:26 The-Eagle systemd[707]: pulseaudio.socket: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Closed Sound System.
Oct 25 06:27:26 The-Eagle systemd[707]: Reached target Shutdown.
Oct 25 06:27:26 The-Eagle systemd[707]: systemd-exit.service: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[707]: Finished Exit the Session.
Oct 25 06:27:26 The-Eagle systemd[707]: Reached target Exit the Session.
Oct 25 06:27:26 The-Eagle systemd[708]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<un>
Oct 25 06:27:26 The-Eagle systemd[1]: user@974.service: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[1]: Stopped User Manager for UID 974.
Oct 25 06:27:26 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res>
Oct 25 06:27:26 The-Eagle systemd[1]: Stopping User Runtime Directory /run/user/974...
Oct 25 06:27:26 The-Eagle kernel: audit: type=1131 audit(1603607246.803:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" host>
Oct 25 06:27:26 The-Eagle systemd[1]: run-user-974.mount: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[770]: run-user-974.mount: Succeeded.
Oct 25 06:27:26 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? te>
Oct 25 06:27:26 The-Eagle systemd[1]: user-runtime-dir@974.service: Succeeded.
Oct 25 06:27:26 The-Eagle systemd[1]: Stopped User Runtime Directory /run/user/974.
Oct 25 06:27:26 The-Eagle systemd[1]: Removed slice User Slice of UID 974.
Oct 25 06:27:26 The-Eagle kernel: audit: type=1131 audit(1603607246.813:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/s>
Oct 25 06:27:34 The-Eagle systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 25 06:27:34 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termi>
Oct 25 06:27:34 The-Eagle kernel: audit: type=1131 audit(1603607254.783:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/syst>
Oct 25 06:27:34 The-Eagle systemd-timesyncd[343]: Initial synchronization to time server 195.219.205.9:123 (2.arch.pool.ntp.org).
Oct 25 06:27:41 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-70 noise=9999 txrate=400000
Oct 25 06:27:44 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-67 noise=9999 txrate=300000
Oct 25 06:27:47 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=300000
Oct 25 06:28:34 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='ca.desrt.dconf' requested by ':1.36' (uid=1000 pid=1212 comm="/usr/bin/cheese ")
Oct 25 06:28:34 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'ca.desrt.dconf'
Oct 25 06:29:22 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.60' (uid=1000 pid=1249 comm="/opt/google>
Oct 25 06:29:22 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Oct 25 06:29:24 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=400000
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT ((process:376): GLib-GIO-CRITICAL **: 06:37:04.587: g_file_get_path: assertion 'G_IS_FILE (file)' failed)
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT ()
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (** (process:376): CRITICAL **: 06:37:04.588: tee_jee_file_system_path_combine: assertion 'path1 != NULL' failed)
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT ()
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (** (process:376): CRITICAL **: 06:37:04.588: tee_jee_file_system_dir_exists: assertion 'dir_path != NULL' failed)
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (Mounted '/dev/nvme0n1p3' at '/run/timeshift/backup')
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (Creating new snapshot...(RSYNC))
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (Saving to device: /dev/nvme0n1p3, mounted at path: /run/timeshift/backup)
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (Linking from snapshot: 2020-10-24_18-46-45)
Oct 25 06:37:04 The-Eagle CROND[375]: (root) CMDOUT (Synching files with rsync...)
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (  8.28% complete (00:00:11 remaining) 20.48% complete (00:00:04 remaining) 29.79% complete (00:00:04 remaining) 37.05% complete (00:00:0>
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (RSYNC Snapshot saved successfully (13s))
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (Tagged snapshot '2020-10-25_06-37-04': ondemand)
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (Maximum backups exceeded for backup level 'boot')
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (Snapshot '2020-10-24_18-46-45' un-tagged 'boot')
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (Removing snapshots (un-tagged):)
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 06:37:17 The-Eagle CROND[375]: (root) CMDOUT (Removing '2020-10-24_18-46-45'...)
Oct 25 06:37:20 The-Eagle CROND[375]: (root) CMDOUT ( 40.46% complete (00:00:01 remaining) 93.79% complete (00:00:00 remaining)134.21% complete (00:00:00 remaining)                         >
Oct 25 06:37:20 The-Eagle CROND[375]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 06:37:20 The-Eagle crontab[2213]: (root) LIST (root)
Oct 25 06:37:20 The-Eagle crontab[2214]: (root) LIST (root)
Oct 25 06:42:04 The-Eagle systemd[1]: Starting Cleanup of Temporary Directories...
Oct 25 06:42:04 The-Eagle systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Oct 25 06:42:04 The-Eagle systemd[1]: Finished Cleanup of Temporary Directories.
Oct 25 06:42:04 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=?>
Oct 25 06:42:04 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? >
Oct 25 06:42:04 The-Eagle kernel: audit: type=1130 audit(1603608124.409:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd>
Oct 25 06:42:04 The-Eagle kernel: audit: type=1131 audit(1603608124.409:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd>
Oct 25 07:00:01 The-Eagle CROND[3180]: (root) CMD (timeshift --check --scripted)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT ((process:3180): GLib-GIO-CRITICAL **: 07:00:02.144: g_file_get_path: assertion 'G_IS_FILE (file)' failed)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT ()
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (** (process:3180): CRITICAL **: 07:00:02.145: tee_jee_file_system_path_combine: assertion 'path1 != NULL' failed)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT ()
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (** (process:3180): CRITICAL **: 07:00:02.145: tee_jee_file_system_dir_exists: assertion 'dir_path != NULL' failed)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT ()
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (/dev/nvme0n1p3 is mounted at: /run/timeshift/backup, options: rw,relatime)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT ()
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Boot snapshots are enabled)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Last boot snapshot is 0 hours old)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Daily snapshots are enabled)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Last daily snapshot is 21 hours old)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Weekly snapshots are enabled)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Last weekly snapshot is 1 days old)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Monthly snapshot are enabled)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (Last monthly snapshot is 1 days old)
Oct 25 07:00:02 The-Eagle CROND[3179]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 07:00:02 The-Eagle crontab[3213]: (root) LIST (root)
Oct 25 07:00:02 The-Eagle crontab[3214]: (root) LIST (root)
Oct 25 07:01:01 The-Eagle CROND[3255]: (root) CMD (run-parts /etc/cron.hourly)
Oct 25 07:02:01 The-Eagle audit[3283]: USER_AUTH pid=3283 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/lib/polkit-1>
Oct 25 07:02:01 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.303' (uid=0 pid=>
Oct 25 07:02:01 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:02:01 The-Eagle polkit-agent-helper-1[3283]: pam_systemd_home(polkit-1:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:02:01 The-Eagle kernel: audit: type=1100 audit(1603609321.860:73): pid=3283 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct=>
Oct 25 07:02:01 The-Eagle kernel: audit: type=1101 audit(1603609321.860:74): pid=3283 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/lib/p>
Oct 25 07:02:01 The-Eagle audit[3283]: USER_ACCT pid=3283 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/lib/polkit-1/polkit-agent-helper->
Oct 25 07:02:01 The-Eagle polkitd[817]: Operator of unix-session:2 successfully authenticated as unix-user:muj to gain ONE-SHOT authorization for action org.freedesktop.policykit.exec for u>
Oct 25 07:02:01 The-Eagle pkexec[3280]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Oct 25 07:02:01 The-Eagle audit[3280]: USER_START pid=3280 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostna>
Oct 25 07:02:01 The-Eagle pkexec[3280]: muj: Executing command [USER=root] [TTY=unknown] [CWD=/home/muj] [COMMAND=/usr/bin/env DISPLAY=:0 XAUTHORITY=/home/muj/.Xauthority timeshift-gtk]
Oct 25 07:02:01 The-Eagle kernel: audit: type=1105 audit(1603609321.880:75): pid=3280 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" e>
Oct 25 07:02:40 The-Eagle audit[3407]: USER_AUTH pid=3407 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 07:02:40 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.311' (uid=0 pid=>
Oct 25 07:02:40 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:02:40 The-Eagle sudo[3407]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:02:40 The-Eagle audit[3407]: USER_ACCT pid=3407 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:02:40 The-Eagle audit[3407]: CRED_REFR pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:02:40 The-Eagle sudo[3407]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -Syu
Oct 25 07:02:40 The-Eagle audit[3407]: USER_START pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:02:40 The-Eagle sudo[3407]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:02:40 The-Eagle kernel: audit: type=1100 audit(1603609360.700:76): pid=3407 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct=>
Oct 25 07:02:40 The-Eagle kernel: audit: type=1101 audit(1603609360.700:77): pid=3407 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 07:02:40 The-Eagle kernel: audit: type=1110 audit(1603609360.700:78): pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe>
Oct 25 07:02:40 The-Eagle kernel: audit: type=1105 audit(1603609360.700:79): pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe=>
Oct 25 07:02:59 The-Eagle sudo[3407]: pam_unix(sudo:session): session closed for user root
Oct 25 07:02:59 The-Eagle audit[3407]: USER_END pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:02:59 The-Eagle audit[3407]: CRED_DISP pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:02:59 The-Eagle kernel: audit: type=1106 audit(1603609379.690:80): pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:02:59 The-Eagle kernel: audit: type=1104 audit(1603609379.690:81): pid=3407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe>
Oct 25 07:03:51 The-Eagle crontab[3519]: (root) LIST (root)
Oct 25 07:03:51 The-Eagle crontab[3520]: (root) LIST (root)
Oct 25 07:04:17 The-Eagle audit[3532]: USER_AUTH pid=3532 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 07:04:17 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.313' (uid=0 pid=>
Oct 25 07:04:17 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:04:17 The-Eagle sudo[3532]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:04:17 The-Eagle audit[3532]: USER_ACCT pid=3532 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:04:17 The-Eagle audit[3532]: CRED_REFR pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:04:17 The-Eagle sudo[3532]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -S ufw
Oct 25 07:04:17 The-Eagle kernel: audit: type=1100 audit(1603609457.630:82): pid=3532 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct=>
Oct 25 07:04:17 The-Eagle kernel: audit: type=1101 audit(1603609457.630:83): pid=3532 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 07:04:17 The-Eagle kernel: audit: type=1110 audit(1603609457.630:84): pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe>
Oct 25 07:04:17 The-Eagle sudo[3532]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:04:17 The-Eagle kernel: audit: type=1105 audit(1603609457.640:85): pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe=>
Oct 25 07:04:17 The-Eagle audit[3532]: USER_START pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:04:21 The-Eagle systemd[1]: Reloading.
Oct 25 07:04:21 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file,>
Oct 25 07:04:21 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:10: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file>
Oct 25 07:04:21 The-Eagle audit[3532]: USER_END pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:04:21 The-Eagle audit[3532]: CRED_DISP pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:04:21 The-Eagle sudo[3532]: pam_unix(sudo:session): session closed for user root
Oct 25 07:04:21 The-Eagle kernel: audit: type=1106 audit(1603609461.760:86): pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:04:21 The-Eagle kernel: audit: type=1104 audit(1603609461.760:87): pid=3532 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe>
Oct 25 07:04:41 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.315' (uid=0 pid=>
Oct 25 07:04:41 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:04:41 The-Eagle sudo[3582]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:04:41 The-Eagle audit[3582]: USER_ACCT pid=3582 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:04:41 The-Eagle audit[3582]: CRED_REFR pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:04:41 The-Eagle sudo[3582]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/systemctl enable --now ufw
Oct 25 07:04:41 The-Eagle sudo[3582]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:04:41 The-Eagle audit[3582]: USER_START pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:04:41 The-Eagle kernel: audit: type=1101 audit(1603609481.020:88): pid=3582 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 07:04:41 The-Eagle kernel: audit: type=1110 audit(1603609481.020:89): pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="r>
Oct 25 07:04:41 The-Eagle kernel: audit: type=1105 audit(1603609481.020:90): pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe=>
Oct 25 07:04:41 The-Eagle systemd[1]: Reloading.
Oct 25 07:04:41 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file,>
Oct 25 07:04:41 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:10: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file>
Oct 25 07:04:41 The-Eagle systemd[1]: Starting CLI Netfilter Manager...
Oct 25 07:04:41 The-Eagle ufw-init[3603]: Skip starting firewall: ufw (not enabled)
Oct 25 07:04:41 The-Eagle systemd[1]: Finished CLI Netfilter Manager.
Oct 25 07:04:41 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ufw comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=suc>
Oct 25 07:04:41 The-Eagle kernel: audit: type=1130 audit(1603609481.280:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ufw comm="systemd" exe="/usr/lib/systemd/systemd" hostname=>
Oct 25 07:04:41 The-Eagle sudo[3582]: pam_unix(sudo:session): session closed for user root
Oct 25 07:04:41 The-Eagle audit[3582]: USER_END pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:04:41 The-Eagle audit[3582]: CRED_DISP pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:04:41 The-Eagle kernel: audit: type=1106 audit(1603609481.290:92): pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:04:41 The-Eagle kernel: audit: type=1104 audit(1603609481.290:93): pid=3582 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="r>
Oct 25 07:05:29 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.317' (uid=0 pid=>
Oct 25 07:05:29 The-Eagle kernel: audit: type=1101 audit(1603609529.220:94): pid=3614 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 07:05:29 The-Eagle kernel: audit: type=1110 audit(1603609529.220:95): pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="r>
Oct 25 07:05:29 The-Eagle kernel: audit: type=1105 audit(1603609529.220:96): pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe=>
Oct 25 07:05:29 The-Eagle audit[3614]: USER_ACCT pid=3614 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:05:29 The-Eagle audit[3614]: CRED_REFR pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:05:29 The-Eagle audit[3614]: USER_START pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:05:29 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:05:29 The-Eagle sudo[3614]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:05:29 The-Eagle sudo[3614]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw default deny
Oct 25 07:05:29 The-Eagle sudo[3614]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:05:29 The-Eagle sudo[3614]: pam_unix(sudo:session): session closed for user root
Oct 25 07:05:29 The-Eagle audit[3614]: USER_END pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:05:29 The-Eagle audit[3614]: CRED_DISP pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:05:29 The-Eagle kernel: audit: type=1106 audit(1603609529.400:97): pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:05:29 The-Eagle kernel: audit: type=1104 audit(1603609529.400:98): pid=3614 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="r>
Oct 25 07:05:52 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.319' (uid=0 pid=>
Oct 25 07:05:52 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:05:52 The-Eagle sudo[3618]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:05:52 The-Eagle audit[3618]: USER_ACCT pid=3618 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:05:52 The-Eagle audit[3618]: CRED_REFR pid=3618 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:05:52 The-Eagle sudo[3618]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw allow from 192.168.0.0/24
Oct 25 07:05:52 The-Eagle sudo[3618]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:05:52 The-Eagle audit[3618]: USER_START pid=3618 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:05:52 The-Eagle kernel: audit: type=1101 audit(1603609552.220:99): pid=3618 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 07:05:52 The-Eagle kernel: audit: type=1110 audit(1603609552.220:100): pid=3618 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:05:52 The-Eagle kernel: audit: type=1105 audit(1603609552.220:101): pid=3618 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.400:102): table=filter family=2 entries=0
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=0
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=4
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.400:103): table=filter family=2 entries=4
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=6
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.430:104): table=filter family=2 entries=6
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=7
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.440:105): table=filter family=2 entries=7
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.440:106): table=filter family=2 entries=8
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=8
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=6
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.440:107): table=filter family=2 entries=6
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=0
Oct 25 07:05:52 The-Eagle kernel: audit: type=1325 audit(1603609552.450:108): table=filter family=10 entries=0
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=4
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=6
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=7
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=8
Oct 25 07:05:52 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=6
Oct 25 07:05:52 The-Eagle audit[3618]: USER_END pid=3618 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:05:52 The-Eagle audit[3618]: CRED_DISP pid=3618 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:05:52 The-Eagle sudo[3618]: pam_unix(sudo:session): session closed for user root
Oct 25 07:06:24 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.320' (uid=0 pid=>
Oct 25 07:06:24 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:06:24 The-Eagle sudo[3641]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:06:24 The-Eagle audit[3641]: USER_ACCT pid=3641 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:06:24 The-Eagle audit[3641]: CRED_REFR pid=3641 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:06:24 The-Eagle sudo[3641]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw allow Deluge
Oct 25 07:06:24 The-Eagle audit[3641]: USER_START pid=3641 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:06:24 The-Eagle sudo[3641]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:06:24 The-Eagle kernel: kauditd_printk_skb: 7 callbacks suppressed
Oct 25 07:06:24 The-Eagle kernel: audit: type=1101 audit(1603609584.690:116): pid=3641 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 07:06:24 The-Eagle kernel: audit: type=1110 audit(1603609584.690:117): pid=3641 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:06:24 The-Eagle kernel: audit: type=1105 audit(1603609584.690:118): pid=3641 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=4
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.900:119): table=filter family=2 entries=4
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=6
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=7
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.910:120): table=filter family=2 entries=6
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.910:121): table=filter family=2 entries=7
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.910:122): table=filter family=2 entries=8
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=8
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=6
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=4
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.910:123): table=filter family=2 entries=6
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.910:124): table=filter family=10 entries=4
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=6
Oct 25 07:06:24 The-Eagle kernel: audit: type=1325 audit(1603609584.910:125): table=filter family=10 entries=6
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=7
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=8
Oct 25 07:06:24 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=6
Oct 25 07:06:24 The-Eagle sudo[3641]: pam_unix(sudo:session): session closed for user root
Oct 25 07:06:24 The-Eagle audit[3641]: USER_END pid=3641 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:06:24 The-Eagle audit[3641]: CRED_DISP pid=3641 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:06:47 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.321' (uid=0 pid=>
Oct 25 07:06:47 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:06:47 The-Eagle sudo[3655]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:06:47 The-Eagle audit[3655]: USER_ACCT pid=3655 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:06:47 The-Eagle audit[3655]: CRED_REFR pid=3655 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:06:47 The-Eagle sudo[3655]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw limit ssh
Oct 25 07:06:47 The-Eagle kernel: kauditd_printk_skb: 5 callbacks suppressed
Oct 25 07:06:47 The-Eagle kernel: audit: type=1101 audit(1603609607.160:131): pid=3655 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 07:06:47 The-Eagle kernel: audit: type=1110 audit(1603609607.160:132): pid=3655 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:06:47 The-Eagle sudo[3655]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:06:47 The-Eagle audit[3655]: USER_START pid=3655 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:06:47 The-Eagle kernel: audit: type=1105 audit(1603609607.170:133): pid=3655 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=4
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=6
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.380:134): table=filter family=2 entries=4
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.380:135): table=filter family=2 entries=6
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=7
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=8
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.390:136): table=filter family=2 entries=7
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.390:137): table=filter family=2 entries=8
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=6
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=4
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.390:138): table=filter family=2 entries=6
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.390:139): table=filter family=10 entries=4
Oct 25 07:06:47 The-Eagle kernel: audit: type=1325 audit(1603609607.390:140): table=filter family=10 entries=6
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=6
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=7
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=8
Oct 25 07:06:47 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=6
Oct 25 07:06:47 The-Eagle sudo[3655]: pam_unix(sudo:session): session closed for user root
Oct 25 07:06:47 The-Eagle audit[3655]: USER_END pid=3655 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:06:47 The-Eagle audit[3655]: CRED_DISP pid=3655 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:07:50 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' requested by ':1.18' (uid=1000 pid=876 comm="Thunar >
Oct 25 07:07:50 The-Eagle tumblerd[3807]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 07:07:50 The-Eagle tumblerd[3807]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 07:07:50 The-Eagle tumblerd[3807]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 07:07:50 The-Eagle tumblerd[3807]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 07:07:50 The-Eagle org.freedesktop.thumbnails.Thumbnailer1[3807]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 07:07:50 The-Eagle org.freedesktop.thumbnails.Thumbnailer1[3807]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 07:07:50 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
Oct 25 07:08:41 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.324' (uid=0 pid=>
Oct 25 07:08:41 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:08:41 The-Eagle sudo[3920]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:08:41 The-Eagle audit[3920]: USER_ACCT pid=3920 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:08:41 The-Eagle audit[3920]: CRED_REFR pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:08:41 The-Eagle sudo[3920]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw status
Oct 25 07:08:41 The-Eagle kernel: kauditd_printk_skb: 5 callbacks suppressed
Oct 25 07:08:41 The-Eagle kernel: audit: type=1101 audit(1603609721.030:146): pid=3920 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 07:08:41 The-Eagle kernel: audit: type=1110 audit(1603609721.030:147): pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:08:41 The-Eagle kernel: audit: type=1105 audit(1603609721.040:148): pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:08:41 The-Eagle audit[3920]: USER_START pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:08:41 The-Eagle sudo[3920]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:08:41 The-Eagle sudo[3920]: pam_unix(sudo:session): session closed for user root
Oct 25 07:08:41 The-Eagle audit[3920]: USER_END pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:08:41 The-Eagle audit[3920]: CRED_DISP pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:08:41 The-Eagle kernel: audit: type=1106 audit(1603609721.260:149): pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 07:08:41 The-Eagle kernel: audit: type=1104 audit(1603609721.260:150): pid=3920 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:09:30 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.325' (uid=0 pid=>
Oct 25 07:09:30 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:09:30 The-Eagle sudo[3929]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:09:30 The-Eagle audit[3929]: USER_ACCT pid=3929 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:09:30 The-Eagle audit[3929]: CRED_REFR pid=3929 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:09:30 The-Eagle sudo[3929]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw enable
Oct 25 07:09:30 The-Eagle audit[3929]: USER_START pid=3929 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:09:30 The-Eagle sudo[3929]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:09:30 The-Eagle kernel: audit: type=1101 audit(1603609770.070:151): pid=3929 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 07:09:30 The-Eagle kernel: audit: type=1110 audit(1603609770.070:152): pid=3929 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:09:30 The-Eagle kernel: audit: type=1105 audit(1603609770.070:153): pid=3929 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=4
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=4
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.300:154): table=filter family=2 entries=4
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.300:155): table=filter family=2 entries=4
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=58
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=60
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=64
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.300:156): table=filter family=2 entries=58
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.310:157): table=filter family=2 entries=60
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.310:158): table=filter family=2 entries=64
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=73
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=99
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.320:159): table=filter family=2 entries=73
Oct 25 07:09:30 The-Eagle kernel: audit: type=1325 audit(1603609770.320:160): table=filter family=2 entries=99
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=106
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=122
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=138
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=4
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=4
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=58
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=60
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=64
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=73
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=138
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=144
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=160
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=175
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=143
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=144
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=145
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=143
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=180
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=181
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=182
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=180
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=140
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=140
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=140
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=140
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=139
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=177
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=177
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=177
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=177
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=176
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=139
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=137
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=137
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=136
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=176
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=174
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=174
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=173
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=136
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=137
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=173
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=174
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=138
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=139
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=140
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=175
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=176
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=177
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=141
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=2 entries=140
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=178
Oct 25 07:09:30 The-Eagle audit: NETFILTER_CFG table=filter family=10 entries=177
Oct 25 07:09:30 The-Eagle sudo[3929]: pam_unix(sudo:session): session closed for user root
Oct 25 07:09:30 The-Eagle audit[3929]: USER_END pid=3929 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:09:30 The-Eagle audit[3929]: CRED_DISP pid=3929 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:09:41 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.326' (uid=0 pid=>
Oct 25 07:09:41 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:09:41 The-Eagle sudo[4082]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 07:09:41 The-Eagle kernel: kauditd_printk_skb: 71 callbacks suppressed
Oct 25 07:09:41 The-Eagle kernel: audit: type=1101 audit(1603609781.970:232): pid=4082 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 07:09:41 The-Eagle kernel: audit: type=1110 audit(1603609781.970:233): pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:09:41 The-Eagle audit[4082]: USER_ACCT pid=4082 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 07:09:41 The-Eagle audit[4082]: CRED_REFR pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:09:41 The-Eagle sudo[4082]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/ufw status
Oct 25 07:09:41 The-Eagle sudo[4082]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 07:09:41 The-Eagle audit[4082]: USER_START pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 07:09:41 The-Eagle kernel: audit: type=1105 audit(1603609781.980:234): pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 07:09:42 The-Eagle sudo[4082]: pam_unix(sudo:session): session closed for user root
Oct 25 07:09:42 The-Eagle audit[4082]: USER_END pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 07:09:42 The-Eagle audit[4082]: CRED_DISP pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 07:09:42 The-Eagle kernel: audit: type=1106 audit(1603609782.180:235): pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 07:09:42 The-Eagle kernel: audit: type=1104 audit(1603609782.180:236): pid=4082 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 07:09:50 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-71 noise=9999 txrate=400000
Oct 25 07:09:53 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-68 noise=9999 txrate=400000
Oct 25 07:09:59 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=400000
Oct 25 07:11:28 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-57 noise=9999 txrate=400000
Oct 25 07:12:17 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-66 noise=9999 txrate=300000
Oct 25 07:12:21 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=360000
Oct 25 07:22:11 The-Eagle wpa_supplicant[668]: wlp0s20f3: WPA: Group rekeying completed with e4:57:40:92:f6:04 [GTK=TKIP]
Oct 25 07:23:06 The-Eagle systemd-logind[379]: Lid closed.
Oct 25 07:23:08 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-59 noise=9999 txrate=400000
Oct 25 07:44:54 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-77 noise=9999 txrate=240000
Oct 25 07:55:09 The-Eagle systemd-logind[379]: Lid opened.
Oct 25 07:55:13 The-Eagle xfce4-screensaver-dialog[4450]: PAM unable to dlopen(/usr/lib/security/pam_gnome_keyring.so): /usr/lib/security/pam_gnome_keyring.so: cannot open shared object fil>
Oct 25 07:55:13 The-Eagle xfce4-screensaver-dialog[4450]: PAM adding faulty module: /usr/lib/security/pam_gnome_keyring.so
Oct 25 07:55:13 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=360000
Oct 25 07:55:15 The-Eagle audit[4469]: USER_AUTH pid=4469 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="muj" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
Oct 25 07:55:15 The-Eagle xfce4-screensaver-dialog[4450]: pam_warn(xfce4-screensaver:account): function=[pam_sm_acct_mgmt] flags=0 service=[xfce4-screensaver] terminal=[:0] user=[muj] ruser>
Oct 25 07:55:15 The-Eagle kernel: audit: type=1100 audit(1603612515.546:237): pid=4469 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="muj" exe="/usr/bin/unix_chkpwd" hostname=? addr>
Oct 25 07:55:23 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=400000
Oct 25 08:00:01 The-Eagle CROND[4827]: (root) CMD (timeshift --check --scripted)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT ((process:4827): GLib-GIO-CRITICAL **: 08:00:01.502: g_file_get_path: assertion 'G_IS_FILE (file)' failed)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT ()
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (** (process:4827): CRITICAL **: 08:00:01.503: tee_jee_file_system_path_combine: assertion 'path1 != NULL' failed)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT ()
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (** (process:4827): CRITICAL **: 08:00:01.503: tee_jee_file_system_dir_exists: assertion 'dir_path != NULL' failed)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT ()
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (/dev/nvme0n1p3 is mounted at: /run/timeshift/backup, options: rw,relatime)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT ()
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Boot snapshots are enabled)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Last boot snapshot is 1 hours old)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Daily snapshots are enabled)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Last daily snapshot is 22 hours old)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Weekly snapshots are enabled)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Last weekly snapshot is 1 days old)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Monthly snapshot are enabled)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (Last monthly snapshot is 1 days old)
Oct 25 08:00:01 The-Eagle CROND[4826]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 08:00:01 The-Eagle crontab[4876]: (root) LIST (root)
Oct 25 08:00:01 The-Eagle crontab[4877]: (root) LIST (root)
Oct 25 08:01:01 The-Eagle CROND[5223]: (root) CMD (run-parts /etc/cron.hourly)
Oct 25 08:01:25 The-Eagle audit[5264]: USER_AUTH pid=5264 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 08:01:25 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.406' (uid=0 pid=>
Oct 25 08:01:25 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:01:25 The-Eagle sudo[5264]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:01:25 The-Eagle kernel: audit: type=1100 audit(1603612885.577:238): pid=5264 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 08:01:25 The-Eagle kernel: audit: type=1101 audit(1603612885.577:239): pid=5264 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:01:25 The-Eagle kernel: audit: type=1110 audit(1603612885.577:240): pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:01:25 The-Eagle kernel: audit: type=1105 audit(1603612885.577:241): pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:01:25 The-Eagle audit[5264]: USER_ACCT pid=5264 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:01:25 The-Eagle audit[5264]: CRED_REFR pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:01:25 The-Eagle audit[5264]: USER_START pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:01:25 The-Eagle sudo[5264]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -S --needed adobe-source-sans-pro-fonts aspell-en enchant gst-libav gst-plug>
Oct 25 08:01:25 The-Eagle sudo[5264]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:01:25 The-Eagle audit[5264]: USER_END pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:01:25 The-Eagle audit[5264]: CRED_DISP pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:01:25 The-Eagle sudo[5264]: pam_unix(sudo:session): session closed for user root
Oct 25 08:01:25 The-Eagle kernel: audit: type=1106 audit(1603612885.867:242): pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:01:25 The-Eagle kernel: audit: type=1104 audit(1603612885.867:243): pid=5264 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:01:57 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.407' (uid=0 pid=>
Oct 25 08:01:57 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:01:57 The-Eagle sudo[5269]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:01:57 The-Eagle audit[5269]: USER_ACCT pid=5269 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:01:57 The-Eagle audit[5269]: CRED_REFR pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:01:57 The-Eagle sudo[5269]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -S --needed adobe-source-sans-pro-fonts aspell-en enchant gst-libav gst-plug>
Oct 25 08:01:57 The-Eagle sudo[5269]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:01:57 The-Eagle audit[5269]: USER_START pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:01:57 The-Eagle kernel: audit: type=1101 audit(1603612917.687:244): pid=5269 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:01:57 The-Eagle kernel: audit: type=1110 audit(1603612917.697:245): pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:01:57 The-Eagle kernel: audit: type=1105 audit(1603612917.697:246): pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:01:58 The-Eagle audit[5269]: USER_END pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:01:58 The-Eagle audit[5269]: CRED_DISP pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:01:58 The-Eagle sudo[5269]: pam_unix(sudo:session): session closed for user root
Oct 25 08:01:58 The-Eagle kernel: audit: type=1106 audit(1603612918.047:247): pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:01:58 The-Eagle kernel: audit: type=1104 audit(1603612918.047:248): pid=5269 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:03:59 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.425' (uid=0 pid=>
Oct 25 08:03:59 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:03:59 The-Eagle sudo[5429]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:03:59 The-Eagle audit[5429]: USER_ACCT pid=5429 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:03:59 The-Eagle audit[5429]: CRED_REFR pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:03:59 The-Eagle sudo[5429]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -S --needed adobe-source-sans-pro-fonts aspell-en enchant gst-libav gst-plug>
Oct 25 08:03:59 The-Eagle sudo[5429]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:03:59 The-Eagle audit[5429]: USER_START pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:03:59 The-Eagle kernel: audit: type=1101 audit(1603613039.637:249): pid=5429 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:03:59 The-Eagle kernel: audit: type=1110 audit(1603613039.637:250): pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:03:59 The-Eagle kernel: audit: type=1105 audit(1603613039.637:251): pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:04:56 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=300000
Oct 25 08:05:13 The-Eagle systemd[1]: Reloading.
Oct 25 08:05:14 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file,>
Oct 25 08:05:14 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:10: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file>
Oct 25 08:05:14 The-Eagle sudo[5429]: pam_unix(sudo:session): session closed for user root
Oct 25 08:05:14 The-Eagle audit[5429]: USER_END pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:05:14 The-Eagle audit[5429]: CRED_DISP pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:05:14 The-Eagle kernel: audit: type=1106 audit(1603613114.857:252): pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:05:14 The-Eagle kernel: audit: type=1104 audit(1603613114.857:253): pid=5429 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:08:24 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='org.freedesktop.thumbnails.Cache1' requested by ':1.18' (uid=1000 pid=876 comm="Thunar --sm-c>
Oct 25 08:08:24 The-Eagle tumblerd[5673]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 08:08:24 The-Eagle tumblerd[5673]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 08:08:24 The-Eagle tumblerd[5673]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 08:08:24 The-Eagle tumblerd[5673]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 08:08:24 The-Eagle org.freedesktop.thumbnails.Cache1[5673]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 08:08:24 The-Eagle org.freedesktop.thumbnails.Cache1[5673]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 08:08:24 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'org.freedesktop.thumbnails.Cache1'
Oct 25 08:08:34 The-Eagle audit[5702]: USER_AUTH pid=5702 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/lib/polkit-1>
Oct 25 08:08:34 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.433' (uid=0 pid=>
Oct 25 08:08:34 The-Eagle audit[5702]: USER_ACCT pid=5702 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/lib/polkit-1/polkit-agent-helper->
Oct 25 08:08:34 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:08:34 The-Eagle polkit-agent-helper-1[5702]: pam_systemd_home(polkit-1:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:08:34 The-Eagle kernel: audit: type=1100 audit(1603613314.758:254): pid=5702 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 08:08:34 The-Eagle kernel: audit: type=1101 audit(1603613314.758:255): pid=5702 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/lib/>
Oct 25 08:08:34 The-Eagle polkitd[817]: Operator of unix-session:2 successfully authenticated as unix-user:muj to gain ONE-SHOT authorization for action org.freedesktop.policykit.exec for u>
Oct 25 08:08:34 The-Eagle pkexec[5699]: pam_unix(polkit-1:session): session opened for user root(uid=0) by (uid=1000)
Oct 25 08:08:34 The-Eagle audit[5699]: USER_START pid=5699 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/pkexec" hostna>
Oct 25 08:08:34 The-Eagle pkexec[5699]: muj: Executing command [USER=root] [TTY=unknown] [CWD=/home/muj] [COMMAND=/usr/bin/env DISPLAY=:0 XAUTHORITY=/home/muj/.Xauthority timeshift-gtk]
Oct 25 08:08:34 The-Eagle kernel: audit: type=1105 audit(1603613314.768:256): pid=5699 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" >
Oct 25 08:09:50 The-Eagle audit[5755]: USER_AUTH pid=5755 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 08:09:50 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.436' (uid=0 pid=>
Oct 25 08:09:50 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:09:50 The-Eagle sudo[5755]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:09:50 The-Eagle audit[5755]: USER_ACCT pid=5755 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:09:50 The-Eagle audit[5755]: CRED_REFR pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:09:50 The-Eagle sudo[5755]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/cp /etc/default/grub /etc/default/grub.bak
Oct 25 08:09:50 The-Eagle sudo[5755]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:09:50 The-Eagle audit[5755]: USER_START pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:09:50 The-Eagle sudo[5755]: pam_unix(sudo:session): session closed for user root
Oct 25 08:09:50 The-Eagle audit[5755]: USER_END pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:09:50 The-Eagle audit[5755]: CRED_DISP pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:09:50 The-Eagle kernel: audit: type=1100 audit(1603613390.857:257): pid=5755 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 08:09:50 The-Eagle kernel: audit: type=1101 audit(1603613390.857:258): pid=5755 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:09:50 The-Eagle kernel: audit: type=1110 audit(1603613390.857:259): pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:09:50 The-Eagle kernel: audit: type=1105 audit(1603613390.857:260): pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:09:50 The-Eagle kernel: audit: type=1106 audit(1603613390.857:261): pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:09:50 The-Eagle kernel: audit: type=1104 audit(1603613390.857:262): pid=5755 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:15:57 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-57 noise=9999 txrate=300000
Oct 25 08:17:17 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=400000
Oct 25 08:17:22 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=400000
Oct 25 08:19:28 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='org.freedesktop.thumbnails.Cache1' requested by ':1.18' (uid=1000 pid=876 comm="Thunar --sm-c>
Oct 25 08:19:28 The-Eagle tumblerd[6239]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 08:19:28 The-Eagle tumblerd[6239]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 08:19:28 The-Eagle tumblerd[6239]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 08:19:28 The-Eagle tumblerd[6239]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 08:19:28 The-Eagle org.freedesktop.thumbnails.Cache1[6239]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 08:19:28 The-Eagle org.freedesktop.thumbnails.Cache1[6239]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 08:19:28 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'org.freedesktop.thumbnails.Cache1'
Oct 25 08:20:08 The-Eagle sudo[6250]: pam_unix(sudo:auth): conversation failed
Oct 25 08:20:08 The-Eagle sudo[6250]: pam_unix(sudo:auth): auth could not identify password for [muj]
Oct 25 08:20:08 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.463' (uid=0 pid=>
Oct 25 08:20:08 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:20:08 The-Eagle sudo[6250]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:20:08 The-Eagle audit[6250]: USER_AUTH pid=6250 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=? acct="muj" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1>
Oct 25 08:20:08 The-Eagle kernel: audit: type=1100 audit(1603614008.802:263): pid=6250 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=? acct="muj" exe="/usr/bin/sudo" hostname>
Oct 25 08:21:04 The-Eagle sudo[6263]: pam_unix(sudo:auth): conversation failed
Oct 25 08:21:04 The-Eagle sudo[6263]: pam_unix(sudo:auth): auth could not identify password for [muj]
Oct 25 08:21:04 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.465' (uid=0 pid=>
Oct 25 08:21:04 The-Eagle audit[6263]: USER_AUTH pid=6263 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=? acct="muj" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1>
Oct 25 08:21:04 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:21:04 The-Eagle sudo[6263]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:21:04 The-Eagle kernel: audit: type=1100 audit(1603614064.672:264): pid=6263 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=? acct="muj" exe="/usr/bin/sudo" hostname>
Oct 25 08:22:11 The-Eagle wpa_supplicant[668]: wlp0s20f3: WPA: Group rekeying completed with e4:57:40:92:f6:04 [GTK=TKIP]
Oct 25 08:22:46 The-Eagle audit[6298]: USER_AUTH pid=6298 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 08:22:46 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.472' (uid=0 pid=>
Oct 25 08:22:46 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:22:46 The-Eagle sudo[6298]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:22:46 The-Eagle audit[6298]: USER_ACCT pid=6298 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:22:46 The-Eagle audit[6298]: CRED_REFR pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:22:46 The-Eagle sudo[6298]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -Rns vala
Oct 25 08:22:46 The-Eagle kernel: audit: type=1100 audit(1603614166.950:265): pid=6298 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 08:22:46 The-Eagle kernel: audit: type=1101 audit(1603614166.950:266): pid=6298 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:22:46 The-Eagle kernel: audit: type=1110 audit(1603614166.950:267): pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:22:46 The-Eagle audit[6298]: USER_START pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:22:46 The-Eagle sudo[6298]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:22:46 The-Eagle kernel: audit: type=1105 audit(1603614166.960:268): pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:25:14 The-Eagle sudo[6298]: pam_unix(sudo:session): session closed for user root
Oct 25 08:25:14 The-Eagle audit[6298]: USER_END pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:25:14 The-Eagle audit[6298]: CRED_DISP pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:25:14 The-Eagle kernel: audit: type=1106 audit(1603614314.189:269): pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:25:14 The-Eagle kernel: audit: type=1104 audit(1603614314.189:270): pid=6298 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:26:04 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='org.freedesktop.thumbnails.Cache1' requested by ':1.18' (uid=1000 pid=876 comm="Thunar --sm-c>
Oct 25 08:26:04 The-Eagle tumblerd[6374]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 08:26:04 The-Eagle tumblerd[6374]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 08:26:04 The-Eagle tumblerd[6374]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 08:26:04 The-Eagle tumblerd[6374]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 08:26:04 The-Eagle org.freedesktop.thumbnails.Cache1[6374]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 08:26:04 The-Eagle org.freedesktop.thumbnails.Cache1[6374]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 08:26:04 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'org.freedesktop.thumbnails.Cache1'
Oct 25 08:26:35 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.476' (uid=0 pid=>
Oct 25 08:26:35 The-Eagle kernel: audit: type=1101 audit(1603614395.168:271): pid=6387 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:26:35 The-Eagle audit[6387]: USER_ACCT pid=6387 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:26:35 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:26:35 The-Eagle sudo[6387]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:23 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.478' (uid=0 pid=>
Oct 25 08:27:23 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:23 The-Eagle sudo[6392]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:23 The-Eagle audit[6392]: USER_ACCT pid=6392 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:27:23 The-Eagle kernel: audit: type=1101 audit(1603614443.278:272): pid=6392 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:27:28 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.479' (uid=0 pid=>
Oct 25 08:27:28 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:28 The-Eagle sudo[6400]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:28 The-Eagle audit[6400]: USER_ACCT pid=6400 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:27:28 The-Eagle kernel: audit: type=1101 audit(1603614448.878:273): pid=6400 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:27:40 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.480' (uid=0 pid=>
Oct 25 08:27:40 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:40 The-Eagle sudo[6407]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:27:39 The-Eagle audit[6407]: USER_ACCT pid=6407 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:27:39 The-Eagle audit[6407]: CRED_REFR pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:27:40 The-Eagle sudo[6407]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/journalctl -p 3 -xb
Oct 25 08:27:40 The-Eagle sudo[6407]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:27:39 The-Eagle audit[6407]: USER_START pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:27:40 The-Eagle kernel: audit: type=1101 audit(1603614459.998:274): pid=6407 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:27:40 The-Eagle kernel: audit: type=1110 audit(1603614459.998:275): pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:27:40 The-Eagle kernel: audit: type=1105 audit(1603614459.998:276): pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:30:55 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=400000
Oct 25 08:31:22 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.496' (ui>
Oct 25 08:31:22 The-Eagle systemd[1]: Starting Hostname Service...
Oct 25 08:31:23 The-Eagle dbus-daemon[374]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 25 08:31:23 The-Eagle systemd[1]: Started Hostname Service.
Oct 25 08:31:23 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? term>
Oct 25 08:31:23 The-Eagle kernel: audit: type=1130 audit(1603614683.356:277): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 08:31:53 The-Eagle systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 25 08:31:53 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termi>
Oct 25 08:31:53 The-Eagle kernel: audit: type=1131 audit(1603614713.416:278): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 08:36:02 The-Eagle sudo[6407]: pam_unix(sudo:session): session closed for user root
Oct 25 08:36:02 The-Eagle kernel: audit: type=1106 audit(1603614962.155:279): pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:36:02 The-Eagle kernel: audit: type=1104 audit(1603614962.155:280): pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:36:02 The-Eagle audit[6407]: USER_END pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:36:02 The-Eagle audit[6407]: CRED_DISP pid=6407 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:47:33 The-Eagle crontab[7095]: (root) LIST (root)
Oct 25 08:47:33 The-Eagle crontab[7096]: (root) LIST (root)
Oct 25 08:47:58 The-Eagle audit[7108]: USER_AUTH pid=7108 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 08:47:58 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.553' (uid=0 pid=>
Oct 25 08:47:58 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:47:58 The-Eagle sudo[7108]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:47:58 The-Eagle audit[7108]: USER_ACCT pid=7108 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:47:58 The-Eagle audit[7108]: CRED_REFR pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:47:58 The-Eagle sudo[7108]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/journalctl -p 3 -xb
Oct 25 08:47:58 The-Eagle sudo[7108]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:47:58 The-Eagle audit[7108]: USER_START pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:47:58 The-Eagle kernel: audit: type=1100 audit(1603615678.941:281): pid=7108 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 08:47:58 The-Eagle kernel: audit: type=1101 audit(1603615678.941:282): pid=7108 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:47:58 The-Eagle kernel: audit: type=1110 audit(1603615678.941:283): pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:47:58 The-Eagle kernel: audit: type=1105 audit(1603615678.941:284): pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:50:41 The-Eagle sudo[7108]: pam_unix(sudo:session): session closed for user root
Oct 25 08:50:41 The-Eagle audit[7108]: USER_END pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:50:41 The-Eagle audit[7108]: CRED_DISP pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:50:41 The-Eagle kernel: audit: type=1106 audit(1603615841.111:285): pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:50:41 The-Eagle kernel: audit: type=1104 audit(1603615841.111:286): pid=7108 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:50:48 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.556' (uid=0 pid=>
Oct 25 08:50:48 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:50:48 The-Eagle sudo[7133]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:50:48 The-Eagle audit[7133]: USER_ACCT pid=7133 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:50:48 The-Eagle audit[7133]: CRED_REFR pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:50:48 The-Eagle sudo[7133]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/journalctl -p 3 -xb
Oct 25 08:50:48 The-Eagle kernel: audit: type=1101 audit(1603615848.901:287): pid=7133 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:50:48 The-Eagle kernel: audit: type=1110 audit(1603615848.901:288): pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:50:48 The-Eagle sudo[7133]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:50:48 The-Eagle audit[7133]: USER_START pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:50:48 The-Eagle kernel: audit: type=1105 audit(1603615848.911:289): pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 08:58:58 The-Eagle sudo[7133]: pam_unix(sudo:session): session closed for user root
Oct 25 08:58:58 The-Eagle audit[7133]: USER_END pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 08:58:58 The-Eagle audit[7133]: CRED_DISP pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 08:58:58 The-Eagle kernel: audit: type=1106 audit(1603616338.429:290): pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 08:58:58 The-Eagle kernel: audit: type=1104 audit(1603616338.429:291): pid=7133 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 08:59:05 The-Eagle audit[7276]: USER_AUTH pid=7276 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 08:59:05 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.570' (uid=0 pid=>
Oct 25 08:59:05 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:59:05 The-Eagle sudo[7276]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 08:59:05 The-Eagle audit[7276]: USER_ACCT pid=7276 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 08:59:05 The-Eagle audit[7276]: CRED_REFR pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:59:05 The-Eagle sudo[7276]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/journalctl -p 3 -xb
Oct 25 08:59:05 The-Eagle audit[7276]: USER_START pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 08:59:05 The-Eagle sudo[7276]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 08:59:05 The-Eagle kernel: audit: type=1100 audit(1603616345.699:292): pid=7276 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 08:59:05 The-Eagle kernel: audit: type=1101 audit(1603616345.709:293): pid=7276 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 08:59:05 The-Eagle kernel: audit: type=1110 audit(1603616345.709:294): pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 08:59:05 The-Eagle kernel: audit: type=1105 audit(1603616345.709:295): pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:00:01 The-Eagle CROND[7295]: (root) CMD (timeshift --check --scripted)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT ((process:7295): GLib-GIO-CRITICAL **: 09:00:01.850: g_file_get_path: assertion 'G_IS_FILE (file)' failed)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT ()
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (** (process:7295): CRITICAL **: 09:00:01.851: tee_jee_file_system_path_combine: assertion 'path1 != NULL' failed)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT ()
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (** (process:7295): CRITICAL **: 09:00:01.851: tee_jee_file_system_dir_exists: assertion 'dir_path != NULL' failed)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT ()
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (/dev/nvme0n1p3 is mounted at: /run/timeshift/backup, options: rw,relatime)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT ()
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Boot snapshots are enabled)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Last boot snapshot is 2 hours old)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Daily snapshots are enabled)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Last daily snapshot is 23 hours old)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Weekly snapshots are enabled)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Last weekly snapshot is 1 days old)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Monthly snapshot are enabled)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (Last monthly snapshot is 1 days old)
Oct 25 09:00:01 The-Eagle CROND[7294]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 09:00:01 The-Eagle crontab[7342]: (root) LIST (root)
Oct 25 09:00:01 The-Eagle crontab[7343]: (root) LIST (root)
Oct 25 09:01:01 The-Eagle CROND[7358]: (root) CMD (run-parts /etc/cron.hourly)
Oct 25 09:08:05 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-60 noise=9999 txrate=400000
Oct 25 09:08:17 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-65 noise=9999 txrate=300000
Oct 25 09:11:47 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-57 noise=9999 txrate=400000
Oct 25 09:14:23 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-63 noise=9999 txrate=400000
Oct 25 09:14:45 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-66 noise=9999 txrate=300000
Oct 25 09:19:11 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-63 noise=9999 txrate=360000
Oct 25 09:19:27 The-Eagle xfce4-screensaver-dialog[7824]: PAM unable to dlopen(/usr/lib/security/pam_gnome_keyring.so): /usr/lib/security/pam_gnome_keyring.so: cannot open shared object fil>
Oct 25 09:19:27 The-Eagle xfce4-screensaver-dialog[7824]: PAM adding faulty module: /usr/lib/security/pam_gnome_keyring.so
Oct 25 09:19:29 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=360000
Oct 25 09:19:29 The-Eagle audit[7843]: USER_AUTH pid=7843 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="muj" exe="/usr/bin/unix_chkpwd" hostname=? addr=? terminal=? res=success'
Oct 25 09:19:29 The-Eagle xfce4-screensaver-dialog[7824]: pam_warn(xfce4-screensaver:account): function=[pam_sm_acct_mgmt] flags=0 service=[xfce4-screensaver] terminal=[:0] user=[muj] ruser>
Oct 25 09:19:29 The-Eagle kernel: audit: type=1100 audit(1603617569.887:296): pid=7843 uid=1000 auid=1000 ses=3 msg='op=PAM:unix_chkpwd acct="muj" exe="/usr/bin/unix_chkpwd" hostname=? addr>
Oct 25 09:19:57 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-58 noise=9999 txrate=400000
Oct 25 09:20:03 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=400000
Oct 25 09:20:46 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-57 noise=9999 txrate=360000
Oct 25 09:20:48 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=400000
Oct 25 09:22:11 The-Eagle wpa_supplicant[668]: wlp0s20f3: WPA: Group rekeying completed with e4:57:40:92:f6:04 [GTK=TKIP]
Oct 25 09:24:51 The-Eagle sudo[7276]: pam_unix(sudo:session): session closed for user root
Oct 25 09:24:51 The-Eagle kernel: audit: type=1106 audit(1603617891.453:297): pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:24:51 The-Eagle kernel: audit: type=1104 audit(1603617891.453:298): pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 09:24:51 The-Eagle audit[7276]: USER_END pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:24:51 The-Eagle audit[7276]: CRED_DISP pid=7276 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:26:52 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=400000
Oct 25 09:31:54 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-57 noise=9999 txrate=400000
Oct 25 09:31:58 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=360000
Oct 25 09:34:51 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='org.freedesktop.thumbnails.Cache1' requested by ':1.18' (uid=1000 pid=876 comm="Thunar --sm-c>
Oct 25 09:34:51 The-Eagle tumblerd[8170]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 09:34:51 The-Eagle tumblerd[8170]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 09:34:51 The-Eagle tumblerd[8170]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 09:34:51 The-Eagle tumblerd[8170]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 09:34:51 The-Eagle org.freedesktop.thumbnails.Cache1[8170]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 09:34:51 The-Eagle org.freedesktop.thumbnails.Cache1[8170]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 09:34:51 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'org.freedesktop.thumbnails.Cache1'
Oct 25 09:36:07 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-72 noise=9999 txrate=400000
Oct 25 09:36:17 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-71 noise=9999 txrate=400000
Oct 25 09:36:35 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-71 noise=9999 txrate=360000
Oct 25 09:37:35 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=400000
Oct 25 09:50:58 The-Eagle audit[8503]: USER_AUTH pid=8503 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 09:50:58 The-Eagle kernel: audit: type=1100 audit(1603619458.490:299): pid=8503 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 09:50:58 The-Eagle kernel: audit: type=1101 audit(1603619458.500:300): pid=8503 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 09:50:58 The-Eagle kernel: audit: type=1110 audit(1603619458.500:301): pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 09:50:58 The-Eagle kernel: audit: type=1105 audit(1603619458.500:302): pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:50:58 The-Eagle audit[8503]: USER_ACCT pid=8503 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 09:50:58 The-Eagle audit[8503]: CRED_REFR pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:50:58 The-Eagle audit[8503]: USER_START pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:50:58 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.681' (uid=0 pid=>
Oct 25 09:50:58 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:50:58 The-Eagle sudo[8503]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:50:58 The-Eagle sudo[8503]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/pacman -S --needed rsync
Oct 25 09:50:58 The-Eagle sudo[8503]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 09:50:58 The-Eagle sudo[8503]: pam_unix(sudo:session): session closed for user root
Oct 25 09:50:58 The-Eagle audit[8503]: USER_END pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:50:58 The-Eagle audit[8503]: CRED_DISP pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:50:58 The-Eagle kernel: audit: type=1106 audit(1603619458.600:303): pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:50:58 The-Eagle kernel: audit: type=1104 audit(1603619458.600:304): pid=8503 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 09:51:05 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=400000
Oct 25 09:54:26 The-Eagle kernel: usb 1-3: new high-speed USB device number 5 using xhci_hcd
Oct 25 09:54:26 The-Eagle kernel: usb 1-3: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.00
Oct 25 09:54:26 The-Eagle kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 25 09:54:26 The-Eagle kernel: usb 1-3: Product: Cruzer Blade
Oct 25 09:54:26 The-Eagle kernel: usb 1-3: Manufacturer: SanDisk
Oct 25 09:54:26 The-Eagle kernel: usb 1-3: SerialNumber: 4C530000080816102491
Oct 25 09:54:26 The-Eagle kernel: SCSI subsystem initialized
Oct 25 09:54:26 The-Eagle kernel: usb-storage 1-3:1.0: USB Mass Storage device detected
Oct 25 09:54:26 The-Eagle kernel: scsi host0: usb-storage 1-3:1.0
Oct 25 09:54:26 The-Eagle kernel: usbcore: registered new interface driver usb-storage
Oct 25 09:54:26 The-Eagle kernel: usbcore: registered new interface driver uas
Oct 25 09:54:27 The-Eagle kernel: scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.00 PQ: 0 ANSI: 6
Oct 25 09:54:27 The-Eagle kernel: sd 0:0:0:0: [sda] 61341696 512-byte logical blocks: (31.4 GB/29.3 GiB)
Oct 25 09:54:27 The-Eagle kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 25 09:54:27 The-Eagle kernel: sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
Oct 25 09:54:27 The-Eagle kernel: sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Oct 25 09:54:27 The-Eagle kernel:  sda: sda1
Oct 25 09:54:27 The-Eagle kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Oct 25 09:54:31 The-Eagle udisksd[803]: Mounted /dev/sda1 at /media/C5FA-19F4 on behalf of uid 1000
Oct 25 09:54:31 The-Eagle udisksd[803]: udisks_state_check_mounted_fs_entry: block device /dev/sda1 is busy, skipping cleanup
Oct 25 09:55:00 The-Eagle audit[8687]: USER_AUTH pid=8687 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 09:55:00 The-Eagle kernel: audit: type=1100 audit(1603619700.308:305): pid=8687 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct>
Oct 25 09:55:00 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.699' (uid=0 pid=>
Oct 25 09:55:00 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:55:00 The-Eagle sudo[8687]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:55:00 The-Eagle audit[8687]: USER_ACCT pid=8687 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 09:55:00 The-Eagle audit[8687]: CRED_REFR pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:55:00 The-Eagle sudo[8687]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/fdisk -l
Oct 25 09:55:00 The-Eagle sudo[8687]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 09:55:00 The-Eagle audit[8687]: USER_START pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:55:00 The-Eagle kernel: audit: type=1101 audit(1603619700.318:306): pid=8687 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 09:55:00 The-Eagle kernel: audit: type=1110 audit(1603619700.318:307): pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 09:55:00 The-Eagle kernel: audit: type=1105 audit(1603619700.318:308): pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:55:00 The-Eagle sudo[8687]: pam_unix(sudo:session): session closed for user root
Oct 25 09:55:00 The-Eagle audit[8687]: USER_END pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:55:00 The-Eagle audit[8687]: CRED_DISP pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:55:00 The-Eagle kernel: audit: type=1106 audit(1603619700.348:309): pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:55:00 The-Eagle kernel: audit: type=1104 audit(1603619700.348:310): pid=8687 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" ex>
Oct 25 09:55:30 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.700' (uid=0 pid=>
Oct 25 09:55:30 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:55:30 The-Eagle audit[8703]: USER_ACCT pid=8703 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 09:55:30 The-Eagle sudo[8703]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:55:30 The-Eagle audit[8703]: CRED_REFR pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:55:30 The-Eagle sudo[8703]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/fdisk /dev/sda
Oct 25 09:55:30 The-Eagle kernel: audit: type=1101 audit(1603619730.598:311): pid=8703 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 09:55:30 The-Eagle kernel: audit: type=1110 audit(1603619730.598:312): pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:55:30 The-Eagle sudo[8703]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 09:55:30 The-Eagle audit[8703]: USER_START pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:55:30 The-Eagle kernel: audit: type=1105 audit(1603619730.608:313): pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:57:13 The-Eagle audit[8703]: USER_END pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:57:13 The-Eagle audit[8703]: CRED_DISP pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:57:13 The-Eagle sudo[8703]: pam_unix(sudo:session): session closed for user root
Oct 25 09:57:13 The-Eagle kernel: audit: type=1106 audit(1603619833.358:314): pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:57:13 The-Eagle kernel: audit: type=1104 audit(1603619833.358:315): pid=8703 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:57:46 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.703' (uid=0 pid=>
Oct 25 09:57:46 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:57:46 The-Eagle sudo[8738]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:57:46 The-Eagle kernel: audit: type=1101 audit(1603619866.757:316): pid=8738 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 09:57:46 The-Eagle kernel: audit: type=1110 audit(1603619866.757:317): pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:57:46 The-Eagle kernel: audit: type=1105 audit(1603619866.757:318): pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:57:46 The-Eagle audit[8738]: USER_ACCT pid=8738 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 09:57:46 The-Eagle audit[8738]: CRED_REFR pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:57:46 The-Eagle audit[8738]: USER_START pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:57:46 The-Eagle sudo[8738]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/mkfs.ext4 /dev/sda
Oct 25 09:57:46 The-Eagle sudo[8738]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 09:58:11 The-Eagle sudo[8738]: pam_unix(sudo:session): session closed for user root
Oct 25 09:58:11 The-Eagle audit[8738]: USER_END pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:58:11 The-Eagle audit[8738]: CRED_DISP pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:58:11 The-Eagle kernel: audit: type=1106 audit(1603619891.377:319): pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:58:11 The-Eagle kernel: audit: type=1104 audit(1603619891.377:320): pid=8738 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:58:39 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.704' (uid=0 pid=>
Oct 25 09:58:39 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:58:39 The-Eagle audit[8744]: USER_ACCT pid=8744 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 09:58:39 The-Eagle sudo[8744]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:58:39 The-Eagle audit[8744]: CRED_REFR pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:58:39 The-Eagle sudo[8744]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/fdisk -l
Oct 25 09:58:39 The-Eagle audit[8744]: USER_START pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:58:39 The-Eagle sudo[8744]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 09:58:39 The-Eagle kernel: audit: type=1101 audit(1603619919.327:321): pid=8744 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 09:58:39 The-Eagle kernel: audit: type=1110 audit(1603619919.327:322): pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:58:39 The-Eagle kernel: audit: type=1105 audit(1603619919.327:323): pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:58:39 The-Eagle sudo[8744]: pam_unix(sudo:session): session closed for user root
Oct 25 09:58:39 The-Eagle audit[8744]: USER_END pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:58:39 The-Eagle audit[8744]: CRED_DISP pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:58:39 The-Eagle kernel: audit: type=1106 audit(1603619919.337:324): pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:58:39 The-Eagle kernel: audit: type=1104 audit(1603619919.337:325): pid=8744 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:59:40 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.708' (uid=0 pid=>
Oct 25 09:59:40 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:59:40 The-Eagle sudo[8754]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 09:59:40 The-Eagle audit[8754]: USER_ACCT pid=8754 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 09:59:40 The-Eagle audit[8754]: CRED_REFR pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:59:40 The-Eagle sudo[8754]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/mkfs.ext4 /dev/sda1
Oct 25 09:59:40 The-Eagle audit[8754]: USER_START pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 09:59:40 The-Eagle sudo[8754]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 09:59:40 The-Eagle kernel: audit: type=1101 audit(1603619980.577:326): pid=8754 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 09:59:40 The-Eagle kernel: audit: type=1110 audit(1603619980.577:327): pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 09:59:40 The-Eagle kernel: audit: type=1105 audit(1603619980.577:328): pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 09:59:52 The-Eagle sudo[8754]: pam_unix(sudo:session): session closed for user root
Oct 25 09:59:52 The-Eagle audit[8754]: USER_END pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 09:59:52 The-Eagle audit[8754]: CRED_DISP pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 09:59:52 The-Eagle kernel: audit: type=1106 audit(1603619992.887:329): pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 09:59:52 The-Eagle kernel: audit: type=1104 audit(1603619992.887:330): pid=8754 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 10:00:02 The-Eagle CROND[8777]: (root) CMD (timeshift --check --scripted)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT ((process:8777): GLib-GIO-CRITICAL **: 10:00:02.274: g_file_get_path: assertion 'G_IS_FILE (file)' failed)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT ()
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (** (process:8777): CRITICAL **: 10:00:02.276: tee_jee_file_system_path_combine: assertion 'path1 != NULL' failed)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT ()
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (** (process:8777): CRITICAL **: 10:00:02.276: tee_jee_file_system_dir_exists: assertion 'dir_path != NULL' failed)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT ()
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (/dev/nvme0n1p3 is mounted at: /run/timeshift/backup, options: rw,relatime)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT ()
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Boot snapshots are enabled)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Last boot snapshot is 3 hours old)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Daily snapshots are enabled)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Last daily snapshot is 24 hours old)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Weekly snapshots are enabled)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Last weekly snapshot is 2 days old)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Monthly snapshot are enabled)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (Last monthly snapshot is 2 days old)
Oct 25 10:00:02 The-Eagle CROND[8776]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 10:00:02 The-Eagle crontab[8810]: (root) LIST (root)
Oct 25 10:00:02 The-Eagle crontab[8811]: (root) LIST (root)
Oct 25 10:00:15 The-Eagle udisksd[803]: udisks_state_check_mounted_fs_entry: block device /dev/sda1 is busy, skipping cleanup
Oct 25 10:00:15 The-Eagle systemd[1]: media-C5FA\x2d19F4.mount: Succeeded.
Oct 25 10:00:15 The-Eagle systemd[770]: media-C5FA\x2d19F4.mount: Succeeded.
Oct 25 10:00:15 The-Eagle udisksd[803]: Cleaning up mount point /media/C5FA-19F4 (device 8:1 is not mounted)
Oct 25 10:00:15 The-Eagle udisksd[803]: Unmounted /dev/sda1 on behalf of uid 1000
Oct 25 10:00:22 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.712' (uid=0 pid=>
Oct 25 10:00:22 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 10:00:22 The-Eagle sudo[8830]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 10:00:22 The-Eagle audit[8830]: USER_ACCT pid=8830 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 10:00:22 The-Eagle audit[8830]: CRED_REFR pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 10:00:22 The-Eagle sudo[8830]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/mkfs.ext4 /dev/sda1
Oct 25 10:00:22 The-Eagle kernel: audit: type=1101 audit(1603620022.947:331): pid=8830 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/>
Oct 25 10:00:22 The-Eagle kernel: audit: type=1110 audit(1603620022.947:332): pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 10:00:22 The-Eagle sudo[8830]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 10:00:22 The-Eagle audit[8830]: USER_START pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 10:00:22 The-Eagle kernel: audit: type=1105 audit(1603620022.957:333): pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 10:00:48 The-Eagle sudo[8830]: pam_unix(sudo:session): session closed for user root
Oct 25 10:00:48 The-Eagle audit[8830]: USER_END pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 10:00:48 The-Eagle audit[8830]: CRED_DISP pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 10:00:48 The-Eagle kernel: audit: type=1106 audit(1603620048.487:334): pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 10:00:48 The-Eagle kernel: audit: type=1104 audit(1603620048.487:335): pid=8830 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct=">
Oct 25 10:01:01 The-Eagle CROND[8845]: (root) CMD (run-parts /etc/cron.hourly)
Oct 25 10:01:45 The-Eagle udisksd[803]: Mounted /dev/sda1 at /media/f965d7ec-0691-46f8-97ec-6720ca9990a2 on behalf of uid 1000
Oct 25 10:01:45 The-Eagle kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 10:01:45 The-Eagle udisksd[803]: udisks_state_check_mounted_fs_entry: block device /dev/sda1 is busy, skipping cleanup
Oct 25 10:04:00 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=270000
Oct 25 10:18:36 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.816' (ui>
Oct 25 10:18:36 The-Eagle systemd[1]: Starting Hostname Service...
Oct 25 10:18:36 The-Eagle dbus-daemon[374]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 25 10:18:36 The-Eagle systemd[1]: Started Hostname Service.
Oct 25 10:18:36 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? term>
Oct 25 10:18:36 The-Eagle kernel: audit: type=1130 audit(1603621116.845:336): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 10:19:06 The-Eagle systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 25 10:19:06 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termi>
Oct 25 10:19:06 The-Eagle kernel: audit: type=1131 audit(1603621146.905:337): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 10:19:19 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.818' (ui>
Oct 25 10:19:19 The-Eagle systemd[1]: Starting Hostname Service...
Oct 25 10:19:20 The-Eagle dbus-daemon[374]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 25 10:19:20 The-Eagle systemd[1]: Started Hostname Service.
Oct 25 10:19:20 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? term>
Oct 25 10:19:20 The-Eagle kernel: audit: type=1130 audit(1603621160.045:338): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 10:19:27 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='org.freedesktop.thumbnails.Cache1' requested by ':1.18' (uid=1000 pid=876 comm="Thunar --sm-c>
Oct 25 10:19:27 The-Eagle tumblerd[9611]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 10:19:27 The-Eagle tumblerd[9611]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 10:19:27 The-Eagle tumblerd[9611]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 10:19:27 The-Eagle tumblerd[9611]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 10:19:27 The-Eagle org.freedesktop.thumbnails.Cache1[9611]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 10:19:27 The-Eagle org.freedesktop.thumbnails.Cache1[9611]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 10:19:28 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'org.freedesktop.thumbnails.Cache1'
Oct 25 10:19:50 The-Eagle systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 25 10:19:50 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termi>
Oct 25 10:19:50 The-Eagle kernel: audit: type=1131 audit(1603621190.105:339): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 10:20:21 The-Eagle udisksd[803]: udisks_state_check_mounted_fs_entry: block device /dev/sda1 is busy, skipping cleanup
Oct 25 10:20:21 The-Eagle systemd[1]: media-f965d7ec\x2d0691\x2d46f8\x2d97ec\x2d6720ca9990a2.mount: Succeeded.
Oct 25 10:20:21 The-Eagle systemd[770]: media-f965d7ec\x2d0691\x2d46f8\x2d97ec\x2d6720ca9990a2.mount: Succeeded.
Oct 25 10:20:21 The-Eagle udisksd[803]: Cleaning up mount point /media/f965d7ec-0691-46f8-97ec-6720ca9990a2 (device 8:1 is not mounted)
Oct 25 10:20:21 The-Eagle udisksd[803]: Unmounted /dev/sda1 on behalf of uid 1000
Oct 25 10:20:24 The-Eagle kernel: usb 1-3: USB disconnect, device number 5
Oct 25 10:20:30 The-Eagle kernel: usb 1-3: new high-speed USB device number 6 using xhci_hcd
Oct 25 10:20:31 The-Eagle kernel: usb 1-3: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.00
Oct 25 10:20:31 The-Eagle kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 25 10:20:31 The-Eagle kernel: usb 1-3: Product: Cruzer Blade
Oct 25 10:20:31 The-Eagle kernel: usb 1-3: Manufacturer: SanDisk
Oct 25 10:20:31 The-Eagle kernel: usb 1-3: SerialNumber: 4C530000080816102491
Oct 25 10:20:31 The-Eagle kernel: usb-storage 1-3:1.0: USB Mass Storage device detected
Oct 25 10:20:31 The-Eagle kernel: scsi host0: usb-storage 1-3:1.0
Oct 25 10:20:32 The-Eagle kernel: scsi 0:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.00 PQ: 0 ANSI: 6
Oct 25 10:20:32 The-Eagle kernel: sd 0:0:0:0: [sda] 61341696 512-byte logical blocks: (31.4 GB/29.3 GiB)
Oct 25 10:20:32 The-Eagle kernel: sd 0:0:0:0: [sda] Write Protect is off
Oct 25 10:20:32 The-Eagle kernel: sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
Oct 25 10:20:32 The-Eagle kernel: sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Oct 25 10:20:32 The-Eagle kernel:  sda: sda1
Oct 25 10:20:32 The-Eagle kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
Oct 25 10:20:39 The-Eagle kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 10:20:39 The-Eagle udisksd[803]: Mounted /dev/sda1 at /media/f965d7ec-0691-46f8-97ec-6720ca9990a2 on behalf of uid 1000
Oct 25 10:20:39 The-Eagle udisksd[803]: udisks_state_check_mounted_fs_entry: block device /dev/sda1 is busy, skipping cleanup
Oct 25 10:22:11 The-Eagle wpa_supplicant[668]: wlp0s20f3: WPA: Group rekeying completed with e4:57:40:92:f6:04 [GTK=TKIP]
Oct 25 10:32:27 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-57 noise=9999 txrate=400000
Oct 25 10:32:29 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-62 noise=9999 txrate=400000
Oct 25 10:32:35 The-Eagle wpa_supplicant[668]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=360000
Oct 25 10:42:09 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Activating service name='org.freedesktop.thumbnails.Cache1' requested by ':1.18' (uid=1000 pid=876 comm="Thunar --sm-c>
Oct 25 10:42:09 The-Eagle tumblerd[10363]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 10:42:09 The-Eagle tumblerd[10363]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 10:42:09 The-Eagle tumblerd[10363]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 10:42:09 The-Eagle tumblerd[10363]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 10:42:09 The-Eagle org.freedesktop.thumbnails.Cache1[10363]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 10:42:09 The-Eagle org.freedesktop.thumbnails.Cache1[10363]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 10:42:09 The-Eagle dbus-daemon[783]: [session uid=1000 pid=783] Successfully activated service 'org.freedesktop.thumbnails.Cache1'
Oct 25 10:47:04 The-Eagle audit[10515]: USER_AUTH pid=10515 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" >
Oct 25 10:47:04 The-Eagle kernel: audit: type=1100 audit(1603622824.230:340): pid=10515 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acc>
Oct 25 10:47:04 The-Eagle kernel: audit: type=1101 audit(1603622824.230:341): pid=10515 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin>
Oct 25 10:47:04 The-Eagle kernel: audit: type=1110 audit(1603622824.230:342): pid=10515 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" e>
Oct 25 10:47:04 The-Eagle kernel: audit: type=1105 audit(1603622824.240:343): pid=10515 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" ex>
Oct 25 10:47:04 The-Eagle audit[10515]: USER_ACCT pid=10515 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? ter>
Oct 25 10:47:04 The-Eagle audit[10515]: CRED_REFR pid=10515 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=>
Oct 25 10:47:04 The-Eagle audit[10515]: USER_START pid=10515 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=>
Oct 25 10:47:04 The-Eagle dbus-daemon[374]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.879' (uid=0 pid=>
Oct 25 10:47:04 The-Eagle dbus-daemon[374]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 10:47:04 The-Eagle sudo[10515]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 10:47:04 The-Eagle sudo[10515]:      muj : TTY=pts/1 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/journalctl -b
Oct 25 10:47:04 The-Eagle sudo[10515]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)

I don't know how I will ever become competent enough to be able to read, understand, diagnose and solve problems from the journal logs.

Last edited by Straight-path (2020-10-25 11:01:25)

Offline

#10 2020-10-25 11:05:07

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,365

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

No I meant the four posts you added without no one else having said anything in between, these could just be one post.

Nothing usable here either, I'd say let it rest and come back when you have something reproducible or at least a xorg log that shows the crash happening

Last edited by V1del (2020-10-25 11:06:04)

Offline

#11 2020-10-25 11:06:58

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

I will edit post from now on, thank you.

Thank you for looking over the logs too.

Are these the logs you mentioned before?

[muj@The-Eagle log]$ cat Xorg.0.log
[     5.572] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[     5.572] Build Operating System: Linux Arch Linux
[     5.572] Current Operating System: Linux The-Eagle 5.4.72-1-lts #1 SMP Sat, 17 Oct 2020 13:30:57 +0000 x86_64
[     5.572] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=cc8c6fc8-8944-4016-af8b-fe344e6a3763 rw loglevel=3 quiet
[     5.572] Build Date: 02 September 2020  06:17:44AM
[     5.572]  
[     5.572] Current version of pixman: 0.40.0
[     5.572] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.572] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.572] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 25 06:27:06 2020
[     5.572] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.572] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.572] (==) No Layout section.  Using the first Screen section.
[     5.572] (==) No screen section available. Using defaults.
[     5.572] (**) |-->Screen "Default Screen Section" (0)
[     5.572] (**) |   |-->Monitor "<default monitor>"
[     5.573] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     5.573] (==) Automatically adding devices
[     5.573] (==) Automatically enabling devices
[     5.573] (==) Automatically adding GPU devices
[     5.573] (==) Automatically binding GPU devices
[     5.573] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.573] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     5.573] 	Entry deleted from font path.
[     5.573] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     5.573] 	Entry deleted from font path.
[     5.573] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.573] 	Entry deleted from font path.
[     5.573] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     5.573] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.573] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.573] (II) Module ABI versions:
[     5.573] 	X.Org ANSI C Emulation: 0.4
[     5.573] 	X.Org Video Driver: 24.1
[     5.573] 	X.Org XInput driver : 24.1
[     5.573] 	X.Org Server Extension : 10.0
[     5.574] (++) using VT number 7

[     5.574] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.575] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.575] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     5.580] (--) PCI:*(0@0:2:0) 8086:3ea0:17aa:2292 rev 2, Mem @ 0xe9000000/16777216, 0xc0000000/268435456, I/O @ 0x00002000/64, BIOS @ 0x????????/131072
[     5.580] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.580] (II) LoadModule: "glx"
[     5.581] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.587] (II) Module glx: vendor="X.Org Foundation"
[     5.587] 	compiled for 1.20.9, module version = 1.0.0
[     5.587] 	ABI class: X.Org Server Extension, version 10.0
[     5.587] (==) Matched intel as autoconfigured driver 0
[     5.587] (==) Matched modesetting as autoconfigured driver 1
[     5.587] (==) Matched fbdev as autoconfigured driver 2
[     5.587] (==) Matched vesa as autoconfigured driver 3
[     5.587] (==) Assigned the driver to the xf86ConfigLayout
[     5.587] (II) LoadModule: "intel"
[     5.588] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     5.590] (II) Module intel: vendor="X.Org Foundation"
[     5.590] 	compiled for 1.20.8, module version = 2.99.917
[     5.590] 	Module class: X.Org Video Driver
[     5.590] 	ABI class: X.Org Video Driver, version 24.1
[     5.590] (II) LoadModule: "modesetting"
[     5.590] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.592] (II) Module modesetting: vendor="X.Org Foundation"
[     5.592] 	compiled for 1.20.9, module version = 1.20.9
[     5.592] 	Module class: X.Org Video Driver
[     5.592] 	ABI class: X.Org Video Driver, version 24.1
[     5.592] (II) LoadModule: "fbdev"
[     5.592] (WW) Warning, couldn't open module fbdev
[     5.592] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     5.592] (II) LoadModule: "vesa"
[     5.592] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     5.592] (II) Module vesa: vendor="X.Org Foundation"
[     5.593] 	compiled for 1.20.9, module version = 2.5.0
[     5.593] 	Module class: X.Org Video Driver
[     5.593] 	ABI class: X.Org Video Driver, version 24.1
[     5.593] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     5.593] (II) intel: Driver for Intel(R) HD Graphics
[     5.593] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     5.593] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     5.593] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.593] (II) VESA: driver for VESA chipsets: vesa
[     5.641] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20190822
[     5.641] (II) intel(0): SNA compiled from 2.99.917-908-g7181c5a4
[     5.669] (WW) Falling back to old probe method for modesetting
[     5.670] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[     5.670] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[     5.670] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     5.670] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     5.670] (==) intel(0): RGB weight 888
[     5.670] (==) intel(0): Default visual is TrueColor
[     5.671] (II) intel(0): Output eDP1 has no monitor section
[     5.672] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     5.672] (II) intel(0): Enabled output eDP1
[     5.672] (II) intel(0): Output DP1 has no monitor section
[     5.672] (II) intel(0): Enabled output DP1
[     5.672] (II) intel(0): Output HDMI1 has no monitor section
[     5.672] (II) intel(0): Enabled output HDMI1
[     5.672] (II) intel(0): Output DP2 has no monitor section
[     5.672] (II) intel(0): Enabled output DP2
[     5.672] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     5.672] (II) intel(0): Output VIRTUAL1 has no monitor section
[     5.672] (II) intel(0): Enabled output VIRTUAL1
[     5.672] (--) intel(0): Output eDP1 using initial mode 3840x2160 on pipe 0
[     5.673] (==) intel(0): TearFree enabled
[     5.673] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.673] (==) intel(0): DPI set to (96, 96)
[     5.673] (II) Loading sub module "dri3"
[     5.673] (II) LoadModule: "dri3"
[     5.673] (II) Module "dri3" already built-in
[     5.673] (II) Loading sub module "dri2"
[     5.673] (II) LoadModule: "dri2"
[     5.673] (II) Module "dri2" already built-in
[     5.673] (II) Loading sub module "present"
[     5.673] (II) LoadModule: "present"
[     5.673] (II) Module "present" already built-in
[     5.673] (II) UnloadModule: "modesetting"
[     5.673] (II) Unloading modesetting
[     5.673] (II) UnloadModule: "vesa"
[     5.673] (II) Unloading vesa
[     5.674] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[     5.674] (==) intel(0): Backing store enabled
[     5.674] (==) intel(0): Silken mouse disabled
[     5.674] (II) intel(0): HW Cursor enabled
[     5.675] (==) intel(0): DPMS enabled
[     5.675] (==) intel(0): Display hotplug detection enabled
[     5.675] (II) intel(0): [DRI2] Setup complete
[     5.675] (II) intel(0): [DRI2]   DRI driver: i965
[     5.675] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     5.675] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     5.675] (II) intel(0): hardware support for Present enabled
[     5.675] (II) Initializing extension Generic Event Extension
[     5.676] (II) Initializing extension SHAPE
[     5.676] (II) Initializing extension MIT-SHM
[     5.676] (II) Initializing extension XInputExtension
[     5.676] (II) Initializing extension XTEST
[     5.677] (II) Initializing extension BIG-REQUESTS
[     5.677] (II) Initializing extension SYNC
[     5.677] (II) Initializing extension XKEYBOARD
[     5.677] (II) Initializing extension XC-MISC
[     5.678] (II) Initializing extension SECURITY
[     5.678] (II) Initializing extension XFIXES
[     5.678] (II) Initializing extension RENDER
[     5.678] (II) Initializing extension RANDR
[     5.679] (II) Initializing extension COMPOSITE
[     5.679] (II) Initializing extension DAMAGE
[     5.679] (II) Initializing extension MIT-SCREEN-SAVER
[     5.679] (II) Initializing extension DOUBLE-BUFFER
[     5.680] (II) Initializing extension RECORD
[     5.680] (II) Initializing extension DPMS
[     5.680] (II) Initializing extension Present
[     5.680] (II) Initializing extension DRI3
[     5.680] (II) Initializing extension X-Resource
[     5.681] (II) Initializing extension XVideo
[     5.681] (II) Initializing extension XVideo-MotionCompensation
[     5.681] (II) Initializing extension GLX
[     5.710] (II) AIGLX: Loaded and initialized i965
[     5.710] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.710] (II) Initializing extension XFree86-VidModeExtension
[     5.710] (II) Initializing extension XFree86-DGA
[     5.710] (II) Initializing extension XFree86-DRI
[     5.710] (II) Initializing extension DRI2
[     5.727] (II) intel(0): switch to mode 3840x2160@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     5.743] (II) intel(0): Setting screen physical size to 1016 x 571
[     5.857] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     5.857] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.857] (**) Power Button: Applying InputClass "system-keyboard"
[     5.857] (II) LoadModule: "libinput"
[     5.858] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.861] (II) Module libinput: vendor="X.Org Foundation"
[     5.861] 	compiled for 1.20.8, module version = 0.30.0
[     5.861] 	Module class: X.Org XInput Driver
[     5.861] 	ABI class: X.Org XInput driver, version 24.1
[     5.861] (II) Using input driver 'libinput' for 'Power Button'
[     5.861] (**) Power Button: always reports core events
[     5.861] (**) Option "Device" "/dev/input/event2"
[     5.861] (**) Option "_source" "server/udev"
[     5.866] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.866] (II) event2  - Power Button: device is a keyboard
[     5.866] (II) event2  - Power Button: device removed
[     5.918] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     5.918] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.918] (**) Option "xkb_layout" "gb"
[     5.948] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.949] (II) event2  - Power Button: device is a keyboard
[     5.950] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[     5.950] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.950] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.950] (II) Using input driver 'libinput' for 'Video Bus'
[     5.950] (**) Video Bus: always reports core events
[     5.950] (**) Option "Device" "/dev/input/event6"
[     5.950] (**) Option "_source" "server/udev"
[     5.951] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     5.951] (II) event6  - Video Bus: device is a keyboard
[     5.952] (II) event6  - Video Bus: device removed
[     6.068] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event6"
[     6.068] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.068] (**) Option "xkb_layout" "gb"
[     6.070] (II) event6  - Video Bus: is tagged by udev as: Keyboard
[     6.070] (II) event6  - Video Bus: device is a keyboard
[     6.071] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     6.071] (II) No input driver specified, ignoring this device.
[     6.071] (II) This device may have been added with another device file.
[     6.072] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     6.072] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     6.072] (**) Sleep Button: Applying InputClass "system-keyboard"
[     6.072] (II) Using input driver 'libinput' for 'Sleep Button'
[     6.072] (**) Sleep Button: always reports core events
[     6.072] (**) Option "Device" "/dev/input/event0"
[     6.072] (**) Option "_source" "server/udev"
[     6.073] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     6.073] (II) event0  - Sleep Button: device is a keyboard
[     6.074] (II) event0  - Sleep Button: device removed
[     6.128] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     6.128] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     6.128] (**) Option "xkb_layout" "gb"
[     6.130] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     6.130] (II) event0  - Sleep Button: device is a keyboard
[     6.132] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event17)
[     6.132] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[     6.132] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[     6.132] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[     6.132] (**) Integrated Camera: Integrated C: always reports core events
[     6.132] (**) Option "Device" "/dev/input/event17"
[     6.132] (**) Option "_source" "server/udev"
[     6.134] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     6.134] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[     6.134] (II) event17 - Integrated Camera: Integrated C: device removed
[     6.238] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input21/event17"
[     6.238] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 9)
[     6.238] (**) Option "xkb_layout" "gb"
[     6.241] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     6.241] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[     6.242] (II) config/udev: Adding input device Integrated Camera: Integrated I (/dev/input/event18)
[     6.242] (**) Integrated Camera: Integrated I: Applying InputClass "libinput keyboard catchall"
[     6.242] (**) Integrated Camera: Integrated I: Applying InputClass "system-keyboard"
[     6.242] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated I'
[     6.242] (**) Integrated Camera: Integrated I: always reports core events
[     6.242] (**) Option "Device" "/dev/input/event18"
[     6.242] (**) Option "_source" "server/udev"
[     6.244] (II) event18 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[     6.244] (II) event18 - Integrated Camera: Integrated I: device is a keyboard
[     6.245] (II) event18 - Integrated Camera: Integrated I: device removed
[     6.338] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input22/event18"
[     6.338] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated I" (type: KEYBOARD, id 10)
[     6.338] (**) Option "xkb_layout" "gb"
[     6.341] (II) event18 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[     6.341] (II) event18 - Integrated Camera: Integrated I: device is a keyboard
[     6.342] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Mouse (/dev/input/event19)
[     6.342] (**) SYNA8005:00 06CB:CD8C Mouse: Applying InputClass "libinput pointer catchall"
[     6.342] (II) Using input driver 'libinput' for 'SYNA8005:00 06CB:CD8C Mouse'
[     6.342] (**) SYNA8005:00 06CB:CD8C Mouse: always reports core events
[     6.342] (**) Option "Device" "/dev/input/event19"
[     6.342] (**) Option "_source" "server/udev"
[     6.344] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: is tagged by udev as: Mouse Pointingstick
[     6.345] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: device is a pointer
[     6.346] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: device removed
[     6.418] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input23/event19"
[     6.418] (II) XINPUT: Adding extended input device "SYNA8005:00 06CB:CD8C Mouse" (type: MOUSE, id 11)
[     6.419] (**) Option "AccelerationScheme" "none"
[     6.419] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) selected scheme none/0
[     6.419] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) acceleration factor: 2.000
[     6.419] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) acceleration threshold: 4
[     6.421] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: is tagged by udev as: Mouse Pointingstick
[     6.422] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: device is a pointer
[     6.424] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Mouse (/dev/input/mouse1)
[     6.424] (II) No input driver specified, ignoring this device.
[     6.424] (II) This device may have been added with another device file.
[     6.425] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Touchpad (/dev/input/event20)
[     6.425] (**) SYNA8005:00 06CB:CD8C Touchpad: Applying InputClass "libinput touchpad catchall"
[     6.425] (II) Using input driver 'libinput' for 'SYNA8005:00 06CB:CD8C Touchpad'
[     6.425] (**) SYNA8005:00 06CB:CD8C Touchpad: always reports core events
[     6.425] (**) Option "Device" "/dev/input/event20"
[     6.425] (**) Option "_source" "server/udev"
[     6.427] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: is tagged by udev as: Touchpad
[     6.430] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: device is a touchpad
[     6.431] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: device removed
[     6.589] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-1/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input24/event20"
[     6.589] (II) XINPUT: Adding extended input device "SYNA8005:00 06CB:CD8C Touchpad" (type: TOUCHPAD, id 12)
[     6.592] (**) Option "AccelerationScheme" "none"
[     6.592] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) selected scheme none/0
[     6.592] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) acceleration factor: 2.000
[     6.592] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) acceleration threshold: 4
[     6.594] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: is tagged by udev as: Touchpad
[     6.597] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: device is a touchpad
[     6.599] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Touchpad (/dev/input/mouse2)
[     6.599] (II) No input driver specified, ignoring this device.
[     6.599] (II) This device may have been added with another device file.
[     6.599] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[     6.599] (II) No input driver specified, ignoring this device.
[     6.599] (II) This device may have been added with another device file.
[     6.600] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[     6.600] (II) No input driver specified, ignoring this device.
[     6.600] (II) This device may have been added with another device file.
[     6.600] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[     6.600] (II) No input driver specified, ignoring this device.
[     6.600] (II) This device may have been added with another device file.
[     6.601] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[     6.601] (II) No input driver specified, ignoring this device.
[     6.601] (II) This device may have been added with another device file.
[     6.602] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[     6.602] (II) No input driver specified, ignoring this device.
[     6.602] (II) This device may have been added with another device file.
[     6.602] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[     6.602] (II) No input driver specified, ignoring this device.
[     6.602] (II) This device may have been added with another device file.
[     6.603] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[     6.603] (II) No input driver specified, ignoring this device.
[     6.603] (II) This device may have been added with another device file.
[     6.603] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event16)
[     6.603] (II) No input driver specified, ignoring this device.
[     6.603] (II) This device may have been added with another device file.
[     6.604] (II) config/udev: Adding input device HDA Intel PCH Headset Jack (/dev/input/event8)
[     6.604] (**) HDA Intel PCH Headset Jack: Applying InputClass "libinput keyboard catchall"
[     6.604] (**) HDA Intel PCH Headset Jack: Applying InputClass "system-keyboard"
[     6.604] (II) Using input driver 'libinput' for 'HDA Intel PCH Headset Jack'
[     6.604] (**) HDA Intel PCH Headset Jack: always reports core events
[     6.604] (**) Option "Device" "/dev/input/event8"
[     6.604] (**) Option "_source" "server/udev"
[     6.606] (II) event8  - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     6.606] (II) event8  - HDA Intel PCH Headset Jack: device is a keyboard
[     6.606] (II) event8  - HDA Intel PCH Headset Jack: device removed
[     6.748] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input9/event8"
[     6.748] (II) XINPUT: Adding extended input device "HDA Intel PCH Headset Jack" (type: KEYBOARD, id 13)
[     6.748] (**) Option "xkb_layout" "gb"
[     6.751] (II) event8  - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     6.751] (II) event8  - HDA Intel PCH Headset Jack: device is a keyboard
[     6.752] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[     6.752] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.752] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     6.752] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.752] (**) AT Translated Set 2 keyboard: always reports core events
[     6.752] (**) Option "Device" "/dev/input/event3"
[     6.752] (**) Option "_source" "server/udev"
[     6.754] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.754] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.756] (II) event3  - AT Translated Set 2 keyboard: device removed
[     6.788] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[     6.788] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[     6.788] (**) Option "xkb_layout" "gb"
[     6.791] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.791] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[     6.793] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event7)
[     6.793] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[     6.793] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[     6.793] (**) TPPS/2 Elan TrackPoint: always reports core events
[     6.794] (**) Option "Device" "/dev/input/event7"
[     6.794] (**) Option "_source" "server/udev"
[     6.795] (II) event7  - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.796] (II) event7  - TPPS/2 Elan TrackPoint: device is a pointer
[     6.798] (II) event7  - TPPS/2 Elan TrackPoint: device removed
[     6.918] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[     6.918] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 15)
[     6.919] (**) Option "AccelerationScheme" "none"
[     6.919] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[     6.919] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[     6.919] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[     6.921] (II) event7  - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.922] (II) event7  - TPPS/2 Elan TrackPoint: device is a pointer
[     6.924] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse0)
[     6.924] (II) No input driver specified, ignoring this device.
[     6.924] (II) This device may have been added with another device file.
[     6.925] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[     6.925] (II) No input driver specified, ignoring this device.
[     6.925] (II) This device may have been added with another device file.
[     6.926] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event4)
[     6.926] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     6.926] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[     6.926] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     6.926] (**) ThinkPad Extra Buttons: always reports core events
[     6.926] (**) Option "Device" "/dev/input/event4"
[     6.926] (**) Option "_source" "server/udev"
[     6.928] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.928] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[     6.928] (II) event4  - ThinkPad Extra Buttons: device is a switch device
[     6.930] (II) event4  - ThinkPad Extra Buttons: device removed
[     6.998] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input5/event4"
[     6.998] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 16)
[     6.998] (**) Option "xkb_layout" "gb"
[     7.001] (II) event4  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     7.001] (II) event4  - ThinkPad Extra Buttons: device is a keyboard
[     7.001] (II) event4  - ThinkPad Extra Buttons: device is a switch device
[     7.677] (II) intel(0): EDID vendor "BOE", prod id 1992
[     7.677] (II) intel(0): Printing DDC gathered Modelines:
[     7.677] (II) intel(0): Modeline "3840x2160"x0.0  533.28  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.3 kHz eP)
[     7.677] (II) intel(0): Modeline "3840x2160"x0.0  426.62  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (106.7 kHz e)
[  2439.935] (EE) event20 - SYNA8005:00 06CB:CD8C Touchpad: client bug: event processing lagging behind by 12ms, your system is too slow
[  2440.104] (EE) event20 - SYNA8005:00 06CB:CD8C Touchpad: client bug: event processing lagging behind by 39ms, your system is too slow
[  5984.569] (EE) event20 - SYNA8005:00 06CB:CD8C Touchpad: client bug: event processing lagging behind by 16ms, your system is too slow
[ 12985.662] (EE) event20 - SYNA8005:00 06CB:CD8C Touchpad: client bug: event processing lagging behind by 13ms, your system is too slow
[ 12986.699] (EE) event20 - SYNA8005:00 06CB:CD8C Touchpad: client bug: event processing lagging behind by 13ms, your system is too slow
[ 12986.960] (EE) event20 - SYNA8005:00 06CB:CD8C Touchpad: client bug: event processing lagging behind by 14ms, your system is too slow
[ 14588.419] (EE) event20 - SYNA8005:00 06CB:CD8C Touchpad: kernel bug: Touch jump detected and discarded.
See https://wayland.freedesktop.org/libinput/doc/1.16.2/touchpad-jumping-cursors.html for details

I also found these logs

[muj@The-Eagle log]$ cat Xorg.0.log.old 
[     4.107] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[     4.107] Build Operating System: Linux Arch Linux
[     4.107] Current Operating System: Linux The-Eagle 5.4.72-1-lts #1 SMP Sat, 17 Oct 2020 13:30:57 +0000 x86_64
[     4.107] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=cc8c6fc8-8944-4016-af8b-fe344e6a3763 rw loglevel=3 quiet
[     4.107] Build Date: 02 September 2020  06:17:44AM
[     4.107]  
[     4.107] Current version of pixman: 0.40.0
[     4.107] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.107] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.108] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 25 06:27:05 2020
[     4.109] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.109] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.109] (==) No Layout section.  Using the first Screen section.
[     4.109] (==) No screen section available. Using defaults.
[     4.109] (**) |-->Screen "Default Screen Section" (0)
[     4.109] (**) |   |-->Monitor "<default monitor>"
[     4.110] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     4.110] (==) Automatically adding devices
[     4.110] (==) Automatically enabling devices
[     4.110] (==) Automatically adding GPU devices
[     4.110] (==) Automatically binding GPU devices
[     4.110] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.111] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     4.111] 	Entry deleted from font path.
[     4.111] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     4.111] 	Entry deleted from font path.
[     4.111] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     4.111] 	Entry deleted from font path.
[     4.113] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     4.113] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.113] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.113] (II) Module ABI versions:
[     4.113] 	X.Org ANSI C Emulation: 0.4
[     4.113] 	X.Org Video Driver: 24.1
[     4.113] 	X.Org XInput driver : 24.1
[     4.113] 	X.Org Server Extension : 10.0
[     4.114] (++) using VT number 7

[     4.114] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.114] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.114] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     4.146] (EE) 
[     4.146] (EE) Backtrace:
[     4.146] (EE) 0: /usr/lib/Xorg (xorg_backtrace+0x53) [0x561f2c38dbd3]
[     4.146] (EE) 1: /usr/lib/Xorg (0x561f2c247000+0x151a15) [0x561f2c398a15]
[     4.146] (EE) 2: /usr/lib/libc.so.6 (0x7f71a63a2000+0x3d6a0) [0x7f71a63df6a0]
[     4.146] (EE) 3: /usr/lib/Xorg (xf86BusProbe+0x1c2) [0x561f2c3a2e32]
[     4.146] (EE) 4: /usr/lib/Xorg (InitOutput+0xeaa) [0x561f2c3b444a]
[     4.146] (EE) 5: /usr/lib/Xorg (0x561f2c247000+0x39426) [0x561f2c280426]
[     4.146] (EE) 6: /usr/lib/libc.so.6 (__libc_start_main+0xf2) [0x7f71a63ca152]
[     4.146] (EE) 7: /usr/lib/Xorg (_start+0x2e) [0x561f2c2815ae]
[     4.146] (EE) 
[     4.146] (EE) Segmentation fault at address 0x0
[     4.146] (EE) 
Fatal server error:
[     4.146] (EE) Caught signal 11 (Segmentation fault). Server aborting
[     4.146] (EE) 
[     4.146] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[     4.146] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[     4.146] (EE) 
[     4.146] (EE) Server terminated with error (1). Closing log file.

Last edited by Straight-path (2020-10-25 11:50:46)

Offline

#12 2020-10-25 13:16:06

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,706

Offline

#13 2020-10-25 14:16:19

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

I'm not at my computer now so I won't be able to try anything. Also going underground.

Did you post the link because you found an issue in the logs I pasted and the solution is in the link?

From the link, is this correct?

MODULES=(intel_agp i915 )

Paste it in

/etc/mkinitcpio.conf

I'm not sure if I should do this too

FILES=(/usr/lib/firmware/edid/your_edid.bin)
/etc/mkinitcpio.conf

And regenerate the initramfs with

# mkinitcpio -p

Offline

#14 2020-10-25 14:22:44

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,706

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

Nahh… I just randomly post shit…

#6  0x0000561f2c3a2e32 xf86BusProbe (Xorg + 0x15be32)
#7  0x0000561f2c3b444a InitOutput (Xorg + 0x16d44a)

Xorg crashes when it probes devices, a possible (and likely) reason is that the device isn't fully initialized, so it makes sense to do that earlier.

You shall *edit* /etc/mkinitcpio.conf, intel_agp is probably not required (check lsmod on whether it's loaded at all) nor is an EDID in this context and if you used a custom EDID, you'd be aware of that. Also most certainly not w/ a generic file path.

Offline

#15 2020-10-25 14:26:16

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

Okay thank you.

And thanks for your explanation, it really helped .

Last edited by Straight-path (2020-10-25 15:00:22)

Offline

#16 2020-10-25 16:27:54

loqs
Member
Registered: 2014-03-06
Posts: 19,043

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

If the suggested fix does not work see https://bugs.archlinux.org/task/67831

Offline

#17 2020-10-25 16:58:59

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

Thank you loqs.

This may be a stupid question but how would I know if the suggested fix works or not?

Would I just check on

sudo journalctl -b

every now and then and look out for core dumps by xorg?

I only briefly read the link you gave but I couldn't really see anything for me to do. Were you implying I would need to report a bug if my issue persists?

Offline

#18 2020-10-25 17:08:52

loqs
Member
Registered: 2014-03-06
Posts: 19,043

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

If you follow seth's suggestion from post #12 and still get the coredump downgrade xorg-server and related packages to 1.20.8-3 and see if you can still produce the coreddump.

Offline

#19 2020-10-25 18:07:43

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

Okay.

I'll try Seth's suggestion and then downgrade xorg-server if I still notice coredumps with xorg.

I don't know how to downgrade but I'll do my best to learn how. I'm assuming there must be a way to stop the package from being upgraded once I've downgraded it otherwise the issue will continue. And then do I just try and upgrade it again in the future hoping the issues been resolved?

That's something I wanted to know. I read on the wiki that the system should always be fully upgraded. What if there's a regression with a package and it has to be stopped being upgraded for a while until the regression is resolved? Doesn't that cause an issue with the whole system?

Offline

#20 2020-10-25 18:19:31

loqs
Member
Registered: 2014-03-06
Posts: 19,043

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

See downgrading packages.

Using an older version of a package is a partial upgrade and can cause issues in of itself.
For this issue if the downgrade works you can then apply the upstream fix of reverting three commits.

Offline

#21 2020-10-25 19:36:43

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

loqs wrote:

For this issue if the downgrade works you can then apply the upstream fix of reverting three commits.

I have absolutely no idea what that means, but leave it for now. Let me try and follow the steps before. All of this is totally new so I've got lots of reading to do, lol just hope I can understand what I read and don't make massive mistakes trying to implement things.

I've already read around initramfs, mkinitcpio, kms, kernel modules. But to be honest I probably only understood about 10% of what I read. Doing my best, its just very difficult when every other word is something I don't know about and takes a lot to understand.

Thank you.

Last edited by Straight-path (2020-10-25 19:40:40)

Offline

#22 2020-10-25 20:42:14

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

Right so when I got back I booted my laptop and ran

sudo journalctl -b

and saw xorg user 0 core dump or something similar with the same fail error. I then followed seth's advice but when I did

lsmod

I didn't see the

intel_agp

module so when I edited

/etc/mkinitcpio.conf

I only added

MODULES=(i915)

I then ran

sudo mkinitcpio -P

to regenerate the

initramfs

It seems to me that the

initramfs

were generated correctly but there were some warnings:

[muj@The-Eagle ~]$ sudo mkinitcpio -P
==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
  -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts.img
==> Starting build: 5.4.72-1-lts
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-lts.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
  -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts-fallback.img -S autodetect
==> Starting build: 5.4.72-1-lts
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-lts-fallback.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.9.1-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.9.1-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: aic94xx
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: xhci_pci
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful

I'm not sure if the warnings are something that need to be dealt with though.

after rebooting and running

sudo journalctl -b

again I didn't see the xorg core dump, so I'm hoping/assuming the issue has been resolved.

output from

sudo journalctl -b
Oct 25 20:23:21 The-Eagle kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 25 20:23:21 The-Eagle kernel: pci_bus 0000:00: resource 7 [mem 0x7d800000-0xefffffff window]
Oct 25 20:23:21 The-Eagle kernel: pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
Oct 25 20:23:21 The-Eagle kernel: pci_bus 0000:02: resource 1 [mem 0xea200000-0xea2fffff]
Oct 25 20:23:21 The-Eagle kernel: pci_bus 0000:03: resource 1 [mem 0xea100000-0xea1fffff]
Oct 25 20:23:21 The-Eagle kernel: pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
Oct 25 20:23:21 The-Eagle kernel: pci_bus 0000:05: resource 1 [mem 0xd0000000-0xe81fffff]
Oct 25 20:23:21 The-Eagle kernel: pci_bus 0000:05: resource 2 [mem 0x80000000-0xbfffffff 64bit pref]
Oct 25 20:23:21 The-Eagle kernel: NET: Registered protocol family 2
Oct 25 20:23:21 The-Eagle kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 25 20:23:21 The-Eagle kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 25 20:23:21 The-Eagle kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 25 20:23:21 The-Eagle kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 25 20:23:21 The-Eagle kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 25 20:23:21 The-Eagle kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 25 20:23:21 The-Eagle kernel: NET: Registered protocol family 1
Oct 25 20:23:21 The-Eagle kernel: NET: Registered protocol family 44
Oct 25 20:23:21 The-Eagle kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 25 20:23:21 The-Eagle kernel: PCI: CLS 0 bytes, default 64
Oct 25 20:23:21 The-Eagle kernel: Trying to unpack rootfs image as initramfs...
Oct 25 20:23:21 The-Eagle kernel: Freeing initrd memory: 15456K
Oct 25 20:23:21 The-Eagle kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 25 20:23:21 The-Eagle kernel: software IO TLB: mapped [mem 0x62446000-0x66446000] (64MB)
Oct 25 20:23:21 The-Eagle kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Oct 25 20:23:21 The-Eagle kernel: check: Scanning for low memory corruption every 60 seconds
Oct 25 20:23:21 The-Eagle kernel: Initialise system trusted keyrings
Oct 25 20:23:21 The-Eagle kernel: Key type blacklist registered
Oct 25 20:23:21 The-Eagle kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 25 20:23:21 The-Eagle kernel: zbud: loaded
Oct 25 20:23:21 The-Eagle kernel: Key type asymmetric registered
Oct 25 20:23:21 The-Eagle kernel: Asymmetric key parser 'x509' registered
Oct 25 20:23:21 The-Eagle kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Oct 25 20:23:21 The-Eagle kernel: io scheduler mq-deadline registered
Oct 25 20:23:21 The-Eagle kernel: io scheduler kyber registered
Oct 25 20:23:21 The-Eagle kernel: io scheduler bfq registered
Oct 25 20:23:21 The-Eagle kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 25 20:23:21 The-Eagle kernel: efifb: probing for efifb
Oct 25 20:23:21 The-Eagle kernel: efifb: showing boot graphics
Oct 25 20:23:21 The-Eagle kernel: efifb: framebuffer at 0xc0000000, using 32448k, total 32448k
Oct 25 20:23:21 The-Eagle kernel: efifb: mode is 3840x2160x32, linelength=15360, pages=1
Oct 25 20:23:21 The-Eagle kernel: efifb: scrolling: redraw
Oct 25 20:23:21 The-Eagle kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 25 20:23:21 The-Eagle kernel: fbcon: Deferring console take-over
Oct 25 20:23:21 The-Eagle kernel: fb0: EFI VGA frame buffer device
Oct 25 20:23:21 The-Eagle kernel: intel_idle: MWAIT substates: 0x11142120
Oct 25 20:23:21 The-Eagle kernel: intel_idle: v0.4.1 model 0x8E
Oct 25 20:23:21 The-Eagle kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 25 20:23:21 The-Eagle kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Oct 25 20:23:21 The-Eagle kernel: ACPI: Sleep Button [SLPB]
Oct 25 20:23:21 The-Eagle kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Oct 25 20:23:21 The-Eagle kernel: ACPI: Lid Switch [LID]
Oct 25 20:23:21 The-Eagle kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Oct 25 20:23:21 The-Eagle kernel: ACPI: Power Button [PWRF]
Oct 25 20:23:21 The-Eagle kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 25 20:23:21 The-Eagle kernel: ACPI: Thermal Zone [THM0] (47 C)
Oct 25 20:23:21 The-Eagle kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 25 20:23:21 The-Eagle kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 25 20:23:21 The-Eagle kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Oct 25 20:23:21 The-Eagle kernel: nvme nvme0: pci function 0000:03:00.0
Oct 25 20:23:21 The-Eagle kernel: usbcore: registered new interface driver usbserial_generic
Oct 25 20:23:21 The-Eagle kernel: usbserial: USB Serial support registered for generic
Oct 25 20:23:21 The-Eagle kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Oct 25 20:23:21 The-Eagle kernel: rtc_cmos rtc_cmos: registered as rtc0
Oct 25 20:23:21 The-Eagle kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Oct 25 20:23:21 The-Eagle kernel: intel_pstate: Intel P-state driver initializing
Oct 25 20:23:21 The-Eagle kernel: intel_pstate: HWP enabled
Oct 25 20:23:21 The-Eagle kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 25 20:23:21 The-Eagle kernel: intel_pmc_core INT33A1:00:  initialized
Oct 25 20:23:21 The-Eagle kernel: drop_monitor: Initializing network drop monitor service
Oct 25 20:23:21 The-Eagle kernel: NET: Registered protocol family 10
Oct 25 20:23:21 The-Eagle kernel: Segment Routing with IPv6
Oct 25 20:23:21 The-Eagle kernel: NET: Registered protocol family 17
Oct 25 20:23:21 The-Eagle kernel: RAS: Correctable Errors collector initialized.
Oct 25 20:23:21 The-Eagle kernel: microcode: sig=0x806ec, pf=0x80, revision=0xde
Oct 25 20:23:21 The-Eagle kernel: microcode: Microcode Update Driver: v2.2.
Oct 25 20:23:21 The-Eagle kernel: IPI shorthand broadcast: enabled
Oct 25 20:23:21 The-Eagle kernel: sched_clock: Marking stable (1158328902, -9140223)->(1164463798, -15275119)
Oct 25 20:23:21 The-Eagle kernel: registered taskstats version 1
Oct 25 20:23:21 The-Eagle kernel: Loading compiled-in X.509 certificates
Oct 25 20:23:21 The-Eagle kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7bc55262ef94a8ea9201c74adcaa6ba50aad6475'
Oct 25 20:23:21 The-Eagle kernel: zswap: loaded using pool lzo/zbud
Oct 25 20:23:21 The-Eagle kernel: Key type ._fscrypt registered
Oct 25 20:23:21 The-Eagle kernel: Key type .fscrypt registered
Oct 25 20:23:21 The-Eagle kernel: Key type big_key registered
Oct 25 20:23:21 The-Eagle kernel: PM:   Magic number: 8:848:397
Oct 25 20:23:21 The-Eagle kernel: mem random: hash matches
Oct 25 20:23:21 The-Eagle kernel: rtc_cmos rtc_cmos: setting system clock to 2020-10-25T20:23:19 UTC (1603657399)
Oct 25 20:23:21 The-Eagle kernel: nvme nvme0: 8/0/0 default/read/poll queues
Oct 25 20:23:21 The-Eagle kernel:  nvme0n1: p1 p2 p3
Oct 25 20:23:21 The-Eagle kernel: Freeing unused decrypted memory: 2040K
Oct 25 20:23:21 The-Eagle kernel: Freeing unused kernel image memory: 1708K
Oct 25 20:23:21 The-Eagle kernel: Write protecting the kernel read-only data: 18432k
Oct 25 20:23:21 The-Eagle kernel: Freeing unused kernel image memory: 2012K
Oct 25 20:23:21 The-Eagle kernel: Freeing unused kernel image memory: 92K
Oct 25 20:23:21 The-Eagle kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 25 20:23:21 The-Eagle kernel: Run /init as init process
Oct 25 20:23:21 The-Eagle kernel: fbcon: Taking over console
Oct 25 20:23:21 The-Eagle kernel: Console: switching to colour frame buffer device 480x135
Oct 25 20:23:21 The-Eagle kernel: Linux agpgart interface v0.103
Oct 25 20:23:21 The-Eagle kernel: i915 0000:00:02.0: enabling device (0006 -> 0007)
Oct 25 20:23:21 The-Eagle kernel: checking generic (c0000000 1fb0000) vs hw (c0000000 10000000)
Oct 25 20:23:21 The-Eagle kernel: fb0: switching to inteldrmfb from EFI VGA
Oct 25 20:23:21 The-Eagle kernel: Console: switching to colour dummy device 80x25
Oct 25 20:23:21 The-Eagle kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Oct 25 20:23:21 The-Eagle kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 25 20:23:21 The-Eagle kernel: [drm] Driver supports precise vblank timestamp query.
Oct 25 20:23:21 The-Eagle kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
Oct 25 20:23:21 The-Eagle kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Oct 25 20:23:21 The-Eagle kernel: [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
Oct 25 20:23:21 The-Eagle kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Oct 25 20:23:21 The-Eagle kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
Oct 25 20:23:21 The-Eagle kernel: fbcon: i915drmfb (fb0) is primary device
Oct 25 20:23:21 The-Eagle kernel: tsc: Refined TSC clocksource calibration: 1991.995 MHz
Oct 25 20:23:21 The-Eagle kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d48bcfa5, max_idle_ns: 881590611924 ns
Oct 25 20:23:21 The-Eagle kernel: clocksource: Switched to clocksource tsc
Oct 25 20:23:21 The-Eagle kernel: Console: switching to colour frame buffer device 480x135
Oct 25 20:23:21 The-Eagle kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device
Oct 25 20:23:21 The-Eagle kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 25 20:23:21 The-Eagle kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 25 20:23:21 The-Eagle kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 25 20:23:21 The-Eagle kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 25 20:23:21 The-Eagle kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 25 20:23:21 The-Eagle kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Oct 25 20:23:21 The-Eagle kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 25 20:23:21 The-Eagle kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Oct 25 20:23:21 The-Eagle kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 20:23:21 The-Eagle kernel: usb usb1: Product: xHCI Host Controller
Oct 25 20:23:21 The-Eagle kernel: usb usb1: Manufacturer: Linux 5.4.72-1-lts xhci-hcd
Oct 25 20:23:21 The-Eagle kernel: usb usb1: SerialNumber: 0000:00:14.0
Oct 25 20:23:21 The-Eagle kernel: hub 1-0:1.0: USB hub found
Oct 25 20:23:21 The-Eagle kernel: hub 1-0:1.0: 12 ports detected
Oct 25 20:23:21 The-Eagle kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 25 20:23:21 The-Eagle kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 25 20:23:21 The-Eagle kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Oct 25 20:23:21 The-Eagle kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
Oct 25 20:23:21 The-Eagle kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 20:23:21 The-Eagle kernel: usb usb2: Product: xHCI Host Controller
Oct 25 20:23:21 The-Eagle kernel: usb usb2: Manufacturer: Linux 5.4.72-1-lts xhci-hcd
Oct 25 20:23:21 The-Eagle kernel: usb usb2: SerialNumber: 0000:00:14.0
Oct 25 20:23:21 The-Eagle kernel: hub 2-0:1.0: USB hub found
Oct 25 20:23:21 The-Eagle kernel: hub 2-0:1.0: 6 ports detected
Oct 25 20:23:21 The-Eagle kernel: usb: port power management may be unreliable
Oct 25 20:23:21 The-Eagle kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Oct 25 20:23:21 The-Eagle kernel: random: fast init done
Oct 25 20:23:21 The-Eagle kernel: EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 20:23:21 The-Eagle systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +>
Oct 25 20:23:21 The-Eagle systemd[1]: Detected architecture x86-64.
Oct 25 20:23:21 The-Eagle systemd[1]: Set hostname to <The-Eagle>.
Oct 25 20:23:21 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file,>
Oct 25 20:23:21 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:10: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file>
Oct 25 20:23:21 The-Eagle systemd[1]: Queued start job for default target Graphical Interface.
Oct 25 20:23:21 The-Eagle systemd[1]: Created slice system-getty.slice.
Oct 25 20:23:21 The-Eagle systemd[1]: Created slice system-modprobe.slice.
Oct 25 20:23:21 The-Eagle systemd[1]: Created slice system-systemd\x2dfsck.slice.
Oct 25 20:23:21 The-Eagle systemd[1]: Created slice User and Session Slice.
Oct 25 20:23:21 The-Eagle systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 25 20:23:21 The-Eagle systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 25 20:23:21 The-Eagle systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 25 20:23:21 The-Eagle systemd[1]: Reached target Local Encrypted Volumes.
Oct 25 20:23:21 The-Eagle systemd[1]: Reached target Login Prompts.
Oct 25 20:23:21 The-Eagle systemd[1]: Reached target Paths.
Oct 25 20:23:21 The-Eagle systemd[1]: Reached target Remote File Systems.
Oct 25 20:23:21 The-Eagle systemd[1]: Reached target Slices.
Oct 25 20:23:21 The-Eagle systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 25 20:23:21 The-Eagle systemd[1]: Listening on LVM2 metadata daemon socket.
Oct 25 20:23:21 The-Eagle systemd[1]: Listening on LVM2 poll daemon socket.
Oct 25 20:23:21 The-Eagle systemd[1]: Listening on Process Core Dump Socket.
Oct 25 20:23:21 The-Eagle systemd[1]: Listening on Journal Audit Socket.
Oct 25 20:23:21 The-Eagle systemd[1]: Listening on Journal Socket (/dev/log).
Oct 25 20:23:21 The-Eagle systemd[1]: Listening on Journal Socket.
Oct 25 20:23:21 The-Eagle systemd[1]: Listening on udev Control Socket.
Oct 25 20:23:21 The-Eagle systemd[1]: Listening on udev Kernel Socket.
Oct 25 20:23:21 The-Eagle systemd[1]: Mounting Huge Pages File System...
Oct 25 20:23:21 The-Eagle systemd[1]: Mounting POSIX Message Queue File System...
Oct 25 20:23:21 The-Eagle systemd[1]: Mounting Kernel Debug File System...
Oct 25 20:23:21 The-Eagle systemd[1]: Mounting Kernel Trace File System...
Oct 25 20:23:21 The-Eagle systemd[1]: Starting Create list of static device nodes for the current kernel...
Oct 25 20:23:21 The-Eagle systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Oct 25 20:23:21 The-Eagle systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
Oct 25 20:23:21 The-Eagle systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 25 20:23:21 The-Eagle systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Oct 25 20:23:21 The-Eagle systemd[1]: Starting Journal Service...
Oct 25 20:23:21 The-Eagle systemd[1]: Starting Load Kernel Modules...
Oct 25 20:23:21 The-Eagle systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 25 20:23:21 The-Eagle systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Oct 25 20:23:21 The-Eagle systemd[1]: Starting Coldplug All udev Devices...
Oct 25 20:23:21 The-Eagle systemd[1]: Mounted Huge Pages File System.
Oct 25 20:23:21 The-Eagle systemd[1]: Mounted POSIX Message Queue File System.
Oct 25 20:23:21 The-Eagle systemd[1]: Mounted Kernel Debug File System.
Oct 25 20:23:21 The-Eagle systemd[1]: Mounted Kernel Trace File System.
Oct 25 20:23:21 The-Eagle systemd[1]: Finished Create list of static device nodes for the current kernel.
Oct 25 20:23:21 The-Eagle kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 25 20:23:21 The-Eagle kernel: EXT4-fs (nvme0n1p3): re-mounted. Opts: (null)
Oct 25 20:23:21 The-Eagle systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 25 20:23:21 The-Eagle systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Oct 25 20:23:21 The-Eagle systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 25 20:23:21 The-Eagle systemd[1]: Starting Load/Save Random Seed...
Oct 25 20:23:21 The-Eagle systemd[1]: Condition check resulted in Create System Users being skipped.
Oct 25 20:23:21 The-Eagle systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 25 20:23:21 The-Eagle systemd[1]: Finished Load Kernel Modules.
Oct 25 20:23:21 The-Eagle systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Oct 25 20:23:21 The-Eagle systemd[1]: Mounting Kernel Configuration File System...
Oct 25 20:23:21 The-Eagle systemd[1]: Starting Apply Kernel Variables...
Oct 25 20:23:21 The-Eagle systemd[1]: Mounted Kernel Configuration File System.
Oct 25 20:23:21 The-Eagle systemd[1]: Finished Apply Kernel Variables.
Oct 25 20:23:21 The-Eagle systemd[1]: Starting CLI Netfilter Manager...
Oct 25 20:23:21 The-Eagle systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 25 20:23:21 The-Eagle systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 25 20:23:21 The-Eagle kernel: usb 1-8: new high-speed USB device number 2 using xhci_hcd
Oct 25 20:23:21 The-Eagle systemd[1]: Finished Coldplug All udev Devices.
Oct 25 20:23:21 The-Eagle systemd[1]: Finished CLI Netfilter Manager.
Oct 25 20:23:21 The-Eagle systemd-journald[239]: Journal started
Oct 25 20:23:21 The-Eagle systemd-journald[239]: Runtime Journal (/run/log/journal/6b72f05af6284c1991804fbc9e46eb93) is 8.0M, max 784.7M, 776.7M free.
Oct 25 20:23:21 The-Eagle systemd-modules-load[240]: Inserted module 'crypto_user'
Oct 25 20:23:21 The-Eagle systemd-random-seed[244]: Kernel entropy pool is not initialized yet, waiting until it is.
Oct 25 20:23:21 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termi>
Oct 25 20:23:21 The-Eagle systemd-sysctl[247]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Oct 25 20:23:21 The-Eagle systemd-sysctl[247]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Oct 25 20:23:21 The-Eagle systemd-sysctl[247]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Oct 25 20:23:21 The-Eagle systemd-sysctl[247]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Oct 25 20:23:21 The-Eagle systemd-sysctl[247]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Oct 25 20:23:21 The-Eagle systemd-sysctl[247]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Oct 25 20:23:21 The-Eagle systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 25 20:23:21 The-Eagle systemd-journald[239]: Time spent on flushing to /var/log/journal/6b72f05af6284c1991804fbc9e46eb93 is 45.154ms for 733 entries.
Oct 25 20:23:21 The-Eagle systemd-journald[239]: System Journal (/var/log/journal/6b72f05af6284c1991804fbc9e46eb93) is 88.0M, max 4.0G, 3.9G free.
Oct 25 20:23:21 The-Eagle systemd[1]: Started Journal Service.
Oct 25 20:23:21 The-Eagle kernel: audit: type=1130 audit(1603657401.848:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/system>
Oct 25 20:23:21 The-Eagle kernel: audit: type=1130 audit(1603657401.858:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" >
Oct 25 20:23:21 The-Eagle kernel: audit: type=1130 audit(1603657401.858:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" h>
Oct 25 20:23:21 The-Eagle kernel: usb 1-8: New USB device found, idVendor=04f2, idProduct=b67c, bcdDevice=67.26
Oct 25 20:23:21 The-Eagle kernel: usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 25 20:23:21 The-Eagle kernel: usb 1-8: Product: Integrated Camera
Oct 25 20:23:21 The-Eagle kernel: usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
Oct 25 20:23:21 The-Eagle kernel: usb 1-8: SerialNumber: 6726
Oct 25 20:23:21 The-Eagle kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Oct 25 20:23:21 The-Eagle kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Oct 25 20:23:21 The-Eagle kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Oct 25 20:23:21 The-Eagle kernel: acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Oct 25 20:23:21 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal>
Oct 25 20:23:21 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=>
Oct 25 20:23:21 The-Eagle systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 25 20:23:21 The-Eagle systemd[1]: Started LVM2 metadata daemon.
Oct 25 20:23:21 The-Eagle systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 25 20:23:21 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? >
Oct 25 20:23:21 The-Eagle kernel: audit: type=1130 audit(1603657401.908:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/s>
Oct 25 20:23:21 The-Eagle kernel: tpm_tis STM7364:00: 2.0 TPM (device-id 0x0, rev-id 78)
Oct 25 20:23:21 The-Eagle kernel: ACPI: AC Adapter [AC] (off-line)
Oct 25 20:23:21 The-Eagle kernel: Non-volatile memory driver v1.3
Oct 25 20:23:21 The-Eagle systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Oct 25 20:23:21 The-Eagle kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Oct 25 20:23:21 The-Eagle kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Oct 25 20:23:21 The-Eagle kernel: thinkpad_acpi: ThinkPad BIOS N2HET57W (1.40 ), EC N2HHT37W
Oct 25 20:23:21 The-Eagle kernel: thinkpad_acpi: Lenovo ThinkPad X1 Carbon 7th, model 20QD00KWUK
Oct 25 20:23:21 The-Eagle kernel: thinkpad_acpi: radio switch found; radios are enabled
Oct 25 20:23:21 The-Eagle kernel: thinkpad_acpi: Tablet mode switch found (type: GMMS), currently in laptop mode
Oct 25 20:23:21 The-Eagle kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Oct 25 20:23:21 The-Eagle kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Oct 25 20:23:21 The-Eagle kernel: intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
Oct 25 20:23:21 The-Eagle systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Oct 25 20:23:21 The-Eagle kernel: hidraw: raw HID events driver (C) Jiri Kosina
Oct 25 20:23:21 The-Eagle kernel: nfc: nfc_init: NFC Core ver 0.1
Oct 25 20:23:21 The-Eagle kernel: NET: Registered protocol family 39
Oct 25 20:23:21 The-Eagle kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Oct 25 20:23:21 The-Eagle kernel: thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is blocked
Oct 25 20:23:21 The-Eagle systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Oct 25 20:23:21 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/syste>
Oct 25 20:23:21 The-Eagle kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Oct 25 20:23:21 The-Eagle kernel: audit: type=1130 audit(1603657401.948:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" e>
Oct 25 20:23:21 The-Eagle kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Oct 25 20:23:21 The-Eagle kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Oct 25 20:23:21 The-Eagle kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 25 20:23:21 The-Eagle kernel: random: tlp-readconfs: uninitialized urandom read (4 bytes read)
Oct 25 20:23:22 The-Eagle kernel: usb 1-9: new full-speed USB device number 3 using xhci_hcd
Oct 25 20:23:22 The-Eagle kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 25 20:23:22 The-Eagle kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 25 20:23:22 The-Eagle kernel: intel_rapl_common: Found RAPL domain package
Oct 25 20:23:22 The-Eagle kernel: intel_rapl_common: Found RAPL domain dram
Oct 25 20:23:22 The-Eagle kernel: proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
Oct 25 20:23:22 The-Eagle kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 25 20:23:22 The-Eagle kernel: cfg80211: failed to load regulatory.db
Oct 25 20:23:22 The-Eagle kernel: battery: new extension: ThinkPad Battery Extension
Oct 25 20:23:22 The-Eagle kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
Oct 25 20:23:22 The-Eagle kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Oct 25 20:23:22 The-Eagle kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Oct 25 20:23:22 The-Eagle kernel: i2c_hid i2c-SYNA8005:00: i2c-SYNA8005:00 supply vdd not found, using dummy regulator
Oct 25 20:23:22 The-Eagle kernel: i2c_hid i2c-SYNA8005:00: i2c-SYNA8005:00 supply vddl not found, using dummy regulator
Oct 25 20:23:22 The-Eagle kernel: Intel(R) Wireless WiFi driver for Linux
Oct 25 20:23:22 The-Eagle kernel: Copyright(c) 2003- 2015 Intel Corporation
Oct 25 20:23:22 The-Eagle kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
Oct 25 20:23:22 The-Eagle kernel: iwlwifi 0000:00:14.3: loaded firmware version 46.4d093a30.0 op_mode iwlmvm
Oct 25 20:23:22 The-Eagle kernel: thinkpad_acpi: battery 1 registered (start 0, stop 100)
Oct 25 20:23:22 The-Eagle kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Oct 25 20:23:22 The-Eagle systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 2.
Oct 25 20:23:22 The-Eagle systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 1.
Oct 25 20:23:22 The-Eagle systemd[1]: Activating swap /dev/disk/by-uuid/382408de-8f2a-4a9a-a701-41eca460870e...
Oct 25 20:23:22 The-Eagle kernel: usb 1-9: New USB device found, idVendor=06cb, idProduct=00bd, bcdDevice= 0.00
Oct 25 20:23:22 The-Eagle kernel: usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Oct 25 20:23:22 The-Eagle kernel: usb 1-9: SerialNumber: 56beefeafca5
Oct 25 20:23:22 The-Eagle kernel: Adding 17825788k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:17825788k SSFS
Oct 25 20:23:22 The-Eagle systemd[1]: Activated swap /dev/disk/by-uuid/382408de-8f2a-4a9a-a701-41eca460870e.
Oct 25 20:23:22 The-Eagle systemd[1]: Reached target Swap.
Oct 25 20:23:22 The-Eagle systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 25 20:23:22 The-Eagle systemd[1]: Mounted Temporary Directory (/tmp).
Oct 25 20:23:22 The-Eagle kernel: usb 1-10: new full-speed USB device number 4 using xhci_hcd
Oct 25 20:23:22 The-Eagle kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Oct 25 20:23:22 The-Eagle kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Oct 25 20:23:22 The-Eagle kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Oct 25 20:23:22 The-Eagle kernel: audit: type=1130 audit(1603657402.398:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" h>
Oct 25 20:23:22 The-Eagle kernel: i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
Oct 25 20:23:22 The-Eagle kernel: input: PC Speaker as /devices/platform/pcspkr/input/input8
Oct 25 20:23:22 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=>
Oct 25 20:23:22 The-Eagle systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 25 20:23:22 The-Eagle systemd[1]: Reached target Local File Systems (Pre).
Oct 25 20:23:22 The-Eagle systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 25 20:23:22 The-Eagle systemd[1]: Starting File System Check on /dev/disk/by-uuid/7897-94B9...
Oct 25 20:23:22 The-Eagle kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Oct 25 20:23:22 The-Eagle kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Oct 25 20:23:22 The-Eagle systemd-fsck[409]: fsck.fat 4.1 (2017-01-24)
Oct 25 20:23:22 The-Eagle systemd-fsck[409]: /dev/nvme0n1p1: 9 files, 6243/130812 clusters
Oct 25 20:23:22 The-Eagle systemd[1]: Finished File System Check on /dev/disk/by-uuid/7897-94B9.
Oct 25 20:23:22 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-7897\x2d94B9 comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 20:23:22 The-Eagle kernel: audit: type=1130 audit(1603657402.418:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-7897\x2d94B9 comm="systemd">
Oct 25 20:23:22 The-Eagle systemd[1]: Mounting /boot/EFI...
Oct 25 20:23:22 The-Eagle kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz, REV=0x318
Oct 25 20:23:22 The-Eagle kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 25 20:23:22 The-Eagle systemd[1]: Mounted /boot/EFI.
Oct 25 20:23:22 The-Eagle systemd[1]: Reached target Local File Systems.
Oct 25 20:23:22 The-Eagle systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Oct 25 20:23:22 The-Eagle systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 25 20:23:22 The-Eagle systemd[1]: Starting Create Volatile Files and Directories...
Oct 25 20:23:22 The-Eagle kernel: resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than pnp 00:07 [mem 0xfed10000-0xfed13fff]
Oct 25 20:23:22 The-Eagle kernel: caller snb_uncore_imc_init_box+0x74/0xb0 [intel_uncore] mapping multiple BARs
Oct 25 20:23:22 The-Eagle systemd[1]: Finished Create Volatile Files and Directories.
Oct 25 20:23:22 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=?>
Oct 25 20:23:22 The-Eagle systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Oct 25 20:23:22 The-Eagle systemd[1]: Starting Network Time Synchronization...
Oct 25 20:23:22 The-Eagle systemd[1]: Condition check resulted in Update is Completed being skipped.
Oct 25 20:23:22 The-Eagle systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 25 20:23:22 The-Eagle kernel: audit: type=1130 audit(1603657402.458:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/>
Oct 25 20:23:22 The-Eagle audit[418]: SYSTEM_BOOT pid=418 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? >
Oct 25 20:23:22 The-Eagle kernel: audit: type=1127 audit(1603657402.468:10): pid=418 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-upda>
Oct 25 20:23:22 The-Eagle systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Oct 25 20:23:22 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? te>
Oct 25 20:23:22 The-Eagle kernel: iwlwifi 0000:00:14.3: base HW address: 04:33:c2:2d:79:22
Oct 25 20:23:22 The-Eagle kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Oct 25 20:23:22 The-Eagle kernel: thermal thermal_zone6: failed to read out thermal zone (-61)
Oct 25 20:23:22 The-Eagle kernel: usb 1-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
Oct 25 20:23:22 The-Eagle kernel: usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 25 20:23:22 The-Eagle kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC285: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
Oct 25 20:23:22 The-Eagle kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 25 20:23:22 The-Eagle kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 25 20:23:22 The-Eagle kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Oct 25 20:23:22 The-Eagle kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Oct 25 20:23:22 The-Eagle kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
Oct 25 20:23:22 The-Eagle kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Oct 25 20:23:22 The-Eagle kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 25 20:23:22 The-Eagle kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 25 20:23:22 The-Eagle kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 25 20:23:22 The-Eagle kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Oct 25 20:23:22 The-Eagle kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Oct 25 20:23:22 The-Eagle kernel: cryptd: max_cpu_qlen set to 1000
Oct 25 20:23:22 The-Eagle kernel: AVX2 version of gcm_enc/dec engaged.
Oct 25 20:23:22 The-Eagle kernel: AES CTR mode by8 optimization enabled
Oct 25 20:23:22 The-Eagle kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Oct 25 20:23:22 The-Eagle kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) f8:75:a4:e9:15:24
Oct 25 20:23:22 The-Eagle kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Oct 25 20:23:22 The-Eagle kernel: e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
Oct 25 20:23:22 The-Eagle systemd[1]: Started Network Time Synchronization.
Oct 25 20:23:22 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? term>
Oct 25 20:23:22 The-Eagle systemd[1]: Reached target System Initialization.
Oct 25 20:23:22 The-Eagle systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 25 20:23:22 The-Eagle systemd[1]: Reached target System Time Set.
Oct 25 20:23:22 The-Eagle systemd[1]: Reached target System Time Synchronized.
Oct 25 20:23:22 The-Eagle systemd[1]: Started Daily man-db regeneration.
Oct 25 20:23:22 The-Eagle systemd[1]: Started Weekly pkgstats submission.
Oct 25 20:23:22 The-Eagle systemd[1]: Started Daily verification of password and group files.
Oct 25 20:23:22 The-Eagle systemd[1]: Reached target Timers.
Oct 25 20:23:22 The-Eagle systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 25 20:23:22 The-Eagle systemd[1]: Reached target Sockets.
Oct 25 20:23:22 The-Eagle systemd[1]: Reached target Basic System.
Oct 25 20:23:22 The-Eagle systemd[1]: Started Periodic Command Scheduler.
Oct 25 20:23:22 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=>
Oct 25 20:23:22 The-Eagle systemd[1]: Started D-Bus System Message Bus.
Oct 25 20:23:22 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=su>
Oct 25 20:23:22 The-Eagle systemd[1]: Starting Network Manager...
Oct 25 20:23:22 The-Eagle crond[461]: (CRON) STARTUP (1.5.5)
Oct 25 20:23:22 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lenovo_fix comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? >
Oct 25 20:23:22 The-Eagle systemd[1]: Started Stop Intel throttling.
Oct 25 20:23:22 The-Eagle crond[461]: (CRON) INFO (Syslog will be used instead of sendmail.)
Oct 25 20:23:22 The-Eagle crond[461]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 39% if used.)
Oct 25 20:23:22 The-Eagle crond[461]: (CRON) INFO (running with inotify support)
Oct 25 20:23:22 The-Eagle CROND[467]: (root) CMD (sleep 10m && timeshift --create --scripted --tags B)
Oct 25 20:23:22 The-Eagle systemd[1]: Starting User Login Management...
Oct 25 20:23:22 The-Eagle kernel: urandom_read: 2 callbacks suppressed
Oct 25 20:23:22 The-Eagle kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Oct 25 20:23:22 The-Eagle kernel: random: python3: uninitialized urandom read (24 bytes read)
Oct 25 20:23:22 The-Eagle kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Oct 25 20:23:22 The-Eagle NetworkManager[463]: <info>  [1603657402.8703] NetworkManager (version 1.26.4-1) is starting... (for the first time)
Oct 25 20:23:22 The-Eagle NetworkManager[463]: <info>  [1603657402.8705] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 25 20:23:22 The-Eagle systemd[1]: Started Network Manager.
Oct 25 20:23:22 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termina>
Oct 25 20:23:22 The-Eagle NetworkManager[463]: <info>  [1603657402.8721] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 25 20:23:22 The-Eagle systemd[1]: Reached target Network.
Oct 25 20:23:22 The-Eagle systemd[1]: Starting Network Manager Wait Online...
Oct 25 20:23:22 The-Eagle systemd[1]: Starting Permit User Sessions...
Oct 25 20:23:22 The-Eagle NetworkManager[463]: <info>  [1603657402.8750] manager[0x5632bf610030]: monitoring kernel firmware directory '/lib/firmware'.
Oct 25 20:23:22 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.12' (uid>
Oct 25 20:23:22 The-Eagle systemd[1]: Finished Permit User Sessions.
Oct 25 20:23:22 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? >
Oct 25 20:23:22 The-Eagle systemd[1]: Starting Light Display Manager...
Oct 25 20:23:22 The-Eagle systemd[1]: Starting Hostname Service...
Oct 25 20:23:22 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' requested by ':1.14' (uid=0 pid>
Oct 25 20:23:22 The-Eagle systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
Oct 25 20:23:22 The-Eagle kernel: psmouse serio1: trackpoint: Elan TrackPoint firmware: 0x47, buttons: 3/3
Oct 25 20:23:22 The-Eagle kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/input/input7
Oct 25 20:23:22 The-Eagle systemd-udevd[336]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 25 20:23:23 The-Eagle systemd-logind[466]: New seat seat0.
Oct 25 20:23:23 The-Eagle kernel: random: crng init done
Oct 25 20:23:23 The-Eagle kernel: random: 2 urandom warning(s) missed due to ratelimiting
Oct 25 20:23:23 The-Eagle systemd[1]: Finished Load/Save Random Seed.
Oct 25 20:23:23 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? te>
Oct 25 20:23:23 The-Eagle systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 25 20:23:23 The-Eagle systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 25 20:23:23 The-Eagle systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 25 20:23:23 The-Eagle dbus-daemon[462]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 25 20:23:23 The-Eagle systemd[1]: Started Hostname Service.
Oct 25 20:23:23 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? term>
Oct 25 20:23:23 The-Eagle systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight...
Oct 25 20:23:23 The-Eagle systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight.
Oct 25 20:23:23 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:tpacpi::kbd_backlight comm="systemd" exe="/usr/lib/systemd/syst>
Oct 25 20:23:23 The-Eagle kernel: intel_rapl_common: Found RAPL domain package
Oct 25 20:23:23 The-Eagle kernel: intel_rapl_common: Found RAPL domain core
Oct 25 20:23:23 The-Eagle kernel: intel_rapl_common: Found RAPL domain uncore
Oct 25 20:23:23 The-Eagle kernel: intel_rapl_common: Found RAPL domain dram
Oct 25 20:23:23 The-Eagle kernel: input: HDA Intel PCH Headset Jack as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
Oct 25 20:23:23 The-Eagle kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
Oct 25 20:23:23 The-Eagle kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
Oct 25 20:23:23 The-Eagle kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
Oct 25 20:23:23 The-Eagle kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
Oct 25 20:23:23 The-Eagle kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
Oct 25 20:23:23 The-Eagle kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Oct 25 20:23:23 The-Eagle kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Oct 25 20:23:23 The-Eagle kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2191] hostname: hostname: using hostnamed
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2191] hostname: hostname changed from (none) to "The-Eagle"
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2194] dns-mgr[0x5632bf5f5220]: init: dns=default,systemd-resolved rc-manager=symlink
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2218] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill3) (driver iwlwi>
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2225] rfkill1: found WWAN radio killswitch (at /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1) (platform driver thinkp>
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2227] manager[0x5632bf610030]: rfkill: Wi-Fi hardware radio set enabled
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2410] manager[0x5632bf610030]: rfkill: WWAN hardware radio set enabled
Oct 25 20:23:23 The-Eagle kernel: input: SYNA8005:00 06CB:CD8C Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input18
Oct 25 20:23:23 The-Eagle kernel: input: SYNA8005:00 06CB:CD8C Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input19
Oct 25 20:23:23 The-Eagle kernel: hid-generic 0018:06CB:CD8C.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA8005:00 06CB:CD8C] on i2c-SYNA8005:00
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2516] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-bluetooth.so)
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2524] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wifi.so)
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2533] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-ovs.so)
Oct 25 20:23:23 The-Eagle lenovo_fix.py[464]: [I] Detected CPU architecture: Intel Kaby Lake (R)
Oct 25 20:23:23 The-Eagle lenovo_fix.py[464]: [I] Loading config file.
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2646] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-team.so)
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2650] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wwan.so)
Oct 25 20:23:23 The-Eagle kernel: usb 1-10: USB disconnect, device number 4
Oct 25 20:23:23 The-Eagle kernel: iTCO_vendor_support: vendor-support=0
Oct 25 20:23:23 The-Eagle kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Oct 25 20:23:23 The-Eagle kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Oct 25 20:23:23 The-Eagle kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2655] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-adsl.so)
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2657] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2657] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2658] manager: Networking is enabled by state file
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2660] dhcp-init: Using DHCP client 'internal'
Oct 25 20:23:23 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.>
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2664] settings: Loaded settings plugin: keyfile (internal)
Oct 25 20:23:23 The-Eagle systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2682] device (lo): carrier: link connected
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2683] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2689] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2693] device (wlan0): driver supports Access Point (AP) mode
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2697] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.2723] ovsdb: Could not connect: No such file or directory
Oct 25 20:23:23 The-Eagle dbus-daemon[462]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 25 20:23:23 The-Eagle systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 25 20:23:23 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? add>
Oct 25 20:23:23 The-Eagle systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 25 20:23:23 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termina>
Oct 25 20:23:23 The-Eagle systemd-udevd[350]: Using default interface naming scheme 'v245'.
Oct 25 20:23:23 The-Eagle systemd-udevd[350]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 25 20:23:23 The-Eagle kernel: iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.3479] device (wlan0): interface index 2 renamed iface from 'wlan0' to 'wlp0s20f3'
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.3521] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 25 20:23:23 The-Eagle systemd-logind[466]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 25 20:23:23 The-Eagle systemd-logind[466]: Watching system buttons on /dev/input/event0 (Sleep Button)
Oct 25 20:23:23 The-Eagle systemd-logind[466]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Oct 25 20:23:23 The-Eagle systemd-logind[466]: Watching system buttons on /dev/input/event2 (Power Button)
Oct 25 20:23:23 The-Eagle dbus-daemon[462]: [system] Successfully activated service 'org.freedesktop.login1'
Oct 25 20:23:23 The-Eagle systemd[1]: Started User Login Management.
Oct 25 20:23:23 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termina>
Oct 25 20:23:23 The-Eagle kernel: input: SYNA8005:00 06CB:CD8C Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input21
Oct 25 20:23:23 The-Eagle kernel: input: SYNA8005:00 06CB:CD8C Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input22
Oct 25 20:23:23 The-Eagle kernel: hid-multitouch 0018:06CB:CD8C.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA8005:00 06CB:CD8C] on i2c-SYNA8005:00
Oct 25 20:23:23 The-Eagle systemd[1]: Started Light Display Manager.
Oct 25 20:23:23 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res>
Oct 25 20:23:23 The-Eagle lightdm[475]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was n>
Oct 25 20:23:23 The-Eagle systemd-udevd[328]: Using default interface naming scheme 'v245'.
Oct 25 20:23:23 The-Eagle systemd-logind[466]: Watching system buttons on /dev/input/event5 (ThinkPad Extra Buttons)
Oct 25 20:23:23 The-Eagle lenovo_fix.py[464]: [I] Starting main loop.
Oct 25 20:23:23 The-Eagle kernel: mousedev: PS/2 mouse device common for all mice
Oct 25 20:23:23 The-Eagle systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
Oct 25 20:23:23 The-Eagle systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Oct 25 20:23:23 The-Eagle systemd[1]: Reached target Sound Card.
Oct 25 20:23:23 The-Eagle systemd-udevd[328]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.5988] device (wlp0s20f3): set-hw-addr: set MAC address to 66:7A:98:7C:95:B5 (scanning)
Oct 25 20:23:23 The-Eagle kernel: mc: Linux media interface: v0.10
Oct 25 20:23:23 The-Eagle kernel: Bluetooth: Core ver 2.22
Oct 25 20:23:23 The-Eagle kernel: NET: Registered protocol family 31
Oct 25 20:23:23 The-Eagle kernel: Bluetooth: HCI device and connection manager initialized
Oct 25 20:23:23 The-Eagle kernel: Bluetooth: HCI socket layer initialized
Oct 25 20:23:23 The-Eagle kernel: Bluetooth: L2CAP socket layer initialized
Oct 25 20:23:23 The-Eagle kernel: Bluetooth: SCO socket layer initialized
Oct 25 20:23:23 The-Eagle kernel: usbcore: registered new interface driver btusb
Oct 25 20:23:23 The-Eagle kernel: videodev: Linux video capture interface: v2.00
Oct 25 20:23:23 The-Eagle systemd-udevd[326]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 25 20:23:23 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.12' (uid=0 pid=463 comm="/us>
Oct 25 20:23:23 The-Eagle systemd-udevd[339]: Using default interface naming scheme 'v245'.
Oct 25 20:23:23 The-Eagle systemd[1]: Starting WPA supplicant...
Oct 25 20:23:23 The-Eagle kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
Oct 25 20:23:23 The-Eagle dbus-daemon[462]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 25 20:23:23 The-Eagle systemd[1]: Started WPA supplicant.
Oct 25 20:23:23 The-Eagle wpa_supplicant[735]: Successfully initialized wpa_supplicant
Oct 25 20:23:23 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termina>
Oct 25 20:23:23 The-Eagle kernel: kauditd_printk_skb: 14 callbacks suppressed
Oct 25 20:23:23 The-Eagle kernel: audit: type=1130 audit(1603657403.808:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd>
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.8782] device (eth0): interface index 3 renamed iface from 'eth0' to 'enp0s31f6'
Oct 25 20:23:23 The-Eagle NetworkManager[463]: <info>  [1603657403.8855] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 25 20:23:23 The-Eagle systemd-udevd[326]: Using default interface naming scheme 'v245'.
Oct 25 20:23:24 The-Eagle kernel: uvcvideo: Found UVC 1.50 device Integrated Camera (04f2:b67c)
Oct 25 20:23:24 The-Eagle kernel: uvcvideo 1-8:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
Oct 25 20:23:24 The-Eagle kernel: uvcvideo 1-8:1.0: Entity type for entity Extension 4 was not initialized!
Oct 25 20:23:24 The-Eagle kernel: uvcvideo 1-8:1.0: Entity type for entity Processing 2 was not initialized!
Oct 25 20:23:24 The-Eagle kernel: uvcvideo 1-8:1.0: Entity type for entity Camera 1 was not initialized!
Oct 25 20:23:24 The-Eagle kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input24
Oct 25 20:23:24 The-Eagle kernel: uvcvideo: Found UVC 1.50 device Integrated Camera (04f2:b67c)
Oct 25 20:23:24 The-Eagle kernel: uvcvideo 1-8:1.2: Entity type for entity Realtek Extended Controls Unit was not initialized!
Oct 25 20:23:24 The-Eagle kernel: uvcvideo 1-8:1.2: Entity type for entity Microsoft Extended Controls Uni was not initialized!
Oct 25 20:23:24 The-Eagle kernel: uvcvideo 1-8:1.2: Entity type for entity Extension 9 was not initialized!
Oct 25 20:23:24 The-Eagle kernel: uvcvideo 1-8:1.2: Entity type for entity Extension 11 was not initialized!
Oct 25 20:23:24 The-Eagle kernel: uvcvideo 1-8:1.2: Entity type for entity Processing 15 was not initialized!
Oct 25 20:23:24 The-Eagle kernel: uvcvideo 1-8:1.2: Entity type for entity Camera 8 was not initialized!
Oct 25 20:23:24 The-Eagle kernel: input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input25
Oct 25 20:23:24 The-Eagle kernel: usbcore: registered new interface driver uvcvideo
Oct 25 20:23:24 The-Eagle kernel: USB Video Class driver (1.1.1)
Oct 25 20:23:24 The-Eagle NetworkManager[463]: <info>  [1603657404.1195] settings: (enp0s31f6): created default wired connection 'Wired connection 1'
Oct 25 20:23:24 The-Eagle wpa_supplicant[735]: nl80211: kernel reports: Attribute failed policy validation
Oct 25 20:23:24 The-Eagle wpa_supplicant[735]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
Oct 25 20:23:24 The-Eagle wpa_supplicant[735]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
Oct 25 20:23:24 The-Eagle wpa_supplicant[735]: P2P: Failed to enable P2P Device interface
Oct 25 20:23:24 The-Eagle wpa_supplicant[735]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Oct 25 20:23:24 The-Eagle NetworkManager[463]: <info>  [1603657404.2293] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
Oct 25 20:23:24 The-Eagle NetworkManager[463]: <info>  [1603657404.2295] Wi-Fi P2P device controlled by interface wlp0s20f3 created
Oct 25 20:23:24 The-Eagle NetworkManager[463]: <info>  [1603657404.2300] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Oct 25 20:23:24 The-Eagle NetworkManager[463]: <info>  [1603657404.2306] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 25 20:23:24 The-Eagle NetworkManager[463]: <warn>  [1603657404.2324] sup-iface[c08fcc930e1586e1,0,wlp0s20f3]: call-p2p-cancel: failed with P2P cancel failed
Oct 25 20:23:24 The-Eagle NetworkManager[463]: <info>  [1603657404.2328] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'mana>
Oct 25 20:23:24 The-Eagle NetworkManager[463]: <info>  [1603657404.2345] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 25 20:23:25 The-Eagle lightdm[754]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was n>
Oct 25 20:23:25 The-Eagle audit[754]: CRED_ACQ pid=754 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? >
Oct 25 20:23:25 The-Eagle kernel: audit: type=1103 audit(1603657405.088:26): pid=754 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe=>
Oct 25 20:23:25 The-Eagle lightdm[754]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=974) by (uid=0)
Oct 25 20:23:25 The-Eagle systemd[1]: Created slice User Slice of UID 974.
Oct 25 20:23:25 The-Eagle systemd[1]: Starting User Runtime Directory /run/user/974...
Oct 25 20:23:25 The-Eagle systemd-logind[466]: New session c1 of user lightdm.
Oct 25 20:23:25 The-Eagle systemd[1]: Finished User Runtime Directory /run/user/974.
Oct 25 20:23:25 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? t>
Oct 25 20:23:25 The-Eagle systemd[1]: Starting User Manager for UID 974...
Oct 25 20:23:25 The-Eagle kernel: audit: type=1130 audit(1603657405.128:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/s>
Oct 25 20:23:25 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.24' (uid=0 pid=7>
Oct 25 20:23:25 The-Eagle dbus-daemon[462]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 20:23:25 The-Eagle systemd[758]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 20:23:25 The-Eagle audit[758]: USER_ACCT pid=758 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="lightdm" exe="/usr/lib/syst>
Oct 25 20:23:25 The-Eagle audit[758]: CRED_ACQ pid=758 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? te>
Oct 25 20:23:25 The-Eagle systemd[758]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<un>
Oct 25 20:23:25 The-Eagle kernel: audit: type=1101 audit(1603657405.138:28): pid=758 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct>
Oct 25 20:23:25 The-Eagle kernel: audit: type=1103 audit(1603657405.138:29): pid=758 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd>
Oct 25 20:23:25 The-Eagle kernel: audit: type=1006 audit(1603657405.138:30): pid=758 uid=0 old-auid=4294967295 auid=974 tty=(none) old-ses=4294967295 ses=1 res=1
Oct 25 20:23:25 The-Eagle systemd[758]: pam_unix(systemd-user:session): session opened for user lightdm(uid=974) by (uid=0)
Oct 25 20:23:25 The-Eagle audit[758]: USER_START pid=758 uid=0 auid=974 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail>
Oct 25 20:23:25 The-Eagle kernel: audit: type=1105 audit(1603657405.148:31): pid=758 uid=0 auid=974 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,>
Oct 25 20:23:25 The-Eagle systemd[763]: Not generating service for XDG autostart app-xfce4\x2dnotes\x2dautostart-autostart.service, it is hidden.
Oct 25 20:23:25 The-Eagle systemd[763]: Not generating service for XDG autostart app-xfce4\x2dclipman\x2dplugin\x2dautostart-autostart.service, it is hidden.
Oct 25 20:23:25 The-Eagle systemd[763]: Not generating service for XDG autostart app-xscreensaver-autostart.service, could not find TryExec= binary xscreensaver: No such file or directory
Oct 25 20:23:25 The-Eagle systemd[763]: Not generating service for XDG autostart app-at\x2dspi\x2ddbus\x2dbus-autostart.service, startup phases are not supported.
Oct 25 20:23:25 The-Eagle systemd[763]: Not generating service for XDG autostart app-pulseaudio-autostart.service, startup phases are not supported.
Oct 25 20:23:25 The-Eagle systemd[763]: Not generating service for XDG autostart app-xapp\x2dsn\x2dwatcher-autostart.service, startup phases are not supported.
Oct 25 20:23:25 The-Eagle systemd[758]: Queued start job for default target Main User Target.
Oct 25 20:23:25 The-Eagle systemd[758]: Reached target Paths.
Oct 25 20:23:25 The-Eagle systemd[758]: Reached target Timers.
Oct 25 20:23:25 The-Eagle systemd[758]: Starting D-Bus User Message Bus Socket.
Oct 25 20:23:25 The-Eagle systemd[758]: Listening on GnuPG network certificate management daemon.
Oct 25 20:23:25 The-Eagle systemd[758]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 25 20:23:25 The-Eagle systemd[758]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 25 20:23:25 The-Eagle systemd[758]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 25 20:23:25 The-Eagle systemd[758]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 25 20:23:25 The-Eagle systemd[758]: Listening on p11-kit server.
Oct 25 20:23:25 The-Eagle systemd[758]: Listening on Sound System.
Oct 25 20:23:25 The-Eagle systemd[758]: Listening on D-Bus User Message Bus Socket.
Oct 25 20:23:25 The-Eagle systemd[758]: Reached target Sockets.
Oct 25 20:23:25 The-Eagle systemd[758]: Reached target Basic System.
Oct 25 20:23:25 The-Eagle systemd[758]: Reached target Main User Target.
Oct 25 20:23:25 The-Eagle systemd[758]: Startup finished in 127ms.
Oct 25 20:23:25 The-Eagle systemd[1]: Started User Manager for UID 974.
Oct 25 20:23:25 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? re>
Oct 25 20:23:25 The-Eagle systemd[1]: Started Session c1 of user lightdm.
Oct 25 20:23:25 The-Eagle kernel: audit: type=1130 audit(1603657405.288:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" host>
Oct 25 20:23:25 The-Eagle audit[754]: USER_START pid=754 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" ho>
Oct 25 20:23:25 The-Eagle kernel: audit: type=1105 audit(1603657405.298:33): pid=754 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightd>
Oct 25 20:23:26 The-Eagle systemd[758]: Started D-Bus User Message Bus.
Oct 25 20:23:26 The-Eagle dbus-daemon[771]: [session uid=974 pid=771] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.1' (uid=974 pid=765>
Oct 25 20:23:26 The-Eagle systemd[758]: Starting Accessibility services bus...
Oct 25 20:23:26 The-Eagle dbus-daemon[771]: [session uid=974 pid=771] Successfully activated service 'org.a11y.Bus'
Oct 25 20:23:26 The-Eagle systemd[758]: Started Accessibility services bus.
Oct 25 20:23:26 The-Eagle at-spi-bus-launcher[778]: dbus-daemon[778]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=974 pid=765 comm="/usr/bin/lightdm-gtk-greet>
Oct 25 20:23:26 The-Eagle at-spi-bus-launcher[778]: dbus-daemon[778]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 25 20:23:26 The-Eagle at-spi-bus-launcher[787]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 25 20:23:27 The-Eagle wpa_supplicant[735]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=GB
Oct 25 20:23:28 The-Eagle systemd[1]: systemd-rfkill.service: Succeeded.
Oct 25 20:23:28 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal>
Oct 25 20:23:28 The-Eagle kernel: audit: type=1131 audit(1603657408.298:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd>
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.3238] policy: auto-activating connection 'VM0017520' (c74e9e57-50a5-42b3-845b-6e91ad85e5be)
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.3244] device (wlp0s20f3): Activation: starting connection 'VM0017520' (c74e9e57-50a5-42b3-845b-6e91ad85e5be)
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.3245] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.3248] manager: NetworkManager state is now CONNECTING
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.3424] device (wlp0s20f3): set-hw-addr: reset MAC address to 04:33:C2:2D:79:22 (preserve)
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5527] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5532] device (wlp0s20f3): Activation: (wifi) access point 'VM0017520' has security, but secrets are required.
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5533] device (wlp0s20f3): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5628] device (wlp0s20f3): supplicant interface state: disconnected -> interface_disabled
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5629] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> interface_disabled
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5675] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5685] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5691] device (wlp0s20f3): Activation: (wifi) connection 'VM0017520' has security, and secrets exist.  No new secrets neede>
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5692] Config: added 'ssid' value 'VM0017520'
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5692] Config: added 'scan_ssid' value '1'
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5692] Config: added 'bgscan' value 'simple:30:-70:86400'
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5693] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5693] Config: added 'auth_alg' value 'OPEN'
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.5693] Config: added 'psk' value '<hidden>'
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.6991] device (wlp0s20f3): supplicant interface state: interface_disabled -> inactive
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.6991] device (p2p-dev-wlp0s20f3): supplicant management interface state: interface_disabled -> inactive
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.7170] device (wlp0s20f3): supplicant interface state: inactive -> scanning
Oct 25 20:23:28 The-Eagle NetworkManager[463]: <info>  [1603657408.7171] device (p2p-dev-wlp0s20f3): supplicant management interface state: inactive -> scanning
Oct 25 20:23:29 The-Eagle audit[784]: USER_AUTH pid=784 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="muj" e>
Oct 25 20:23:29 The-Eagle kernel: audit: type=1100 audit(1603657409.148:35): pid=784 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_per>
Oct 25 20:23:29 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.27' (uid=0 pid=7>
Oct 25 20:23:29 The-Eagle dbus-daemon[462]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 20:23:29 The-Eagle lightdm[784]: pam_systemd_home(lightdm:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 20:23:29 The-Eagle audit[784]: USER_ACCT pid=784 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="muj" exe="/usr/bin/lightdm">
Oct 25 20:23:29 The-Eagle lightdm[784]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was n>
Oct 25 20:23:29 The-Eagle kernel: audit: type=1101 audit(1603657409.158:36): pid=784 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct>
Oct 25 20:23:29 The-Eagle systemd[1]: Stopping Session c1 of user lightdm.
Oct 25 20:23:29 The-Eagle lightdm[754]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Oct 25 20:23:29 The-Eagle audit[754]: USER_END pid=754 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hos>
Oct 25 20:23:29 The-Eagle audit[754]: CRED_DISP pid=754 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=?>
Oct 25 20:23:29 The-Eagle systemd[1]: session-c1.scope: Succeeded.
Oct 25 20:23:29 The-Eagle systemd[1]: Stopped Session c1 of user lightdm.
Oct 25 20:23:29 The-Eagle kernel: audit: type=1106 audit(1603657409.218:37): pid=754 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="light>
Oct 25 20:23:29 The-Eagle kernel: audit: type=1104 audit(1603657409.218:38): pid=754 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe=>
Oct 25 20:23:29 The-Eagle audit[784]: CRED_ACQ pid=784 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr>
Oct 25 20:23:29 The-Eagle systemd-logind[466]: Removed session c1.
Oct 25 20:23:29 The-Eagle lightdm[784]: pam_unix(lightdm:session): session opened for user muj(uid=1000) by (uid=0)
Oct 25 20:23:29 The-Eagle kernel: audit: type=1103 audit(1603657409.228:39): pid=784 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam>
Oct 25 20:23:29 The-Eagle kernel: audit: type=1006 audit(1603657409.228:40): pid=784 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Oct 25 20:23:29 The-Eagle systemd[1]: Created slice User Slice of UID 1000.
Oct 25 20:23:29 The-Eagle systemd[1]: Starting User Runtime Directory /run/user/1000...
Oct 25 20:23:29 The-Eagle systemd-logind[466]: New session 2 of user muj.
Oct 25 20:23:29 The-Eagle systemd[1]: Finished User Runtime Directory /run/user/1000.
Oct 25 20:23:29 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? >
Oct 25 20:23:29 The-Eagle systemd[1]: Starting User Manager for UID 1000...
Oct 25 20:23:29 The-Eagle kernel: audit: type=1130 audit(1603657409.258:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/>
Oct 25 20:23:29 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.31' (uid=0 pid=7>
Oct 25 20:23:29 The-Eagle dbus-daemon[462]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 20:23:29 The-Eagle systemd[794]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 20:23:29 The-Eagle audit[794]: USER_ACCT pid=794 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="muj" exe="/usr/lib/systemd/>
Oct 25 20:23:29 The-Eagle audit[794]: CRED_ACQ pid=794 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="muj" exe="/usr/lib/systemd/systemd" hostname=? addr=? termin>
Oct 25 20:23:29 The-Eagle systemd[794]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[muj] ruser=[<unknown>] rhost=[<unknow>
Oct 25 20:23:29 The-Eagle systemd[794]: pam_unix(systemd-user:session): session opened for user muj(uid=1000) by (uid=0)
Oct 25 20:23:29 The-Eagle audit[794]: USER_START pid=794 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mai>
Oct 25 20:23:29 The-Eagle kernel: audit: type=1101 audit(1603657409.278:42): pid=794 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct>
Oct 25 20:23:29 The-Eagle kernel: audit: type=1103 audit(1603657409.278:43): pid=794 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="muj" exe="/usr/lib/systemd/sys>
Oct 25 20:23:29 The-Eagle kernel: audit: type=1006 audit(1603657409.278:44): pid=794 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
Oct 25 20:23:29 The-Eagle systemd[799]: Not generating service for XDG autostart app-pulseaudio-autostart.service, startup phases are not supported.
Oct 25 20:23:29 The-Eagle systemd[799]: Not generating service for XDG autostart app-xfce4\x2dclipman\x2dplugin\x2dautostart-autostart.service, it is hidden.
Oct 25 20:23:29 The-Eagle systemd[799]: Not generating service for XDG autostart app-xfce4\x2dnotes\x2dautostart-autostart.service, it is hidden.
Oct 25 20:23:29 The-Eagle systemd[799]: Not generating service for XDG autostart app-xapp\x2dsn\x2dwatcher-autostart.service, startup phases are not supported.
Oct 25 20:23:29 The-Eagle systemd[799]: Not generating service for XDG autostart app-at\x2dspi\x2ddbus\x2dbus-autostart.service, startup phases are not supported.
Oct 25 20:23:29 The-Eagle systemd[799]: Not generating service for XDG autostart app-xscreensaver-autostart.service, could not find TryExec= binary xscreensaver: No such file or directory
Oct 25 20:23:29 The-Eagle systemd[794]: Queued start job for default target Main User Target.
Oct 25 20:23:29 The-Eagle systemd[794]: Reached target Paths.
Oct 25 20:23:29 The-Eagle systemd[794]: Reached target Timers.
Oct 25 20:23:29 The-Eagle systemd[794]: Starting D-Bus User Message Bus Socket.
Oct 25 20:23:29 The-Eagle systemd[794]: Listening on GnuPG network certificate management daemon.
Oct 25 20:23:29 The-Eagle systemd[794]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 25 20:23:29 The-Eagle systemd[794]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 25 20:23:29 The-Eagle systemd[794]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 25 20:23:29 The-Eagle systemd[794]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 25 20:23:29 The-Eagle systemd[794]: Listening on p11-kit server.
Oct 25 20:23:29 The-Eagle systemd[794]: Listening on Sound System.
Oct 25 20:23:29 The-Eagle systemd[794]: Listening on D-Bus User Message Bus Socket.
Oct 25 20:23:29 The-Eagle systemd[794]: Reached target Sockets.
Oct 25 20:23:29 The-Eagle systemd[794]: Reached target Basic System.
Oct 25 20:23:29 The-Eagle systemd[794]: Reached target Main User Target.
Oct 25 20:23:29 The-Eagle systemd[794]: Startup finished in 130ms.
Oct 25 20:23:29 The-Eagle systemd[1]: Started User Manager for UID 1000.
Oct 25 20:23:29 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? r>
Oct 25 20:23:29 The-Eagle systemd[1]: Started Session 2 of user muj.
Oct 25 20:23:29 The-Eagle audit[784]: USER_START pid=784 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd>
Oct 25 20:23:29 The-Eagle audit[784]: USER_LOGIN pid=784 uid=0 auid=1000 ses=2 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=The-Eagle addr=? terminal=/dev/tty7 res=success'
Oct 25 20:23:29 The-Eagle systemd[794]: Started D-Bus User Message Bus.
Oct 25 20:23:29 The-Eagle dbus-daemon[807]: [session uid=1000 pid=807] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.4' (uid=1000 pid=8>
Oct 25 20:23:29 The-Eagle systemd[794]: Starting Accessibility services bus...
Oct 25 20:23:29 The-Eagle dbus-daemon[807]: [session uid=1000 pid=807] Successfully activated service 'org.a11y.Bus'
Oct 25 20:23:29 The-Eagle systemd[794]: Started Accessibility services bus.
Oct 25 20:23:29 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.33' (uid=1000 pid=803 comm="/usr/>
Oct 25 20:23:29 The-Eagle systemd[1]: Starting Disk Manager...
Oct 25 20:23:29 The-Eagle dbus-daemon[807]: [session uid=1000 pid=807] Activating service name='org.xfce.Xfconf' requested by ':1.6' (uid=1000 pid=801 comm="xfce4-session ")
Oct 25 20:23:29 The-Eagle udisksd[827]: udisks daemon version 2.9.1 starting
Oct 25 20:23:29 The-Eagle dbus-daemon[807]: [session uid=1000 pid=807] Successfully activated service 'org.xfce.Xfconf'
Oct 25 20:23:29 The-Eagle at-spi-bus-launcher[823]: dbus-daemon[823]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=1000 pid=801 comm="xfce4-session ")
Oct 25 20:23:29 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.35' (uid=1000 pid=801 comm="xfc>
Oct 25 20:23:29 The-Eagle systemd[1]: Starting Authorization Manager...
Oct 25 20:23:29 The-Eagle at-spi-bus-launcher[823]: dbus-daemon[823]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 25 20:23:29 The-Eagle at-spi-bus-launcher[840]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 25 20:23:29 The-Eagle polkitd[841]: Started polkitd version 0.118
Oct 25 20:23:29 The-Eagle polkitd[841]: Loading rules from directory /etc/polkit-1/rules.d
Oct 25 20:23:29 The-Eagle polkitd[841]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 25 20:23:29 The-Eagle polkitd[841]: Finished loading, compiling and executing 4 rules
Oct 25 20:23:29 The-Eagle dbus-daemon[462]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 25 20:23:29 The-Eagle systemd[1]: Started Authorization Manager.
Oct 25 20:23:29 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=>
Oct 25 20:23:29 The-Eagle polkitd[841]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 25 20:23:29 The-Eagle dbus-daemon[807]: [session uid=1000 pid=807] Activating service name='org.xfce.ScreenSaver' requested by ':1.6' (uid=1000 pid=801 comm="xfce4-session ")
Oct 25 20:23:29 The-Eagle dbus-daemon[462]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Oct 25 20:23:29 The-Eagle systemd[1]: Started Disk Manager.
Oct 25 20:23:29 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res>
Oct 25 20:23:29 The-Eagle udisksd[827]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Oct 25 20:23:29 The-Eagle dbus-daemon[807]: [session uid=1000 pid=807] Successfully activated service 'org.xfce.ScreenSaver'
Oct 25 20:23:29 The-Eagle systemd[794]: Started GnuPG cryptographic agent and passphrase cache.
Oct 25 20:23:29 The-Eagle gpg-agent[875]: gpg-agent (GnuPG) 2.2.23 starting in supervised mode.
Oct 25 20:23:29 The-Eagle gpg-agent[875]: using fd 3 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Oct 25 20:23:29 The-Eagle gpg-agent[875]: using fd 4 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Oct 25 20:23:29 The-Eagle gpg-agent[875]: using fd 5 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Oct 25 20:23:29 The-Eagle gpg-agent[875]: using fd 6 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Oct 25 20:23:29 The-Eagle gpg-agent[875]: listening on: std=6 extra=4 browser=5 ssh=3
Oct 25 20:23:30 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.38' (uid=1000 pid=912 comm="/usr/li>
Oct 25 20:23:30 The-Eagle systemd[1]: Starting Daemon for power management...
Oct 25 20:23:30 The-Eagle dbus-daemon[807]: [session uid=1000 pid=807] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' requested by ':1.20' (uid=1000 pid=909 comm="xfdeskt>
Oct 25 20:23:30 The-Eagle tumblerd[931]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 20:23:30 The-Eagle tumblerd[931]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 20:23:30 The-Eagle tumblerd[931]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 20:23:30 The-Eagle tumblerd[931]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 20:23:30 The-Eagle systemd[794]: Starting Sound Service...
Oct 25 20:23:31 The-Eagle org.freedesktop.thumbnails.Thumbnailer1[931]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 20:23:31 The-Eagle org.freedesktop.thumbnails.Thumbnailer1[931]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 20:23:31 The-Eagle dbus-daemon[807]: [session uid=1000 pid=807] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.2203] agent-manager: agent[75b1399616876e1f,:1.40/org.freedesktop.nm-applet/1000]: agent registered
Oct 25 20:23:31 The-Eagle polkitd[841]: Registered Authentication Agent for unix-session:2 (system bus name :1.41 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /o>
Oct 25 20:23:31 The-Eagle upowerd[929]: energy_full (51.990000) is greater than energy_full_design (51.000000)
Oct 25 20:23:31 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.45' (uid=1000 pid=936 c>
Oct 25 20:23:31 The-Eagle systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Oct 25 20:23:31 The-Eagle dbus-daemon[462]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Oct 25 20:23:31 The-Eagle systemd[1]: Started RealtimeKit Scheduling Policy Service.
Oct 25 20:23:31 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=>
Oct 25 20:23:31 The-Eagle rtkit-daemon[972]: Successfully called chroot.
Oct 25 20:23:31 The-Eagle rtkit-daemon[972]: Successfully dropped privileges.
Oct 25 20:23:31 The-Eagle rtkit-daemon[972]: Successfully limited resources.
Oct 25 20:23:31 The-Eagle rtkit-daemon[972]: Canary thread running.
Oct 25 20:23:31 The-Eagle rtkit-daemon[972]: Running.
Oct 25 20:23:31 The-Eagle rtkit-daemon[972]: Watchdog thread running.
Oct 25 20:23:31 The-Eagle rtkit-daemon[972]: Successfully made thread 936 of process 936 owned by '1000' high priority at nice level -11.
Oct 25 20:23:31 The-Eagle rtkit-daemon[972]: Supervising 1 threads of 1 processes of 1 users.
Oct 25 20:23:31 The-Eagle dbus-daemon[462]: [system] Successfully activated service 'org.freedesktop.UPower'
Oct 25 20:23:31 The-Eagle systemd[1]: Started Daemon for power management.
Oct 25 20:23:31 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=>
Oct 25 20:23:31 The-Eagle wpa_supplicant[735]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=GB
Oct 25 20:23:31 The-Eagle wpa_supplicant[735]: wlp0s20f3: SME: Trying to authenticate with e4:57:40:92:f6:04 (SSID='VM0017520' freq=5220 MHz)
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.7870] device (wlp0s20f3): supplicant interface state: scanning -> authenticating
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.7870] device (p2p-dev-wlp0s20f3): supplicant management interface state: scanning -> authenticating
Oct 25 20:23:31 The-Eagle kernel: wlp0s20f3: authenticate with e4:57:40:92:f6:04
Oct 25 20:23:31 The-Eagle kernel: wlp0s20f3: send auth to e4:57:40:92:f6:04 (try 1/3)
Oct 25 20:23:31 The-Eagle wpa_supplicant[735]: wlp0s20f3: Trying to associate with e4:57:40:92:f6:04 (SSID='VM0017520' freq=5220 MHz)
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.8254] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.8254] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Oct 25 20:23:31 The-Eagle kernel: wlp0s20f3: authenticated
Oct 25 20:23:31 The-Eagle wpa_supplicant[735]: wlp0s20f3: Associated with e4:57:40:92:f6:04
Oct 25 20:23:31 The-Eagle wpa_supplicant[735]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 25 20:23:31 The-Eagle kernel: wlp0s20f3: associate with e4:57:40:92:f6:04 (try 1/3)
Oct 25 20:23:31 The-Eagle kernel: wlp0s20f3: RX AssocResp from e4:57:40:92:f6:04 (capab=0x511 status=0 aid=2)
Oct 25 20:23:31 The-Eagle kernel: wlp0s20f3: associated
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.8486] device (wlp0s20f3): supplicant interface state: associating -> associated
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.8487] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> associated
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.8601] device (wlp0s20f3): supplicant interface state: associated -> 4way_handshake
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.8601] device (p2p-dev-wlp0s20f3): supplicant management interface state: associated -> 4way_handshake
Oct 25 20:23:31 The-Eagle wpa_supplicant[735]: wlp0s20f3: WPA: Key negotiation completed with e4:57:40:92:f6:04 [PTK=CCMP GTK=TKIP]
Oct 25 20:23:31 The-Eagle wpa_supplicant[735]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to e4:57:40:92:f6:04 completed [id=0 id_str=]
Oct 25 20:23:31 The-Eagle wpa_supplicant[735]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-56 noise=9999 txrate=6000
Oct 25 20:23:31 The-Eagle kernel: wlp0s20f3: Limiting TX power to 23 (23 - 0) dBm as advertised by e4:57:40:92:f6:04
Oct 25 20:23:31 The-Eagle kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9000] device (wlp0s20f3): supplicant interface state: 4way_handshake -> completed
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9001] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "VM>
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9001] device (p2p-dev-wlp0s20f3): supplicant management interface state: 4way_handshake -> completed
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9005] device (wlp0s20f3): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9015] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9439] dhcp4 (wlp0s20f3): option dhcp_lease_time      => '86400'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9439] dhcp4 (wlp0s20f3): option domain_name_servers  => '194.168.4.100 194.168.8.100'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9440] dhcp4 (wlp0s20f3): option expiry               => '1603743811'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9440] dhcp4 (wlp0s20f3): option host_name            => 'The-Eagle'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9440] dhcp4 (wlp0s20f3): option ip_address           => '192.168.0.22'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9440] dhcp4 (wlp0s20f3): option next_server          => '192.168.0.1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9440] dhcp4 (wlp0s20f3): option requested_broadcast_address => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9440] dhcp4 (wlp0s20f3): option requested_domain_name => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9441] dhcp4 (wlp0s20f3): option requested_domain_name_servers => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9441] dhcp4 (wlp0s20f3): option requested_domain_search => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9441] dhcp4 (wlp0s20f3): option requested_host_name  => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9441] dhcp4 (wlp0s20f3): option requested_interface_mtu => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9441] dhcp4 (wlp0s20f3): option requested_ms_classless_static_routes => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9442] dhcp4 (wlp0s20f3): option requested_nis_domain => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9442] dhcp4 (wlp0s20f3): option requested_nis_servers => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9442] dhcp4 (wlp0s20f3): option requested_ntp_servers => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9442] dhcp4 (wlp0s20f3): option requested_rfc3442_classless_static_routes => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9442] dhcp4 (wlp0s20f3): option requested_root_path  => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9442] dhcp4 (wlp0s20f3): option requested_routers    => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9443] dhcp4 (wlp0s20f3): option requested_static_routes => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9443] dhcp4 (wlp0s20f3): option requested_subnet_mask => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9443] dhcp4 (wlp0s20f3): option requested_time_offset => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9443] dhcp4 (wlp0s20f3): option requested_wpad       => '1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9443] dhcp4 (wlp0s20f3): option routers              => '192.168.0.1'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9443] dhcp4 (wlp0s20f3): option subnet_mask          => '255.255.255.0'
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9443] dhcp4 (wlp0s20f3): state changed unknown -> bound
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9470] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9523] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9530] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9545] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9598] manager: NetworkManager state is now CONNECTED_SITE
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9601] policy: set 'VM0017520' (wlp0s20f3) as default for IPv4 routing and DNS
Oct 25 20:23:31 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.12' (uid=0>
Oct 25 20:23:31 The-Eagle dbus-daemon[462]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9637] device (wlp0s20f3): Activation: successful, device activated.
Oct 25 20:23:31 The-Eagle NetworkManager[463]: <info>  [1603657411.9663] manager: startup complete
Oct 25 20:23:31 The-Eagle systemd[1]: Finished Network Manager Wait Online.
Oct 25 20:23:31 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? ad>
Oct 25 20:23:31 The-Eagle systemd[1]: Reached target Network is Online.
Oct 25 20:23:31 The-Eagle systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 25 20:23:32 The-Eagle NetworkManager[463]: <info>  [1603657412.0757] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 25 20:23:32 The-Eagle rtkit-daemon[972]: Supervising 1 threads of 1 processes of 1 users.
Oct 25 20:23:32 The-Eagle rtkit-daemon[972]: Successfully made thread 1005 of process 936 owned by '1000' RT at priority 5.
Oct 25 20:23:32 The-Eagle rtkit-daemon[972]: Supervising 2 threads of 1 processes of 1 users.
Oct 25 20:23:32 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.50' (uid=1000 pid=936 comm="/usr/bin/pul>
Oct 25 20:23:32 The-Eagle dbus-daemon[462]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Oct 25 20:23:32 The-Eagle systemd[794]: Started Sound Service.
Oct 25 20:23:32 The-Eagle pulseaudio[936]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Oct 25 20:23:33 The-Eagle systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 25 20:23:33 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr>
Oct 25 20:23:35 The-Eagle systemd[1]: reflector.service: Succeeded.
Oct 25 20:23:35 The-Eagle systemd[1]: Finished Refresh Pacman mirrorlist with Reflector..
Oct 25 20:23:35 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? r>
Oct 25 20:23:35 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? re>
Oct 25 20:23:35 The-Eagle systemd[1]: Reached target Multi-User System.
Oct 25 20:23:35 The-Eagle systemd[1]: Reached target Graphical Interface.
Oct 25 20:23:35 The-Eagle systemd[1]: Starting TLP system startup/shutdown...
Oct 25 20:23:35 The-Eagle kernel: kauditd_printk_skb: 10 callbacks suppressed
Oct 25 20:23:35 The-Eagle kernel: audit: type=1130 audit(1603657415.308:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hos>
Oct 25 20:23:35 The-Eagle kernel: audit: type=1131 audit(1603657415.308:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hos>
Oct 25 20:23:35 The-Eagle tlp[1033]: Applying power save settings...done.
Oct 25 20:23:36 The-Eagle tlp[1033]: Setting battery charge thresholds...done.
Oct 25 20:23:36 The-Eagle systemd[1]: Finished TLP system startup/shutdown.
Oct 25 20:23:36 The-Eagle systemd[1]: Startup finished in 7.210s (firmware) + 3.072s (loader) + 3.090s (kernel) + 14.676s (userspace) = 28.050s.
Oct 25 20:23:36 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=suc>
Oct 25 20:23:36 The-Eagle kernel: audit: type=1130 audit(1603657416.078:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=>
Oct 25 20:23:39 The-Eagle systemd[1]: Stopping User Manager for UID 974...
Oct 25 20:23:39 The-Eagle systemd[758]: Stopped target Main User Target.
Oct 25 20:23:39 The-Eagle systemd[758]: Stopping Accessibility services bus...
Oct 25 20:23:39 The-Eagle systemd[758]: Stopping D-Bus User Message Bus...
Oct 25 20:23:39 The-Eagle systemd[758]: dbus.service: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[758]: Stopped D-Bus User Message Bus.
Oct 25 20:23:39 The-Eagle systemd[758]: at-spi-dbus-bus.service: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[758]: Stopped Accessibility services bus.
Oct 25 20:23:39 The-Eagle systemd[758]: Stopped target Basic System.
Oct 25 20:23:39 The-Eagle systemd[758]: Stopped target Paths.
Oct 25 20:23:39 The-Eagle systemd[758]: Stopped target Sockets.
Oct 25 20:23:39 The-Eagle systemd[758]: Stopped target Timers.
Oct 25 20:23:39 The-Eagle systemd[758]: dbus.socket: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[758]: Closed D-Bus User Message Bus Socket.
Oct 25 20:23:39 The-Eagle systemd[758]: dirmngr.socket: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[758]: Closed GnuPG network certificate management daemon.
Oct 25 20:23:39 The-Eagle systemd[758]: gpg-agent-browser.socket: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[758]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 25 20:23:39 The-Eagle systemd[758]: gpg-agent-extra.socket: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[758]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Oct 25 20:23:39 The-Eagle systemd[758]: gpg-agent-ssh.socket: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[758]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Oct 25 20:23:39 The-Eagle systemd[758]: gpg-agent.socket: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[758]: Closed GnuPG cryptographic agent and passphrase cache.
Oct 25 20:23:39 The-Eagle systemd[758]: p11-kit-server.socket: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[758]: Closed p11-kit server.
Oct 25 20:23:39 The-Eagle systemd[758]: pulseaudio.socket: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[758]: Closed Sound System.
Oct 25 20:23:39 The-Eagle systemd[758]: Reached target Shutdown.
Oct 25 20:23:39 The-Eagle systemd[758]: systemd-exit.service: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[758]: Finished Exit the Session.
Oct 25 20:23:39 The-Eagle systemd[758]: Reached target Exit the Session.
Oct 25 20:23:39 The-Eagle systemd[759]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<un>
Oct 25 20:23:39 The-Eagle systemd[1]: user@974.service: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[1]: Stopped User Manager for UID 974.
Oct 25 20:23:39 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res>
Oct 25 20:23:39 The-Eagle systemd[1]: Stopping User Runtime Directory /run/user/974...
Oct 25 20:23:39 The-Eagle kernel: audit: type=1131 audit(1603657419.498:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" host>
Oct 25 20:23:39 The-Eagle systemd[1]: run-user-974.mount: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[794]: run-user-974.mount: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[1]: user-runtime-dir@974.service: Succeeded.
Oct 25 20:23:39 The-Eagle systemd[1]: Stopped User Runtime Directory /run/user/974.
Oct 25 20:23:39 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? te>
Oct 25 20:23:39 The-Eagle kernel: audit: type=1131 audit(1603657419.518:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/s>
Oct 25 20:23:39 The-Eagle systemd[1]: Removed slice User Slice of UID 974.
Oct 25 20:23:45 The-Eagle wpa_supplicant[735]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-57 noise=9999 txrate=400000
Oct 25 20:23:47 The-Eagle audit[1252]: USER_AUTH pid=1252 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 20:23:47 The-Eagle kernel: audit: type=1100 audit(1603657427.788:60): pid=1252 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct=>
Oct 25 20:23:47 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.54' (uid=0 pid=1>
Oct 25 20:23:47 The-Eagle dbus-daemon[462]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 20:23:47 The-Eagle sudo[1252]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 20:23:47 The-Eagle audit[1252]: USER_ACCT pid=1252 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 20:23:47 The-Eagle audit[1252]: CRED_REFR pid=1252 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 20:23:47 The-Eagle sudo[1252]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/journalctl -b
Oct 25 20:23:47 The-Eagle sudo[1252]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 20:23:47 The-Eagle audit[1252]: USER_START pid=1252 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 20:23:47 The-Eagle kernel: audit: type=1101 audit(1603657427.798:61): pid=1252 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 20:23:47 The-Eagle kernel: audit: type=1110 audit(1603657427.798:62): pid=1252 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe>
Oct 25 20:23:47 The-Eagle kernel: audit: type=1105 audit(1603657427.798:63): pid=1252 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe=>
Oct 25 20:23:53 The-Eagle systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 25 20:23:53 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termi>
Oct 25 20:23:53 The-Eagle kernel: audit: type=1131 audit(1603657433.238:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/syst>
Oct 25 20:23:53 The-Eagle systemd-timesyncd[417]: Initial synchronization to time server 188.114.116.1:123 (2.arch.pool.ntp.org).
Oct 25 20:24:11 The-Eagle sudo[1252]: pam_unix(sudo:session): session closed for user root
Oct 25 20:24:11 The-Eagle audit[1252]: USER_END pid=1252 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 20:24:11 The-Eagle audit[1252]: CRED_DISP pid=1252 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 20:24:11 The-Eagle kernel: audit: type=1106 audit(1603657451.619:65): pid=1252 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 20:24:11 The-Eagle kernel: audit: type=1104 audit(1603657451.619:66): pid=1252 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe>
Oct 25 20:24:20 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.57' (uid=0 pid=1>
Oct 25 20:24:20 The-Eagle dbus-daemon[462]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 20:24:20 The-Eagle sudo[1262]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 20:24:20 The-Eagle audit[1262]: USER_ACCT pid=1262 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 20:24:20 The-Eagle audit[1262]: CRED_REFR pid=1262 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 20:24:20 The-Eagle sudo[1262]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/journalctl -b
Oct 25 20:24:20 The-Eagle sudo[1262]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Oct 25 20:24:20 The-Eagle audit[1262]: USER_START pid=1262 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 20:24:20 The-Eagle kernel: audit: type=1101 audit(1603657460.487:67): pid=1262 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 20:24:20 The-Eagle kernel: audit: type=1110 audit(1603657460.487:68): pid=1262 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="r>
Oct 25 20:24:20 The-Eagle kernel: audit: type=1105 audit(1603657460.487:69): pid=1262 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe=>
Oct 25 20:25:09 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.59' (uid=1000 pid=1281 comm="/opt/google>
Oct 25 20:25:09 The-Eagle dbus-daemon[462]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Oct 25 20:26:37 The-Eagle audit[1262]: USER_END pid=1262 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? a>
Oct 25 20:26:37 The-Eagle audit[1262]: CRED_DISP pid=1262 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hos>
Oct 25 20:26:37 The-Eagle sudo[1262]: pam_unix(sudo:session): session closed for user root
Oct 25 20:26:37 The-Eagle kernel: audit: type=1106 audit(1603657597.634:70): pid=1262 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe>
Oct 25 20:26:37 The-Eagle kernel: audit: type=1104 audit(1603657597.634:71): pid=1262 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="r>
Oct 25 20:33:23 The-Eagle CROND[465]: (root) CMDOUT ((process:467): GLib-GIO-CRITICAL **: 20:33:23.030: g_file_get_path: assertion 'G_IS_FILE (file)' failed)
Oct 25 20:33:23 The-Eagle CROND[465]: (root) CMDOUT ()
Oct 25 20:33:23 The-Eagle CROND[465]: (root) CMDOUT (** (process:467): CRITICAL **: 20:33:23.031: tee_jee_file_system_path_combine: assertion 'path1 != NULL' failed)
Oct 25 20:33:23 The-Eagle CROND[465]: (root) CMDOUT ()
Oct 25 20:33:23 The-Eagle CROND[465]: (root) CMDOUT (** (process:467): CRITICAL **: 20:33:23.031: tee_jee_file_system_dir_exists: assertion 'dir_path != NULL' failed)
Oct 25 20:33:23 The-Eagle CROND[465]: (root) CMDOUT (Mounted '/dev/nvme0n1p3' at '/run/timeshift/backup')
Oct 25 20:33:23 The-Eagle CROND[465]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 20:33:23 The-Eagle CROND[465]: (root) CMDOUT (Creating new snapshot...(RSYNC))
Oct 25 20:33:23 The-Eagle CROND[465]: (root) CMDOUT (Saving to device: /dev/nvme0n1p3, mounted at path: /run/timeshift/backup)
Oct 25 20:33:23 The-Eagle CROND[465]: (root) CMDOUT (Linking from snapshot: 2020-10-25_20-06-33)
Oct 25 20:33:23 The-Eagle CROND[465]: (root) CMDOUT (Synching files with rsync...)
Oct 25 20:33:35 The-Eagle CROND[465]: (root) CMDOUT (  8.17% complete (00:00:11 remaining) 22.38% complete (00:00:03 remaining) 35.91% complete (00:00:03 remaining) 41.47% complete (00:00:0>
Oct 25 20:33:35 The-Eagle CROND[465]: (root) CMDOUT (RSYNC Snapshot saved successfully (12s))
Oct 25 20:33:35 The-Eagle CROND[465]: (root) CMDOUT (Tagged snapshot '2020-10-25_20-33-23': ondemand)
Oct 25 20:33:35 The-Eagle CROND[465]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 20:33:35 The-Eagle CROND[465]: (root) CMDOUT (Maximum backups exceeded for backup level 'boot')
Oct 25 20:33:35 The-Eagle CROND[465]: (root) CMDOUT (Snapshot '2020-10-25_20-06-06' un-tagged 'boot')
Oct 25 20:33:35 The-Eagle CROND[465]: (root) CMDOUT (Removing snapshots (un-tagged):)
Oct 25 20:33:35 The-Eagle CROND[465]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 20:33:35 The-Eagle CROND[465]: (root) CMDOUT (Removing '2020-10-25_20-06-06'...)
Oct 25 20:33:40 The-Eagle CROND[465]: (root) CMDOUT ( 26.65% complete (00:00:02 remaining) 45.64% complete (00:00:01 remaining) 86.86% complete (00:00:00 remaining)129.36% complete (00:00:0>
Oct 25 20:33:40 The-Eagle CROND[465]: (root) CMDOUT (------------------------------------------------------------------------------)
Oct 25 20:33:40 The-Eagle crontab[1975]: (root) LIST (root)
Oct 25 20:33:40 The-Eagle crontab[1976]: (root) LIST (root)
Oct 25 20:37:29 The-Eagle audit[2004]: USER_AUTH pid=2004 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 20:37:29 The-Eagle dbus-daemon[462]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.105' (uid=0 pid=>
Oct 25 20:37:29 The-Eagle dbus-daemon[462]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 20:37:29 The-Eagle sudo[2004]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 20:37:29 The-Eagle kernel: audit: type=1100 audit(1603658249.320:72): pid=2004 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct=>
Oct 25 20:37:29 The-Eagle kernel: audit: type=1101 audit(1603658249.320:73): pid=2004 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 20:37:29 The-Eagle kernel: audit: type=1110 audit(1603658249.320:74): pid=2004 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe>
Oct 25 20:37:29 The-Eagle kernel: audit: type=1105 audit(1603658249.320:75): pid=2004 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe=>
Oct 25 20:37:29 The-Eagle audit[2004]: USER_ACCT pid=2004 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 20:37:29 The-Eagle audit[2004]: CRED_REFR pid=2004 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 20:37:29 The-Eagle audit[2004]: USER_START pid=2004 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 20:37:29 The-Eagle sudo[2004]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/journalctl -b
Oct 25 20:37:29 The-Eagle sudo[2004]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)

Could someone confirm if I'm correct in thinking the issue has been resolved?

Offline

#23 2020-10-25 20:47:17

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,706

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

The problem would constitute a race condition, what's not necessarily reproducible.
I assume that a cold boot (from a powered off system) is more prone than a warm boot (semi-related: do you have a parallel windows installation?) but other than that you can only estimate from the previous frequency that "this should have really happened again by now, but didn't - so probably it's solved"

Offline

#24 2020-10-25 22:05:57

Straight-path
Banned
Registered: 2020-06-28
Posts: 66

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

Thanks again Seth.

No I don't have windows on this machine too.

I forgot about checking the xorg logs. Anyway I just did a cold boot and got the logs. I didn't see any core dumps so I'll assume its all good. These are the logs anyway.

sudo journalctl -b
Oct 25 21:47:24 The-Eagle kernel: system 00:07: [io  0x0a80-0x0aff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:07: [io  0x0b00-0x0b7f] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:07: [io  0x0b80-0x0bff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:07: [io  0x15e0-0x15ef] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:07: [io  0x1600-0x167f] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:07: [io  0x1640-0x165f] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:07: [mem 0xfeb00000-0xfebfffff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 25 21:47:24 The-Eagle kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 25 21:47:24 The-Eagle kernel: system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:09: [mem 0xf0000000-0xf7ffffff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 25 21:47:24 The-Eagle kernel: system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:0a: [mem 0x000c0000-0x000c3fff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:0a: [mem 0x000c8000-0x000cbfff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:0a: [mem 0x000d0000-0x000d3fff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:0a: [mem 0x000d8000-0x000dbfff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:0a: [mem 0x000e0000-0x000e3fff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:0a: [mem 0x000e8000-0x000ebfff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:0a: [mem 0x00100000-0x7d7fffff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:0a: [mem 0xfec00000-0xfed3ffff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:0a: [mem 0xfed4c000-0xffffffff] could not be reserved
Oct 25 21:47:24 The-Eagle kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
Oct 25 21:47:24 The-Eagle kernel: pnp: PnP ACPI: found 11 devices
Oct 25 21:47:24 The-Eagle kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 25 21:47:24 The-Eagle kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 25 21:47:24 The-Eagle kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 25 21:47:24 The-Eagle kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 25 21:47:24 The-Eagle kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 25 21:47:24 The-Eagle kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 25 21:47:24 The-Eagle kernel: pci 0000:00:1d.4: bridge window [io  0x1000-0x0fff] to [bus 05-52] add_size 1000
Oct 25 21:47:24 The-Eagle kernel: pci 0000:00:1d.4: BAR 13: assigned [io  0x3000-0x3fff]
Oct 25 21:47:24 The-Eagle kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Oct 25 21:47:24 The-Eagle kernel: pci 0000:00:1c.0:   bridge window [mem 0xea200000-0xea2fffff]
Oct 25 21:47:24 The-Eagle kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Oct 25 21:47:24 The-Eagle kernel: pci 0000:00:1d.0:   bridge window [mem 0xea100000-0xea1fffff]
Oct 25 21:47:24 The-Eagle kernel: pci 0000:00:1d.4: PCI bridge to [bus 05-52]
Oct 25 21:47:24 The-Eagle kernel: pci 0000:00:1d.4:   bridge window [io  0x3000-0x3fff]
Oct 25 21:47:24 The-Eagle kernel: pci 0000:00:1d.4:   bridge window [mem 0xd0000000-0xe81fffff]
Oct 25 21:47:24 The-Eagle kernel: pci 0000:00:1d.4:   bridge window [mem 0x80000000-0xbfffffff 64bit pref]
Oct 25 21:47:24 The-Eagle kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Oct 25 21:47:24 The-Eagle kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Oct 25 21:47:24 The-Eagle kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Oct 25 21:47:24 The-Eagle kernel: pci_bus 0000:00: resource 7 [mem 0x7d800000-0xefffffff window]
Oct 25 21:47:24 The-Eagle kernel: pci_bus 0000:00: resource 8 [mem 0xfc800000-0xfe7fffff window]
Oct 25 21:47:24 The-Eagle kernel: pci_bus 0000:02: resource 1 [mem 0xea200000-0xea2fffff]
Oct 25 21:47:24 The-Eagle kernel: pci_bus 0000:03: resource 1 [mem 0xea100000-0xea1fffff]
Oct 25 21:47:24 The-Eagle kernel: pci_bus 0000:05: resource 0 [io  0x3000-0x3fff]
Oct 25 21:47:24 The-Eagle kernel: pci_bus 0000:05: resource 1 [mem 0xd0000000-0xe81fffff]
Oct 25 21:47:24 The-Eagle kernel: pci_bus 0000:05: resource 2 [mem 0x80000000-0xbfffffff 64bit pref]
Oct 25 21:47:24 The-Eagle kernel: NET: Registered protocol family 2
Oct 25 21:47:24 The-Eagle kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 25 21:47:24 The-Eagle kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Oct 25 21:47:24 The-Eagle kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Oct 25 21:47:24 The-Eagle kernel: TCP: Hash tables configured (established 131072 bind 65536)
Oct 25 21:47:24 The-Eagle kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 25 21:47:24 The-Eagle kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Oct 25 21:47:24 The-Eagle kernel: NET: Registered protocol family 1
Oct 25 21:47:24 The-Eagle kernel: NET: Registered protocol family 44
Oct 25 21:47:24 The-Eagle kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Oct 25 21:47:24 The-Eagle kernel: PCI: CLS 0 bytes, default 64
Oct 25 21:47:24 The-Eagle kernel: Trying to unpack rootfs image as initramfs...
Oct 25 21:47:24 The-Eagle kernel: Freeing initrd memory: 15456K
Oct 25 21:47:24 The-Eagle kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 25 21:47:24 The-Eagle kernel: software IO TLB: mapped [mem 0x62446000-0x66446000] (64MB)
Oct 25 21:47:24 The-Eagle kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Oct 25 21:47:24 The-Eagle kernel: check: Scanning for low memory corruption every 60 seconds
Oct 25 21:47:24 The-Eagle kernel: Initialise system trusted keyrings
Oct 25 21:47:24 The-Eagle kernel: Key type blacklist registered
Oct 25 21:47:24 The-Eagle kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Oct 25 21:47:24 The-Eagle kernel: zbud: loaded
Oct 25 21:47:24 The-Eagle kernel: Key type asymmetric registered
Oct 25 21:47:24 The-Eagle kernel: Asymmetric key parser 'x509' registered
Oct 25 21:47:24 The-Eagle kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Oct 25 21:47:24 The-Eagle kernel: io scheduler mq-deadline registered
Oct 25 21:47:24 The-Eagle kernel: io scheduler kyber registered
Oct 25 21:47:24 The-Eagle kernel: io scheduler bfq registered
Oct 25 21:47:24 The-Eagle kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Oct 25 21:47:24 The-Eagle kernel: efifb: probing for efifb
Oct 25 21:47:24 The-Eagle kernel: efifb: showing boot graphics
Oct 25 21:47:24 The-Eagle kernel: efifb: framebuffer at 0xc0000000, using 32448k, total 32448k
Oct 25 21:47:24 The-Eagle kernel: efifb: mode is 3840x2160x32, linelength=15360, pages=1
Oct 25 21:47:24 The-Eagle kernel: efifb: scrolling: redraw
Oct 25 21:47:24 The-Eagle kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Oct 25 21:47:24 The-Eagle kernel: fbcon: Deferring console take-over
Oct 25 21:47:24 The-Eagle kernel: fb0: EFI VGA frame buffer device
Oct 25 21:47:24 The-Eagle kernel: intel_idle: MWAIT substates: 0x11142120
Oct 25 21:47:24 The-Eagle kernel: intel_idle: v0.4.1 model 0x8E
Oct 25 21:47:24 The-Eagle kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Oct 25 21:47:24 The-Eagle kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Oct 25 21:47:24 The-Eagle kernel: ACPI: Sleep Button [SLPB]
Oct 25 21:47:24 The-Eagle kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Oct 25 21:47:24 The-Eagle kernel: ACPI: Lid Switch [LID]
Oct 25 21:47:24 The-Eagle kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Oct 25 21:47:24 The-Eagle kernel: ACPI: Power Button [PWRF]
Oct 25 21:47:24 The-Eagle kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 25 21:47:24 The-Eagle kernel: ACPI: Thermal Zone [THM0] (41 C)
Oct 25 21:47:24 The-Eagle kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Oct 25 21:47:24 The-Eagle kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Oct 25 21:47:24 The-Eagle kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Oct 25 21:47:24 The-Eagle kernel: nvme nvme0: pci function 0000:03:00.0
Oct 25 21:47:24 The-Eagle kernel: usbcore: registered new interface driver usbserial_generic
Oct 25 21:47:24 The-Eagle kernel: usbserial: USB Serial support registered for generic
Oct 25 21:47:24 The-Eagle kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Oct 25 21:47:24 The-Eagle kernel: rtc_cmos rtc_cmos: registered as rtc0
Oct 25 21:47:24 The-Eagle kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Oct 25 21:47:24 The-Eagle kernel: intel_pstate: Intel P-state driver initializing
Oct 25 21:47:24 The-Eagle kernel: intel_pstate: HWP enabled
Oct 25 21:47:24 The-Eagle kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 25 21:47:24 The-Eagle kernel: intel_pmc_core INT33A1:00:  initialized
Oct 25 21:47:24 The-Eagle kernel: drop_monitor: Initializing network drop monitor service
Oct 25 21:47:24 The-Eagle kernel: NET: Registered protocol family 10
Oct 25 21:47:24 The-Eagle kernel: Segment Routing with IPv6
Oct 25 21:47:24 The-Eagle kernel: NET: Registered protocol family 17
Oct 25 21:47:24 The-Eagle kernel: RAS: Correctable Errors collector initialized.
Oct 25 21:47:24 The-Eagle kernel: microcode: sig=0x806ec, pf=0x80, revision=0xde
Oct 25 21:47:24 The-Eagle kernel: microcode: Microcode Update Driver: v2.2.
Oct 25 21:47:24 The-Eagle kernel: IPI shorthand broadcast: enabled
Oct 25 21:47:24 The-Eagle kernel: sched_clock: Marking stable (1157980592, -9066412)->(1164867210, -15953030)
Oct 25 21:47:24 The-Eagle kernel: registered taskstats version 1
Oct 25 21:47:24 The-Eagle kernel: Loading compiled-in X.509 certificates
Oct 25 21:47:24 The-Eagle kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7bc55262ef94a8ea9201c74adcaa6ba50aad6475'
Oct 25 21:47:24 The-Eagle kernel: zswap: loaded using pool lzo/zbud
Oct 25 21:47:24 The-Eagle kernel: Key type ._fscrypt registered
Oct 25 21:47:24 The-Eagle kernel: Key type .fscrypt registered
Oct 25 21:47:24 The-Eagle kernel: Key type big_key registered
Oct 25 21:47:24 The-Eagle kernel: PM:   Magic number: 8:369:804
Oct 25 21:47:24 The-Eagle kernel: rtc_cmos rtc_cmos: setting system clock to 2020-10-25T21:47:22 UTC (1603662442)
Oct 25 21:47:24 The-Eagle kernel: nvme nvme0: 8/0/0 default/read/poll queues
Oct 25 21:47:24 The-Eagle kernel:  nvme0n1: p1 p2 p3
Oct 25 21:47:24 The-Eagle kernel: Freeing unused decrypted memory: 2040K
Oct 25 21:47:24 The-Eagle kernel: Freeing unused kernel image memory: 1708K
Oct 25 21:47:24 The-Eagle kernel: Write protecting the kernel read-only data: 18432k
Oct 25 21:47:24 The-Eagle kernel: Freeing unused kernel image memory: 2012K
Oct 25 21:47:24 The-Eagle kernel: Freeing unused kernel image memory: 92K
Oct 25 21:47:24 The-Eagle kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 25 21:47:24 The-Eagle kernel: Run /init as init process
Oct 25 21:47:24 The-Eagle kernel: fbcon: Taking over console
Oct 25 21:47:24 The-Eagle kernel: Console: switching to colour frame buffer device 480x135
Oct 25 21:47:24 The-Eagle kernel: Linux agpgart interface v0.103
Oct 25 21:47:24 The-Eagle kernel: i915 0000:00:02.0: enabling device (0006 -> 0007)
Oct 25 21:47:24 The-Eagle kernel: checking generic (c0000000 1fb0000) vs hw (c0000000 10000000)
Oct 25 21:47:24 The-Eagle kernel: fb0: switching to inteldrmfb from EFI VGA
Oct 25 21:47:24 The-Eagle kernel: Console: switching to colour dummy device 80x25
Oct 25 21:47:24 The-Eagle kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Oct 25 21:47:24 The-Eagle kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Oct 25 21:47:24 The-Eagle kernel: [drm] Driver supports precise vblank timestamp query.
Oct 25 21:47:24 The-Eagle kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
Oct 25 21:47:24 The-Eagle kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Oct 25 21:47:24 The-Eagle kernel: [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
Oct 25 21:47:24 The-Eagle kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Oct 25 21:47:24 The-Eagle kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
Oct 25 21:47:24 The-Eagle kernel: fbcon: i915drmfb (fb0) is primary device
Oct 25 21:47:24 The-Eagle kernel: tsc: Refined TSC clocksource calibration: 1991.995 MHz
Oct 25 21:47:24 The-Eagle kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x396d48bcfa5, max_idle_ns: 881590611924 ns
Oct 25 21:47:24 The-Eagle kernel: clocksource: Switched to clocksource tsc
Oct 25 21:47:24 The-Eagle kernel: Console: switching to colour frame buffer device 480x135
Oct 25 21:47:24 The-Eagle kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device
Oct 25 21:47:24 The-Eagle kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 25 21:47:24 The-Eagle kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 25 21:47:24 The-Eagle kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 25 21:47:24 The-Eagle kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 25 21:47:24 The-Eagle kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Oct 25 21:47:24 The-Eagle kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Oct 25 21:47:24 The-Eagle kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Oct 25 21:47:24 The-Eagle kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Oct 25 21:47:24 The-Eagle kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 21:47:24 The-Eagle kernel: usb usb1: Product: xHCI Host Controller
Oct 25 21:47:24 The-Eagle kernel: usb usb1: Manufacturer: Linux 5.4.72-1-lts xhci-hcd
Oct 25 21:47:24 The-Eagle kernel: usb usb1: SerialNumber: 0000:00:14.0
Oct 25 21:47:24 The-Eagle kernel: hub 1-0:1.0: USB hub found
Oct 25 21:47:24 The-Eagle kernel: hub 1-0:1.0: 12 ports detected
Oct 25 21:47:24 The-Eagle kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Oct 25 21:47:24 The-Eagle kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Oct 25 21:47:24 The-Eagle kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Oct 25 21:47:24 The-Eagle kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
Oct 25 21:47:24 The-Eagle kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 25 21:47:24 The-Eagle kernel: usb usb2: Product: xHCI Host Controller
Oct 25 21:47:24 The-Eagle kernel: usb usb2: Manufacturer: Linux 5.4.72-1-lts xhci-hcd
Oct 25 21:47:24 The-Eagle kernel: usb usb2: SerialNumber: 0000:00:14.0
Oct 25 21:47:24 The-Eagle kernel: hub 2-0:1.0: USB hub found
Oct 25 21:47:24 The-Eagle kernel: hub 2-0:1.0: 6 ports detected
Oct 25 21:47:24 The-Eagle kernel: usb: port power management may be unreliable
Oct 25 21:47:24 The-Eagle kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Oct 25 21:47:24 The-Eagle kernel: random: fast init done
Oct 25 21:47:24 The-Eagle kernel: EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
Oct 25 21:47:24 The-Eagle systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +>
Oct 25 21:47:24 The-Eagle systemd[1]: Detected architecture x86-64.
Oct 25 21:47:24 The-Eagle systemd[1]: Set hostname to <The-Eagle>.
Oct 25 21:47:24 The-Eagle kernel: usb 1-8: new high-speed USB device number 2 using xhci_hcd
Oct 25 21:47:24 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:9: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file,>
Oct 25 21:47:24 The-Eagle systemd[1]: /usr/lib/systemd/system/lenovo_fix.service:10: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file>
Oct 25 21:47:24 The-Eagle systemd[1]: Queued start job for default target Graphical Interface.
Oct 25 21:47:24 The-Eagle systemd[1]: Created slice system-getty.slice.
Oct 25 21:47:24 The-Eagle systemd[1]: Created slice system-modprobe.slice.
Oct 25 21:47:24 The-Eagle systemd[1]: Created slice system-systemd\x2dfsck.slice.
Oct 25 21:47:24 The-Eagle systemd[1]: Created slice User and Session Slice.
Oct 25 21:47:24 The-Eagle systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 25 21:47:24 The-Eagle systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 25 21:47:24 The-Eagle systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 25 21:47:24 The-Eagle systemd[1]: Reached target Local Encrypted Volumes.
Oct 25 21:47:24 The-Eagle systemd[1]: Reached target Login Prompts.
Oct 25 21:47:24 The-Eagle systemd[1]: Reached target Paths.
Oct 25 21:47:24 The-Eagle systemd[1]: Reached target Remote File Systems.
Oct 25 21:47:24 The-Eagle systemd[1]: Reached target Slices.
Oct 25 21:47:24 The-Eagle systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 25 21:47:24 The-Eagle systemd[1]: Listening on LVM2 metadata daemon socket.
Oct 25 21:47:24 The-Eagle systemd[1]: Listening on LVM2 poll daemon socket.
Oct 25 21:47:24 The-Eagle systemd[1]: Listening on Process Core Dump Socket.
Oct 25 21:47:24 The-Eagle systemd[1]: Listening on Journal Audit Socket.
Oct 25 21:47:24 The-Eagle systemd[1]: Listening on Journal Socket (/dev/log).
Oct 25 21:47:24 The-Eagle systemd[1]: Listening on Journal Socket.
Oct 25 21:47:24 The-Eagle systemd[1]: Listening on udev Control Socket.
Oct 25 21:47:24 The-Eagle systemd[1]: Listening on udev Kernel Socket.
Oct 25 21:47:24 The-Eagle systemd[1]: Mounting Huge Pages File System...
Oct 25 21:47:24 The-Eagle systemd[1]: Mounting POSIX Message Queue File System...
Oct 25 21:47:24 The-Eagle systemd[1]: Mounting Kernel Debug File System...
Oct 25 21:47:24 The-Eagle systemd[1]: Mounting Kernel Trace File System...
Oct 25 21:47:24 The-Eagle systemd[1]: Starting Create list of static device nodes for the current kernel...
Oct 25 21:47:24 The-Eagle systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Oct 25 21:47:24 The-Eagle systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
Oct 25 21:47:24 The-Eagle systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Oct 25 21:47:24 The-Eagle systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Oct 25 21:47:24 The-Eagle systemd[1]: Starting Journal Service...
Oct 25 21:47:24 The-Eagle systemd[1]: Starting Load Kernel Modules...
Oct 25 21:47:24 The-Eagle systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 25 21:47:24 The-Eagle systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Oct 25 21:47:24 The-Eagle systemd[1]: Starting Coldplug All udev Devices...
Oct 25 21:47:24 The-Eagle systemd[1]: Mounted Huge Pages File System.
Oct 25 21:47:24 The-Eagle systemd[1]: Mounted POSIX Message Queue File System.
Oct 25 21:47:24 The-Eagle systemd[1]: Mounted Kernel Debug File System.
Oct 25 21:47:24 The-Eagle systemd[1]: Mounted Kernel Trace File System.
Oct 25 21:47:24 The-Eagle systemd[1]: Finished Create list of static device nodes for the current kernel.
Oct 25 21:47:24 The-Eagle kernel: random: lvm: uninitialized urandom read (4 bytes read)
Oct 25 21:47:24 The-Eagle kernel: EXT4-fs (nvme0n1p3): re-mounted. Opts: (null)
Oct 25 21:47:24 The-Eagle systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 25 21:47:24 The-Eagle systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Oct 25 21:47:24 The-Eagle systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Oct 25 21:47:24 The-Eagle systemd[1]: Starting Load/Save Random Seed...
Oct 25 21:47:24 The-Eagle systemd[1]: Starting Create System Users...
Oct 25 21:47:24 The-Eagle systemd[1]: Finished Load Kernel Modules.
Oct 25 21:47:24 The-Eagle systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Oct 25 21:47:24 The-Eagle systemd[1]: Mounting Kernel Configuration File System...
Oct 25 21:47:24 The-Eagle systemd[1]: Starting Apply Kernel Variables...
Oct 25 21:47:24 The-Eagle systemd[1]: Mounted Kernel Configuration File System.
Oct 25 21:47:24 The-Eagle systemd[1]: Finished Apply Kernel Variables.
Oct 25 21:47:24 The-Eagle systemd[1]: Starting CLI Netfilter Manager...
Oct 25 21:47:24 The-Eagle systemd[1]: Finished Create System Users.
Oct 25 21:47:24 The-Eagle systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 25 21:47:24 The-Eagle systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 25 21:47:24 The-Eagle systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 25 21:47:24 The-Eagle systemd[1]: Finished Coldplug All udev Devices.
Oct 25 21:47:24 The-Eagle systemd[1]: Finished CLI Netfilter Manager.
Oct 25 21:47:24 The-Eagle kernel: usb 1-8: New USB device found, idVendor=04f2, idProduct=b67c, bcdDevice=67.26
Oct 25 21:47:24 The-Eagle kernel: usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 25 21:47:24 The-Eagle kernel: usb 1-8: Product: Integrated Camera
Oct 25 21:47:24 The-Eagle kernel: usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
Oct 25 21:47:24 The-Eagle kernel: usb 1-8: SerialNumber: 6726
Oct 25 21:47:24 The-Eagle systemd-journald[241]: Journal started
Oct 25 21:47:24 The-Eagle systemd-journald[241]: Runtime Journal (/run/log/journal/6b72f05af6284c1991804fbc9e46eb93) is 8.0M, max 784.7M, 776.7M free.
Oct 25 21:47:24 The-Eagle systemd-modules-load[242]: Inserted module 'crypto_user'
Oct 25 21:47:24 The-Eagle systemd-random-seed[246]: Kernel entropy pool is not initialized yet, waiting until it is.
Oct 25 21:47:24 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termi>
Oct 25 21:47:24 The-Eagle systemd-sysctl[250]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Oct 25 21:47:24 The-Eagle systemd-sysctl[250]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Oct 25 21:47:24 The-Eagle systemd-sysctl[250]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Oct 25 21:47:24 The-Eagle systemd-sysctl[250]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Oct 25 21:47:24 The-Eagle systemd-sysctl[250]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Oct 25 21:47:24 The-Eagle systemd-sysctl[250]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Oct 25 21:47:24 The-Eagle systemd[1]: Started Journal Service.
Oct 25 21:47:24 The-Eagle kernel: audit: type=1130 audit(1603662444.916:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/system>
Oct 25 21:47:24 The-Eagle systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 25 21:47:24 The-Eagle systemd-journald[241]: Time spent on flushing to /var/log/journal/6b72f05af6284c1991804fbc9e46eb93 is 51.784ms for 740 entries.
Oct 25 21:47:24 The-Eagle systemd-journald[241]: System Journal (/var/log/journal/6b72f05af6284c1991804fbc9e46eb93) is 96.0M, max 4.0G, 3.9G free.
Oct 25 21:47:24 The-Eagle kernel: audit: type=1130 audit(1603662444.946:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" >
Oct 25 21:47:24 The-Eagle kernel: audit: type=1130 audit(1603662444.946:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" h>
Oct 25 21:47:24 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal>
Oct 25 21:47:24 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=>
Oct 25 21:47:24 The-Eagle systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 25 21:47:25 The-Eagle kernel: audit: type=1130 audit(1603662444.986:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/s>
Oct 25 21:47:25 The-Eagle kernel: ACPI: AC Adapter [AC] (off-line)
Oct 25 21:47:24 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? >
Oct 25 21:47:24 The-Eagle systemd[1]: Started LVM2 metadata daemon.
Oct 25 21:47:24 The-Eagle systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 25 21:47:25 The-Eagle kernel: Non-volatile memory driver v1.3
Oct 25 21:47:25 The-Eagle kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Oct 25 21:47:25 The-Eagle kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Oct 25 21:47:25 The-Eagle kernel: acpi PNP0C14:04: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Oct 25 21:47:25 The-Eagle kernel: acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Oct 25 21:47:25 The-Eagle kernel: nfc: nfc_init: NFC Core ver 0.1
Oct 25 21:47:25 The-Eagle kernel: hidraw: raw HID events driver (C) Jiri Kosina
Oct 25 21:47:25 The-Eagle kernel: NET: Registered protocol family 39
Oct 25 21:47:25 The-Eagle kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Oct 25 21:47:25 The-Eagle systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Oct 25 21:47:25 The-Eagle systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Oct 25 21:47:25 The-Eagle systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Oct 25 21:47:25 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/syste>
Oct 25 21:47:25 The-Eagle kernel: audit: type=1130 audit(1603662445.036:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" e>
Oct 25 21:47:25 The-Eagle kernel: usb 1-9: new full-speed USB device number 3 using xhci_hcd
Oct 25 21:47:25 The-Eagle kernel: intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
Oct 25 21:47:25 The-Eagle kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Oct 25 21:47:25 The-Eagle kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Oct 25 21:47:25 The-Eagle kernel: thinkpad_acpi: ThinkPad BIOS N2HET57W (1.40 ), EC N2HHT37W
Oct 25 21:47:25 The-Eagle kernel: thinkpad_acpi: Lenovo ThinkPad X1 Carbon 7th, model 20QD00KWUK
Oct 25 21:47:25 The-Eagle kernel: thinkpad_acpi: radio switch found; radios are enabled
Oct 25 21:47:25 The-Eagle kernel: thinkpad_acpi: Tablet mode switch found (type: GMMS), currently in laptop mode
Oct 25 21:47:25 The-Eagle kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Oct 25 21:47:25 The-Eagle kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Oct 25 21:47:25 The-Eagle kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Oct 25 21:47:25 The-Eagle kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Oct 25 21:47:25 The-Eagle kernel: tpm_tis STM7364:00: 2.0 TPM (device-id 0x0, rev-id 78)
Oct 25 21:47:25 The-Eagle kernel: intel_rapl_common: Found RAPL domain package
Oct 25 21:47:25 The-Eagle kernel: intel_rapl_common: Found RAPL domain dram
Oct 25 21:47:25 The-Eagle kernel: proc_thermal 0000:00:04.0: Creating sysfs group for PROC_THERMAL_PCI
Oct 25 21:47:25 The-Eagle kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Oct 25 21:47:25 The-Eagle kernel: random: mktemp: uninitialized urandom read (6 bytes read)
Oct 25 21:47:25 The-Eagle kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Oct 25 21:47:25 The-Eagle kernel: thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is blocked
Oct 25 21:47:25 The-Eagle kernel: random: tlp-readconfs: uninitialized urandom read (4 bytes read)
Oct 25 21:47:25 The-Eagle kernel: thinkpad_acpi: battery 1 registered (start 0, stop 100)
Oct 25 21:47:25 The-Eagle kernel: battery: new extension: ThinkPad Battery Extension
Oct 25 21:47:25 The-Eagle kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input6
Oct 25 21:47:25 The-Eagle kernel: usb 1-9: New USB device found, idVendor=06cb, idProduct=00bd, bcdDevice= 0.00
Oct 25 21:47:25 The-Eagle kernel: usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Oct 25 21:47:25 The-Eagle kernel: usb 1-9: SerialNumber: 56beefeafca5
Oct 25 21:47:25 The-Eagle kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Oct 25 21:47:25 The-Eagle kernel: i2c_hid i2c-SYNA8005:00: i2c-SYNA8005:00 supply vdd not found, using dummy regulator
Oct 25 21:47:25 The-Eagle kernel: i2c_hid i2c-SYNA8005:00: i2c-SYNA8005:00 supply vddl not found, using dummy regulator
Oct 25 21:47:25 The-Eagle systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 1.
Oct 25 21:47:25 The-Eagle systemd[1]: Found device WDC PC SN730 SDBQNTY-512G-1001 2.
Oct 25 21:47:25 The-Eagle systemd[1]: Activating swap /dev/disk/by-uuid/382408de-8f2a-4a9a-a701-41eca460870e...
Oct 25 21:47:25 The-Eagle systemd[1]: Activated swap /dev/disk/by-uuid/382408de-8f2a-4a9a-a701-41eca460870e.
Oct 25 21:47:25 The-Eagle systemd[1]: Reached target Swap.
Oct 25 21:47:25 The-Eagle systemd[1]: Mounting Temporary Directory (/tmp)...
Oct 25 21:47:25 The-Eagle systemd[1]: Mounted Temporary Directory (/tmp).
Oct 25 21:47:25 The-Eagle kernel: Adding 17825788k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:17825788k SSFS
Oct 25 21:47:25 The-Eagle kernel: usb 1-10: new full-speed USB device number 4 using xhci_hcd
Oct 25 21:47:25 The-Eagle kernel: i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
Oct 25 21:47:25 The-Eagle kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Oct 25 21:47:25 The-Eagle kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Oct 25 21:47:25 The-Eagle kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Oct 25 21:47:25 The-Eagle kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 25 21:47:25 The-Eagle kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 25 21:47:25 The-Eagle kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 25 21:47:25 The-Eagle kernel: cfg80211: failed to load regulatory.db
Oct 25 21:47:25 The-Eagle kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Oct 25 21:47:25 The-Eagle kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Oct 25 21:47:25 The-Eagle kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Oct 25 21:47:25 The-Eagle kernel: Intel(R) Wireless WiFi driver for Linux
Oct 25 21:47:25 The-Eagle kernel: Copyright(c) 2003- 2015 Intel Corporation
Oct 25 21:47:25 The-Eagle kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
Oct 25 21:47:25 The-Eagle kernel: iwlwifi 0000:00:14.3: loaded firmware version 46.4d093a30.0 op_mode iwlmvm
Oct 25 21:47:25 The-Eagle kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Oct 25 21:47:25 The-Eagle systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Oct 25 21:47:25 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=>
Oct 25 21:47:25 The-Eagle systemd[1]: Reached target Local File Systems (Pre).
Oct 25 21:47:25 The-Eagle systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Oct 25 21:47:25 The-Eagle systemd[1]: Starting File System Check on /dev/disk/by-uuid/7897-94B9...
Oct 25 21:47:25 The-Eagle kernel: audit: type=1130 audit(1603662445.486:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" h>
Oct 25 21:47:25 The-Eagle systemd-fsck[413]: fsck.fat 4.1 (2017-01-24)
Oct 25 21:47:25 The-Eagle systemd-fsck[413]: /dev/nvme0n1p1: 9 files, 6243/130812 clusters
Oct 25 21:47:25 The-Eagle systemd[1]: Finished File System Check on /dev/disk/by-uuid/7897-94B9.
Oct 25 21:47:25 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-7897\x2d94B9 comm="systemd" exe="/usr/lib/systemd/sys>
Oct 25 21:47:25 The-Eagle systemd[1]: Mounting /boot/EFI...
Oct 25 21:47:25 The-Eagle kernel: audit: type=1130 audit(1603662445.506:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-7897\x2d94B9 comm="systemd">
Oct 25 21:47:25 The-Eagle kernel: usb 1-10: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
Oct 25 21:47:25 The-Eagle kernel: usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 25 21:47:25 The-Eagle kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Oct 25 21:47:25 The-Eagle kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Oct 25 21:47:25 The-Eagle kernel: resource sanity check: requesting [mem 0xfed10000-0xfed15fff], which spans more than pnp 00:07 [mem 0xfed10000-0xfed13fff]
Oct 25 21:47:25 The-Eagle kernel: caller snb_uncore_imc_init_box+0x74/0xb0 [intel_uncore] mapping multiple BARs
Oct 25 21:47:25 The-Eagle kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC285: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
Oct 25 21:47:25 The-Eagle kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 25 21:47:25 The-Eagle kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 25 21:47:25 The-Eagle kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Oct 25 21:47:25 The-Eagle kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Oct 25 21:47:25 The-Eagle kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
Oct 25 21:47:25 The-Eagle systemd[1]: Mounted /boot/EFI.
Oct 25 21:47:25 The-Eagle systemd[1]: Reached target Local File Systems.
Oct 25 21:47:25 The-Eagle systemd[1]: Starting Rebuild Dynamic Linker Cache...
Oct 25 21:47:25 The-Eagle systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Oct 25 21:47:25 The-Eagle systemd[1]: Starting Create Volatile Files and Directories...
Oct 25 21:47:25 The-Eagle kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Oct 25 21:47:25 The-Eagle kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Oct 25 21:47:25 The-Eagle kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Oct 25 21:47:25 The-Eagle kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Oct 25 21:47:25 The-Eagle kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Oct 25 21:47:25 The-Eagle kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Oct 25 21:47:25 The-Eagle kernel: cryptd: max_cpu_qlen set to 1000
Oct 25 21:47:25 The-Eagle kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wireless-AC 9560 160MHz, REV=0x318
Oct 25 21:47:25 The-Eagle systemd[1]: Finished Create Volatile Files and Directories.
Oct 25 21:47:25 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=?>
Oct 25 21:47:25 The-Eagle systemd[1]: Starting Rebuild Journal Catalog...
Oct 25 21:47:25 The-Eagle systemd[1]: Starting Network Time Synchronization...
Oct 25 21:47:25 The-Eagle systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 25 21:47:25 The-Eagle kernel: audit: type=1130 audit(1603662445.706:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/>
Oct 25 21:47:25 The-Eagle kernel: AVX2 version of gcm_enc/dec engaged.
Oct 25 21:47:25 The-Eagle kernel: AES CTR mode by8 optimization enabled
Oct 25 21:47:25 The-Eagle audit[442]: SYSTEM_BOOT pid=442 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? >
Oct 25 21:47:25 The-Eagle kernel: audit: type=1127 audit(1603662445.706:10): pid=442 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-upda>
Oct 25 21:47:25 The-Eagle systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Oct 25 21:47:25 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? te>
Oct 25 21:47:25 The-Eagle kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) f8:75:a4:e9:15:24
Oct 25 21:47:25 The-Eagle kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Oct 25 21:47:25 The-Eagle kernel: e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
Oct 25 21:47:25 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=>
Oct 25 21:47:25 The-Eagle systemd[1]: Finished Rebuild Journal Catalog.
Oct 25 21:47:25 The-Eagle kernel: iwlwifi 0000:00:14.3: base HW address: 04:33:c2:2d:79:22
Oct 25 21:47:25 The-Eagle systemd[1]: Finished Rebuild Dynamic Linker Cache.
Oct 25 21:47:25 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? re>
Oct 25 21:47:25 The-Eagle systemd[1]: Starting Update is Completed...
Oct 25 21:47:25 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? te>
Oct 25 21:47:25 The-Eagle systemd[1]: Finished Update is Completed.
Oct 25 21:47:25 The-Eagle kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Oct 25 21:47:25 The-Eagle kernel: thermal thermal_zone6: failed to read out thermal zone (-61)
Oct 25 21:47:25 The-Eagle systemd-udevd[352]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 25 21:47:26 The-Eagle systemd[1]: Started Network Time Synchronization.
Oct 25 21:47:26 The-Eagle systemd[1]: Reached target System Initialization.
Oct 25 21:47:26 The-Eagle systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 25 21:47:26 The-Eagle kernel: input: HDA Intel PCH Headset Jack as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
Oct 25 21:47:26 The-Eagle kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
Oct 25 21:47:26 The-Eagle kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
Oct 25 21:47:26 The-Eagle kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
Oct 25 21:47:26 The-Eagle kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
Oct 25 21:47:26 The-Eagle kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
Oct 25 21:47:26 The-Eagle kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
Oct 25 21:47:26 The-Eagle kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
Oct 25 21:47:26 The-Eagle kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
Oct 25 21:47:26 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? term>
Oct 25 21:47:26 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=>
Oct 25 21:47:26 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=su>
Oct 25 21:47:26 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lenovo_fix comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? >
Oct 25 21:47:26 The-Eagle crond[478]: (CRON) STARTUP (1.5.5)
Oct 25 21:47:26 The-Eagle systemd[1]: Reached target System Time Set.
Oct 25 21:47:26 The-Eagle crond[478]: (CRON) INFO (Syslog will be used instead of sendmail.)
Oct 25 21:47:26 The-Eagle systemd[1]: Reached target System Time Synchronized.
Oct 25 21:47:26 The-Eagle crond[478]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 62% if used.)
Oct 25 21:47:26 The-Eagle systemd[1]: Started Daily man-db regeneration.
Oct 25 21:47:26 The-Eagle crond[478]: (CRON) INFO (running with inotify support)
Oct 25 21:47:26 The-Eagle systemd[1]: Started Weekly pkgstats submission.
Oct 25 21:47:26 The-Eagle CROND[483]: (root) CMD (sleep 10m && timeshift --create --scripted --tags B)
Oct 25 21:47:26 The-Eagle systemd[1]: Started Daily verification of password and group files.
Oct 25 21:47:26 The-Eagle systemd[1]: Reached target Timers.
Oct 25 21:47:26 The-Eagle systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 25 21:47:26 The-Eagle systemd[1]: Reached target Sockets.
Oct 25 21:47:26 The-Eagle systemd[1]: Reached target Basic System.
Oct 25 21:47:26 The-Eagle systemd[1]: Started Periodic Command Scheduler.
Oct 25 21:47:26 The-Eagle systemd[1]: Started D-Bus System Message Bus.
Oct 25 21:47:26 The-Eagle systemd[1]: Starting Network Manager...
Oct 25 21:47:26 The-Eagle systemd[1]: Started Stop Intel throttling.
Oct 25 21:47:26 The-Eagle systemd[1]: Starting User Login Management...
Oct 25 21:47:26 The-Eagle kernel: urandom_read: 2 callbacks suppressed
Oct 25 21:47:26 The-Eagle kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Oct 25 21:47:26 The-Eagle kernel: random: python3: uninitialized urandom read (24 bytes read)
Oct 25 21:47:26 The-Eagle kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.0992] NetworkManager (version 1.26.4-1) is starting... (for the first time)
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.0994] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Oct 25 21:47:26 The-Eagle systemd[1]: Started Network Manager.
Oct 25 21:47:26 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termina>
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.1008] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 25 21:47:26 The-Eagle systemd[1]: Reached target Network.
Oct 25 21:47:26 The-Eagle systemd[1]: Starting Network Manager Wait Online...
Oct 25 21:47:26 The-Eagle systemd[1]: Starting Permit User Sessions...
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.1038] manager[0x55d27fb73030]: monitoring kernel firmware directory '/lib/firmware'.
Oct 25 21:47:26 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.12' (uid>
Oct 25 21:47:26 The-Eagle systemd[1]: Starting Hostname Service...
Oct 25 21:47:26 The-Eagle systemd[1]: Finished Permit User Sessions.
Oct 25 21:47:26 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? >
Oct 25 21:47:26 The-Eagle systemd[1]: Starting Light Display Manager...
Oct 25 21:47:26 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' requested by ':1.14' (uid=0 pid>
Oct 25 21:47:26 The-Eagle systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
Oct 25 21:47:26 The-Eagle systemd[1]: Finished Load/Save Random Seed.
Oct 25 21:47:26 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? te>
Oct 25 21:47:26 The-Eagle systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Oct 25 21:47:26 The-Eagle kernel: random: crng init done
Oct 25 21:47:26 The-Eagle kernel: random: 2 urandom warning(s) missed due to ratelimiting
Oct 25 21:47:26 The-Eagle kernel: psmouse serio1: trackpoint: Elan TrackPoint firmware: 0x47, buttons: 3/3
Oct 25 21:47:26 The-Eagle kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/input/input8
Oct 25 21:47:26 The-Eagle systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 25 21:47:26 The-Eagle systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 25 21:47:26 The-Eagle lenovo_fix.py[482]: [I] Detected CPU architecture: Intel Kaby Lake (R)
Oct 25 21:47:26 The-Eagle lenovo_fix.py[482]: [I] Loading config file.
Oct 25 21:47:26 The-Eagle kernel: usb 1-10: USB disconnect, device number 4
Oct 25 21:47:26 The-Eagle systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight...
Oct 25 21:47:26 The-Eagle systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight.
Oct 25 21:47:26 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:tpacpi::kbd_backlight comm="systemd" exe="/usr/lib/systemd/syst>
Oct 25 21:47:26 The-Eagle systemd-logind[484]: New seat seat0.
Oct 25 21:47:26 The-Eagle systemd-logind[484]: Watching system buttons on /dev/input/event2 (Power Button)
Oct 25 21:47:26 The-Eagle dbus-daemon[479]: [system] Successfully activated service 'org.freedesktop.hostname1'
Oct 25 21:47:26 The-Eagle systemd[1]: Started Hostname Service.
Oct 25 21:47:26 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? term>
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5325] hostname: hostname: using hostnamed
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5326] hostname: hostname changed from (none) to "The-Eagle"
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5330] dns-mgr[0x55d27fb58220]: init: dns=default,systemd-resolved rc-manager=symlink
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5338] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill3) (driver iwlwi>
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5340] rfkill1: found WWAN radio killswitch (at /sys/devices/platform/thinkpad_acpi/rfkill/rfkill1) (platform driver thinkp>
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5342] manager[0x55d27fb73030]: rfkill: Wi-Fi hardware radio set enabled
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5353] manager[0x55d27fb73030]: rfkill: WWAN hardware radio set enabled
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5450] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-bluetooth.so)
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5457] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wifi.so)
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5466] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-ovs.so)
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5556] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-team.so)
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5561] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-wwan.so)
Oct 25 21:47:26 The-Eagle kernel: intel_rapl_common: Found RAPL domain package
Oct 25 21:47:26 The-Eagle kernel: intel_rapl_common: Found RAPL domain core
Oct 25 21:47:26 The-Eagle kernel: intel_rapl_common: Found RAPL domain uncore
Oct 25 21:47:26 The-Eagle kernel: intel_rapl_common: Found RAPL domain dram
Oct 25 21:47:26 The-Eagle kernel: iTCO_vendor_support: vendor-support=0
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5570] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.26.4-1/libnm-device-plugin-adsl.so)
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5574] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5575] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5576] manager: Networking is enabled by state file
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5580] dhcp-init: Using DHCP client 'internal'
Oct 25 21:47:26 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.>
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5586] settings: Loaded settings plugin: keyfile (internal)
Oct 25 21:47:26 The-Eagle systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5615] device (lo): carrier: link connected
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5618] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5627] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5632] device (wlan0): driver supports Access Point (AP) mode
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5640] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 25 21:47:26 The-Eagle lenovo_fix.py[482]: [I] Starting main loop.
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.5671] ovsdb: Could not connect: No such file or directory
Oct 25 21:47:26 The-Eagle dbus-daemon[479]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Oct 25 21:47:26 The-Eagle systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 25 21:47:26 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? add>
Oct 25 21:47:26 The-Eagle systemd-logind[484]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 25 21:47:26 The-Eagle systemd-logind[484]: Watching system buttons on /dev/input/event0 (Sleep Button)
Oct 25 21:47:26 The-Eagle systemd-logind[484]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Oct 25 21:47:26 The-Eagle kernel: input: SYNA8005:00 06CB:CD8C Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input18
Oct 25 21:47:26 The-Eagle kernel: input: SYNA8005:00 06CB:CD8C Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input19
Oct 25 21:47:26 The-Eagle kernel: hid-generic 0018:06CB:CD8C.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA8005:00 06CB:CD8C] on i2c-SYNA8005:00
Oct 25 21:47:26 The-Eagle dbus-daemon[479]: [system] Successfully activated service 'org.freedesktop.login1'
Oct 25 21:47:26 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termina>
Oct 25 21:47:26 The-Eagle systemd[1]: Started User Login Management.
Oct 25 21:47:26 The-Eagle kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Oct 25 21:47:26 The-Eagle kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Oct 25 21:47:26 The-Eagle kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Oct 25 21:47:26 The-Eagle systemd[1]: Started Light Display Manager.
Oct 25 21:47:26 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res>
Oct 25 21:47:26 The-Eagle lightdm[497]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was n>
Oct 25 21:47:26 The-Eagle systemd-logind[484]: Watching system buttons on /dev/input/event5 (ThinkPad Extra Buttons)
Oct 25 21:47:26 The-Eagle systemd-udevd[332]: Using default interface naming scheme 'v245'.
Oct 25 21:47:26 The-Eagle systemd-udevd[332]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 25 21:47:26 The-Eagle kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
Oct 25 21:47:26 The-Eagle systemd-udevd[345]: Using default interface naming scheme 'v245'.
Oct 25 21:47:26 The-Eagle systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 25 21:47:26 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termina>
Oct 25 21:47:26 The-Eagle systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
Oct 25 21:47:26 The-Eagle systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Oct 25 21:47:26 The-Eagle systemd[1]: Reached target Sound Card.
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.7969] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp0s31f6'
Oct 25 21:47:26 The-Eagle systemd-udevd[345]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Oct 25 21:47:26 The-Eagle kernel: iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
Oct 25 21:47:26 The-Eagle NetworkManager[481]: <info>  [1603662446.9067] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 25 21:47:26 The-Eagle kernel: mc: Linux media interface: v0.10
Oct 25 21:47:26 The-Eagle kernel: Bluetooth: Core ver 2.22
Oct 25 21:47:26 The-Eagle kernel: NET: Registered protocol family 31
Oct 25 21:47:26 The-Eagle kernel: Bluetooth: HCI device and connection manager initialized
Oct 25 21:47:26 The-Eagle kernel: Bluetooth: HCI socket layer initialized
Oct 25 21:47:26 The-Eagle kernel: Bluetooth: L2CAP socket layer initialized
Oct 25 21:47:26 The-Eagle kernel: Bluetooth: SCO socket layer initialized
Oct 25 21:47:26 The-Eagle kernel: usbcore: registered new interface driver btusb
Oct 25 21:47:26 The-Eagle systemd-udevd[327]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Oct 25 21:47:26 The-Eagle kernel: videodev: Linux video capture interface: v2.00
Oct 25 21:47:26 The-Eagle systemd-udevd[326]: Using default interface naming scheme 'v245'.
Oct 25 21:47:26 The-Eagle systemd-udevd[340]: Using default interface naming scheme 'v245'.
Oct 25 21:47:27 The-Eagle kernel: uvcvideo: Found UVC 1.50 device Integrated Camera (04f2:b67c)
Oct 25 21:47:27 The-Eagle kernel: uvcvideo 1-8:1.0: Entity type for entity Realtek Extended Controls Unit was not initialized!
Oct 25 21:47:27 The-Eagle kernel: uvcvideo 1-8:1.0: Entity type for entity Extension 4 was not initialized!
Oct 25 21:47:27 The-Eagle kernel: uvcvideo 1-8:1.0: Entity type for entity Processing 2 was not initialized!
Oct 25 21:47:27 The-Eagle kernel: uvcvideo 1-8:1.0: Entity type for entity Camera 1 was not initialized!
Oct 25 21:47:27 The-Eagle kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input21
Oct 25 21:47:27 The-Eagle kernel: mousedev: PS/2 mouse device common for all mice
Oct 25 21:47:27 The-Eagle kernel: uvcvideo: Found UVC 1.50 device Integrated Camera (04f2:b67c)
Oct 25 21:47:27 The-Eagle kernel: uvcvideo 1-8:1.2: Entity type for entity Realtek Extended Controls Unit was not initialized!
Oct 25 21:47:27 The-Eagle kernel: uvcvideo 1-8:1.2: Entity type for entity Microsoft Extended Controls Uni was not initialized!
Oct 25 21:47:27 The-Eagle kernel: uvcvideo 1-8:1.2: Entity type for entity Extension 9 was not initialized!
Oct 25 21:47:27 The-Eagle kernel: uvcvideo 1-8:1.2: Entity type for entity Extension 11 was not initialized!
Oct 25 21:47:27 The-Eagle kernel: uvcvideo 1-8:1.2: Entity type for entity Processing 15 was not initialized!
Oct 25 21:47:27 The-Eagle kernel: uvcvideo 1-8:1.2: Entity type for entity Camera 8 was not initialized!
Oct 25 21:47:27 The-Eagle kernel: input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input22
Oct 25 21:47:27 The-Eagle kernel: usbcore: registered new interface driver uvcvideo
Oct 25 21:47:27 The-Eagle kernel: USB Video Class driver (1.1.1)
Oct 25 21:47:27 The-Eagle kernel: input: SYNA8005:00 06CB:CD8C Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input23
Oct 25 21:47:27 The-Eagle kernel: input: SYNA8005:00 06CB:CD8C Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input24
Oct 25 21:47:27 The-Eagle kernel: hid-multitouch 0018:06CB:CD8C.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA8005:00 06CB:CD8C] on i2c-SYNA8005:00
Oct 25 21:47:27 The-Eagle NetworkManager[481]: <info>  [1603662447.1194] settings: (enp0s31f6): created default wired connection 'Wired connection 1'
Oct 25 21:47:27 The-Eagle NetworkManager[481]: <info>  [1603662447.1244] device (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlp0s20f3'
Oct 25 21:47:27 The-Eagle NetworkManager[481]: <info>  [1603662447.1246] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 25 21:47:27 The-Eagle NetworkManager[481]: <info>  [1603662447.3460] device (wlp0s20f3): set-hw-addr: set MAC address to 5A:DE:40:A1:8C:E9 (scanning)
Oct 25 21:47:27 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.12' (uid=0 pid=481 comm="/us>
Oct 25 21:47:27 The-Eagle systemd[1]: Starting WPA supplicant...
Oct 25 21:47:27 The-Eagle dbus-daemon[479]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Oct 25 21:47:27 The-Eagle systemd[1]: Started WPA supplicant.
Oct 25 21:47:27 The-Eagle wpa_supplicant[754]: Successfully initialized wpa_supplicant
Oct 25 21:47:27 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termina>
Oct 25 21:47:27 The-Eagle kernel: kauditd_printk_skb: 17 callbacks suppressed
Oct 25 21:47:27 The-Eagle kernel: audit: type=1130 audit(1603662447.576:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd>
Oct 25 21:47:27 The-Eagle wpa_supplicant[754]: nl80211: kernel reports: Attribute failed policy validation
Oct 25 21:47:27 The-Eagle wpa_supplicant[754]: Failed to create interface p2p-dev-wlp0s20f3: -22 (Invalid argument)
Oct 25 21:47:27 The-Eagle wpa_supplicant[754]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp0s20f3
Oct 25 21:47:27 The-Eagle wpa_supplicant[754]: P2P: Failed to enable P2P Device interface
Oct 25 21:47:27 The-Eagle wpa_supplicant[754]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Oct 25 21:47:27 The-Eagle NetworkManager[481]: <info>  [1603662447.7172] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
Oct 25 21:47:27 The-Eagle NetworkManager[481]: <info>  [1603662447.7174] Wi-Fi P2P device controlled by interface wlp0s20f3 created
Oct 25 21:47:27 The-Eagle NetworkManager[481]: <info>  [1603662447.7179] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Oct 25 21:47:27 The-Eagle NetworkManager[481]: <info>  [1603662447.7188] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Oct 25 21:47:27 The-Eagle NetworkManager[481]: <warn>  [1603662447.7205] sup-iface[9ffaf95f33d96230,0,wlp0s20f3]: call-p2p-cancel: failed with P2P cancel failed
Oct 25 21:47:27 The-Eagle NetworkManager[481]: <info>  [1603662447.7210] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'mana>
Oct 25 21:47:27 The-Eagle NetworkManager[481]: <info>  [1603662447.7227] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Oct 25 21:47:28 The-Eagle lightdm[762]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was n>
Oct 25 21:47:28 The-Eagle audit[762]: CRED_ACQ pid=762 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? >
Oct 25 21:47:28 The-Eagle lightdm[762]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=974) by (uid=0)
Oct 25 21:47:28 The-Eagle kernel: audit: type=1103 audit(1603662448.076:29): pid=762 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe=>
Oct 25 21:47:28 The-Eagle systemd[1]: Created slice User Slice of UID 974.
Oct 25 21:47:28 The-Eagle systemd[1]: Starting User Runtime Directory /run/user/974...
Oct 25 21:47:28 The-Eagle systemd-logind[484]: New session c1 of user lightdm.
Oct 25 21:47:28 The-Eagle systemd[1]: Finished User Runtime Directory /run/user/974.
Oct 25 21:47:28 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? t>
Oct 25 21:47:28 The-Eagle systemd[1]: Starting User Manager for UID 974...
Oct 25 21:47:28 The-Eagle kernel: audit: type=1130 audit(1603662448.336:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/s>
Oct 25 21:47:28 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.24' (uid=0 pid=7>
Oct 25 21:47:28 The-Eagle dbus-daemon[479]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 21:47:28 The-Eagle systemd[766]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 21:47:28 The-Eagle audit[766]: USER_ACCT pid=766 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="lightdm" exe="/usr/lib/syst>
Oct 25 21:47:28 The-Eagle audit[766]: CRED_ACQ pid=766 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? te>
Oct 25 21:47:28 The-Eagle systemd[766]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<un>
Oct 25 21:47:28 The-Eagle kernel: audit: type=1101 audit(1603662448.346:31): pid=766 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct>
Oct 25 21:47:28 The-Eagle kernel: audit: type=1103 audit(1603662448.346:32): pid=766 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd>
Oct 25 21:47:28 The-Eagle kernel: audit: type=1006 audit(1603662448.346:33): pid=766 uid=0 old-auid=4294967295 auid=974 tty=(none) old-ses=4294967295 ses=1 res=1
Oct 25 21:47:28 The-Eagle systemd[766]: pam_unix(systemd-user:session): session opened for user lightdm(uid=974) by (uid=0)
Oct 25 21:47:28 The-Eagle audit[766]: USER_START pid=766 uid=0 auid=974 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail>
Oct 25 21:47:28 The-Eagle kernel: audit: type=1105 audit(1603662448.356:34): pid=766 uid=0 auid=974 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,>
Oct 25 21:47:28 The-Eagle systemd[771]: Not generating service for XDG autostart app-xapp\x2dsn\x2dwatcher-autostart.service, startup phases are not supported.
Oct 25 21:47:28 The-Eagle systemd[771]: Not generating service for XDG autostart app-xscreensaver-autostart.service, could not find TryExec= binary xscreensaver: No such file or directory
Oct 25 21:47:28 The-Eagle systemd[771]: Not generating service for XDG autostart app-xfce4\x2dclipman\x2dplugin\x2dautostart-autostart.service, it is hidden.
Oct 25 21:47:28 The-Eagle systemd[771]: Not generating service for XDG autostart app-pulseaudio-autostart.service, startup phases are not supported.
Oct 25 21:47:28 The-Eagle systemd[771]: Not generating service for XDG autostart app-xfce4\x2dnotes\x2dautostart-autostart.service, it is hidden.
Oct 25 21:47:28 The-Eagle systemd[771]: Not generating service for XDG autostart app-at\x2dspi\x2ddbus\x2dbus-autostart.service, startup phases are not supported.
Oct 25 21:47:28 The-Eagle systemd[766]: Queued start job for default target Main User Target.
Oct 25 21:47:28 The-Eagle systemd[766]: Reached target Paths.
Oct 25 21:47:28 The-Eagle systemd[766]: Reached target Timers.
Oct 25 21:47:28 The-Eagle systemd[766]: Starting D-Bus User Message Bus Socket.
Oct 25 21:47:28 The-Eagle systemd[766]: Listening on GnuPG network certificate management daemon.
Oct 25 21:47:28 The-Eagle systemd[766]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 25 21:47:28 The-Eagle systemd[766]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 25 21:47:28 The-Eagle systemd[766]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 25 21:47:28 The-Eagle systemd[766]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 25 21:47:28 The-Eagle systemd[766]: Listening on p11-kit server.
Oct 25 21:47:28 The-Eagle systemd[766]: Listening on Sound System.
Oct 25 21:47:28 The-Eagle systemd[766]: Listening on D-Bus User Message Bus Socket.
Oct 25 21:47:28 The-Eagle systemd[766]: Reached target Sockets.
Oct 25 21:47:28 The-Eagle systemd[766]: Reached target Basic System.
Oct 25 21:47:28 The-Eagle systemd[766]: Reached target Main User Target.
Oct 25 21:47:28 The-Eagle systemd[766]: Startup finished in 137ms.
Oct 25 21:47:28 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? re>
Oct 25 21:47:28 The-Eagle systemd[1]: Started User Manager for UID 974.
Oct 25 21:47:28 The-Eagle systemd[1]: Started Session c1 of user lightdm.
Oct 25 21:47:28 The-Eagle kernel: audit: type=1130 audit(1603662448.506:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" host>
Oct 25 21:47:28 The-Eagle audit[762]: USER_START pid=762 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" ho>
Oct 25 21:47:28 The-Eagle kernel: audit: type=1105 audit(1603662448.516:36): pid=762 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightd>
Oct 25 21:47:29 The-Eagle systemd[766]: Started D-Bus User Message Bus.
Oct 25 21:47:29 The-Eagle dbus-daemon[779]: [session uid=974 pid=779] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.0' (uid=974 pid=773>
Oct 25 21:47:29 The-Eagle systemd[766]: Starting Accessibility services bus...
Oct 25 21:47:29 The-Eagle dbus-daemon[779]: [session uid=974 pid=779] Successfully activated service 'org.a11y.Bus'
Oct 25 21:47:29 The-Eagle systemd[766]: Started Accessibility services bus.
Oct 25 21:47:29 The-Eagle at-spi-bus-launcher[786]: dbus-daemon[786]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=974 pid=773 comm="/usr/bin/lightdm-gtk-greet>
Oct 25 21:47:29 The-Eagle at-spi-bus-launcher[786]: dbus-daemon[786]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 25 21:47:29 The-Eagle at-spi-bus-launcher[795]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 25 21:47:30 The-Eagle wpa_supplicant[754]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=GB
Oct 25 21:47:31 The-Eagle systemd[1]: systemd-rfkill.service: Succeeded.
Oct 25 21:47:31 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal>
Oct 25 21:47:31 The-Eagle kernel: audit: type=1131 audit(1603662451.726:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd>
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.0416] policy: auto-activating connection 'VM0017520' (c74e9e57-50a5-42b3-845b-6e91ad85e5be)
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.0428] device (wlp0s20f3): Activation: starting connection 'VM0017520' (c74e9e57-50a5-42b3-845b-6e91ad85e5be)
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.0430] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.0437] manager: NetworkManager state is now CONNECTING
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.0619] device (wlp0s20f3): set-hw-addr: reset MAC address to 04:33:C2:2D:79:22 (preserve)
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2709] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2715] device (wlp0s20f3): Activation: (wifi) access point 'VM0017520' has security, but secrets are required.
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2716] device (wlp0s20f3): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2790] device (wlp0s20f3): supplicant interface state: disconnected -> interface_disabled
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2791] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> interface_disabled
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2834] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2843] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2849] device (wlp0s20f3): Activation: (wifi) connection 'VM0017520' has security, and secrets exist.  No new secrets neede>
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2849] Config: added 'ssid' value 'VM0017520'
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2850] Config: added 'scan_ssid' value '1'
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2850] Config: added 'bgscan' value 'simple:30:-70:86400'
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2850] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2850] Config: added 'auth_alg' value 'OPEN'
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.2850] Config: added 'psk' value '<hidden>'
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.3572] device (wlp0s20f3): supplicant interface state: interface_disabled -> inactive
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.3573] device (p2p-dev-wlp0s20f3): supplicant management interface state: interface_disabled -> inactive
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.3754] device (wlp0s20f3): supplicant interface state: inactive -> scanning
Oct 25 21:47:32 The-Eagle NetworkManager[481]: <info>  [1603662452.3754] device (p2p-dev-wlp0s20f3): supplicant management interface state: inactive -> scanning
Oct 25 21:47:32 The-Eagle audit[792]: USER_AUTH pid=792 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="muj" e>
Oct 25 21:47:32 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.27' (uid=0 pid=7>
Oct 25 21:47:32 The-Eagle dbus-daemon[479]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 21:47:32 The-Eagle lightdm[792]: pam_systemd_home(lightdm:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 21:47:32 The-Eagle audit[792]: USER_ACCT pid=792 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="muj" exe="/usr/bin/lightdm">
Oct 25 21:47:32 The-Eagle kernel: audit: type=1100 audit(1603662452.946:38): pid=792 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_per>
Oct 25 21:47:32 The-Eagle kernel: audit: type=1101 audit(1603662452.946:39): pid=792 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct>
Oct 25 21:47:32 The-Eagle lightdm[792]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was n>
Oct 25 21:47:32 The-Eagle systemd[1]: Stopping Session c1 of user lightdm.
Oct 25 21:47:33 The-Eagle lightdm[762]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Oct 25 21:47:33 The-Eagle audit[762]: USER_END pid=762 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hos>
Oct 25 21:47:33 The-Eagle audit[762]: CRED_DISP pid=762 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=?>
Oct 25 21:47:33 The-Eagle systemd[1]: session-c1.scope: Succeeded.
Oct 25 21:47:33 The-Eagle systemd[1]: Stopped Session c1 of user lightdm.
Oct 25 21:47:33 The-Eagle kernel: audit: type=1106 audit(1603662453.006:40): pid=762 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="light>
Oct 25 21:47:33 The-Eagle kernel: audit: type=1104 audit(1603662453.006:41): pid=762 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe=>
Oct 25 21:47:33 The-Eagle kernel: audit: type=1103 audit(1603662453.006:42): pid=792 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam>
Oct 25 21:47:33 The-Eagle kernel: audit: type=1006 audit(1603662453.016:43): pid=792 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Oct 25 21:47:33 The-Eagle audit[792]: CRED_ACQ pid=792 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr>
Oct 25 21:47:33 The-Eagle systemd-logind[484]: Removed session c1.
Oct 25 21:47:33 The-Eagle lightdm[792]: pam_unix(lightdm:session): session opened for user muj(uid=1000) by (uid=0)
Oct 25 21:47:33 The-Eagle systemd[1]: Created slice User Slice of UID 1000.
Oct 25 21:47:33 The-Eagle systemd[1]: Starting User Runtime Directory /run/user/1000...
Oct 25 21:47:33 The-Eagle systemd-logind[484]: New session 2 of user muj.
Oct 25 21:47:33 The-Eagle systemd[1]: Finished User Runtime Directory /run/user/1000.
Oct 25 21:47:33 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? >
Oct 25 21:47:33 The-Eagle kernel: audit: type=1130 audit(1603662453.046:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/>
Oct 25 21:47:33 The-Eagle systemd[1]: Starting User Manager for UID 1000...
Oct 25 21:47:33 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.31' (uid=0 pid=8>
Oct 25 21:47:33 The-Eagle dbus-daemon[479]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 21:47:33 The-Eagle systemd[802]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 21:47:33 The-Eagle audit[802]: USER_ACCT pid=802 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="muj" exe="/usr/lib/systemd/>
Oct 25 21:47:33 The-Eagle audit[802]: CRED_ACQ pid=802 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="muj" exe="/usr/lib/systemd/systemd" hostname=? addr=? termin>
Oct 25 21:47:33 The-Eagle systemd[802]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[muj] ruser=[<unknown>] rhost=[<unknow>
Oct 25 21:47:33 The-Eagle systemd[802]: pam_unix(systemd-user:session): session opened for user muj(uid=1000) by (uid=0)
Oct 25 21:47:33 The-Eagle audit[802]: USER_START pid=802 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mai>
Oct 25 21:47:33 The-Eagle kernel: audit: type=1101 audit(1603662453.066:45): pid=802 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct>
Oct 25 21:47:33 The-Eagle kernel: audit: type=1103 audit(1603662453.066:46): pid=802 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="muj" exe="/usr/lib/systemd/sys>
Oct 25 21:47:33 The-Eagle kernel: audit: type=1006 audit(1603662453.066:47): pid=802 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
Oct 25 21:47:33 The-Eagle systemd[807]: Not generating service for XDG autostart app-at\x2dspi\x2ddbus\x2dbus-autostart.service, startup phases are not supported.
Oct 25 21:47:33 The-Eagle systemd[807]: Not generating service for XDG autostart app-xscreensaver-autostart.service, could not find TryExec= binary xscreensaver: No such file or directory
Oct 25 21:47:33 The-Eagle systemd[807]: Not generating service for XDG autostart app-xfce4\x2dclipman\x2dplugin\x2dautostart-autostart.service, it is hidden.
Oct 25 21:47:33 The-Eagle systemd[807]: Not generating service for XDG autostart app-pulseaudio-autostart.service, startup phases are not supported.
Oct 25 21:47:33 The-Eagle systemd[807]: Not generating service for XDG autostart app-xfce4\x2dnotes\x2dautostart-autostart.service, it is hidden.
Oct 25 21:47:33 The-Eagle systemd[807]: Not generating service for XDG autostart app-xapp\x2dsn\x2dwatcher-autostart.service, startup phases are not supported.
Oct 25 21:47:33 The-Eagle systemd[802]: Queued start job for default target Main User Target.
Oct 25 21:47:33 The-Eagle systemd[802]: Reached target Paths.
Oct 25 21:47:33 The-Eagle systemd[802]: Reached target Timers.
Oct 25 21:47:33 The-Eagle systemd[802]: Starting D-Bus User Message Bus Socket.
Oct 25 21:47:33 The-Eagle systemd[802]: Listening on GnuPG network certificate management daemon.
Oct 25 21:47:33 The-Eagle systemd[802]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 25 21:47:33 The-Eagle systemd[802]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 25 21:47:33 The-Eagle systemd[802]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 25 21:47:33 The-Eagle systemd[802]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 25 21:47:33 The-Eagle systemd[802]: Listening on p11-kit server.
Oct 25 21:47:33 The-Eagle systemd[802]: Listening on Sound System.
Oct 25 21:47:33 The-Eagle systemd[802]: Listening on D-Bus User Message Bus Socket.
Oct 25 21:47:33 The-Eagle systemd[802]: Reached target Sockets.
Oct 25 21:47:33 The-Eagle systemd[802]: Reached target Basic System.
Oct 25 21:47:33 The-Eagle systemd[802]: Reached target Main User Target.
Oct 25 21:47:33 The-Eagle systemd[802]: Startup finished in 136ms.
Oct 25 21:47:33 The-Eagle systemd[1]: Started User Manager for UID 1000.
Oct 25 21:47:33 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? r>
Oct 25 21:47:33 The-Eagle systemd[1]: Started Session 2 of user muj.
Oct 25 21:47:33 The-Eagle audit[792]: USER_START pid=792 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd>
Oct 25 21:47:33 The-Eagle audit[792]: USER_LOGIN pid=792 uid=0 auid=1000 ses=2 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=The-Eagle addr=? terminal=/dev/tty7 res=success'
Oct 25 21:47:33 The-Eagle systemd[802]: Started D-Bus User Message Bus.
Oct 25 21:47:33 The-Eagle dbus-daemon[815]: [session uid=1000 pid=815] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.3' (uid=1000 pid=8>
Oct 25 21:47:33 The-Eagle systemd[802]: Starting Accessibility services bus...
Oct 25 21:47:33 The-Eagle dbus-daemon[815]: [session uid=1000 pid=815] Successfully activated service 'org.a11y.Bus'
Oct 25 21:47:33 The-Eagle systemd[802]: Started Accessibility services bus.
Oct 25 21:47:33 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.33' (uid=1000 pid=811 comm="/usr/>
Oct 25 21:47:33 The-Eagle systemd[1]: Starting Disk Manager...
Oct 25 21:47:33 The-Eagle dbus-daemon[815]: [session uid=1000 pid=815] Activating service name='org.xfce.Xfconf' requested by ':1.6' (uid=1000 pid=809 comm="xfce4-session ")
Oct 25 21:47:33 The-Eagle dbus-daemon[815]: [session uid=1000 pid=815] Successfully activated service 'org.xfce.Xfconf'
Oct 25 21:47:33 The-Eagle at-spi-bus-launcher[831]: dbus-daemon[831]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=1000 pid=809 comm="xfce4-session ")
Oct 25 21:47:33 The-Eagle udisksd[836]: udisks daemon version 2.9.1 starting
Oct 25 21:47:33 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.34' (uid=1000 pid=809 comm="xfc>
Oct 25 21:47:33 The-Eagle systemd[1]: Starting Authorization Manager...
Oct 25 21:47:33 The-Eagle at-spi-bus-launcher[831]: dbus-daemon[831]: Successfully activated service 'org.a11y.atspi.Registry'
Oct 25 21:47:33 The-Eagle at-spi-bus-launcher[845]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Oct 25 21:47:33 The-Eagle polkitd[849]: Started polkitd version 0.118
Oct 25 21:47:33 The-Eagle polkitd[849]: Loading rules from directory /etc/polkit-1/rules.d
Oct 25 21:47:33 The-Eagle polkitd[849]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 25 21:47:33 The-Eagle polkitd[849]: Finished loading, compiling and executing 4 rules
Oct 25 21:47:33 The-Eagle dbus-daemon[479]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Oct 25 21:47:33 The-Eagle systemd[1]: Started Authorization Manager.
Oct 25 21:47:33 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=>
Oct 25 21:47:33 The-Eagle polkitd[849]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 25 21:47:33 The-Eagle dbus-daemon[815]: [session uid=1000 pid=815] Activating service name='org.xfce.ScreenSaver' requested by ':1.6' (uid=1000 pid=809 comm="xfce4-session ")
Oct 25 21:47:33 The-Eagle dbus-daemon[479]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Oct 25 21:47:33 The-Eagle systemd[1]: Started Disk Manager.
Oct 25 21:47:33 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res>
Oct 25 21:47:33 The-Eagle udisksd[836]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Oct 25 21:47:33 The-Eagle dbus-daemon[815]: [session uid=1000 pid=815] Successfully activated service 'org.xfce.ScreenSaver'
Oct 25 21:47:33 The-Eagle systemd[802]: Started GnuPG cryptographic agent and passphrase cache.
Oct 25 21:47:33 The-Eagle gpg-agent[884]: gpg-agent (GnuPG) 2.2.23 starting in supervised mode.
Oct 25 21:47:33 The-Eagle gpg-agent[884]: using fd 3 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Oct 25 21:47:33 The-Eagle gpg-agent[884]: using fd 4 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Oct 25 21:47:33 The-Eagle gpg-agent[884]: using fd 5 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Oct 25 21:47:33 The-Eagle gpg-agent[884]: using fd 6 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Oct 25 21:47:33 The-Eagle gpg-agent[884]: listening on: std=6 extra=5 browser=3 ssh=4
Oct 25 21:47:34 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.38' (uid=1000 pid=922 comm="/usr/li>
Oct 25 21:47:34 The-Eagle systemd[1]: Starting Daemon for power management...
Oct 25 21:47:34 The-Eagle systemd[802]: Starting Sound Service...
Oct 25 21:47:34 The-Eagle dbus-daemon[815]: [session uid=1000 pid=815] Activating service name='org.freedesktop.thumbnails.Thumbnailer1' requested by ':1.20' (uid=1000 pid=918 comm="xfdeskt>
Oct 25 21:47:34 The-Eagle tumblerd[944]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: cannot open shared object file: No such file or directory
Oct 25 21:47:34 The-Eagle tumblerd[944]: Failed to load plugin "tumbler-poppler-thumbnailer.so": libpoppler-glib.so.8: cannot open shared object file: No such file or directory
Oct 25 21:47:34 The-Eagle tumblerd[944]: Failed to load plugin "tumbler-odf-thumbnailer.so": libgsf-1.so.114: cannot open shared object file: No such file or directory
Oct 25 21:47:34 The-Eagle tumblerd[944]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.8: cannot open shared object file: No such file or directory
Oct 25 21:47:34 The-Eagle org.freedesktop.thumbnails.Thumbnailer1[944]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 21:47:34 The-Eagle org.freedesktop.thumbnails.Thumbnailer1[944]: Registered thumbnailer /usr/bin/gdk-pixbuf-thumbnailer -s %s %u %o
Oct 25 21:47:34 The-Eagle dbus-daemon[815]: [session uid=1000 pid=815] Successfully activated service 'org.freedesktop.thumbnails.Thumbnailer1'
Oct 25 21:47:34 The-Eagle polkitd[849]: Registered Authentication Agent for unix-session:2 (system bus name :1.41 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /o>
Oct 25 21:47:34 The-Eagle NetworkManager[481]: <info>  [1603662454.8136] agent-manager: agent[48c90666c47cc83d,:1.42/org.freedesktop.nm-applet/1000]: agent registered
Oct 25 21:47:35 The-Eagle upowerd[934]: energy_full (51.990000) is greater than energy_full_design (51.000000)
Oct 25 21:47:35 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.45' (uid=1000 pid=940 c>
Oct 25 21:47:35 The-Eagle systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Oct 25 21:47:35 The-Eagle dbus-daemon[479]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Oct 25 21:47:35 The-Eagle systemd[1]: Started RealtimeKit Scheduling Policy Service.
Oct 25 21:47:35 The-Eagle rtkit-daemon[987]: Successfully called chroot.
Oct 25 21:47:35 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=>
Oct 25 21:47:35 The-Eagle rtkit-daemon[987]: Successfully dropped privileges.
Oct 25 21:47:35 The-Eagle rtkit-daemon[987]: Successfully limited resources.
Oct 25 21:47:35 The-Eagle rtkit-daemon[987]: Running.
Oct 25 21:47:35 The-Eagle rtkit-daemon[987]: Canary thread running.
Oct 25 21:47:35 The-Eagle rtkit-daemon[987]: Watchdog thread running.
Oct 25 21:47:35 The-Eagle rtkit-daemon[987]: Successfully made thread 940 of process 940 owned by '1000' high priority at nice level -11.
Oct 25 21:47:35 The-Eagle rtkit-daemon[987]: Supervising 1 threads of 1 processes of 1 users.
Oct 25 21:47:35 The-Eagle dbus-daemon[479]: [system] Successfully activated service 'org.freedesktop.UPower'
Oct 25 21:47:35 The-Eagle systemd[1]: Started Daemon for power management.
Oct 25 21:47:35 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=>
Oct 25 21:47:35 The-Eagle wpa_supplicant[754]: wlp0s20f3: SME: Trying to authenticate with e4:57:40:92:f6:04 (SSID='VM0017520' freq=5220 MHz)
Oct 25 21:47:35 The-Eagle kernel: wlp0s20f3: authenticate with e4:57:40:92:f6:04
Oct 25 21:47:35 The-Eagle wpa_supplicant[754]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=GB
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.4901] device (wlp0s20f3): supplicant interface state: scanning -> authenticating
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.4902] device (p2p-dev-wlp0s20f3): supplicant management interface state: scanning -> authenticating
Oct 25 21:47:35 The-Eagle kernel: wlp0s20f3: send auth to e4:57:40:92:f6:04 (try 1/3)
Oct 25 21:47:35 The-Eagle wpa_supplicant[754]: wlp0s20f3: Trying to associate with e4:57:40:92:f6:04 (SSID='VM0017520' freq=5220 MHz)
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.5323] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.5323] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Oct 25 21:47:35 The-Eagle kernel: wlp0s20f3: authenticated
Oct 25 21:47:35 The-Eagle kernel: wlp0s20f3: associate with e4:57:40:92:f6:04 (try 1/3)
Oct 25 21:47:35 The-Eagle wpa_supplicant[754]: wlp0s20f3: Associated with e4:57:40:92:f6:04
Oct 25 21:47:35 The-Eagle wpa_supplicant[754]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 25 21:47:35 The-Eagle kernel: wlp0s20f3: RX AssocResp from e4:57:40:92:f6:04 (capab=0x511 status=0 aid=2)
Oct 25 21:47:35 The-Eagle kernel: wlp0s20f3: associated
Oct 25 21:47:35 The-Eagle kernel: wlp0s20f3: Limiting TX power to 23 (23 - 0) dBm as advertised by e4:57:40:92:f6:04
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.5460] device (wlp0s20f3): supplicant interface state: associating -> associated
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.5461] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> associated
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.5629] device (wlp0s20f3): supplicant interface state: associated -> 4way_handshake
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.5629] device (p2p-dev-wlp0s20f3): supplicant management interface state: associated -> 4way_handshake
Oct 25 21:47:35 The-Eagle wpa_supplicant[754]: wlp0s20f3: WPA: Key negotiation completed with e4:57:40:92:f6:04 [PTK=CCMP GTK=TKIP]
Oct 25 21:47:35 The-Eagle wpa_supplicant[754]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to e4:57:40:92:f6:04 completed [id=0 id_str=]
Oct 25 21:47:35 The-Eagle wpa_supplicant[754]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-59 noise=9999 txrate=6000
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.6018] device (wlp0s20f3): supplicant interface state: 4way_handshake -> completed
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.6018] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "VM>
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.6019] device (p2p-dev-wlp0s20f3): supplicant management interface state: 4way_handshake -> completed
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.6022] device (wlp0s20f3): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.6032] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Oct 25 21:47:35 The-Eagle kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready
Oct 25 21:47:35 The-Eagle wpa_supplicant[754]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-59 noise=9999 txrate=400000
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7093] dhcp4 (wlp0s20f3): option dhcp_lease_time      => '86400'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7094] dhcp4 (wlp0s20f3): option domain_name_servers  => '194.168.4.100 194.168.8.100'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7094] dhcp4 (wlp0s20f3): option expiry               => '1603748855'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7094] dhcp4 (wlp0s20f3): option host_name            => 'The-Eagle'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7095] dhcp4 (wlp0s20f3): option ip_address           => '192.168.0.22'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7095] dhcp4 (wlp0s20f3): option next_server          => '192.168.0.1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7095] dhcp4 (wlp0s20f3): option requested_broadcast_address => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7095] dhcp4 (wlp0s20f3): option requested_domain_name => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7095] dhcp4 (wlp0s20f3): option requested_domain_name_servers => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7096] dhcp4 (wlp0s20f3): option requested_domain_search => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7096] dhcp4 (wlp0s20f3): option requested_host_name  => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7096] dhcp4 (wlp0s20f3): option requested_interface_mtu => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7096] dhcp4 (wlp0s20f3): option requested_ms_classless_static_routes => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7096] dhcp4 (wlp0s20f3): option requested_nis_domain => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7096] dhcp4 (wlp0s20f3): option requested_nis_servers => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7096] dhcp4 (wlp0s20f3): option requested_ntp_servers => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7097] dhcp4 (wlp0s20f3): option requested_rfc3442_classless_static_routes => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7097] dhcp4 (wlp0s20f3): option requested_root_path  => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7097] dhcp4 (wlp0s20f3): option requested_routers    => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7097] dhcp4 (wlp0s20f3): option requested_static_routes => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7097] dhcp4 (wlp0s20f3): option requested_subnet_mask => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7097] dhcp4 (wlp0s20f3): option requested_time_offset => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7098] dhcp4 (wlp0s20f3): option requested_wpad       => '1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7098] dhcp4 (wlp0s20f3): option routers              => '192.168.0.1'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7098] dhcp4 (wlp0s20f3): option subnet_mask          => '255.255.255.0'
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7098] dhcp4 (wlp0s20f3): state changed unknown -> bound
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7129] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7180] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7186] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7199] manager: NetworkManager state is now CONNECTED_LOCAL
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7245] manager: NetworkManager state is now CONNECTED_SITE
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7249] policy: set 'VM0017520' (wlp0s20f3) as default for IPv4 routing and DNS
Oct 25 21:47:35 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.12' (uid=0>
Oct 25 21:47:35 The-Eagle dbus-daemon[479]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7284] device (wlp0s20f3): Activation: successful, device activated.
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.7308] manager: startup complete
Oct 25 21:47:35 The-Eagle systemd[1]: Finished Network Manager Wait Online.
Oct 25 21:47:35 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? ad>
Oct 25 21:47:35 The-Eagle systemd[1]: Reached target Network is Online.
Oct 25 21:47:35 The-Eagle systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Oct 25 21:47:35 The-Eagle NetworkManager[481]: <info>  [1603662455.8407] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 25 21:47:35 The-Eagle rtkit-daemon[987]: Supervising 1 threads of 1 processes of 1 users.
Oct 25 21:47:35 The-Eagle rtkit-daemon[987]: Successfully made thread 1016 of process 940 owned by '1000' RT at priority 5.
Oct 25 21:47:35 The-Eagle rtkit-daemon[987]: Supervising 2 threads of 1 processes of 1 users.
Oct 25 21:47:35 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.50' (uid=1000 pid=940 comm="/usr/bin/pul>
Oct 25 21:47:35 The-Eagle dbus-daemon[479]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Oct 25 21:47:35 The-Eagle systemd[802]: Started Sound Service.
Oct 25 21:47:35 The-Eagle pulseaudio[940]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Oct 25 21:47:36 The-Eagle systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Oct 25 21:47:36 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr>
Oct 25 21:47:39 The-Eagle systemd[1]: reflector.service: Succeeded.
Oct 25 21:47:39 The-Eagle systemd[1]: Finished Refresh Pacman mirrorlist with Reflector..
Oct 25 21:47:39 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? r>
Oct 25 21:47:39 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? re>
Oct 25 21:47:39 The-Eagle systemd[1]: Reached target Multi-User System.
Oct 25 21:47:39 The-Eagle systemd[1]: Reached target Graphical Interface.
Oct 25 21:47:39 The-Eagle systemd[1]: Starting TLP system startup/shutdown...
Oct 25 21:47:39 The-Eagle kernel: kauditd_printk_skb: 10 callbacks suppressed
Oct 25 21:47:39 The-Eagle kernel: audit: type=1130 audit(1603662459.326:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hos>
Oct 25 21:47:39 The-Eagle kernel: audit: type=1131 audit(1603662459.326:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hos>
Oct 25 21:47:39 The-Eagle tlp[1035]: Applying power save settings...done.
Oct 25 21:47:40 The-Eagle tlp[1035]: Setting battery charge thresholds...done.
Oct 25 21:47:40 The-Eagle systemd[1]: Finished TLP system startup/shutdown.
Oct 25 21:47:40 The-Eagle systemd[1]: Startup finished in 7.096s (firmware) + 3.867s (loader) + 3.119s (kernel) + 15.726s (userspace) = 29.809s.
Oct 25 21:47:40 The-Eagle audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=suc>
Oct 25 21:47:40 The-Eagle kernel: audit: type=1130 audit(1603662460.156:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=>
Oct 25 21:47:43 The-Eagle systemd[1]: Stopping User Manager for UID 974...
Oct 25 21:47:43 The-Eagle systemd[766]: Stopped target Main User Target.
Oct 25 21:47:43 The-Eagle systemd[766]: Stopping Accessibility services bus...
Oct 25 21:47:43 The-Eagle systemd[766]: Stopping D-Bus User Message Bus...
Oct 25 21:47:43 The-Eagle systemd[766]: dbus.service: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[766]: Stopped D-Bus User Message Bus.
Oct 25 21:47:43 The-Eagle systemd[766]: at-spi-dbus-bus.service: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[766]: Stopped Accessibility services bus.
Oct 25 21:47:43 The-Eagle systemd[766]: Stopped target Basic System.
Oct 25 21:47:43 The-Eagle systemd[766]: Stopped target Paths.
Oct 25 21:47:43 The-Eagle systemd[766]: Stopped target Sockets.
Oct 25 21:47:43 The-Eagle systemd[766]: Stopped target Timers.
Oct 25 21:47:43 The-Eagle systemd[766]: dbus.socket: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[766]: Closed D-Bus User Message Bus Socket.
Oct 25 21:47:43 The-Eagle systemd[766]: dirmngr.socket: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[766]: Closed GnuPG network certificate management daemon.
Oct 25 21:47:43 The-Eagle systemd[766]: gpg-agent-browser.socket: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[766]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 25 21:47:43 The-Eagle systemd[766]: gpg-agent-extra.socket: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[766]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Oct 25 21:47:43 The-Eagle systemd[766]: gpg-agent-ssh.socket: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[766]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Oct 25 21:47:43 The-Eagle systemd[766]: gpg-agent.socket: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[766]: Closed GnuPG cryptographic agent and passphrase cache.
Oct 25 21:47:43 The-Eagle systemd[766]: p11-kit-server.socket: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[766]: Closed p11-kit server.
Oct 25 21:47:43 The-Eagle systemd[766]: pulseaudio.socket: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[766]: Closed Sound System.
Oct 25 21:47:43 The-Eagle systemd[766]: Reached target Shutdown.
Oct 25 21:47:43 The-Eagle systemd[766]: systemd-exit.service: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[766]: Finished Exit the Session.
Oct 25 21:47:43 The-Eagle systemd[766]: Reached target Exit the Session.
Oct 25 21:47:43 The-Eagle systemd[767]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<un>
Oct 25 21:47:43 The-Eagle systemd[1]: user@974.service: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[1]: Stopped User Manager for UID 974.
Oct 25 21:47:43 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res>
Oct 25 21:47:43 The-Eagle systemd[1]: Stopping User Runtime Directory /run/user/974...
Oct 25 21:47:43 The-Eagle kernel: audit: type=1131 audit(1603662463.296:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@974 comm="systemd" exe="/usr/lib/systemd/systemd" host>
Oct 25 21:47:43 The-Eagle systemd[802]: run-user-974.mount: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[1]: run-user-974.mount: Succeeded.
Oct 25 21:47:43 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? te>
Oct 25 21:47:43 The-Eagle systemd[1]: user-runtime-dir@974.service: Succeeded.
Oct 25 21:47:43 The-Eagle systemd[1]: Stopped User Runtime Directory /run/user/974.
Oct 25 21:47:43 The-Eagle systemd[1]: Removed slice User Slice of UID 974.
Oct 25 21:47:43 The-Eagle kernel: audit: type=1131 audit(1603662463.306:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@974 comm="systemd" exe="/usr/lib/systemd/s>
Oct 25 21:47:56 The-Eagle systemd[1]: systemd-hostnamed.service: Succeeded.
Oct 25 21:47:56 The-Eagle audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termi>
Oct 25 21:47:56 The-Eagle kernel: audit: type=1131 audit(1603662476.556:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/syst>
Oct 25 21:47:58 The-Eagle audit[1264]: USER_AUTH pid=1264 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="muj" exe="/usr/bin/sudo" ho>
Oct 25 21:47:58 The-Eagle kernel: audit: type=1100 audit(1603662478.646:64): pid=1264 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct=>
Oct 25 21:47:58 The-Eagle kernel: audit: type=1101 audit(1603662478.646:65): pid=1264 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/s>
Oct 25 21:47:58 The-Eagle kernel: audit: type=1110 audit(1603662478.646:66): pid=1264 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe>
Oct 25 21:47:58 The-Eagle kernel: audit: type=1105 audit(1603662478.646:67): pid=1264 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe=>
Oct 25 21:47:58 The-Eagle audit[1264]: USER_ACCT pid=1264 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_permit,pam_time acct="muj" exe="/usr/bin/sudo" hostname=? addr=? termi>
Oct 25 21:47:58 The-Eagle audit[1264]: CRED_REFR pid=1264 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 21:47:58 The-Eagle audit[1264]: USER_START pid=1264 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? >
Oct 25 21:47:58 The-Eagle dbus-daemon[479]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.55' (uid=0 pid=1>
Oct 25 21:47:58 The-Eagle dbus-daemon[479]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Oct 25 21:47:58 The-Eagle sudo[1264]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Oct 25 21:47:58 The-Eagle sudo[1264]:      muj : TTY=pts/0 ; PWD=/home/muj ; USER=root ; COMMAND=/usr/bin/journalctl -b
Oct 25 21:47:58 The-Eagle sudo[1264]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
cat Xorg.0.log
[muj@The-Eagle log]$ cat Xorg.0.log
[     5.325] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[     5.325] Build Operating System: Linux Arch Linux
[     5.325] Current Operating System: Linux The-Eagle 5.4.72-1-lts #1 SMP Sat, 17 Oct 2020 13:30:57 +0000 x86_64
[     5.325] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=cc8c6fc8-8944-4016-af8b-fe344e6a3763 rw loglevel=3 quiet
[     5.325] Build Date: 02 September 2020  06:17:44AM
[     5.325]  
[     5.326] Current version of pixman: 0.40.0
[     5.326] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     5.326] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     5.326] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 25 21:47:26 2020
[     5.328] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     5.328] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     5.329] (==) No Layout section.  Using the first Screen section.
[     5.329] (==) No screen section available. Using defaults.
[     5.329] (**) |-->Screen "Default Screen Section" (0)
[     5.329] (**) |   |-->Monitor "<default monitor>"
[     5.331] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     5.331] (==) Automatically adding devices
[     5.331] (==) Automatically enabling devices
[     5.331] (==) Automatically adding GPU devices
[     5.331] (==) Automatically binding GPU devices
[     5.331] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     5.333] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     5.333] 	Entry deleted from font path.
[     5.334] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     5.334] 	Entry deleted from font path.
[     5.334] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     5.334] 	Entry deleted from font path.
[     5.338] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     5.338] (==) ModulePath set to "/usr/lib/xorg/modules"
[     5.338] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     5.338] (II) Module ABI versions:
[     5.338] 	X.Org ANSI C Emulation: 0.4
[     5.338] 	X.Org Video Driver: 24.1
[     5.338] 	X.Org XInput driver : 24.1
[     5.338] 	X.Org Server Extension : 10.0
[     5.339] (++) using VT number 7

[     5.340] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     5.341] (II) xfree86: Adding drm device (/dev/dri/card0)
[     5.341] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     5.360] (--) PCI:*(0@0:2:0) 8086:3ea0:17aa:2292 rev 2, Mem @ 0xe9000000/16777216, 0xc0000000/268435456, I/O @ 0x00002000/64, BIOS @ 0x????????/131072
[     5.361] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     5.361] (II) LoadModule: "glx"
[     5.362] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     5.368] (II) Module glx: vendor="X.Org Foundation"
[     5.368] 	compiled for 1.20.9, module version = 1.0.0
[     5.368] 	ABI class: X.Org Server Extension, version 10.0
[     5.368] (==) Matched intel as autoconfigured driver 0
[     5.368] (==) Matched modesetting as autoconfigured driver 1
[     5.368] (==) Matched fbdev as autoconfigured driver 2
[     5.368] (==) Matched vesa as autoconfigured driver 3
[     5.368] (==) Assigned the driver to the xf86ConfigLayout
[     5.368] (II) LoadModule: "intel"
[     5.369] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     5.371] (II) Module intel: vendor="X.Org Foundation"
[     5.371] 	compiled for 1.20.8, module version = 2.99.917
[     5.371] 	Module class: X.Org Video Driver
[     5.371] 	ABI class: X.Org Video Driver, version 24.1
[     5.371] (II) LoadModule: "modesetting"
[     5.371] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     5.374] (II) Module modesetting: vendor="X.Org Foundation"
[     5.374] 	compiled for 1.20.9, module version = 1.20.9
[     5.374] 	Module class: X.Org Video Driver
[     5.374] 	ABI class: X.Org Video Driver, version 24.1
[     5.374] (II) LoadModule: "fbdev"
[     5.374] (WW) Warning, couldn't open module fbdev
[     5.374] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     5.374] (II) LoadModule: "vesa"
[     5.374] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     5.375] (II) Module vesa: vendor="X.Org Foundation"
[     5.375] 	compiled for 1.20.9, module version = 2.5.0
[     5.375] 	Module class: X.Org Video Driver
[     5.375] 	ABI class: X.Org Video Driver, version 24.1
[     5.375] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     5.375] (II) intel: Driver for Intel(R) HD Graphics
[     5.375] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     5.375] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     5.375] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     5.375] (II) VESA: driver for VESA chipsets: vesa
[     5.429] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20190822
[     5.429] (II) intel(0): SNA compiled from 2.99.917-908-g7181c5a4
[     5.430] (WW) Falling back to old probe method for modesetting
[     5.431] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[     5.431] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[     5.431] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     5.431] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     5.431] (==) intel(0): RGB weight 888
[     5.431] (==) intel(0): Default visual is TrueColor
[     5.432] (II) intel(0): Output eDP1 has no monitor section
[     5.432] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     5.432] (II) intel(0): Enabled output eDP1
[     5.432] (II) intel(0): Output DP1 has no monitor section
[     5.433] (II) intel(0): Enabled output DP1
[     5.433] (II) intel(0): Output HDMI1 has no monitor section
[     5.433] (II) intel(0): Enabled output HDMI1
[     5.433] (II) intel(0): Output DP2 has no monitor section
[     5.433] (II) intel(0): Enabled output DP2
[     5.433] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     5.433] (II) intel(0): Output VIRTUAL1 has no monitor section
[     5.433] (II) intel(0): Enabled output VIRTUAL1
[     5.433] (--) intel(0): Output eDP1 using initial mode 3840x2160 on pipe 0
[     5.433] (==) intel(0): TearFree enabled
[     5.434] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     5.434] (==) intel(0): DPI set to (96, 96)
[     5.434] (II) Loading sub module "dri3"
[     5.434] (II) LoadModule: "dri3"
[     5.434] (II) Module "dri3" already built-in
[     5.434] (II) Loading sub module "dri2"
[     5.434] (II) LoadModule: "dri2"
[     5.434] (II) Module "dri2" already built-in
[     5.434] (II) Loading sub module "present"
[     5.434] (II) LoadModule: "present"
[     5.434] (II) Module "present" already built-in
[     5.434] (II) UnloadModule: "modesetting"
[     5.434] (II) Unloading modesetting
[     5.434] (II) UnloadModule: "vesa"
[     5.434] (II) Unloading vesa
[     5.435] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[     5.435] (==) intel(0): Backing store enabled
[     5.435] (==) intel(0): Silken mouse disabled
[     5.435] (II) intel(0): HW Cursor enabled
[     5.436] (==) intel(0): DPMS enabled
[     5.436] (==) intel(0): Display hotplug detection enabled
[     5.436] (II) intel(0): [DRI2] Setup complete
[     5.436] (II) intel(0): [DRI2]   DRI driver: i965
[     5.436] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     5.437] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     5.437] (II) intel(0): hardware support for Present enabled
[     5.437] (II) Initializing extension Generic Event Extension
[     5.437] (II) Initializing extension SHAPE
[     5.437] (II) Initializing extension MIT-SHM
[     5.437] (II) Initializing extension XInputExtension
[     5.438] (II) Initializing extension XTEST
[     5.438] (II) Initializing extension BIG-REQUESTS
[     5.438] (II) Initializing extension SYNC
[     5.438] (II) Initializing extension XKEYBOARD
[     5.439] (II) Initializing extension XC-MISC
[     5.439] (II) Initializing extension SECURITY
[     5.439] (II) Initializing extension XFIXES
[     5.439] (II) Initializing extension RENDER
[     5.440] (II) Initializing extension RANDR
[     5.440] (II) Initializing extension COMPOSITE
[     5.440] (II) Initializing extension DAMAGE
[     5.441] (II) Initializing extension MIT-SCREEN-SAVER
[     5.441] (II) Initializing extension DOUBLE-BUFFER
[     5.441] (II) Initializing extension RECORD
[     5.441] (II) Initializing extension DPMS
[     5.441] (II) Initializing extension Present
[     5.442] (II) Initializing extension DRI3
[     5.442] (II) Initializing extension X-Resource
[     5.442] (II) Initializing extension XVideo
[     5.442] (II) Initializing extension XVideo-MotionCompensation
[     5.442] (II) Initializing extension GLX
[     5.489] (II) AIGLX: Loaded and initialized i965
[     5.489] (II) GLX: Initialized DRI2 GL provider for screen 0
[     5.489] (II) Initializing extension XFree86-VidModeExtension
[     5.490] (II) Initializing extension XFree86-DGA
[     5.490] (II) Initializing extension XFree86-DRI
[     5.490] (II) Initializing extension DRI2
[     5.517] (II) intel(0): switch to mode 3840x2160@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     5.522] (II) intel(0): Setting screen physical size to 1016 x 571
[     5.690] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     5.690] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.690] (**) Power Button: Applying InputClass "system-keyboard"
[     5.690] (II) LoadModule: "libinput"
[     5.690] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.693] (II) Module libinput: vendor="X.Org Foundation"
[     5.693] 	compiled for 1.20.8, module version = 0.30.0
[     5.693] 	Module class: X.Org XInput Driver
[     5.693] 	ABI class: X.Org XInput driver, version 24.1
[     5.693] (II) Using input driver 'libinput' for 'Power Button'
[     5.693] (**) Power Button: always reports core events
[     5.693] (**) Option "Device" "/dev/input/event2"
[     5.693] (**) Option "_source" "server/udev"
[     5.696] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.696] (II) event2  - Power Button: device is a keyboard
[     5.696] (II) event2  - Power Button: device removed
[     5.768] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     5.768] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.768] (**) Option "xkb_layout" "gb"
[     5.798] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.798] (II) event2  - Power Button: device is a keyboard
[     5.798] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     5.798] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.798] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.798] (II) Using input driver 'libinput' for 'Video Bus'
[     5.798] (**) Video Bus: always reports core events
[     5.798] (**) Option "Device" "/dev/input/event3"
[     5.798] (**) Option "_source" "server/udev"
[     5.799] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     5.799] (II) event3  - Video Bus: device is a keyboard
[     5.799] (II) event3  - Video Bus: device removed
[     5.967] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[     5.967] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.967] (**) Option "xkb_layout" "gb"
[     5.969] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     5.970] (II) event3  - Video Bus: device is a keyboard
[     5.970] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     5.970] (II) No input driver specified, ignoring this device.
[     5.970] (II) This device may have been added with another device file.
[     5.971] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     5.971] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     5.971] (**) Sleep Button: Applying InputClass "system-keyboard"
[     5.971] (II) Using input driver 'libinput' for 'Sleep Button'
[     5.971] (**) Sleep Button: always reports core events
[     5.971] (**) Option "Device" "/dev/input/event0"
[     5.971] (**) Option "_source" "server/udev"
[     5.973] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     5.973] (II) event0  - Sleep Button: device is a keyboard
[     5.973] (II) event0  - Sleep Button: device removed
[     6.027] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     6.027] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     6.027] (**) Option "xkb_layout" "gb"
[     6.030] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     6.030] (II) event0  - Sleep Button: device is a keyboard
[     6.032] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[     6.032] (II) No input driver specified, ignoring this device.
[     6.032] (II) This device may have been added with another device file.
[     6.032] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[     6.032] (II) No input driver specified, ignoring this device.
[     6.032] (II) This device may have been added with another device file.
[     6.033] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[     6.033] (II) No input driver specified, ignoring this device.
[     6.033] (II) This device may have been added with another device file.
[     6.033] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[     6.033] (II) No input driver specified, ignoring this device.
[     6.033] (II) This device may have been added with another device file.
[     6.034] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[     6.034] (II) No input driver specified, ignoring this device.
[     6.034] (II) This device may have been added with another device file.
[     6.035] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[     6.035] (II) No input driver specified, ignoring this device.
[     6.035] (II) This device may have been added with another device file.
[     6.035] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[     6.035] (II) No input driver specified, ignoring this device.
[     6.035] (II) This device may have been added with another device file.
[     6.036] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[     6.036] (II) No input driver specified, ignoring this device.
[     6.036] (II) This device may have been added with another device file.
[     6.036] (II) config/udev: Adding input device HDA Intel PCH Headset Jack (/dev/input/event7)
[     6.036] (**) HDA Intel PCH Headset Jack: Applying InputClass "libinput keyboard catchall"
[     6.036] (**) HDA Intel PCH Headset Jack: Applying InputClass "system-keyboard"
[     6.036] (II) Using input driver 'libinput' for 'HDA Intel PCH Headset Jack'
[     6.036] (**) HDA Intel PCH Headset Jack: always reports core events
[     6.036] (**) Option "Device" "/dev/input/event7"
[     6.036] (**) Option "_source" "server/udev"
[     6.039] (II) event7  - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     6.039] (II) event7  - HDA Intel PCH Headset Jack: device is a keyboard
[     6.039] (II) event7  - HDA Intel PCH Headset Jack: device removed
[     6.197] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input9/event7"
[     6.197] (II) XINPUT: Adding extended input device "HDA Intel PCH Headset Jack" (type: KEYBOARD, id 9)
[     6.197] (**) Option "xkb_layout" "gb"
[     6.200] (II) event7  - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     6.200] (II) event7  - HDA Intel PCH Headset Jack: device is a keyboard
[     6.201] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     6.202] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.202] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     6.202] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.202] (**) AT Translated Set 2 keyboard: always reports core events
[     6.202] (**) Option "Device" "/dev/input/event4"
[     6.202] (**) Option "_source" "server/udev"
[     6.204] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.204] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     6.205] (II) event4  - AT Translated Set 2 keyboard: device removed
[     6.278] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     6.278] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[     6.278] (**) Option "xkb_layout" "gb"
[     6.284] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.284] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     6.289] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event16)
[     6.289] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[     6.289] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[     6.289] (**) TPPS/2 Elan TrackPoint: always reports core events
[     6.289] (**) Option "Device" "/dev/input/event16"
[     6.289] (**) Option "_source" "server/udev"
[     6.292] (II) event16 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.294] (II) event16 - TPPS/2 Elan TrackPoint: device is a pointer
[     6.296] (II) event16 - TPPS/2 Elan TrackPoint: device removed
[     6.447] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event16"
[     6.447] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 11)
[     6.448] (**) Option "AccelerationScheme" "none"
[     6.448] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[     6.448] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[     6.448] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[     6.452] (II) event16 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.453] (II) event16 - TPPS/2 Elan TrackPoint: device is a pointer
[     6.456] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     6.456] (II) No input driver specified, ignoring this device.
[     6.456] (II) This device may have been added with another device file.
[     6.458] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[     6.458] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     6.458] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[     6.458] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     6.458] (**) ThinkPad Extra Buttons: always reports core events
[     6.458] (**) Option "Device" "/dev/input/event5"
[     6.458] (**) Option "_source" "server/udev"
[     6.461] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.462] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[     6.462] (II) event5  - ThinkPad Extra Buttons: device is a switch device
[     6.463] (II) event5  - ThinkPad Extra Buttons: device removed
[     6.527] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[     6.527] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 12)
[     6.528] (**) Option "xkb_layout" "gb"
[     6.531] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.531] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[     6.531] (II) event5  - ThinkPad Extra Buttons: device is a switch device
[     6.577] (II) config/udev: removing device ThinkPad Extra Buttons
[     6.577] (II) event5  - ThinkPad Extra Buttons: device removed
[     6.677] (II) UnloadModule: "libinput"
[     6.678] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[     6.678] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     6.678] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[     6.678] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     6.678] (**) ThinkPad Extra Buttons: always reports core events
[     6.678] (**) Option "Device" "/dev/input/event5"
[     6.678] (**) Option "_source" "server/udev"
[     6.680] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.680] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[     6.680] (II) event5  - ThinkPad Extra Buttons: device is a switch device
[     6.681] (II) event5  - ThinkPad Extra Buttons: device removed
[     6.738] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[     6.738] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 12)
[     6.738] (**) Option "xkb_layout" "gb"
[     6.740] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.741] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[     6.741] (II) event5  - ThinkPad Extra Buttons: device is a switch device
[     6.742] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     6.742] (II) No input driver specified, ignoring this device.
[     6.742] (II) This device may have been added with another device file.
[     6.744] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[     6.744] (II) No input driver specified, ignoring this device.
[     6.744] (II) This device may have been added with another device file.
[     6.744] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[     6.744] (II) No input driver specified, ignoring this device.
[     6.744] (II) This device may have been added with another device file.
[     6.744] (II) config/udev: removing device HDA Intel PCH Headset Jack
[     6.745] (II) event7  - HDA Intel PCH Headset Jack: device removed
[     6.857] (II) UnloadModule: "libinput"
[     6.858] (II) config/udev: Adding input device HDA Intel PCH Headset Jack (/dev/input/event7)
[     6.858] (**) HDA Intel PCH Headset Jack: Applying InputClass "libinput keyboard catchall"
[     6.858] (**) HDA Intel PCH Headset Jack: Applying InputClass "system-keyboard"
[     6.858] (II) Using input driver 'libinput' for 'HDA Intel PCH Headset Jack'
[     6.858] (**) HDA Intel PCH Headset Jack: always reports core events
[     6.858] (**) Option "Device" "/dev/input/event7"
[     6.858] (**) Option "_source" "server/udev"
[     6.860] (II) event7  - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     6.860] (II) event7  - HDA Intel PCH Headset Jack: device is a keyboard
[     6.861] (II) event7  - HDA Intel PCH Headset Jack: device removed
[     6.977] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input9/event7"
[     6.977] (II) XINPUT: Adding extended input device "HDA Intel PCH Headset Jack" (type: KEYBOARD, id 9)
[     6.977] (**) Option "xkb_layout" "gb"
[     6.982] (II) event7  - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     6.982] (II) event7  - HDA Intel PCH Headset Jack: device is a keyboard
[     6.983] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[     6.983] (II) No input driver specified, ignoring this device.
[     6.983] (II) This device may have been added with another device file.
[     6.985] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[     6.985] (II) No input driver specified, ignoring this device.
[     6.985] (II) This device may have been added with another device file.
[     6.986] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[     6.986] (II) No input driver specified, ignoring this device.
[     6.986] (II) This device may have been added with another device file.
[     6.986] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[     6.986] (II) No input driver specified, ignoring this device.
[     6.986] (II) This device may have been added with another device file.
[     6.987] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[     6.987] (II) No input driver specified, ignoring this device.
[     6.987] (II) This device may have been added with another device file.
[     6.987] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[     6.987] (II) No input driver specified, ignoring this device.
[     6.987] (II) This device may have been added with another device file.
[     6.988] (II) config/udev: removing device TPPS/2 Elan TrackPoint
[     6.988] (II) event16 - TPPS/2 Elan TrackPoint: device removed
[     7.097] (II) UnloadModule: "libinput"
[     7.098] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event16)
[     7.098] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[     7.098] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[     7.098] (**) TPPS/2 Elan TrackPoint: always reports core events
[     7.098] (**) Option "Device" "/dev/input/event16"
[     7.098] (**) Option "_source" "server/udev"
[     7.100] (II) event16 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     7.101] (II) event16 - TPPS/2 Elan TrackPoint: device is a pointer
[     7.102] (II) event16 - TPPS/2 Elan TrackPoint: device removed
[     7.277] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event16"
[     7.277] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 11)
[     7.278] (**) Option "AccelerationScheme" "none"
[     7.278] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[     7.278] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[     7.278] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[     7.280] (II) event16 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     7.281] (II) event16 - TPPS/2 Elan TrackPoint: device is a pointer
[     7.283] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse0)
[     7.283] (II) No input driver specified, ignoring this device.
[     7.283] (II) This device may have been added with another device file.
[     7.285] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Touchpad (/dev/input/mouse2)
[     7.285] (II) No input driver specified, ignoring this device.
[     7.285] (II) This device may have been added with another device file.
[     7.286] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Mouse (/dev/input/mouse1)
[     7.286] (II) No input driver specified, ignoring this device.
[     7.286] (II) This device may have been added with another device file.
[     7.287] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Mouse (/dev/input/event19)
[     7.287] (**) SYNA8005:00 06CB:CD8C Mouse: Applying InputClass "libinput pointer catchall"
[     7.287] (II) Using input driver 'libinput' for 'SYNA8005:00 06CB:CD8C Mouse'
[     7.287] (**) SYNA8005:00 06CB:CD8C Mouse: always reports core events
[     7.287] (**) Option "Device" "/dev/input/event19"
[     7.287] (**) Option "_source" "server/udev"
[     7.290] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: is tagged by udev as: Mouse Pointingstick
[     7.291] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: device is a pointer
[     7.293] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: device removed
[     7.467] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input23/event19"
[     7.467] (II) XINPUT: Adding extended input device "SYNA8005:00 06CB:CD8C Mouse" (type: MOUSE, id 13)
[     7.468] (**) Option "AccelerationScheme" "none"
[     7.468] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) selected scheme none/0
[     7.468] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) acceleration factor: 2.000
[     7.468] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) acceleration threshold: 4
[     7.470] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: is tagged by udev as: Mouse Pointingstick
[     7.471] (II) event19 - SYNA8005:00 06CB:CD8C Mouse: device is a pointer
[     7.475] (II) intel(0): EDID vendor "BOE", prod id 1992
[     7.475] (II) intel(0): Printing DDC gathered Modelines:
[     7.475] (II) intel(0): Modeline "3840x2160"x0.0  533.28  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.3 kHz eP)
[     7.475] (II) intel(0): Modeline "3840x2160"x0.0  426.62  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (106.7 kHz e)
[     7.489] (II) config/udev: Adding input device Integrated Camera: Integrated I (/dev/input/event18)
[     7.489] (**) Integrated Camera: Integrated I: Applying InputClass "libinput keyboard catchall"
[     7.489] (**) Integrated Camera: Integrated I: Applying InputClass "system-keyboard"
[     7.489] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated I'
[     7.489] (**) Integrated Camera: Integrated I: always reports core events
[     7.489] (**) Option "Device" "/dev/input/event18"
[     7.489] (**) Option "_source" "server/udev"
[     7.491] (II) event18 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[     7.491] (II) event18 - Integrated Camera: Integrated I: device is a keyboard
[     7.492] (II) event18 - Integrated Camera: Integrated I: device removed
[     7.617] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input22/event18"
[     7.617] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated I" (type: KEYBOARD, id 14)
[     7.617] (**) Option "xkb_layout" "gb"
[     7.620] (II) event18 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[     7.620] (II) event18 - Integrated Camera: Integrated I: device is a keyboard
[     7.622] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event17)
[     7.622] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[     7.622] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[     7.622] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[     7.622] (**) Integrated Camera: Integrated C: always reports core events
[     7.622] (**) Option "Device" "/dev/input/event17"
[     7.622] (**) Option "_source" "server/udev"
[     7.625] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     7.625] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[     7.626] (II) event17 - Integrated Camera: Integrated C: device removed
[     7.717] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input21/event17"
[     7.717] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 15)
[     7.717] (**) Option "xkb_layout" "gb"
[     7.721] (II) event17 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     7.721] (II) event17 - Integrated Camera: Integrated C: device is a keyboard
[     7.723] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Touchpad (/dev/input/event20)
[     7.723] (**) SYNA8005:00 06CB:CD8C Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.723] (II) Using input driver 'libinput' for 'SYNA8005:00 06CB:CD8C Touchpad'
[     7.723] (**) SYNA8005:00 06CB:CD8C Touchpad: always reports core events
[     7.723] (**) Option "Device" "/dev/input/event20"
[     7.723] (**) Option "_source" "server/udev"
[     7.726] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: is tagged by udev as: Touchpad
[     7.729] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: device is a touchpad
[     7.730] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: device removed
[     7.858] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input24/event20"
[     7.858] (II) XINPUT: Adding extended input device "SYNA8005:00 06CB:CD8C Touchpad" (type: TOUCHPAD, id 16)
[     7.861] (**) Option "AccelerationScheme" "none"
[     7.861] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) selected scheme none/0
[     7.861] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) acceleration factor: 2.000
[     7.861] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) acceleration threshold: 4
[     7.864] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: is tagged by udev as: Touchpad
[     7.868] (II) event20 - SYNA8005:00 06CB:CD8C Touchpad: device is a touchpad
cat Xorg.0.log.old
[muj@The-Eagle log]$ cat Xorg.0.log.old
[     4.735] 
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[     4.735] Build Operating System: Linux Arch Linux
[     4.735] Current Operating System: Linux The-Eagle 5.4.72-1-lts #1 SMP Sat, 17 Oct 2020 13:30:57 +0000 x86_64
[     4.735] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=cc8c6fc8-8944-4016-af8b-fe344e6a3763 rw loglevel=3 quiet
[     4.735] Build Date: 02 September 2020  06:17:44AM
[     4.735]  
[     4.735] Current version of pixman: 0.40.0
[     4.735] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     4.735] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.735] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 25 21:38:31 2020
[     4.737] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     4.737] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.737] (==) No Layout section.  Using the first Screen section.
[     4.737] (==) No screen section available. Using defaults.
[     4.737] (**) |-->Screen "Default Screen Section" (0)
[     4.737] (**) |   |-->Monitor "<default monitor>"
[     4.737] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[     4.737] (==) Automatically adding devices
[     4.737] (==) Automatically enabling devices
[     4.737] (==) Automatically adding GPU devices
[     4.737] (==) Automatically binding GPU devices
[     4.737] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.738] (WW) The directory "/usr/share/fonts/misc" does not exist.
[     4.738] 	Entry deleted from font path.
[     4.739] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     4.739] 	Entry deleted from font path.
[     4.739] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     4.739] 	Entry deleted from font path.
[     4.741] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[     4.741] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.741] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[     4.741] (II) Module ABI versions:
[     4.741] 	X.Org ANSI C Emulation: 0.4
[     4.741] 	X.Org Video Driver: 24.1
[     4.741] 	X.Org XInput driver : 24.1
[     4.741] 	X.Org Server Extension : 10.0
[     4.741] (++) using VT number 7

[     4.741] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.742] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.742] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[     4.750] (--) PCI:*(0@0:2:0) 8086:3ea0:17aa:2292 rev 2, Mem @ 0xe9000000/16777216, 0xc0000000/268435456, I/O @ 0x00002000/64, BIOS @ 0x????????/131072
[     4.750] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     4.750] (II) LoadModule: "glx"
[     4.751] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.756] (II) Module glx: vendor="X.Org Foundation"
[     4.756] 	compiled for 1.20.9, module version = 1.0.0
[     4.756] 	ABI class: X.Org Server Extension, version 10.0
[     4.756] (==) Matched intel as autoconfigured driver 0
[     4.756] (==) Matched modesetting as autoconfigured driver 1
[     4.756] (==) Matched fbdev as autoconfigured driver 2
[     4.756] (==) Matched vesa as autoconfigured driver 3
[     4.756] (==) Assigned the driver to the xf86ConfigLayout
[     4.756] (II) LoadModule: "intel"
[     4.756] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[     4.758] (II) Module intel: vendor="X.Org Foundation"
[     4.758] 	compiled for 1.20.8, module version = 2.99.917
[     4.758] 	Module class: X.Org Video Driver
[     4.758] 	ABI class: X.Org Video Driver, version 24.1
[     4.758] (II) LoadModule: "modesetting"
[     4.758] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[     4.759] (II) Module modesetting: vendor="X.Org Foundation"
[     4.759] 	compiled for 1.20.9, module version = 1.20.9
[     4.759] 	Module class: X.Org Video Driver
[     4.759] 	ABI class: X.Org Video Driver, version 24.1
[     4.759] (II) LoadModule: "fbdev"
[     4.760] (WW) Warning, couldn't open module fbdev
[     4.760] (EE) Failed to load module "fbdev" (module does not exist, 0)
[     4.760] (II) LoadModule: "vesa"
[     4.760] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[     4.760] (II) Module vesa: vendor="X.Org Foundation"
[     4.760] 	compiled for 1.20.9, module version = 2.5.0
[     4.760] 	Module class: X.Org Video Driver
[     4.760] 	ABI class: X.Org Video Driver, version 24.1
[     4.760] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[     4.760] (II) intel: Driver for Intel(R) HD Graphics
[     4.760] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[     4.760] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[     4.760] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[     4.760] (II) VESA: driver for VESA chipsets: vesa
[     4.783] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20190822
[     4.783] (II) intel(0): SNA compiled from 2.99.917-908-g7181c5a4
[     4.807] (WW) Falling back to old probe method for modesetting
[     4.808] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[     4.808] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[     4.808] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[     4.808] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[     4.808] (==) intel(0): RGB weight 888
[     4.808] (==) intel(0): Default visual is TrueColor
[     4.808] (II) intel(0): Output eDP1 has no monitor section
[     4.809] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[     4.809] (II) intel(0): Enabled output eDP1
[     4.809] (II) intel(0): Output DP1 has no monitor section
[     4.809] (II) intel(0): Enabled output DP1
[     4.809] (II) intel(0): Output HDMI1 has no monitor section
[     4.809] (II) intel(0): Enabled output HDMI1
[     4.809] (II) intel(0): Output DP2 has no monitor section
[     4.809] (II) intel(0): Enabled output DP2
[     4.809] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[     4.809] (II) intel(0): Output VIRTUAL1 has no monitor section
[     4.809] (II) intel(0): Enabled output VIRTUAL1
[     4.809] (--) intel(0): Output eDP1 using initial mode 3840x2160 on pipe 0
[     4.809] (==) intel(0): TearFree enabled
[     4.809] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.809] (==) intel(0): DPI set to (96, 96)
[     4.809] (II) Loading sub module "dri3"
[     4.809] (II) LoadModule: "dri3"
[     4.809] (II) Module "dri3" already built-in
[     4.809] (II) Loading sub module "dri2"
[     4.809] (II) LoadModule: "dri2"
[     4.809] (II) Module "dri2" already built-in
[     4.809] (II) Loading sub module "present"
[     4.809] (II) LoadModule: "present"
[     4.809] (II) Module "present" already built-in
[     4.809] (II) UnloadModule: "modesetting"
[     4.809] (II) Unloading modesetting
[     4.809] (II) UnloadModule: "vesa"
[     4.809] (II) Unloading vesa
[     4.810] (II) intel(0): SNA initialized with Coffeelake (gen9) backend
[     4.810] (==) intel(0): Backing store enabled
[     4.810] (==) intel(0): Silken mouse disabled
[     4.810] (II) intel(0): HW Cursor enabled
[     4.811] (==) intel(0): DPMS enabled
[     4.811] (==) intel(0): Display hotplug detection enabled
[     4.811] (II) intel(0): [DRI2] Setup complete
[     4.811] (II) intel(0): [DRI2]   DRI driver: i965
[     4.811] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[     4.811] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[     4.811] (II) intel(0): hardware support for Present enabled
[     4.811] (II) Initializing extension Generic Event Extension
[     4.811] (II) Initializing extension SHAPE
[     4.811] (II) Initializing extension MIT-SHM
[     4.811] (II) Initializing extension XInputExtension
[     4.811] (II) Initializing extension XTEST
[     4.811] (II) Initializing extension BIG-REQUESTS
[     4.811] (II) Initializing extension SYNC
[     4.812] (II) Initializing extension XKEYBOARD
[     4.812] (II) Initializing extension XC-MISC
[     4.812] (II) Initializing extension SECURITY
[     4.812] (II) Initializing extension XFIXES
[     4.812] (II) Initializing extension RENDER
[     4.812] (II) Initializing extension RANDR
[     4.812] (II) Initializing extension COMPOSITE
[     4.812] (II) Initializing extension DAMAGE
[     4.812] (II) Initializing extension MIT-SCREEN-SAVER
[     4.812] (II) Initializing extension DOUBLE-BUFFER
[     4.812] (II) Initializing extension RECORD
[     4.812] (II) Initializing extension DPMS
[     4.812] (II) Initializing extension Present
[     4.812] (II) Initializing extension DRI3
[     4.813] (II) Initializing extension X-Resource
[     4.813] (II) Initializing extension XVideo
[     4.813] (II) Initializing extension XVideo-MotionCompensation
[     4.813] (II) Initializing extension GLX
[     4.842] (II) AIGLX: Loaded and initialized i965
[     4.842] (II) GLX: Initialized DRI2 GL provider for screen 0
[     4.842] (II) Initializing extension XFree86-VidModeExtension
[     4.842] (II) Initializing extension XFree86-DGA
[     4.842] (II) Initializing extension XFree86-DRI
[     4.842] (II) Initializing extension DRI2
[     4.851] (II) intel(0): switch to mode 3840x2160@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[     4.865] (II) intel(0): Setting screen physical size to 1016 x 571
[     4.925] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     4.925] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.925] (**) Power Button: Applying InputClass "system-keyboard"
[     4.925] (II) LoadModule: "libinput"
[     4.925] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.928] (II) Module libinput: vendor="X.Org Foundation"
[     4.928] 	compiled for 1.20.8, module version = 0.30.0
[     4.928] 	Module class: X.Org XInput Driver
[     4.928] 	ABI class: X.Org XInput driver, version 24.1
[     4.928] (II) Using input driver 'libinput' for 'Power Button'
[     4.928] (**) Power Button: always reports core events
[     4.928] (**) Option "Device" "/dev/input/event2"
[     4.928] (**) Option "_source" "server/udev"
[     4.934] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     4.934] (II) event2  - Power Button: device is a keyboard
[     4.934] (II) event2  - Power Button: device removed
[     5.047] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     5.047] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.047] (**) Option "xkb_layout" "gb"
[     5.068] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     5.068] (II) event2  - Power Button: device is a keyboard
[     5.069] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     5.069] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.069] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.069] (II) Using input driver 'libinput' for 'Video Bus'
[     5.069] (**) Video Bus: always reports core events
[     5.069] (**) Option "Device" "/dev/input/event3"
[     5.069] (**) Option "_source" "server/udev"
[     5.070] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     5.070] (II) event3  - Video Bus: device is a keyboard
[     5.070] (II) event3  - Video Bus: device removed
[     5.247] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[     5.247] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     5.247] (**) Option "xkb_layout" "gb"
[     5.249] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     5.249] (II) event3  - Video Bus: device is a keyboard
[     5.249] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     5.249] (II) No input driver specified, ignoring this device.
[     5.249] (II) This device may have been added with another device file.
[     5.250] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     5.250] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     5.250] (**) Sleep Button: Applying InputClass "system-keyboard"
[     5.250] (II) Using input driver 'libinput' for 'Sleep Button'
[     5.250] (**) Sleep Button: always reports core events
[     5.250] (**) Option "Device" "/dev/input/event0"
[     5.250] (**) Option "_source" "server/udev"
[     5.251] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     5.251] (II) event0  - Sleep Button: device is a keyboard
[     5.251] (II) event0  - Sleep Button: device removed
[     5.308] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     5.308] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     5.308] (**) Option "xkb_layout" "gb"
[     5.311] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     5.311] (II) event0  - Sleep Button: device is a keyboard
[     5.314] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     5.314] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     5.314] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     5.314] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     5.314] (**) AT Translated Set 2 keyboard: always reports core events
[     5.314] (**) Option "Device" "/dev/input/event4"
[     5.314] (**) Option "_source" "server/udev"
[     5.315] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.316] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     5.316] (II) event4  - AT Translated Set 2 keyboard: device removed
[     5.388] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     5.388] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[     5.388] (**) Option "xkb_layout" "gb"
[     5.395] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     5.395] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     5.398] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     5.398] (II) No input driver specified, ignoring this device.
[     5.399] (II) This device may have been added with another device file.
[     5.400] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[     5.401] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     5.401] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[     5.401] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     5.401] (**) ThinkPad Extra Buttons: always reports core events
[     5.401] (**) Option "Device" "/dev/input/event5"
[     5.401] (**) Option "_source" "server/udev"
[     5.404] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     5.404] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[     5.404] (II) event5  - ThinkPad Extra Buttons: device is a switch device
[     5.405] (II) event5  - ThinkPad Extra Buttons: device removed
[     5.518] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[     5.518] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 10)
[     5.518] (**) Option "xkb_layout" "gb"
[     5.521] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     5.522] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[     5.522] (II) event5  - ThinkPad Extra Buttons: device is a switch device
[     5.573] (II) config/udev: removing device Sleep Button
[     5.573] (II) event0  - Sleep Button: device removed
[     5.657] (II) UnloadModule: "libinput"
[     5.658] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[     5.658] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[     5.658] (**) Sleep Button: Applying InputClass "system-keyboard"
[     5.658] (II) Using input driver 'libinput' for 'Sleep Button'
[     5.658] (**) Sleep Button: always reports core events
[     5.658] (**) Option "Device" "/dev/input/event0"
[     5.658] (**) Option "_source" "server/udev"
[     5.660] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     5.660] (II) event0  - Sleep Button: device is a keyboard
[     5.663] (II) event0  - Sleep Button: device removed
[     5.767] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[     5.767] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[     5.767] (**) Option "xkb_layout" "gb"
[     5.770] (II) event0  - Sleep Button: is tagged by udev as: Keyboard
[     5.770] (II) event0  - Sleep Button: device is a keyboard
[     5.771] (II) config/udev: removing device Video Bus
[     5.771] (II) event3  - Video Bus: device removed
[     5.877] (II) UnloadModule: "libinput"
[     5.878] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[     5.878] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[     5.878] (**) Video Bus: Applying InputClass "system-keyboard"
[     5.878] (II) Using input driver 'libinput' for 'Video Bus'
[     5.878] (**) Video Bus: always reports core events
[     5.878] (**) Option "Device" "/dev/input/event3"
[     5.878] (**) Option "_source" "server/udev"
[     5.880] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     5.880] (II) event3  - Video Bus: device is a keyboard
[     5.881] (II) event3  - Video Bus: device removed
[     6.007] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[     6.007] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[     6.007] (**) Option "xkb_layout" "gb"
[     6.010] (II) event3  - Video Bus: is tagged by udev as: Keyboard
[     6.011] (II) event3  - Video Bus: device is a keyboard
[     6.011] (II) config/udev: removing device AT Translated Set 2 keyboard
[     6.011] (II) event4  - AT Translated Set 2 keyboard: device removed
[     6.057] (II) UnloadModule: "libinput"
[     6.058] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
[     6.058] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[     6.058] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[     6.058] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[     6.058] (**) AT Translated Set 2 keyboard: always reports core events
[     6.058] (**) Option "Device" "/dev/input/event4"
[     6.058] (**) Option "_source" "server/udev"
[     6.060] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.060] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     6.061] (II) event4  - AT Translated Set 2 keyboard: device removed
[     6.097] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
[     6.097] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[     6.097] (**) Option "xkb_layout" "gb"
[     6.100] (II) event4  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[     6.100] (II) event4  - AT Translated Set 2 keyboard: device is a keyboard
[     6.101] (II) config/udev: removing device Power Button
[     6.101] (II) event2  - Power Button: device removed
[     6.147] (II) UnloadModule: "libinput"
[     6.148] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[     6.148] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     6.148] (**) Power Button: Applying InputClass "system-keyboard"
[     6.148] (II) Using input driver 'libinput' for 'Power Button'
[     6.148] (**) Power Button: always reports core events
[     6.148] (**) Option "Device" "/dev/input/event2"
[     6.148] (**) Option "_source" "server/udev"
[     6.150] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.150] (II) event2  - Power Button: device is a keyboard
[     6.151] (II) event2  - Power Button: device removed
[     6.217] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[     6.217] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     6.217] (**) Option "xkb_layout" "gb"
[     6.219] (II) event2  - Power Button: is tagged by udev as: Keyboard
[     6.219] (II) event2  - Power Button: device is a keyboard
[     6.221] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[     6.221] (II) No input driver specified, ignoring this device.
[     6.221] (II) This device may have been added with another device file.
[     6.222] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[     6.222] (II) No input driver specified, ignoring this device.
[     6.222] (II) This device may have been added with another device file.
[     6.222] (II) config/udev: removing device ThinkPad Extra Buttons
[     6.222] (II) event5  - ThinkPad Extra Buttons: device removed
[     6.277] (II) UnloadModule: "libinput"
[     6.278] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event5)
[     6.278] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[     6.278] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[     6.278] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[     6.278] (**) ThinkPad Extra Buttons: always reports core events
[     6.278] (**) Option "Device" "/dev/input/event5"
[     6.278] (**) Option "_source" "server/udev"
[     6.280] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.280] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[     6.280] (II) event5  - ThinkPad Extra Buttons: device is a switch device
[     6.280] (II) event5  - ThinkPad Extra Buttons: device removed
[     6.367] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input6/event5"
[     6.367] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 10)
[     6.367] (**) Option "xkb_layout" "gb"
[     6.371] (II) event5  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[     6.371] (II) event5  - ThinkPad Extra Buttons: device is a keyboard
[     6.371] (II) event5  - ThinkPad Extra Buttons: device is a switch device
[     6.372] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
[     6.372] (II) No input driver specified, ignoring this device.
[     6.372] (II) This device may have been added with another device file.
[     6.375] (II) config/udev: Adding input device HDA Intel PCH Headset Jack (/dev/input/event7)
[     6.375] (**) HDA Intel PCH Headset Jack: Applying InputClass "libinput keyboard catchall"
[     6.375] (**) HDA Intel PCH Headset Jack: Applying InputClass "system-keyboard"
[     6.375] (II) Using input driver 'libinput' for 'HDA Intel PCH Headset Jack'
[     6.375] (**) HDA Intel PCH Headset Jack: always reports core events
[     6.375] (**) Option "Device" "/dev/input/event7"
[     6.375] (**) Option "_source" "server/udev"
[     6.377] (II) event7  - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     6.378] (II) event7  - HDA Intel PCH Headset Jack: device is a keyboard
[     6.379] (II) event7  - HDA Intel PCH Headset Jack: device removed
[     6.527] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.3/sound/card0/input9/event7"
[     6.527] (II) XINPUT: Adding extended input device "HDA Intel PCH Headset Jack" (type: KEYBOARD, id 11)
[     6.527] (**) Option "xkb_layout" "gb"
[     6.530] (II) event7  - HDA Intel PCH Headset Jack: is tagged by udev as: Keyboard Switch
[     6.533] (II) event7  - HDA Intel PCH Headset Jack: device is a keyboard
[     6.534] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[     6.534] (II) No input driver specified, ignoring this device.
[     6.535] (II) This device may have been added with another device file.
[     6.535] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[     6.535] (II) No input driver specified, ignoring this device.
[     6.535] (II) This device may have been added with another device file.
[     6.536] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[     6.536] (II) No input driver specified, ignoring this device.
[     6.536] (II) This device may have been added with another device file.
[     6.536] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[     6.536] (II) No input driver specified, ignoring this device.
[     6.536] (II) This device may have been added with another device file.
[     6.537] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[     6.537] (II) No input driver specified, ignoring this device.
[     6.538] (II) This device may have been added with another device file.
[     6.538] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[     6.538] (II) No input driver specified, ignoring this device.
[     6.538] (II) This device may have been added with another device file.
[     6.538] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[     6.538] (II) No input driver specified, ignoring this device.
[     6.538] (II) This device may have been added with another device file.
[     6.541] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/event16)
[     6.541] (**) TPPS/2 Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[     6.541] (II) Using input driver 'libinput' for 'TPPS/2 Elan TrackPoint'
[     6.541] (**) TPPS/2 Elan TrackPoint: always reports core events
[     6.541] (**) Option "Device" "/dev/input/event16"
[     6.541] (**) Option "_source" "server/udev"
[     6.544] (II) event16 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.546] (II) event16 - TPPS/2 Elan TrackPoint: device is a pointer
[     6.547] (II) event16 - TPPS/2 Elan TrackPoint: device removed
[     6.687] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event16"
[     6.687] (II) XINPUT: Adding extended input device "TPPS/2 Elan TrackPoint" (type: MOUSE, id 12)
[     6.688] (**) Option "AccelerationScheme" "none"
[     6.688] (**) TPPS/2 Elan TrackPoint: (accel) selected scheme none/0
[     6.688] (**) TPPS/2 Elan TrackPoint: (accel) acceleration factor: 2.000
[     6.688] (**) TPPS/2 Elan TrackPoint: (accel) acceleration threshold: 4
[     6.690] (II) event16 - TPPS/2 Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[     6.690] (II) event16 - TPPS/2 Elan TrackPoint: device is a pointer
[     6.693] (II) config/udev: Adding input device TPPS/2 Elan TrackPoint (/dev/input/mouse0)
[     6.693] (II) No input driver specified, ignoring this device.
[     6.693] (II) This device may have been added with another device file.
[     6.694] (II) config/udev: Adding input device Integrated Camera: Integrated C (/dev/input/event19)
[     6.694] (**) Integrated Camera: Integrated C: Applying InputClass "libinput keyboard catchall"
[     6.694] (**) Integrated Camera: Integrated C: Applying InputClass "system-keyboard"
[     6.694] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated C'
[     6.694] (**) Integrated Camera: Integrated C: always reports core events
[     6.694] (**) Option "Device" "/dev/input/event19"
[     6.694] (**) Option "_source" "server/udev"
[     6.697] (II) event19 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     6.697] (II) event19 - Integrated Camera: Integrated C: device is a keyboard
[     6.698] (II) event19 - Integrated Camera: Integrated C: device removed
[     6.827] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input24/event19"
[     6.827] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated C" (type: KEYBOARD, id 13)
[     6.827] (**) Option "xkb_layout" "gb"
[     6.830] (II) event19 - Integrated Camera: Integrated C: is tagged by udev as: Keyboard
[     6.830] (II) event19 - Integrated Camera: Integrated C: device is a keyboard
[     6.833] (II) intel(0): EDID vendor "BOE", prod id 1992
[     6.833] (II) intel(0): Printing DDC gathered Modelines:
[     6.833] (II) intel(0): Modeline "3840x2160"x0.0  533.28  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (133.3 kHz eP)
[     6.833] (II) intel(0): Modeline "3840x2160"x0.0  426.62  3840 3888 3920 4000  2160 2163 2168 2222 +hsync -vsync (106.7 kHz e)
[     6.843] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Mouse (/dev/input/event17)
[     6.843] (**) SYNA8005:00 06CB:CD8C Mouse: Applying InputClass "libinput pointer catchall"
[     6.843] (II) Using input driver 'libinput' for 'SYNA8005:00 06CB:CD8C Mouse'
[     6.843] (**) SYNA8005:00 06CB:CD8C Mouse: always reports core events
[     6.843] (**) Option "Device" "/dev/input/event17"
[     6.843] (**) Option "_source" "server/udev"
[     6.846] (II) event17 - SYNA8005:00 06CB:CD8C Mouse: is tagged by udev as: Mouse Pointingstick
[     6.847] (II) event17 - SYNA8005:00 06CB:CD8C Mouse: device is a pointer
[     6.849] (II) event17 - SYNA8005:00 06CB:CD8C Mouse: device removed
[     6.987] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input21/event17"
[     6.987] (II) XINPUT: Adding extended input device "SYNA8005:00 06CB:CD8C Mouse" (type: MOUSE, id 14)
[     6.987] (**) Option "AccelerationScheme" "none"
[     6.988] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) selected scheme none/0
[     6.988] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) acceleration factor: 2.000
[     6.988] (**) SYNA8005:00 06CB:CD8C Mouse: (accel) acceleration threshold: 4
[     6.991] (II) event17 - SYNA8005:00 06CB:CD8C Mouse: is tagged by udev as: Mouse Pointingstick
[     6.991] (II) event17 - SYNA8005:00 06CB:CD8C Mouse: device is a pointer
[     6.995] (II) config/udev: Adding input device Integrated Camera: Integrated I (/dev/input/event20)
[     6.995] (**) Integrated Camera: Integrated I: Applying InputClass "libinput keyboard catchall"
[     6.995] (**) Integrated Camera: Integrated I: Applying InputClass "system-keyboard"
[     6.995] (II) Using input driver 'libinput' for 'Integrated Camera: Integrated I'
[     6.995] (**) Integrated Camera: Integrated I: always reports core events
[     6.995] (**) Option "Device" "/dev/input/event20"
[     6.995] (**) Option "_source" "server/udev"
[     6.997] (II) event20 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[     6.998] (II) event20 - Integrated Camera: Integrated I: device is a keyboard
[     6.998] (II) event20 - Integrated Camera: Integrated I: device removed
[     7.087] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input25/event20"
[     7.087] (II) XINPUT: Adding extended input device "Integrated Camera: Integrated I" (type: KEYBOARD, id 15)
[     7.087] (**) Option "xkb_layout" "gb"
[     7.092] (II) event20 - Integrated Camera: Integrated I: is tagged by udev as: Keyboard
[     7.092] (II) event20 - Integrated Camera: Integrated I: device is a keyboard
[     7.094] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Touchpad (/dev/input/event18)
[     7.094] (**) SYNA8005:00 06CB:CD8C Touchpad: Applying InputClass "libinput touchpad catchall"
[     7.094] (II) Using input driver 'libinput' for 'SYNA8005:00 06CB:CD8C Touchpad'
[     7.094] (**) SYNA8005:00 06CB:CD8C Touchpad: always reports core events
[     7.094] (**) Option "Device" "/dev/input/event18"
[     7.094] (**) Option "_source" "server/udev"
[     7.097] (II) event18 - SYNA8005:00 06CB:CD8C Touchpad: is tagged by udev as: Touchpad
[     7.100] (II) event18 - SYNA8005:00 06CB:CD8C Touchpad: device is a touchpad
[     7.101] (II) event18 - SYNA8005:00 06CB:CD8C Touchpad: device removed
[     7.218] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-SYNA8005:00/0018:06CB:CD8C.0001/input/input22/event18"
[     7.218] (II) XINPUT: Adding extended input device "SYNA8005:00 06CB:CD8C Touchpad" (type: TOUCHPAD, id 16)
[     7.221] (**) Option "AccelerationScheme" "none"
[     7.221] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) selected scheme none/0
[     7.221] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) acceleration factor: 2.000
[     7.221] (**) SYNA8005:00 06CB:CD8C Touchpad: (accel) acceleration threshold: 4
[     7.224] (II) event18 - SYNA8005:00 06CB:CD8C Touchpad: is tagged by udev as: Touchpad
[     7.227] (II) event18 - SYNA8005:00 06CB:CD8C Touchpad: device is a touchpad
[     7.230] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Mouse (/dev/input/mouse1)
[     7.230] (II) No input driver specified, ignoring this device.
[     7.230] (II) This device may have been added with another device file.
[     7.230] (II) config/udev: Adding input device SYNA8005:00 06CB:CD8C Touchpad (/dev/input/mouse2)
[     7.230] (II) No input driver specified, ignoring this device.
[     7.230] (II) This device may have been added with another device file.
[   488.451] (II) event0  - Sleep Button: device removed
[   488.497] (II) event3  - Video Bus: device removed
[   488.607] (II) event4  - AT Translated Set 2 keyboard: device removed
[   488.667] (II) event2  - Power Button: device removed
[   488.747] (II) event5  - ThinkPad Extra Buttons: device removed
[   488.817] (II) event7  - HDA Intel PCH Headset Jack: device removed
[   488.957] (II) event16 - TPPS/2 Elan TrackPoint: device removed
[   489.097] (II) event19 - Integrated Camera: Integrated C: device removed
[   489.217] (II) event17 - SYNA8005:00 06CB:CD8C Mouse: device removed
[   489.317] (II) event20 - Integrated Camera: Integrated I: device removed
[   489.417] (II) event18 - SYNA8005:00 06CB:CD8C Touchpad: device removed
[   489.498] (II) UnloadModule: "libinput"
[   489.498] (II) UnloadModule: "libinput"
[   489.498] (II) UnloadModule: "libinput"
[   489.498] (II) UnloadModule: "libinput"
[   489.498] (II) UnloadModule: "libinput"
[   489.498] (II) UnloadModule: "libinput"
[   489.498] (II) UnloadModule: "libinput"
[   489.498] (II) UnloadModule: "libinput"
[   489.498] (II) UnloadModule: "libinput"
[   489.498] (II) UnloadModule: "libinput"
[   489.499] (II) UnloadModule: "libinput"
[   489.626] (II) Server terminated successfully (0). Closing log file.

Offline

#25 2020-10-25 22:29:11

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,706

Re: [SOLVED] Journalctl output Xorg crashed and dumped core

Once you're sufficiently conviced the problem is gone, please remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

Board footer

Powered by FluxBB