You are not logged in.

#1 2021-01-16 11:35:42

Vectorlocity
Member
Registered: 2018-04-15
Posts: 132

[SOLVED] X keyboard layout resets upon suspend

I am trying to write a small systemd-sleep script in /usr/lib/systemd/system-sleep to reset my X keyboard layout after resuming from suspend:

#!/bin/sh
case "$1" in
    post)
        su -s /bin/sh -c "DISPLAY=:1 setxkbmap -layout gb"
        ;;
esac

However, the logs say this:

Jan 16 11:22:28 Kevin-B350MA su[46172]: pam_unix(su:session): session opened for user root(uid=0) by (uid=0)
Jan 16 11:22:30 Kevin-B350MA systemd-sleep[46173]: No protocol specified
Jan 16 11:22:30 Kevin-B350MA systemd-sleep[46173]: Cannot open display ":1"
Jan 16 11:22:30 Kevin-B350MA su[46172]: pam_unix(su:session): session closed for user root

Is there a way to make my script work/to allow my script to connect to my X session (and is the stuff running as my normal user necessary)? Because I don't see a method of allowing my script to open the X session and run its necessary command in it.

EDIT: I've marked this thread as unsolved as my script decided to fail this morning without an error message. Xorg logs in journal are in lastmost post below.

Last edited by Vectorlocity (2021-02-24 22:27:15)

Offline

#2 2021-01-16 15:22:05

seth
Member
Registered: 2012-09-03
Posts: 51,029

Re: [SOLVED] X keyboard layout resets upon suspend

Don't use a script to configure the keyboard, but https://wiki.archlinux.org/index.php/Xo … tion_files

(The post-resume script won't be reliable anyway - the keyboard gets re-attached after the sleep and if your script runs ahead of the server adding the device, it'll be "undone")

Offline

#3 2021-01-16 19:22:48

Vectorlocity
Member
Registered: 2018-04-15
Posts: 132

Re: [SOLVED] X keyboard layout resets upon suspend

I have already got a config - however my keyboard layout automatically changes back to US upon resume - which is what I'm trying to fix. Is there another way to solve my issue?

EDIT: Hang on a sec: I might be a bit too rash in my commenting here...

EDIT 2: I kind of was - but not in the sense that my issue would be solved.

Here's my config - generated with the following command "localectl set-x11-keymap gb":

kevin@Kevin-B350MA ~ % cat /etc/X11/xorg.conf.d/00-keyboard.conf
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "gb"
EndSection

Last edited by Vectorlocity (2021-01-16 19:28:54)

Offline

#4 2021-01-16 20:53:46

seth
Member
Registered: 2012-09-03
Posts: 51,029

Re: [SOLVED] X keyboard layout resets upon suspend

Can you please post your xorg log after ressuming from the S3?
Also

ls -lR /{etc,usr/share}/X11/xorg.conf*

Offline

#5 2021-01-17 17:55:33

Vectorlocity
Member
Registered: 2018-04-15
Posts: 132

Re: [SOLVED] X keyboard layout resets upon suspend

Seems like my issue has been solved - I added a sleep command of 20 seconds to my script to give time for the X server to wake up again, and it seems to be working now. Thanks for the help anyway! smile

Offline

#6 2021-01-17 20:13:50

seth
Member
Registered: 2012-09-03
Posts: 51,029

Re: [SOLVED] X keyboard layout resets upon suspend

You merely added a workaround to your workaround…

The real problem is that the keyboard config isn't applied.
I suspect you're sporting a static server config that veers away from the drop in you posted, but w/o the actual data you seem to be reluctant to share, we're not gonna know.

Offline

#7 2021-01-18 08:56:25

Vectorlocity
Member
Registered: 2018-04-15
Posts: 132

Re: [SOLVED] X keyboard layout resets upon suspend

Apologize for not sharing it sooner - I thought that my issue being solved would remove the warrant for it:
ls -lR /{etc,usr/share}/X11/xorg.conf*

kevin@Kevin-B350MA ~ % ls -lR /{etc,usr/share}/X11/xorg.conf*
-rw-r--r-- 1 root root 2260 Jan 15 10:18 /etc/X11/xorg.conf
-rw-r--r-- 1 root root 2258 Nov 21 17:32 /etc/X11/xorg.conf.backup
-rw-r--r-- 1 root root 1653 May 30  2019 /etc/X11/xorg.conf.nvidia-xconfig-original

/etc/X11/xorg.conf.d:
total 4
-rw-r--r-- 1 root root 311 Dec 13  2019 00-keyboard.conf

/usr/share/X11/xorg.conf.d:
total 16
-rw-r--r-- 1 root root  227 Jan  7 16:05 10-nvidia-drm-outputclass.conf
-rw-r--r-- 1 root root 1350 Dec 14 12:10 10-quirks.conf
-rw-r--r-- 1 root root 1429 May 19  2020 40-libinput.conf
-r--r--r-- 1 root root  489 Nov 21 17:31 nvidia-drm-outputclass.conf

Xorg.0.log

kevin@Kevin-B350MA ~log % cat Xorg.0.log
[   837.130] (--) Log file renamed from "/var/log/Xorg.pid-4705.log" to "/var/log/Xorg.0.log"
[   837.131] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   837.486] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[   837.486] Build Operating System: Linux Arch Linux
[   837.486] Current Operating System: Linux Kevin-B350MA 5.4.89-1-lts #1 SMP Wed, 13 Jan 2021 05:48:12 +0000 x86_64
[   837.486] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=2a89b25b-554c-4c7a-9707-d0dbe02a9cb9 rw loglevel=3 splash libahci.ignore_sss=1 pci=noaer
[   837.486] Build Date: 14 December 2020  12:10:29PM
[   837.486]  
[   837.486] Current version of pixman: 0.40.0
[   837.486] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   837.486] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   837.486] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 16 20:12:35 2021
[   837.853] (==) Using config file: "/etc/X11/xorg.conf"
[   837.853] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   837.853] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   838.218] (==) ServerLayout "Layout0"
[   838.219] (**) |-->Screen "Screen0" (0)
[   838.219] (**) |   |-->Monitor "Monitor0"
[   838.219] (**) |   |-->Device "Device0"
[   838.219] (**) |-->Input Device "Keyboard0"
[   838.219] (**) |-->Input Device "Mouse0"
[   838.219] (**) Option "Xinerama" "0"
[   838.219] (==) Automatically adding devices
[   838.219] (==) Automatically enabling devices
[   838.219] (==) Automatically adding GPU devices
[   838.219] (==) Automatically binding GPU devices
[   838.219] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   838.266] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   838.266] 	Entry deleted from font path.
[   838.266] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   838.266] 	Entry deleted from font path.
[   838.266] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   838.266] 	Entry deleted from font path.
[   838.266] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   838.266] 	Entry deleted from font path.
[   838.266] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[   838.266] (==) ModulePath set to "/usr/lib/xorg/modules"
[   838.266] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   838.266] (WW) Disabling Keyboard0
[   838.266] (WW) Disabling Mouse0
[   838.266] (II) Module ABI versions:
[   838.266] 	X.Org ANSI C Emulation: 0.4
[   838.266] 	X.Org Video Driver: 24.1
[   838.266] 	X.Org XInput driver : 24.1
[   838.266] 	X.Org Server Extension : 10.0
[   838.267] (++) using VT number 1

