You are not logged in.

#1 2021-01-29 04:56:17

dhs
Member
Registered: 2014-02-25
Posts: 15

User authorization

The GUI (KDE) on my system recently started occasionally coming up without the keyboard or the mouse.  So I need to be able to log in from another computer.
However, I've tried telnet, rsh, rlogin, ssh -- they all fail authorization.  ssh says "No kex alg".  The others all say "Authentication failure", or the equivalent.
I can log in from the local keyboard totally reliably. "telnet localhost" on the local machine fails, as well as any attempt from multiple other machines.
All I can glean from the journal is that an authentication failure has occurred, plus occasionally a mention of a "home1.service" that doesn't exist.
I've checked all the obvious things, like .rhosts, etc. -- no luck.
One odd thing: rlogin, etc are enabled in systemd and in xinetd.  I tried turning off one, then the other -- no joy.
Is there a way to get more information about the auth failure out of pam?
Where else should I look?
Thanks.

Last edited by dhs (2021-01-29 04:58:13)

Offline

#2 2021-01-29 05:48:08

mpan
Member
Registered: 2012-08-01
Posts: 1,188
Website

Re: User authorization

Authentication ≠ authorization.

On the client machine:

ssh -vv

See the lines with “debug2: KEX algorithms”. One is for your client, the other for the server. They list key exchange (kex) algorithms. There are other lines related to key exchange (also with word “kex” in it). Most likely you want to see the “debug1: kex: algorithm:” entry (for that you only need one -v). In particular see if the client ever reaches it.

I guess the client and server can’t agree on which algorithm to use.

Last edited by mpan (2021-01-29 05:48:40)


Sometimes I seem a bit harsh — don’t get offended too easily!

Offline

#3 2021-01-29 08:32:52

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

Re: User authorization

The GUI (KDE) on my system recently started occasionally coming up without the keyboard or the mouse.  So I need to be able to log in from another computer.

I'd rather fix that part… mind to elaborate? How does a remote login help you dealing w/ a (GUI) system w/o any input devices??

Offline

#4 2021-01-29 16:18:09

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: User authorization

I have to also ask, did you set your system up to permit telnet logins ?  I sincerely recommend against that.
Did you set up  sshd for your system?  Does it automatically start?  Do you permit password logins?  Has it ever worked? What client are you using?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2021-01-31 03:47:16

dhs
Member
Registered: 2014-02-25
Posts: 15

Re: User authorization

seth wrote:

The GUI (KDE) on my system recently started occasionally coming up without the keyboard or the mouse.  So I need to be able to log in from another computer.

I'd rather fix that part… mind to elaborate? How does a remote login help you dealing w/ a (GUI) system w/o any input devices??

Just so I could log in and kill X.  Instead I have to hit the power button, which I don't like to do.

This only happens about once out of ten times I bring up KDE.  I'm thinking my next system upgrade might fix it.

Offline

#6 2021-01-31 03:56:26

dhs
Member
Registered: 2014-02-25
Posts: 15

Re: User authorization

ewaller wrote:

I have to also ask, did you set your system up to permit telnet logins ?  I sincerely recommend against that.
Did you set up  sshd for your system?  Does it automatically start?  Do you permit password logins?  Has it ever worked? What client are you using?

I installed the system a long time ago -- maybe more than two years.  I do a system upgrade every two or three months.

I'm sure I set up ssh, rsh and rlogin when I installed the system, but I don't often have a need to remotely login, as this is my regular desktop sytem.
All three are set up in systemd.

I have a couple of file servers in the basement, running a truly ancient version of FreeBSD.  They've never even hiccuped, so I've never replaced them.
I fairly often remotely log in to one of them from my main (Arch) system, but almost never need to do the reverse -- until recently.  (Actually, I need to upgrade
one of the servers, because my wife got a new MacBook which won't do nfs2.)

Last edited by dhs (2021-01-31 04:08:03)

Offline

#7 2021-01-31 04:05:32

dhs
Member
Registered: 2014-02-25
Posts: 15

Re: User authorization

mpan wrote:

Authentication ≠ authorization.

On the client machine:

ssh -vv

See the lines with “debug2: KEX algorithms”. One is for your client, the other for the server. They list key exchange (kex) algorithms. There are other lines related to key exchange (also with word “kex” in it). Most likely you want to see the “debug1: kex: algorithm:” entry (for that you only need one -v). In particular see if the client ever reaches it.

I guess the client and server can’t agree on which algorithm to use.

The client is running a very old version of FreeBSD, so there may be ssh version incompatibility, I suppose.

Here's the debug output from ssh -vv:

OpenSSH_3.8.1p1 FreeBSD-20060123, OpenSSL 0.9.7e-p1 25 Oct 2004
debug1: Reading configuration data /etc/ssh/ssh_config
debug2: ssh_connect: needpriv 0
debug1: Connecting to spiffy.dhsdomain [192.168.1.5] port 22.
debug1: Connection established.
debug1: identity file /home/dhs/.ssh/identity type -1
debug1: identity file /home/dhs/.ssh/id_rsa type -1
debug1: identity file /home/dhs/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_8.4
debug1: match: OpenSSH_8.4 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.8.1p1 FreeBSD-20060123
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-dss,ssh-rsa
debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group14-sha256
debug2: kex_parse_kexinit: rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256,ssh-ed25519
debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
debug2: kex_parse_kexinit: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: kex_parse_kexinit: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1
debug2: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_init: found hmac-sha1
debug1: kex: server->client aes128-ctr hmac-sha1 none
debug2: mac_init: found hmac-sha1
debug1: kex: client->server aes128-ctr hmac-sha1 none
no kex alg

Offline

#8 2021-01-31 08:37:08

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

Re: User authorization

dhs wrote:

Just so I could log in and kill X.  Instead I have to hit the power button, which I don't like to do.
This only happens about once out of ten times I bring up KDE.

So keyboard and mouse are there when X11 restarts? Or do you need to reboot?
=> Please post xorg logs (good and bad, Xorg.0.log.old might help) and your system journal.
Also elaborate on your login process (eg. whether this is an autologin and which DM you use - iff any)
I somewhat doubt this is about the input devices and rather a race condition on the graphics stack (of which we recently have many)
In that case, see https://wiki.archlinux.org/index.php/Ke … _KMS_start

I'm thinking my next system upgrade might fix it.

Hope is not a strategy…

Offline

#9 2021-01-31 21:10:46

mpan
Member
Registered: 2012-08-01
Posts: 1,188
Website

Re: User authorization

dhs wrote:

Here's the debug output from ssh -vv:

Indeed it seems like there is no common pat between available key exchange algorithms on the server and the client. The encryption algorithm and HMAC are successfully negotiated, but not the key exchange method. As a temporary and dirty solution, you may try enabling some very old KEX in “/etc/ssh/sshd_config” and restarting sshd. “diffie-hellman-group1-sha1” seems to be still supported, according to `ssh -Q KexAlgorithms` (on 8.4p1-2). But please be aware this is not something you should normally do.

dhs wrote:

The client is running a very old version of FreeBSD, so there may be ssh version incompatibility, I suppose.

If it’s really software from 15 years ago and is unpatched, be aware that it’s a swarm of vulnerabilities. If you run it only locally and connect between machines fully under your control, that’s a relatively minor issue. But I would not expose that sshd to the internet or use ssh to connect to other servers.

dhs wrote:

Just so I could log in and kill X.  Instead I have to hit the power button, which I don't like to do.

On top of seth’s questions: do you use nouveau by any chance and the problem appeared in the past quarter?


Sometimes I seem a bit harsh — don’t get offended too easily!

Offline

#10 2021-02-01 02:16:57

dhs
Member
Registered: 2014-02-25
Posts: 15

Re: User authorization

seth wrote:
dhs wrote:

Just so I could log in and kill X.  Instead I have to hit the power button, which I don't like to do.
This only happens about once out of ten times I bring up KDE.

So keyboard and mouse are there when X11 restarts? Or do you need to reboot?
=> Please post xorg logs (good and bad, Xorg.0.log.old might help) and your system journal.
Also elaborate on your login process (eg. whether this is an autologin and which DM you use - iff any)
I somewhat doubt this is about the input devices and rather a race condition on the graphics stack (of which we recently have many)
In that case, see https://wiki.archlinux.org/index.php/Ke … _KMS_start

I'm thinking my next system upgrade might fix it.

Hope is not a strategy…

I boot the system to a login prompt, log in and then start KDE manually.  Keyboard is always there when I boot.  It (and the mouse)
are gone sometimes when I bring up KDE.  In that circumstance, I have to hit the power key, which powers down the system.
So I can't restart X11 after a failure.

Here's the good Xorg log:

X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[   104.262] Build Operating System: Linux Arch Linux
[   104.262] Current Operating System: Linux spiffy 5.9.8-arch1-1 #1 SMP PREEMPT Tue, 10 Nov 2020 22:44:11 +0000 x86_64
[   104.262] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=99d31093-1fa7-4d82-9bd5-479b98084a18 rw quiet
[   104.263] Build Date: 02 September 2020  06:17:44AM
[   104.263]  
[   104.263] Current version of pixman: 0.40.0
[   104.263] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   104.263] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   104.264] (==) Log file: "/home/dhs/.local/share/xorg/Xorg.0.log", Time: Sun Jan 31 16:36:50 2021
[   104.303] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   104.340] (==) No Layout section.  Using the first Screen section.
[   104.340] (==) No screen section available. Using defaults.
[   104.340] (**) |-->Screen "Default Screen Section" (0)
[   104.340] (**) |   |-->Monitor "<default monitor>"
[   104.340] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   104.340] (==) Automatically adding devices
[   104.340] (==) Automatically enabling devices
[   104.340] (==) Automatically adding GPU devices
[   104.341] (==) Automatically binding GPU devices
[   104.341] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   104.363] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   104.364] 	Entry deleted from font path.
[   104.364] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   104.364] 	Entry deleted from font path.
[   104.364] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1
[   104.364] (==) ModulePath set to "/usr/lib/xorg/modules"
[   104.364] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   104.364] (II) Module ABI versions:
[   104.364] 	X.Org ANSI C Emulation: 0.4
[   104.364] 	X.Org Video Driver: 24.1
[   104.364] 	X.Org XInput driver : 24.1
[   104.364] 	X.Org Server Extension : 10.0
[   104.365] (++) using VT number 1

[   104.368] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_35
[   104.369] (II) xfree86: Adding drm device (/dev/dri/card0)
[   104.369] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[   104.370] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[   104.373] (--) PCI:*(1@0:0:0) 1002:68f9:1028:2126 rev 0, Mem @ 0xd0000000/268435456, 0xe1420000/131072, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[   104.373] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   104.373] (II) LoadModule: "glx"
[   104.396] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   104.468] (II) Module glx: vendor="X.Org Foundation"
[   104.468] 	compiled for 1.20.9, module version = 1.0.0
[   104.468] 	ABI class: X.Org Server Extension, version 10.0
[   104.468] (II) Applying OutputClass "Radeon" to /dev/dri/card0
[   104.468] 	loading driver: radeon
[   104.468] (==) Matched radeon as autoconfigured driver 0
[   104.468] (==) Matched ati as autoconfigured driver 1
[   104.468] (==) Matched modesetting as autoconfigured driver 2
[   104.468] (==) Matched fbdev as autoconfigured driver 3
[   104.468] (==) Matched vesa as autoconfigured driver 4
[   104.468] (==) Assigned the driver to the xf86ConfigLayout
[   104.468] (II) LoadModule: "radeon"
[   104.469] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[   104.517] (II) Module radeon: vendor="X.Org Foundation"
[   104.517] 	compiled for 1.20.8, module version = 19.1.0
[   104.517] 	Module class: X.Org Video Driver
[   104.517] 	ABI class: X.Org Video Driver, version 24.1
[   104.517] (II) LoadModule: "ati"
[   104.518] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[   104.518] (II) Module ati: vendor="X.Org Foundation"
[   104.518] 	compiled for 1.20.8, module version = 19.1.0
[   104.518] 	Module class: X.Org Video Driver
[   104.518] 	ABI class: X.Org Video Driver, version 24.1
[   104.518] (II) LoadModule: "modesetting"
[   104.518] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   104.524] (II) Module modesetting: vendor="X.Org Foundation"
[   104.524] 	compiled for 1.20.9, module version = 1.20.9
[   104.524] 	Module class: X.Org Video Driver
[   104.524] 	ABI class: X.Org Video Driver, version 24.1
[   104.524] (II) LoadModule: "fbdev"
[   104.524] (WW) Warning, couldn't open module fbdev
[   104.524] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   104.524] (II) LoadModule: "vesa"
[   104.525] (WW) Warning, couldn't open module vesa
[   104.525] (EE) Failed to load module "vesa" (module does not exist, 0)
[   104.525] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[   104.528] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   104.528] (II) [KMS] Kernel modesetting enabled.
[   104.528] (WW) Falling back to old probe method for modesetting
[   104.528] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   104.528] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   104.528] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[   104.528] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[   104.528] (==) RADEON(0): Default visual is TrueColor
[   104.528] (==) RADEON(0): RGB weight 888
[   104.528] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[   104.528] (--) RADEON(0): Chipset: "ATI Radeon HD 5450" (ChipID = 0x68f9)
[   104.528] (II) Loading sub module "fb"
[   104.528] (II) LoadModule: "fb"
[   104.529] (II) Loading /usr/lib/xorg/modules/libfb.so
[   104.543] (II) Module fb: vendor="X.Org Foundation"
[   104.543] 	compiled for 1.20.9, module version = 1.0.0
[   104.543] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   104.543] (II) Loading sub module "dri2"
[   104.543] (II) LoadModule: "dri2"
[   104.543] (II) Module "dri2" already built-in
[   105.920] (II) Loading sub module "glamoregl"
[   105.920] (II) LoadModule: "glamoregl"
[   105.920] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   105.961] (II) Module glamoregl: vendor="X.Org Foundation"
[   105.961] 	compiled for 1.20.9, module version = 1.0.1
[   105.961] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   106.144] (II) RADEON(0): glamor X acceleration enabled on AMD CEDAR (DRM 2.50.0 / 5.9.8-arch1-1, LLVM 11.0.0)
[   106.144] (II) RADEON(0): glamor detected, initialising EGL layer.
[   106.144] (II) RADEON(0): KMS Color Tiling: enabled
[   106.144] (II) RADEON(0): KMS Color Tiling 2D: enabled
[   106.144] (==) RADEON(0): TearFree property default: auto
[   106.144] (II) RADEON(0): KMS Pageflipping: enabled
[   106.158] (II) RADEON(0): Output DVI-0 has no monitor section
[   106.193] (II) RADEON(0): Output DVI-1 has no monitor section
[   106.215] (II) RADEON(0): EDID for output DVI-0
[   106.249] (II) RADEON(0): EDID for output DVI-1
[   106.249] (II) RADEON(0): Manufacturer: HWP  Model: 331f  Serial#: 1
[   106.249] (II) RADEON(0): Year: 2016  Week: 24
[   106.249] (II) RADEON(0): EDID Version: 1.3
[   106.249] (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[   106.249] (II) RADEON(0): Sync:  Separate
[   106.249] (II) RADEON(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[   106.249] (II) RADEON(0): Gamma: 2.20
[   106.249] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
[   106.249] (II) RADEON(0): First detailed timing is preferred mode
[   106.249] (II) RADEON(0): redX: 0.646 redY: 0.341   greenX: 0.317 greenY: 0.617
[   106.249] (II) RADEON(0): blueX: 0.151 blueY: 0.059   whiteX: 0.312 whiteY: 0.328
[   106.249] (II) RADEON(0): Supported established timings:
[   106.249] (II) RADEON(0): 720x400@70Hz
[   106.249] (II) RADEON(0): 640x480@60Hz
[   106.249] (II) RADEON(0): 800x600@60Hz
[   106.249] (II) RADEON(0): 1024x768@60Hz
[   106.249] (II) RADEON(0): Manufacturer's mask: 0
[   106.249] (II) RADEON(0): Supported standard timings:
[   106.249] (II) RADEON(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[   106.249] (II) RADEON(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[   106.249] (II) RADEON(0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[   106.249] (II) RADEON(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[   106.249] (II) RADEON(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[   106.249] (II) RADEON(0): #5: hsize: 1280  vsize 800  refresh: 60  vid: 129
[   106.249] (II) RADEON(0): #6: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[   106.249] (II) RADEON(0): Supported detailed timing:
[   106.249] (II) RADEON(0): clock: 148.5 MHz   Image Size:  509 x 286 mm
[   106.249] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[   106.249] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[   106.249] (II) RADEON(0): Ranges: V min: 50 V max: 60 Hz, H min: 30 H max: 80 kHz, PixClock max 175 MHz
[   106.249] (II) RADEON(0): Monitor name: HP 23es
[   106.249] (II) RADEON(0): Serial No: 3CM624057B
[   106.249] (II) RADEON(0): EDID (in hex):
[   106.249] (II) RADEON(0): 	00ffffffffffff0022f01f3301000000
[   106.249] (II) RADEON(0): 	181a010368331d782a94c0a557519e26
[   106.249] (II) RADEON(0): 	0f5054a10800d1c0b300a9c095008180
[   106.249] (II) RADEON(0): 	810081c00101023a801871382d40582c
[   106.250] (II) RADEON(0): 	4500fd1e1100001e000000fd00323c1e
[   106.250] (II) RADEON(0): 	5011000a202020202020000000fc0048
[   106.250] (II) RADEON(0): 	5020323365730a2020202020000000ff
[   106.250] (II) RADEON(0): 	0033434d363234303537420a20200077
[   106.250] (II) RADEON(0): Printing probed modes for output DVI-1
[   106.250] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   106.250] (II) RADEON(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   106.250] (II) RADEON(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[   106.250] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   106.250] (II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   106.250] (II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[   106.250] (II) RADEON(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[   106.250] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   106.250] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   106.250] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   106.250] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   106.250] (II) RADEON(0): Output DVI-0 disconnected
[   106.250] (II) RADEON(0): Output DVI-1 connected
[   106.250] (II) RADEON(0): Using exact sizes for initial modes
[   106.250] (II) RADEON(0): Output DVI-1 using initial mode 1920x1080 +0+0
[   106.250] (II) RADEON(0): mem size init: gart size :3fdde000 vram size: s:20000000 visible:f4ca000
[   106.250] (==) RADEON(0): DPI set to (96, 96)
[   106.250] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[   106.250] (II) Loading sub module "ramdac"
[   106.250] (II) LoadModule: "ramdac"
[   106.250] (II) Module "ramdac" already built-in
[   106.250] (II) UnloadModule: "modesetting"
[   106.250] (II) Unloading modesetting
[   106.250] (II) RADEON(0): [DRI2] Setup complete
[   106.250] (II) RADEON(0): [DRI2]   DRI driver: r600
[   106.250] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[   106.250] (II) RADEON(0): Front buffer size: 8100K
[   106.250] (II) RADEON(0): VRAM usage limit set to 218250K
[   106.271] (II) RADEON(0): SYNC extension fences enabled
[   106.271] (II) RADEON(0): Present extension enabled
[   106.271] (==) RADEON(0): DRI3 enabled
[   106.271] (==) RADEON(0): Backing store enabled
[   106.271] (II) RADEON(0): Direct rendering enabled
[   106.641] (II) RADEON(0): Use GLAMOR acceleration.
[   106.641] (II) RADEON(0): Acceleration enabled
[   106.641] (==) RADEON(0): DPMS enabled
[   106.641] (==) RADEON(0): Silken mouse disabled
[   106.641] (II) RADEON(0): Set up textured video (glamor)
[   106.641] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
[   106.641] (II) RADEON(0): [XvMC] Extension initialized.
[   106.660] (II) Initializing extension Generic Event Extension
[   106.660] (II) Initializing extension SHAPE
[   106.660] (II) Initializing extension MIT-SHM
[   106.660] (II) Initializing extension XInputExtension
[   106.660] (II) Initializing extension XTEST
[   106.660] (II) Initializing extension BIG-REQUESTS
[   106.660] (II) Initializing extension SYNC
[   106.660] (II) Initializing extension XKEYBOARD
[   106.663] (II) Initializing extension XC-MISC
[   106.663] (II) Initializing extension SECURITY
[   106.663] (II) Initializing extension XFIXES
[   106.663] (II) Initializing extension RENDER
[   106.663] (II) Initializing extension RANDR
[   106.663] (II) Initializing extension COMPOSITE
[   106.663] (II) Initializing extension DAMAGE
[   106.663] (II) Initializing extension MIT-SCREEN-SAVER
[   106.663] (II) Initializing extension DOUBLE-BUFFER
[   106.663] (II) Initializing extension RECORD
[   106.663] (II) Initializing extension DPMS
[   106.663] (II) Initializing extension Present
[   106.663] (II) Initializing extension DRI3
[   106.663] (II) Initializing extension X-Resource
[   106.663] (II) Initializing extension XVideo
[   106.663] (II) Initializing extension XVideo-MotionCompensation
[   106.663] (II) Initializing extension GLX
[   106.673] (II) AIGLX: Loaded and initialized r600
[   106.673] (II) GLX: Initialized DRI2 GL provider for screen 0
[   106.673] (II) Initializing extension XFree86-VidModeExtension
[   106.673] (II) Initializing extension XFree86-DGA
[   106.673] (II) Initializing extension XFree86-DRI
[   106.673] (II) Initializing extension DRI2
[   106.702] (II) RADEON(0): Setting screen physical size to 508 x 285
[   107.234] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   107.234] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   107.234] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   107.234] (II) LoadModule: "libinput"
[   107.234] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   107.298] (II) Module libinput: vendor="X.Org Foundation"
[   107.298] 	compiled for 1.20.8, module version = 0.30.0
[   107.298] 	Module class: X.Org XInput Driver
[   107.298] 	ABI class: X.Org XInput driver, version 24.1
[   107.298] (II) Using input driver 'libinput' for 'Power Button'
[   107.300] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 18 paused 0
[   107.300] (**) Power Button: always reports core events
[   107.300] (**) Option "Device" "/dev/input/event1"
[   107.307] (**) Option "_source" "server/udev"
[   107.383] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   107.383] (II) event1  - Power Button: device is a keyboard
[   107.383] (II) event1  - Power Button: device removed
[   107.383] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[   107.384] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   107.385] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   107.385] (II) event1  - Power Button: device is a keyboard
[   107.386] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[   107.386] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[   107.386] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   107.386] (II) Using input driver 'libinput' for 'Power Button'
[   107.387] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 21 paused 0
[   107.387] (**) Power Button: always reports core events
[   107.387] (**) Option "Device" "/dev/input/event0"
[   107.387] (**) Option "_source" "server/udev"
[   107.389] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   107.389] (II) event0  - Power Button: device is a keyboard
[   107.389] (II) event0  - Power Button: device removed
[   107.389] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[   107.389] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[   107.391] (II) event0  - Power Button: is tagged by udev as: Keyboard
[   107.391] (II) event0  - Power Button: device is a keyboard
[   107.392] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event8)
[   107.392] (II) No input driver specified, ignoring this device.
[   107.392] (II) This device may have been added with another device file.
[   107.393] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[   107.393] (II) No input driver specified, ignoring this device.
[   107.393] (II) This device may have been added with another device file.
[   107.393] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event5)
[   107.393] (II) No input driver specified, ignoring this device.
[   107.393] (II) This device may have been added with another device file.
[   107.394] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[   107.394] (II) No input driver specified, ignoring this device.
[   107.394] (II) This device may have been added with another device file.
[   107.394] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event7)
[   107.394] (II) No input driver specified, ignoring this device.
[   107.394] (II) This device may have been added with another device file.
[   107.395] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[   107.395] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[   107.395] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   107.395] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   107.397] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 22 paused 0
[   107.397] (**) AT Translated Set 2 keyboard: always reports core events
[   107.397] (**) Option "Device" "/dev/input/event2"
[   107.397] (**) Option "_source" "server/udev"
[   107.399] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   107.399] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   107.399] (II) event2  - AT Translated Set 2 keyboard: device removed
[   107.399] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[   107.399] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[   107.401] (II) event2  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   107.401] (II) event2  - AT Translated Set 2 keyboard: device is a keyboard
[   107.403] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event9)
[   107.403] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[   107.403] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[   107.403] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[   107.404] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 23 paused 0
[   107.404] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[   107.404] (**) Option "Device" "/dev/input/event9"
[   107.404] (**) Option "_source" "server/udev"
[   107.406] (II) event9  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[   107.406] (II) event9  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[   107.406] (II) event9  - ImExPS/2 Generic Explorer Mouse: device removed
[   107.407] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event9"
[   107.407] (II) XINPUT: Adding extended input device "ImExPS/2 Generic Explorer Mouse" (type: MOUSE, id 9)
[   107.407] (**) Option "AccelerationScheme" "none"
[   107.407] (**) ImExPS/2 Generic Explorer Mouse: (accel) selected scheme none/0
[   107.407] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration factor: 2.000
[   107.407] (**) ImExPS/2 Generic Explorer Mouse: (accel) acceleration threshold: 4
[   107.408] (II) event9  - ImExPS/2 Generic Explorer Mouse: is tagged by udev as: Mouse
[   107.409] (II) event9  - ImExPS/2 Generic Explorer Mouse: device is a pointer
[   107.410] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[   107.410] (II) No input driver specified, ignoring this device.
[   107.410] (II) This device may have been added with another device file.
[   107.410] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[   107.410] (II) No input driver specified, ignoring this device.
[   107.410] (II) This device may have been added with another device file.
[   116.019] (II) RADEON(0): EDID vendor "HWP", prod id 13087
[   116.019] (II) RADEON(0): Using EDID range info for horizontal sync
[   116.019] (II) RADEON(0): Using EDID range info for vertical refresh
[   116.019] (II) RADEON(0): Printing DDC gathered Modelines:
[   116.019] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   116.019] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   116.019] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   116.019] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   116.019] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   116.019] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   116.019] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[   116.019] (II) RADEON(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   116.019] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   116.019] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[   116.019] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[   132.122] (II) RADEON(0): EDID vendor "HWP", prod id 13087
[   132.122] (II) RADEON(0): Using hsync ranges from config file
[   132.122] (II) RADEON(0): Using vrefresh ranges from config file
[   132.122] (II) RADEON(0): Printing DDC gathered Modelines:
[   132.122] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   132.122] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   132.122] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   132.122] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   132.122] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   132.122] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[   132.122] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[   132.122] (II) RADEON(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[   132.122] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   132.122] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[   132.122] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)

Here's the bad Xorg log:

X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[    37.939] Build Operating System: Linux Arch Linux
[    37.939] Current Operating System: Linux spiffy 5.9.8-arch1-1 #1 SMP PREEMPT Tue, 10 Nov 2020 22:44:11 +0000 x86_64
[    37.939] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=99d31093-1fa7-4d82-9bd5-479b98084a18 rw quiet
[    37.939] Build Date: 02 September 2020  06:17:44AM
[    37.939]  
[    37.939] Current version of pixman: 0.40.0
[    37.939] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    37.939] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    37.940] (==) Log file: "/home/dhs/.local/share/xorg/Xorg.0.log", Time: Sun Jan 31 16:33:14 2021
[    37.979] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    38.016] (==) No Layout section.  Using the first Screen section.
[    38.016] (==) No screen section available. Using defaults.
[    38.016] (**) |-->Screen "Default Screen Section" (0)
[    38.016] (**) |   |-->Monitor "<default monitor>"
[    38.017] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    38.017] (==) Automatically adding devices
[    38.017] (==) Automatically enabling devices
[    38.017] (==) Automatically adding GPU devices
[    38.017] (==) Automatically binding GPU devices
[    38.017] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    38.040] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    38.040] 	Entry deleted from font path.
[    38.040] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    38.040] 	Entry deleted from font path.
[    38.040] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1
[    38.040] (==) ModulePath set to "/usr/lib/xorg/modules"
[    38.040] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    38.040] (II) Module ABI versions:
[    38.040] 	X.Org ANSI C Emulation: 0.4
[    38.040] 	X.Org Video Driver: 24.1
[    38.040] 	X.Org XInput driver : 24.1
[    38.040] 	X.Org Server Extension : 10.0
[    38.041] (++) using VT number 1

[    38.042] (EE) systemd-logind: failed to get session: PID 617 does not belong to any known session
[    38.042] (II) xfree86: Adding drm device (/dev/dri/card0)
[    38.042] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[    38.045] (--) PCI:*(1@0:0:0) 1002:68f9:1028:2126 rev 0, Mem @ 0xd0000000/268435456, 0xe1420000/131072, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
[    38.045] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    38.045] (II) LoadModule: "glx"
[    38.072] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    38.144] (II) Module glx: vendor="X.Org Foundation"
[    38.144] 	compiled for 1.20.9, module version = 1.0.0
[    38.144] 	ABI class: X.Org Server Extension, version 10.0
[    38.144] (II) Applying OutputClass "Radeon" to /dev/dri/card0
[    38.144] 	loading driver: radeon
[    38.144] (==) Matched radeon as autoconfigured driver 0
[    38.144] (==) Matched ati as autoconfigured driver 1
[    38.144] (==) Matched modesetting as autoconfigured driver 2
[    38.144] (==) Matched fbdev as autoconfigured driver 3
[    38.144] (==) Matched vesa as autoconfigured driver 4
[    38.144] (==) Assigned the driver to the xf86ConfigLayout
[    38.144] (II) LoadModule: "radeon"
[    38.145] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    38.194] (II) Module radeon: vendor="X.Org Foundation"
[    38.194] 	compiled for 1.20.8, module version = 19.1.0
[    38.194] 	Module class: X.Org Video Driver
[    38.194] 	ABI class: X.Org Video Driver, version 24.1
[    38.194] (II) LoadModule: "ati"
[    38.194] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    38.194] (II) Module ati: vendor="X.Org Foundation"
[    38.194] 	compiled for 1.20.8, module version = 19.1.0
[    38.194] 	Module class: X.Org Video Driver
[    38.194] 	ABI class: X.Org Video Driver, version 24.1
[    38.195] (II) LoadModule: "modesetting"
[    38.195] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    38.200] (II) Module modesetting: vendor="X.Org Foundation"
[    38.200] 	compiled for 1.20.9, module version = 1.20.9
[    38.200] 	Module class: X.Org Video Driver
[    38.200] 	ABI class: X.Org Video Driver, version 24.1
[    38.200] (II) LoadModule: "fbdev"
[    38.201] (WW) Warning, couldn't open module fbdev
[    38.201] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    38.201] (II) LoadModule: "vesa"
[    38.201] (WW) Warning, couldn't open module vesa
[    38.201] (EE) Failed to load module "vesa" (module does not exist, 0)
[    38.201] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[    38.202] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    38.202] (II) [KMS] Kernel modesetting enabled.
[    38.202] (WW) Falling back to old probe method for modesetting
[    38.203] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    38.203] (II) RADEON(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    38.203] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[    38.203] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[    38.203] (==) RADEON(0): Default visual is TrueColor
[    38.203] (==) RADEON(0): RGB weight 888
[    38.203] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[    38.203] (--) RADEON(0): Chipset: "ATI Radeon HD 5450" (ChipID = 0x68f9)
[    38.203] (II) Loading sub module "fb"
[    38.203] (II) LoadModule: "fb"
[    38.203] (II) Loading /usr/lib/xorg/modules/libfb.so
[    38.211] (II) Module fb: vendor="X.Org Foundation"
[    38.211] 	compiled for 1.20.9, module version = 1.0.0
[    38.211] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    38.211] (II) Loading sub module "dri2"
[    38.211] (II) LoadModule: "dri2"
[    38.211] (II) Module "dri2" already built-in
[    39.563] (II) Loading sub module "glamoregl"
[    39.563] (II) LoadModule: "glamoregl"
[    39.564] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    39.602] (II) Module glamoregl: vendor="X.Org Foundation"
[    39.602] 	compiled for 1.20.9, module version = 1.0.1
[    39.602] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    39.770] (II) RADEON(0): glamor X acceleration enabled on AMD CEDAR (DRM 2.50.0 / 5.9.8-arch1-1, LLVM 11.0.0)
[    39.770] (II) RADEON(0): glamor detected, initialising EGL layer.
[    39.770] (II) RADEON(0): KMS Color Tiling: enabled
[    39.770] (II) RADEON(0): KMS Color Tiling 2D: enabled
[    39.771] (==) RADEON(0): TearFree property default: auto
[    39.771] (II) RADEON(0): KMS Pageflipping: enabled
[    39.785] (II) RADEON(0): Output DVI-0 has no monitor section
[    39.819] (II) RADEON(0): Output DVI-1 has no monitor section
[    39.841] (II) RADEON(0): EDID for output DVI-0
[    39.875] (II) RADEON(0): EDID for output DVI-1
[    39.875] (II) RADEON(0): Manufacturer: HWP  Model: 331f  Serial#: 1
[    39.875] (II) RADEON(0): Year: 2016  Week: 24
[    39.875] (II) RADEON(0): EDID Version: 1.3
[    39.875] (II) RADEON(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    39.875] (II) RADEON(0): Sync:  Separate
[    39.875] (II) RADEON(0): Max Image Size [cm]: horiz.: 51  vert.: 29
[    39.876] (II) RADEON(0): Gamma: 2.20
[    39.876] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
[    39.876] (II) RADEON(0): First detailed timing is preferred mode
[    39.876] (II) RADEON(0): redX: 0.646 redY: 0.341   greenX: 0.317 greenY: 0.617
[    39.876] (II) RADEON(0): blueX: 0.151 blueY: 0.059   whiteX: 0.312 whiteY: 0.328
[    39.876] (II) RADEON(0): Supported established timings:
[    39.876] (II) RADEON(0): 720x400@70Hz
[    39.876] (II) RADEON(0): 640x480@60Hz
[    39.876] (II) RADEON(0): 800x600@60Hz
[    39.876] (II) RADEON(0): 1024x768@60Hz
[    39.876] (II) RADEON(0): Manufacturer's mask: 0
[    39.876] (II) RADEON(0): Supported standard timings:
[    39.876] (II) RADEON(0): #0: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    39.876] (II) RADEON(0): #1: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    39.876] (II) RADEON(0): #2: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    39.876] (II) RADEON(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    39.876] (II) RADEON(0): #4: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    39.876] (II) RADEON(0): #5: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    39.876] (II) RADEON(0): #6: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    39.876] (II) RADEON(0): Supported detailed timing:
[    39.876] (II) RADEON(0): clock: 148.5 MHz   Image Size:  509 x 286 mm
[    39.876] (II) RADEON(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    39.876] (II) RADEON(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    39.876] (II) RADEON(0): Ranges: V min: 50 V max: 60 Hz, H min: 30 H max: 80 kHz, PixClock max 175 MHz
[    39.876] (II) RADEON(0): Monitor name: HP 23es
[    39.876] (II) RADEON(0): Serial No: 3CM624057B
[    39.876] (II) RADEON(0): EDID (in hex):
[    39.876] (II) RADEON(0): 	00ffffffffffff0022f01f3301000000
[    39.876] (II) RADEON(0): 	181a010368331d782a94c0a557519e26
[    39.876] (II) RADEON(0): 	0f5054a10800d1c0b300a9c095008180
[    39.876] (II) RADEON(0): 	810081c00101023a801871382d40582c
[    39.876] (II) RADEON(0): 	4500fd1e1100001e000000fd00323c1e
[    39.876] (II) RADEON(0): 	5011000a202020202020000000fc0048
[    39.876] (II) RADEON(0): 	5020323365730a2020202020000000ff
[    39.876] (II) RADEON(0): 	0033434d363234303537420a20200077
[    39.876] (II) RADEON(0): Printing probed modes for output DVI-1
[    39.876] (II) RADEON(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    39.876] (II) RADEON(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    39.876] (II) RADEON(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
[    39.876] (II) RADEON(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    39.876] (II) RADEON(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    39.876] (II) RADEON(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    39.876] (II) RADEON(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    39.876] (II) RADEON(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    39.876] (II) RADEON(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    39.876] (II) RADEON(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    39.876] (II) RADEON(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    39.876] (II) RADEON(0): Output DVI-0 disconnected
[    39.876] (II) RADEON(0): Output DVI-1 connected
[    39.876] (II) RADEON(0): Using exact sizes for initial modes
[    39.876] (II) RADEON(0): Output DVI-1 using initial mode 1920x1080 +0+0
[    39.876] (II) RADEON(0): mem size init: gart size :3fdde000 vram size: s:20000000 visible:f4ca000
[    39.876] (==) RADEON(0): DPI set to (96, 96)
[    39.876] (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
[    39.876] (II) Loading sub module "ramdac"
[    39.876] (II) LoadModule: "ramdac"
[    39.876] (II) Module "ramdac" already built-in
[    39.876] (II) UnloadModule: "modesetting"
[    39.876] (II) Unloading modesetting
[    39.876] (II) RADEON(0): [DRI2] Setup complete
[    39.876] (II) RADEON(0): [DRI2]   DRI driver: r600
[    39.876] (II) RADEON(0): [DRI2]   VDPAU driver: r600
[    39.876] (II) RADEON(0): Front buffer size: 8100K
[    39.876] (II) RADEON(0): VRAM usage limit set to 218250K
[    39.897] (II) RADEON(0): SYNC extension fences enabled
[    39.897] (II) RADEON(0): Present extension enabled
[    39.897] (==) RADEON(0): DRI3 enabled
[    39.897] (==) RADEON(0): Backing store enabled
[    39.897] (II) RADEON(0): Direct rendering enabled
[    40.267] (II) RADEON(0): Use GLAMOR acceleration.
[    40.267] (II) RADEON(0): Acceleration enabled
[    40.267] (==) RADEON(0): DPMS enabled
[    40.267] (==) RADEON(0): Silken mouse disabled
[    40.267] (II) RADEON(0): Set up textured video (glamor)
[    40.267] (II) RADEON(0): [XvMC] Associated with GLAMOR Textured Video.
[    40.267] (II) RADEON(0): [XvMC] Extension initialized.
[    40.286] (II) Initializing extension Generic Event Extension
[    40.286] (II) Initializing extension SHAPE
[    40.286] (II) Initializing extension MIT-SHM
[    40.286] (II) Initializing extension XInputExtension
[    40.286] (II) Initializing extension XTEST
[    40.286] (II) Initializing extension BIG-REQUESTS
[    40.286] (II) Initializing extension SYNC
[    40.286] (II) Initializing extension XKEYBOARD
[    40.289] (II) Initializing extension XC-MISC
[    40.289] (II) Initializing extension SECURITY
[    40.289] (II) Initializing extension XFIXES
[    40.289] (II) Initializing extension RENDER
[    40.289] (II) Initializing extension RANDR
[    40.289] (II) Initializing extension COMPOSITE
[    40.289] (II) Initializing extension DAMAGE
[    40.289] (II) Initializing extension MIT-SCREEN-SAVER
[    40.290] (II) Initializing extension DOUBLE-BUFFER
[    40.290] (II) Initializing extension RECORD
[    40.290] (II) Initializing extension DPMS
[    40.290] (II) Initializing extension Present
[    40.290] (II) Initializing extension DRI3
[    40.290] (II) Initializing extension X-Resource
[    40.290] (II) Initializing extension XVideo
[    40.290] (II) Initializing extension XVideo-MotionCompensation
[    40.290] (II) Initializing extension GLX
[    40.295] (II) AIGLX: Loaded and initialized r600
[    40.295] (II) GLX: Initialized DRI2 GL provider for screen 0
[    40.295] (II) Initializing extension XFree86-VidModeExtension
[    40.295] (II) Initializing extension XFree86-DGA
[    40.295] (II) Initializing extension XFree86-DRI
[    40.295] (II) Initializing extension DRI2
[    40.321] (II) RADEON(0): Setting screen physical size to 508 x 285
[    40.822] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    40.822] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    40.822] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    40.822] (II) LoadModule: "libinput"
[    40.823] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    40.883] (II) Module libinput: vendor="X.Org Foundation"
[    40.883] 	compiled for 1.20.8, module version = 0.30.0
[    40.883] 	Module class: X.Org XInput Driver
[    40.883] 	ABI class: X.Org XInput driver, version 24.1
[    40.883] (II) Using input driver 'libinput' for 'Power Button'
[    40.883] (**) Power Button: always reports core events
[    40.883] (**) Option "Device" "/dev/input/event1"
[    40.891] (**) Option "_source" "server/udev"
[    40.967] (EE) xf86OpenSerial: Cannot open device /dev/input/event1
	Permission denied.
[    40.967] (II) event1: opening input device '/dev/input/event1' failed (Permission denied).
[    40.967] (II) event1  - failed to create input device '/dev/input/event1'.
[    40.967] (EE) libinput: Power Button: Failed to create a device for /dev/input/event1
[    40.967] (EE) PreInit returned 2 for "Power Button"
[    40.967] (II) UnloadModule: "libinput"
[    40.968] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    40.968] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    40.968] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    40.968] (II) Using input driver 'libinput' for 'Power Button'
[    40.968] (**) Power Button: always reports core events
[    40.968] (**) Option "Device" "/dev/input/event0"
[    40.968] (**) Option "_source" "server/udev"
[    40.970] (EE) xf86OpenSerial: Cannot open device /dev/input/event0
	Permission denied.