[   838.270] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_36
[   838.271] (II) xfree86: Adding drm device (/dev/dri/card0)
[   838.272] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[   838.273] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[   838.274] (--) PCI:*(8@0:0:0) 10de:1c82:1043:8627 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   838.274] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   838.318] (II) LoadModule: "glx"
[   838.589] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   838.678] (II) Module glx: vendor="X.Org Foundation"
[   838.678] 	compiled for 1.20.10, module version = 1.0.0
[   838.678] 	ABI class: X.Org Server Extension, version 10.0
[   838.678] (II) LoadModule: "nvidia"
[   838.739] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   839.006] (II) Module nvidia: vendor="NVIDIA Corporation"
[   839.006] 	compiled for 1.6.99.901, module version = 1.0.0
[   839.006] 	Module class: X.Org Video Driver
[   839.006] (II) NVIDIA dlloader X Driver  460.32.03  Sun Dec 27 18:56:00 UTC 2020
[   839.006] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   839.006] (II) systemd-logind: releasing fd for 226:0
[   839.008] (II) Loading sub module "fb"
[   839.008] (II) LoadModule: "fb"
[   839.147] (II) Loading /usr/lib/xorg/modules/libfb.so
[   839.382] (II) Module fb: vendor="X.Org Foundation"
[   839.382] 	compiled for 1.20.10, module version = 1.0.0
[   839.382] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   839.382] (II) Loading sub module "wfb"
[   839.382] (II) LoadModule: "wfb"
[   839.417] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   839.439] (II) Module wfb: vendor="X.Org Foundation"
[   839.439] 	compiled for 1.20.10, module version = 1.0.0
[   839.439] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   839.439] (II) Loading sub module "ramdac"
[   839.439] (II) LoadModule: "ramdac"
[   839.439] (II) Module "ramdac" already built-in
[   839.440] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[   839.440] (==) NVIDIA(0): RGB weight 888
[   839.440] (==) NVIDIA(0): Default visual is TrueColor
[   839.440] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[   839.440] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[   839.440] (**) NVIDIA(0): Option "Stereo" "0"
[   839.440] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-1"
[   839.440] (**) NVIDIA(0): Option "SLI" "Off"
[   839.440] (**) NVIDIA(0): Option "MultiGPU" "Off"
[   839.440] (**) NVIDIA(0): Option "BaseMosaic" "off"
[   839.440] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[   839.440] (**) NVIDIA(0): Stereo disabled by request
[   839.440] (**) NVIDIA(0): NVIDIA SLI disabled.
[   839.440] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[   839.440] (**) NVIDIA(0): Option "Coolbits" "28"
[   839.440] (**) NVIDIA(0): Option "MetaModes" "1920x1080_60 +0+0 {ForceCompositionPipeline=Off, ForceFullCompositionPipeline=Off}"
[   839.440] (**) NVIDIA(0): Enabling 2D acceleration
[   839.440] (II) Loading sub module "glxserver_nvidia"
[   839.440] (II) LoadModule: "glxserver_nvidia"
[   839.441] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[   841.339] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[   841.339] 	compiled for 1.6.99.901, module version = 1.0.0
[   841.339] 	Module class: X.Org Server Extension
[   841.339] (II) NVIDIA GLX Module  460.32.03  Sun Dec 27 18:53:34 UTC 2020
[   841.339] (II) NVIDIA: The X server supports PRIME Render Offload.
[   841.342] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:8:0:0
[   841.342] (--) NVIDIA(0):     DFP-0
[   841.342] (--) NVIDIA(0):     DFP-1 (boot)
[   841.342] (--) NVIDIA(0):     DFP-2
[   841.342] (--) NVIDIA(0):     DFP-3
[   841.343] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1050 Ti (GP107-A) at PCI:8:0:0 (GPU-0)
[   841.343] (--) NVIDIA(0): Memory: 4194304 kBytes
[   841.343] (--) NVIDIA(0): VideoBIOS: 86.07.42.00.ae
[   841.343] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[   841.343] (--) NVIDIA(GPU-0): DFP-0: disconnected
[   841.343] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[   841.343] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[   841.343] (--) NVIDIA(GPU-0): 
[   841.374] (--) NVIDIA(GPU-0): Ancor Communications Inc VS248 (DFP-1): connected
[   841.374] (--) NVIDIA(GPU-0): Ancor Communications Inc VS248 (DFP-1): Internal TMDS
[   841.374] (--) NVIDIA(GPU-0): Ancor Communications Inc VS248 (DFP-1): 600.0 MHz maximum pixel clock
[   841.374] (--) NVIDIA(GPU-0): 
[   841.374] (--) NVIDIA(GPU-0): DFP-2: disconnected
[   841.374] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[   841.374] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[   841.374] (--) NVIDIA(GPU-0): 
[   841.374] (--) NVIDIA(GPU-0): DFP-3: disconnected
[   841.374] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[   841.374] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[   841.374] (--) NVIDIA(GPU-0): 
[   841.388] (II) NVIDIA(0): Validated MetaModes:
[   841.388] (II) NVIDIA(0):    
[   841.388] (II) NVIDIA(0):     "1920x1080_60+0+0{ForceCompositionPipeline=Off,ForceFullCompositionPipeline=Off}"
[   841.388] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[   841.403] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[   841.403] (--) NVIDIA(0):     option
[   841.404] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[   841.404] (II) NVIDIA:     access.
[   841.409] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[   841.409] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[   841.409] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[   841.409] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[   841.409] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[   841.409] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[   841.409] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[   841.409] (II) NVIDIA(0):     Config Options in the README.
[   841.438] (II) NVIDIA(0): Setting mode "1920x1080_60+0+0{ForceCompositionPipeline=Off,ForceFullCompositionPipeline=Off}"
[   841.473] (==) NVIDIA(0): Disabling shared memory pixmaps
[   841.473] (==) NVIDIA(0): Backing store enabled
[   841.473] (==) NVIDIA(0): Silken mouse disabled
[   841.473] (**) NVIDIA(0): DPMS enabled
[   841.473] (II) Loading sub module "dri2"
[   841.473] (II) LoadModule: "dri2"
[   841.473] (II) Module "dri2" already built-in
[   841.473] (II) NVIDIA(0): [DRI2] Setup complete
[   841.473] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[   841.473] (II) Initializing extension Generic Event Extension
[   841.473] (II) Initializing extension SHAPE
[   841.473] (II) Initializing extension MIT-SHM
[   841.473] (II) Initializing extension XInputExtension
[   841.473] (II) Initializing extension XTEST
[   841.473] (II) Initializing extension BIG-REQUESTS
[   841.473] (II) Initializing extension SYNC
[   841.473] (II) Initializing extension XKEYBOARD
[   841.473] (II) Initializing extension XC-MISC
[   841.473] (II) Initializing extension SECURITY
[   841.473] (II) Initializing extension XFIXES
[   841.473] (II) Initializing extension RENDER
[   841.473] (II) Initializing extension RANDR
[   841.473] (II) Initializing extension COMPOSITE
[   841.473] (II) Initializing extension DAMAGE
[   841.473] (II) Initializing extension MIT-SCREEN-SAVER
[   841.473] (II) Initializing extension DOUBLE-BUFFER
[   841.473] (II) Initializing extension RECORD
[   841.473] (II) Initializing extension DPMS
[   841.473] (II) Initializing extension Present
[   841.473] (II) Initializing extension DRI3
[   841.473] (II) Initializing extension X-Resource
[   841.473] (II) Initializing extension XVideo
[   841.473] (II) Initializing extension XVideo-MotionCompensation
[   841.473] (II) Initializing extension GLX
[   841.473] (II) Initializing extension GLX
[   841.473] (II) Indirect GLX disabled.
[   841.473] (II) GLX: Another vendor is already registered for screen 0
[   841.473] (II) Initializing extension XFree86-VidModeExtension
[   841.473] (II) Initializing extension XFree86-DGA
[   841.473] (II) Initializing extension XFree86-DRI
[   841.473] (II) Initializing extension DRI2
[   841.473] (II) Initializing extension NV-GLX
[   841.473] (II) Initializing extension NV-CONTROL
[   841.473] (II) Initializing extension XINERAMA
[   841.655] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   841.655] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   841.655] (**) Power Button: Applying InputClass "system-keyboard"
[   841.655] (II) LoadModule: "libinput"
[   841.655] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   842.009] (II) Module libinput: vendor="X.Org Foundation"
[   842.009] 	compiled for 1.20.8, module version = 0.30.0
[   842.009] 	Module class: X.Org XInput Driver
[   842.009] 	ABI class: X.Org XInput driver, version 24.1
[   842.010] (II) Using input driver 'libinput' for 'Power Button'
[   842.011] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 34 paused 0
[   842.011] (**) Power Button: always reports core events
[   842.011] (**) Option "Device" "/dev/input/event1"
[   842.011] (**) Option "_source" "server/udev"
[   842.950] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   842.950] (II) event1  - Power Button: device is a keyboard
[   842.951] (II) event1  - Power Button: device removed
[   842.951] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   842.951] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   842.951] (**) Option "xkb_layout" "gb"
[   842.978] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   842.978] (II) event1  - Power Button: device is a keyboard
[   842.979] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   842.979] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   842.979] (**) Power Button: Applying InputClass "system-keyboard"
[   842.979] (II) Using input driver 'libinput' for 'Power Button'
[   842.980] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 37 paused 0
[   842.980] (**) Power Button: always reports core events
[   842.980] (**) Option "Device" "/dev/input/event0"
[   842.980] (**) Option "_source" "server/udev"
[   842.981] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   842.981] (II) event0  - Power Button: device is a keyboard
[   842.981] (II) event0  - Power Button: device removed
[   842.981] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   842.981] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   842.981] (**) Option "xkb_layout" "gb"
[   842.982] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   842.982] (II) event0  - Power Button: device is a keyboard
[   842.983] (II) config/udev: Adding input device Logitech Webcam C930e (/dev/input/event18)
[   842.983] (**) Logitech Webcam C930e: Applying InputClass "libinput keyboard catchall"
[   842.983] (**) Logitech Webcam C930e: Applying InputClass "system-keyboard"
[   842.983] (II) Using input driver 'libinput' for 'Logitech Webcam C930e'
[   842.984] (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 38 paused 0
[   842.984] (**) Logitech Webcam C930e: always reports core events
[   842.984] (**) Option "Device" "/dev/input/event18"
[   842.984] (**) Option "_source" "server/udev"
[   842.986] (II) event18 - Logitech Webcam C930e: is tagged by udev as: Keyboard
[   842.986] (II) event18 - Logitech Webcam C930e: device is a keyboard
[   842.986] (II) event18 - Logitech Webcam C930e: device removed
[   842.986] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-3/1-3:1.0/input/input21/event18"
[   842.986] (II) XINPUT: Adding extended input device "Logitech Webcam C930e" (type: KEYBOARD, id 8)
[   842.986] (**) Option "xkb_layout" "gb"
[   842.989] (II) event18 - Logitech Webcam C930e: is tagged by udev as: Keyboard
[   842.989] (II) event18 - Logitech Webcam C930e: device is a keyboard
[   842.991] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event7)
[   842.991] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput pointer catchall"
[   842.991] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[   842.992] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 39 paused 0
[   842.992] (**) Logitech Gaming Mouse G502: always reports core events
[   842.992] (**) Option "Device" "/dev/input/event7"
[   842.992] (**) Option "_source" "server/udev"
[   842.995] (II) event7  - Logitech Gaming Mouse G502: is tagged by udev as: Mouse
[   842.995] (II) event7  - Logitech Gaming Mouse G502: device set to 2400 DPI
[   842.995] (II) event7  - Logitech Gaming Mouse G502: device is a pointer
[   842.995] (II) event7  - Logitech Gaming Mouse G502: device removed
[   842.995] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.2/0000:02:00.0/0000:03:00.0/usb3/3-1/3-1:1.0/0003:046D:C332.0004/input/input8/event7"
[   842.995] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 9)
[   842.996] (**) Option "AccelerationScheme" "none"
[   842.996] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0
[   842.996] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[   842.996] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[   842.999] (II) event7  - Logitech Gaming Mouse G502: is tagged by udev as: Mouse
[   842.999] (II) event7  - Logitech Gaming Mouse G502: device set to 2400 DPI
[   842.999] (II) event7  - Logitech Gaming Mouse G502: device is a pointer
[   843.000] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/mouse1)
[   843.000] (II) No input driver specified, ignoring this device.
[   843.000] (II) This device may have been added with another device file.
[   843.002] (II) config/udev: Adding input device Logitech Gaming Mouse G502 Consumer Control (/dev/input/event9)
[   843.002] (**) Logitech Gaming Mouse G502 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   843.002] (**) Logitech Gaming Mouse G502 Consumer Control: Applying InputClass "system-keyboard"
[   843.002] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502 Consumer Control'
[   843.003] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 40 paused 0
[   843.003] (**) Logitech Gaming Mouse G502 Consumer Control: always reports core events
[   843.003] (**) Option "Device" "/dev/input/event9"
[   843.003] (**) Option "_source" "server/udev"
[   843.006] (II) event9  - Logitech Gaming Mouse G502 Consumer Control: is tagged by udev as: Keyboard
[   843.006] (II) event9  - Logitech Gaming Mouse G502 Consumer Control: device is a keyboard
[   843.007] (II) event9  - Logitech Gaming Mouse G502 Consumer Control: device removed
[   843.007] (II) libinput: Logitech Gaming Mouse G502 Consumer Control: needs a virtual subdevice
[   843.007] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.2/0000:02:00.0/0000:03:00.0/usb3/3-1/3-1:1.1/0003:046D:C332.0005/input/input10/event9"
[   843.007] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502 Consumer Control" (type: MOUSE, id 10)
[   843.007] (**) Option "AccelerationScheme" "none"
[   843.007] (**) Logitech Gaming Mouse G502 Consumer Control: (accel) selected scheme none/0
[   843.007] (**) Logitech Gaming Mouse G502 Consumer Control: (accel) acceleration factor: 2.000
[   843.007] (**) Logitech Gaming Mouse G502 Consumer Control: (accel) acceleration threshold: 4
[   843.010] (II) event9  - Logitech Gaming Mouse G502 Consumer Control: is tagged by udev as: Keyboard
[   843.010] (II) event9  - Logitech Gaming Mouse G502 Consumer Control: device is a keyboard
[   843.012] (II) config/udev: Adding input device Logitech Gaming Mouse G502 System Control (/dev/input/event10)
[   843.012] (**) Logitech Gaming Mouse G502 System Control: Applying InputClass "libinput keyboard catchall"
[   843.012] (**) Logitech Gaming Mouse G502 System Control: Applying InputClass "system-keyboard"
[   843.012] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502 System Control'
[   843.013] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 41 paused 0
[   843.013] (**) Logitech Gaming Mouse G502 System Control: always reports core events
[   843.013] (**) Option "Device" "/dev/input/event10"
[   843.013] (**) Option "_source" "server/udev"
[   843.016] (II) event10 - Logitech Gaming Mouse G502 System Control: is tagged by udev as: Keyboard
[   843.016] (II) event10 - Logitech Gaming Mouse G502 System Control: device is a keyboard
[   843.016] (II) event10 - Logitech Gaming Mouse G502 System Control: device removed
[   843.016] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.2/0000:02:00.0/0000:03:00.0/usb3/3-1/3-1:1.1/0003:046D:C332.0005/input/input11/event10"
[   843.016] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502 System Control" (type: KEYBOARD, id 11)
[   843.016] (**) Option "xkb_layout" "gb"
[   843.019] (II) event10 - Logitech Gaming Mouse G502 System Control: is tagged by udev as: Keyboard
[   843.019] (II) event10 - Logitech Gaming Mouse G502 System Control: device is a keyboard
[   843.021] (II) config/udev: Adding input device Logitech Gaming Mouse G502 Keyboard (/dev/input/event8)
[   843.021] (**) Logitech Gaming Mouse G502 Keyboard: Applying InputClass "libinput keyboard catchall"
[   843.021] (**) Logitech Gaming Mouse G502 Keyboard: Applying InputClass "system-keyboard"
[   843.021] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502 Keyboard'
[   843.022] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 42 paused 0
[   843.022] (**) Logitech Gaming Mouse G502 Keyboard: always reports core events
[   843.022] (**) Option "Device" "/dev/input/event8"
[   843.022] (**) Option "_source" "server/udev"
[   843.025] (II) event8  - Logitech Gaming Mouse G502 Keyboard: is tagged by udev as: Keyboard
[   843.025] (II) event8  - Logitech Gaming Mouse G502 Keyboard: device is a keyboard
[   843.026] (II) event8  - Logitech Gaming Mouse G502 Keyboard: device removed
[   843.026] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.2/0000:02:00.0/0000:03:00.0/usb3/3-1/3-1:1.1/0003:046D:C332.0005/input/input9/event8"
[   843.026] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502 Keyboard" (type: KEYBOARD, id 12)
[   843.026] (**) Option "xkb_layout" "gb"
[   843.029] (II) event8  - Logitech Gaming Mouse G502 Keyboard: is tagged by udev as: Keyboard
[   843.029] (II) event8  - Logitech Gaming Mouse G502 Keyboard: device is a keyboard
[   843.030] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event19)
[   843.030] (II) No input driver specified, ignoring this device.
[   843.030] (II) This device may have been added with another device file.
[   843.031] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event20)
[   843.031] (II) No input driver specified, ignoring this device.
[   843.031] (II) This device may have been added with another device file.
[   843.032] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event21)
[   843.032] (II) No input driver specified, ignoring this device.
[   843.032] (II) This device may have been added with another device file.
[   843.033] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard (/dev/input/event2)
[   843.033] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[   843.033] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: Applying InputClass "system-keyboard"
[   843.033] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard'
[   843.034] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 43 paused 0
[   843.034] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: always reports core events
[   843.034] (**) Option "Device" "/dev/input/event2"
[   843.034] (**) Option "_source" "server/udev"
[   843.037] (II) event2  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[   843.037] (II) event2  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
[   843.037] (II) event2  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device removed
[   843.037] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.0/0003:0951:16B7.0001/input/input2/event2"
[   843.037] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard" (type: KEYBOARD, id 13)
[   843.037] (**) Option "xkb_layout" "gb"
[   843.040] (II) event2  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[   843.041] (II) event2  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
[   843.042] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse (/dev/input/event3)
[   843.042] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: Applying InputClass "libinput pointer catchall"
[   843.042] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse'
[   843.043] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 44 paused 0
[   843.043] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: always reports core events
[   843.043] (**) Option "Device" "/dev/input/event3"
[   843.043] (**) Option "_source" "server/udev"
[   843.046] (II) event3  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: is tagged by udev as: Mouse
[   843.046] (II) event3  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: device is a pointer
[   843.047] (II) event3  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: device removed
[   843.047] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:0951:16B7.0002/input/input3/event3"
[   843.047] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse" (type: MOUSE, id 14)
[   843.047] (**) Option "AccelerationScheme" "none"
[   843.047] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: (accel) selected scheme none/0
[   843.047] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: (accel) acceleration factor: 2.000
[   843.047] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: (accel) acceleration threshold: 4
[   843.050] (II) event3  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: is tagged by udev as: Mouse
[   843.050] (II) event3  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: device is a pointer
[   843.052] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse (/dev/input/mouse0)
[   843.052] (II) No input driver specified, ignoring this device.
[   843.052] (II) This device may have been added with another device file.
[   843.053] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control (/dev/input/event4)
[   843.053] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: Applying InputClass "libinput keyboard catchall"
[   843.053] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: Applying InputClass "system-keyboard"
[   843.053] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control'
[   843.054] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 45 paused 0
[   843.054] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: always reports core events
[   843.054] (**) Option "Device" "/dev/input/event4"
[   843.054] (**) Option "_source" "server/udev"
[   843.057] (II) event4  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: is tagged by udev as: Keyboard
[   843.057] (II) event4  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: device is a keyboard
[   843.057] (II) event4  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: device removed
[   843.057] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:0951:16B7.0002/input/input4/event4"
[   843.057] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control" (type: KEYBOARD, id 15)
[   843.057] (**) Option "xkb_layout" "gb"
[   843.060] (II) event4  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: is tagged by udev as: Keyboard
[   843.061] (II) event4  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: device is a keyboard
[   843.062] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control (/dev/input/event5)
[   843.062] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[   843.062] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[   843.062] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control'
[   843.063] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 46 paused 0
[   843.063] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: always reports core events
[   843.063] (**) Option "Device" "/dev/input/event5"
[   843.063] (**) Option "_source" "server/udev"
[   843.066] (II) event5  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[   843.066] (II) event5  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[   843.067] (II) event5  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: device removed
[   843.067] (II) libinput: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: needs a virtual subdevice
[   843.067] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:0951:16B7.0002/input/input5/event5"
[   843.067] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control" (type: MOUSE, id 16)
[   843.067] (**) Option "AccelerationScheme" "none"
[   843.067] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[   843.067] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[   843.067] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[   843.070] (II) event5  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[   843.070] (II) event5  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[   843.071] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Mechanical Gaming Keyboard (/dev/input/event6)
[   843.071] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[   843.071] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: Applying InputClass "system-keyboard"
[   843.071] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard'
[   843.072] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 47 paused 0
[   843.072] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: always reports core events
[   843.072] (**) Option "Device" "/dev/input/event6"
[   843.072] (**) Option "_source" "server/udev"
[   843.074] (II) event6  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[   843.074] (II) event6  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
[   843.074] (II) event6  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device removed
[   843.074] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:0951:16B7.0002/input/input7/event6"
[   843.074] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard" (type: KEYBOARD, id 17)
[   843.074] (**) Option "xkb_layout" "gb"
[   843.075] (II) event6  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[   843.075] (II) event6  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
[   843.076] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event13)
[   843.076] (II) No input driver specified, ignoring this device.
[   843.076] (II) This device may have been added with another device file.
[   843.076] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event14)
[   843.076] (II) No input driver specified, ignoring this device.
[   843.076] (II) This device may have been added with another device file.
[   843.077] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event15)
[   843.077] (II) No input driver specified, ignoring this device.
[   843.077] (II) This device may have been added with another device file.
[   843.077] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event16)
[   843.077] (II) No input driver specified, ignoring this device.
[   843.077] (II) This device may have been added with another device file.
[   843.077] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event17)
[   843.077] (II) No input driver specified, ignoring this device.
[   843.077] (II) This device may have been added with another device file.
[   843.078] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event12)
[   843.078] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   843.078] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[   843.078] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[   843.078] (II) systemd-logind: got fd for /dev/input/event12 13:76 fd 48 paused 0
[   843.078] (**) Eee PC WMI hotkeys: always reports core events
[   843.078] (**) Option "Device" "/dev/input/event12"
[   843.078] (**) Option "_source" "server/udev"
[   843.079] (II) event12 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[   843.079] (II) event12 - Eee PC WMI hotkeys: device is a keyboard
[   843.079] (II) event12 - Eee PC WMI hotkeys: device removed
[   843.079] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input15/event12"
[   843.079] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 18)
[   843.079] (**) Option "xkb_layout" "gb"
[   843.080] (II) event12 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[   843.080] (II) event12 - Eee PC WMI hotkeys: device is a keyboard
[   843.080] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
[   843.080] (II) No input driver specified, ignoring this device.
[   843.080] (II) This device may have been added with another device file.
[   843.083] (**) Logitech Gaming Mouse G502 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   843.083] (**) Logitech Gaming Mouse G502 Consumer Control: Applying InputClass "system-keyboard"
[   843.083] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502 Consumer Control'
[   843.083] (II) systemd-logind: returning pre-existing fd for /dev/input/event9 13:73
[   843.083] (**) Logitech Gaming Mouse G502 Consumer Control: always reports core events
[   843.083] (**) Option "Device" "/dev/input/event9"
[   843.083] (**) Option "_source" "_driver/libinput"
[   843.083] (II) libinput: Logitech Gaming Mouse G502 Consumer Control: is a virtual subdevice
[   843.083] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.2/0000:02:00.0/0000:03:00.0/usb3/3-1/3-1:1.1/0003:046D:C332.0005/input/input10/event9"
[   843.083] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502 Consumer Control" (type: KEYBOARD, id 19)
[   843.083] (**) Option "xkb_layout" "gb"
[   843.083] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[   843.083] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: Applying InputClass "system-keyboard"
[   843.083] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control'
[   843.083] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[   843.083] (**) Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: always reports core events
[   843.083] (**) Option "Device" "/dev/input/event5"
[   843.083] (**) Option "_source" "_driver/libinput"
[   843.083] (II) libinput: Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: is a virtual subdevice
[   843.083] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb5/5-4/5-4:1.1/0003:0951:16B7.0002/input/input5/event5"
[   843.083] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control" (type: KEYBOARD, id 20)
[   843.083] (**) Option "xkb_layout" "gb"
[   848.670] (**) Option "fd" "34"
[   848.670] (II) event1  - Power Button: device removed
[   848.670] (**) Option "fd" "37"
[   848.670] (II) event0  - Power Button: device removed
[   848.670] (**) Option "fd" "38"
[   848.670] (II) event18 - Logitech Webcam C930e: device removed
[   848.670] (**) Option "fd" "39"
[   848.670] (II) event7  - Logitech Gaming Mouse G502: device removed
[   848.670] (**) Option "fd" "40"
[   848.670] (**) Option "fd" "41"
[   848.670] (II) event10 - Logitech Gaming Mouse G502 System Control: device removed
[   848.670] (**) Option "fd" "42"
[   848.670] (II) event8  - Logitech Gaming Mouse G502 Keyboard: device removed
[   848.670] (**) Option "fd" "43"
[   848.670] (II) event2  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device removed
[   848.670] (**) Option "fd" "44"
[   848.670] (II) event3  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: device removed
[   848.671] (**) Option "fd" "45"
[   848.671] (II) event4  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: device removed
[   848.671] (**) Option "fd" "46"
[   848.671] (**) Option "fd" "47"
[   848.671] (II) event6  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device removed
[   848.671] (**) Option "fd" "48"
[   848.671] (II) event12 - Eee PC WMI hotkeys: device removed
[   848.671] (**) Option "fd" "40"
[   848.671] (II) event9  - Logitech Gaming Mouse G502 Consumer Control: device removed
[   848.671] (**) Option "fd" "46"
[   848.671] (II) event5  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: device removed
[   848.769] (II) systemd-logind: got pause for 13:82
[   848.769] (II) systemd-logind: got pause for 13:73
[   848.769] (II) systemd-logind: got pause for 13:74
[   848.769] (II) systemd-logind: got pause for 13:71
[   848.769] (II) systemd-logind: got pause for 13:69
[   848.769] (II) systemd-logind: got pause for 13:64
[   848.769] (II) systemd-logind: got pause for 13:70
[   848.769] (II) systemd-logind: got pause for 13:67
[   848.769] (II) systemd-logind: got pause for 13:65
[   848.769] (II) systemd-logind: got pause for 13:68
[   848.769] (II) systemd-logind: got pause for 13:66
[   848.769] (II) systemd-logind: got pause for 13:72
[   848.769] (II) systemd-logind: got pause for 13:76