[    40.970] (II) event0: opening input device '/dev/input/event0' failed (Permission denied).
[    40.970] (II) event0  - failed to create input device '/dev/input/event0'.
[    40.970] (EE) libinput: Power Button: Failed to create a device for /dev/input/event0
[    40.970] (EE) PreInit returned 2 for "Power Button"
[    40.970] (II) UnloadModule: "libinput"
[    40.971] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event8)
[    40.971] (II) No input driver specified, ignoring this device.
[    40.971] (II) This device may have been added with another device file.
[    40.971] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
[    40.971] (II) No input driver specified, ignoring this device.
[    40.971] (II) This device may have been added with another device file.
[    40.972] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event5)
[    40.972] (II) No input driver specified, ignoring this device.
[    40.972] (II) This device may have been added with another device file.
[    40.973] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event6)
[    40.973] (II) No input driver specified, ignoring this device.
[    40.973] (II) This device may have been added with another device file.
[    40.973] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event7)
[    40.973] (II) No input driver specified, ignoring this device.
[    40.973] (II) This device may have been added with another device file.
[    40.974] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    40.974] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    40.974] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    40.974] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    40.974] (**) AT Translated Set 2 keyboard: always reports core events
[    40.974] (**) Option "Device" "/dev/input/event2"
[    40.974] (**) Option "_source" "server/udev"
[    40.976] (EE) xf86OpenSerial: Cannot open device /dev/input/event2
	Permission denied.
[    40.976] (II) event2: opening input device '/dev/input/event2' failed (Permission denied).
[    40.976] (II) event2  - failed to create input device '/dev/input/event2'.
[    40.976] (EE) libinput: AT Translated Set 2 keyboard: Failed to create a device for /dev/input/event2
[    40.976] (EE) PreInit returned 2 for "AT Translated Set 2 keyboard"
[    40.976] (II) UnloadModule: "libinput"
[    40.977] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/event9)
[    40.977] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "evdev pointer catchall"
[    40.977] (**) ImExPS/2 Generic Explorer Mouse: Applying InputClass "libinput pointer catchall"
[    40.977] (II) Using input driver 'libinput' for 'ImExPS/2 Generic Explorer Mouse'
[    40.977] (**) ImExPS/2 Generic Explorer Mouse: always reports core events
[    40.977] (**) Option "Device" "/dev/input/event9"
[    40.977] (**) Option "_source" "server/udev"
[    40.979] (EE) xf86OpenSerial: Cannot open device /dev/input/event9
	Permission denied.
[    40.979] (II) event9: opening input device '/dev/input/event9' failed (Permission denied).
[    40.979] (II) event9  - failed to create input device '/dev/input/event9'.
[    40.979] (EE) libinput: ImExPS/2 Generic Explorer Mouse: Failed to create a device for /dev/input/event9
[    40.979] (EE) PreInit returned 2 for "ImExPS/2 Generic Explorer Mouse"
[    40.979] (II) UnloadModule: "libinput"
[    40.979] (II) config/udev: Adding input device ImExPS/2 Generic Explorer Mouse (/dev/input/mouse0)
[    40.979] (II) No input driver specified, ignoring this device.
[    40.979] (II) This device may have been added with another device file.
[    40.980] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    40.980] (II) No input driver specified, ignoring this device.
[    40.980] (II) This device may have been added with another device file.
[    49.702] (II) RADEON(0): EDID vendor "HWP", prod id 13087
[    49.703] (II) RADEON(0): Using EDID range info for horizontal sync
[    49.703] (II) RADEON(0): Using EDID range info for vertical refresh
[    49.703] (II) RADEON(0): Printing DDC gathered Modelines:
[    49.703] (II) RADEON(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    49.703] (II) RADEON(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    49.703] (II) RADEON(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    49.703] (II) RADEON(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    49.703] (II) RADEON(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    49.703] (II) RADEON(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    49.703] (II) RADEON(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    49.703] (II) RADEON(0): Modeline "1440x900"x0.0  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
[    49.703] (II) RADEON(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    49.703] (II) RADEON(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    49.703] (II) RADEON(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    50.676] (II) Server terminated successfully (0). Closing log file.

And here's the journal for one of the aborted sessions:

Jan 31 11:19:29 spiffy kernel: Linux version 5.9.8-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35.1) #1 SMP PREEMPT Tue, 10 Nov 2020 22:44:11 +0000
Jan 31 11:19:29 spiffy kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=99d31093-1fa7-4d82-9bd5-479b98084a18 rw quiet
Jan 31 11:19:29 spiffy kernel: KERNEL supported cpus:
Jan 31 11:19:29 spiffy kernel:   Intel GenuineIntel
Jan 31 11:19:29 spiffy kernel:   AMD AuthenticAMD
Jan 31 11:19:29 spiffy kernel:   Hygon HygonGenuine
Jan 31 11:19:29 spiffy kernel:   Centaur CentaurHauls
Jan 31 11:19:29 spiffy kernel:   zhaoxin   Shanghai
Jan 31 11:19:29 spiffy kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 31 11:19:29 spiffy kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 31 11:19:29 spiffy kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 31 11:19:29 spiffy kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 31 11:19:29 spiffy kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jan 31 11:19:29 spiffy kernel: BIOS-provided physical RAM map:
Jan 31 11:19:29 spiffy kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009abff] usable
Jan 31 11:19:29 spiffy kernel: BIOS-e820: [mem 0x000000000009ac00-0x000000000009ffff] reserved
Jan 31 11:19:29 spiffy kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Jan 31 11:19:29 spiffy kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000cf1f7fff] usable
Jan 31 11:19:29 spiffy kernel: BIOS-e820: [mem 0x00000000cf1f8000-0x00000000cf23bfff] reserved
Jan 31 11:19:29 spiffy kernel: BIOS-e820: [mem 0x00000000cf23c000-0x00000000cf5b6fff] usable
Jan 31 11:19:29 spiffy kernel: BIOS-e820: [mem 0x00000000cf5b7000-0x00000000cf5e6fff] reserved
Jan 31 11:19:29 spiffy kernel: BIOS-e820: [mem 0x00000000cf5e7000-0x00000000cf7e6fff] ACPI NVS
Jan 31 11:19:29 spiffy kernel: BIOS-e820: [mem 0x00000000cf7e7000-0x00000000cf7fefff] ACPI data
Jan 31 11:19:29 spiffy kernel: BIOS-e820: [mem 0x00000000cf7ff000-0x00000000cf7fffff] usable
Jan 31 11:19:29 spiffy kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jan 31 11:19:29 spiffy kernel: BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffc1ffff] reserved
Jan 31 11:19:29 spiffy kernel: BIOS-e820: [mem 0x0000000100000000-0x000000012dffffff] usable
Jan 31 11:19:29 spiffy kernel: NX (Execute Disable) protection: active
Jan 31 11:19:29 spiffy kernel: SMBIOS 2.6 present.
Jan 31 11:19:29 spiffy kernel: DMI: Dell Inc. OptiPlex 990/06D7TR, BIOS A18 09/24/2013
Jan 31 11:19:29 spiffy kernel: tsc: Fast TSC calibration using PIT
Jan 31 11:19:29 spiffy kernel: tsc: Detected 3093.126 MHz processor
Jan 31 11:19:29 spiffy kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 31 11:19:29 spiffy kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 31 11:19:29 spiffy kernel: last_pfn = 0x12e000 max_arch_pfn = 0x400000000
Jan 31 11:19:29 spiffy kernel: MTRR default type: uncachable
Jan 31 11:19:29 spiffy kernel: MTRR fixed ranges enabled:
Jan 31 11:19:29 spiffy kernel:   00000-97FFF write-back
Jan 31 11:19:29 spiffy kernel:   98000-9BFFF write-protect
Jan 31 11:19:29 spiffy kernel:   9C000-9FFFF write-back
Jan 31 11:19:29 spiffy kernel:   A0000-BFFFF uncachable
Jan 31 11:19:29 spiffy kernel:   C0000-FFFFF write-protect
Jan 31 11:19:29 spiffy kernel: MTRR variable ranges enabled:
Jan 31 11:19:29 spiffy kernel:   0 base 000000000 mask F80000000 write-back
Jan 31 11:19:29 spiffy kernel:   1 base 080000000 mask FC0000000 write-back
Jan 31 11:19:29 spiffy kernel:   2 base 0C0000000 mask FF0000000 write-back
Jan 31 11:19:29 spiffy kernel:   3 base 100000000 mask FE0000000 write-back
Jan 31 11:19:29 spiffy kernel:   4 base 120000000 mask FF0000000 write-back
Jan 31 11:19:29 spiffy kernel:   5 base 12E000000 mask FFE000000 uncachable
Jan 31 11:19:29 spiffy kernel:   6 base 0FFC00000 mask FFFC00000 write-protect
Jan 31 11:19:29 spiffy kernel:   7 disabled
Jan 31 11:19:29 spiffy kernel:   8 disabled
Jan 31 11:19:29 spiffy kernel:   9 disabled
Jan 31 11:19:29 spiffy kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
Jan 31 11:19:29 spiffy kernel: last_pfn = 0xcf800 max_arch_pfn = 0x400000000
Jan 31 11:19:29 spiffy kernel: found SMP MP-table at [mem 0x000f2240-0x000f224f]
Jan 31 11:19:29 spiffy kernel: check: Scanning 1 areas for low memory corruption
Jan 31 11:19:29 spiffy kernel: RAMDISK: [mem 0x36ce6000-0x3766afff]
Jan 31 11:19:29 spiffy kernel: ACPI: Early table checksum verification disabled
Jan 31 11:19:29 spiffy kernel: ACPI: RSDP 0x00000000000FE300 000024 (v02 DELL  )
Jan 31 11:19:29 spiffy kernel: ACPI: XSDT 0x00000000CF7FDE18 00007C (v01 DELL   CBX3     06222004 MSFT 00010013)
Jan 31 11:19:29 spiffy kernel: ACPI: FACP 0x00000000CF787D98 0000F4 (v04 DELL   CBX3     06222004 MSFT 00010013)
Jan 31 11:19:29 spiffy kernel: ACPI: DSDT 0x00000000CF771018 007581 (v02 INT430 SYSFexxx 00001001 INTL 20090903)
Jan 31 11:19:29 spiffy kernel: ACPI: FACS 0x00000000CF7E4E40 000040
Jan 31 11:19:29 spiffy kernel: ACPI: FACS 0x00000000CF7E4D40 000040
Jan 31 11:19:29 spiffy kernel: ACPI: APIC 0x00000000CF7FCF18 0000CC (v02 DELL   CBX3     06222004 MSFT 00010013)
Jan 31 11:19:29 spiffy kernel: ACPI: TCPA 0x00000000CF7E5D18 000032 (v02                 00000000      00000000)
Jan 31 11:19:29 spiffy kernel: ACPI: SSDT 0x00000000CF788A98 0002F9 (v01 DELLTP TPM      00003000 INTL 20090903)
Jan 31 11:19:29 spiffy kernel: ACPI: MCFG 0x00000000CF7E5C98 00003C (v01 DELL   SNDYBRDG 06222004 MSFT 00000097)
Jan 31 11:19:29 spiffy kernel: ACPI: HPET 0x00000000CF7E5C18 000038 (v01 A M I   PCHHPET 06222004 AMI. 00000003)
Jan 31 11:19:29 spiffy kernel: ACPI: BOOT 0x00000000CF7E5B98 000028 (v01 DELL   CBX3     06222004 AMI  00010013)
Jan 31 11:19:29 spiffy kernel: ACPI: SSDT 0x00000000CF77E818 0007C2 (v01 PmRef  Cpu0Ist  00003000 INTL 20090903)
Jan 31 11:19:29 spiffy kernel: ACPI: SSDT 0x00000000CF77D018 000996 (v01 PmRef  CpuPm    00003000 INTL 20090903)
Jan 31 11:19:29 spiffy kernel: ACPI: DMAR 0x00000000CF7E4A18 0000B0 (v01 INTEL  SNB      00000001 INTL 00000001)
Jan 31 11:19:29 spiffy kernel: ACPI: SLIC 0x00000000CF786C18 000176 (v03 DELL   CBX3     06222004 MSFT 00010013)
Jan 31 11:19:29 spiffy kernel: ACPI: Local APIC address 0xfee00000
Jan 31 11:19:29 spiffy kernel: No NUMA configuration found
Jan 31 11:19:29 spiffy kernel: Faking a node at [mem 0x0000000000000000-0x000000012dffffff]
Jan 31 11:19:29 spiffy kernel: NODE_DATA(0) allocated [mem 0x12dff8000-0x12dffbfff]
Jan 31 11:19:29 spiffy kernel: Zone ranges:
Jan 31 11:19:29 spiffy kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jan 31 11:19:29 spiffy kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jan 31 11:19:29 spiffy kernel:   Normal   [mem 0x0000000100000000-0x000000012dffffff]
Jan 31 11:19:29 spiffy kernel:   Device   empty
Jan 31 11:19:29 spiffy kernel: Movable zone start for each node
Jan 31 11:19:29 spiffy kernel: Early memory node ranges
Jan 31 11:19:29 spiffy kernel:   node   0: [mem 0x0000000000001000-0x0000000000099fff]
Jan 31 11:19:29 spiffy kernel:   node   0: [mem 0x0000000000100000-0x00000000cf1f7fff]
Jan 31 11:19:29 spiffy kernel:   node   0: [mem 0x00000000cf23c000-0x00000000cf5b6fff]
Jan 31 11:19:29 spiffy kernel:   node   0: [mem 0x00000000cf7ff000-0x00000000cf7fffff]
Jan 31 11:19:29 spiffy kernel:   node   0: [mem 0x0000000100000000-0x000000012dffffff]
Jan 31 11:19:29 spiffy kernel: Zeroed struct page in unavailable ranges: 10995 pages
Jan 31 11:19:29 spiffy kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000012dffffff]
Jan 31 11:19:29 spiffy kernel: On node 0 totalpages: 1037581
Jan 31 11:19:29 spiffy kernel:   DMA zone: 64 pages used for memmap
Jan 31 11:19:29 spiffy kernel:   DMA zone: 21 pages reserved
Jan 31 11:19:29 spiffy kernel:   DMA zone: 3993 pages, LIFO batch:0
Jan 31 11:19:29 spiffy kernel:   DMA32 zone: 13206 pages used for memmap
Jan 31 11:19:29 spiffy kernel:   DMA32 zone: 845172 pages, LIFO batch:63
Jan 31 11:19:29 spiffy kernel:   Normal zone: 2944 pages used for memmap
Jan 31 11:19:29 spiffy kernel:   Normal zone: 188416 pages, LIFO batch:63
Jan 31 11:19:29 spiffy kernel: ACPI: PM-Timer IO Port: 0x408
Jan 31 11:19:29 spiffy kernel: ACPI: Local APIC address 0xfee00000
Jan 31 11:19:29 spiffy kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jan 31 11:19:29 spiffy kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 31 11:19:29 spiffy kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jan 31 11:19:29 spiffy kernel: ACPI: IRQ0 used by override.
Jan 31 11:19:29 spiffy kernel: ACPI: IRQ9 used by override.
Jan 31 11:19:29 spiffy kernel: Using ACPI (MADT) for SMP configuration information
Jan 31 11:19:29 spiffy kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Jan 31 11:19:29 spiffy kernel: TSC deadline timer available
Jan 31 11:19:29 spiffy kernel: smpboot: Allowing 16 CPUs, 12 hotplug CPUs
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0x0009a000-0x0009afff]
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0x0009b000-0x0009ffff]
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0xcf1f8000-0xcf23bfff]
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0xcf5b7000-0xcf5e6fff]
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0xcf5e7000-0xcf7e6fff]
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0xcf7e7000-0xcf7fefff]
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0xcf800000-0xfed1bfff]
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffbfffff]
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0xffc00000-0xffc1ffff]
Jan 31 11:19:29 spiffy kernel: PM: hibernation: Registered nosave memory: [mem 0xffc20000-0xffffffff]
Jan 31 11:19:29 spiffy kernel: [mem 0xcf800000-0xfed1bfff] available for PCI devices
Jan 31 11:19:29 spiffy kernel: Booting paravirtualized kernel on bare hardware
Jan 31 11:19:29 spiffy kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jan 31 11:19:29 spiffy kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Jan 31 11:19:29 spiffy kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Jan 31 11:19:29 spiffy kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Jan 31 11:19:29 spiffy kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Jan 31 11:19:29 spiffy kernel: Built 1 zonelists, mobility grouping on.  Total pages: 1021346
Jan 31 11:19:29 spiffy kernel: Policy zone: Normal
Jan 31 11:19:29 spiffy kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=99d31093-1fa7-4d82-9bd5-479b98084a18 rw quiet
Jan 31 11:19:29 spiffy kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Jan 31 11:19:29 spiffy kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 31 11:19:29 spiffy kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Jan 31 11:19:29 spiffy kernel: Memory: 3964092K/4150324K available (14339K kernel code, 1505K rwdata, 7948K rodata, 1660K init, 2944K bss, 185972K reserved, 0K cma-reserved)
Jan 31 11:19:29 spiffy kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
Jan 31 11:19:29 spiffy kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Jan 31 11:19:29 spiffy kernel: Kernel/User page tables isolation: enabled
Jan 31 11:19:29 spiffy kernel: ftrace: allocating 40882 entries in 160 pages
Jan 31 11:19:29 spiffy kernel: ftrace: allocated 160 pages with 2 groups
Jan 31 11:19:29 spiffy kernel: rcu: Preemptible hierarchical RCU implementation.
Jan 31 11:19:29 spiffy kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Jan 31 11:19:29 spiffy kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Jan 31 11:19:29 spiffy kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jan 31 11:19:29 spiffy kernel:         Trampoline variant of Tasks RCU enabled.
Jan 31 11:19:29 spiffy kernel:         Rude variant of Tasks RCU enabled.
Jan 31 11:19:29 spiffy kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jan 31 11:19:29 spiffy kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Jan 31 11:19:29 spiffy kernel: NR_IRQS: 20736, nr_irqs: 552, preallocated irqs: 16
Jan 31 11:19:29 spiffy kernel: Console: colour dummy device 80x25
Jan 31 11:19:29 spiffy kernel: printk: console [tty0] enabled
Jan 31 11:19:29 spiffy kernel: ACPI: Core revision 20200717
Jan 31 11:19:29 spiffy kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jan 31 11:19:29 spiffy kernel: APIC: Switch to symmetric I/O mode setup
Jan 31 11:19:29 spiffy kernel: DMAR: Host address width 36
Jan 31 11:19:29 spiffy kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jan 31 11:19:29 spiffy kernel: DMAR: dmar0: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
Jan 31 11:19:29 spiffy kernel: DMAR: RMRR base: 0x000000cf5c6000 end: 0x000000cf5d5fff
Jan 31 11:19:29 spiffy kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 0
Jan 31 11:19:29 spiffy kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jan 31 11:19:29 spiffy kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jan 31 11:19:29 spiffy kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jan 31 11:19:29 spiffy kernel: x2apic enabled
Jan 31 11:19:29 spiffy kernel: Switched APIC routing to cluster x2apic.
Jan 31 11:19:29 spiffy kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 31 11:19:29 spiffy kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2c95e9ed35e, max_idle_ns: 440795305777 ns
Jan 31 11:19:29 spiffy kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6188.01 BogoMIPS (lpj=10310420)
Jan 31 11:19:29 spiffy kernel: pid_max: default: 32768 minimum: 301
Jan 31 11:19:29 spiffy kernel: LSM: Security Framework initializing
Jan 31 11:19:29 spiffy kernel: Yama: becoming mindful.
Jan 31 11:19:29 spiffy kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Jan 31 11:19:29 spiffy kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Jan 31 11:19:29 spiffy kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Jan 31 11:19:29 spiffy kernel: process: using mwait in idle threads
Jan 31 11:19:29 spiffy kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Jan 31 11:19:29 spiffy kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Jan 31 11:19:29 spiffy kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jan 31 11:19:29 spiffy kernel: Spectre V2 : Mitigation: Full generic retpoline
Jan 31 11:19:29 spiffy kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jan 31 11:19:29 spiffy kernel: Speculative Store Bypass: Vulnerable
Jan 31 11:19:29 spiffy kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Jan 31 11:19:29 spiffy kernel: Freeing SMP alternatives memory: 32K
Jan 31 11:19:29 spiffy kernel: smpboot: CPU0: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Jan 31 11:19:29 spiffy kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Jan 31 11:19:29 spiffy kernel: ... version:                3
Jan 31 11:19:29 spiffy kernel: ... bit width:              48
Jan 31 11:19:29 spiffy kernel: ... generic registers:      8
Jan 31 11:19:29 spiffy kernel: ... value mask:             0000ffffffffffff
Jan 31 11:19:29 spiffy kernel: ... max period:             00007fffffffffff
Jan 31 11:19:29 spiffy kernel: ... fixed-purpose events:   3
Jan 31 11:19:29 spiffy kernel: ... event mask:             00000007000000ff
Jan 31 11:19:29 spiffy kernel: rcu: Hierarchical SRCU implementation.
Jan 31 11:19:29 spiffy kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 31 11:19:29 spiffy kernel: smp: Bringing up secondary CPUs ...
Jan 31 11:19:29 spiffy kernel: x86: Booting SMP configuration:
Jan 31 11:19:29 spiffy kernel: .... node  #0, CPUs:        #1  #2  #3
Jan 31 11:19:29 spiffy kernel: smp: Brought up 1 node, 4 CPUs
Jan 31 11:19:29 spiffy kernel: smpboot: Max logical packages: 4
Jan 31 11:19:29 spiffy kernel: smpboot: Total of 4 processors activated (24754.05 BogoMIPS)
Jan 31 11:19:29 spiffy kernel: devtmpfs: initialized
Jan 31 11:19:29 spiffy kernel: x86/mm: Memory block size: 128MB
Jan 31 11:19:29 spiffy kernel: PM: Registering ACPI NVS region [mem 0xcf5e7000-0xcf7e6fff] (2097152 bytes)
Jan 31 11:19:29 spiffy kernel: reboot: Dell OptiPlex 990 series board detected. Selecting PCI-method for reboots.
Jan 31 11:19:29 spiffy kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jan 31 11:19:29 spiffy kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jan 31 11:19:29 spiffy kernel: pinctrl core: initialized pinctrl subsystem
Jan 31 11:19:29 spiffy kernel: PM: RTC time: 19:19:24, date: 2021-01-31
Jan 31 11:19:29 spiffy kernel: NET: Registered protocol family 16
Jan 31 11:19:29 spiffy kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Jan 31 11:19:29 spiffy kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jan 31 11:19:29 spiffy kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jan 31 11:19:29 spiffy kernel: audit: initializing netlink subsys (disabled)
Jan 31 11:19:29 spiffy kernel: audit: type=2000 audit(1612120764.026:1): state=initialized audit_enabled=0 res=1
Jan 31 11:19:29 spiffy kernel: thermal_sys: Registered thermal governor 'fair_share'
Jan 31 11:19:29 spiffy kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jan 31 11:19:29 spiffy kernel: thermal_sys: Registered thermal governor 'step_wise'
Jan 31 11:19:29 spiffy kernel: thermal_sys: Registered thermal governor 'user_space'
Jan 31 11:19:29 spiffy kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jan 31 11:19:29 spiffy kernel: cpuidle: using governor ladder
Jan 31 11:19:29 spiffy kernel: cpuidle: using governor menu
Jan 31 11:19:29 spiffy kernel: Simple Boot Flag at 0xf3 set to 0x1
Jan 31 11:19:29 spiffy kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jan 31 11:19:29 spiffy kernel: ACPI: bus type PCI registered
Jan 31 11:19:29 spiffy kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 31 11:19:29 spiffy kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Jan 31 11:19:29 spiffy kernel: PCI: not using MMCONFIG
Jan 31 11:19:29 spiffy kernel: PCI: Using configuration type 1 for base access
Jan 31 11:19:29 spiffy kernel: core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
Jan 31 11:19:29 spiffy kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jan 31 11:19:29 spiffy kernel: mtrr: your CPUs had inconsistent fixed MTRR settings
Jan 31 11:19:29 spiffy kernel: mtrr: your CPUs had inconsistent variable MTRR settings
Jan 31 11:19:29 spiffy kernel: mtrr: probably your BIOS does not setup all CPUs.
Jan 31 11:19:29 spiffy kernel: mtrr: corrected configuration.
Jan 31 11:19:29 spiffy kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Jan 31 11:19:29 spiffy kernel: ACPI: Added _OSI(Module Device)
Jan 31 11:19:29 spiffy kernel: ACPI: Added _OSI(Processor Device)
Jan 31 11:19:29 spiffy kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 31 11:19:29 spiffy kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 31 11:19:29 spiffy kernel: ACPI: Added _OSI(Linux-Dell-Video)
Jan 31 11:19:29 spiffy kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jan 31 11:19:29 spiffy kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Jan 31 11:19:29 spiffy kernel: ACPI: 4 ACPI AML tables successfully acquired and loaded
Jan 31 11:19:29 spiffy kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jan 31 11:19:29 spiffy kernel: ACPI: Dynamic OEM Table Load:
Jan 31 11:19:29 spiffy kernel: ACPI: SSDT 0xFFFF910968ACA000 000727 (v01 PmRef  Cpu0Cst  00003001 INTL 20090903)
Jan 31 11:19:29 spiffy kernel: ACPI: Dynamic OEM Table Load:
Jan 31 11:19:29 spiffy kernel: ACPI: SSDT 0xFFFF910968AE3000 000303 (v01 PmRef  ApIst    00003000 INTL 20090903)
Jan 31 11:19:29 spiffy kernel: ACPI: Dynamic OEM Table Load:
Jan 31 11:19:29 spiffy kernel: ACPI: SSDT 0xFFFF9109685EBE00 000119 (v01 PmRef  ApCst    00003000 INTL 20090903)
Jan 31 11:19:29 spiffy kernel: ACPI: Interpreter enabled
Jan 31 11:19:29 spiffy kernel: ACPI: (supports S0 S3 S4 S5)
Jan 31 11:19:29 spiffy kernel: ACPI: Using IOAPIC for interrupt routing
Jan 31 11:19:29 spiffy kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Jan 31 11:19:29 spiffy kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
Jan 31 11:19:29 spiffy kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 31 11:19:29 spiffy kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
Jan 31 11:19:29 spiffy kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Jan 31 11:19:29 spiffy kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jan 31 11:19:29 spiffy kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Jan 31 11:19:29 spiffy kernel: PCI host bridge to bus 0000:00
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfeafffff window]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:00.0: [8086:0100] type 00 class 0x060000
Jan 31 11:19:29 spiffy kernel: pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
Jan 31 11:19:29 spiffy kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jan 31 11:19:29 spiffy kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
Jan 31 11:19:29 spiffy kernel: pci 0000:00:16.0: reg 0x10: [mem 0xe15b0000-0xe15b000f 64bit]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jan 31 11:19:29 spiffy kernel: pci 0000:00:16.3: [8086:1c3d] type 00 class 0x070002
Jan 31 11:19:29 spiffy kernel: pci 0000:00:16.3: reg 0x10: [io  0x40a0-0x40a7]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:16.3: reg 0x14: [mem 0xe1590000-0xe1590fff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
Jan 31 11:19:29 spiffy kernel: pci 0000:00:19.0: reg 0x10: [mem 0xe1500000-0xe151ffff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:19.0: reg 0x14: [mem 0xe1580000-0xe1580fff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:19.0: reg 0x18: [io  0x4040-0x405f]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xe1570000-0xe15703ff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xe1560000-0xe1563fff 64bit]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xe1550000-0xe15503ff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1f.0: [8086:1c4e] type 00 class 0x060100
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1f.2: reg 0x10: [io  0x4090-0x4097]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1f.2: reg 0x14: [io  0x4080-0x4083]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1f.2: reg 0x18: [io  0x4070-0x4077]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x4060-0x4063]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1f.2: reg 0x20: [io  0x4020-0x403f]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xe1540000-0xe15407ff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1f.2: PME# supported from D3hot
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xe1530000-0xe15300ff 64bit]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1f.3: reg 0x20: [io  0x4000-0x401f]
Jan 31 11:19:29 spiffy kernel: pci 0000:01:00.0: [1002:68f9] type 00 class 0x030000
Jan 31 11:19:29 spiffy kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
Jan 31 11:19:29 spiffy kernel: pci 0000:01:00.0: reg 0x18: [mem 0xe1420000-0xe143ffff 64bit]
Jan 31 11:19:29 spiffy kernel: pci 0000:01:00.0: reg 0x20: [io  0x3000-0x30ff]
Jan 31 11:19:29 spiffy kernel: pci 0000:01:00.0: reg 0x30: [mem 0xe1400000-0xe141ffff pref]
Jan 31 11:19:29 spiffy kernel: pci 0000:01:00.0: enabling Extended Tags
Jan 31 11:19:29 spiffy kernel: pci 0000:01:00.0: supports D1 D2
Jan 31 11:19:29 spiffy kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:01.0:   bridge window [mem 0xe1400000-0xe14fffff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.2:   bridge window [mem 0xe0a00000-0xe13fffff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.2:   bridge window [mem 0xe0000000-0xe09fffff 64bit pref]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:04: extended config space not accessible
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1e.0:   bridge window [mem 0xd0000000-0xfeafffff window] (subtractive decode)
Jan 31 11:19:29 spiffy kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
Jan 31 11:19:29 spiffy kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
Jan 31 11:19:29 spiffy kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
Jan 31 11:19:29 spiffy kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Jan 31 11:19:29 spiffy kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
Jan 31 11:19:29 spiffy kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Jan 31 11:19:29 spiffy kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
Jan 31 11:19:29 spiffy kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Jan 31 11:19:29 spiffy kernel: iommu: Default domain type: Translated 
Jan 31 11:19:29 spiffy kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Jan 31 11:19:29 spiffy kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jan 31 11:19:29 spiffy kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jan 31 11:19:29 spiffy kernel: vgaarb: loaded
Jan 31 11:19:29 spiffy kernel: SCSI subsystem initialized
Jan 31 11:19:29 spiffy kernel: libata version 3.00 loaded.
Jan 31 11:19:29 spiffy kernel: ACPI: bus type USB registered
Jan 31 11:19:29 spiffy kernel: usbcore: registered new interface driver usbfs
Jan 31 11:19:29 spiffy kernel: usbcore: registered new interface driver hub
Jan 31 11:19:29 spiffy kernel: usbcore: registered new device driver usb
Jan 31 11:19:29 spiffy kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 31 11:19:29 spiffy kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 31 11:19:29 spiffy kernel: PTP clock support registered
Jan 31 11:19:29 spiffy kernel: EDAC MC: Ver: 3.0.0
Jan 31 11:19:29 spiffy kernel: NetLabel: Initializing
Jan 31 11:19:29 spiffy kernel: NetLabel:  domain hash size = 128
Jan 31 11:19:29 spiffy kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 31 11:19:29 spiffy kernel: NetLabel:  unlabeled traffic allowed by default
Jan 31 11:19:29 spiffy kernel: PCI: Using ACPI for IRQ routing
Jan 31 11:19:29 spiffy kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 31 11:19:29 spiffy kernel: e820: reserve RAM buffer [mem 0x0009ac00-0x0009ffff]
Jan 31 11:19:29 spiffy kernel: e820: reserve RAM buffer [mem 0xcf1f8000-0xcfffffff]
Jan 31 11:19:29 spiffy kernel: e820: reserve RAM buffer [mem 0xcf5b7000-0xcfffffff]
Jan 31 11:19:29 spiffy kernel: e820: reserve RAM buffer [mem 0xcf800000-0xcfffffff]
Jan 31 11:19:29 spiffy kernel: e820: reserve RAM buffer [mem 0x12e000000-0x12fffffff]
Jan 31 11:19:29 spiffy kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jan 31 11:19:29 spiffy kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jan 31 11:19:29 spiffy kernel: clocksource: Switched to clocksource tsc-early
Jan 31 11:19:29 spiffy kernel: VFS: Disk quotas dquot_6.6.0
Jan 31 11:19:29 spiffy kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 31 11:19:29 spiffy kernel: pnp: PnP ACPI init
Jan 31 11:19:29 spiffy kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:00: [io  0xffff] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:00: [io  0xffff] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:00: [io  0xffff] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:00: [io  0x0400-0x0453] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:00: [io  0x0458-0x047f] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:00: [io  0x0500-0x057f] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 31 11:19:29 spiffy kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Jan 31 11:19:29 spiffy kernel: system 00:02: [io  0x0454-0x0457] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Jan 31 11:19:29 spiffy kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
Jan 31 11:19:29 spiffy kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0f13 (active)
Jan 31 11:19:29 spiffy kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
Jan 31 11:19:29 spiffy kernel: system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
Jan 31 11:19:29 spiffy kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:06: [mem 0xff000000-0xffffffff] could not be reserved
Jan 31 11:19:29 spiffy kernel: system 00:06: [mem 0xfee00000-0xfeefffff] has been reserved
Jan 31 11:19:29 spiffy kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Jan 31 11:19:29 spiffy kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
Jan 31 11:19:29 spiffy kernel: pnp: PnP ACPI: found 8 devices
Jan 31 11:19:29 spiffy kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jan 31 11:19:29 spiffy kernel: NET: Registered protocol family 2
Jan 31 11:19:29 spiffy kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Jan 31 11:19:29 spiffy kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jan 31 11:19:29 spiffy kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
Jan 31 11:19:29 spiffy kernel: TCP: Hash tables configured (established 32768 bind 32768)
Jan 31 11:19:29 spiffy kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Jan 31 11:19:29 spiffy kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Jan 31 11:19:29 spiffy kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Jan 31 11:19:29 spiffy kernel: NET: Registered protocol family 1
Jan 31 11:19:29 spiffy kernel: NET: Registered protocol family 44
Jan 31 11:19:29 spiffy kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:01.0:   bridge window [mem 0xe1400000-0xe14fffff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.2:   bridge window [io  0x2000-0x2fff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.2:   bridge window [mem 0xe0a00000-0xe13fffff]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1c.2:   bridge window [mem 0xe0000000-0xe09fffff 64bit pref]
Jan 31 11:19:29 spiffy kernel: pci 0000:00:1e.0: PCI bridge to [bus 04]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:00: resource 7 [mem 0xd0000000-0xfeafffff window]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:01: resource 1 [mem 0xe1400000-0xe14fffff]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:03: resource 1 [mem 0xe0a00000-0xe13fffff]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:03: resource 2 [mem 0xe0000000-0xe09fffff 64bit pref]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
Jan 31 11:19:29 spiffy kernel: pci_bus 0000:04: resource 7 [mem 0xd0000000-0xfeafffff window]
Jan 31 11:19:29 spiffy kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jan 31 11:19:29 spiffy kernel: PCI: CLS 64 bytes, default 64
Jan 31 11:19:29 spiffy kernel: Trying to unpack rootfs image as initramfs...
Jan 31 11:19:29 spiffy kernel: Freeing initrd memory: 9748K
Jan 31 11:19:29 spiffy kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 31 11:19:29 spiffy kernel: software IO TLB: mapped [mem 0xcb1f8000-0xcf1f8000] (64MB)
Jan 31 11:19:29 spiffy kernel: check: Scanning for low memory corruption every 60 seconds
Jan 31 11:19:29 spiffy kernel: Initialise system trusted keyrings
Jan 31 11:19:29 spiffy kernel: Key type blacklist registered
Jan 31 11:19:29 spiffy kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
Jan 31 11:19:29 spiffy kernel: zbud: loaded
Jan 31 11:19:29 spiffy kernel: Key type asymmetric registered
Jan 31 11:19:29 spiffy kernel: Asymmetric key parser 'x509' registered
Jan 31 11:19:29 spiffy kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
Jan 31 11:19:29 spiffy kernel: io scheduler mq-deadline registered
Jan 31 11:19:29 spiffy kernel: io scheduler kyber registered
Jan 31 11:19:29 spiffy kernel: io scheduler bfq registered
Jan 31 11:19:29 spiffy kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 31 11:19:29 spiffy kernel: vesafb: mode is 1400x1050x32, linelength=5632, pages=0
Jan 31 11:19:29 spiffy kernel: vesafb: scrolling: redraw
Jan 31 11:19:29 spiffy kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
Jan 31 11:19:29 spiffy kernel: vesafb: framebuffer at 0xd0000000, mapped to 0x(____ptrval____), using 5824k, total 5824k
Jan 31 11:19:29 spiffy kernel: fbcon: Deferring console take-over
Jan 31 11:19:29 spiffy kernel: fb0: VESA VGA frame buffer device
Jan 31 11:19:29 spiffy kernel: intel_idle: MWAIT substates: 0x1120
Jan 31 11:19:29 spiffy kernel: intel_idle: v0.5.1 model 0x2A
Jan 31 11:19:29 spiffy kernel: intel_idle: Local APIC timer is reliable in all C-states
Jan 31 11:19:29 spiffy kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jan 31 11:19:29 spiffy kernel: ACPI: Power Button [PWRB]
Jan 31 11:19:29 spiffy kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Jan 31 11:19:29 spiffy kernel: ACPI: Power Button [PWRF]
Jan 31 11:19:29 spiffy kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jan 31 11:19:29 spiffy kernel: 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jan 31 11:19:29 spiffy kernel: 0000:00:16.3: ttyS1 at I/O 0x40a0 (irq = 17, base_baud = 115200) is a 16550A
Jan 31 11:19:29 spiffy kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Jan 31 11:19:29 spiffy kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Jan 31 11:19:29 spiffy kernel: ahci 0000:00:1f.2: version 3.0
Jan 31 11:19:29 spiffy kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl SATA mode
Jan 31 11:19:29 spiffy kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
Jan 31 11:19:29 spiffy kernel: scsi host0: ahci
Jan 31 11:19:29 spiffy kernel: scsi host1: ahci
Jan 31 11:19:29 spiffy kernel: scsi host2: ahci
Jan 31 11:19:29 spiffy kernel: scsi host3: ahci
Jan 31 11:19:29 spiffy kernel: scsi host4: ahci
Jan 31 11:19:29 spiffy kernel: scsi host5: ahci
Jan 31 11:19:29 spiffy kernel: ata1: SATA max UDMA/133 abar m2048@0xe1540000 port 0xe1540100 irq 28
Jan 31 11:19:29 spiffy kernel: ata2: SATA max UDMA/133 abar m2048@0xe1540000 port 0xe1540180 irq 28
Jan 31 11:19:29 spiffy kernel: ata3: SATA max UDMA/133 abar m2048@0xe1540000 port 0xe1540200 irq 28
Jan 31 11:19:29 spiffy kernel: ata4: DUMMY
Jan 31 11:19:29 spiffy kernel: ata5: DUMMY
Jan 31 11:19:29 spiffy kernel: ata6: DUMMY
Jan 31 11:19:29 spiffy kernel: usbcore: registered new interface driver usbserial_generic
Jan 31 11:19:29 spiffy kernel: usbserial: USB Serial support registered for generic
Jan 31 11:19:29 spiffy kernel: rtc_cmos 00:01: RTC can wake from S4
Jan 31 11:19:29 spiffy kernel: rtc_cmos 00:01: registered as rtc0
Jan 31 11:19:29 spiffy kernel: rtc_cmos 00:01: setting system clock to 2021-01-31T19:19:24 UTC (1612120764)
Jan 31 11:19:29 spiffy kernel: rtc_cmos 00:01: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
Jan 31 11:19:29 spiffy kernel: intel_pstate: Intel P-state driver initializing
Jan 31 11:19:29 spiffy kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 31 11:19:29 spiffy kernel: drop_monitor: Initializing network drop monitor service
Jan 31 11:19:29 spiffy kernel: NET: Registered protocol family 10
Jan 31 11:19:29 spiffy kernel: Segment Routing with IPv6
Jan 31 11:19:29 spiffy kernel: RPL Segment Routing with IPv6
Jan 31 11:19:29 spiffy kernel: NET: Registered protocol family 17
Jan 31 11:19:29 spiffy kernel: microcode: sig=0x206a7, pf=0x2, revision=0x29
Jan 31 11:19:29 spiffy kernel: microcode: Microcode Update Driver: v2.2.
Jan 31 11:19:29 spiffy kernel: IPI shorthand broadcast: enabled
Jan 31 11:19:29 spiffy kernel: sched_clock: Marking stable (312470469, 158393)->(317556375, -4927513)
Jan 31 11:19:29 spiffy kernel: registered taskstats version 1
Jan 31 11:19:29 spiffy kernel: Loading compiled-in X.509 certificates
Jan 31 11:19:29 spiffy kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 8a1ebdb83e6cd1dd6d45cbc32415fde47d555c5b'
Jan 31 11:19:29 spiffy kernel: zswap: loaded using pool lz4/z3fold
Jan 31 11:19:29 spiffy kernel: Key type ._fscrypt registered
Jan 31 11:19:29 spiffy kernel: Key type .fscrypt registered
Jan 31 11:19:29 spiffy kernel: Key type fscrypt-provisioning registered
Jan 31 11:19:29 spiffy kernel: PM:   Magic number: 5:586:345
Jan 31 11:19:29 spiffy kernel: tty tty62: hash matches
Jan 31 11:19:29 spiffy kernel: RAS: Correctable Errors collector initialized.
Jan 31 11:19:29 spiffy kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jan 31 11:19:29 spiffy kernel: ata3.00: ATA-8: WDC WD3200AAJS-56M0A0, 01.03E01, max UDMA/133
Jan 31 11:19:29 spiffy kernel: ata3.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jan 31 11:19:29 spiffy kernel: ata3.00: configured for UDMA/133
Jan 31 11:19:29 spiffy kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jan 31 11:19:29 spiffy kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Jan 31 11:19:29 spiffy kernel: ata1.00: ATA-8: WDC WD6400AAKS-65A7B2, 01.03B01, max UDMA/133
Jan 31 11:19:29 spiffy kernel: ata1.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jan 31 11:19:29 spiffy kernel: ata1.00: configured for UDMA/133
Jan 31 11:19:29 spiffy kernel: scsi 0:0:0:0: Direct-Access     ATA      WDC WD6400AAKS-6 3B01 PQ: 0 ANSI: 5
Jan 31 11:19:29 spiffy kernel: sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
Jan 31 11:19:29 spiffy kernel: sd 0:0:0:0: [sda] Write Protect is off
Jan 31 11:19:29 spiffy kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jan 31 11:19:29 spiffy kernel: ata2.00: ATAPI: HL-DT-ST DVD+/-RW GH70N, A101, max UDMA/100
Jan 31 11:19:29 spiffy kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 31 11:19:29 spiffy kernel: ata2.00: configured for UDMA/100
Jan 31 11:19:29 spiffy kernel:  sda: sda1 sda2 sda3 sda4
Jan 31 11:19:29 spiffy kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jan 31 11:19:29 spiffy kernel: scsi 1:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GH70N    A101 PQ: 0 ANSI: 5
Jan 31 11:19:29 spiffy kernel: scsi 2:0:0:0: Direct-Access     ATA      WDC WD3200AAJS-5 3E01 PQ: 0 ANSI: 5
Jan 31 11:19:29 spiffy kernel: sd 2:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
Jan 31 11:19:29 spiffy kernel: sd 2:0:0:0: [sdb] Write Protect is off
Jan 31 11:19:29 spiffy kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Jan 31 11:19:29 spiffy kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jan 31 11:19:29 spiffy kernel:  sdb: sdb1
Jan 31 11:19:29 spiffy kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
Jan 31 11:19:29 spiffy kernel: Freeing unused decrypted memory: 2040K
Jan 31 11:19:29 spiffy kernel: Freeing unused kernel image (initmem) memory: 1660K
Jan 31 11:19:29 spiffy kernel: Write protecting the kernel read-only data: 24576k
Jan 31 11:19:29 spiffy kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Jan 31 11:19:29 spiffy kernel: Freeing unused kernel image (rodata/data gap) memory: 244K
Jan 31 11:19:29 spiffy kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 31 11:19:29 spiffy kernel: x86/mm: Checking user space page tables
Jan 31 11:19:29 spiffy kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 31 11:19:29 spiffy kernel: Run /init as init process
Jan 31 11:19:29 spiffy kernel:   with arguments:
Jan 31 11:19:29 spiffy kernel:     /init
Jan 31 11:19:29 spiffy kernel:   with environment:
Jan 31 11:19:29 spiffy kernel:     HOME=/
Jan 31 11:19:29 spiffy kernel:     TERM=linux
Jan 31 11:19:29 spiffy kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Jan 31 11:19:29 spiffy kernel: fbcon: Taking over console
Jan 31 11:19:29 spiffy kernel: Console: switching to colour frame buffer device 175x65
Jan 31 11:19:29 spiffy kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Jan 31 11:19:29 spiffy kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jan 31 11:19:29 spiffy kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jan 31 11:19:29 spiffy kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 31 11:19:29 spiffy kernel: ehci-pci: EHCI PCI platform driver
Jan 31 11:19:29 spiffy kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Jan 31 11:19:29 spiffy kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Jan 31 11:19:29 spiffy kernel: ehci-pci 0000:00:1a.0: debug port 2
Jan 31 11:19:29 spiffy kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Jan 31 11:19:29 spiffy kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xe1570000
Jan 31 11:19:29 spiffy kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Jan 31 11:19:29 spiffy kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Jan 31 11:19:29 spiffy kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 11:19:29 spiffy kernel: usb usb1: Product: EHCI Host Controller
Jan 31 11:19:29 spiffy kernel: usb usb1: Manufacturer: Linux 5.9.8-arch1-1 ehci_hcd
Jan 31 11:19:29 spiffy kernel: usb usb1: SerialNumber: 0000:00:1a.0
Jan 31 11:19:29 spiffy kernel: hub 1-0:1.0: USB hub found
Jan 31 11:19:29 spiffy kernel: hub 1-0:1.0: 3 ports detected
Jan 31 11:19:29 spiffy kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Jan 31 11:19:29 spiffy kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Jan 31 11:19:29 spiffy kernel: ehci-pci 0000:00:1d.0: debug port 2
Jan 31 11:19:29 spiffy kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Jan 31 11:19:29 spiffy kernel: ehci-pci 0000:00:1d.0: irq 17, io mem 0xe1550000
Jan 31 11:19:29 spiffy kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Jan 31 11:19:29 spiffy kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.09
Jan 31 11:19:29 spiffy kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 31 11:19:29 spiffy kernel: usb usb2: Product: EHCI Host Controller
Jan 31 11:19:29 spiffy kernel: usb usb2: Manufacturer: Linux 5.9.8-arch1-1 ehci_hcd
Jan 31 11:19:29 spiffy kernel: usb usb2: SerialNumber: 0000:00:1d.0
Jan 31 11:19:29 spiffy kernel: hub 2-0:1.0: USB hub found
Jan 31 11:19:29 spiffy kernel: hub 2-0:1.0: 3 ports detected
Jan 31 11:19:29 spiffy kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Jan 31 11:19:29 spiffy kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Jan 31 11:19:29 spiffy kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Jan 31 11:19:29 spiffy kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Jan 31 11:19:29 spiffy kernel: tsc: Refined TSC clocksource calibration: 3092.973 MHz
Jan 31 11:19:29 spiffy kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2c95594edb3, max_idle_ns: 440795220223 ns
Jan 31 11:19:29 spiffy kernel: clocksource: Switched to clocksource tsc
Jan 31 11:19:29 spiffy kernel: random: fast init done
Jan 31 11:19:29 spiffy kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Jan 31 11:19:29 spiffy kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Jan 31 11:19:29 spiffy kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Jan 31 11:19:29 spiffy kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 31 11:19:29 spiffy kernel: hub 1-1:1.0: USB hub found
Jan 31 11:19:29 spiffy kernel: hub 1-1:1.0: 6 ports detected
Jan 31 11:19:29 spiffy kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Jan 31 11:19:29 spiffy kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 31 11:19:29 spiffy kernel: hub 2-1:1.0: USB hub found
Jan 31 11:19:29 spiffy kernel: hub 2-1:1.0: 8 ports detected
Jan 31 11:19:29 spiffy kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
Jan 31 11:19:29 spiffy kernel: usb 2-1.2: new high-speed USB device number 3 using ehci-pci
Jan 31 11:19:29 spiffy kernel: usb 2-1.2: New USB device found, idVendor=0781, idProduct=b6ba, bcdDevice= 1.33
Jan 31 11:19:29 spiffy kernel: usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 31 11:19:29 spiffy kernel: usb 2-1.2: Product: USB3.0 Card Reader
Jan 31 11:19:29 spiffy kernel: usb 2-1.2: Manufacturer: SanDisk
Jan 31 11:19:29 spiffy kernel: usb 2-1.2: SerialNumber: 21618000093
Jan 31 11:19:29 spiffy systemd[1]: systemd 246.6-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Jan 31 11:19:29 spiffy systemd[1]: Detected architecture x86-64.
Jan 31 11:19:29 spiffy systemd[1]: Set hostname to <spiffy>.
Jan 31 11:19:29 spiffy kernel: random: crng init done
Jan 31 11:19:29 spiffy systemd[1]: Queued start job for default target Graphical Interface.
Jan 31 11:19:29 spiffy systemd[1]: Created slice system-getty.slice.
Jan 31 11:19:29 spiffy systemd[1]: Created slice system-modprobe.slice.
Jan 31 11:19:29 spiffy systemd[1]: Created slice system-systemd\x2dfsck.slice.
Jan 31 11:19:29 spiffy systemd[1]: Created slice User and Session Slice.
Jan 31 11:19:29 spiffy systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jan 31 11:19:29 spiffy systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan 31 11:19:29 spiffy systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan 31 11:19:29 spiffy systemd[1]: Reached target Local Encrypted Volumes.
Jan 31 11:19:29 spiffy systemd[1]: Reached target Slices.
Jan 31 11:19:29 spiffy systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jan 31 11:19:29 spiffy systemd[1]: Listening on LVM2 metadata daemon socket.
Jan 31 11:19:29 spiffy systemd[1]: Listening on LVM2 poll daemon socket.
Jan 31 11:19:29 spiffy systemd[1]: Listening on RPCbind Server Activation Socket.
Jan 31 11:19:29 spiffy systemd[1]: Reached target RPC Port Mapper.
Jan 31 11:19:29 spiffy systemd[1]: Listening on Process Core Dump Socket.
Jan 31 11:19:29 spiffy systemd[1]: Listening on Journal Audit Socket.
Jan 31 11:19:29 spiffy systemd[1]: Listening on Journal Socket (/dev/log).
Jan 31 11:19:29 spiffy systemd[1]: Listening on Journal Socket.
Jan 31 11:19:29 spiffy systemd[1]: Listening on udev Control Socket.
Jan 31 11:19:29 spiffy systemd[1]: Listening on udev Kernel Socket.
Jan 31 11:19:29 spiffy systemd[1]: Mounting Huge Pages File System...
Jan 31 11:19:29 spiffy systemd[1]: Mounting POSIX Message Queue File System...
Jan 31 11:19:29 spiffy systemd[1]: Mounting Kernel Debug File System...
Jan 31 11:19:29 spiffy systemd[1]: Mounting Kernel Trace File System...
Jan 31 11:19:29 spiffy systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
Jan 31 11:19:29 spiffy systemd[1]: Starting Create list of static device nodes for the current kernel...
Jan 31 11:19:29 spiffy systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jan 31 11:19:29 spiffy systemd[1]: Starting Load Kernel Module drm...
Jan 31 11:19:29 spiffy systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Jan 31 11:19:29 spiffy systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Jan 31 11:19:29 spiffy systemd[1]: Starting Journal Service...
Jan 31 11:19:29 spiffy systemd[1]: Starting Load Kernel Modules...
Jan 31 11:19:29 spiffy systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 31 11:19:29 spiffy systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Jan 31 11:19:29 spiffy systemd[1]: Starting Coldplug All udev Devices...
Jan 31 11:19:29 spiffy systemd[1]: Mounted Huge Pages File System.
Jan 31 11:19:29 spiffy systemd[1]: Mounted POSIX Message Queue File System.
Jan 31 11:19:29 spiffy systemd[1]: Mounted Kernel Debug File System.
Jan 31 11:19:29 spiffy systemd[1]: Mounted Kernel Trace File System.
Jan 31 11:19:29 spiffy systemd[1]: Finished Create list of static device nodes for the current kernel.
Jan 31 11:19:29 spiffy kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
Jan 31 11:19:29 spiffy systemd[1]: Finished Remount Root and Kernel File Systems.
Jan 31 11:19:29 spiffy systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jan 31 11:19:29 spiffy kernel: Linux agpgart interface v0.103
Jan 31 11:19:29 spiffy systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jan 31 11:19:29 spiffy systemd[1]: Condition check resulted in Create System Users being skipped.
Jan 31 11:19:29 spiffy systemd[1]: Starting Create Static Device Nodes in /dev...
Jan 31 11:19:29 spiffy systemd[1]: modprobe@drm.service: Succeeded.
Jan 31 11:19:29 spiffy systemd[1]: Finished Load Kernel Module drm.
Jan 31 11:19:29 spiffy systemd[1]: Finished Coldplug All udev Devices.
Jan 31 11:19:29 spiffy systemd-journald[227]: Journal started
Jan 31 11:19:29 spiffy systemd-journald[227]: Runtime Journal (/run/log/journal/701a176e9de74a8aa2a504c5132e59c1) is 8.0M, max 194.3M, 186.3M free.
Jan 31 11:19:29 spiffy systemd-modules-load[228]: Inserted module 'crypto_user'
Jan 31 11:19:29 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:29 spiffy systemd[1]: Started Journal Service.
Jan 31 11:19:29 spiffy kernel: audit: type=1130 audit(1612120769.331:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:29 spiffy systemd-modules-load[228]: Inserted module 'sg'
Jan 31 11:19:29 spiffy kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Jan 31 11:19:29 spiffy kernel: sr 1:0:0:0: Attached scsi generic sg1 type 5
Jan 31 11:19:29 spiffy kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
Jan 31 11:19:29 spiffy systemd[1]: Finished Load Kernel Modules.
Jan 31 11:19:29 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:29 spiffy systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Jan 31 11:19:29 spiffy systemd[1]: Mounting Kernel Configuration File System...
Jan 31 11:19:29 spiffy kernel: audit: type=1130 audit(1612120769.398:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:29 spiffy systemd[1]: Starting Apply Kernel Variables...
Jan 31 11:19:29 spiffy systemd[1]: Mounted Kernel Configuration File System.
Jan 31 11:19:29 spiffy systemd-sysctl[235]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Jan 31 11:19:29 spiffy systemd-sysctl[235]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Jan 31 11:19:29 spiffy systemd-sysctl[235]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Jan 31 11:19:29 spiffy systemd-sysctl[235]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Jan 31 11:19:29 spiffy systemd-sysctl[235]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Jan 31 11:19:29 spiffy systemd-sysctl[235]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Jan 31 11:19:29 spiffy systemd[1]: Finished Apply Kernel Variables.
Jan 31 11:19:29 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:29 spiffy kernel: audit: type=1130 audit(1612120769.445:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:29 spiffy systemd[1]: Finished Create Static Device Nodes in /dev.
Jan 31 11:19:29 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:29 spiffy audit: BPF prog-id=5 op=LOAD
Jan 31 11:19:29 spiffy audit: BPF prog-id=6 op=LOAD
Jan 31 11:19:29 spiffy systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jan 31 11:19:29 spiffy kernel: audit: type=1130 audit(1612120769.578:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:29 spiffy kernel: audit: type=1334 audit(1612120769.578:6): prog-id=5 op=LOAD
Jan 31 11:19:29 spiffy kernel: audit: type=1334 audit(1612120769.578:7): prog-id=6 op=LOAD
Jan 31 11:19:30 spiffy systemd[1]: Started Rule-based Manager for Device Events and Files.
Jan 31 11:19:30 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:30 spiffy kernel: audit: type=1130 audit(1612120770.285:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:30 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:30 spiffy systemd[1]: Started LVM2 metadata daemon.
Jan 31 11:19:30 spiffy systemd[1]: Starting Network Service...
Jan 31 11:19:30 spiffy kernel: audit: type=1130 audit(1612120770.288:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:30 spiffy kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Jan 31 11:19:30 spiffy kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Jan 31 11:19:30 spiffy kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Jan 31 11:19:30 spiffy kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Jan 31 11:19:30 spiffy kernel: cryptd: max_cpu_qlen set to 1000
Jan 31 11:19:30 spiffy kernel: AVX version of gcm_enc/dec engaged.
Jan 31 11:19:30 spiffy kernel: AES CTR mode by8 optimization enabled
Jan 31 11:19:30 spiffy kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Jan 31 11:19:30 spiffy kernel: i2c i2c-0: 2/4 memory slots populated (from DMI)
Jan 31 11:19:30 spiffy kernel: i2c i2c-0: Successfully instantiated SPD at 0x51
Jan 31 11:19:30 spiffy kernel: i2c i2c-0: Successfully instantiated SPD at 0x53
Jan 31 11:19:30 spiffy systemd[1]: Found device WDC_WD3200AAJS-56M0A0 1.
Jan 31 11:19:30 spiffy kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4
Jan 31 11:19:30 spiffy kernel: e1000e: Intel(R) PRO/1000 Network Driver
Jan 31 11:19:30 spiffy kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jan 31 11:19:30 spiffy kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jan 31 11:19:30 spiffy kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20200717/utaddress-204)
Jan 31 11:19:30 spiffy kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jan 31 11:19:30 spiffy kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200717/utaddress-204)
Jan 31 11:19:30 spiffy kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jan 31 11:19:30 spiffy kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200717/utaddress-204)
Jan 31 11:19:30 spiffy kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jan 31 11:19:30 spiffy kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20200717/utaddress-204)
Jan 31 11:19:30 spiffy kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jan 31 11:19:30 spiffy kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jan 31 11:19:30 spiffy kernel: e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
Jan 31 11:19:30 spiffy systemd-udevd[245]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 31 11:19:30 spiffy kernel: at24 0-0051: supply vcc not found, using dummy regulator
Jan 31 11:19:30 spiffy kernel: at24 0-0051: 256 byte spd EEPROM, read-only
Jan 31 11:19:30 spiffy kernel: at24 0-0053: supply vcc not found, using dummy regulator
Jan 31 11:19:30 spiffy kernel: at24 0-0053: 256 byte spd EEPROM, read-only
Jan 31 11:19:30 spiffy kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 18:03:73:c8:47:ba
Jan 31 11:19:30 spiffy kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
Jan 31 11:19:30 spiffy kernel: e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: E041FF-0FF
Jan 31 11:19:30 spiffy systemd-udevd[261]: Using default interface naming scheme 'v245'.
Jan 31 11:19:31 spiffy systemd-udevd[261]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jan 31 11:19:31 spiffy kernel: e1000e 0000:00:19.0 enp0s25: renamed from eth0
Jan 31 11:19:31 spiffy kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
Jan 31 11:19:31 spiffy kernel: iTCO_vendor_support: vendor-support=0
Jan 31 11:19:31 spiffy systemd-networkd[242]: Enumeration completed
Jan 31 11:19:31 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:31 spiffy systemd[1]: Started Network Service.
Jan 31 11:19:31 spiffy systemd-networkd[242]: enp0s25: Interface name change detected, enp0s25 has been renamed to eth0.
Jan 31 11:19:31 spiffy systemd[1]: Starting Wait for Network to be Configured...
Jan 31 11:19:31 spiffy kernel: audit: type=1130 audit(1612120771.135:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:31 spiffy systemd-networkd[242]: eth0: Interface name change detected, eth0 has been renamed to enp0s25.
Jan 31 11:19:31 spiffy kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Jan 31 11:19:31 spiffy kernel: iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
Jan 31 11:19:31 spiffy kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jan 31 11:19:31 spiffy mtp-probe[292]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2"
Jan 31 11:19:31 spiffy mtp-probe[292]: bus: 2, device: 3 was not an MTP device
Jan 31 11:19:31 spiffy kernel: intel_rapl_common: Found RAPL domain package
Jan 31 11:19:31 spiffy kernel: intel_rapl_common: Found RAPL domain core
Jan 31 11:19:31 spiffy kernel: intel_rapl_common: Found RAPL domain uncore
Jan 31 11:19:31 spiffy kernel: intel_rapl_common: RAPL package-0 domain package locked by BIOS
Jan 31 11:19:31 spiffy kernel: snd_hda_codec_realtek hdaudioC0D0: ALC269VB: SKU not ready 0x411111f0
Jan 31 11:19:31 spiffy kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VB: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line
Jan 31 11:19:31 spiffy kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
Jan 31 11:19:31 spiffy kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jan 31 11:19:31 spiffy kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Jan 31 11:19:31 spiffy kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Jan 31 11:19:31 spiffy kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x19
Jan 31 11:19:31 spiffy kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x18
Jan 31 11:19:31 spiffy kernel: usb-storage 2-1.2:1.0: USB Mass Storage device detected
Jan 31 11:19:31 spiffy kernel: scsi host6: usb-storage 2-1.2:1.0
Jan 31 11:19:31 spiffy kernel: usbcore: registered new interface driver usb-storage
Jan 31 11:19:31 spiffy kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
Jan 31 11:19:31 spiffy kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
Jan 31 11:19:31 spiffy kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
Jan 31 11:19:31 spiffy kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
Jan 31 11:19:31 spiffy kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Jan 31 11:19:31 spiffy kernel: usbcore: registered new interface driver uas
Jan 31 11:19:31 spiffy kernel: [drm] radeon kernel modesetting enabled.
Jan 31 11:19:31 spiffy kernel: checking generic (d0000000 5b0000) vs hw (d0000000 10000000)
Jan 31 11:19:31 spiffy kernel: fb0: switching to radeondrmfb from VESA VGA
Jan 31 11:19:31 spiffy kernel: Console: switching to colour dummy device 80x25
Jan 31 11:19:31 spiffy kernel: radeon 0000:01:00.0: vgaarb: deactivate vga console
Jan 31 11:19:31 spiffy kernel: [drm] initializing kernel modesetting (CEDAR 0x1002:0x68F9 0x1028:0x2126 0x00).
Jan 31 11:19:31 spiffy kernel: ATOM BIOS: C09001
Jan 31 11:19:31 spiffy kernel: radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
Jan 31 11:19:31 spiffy kernel: radeon 0000:01:00.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
Jan 31 11:19:31 spiffy kernel: [drm] Detected VRAM RAM=512M, BAR=256M
Jan 31 11:19:31 spiffy kernel: [drm] RAM width 64bits DDR
Jan 31 11:19:31 spiffy kernel: [TTM] Zone  kernel: Available graphics memory: 1990060 KiB
Jan 31 11:19:31 spiffy kernel: [TTM] Initializing pool allocator
Jan 31 11:19:31 spiffy kernel: [TTM] Initializing DMA pool allocator
Jan 31 11:19:31 spiffy kernel: [drm] radeon: 512M of VRAM memory ready
Jan 31 11:19:31 spiffy kernel: [drm] radeon: 1024M of GTT memory ready.
Jan 31 11:19:31 spiffy kernel: [drm] Loading CEDAR Microcode
Jan 31 11:19:32 spiffy systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Jan 31 11:19:32 spiffy systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Jan 31 11:19:32 spiffy systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jan 31 11:19:32 spiffy systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Jan 31 11:19:32 spiffy systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jan 31 11:19:32 spiffy systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Jan 31 11:19:32 spiffy systemd[1]: Condition check resulted in Create System Users being skipped.
Jan 31 11:19:32 spiffy kernel: [drm] Internal thermal controller with fan control
Jan 31 11:19:32 spiffy kernel: [drm] radeon: dpm initialized
Jan 31 11:19:32 spiffy systemd[1]: Found device WDC_WD6400AAKS-65A7B2 2.
Jan 31 11:19:32 spiffy kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
Jan 31 11:19:32 spiffy systemd[1]: Found device WDC_WD6400AAKS-65A7B2 3.
Jan 31 11:19:32 spiffy systemd[1]: Activating swap /dev/disk/by-uuid/fc4d2c97-7ec1-441d-9874-f347cc2009fb...
Jan 31 11:19:32 spiffy kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Jan 31 11:19:32 spiffy kernel: [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
Jan 31 11:19:32 spiffy kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000000014C000).
Jan 31 11:19:32 spiffy kernel: mousedev: PS/2 mouse device common for all mice
Jan 31 11:19:32 spiffy kernel: radeon 0000:01:00.0: WB enabled
Jan 31 11:19:32 spiffy kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00
Jan 31 11:19:32 spiffy kernel: radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c
Jan 31 11:19:32 spiffy kernel: radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418
Jan 31 11:19:32 spiffy kernel: radeon 0000:01:00.0: radeon: MSI limited to 32-bit
Jan 31 11:19:32 spiffy kernel: radeon 0000:01:00.0: radeon: using MSI.
Jan 31 11:19:32 spiffy kernel: [drm] radeon: irq initialized.
Jan 31 11:19:32 spiffy kernel: [drm] ring test on 0 succeeded in 1 usecs
Jan 31 11:19:32 spiffy kernel: [drm] ring test on 3 succeeded in 2 usecs
Jan 31 11:19:32 spiffy systemd[1]: Activated swap /dev/disk/by-uuid/fc4d2c97-7ec1-441d-9874-f347cc2009fb.
Jan 31 11:19:32 spiffy systemd[1]: Reached target Swap.
Jan 31 11:19:32 spiffy kernel: Adding 4194300k swap on /dev/sda3.  Priority:-2 extents:1 across:4194300k FS
Jan 31 11:19:32 spiffy systemd[1]: Mounting Temporary Directory (/tmp)...
Jan 31 11:19:32 spiffy systemd[1]: Mounted Temporary Directory (/tmp).
Jan 31 11:19:32 spiffy kernel: [drm] ring test on 5 succeeded in 1 usecs
Jan 31 11:19:32 spiffy kernel: [drm] UVD initialized successfully.
Jan 31 11:19:32 spiffy kernel: [drm] ib test on ring 0 succeeded in 0 usecs
Jan 31 11:19:32 spiffy kernel: [drm] ib test on ring 3 succeeded in 0 usecs
Jan 31 11:19:32 spiffy systemd-udevd[238]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Jan 31 11:19:32 spiffy systemd[1]: Found device WDC_WD6400AAKS-65A7B2 4.
Jan 31 11:19:32 spiffy kernel: scsi 6:0:0:0: Direct-Access     SanDisk  uSD SDDR-289     1.00 PQ: 0 ANSI: 4
Jan 31 11:19:32 spiffy kernel: scsi 6:0:0:1: Direct-Access     SanDisk  MS SDDR-289      1.00 PQ: 0 ANSI: 4
Jan 31 11:19:32 spiffy kernel: scsi 6:0:0:2: Direct-Access     SanDisk  SD SDDR-289      1.00 PQ: 0 ANSI: 4
Jan 31 11:19:32 spiffy kernel: scsi 6:0:0:3: Direct-Access     SanDisk  CF SDDR-289      1.00 PQ: 0 ANSI: 4
Jan 31 11:19:32 spiffy kernel: sd 6:0:0:0: Attached scsi generic sg3 type 0
Jan 31 11:19:32 spiffy kernel: sd 6:0:0:1: Attached scsi generic sg4 type 0
Jan 31 11:19:32 spiffy kernel: sd 6:0:0:2: Attached scsi generic sg5 type 0
Jan 31 11:19:32 spiffy kernel: sd 6:0:0:3: Attached scsi generic sg6 type 0
Jan 31 11:19:32 spiffy kernel: sd 6:0:0:3: [sdf] Attached SCSI removable disk
Jan 31 11:19:32 spiffy kernel: sd 6:0:0:2: [sde] Attached SCSI removable disk
Jan 31 11:19:32 spiffy kernel: sd 6:0:0:1: [sdd] Attached SCSI removable disk
Jan 31 11:19:32 spiffy kernel: sd 6:0:0:0: [sdc] Attached SCSI removable disk
Jan 31 11:19:32 spiffy systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jan 31 11:19:32 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:32 spiffy systemd[1]: Reached target Local File Systems (Pre).
Jan 31 11:19:32 spiffy kernel: audit: type=1130 audit(1612120772.931:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:32 spiffy systemd[1]: Starting File System Check on /dev/disk/by-uuid/31c66e10-5770-4093-b7cd-05fc9eb98cab...
Jan 31 11:19:32 spiffy systemd[1]: Starting File System Check on /dev/disk/by-uuid/820db892-b518-4597-9a5a-278b6e988d06...
Jan 31 11:19:32 spiffy systemd[1]: Starting File System Check on /dev/disk/by-uuid/d27f518d-090b-4f4a-8612-da1a744cf4d5...
Jan 31 11:19:33 spiffy systemd-fsck[327]: /dev/sdb1: clean, 117589/19537920 files, 7559291/78142550 blocks
Jan 31 11:19:33 spiffy systemd-fsck[328]: /dev/sda2: clean, 9645/1310720 files, 2358536/5242880 blocks
Jan 31 11:19:33 spiffy systemd[1]: Finished File System Check on /dev/disk/by-uuid/d27f518d-090b-4f4a-8612-da1a744cf4d5.
Jan 31 11:19:33 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-d27f518d\x2d090b\x2d4f4a\x2d8612\x2dda1a744cf4d5 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:33 spiffy kernel: [drm] ib test on ring 5 succeeded
Jan 31 11:19:33 spiffy kernel: [drm] Radeon Display Connectors
Jan 31 11:19:33 spiffy kernel: [drm] Connector 0:
Jan 31 11:19:33 spiffy kernel: [drm]   DVI-I-1
Jan 31 11:19:33 spiffy kernel: [drm]   HPD2
Jan 31 11:19:33 spiffy kernel: [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
Jan 31 11:19:33 spiffy kernel: [drm]   Encoders:
Jan 31 11:19:33 spiffy kernel: [drm]     DFP1: INTERNAL_UNIPHY1
Jan 31 11:19:33 spiffy kernel: [drm]     CRT2: INTERNAL_KLDSCP_DAC2
Jan 31 11:19:33 spiffy kernel: [drm] Connector 1:
Jan 31 11:19:33 spiffy kernel: [drm]   DVI-I-2
Jan 31 11:19:33 spiffy kernel: [drm]   HPD4
Jan 31 11:19:33 spiffy kernel: [drm]   DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
Jan 31 11:19:33 spiffy kernel: [drm]   Encoders:
Jan 31 11:19:33 spiffy kernel: [drm]     DFP2: INTERNAL_UNIPHY
Jan 31 11:19:33 spiffy kernel: [drm]     CRT1: INTERNAL_KLDSCP_DAC1
Jan 31 11:19:33 spiffy systemd[1]: Mounting /backup...
Jan 31 11:19:33 spiffy systemd[1]: Finished File System Check on /dev/disk/by-uuid/820db892-b518-4597-9a5a-278b6e988d06.
Jan 31 11:19:33 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-820db892\x2db518\x2d4597\x2d9a5a\x2d278b6e988d06 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:33 spiffy systemd[1]: var.mount: Directory /var to mount over is not empty, mounting anyway.
Jan 31 11:19:33 spiffy systemd[1]: Mounting /var...
Jan 31 11:19:33 spiffy kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: data=ordered
Jan 31 11:19:33 spiffy systemd[1]: Mounted /backup.
Jan 31 11:19:33 spiffy kernel: [drm] fb mappable at 0xD034D000
Jan 31 11:19:33 spiffy kernel: [drm] vram apper at 0xD0000000
Jan 31 11:19:33 spiffy kernel: [drm] size 8294400
Jan 31 11:19:33 spiffy kernel: [drm] fb depth is 24
Jan 31 11:19:33 spiffy kernel: [drm]    pitch is 7680
Jan 31 11:19:33 spiffy kernel: fbcon: radeondrmfb (fb0) is primary device
Jan 31 11:19:33 spiffy systemd[1]: Mounted /var.
Jan 31 11:19:33 spiffy kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: data=ordered
Jan 31 11:19:33 spiffy systemd-fsck[330]: /dev/sda4: clean, 111720/35930112 files, 6226855/143699798 blocks
Jan 31 11:19:33 spiffy kernel: Console: switching to colour frame buffer device 240x67
Jan 31 11:19:33 spiffy kernel: radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
Jan 31 11:19:33 spiffy kernel: [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
Jan 31 11:19:33 spiffy systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Jan 31 11:19:33 spiffy systemd[1]: Starting Flush Journal to Persistent Storage...
Jan 31 11:19:33 spiffy systemd[1]: Starting Load/Save Random Seed...
Jan 31 11:19:33 spiffy systemd[1]: Finished File System Check on /dev/disk/by-uuid/31c66e10-5770-4093-b7cd-05fc9eb98cab.
Jan 31 11:19:33 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-31c66e10\x2d5770\x2d4093\x2db7cd\x2d05fc9eb98cab comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:33 spiffy systemd[1]: Mounting /home...
Jan 31 11:19:33 spiffy systemd-journald[227]: Time spent on flushing to /var/log/journal/701a176e9de74a8aa2a504c5132e59c1 is 30.162ms for 898 entries.
Jan 31 11:19:33 spiffy systemd-journald[227]: System Journal (/var/log/journal/701a176e9de74a8aa2a504c5132e59c1) is 112.0M, max 100.0M, 0B free.
Jan 31 11:19:34 spiffy kernel: EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: data=ordered
Jan 31 11:19:33 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:33 spiffy systemd[1]: Finished Load/Save Random Seed.
Jan 31 11:19:33 spiffy systemd[1]: Mounted /home.
Jan 31 11:19:33 spiffy systemd[1]: Reached target Local File Systems.
Jan 31 11:19:33 spiffy systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Jan 31 11:19:33 spiffy systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Jan 31 11:19:33 spiffy systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Jan 31 11:19:34 spiffy systemd[1]: Finished Flush Journal to Persistent Storage.
Jan 31 11:19:34 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy systemd[1]: Starting Create Volatile Files and Directories...
Jan 31 11:19:34 spiffy systemd[1]: Finished Create Volatile Files and Directories.
Jan 31 11:19:34 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy systemd[1]: Mounting RPC Pipe File System...
Jan 31 11:19:34 spiffy kernel: kauditd_printk_skb: 5 callbacks suppressed
Jan 31 11:19:34 spiffy kernel: audit: type=1130 audit(1612120774.448:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Jan 31 11:19:34 spiffy systemd[1]: Condition check resulted in Update is Completed being skipped.
Jan 31 11:19:34 spiffy systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jan 31 11:19:34 spiffy audit[346]: SYSTEM_BOOT pid=346 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy kernel: audit: type=1127 audit(1612120774.471:18): pid=346 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Jan 31 11:19:34 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy systemd[1]: Reached target System Initialization.
Jan 31 11:19:34 spiffy systemd[1]: Started CUPS Scheduler.
Jan 31 11:19:34 spiffy systemd[1]: Started Daily rotation of log files.
Jan 31 11:19:34 spiffy systemd[1]: Started Daily man-db regeneration.
Jan 31 11:19:34 spiffy kernel: audit: type=1130 audit(1612120774.511:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy systemd[1]: Started Daily verification of password and group files.
Jan 31 11:19:34 spiffy systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 31 11:19:34 spiffy systemd[1]: Reached target Paths.
Jan 31 11:19:34 spiffy systemd[1]: Reached target Timers.
Jan 31 11:19:34 spiffy systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 31 11:19:34 spiffy systemd[1]: Listening on CUPS Scheduler.
Jan 31 11:19:34 spiffy systemd[1]: /etc/systemd/system/sshd@.service:8: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
Jan 31 11:19:34 spiffy systemd[1]: Listening on sshd.socket.
Jan 31 11:19:34 spiffy kernel: RPC: Registered named UNIX socket transport module.
Jan 31 11:19:34 spiffy kernel: RPC: Registered udp transport module.
Jan 31 11:19:34 spiffy kernel: RPC: Registered tcp transport module.
Jan 31 11:19:34 spiffy kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Jan 31 11:19:34 spiffy systemd[1]: Listening on Telnet Server Activation Socket.
Jan 31 11:19:34 spiffy systemd[1]: Reached target Sockets.
Jan 31 11:19:34 spiffy systemd[1]: Reached target Basic System.
Jan 31 11:19:34 spiffy systemd[1]: Starting Save/Restore Sound Card State...
Jan 31 11:19:34 spiffy systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Jan 31 11:19:34 spiffy systemd[1]: Started Periodic Command Scheduler.
Jan 31 11:19:34 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy systemd[1]: Started D-Bus System Message Bus.
Jan 31 11:19:34 spiffy kernel: audit: type=1130 audit(1612120774.551:20): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy systemd[1]: Starting dhcpcd on all interfaces...
Jan 31 11:19:34 spiffy kernel: audit: type=1130 audit(1612120774.555:21): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy systemd[1]: Condition check resulted in SSH Key Generation being skipped.
Jan 31 11:19:34 spiffy audit: BPF prog-id=7 op=LOAD
Jan 31 11:19:34 spiffy audit: BPF prog-id=8 op=LOAD
Jan 31 11:19:34 spiffy kernel: audit: type=1334 audit(1612120774.655:22): prog-id=7 op=LOAD
Jan 31 11:19:34 spiffy kernel: audit: type=1334 audit(1612120774.655:23): prog-id=8 op=LOAD
Jan 31 11:19:34 spiffy dhcpcd[354]: dhcpcd-9.3.2 starting
Jan 31 11:19:34 spiffy dhcpcd[357]: dev: loaded udev
Jan 31 11:19:34 spiffy dhcpcd[357]: DUID 00:01:00:01:22:2c:70:fa:18:03:73:c8:47:ba
Jan 31 11:19:34 spiffy systemd[1]: Starting User Login Management...
Jan 31 11:19:34 spiffy systemd[1]: Mounted RPC Pipe File System.
Jan 31 11:19:34 spiffy systemd[1]: Finished Save/Restore Sound Card State.
Jan 31 11:19:34 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy systemd[1]: Reached target rpc_pipefs.target.
Jan 31 11:19:34 spiffy systemd[1]: Reached target Sound Card.
Jan 31 11:19:34 spiffy kernel: audit: type=1130 audit(1612120774.715:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy crond[352]: (CRON) STARTUP (1.5.5)
Jan 31 11:19:34 spiffy crond[352]: (CRON) INFO (Syslog will be used instead of sendmail.)
Jan 31 11:19:34 spiffy crond[352]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 30% if used.)
Jan 31 11:19:34 spiffy kernel: 8021q: 802.1Q VLAN Support v1.8
Jan 31 11:19:34 spiffy systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jan 31 11:19:34 spiffy kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jan 31 11:19:34 spiffy kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jan 31 11:19:34 spiffy systemd[1]: Started dhcpcd on all interfaces.
Jan 31 11:19:34 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy systemd[1]: Reached target Network.
Jan 31 11:19:34 spiffy systemd[1]: Starting FTPD Daemon...
Jan 31 11:19:34 spiffy kernel: audit: type=1130 audit(1612120774.921:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy systemd[1]: Starting GSSAPI Proxy Daemon...
Jan 31 11:19:34 spiffy systemd[1]: Started A secure replacement for inetd.
Jan 31 11:19:34 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=xinetd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy kernel: audit: type=1130 audit(1612120774.925:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=xinetd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:34 spiffy kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jan 31 11:19:34 spiffy kernel: cfg80211: failed to load regulatory.db
Jan 31 11:19:35 spiffy systemd[1]: ftpd.service: Can't open PID file /run/ftpd.pid (yet?) after start: Operation not permitted
Jan 31 11:19:35 spiffy systemd[1]: Started FTPD Daemon.
Jan 31 11:19:35 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ftpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:35 spiffy systemd-logind[361]: New seat seat0.
Jan 31 11:19:35 spiffy crond[352]: (CRON) INFO (running with inotify support)
Jan 31 11:19:35 spiffy systemd-logind[361]: Watching system buttons on /dev/input/event1 (Power Button)
Jan 31 11:19:35 spiffy systemd-logind[361]: Watching system buttons on /dev/input/event0 (Power Button)
Jan 31 11:19:35 spiffy systemd-networkd[242]: enp0s25: Link UP
Jan 31 11:19:35 spiffy dhcpcd[357]: enp0s25: waiting for carrier
Jan 31 11:19:35 spiffy systemd-logind[361]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/chargen [file=/etc/xinetd.conf] [line=14]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/chargen-udp [file=/etc/xinetd.d/chargen-udp] [line=13]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/daytime [file=/etc/xinetd.d/daytime] [line=14]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/daytime-udp [file=/etc/xinetd.d/daytime-udp] [line=13]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/discard [file=/etc/xinetd.d/discard] [line=14]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/discard-udp [file=/etc/xinetd.d/discard-udp] [line=13]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/echo [file=/etc/xinetd.d/echo] [line=14]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/echo-udp [file=/etc/xinetd.d/echo-udp] [line=13]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/rlogin [file=/etc/xinetd.d/rlogin] [line=14]
Jan 31 11:19:35 spiffy audit[381]: USER_ACCT pid=381 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_time acct="dhs" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy audit[378]: USER_ACCT pid=378 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_time acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy audit[380]: USER_ACCT pid=380 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_time acct="dhs" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy audit[379]: USER_ACCT pid=379 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_time acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy audit[379]: CRED_ACQ pid=379 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy audit[380]: CRED_ACQ pid=380 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="dhs" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy audit[378]: CRED_ACQ pid=378 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy audit[381]: CRED_ACQ pid=381 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="dhs" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy crond[381]: pam_unix(crond:session): session opened for user dhs(uid=1001) by (uid=0)
Jan 31 11:19:35 spiffy audit[380]: USER_START pid=380 uid=0 auid=1001 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_limits,pam_unix acct="dhs" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy audit[379]: USER_START pid=379 uid=0 auid=0 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_limits,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy audit[378]: USER_START pid=378 uid=0 auid=0 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_limits,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy audit[379]: CRED_REFR pid=379 uid=0 auid=0 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy audit[378]: CRED_REFR pid=378 uid=0 auid=0 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy audit[381]: USER_START pid=381 uid=0 auid=1001 ses=4 msg='op=PAM:session_open grantors=pam_loginuid,pam_limits,pam_unix acct="dhs" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy crond[380]: pam_unix(crond:session): session opened for user dhs(uid=1001) by (uid=0)
Jan 31 11:19:35 spiffy crond[379]: pam_unix(crond:session): session opened for user root(uid=0) by (uid=0)
Jan 31 11:19:35 spiffy audit[380]: CRED_REFR pid=380 uid=0 auid=1001 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="dhs" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy crond[378]: pam_unix(crond:session): session opened for user root(uid=0) by (uid=0)
Jan 31 11:19:35 spiffy audit[381]: CRED_REFR pid=381 uid=0 auid=1001 ses=4 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="dhs" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:35 spiffy CROND[382]: (root) CMD (/usr/bin/ntpd -q -g -4 2>&1 1>/root/ntpd.out)
Jan 31 11:19:35 spiffy CROND[383]: (root) CMD (/home/dhs/bin/mountem)
Jan 31 11:19:35 spiffy CROND[385]: (dhs) CMD (/home/dhs/bin/newcatedcpd.py&)
Jan 31 11:19:35 spiffy CROND[384]: (dhs) CMD (/home/dhs/bin/cleanpurchases)
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/rsh [file=/etc/xinetd.d/rsh] [line=10]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/sane [file=/etc/xinetd.d/sane] [line=10]
Jan 31 11:19:35 spiffy gssproxy[370]: Error when reading config directory: File /etc/gssproxy/gssproxy.conf did not match provided patterns. Skipping.
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/servers [file=/etc/xinetd.d/servers] [line=11]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/services [file=/etc/xinetd.d/services] [line=10]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/ssh [file=/etc/xinetd.d/ssh] [line=10]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/talk [file=/etc/xinetd.d/talk] [line=9]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/telnet [file=/etc/xinetd.d/telnet] [line=10]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/tftp [file=/etc/xinetd.d/tftp] [line=10]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/time [file=/etc/xinetd.d/time] [line=10]
Jan 31 11:19:35 spiffy xinetd[371]: Reading included configuration file: /etc/xinetd.d/time-udp [file=/etc/xinetd.d/time-udp] [line=14]
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = ssh
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 1
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = ssh
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 2
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = ssh
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 3
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = ssh
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 4
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = ssh
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 5
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = ssh
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 6
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = ssh
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 7
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = ssh
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 8
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = ssh
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 9
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = ssh
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 10
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = ssh
Jan 31 11:19:35 spiffy xinetd[371]: Service ssh failed to start and is deactivated.
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = telnet
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 1
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = telnet
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 2
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = telnet
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 3
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = telnet
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 4
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = telnet
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 5
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = telnet
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 6
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = telnet
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 7
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = telnet
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 8
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = telnet
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 9
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = telnet
Jan 31 11:19:35 spiffy xinetd[371]: bind retry attempt 10
Jan 31 11:19:35 spiffy xinetd[371]: bind failed (Address already in use (errno = 98)). service = telnet
Jan 31 11:19:35 spiffy xinetd[371]: Service telnet failed to start and is deactivated.
Jan 31 11:19:35 spiffy xinetd[371]: 2.3.15.4 started with loadavg options compiled in.
Jan 31 11:19:35 spiffy xinetd[371]: Started working: 2 available services
Jan 31 11:19:35 spiffy systemd[1]: Started User Login Management.
Jan 31 11:19:35 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:36 spiffy ntpd[386]: ntpd 4.2.8p15@1.3728-o Wed Jul  1 17:02:17 UTC 2020 (1): Starting
Jan 31 11:19:36 spiffy ntpd[386]: Command line: /usr/bin/ntpd -q -g -4
Jan 31 11:19:36 spiffy ntpd[386]: ----------------------------------------------------
Jan 31 11:19:36 spiffy ntpd[386]: ntp-4 is maintained by Network Time Foundation,
Jan 31 11:19:36 spiffy ntpd[386]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Jan 31 11:19:36 spiffy ntpd[386]: corporation.  Support and training for ntp-4 are
Jan 31 11:19:36 spiffy ntpd[386]: available at [url]https://www.nwtime.org/support[/url]
Jan 31 11:19:36 spiffy ntpd[386]: ----------------------------------------------------
Jan 31 11:19:36 spiffy systemd[1]: Started GSSAPI Proxy Daemon.
Jan 31 11:19:36 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gssproxy comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:36 spiffy systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped.
Jan 31 11:19:36 spiffy systemd[1]: Reached target NFS client services.
Jan 31 11:19:36 spiffy systemd[1]: Reached target Remote File Systems (Pre).
Jan 31 11:19:36 spiffy ntpd[386]: proto: precision = 0.057 usec (-24)
Jan 31 11:19:36 spiffy ntpd[386]: basedate set to 2020-06-19
Jan 31 11:19:36 spiffy ntpd[386]: gps base set to 2020-06-21 (week 2111)
Jan 31 11:19:36 spiffy ntpd[386]: Listen and drop on 0 v4wildcard 0.0.0.0:123
Jan 31 11:19:36 spiffy ntpd[386]: Listen normally on 1 lo 127.0.0.1:123
Jan 31 11:19:36 spiffy ntpd[386]: Listening on routing socket on fd #18 for interface updates
Jan 31 11:19:36 spiffy CROND[380]: (dhs) CMDOUT (/bin/sh: /home/dhs/bin/cleanpurchases: No such file or directory)
Jan 31 11:19:36 spiffy audit[380]: CRED_DISP pid=380 uid=0 auid=1001 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="dhs" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:36 spiffy audit[380]: USER_END pid=380 uid=0 auid=1001 ses=2 msg='op=PAM:session_close grantors=pam_loginuid,pam_limits,pam_unix acct="dhs" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:36 spiffy CROND[380]: pam_unix(crond:session): session closed for user dhs
Jan 31 11:19:36 spiffy root[428]: mountem: mounting zorg:/home/common on /nfscommon, options are rw,noatime,soft
Jan 31 11:19:36 spiffy kernel: FS-Cache: Loaded
Jan 31 11:19:36 spiffy kernel: FS-Cache: Netfs 'nfs' registered for caching
Jan 31 11:19:36 spiffy kernel: Key type dns_resolver registered
Jan 31 11:19:36 spiffy systemd-networkd[242]: enp0s25: Gained carrier
Jan 31 11:19:36 spiffy kernel: e1000e 0000:00:19.0 enp0s25: NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Jan 31 11:19:36 spiffy kernel: e1000e 0000:00:19.0 enp0s25: 10/100 speed: disabling TSO
Jan 31 11:19:36 spiffy kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp0s25: link becomes ready
Jan 31 11:19:36 spiffy dhcpcd[357]: enp0s25: carrier acquired
Jan 31 11:19:36 spiffy dhcpcd[357]: enp0s25: IAID 73:c8:47:ba
Jan 31 11:19:37 spiffy dhcpcd[357]: enp0s25: adding address fe80::be0a:b3e0:c70:4666
Jan 31 11:19:37 spiffy kernel: NFS: Registering the id_resolver key type
Jan 31 11:19:37 spiffy kernel: Key type id_resolver registered
Jan 31 11:19:37 spiffy kernel: Key type id_legacy registered
Jan 31 11:19:37 spiffy CROND[378]: (root) CMDOUT (mount.nfs: Network is unreachable)
Jan 31 11:19:37 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:37 spiffy dhcpcd[357]: enp0s25: soliciting an IPv6 router
Jan 31 11:19:38 spiffy dhcpcd[357]: enp0s25: rebinding lease of 192.168.1.5
Jan 31 11:19:38 spiffy dhcpcd[357]: enp0s25: probing address 192.168.1.5/24
Jan 31 11:19:39 spiffy systemd-networkd[242]: enp0s25: Gained IPv6LL
Jan 31 11:19:39 spiffy systemd[1]: Finished Wait for Network to be Configured.
Jan 31 11:19:39 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:39 spiffy systemd[1]: Reached target Network is Online.
Jan 31 11:19:39 spiffy systemd[1]: Mounting /images...
Jan 31 11:19:39 spiffy systemd[1]: Mounting /nfscommon...
Jan 31 11:19:39 spiffy mount[443]: mount.nfs: Network is unreachable
Jan 31 11:19:39 spiffy mount[444]: mount.nfs: Network is unreachable
Jan 31 11:19:39 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:39 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:39 spiffy systemd[1]: Mounting /nfsext...
Jan 31 11:19:39 spiffy systemd[1]: Mounting /simages...
Jan 31 11:19:39 spiffy systemd[1]: Starting CUPS Scheduler...
Jan 31 11:19:39 spiffy mount[447]: mount.nfs: Network is unreachable
Jan 31 11:19:39 spiffy systemd[1]: Starting Notify NFS peers of a restart...
Jan 31 11:19:39 spiffy mount[449]: mount.nfs: Network is unreachable
Jan 31 11:19:39 spiffy systemd[1]: images.mount: Mount process exited, code=exited, status=32/n/a
Jan 31 11:19:39 spiffy systemd[1]: images.mount: Failed with result 'exit-code'.
Jan 31 11:19:39 spiffy systemd[1]: Failed to mount /images.
Jan 31 11:19:39 spiffy systemd[1]: Dependency failed for Remote File Systems.
Jan 31 11:19:39 spiffy systemd[1]: remote-fs.target: Job remote-fs.target/start failed with result 'dependency'.
Jan 31 11:19:39 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:39 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:39 spiffy systemd[1]: nfscommon.mount: Mount process exited, code=exited, status=32/n/a
Jan 31 11:19:39 spiffy systemd[1]: nfscommon.mount: Failed with result 'exit-code'.
Jan 31 11:19:39 spiffy systemd[1]: Failed to mount /nfscommon.
Jan 31 11:19:39 spiffy systemd[1]: nfsext.mount: Mount process exited, code=exited, status=32/n/a
Jan 31 11:19:39 spiffy systemd[1]: nfsext.mount: Failed with result 'exit-code'.
Jan 31 11:19:39 spiffy systemd[1]: Failed to mount /nfsext.
Jan 31 11:19:39 spiffy systemd[1]: simages.mount: Mount process exited, code=exited, status=32/n/a
Jan 31 11:19:39 spiffy systemd[1]: simages.mount: Failed with result 'exit-code'.
Jan 31 11:19:39 spiffy systemd[1]: Failed to mount /simages.
Jan 31 11:19:39 spiffy systemd[1]: Starting Permit User Sessions...
Jan 31 11:19:39 spiffy systemd[1]: Finished Permit User Sessions.
Jan 31 11:19:39 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:39 spiffy systemd[1]: Started Getty on tty1.
Jan 31 11:19:39 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:39 spiffy systemd[1]: Reached target Login Prompts.
Jan 31 11:19:39 spiffy systemd[1]: Reached target Multi-User System.
Jan 31 11:19:39 spiffy systemd[1]: Reached target Graphical Interface.
Jan 31 11:19:39 spiffy sm-notify[450]: Version 2.5.2 starting
Jan 31 11:19:39 spiffy sm-notify[450]: Backgrounding to notify hosts...
Jan 31 11:19:39 spiffy systemd[1]: Started Notify NFS peers of a restart.
Jan 31 11:19:39 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:39 spiffy kernel: kauditd_printk_skb: 28 callbacks suppressed
Jan 31 11:19:39 spiffy kernel: audit: type=1130 audit(1612120779.481:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:39 spiffy sm-notify[454]: nsm_rpc_sendto: sendto failed: Network is unreachable
Jan 31 11:19:39 spiffy sm-notify[454]: nsm_rpc_sendto: sendto failed: Network is unreachable
Jan 31 11:19:39 spiffy dbus-daemon[353]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.11' (uid=0 pid=448 comm="/usr/bin/cupsd -l ")
Jan 31 11:19:39 spiffy systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jan 31 11:19:40 spiffy dbus-daemon[353]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jan 31 11:19:40 spiffy systemd[1]: Started Manage, Install and Generate Color Profiles.
Jan 31 11:19:40 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:40 spiffy kernel: audit: type=1130 audit(1612120780.245:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:41 spiffy systemd[1]: Started CUPS Scheduler.
Jan 31 11:19:41 spiffy systemd[1]: Startup finished in 2.597s (kernel) + 14.723s (userspace) = 17.320s.
Jan 31 11:19:41 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:41 spiffy kernel: audit: type=1130 audit(1612120781.508:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:41 spiffy sm-notify[454]: nsm_rpc_sendto: sendto failed: Network is unreachable
Jan 31 11:19:41 spiffy sm-notify[454]: nsm_rpc_sendto: sendto failed: Network is unreachable
Jan 31 11:19:42 spiffy root[465]: mountem: /nfscommon: retry #1
Jan 31 11:19:42 spiffy CROND[378]: (root) CMDOUT (mount.nfs: Network is unreachable)
Jan 31 11:19:42 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:42 spiffy dbus-daemon[353]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.18' (uid=124 pid=459 comm="/usr/lib/colord-sane ")
Jan 31 11:19:42 spiffy dbus-daemon[353]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Jan 31 11:19:44 spiffy dhcpcd[357]: enp0s25: leased 192.168.1.5 for 86400 seconds
Jan 31 11:19:44 spiffy dhcpcd[357]: enp0s25: adding route to 192.168.1.0/24
Jan 31 11:19:44 spiffy dhcpcd[357]: enp0s25: adding default route via 192.168.1.1
Jan 31 11:19:45 spiffy dbus-daemon[353]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.19' (uid=124 pid=459 comm="/usr/lib/colord-sane ")
Jan 31 11:19:45 spiffy dbus-daemon[353]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Jan 31 11:19:46 spiffy ntpd[386]: Listen normally on 2 enp0s25 192.168.1.5:123
Jan 31 11:19:46 spiffy ntpd[386]: new interface(s) found: waking up resolver
Jan 31 11:19:46 spiffy audit[453]: USER_AUTH pid=453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="dhs" exe="/usr/bin/login" hostname=spiffy addr=? terminal=tty1 res=success'
Jan 31 11:19:46 spiffy kernel: audit: type=1100 audit(1612120786.818:58): pid=453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="dhs" exe="/usr/bin/login" hostname=spiffy addr=? terminal=tty1 res=success'
Jan 31 11:19:46 spiffy dbus-daemon[353]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.25' (uid=0 pid=453 comm="/bin/login -p --     ")
Jan 31 11:19:46 spiffy dbus-daemon[353]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 31 11:19:46 spiffy login[453]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 31 11:19:46 spiffy audit[453]: USER_ACCT pid=453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="dhs" exe="/usr/bin/login" hostname=spiffy addr=? terminal=tty1 res=success'
Jan 31 11:19:46 spiffy audit[453]: CRED_ACQ pid=453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="dhs" exe="/usr/bin/login" hostname=spiffy addr=? terminal=tty1 res=success'
Jan 31 11:19:46 spiffy login[453]: pam_unix(login:session): session opened for user dhs(uid=1001) by LOGIN(uid=0)
Jan 31 11:19:46 spiffy kernel: audit: type=1101 audit(1612120786.835:59): pid=453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="dhs" exe="/usr/bin/login" hostname=spiffy addr=? terminal=tty1 res=success'
Jan 31 11:19:46 spiffy kernel: audit: type=1103 audit(1612120786.835:60): pid=453 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="dhs" exe="/usr/bin/login" hostname=spiffy addr=? terminal=tty1 res=success'
Jan 31 11:19:46 spiffy kernel: audit: type=1006 audit(1612120786.835:61): pid=453 uid=0 old-auid=4294967295 auid=1001 tty=tty1 old-ses=4294967295 ses=5 res=1
Jan 31 11:19:46 spiffy systemd[1]: Created slice User Slice of UID 1001.
Jan 31 11:19:46 spiffy systemd[1]: Starting User Runtime Directory /run/user/1001...
Jan 31 11:19:46 spiffy systemd-logind[361]: New session 5 of user dhs.
Jan 31 11:19:46 spiffy systemd[1]: Finished User Runtime Directory /run/user/1001.
Jan 31 11:19:46 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:46 spiffy systemd[1]: Starting User Manager for UID 1001...
Jan 31 11:19:46 spiffy kernel: audit: type=1130 audit(1612120786.915:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:46 spiffy dbus-daemon[353]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.27' (uid=0 pid=513 comm="(systemd) ")
Jan 31 11:19:46 spiffy dbus-daemon[353]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jan 31 11:19:46 spiffy systemd[513]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jan 31 11:19:46 spiffy audit[513]: USER_ACCT pid=513 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="dhs" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:46 spiffy audit[513]: CRED_ACQ pid=513 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="dhs" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 31 11:19:46 spiffy systemd[513]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[dhs] ruser=[<unknown>] rhost=[<unknown>]
Jan 31 11:19:46 spiffy systemd[513]: pam_unix(systemd-user:session): session opened for user dhs(uid=1001) by (uid=0)
Jan 31 11:19:46 spiffy audit[513]: USER_START pid=513 uid=0 auid=1001 ses=6 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="dhs" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:46 spiffy kernel: audit: type=1101 audit(1612120786.935:63): pid=513 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_permit,pam_time acct="dhs" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:46 spiffy kernel: audit: type=1103 audit(1612120786.935:64): pid=513 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="dhs" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jan 31 11:19:46 spiffy kernel: audit: type=1006 audit(1612120786.935:65): pid=513 uid=0 old-auid=4294967295 auid=1001 tty=(none) old-ses=4294967295 ses=6 res=1
Jan 31 11:19:46 spiffy kernel: audit: type=1105 audit(1612120786.935:66): pid=513 uid=0 auid=1001 ses=6 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="dhs" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:46 spiffy audit: BPF prog-id=9 op=LOAD
Jan 31 11:19:46 spiffy audit: BPF prog-id=9 op=UNLOAD
Jan 31 11:19:46 spiffy kernel: audit: type=1334 audit(1612120786.948:67): prog-id=9 op=LOAD
Jan 31 11:19:47 spiffy root[520]: mountem: /nfscommon: retry #2
Jan 31 11:19:47 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:47 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:47 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:47 spiffy systemd[1]: Starting RPC Bind...
Jan 31 11:19:47 spiffy systemd[1]: Started RPC Bind.
Jan 31 11:19:47 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpcbind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:47 spiffy systemd[1]: Reached target Host and Network Name Lookups.
Jan 31 11:19:47 spiffy systemd[1]: Starting NFS status monitor for NFSv2/3 locking....
Jan 31 11:19:47 spiffy rpc.statd[528]: Version 2.5.2 starting
Jan 31 11:19:47 spiffy rpc.statd[528]: Flags: TI-RPC
Jan 31 11:19:47 spiffy systemd[1]: Started NFS status monitor for NFSv2/3 locking..
Jan 31 11:19:47 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:47 spiffy CROND[378]: (root) CMDOUT (Created symlink /run/systemd/system/remote-fs.target.wants/rpc-statd.service → /usr/lib/systemd/system/rpc-statd.service.)
Jan 31 11:19:47 spiffy systemd[1]: Reloading.
Jan 31 11:19:47 spiffy audit: BPF prog-id=8 op=UNLOAD
Jan 31 11:19:47 spiffy audit: BPF prog-id=7 op=UNLOAD
Jan 31 11:19:47 spiffy audit: BPF prog-id=6 op=UNLOAD
Jan 31 11:19:47 spiffy audit: BPF prog-id=5 op=UNLOAD
Jan 31 11:19:47 spiffy audit: BPF prog-id=4 op=UNLOAD
Jan 31 11:19:47 spiffy audit: BPF prog-id=3 op=UNLOAD
Jan 31 11:19:47 spiffy audit: BPF prog-id=10 op=LOAD
Jan 31 11:19:47 spiffy audit: BPF prog-id=11 op=LOAD
Jan 31 11:19:47 spiffy audit: BPF prog-id=12 op=LOAD
Jan 31 11:19:47 spiffy audit: BPF prog-id=13 op=LOAD
Jan 31 11:19:47 spiffy audit: BPF prog-id=14 op=LOAD
Jan 31 11:19:47 spiffy audit: BPF prog-id=15 op=LOAD
Jan 31 11:19:47 spiffy systemd[1]: Started User Manager for UID 1001.
Jan 31 11:19:47 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:19:47 spiffy systemd[1]: Started Session 5 of user dhs.
Jan 31 11:19:47 spiffy audit[453]: USER_START pid=453 uid=0 auid=1001 ses=5 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="dhs" exe="/usr/bin/login" hostname=spiffy addr=? terminal=tty1 res=success'
Jan 31 11:19:47 spiffy audit[453]: CRED_REFR pid=453 uid=0 auid=1001 ses=5 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="dhs" exe="/usr/bin/login" hostname=spiffy addr=? terminal=tty1 res=success'
Jan 31 11:19:47 spiffy login[453]: LOGIN ON tty1 BY dhs
Jan 31 11:19:47 spiffy root[551]: mountem: mounted zorg:/home/common on /nfscommon
Jan 31 11:19:47 spiffy root[557]: mountem: mounting zorg:/backup3 on /nfsext, options are rw,noatime,soft
Jan 31 11:19:47 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:47 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:47 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:47 spiffy root[561]: mountem: mounted zorg:/backup3 on /nfsext
Jan 31 11:19:47 spiffy root[568]: mountem: mounting imagebucket:/external0/images on /images, options are rw,noatime,soft,sync
Jan 31 11:19:47 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:47 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:47 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:47 spiffy root[571]: mountem: mounted imagebucket:/external0/images on /images
Jan 31 11:19:47 spiffy root[577]: mountem: mounting imagebucket:/external0/simages on /simages, options are rw,noatime,soft,sync
Jan 31 11:19:47 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:47 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:47 spiffy kernel: NFS4: Couldn't follow remote path
Jan 31 11:19:48 spiffy root[581]: mountem: mounted imagebucket:/external0/simages on /simages
Jan 31 11:19:48 spiffy audit[378]: CRED_DISP pid=378 uid=0 auid=0 ses=3 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:48 spiffy audit[378]: USER_END pid=378 uid=0 auid=0 ses=3 msg='op=PAM:session_close grantors=pam_loginuid,pam_limits,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:19:48 spiffy CROND[378]: pam_unix(crond:session): session closed for user root
Jan 31 11:19:51 spiffy dhcpcd[357]: enp0s25: no IPv6 Routers available
Jan 31 11:09:25 spiffy ntpd[386]: ntpd: time set -627.398736 s
Jan 31 11:09:26 spiffy kernel: kauditd_printk_skb: 20 callbacks suppressed
Jan 31 11:09:26 spiffy kernel: audit: type=1104 audit(1612120165.967:88): pid=379 uid=0 auid=0 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:09:26 spiffy kernel: audit: type=1106 audit(1612120165.967:89): pid=379 uid=0 auid=0 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_limits,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:09:25 spiffy audit[379]: CRED_DISP pid=379 uid=0 auid=0 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_env acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:09:25 spiffy audit[379]: USER_END pid=379 uid=0 auid=0 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_limits,pam_unix acct="root" exe="/usr/bin/crond" hostname=? addr=? terminal=cron res=success'
Jan 31 11:09:25 spiffy CROND[379]: pam_unix(crond:session): session closed for user root
Jan 31 11:09:31 spiffy systemd[513]: Started D-Bus User Message Bus.
Jan 31 11:09:37 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating service name='org.kde.ActivityManager' requested by ':1.6' (uid=1001 pid=665 comm="/usr/bin/kded5 ")
Jan 31 11:09:37 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.kde.ActivityManager'
Jan 31 11:09:38 spiffy dbus-daemon[353]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.30' (uid=1001 pid=665 comm="/usr/bin/kded5 ")
Jan 31 11:09:38 spiffy systemd[1]: Starting Disk Manager...
Jan 31 11:09:38 spiffy udisksd[681]: udisks daemon version 2.9.1 starting
Jan 31 11:09:38 spiffy dbus-daemon[353]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.32' (uid=0 pid=681 comm="/usr/lib/udisks2/udisksd ")
Jan 31 11:09:38 spiffy systemd[1]: Starting Authorization Manager...
Jan 31 11:09:39 spiffy polkitd[685]: Started polkitd version 0.118
Jan 31 11:09:39 spiffy polkitd[685]: Loading rules from directory /etc/polkit-1/rules.d
Jan 31 11:09:39 spiffy polkitd[685]: Loading rules from directory /usr/share/polkit-1/rules.d
Jan 31 11:09:39 spiffy polkitd[685]: Finished loading, compiling and executing 5 rules
Jan 31 11:09:39 spiffy dbus-daemon[353]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jan 31 11:09:39 spiffy systemd[1]: Started Authorization Manager.
Jan 31 11:09:39 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:09:39 spiffy kernel: audit: type=1130 audit(1612120179.814:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:09:39 spiffy polkitd[685]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jan 31 11:09:40 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating service name='org.kde.kglobalaccel' requested by ':1.8' (uid=1001 pid=674 comm="/usr/lib/kactivitymanagerd ")
Jan 31 11:09:40 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.kde.kglobalaccel'
Jan 31 11:09:40 spiffy dbus-daemon[353]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jan 31 11:09:40 spiffy systemd[1]: Started Disk Manager.
Jan 31 11:09:40 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:09:40 spiffy kernel: audit: type=1130 audit(1612120180.690:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:09:40 spiffy dbus-daemon[353]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.30' (uid=1001 pid=665 comm="/usr/bin/kded5 ")
Jan 31 11:09:40 spiffy audit: BPF prog-id=16 op=LOAD
Jan 31 11:09:40 spiffy audit: BPF prog-id=17 op=LOAD
Jan 31 11:09:40 spiffy kernel: audit: type=1334 audit(1612120180.724:92): prog-id=16 op=LOAD
Jan 31 11:09:40 spiffy kernel: audit: type=1334 audit(1612120180.724:93): prog-id=17 op=LOAD
Jan 31 11:09:40 spiffy systemd[1]: Starting Daemon for power management...
Jan 31 11:09:40 spiffy udisksd[681]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jan 31 11:09:41 spiffy dbus-daemon[353]: [system] Successfully activated service 'org.freedesktop.UPower'
Jan 31 11:09:41 spiffy systemd[1]: Started Daemon for power management.
Jan 31 11:09:41 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:09:41 spiffy kernel: audit: type=1130 audit(1612120181.310:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:09:42 spiffy systemd[513]: Created slice app.slice.
Jan 31 11:09:42 spiffy systemd[513]: Started /usr/lib/DiscoverNotifier.
Jan 31 11:09:42 spiffy systemd[513]: Started /usr/bin/kmix.
Jan 31 11:09:43 spiffy systemd[513]: Starting Sound Service...
Jan 31 11:09:43 spiffy systemd[513]: Started /usr/bin/konsole.
Jan 31 11:09:43 spiffy dbus-daemon[353]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.39' (uid=1001 pid=787 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Jan 31 11:09:43 spiffy systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jan 31 11:09:44 spiffy dbus-daemon[353]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jan 31 11:09:44 spiffy systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jan 31 11:09:44 spiffy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:09:44 spiffy rtkit-daemon[791]: Successfully called chroot.
Jan 31 11:09:44 spiffy rtkit-daemon[791]: Successfully dropped privileges.
Jan 31 11:09:44 spiffy rtkit-daemon[791]: Successfully limited resources.
Jan 31 11:09:44 spiffy rtkit-daemon[791]: Running.
Jan 31 11:09:44 spiffy rtkit-daemon[791]: Watchdog thread running.
Jan 31 11:09:44 spiffy rtkit-daemon[791]: Canary thread running.
Jan 31 11:09:44 spiffy kernel: audit: type=1130 audit(1612120184.134:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 31 11:09:44 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating service name='ca.desrt.dconf' requested by ':1.21' (uid=1001 pid=773 comm="/usr/bin/gsettings set org.gnome.desktop.a11y.appl")
Jan 31 11:09:44 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'ca.desrt.dconf'
Jan 31 11:09:44 spiffy systemd[513]: Started /usr/bin/konsole.
Jan 31 11:09:44 spiffy systemd[513]: Started /usr/bin/dolphin.
Jan 31 11:09:44 spiffy rtkit-daemon[791]: Successfully made thread 787 of process 787 owned by '1001' high priority at nice level -11.
Jan 31 11:09:44 spiffy rtkit-daemon[791]: Supervising 1 threads of 1 processes of 1 users.
Jan 31 11:09:46 spiffy systemd[513]: Started /usr/lib/thunderbird/thunderbird.
Jan 31 11:09:48 spiffy systemd[513]: Started /usr/lib/firefox/firefox.
Jan 31 11:09:50 spiffy rtkit-daemon[791]: Supervising 1 threads of 1 processes of 1 users.
Jan 31 11:09:50 spiffy rtkit-daemon[791]: Successfully made thread 851 of process 787 owned by '1001' RT at priority 5.
Jan 31 11:09:50 spiffy rtkit-daemon[791]: Supervising 2 threads of 1 processes of 1 users.
Jan 31 11:09:50 spiffy dbus-daemon[353]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.43' (uid=1001 pid=787 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Jan 31 11:09:50 spiffy dbus-daemon[353]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Jan 31 11:09:50 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating via systemd: service name='org.gnome.zeitgeist.Engine' unit='zeitgeist.service' requested by ':1.29' (uid=1001 pid=855 comm="/usr/bin/zeitgeist-datahub ")
Jan 31 11:09:50 spiffy dbus-daemon[353]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.45' (uid=1001 pid=860 comm="/usr/lib/org_kde_powerdevil ") (using servicehelper)
Jan 31 11:09:50 spiffy systemd[513]: Starting Zeitgeist activity log service...
Jan 31 11:09:51 spiffy dbus-daemon[353]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
Jan 31 11:09:51 spiffy dbus-daemon[353]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.45' (uid=1001 pid=860 comm="/usr/lib/org_kde_powerdevil ") (using servicehelper)
Jan 31 11:09:51 spiffy dbus-daemon[353]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
Jan 31 11:09:51 spiffy dbus-daemon[353]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.45' (uid=1001 pid=860 comm="/usr/lib/org_kde_powerdevil ") (using servicehelper)
Jan 31 11:09:51 spiffy backlighthelper[895]: org.kde.powerdevil: no kernel backlight interface found
Jan 31 11:09:51 spiffy dbus-daemon[353]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Jan 31 11:09:52 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.33' (uid=1001 pid=862 comm="/usr/lib/tracker-miner-rss-3 ")
Jan 31 11:09:52 spiffy systemd[513]: Starting Virtual filesystem service...
Jan 31 11:09:53 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating service name='org.kde.KScreen' requested by ':1.28' (uid=1001 pid=860 comm="/usr/lib/org_kde_powerdevil ")
Jan 31 11:09:53 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.kde.KScreen'
Jan 31 11:09:54 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: Connected output 84 to CRTC 79
Jan 31 11:09:54 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper: Detected XRandR 1.6
Jan 31 11:09:54 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper: Event Base:  89
Jan 31 11:09:54 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper: Event Error:  147
Jan 31 11:09:54 spiffy systemd[513]: Started Sound Service.
Jan 31 11:09:54 spiffy pulseaudio[787]: GetManagedObjects() failed: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.
Jan 31 11:09:54 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating via systemd: service name='org.gnome.zeitgeist.SimpleIndexer' unit='zeitgeist-fts.service' requested by ':1.30' (uid=1001 pid=882 comm="/usr/bin/zeitgeist-daemon ")
Jan 31 11:09:54 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.gnome.zeitgeist.Engine'
Jan 31 11:09:54 spiffy zeitgeist-datah[929]: zeitgeist-datahub.vala:224: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
Jan 31 11:09:54 spiffy systemd[513]: Started Zeitgeist activity log service.
Jan 31 11:09:54 spiffy systemd[513]: Starting Zeitgeist full-text search indexer...
Jan 31 11:09:57 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.gtk.vfs.Daemon'
Jan 31 11:09:57 spiffy systemd[513]: Started Virtual filesystem service.
Jan 31 11:09:57 spiffy kernel: fuse: init (API version 7.31)
Jan 31 11:09:57 spiffy systemd[1]: Mounting FUSE Control File System...
Jan 31 11:09:57 spiffy systemd[1]: Mounted FUSE Control File System.
Jan 31 11:09:58 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.gnome.zeitgeist.SimpleIndexer'
Jan 31 11:09:58 spiffy systemd[513]: Started Zeitgeist full-text search indexer.
Jan 31 11:10:05 spiffy dbus-daemon[353]: [system] Activating service name='org.kde.kded.smart' requested by ':1.30' (uid=1001 pid=665 comm="/usr/bin/kded5 ") (using servicehelper)
Jan 31 11:10:05 spiffy dbus-daemon[353]: [system] Successfully activated service 'org.kde.kded.smart'
Jan 31 11:10:06 spiffy dbus-daemon[353]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.30' (uid=1001 pid=665 comm="/usr/bin/kded5 ")
Jan 31 11:10:06 spiffy dbus-daemon[353]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Jan 31 11:10:06 spiffy dbus-daemon[353]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.30' (uid=1001 pid=665 comm="/usr/bin/kded5 ")
Jan 31 11:10:06 spiffy dbus-daemon[353]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Jan 31 11:10:06 spiffy dbus-daemon[353]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.30' (uid=1001 pid=665 comm="/usr/bin/kded5 ")
Jan 31 11:10:06 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.6' (uid=1001 pid=665 comm="/usr/bin/kded5 ")
Jan 31 11:10:06 spiffy dbus-daemon[353]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
Jan 31 11:10:06 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating service name='org.kde.KSplash' requested by ':1.3' (uid=1001 pid=636 comm="/usr/bin/plasma_session ")
Jan 31 11:10:06 spiffy systemd[513]: Starting Bluetooth OBEX service...
Jan 31 11:10:06 spiffy obexd[1041]: OBEX daemon 5.55
Jan 31 11:10:06 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.bluez.obex'
Jan 31 11:10:06 spiffy systemd[513]: Started Bluetooth OBEX service.
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: XRandR::setConfig
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: Needed CRTCs:  1
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: Actions to perform: 
                                                               Primary Output: true
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr:                 Old: 83 
                                                                       New: 84
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr:         Change Screen Size: false
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr:         Disable outputs: false
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr:         Change outputs: true
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr:                  (84)
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr:         Enable outputs: false
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: RRSetCrtcConfig (change output) 
                                                               Output: 84 ( "DVI-1" ) 
                                                               CRTC: 79 
                                                               Pos: QPoint(0,0) 
                                                               Mode: 86 KScreen::Mode(Id: "86" , Size: QSize(1920, 1080) @ 60 ) 
                                                               Rotation: 1
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr:         Result:  0
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: XRandROutput 84 update 
                                                               m_connected: 0 
                                                               m_crtc XRandRCrtc(0x55bdc8d25e40) 
                                                               CRTC: 79 
                                                               MODE: 86 
                                                               Connection: 0 
                                                               Primary: true
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: RRSetOutputPrimary 
                                                               New primary: 84
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: XRandR::setConfig done!
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper: RRNotify_OutputChange
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Output:  83
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         CRTC:  0
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Mode:  0
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Connection:  "Disconnected"
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Subpixel Order:  1
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper: RRNotify_OutputChange
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Output:  84
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         CRTC:  79
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Mode:  86
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Connection:  "Connected"
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Subpixel Order:  1
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper: RRScreenChangeNotify
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Window: 48234501
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Root: 1707
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Size ID: 0
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Size:  1920 1080
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         SizeMM:  508 285
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper: RRNotify_OutputChange
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Output:  83
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         CRTC:  0
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Mode:  0
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Connection:  "Disconnected"
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Subpixel Order:  1
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper: RRNotify_OutputChange
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Output:  84
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         CRTC:  79
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Mode:  86
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Connection:  "Connected"
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xcb.helper:         Subpixel Order:  1
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: XRandROutput 83 update 
                                                               m_connected: 1 
                                                               m_crtc QObject(0x0) 
                                                               CRTC: 0 
                                                               MODE: 0 
                                                               Connection: 1 
                                                               Primary: false
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: Output 83 : connected = false , enabled = false
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: XRandROutput 84 update 
                                                               m_connected: 0 
                                                               m_crtc XRandRCrtc(0x55bdc8d25e40) 
                                                               CRTC: 79 
                                                               MODE: 86 
                                                               Connection: 0 
                                                               Primary: true
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: Output 84 : connected = true , enabled = true
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: XRandROutput 83 update 
                                                               m_connected: 1 
                                                               m_crtc QObject(0x0) 
                                                               CRTC: 0 
                                                               MODE: 0 
                                                               Connection: 1 
                                                               Primary: false
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: Output 83 : connected = false , enabled = false
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: XRandROutput 84 update 
                                                               m_connected: 0 
                                                               m_crtc XRandRCrtc(0x55bdc8d25e40) 
                                                               CRTC: 79 
                                                               MODE: 86 
                                                               Connection: 0 
                                                               Primary: true
Jan 31 11:10:07 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: Output 84 : connected = true , enabled = true
Jan 31 11:10:08 spiffy kscreen_backend_launcher[916]: kscreen.xrandr: Emitting configChanged()
Jan 31 11:10:16 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.48' (uid=1001 pid=818 comm="/usr/lib/thunderbird/thunderbird --sm-client-id 10")
Jan 31 11:10:16 spiffy systemd[513]: Starting Accessibility services bus...
Jan 31 11:10:16 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.a11y.Bus'
Jan 31 11:10:16 spiffy systemd[513]: Started Accessibility services bus.
Jan 31 11:10:18 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.34' (uid=1001 pid=872 comm="/usr/lib/tracker-miner-fs-3 ")
Jan 31 11:10:19 spiffy systemd[513]: Starting Virtual filesystem service - disk device monitor...
Jan 31 11:10:19 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Jan 31 11:10:19 spiffy systemd[513]: Started Virtual filesystem service - disk device monitor.
Jan 31 11:10:19 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.34' (uid=1001 pid=872 comm="/usr/lib/tracker-miner-fs-3 ")
Jan 31 11:10:19 spiffy systemd[513]: Starting Virtual filesystem service - Apple File Conduit monitor...
Jan 31 11:10:19 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Jan 31 11:10:19 spiffy systemd[513]: Started Virtual filesystem service - Apple File Conduit monitor.
Jan 31 11:10:19 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.34' (uid=1001 pid=872 comm="/usr/lib/tracker-miner-fs-3 ")
Jan 31 11:10:19 spiffy systemd[513]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Jan 31 11:10:19 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating service name='org.gnome.OnlineAccounts' requested by ':1.53' (uid=1001 pid=1120 comm="/usr/lib/gvfs-goa-volume-monitor ")
Jan 31 11:10:22 spiffy goa-daemon[1124]: goa-daemon version 3.38.0 starting
Jan 31 11:10:22 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating service name='org.gnome.Identity' requested by ':1.54' (uid=1001 pid=1124 comm="/usr/lib/goa-daemon ")
Jan 31 11:10:22 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.gnome.Identity'
Jan 31 11:10:22 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.gnome.OnlineAccounts'
Jan 31 11:10:22 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Jan 31 11:10:22 spiffy systemd[513]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Jan 31 11:10:22 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.34' (uid=1001 pid=872 comm="/usr/lib/tracker-miner-fs-3 ")
Jan 31 11:10:22 spiffy systemd[513]: Starting Virtual filesystem service - digital camera monitor...
Jan 31 11:10:22 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Jan 31 11:10:22 spiffy systemd[513]: Started Virtual filesystem service - digital camera monitor.
Jan 31 11:10:22 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.34' (uid=1001 pid=872 comm="/usr/lib/tracker-miner-fs-3 ")
Jan 31 11:10:22 spiffy systemd[513]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Jan 31 11:10:22 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Jan 31 11:10:22 spiffy systemd[513]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Jan 31 11:10:23 spiffy rtkit-daemon[791]: Supervising 2 threads of 1 processes of 1 users.
Jan 31 11:10:23 spiffy rtkit-daemon[791]: Supervising 2 threads of 1 processes of 1 users.
Jan 31 11:10:24 spiffy rtkit-daemon[791]: Supervising 2 threads of 1 processes of 1 users.
Jan 31 11:10:24 spiffy rtkit-daemon[791]: Supervising 2 threads of 1 processes of 1 users.
Jan 31 11:10:24 spiffy rtkit-daemon[791]: Supervising 2 threads of 1 processes of 1 users.
Jan 31 11:10:24 spiffy rtkit-daemon[791]: Supervising 2 threads of 1 processes of 1 users.
Jan 31 11:10:24 spiffy rtkit-daemon[791]: Successfully made thread 1207 of process 839 owned by '1001' RT at priority 10.
Jan 31 11:10:24 spiffy rtkit-daemon[791]: Supervising 3 threads of 2 processes of 1 users.
Jan 31 11:10:25 spiffy rtkit-daemon[791]: Supervising 3 threads of 2 processes of 1 users.
Jan 31 11:10:25 spiffy rtkit-daemon[791]: Supervising 3 threads of 2 processes of 1 users.
Jan 31 11:10:29 spiffy rtkit-daemon[791]: Supervising 3 threads of 2 processes of 1 users.
Jan 31 11:10:29 spiffy rtkit-daemon[791]: Supervising 3 threads of 2 processes of 1 users.
Jan 31 11:10:33 spiffy rtkit-daemon[791]: Supervising 3 threads of 2 processes of 1 users.
Jan 31 11:10:33 spiffy rtkit-daemon[791]: Supervising 3 threads of 2 processes of 1 users.
Jan 31 11:11:00 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Extract' unit='tracker-extract-3.service' requested by ':1.34' (uid=1001 pid=872 comm="/usr/lib/tracker-miner-fs-3 ")
Jan 31 11:11:00 spiffy systemd[513]: Created slice background.slice.
Jan 31 11:11:00 spiffy systemd[513]: Starting Tracker metadata extractor...
Jan 31 11:11:01 spiffy tracker-extract[1457]: tracker-extract-3 running as org.freedesktop.Tracker3.Miner.Extract. The service will exit when org.freedesktop.Tracker3.Miner.Files disappears from the bus.
Jan 31 11:11:01 spiffy systemd[513]: Started Tracker metadata extractor.
Jan 31 11:11:01 spiffy dbus-daemon[633]: [session uid=1001 pid=633] Successfully activated service 'org.freedesktop.Tracker3.Miner.Extract'
Jan 31 11:11:04 spiffy systemd-logind[361]: Power key pressed.
Jan 31 11:11:04 spiffy systemd-logind[361]: Powering Off...
Jan 31 11:11:04 spiffy systemd-logind[361]: System is powering down.

Last edited by dhs (2021-02-01 21:33:56)

Offline

#11 2021-02-01 02:18:42

dhs
Member
Registered: 2014-02-25
Posts: 15

Re: User authorization

mpan wrote:
dhs wrote:

Here's the debug output from ssh -vv:

Indeed it seems like there is no common pat between available key exchange algorithms on the server and the client. The encryption algorithm and HMAC are successfully negotiated, but not the key exchange method. As a temporary and dirty solution, you may try enabling some very old KEX in “/etc/ssh/sshd_config” and restarting sshd. “diffie-hellman-group1-sha1” seems to be still supported, according to `ssh -Q KexAlgorithms` (on 8.4p1-2). But please be aware this is not something you should normally do.

dhs wrote:

The client is running a very old version of FreeBSD, so there may be ssh version incompatibility, I suppose.

If it’s really software from 15 years ago and is unpatched, be aware that it’s a swarm of vulnerabilities. If you run it only locally and connect between machines fully under your control, that’s a relatively minor issue. But I would not expose that sshd to the internet or use ssh to connect to other servers.

dhs wrote:

Just so I could log in and kill X.  Instead I have to hit the power button, which I don't like to do.

On top of seth’s questions: do you use nouveau by any chance and the problem appeared in the past quarter?

Yes, the servers are not reachable from outside my router.

I don't use nouveau.

Offline

#12 2021-02-01 08:37:19

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

Re: User authorization

Please edit post #10 and wrap the logs in code tags (not quote tags) or better use a pastebin service (1st link in my signature) and upload the entire xorg log.

Offline

Board footer

Powered by FluxBB