I do have Xorg.1.log and Xorg.2.log as well as .old-suffixed versions of all 3 - adding the existence of them here if you wish me to share them.

EDIT: Also have Xorg.pid-5559.log - though running pwdx 5559 doesn't return anything

EDIT 2: I use gdm and gnome, if that's of any pertinence.

Last edited by Vectorlocity (2021-01-18 08:59:08)

Offline

#8 2021-01-18 09:40:07

seth
Member
Registered: 2012-09-03
Posts: 51,029

Re: [SOLVED] X keyboard layout resets upon suspend

-rw-r--r-- 1 root root 2260 Jan 15 10:18 /etc/X11/xorg.conf
-rw-r--r-- 1 root root 2258 Nov 21 17:32 /etc/X11/xorg.conf.backup
-rw-r--r-- 1 root root 1653 May 30  2019 /etc/X11/xorg.conf.nvidia-xconfig-original

Static server configs written by nvidia-settings, afaics there's no special confgi for the nvidia driver, so those should not exist regardless of the keyboard situation.

[   838.266] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.

Hotplugging is still there and the gb option applied to all keyboard input devices.

The Xorg log is ~2 days old and does not seem to cover a S3 cycle.

GDM stores the Xorg logs in the system journal, https://wiki.archlinux.org/index.php/Xorg#General
It also will - most likey - run two X11 servers, one for itself and one for the actual session, so it's important to look at the session server log (since this will be where you experience the bad layout) and on top of this gnome should™ recognize the localectl generated config (and the static config might spoil that) but certainly provides its own config to augment that - so ensure the gnome input settings do not configure the "wrong" layout on top.

Offline

#9 2021-01-19 09:02:03

Vectorlocity
Member
Registered: 2018-04-15
Posts: 132

Re: [SOLVED] X keyboard layout resets upon suspend

journalctl -b:

Jan 18 23:05:06 Kevin-B350MA kernel: r8169 0000:06:00.0 enp6s0: Link is Down
Jan 18 23:05:06 Kevin-B350MA systemd-networkd[280]: enp6s0: Link DOWN
Jan 18 23:05:06 Kevin-B350MA systemd-networkd[280]: enp6s0: Lost carrier
Jan 18 23:05:06 Kevin-B350MA systemd-resolved[403]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/resolve1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3620 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: Destroying GameMode extension
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: Destroying GameMode extension
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #0   562489acf880 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:223 (2c1848d7c920 @ 172)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #1   7ffc54df4b90 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4c80 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5410 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #4   562489acf720 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #5   562489acf668 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #6   562489acf5a8 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #7   562489acf510 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #10   562489acf458 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #13   562489acf3a8 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #0   562489acf880 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:231 (2c1848d7c920 @ 331)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #1   7ffc54df4b90 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4c80 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5410 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #4   562489acf720 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #5   562489acf668 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #6   562489acf5a8 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: Object St.Icon (0x56248cb98550), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #7   562489acf510 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #10   562489acf458 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #13   562489acf3a8 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: clutter_actor_has_effects: assertion 'CLUTTER_IS_ACTOR (self)' failed
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: Object .Gjs_gamemode_christian_kellner_me_extension_GameModeIndicator (0x56248cbaf3c0), has been already deallocated — impossible to set any property on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: Object St.Icon (0x56248c14f030), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #0   562489acf880 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:223 (2c1848d7c920 @ 172)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #1   7ffc54df4b90 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4c80 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5410 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #4   562489acf720 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #5   562489acf668 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #6   562489acf5a8 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #7   562489acf510 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #10   562489acf458 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #13   562489acf3a8 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #0   562489acf880 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:231 (2c1848d7c920 @ 331)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #1   7ffc54df4b90 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4c80 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5410 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #4   562489acf720 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #5   562489acf668 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #6   562489acf5a8 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: clutter_actor_has_effects: assertion 'CLUTTER_IS_ACTOR (self)' failed
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #7   562489acf510 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: Object .Gjs_gamemode_christian_kellner_me_extension_GameModeIndicator (0x56248eac8fe0), has been already deallocated — impossible to set any property on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #10   562489acf458 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #13   562489acf3a8 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #0   562489acf880 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:223 (2c1848d7c920 @ 172)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #1   7ffc54df4b90 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4c80 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5410 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #4   562489acf720 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #5   562489acf668 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #6   562489acf5a8 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #7   562489acf510 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #10   562489acf458 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #13   562489acf3a8 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #0   562489acf880 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:231 (2c1848d7c920 @ 331)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #1   7ffc54df4b90 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4c80 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: Object St.Icon (0x56248b3edde0), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5410 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #4   562489acf720 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #5   562489acf668 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: clutter_actor_has_effects: assertion 'CLUTTER_IS_ACTOR (self)' failed
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #6   562489acf5a8 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #7   562489acf510 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: Object .Gjs_gamemode_christian_kellner_me_extension_GameModeIndicator (0x56248aeb5380), has been already deallocated — impossible to set any property on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #10   562489acf458 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #13   562489acf3a8 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: Object St.Icon (0x56248ceb0cc0), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #0   562489acf880 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:223 (2c1848d7c920 @ 172)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #1   7ffc54df4b90 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4c80 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5410 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #4   562489acf720 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #5   562489acf668 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #6   562489acf5a8 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #7   562489acf510 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #10   562489acf458 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #13   562489acf3a8 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #0   562489acf880 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:231 (2c1848d7c920 @ 331)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #1   7ffc54df4b90 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4c80 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5410 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #4   562489acf720 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #5   562489acf668 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #6   562489acf5a8 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #7   562489acf510 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #10   562489acf458 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #13   562489acf3a8 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #0   7ffc54df4620 b   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:223 (2c1848d7c920 @ 172)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #1   7ffc54df4b90 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4c80 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: clutter_actor_has_effects: assertion 'CLUTTER_IS_ACTOR (self)' failed
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5410 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #4   562489acf720 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #5   562489acf668 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #6   562489acf5a8 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #7   562489acf510 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #10   562489acf458 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #13   562489acf3a8 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #0   7ffc54df4620 b   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:231 (2c1848d7c920 @ 331)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #1   7ffc54df4b90 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4c80 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5410 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #4   562489acf720 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #5   562489acf668 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #6   562489acf5a8 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #7   562489acf510 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #10   562489acf458 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: Object .Gjs_gamemode_christian_kellner_me_extension_GameModeIndicator (0x56248de9c5b0), has been already deallocated — impossible to set any property on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: #13   562489acf3a8 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: Object St.Icon (0x56248aedccc0), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: clutter_actor_has_effects: assertion 'CLUTTER_IS_ACTOR (self)' failed
Jan 18 23:05:06 Kevin-B350MA gnome-shell[832]: Object .Gjs_gamemode_christian_kellner_me_extension_GameModeIndicator (0x562489cd3f70), has been already deallocated — impossible to set any property on it. This might be caused by the object having been destroyed from C code using something such as destroy(), dispose(), or remove() vfuncs.
Jan 18 23:05:06 Kevin-B350MA /usr/lib/gdm-x-session[4743]: dbus-daemon[4743]: [session uid=120 pid=4743] Activating service name='org.freedesktop.systemd1' requested by ':1.13' (uid=120 pid=4904 comm="/usr/lib/gsd-sharing ")
Jan 18 23:05:07 Kevin-B350MA /usr/lib/gdm-x-session[4743]: dbus-daemon[4743]: [session uid=120 pid=4743] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Jan 18 23:05:07 Kevin-B350MA gsd-sharing[4904]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jan 18 23:05:07 Kevin-B350MA gsd-sharing[4904]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jan 18 23:05:07 Kevin-B350MA gsd-sharing[4904]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"example.org","family":2}}
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: example.org → example.org
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN A.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Cache miss for example.org IN A
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Transaction 7 for <example.org IN A> scope dns on */*.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Using feature level UDP+EDNS0 for transaction 7.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Using DNS server 8.8.8.8 for transaction 7.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Sending query packet with id 7 of size 40.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → pending-method
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 1 (of 576 max)
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: setting state idle-server
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-22: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"example.org"}}
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state idle-server → processing-method
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: example.org → example.org
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN A.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN AAAA.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Cache miss for example.org IN AAAA
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Transaction 63666 for <example.org IN AAAA> scope dns on */*.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Using feature level UDP+EDNS0 for transaction 63666.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Using DNS server 8.8.8.8 for transaction 63666.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Sending query packet with id 63666 of size 40.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state processing-method → pending-method
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 2 (of 576 max)
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-24: varlink: setting state idle-server
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-24: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"ipv4only.arpa"}}
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-24: varlink: changing state idle-server → processing-method
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: ipv4only.arpa → ipv4only.arpa
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN A.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN AAAA.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Cache miss for ipv4only.arpa IN AAAA
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Transaction 29457 for <ipv4only.arpa IN AAAA> scope dns on */*.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Using feature level UDP+EDNS0 for transaction 29457.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Using DNS server 8.8.8.8 for transaction 29457.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Sending query packet with id 29457 of size 42.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Cache miss for ipv4only.arpa IN A
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Transaction 27670 for <ipv4only.arpa IN A> scope dns on */*.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Using feature level UDP+EDNS0 for transaction 27670.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Using DNS server 8.8.8.8 for transaction 27670.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Sending query packet with id 27670 of size 42.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-24: varlink: changing state processing-method → pending-method
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 3 (of 576 max)
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-27: varlink: setting state idle-server
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-27: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"detectportal.firefox.com","family":2}}
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-27: varlink: changing state idle-server → processing-method
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: detectportal.firefox.com → detectportal.firefox.com
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN A.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Cache miss for detectportal.firefox.com IN A
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Transaction 21237 for <detectportal.firefox.com IN A> scope dns on */*.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Using feature level UDP+EDNS0 for transaction 21237.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Using DNS server 8.8.8.8 for transaction 21237.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: Sending query packet with id 21237 of size 53.
Jan 18 23:05:07 Kevin-B350MA systemd-resolved[403]: varlink-27: varlink: changing state processing-method → pending-method
Jan 18 23:05:08 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 18 23:05:08 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 4 (of 576 max)
Jan 18 23:05:08 Kevin-B350MA systemd-resolved[403]: varlink-29: varlink: setting state idle-server
Jan 18 23:05:08 Kevin-B350MA systemd-resolved[403]: varlink-29: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"francecentral-prod.notifications.teams.microsoft.com","family":2}}
Jan 18 23:05:08 Kevin-B350MA systemd-resolved[403]: varlink-29: varlink: changing state idle-server → processing-method
Jan 18 23:05:08 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: francecentral-prod.notifications.teams.microsoft.com → francecentral-prod.notifications.teams.microsoft.com
Jan 18 23:05:08 Kevin-B350MA systemd-resolved[403]: Looking up RR for francecentral-prod.notifications.teams.microsoft.com IN A.
Jan 18 23:05:08 Kevin-B350MA systemd-resolved[403]: Cache miss for francecentral-prod.notifications.teams.microsoft.com IN A
Jan 18 23:05:08 Kevin-B350MA systemd-resolved[403]: Transaction 5268 for <francecentral-prod.notifications.teams.microsoft.com IN A> scope dns on */*.
Jan 18 23:05:08 Kevin-B350MA systemd-resolved[403]: Using feature level UDP+EDNS0 for transaction 5268.
Jan 18 23:05:08 Kevin-B350MA systemd-resolved[403]: Using DNS server 8.8.8.8 for transaction 5268.
Jan 18 23:05:08 Kevin-B350MA systemd-resolved[403]: Sending query packet with id 5268 of size 81.
Jan 18 23:05:08 Kevin-B350MA systemd-resolved[403]: varlink-29: varlink: changing state processing-method → pending-method
Jan 18 23:05:09 Kevin-B350MA systemd[1]: Reached target Sleep.
Jan 18 23:05:09 Kevin-B350MA systemd[1]: Starting Suspend...
Jan 18 23:05:09 Kevin-B350MA gsd-usb-protect[1002]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Jan 18 23:05:09 Kevin-B350MA systemd-sleep[62974]: Suspending system...
Jan 18 23:05:09 Kevin-B350MA kernel: PM: suspend entry (deep)
Jan 18 23:05:10 Kevin-B350MA kernel: Filesystems sync: 0.270 seconds
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "101"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event1  - Power Button: device removed
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "41"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event0  - Power Button: device removed
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "47"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event18 - Logitech Webcam C930e: device removed
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "109"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event7  - Logitech Gaming Mouse G502: device removed
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "86"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "107"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event10 - Logitech Gaming Mouse G502 System Control: device removed
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "48"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event8  - Logitech Gaming Mouse G502 Keyboard: device removed
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "49"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event2  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device removed
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "46"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event3  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: device removed
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "85"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event4  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: device removed
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "74"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "76"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event6  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device removed
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "113"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event12 - Eee PC WMI hotkeys: device removed
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "86"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event9  - Logitech Gaming Mouse G502 Consumer Control: device removed
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "74"
Jan 18 23:05:10 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event5  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: device removed
Jan 18 23:05:10 Kevin-B350MA kernel: snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD data byte 16
Jan 18 23:05:11 Kevin-B350MA openvpn[471]: [server] Inactivity timeout (--ping-restart), restarting
Jan 18 23:05:11 Kevin-B350MA openvpn[471]: net_route_v4_del: 46.101.4.181/32 via 192.168.1.254 dev [NULL] table 0 metric -1
Jan 18 23:05:11 Kevin-B350MA openvpn[471]: sitnl_send: rtnl: generic error (-3): No such process
Jan 18 23:05:11 Kevin-B350MA openvpn[471]: ERROR: Linux route delete command failed
Jan 18 23:05:11 Kevin-B350MA openvpn[471]: net_route_v4_del: 0.0.0.0/1 via 10.8.0.1 dev [NULL] table 0 metric -1
Jan 18 23:05:11 Kevin-B350MA openvpn[471]: net_route_v4_del: 128.0.0.0/1 via 10.8.0.1 dev [NULL] table 0 metric -1
Jan 18 23:05:11 Kevin-B350MA openvpn[471]: Closing TUN/TAP interface
Jan 18 23:05:11 Kevin-B350MA openvpn[471]: net_addr_v4_del: 10.8.0.36 dev tap0
Jan 18 23:05:11 Kevin-B350MA systemd-resolved[403]: Removing scope on link tap0, protocol llmnr, family AF_INET
Jan 18 23:05:11 Kevin-B350MA systemd-networkd[280]: tap0: Link DOWN
Jan 18 23:05:11 Kevin-B350MA systemd-networkd[280]: tap0: Lost carrier
Jan 18 23:05:11 Kevin-B350MA systemd-timesyncd[404]: No network connectivity, watching for changes.
Jan 18 23:05:11 Kevin-B350MA systemd-resolved[403]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/resolve1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3621 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 18 23:05:11 Kevin-B350MA systemd-resolved[403]: Removing scope on link tap0, protocol llmnr, family AF_INET6
Jan 18 23:05:11 Kevin-B350MA systemd-resolved[403]: Removing link 8/tap0
Jan 18 23:05:11 Kevin-B350MA systemd-resolved[403]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/resolve1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3622 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 18 23:05:11 Kevin-B350MA openvpn[471]: SIGUSR1[soft,ping-restart] received, process restarting
Jan 18 23:05:11 Kevin-B350MA openvpn[471]: Restart pause, 5 second(s)
Jan 18 23:05:11 Kevin-B350MA kernel: rfkill: input handler enabled
Jan 19 08:50:59 Kevin-B350MA kernel: Freezing user space processes ... (elapsed 0.221 seconds) done.
Jan 19 08:50:59 Kevin-B350MA kernel: OOM killer disabled.
Jan 19 08:50:59 Kevin-B350MA kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Jan 19 08:50:59 Kevin-B350MA kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jan 19 08:50:59 Kevin-B350MA kernel: serial 00:03: disabled
Jan 19 08:50:59 Kevin-B350MA kernel: sd 1:0:0:0: [sdb] Synchronizing SCSI cache
Jan 19 08:50:59 Kevin-B350MA kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Jan 19 08:50:59 Kevin-B350MA kernel: sd 1:0:0:0: [sdb] Stopping disk
Jan 19 08:50:59 Kevin-B350MA kernel: sd 0:0:0:0: [sda] Stopping disk
Jan 19 08:50:59 Kevin-B350MA kernel: ACPI: Preparing to enter system sleep state S3
Jan 19 08:50:59 Kevin-B350MA kernel: PM: Saving platform NVS memory
Jan 19 08:50:59 Kevin-B350MA kernel: Disabling non-boot CPUs ...
Jan 19 08:50:59 Kevin-B350MA kernel: smpboot: CPU 1 is now offline
Jan 19 08:50:59 Kevin-B350MA kernel: smpboot: CPU 2 is now offline
Jan 19 08:50:59 Kevin-B350MA kernel: smpboot: CPU 3 is now offline
Jan 19 08:50:59 Kevin-B350MA kernel: ACPI: Low-level resume complete
Jan 19 08:50:59 Kevin-B350MA kernel: PM: Restoring platform NVS memory
Jan 19 08:50:59 Kevin-B350MA kernel: Enabling non-boot CPUs ...
Jan 19 08:50:59 Kevin-B350MA kernel: x86: Booting SMP configuration:
Jan 19 08:50:59 Kevin-B350MA kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Jan 19 08:50:59 Kevin-B350MA kernel: microcode: CPU1: patch_level=0x08001138
Jan 19 08:50:59 Kevin-B350MA kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Jan 19 08:50:59 Kevin-B350MA kernel: CPU1 is up
Jan 19 08:50:59 Kevin-B350MA kernel: smpboot: Booting Node 0 Processor 2 APIC 0x8
Jan 19 08:50:59 Kevin-B350MA kernel: microcode: CPU2: patch_level=0x08001138
Jan 19 08:50:59 Kevin-B350MA kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Jan 19 08:50:59 Kevin-B350MA kernel: CPU2 is up
Jan 19 08:50:59 Kevin-B350MA kernel: smpboot: Booting Node 0 Processor 3 APIC 0x9
Jan 19 08:50:59 Kevin-B350MA kernel: microcode: CPU3: patch_level=0x08001138
Jan 19 08:50:59 Kevin-B350MA kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Jan 19 08:50:59 Kevin-B350MA kernel: CPU3 is up
Jan 19 08:50:59 Kevin-B350MA kernel: ACPI: Waking up from system sleep state S3
Jan 19 08:50:59 Kevin-B350MA kernel: snd_hdac_bus_update_rirb: 50 callbacks suppressed
Jan 19 08:50:59 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f10
Jan 19 08:50:59 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f10
Jan 19 08:50:59 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f10
Jan 19 08:50:59 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f10
Jan 19 08:50:59 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f10
Jan 19 08:50:59 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f10
Jan 19 08:50:59 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f10
Jan 19 08:50:59 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f10
Jan 19 08:50:59 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f10
Jan 19 08:50:59 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f10
Jan 19 08:50:59 Kevin-B350MA kernel: usb usb1: root hub lost power or was reset
Jan 19 08:50:59 Kevin-B350MA kernel: usb usb2: root hub lost power or was reset
Jan 19 08:50:59 Kevin-B350MA kernel: serial 00:03: activated
Jan 19 08:50:59 Kevin-B350MA kernel: sd 1:0:0:0: [sdb] Starting disk
Jan 19 08:50:59 Kevin-B350MA kernel: sd 0:0:0:0: [sda] Starting disk
Jan 19 08:50:59 Kevin-B350MA kernel: ata5: SATA link down (SStatus 0 SControl 300)
Jan 19 08:50:59 Kevin-B350MA kernel: ata6: SATA link down (SStatus 0 SControl 300)
Jan 19 08:50:59 Kevin-B350MA kernel: ata9: SATA link down (SStatus 0 SControl 300)
Jan 19 08:50:59 Kevin-B350MA kernel: usb 1-5: reset full-speed USB device number 3 using xhci_hcd
Jan 19 08:50:59 Kevin-B350MA kernel: usb 1-3: reset high-speed USB device number 2 using xhci_hcd
Jan 19 08:50:59 Kevin-B350MA kernel: OOM killer enabled.
Jan 19 08:50:59 Kevin-B350MA openvpn[471]: WARNING: --ns-cert-type is DEPRECATED.  Use --remote-cert-tls instead.
Jan 19 08:50:59 Kevin-B350MA openvpn[471]: TCP/UDP: Preserving recently used remote address: [AF_INET]46.101.4.181:1194
Jan 19 08:50:59 Kevin-B350MA openvpn[471]: Socket Buffers: R=[131072->131072] S=[16384->16384]
Jan 19 08:50:59 Kevin-B350MA openvpn[471]: Attempting to establish TCP connection with [AF_INET]46.101.4.181:1194 [nonblock]
Jan 19 08:50:59 Kevin-B350MA openvpn[471]: TCP: connect to [AF_INET]46.101.4.181:1194 failed: Network is unreachable
Jan 19 08:50:59 Kevin-B350MA openvpn[471]: SIGUSR1[connection failed(soft),init_instance] received, process restarting
Jan 19 08:50:59 Kevin-B350MA openvpn[471]: Restart pause, 5 second(s)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Timeout reached on transaction 7.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Retrying transaction 7.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Switching to system DNS server 2001:4860:4860::8888.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/resolve1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3623 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 7 for <example.org IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Timeout reached on transaction 29457.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Retrying transaction 29457.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Switching to system DNS server 8.8.4.4.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/resolve1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3624 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 29457 for <ipv4only.arpa IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Timeout reached on transaction 27670.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Retrying transaction 27670.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Switching to system DNS server 2001:4860:4860::8844.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/resolve1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3625 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 27670 for <ipv4only.arpa IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 29457.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-24: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-24: varlink: changing state pending-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 27670.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 5268.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-29: Sending message: {"error":"io.systemd.Resolve.QueryTimedOut","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-29: varlink: changing state pending-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Timeout reached on transaction 21237.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Retrying transaction 21237.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Switching to system DNS server 8.8.8.8.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/resolve1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3626 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 21237 for <detectportal.firefox.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-27: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-27: varlink: changing state pending-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 21237.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Timeout reached on transaction 63666.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Retrying transaction 63666.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Switching to system DNS server 2001:4860:4860::8888.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/resolve1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=3627 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 63666 for <example.org IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 7.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state pending-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 63666.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-24: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-24: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-24: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-24: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-27: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-27: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-27: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-27: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 2 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"example.org"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: example.org → example.org
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 25868 for <example.org IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 35280 for <example.org IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 25868.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 35280.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 3 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"ipv4only.arpa"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: ipv4only.arpa → ipv4only.arpa
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 43329 for <ipv4only.arpa IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 7339 for <ipv4only.arpa IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 43329.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 7339.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 4 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-23: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-23: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"detectportal.firefox.com"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-23: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: detectportal.firefox.com → detectportal.firefox.com
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 61819 for <detectportal.firefox.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 8126 for <detectportal.firefox.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 61819.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 8126.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-23: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-23: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-23: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-23: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-23: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-23: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-23: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:64
Jan 19 08:50:59 Kevin-B350MA kernel: Restarting tasks ... done.
Jan 19 08:50:59 Kevin-B350MA kernel: PM: suspend exit
Jan 19 08:50:59 Kevin-B350MA kernel: rfkill: input handler disabled
Jan 19 08:50:59 Kevin-B350MA kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 19 08:50:59 Kevin-B350MA kernel: ata1.00: configured for UDMA/133
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA gdm[434]: GLib: Source ID 119 was not found when attempting to remove it
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 2 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"detectportal.firefox.com"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: detectportal.firefox.com → detectportal.firefox.com
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 61506 for <detectportal.firefox.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 679 for <detectportal.firefox.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 61506.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 679.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 3 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"example.org"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: example.org → example.org
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 30626 for <example.org IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 19623 for <example.org IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 30626.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 19623.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-sleep[62974]: System resumed.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-29: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-29: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-29: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-29: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Jan 19 08:50:59 Kevin-B350MA audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 19 08:50:59 Kevin-B350MA systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 19 08:50:59 Kevin-B350MA systemd[1]: Starting Update locate database...
Jan 19 08:50:59 Kevin-B350MA systemd[1]: Starting Rotate log files...
Jan 19 08:50:59 Kevin-B350MA systemd[1]: Starting Daily man-db regeneration...
Jan 19 08:50:59 Kevin-B350MA audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 19 08:50:59 Kevin-B350MA systemd[1]: Started Verify integrity of password and group files.
Jan 19 08:50:59 Kevin-B350MA kernel: audit: type=1131 audit(1611046259.339:292): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 19 08:50:59 Kevin-B350MA kernel: audit: type=1130 audit(1611046259.339:293): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 1 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"example.org"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: example.org → example.org
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 16635 for <example.org IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 30828 for <example.org IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 16635.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 30828.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 2 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"ipv4only.arpa"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: ipv4only.arpa → ipv4only.arpa
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 48631 for <ipv4only.arpa IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 56753 for <ipv4only.arpa IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 48631.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 56753.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-22: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"detectportal.firefox.com"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: detectportal.firefox.com → detectportal.firefox.com
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 36296 for <detectportal.firefox.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 57326 for <detectportal.firefox.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 36296.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 57326.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 1 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"ipv4only.arpa"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: ipv4only.arpa → ipv4only.arpa
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 46013 for <ipv4only.arpa IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 13370 for <ipv4only.arpa IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 46013.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 13370.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"example.org"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: example.org → example.org
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 37813 for <example.org IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 25479 for <example.org IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 37813.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 25479.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 1 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"ipv4only.arpa"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: ipv4only.arpa → ipv4only.arpa
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 40799 for <ipv4only.arpa IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 24361 for <ipv4only.arpa IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 40799.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 24361.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"example.org"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: example.org → example.org
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 35600 for <example.org IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 46838 for <example.org IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 35600.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 46838.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"detectportal.firefox.com"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: detectportal.firefox.com → detectportal.firefox.com
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 41161 for <detectportal.firefox.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 6286 for <detectportal.firefox.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 41161.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 6286.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"detectportal.firefox.com"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: detectportal.firefox.com → detectportal.firefox.com
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 4063 for <detectportal.firefox.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 57349 for <detectportal.firefox.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 4063.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 57349.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"chat-pa.clients6.google.com"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: chat-pa.clients6.google.com → chat-pa.clients6.google.com
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for chat-pa.clients6.google.com IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for chat-pa.clients6.google.com IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 14057 for <chat-pa.clients6.google.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 33052 for <chat-pa.clients6.google.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 14057.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 33052.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"web.whatsapp.com"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: web.whatsapp.com → web.whatsapp.com
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for web.whatsapp.com IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for web.whatsapp.com IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 28941 for <web.whatsapp.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 55405 for <web.whatsapp.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 28941.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 55405.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"web.whatsapp.com"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: web.whatsapp.com → web.whatsapp.com
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for web.whatsapp.com IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for web.whatsapp.com IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 21013 for <web.whatsapp.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 49036 for <web.whatsapp.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 21013.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 49036.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"web.whatsapp.com"}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: web.whatsapp.com → web.whatsapp.com
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for web.whatsapp.com IN A.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Looking up RR for web.whatsapp.com IN AAAA.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 6161 for <web.whatsapp.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Transaction 1055 for <web.whatsapp.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 6161.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: Freeing transaction 1055.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:50:59 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 19 08:50:59 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:71
Jan 19 08:50:59 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:67
Jan 19 08:50:59 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:82
Jan 19 08:50:59 Kevin-B350MA systemd[4675]: Stopped target Bluetooth.
Jan 19 08:50:59 Kevin-B350MA systemd[736]: Stopped target Bluetooth.
Jan 19 08:50:59 Kevin-B350MA systemd[1]: Stopped target Bluetooth.
Jan 19 08:50:59 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:72
Jan 19 08:50:59 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:66
Jan 19 08:50:59 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:69
Jan 19 08:50:59 Kevin-B350MA systemd[1]: Reached target Bluetooth.
Jan 19 08:50:59 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:70
Jan 19 08:50:59 Kevin-B350MA systemd[736]: Reached target Bluetooth.
Jan 19 08:50:59 Kevin-B350MA systemd[4675]: Reached target Bluetooth.
Jan 19 08:50:59 Kevin-B350MA systemd[1]: shadow.service: Succeeded.
Jan 19 08:50:59 Kevin-B350MA audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 19 08:50:59 Kevin-B350MA kernel: audit: type=1131 audit(1611046259.909:294): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 19 08:50:59 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:68
Jan 19 08:50:59 Kevin-B350MA systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 19 08:50:59 Kevin-B350MA audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 19 08:51:00 Kevin-B350MA kernel: audit: type=1130 audit(1611046259.989:295): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 19 08:51:00 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:73
Jan 19 08:51:00 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:65
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"chat-pa.clients6.google.com"}}
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: chat-pa.clients6.google.com → chat-pa.clients6.google.com
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: Looking up RR for chat-pa.clients6.google.com IN A.
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: Looking up RR for chat-pa.clients6.google.com IN AAAA.
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: Transaction 5804 for <chat-pa.clients6.google.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: Transaction 30042 for <chat-pa.clients6.google.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: Freeing transaction 5804.
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: Freeing transaction 30042.
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 19 08:51:00 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:74
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"chat-pa.clients6.google.com"}}
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: chat-pa.clients6.google.com → chat-pa.clients6.google.com
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: Looking up RR for chat-pa.clients6.google.com IN A.
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: Looking up RR for chat-pa.clients6.google.com IN AAAA.
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: Transaction 13166 for <chat-pa.clients6.google.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: Transaction 54845 for <chat-pa.clients6.google.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: Freeing transaction 13166.
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: Freeing transaction 54845.
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 19 08:51:00 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 19 08:51:00 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:76

Offline

#10 2021-01-19 12:32:49

seth
Member
Registered: 2012-09-03
Posts: 51,029

Re: [SOLVED] X keyboard layout resets upon suspend

"sudo journalctl -b" (you need to be member in some admin group to get the system journal - or run journalctl as root)

Offline

#11 2021-01-20 17:37:51

Vectorlocity
Member
Registered: 2018-04-15
Posts: 132

Re: [SOLVED] X keyboard layout resets upon suspend

sudo journalctl -b

Jan 20 00:38:36 Kevin-B350MA NetworkManager[408]: <info>  [1611103116.8913] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Jan 20 00:38:36 Kevin-B350MA NetworkManager[408]: <info>  [1611103116.8914] manager: NetworkManager state is now ASLEEP
Jan 20 00:38:36 Kevin-B350MA NetworkManager[408]: <info>  [1611103116.8916] device (enp6s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Jan 20 00:38:36 Kevin-B350MA dbus-daemon[407]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=408 comm="/usr/bin/NetworkManag>
Jan 20 00:38:36 Kevin-B350MA systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Got message type=method_call sender=:1.5 destination=org.freedesktop.resolve1 path=/org/freedesktop/resolve1 interface=org.freedesktop.resolve1.Manager member=ResolveHostname cookie=485>
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: archlinux.org → archlinux.org
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Looking up RR for archlinux.org IN A.
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=5294 reply_cookie=0 signature=>
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetNameOwner cookie=5295 reply_cookie=0 signat>
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2534 reply_cookie=5295 signature=s error-name=n/a error-message=n/a
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Positive cache hit for archlinux.org IN A
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Transaction 25208 for <archlinux.org IN A> on scope dns on enp6s0/* now complete with <success> from cache (unsigned).
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Freeing transaction 25208.
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=5296 reply_cookie=4856 signature=a(iiay)st error-name=n/a error-message=n/a
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RemoveMatch cookie=5297 reply_cookie=0 signatu>
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Got message type=method_call sender=:1.5 destination=org.freedesktop.resolve1 path=/org/freedesktop/resolve1 interface=org.freedesktop.resolve1.Manager member=ResolveHostname cookie=485>
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: archlinux.org → archlinux.org
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Looking up RR for archlinux.org IN AAAA.
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=5298 reply_cookie=0 signature=>
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetNameOwner cookie=5299 reply_cookie=0 signat>
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2536 reply_cookie=5299 signature=s error-name=n/a error-message=n/a
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Positive cache hit for archlinux.org IN AAAA
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Transaction 11657 for <archlinux.org IN AAAA> on scope dns on enp6s0/* now complete with <success> from cache (unsigned).
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Freeing transaction 11657.
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=5300 reply_cookie=4857 signature=a(iiay)st error-name=n/a error-message=n/a
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RemoveMatch cookie=5301 reply_cookie=0 signatu>
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2533 reply_cookie=5294 signature=n/a error-name=n/a error-message=n/a
Jan 20 00:38:36 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2535 reply_cookie=5298 signature=n/a error-name=n/a error-message=n/a
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Destroying GameMode extension
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Destroying GameMode extension
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object St.Icon (0x56248cb98550), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(>
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   562493163620 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:223 (2c1848d7c920 @ 172)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   562493163620 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:231 (2c1848d7c920 @ 331)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: clutter_actor_has_effects: assertion 'CLUTTER_IS_ACTOR (self)' failed
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object .Gjs_gamemode_christian_kellner_me_extension_GameModeIndicator (0x56248cbaf3c0), has been already deallocated — impossible to set any property on it. This might be caused by the objec>
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object St.Icon (0x56248c14f030), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(>
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   562493163620 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:223 (2c1848d7c920 @ 172)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   562493163620 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:231 (2c1848d7c920 @ 331)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: clutter_actor_has_effects: assertion 'CLUTTER_IS_ACTOR (self)' failed
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   562493163620 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:223 (2c1848d7c920 @ 172)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object .Gjs_gamemode_christian_kellner_me_extension_GameModeIndicator (0x56248eac8fe0), has been already deallocated — impossible to set any property on it. This might be caused by the objec>
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   562493163620 i   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:231 (2c1848d7c920 @ 331)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object St.Icon (0x56248b3edde0), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(>
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   7ffc54df4450 b   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:223 (2c1848d7c920 @ 172)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   7ffc54df4450 b   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:231 (2c1848d7c920 @ 331)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: clutter_actor_has_effects: assertion 'CLUTTER_IS_ACTOR (self)' failed
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   7ffc54df48f0 b   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:223 (2c1848d7c920 @ 172)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object .Gjs_gamemode_christian_kellner_me_extension_GameModeIndicator (0x56248aeb5380), has been already deallocated — impossible to set any property on it. This might be caused by the objec(>
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   7ffc54df48f0 b   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:231 (2c1848d7c920 @ 331)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   7ffc54df48f0 b   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:223 (2c1848d7c920 @ 172)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object St.Icon (0x56248ceb0cc0), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(>
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   7ffc54df48f0 b   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:231 (2c1848d7c920 @ 331)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: clutter_actor_has_effects: assertion 'CLUTTER_IS_ACTOR (self)' failed
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   7ffc54df48f0 b   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:223 (2c1848d7c920 @ 172)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object .Gjs_gamemode_christian_kellner_me_extension_GameModeIndicator (0x56248de9c5b0), has been already deallocated — impossible to set any property on it. This might be caused by the objec>
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object St.Icon (0x56248aedccc0), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(>
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: clutter_actor_has_effects: assertion 'CLUTTER_IS_ACTOR (self)' failed
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object .Gjs_gamemode_christian_kellner_me_extension_GameModeIndicator (0x562489cd3f70), has been already deallocated — impossible to set any property on it. This might be caused by the objec>
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object St.Icon (0x56248ea12cc0), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(>
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: clutter_actor_has_effects: assertion 'CLUTTER_IS_ACTOR (self)' failed
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object .Gjs_gamemode_christian_kellner_me_extension_GameModeIndicator (0x56248a760a40), has been already deallocated — impossible to set any property on it. This might be caused by the objec>
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object St.Icon (0x56248e9f6dd0), has been already deallocated — impossible to access it. This might be caused by the object having been destroyed from C code using something such as destroy(>
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: == Stack trace for context 0x5624894b2200 ==
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #0   7ffc54df48f0 b   /home/kevin/.local/share/gnome-shell/extensions/gamemode@christian.kellner.me/extension.js:231 (2c1848d7c920 @ 331)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #1   7ffc54df49c0 b   self-hosted:844 (396cd2f120b0 @ 423)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #2   7ffc54df4ab0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: clutter_actor_has_effects: assertion 'CLUTTER_IS_ACTOR (self)' failed
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #3   7ffc54df5240 b   resource:///org/gnome/shell/ui/sessionMode.js:195 (18fd5f69e920 @ 284)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #4   5624931634c0 i   resource:///org/gnome/shell/ui/sessionMode.js:156 (18fd5f69ea60 @ 40)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #5   562493163408 i   resource:///org/gnome/shell/ui/screenShield.js:583 (18fd5f68a790 @ 208)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #6   562493163348 i   resource:///org/gnome/shell/ui/screenShield.js:632 (18fd5f68a740 @ 419)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #7   5624931632b0 i   resource:///org/gnome/shell/ui/screenShield.js:219 (18fd5f690150 @ 65)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #8   7ffc54df5eb0 b   self-hosted:844 (396cd2f120b0 @ 454)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #9   7ffc54df5fb0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #10   5624931631f8 i   resource:///org/gnome/shell/misc/loginManager.js:207 (b767b2e44c0 @ 195)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #11   7ffc54df6bf0 b   self-hosted:844 (396cd2f120b0 @ 492)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #12   7ffc54df6cf0 b   resource:///org/gnome/gjs/modules/core/_signals.js:133 (b767b2985b0 @ 439)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: #13   562493163148 i   resource:///org/gnome/gjs/modules/core/overrides/Gio.js:169 (b767b28fe20 @ 39)
Jan 20 00:38:36 Kevin-B350MA gnome-shell[832]: Object .Gjs_gamemode_christian_kellner_me_extension_GameModeIndicator (0x56249170d3b0), has been already deallocated — impossible to set any property on it. This might be caused by the objec>
Jan 20 00:38:37 Kevin-B350MA gsd-power[4923]: Error setting property 'PowerSaveMode' on interface org.gnome.Mutter.DisplayConfig: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Mutter.DisplayConfig was not prov>
Jan 20 00:38:37 Kevin-B350MA dbus-daemon[407]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jan 20 00:38:37 Kevin-B350MA systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 20 00:38:37 Kevin-B350MA audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 20 00:38:37 Kevin-B350MA kernel: audit: type=1130 audit(1611103117.297:361): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? re>
Jan 20 00:38:37 Kevin-B350MA NetworkManager[408]: <info>  [1611103117.3365] device (enp6s0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
Jan 20 00:38:37 Kevin-B350MA NetworkManager[408]: <info>  [1611103117.4052] dhcp4 (enp6s0): canceled DHCP transaction
Jan 20 00:38:37 Kevin-B350MA NetworkManager[408]: <info>  [1611103117.4053] dhcp4 (enp6s0): state changed bound -> done
Jan 20 00:38:37 Kevin-B350MA systemd-timesyncd[404]: No network connectivity, watching for changes.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Removing scope on link enp6s0, protocol dns, family *
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Removing scope on link enp6s0, protocol llmnr, family AF_INET
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Removing scope on link enp6s0, protocol llmnr, family AF_INET6
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/resolve1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=5302 reply_cookie=0 signatur>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_call sender=:1.5 destination=org.freedesktop.resolve1 path=/org/freedesktop/resolve1 interface=org.freedesktop.resolve1.Manager member=SetLinkDomains cookie=4878>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=5303 reply_cookie>
Jan 20 00:38:37 Kevin-B350MA NetworkManager[408]: <info>  [1611103117.4117] device (enp6s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2537 reply_cookie=5303 signature=u error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=5304 reply_cookie=4878 signature=n/a error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_call sender=:1.5 destination=org.freedesktop.resolve1 path=/org/freedesktop/resolve1 interface=org.freedesktop.resolve1.Manager member=SetLinkDefaultRoute cookie>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=5305 reply_cookie>
Jan 20 00:38:37 Kevin-B350MA /usr/lib/gdm-x-session[4743]: dbus-daemon[4743]: [session uid=120 pid=4743] Activating service name='org.freedesktop.systemd1' requested by ':1.13' (uid=120 pid=4904 comm="/usr/lib/gsd-sharing ")
Jan 20 00:38:37 Kevin-B350MA kernel: r8169 0000:06:00.0 enp6s0: Link is Down
Jan 20 00:38:37 Kevin-B350MA /usr/lib/gdm-x-session[4743]: dbus-daemon[4743]: [session uid=120 pid=4743] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2538 reply_cookie=5305 signature=u error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=5306 reply_cookie=4879 signature=n/a error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_call sender=:1.5 destination=org.freedesktop.resolve1 path=/org/freedesktop/resolve1 interface=org.freedesktop.resolve1.Manager member=SetLinkMulticastDNS cookie>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=5307 reply_cookie>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2539 reply_cookie=5307 signature=u error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=5308 reply_cookie=4880 signature=n/a error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA gsd-sharing[4904]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jan 20 00:38:37 Kevin-B350MA gsd-sharing[4904]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jan 20 00:38:37 Kevin-B350MA gsd-sharing[4904]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_call sender=:1.5 destination=org.freedesktop.resolve1 path=/org/freedesktop/resolve1 interface=org.freedesktop.resolve1.Manager member=SetLinkLLMNR cookie=4881 r>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=5309 reply_cookie>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2540 reply_cookie=5309 signature=u error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=5310 reply_cookie=4881 signature=n/a error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_call sender=:1.5 destination=org.freedesktop.resolve1 path=/org/freedesktop/resolve1 interface=org.freedesktop.resolve1.Manager member=SetLinkDNS cookie=4882 rep>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=5311 reply_cookie>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2541 reply_cookie=5311 signature=u error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/resolve1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=5312 reply_cookie=0 signatur>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=5313 reply_cookie=4882 signature=n/a error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_call sender=:1.5 destination=org.freedesktop.resolve1 path=/org/freedesktop/resolve1 interface=org.freedesktop.resolve1.Manager member=SetLinkDomains cookie=4889>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=5314 reply_cookie>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2542 reply_cookie=5314 signature=u error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=5315 reply_cookie=4889 signature=n/a error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_call sender=:1.5 destination=org.freedesktop.resolve1 path=/org/freedesktop/resolve1 interface=org.freedesktop.resolve1.Manager member=SetLinkDefaultRoute cookie>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=5316 reply_cookie>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2543 reply_cookie=5316 signature=u error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=5317 reply_cookie=4890 signature=n/a error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_call sender=:1.5 destination=org.freedesktop.resolve1 path=/org/freedesktop/resolve1 interface=org.freedesktop.resolve1.Manager member=SetLinkMulticastDNS cookie>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=5318 reply_cookie>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2544 reply_cookie=5318 signature=u error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=5319 reply_cookie=4891 signature=n/a error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_call sender=:1.5 destination=org.freedesktop.resolve1 path=/org/freedesktop/resolve1 interface=org.freedesktop.resolve1.Manager member=SetLinkLLMNR cookie=4892 r>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=5320 reply_cookie>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2545 reply_cookie=5320 signature=u error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=5321 reply_cookie=4892 signature=n/a error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_call sender=:1.5 destination=org.freedesktop.resolve1 path=/org/freedesktop/resolve1 interface=org.freedesktop.resolve1.Manager member=SetLinkDNS cookie=4893 rep>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=5322 reply_cookie>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.4 path=n/a interface=n/a member=n/a cookie=2546 reply_cookie=5322 signature=u error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/resolve1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=5323 reply_cookie=0 signatur>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=method_return sender=n/a destination=:1.5 path=n/a interface=n/a member=n/a cookie=5324 reply_cookie=4893 signature=n/a error-name=n/a error-message=n/a
Jan 20 00:38:37 Kevin-B350MA systemd-networkd[280]: enp6s0: Link DOWN
Jan 20 00:38:37 Kevin-B350MA systemd-networkd[280]: enp6s0: Lost carrier
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/resolve1 interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=5325 reply_cookie=0 signatur>
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"teams.microsoft.com","family":2}}
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: teams.microsoft.com → teams.microsoft.com
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Looking up RR for teams.microsoft.com IN A.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Transaction 12831 for <teams.microsoft.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Freeing transaction 12831.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"teams.nel.measure.office.net","family":2}}
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: teams.nel.measure.office.net → teams.nel.measure.office.net
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Looking up RR for teams.nel.measure.office.net IN A.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Transaction 6197 for <teams.nel.measure.office.net IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Freeing transaction 6197.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"teams.microsoft.com","family":2}}
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: teams.microsoft.com → teams.microsoft.com
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Looking up RR for teams.microsoft.com IN A.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Transaction 18389 for <teams.microsoft.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Freeing transaction 18389.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"statics.teams.cdn.office.net","family":2}}
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: statics.teams.cdn.office.net → statics.teams.cdn.office.net
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Looking up RR for statics.teams.cdn.office.net IN A.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Transaction 62910 for <statics.teams.cdn.office.net IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Freeing transaction 62910.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"teams.events.data.microsoft.com","family":2}}
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: teams.events.data.microsoft.com → teams.events.data.microsoft.com
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Looking up RR for teams.events.data.microsoft.com IN A.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Transaction 26856 for <teams.events.data.microsoft.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: Freeing transaction 26856.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:37 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"example.org"}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: example.org → example.org
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN A.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN AAAA.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 18232 for <example.org IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 43425 for <example.org IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 18232.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 43425.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 1 (of 576 max)
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: setting state idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-21: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"ipv4only.arpa"}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → processing-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: ipv4only.arpa → ipv4only.arpa
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN A.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN AAAA.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 56878 for <ipv4only.arpa IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 42451 for <ipv4only.arpa IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 56878.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 42451.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-21: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-method → processed-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processed-method → idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-21: Got POLLHUP from socket.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"detectportal.firefox.com"}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: detectportal.firefox.com → detectportal.firefox.com
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN A.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN AAAA.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 16773 for <detectportal.firefox.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 15604 for <detectportal.firefox.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 16773.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 15604.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"example.org"}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: example.org → example.org
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN A.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for example.org IN AAAA.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 57771 for <example.org IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 12039 for <example.org IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 57771.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 12039.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"ipv4only.arpa"}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: ipv4only.arpa → ipv4only.arpa
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN A.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN AAAA.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 1305 for <ipv4only.arpa IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 48952 for <ipv4only.arpa IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 1305.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 48952.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"ipv4only.arpa"}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: ipv4only.arpa → ipv4only.arpa
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN A.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for ipv4only.arpa IN AAAA.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 37409 for <ipv4only.arpa IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 49233 for <ipv4only.arpa IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 37409.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 49233.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"detectportal.firefox.com"}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: detectportal.firefox.com → detectportal.firefox.com
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN A.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for detectportal.firefox.com IN AAAA.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 30009 for <detectportal.firefox.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 4463 for <detectportal.firefox.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 30009.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 4463.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"web.whatsapp.com"}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: web.whatsapp.com → web.whatsapp.com
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for web.whatsapp.com IN A.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Looking up RR for web.whatsapp.com IN AAAA.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 7628 for <web.whatsapp.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Transaction 15258 for <web.whatsapp.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 7628.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: Freeing transaction 15258.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:38 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"ic3.events.data.microsoft.com","family":10}}
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: ic3.events.data.microsoft.com → ic3.events.data.microsoft.com
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: Looking up RR for ic3.events.data.microsoft.com IN AAAA.
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: Transaction 37544 for <ic3.events.data.microsoft.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: Freeing transaction 37544.
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 1 (of 576 max)
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: setting state idle-server
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-21: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"ic3.events.data.microsoft.com","family":2}}
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → processing-method
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: ic3.events.data.microsoft.com → ic3.events.data.microsoft.com
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: Looking up RR for ic3.events.data.microsoft.com IN A.
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: Transaction 283 for <ic3.events.data.microsoft.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: Freeing transaction 283.
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-21: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-method → processed-method
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processed-method → idle-server
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-21: Got POLLHUP from socket.
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → pending-disconnect
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 00:38:39 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-disconnect → disconnected
Jan 20 00:38:40 Kevin-B350MA gsd-usb-protect[1002]: Error calling USBGuard DBus to change the protection after a screensaver event: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .se>
Jan 20 00:38:40 Kevin-B350MA systemd[1]: Reached target Sleep.
Jan 20 00:38:40 Kevin-B350MA systemd[1]: Starting Suspend...
Jan 20 00:38:41 Kevin-B350MA systemd-sleep[94482]: Suspending system...
Jan 20 00:38:41 Kevin-B350MA kernel: PM: suspend entry (deep)
Jan 20 00:38:41 Kevin-B350MA kernel: Filesystems sync: 0.163 seconds
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "101"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event1  - Power Button: device removed
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "49"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event0  - Power Button: device removed
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "47"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event18 - Logitech Webcam C930e: device removed
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "44"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event7  - Logitech Gaming Mouse G502: device removed
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "94"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "104"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event10 - Logitech Gaming Mouse G502 System Control: device removed
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "109"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event8  - Logitech Gaming Mouse G502 Keyboard: device removed
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "48"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event2  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device removed
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "46"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event3  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: device removed
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "93"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event4  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: device removed
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "85"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "86"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event6  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device removed
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "106"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event12 - Eee PC WMI hotkeys: device removed
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "94"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event9  - Logitech Gaming Mouse G502 Consumer Control: device removed
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (**) Option "fd" "85"
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event5  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: device removed
Jan 20 00:38:41 Kevin-B350MA kernel: snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD data byte 0
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:64
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:71
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:67
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:82
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:72
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:66
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:69
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:70
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:68
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:73
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:65
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:74
Jan 20 00:38:41 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got pause for 13:76
Jan 20 00:38:41 Kevin-B350MA kernel: rfkill: input handler enabled
Jan 20 08:50:44 Kevin-B350MA kernel: Freezing user space processes ... (elapsed 0.032 seconds) done.
Jan 20 08:50:44 Kevin-B350MA kernel: OOM killer disabled.
Jan 20 08:50:44 Kevin-B350MA kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Jan 20 08:50:44 Kevin-B350MA kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jan 20 08:50:44 Kevin-B350MA kernel: serial 00:03: disabled
Jan 20 08:50:44 Kevin-B350MA kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Jan 20 08:50:44 Kevin-B350MA kernel: sd 0:0:0:0: [sda] Stopping disk
Jan 20 08:50:44 Kevin-B350MA kernel: sd 1:0:0:0: [sdb] Synchronizing SCSI cache
Jan 20 08:50:44 Kevin-B350MA kernel: sd 1:0:0:0: [sdb] Stopping disk
Jan 20 08:50:44 Kevin-B350MA kernel: ACPI: Preparing to enter system sleep state S3
Jan 20 08:50:44 Kevin-B350MA kernel: PM: Saving platform NVS memory
Jan 20 08:50:44 Kevin-B350MA kernel: Disabling non-boot CPUs ...
Jan 20 08:50:44 Kevin-B350MA kernel: smpboot: CPU 1 is now offline
Jan 20 08:50:44 Kevin-B350MA kernel: smpboot: CPU 2 is now offline
Jan 20 08:50:44 Kevin-B350MA kernel: smpboot: CPU 3 is now offline
Jan 20 08:50:44 Kevin-B350MA kernel: ACPI: Low-level resume complete
Jan 20 08:50:44 Kevin-B350MA kernel: PM: Restoring platform NVS memory
Jan 20 08:50:44 Kevin-B350MA kernel: Enabling non-boot CPUs ...
Jan 20 08:50:44 Kevin-B350MA kernel: x86: Booting SMP configuration:
Jan 20 08:50:44 Kevin-B350MA kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Jan 20 08:50:44 Kevin-B350MA kernel: microcode: CPU1: patch_level=0x08001138
Jan 20 08:50:44 Kevin-B350MA kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Jan 20 08:50:44 Kevin-B350MA kernel: CPU1 is up
Jan 20 08:50:44 Kevin-B350MA kernel: smpboot: Booting Node 0 Processor 2 APIC 0x8
Jan 20 08:50:44 Kevin-B350MA kernel: microcode: CPU2: patch_level=0x08001138
Jan 20 08:50:44 Kevin-B350MA kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Jan 20 08:50:44 Kevin-B350MA kernel: CPU2 is up
Jan 20 08:50:44 Kevin-B350MA kernel: smpboot: Booting Node 0 Processor 3 APIC 0x9
Jan 20 08:50:44 Kevin-B350MA kernel: microcode: CPU3: patch_level=0x08001138
Jan 20 08:50:44 Kevin-B350MA kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Jan 20 08:50:44 Kevin-B350MA kernel: CPU3 is up
Jan 20 08:50:44 Kevin-B350MA kernel: ACPI: Waking up from system sleep state S3
Jan 20 08:50:44 Kevin-B350MA kernel: snd_hdac_bus_update_rirb: 50 callbacks suppressed
Jan 20 08:50:44 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f00
Jan 20 08:50:44 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f00
Jan 20 08:50:44 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f00
Jan 20 08:50:44 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f00
Jan 20 08:50:44 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f00
Jan 20 08:50:44 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f00
Jan 20 08:50:44 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f00
Jan 20 08:50:44 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f00
Jan 20 08:50:44 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f00
Jan 20 08:50:44 Kevin-B350MA kernel: snd_hda_intel 0000:08:00.1: spurious response 0x80000000:0x0, last cmd=0x4f2f00
Jan 20 08:50:44 Kevin-B350MA kernel: usb usb1: root hub lost power or was reset
Jan 20 08:50:44 Kevin-B350MA kernel: usb usb2: root hub lost power or was reset
Jan 20 08:50:44 Kevin-B350MA kernel: serial 00:03: activated
Jan 20 08:50:44 Kevin-B350MA kernel: sd 0:0:0:0: [sda] Starting disk
Jan 20 08:50:44 Kevin-B350MA kernel: sd 1:0:0:0: [sdb] Starting disk
Jan 20 08:50:44 Kevin-B350MA kernel: ata6: SATA link down (SStatus 0 SControl 300)
Jan 20 08:50:44 Kevin-B350MA kernel: ata5: SATA link down (SStatus 0 SControl 300)
Jan 20 08:50:44 Kevin-B350MA kernel: ata9: SATA link down (SStatus 0 SControl 300)
Jan 20 08:50:44 Kevin-B350MA kernel: usb 1-5: reset full-speed USB device number 3 using xhci_hcd
Jan 20 08:50:44 Kevin-B350MA kernel: usb 1-3: reset high-speed USB device number 2 using xhci_hcd
Jan 20 08:50:44 Kevin-B350MA kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jan 20 08:50:44 Kevin-B350MA kernel: ata1.00: configured for UDMA/133
Jan 20 08:50:44 Kevin-B350MA kernel: OOM killer enabled.
Jan 20 08:50:44 Kevin-B350MA kernel: Restarting tasks ... done.
Jan 20 08:50:44 Kevin-B350MA rtkit-daemon[576]: The canary thread is apparently starving. Taking action.
Jan 20 08:50:44 Kevin-B350MA systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 20 08:50:44 Kevin-B350MA rtkit-daemon[576]: Demoting known real-time threads.
Jan 20 08:50:44 Kevin-B350MA systemd[4675]: Stopped target Bluetooth.
Jan 20 08:50:44 Kevin-B350MA rtkit-daemon[576]: Successfully demoted thread 74363 of process 74294.
Jan 20 08:50:44 Kevin-B350MA systemd[736]: Stopped target Bluetooth.
Jan 20 08:50:44 Kevin-B350MA rtkit-daemon[576]: Successfully demoted thread 69730 of process 779.
Jan 20 08:50:44 Kevin-B350MA systemd[1]: Stopped target Bluetooth.
Jan 20 08:50:44 Kevin-B350MA rtkit-daemon[576]: Successfully demoted thread 69723 of process 779.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 08:50:44 Kevin-B350MA rtkit-daemon[576]: Successfully demoted thread 60917 of process 60832.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 08:50:44 Kevin-B350MA rtkit-daemon[576]: Successfully demoted thread 48543 of process 1801.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 08:50:44 Kevin-B350MA rtkit-daemon[576]: Successfully demoted thread 46718 of process 18577.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"ic3.events.data.microsoft.com","family":10}}
Jan 20 08:50:44 Kevin-B350MA rtkit-daemon[576]: Demoted 6 threads.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 08:50:44 Kevin-B350MA gdm[434]: GLib: Source ID 131 was not found when attempting to remove it
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: ic3.events.data.microsoft.com → ic3.events.data.microsoft.com
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for ic3.events.data.microsoft.com IN AAAA.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 41829 for <ic3.events.data.microsoft.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 41829.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 1 (of 576 max)
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: setting state idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-21: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"ic3.events.data.microsoft.com","family":2}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → processing-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: ic3.events.data.microsoft.com → ic3.events.data.microsoft.com
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for ic3.events.data.microsoft.com IN A.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 64520 for <ic3.events.data.microsoft.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 64520.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-21: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-method → processed-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processed-method → idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-21: Got POLLHUP from socket.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state idle-server → pending-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-21: varlink: changing state processing-disconnect → disconnected
Jan 20 08:50:44 Kevin-B350MA systemd-sleep[94482]: System resumed.
Jan 20 08:50:44 Kevin-B350MA kernel: PM: suspend exit
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"go.trouter.skype.com"}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: go.trouter.skype.com → go.trouter.skype.com
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for go.trouter.skype.com IN A.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for go.trouter.skype.com IN AAAA.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 22966 for <go.trouter.skype.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 25215 for <go.trouter.skype.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 22966.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 25215.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"go.trouter.skype.com"}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: go.trouter.skype.com → go.trouter.skype.com
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for go.trouter.skype.com IN A.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for go.trouter.skype.com IN AAAA.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 32819 for <go.trouter.skype.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 37490 for <go.trouter.skype.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 32819.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 37490.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got resume for 13:64
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0): DFP-0: disconnected
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0):
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"chat-pa.clients6.google.com"}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: chat-pa.clients6.google.com → chat-pa.clients6.google.com
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for chat-pa.clients6.google.com IN A.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for chat-pa.clients6.google.com IN AAAA.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 64208 for <chat-pa.clients6.google.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 7197 for <chat-pa.clients6.google.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 64208.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 7197.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"chat-pa.clients6.google.com"}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: chat-pa.clients6.google.com → chat-pa.clients6.google.com
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for chat-pa.clients6.google.com IN A.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for chat-pa.clients6.google.com IN AAAA.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 54136 for <chat-pa.clients6.google.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 39205 for <chat-pa.clients6.google.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 54136.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 39205.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"0.client-channel.google.com"}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: 0.client-channel.google.com → 0.client-channel.google.com
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for 0.client-channel.google.com IN A.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for 0.client-channel.google.com IN AAAA.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 48756 for <0.client-channel.google.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 2495 for <0.client-channel.google.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 48756.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 2495.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"0.client-channel.google.com"}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: 0.client-channel.google.com → 0.client-channel.google.com
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for 0.client-channel.google.com IN A.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for 0.client-channel.google.com IN AAAA.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 9610 for <0.client-channel.google.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 21352 for <0.client-channel.google.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 9610.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 21352.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0): Ancor Communications Inc VS248 (DFP-1): connected
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0): Ancor Communications Inc VS248 (DFP-1): Internal TMDS
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0): Ancor Communications Inc VS248 (DFP-1): 600.0 MHz maximum pixel clock
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0):
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0): DFP-2: disconnected
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0):Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0): DFP-3: disconnected
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (--) NVIDIA(GPU-0):
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) NVIDIA(0): Setting mode "1920x1080_60+0+0{ForceCompositionPipeline=Off,ForceFullCompositionPipeline=Off}"
Jan 20 08:50:44 Kevin-B350MA systemd[736]: Reached target Bluetooth.
Jan 20 08:50:44 Kevin-B350MA systemd[4675]: Reached target Bluetooth.
Jan 20 08:50:44 Kevin-B350MA systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Jan 20 08:50:44 Kevin-B350MA audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 20 08:50:44 Kevin-B350MA systemd[1]: Reached target Bluetooth.
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) NVIDIA(0):     configuration option may not be set correctly.  When the
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) NVIDIA(0):     Config Options in the README.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"go.trouter.skype.com"}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: go.trouter.skype.com → go.trouter.skype.com
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for go.trouter.skype.com IN A.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Looking up RR for go.trouter.skype.com IN AAAA.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 17668 for <go.trouter.skype.com IN AAAA> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Transaction 35476 for <go.trouter.skype.com IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 17668.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: Freeing transaction 35476.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 08:50:44 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 08:50:44 Kevin-B350MA kernel: audit: type=1131 audit(1611132644.799:362): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? re>
Jan 20 08:50:44 Kevin-B350MA systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 20 08:50:44 Kevin-B350MA audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 20 08:50:44 Kevin-B350MA kernel: snd_hda_codec_hdmi hdaudioC0D0: HDMI: invalid ELD data byte 3
Jan 20 08:50:44 Kevin-B350MA kernel: audit: type=1130 audit(1611132644.819:363): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event0  - Power Button: is tagged by udev as: Keyboard
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event0  - Power Button: device is a keyboard
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got resume for 13:71
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event7  - Logitech Gaming Mouse G502: is tagged by udev as: Mouse
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event7  - Logitech Gaming Mouse G502: device set to 2400 DPI
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event7  - Logitech Gaming Mouse G502: device is a pointer
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got resume for 13:67
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event3  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: is tagged by udev as: Mouse
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event3  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Mouse: device is a pointer
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got resume for 13:82
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event18 - Logitech Webcam C930e: is tagged by udev as: Keyboard
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event18 - Logitech Webcam C930e: device is a keyboard
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got resume for 13:72
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event8  - Logitech Gaming Mouse G502 Keyboard: is tagged by udev as: Keyboard
Jan 20 08:50:44 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event8  - Logitech Gaming Mouse G502 Keyboard: device is a keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got resume for 13:66
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event2  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event2  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got resume for 13:69
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event5  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event5  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard Consumer Control: device is a keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got resume for 13:70
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event6  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event6  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard: device is a keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got resume for 13:68
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event4  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: is tagged by udev as: Keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event4  - Kingston HyperX Alloy FPS Mechanical Gaming Keyboard System Control: device is a keyboard
Jan 20 08:50:45 Kevin-B350MA audit[94607]: USER_AUTH pid=94607 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_rootok acct="kevin" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success'
Jan 20 08:50:45 Kevin-B350MA kernel: audit: type=1100 audit(1611132645.149:364): pid=94607 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_rootok acct="kevin" exe="/usr/bin/su" hostname=? addr=? terminal=? re>
Jan 20 08:50:45 Kevin-B350MA audit[94607]: USER_ACCT pid=94607 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix acct="kevin" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success'
Jan 20 08:50:45 Kevin-B350MA su[94607]: (to kevin) root on none
Jan 20 08:50:45 Kevin-B350MA kernel: audit: type=1101 audit(1611132645.199:365): pid=94607 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix acct="kevin" exe="/usr/bin/su" hostname=? addr=? terminal=? res=succ>
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got resume for 13:73
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event9  - Logitech Gaming Mouse G502 Consumer Control: is tagged by udev as: Keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event9  - Logitech Gaming Mouse G502 Consumer Control: device is a keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got resume for 13:65
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event1  - Power Button: is tagged by udev as: Keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event1  - Power Button: device is a keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got resume for 13:74
Jan 20 08:50:45 Kevin-B350MA su[94607]: pam_unix(su:session): session opened for user kevin(uid=1000) by (uid=0)
Jan 20 08:50:45 Kevin-B350MA audit[94607]: CRED_ACQ pid=94607 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="kevin" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success'
Jan 20 08:50:45 Kevin-B350MA audit[94607]: USER_START pid=94607 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix acct="kevin" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success'
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event10 - Logitech Gaming Mouse G502 System Control: is tagged by udev as: Keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event10 - Logitech Gaming Mouse G502 System Control: device is a keyboard
Jan 20 08:50:45 Kevin-B350MA kernel: audit: type=1103 audit(1611132645.229:366): pid=94607 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="kevin" exe="/usr/bin/su" hostname=? addr=? terminal=? res=succe>
Jan 20 08:50:45 Kevin-B350MA kernel: audit: type=1105 audit(1611132645.229:367): pid=94607 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix acct="kevin" exe="/usr/bin/su" hostname=? addr=? terminal=? res=su>
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) systemd-logind: got resume for 13:76
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event12 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
Jan 20 08:50:45 Kevin-B350MA /usr/lib/gdm-x-session[754]: (II) event12 - Eee PC WMI hotkeys: device is a keyboard
Jan 20 08:50:45 Kevin-B350MA kernel: rfkill: input handler disabled
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"steamcdn-a.akamaihd.net","family":2}}
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: steamcdn-a.akamaihd.net → steamcdn-a.akamaihd.net
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: Looking up RR for steamcdn-a.akamaihd.net IN A.
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: Transaction 24261 for <steamcdn-a.akamaihd.net IN A> on scope dns on */* now complete with <network-down> from none (unsigned).
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: Freeing transaction 24261.
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: varlink-20: Sending message: {"error":"io.systemd.Resolve.NetworkDown","parameters":{}}
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-method → processed-method
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processed-method → idle-server
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: varlink-20: Got POLLHUP from socket.
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → pending-disconnect
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state pending-disconnect → processing-disconnect
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state processing-disconnect → disconnected
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: n/a: New incoming connection.
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: n/a: Connections of user 1000: 0 (of 576 max)
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: setting state idle-server
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: varlink-20: New incoming message: {"method":"io.systemd.Resolve.ResolveHostname","parameters":{"name":"steamstore-a.akamaihd.net","family":2}}
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: varlink-20: varlink: changing state idle-server → processing-method
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: idn2_lookup_u8: steamstore-a.akamaihd.net → steamstore-a.akamaihd.net
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: Looking up RR for steamstore-a.akamaihd.net IN A.
Jan 20 08:50:45 Kevin-B350MA systemd-resolved[403]: Transaction 34590 for <steamstore-a.akamaihd.net IN A> on scope dns on */* now complete with <network-down> from none (unsigned).

Offline

#12 2021-02-24 22:27:05

Vectorlocity
Member
Registered: 2018-04-15
Posts: 132

Re: [SOLVED] X keyboard layout resets upon suspend

A solution has arrived after a long time!
It was this simple. Gnome's settings were overriding all my command line stuff and my config files.
All I had to do was set it to UK there.
I hope this is helpful to anyone passing by, it will at least alleviate some of the personal disappointment arising in me right now.

Offline

Board footer

Powered by FluxBB