You are not logged in.

#1 2020-04-21 21:16:20

mitchell4136
Member
Registered: 2020-04-21
Posts: 10

[SOLVED] Can't boot into DM or tty console after systemd update

I ran a normal periodical Pacman -Syu update which updated a few systemd packages, mesa, their multib counterparts, and a few other dependency packages.

Relevant pacman log

 [2020-04-19T14:28:52-0400] [PACMAN] Running 'pacman -S -y -u --config /etc/pacman.conf --'
[2020-04-19T14:28:52-0400] [PACMAN] synchronizing package lists
[2020-04-19T14:28:53-0400] [PACMAN] starting full system upgrade
[2020-04-19T14:29:05-0400] [PACMAN] Running 'pacman -Syu'
[2020-04-19T14:29:05-0400] [PACMAN] synchronizing package lists
[2020-04-19T14:29:05-0400] [PACMAN] starting full system upgrade
[2020-04-19T14:29:26-0400] [ALPM] transaction started
[2020-04-19T14:29:26-0400] [ALPM] upgraded llvm-libs (9.0.1-3 -> 10.0.0-1)
[2020-04-19T14:29:27-0400] [ALPM] upgraded compiler-rt (9.0.1-1 -> 10.0.0-1)
[2020-04-19T14:29:27-0400] [ALPM] upgraded systemd-libs (245.4-2 -> 245.5-1)
[2020-04-19T14:29:27-0400] [ALPM] upgraded systemd (245.4-2 -> 245.5-1)
[2020-04-19T14:29:27-0400] [ALPM] upgraded clang (9.0.1-1 -> 10.0.0-2)
[2020-04-19T14:29:27-0400] [ALPM] upgraded dhcpcd (8.1.7-1 -> 9.0.1-2)
[2020-04-19T14:29:28-0400] [ALPM] upgraded lib32-llvm-libs (9.0.1-2 -> 10.0.0-1)
[2020-04-19T14:29:28-0400] [ALPM] upgraded mesa (20.0.4-1 -> 20.0.4-2)
[2020-04-19T14:29:28-0400] [ALPM] upgraded lib32-mesa (20.0.4-1 -> 20.0.4-2)
[2020-04-19T14:29:28-0400] [ALPM] upgraded lib32-systemd (245.4-1 -> 245.5-1)
[2020-04-19T14:29:28-0400] [ALPM] upgraded libsecret (0.20.2-1 -> 0.20.3-1)
[2020-04-19T14:29:28-0400] [ALPM] upgraded postgresql-libs (12.2-1 -> 12.2-2)
[2020-04-19T14:29:28-0400] [ALPM] upgraded qt5-tools (5.14.2-1 -> 5.14.2-2)
[2020-04-19T14:29:28-0400] [ALPM] upgraded sfml (2.5.1-1 -> 2.5.1-2)
[2020-04-19T14:29:28-0400] [ALPM] upgraded systemd-sysvcompat (245.4-2 -> 245.5-1)
[2020-04-19T14:29:28-0400] [ALPM] upgraded xfce4-session (4.14.2-1 -> 4.14.2-2)
[2020-04-19T14:29:28-0400] [ALPM] transaction completed
[2020-04-19T14:29:28-0400] [ALPM] running '20-systemd-sysusers.hook'...
[2020-04-19T14:29:28-0400] [ALPM] running '30-systemd-catalog.hook'...
[2020-04-19T14:29:28-0400] [ALPM] running '30-systemd-daemon-reload.hook'...
[2020-04-19T14:29:28-0400] [ALPM] running '30-systemd-hwdb.hook'...
[2020-04-19T14:29:29-0400] [ALPM] running '30-systemd-sysctl.hook'...
[2020-04-19T14:29:29-0400] [ALPM] running '30-systemd-tmpfiles.hook'...
[2020-04-19T14:29:29-0400] [ALPM] running '30-systemd-udev-reload.hook'...
[2020-04-19T14:29:29-0400] [ALPM] running '30-systemd-update.hook'...
[2020-04-19T14:29:29-0400] [ALPM] running '90-mkinitcpio-install.hook'...
[2020-04-19T14:29:29-0400] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2020-04-19T14:29:29-0400] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2020-04-19T14:29:29-0400] [ALPM-SCRIPTLET] ==> Starting build: 5.6.4-arch1-1
[2020-04-19T14:29:29-0400] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2020-04-19T14:29:29-0400] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2020-04-19T14:29:29-0400] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2020-04-19T14:29:29-0400] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2020-04-19T14:29:29-0400] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2020-04-19T14:29:31-0400] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2020-04-19T14:29:31-0400] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2020-04-19T14:29:31-0400] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2020-04-19T14:29:33-0400] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2020-04-19T14:29:33-0400] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2020-04-19T14:29:35-0400] [ALPM-SCRIPTLET] ==> Image generation successful
[2020-04-19T14:29:35-0400] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2020-04-19T14:29:35-0400] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2020-04-19T14:29:35-0400] [ALPM-SCRIPTLET] ==> Starting build: 5.6.4-arch1-1
[2020-04-19T14:29:35-0400] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2020-04-19T14:29:35-0400] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2020-04-19T14:29:35-0400] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2020-04-19T14:29:35-0400] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2020-04-19T14:29:36-0400] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2020-04-19T14:29:36-0400] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: wd719x
[2020-04-19T14:29:38-0400] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2020-04-19T14:29:39-0400] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2020-04-19T14:29:40-0400] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2020-04-19T14:29:43-0400] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2020-04-19T14:29:43-0400] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2020-04-19T14:29:48-0400] [ALPM-SCRIPTLET] ==> Image generation successful
[2020-04-19T14:29:48-0400] [ALPM] running 'dbus-reload.hook'...
[2020-04-19T14:29:48-0400] [ALPM] running 'gtk-update-icon-cache.hook'...
[2020-04-19T14:29:48-0400] [ALPM] running 'update-desktop-database.hook'...

After a reboot, i was getting a black screen. Since i do not have quiet boot enabled, i was able to see multiple errors on boot beforehand. CTRL+ALT+F2 also didn't do much to help.
After poking around journalctl through the live usb, found multiple errors for multiple systemd services all talking about being unable to create cgroup on user.slice or system.slice. Googling these erros only brings up something about linux containers and virtualization. Arch is installed natively on an ssd in my system and not virtualized.

Apr 20 15:28:58 MitchPC systemd[709]: accounts-daemon.service: Failed to attach to cgroup /system.slice/accounts-daemon.service: No such file or directory
Apr 20 15:28:58 MitchPC systemd[1]: Failed to realize cgroups for queued unit user.slice, ignoring: No such file or directory
Apr 20 15:28:58 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 20 15:28:58 MitchPC systemd[1]: accounts-daemon.service: Failed to create cgroup /system.slice/accounts-daemon.service: No such file or directory
Apr 20 15:28:14 MitchPC systemd[701]: getty@tty2.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: Failed to realize cgroups for queued unit user.slice, ignoring: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: getty@tty2.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 20 15:28:14 MitchPC systemd[700]: getty@tty2.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: Failed to realize cgroups for queued unit user.slice, ignoring: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: getty@tty2.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 20 15:28:14 MitchPC systemd[699]: getty@tty2.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: Failed to realize cgroups for queued unit user.slice, ignoring: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: getty@tty2.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 20 15:28:14 MitchPC systemd[698]: getty@tty2.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: Failed to realize cgroups for queued unit user.slice, ignoring: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: getty@tty2.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 20 15:28:14 MitchPC systemd[697]: getty@tty2.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: Failed to realize cgroups for queued unit user.slice, ignoring: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 20 15:28:14 MitchPC systemd[1]: getty@tty2.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 20 15:26:57 MitchPC systemd[1]: Removed slice User Slice of UID 620.
Apr 20 15:26:57 MitchPC systemd[1]: Failed to realize cgroups for queued unit user.slice, ignoring: No such file or directory
Apr 20 15:26:57 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 20 15:26:57 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 20 15:26:57 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 20 15:26:57 MitchPC systemd[696]: user-runtime-dir@620.service: Failed to attach to cgroup /user.slice/user-620.slice/user-runtime-dir@620.service: No such file or directory
Apr 20 15:26:57 MitchPC systemd[1]: Failed to realize cgroups for queued unit user.slice, ignoring: No such file or directory
Apr 20 15:26:57 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 20 15:26:57 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 20 15:26:57 MitchPC systemd[1]: Created slice User Slice of UID 620.
Apr 20 15:26:57 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 20 15:26:32 MitchPC systemd[695]: accounts-daemon.service: Failed to attach to cgroup /system.slice/accounts-daemon.service: No such file or directory
Apr 20 15:26:32 MitchPC systemd[1]: accounts-daemon.service: Failed to create cgroup /system.slice/accounts-daemon.service: No such file or directory
Apr 20 15:26:19 MitchPC systemd[686]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 20 15:26:19 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 20 15:26:19 MitchPC systemd[685]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 20 15:26:19 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 20 15:26:18 MitchPC systemd[684]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 20 15:26:18 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 20 15:26:18 MitchPC systemd[683]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 20 15:26:18 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 20 15:26:18 MitchPC systemd[663]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 20 15:26:18 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 20 15:26:07 MitchPC systemd[559]: polkit.service: Failed to attach to cgroup /system.slice/polkit.service: No such file or directory
Apr 20 15:26:07 MitchPC systemd[1]: polkit.service: Failed to create cgroup /system.slice/polkit.service: No such file or directory
Apr 20 15:26:06 MitchPC systemd[1]: Created slice User and Session Slice.
Apr 20 15:26:06 MitchPC systemd[1]: Created slice system-wpa_supplicant.slice.
Apr 20 15:26:06 MitchPC systemd[1]: Created slice system-systemd\x2dfsck.slice.
Apr 20 15:26:06 MitchPC systemd[1]: Created slice system-modprobe.slice.
Apr 20 15:26:06 MitchPC systemd[1]: Created slice system-getty.slice.
Apr 20 15:26:06 MitchPC systemd[1]: Created slice system-dhcpcd.slice.

I have tried disabling lightdm but got similar services errors. I can't boot into console, so i can't get systemctl information, and a live usb chroot doesnt permit systemctl commands into host system. I have no way of obtaining this information.

Here are the journal logs for a boot with lightdm enabled, and one without it enabled.

Enabled

-- Logs begin at Thu 2018-11-22 13:45:47 EST, end at Tue 2020-04-21 13:49:14 EDT. --
Apr 21 13:33:31 MitchPC kernel: microcode: microcode updated early to revision 0x27, date = 2019-02-26
Apr 21 13:33:31 MitchPC kernel: Linux version 5.6.5-arch3-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Sun, 19 Apr 2020 13:14:25 +0000
Apr 21 13:33:31 MitchPC kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=0a191cb5-6542-4b37-b491-847b1293b79a rw nvidia-drm.modeset=1
Apr 21 13:33:31 MitchPC kernel: KERNEL supported cpus:
Apr 21 13:33:31 MitchPC kernel:   Intel GenuineIntel
Apr 21 13:33:31 MitchPC kernel:   AMD AuthenticAMD
Apr 21 13:33:31 MitchPC kernel:   Hygon HygonGenuine
Apr 21 13:33:31 MitchPC kernel:   Centaur CentaurHauls
Apr 21 13:33:31 MitchPC kernel:   zhaoxin   Shanghai  
Apr 21 13:33:31 MitchPC kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 21 13:33:31 MitchPC kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 21 13:33:31 MitchPC kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Apr 21 13:33:31 MitchPC kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Apr 21 13:33:31 MitchPC kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Apr 21 13:33:31 MitchPC kernel: BIOS-provided physical RAM map:
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000958b1fff] usable
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000958b2000-0x00000000958b8fff] ACPI NVS
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000958b9000-0x000000009698efff] usable
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x000000009698f000-0x0000000096f25fff] reserved
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x0000000096f26000-0x00000000a9ec2fff] usable
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000a9ec3000-0x00000000aa0fcfff] reserved
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000aa0fd000-0x00000000aa1ecfff] ACPI NVS
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000aa1ed000-0x00000000aaf58fff] reserved
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000aaf59000-0x00000000aaffefff] type 20
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000aafff000-0x00000000aaffffff] usable
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000ab800000-0x00000000af9fffff] reserved
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Apr 21 13:33:31 MitchPC kernel: BIOS-e820: [mem 0x0000000100000000-0x000000044f5fffff] usable
Apr 21 13:33:31 MitchPC kernel: NX (Execute Disable) protection: active
Apr 21 13:33:31 MitchPC kernel: efi: EFI v2.31 by American Megatrends
Apr 21 13:33:31 MitchPC kernel: efi:  ACPI=0xaa1c3000  ACPI 2.0=0xaa1c3000  SMBIOS=0xf04c0  MPS=0xfd460 
Apr 21 13:33:31 MitchPC kernel: SMBIOS 2.7 present.
Apr 21 13:33:31 MitchPC kernel: DMI: Gigabyte Technology Co., Ltd. Z87X-UD4H/Z87X-UD4H-CF, BIOS F9 03/18/2014
Apr 21 13:33:31 MitchPC kernel: tsc: Fast TSC calibration using PIT
Apr 21 13:33:31 MitchPC kernel: tsc: Detected 3990.957 MHz processor
Apr 21 13:33:31 MitchPC kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr 21 13:33:31 MitchPC kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Apr 21 13:33:31 MitchPC kernel: last_pfn = 0x44f600 max_arch_pfn = 0x400000000
Apr 21 13:33:31 MitchPC kernel: MTRR default type: uncachable
Apr 21 13:33:31 MitchPC kernel: MTRR fixed ranges enabled:
Apr 21 13:33:31 MitchPC kernel:   00000-9FFFF write-back
Apr 21 13:33:31 MitchPC kernel:   A0000-BFFFF uncachable
Apr 21 13:33:31 MitchPC kernel:   C0000-CFFFF write-protect
Apr 21 13:33:31 MitchPC kernel:   D0000-DFFFF uncachable
Apr 21 13:33:31 MitchPC kernel:   E0000-FFFFF write-protect
Apr 21 13:33:31 MitchPC kernel: MTRR variable ranges enabled:
Apr 21 13:33:31 MitchPC kernel:   0 base 0000000000 mask 7C00000000 write-back
Apr 21 13:33:31 MitchPC kernel:   1 base 0400000000 mask 7FC0000000 write-back
Apr 21 13:33:31 MitchPC kernel:   2 base 0440000000 mask 7FF0000000 write-back
Apr 21 13:33:31 MitchPC kernel:   3 base 00C0000000 mask 7FC0000000 uncachable
Apr 21 13:33:31 MitchPC kernel:   4 base 00B0000000 mask 7FF0000000 uncachable
Apr 21 13:33:31 MitchPC kernel:   5 base 00AC000000 mask 7FFC000000 uncachable
Apr 21 13:33:31 MitchPC kernel:   6 base 00AB800000 mask 7FFF800000 uncachable
Apr 21 13:33:31 MitchPC kernel:   7 base 044F800000 mask 7FFF800000 uncachable
Apr 21 13:33:31 MitchPC kernel:   8 base 044F600000 mask 7FFFE00000 uncachable
Apr 21 13:33:31 MitchPC kernel:   9 disabled
Apr 21 13:33:31 MitchPC kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Apr 21 13:33:31 MitchPC kernel: total RAM covered: 16302M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64K         chunk_size: 64K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64K         chunk_size: 128K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64K         chunk_size: 256K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64K         chunk_size: 512K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64K         chunk_size: 1M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64K         chunk_size: 2M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64K         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64K         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 16M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 32M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 64M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 128M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 256M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 512M         num_reg: 10          lose cover RAM: -264M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 1G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 2G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 128K         chunk_size: 128K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 128K         chunk_size: 256K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 128K         chunk_size: 512K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 128K         chunk_size: 1M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 128K         chunk_size: 2M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 128K         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 128K         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 16M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 32M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 64M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 128M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 256M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 512M         num_reg: 10          lose cover RAM: -264M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 1G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 2G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 256K         chunk_size: 256K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 256K         chunk_size: 512K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 256K         chunk_size: 1M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 256K         chunk_size: 2M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 256K         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 256K         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 16M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 32M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 64M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 128M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 256M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 512M         num_reg: 10          lose cover RAM: -264M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 1G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 2G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 512K         chunk_size: 512K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 512K         chunk_size: 1M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 512K         chunk_size: 2M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 512K         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 512K         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 16M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 32M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 64M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 128M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 256M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 512M         num_reg: 10          lose cover RAM: -264M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 1G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 2G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 1M         chunk_size: 1M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 1M         chunk_size: 2M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 1M         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 1M         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 16M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 32M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 64M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 128M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 256M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 512M         num_reg: 10          lose cover RAM: -264M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 1G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 2G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 2M         chunk_size: 2M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 2M         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 2M         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 16M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 32M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 64M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 128M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 256M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 512M         num_reg: 10          lose cover RAM: -264M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 1G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 2G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 4M         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 4M         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 16M         num_reg: 10          lose cover RAM: -6M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 32M         num_reg: 10          lose cover RAM: -6M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 64M         num_reg: 10          lose cover RAM: -6M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 128M         num_reg: 10          lose cover RAM: -6M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 256M         num_reg: 10          lose cover RAM: -6M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 512M         num_reg: 10          lose cover RAM: -262M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 1G         num_reg: 10          lose cover RAM: -766M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 2G         num_reg: 10          lose cover RAM: -766M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 8M         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 8M         chunk_size: 16M         num_reg: 10          lose cover RAM: 54M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 8M         chunk_size: 32M         num_reg: 10          lose cover RAM: 6M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 8M         chunk_size: 64M         num_reg: 10          lose cover RAM: 6M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 8M         chunk_size: 128M         num_reg: 10          lose cover RAM: 6M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 8M         chunk_size: 256M         num_reg: 10          lose cover RAM: 6M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 8M         chunk_size: 512M         num_reg: 10          lose cover RAM: -250M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 8M         chunk_size: 1G         num_reg: 10          lose cover RAM: -506M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 8M         chunk_size: 2G         num_reg: 10          lose cover RAM: -506M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 16M         chunk_size: 16M         num_reg: 10          lose cover RAM: 62M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 16M         chunk_size: 32M         num_reg: 10          lose cover RAM: 14M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 16M         chunk_size: 64M         num_reg: 10          lose cover RAM: 14M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 16M         chunk_size: 128M         num_reg: 10          lose cover RAM: 14M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 16M         chunk_size: 256M         num_reg: 10          lose cover RAM: 14M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 16M         chunk_size: 512M         num_reg: 10          lose cover RAM: -242M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 16M         chunk_size: 1G         num_reg: 10          lose cover RAM: -498M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 16M         chunk_size: 2G         num_reg: 10          lose cover RAM: -498M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 32M         chunk_size: 32M         num_reg: 10          lose cover RAM: 46M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 32M         chunk_size: 64M         num_reg: 10          lose cover RAM: 46M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 32M         chunk_size: 128M         num_reg: 10          lose cover RAM: 46M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 32M         chunk_size: 256M         num_reg: 10          lose cover RAM: 46M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 32M         chunk_size: 512M         num_reg: 10          lose cover RAM: -210M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 32M         chunk_size: 1G         num_reg: 10          lose cover RAM: -466M
Apr 21 13:33:31 MitchPC kernel: *BAD*gran_size: 32M         chunk_size: 2G         num_reg: 10          lose cover RAM: -466M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64M         chunk_size: 64M         num_reg: 8          lose cover RAM: 110M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64M         chunk_size: 128M         num_reg: 8          lose cover RAM: 110M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64M         chunk_size: 256M         num_reg: 9          lose cover RAM: 110M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64M         chunk_size: 512M         num_reg: 10          lose cover RAM: 110M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64M         chunk_size: 1G         num_reg: 10          lose cover RAM: 110M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 64M         chunk_size: 2G         num_reg: 10          lose cover RAM: 110M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 128M         chunk_size: 128M         num_reg: 7          lose cover RAM: 174M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 128M         chunk_size: 256M         num_reg: 9          lose cover RAM: 174M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 128M         chunk_size: 512M         num_reg: 10          lose cover RAM: 174M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 128M         chunk_size: 1G         num_reg: 10          lose cover RAM: 174M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 128M         chunk_size: 2G         num_reg: 10          lose cover RAM: 174M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 256M         chunk_size: 256M         num_reg: 5          lose cover RAM: 430M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 256M         chunk_size: 512M         num_reg: 5          lose cover RAM: 430M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 256M         chunk_size: 1G         num_reg: 6          lose cover RAM: 430M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 256M         chunk_size: 2G         num_reg: 7          lose cover RAM: 430M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 512M         chunk_size: 512M         num_reg: 5          lose cover RAM: 430M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 512M         chunk_size: 1G         num_reg: 6          lose cover RAM: 430M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 512M         chunk_size: 2G         num_reg: 7          lose cover RAM: 430M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 1G         chunk_size: 1G         num_reg: 4          lose cover RAM: 942M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 1G         chunk_size: 2G         num_reg: 5          lose cover RAM: 942M
Apr 21 13:33:31 MitchPC kernel:  gran_size: 2G         chunk_size: 2G         num_reg: 3          lose cover RAM: 1966M
Apr 21 13:33:31 MitchPC kernel: mtrr_cleanup: can not find optimal value
Apr 21 13:33:31 MitchPC kernel: please specify mtrr_gran_size/mtrr_chunk_size
Apr 21 13:33:31 MitchPC kernel: e820: update [mem 0xab800000-0xffffffff] usable ==> reserved
Apr 21 13:33:31 MitchPC kernel: last_pfn = 0xab000 max_arch_pfn = 0x400000000
Apr 21 13:33:31 MitchPC kernel: found SMP MP-table at [mem 0x000fd740-0x000fd74f]
Apr 21 13:33:31 MitchPC kernel: check: Scanning 1 areas for low memory corruption
Apr 21 13:33:31 MitchPC kernel: Using GB pages for direct mapping
Apr 21 13:33:31 MitchPC kernel: BRK [0x188c01000, 0x188c01fff] PGTABLE
Apr 21 13:33:31 MitchPC kernel: BRK [0x188c02000, 0x188c02fff] PGTABLE
Apr 21 13:33:31 MitchPC kernel: BRK [0x188c03000, 0x188c03fff] PGTABLE
Apr 21 13:33:31 MitchPC kernel: BRK [0x188c04000, 0x188c04fff] PGTABLE
Apr 21 13:33:31 MitchPC kernel: BRK [0x188c05000, 0x188c05fff] PGTABLE
Apr 21 13:33:31 MitchPC kernel: BRK [0x188c06000, 0x188c06fff] PGTABLE
Apr 21 13:33:31 MitchPC kernel: BRK [0x188c07000, 0x188c07fff] PGTABLE
Apr 21 13:33:31 MitchPC kernel: BRK [0x188c08000, 0x188c08fff] PGTABLE
Apr 21 13:33:31 MitchPC kernel: BRK [0x188c09000, 0x188c09fff] PGTABLE
Apr 21 13:33:31 MitchPC kernel: BRK [0x188c0a000, 0x188c0afff] PGTABLE
Apr 21 13:33:31 MitchPC kernel: BRK [0x188c0b000, 0x188c0bfff] PGTABLE
Apr 21 13:33:31 MitchPC kernel: Secure boot could not be determined
Apr 21 13:33:31 MitchPC kernel: RAMDISK: [mem 0x34acd000-0x3655dfff]
Apr 21 13:33:31 MitchPC kernel: ACPI: Early table checksum verification disabled
Apr 21 13:33:31 MitchPC kernel: ACPI: RSDP 0x00000000AA1C3000 000024 (v02 ALASKA)
Apr 21 13:33:31 MitchPC kernel: ACPI: XSDT 0x00000000AA1C3080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
Apr 21 13:33:31 MitchPC kernel: ACPI: FACP 0x00000000AA1CF080 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
Apr 21 13:33:31 MitchPC kernel: ACPI: DSDT 0x00000000AA1C3190 00BEF0 (v02 ALASKA A M I    000000F9 INTL 20091112)
Apr 21 13:33:31 MitchPC kernel: ACPI: FACS 0x00000000AA1EB080 000040
Apr 21 13:33:31 MitchPC kernel: ACPI: APIC 0x00000000AA1CF190 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
Apr 21 13:33:31 MitchPC kernel: ACPI: FPDT 0x00000000AA1CF228 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Apr 21 13:33:31 MitchPC kernel: ACPI: SSDT 0x00000000AA1CF270 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
Apr 21 13:33:31 MitchPC kernel: ACPI: SSDT 0x00000000AA1CF7B0 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20051117)
Apr 21 13:33:31 MitchPC kernel: ACPI: MCFG 0x00000000AA1D0288 00003C (v01                 01072009 MSFT 00000097)
Apr 21 13:33:31 MitchPC kernel: ACPI: HPET 0x00000000AA1D02C8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
Apr 21 13:33:31 MitchPC kernel: ACPI: SSDT 0x00000000AA1D0300 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
Apr 21 13:33:31 MitchPC kernel: ACPI: SSDT 0x00000000AA1D0670 003299 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
Apr 21 13:33:31 MitchPC kernel: ACPI: DMAR 0x00000000AA1D3910 0000B8 (v01 INTEL  HSW      00000001 INTL 00000001)
Apr 21 13:33:31 MitchPC kernel: ACPI: MATS 0x00000000AA1D39C8 000034 (v02 ALASKA A M I    00000002 w?x2 00000000)
Apr 21 13:33:31 MitchPC kernel: ACPI: Local APIC address 0xfee00000
Apr 21 13:33:31 MitchPC kernel: No NUMA configuration found
Apr 21 13:33:31 MitchPC kernel: Faking a node at [mem 0x0000000000000000-0x000000044f5fffff]
Apr 21 13:33:31 MitchPC kernel: NODE_DATA(0) allocated [mem 0x44f5fc000-0x44f5fffff]
Apr 21 13:33:31 MitchPC kernel: Zone ranges:
Apr 21 13:33:31 MitchPC kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Apr 21 13:33:31 MitchPC kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Apr 21 13:33:31 MitchPC kernel:   Normal   [mem 0x0000000100000000-0x000000044f5fffff]
Apr 21 13:33:31 MitchPC kernel:   Device   empty
Apr 21 13:33:31 MitchPC kernel: Movable zone start for each node
Apr 21 13:33:31 MitchPC kernel: Early memory node ranges
Apr 21 13:33:31 MitchPC kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Apr 21 13:33:31 MitchPC kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
Apr 21 13:33:31 MitchPC kernel:   node   0: [mem 0x0000000000100000-0x00000000958b1fff]
Apr 21 13:33:31 MitchPC kernel:   node   0: [mem 0x00000000958b9000-0x000000009698efff]
Apr 21 13:33:31 MitchPC kernel:   node   0: [mem 0x0000000096f26000-0x00000000a9ec2fff]
Apr 21 13:33:31 MitchPC kernel:   node   0: [mem 0x00000000aafff000-0x00000000aaffffff]
Apr 21 13:33:31 MitchPC kernel:   node   0: [mem 0x0000000100000000-0x000000044f5fffff]
Apr 21 13:33:31 MitchPC kernel: Zeroed struct page in unavailable ranges: 28989 pages
Apr 21 13:33:31 MitchPC kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000044f5fffff]
Apr 21 13:33:31 MitchPC kernel: On node 0 totalpages: 4165315
Apr 21 13:33:31 MitchPC kernel:   DMA zone: 64 pages used for memmap
Apr 21 13:33:31 MitchPC kernel:   DMA zone: 27 pages reserved
Apr 21 13:33:31 MitchPC kernel:   DMA zone: 3997 pages, LIFO batch:0
Apr 21 13:33:31 MitchPC kernel:   DMA32 zone: 10789 pages used for memmap
Apr 21 13:33:31 MitchPC kernel:   DMA32 zone: 690470 pages, LIFO batch:63
Apr 21 13:33:31 MitchPC kernel:   Normal zone: 54232 pages used for memmap
Apr 21 13:33:31 MitchPC kernel:   Normal zone: 3470848 pages, LIFO batch:63
Apr 21 13:33:31 MitchPC kernel: Reserving Intel graphics memory at [mem 0xaba00000-0xaf9fffff]
Apr 21 13:33:31 MitchPC kernel: ACPI: PM-Timer IO Port: 0x1808
Apr 21 13:33:31 MitchPC kernel: ACPI: Local APIC address 0xfee00000
Apr 21 13:33:31 MitchPC kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Apr 21 13:33:31 MitchPC kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Apr 21 13:33:31 MitchPC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 21 13:33:31 MitchPC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 21 13:33:31 MitchPC kernel: ACPI: IRQ0 used by override.
Apr 21 13:33:31 MitchPC kernel: ACPI: IRQ9 used by override.
Apr 21 13:33:31 MitchPC kernel: Using ACPI (MADT) for SMP configuration information
Apr 21 13:33:31 MitchPC kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Apr 21 13:33:31 MitchPC kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0x958b2000-0x958b8fff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0x9698f000-0x96f25fff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xa9ec3000-0xaa0fcfff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xaa0fd000-0xaa1ecfff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xaa1ed000-0xaaf58fff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xaaf59000-0xaaffefff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xab000000-0xab7fffff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xab800000-0xaf9fffff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xafa00000-0xf7ffffff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Apr 21 13:33:31 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Apr 21 13:33:31 MitchPC kernel: [mem 0xafa00000-0xf7ffffff] available for PCI devices
Apr 21 13:33:31 MitchPC kernel: Booting paravirtualized kernel on bare hardware
Apr 21 13:33:31 MitchPC kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Apr 21 13:33:31 MitchPC kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Apr 21 13:33:31 MitchPC kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
Apr 21 13:33:31 MitchPC kernel: pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
Apr 21 13:33:31 MitchPC kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Apr 21 13:33:31 MitchPC kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4100203
Apr 21 13:33:31 MitchPC kernel: Policy zone: Normal
Apr 21 13:33:31 MitchPC kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=0a191cb5-6542-4b37-b491-847b1293b79a rw nvidia-drm.modeset=1
Apr 21 13:33:31 MitchPC kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Apr 21 13:33:31 MitchPC kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Apr 21 13:33:31 MitchPC kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Apr 21 13:33:31 MitchPC kernel: Memory: 16006984K/16661260K available (12291K kernel code, 1463K rwdata, 4504K rodata, 1620K init, 3220K bss, 654276K reserved, 0K cma-reserved)
Apr 21 13:33:31 MitchPC kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x520 with crng_init=0
Apr 21 13:33:31 MitchPC kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Apr 21 13:33:31 MitchPC kernel: Kernel/User page tables isolation: enabled
Apr 21 13:33:31 MitchPC kernel: ftrace: allocating 40153 entries in 157 pages
Apr 21 13:33:31 MitchPC kernel: ftrace: allocated 157 pages with 5 groups
Apr 21 13:33:31 MitchPC kernel: rcu: Preemptible hierarchical RCU implementation.
Apr 21 13:33:31 MitchPC kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Apr 21 13:33:31 MitchPC kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Apr 21 13:33:31 MitchPC kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Apr 21 13:33:31 MitchPC kernel:         Tasks RCU enabled.
Apr 21 13:33:31 MitchPC kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Apr 21 13:33:31 MitchPC kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Apr 21 13:33:31 MitchPC kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Apr 21 13:33:31 MitchPC kernel: Console: colour dummy device 80x25
Apr 21 13:33:31 MitchPC kernel: printk: console [tty0] enabled
Apr 21 13:33:31 MitchPC kernel: ACPI: Core revision 20200110
Apr 21 13:33:31 MitchPC kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Apr 21 13:33:31 MitchPC kernel: APIC: Switch to symmetric I/O mode setup
Apr 21 13:33:31 MitchPC kernel: DMAR: Host address width 39
Apr 21 13:33:31 MitchPC kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Apr 21 13:33:31 MitchPC kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
Apr 21 13:33:31 MitchPC kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Apr 21 13:33:31 MitchPC kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
Apr 21 13:33:31 MitchPC kernel: DMAR: RMRR base: 0x000000aa07b000 end: 0x000000aa087fff
Apr 21 13:33:31 MitchPC kernel: DMAR: RMRR base: 0x000000ab800000 end: 0x000000af9fffff
Apr 21 13:33:31 MitchPC kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Apr 21 13:33:31 MitchPC kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Apr 21 13:33:31 MitchPC kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Apr 21 13:33:31 MitchPC kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Apr 21 13:33:31 MitchPC kernel: x2apic enabled
Apr 21 13:33:31 MitchPC kernel: Switched APIC routing to cluster x2apic.
Apr 21 13:33:31 MitchPC kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 21 13:33:31 MitchPC kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x730dfc5125c, max_idle_ns: 881590777867 ns
Apr 21 13:33:31 MitchPC kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7985.49 BogoMIPS (lpj=13303190)
Apr 21 13:33:31 MitchPC kernel: pid_max: default: 32768 minimum: 301
Apr 21 13:33:31 MitchPC kernel: LSM: Security Framework initializing
Apr 21 13:33:31 MitchPC kernel: Yama: becoming mindful.
Apr 21 13:33:31 MitchPC kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 21 13:33:31 MitchPC kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 21 13:33:31 MitchPC kernel: *** VALIDATE tmpfs ***
Apr 21 13:33:31 MitchPC kernel: *** VALIDATE proc ***
Apr 21 13:33:31 MitchPC kernel: *** VALIDATE cgroup ***
Apr 21 13:33:31 MitchPC kernel: *** VALIDATE cgroup2 ***
Apr 21 13:33:31 MitchPC kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Apr 21 13:33:31 MitchPC kernel: process: using mwait in idle threads
Apr 21 13:33:31 MitchPC kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Apr 21 13:33:31 MitchPC kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Apr 21 13:33:31 MitchPC kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 21 13:33:31 MitchPC kernel: Spectre V2 : Mitigation: Full generic retpoline
Apr 21 13:33:31 MitchPC kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 21 13:33:31 MitchPC kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Apr 21 13:33:31 MitchPC kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Apr 21 13:33:31 MitchPC kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Apr 21 13:33:31 MitchPC kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Apr 21 13:33:31 MitchPC kernel: MDS: Mitigation: Clear CPU buffers
Apr 21 13:33:31 MitchPC kernel: Freeing SMP alternatives memory: 32K
Apr 21 13:33:31 MitchPC kernel: TSC deadline timer enabled
Apr 21 13:33:31 MitchPC kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (family: 0x6, model: 0x3c, stepping: 0x3)
Apr 21 13:33:31 MitchPC kernel: Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
Apr 21 13:33:31 MitchPC kernel: ... version:                3
Apr 21 13:33:31 MitchPC kernel: ... bit width:              48
Apr 21 13:33:31 MitchPC kernel: ... generic registers:      4
Apr 21 13:33:31 MitchPC kernel: ... value mask:             0000ffffffffffff
Apr 21 13:33:31 MitchPC kernel: ... max period:             00007fffffffffff
Apr 21 13:33:31 MitchPC kernel: ... fixed-purpose events:   3
Apr 21 13:33:31 MitchPC kernel: ... event mask:             000000070000000f
Apr 21 13:33:31 MitchPC kernel: rcu: Hierarchical SRCU implementation.
Apr 21 13:33:31 MitchPC kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Apr 21 13:33:31 MitchPC kernel: smp: Bringing up secondary CPUs ...
Apr 21 13:33:31 MitchPC kernel: x86: Booting SMP configuration:
Apr 21 13:33:31 MitchPC kernel: .... node  #0, CPUs:      #1 #2 #3 #4
Apr 21 13:33:31 MitchPC kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Apr 21 13:33:31 MitchPC kernel:  #5 #6 #7
Apr 21 13:33:31 MitchPC kernel: smp: Brought up 1 node, 8 CPUs
Apr 21 13:33:31 MitchPC kernel: smpboot: Max logical packages: 1
Apr 21 13:33:31 MitchPC kernel: smpboot: Total of 8 processors activated (63880.95 BogoMIPS)
Apr 21 13:33:31 MitchPC kernel: devtmpfs: initialized
Apr 21 13:33:31 MitchPC kernel: x86/mm: Memory block size: 128MB
Apr 21 13:33:31 MitchPC kernel: PM: Registering ACPI NVS region [mem 0x958b2000-0x958b8fff] (28672 bytes)
Apr 21 13:33:31 MitchPC kernel: PM: Registering ACPI NVS region [mem 0xaa0fd000-0xaa1ecfff] (983040 bytes)
Apr 21 13:33:31 MitchPC kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Apr 21 13:33:31 MitchPC kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Apr 21 13:33:31 MitchPC kernel: pinctrl core: initialized pinctrl subsystem
Apr 21 13:33:31 MitchPC kernel: PM: RTC time: 17:33:29, date: 2020-04-21
Apr 21 13:33:31 MitchPC kernel: thermal_sys: Registered thermal governor 'fair_share'
Apr 21 13:33:31 MitchPC kernel: thermal_sys: Registered thermal governor 'bang_bang'
Apr 21 13:33:31 MitchPC kernel: thermal_sys: Registered thermal governor 'step_wise'
Apr 21 13:33:31 MitchPC kernel: thermal_sys: Registered thermal governor 'user_space'
Apr 21 13:33:31 MitchPC kernel: thermal_sys: Registered thermal governor 'power_allocator'
Apr 21 13:33:31 MitchPC kernel: NET: Registered protocol family 16
Apr 21 13:33:31 MitchPC kernel: audit: initializing netlink subsys (disabled)
Apr 21 13:33:31 MitchPC kernel: audit: type=2000 audit(1587490409.359:1): state=initialized audit_enabled=0 res=1
Apr 21 13:33:31 MitchPC kernel: cpuidle: using governor ladder
Apr 21 13:33:31 MitchPC kernel: cpuidle: using governor menu
Apr 21 13:33:31 MitchPC kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Apr 21 13:33:31 MitchPC kernel: ACPI: bus type PCI registered
Apr 21 13:33:31 MitchPC kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 21 13:33:31 MitchPC kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Apr 21 13:33:31 MitchPC kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Apr 21 13:33:31 MitchPC kernel: pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
Apr 21 13:33:31 MitchPC kernel: PCI: Using configuration type 1 for base access
Apr 21 13:33:31 MitchPC kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Apr 21 13:33:31 MitchPC kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Apr 21 13:33:31 MitchPC kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Apr 21 13:33:31 MitchPC kernel: ACPI: Added _OSI(Module Device)
Apr 21 13:33:31 MitchPC kernel: ACPI: Added _OSI(Processor Device)
Apr 21 13:33:31 MitchPC kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 21 13:33:31 MitchPC kernel: ACPI: Added _OSI(Processor Aggregator Device)
Apr 21 13:33:31 MitchPC kernel: ACPI: Added _OSI(Linux-Dell-Video)
Apr 21 13:33:31 MitchPC kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Apr 21 13:33:31 MitchPC kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Apr 21 13:33:31 MitchPC kernel: ACPI: 5 ACPI AML tables successfully acquired and loaded
Apr 21 13:33:31 MitchPC kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Apr 21 13:33:31 MitchPC kernel: ACPI: Dynamic OEM Table Load:
Apr 21 13:33:31 MitchPC kernel: ACPI: SSDT 0xFFFF91673C448000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
Apr 21 13:33:31 MitchPC kernel: ACPI: Dynamic OEM Table Load:
Apr 21 13:33:31 MitchPC kernel: ACPI: SSDT 0xFFFF91673C419800 0005AA (v01 PmRef  ApIst    00003000 INTL 20051117)
Apr 21 13:33:31 MitchPC kernel: ACPI: Dynamic OEM Table Load:
Apr 21 13:33:31 MitchPC kernel: ACPI: SSDT 0xFFFF91673C667800 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
Apr 21 13:33:31 MitchPC kernel: ACPI: Interpreter enabled
Apr 21 13:33:31 MitchPC kernel: ACPI: (supports S0 S3 S4 S5)
Apr 21 13:33:31 MitchPC kernel: ACPI: Using IOAPIC for interrupt routing
Apr 21 13:33:31 MitchPC kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 21 13:33:31 MitchPC kernel: ACPI: Enabled 7 GPEs in block 00 to 3F
Apr 21 13:33:31 MitchPC kernel: ACPI: Power Resource [FN00] (off)
Apr 21 13:33:31 MitchPC kernel: ACPI: Power Resource [FN01] (off)
Apr 21 13:33:31 MitchPC kernel: ACPI: Power Resource [FN02] (off)
Apr 21 13:33:31 MitchPC kernel: ACPI: Power Resource [FN03] (off)
Apr 21 13:33:31 MitchPC kernel: ACPI: Power Resource [FN04] (off)
Apr 21 13:33:31 MitchPC kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Apr 21 13:33:31 MitchPC kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Apr 21 13:33:31 MitchPC kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
Apr 21 13:33:31 MitchPC kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
Apr 21 13:33:31 MitchPC kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Apr 21 13:33:31 MitchPC kernel: PCI host bridge to bus 0000:00
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: root bus resource [mem 0xafa00000-0xfeafffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:02.0: reg 0x10: [mem 0xd3400000-0xd37fffff 64bit]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:03.0: reg 0x10: [mem 0xd3934000-0xd3937fff 64bit]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd3920000-0xd392ffff 64bit]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd393f000-0xd393f00f 64bit]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:19.0: [8086:153b] type 00 class 0x020000
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:19.0: reg 0x10: [mem 0xd3900000-0xd391ffff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:19.0: reg 0x14: [mem 0xd393d000-0xd393dfff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xd393c000-0xd393c3ff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xd3930000-0xd3933fff 64bit]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.4: [8086:244e] type 01 class 0x060401
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.5: [8086:8c1a] type 01 class 0x060400
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xd393b000-0xd393b3ff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1f.0: [8086:8c44] type 00 class 0x060100
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xd393a000-0xd393a7ff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1f.2: PME# supported from D3hot
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd3939000-0xd39390ff 64bit]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.0: [10de:1f08] type 00 class 0x030000
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd2000000-0xd2ffffff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.0: reg 0x30: [mem 0xd3000000-0xd307ffff pref]
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.0: BAR 3: assigned to efifb
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.1: [10de:10f9] type 00 class 0x040300
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.1: reg 0x10: [mem 0xd30d0000-0xd30d3fff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.2: [10de:1ada] type 00 class 0x0c0330
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.2: reg 0x10: [mem 0xd3080000-0xd30bffff 64bit pref]
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.2: reg 0x1c: [mem 0xd30c0000-0xd30cffff 64bit pref]
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.3: [10de:1adb] type 00 class 0x0c8000
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.3: reg 0x10: [mem 0xd30d4000-0xd30d4fff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd30fffff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 21 13:33:31 MitchPC kernel: pci 0000:03:00.0: [8086:244e] type 01 class 0x060401
Apr 21 13:33:31 MitchPC kernel: pci 0000:03:00.0: supports D1 D2
Apr 21 13:33:31 MitchPC kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-04] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.4:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.4:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.4:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.4:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.4:   bridge window [mem 0xafa00000-0xfeafffff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:04: extended config space not accessible
Apr 21 13:33:31 MitchPC kernel: pci 0000:03:00.0: PCI bridge to [bus 04] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:03:00.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:03:00.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:03:00.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:03:00.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:03:00.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:03:00.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:03:00.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:03:00.0:   bridge window [mem 0xafa00000-0xfeafffff window] (subtractive decode)
Apr 21 13:33:31 MitchPC kernel: pci 0000:05:00.0: [1b4b:9172] type 00 class 0x010601
Apr 21 13:33:31 MitchPC kernel: pci 0000:05:00.0: reg 0x10: [io  0xd040-0xd047]
Apr 21 13:33:31 MitchPC kernel: pci 0000:05:00.0: reg 0x14: [io  0xd030-0xd033]
Apr 21 13:33:31 MitchPC kernel: pci 0000:05:00.0: reg 0x18: [io  0xd020-0xd027]
Apr 21 13:33:31 MitchPC kernel: pci 0000:05:00.0: reg 0x1c: [io  0xd010-0xd013]
Apr 21 13:33:31 MitchPC kernel: pci 0000:05:00.0: reg 0x20: [io  0xd000-0xd00f]
Apr 21 13:33:31 MitchPC kernel: pci 0000:05:00.0: reg 0x24: [mem 0xd3810000-0xd38101ff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:05:00.0: reg 0x30: [mem 0xd3800000-0xd380ffff pref]
Apr 21 13:33:31 MitchPC kernel: pci 0000:05:00.0: Enabling fixed DMA alias to 00.1
Apr 21 13:33:31 MitchPC kernel: pci 0000:05:00.0: PME# supported from D3hot
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.5: PCI bridge to [bus 05]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.5:   bridge window [mem 0xd3800000-0xd38fffff]
Apr 21 13:33:31 MitchPC kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Apr 21 13:33:31 MitchPC kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Apr 21 13:33:31 MitchPC kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
Apr 21 13:33:31 MitchPC kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
Apr 21 13:33:31 MitchPC kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Apr 21 13:33:31 MitchPC kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 21 13:33:31 MitchPC kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
Apr 21 13:33:31 MitchPC kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 10 11 12 14 15)
Apr 21 13:33:31 MitchPC kernel: iommu: Default domain type: Translated 
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:02.0: vgaarb: no bridge control possible
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Apr 21 13:33:31 MitchPC kernel: vgaarb: loaded
Apr 21 13:33:31 MitchPC kernel: SCSI subsystem initialized
Apr 21 13:33:31 MitchPC kernel: libata version 3.00 loaded.
Apr 21 13:33:31 MitchPC kernel: ACPI: bus type USB registered
Apr 21 13:33:31 MitchPC kernel: usbcore: registered new interface driver usbfs
Apr 21 13:33:31 MitchPC kernel: usbcore: registered new interface driver hub
Apr 21 13:33:31 MitchPC kernel: usbcore: registered new device driver usb
Apr 21 13:33:31 MitchPC kernel: pps_core: LinuxPPS API ver. 1 registered
Apr 21 13:33:31 MitchPC kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Apr 21 13:33:31 MitchPC kernel: PTP clock support registered
Apr 21 13:33:31 MitchPC kernel: EDAC MC: Ver: 3.0.0
Apr 21 13:33:31 MitchPC kernel: Registered efivars operations
Apr 21 13:33:31 MitchPC kernel: PCI: Using ACPI for IRQ routing
Apr 21 13:33:31 MitchPC kernel: PCI: pci_cache_line_size set to 64 bytes
Apr 21 13:33:31 MitchPC kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Apr 21 13:33:31 MitchPC kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Apr 21 13:33:31 MitchPC kernel: e820: reserve RAM buffer [mem 0x958b2000-0x97ffffff]
Apr 21 13:33:31 MitchPC kernel: e820: reserve RAM buffer [mem 0x9698f000-0x97ffffff]
Apr 21 13:33:31 MitchPC kernel: e820: reserve RAM buffer [mem 0xa9ec3000-0xabffffff]
Apr 21 13:33:31 MitchPC kernel: e820: reserve RAM buffer [mem 0xab000000-0xabffffff]
Apr 21 13:33:31 MitchPC kernel: e820: reserve RAM buffer [mem 0x44f600000-0x44fffffff]
Apr 21 13:33:31 MitchPC kernel: NetLabel: Initializing
Apr 21 13:33:31 MitchPC kernel: NetLabel:  domain hash size = 128
Apr 21 13:33:31 MitchPC kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Apr 21 13:33:31 MitchPC kernel: NetLabel:  unlabeled traffic allowed by default
Apr 21 13:33:31 MitchPC kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Apr 21 13:33:31 MitchPC kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Apr 21 13:33:31 MitchPC kernel: clocksource: Switched to clocksource tsc-early
Apr 21 13:33:31 MitchPC kernel: *** VALIDATE bpf ***
Apr 21 13:33:31 MitchPC kernel: VFS: Disk quotas dquot_6.6.0
Apr 21 13:33:31 MitchPC kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 21 13:33:31 MitchPC kernel: *** VALIDATE ramfs ***
Apr 21 13:33:31 MitchPC kernel: *** VALIDATE hugetlbfs ***
Apr 21 13:33:31 MitchPC kernel: pnp: PnP ACPI init
Apr 21 13:33:31 MitchPC kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr 21 13:33:31 MitchPC kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:01: [io  0xffff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:01: [io  0xffff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:01: [io  0xffff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:01: [io  0x1c00-0x1cfe] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:01: [io  0x1d00-0x1dfe] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:01: [io  0x1e00-0x1efe] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:01: [io  0x1f00-0x1ffe] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:01: [io  0x1800-0x18fe] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 21 13:33:31 MitchPC kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr 21 13:33:31 MitchPC kernel: system 00:03: [io  0x1854-0x1857] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Apr 21 13:33:31 MitchPC kernel: system 00:04: [io  0x0a00-0x0a0f] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:04: [io  0x0a30-0x0a3f] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:04: [io  0x0a20-0x0a2f] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 21 13:33:31 MitchPC kernel: pnp 00:05: [dma 0 disabled]
Apr 21 13:33:31 MitchPC kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
Apr 21 13:33:31 MitchPC kernel: system 00:06: [io  0x04d0-0x04d1] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 21 13:33:31 MitchPC kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
Apr 21 13:33:31 MitchPC kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
Apr 21 13:33:31 MitchPC kernel: system 00:07: [mem 0xf7fef000-0xf7feffff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:07: [mem 0xf7ff0000-0xf7ff0fff] has been reserved
Apr 21 13:33:31 MitchPC kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 21 13:33:31 MitchPC kernel: pnp: PnP ACPI: found 8 devices
Apr 21 13:33:31 MitchPC kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd30fffff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 21 13:33:31 MitchPC kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-04]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.5: PCI bridge to [bus 05]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1c.5:   bridge window [mem 0xd3800000-0xd38fffff]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:00: resource 11 [mem 0xafa00000-0xfeafffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:01: resource 1 [mem 0xc0000000-0xd30fffff]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000d3fff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:03: resource 8 [mem 0x000d4000-0x000d7fff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:03: resource 9 [mem 0x000d8000-0x000dbfff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:03: resource 10 [mem 0x000dc000-0x000dffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:03: resource 11 [mem 0xafa00000-0xfeafffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:04: resource 11 [mem 0xafa00000-0xfeafffff window]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
Apr 21 13:33:31 MitchPC kernel: pci_bus 0000:05: resource 1 [mem 0xd3800000-0xd38fffff]
Apr 21 13:33:31 MitchPC kernel: NET: Registered protocol family 2
Apr 21 13:33:31 MitchPC kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Apr 21 13:33:31 MitchPC kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Apr 21 13:33:31 MitchPC kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Apr 21 13:33:31 MitchPC kernel: TCP: Hash tables configured (established 131072 bind 65536)
Apr 21 13:33:31 MitchPC kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Apr 21 13:33:31 MitchPC kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Apr 21 13:33:31 MitchPC kernel: NET: Registered protocol family 1
Apr 21 13:33:31 MitchPC kernel: NET: Registered protocol family 44
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x654 took 18643 usecs
Apr 21 13:33:31 MitchPC kernel: pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x654 took 19517 usecs
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
Apr 21 13:33:31 MitchPC kernel: pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
Apr 21 13:33:31 MitchPC kernel: PCI: CLS 64 bytes, default 64
Apr 21 13:33:31 MitchPC kernel: Trying to unpack rootfs image as initramfs...
Apr 21 13:33:31 MitchPC kernel: Freeing initrd memory: 27204K
Apr 21 13:33:31 MitchPC kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 21 13:33:31 MitchPC kernel: software IO TLB: mapped [mem 0x918b2000-0x958b2000] (64MB)
Apr 21 13:33:31 MitchPC kernel: check: Scanning for low memory corruption every 60 seconds
Apr 21 13:33:31 MitchPC kernel: Initialise system trusted keyrings
Apr 21 13:33:31 MitchPC kernel: Key type blacklist registered
Apr 21 13:33:31 MitchPC kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Apr 21 13:33:31 MitchPC kernel: zbud: loaded
Apr 21 13:33:31 MitchPC kernel: Key type asymmetric registered
Apr 21 13:33:31 MitchPC kernel: Asymmetric key parser 'x509' registered
Apr 21 13:33:31 MitchPC kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Apr 21 13:33:31 MitchPC kernel: io scheduler mq-deadline registered
Apr 21 13:33:31 MitchPC kernel: io scheduler kyber registered
Apr 21 13:33:31 MitchPC kernel: io scheduler bfq registered
Apr 21 13:33:31 MitchPC kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 21 13:33:31 MitchPC kernel: efifb: probing for efifb
Apr 21 13:33:31 MitchPC kernel: efifb: No BGRT, not showing boot graphics
Apr 21 13:33:31 MitchPC kernel: efifb: framebuffer at 0xd1000000, using 3072k, total 3072k
Apr 21 13:33:31 MitchPC kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Apr 21 13:33:31 MitchPC kernel: efifb: scrolling: redraw
Apr 21 13:33:31 MitchPC kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Apr 21 13:33:31 MitchPC kernel: fbcon: Deferring console take-over
Apr 21 13:33:31 MitchPC kernel: fb0: EFI VGA frame buffer device
Apr 21 13:33:31 MitchPC kernel: intel_idle: MWAIT substates: 0x42120
Apr 21 13:33:31 MitchPC kernel: intel_idle: v0.4.1 model 0x3C
Apr 21 13:33:31 MitchPC kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Apr 21 13:33:31 MitchPC kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Apr 21 13:33:31 MitchPC kernel: ACPI: Power Button [PWRB]
Apr 21 13:33:31 MitchPC kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Apr 21 13:33:31 MitchPC kernel: ACPI: Power Button [PWRF]
Apr 21 13:33:31 MitchPC kernel: thermal LNXTHERM:00: registered as thermal_zone0
Apr 21 13:33:31 MitchPC kernel: ACPI: Thermal Zone [TZ00] (28 C)
Apr 21 13:33:31 MitchPC kernel: thermal LNXTHERM:01: registered as thermal_zone1
Apr 21 13:33:31 MitchPC kernel: ACPI: Thermal Zone [TZ01] (30 C)
Apr 21 13:33:31 MitchPC kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Apr 21 13:33:31 MitchPC kernel: 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Apr 21 13:33:31 MitchPC kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Apr 21 13:33:31 MitchPC kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Apr 21 13:33:31 MitchPC kernel: ahci 0000:00:1f.2: version 3.0
Apr 21 13:33:31 MitchPC kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x38 impl SATA mode
Apr 21 13:33:31 MitchPC kernel: ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
Apr 21 13:33:31 MitchPC kernel: scsi host0: ahci
Apr 21 13:33:31 MitchPC kernel: scsi host1: ahci
Apr 21 13:33:31 MitchPC kernel: scsi host2: ahci
Apr 21 13:33:31 MitchPC kernel: scsi host3: ahci
Apr 21 13:33:31 MitchPC kernel: scsi host4: ahci
Apr 21 13:33:31 MitchPC kernel: scsi host5: ahci
Apr 21 13:33:31 MitchPC kernel: ata1: DUMMY
Apr 21 13:33:31 MitchPC kernel: ata2: DUMMY
Apr 21 13:33:31 MitchPC kernel: ata3: DUMMY
Apr 21 13:33:31 MitchPC kernel: ata4: SATA max UDMA/133 abar m2048@0xd393a000 port 0xd393a280 irq 30
Apr 21 13:33:31 MitchPC kernel: ata5: SATA max UDMA/133 abar m2048@0xd393a000 port 0xd393a300 irq 30
Apr 21 13:33:31 MitchPC kernel: ata6: SATA max UDMA/133 abar m2048@0xd393a000 port 0xd393a380 irq 30
Apr 21 13:33:31 MitchPC kernel: ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Apr 21 13:33:31 MitchPC kernel: ahci 0000:05:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
Apr 21 13:33:31 MitchPC kernel: scsi host6: ahci
Apr 21 13:33:31 MitchPC kernel: scsi host7: ahci
Apr 21 13:33:31 MitchPC kernel: ata7: SATA max UDMA/133 abar m512@0xd3810000 port 0xd3810100 irq 31
Apr 21 13:33:31 MitchPC kernel: ata8: SATA max UDMA/133 abar m512@0xd3810000 port 0xd3810180 irq 31
Apr 21 13:33:31 MitchPC kernel: usbcore: registered new interface driver usbserial_generic
Apr 21 13:33:31 MitchPC kernel: usbserial: USB Serial support registered for generic
Apr 21 13:33:31 MitchPC kernel: rtc_cmos 00:02: RTC can wake from S4
Apr 21 13:33:31 MitchPC kernel: rtc_cmos 00:02: registered as rtc0
Apr 21 13:33:31 MitchPC kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Apr 21 13:33:31 MitchPC kernel: intel_pstate: Intel P-state driver initializing
Apr 21 13:33:31 MitchPC kernel: ledtrig-cpu: registered to indicate activity on CPUs
Apr 21 13:33:31 MitchPC kernel: drop_monitor: Initializing network drop monitor service
Apr 21 13:33:31 MitchPC kernel: NET: Registered protocol family 10
Apr 21 13:33:31 MitchPC kernel: Segment Routing with IPv6
Apr 21 13:33:31 MitchPC kernel: NET: Registered protocol family 17
Apr 21 13:33:31 MitchPC kernel: RAS: Correctable Errors collector initialized.
Apr 21 13:33:31 MitchPC kernel: microcode: sig=0x306c3, pf=0x2, revision=0x27
Apr 21 13:33:31 MitchPC kernel: microcode: Microcode Update Driver: v2.2.
Apr 21 13:33:31 MitchPC kernel: IPI shorthand broadcast: enabled
Apr 21 13:33:31 MitchPC kernel: sched_clock: Marking stable (748395677, 122113)->(755020602, -6502812)
Apr 21 13:33:31 MitchPC kernel: registered taskstats version 1
Apr 21 13:33:31 MitchPC kernel: Loading compiled-in X.509 certificates
Apr 21 13:33:31 MitchPC kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 6a25ca63b6ea37e0aa4ed16980c8a85a6b31f676'
Apr 21 13:33:31 MitchPC kernel: zswap: loaded using pool lzo/zbud
Apr 21 13:33:31 MitchPC kernel: Key type ._fscrypt registered
Apr 21 13:33:31 MitchPC kernel: Key type .fscrypt registered
Apr 21 13:33:31 MitchPC kernel: Key type fscrypt-provisioning registered
Apr 21 13:33:31 MitchPC kernel: Key type big_key registered
Apr 21 13:33:31 MitchPC kernel: PM:   Magic number: 0:399:593
Apr 21 13:33:31 MitchPC kernel: rtc_cmos 00:02: setting system clock to 2020-04-21T17:33:29 UTC (1587490409)
Apr 21 13:33:31 MitchPC kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 21 13:33:31 MitchPC kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 21 13:33:31 MitchPC kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 21 13:33:31 MitchPC kernel: ata4.00: ATA-9: WDC WD10EZEX-00BN5A0, 01.01A01, max UDMA/133
Apr 21 13:33:31 MitchPC kernel: ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Apr 21 13:33:31 MitchPC kernel: ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Apr 21 13:33:31 MitchPC kernel: ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Apr 21 13:33:31 MitchPC kernel: ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Apr 21 13:33:31 MitchPC kernel: ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Apr 21 13:33:31 MitchPC kernel: ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Apr 21 13:33:31 MitchPC kernel: ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Apr 21 13:33:31 MitchPC kernel: ata5.00: supports DRM functions and may not be fully accessible
Apr 21 13:33:31 MitchPC kernel: ata6.00: supports DRM functions and may not be fully accessible
Apr 21 13:33:31 MitchPC kernel: ata4.00: configured for UDMA/133
Apr 21 13:33:31 MitchPC kernel: scsi 3:0:0:0: Direct-Access     ATA      WDC WD10EZEX-00B 1A01 PQ: 0 ANSI: 5
Apr 21 13:33:31 MitchPC kernel: sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Apr 21 13:33:31 MitchPC kernel: sd 3:0:0:0: [sda] 4096-byte physical blocks
Apr 21 13:33:31 MitchPC kernel: sd 3:0:0:0: [sda] Write Protect is off
Apr 21 13:33:31 MitchPC kernel: sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 21 13:33:31 MitchPC kernel: sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 21 13:33:31 MitchPC kernel: ata6.00: disabling queued TRIM support
Apr 21 13:33:31 MitchPC kernel: ata6.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT02B6Q, max UDMA/133
Apr 21 13:33:31 MitchPC kernel: ata6.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Apr 21 13:33:31 MitchPC kernel: ata5.00: disabling queued TRIM support
Apr 21 13:33:31 MitchPC kernel: ata5.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT02B6Q, max UDMA/133
Apr 21 13:33:31 MitchPC kernel: ata5.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Apr 21 13:33:31 MitchPC kernel: ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Apr 21 13:33:31 MitchPC kernel: ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Apr 21 13:33:31 MitchPC kernel: ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Apr 21 13:33:31 MitchPC kernel: ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Apr 21 13:33:31 MitchPC kernel: ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Apr 21 13:33:31 MitchPC kernel: ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Apr 21 13:33:31 MitchPC kernel: ata6.00: supports DRM functions and may not be fully accessible
Apr 21 13:33:31 MitchPC kernel: ata5.00: supports DRM functions and may not be fully accessible
Apr 21 13:33:31 MitchPC kernel: ata6.00: disabling queued TRIM support
Apr 21 13:33:31 MitchPC kernel: ata5.00: disabling queued TRIM support
Apr 21 13:33:31 MitchPC kernel: ata6.00: configured for UDMA/133
Apr 21 13:33:31 MitchPC kernel: ata5.00: configured for UDMA/133
Apr 21 13:33:31 MitchPC kernel: scsi 4:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q PQ: 0 ANSI: 5
Apr 21 13:33:31 MitchPC kernel: sd 4:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Apr 21 13:33:31 MitchPC kernel: sd 4:0:0:0: [sdb] Write Protect is off
Apr 21 13:33:31 MitchPC kernel: sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Apr 21 13:33:31 MitchPC kernel: sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 21 13:33:31 MitchPC kernel: scsi 5:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q PQ: 0 ANSI: 5
Apr 21 13:33:31 MitchPC kernel: sd 5:0:0:0: [sdc] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Apr 21 13:33:31 MitchPC kernel: sd 5:0:0:0: [sdc] Write Protect is off
Apr 21 13:33:31 MitchPC kernel: sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Apr 21 13:33:31 MitchPC kernel: sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 21 13:33:31 MitchPC kernel:  sdc: sdc1 sdc2 sdc3
Apr 21 13:33:31 MitchPC kernel: sd 5:0:0:0: [sdc] supports TCG Opal
Apr 21 13:33:31 MitchPC kernel: sd 5:0:0:0: [sdc] Attached SCSI disk
Apr 21 13:33:31 MitchPC kernel:  sdb: sdb1 sdb2
Apr 21 13:33:31 MitchPC kernel: sd 4:0:0:0: [sdb] supports TCG Opal
Apr 21 13:33:31 MitchPC kernel: sd 4:0:0:0: [sdb] Attached SCSI disk
Apr 21 13:33:31 MitchPC kernel:  sda: sda1
Apr 21 13:33:31 MitchPC kernel: sd 3:0:0:0: [sda] Attached SCSI disk
Apr 21 13:33:31 MitchPC kernel: ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 21 13:33:31 MitchPC kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 21 13:33:31 MitchPC kernel: ata7.00: ATA-9: WDC WD10EZEX-00BN5A0, 01.01A01, max UDMA/133
Apr 21 13:33:31 MitchPC kernel: ata7.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Apr 21 13:33:31 MitchPC kernel: ata8.00: supports DRM functions and may not be fully accessible
Apr 21 13:33:31 MitchPC kernel: ata7.00: configured for UDMA/133
Apr 21 13:33:31 MitchPC kernel: scsi 6:0:0:0: Direct-Access     ATA      WDC WD10EZEX-00B 1A01 PQ: 0 ANSI: 5
Apr 21 13:33:31 MitchPC kernel: ata8.00: NCQ Send/Recv Log not supported
Apr 21 13:33:31 MitchPC kernel: ata8.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT01B6Q, max UDMA/133
Apr 21 13:33:31 MitchPC kernel: ata8.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Apr 21 13:33:31 MitchPC kernel: sd 6:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Apr 21 13:33:31 MitchPC kernel: sd 6:0:0:0: [sdd] 4096-byte physical blocks
Apr 21 13:33:31 MitchPC kernel: sd 6:0:0:0: [sdd] Write Protect is off
Apr 21 13:33:31 MitchPC kernel: sd 6:0:0:0: [sdd] Mode Sense: 00 3a 00 00
Apr 21 13:33:31 MitchPC kernel: sd 6:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 21 13:33:31 MitchPC kernel: ata8.00: supports DRM functions and may not be fully accessible
Apr 21 13:33:31 MitchPC kernel: ata8.00: NCQ Send/Recv Log not supported
Apr 21 13:33:31 MitchPC kernel: ata8.00: configured for UDMA/133
Apr 21 13:33:31 MitchPC kernel: scsi 7:0:0:0: Direct-Access     ATA      Samsung SSD 850  1B6Q PQ: 0 ANSI: 5
Apr 21 13:33:31 MitchPC kernel: sd 7:0:0:0: [sde] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Apr 21 13:33:31 MitchPC kernel: sd 7:0:0:0: [sde] Write Protect is off
Apr 21 13:33:31 MitchPC kernel: sd 7:0:0:0: [sde] Mode Sense: 00 3a 00 00
Apr 21 13:33:31 MitchPC kernel: sd 7:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 21 13:33:31 MitchPC kernel:  sde: sde1 sde2 sde3
Apr 21 13:33:31 MitchPC kernel: sd 7:0:0:0: [sde] supports TCG Opal
Apr 21 13:33:31 MitchPC kernel: sd 7:0:0:0: [sde] Attached SCSI removable disk
Apr 21 13:33:31 MitchPC kernel:  sdd: sdd1
Apr 21 13:33:31 MitchPC kernel: sd 6:0:0:0: [sdd] Attached SCSI removable disk
Apr 21 13:33:31 MitchPC kernel: Freeing unused decrypted memory: 2040K
Apr 21 13:33:31 MitchPC kernel: Freeing unused kernel image (initmem) memory: 1620K
Apr 21 13:33:31 MitchPC kernel: Write protecting the kernel read-only data: 20480k
Apr 21 13:33:31 MitchPC kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Apr 21 13:33:31 MitchPC kernel: Freeing unused kernel image (rodata/data gap) memory: 1640K
Apr 21 13:33:31 MitchPC kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 21 13:33:31 MitchPC kernel: x86/mm: Checking user space page tables
Apr 21 13:33:31 MitchPC kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 21 13:33:31 MitchPC kernel: Run /init as init process
Apr 21 13:33:31 MitchPC kernel:   with arguments:
Apr 21 13:33:31 MitchPC kernel:     /init
Apr 21 13:33:31 MitchPC kernel:   with environment:
Apr 21 13:33:31 MitchPC kernel:     HOME=/
Apr 21 13:33:31 MitchPC kernel:     TERM=linux
Apr 21 13:33:31 MitchPC kernel:     BOOT_IMAGE=/vmlinuz-linux
Apr 21 13:33:31 MitchPC kernel: fbcon: Taking over console
Apr 21 13:33:31 MitchPC kernel: Console: switching to colour frame buffer device 128x48
Apr 21 13:33:31 MitchPC kernel: IPMI message handler: version 39.2
Apr 21 13:33:31 MitchPC kernel: ipmi device interface
Apr 21 13:33:31 MitchPC kernel: nvidia: loading out-of-tree module taints kernel.
Apr 21 13:33:31 MitchPC kernel: nvidia: module license 'NVIDIA' taints kernel.
Apr 21 13:33:31 MitchPC kernel: Disabling lock debugging due to kernel taint
Apr 21 13:33:31 MitchPC kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Apr 21 13:33:31 MitchPC kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 242
Apr 21 13:33:31 MitchPC kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Apr 21 13:33:31 MitchPC kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  440.82  Wed Apr  1 20:04:33 UTC 2020
Apr 21 13:33:31 MitchPC kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.82  Wed Apr  1 19:41:29 UTC 2020
Apr 21 13:33:31 MitchPC kernel: nvidia-uvm: Loaded the UVM driver, major device number 240.
Apr 21 13:33:31 MitchPC kernel: Linux agpgart interface v0.103
Apr 21 13:33:31 MitchPC kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Apr 21 13:33:31 MitchPC kernel: resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
Apr 21 13:33:31 MitchPC kernel: caller _nv000908rm+0x1bf/0x1f0 [nvidia] mapping multiple BARs
Apr 21 13:33:31 MitchPC kernel: tsc: Refined TSC clocksource calibration: 3990.757 MHz
Apr 21 13:33:31 MitchPC kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x730c85718cb, max_idle_ns: 881591244843 ns
Apr 21 13:33:31 MitchPC kernel: clocksource: Switched to clocksource tsc
Apr 21 13:33:31 MitchPC kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Apr 21 13:33:31 MitchPC kernel: [drm] No driver support for vblank timestamp query.
Apr 21 13:33:31 MitchPC kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Apr 21 13:33:31 MitchPC kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 21 13:33:31 MitchPC kernel: ehci-pci: EHCI PCI platform driver
Apr 21 13:33:31 MitchPC kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Apr 21 13:33:31 MitchPC kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Apr 21 13:33:31 MitchPC kernel: ehci-pci 0000:00:1a.0: debug port 2
Apr 21 13:33:31 MitchPC kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Apr 21 13:33:31 MitchPC kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xd393c000
Apr 21 13:33:31 MitchPC kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Apr 21 13:33:31 MitchPC kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
Apr 21 13:33:31 MitchPC kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 21 13:33:31 MitchPC kernel: usb usb1: Product: EHCI Host Controller
Apr 21 13:33:31 MitchPC kernel: usb usb1: Manufacturer: Linux 5.6.5-arch3-1 ehci_hcd
Apr 21 13:33:31 MitchPC kernel: usb usb1: SerialNumber: 0000:00:1a.0
Apr 21 13:33:31 MitchPC kernel: hub 1-0:1.0: USB hub found
Apr 21 13:33:31 MitchPC kernel: hub 1-0:1.0: 2 ports detected
Apr 21 13:33:31 MitchPC kernel: random: fast init done
Apr 21 13:33:31 MitchPC kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 21 13:33:31 MitchPC kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Apr 21 13:33:31 MitchPC kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Apr 21 13:33:31 MitchPC kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Apr 21 13:33:31 MitchPC kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
Apr 21 13:33:31 MitchPC kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 21 13:33:31 MitchPC kernel: usb usb2: Product: xHCI Host Controller
Apr 21 13:33:31 MitchPC kernel: usb usb2: Manufacturer: Linux 5.6.5-arch3-1 xhci-hcd
Apr 21 13:33:31 MitchPC kernel: usb usb2: SerialNumber: 0000:00:14.0
Apr 21 13:33:31 MitchPC kernel: hub 2-0:1.0: USB hub found
Apr 21 13:33:31 MitchPC kernel: hub 2-0:1.0: 14 ports detected
Apr 21 13:33:31 MitchPC kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Apr 21 13:33:31 MitchPC kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
Apr 21 13:33:31 MitchPC kernel: ehci-pci 0000:00:1d.0: debug port 2
Apr 21 13:33:31 MitchPC kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 21 13:33:31 MitchPC kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Apr 21 13:33:31 MitchPC kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Apr 21 13:33:31 MitchPC kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
Apr 21 13:33:31 MitchPC kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 21 13:33:31 MitchPC kernel: usb usb4: Product: xHCI Host Controller
Apr 21 13:33:31 MitchPC kernel: usb usb4: Manufacturer: Linux 5.6.5-arch3-1 xhci-hcd
Apr 21 13:33:31 MitchPC kernel: usb usb4: SerialNumber: 0000:00:14.0
Apr 21 13:33:31 MitchPC kernel: hub 4-0:1.0: USB hub found
Apr 21 13:33:31 MitchPC kernel: hub 4-0:1.0: 6 ports detected
Apr 21 13:33:31 MitchPC kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Apr 21 13:33:31 MitchPC kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xd393b000
Apr 21 13:33:31 MitchPC kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Apr 21 13:33:31 MitchPC kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
Apr 21 13:33:31 MitchPC kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 21 13:33:31 MitchPC kernel: usb usb3: Product: EHCI Host Controller
Apr 21 13:33:31 MitchPC kernel: usb usb3: Manufacturer: Linux 5.6.5-arch3-1 ehci_hcd
Apr 21 13:33:31 MitchPC kernel: usb usb3: SerialNumber: 0000:00:1d.0
Apr 21 13:33:31 MitchPC kernel: hub 3-0:1.0: USB hub found
Apr 21 13:33:31 MitchPC kernel: hub 3-0:1.0: 2 ports detected
Apr 21 13:33:31 MitchPC kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Apr 21 13:33:31 MitchPC kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 5
Apr 21 13:33:31 MitchPC kernel: xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Apr 21 13:33:31 MitchPC kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
Apr 21 13:33:31 MitchPC kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 21 13:33:31 MitchPC kernel: usb usb5: Product: xHCI Host Controller
Apr 21 13:33:31 MitchPC kernel: usb usb5: Manufacturer: Linux 5.6.5-arch3-1 xhci-hcd
Apr 21 13:33:31 MitchPC kernel: usb usb5: SerialNumber: 0000:01:00.2
Apr 21 13:33:31 MitchPC kernel: hub 5-0:1.0: USB hub found
Apr 21 13:33:31 MitchPC kernel: hub 5-0:1.0: 2 ports detected
Apr 21 13:33:31 MitchPC kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Apr 21 13:33:31 MitchPC kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 6
Apr 21 13:33:31 MitchPC kernel: xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Apr 21 13:33:31 MitchPC kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Apr 21 13:33:31 MitchPC kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
Apr 21 13:33:31 MitchPC kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 21 13:33:31 MitchPC kernel: usb usb6: Product: xHCI Host Controller
Apr 21 13:33:31 MitchPC kernel: usb usb6: Manufacturer: Linux 5.6.5-arch3-1 xhci-hcd
Apr 21 13:33:31 MitchPC kernel: usb usb6: SerialNumber: 0000:01:00.2
Apr 21 13:33:31 MitchPC kernel: hub 6-0:1.0: USB hub found
Apr 21 13:33:31 MitchPC kernel: hub 6-0:1.0: 4 ports detected
Apr 21 13:33:31 MitchPC kernel: EXT4-fs (sde3): mounted filesystem with ordered data mode. Opts: (null)
Apr 21 13:33:31 MitchPC kernel: usb 2-9: new high-speed USB device number 2 using xhci_hcd
Apr 21 13:33:31 MitchPC kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Apr 21 13:33:31 MitchPC kernel: usb 3-1: new high-speed USB device number 2 using ehci-pci
Apr 21 13:33:31 MitchPC kernel: usb 2-9: New USB device found, idVendor=045b, idProduct=0209, bcdDevice= 1.00
Apr 21 13:33:31 MitchPC kernel: usb 2-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 21 13:33:31 MitchPC kernel: hub 2-9:1.0: USB hub found
Apr 21 13:33:31 MitchPC kernel: hub 2-9:1.0: 4 ports detected
Apr 21 13:33:31 MitchPC kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.05
Apr 21 13:33:31 MitchPC kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 21 13:33:31 MitchPC kernel: hub 1-1:1.0: USB hub found
Apr 21 13:33:31 MitchPC kernel: hub 1-1:1.0: 6 ports detected
Apr 21 13:33:31 MitchPC systemd[1]: systemd 245.5-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Apr 21 13:33:31 MitchPC kernel: usb 3-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.05
Apr 21 13:33:31 MitchPC kernel: usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 21 13:33:31 MitchPC kernel: hub 3-1:1.0: USB hub found
Apr 21 13:33:31 MitchPC kernel: hub 3-1:1.0: 8 ports detected
Apr 21 13:33:31 MitchPC systemd[1]: Detected architecture x86-64.
Apr 21 13:33:31 MitchPC systemd[1]: Set hostname to <MitchPC>.
Apr 21 13:33:31 MitchPC kernel: usb 4-5: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
Apr 21 13:33:31 MitchPC kernel: usb 4-5: New USB device found, idVendor=045b, idProduct=0210, bcdDevice= 1.00
Apr 21 13:33:31 MitchPC kernel: usb 4-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 21 13:33:31 MitchPC kernel: hub 4-5:1.0: USB hub found
Apr 21 13:33:31 MitchPC kernel: hub 4-5:1.0: 4 ports detected
Apr 21 13:33:31 MitchPC systemd[1]: Configuration file /usr/lib/systemd/system/ckb-daemon.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Apr 21 13:33:31 MitchPC systemd[1]: Created slice system-dhcpcd.slice.
Apr 21 13:33:31 MitchPC systemd[1]: Created slice system-getty.slice.
Apr 21 13:33:31 MitchPC systemd[1]: Created slice system-modprobe.slice.
Apr 21 13:33:31 MitchPC systemd[1]: Created slice system-systemd\x2dfsck.slice.
Apr 21 13:33:31 MitchPC systemd[1]: Created slice system-wpa_supplicant.slice.
Apr 21 13:33:31 MitchPC systemd[1]: Created slice User and Session Slice.
Apr 21 13:33:31 MitchPC systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Apr 21 13:33:31 MitchPC systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Apr 21 13:33:31 MitchPC systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Apr 21 13:33:31 MitchPC systemd[1]: Reached target Local Encrypted Volumes.
Apr 21 13:33:31 MitchPC systemd[1]: Reached target Login Prompts.
Apr 21 13:33:31 MitchPC systemd[1]: Reached target User and Group Name Lookups.
Apr 21 13:33:31 MitchPC systemd[1]: Reached target Remote File Systems.
Apr 21 13:33:31 MitchPC systemd[1]: Reached target Slices.
Apr 21 13:33:31 MitchPC systemd[1]: Listening on Device-mapper event daemon FIFOs.
Apr 21 13:33:31 MitchPC systemd[1]: Listening on LVM2 metadata daemon socket.
Apr 21 13:33:31 MitchPC systemd[1]: Listening on LVM2 poll daemon socket.
Apr 21 13:33:31 MitchPC systemd[1]: Listening on Process Core Dump Socket.
Apr 21 13:33:31 MitchPC systemd[1]: Listening on initctl Compatibility Named Pipe.
Apr 21 13:33:31 MitchPC systemd[1]: Listening on Journal Audit Socket.
Apr 21 13:33:31 MitchPC systemd[1]: Listening on Journal Socket (/dev/log).
Apr 21 13:33:31 MitchPC systemd[1]: Listening on Journal Socket.
Apr 21 13:33:31 MitchPC systemd[1]: Listening on udev Control Socket.
Apr 21 13:33:31 MitchPC systemd[1]: Listening on udev Kernel Socket.
Apr 21 13:33:31 MitchPC systemd[1]: Mounting Huge Pages File System...
Apr 21 13:33:31 MitchPC systemd[1]: Mounting POSIX Message Queue File System...
Apr 21 13:33:31 MitchPC systemd[1]: Mounting Kernel Debug File System...
Apr 21 13:33:31 MitchPC systemd[1]: Mounting Kernel Trace File System...
Apr 21 13:33:31 MitchPC systemd[1]: Starting Create list of static device nodes for the current kernel...
Apr 21 13:33:31 MitchPC systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Apr 21 13:33:31 MitchPC systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
Apr 21 13:33:31 MitchPC systemd[1]: Starting Set Up Additional Binary Formats...
Apr 21 13:33:31 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:33:31 MitchPC systemd[1]: Starting Journal Service...
Apr 21 13:33:31 MitchPC systemd[1]: Starting Load Kernel Modules...
Apr 21 13:33:31 MitchPC systemd[1]: Starting Remount Root and Kernel File Systems...
Apr 21 13:33:31 MitchPC systemd[1]: Starting udev Coldplug all Devices...
Apr 21 13:33:31 MitchPC systemd[1]: Mounted Huge Pages File System.
Apr 21 13:33:31 MitchPC systemd[1]: Mounted POSIX Message Queue File System.
Apr 21 13:33:31 MitchPC systemd[1]: Mounted Kernel Debug File System.
Apr 21 13:33:31 MitchPC systemd[1]: Mounted Kernel Trace File System.
Apr 21 13:33:31 MitchPC systemd[1]: Finished Create list of static device nodes for the current kernel.
Apr 21 13:33:31 MitchPC systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 334 (systemd-binfmt)
Apr 21 13:33:31 MitchPC systemd[1]: Mounting Arbitrary Executable File Formats File System...
Apr 21 13:33:31 MitchPC kernel: EXT4-fs (sde3): re-mounted. Opts: (null)
Apr 21 13:33:31 MitchPC systemd[1]: Mounted Arbitrary Executable File Formats File System.
Apr 21 13:33:31 MitchPC systemd[1]: Finished Remount Root and Kernel File Systems.
Apr 21 13:33:31 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:33:31 MitchPC kernel: random: lvm: uninitialized urandom read (4 bytes read)
Apr 21 13:33:31 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:33:31 MitchPC systemd[1]: Starting Load/Save Random Seed...
Apr 21 13:33:31 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:33:31 MitchPC systemd[1]: Starting Create Static Device Nodes in /dev...
Apr 21 13:33:31 MitchPC systemd[1]: Finished Set Up Additional Binary Formats.
Apr 21 13:33:31 MitchPC systemd[1]: Finished Load Kernel Modules.
Apr 21 13:33:31 MitchPC systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Apr 21 13:33:31 MitchPC systemd[1]: Mounting Kernel Configuration File System...
Apr 21 13:33:31 MitchPC systemd[1]: Started LVM2 metadata daemon.
Apr 21 13:33:31 MitchPC systemd[1]: Starting Apply Kernel Variables...
Apr 21 13:33:31 MitchPC systemd[1]: Mounted Kernel Configuration File System.
Apr 21 13:33:31 MitchPC systemd[1]: Finished Apply Kernel Variables.
Apr 21 13:33:31 MitchPC systemd[1]: Finished Create Static Device Nodes in /dev.
Apr 21 13:33:31 MitchPC systemd[1]: Starting udev Kernel Device Manager...
Apr 21 13:33:31 MitchPC systemd[1]: Finished udev Coldplug all Devices.
Apr 21 13:33:31 MitchPC kernel: usb 2-10: new high-speed USB device number 3 using xhci_hcd
Apr 21 13:33:31 MitchPC kernel: usb 2-10: New USB device found, idVendor=045b, idProduct=0209, bcdDevice= 1.00
Apr 21 13:33:31 MitchPC kernel: usb 2-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 21 13:33:31 MitchPC kernel: hub 2-10:1.0: USB hub found
Apr 21 13:33:31 MitchPC kernel: hub 2-10:1.0: 4 ports detected
Apr 21 13:33:31 MitchPC systemd-journald[335]: Journal started
Apr 21 13:33:31 MitchPC systemd-journald[335]: Runtime Journal (/run/log/journal/81449e61a1f5438ab747ba1652b30c2f) is 8.0M, max 795.0M, 787.0M free.
Apr 21 13:33:31 MitchPC systemd-modules-load[336]: Inserted module 'crypto_user'
Apr 21 13:33:31 MitchPC systemd-random-seed[343]: Kernel entropy pool is not initialized yet, waiting until it is.
Apr 21 13:33:31 MitchPC systemd-sysctl[349]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Apr 21 13:33:31 MitchPC systemd-sysctl[349]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Apr 21 13:33:31 MitchPC systemd-sysctl[349]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Apr 21 13:33:31 MitchPC systemd-sysctl[349]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Apr 21 13:33:31 MitchPC 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'
Apr 21 13:33:31 MitchPC systemd-sysctl[349]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Apr 21 13:33:31 MitchPC systemd-sysctl[349]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Apr 21 13:33:31 MitchPC systemd[1]: Started Journal Service.
Apr 21 13:33:31 MitchPC kernel: audit: type=1130 audit(1587490411.914: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'
Apr 21 13:33:31 MitchPC systemd[1]: Starting Flush Journal to Persistent Storage...
Apr 21 13:33:31 MitchPC systemd-journald[335]: Time spent on flushing to /var/log/journal/81449e61a1f5438ab747ba1652b30c2f is 11.221ms for 1092 entries.
Apr 21 13:33:31 MitchPC systemd-journald[335]: System Journal (/var/log/journal/81449e61a1f5438ab747ba1652b30c2f) is 2.5G, max 4.0G, 1.4G free.
Apr 21 13:33:32 MitchPC kernel: usb 4-6: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
Apr 21 13:33:32 MitchPC kernel: usb 4-6: New USB device found, idVendor=045b, idProduct=0210, bcdDevice= 1.00
Apr 21 13:33:32 MitchPC kernel: usb 4-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 21 13:33:32 MitchPC kernel: hub 4-6:1.0: USB hub found
Apr 21 13:33:32 MitchPC kernel: hub 4-6:1.0: 4 ports detected
Apr 21 13:33:32 MitchPC kernel: audit: type=1130 audit(1587490411.991:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:32 MitchPC kernel: usb 2-9.3: new high-speed USB device number 4 using xhci_hcd
Apr 21 13:33:32 MitchPC kernel: usb 2-9.3: New USB device found, idVendor=1235, idProduct=800a, bcdDevice= 1.25
Apr 21 13:33:32 MitchPC kernel: usb 2-9.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 21 13:33:32 MitchPC kernel: usb 2-9.3: Product: Scarlett 2i4 USB
Apr 21 13:33:32 MitchPC kernel: usb 2-9.3: Manufacturer: Focusrite
Apr 21 13:33:32 MitchPC kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Apr 21 13:33:32 MitchPC kernel: ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200110/utaddress-204)
Apr 21 13:33:32 MitchPC kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 21 13:33:32 MitchPC kernel: ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
Apr 21 13:33:32 MitchPC kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 21 13:33:32 MitchPC kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200110/utaddress-204)
Apr 21 13:33:32 MitchPC kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
Apr 21 13:33:32 MitchPC kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 21 13:33:32 MitchPC kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200110/utaddress-204)
Apr 21 13:33:32 MitchPC kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
Apr 21 13:33:32 MitchPC kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 21 13:33:32 MitchPC kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Apr 21 13:33:32 MitchPC kernel: i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
Apr 21 13:33:32 MitchPC kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Apr 21 13:33:31 MitchPC 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'
Apr 21 13:33:31 MitchPC systemd[1]: Started udev Kernel Device Manager.
Apr 21 13:33:32 MitchPC systemd[1]: Finished Flush Journal to Persistent Storage.
Apr 21 13:33:32 MitchPC 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'
Apr 21 13:33:32 MitchPC kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Apr 21 13:33:32 MitchPC kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Apr 21 13:33:32 MitchPC kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Apr 21 13:33:32 MitchPC kernel: audit: type=1130 audit(1587490412.121:4): 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'
Apr 21 13:33:32 MitchPC kernel: usb 2-10.3: new full-speed USB device number 5 using xhci_hcd
Apr 21 13:33:32 MitchPC systemd[1]: Found device Samsung_SSD_850_EVO_250GB 2.
Apr 21 13:33:32 MitchPC systemd[1]: Found device Samsung_SSD_850_EVO_250GB 1.
Apr 21 13:33:32 MitchPC systemd[1]: Found device WDC_WD10EZEX-00BN5A0 Terabyte.
Apr 21 13:33:32 MitchPC systemd[1]: Found device Samsung_SSD_850_EVO_250GB J.
Apr 21 13:33:32 MitchPC systemd-udevd[362]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 21 13:33:32 MitchPC systemd[1]: Activating swap Swap Partition...
Apr 21 13:33:32 MitchPC kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Apr 21 13:33:32 MitchPC kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Apr 21 13:33:32 MitchPC kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Apr 21 13:33:32 MitchPC kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Apr 21 13:33:32 MitchPC kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Apr 21 13:33:32 MitchPC kernel: e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
Apr 21 13:33:32 MitchPC systemd-udevd[365]: could not read from '/sys/module/pcc_cpufreq/initstate': No such device
Apr 21 13:33:32 MitchPC systemd[1]: Activated swap Swap Partition.
Apr 21 13:33:32 MitchPC mtp-probe[400]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9.3"
Apr 21 13:33:32 MitchPC kernel: Adding 12214268k swap on /dev/sde2.  Priority:-2 extents:1 across:12214268k SSFS
Apr 21 13:33:32 MitchPC systemd[1]: Reached target Swap.
Apr 21 13:33:32 MitchPC mtp-probe[400]: bus: 2, device: 4 was not an MTP device
Apr 21 13:33:32 MitchPC systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Apr 21 13:33:32 MitchPC systemd[1]: Mounting Temporary Directory (/tmp)...
Apr 21 13:33:32 MitchPC systemd[1]: Mounted Temporary Directory (/tmp).
Apr 21 13:33:32 MitchPC kernel: iTCO_vendor_support: vendor-support=0
Apr 21 13:33:32 MitchPC kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Apr 21 13:33:32 MitchPC kernel: iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Apr 21 13:33:32 MitchPC kernel: usb 2-10.3: New USB device found, idVendor=046d, idProduct=c332, bcdDevice= 3.01
Apr 21 13:33:32 MitchPC kernel: usb 2-10.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 21 13:33:32 MitchPC kernel: usb 2-10.3: Product: Gaming Mouse G502
Apr 21 13:33:32 MitchPC kernel: usb 2-10.3: Manufacturer: Logitech
Apr 21 13:33:32 MitchPC kernel: usb 2-10.3: SerialNumber: 0D7236523838
Apr 21 13:33:32 MitchPC mtp-probe[405]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.3"
Apr 21 13:33:32 MitchPC mtp-probe[405]: bus: 2, device: 5 was not an MTP device
Apr 21 13:33:32 MitchPC kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 94:de:80:af:1f:be
Apr 21 13:33:32 MitchPC kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
Apr 21 13:33:32 MitchPC kernel: e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
Apr 21 13:33:32 MitchPC systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Apr 21 13:33:32 MitchPC 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'
Apr 21 13:33:32 MitchPC systemd[1]: Reached target Local File Systems (Pre).
Apr 21 13:33:32 MitchPC systemd[1]: Mounting /media/GameDrive...
Apr 21 13:33:32 MitchPC kernel: audit: type=1130 audit(1587490412.281:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:32 MitchPC systemd[1]: Mounting /media/Terabyte...
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Starting File System Check on /dev/disk/by-uuid/1FF8-C8F0...
Apr 21 13:33:32 MitchPC systemd-udevd[360]: Using default interface naming scheme 'v245'.
Apr 21 13:33:32 MitchPC kernel: cryptd: max_cpu_qlen set to 1000
Apr 21 13:33:32 MitchPC systemd-udevd[360]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 21 13:33:32 MitchPC kernel: i915 0000:00:02.0: enabling device (0006 -> 0007)
Apr 21 13:33:32 MitchPC kernel: checking generic (d1000000 300000) vs hw (d3400000 400000)
Apr 21 13:33:32 MitchPC kernel: checking generic (d1000000 300000) vs hw (b0000000 10000000)
Apr 21 13:33:32 MitchPC kernel: e1000e 0000:00:19.0 eno1: renamed from eth0
Apr 21 13:33:32 MitchPC kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Apr 21 13:33:32 MitchPC kernel: [drm] Driver supports precise vblank timestamp query.
Apr 21 13:33:32 MitchPC kernel: [drm] Initialized i915 1.6.0 20200114 for 0000:00:02.0 on minor 1
Apr 21 13:33:32 MitchPC kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Apr 21 13:33:32 MitchPC kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
Apr 21 13:33:32 MitchPC systemd-udevd[361]: Using default interface naming scheme 'v245'.
Apr 21 13:33:32 MitchPC systemd[1]: Found device Ethernet Connection I217-V.
Apr 21 13:33:32 MitchPC kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Apr 21 13:33:32 MitchPC kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Apr 21 13:33:32 MitchPC kernel: hid: raw HID events driver (C) Jiri Kosina
Apr 21 13:33:32 MitchPC kernel: intel-spi intel-spi: mx25l12805d (16384 Kbytes)
Apr 21 13:33:32 MitchPC kernel: usb 2-9.4: new high-speed USB device number 6 using xhci_hcd
Apr 21 13:33:32 MitchPC kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Apr 21 13:33:32 MitchPC kernel: Creating 1 MTD partitions on "intel-spi":
Apr 21 13:33:32 MitchPC kernel: 0x000000000000-0x000001000000 : "BIOS"
Apr 21 13:33:32 MitchPC kernel: AVX2 version of gcm_enc/dec engaged.
Apr 21 13:33:32 MitchPC kernel: AES CTR mode by8 optimization enabled
Apr 21 13:33:32 MitchPC kernel: fuse: init (API version 7.31)
Apr 21 13:33:32 MitchPC kernel: *** VALIDATE fuseblk ***
Apr 21 13:33:32 MitchPC kernel: *** VALIDATE fuse ***
Apr 21 13:33:32 MitchPC kernel: usbcore: registered new interface driver usbhid
Apr 21 13:33:32 MitchPC kernel: usbhid: USB HID core driver
Apr 21 13:33:32 MitchPC systemd-fsck[418]: fsck.fat 4.1 (2017-01-24)
Apr 21 13:33:32 MitchPC systemd-fsck[418]: 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Apr 21 13:33:32 MitchPC systemd-fsck[418]:  Automatically removing dirty bit.
Apr 21 13:33:32 MitchPC systemd-fsck[418]: Performing changes.
Apr 21 13:33:32 MitchPC systemd-fsck[418]: /dev/sde1: 739 files, 31335/124680 clusters
Apr 21 13:33:32 MitchPC systemd[1]: Mounting FUSE Control File System...
Apr 21 13:33:32 MitchPC systemd[1]: Finished File System Check on /dev/disk/by-uuid/1FF8-C8F0.
Apr 21 13:33:32 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-1FF8\x2dC8F0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:32 MitchPC mtp-probe[434]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.3"
Apr 21 13:33:32 MitchPC mtp-probe[434]: bus: 2, device: 5 was not an MTP device
Apr 21 13:33:32 MitchPC systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Apr 21 13:33:32 MitchPC kernel: usb 2-9.4: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.00
Apr 21 13:33:32 MitchPC kernel: usb 2-9.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 21 13:33:32 MitchPC kernel: usb 2-9.4: Product: Cruzer Blade
Apr 21 13:33:32 MitchPC kernel: usb 2-9.4: Manufacturer: SanDisk
Apr 21 13:33:32 MitchPC kernel: usb 2-9.4: SerialNumber: 4C530000110824120283
Apr 21 13:33:32 MitchPC kernel: audit: type=1130 audit(1587490412.341:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-1FF8\x2dC8F0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:32 MitchPC systemd[1]: Mounting /boot...
Apr 21 13:33:32 MitchPC systemd[1]: Mounted FUSE Control File System.
Apr 21 13:33:32 MitchPC mtp-probe[450]: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9.4"
Apr 21 13:33:32 MitchPC mtp-probe[450]: bus: 2, device: 6 was not an MTP device
Apr 21 13:33:32 MitchPC kernel: input: Logitech Gaming Mouse G502 as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.3/2-10.3:1.0/0003:046D:C332.0001/input/input4
Apr 21 13:33:32 MitchPC kernel: hid-generic 0003:046D:C332.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech Gaming Mouse G502] on usb-0000:00:14.0-10.3/input0
Apr 21 13:33:32 MitchPC kernel: input: Logitech Gaming Mouse G502 Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.3/2-10.3:1.1/0003:046D:C332.0002/input/input5
Apr 21 13:33:32 MitchPC kernel: usb-storage 2-9.4:1.0: USB Mass Storage device detected
Apr 21 13:33:32 MitchPC kernel: scsi host8: usb-storage 2-9.4:1.0
Apr 21 13:33:32 MitchPC kernel: usbcore: registered new interface driver usb-storage
Apr 21 13:33:32 MitchPC kernel: usb 2-10.4: new full-speed USB device number 7 using xhci_hcd
Apr 21 13:33:32 MitchPC kernel: usbcore: registered new interface driver uas
Apr 21 13:33:32 MitchPC mount[409]: Using default user mapping
Apr 21 13:33:32 MitchPC ntfs-3g[467]: Version 2017.3.23 external FUSE 29
Apr 21 13:33:32 MitchPC ntfs-3g[467]: Mounted /dev/sdb2 (Read-Write, label "J", NTFS 3.1)
Apr 21 13:33:32 MitchPC ntfs-3g[467]: Cmdline options: rw,nosuid,nodev,permissions,ntfs-3g,users,exec
Apr 21 13:33:32 MitchPC ntfs-3g[467]: Mount options: rw,nosuid,nodev,ntfs-3g,users,exec,allow_other,nonempty,default_permissions,relatime,fsname=/dev/sdb2,blkdev,blksize=4096
Apr 21 13:33:32 MitchPC ntfs-3g[467]: User mapping built, Posix ACLs not used, configuration type 7
Apr 21 13:33:32 MitchPC mtp-probe[466]: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9.4"
Apr 21 13:33:32 MitchPC mtp-probe[466]: bus: 2, device: 6 was not an MTP device
Apr 21 13:33:32 MitchPC systemd[1]: Mounted /media/GameDrive.
Apr 21 13:33:32 MitchPC kernel: input: Logitech Gaming Mouse G502 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.3/2-10.3:1.1/0003:046D:C332.0002/input/input6
Apr 21 13:33:32 MitchPC kernel: input: Logitech Gaming Mouse G502 System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.3/2-10.3:1.1/0003:046D:C332.0002/input/input7
Apr 21 13:33:32 MitchPC kernel: hid-generic 0003:046D:C332.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Logitech Gaming Mouse G502] on usb-0000:00:14.0-10.3/input1
Apr 21 13:33:32 MitchPC kernel: mc: Linux media interface: v0.10
Apr 21 13:33:32 MitchPC systemd[1]: Mounted /boot.
Apr 21 13:33:32 MitchPC systemd[1]: Reached target Local File Systems.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:33:32 MitchPC kernel: mousedev: PS/2 mouse device common for all mice
Apr 21 13:33:32 MitchPC systemd[1]: Starting Create Volatile Files and Directories...
Apr 21 13:33:32 MitchPC systemd[1]: Finished Create Volatile Files and Directories.
Apr 21 13:33:32 MitchPC 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'
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Starting Network Time Synchronization...
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Apr 21 13:33:32 MitchPC kernel: audit: type=1130 audit(1587490412.558:7): 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'
Apr 21 13:33:32 MitchPC audit[478]: SYSTEM_BOOT pid=478 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:32 MitchPC kernel: audit: type=1127 audit(1587490412.564:8): pid=478 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:32 MitchPC systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Apr 21 13:33:32 MitchPC 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'
Apr 21 13:33:32 MitchPC kernel: audit: type=1130 audit(1587490412.571:9): 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'
Apr 21 13:33:32 MitchPC kernel: usbcore: registered new interface driver snd-usb-audio
Apr 21 13:33:32 MitchPC mtp-probe[479]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9.3"
Apr 21 13:33:32 MitchPC mtp-probe[479]: bus: 2, device: 4 was not an MTP device
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:33:32 MitchPC mount[412]: Using default user mapping
Apr 21 13:33:32 MitchPC ntfs-3g[483]: Version 2017.3.23 external FUSE 29
Apr 21 13:33:32 MitchPC ntfs-3g[483]: Mounted /dev/sdd1 (Read-Write, label "Terabyte", NTFS 3.1)
Apr 21 13:33:32 MitchPC ntfs-3g[483]: Cmdline options: rw,nosuid,nodev,permissions,ntfs-3g,users,exec
Apr 21 13:33:32 MitchPC ntfs-3g[483]: Mount options: rw,nosuid,nodev,ntfs-3g,users,exec,allow_other,nonempty,default_permissions,relatime,fsname=/dev/sdd1,blkdev,blksize=4096
Apr 21 13:33:32 MitchPC ntfs-3g[483]: User mapping built, Posix ACLs not used, configuration type 7
Apr 21 13:33:32 MitchPC systemd[1]: Mounted /media/Terabyte.
Apr 21 13:33:32 MitchPC kernel: intel_rapl_common: Found RAPL domain package
Apr 21 13:33:32 MitchPC kernel: intel_rapl_common: Found RAPL domain core
Apr 21 13:33:32 MitchPC kernel: intel_rapl_common: Found RAPL domain uncore
Apr 21 13:33:32 MitchPC kernel: intel_rapl_common: Found RAPL domain dram
Apr 21 13:33:32 MitchPC systemd[1]: Started Network Time Synchronization.
Apr 21 13:33:32 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:32 MitchPC systemd[1]: Reached target System Initialization.
Apr 21 13:33:32 MitchPC kernel: audit: type=1130 audit(1587490412.794:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:32 MitchPC systemd[1]: Started CUPS Scheduler.
Apr 21 13:33:32 MitchPC systemd[1]: Reached target Paths.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Reached target System Time Set.
Apr 21 13:33:32 MitchPC systemd[1]: Reached target System Time Synchronized.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Started Daily rotation of log files.
Apr 21 13:33:32 MitchPC systemd[1]: Started Daily verification of password and group files.
Apr 21 13:33:32 MitchPC systemd[1]: Started Daily Cleanup of Temporary Directories.
Apr 21 13:33:32 MitchPC systemd[1]: Reached target Timers.
Apr 21 13:33:32 MitchPC systemd[1]: Listening on D-Bus System Message Bus Socket.
Apr 21 13:33:32 MitchPC systemd[1]: Listening on CUPS Scheduler.
Apr 21 13:33:32 MitchPC systemd[1]: Reached target Sockets.
Apr 21 13:33:32 MitchPC systemd[1]: Reached target Basic System.
Apr 21 13:33:32 MitchPC systemd[1]: Starting Accounts Service...
Apr 21 13:33:32 MitchPC systemd[1]: Starting Save/Restore Sound Card State...
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Started Corsair Keyboard Daemon.
Apr 21 13:33:32 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ckb-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:32 MitchPC systemd[1]: Started D-Bus System Message Bus.
Apr 21 13:33:32 MitchPC 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'
Apr 21 13:33:32 MitchPC systemd[1]: Starting dhcpcd on all interfaces...
Apr 21 13:33:32 MitchPC systemd[1]: Starting dhcpcd on eno1...
Apr 21 13:33:32 MitchPC systemd[1]: Starting Hardware Abstraction Layer...
Apr 21 13:33:32 MitchPC systemd[1]: Starting Initialize hardware monitoring sensors...
Apr 21 13:33:32 MitchPC audit: AUDIT1334 prog-id=7 op=LOAD
Apr 21 13:33:32 MitchPC audit: AUDIT1334 prog-id=8 op=LOAD
Apr 21 13:33:32 MitchPC systemd[1]: Starting Login Service...
Apr 21 13:33:32 MitchPC dhcpcd[490]: dhcpcd-9.0.1 starting
Apr 21 13:33:32 MitchPC systemd[1]: Starting Permit User Sessions...
Apr 21 13:33:32 MitchPC systemd[1]: Started WPA supplicant daemon (interface-specific version).
Apr 21 13:33:32 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant@eno1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:32 MitchPC systemd[1]: Finished Save/Restore Sound Card State.
Apr 21 13:33:32 MitchPC kernel: it87: Found IT8728F chip at 0xa30, revision 1
Apr 21 13:33:32 MitchPC kernel: it87: Beeping is supported
Apr 21 13:33:32 MitchPC kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Apr 21 13:33:32 MitchPC 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'
Apr 21 13:33:32 MitchPC systemd[1]: Finished Permit User Sessions.
Apr 21 13:33:32 MitchPC 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'
Apr 21 13:33:32 MitchPC systemd[1]: Reached target Sound Card.
Apr 21 13:33:32 MitchPC systemd[1]: Starting Light Display Manager...
Apr 21 13:33:32 MitchPC kernel: random: hald: uninitialized urandom read (10 bytes read)
Apr 21 13:33:32 MitchPC kernel: random: hald: uninitialized urandom read (12 bytes read)
Apr 21 13:33:32 MitchPC dhcpcd[489]: dhcpcd-9.0.1 starting
Apr 21 13:33:32 MitchPC systemd[1]: Finished Initialize hardware monitoring sensors.
Apr 21 13:33:32 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:32 MitchPC wpa_supplicant[495]: Successfully initialized wpa_supplicant
Apr 21 13:33:32 MitchPC wpa_supplicant[495]: Failed to open config file '/etc/wpa_supplicant/wpa_supplicant-eno1.conf', error: No such file or directory
Apr 21 13:33:32 MitchPC wpa_supplicant[495]: Failed to read or parse configuration '/etc/wpa_supplicant/wpa_supplicant-eno1.conf'.
Apr 21 13:33:32 MitchPC systemd[1]: wpa_supplicant@eno1.service: Main process exited, code=exited, status=255/EXCEPTION
Apr 21 13:33:32 MitchPC systemd[1]: wpa_supplicant@eno1.service: Failed with result 'exit-code'.
Apr 21 13:33:32 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant@eno1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:33:32 MitchPC dhcpcd[546]: dev: loaded udev
Apr 21 13:33:32 MitchPC kernel: 8021q: 802.1Q VLAN Support v1.8
Apr 21 13:33:32 MitchPC dbus-daemon[488]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service' requested by ':1.4' (uid=0 pid=499 comm="/usr/bin/lightdm ")
Apr 21 13:33:32 MitchPC systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:33:32 MitchPC hald[555]: Runner started - allowed paths are '/usr/lib/hal:/usr/lib/hal/scripts:/usr/bin'
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:33:32 MitchPC dbus-daemon[488]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.3' (uid=0 pid=485 comm="/usr/lib/accounts-daemon ")
Apr 21 13:33:32 MitchPC systemd[1]: polkit.service: Failed to create cgroup /system.slice/polkit.service: No such file or directory
Apr 21 13:33:32 MitchPC systemd[1]: Starting Authorization Manager...
Apr 21 13:33:32 MitchPC systemd[558]: polkit.service: Failed to attach to cgroup /system.slice/polkit.service: No such file or directory
Apr 21 13:33:32 MitchPC systemd[558]: polkit.service: Failed at step CGROUP spawning /usr/lib/polkit-1/polkitd: No such file or directory
Apr 21 13:33:32 MitchPC systemd[1]: polkit.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:33:32 MitchPC systemd[1]: polkit.service: Failed with result 'exit-code'.
Apr 21 13:33:32 MitchPC systemd[1]: Failed to start Authorization Manager.
Apr 21 13:33:32 MitchPC 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=failed'
Apr 21 13:33:32 MitchPC kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Apr 21 13:33:32 MitchPC kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Apr 21 13:33:32 MitchPC kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Apr 21 13:33:32 MitchPC kernel: cfg80211: failed to load regulatory.db
Apr 21 13:33:32 MitchPC systemd[1]: Started dhcpcd on all interfaces.
Apr 21 13:33:32 MitchPC 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'
Apr 21 13:33:32 MitchPC kernel: random: crng init done
Apr 21 13:33:32 MitchPC kernel: random: 3 urandom warning(s) missed due to ratelimiting
Apr 21 13:33:32 MitchPC systemd[1]: Finished Load/Save Random Seed.
Apr 21 13:33:32 MitchPC 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'
Apr 21 13:33:32 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:33:33 MitchPC systemd-logind[493]: New seat seat0.
Apr 21 13:33:33 MitchPC systemd-logind[493]: Watching system buttons on /dev/input/event1 (Power Button)
Apr 21 13:33:33 MitchPC systemd-logind[493]: Watching system buttons on /dev/input/event0 (Power Button)
Apr 21 13:33:33 MitchPC systemd-logind[493]: Watching system buttons on /dev/input/event5 (Logitech Gaming Mouse G502 Keyboard)
Apr 21 13:33:33 MitchPC systemd-logind[493]: Watching system buttons on /dev/input/event6 (Logitech Gaming Mouse G502 Consumer Control)
Apr 21 13:33:33 MitchPC systemd-logind[493]: Watching system buttons on /dev/input/event7 (Logitech Gaming Mouse G502 System Control)
Apr 21 13:33:33 MitchPC dbus-daemon[488]: [system] Successfully activated service 'org.freedesktop.login1'
Apr 21 13:33:33 MitchPC systemd[1]: Started Login Service.
Apr 21 13:33:33 MitchPC 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'
Apr 21 13:33:33 MitchPC systemd[1]: Started Light Display Manager.
Apr 21 13:33:33 MitchPC dbus-daemon[488]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.4' (uid=0 pid=499 comm="/usr/bin/lightdm ")
Apr 21 13:33:33 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:33 MitchPC dhcpcd[546]: eno1: waiting for carrier
Apr 21 13:33:33 MitchPC dhcpcd[541]: eno1: waiting for carrier
Apr 21 13:33:33 MitchPC kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
Apr 21 13:33:33 MitchPC kernel: ucsi_ccg 5-0008: i2c_transfer failed -110
Apr 21 13:33:33 MitchPC kernel: ucsi_ccg 5-0008: ucsi_ccg_init failed - -110
Apr 21 13:33:33 MitchPC kernel: ucsi_ccg: probe of 5-0008 failed with error -110
Apr 21 13:33:33 MitchPC kernel: scsi 8:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.00 PQ: 0 ANSI: 6
Apr 21 13:33:33 MitchPC kernel: sd 8:0:0:0: [sdf] 61341696 512-byte logical blocks: (31.4 GB/29.3 GiB)
Apr 21 13:33:33 MitchPC kernel: sd 8:0:0:0: [sdf] Write Protect is off
Apr 21 13:33:33 MitchPC kernel: sd 8:0:0:0: [sdf] Mode Sense: 43 00 00 00
Apr 21 13:33:33 MitchPC kernel: sd 8:0:0:0: [sdf] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Apr 21 13:33:33 MitchPC kernel:  sdf: sdf1
Apr 21 13:33:33 MitchPC kernel: sd 8:0:0:0: [sdf] Attached SCSI removable disk
Apr 21 13:33:35 MitchPC dhcpcd[541]: eno1: carrier acquired
Apr 21 13:33:35 MitchPC kernel: e1000e 0000:00:19.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
Apr 21 13:33:35 MitchPC kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
Apr 21 13:33:35 MitchPC dhcpcd[546]: eno1: carrier acquired
Apr 21 13:33:35 MitchPC dhcpcd[546]: DUID 00:01:00:01:26:2f:73:dd:94:de:80:af:1f:be
Apr 21 13:33:35 MitchPC dhcpcd[541]: DUID 00:01:00:01:26:2f:73:dd:94:de:80:af:1f:be
Apr 21 13:33:35 MitchPC dhcpcd[546]: eno1: IAID 80:af:1f:be
Apr 21 13:33:35 MitchPC dhcpcd[541]: eno1: IAID 80:af:1f:be
Apr 21 13:33:35 MitchPC dhcpcd[546]: eno1: adding address fe80::3ffe:10c9:b2f9:6e84
Apr 21 13:33:35 MitchPC dhcpcd[541]: eno1: adding address fe80::3ffe:10c9:b2f9:6e84
Apr 21 13:33:36 MitchPC dhcpcd[546]: eno1: rebinding lease of 192.168.1.130
Apr 21 13:33:36 MitchPC dhcpcd[546]: eno1: probing address 192.168.1.130/24
Apr 21 13:33:36 MitchPC dhcpcd[541]: eno1: soliciting an IPv6 router
Apr 21 13:33:36 MitchPC dhcpcd[546]: eno1: soliciting an IPv6 router
Apr 21 13:33:36 MitchPC kernel: usb 2-10.4: New USB device found, idVendor=1b1c, idProduct=1b13, bcdDevice= 1.33
Apr 21 13:33:36 MitchPC kernel: usb 2-10.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 21 13:33:36 MitchPC kernel: usb 2-10.4: Product: Corsair K70 RGB Gaming Keyboard 
Apr 21 13:33:36 MitchPC kernel: usb 2-10.4: Manufacturer: Corsair
Apr 21 13:33:36 MitchPC kernel: usb 2-10.4: SerialNumber: 0C01903AAEA8A0C554E38129F5001944
Apr 21 13:33:37 MitchPC dhcpcd[591]: dhcp6_openudp: Address already in use
Apr 21 13:33:37 MitchPC dhcpcd[591]: ps_inet_listenin6: Address already in use
Apr 21 13:33:37 MitchPC dhcpcd[591]: ps_root_recvmsg: Address already in use
Apr 21 13:33:37 MitchPC dhcpcd[541]: eno1: rebinding lease of 192.168.1.130
Apr 21 13:33:37 MitchPC dhcpcd[541]: eno1: probing address 192.168.1.130/24
Apr 21 13:33:37 MitchPC kernel: input: Corsair Corsair K70 RGB Gaming Keyboard  as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.4/2-10.4:1.0/0003:1B1C:1B13.0003/input/input10
Apr 21 13:33:37 MitchPC kernel: hid-generic 0003:1B1C:1B13.0003: input,hidraw2: USB HID v1.11 Keyboard [Corsair Corsair K70 RGB Gaming Keyboard ] on usb-0000:00:14.0-10.4/input0
Apr 21 13:33:38 MitchPC kernel: input: Corsair Corsair K70 RGB Gaming Keyboard  Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.4/2-10.4:1.1/0003:1B1C:1B13.0004/input/input11
Apr 21 13:33:38 MitchPC kernel: input: Corsair Corsair K70 RGB Gaming Keyboard  Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.4/2-10.4:1.1/0003:1B1C:1B13.0004/input/input12
Apr 21 13:33:38 MitchPC kernel: hid-generic 0003:1B1C:1B13.0004: input,hidraw3: USB HID v1.11 Keyboard [Corsair Corsair K70 RGB Gaming Keyboard ] on usb-0000:00:14.0-10.4/input1
Apr 21 13:33:38 MitchPC kernel: hid-generic 0003:1B1C:1B13.0005: hiddev1,hidraw4: USB HID v1.11 Device [Corsair Corsair K70 RGB Gaming Keyboard ] on usb-0000:00:14.0-10.4/input2
Apr 21 13:33:39 MitchPC kernel: hid-generic 0003:1B1C:1B13.0006: hiddev2,hidraw5: USB HID v1.11 Device [Corsair Corsair K70 RGB Gaming Keyboard ] on usb-0000:00:14.0-10.4/input3
Apr 21 13:33:39 MitchPC mtp-probe[594]: checking bus 2, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.4"
Apr 21 13:33:39 MitchPC mtp-probe[594]: bus: 2, device: 7 was not an MTP device
Apr 21 13:33:39 MitchPC hald[603]: woohoo
Apr 21 13:33:39 MitchPC hald[604]: woohoo
Apr 21 13:33:39 MitchPC hald[605]: woohoo
Apr 21 13:33:39 MitchPC hald[606]: woohoo
Apr 21 13:33:39 MitchPC hald[607]: woohoo
Apr 21 13:33:39 MitchPC hald[608]: woohoo
Apr 21 13:33:39 MitchPC hald[491]: device udi = /org/freedesktop/Hal/devices/temp/145
Apr 21 13:33:39 MitchPC hald[491]:   linux.device_file = '/dev/ttyS1'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   serial.originating_device = '/org/freedesktop/Hal/devices/platform_serial8250'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   info.category = 'serial'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   linux.subsystem = 'tty'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   linux.hotplug_type = 2  0x2  (int)
Apr 21 13:33:39 MitchPC hald[491]:   serial.type = 'platform'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   info.parent = '/org/freedesktop/Hal/devices/platform_serial8250'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   serial.port = 1  0x1  (int)
Apr 21 13:33:39 MitchPC hald[491]:   linux.sysfs_path = '/sys/devices/platform/serial8250/tty/ttyS1'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   serial.device = '/dev/ttyS1'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   info.product = 'Platform Device (serial8250)'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   info.subsystem = 'tty'  (string)
Apr 21 13:33:39 MitchPC hald[491]: device udi = /org/freedesktop/Hal/devices/temp/146
Apr 21 13:33:39 MitchPC hald[491]:   linux.device_file = '/dev/ttyS2'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   serial.originating_device = '/org/freedesktop/Hal/devices/platform_serial8250'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   info.category = 'serial'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   linux.subsystem = 'tty'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   linux.hotplug_type = 2  0x2  (int)
Apr 21 13:33:39 MitchPC hald[491]:   serial.type = 'platform'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   info.parent = '/org/freedesktop/Hal/devices/platform_serial8250'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   serial.port = 2  0x2  (int)
Apr 21 13:33:39 MitchPC hald[491]:   linux.sysfs_path = '/sys/devices/platform/serial8250/tty/ttyS2'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   serial.device = '/dev/ttyS2'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   info.product = 'Platform Device (serial8250)'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   info.subsystem = 'tty'  (string)
Apr 21 13:33:39 MitchPC hald[491]: device udi = /org/freedesktop/Hal/devices/temp/147
Apr 21 13:33:39 MitchPC hald[491]:   linux.device_file = '/dev/ttyS3'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   serial.originating_device = '/org/freedesktop/Hal/devices/platform_serial8250'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   info.category = 'serial'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   linux.subsystem = 'tty'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   linux.hotplug_type = 2  0x2  (int)
Apr 21 13:33:39 MitchPC hald[491]:   serial.type = 'platform'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   info.parent = '/org/freedesktop/Hal/devices/platform_serial8250'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   serial.port = 3  0x3  (int)
Apr 21 13:33:39 MitchPC hald[491]:   linux.sysfs_path = '/sys/devices/platform/serial8250/tty/ttyS3'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   serial.device = '/dev/ttyS3'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   info.product = 'Platform Device (serial8250)'  (string)
Apr 21 13:33:39 MitchPC hald[491]:   info.subsystem = 'tty'  (string)
Apr 21 13:33:39 MitchPC hald[613]: org.freedesktop.Hal.Device.Volume.UnknownFailure
Apr 21 13:33:39 MitchPC hald[613]: Cannot open /media/.hal-mtab
Apr 21 13:33:39 MitchPC hald[613]: in hal-storage-cleanup-all-mountpoints
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-addon-input (0) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-addon-input', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-addon-leds (0) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-addon-leds', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-storage (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-storage', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-storage (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-storage', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-storage (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-storage', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-storage (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-storage', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-storage (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-storage', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-storage (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-storage', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-serial (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-serial', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-serial (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-serial', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-serial (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-serial', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: pid 609: rc=1 signaled=0: /usr/lib/hal/hald-probe-serial
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-serial (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-serial', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: pid 610: rc=1 signaled=0: /usr/lib/hal/hald-probe-serial
Apr 21 13:33:39 MitchPC hald[555]: pid 611: rc=1 signaled=0: /usr/lib/hal/hald-probe-serial
Apr 21 13:33:39 MitchPC hald[555]: pid 612: rc=0 signaled=0: /usr/lib/hal/hald-probe-serial
Apr 21 13:33:39 MitchPC hald[555]: Run started hal-storage-cleanup-all-mountpoints (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hal-storage-cleanup-all-mountpoints', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: pid 603: rc=0 signaled=0: /usr/lib/hal/hald-probe-storage
Apr 21 13:33:39 MitchPC hald[555]: pid 604: rc=0 signaled=0: /usr/lib/hal/hald-probe-storage
Apr 21 13:33:39 MitchPC hald[555]: pid 605: rc=0 signaled=0: /usr/lib/hal/hald-probe-storage
Apr 21 13:33:39 MitchPC hald[555]: pid 606: rc=0 signaled=0: /usr/lib/hal/hald-probe-storage
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-addon-storage (0) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-addon-storage', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: pid 613: rc=1 signaled=0: /usr/lib/hal/hal-storage-cleanup-all-mountpoints
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-volume (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: pid 607: rc=0 signaled=0: /usr/lib/hal/hald-probe-storage
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-addon-storage (0) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-addon-storage', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-volume (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: pid 608: rc=0 signaled=0: /usr/lib/hal/hald-probe-storage
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-addon-storage (0) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-addon-storage', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-volume (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-volume (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-volume (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-volume (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-addon-cpufreq (0) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-addon-cpufreq', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-addon-acpi (0) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-addon-acpi', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-volume (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-volume (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-volume (20000) (0)
Apr 21 13:33:39 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:33:39 MitchPC hald[555]: Run started hald-probe-volume (20000) (0)
Apr 21 13:33:39 MitchPC hald-addon-stor[614]: Source ID 4294967295 was not found when attempting to remove it
Apr 21 13:33:39 MitchPC hald-addon-stor[616]: Source ID 4294967295 was not found when attempting to remove it
Apr 21 13:33:39 MitchPC systemd-logind[493]: Watching system buttons on /dev/input/event8 (Corsair Corsair K70 RGB Gaming Keyboard )
Apr 21 13:33:39 MitchPC hald-addon-stor[618]: Source ID 4294967295 was not found when attempting to remove it
Apr 21 13:33:39 MitchPC systemd-logind[493]: Watching system buttons on /dev/input/event9 (Corsair Corsair K70 RGB Gaming Keyboard  Keyboard)
Apr 21 13:33:39 MitchPC systemd-logind[493]: Watching system buttons on /dev/input/event10 (Corsair Corsair K70 RGB Gaming Keyboard  Consumer Control)
Apr 21 13:33:39 MitchPC mtp-probe[633]: checking bus 2, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.4"
Apr 21 13:33:39 MitchPC mtp-probe[633]: bus: 2, device: 7 was not an MTP device
Apr 21 13:33:39 MitchPC systemd[1]: Started Hardware Abstraction Layer.
Apr 21 13:33:39 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=hal comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:39 MitchPC kernel: kauditd_printk_skb: 14 callbacks suppressed
Apr 21 13:33:39 MitchPC kernel: audit: type=1130 audit(1587490419.694:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=hal comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:39 MitchPC kernel: input: ckb1: Corsair K70 RGB Gaming Keyboard as /devices/virtual/input/input13
Apr 21 13:33:39 MitchPC kernel: input: ckb1: Corsair K70 RGB Gaming Keyboard as /devices/virtual/input/input14
Apr 21 13:33:40 MitchPC systemd-logind[493]: Watching system buttons on /dev/input/event9 (ckb1: Corsair K70 RGB Gaming Keyboard)
Apr 21 13:33:40 MitchPC systemd-logind[493]: Watching system buttons on /dev/input/event8 (ckb1: Corsair K70 RGB Gaming Keyboard)
Apr 21 13:33:41 MitchPC dhcpcd[546]: eno1: leased 192.168.1.130 for 86400 seconds
Apr 21 13:33:41 MitchPC dhcpcd[546]: eno1: adding route to 192.168.1.0/24
Apr 21 13:33:41 MitchPC dhcpcd[546]: eno1: adding default route via 192.168.1.1
Apr 21 13:33:41 MitchPC hald[555]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir i
Apr 21 13:33:41 MitchPC hald[658]: !  full
Apr 21 13:33:41 MitchPC hald[659]: !  full
Apr 21 13:33:42 MitchPC dhcpcd[541]: eno1: leased 192.168.1.130 for 86400 seconds
Apr 21 13:33:42 MitchPC dhcpcd[541]: eno1: adding route to 192.168.1.0/24
Apr 21 13:33:42 MitchPC dhcpcd[541]: eno1: adding default route via 192.168.1.1
Apr 21 13:33:42 MitchPC systemd[1]: Started dhcpcd on eno1.
Apr 21 13:33:42 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@eno1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:42 MitchPC systemd[1]: Reached target Multi-User System.
Apr 21 13:33:42 MitchPC systemd[1]: Reached target Network.
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:33:42 MitchPC kernel: audit: type=1130 audit(1587490422.214:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@eno1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:42 MitchPC systemd[1]: Starting CUPS Scheduler...
Apr 21 13:33:42 MitchPC systemd[681]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:33:42 MitchPC systemd[681]: org.cups.cupsd.service: Failed at step CGROUP spawning /usr/bin/cupsd: No such file or directory
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.service: Failed with result 'exit-code'.
Apr 21 13:33:42 MitchPC systemd[1]: Failed to start CUPS Scheduler.
Apr 21 13:33:42 MitchPC 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=failed'
Apr 21 13:33:42 MitchPC kernel: audit: type=1130 audit(1587490422.218:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.service: Scheduled restart job, restart counter is at 1.
Apr 21 13:33:42 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:33:42 MitchPC 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'
Apr 21 13:33:42 MitchPC audit[1]: SERVICE_STOP 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'
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.path: Succeeded.
Apr 21 13:33:42 MitchPC kernel: audit: type=1130 audit(1587490422.571:28): 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'
Apr 21 13:33:42 MitchPC kernel: audit: type=1131 audit(1587490422.571:29): 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'
Apr 21 13:33:42 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:33:42 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:33:42 MitchPC systemd[1]: Started CUPS Scheduler.
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.socket: Succeeded.
Apr 21 13:33:42 MitchPC systemd[1]: Closed CUPS Scheduler.
Apr 21 13:33:42 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:33:42 MitchPC systemd[1]: Listening on CUPS Scheduler.
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:33:42 MitchPC systemd[1]: Starting CUPS Scheduler...
Apr 21 13:33:42 MitchPC systemd[682]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:33:42 MitchPC systemd[682]: org.cups.cupsd.service: Failed at step CGROUP spawning /usr/bin/cupsd: No such file or directory
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.service: Failed with result 'exit-code'.
Apr 21 13:33:42 MitchPC systemd[1]: Failed to start CUPS Scheduler.
Apr 21 13:33:42 MitchPC 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=failed'
Apr 21 13:33:42 MitchPC kernel: audit: type=1130 audit(1587490422.584:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.service: Scheduled restart job, restart counter is at 2.
Apr 21 13:33:42 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:33:42 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:33:42 MitchPC 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'
Apr 21 13:33:42 MitchPC audit[1]: SERVICE_STOP 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'
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.path: Succeeded.
Apr 21 13:33:42 MitchPC kernel: audit: type=1130 audit(1587490422.938:31): 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'
Apr 21 13:33:42 MitchPC kernel: audit: type=1131 audit(1587490422.938:32): 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'
Apr 21 13:33:42 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:33:42 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.socket: Succeeded.
Apr 21 13:33:42 MitchPC systemd[1]: Closed CUPS Scheduler.
Apr 21 13:33:42 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:33:42 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:33:42 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:33:42 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:33:42 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:33:42 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:33:42 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:33:42 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:33:42 MitchPC systemd[1]: Started CUPS Scheduler.
Apr 21 13:33:42 MitchPC systemd[1]: Listening on CUPS Scheduler.
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:33:42 MitchPC systemd[1]: Starting CUPS Scheduler...
Apr 21 13:33:42 MitchPC systemd[683]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:33:42 MitchPC systemd[683]: org.cups.cupsd.service: Failed at step CGROUP spawning /usr/bin/cupsd: No such file or directory
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:33:42 MitchPC systemd[1]: org.cups.cupsd.service: Failed with result 'exit-code'.
Apr 21 13:33:42 MitchPC systemd[1]: Failed to start CUPS Scheduler.
Apr 21 13:33:42 MitchPC 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=failed'
Apr 21 13:33:42 MitchPC kernel: audit: type=1130 audit(1587490422.954:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:33:43 MitchPC systemd[1]: org.cups.cupsd.service: Scheduled restart job, restart counter is at 3.
Apr 21 13:33:43 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:33:43 MitchPC 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'
Apr 21 13:33:43 MitchPC audit[1]: SERVICE_STOP 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'
Apr 21 13:33:43 MitchPC systemd[1]: org.cups.cupsd.path: Succeeded.
Apr 21 13:33:43 MitchPC kernel: audit: type=1130 audit(1587490423.308:34): 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'
Apr 21 13:33:43 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:33:43 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:33:43 MitchPC systemd[1]: Started CUPS Scheduler.
Apr 21 13:33:43 MitchPC systemd[1]: org.cups.cupsd.socket: Succeeded.
Apr 21 13:33:43 MitchPC systemd[1]: Closed CUPS Scheduler.
Apr 21 13:33:43 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:33:43 MitchPC systemd[1]: Listening on CUPS Scheduler.
Apr 21 13:33:43 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:33:43 MitchPC systemd[1]: Starting CUPS Scheduler...
Apr 21 13:33:43 MitchPC systemd[684]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:33:43 MitchPC systemd[684]: org.cups.cupsd.service: Failed at step CGROUP spawning /usr/bin/cupsd: No such file or directory
Apr 21 13:33:43 MitchPC systemd[1]: org.cups.cupsd.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:33:43 MitchPC systemd[1]: org.cups.cupsd.service: Failed with result 'exit-code'.
Apr 21 13:33:43 MitchPC systemd[1]: Failed to start CUPS Scheduler.
Apr 21 13:33:43 MitchPC 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=failed'
Apr 21 13:33:43 MitchPC systemd[1]: org.cups.cupsd.service: Scheduled restart job, restart counter is at 4.
Apr 21 13:33:43 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:33:43 MitchPC 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'
Apr 21 13:33:43 MitchPC audit[1]: SERVICE_STOP 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'
Apr 21 13:33:43 MitchPC systemd[1]: org.cups.cupsd.path: Succeeded.
Apr 21 13:33:43 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:33:43 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:33:43 MitchPC systemd[1]: Started CUPS Scheduler.
Apr 21 13:33:43 MitchPC systemd[1]: org.cups.cupsd.socket: Succeeded.
Apr 21 13:33:43 MitchPC systemd[1]: Closed CUPS Scheduler.
Apr 21 13:33:43 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:33:43 MitchPC systemd[1]: Listening on CUPS Scheduler.
Apr 21 13:33:43 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:33:43 MitchPC systemd[1]: Starting CUPS Scheduler...
Apr 21 13:33:43 MitchPC systemd[685]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:33:43 MitchPC systemd[685]: org.cups.cupsd.service: Failed at step CGROUP spawning /usr/bin/cupsd: No such file or directory
Apr 21 13:33:43 MitchPC systemd[1]: org.cups.cupsd.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:33:43 MitchPC systemd[1]: org.cups.cupsd.service: Failed with result 'exit-code'.
Apr 21 13:33:43 MitchPC systemd[1]: Failed to start CUPS Scheduler.
Apr 21 13:33:43 MitchPC 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=failed'
Apr 21 13:33:44 MitchPC systemd[1]: org.cups.cupsd.service: Scheduled restart job, restart counter is at 5.
Apr 21 13:33:44 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:33:44 MitchPC 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'
Apr 21 13:33:44 MitchPC audit[1]: SERVICE_STOP 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'
Apr 21 13:33:44 MitchPC systemd[1]: org.cups.cupsd.path: Succeeded.
Apr 21 13:33:44 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:33:44 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:33:44 MitchPC systemd[1]: Started CUPS Scheduler.
Apr 21 13:33:44 MitchPC systemd[1]: org.cups.cupsd.socket: Succeeded.
Apr 21 13:33:44 MitchPC systemd[1]: Closed CUPS Scheduler.
Apr 21 13:33:44 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:33:44 MitchPC systemd[1]: Listening on CUPS Scheduler.
Apr 21 13:33:44 MitchPC systemd[1]: org.cups.cupsd.service: Start request repeated too quickly.
Apr 21 13:33:44 MitchPC systemd[1]: org.cups.cupsd.service: Failed with result 'exit-code'.
Apr 21 13:33:44 MitchPC systemd[1]: Failed to start CUPS Scheduler.
Apr 21 13:33:44 MitchPC systemd[1]: org.cups.cupsd.socket: Failed with result 'service-start-limit-hit'.
Apr 21 13:33:49 MitchPC dhcpcd[541]: eno1: no IPv6 Routers available
Apr 21 13:33:49 MitchPC dhcpcd[546]: eno1: no IPv6 Routers available
Apr 21 13:33:57 MitchPC dbus-daemon[488]: [system] Failed to activate service 'org.freedesktop.PolicyKit1': timed out (service_start_timeout=25000ms)
Apr 21 13:33:57 MitchPC accounts-daemon[485]: error getting polkit authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Failed to activate service 'org.freedesktop.PolicyKit1': timed out (service_start_timeout=25000ms)
Apr 21 13:33:57 MitchPC accounts-daemon[485]: Failed to initialize daemon
Apr 21 13:33:57 MitchPC dbus-daemon[488]: [system] Successfully activated service 'org.freedesktop.Accounts'
Apr 21 13:33:57 MitchPC systemd[1]: Started Accounts Service.
Apr 21 13:33:57 MitchPC kernel: kauditd_printk_skb: 7 callbacks suppressed
Apr 21 13:33:57 MitchPC kernel: audit: type=1130 audit(1587490437.908:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:57 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:57 MitchPC systemd[1]: Reached target Graphical Interface.
Apr 21 13:33:57 MitchPC systemd[1]: Startup finished in 2.758s (kernel) + 26.416s (userspace) = 29.174s.
Apr 21 13:33:57 MitchPC systemd[1]: accounts-daemon.service: Succeeded.
Apr 21 13:33:57 MitchPC lightdm[499]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Apr 21 13:33:57 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:57 MitchPC kernel: audit: type=1131 audit(1587490437.914:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:33:57 MitchPC dbus-daemon[488]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.11' (uid=0 pid=689 comm="lightdm --session-child 18 21 ")
Apr 21 13:33:57 MitchPC systemd[1]: accounts-daemon.service: Failed to create cgroup /system.slice/accounts-daemon.service: No such file or directory
Apr 21 13:33:57 MitchPC systemd[1]: Starting Accounts Service...
Apr 21 13:33:57 MitchPC systemd[692]: accounts-daemon.service: Failed to attach to cgroup /system.slice/accounts-daemon.service: No such file or directory
Apr 21 13:33:57 MitchPC systemd[692]: accounts-daemon.service: Failed at step CGROUP spawning /usr/lib/accounts-daemon: No such file or directory
Apr 21 13:33:57 MitchPC systemd[1]: accounts-daemon.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:33:57 MitchPC systemd[1]: accounts-daemon.service: Failed with result 'exit-code'.
Apr 21 13:33:57 MitchPC systemd[1]: Failed to start Accounts Service.
Apr 21 13:33:57 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:33:57 MitchPC kernel: audit: type=1130 audit(1587490437.931:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:34:04 MitchPC systemd-timesyncd[477]: Initial synchronization to time server 99.104.170.138:123 (2.arch.pool.ntp.org).
Apr 21 13:34:23 MitchPC dbus-daemon[488]: [system] Failed to activate service 'org.freedesktop.Accounts': timed out (service_start_timeout=25000ms)
Apr 21 13:34:23 MitchPC lightdm[689]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.Accounts': timed out (service_start_timeout=25000ms)
Apr 21 13:34:23 MitchPC lightdm[689]: pam_kwallet5(lightdm-greeter:setcred): (null): pam_sm_setcred
Apr 21 13:34:23 MitchPC audit[689]: CRED_ACQ pid=689 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit,pam_kwallet5 acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Apr 21 13:34:23 MitchPC kernel: audit: type=1103 audit(1587490463.386:45): pid=689 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit,pam_kwallet5 acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Apr 21 13:34:23 MitchPC lightdm[689]: pam_unix(lightdm-greeter:session): session opened for user lightdm by (uid=0)
Apr 21 13:34:23 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 21 13:34:23 MitchPC systemd[1]: Created slice User Slice of UID 620.
Apr 21 13:34:23 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 21 13:34:23 MitchPC systemd[1]: Starting User Runtime Directory /run/user/620...
Apr 21 13:34:23 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 21 13:34:23 MitchPC systemd[1]: Failed to realize cgroups for queued unit user.slice, ignoring: No such file or directory
Apr 21 13:34:23 MitchPC systemd[693]: user-runtime-dir@620.service: Failed to attach to cgroup /user.slice/user-620.slice/user-runtime-dir@620.service: No such file or directory
Apr 21 13:34:23 MitchPC systemd[693]: user-runtime-dir@620.service: Failed at step CGROUP spawning /usr/lib/systemd/systemd-user-runtime-dir: No such file or directory
Apr 21 13:34:23 MitchPC systemd-logind[493]: New session c1 of user lightdm.
Apr 21 13:34:23 MitchPC systemd[1]: user-runtime-dir@620.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:34:23 MitchPC systemd[1]: user-runtime-dir@620.service: Failed with result 'exit-code'.
Apr 21 13:34:23 MitchPC systemd[1]: Failed to start User Runtime Directory /run/user/620.
Apr 21 13:34:23 MitchPC systemd[1]: Dependency failed for User Manager for UID 620.
Apr 21 13:34:23 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@620 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:34:23 MitchPC systemd[1]: user@620.service: Job user@620.service/start failed with result 'dependency'.
Apr 21 13:34:23 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 21 13:34:23 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 21 13:34:23 MitchPC systemd[1]: session-c1.scope: Failed to add PIDs to scope's control group: No such file or directory
Apr 21 13:34:23 MitchPC systemd[1]: session-c1.scope: Failed with result 'resources'.
Apr 21 13:34:23 MitchPC systemd[1]: Failed to start Session c1 of user lightdm.
Apr 21 13:34:23 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:34:23 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:34:23 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:34:23 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:34:23 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:34:23 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:34:23 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:34:23 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:34:23 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:34:23 MitchPC systemd[1]: user.slice: Failed to create cgroup /user.slice: No such file or directory
Apr 21 13:34:23 MitchPC systemd[1]: Failed to realize cgroups for queued unit user.slice, ignoring: No such file or directory
Apr 21 13:34:23 MitchPC systemd[1]: Removed slice User Slice of UID 620.
Apr 21 13:34:23 MitchPC kernel: audit: type=1130 audit(1587490463.396:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@620 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:34:23 MitchPC systemd-logind[493]: Session c1 logged out. Waiting for processes to exit.
Apr 21 13:34:23 MitchPC systemd-logind[493]: Removed session c1.

Booting without initializing X

-- Reboot --
Apr 21 13:45:03 MitchPC kernel: microcode: microcode updated early to revision 0x27, date = 2019-02-26
Apr 21 13:45:03 MitchPC kernel: Linux version 5.6.5-arch3-1 (linux@archlinux) (gcc version 9.3.0 (Arch Linux 9.3.0-1)) #1 SMP PREEMPT Sun, 19 Apr 2020 13:14:25 +0000
Apr 21 13:45:03 MitchPC kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=0a191cb5-6542-4b37-b491-847b1293b79a rw nvidia-drm.modeset=1
Apr 21 13:45:03 MitchPC kernel: KERNEL supported cpus:
Apr 21 13:45:03 MitchPC kernel:   Intel GenuineIntel
Apr 21 13:45:03 MitchPC kernel:   AMD AuthenticAMD
Apr 21 13:45:03 MitchPC kernel:   Hygon HygonGenuine
Apr 21 13:45:03 MitchPC kernel:   Centaur CentaurHauls
Apr 21 13:45:03 MitchPC kernel:   zhaoxin   Shanghai  
Apr 21 13:45:03 MitchPC kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Apr 21 13:45:03 MitchPC kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Apr 21 13:45:03 MitchPC kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Apr 21 13:45:03 MitchPC kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Apr 21 13:45:03 MitchPC kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Apr 21 13:45:03 MitchPC kernel: BIOS-provided physical RAM map:
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000958b1fff] usable
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000958b2000-0x00000000958b8fff] ACPI NVS
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000958b9000-0x000000009698efff] usable
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x000000009698f000-0x0000000096f25fff] reserved
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x0000000096f26000-0x00000000a9ec2fff] usable
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000a9ec3000-0x00000000aa0fcfff] reserved
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000aa0fd000-0x00000000aa1ecfff] ACPI NVS
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000aa1ed000-0x00000000aaf58fff] reserved
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000aaf59000-0x00000000aaffefff] type 20
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000aafff000-0x00000000aaffffff] usable
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000ab800000-0x00000000af9fffff] reserved
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Apr 21 13:45:03 MitchPC kernel: BIOS-e820: [mem 0x0000000100000000-0x000000044f5fffff] usable
Apr 21 13:45:03 MitchPC kernel: NX (Execute Disable) protection: active
Apr 21 13:45:03 MitchPC kernel: efi: EFI v2.31 by American Megatrends
Apr 21 13:45:03 MitchPC kernel: efi:  ACPI=0xaa1c3000  ACPI 2.0=0xaa1c3000  SMBIOS=0xf04c0  MPS=0xfd460 
Apr 21 13:45:03 MitchPC kernel: SMBIOS 2.7 present.
Apr 21 13:45:03 MitchPC kernel: DMI: Gigabyte Technology Co., Ltd. Z87X-UD4H/Z87X-UD4H-CF, BIOS F9 03/18/2014
Apr 21 13:45:03 MitchPC kernel: tsc: Fast TSC calibration using PIT
Apr 21 13:45:03 MitchPC kernel: tsc: Detected 3990.889 MHz processor
Apr 21 13:45:03 MitchPC kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Apr 21 13:45:03 MitchPC kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Apr 21 13:45:03 MitchPC kernel: last_pfn = 0x44f600 max_arch_pfn = 0x400000000
Apr 21 13:45:03 MitchPC kernel: MTRR default type: uncachable
Apr 21 13:45:03 MitchPC kernel: MTRR fixed ranges enabled:
Apr 21 13:45:03 MitchPC kernel:   00000-9FFFF write-back
Apr 21 13:45:03 MitchPC kernel:   A0000-BFFFF uncachable
Apr 21 13:45:03 MitchPC kernel:   C0000-CFFFF write-protect
Apr 21 13:45:03 MitchPC kernel:   D0000-DFFFF uncachable
Apr 21 13:45:03 MitchPC kernel:   E0000-FFFFF write-protect
Apr 21 13:45:03 MitchPC kernel: MTRR variable ranges enabled:
Apr 21 13:45:03 MitchPC kernel:   0 base 0000000000 mask 7C00000000 write-back
Apr 21 13:45:03 MitchPC kernel:   1 base 0400000000 mask 7FC0000000 write-back
Apr 21 13:45:03 MitchPC kernel:   2 base 0440000000 mask 7FF0000000 write-back
Apr 21 13:45:03 MitchPC kernel:   3 base 00C0000000 mask 7FC0000000 uncachable
Apr 21 13:45:03 MitchPC kernel:   4 base 00B0000000 mask 7FF0000000 uncachable
Apr 21 13:45:03 MitchPC kernel:   5 base 00AC000000 mask 7FFC000000 uncachable
Apr 21 13:45:03 MitchPC kernel:   6 base 00AB800000 mask 7FFF800000 uncachable
Apr 21 13:45:03 MitchPC kernel:   7 base 044F800000 mask 7FFF800000 uncachable
Apr 21 13:45:03 MitchPC kernel:   8 base 044F600000 mask 7FFFE00000 uncachable
Apr 21 13:45:03 MitchPC kernel:   9 disabled
Apr 21 13:45:03 MitchPC kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Apr 21 13:45:03 MitchPC kernel: total RAM covered: 16302M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64K         chunk_size: 64K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64K         chunk_size: 128K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64K         chunk_size: 256K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64K         chunk_size: 512K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64K         chunk_size: 1M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64K         chunk_size: 2M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64K         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64K         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 16M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 32M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 64M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 128M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 256M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 512M         num_reg: 10          lose cover RAM: -264M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 1G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 64K         chunk_size: 2G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 128K         chunk_size: 128K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 128K         chunk_size: 256K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 128K         chunk_size: 512K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 128K         chunk_size: 1M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 128K         chunk_size: 2M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 128K         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 128K         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 16M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 32M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 64M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 128M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 256M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 512M         num_reg: 10          lose cover RAM: -264M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 1G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 128K         chunk_size: 2G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 256K         chunk_size: 256K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 256K         chunk_size: 512K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 256K         chunk_size: 1M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 256K         chunk_size: 2M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 256K         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 256K         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 16M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 32M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 64M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 128M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 256M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 512M         num_reg: 10          lose cover RAM: -264M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 1G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 256K         chunk_size: 2G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 512K         chunk_size: 512K         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 512K         chunk_size: 1M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 512K         chunk_size: 2M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 512K         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 512K         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 16M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 32M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 64M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 128M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 256M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 512M         num_reg: 10          lose cover RAM: -264M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 1G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 512K         chunk_size: 2G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 1M         chunk_size: 1M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 1M         chunk_size: 2M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 1M         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 1M         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 16M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 32M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 64M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 128M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 256M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 512M         num_reg: 10          lose cover RAM: -264M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 1G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 1M         chunk_size: 2G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 2M         chunk_size: 2M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 2M         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 2M         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 16M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 32M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 64M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 128M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 256M         num_reg: 10          lose cover RAM: -8M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 512M         num_reg: 10          lose cover RAM: -264M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 1G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 2M         chunk_size: 2G         num_reg: 10          lose cover RAM: -768M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 4M         chunk_size: 4M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 4M         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 16M         num_reg: 10          lose cover RAM: -6M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 32M         num_reg: 10          lose cover RAM: -6M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 64M         num_reg: 10          lose cover RAM: -6M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 128M         num_reg: 10          lose cover RAM: -6M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 256M         num_reg: 10          lose cover RAM: -6M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 512M         num_reg: 10          lose cover RAM: -262M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 1G         num_reg: 10          lose cover RAM: -766M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 4M         chunk_size: 2G         num_reg: 10          lose cover RAM: -766M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 8M         chunk_size: 8M         num_reg: 10          lose cover RAM: 118M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 8M         chunk_size: 16M         num_reg: 10          lose cover RAM: 54M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 8M         chunk_size: 32M         num_reg: 10          lose cover RAM: 6M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 8M         chunk_size: 64M         num_reg: 10          lose cover RAM: 6M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 8M         chunk_size: 128M         num_reg: 10          lose cover RAM: 6M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 8M         chunk_size: 256M         num_reg: 10          lose cover RAM: 6M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 8M         chunk_size: 512M         num_reg: 10          lose cover RAM: -250M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 8M         chunk_size: 1G         num_reg: 10          lose cover RAM: -506M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 8M         chunk_size: 2G         num_reg: 10          lose cover RAM: -506M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 16M         chunk_size: 16M         num_reg: 10          lose cover RAM: 62M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 16M         chunk_size: 32M         num_reg: 10          lose cover RAM: 14M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 16M         chunk_size: 64M         num_reg: 10          lose cover RAM: 14M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 16M         chunk_size: 128M         num_reg: 10          lose cover RAM: 14M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 16M         chunk_size: 256M         num_reg: 10          lose cover RAM: 14M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 16M         chunk_size: 512M         num_reg: 10          lose cover RAM: -242M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 16M         chunk_size: 1G         num_reg: 10          lose cover RAM: -498M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 16M         chunk_size: 2G         num_reg: 10          lose cover RAM: -498M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 32M         chunk_size: 32M         num_reg: 10          lose cover RAM: 46M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 32M         chunk_size: 64M         num_reg: 10          lose cover RAM: 46M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 32M         chunk_size: 128M         num_reg: 10          lose cover RAM: 46M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 32M         chunk_size: 256M         num_reg: 10          lose cover RAM: 46M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 32M         chunk_size: 512M         num_reg: 10          lose cover RAM: -210M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 32M         chunk_size: 1G         num_reg: 10          lose cover RAM: -466M
Apr 21 13:45:03 MitchPC kernel: *BAD*gran_size: 32M         chunk_size: 2G         num_reg: 10          lose cover RAM: -466M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64M         chunk_size: 64M         num_reg: 8          lose cover RAM: 110M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64M         chunk_size: 128M         num_reg: 8          lose cover RAM: 110M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64M         chunk_size: 256M         num_reg: 9          lose cover RAM: 110M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64M         chunk_size: 512M         num_reg: 10          lose cover RAM: 110M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64M         chunk_size: 1G         num_reg: 10          lose cover RAM: 110M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 64M         chunk_size: 2G         num_reg: 10          lose cover RAM: 110M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 128M         chunk_size: 128M         num_reg: 7          lose cover RAM: 174M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 128M         chunk_size: 256M         num_reg: 9          lose cover RAM: 174M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 128M         chunk_size: 512M         num_reg: 10          lose cover RAM: 174M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 128M         chunk_size: 1G         num_reg: 10          lose cover RAM: 174M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 128M         chunk_size: 2G         num_reg: 10          lose cover RAM: 174M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 256M         chunk_size: 256M         num_reg: 5          lose cover RAM: 430M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 256M         chunk_size: 512M         num_reg: 5          lose cover RAM: 430M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 256M         chunk_size: 1G         num_reg: 6          lose cover RAM: 430M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 256M         chunk_size: 2G         num_reg: 7          lose cover RAM: 430M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 512M         chunk_size: 512M         num_reg: 5          lose cover RAM: 430M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 512M         chunk_size: 1G         num_reg: 6          lose cover RAM: 430M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 512M         chunk_size: 2G         num_reg: 7          lose cover RAM: 430M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 1G         chunk_size: 1G         num_reg: 4          lose cover RAM: 942M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 1G         chunk_size: 2G         num_reg: 5          lose cover RAM: 942M
Apr 21 13:45:03 MitchPC kernel:  gran_size: 2G         chunk_size: 2G         num_reg: 3          lose cover RAM: 1966M
Apr 21 13:45:03 MitchPC kernel: mtrr_cleanup: can not find optimal value
Apr 21 13:45:03 MitchPC kernel: please specify mtrr_gran_size/mtrr_chunk_size
Apr 21 13:45:03 MitchPC kernel: e820: update [mem 0xab800000-0xffffffff] usable ==> reserved
Apr 21 13:45:03 MitchPC kernel: last_pfn = 0xab000 max_arch_pfn = 0x400000000
Apr 21 13:45:03 MitchPC kernel: found SMP MP-table at [mem 0x000fd740-0x000fd74f]
Apr 21 13:45:03 MitchPC kernel: check: Scanning 1 areas for low memory corruption
Apr 21 13:45:03 MitchPC kernel: Using GB pages for direct mapping
Apr 21 13:45:03 MitchPC kernel: BRK [0x16fe01000, 0x16fe01fff] PGTABLE
Apr 21 13:45:03 MitchPC kernel: BRK [0x16fe02000, 0x16fe02fff] PGTABLE
Apr 21 13:45:03 MitchPC kernel: BRK [0x16fe03000, 0x16fe03fff] PGTABLE
Apr 21 13:45:03 MitchPC kernel: BRK [0x16fe04000, 0x16fe04fff] PGTABLE
Apr 21 13:45:03 MitchPC kernel: BRK [0x16fe05000, 0x16fe05fff] PGTABLE
Apr 21 13:45:03 MitchPC kernel: BRK [0x16fe06000, 0x16fe06fff] PGTABLE
Apr 21 13:45:03 MitchPC kernel: BRK [0x16fe07000, 0x16fe07fff] PGTABLE
Apr 21 13:45:03 MitchPC kernel: BRK [0x16fe08000, 0x16fe08fff] PGTABLE
Apr 21 13:45:03 MitchPC kernel: BRK [0x16fe09000, 0x16fe09fff] PGTABLE
Apr 21 13:45:03 MitchPC kernel: BRK [0x16fe0a000, 0x16fe0afff] PGTABLE
Apr 21 13:45:03 MitchPC kernel: BRK [0x16fe0b000, 0x16fe0bfff] PGTABLE
Apr 21 13:45:03 MitchPC kernel: Secure boot could not be determined
Apr 21 13:45:03 MitchPC kernel: RAMDISK: [mem 0x34acd000-0x3655dfff]
Apr 21 13:45:03 MitchPC kernel: ACPI: Early table checksum verification disabled
Apr 21 13:45:03 MitchPC kernel: ACPI: RSDP 0x00000000AA1C3000 000024 (v02 ALASKA)
Apr 21 13:45:03 MitchPC kernel: ACPI: XSDT 0x00000000AA1C3080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
Apr 21 13:45:03 MitchPC kernel: ACPI: FACP 0x00000000AA1CF080 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
Apr 21 13:45:03 MitchPC kernel: ACPI: DSDT 0x00000000AA1C3190 00BEF0 (v02 ALASKA A M I    000000F9 INTL 20091112)
Apr 21 13:45:03 MitchPC kernel: ACPI: FACS 0x00000000AA1EB080 000040
Apr 21 13:45:03 MitchPC kernel: ACPI: APIC 0x00000000AA1CF190 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
Apr 21 13:45:03 MitchPC kernel: ACPI: FPDT 0x00000000AA1CF228 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Apr 21 13:45:03 MitchPC kernel: ACPI: SSDT 0x00000000AA1CF270 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
Apr 21 13:45:03 MitchPC kernel: ACPI: SSDT 0x00000000AA1CF7B0 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20051117)
Apr 21 13:45:03 MitchPC kernel: ACPI: MCFG 0x00000000AA1D0288 00003C (v01                 01072009 MSFT 00000097)
Apr 21 13:45:03 MitchPC kernel: ACPI: HPET 0x00000000AA1D02C8 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
Apr 21 13:45:03 MitchPC kernel: ACPI: SSDT 0x00000000AA1D0300 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
Apr 21 13:45:03 MitchPC kernel: ACPI: SSDT 0x00000000AA1D0670 003299 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
Apr 21 13:45:03 MitchPC kernel: ACPI: DMAR 0x00000000AA1D3910 0000B8 (v01 INTEL  HSW      00000001 INTL 00000001)
Apr 21 13:45:03 MitchPC kernel: ACPI: MATS 0x00000000AA1D39C8 000034 (v02 ALASKA A M I    00000002 w?x2 00000000)
Apr 21 13:45:03 MitchPC kernel: ACPI: Local APIC address 0xfee00000
Apr 21 13:45:03 MitchPC kernel: No NUMA configuration found
Apr 21 13:45:03 MitchPC kernel: Faking a node at [mem 0x0000000000000000-0x000000044f5fffff]
Apr 21 13:45:03 MitchPC kernel: NODE_DATA(0) allocated [mem 0x44f5fc000-0x44f5fffff]
Apr 21 13:45:03 MitchPC kernel: Zone ranges:
Apr 21 13:45:03 MitchPC kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Apr 21 13:45:03 MitchPC kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Apr 21 13:45:03 MitchPC kernel:   Normal   [mem 0x0000000100000000-0x000000044f5fffff]
Apr 21 13:45:03 MitchPC kernel:   Device   empty
Apr 21 13:45:03 MitchPC kernel: Movable zone start for each node
Apr 21 13:45:03 MitchPC kernel: Early memory node ranges
Apr 21 13:45:03 MitchPC kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Apr 21 13:45:03 MitchPC kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
Apr 21 13:45:03 MitchPC kernel:   node   0: [mem 0x0000000000100000-0x00000000958b1fff]
Apr 21 13:45:03 MitchPC kernel:   node   0: [mem 0x00000000958b9000-0x000000009698efff]
Apr 21 13:45:03 MitchPC kernel:   node   0: [mem 0x0000000096f26000-0x00000000a9ec2fff]
Apr 21 13:45:03 MitchPC kernel:   node   0: [mem 0x00000000aafff000-0x00000000aaffffff]
Apr 21 13:45:03 MitchPC kernel:   node   0: [mem 0x0000000100000000-0x000000044f5fffff]
Apr 21 13:45:03 MitchPC kernel: Zeroed struct page in unavailable ranges: 28989 pages
Apr 21 13:45:03 MitchPC kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000044f5fffff]
Apr 21 13:45:03 MitchPC kernel: On node 0 totalpages: 4165315
Apr 21 13:45:03 MitchPC kernel:   DMA zone: 64 pages used for memmap
Apr 21 13:45:03 MitchPC kernel:   DMA zone: 27 pages reserved
Apr 21 13:45:03 MitchPC kernel:   DMA zone: 3997 pages, LIFO batch:0
Apr 21 13:45:03 MitchPC kernel:   DMA32 zone: 10789 pages used for memmap
Apr 21 13:45:03 MitchPC kernel:   DMA32 zone: 690470 pages, LIFO batch:63
Apr 21 13:45:03 MitchPC kernel:   Normal zone: 54232 pages used for memmap
Apr 21 13:45:03 MitchPC kernel:   Normal zone: 3470848 pages, LIFO batch:63
Apr 21 13:45:03 MitchPC kernel: Reserving Intel graphics memory at [mem 0xaba00000-0xaf9fffff]
Apr 21 13:45:03 MitchPC kernel: ACPI: PM-Timer IO Port: 0x1808
Apr 21 13:45:03 MitchPC kernel: ACPI: Local APIC address 0xfee00000
Apr 21 13:45:03 MitchPC kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Apr 21 13:45:03 MitchPC kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Apr 21 13:45:03 MitchPC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Apr 21 13:45:03 MitchPC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Apr 21 13:45:03 MitchPC kernel: ACPI: IRQ0 used by override.
Apr 21 13:45:03 MitchPC kernel: ACPI: IRQ9 used by override.
Apr 21 13:45:03 MitchPC kernel: Using ACPI (MADT) for SMP configuration information
Apr 21 13:45:03 MitchPC kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Apr 21 13:45:03 MitchPC kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0x958b2000-0x958b8fff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0x9698f000-0x96f25fff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xa9ec3000-0xaa0fcfff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xaa0fd000-0xaa1ecfff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xaa1ed000-0xaaf58fff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xaaf59000-0xaaffefff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xab000000-0xab7fffff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xab800000-0xaf9fffff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xafa00000-0xf7ffffff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Apr 21 13:45:03 MitchPC kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Apr 21 13:45:03 MitchPC kernel: [mem 0xafa00000-0xf7ffffff] available for PCI devices
Apr 21 13:45:03 MitchPC kernel: Booting paravirtualized kernel on bare hardware
Apr 21 13:45:03 MitchPC kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Apr 21 13:45:03 MitchPC kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Apr 21 13:45:03 MitchPC kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
Apr 21 13:45:03 MitchPC kernel: pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
Apr 21 13:45:03 MitchPC kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Apr 21 13:45:03 MitchPC kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4100203
Apr 21 13:45:03 MitchPC kernel: Policy zone: Normal
Apr 21 13:45:03 MitchPC kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=0a191cb5-6542-4b37-b491-847b1293b79a rw nvidia-drm.modeset=1
Apr 21 13:45:03 MitchPC kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Apr 21 13:45:03 MitchPC kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Apr 21 13:45:03 MitchPC kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Apr 21 13:45:03 MitchPC kernel: Memory: 16006984K/16661260K available (12291K kernel code, 1463K rwdata, 4504K rodata, 1620K init, 3220K bss, 654276K reserved, 0K cma-reserved)
Apr 21 13:45:03 MitchPC kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x520 with crng_init=0
Apr 21 13:45:03 MitchPC kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Apr 21 13:45:03 MitchPC kernel: Kernel/User page tables isolation: enabled
Apr 21 13:45:03 MitchPC kernel: ftrace: allocating 40153 entries in 157 pages
Apr 21 13:45:03 MitchPC kernel: ftrace: allocated 157 pages with 5 groups
Apr 21 13:45:03 MitchPC kernel: rcu: Preemptible hierarchical RCU implementation.
Apr 21 13:45:03 MitchPC kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Apr 21 13:45:03 MitchPC kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Apr 21 13:45:03 MitchPC kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Apr 21 13:45:03 MitchPC kernel:         Tasks RCU enabled.
Apr 21 13:45:03 MitchPC kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Apr 21 13:45:03 MitchPC kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Apr 21 13:45:03 MitchPC kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Apr 21 13:45:03 MitchPC kernel: Console: colour dummy device 80x25
Apr 21 13:45:03 MitchPC kernel: printk: console [tty0] enabled
Apr 21 13:45:03 MitchPC kernel: ACPI: Core revision 20200110
Apr 21 13:45:03 MitchPC kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Apr 21 13:45:03 MitchPC kernel: APIC: Switch to symmetric I/O mode setup
Apr 21 13:45:03 MitchPC kernel: DMAR: Host address width 39
Apr 21 13:45:03 MitchPC kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Apr 21 13:45:03 MitchPC kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
Apr 21 13:45:03 MitchPC kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Apr 21 13:45:03 MitchPC kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
Apr 21 13:45:03 MitchPC kernel: DMAR: RMRR base: 0x000000aa07b000 end: 0x000000aa087fff
Apr 21 13:45:03 MitchPC kernel: DMAR: RMRR base: 0x000000ab800000 end: 0x000000af9fffff
Apr 21 13:45:03 MitchPC kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Apr 21 13:45:03 MitchPC kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Apr 21 13:45:03 MitchPC kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Apr 21 13:45:03 MitchPC kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Apr 21 13:45:03 MitchPC kernel: x2apic enabled
Apr 21 13:45:03 MitchPC kernel: Switched APIC routing to cluster x2apic.
Apr 21 13:45:03 MitchPC kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Apr 21 13:45:03 MitchPC kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x730d7b0bcb5, max_idle_ns: 881590743896 ns
Apr 21 13:45:03 MitchPC kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7984.35 BogoMIPS (lpj=13302963)
Apr 21 13:45:03 MitchPC kernel: pid_max: default: 32768 minimum: 301
Apr 21 13:45:03 MitchPC kernel: LSM: Security Framework initializing
Apr 21 13:45:03 MitchPC kernel: Yama: becoming mindful.
Apr 21 13:45:03 MitchPC kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 21 13:45:03 MitchPC kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Apr 21 13:45:03 MitchPC kernel: *** VALIDATE tmpfs ***
Apr 21 13:45:03 MitchPC kernel: *** VALIDATE proc ***
Apr 21 13:45:03 MitchPC kernel: *** VALIDATE cgroup ***
Apr 21 13:45:03 MitchPC kernel: *** VALIDATE cgroup2 ***
Apr 21 13:45:03 MitchPC kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Apr 21 13:45:03 MitchPC kernel: process: using mwait in idle threads
Apr 21 13:45:03 MitchPC kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Apr 21 13:45:03 MitchPC kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Apr 21 13:45:03 MitchPC kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Apr 21 13:45:03 MitchPC kernel: Spectre V2 : Mitigation: Full generic retpoline
Apr 21 13:45:03 MitchPC kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Apr 21 13:45:03 MitchPC kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Apr 21 13:45:03 MitchPC kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Apr 21 13:45:03 MitchPC kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Apr 21 13:45:03 MitchPC kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Apr 21 13:45:03 MitchPC kernel: MDS: Mitigation: Clear CPU buffers
Apr 21 13:45:03 MitchPC kernel: Freeing SMP alternatives memory: 32K
Apr 21 13:45:03 MitchPC kernel: TSC deadline timer enabled
Apr 21 13:45:03 MitchPC kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (family: 0x6, model: 0x3c, stepping: 0x3)
Apr 21 13:45:03 MitchPC kernel: Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
Apr 21 13:45:03 MitchPC kernel: ... version:                3
Apr 21 13:45:03 MitchPC kernel: ... bit width:              48
Apr 21 13:45:03 MitchPC kernel: ... generic registers:      4
Apr 21 13:45:03 MitchPC kernel: ... value mask:             0000ffffffffffff
Apr 21 13:45:03 MitchPC kernel: ... max period:             00007fffffffffff
Apr 21 13:45:03 MitchPC kernel: ... fixed-purpose events:   3
Apr 21 13:45:03 MitchPC kernel: ... event mask:             000000070000000f
Apr 21 13:45:03 MitchPC kernel: rcu: Hierarchical SRCU implementation.
Apr 21 13:45:03 MitchPC kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Apr 21 13:45:03 MitchPC kernel: smp: Bringing up secondary CPUs ...
Apr 21 13:45:03 MitchPC kernel: x86: Booting SMP configuration:
Apr 21 13:45:03 MitchPC kernel: .... node  #0, CPUs:      #1 #2 #3 #4
Apr 21 13:45:03 MitchPC kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Apr 21 13:45:03 MitchPC kernel:  #5 #6 #7
Apr 21 13:45:03 MitchPC kernel: smp: Brought up 1 node, 8 CPUs
Apr 21 13:45:03 MitchPC kernel: smpboot: Max logical packages: 1
Apr 21 13:45:03 MitchPC kernel: smpboot: Total of 8 processors activated (63879.81 BogoMIPS)
Apr 21 13:45:03 MitchPC kernel: devtmpfs: initialized
Apr 21 13:45:03 MitchPC kernel: x86/mm: Memory block size: 128MB
Apr 21 13:45:03 MitchPC kernel: PM: Registering ACPI NVS region [mem 0x958b2000-0x958b8fff] (28672 bytes)
Apr 21 13:45:03 MitchPC kernel: PM: Registering ACPI NVS region [mem 0xaa0fd000-0xaa1ecfff] (983040 bytes)
Apr 21 13:45:03 MitchPC kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Apr 21 13:45:03 MitchPC kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Apr 21 13:45:03 MitchPC kernel: pinctrl core: initialized pinctrl subsystem
Apr 21 13:45:03 MitchPC kernel: PM: RTC time: 17:45:00, date: 2020-04-21
Apr 21 13:45:03 MitchPC kernel: thermal_sys: Registered thermal governor 'fair_share'
Apr 21 13:45:03 MitchPC kernel: thermal_sys: Registered thermal governor 'bang_bang'
Apr 21 13:45:03 MitchPC kernel: thermal_sys: Registered thermal governor 'step_wise'
Apr 21 13:45:03 MitchPC kernel: thermal_sys: Registered thermal governor 'user_space'
Apr 21 13:45:03 MitchPC kernel: thermal_sys: Registered thermal governor 'power_allocator'
Apr 21 13:45:03 MitchPC kernel: NET: Registered protocol family 16
Apr 21 13:45:03 MitchPC kernel: audit: initializing netlink subsys (disabled)
Apr 21 13:45:03 MitchPC kernel: audit: type=2000 audit(1587491100.359:1): state=initialized audit_enabled=0 res=1
Apr 21 13:45:03 MitchPC kernel: cpuidle: using governor ladder
Apr 21 13:45:03 MitchPC kernel: cpuidle: using governor menu
Apr 21 13:45:03 MitchPC kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Apr 21 13:45:03 MitchPC kernel: ACPI: bus type PCI registered
Apr 21 13:45:03 MitchPC kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Apr 21 13:45:03 MitchPC kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Apr 21 13:45:03 MitchPC kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Apr 21 13:45:03 MitchPC kernel: pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
Apr 21 13:45:03 MitchPC kernel: PCI: Using configuration type 1 for base access
Apr 21 13:45:03 MitchPC kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Apr 21 13:45:03 MitchPC kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Apr 21 13:45:03 MitchPC kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Apr 21 13:45:03 MitchPC kernel: ACPI: Added _OSI(Module Device)
Apr 21 13:45:03 MitchPC kernel: ACPI: Added _OSI(Processor Device)
Apr 21 13:45:03 MitchPC kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Apr 21 13:45:03 MitchPC kernel: ACPI: Added _OSI(Processor Aggregator Device)
Apr 21 13:45:03 MitchPC kernel: ACPI: Added _OSI(Linux-Dell-Video)
Apr 21 13:45:03 MitchPC kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Apr 21 13:45:03 MitchPC kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Apr 21 13:45:03 MitchPC kernel: ACPI: 5 ACPI AML tables successfully acquired and loaded
Apr 21 13:45:03 MitchPC kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Apr 21 13:45:03 MitchPC kernel: ACPI: Dynamic OEM Table Load:
Apr 21 13:45:03 MitchPC kernel: ACPI: SSDT 0xFFFF8B593C44AC00 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
Apr 21 13:45:03 MitchPC kernel: ACPI: Dynamic OEM Table Load:
Apr 21 13:45:03 MitchPC kernel: ACPI: SSDT 0xFFFF8B593C41C000 0005AA (v01 PmRef  ApIst    00003000 INTL 20051117)
Apr 21 13:45:03 MitchPC kernel: ACPI: Dynamic OEM Table Load:
Apr 21 13:45:03 MitchPC kernel: ACPI: SSDT 0xFFFF8B593C666200 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
Apr 21 13:45:03 MitchPC kernel: ACPI: Interpreter enabled
Apr 21 13:45:03 MitchPC kernel: ACPI: (supports S0 S3 S4 S5)
Apr 21 13:45:03 MitchPC kernel: ACPI: Using IOAPIC for interrupt routing
Apr 21 13:45:03 MitchPC kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Apr 21 13:45:03 MitchPC kernel: ACPI: Enabled 7 GPEs in block 00 to 3F
Apr 21 13:45:03 MitchPC kernel: ACPI: Power Resource [FN00] (off)
Apr 21 13:45:03 MitchPC kernel: ACPI: Power Resource [FN01] (off)
Apr 21 13:45:03 MitchPC kernel: ACPI: Power Resource [FN02] (off)
Apr 21 13:45:03 MitchPC kernel: ACPI: Power Resource [FN03] (off)
Apr 21 13:45:03 MitchPC kernel: ACPI: Power Resource [FN04] (off)
Apr 21 13:45:03 MitchPC kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Apr 21 13:45:03 MitchPC kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Apr 21 13:45:03 MitchPC kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
Apr 21 13:45:03 MitchPC kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
Apr 21 13:45:03 MitchPC kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Apr 21 13:45:03 MitchPC kernel: PCI host bridge to bus 0000:00
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: root bus resource [mem 0xafa00000-0xfeafffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:02.0: reg 0x10: [mem 0xd3400000-0xd37fffff 64bit]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:03.0: reg 0x10: [mem 0xd3934000-0xd3937fff 64bit]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd3920000-0xd392ffff 64bit]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:16.0: reg 0x10: [mem 0xd393f000-0xd393f00f 64bit]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:19.0: [8086:153b] type 00 class 0x020000
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:19.0: reg 0x10: [mem 0xd3900000-0xd391ffff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:19.0: reg 0x14: [mem 0xd393d000-0xd393dfff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xd393c000-0xd393c3ff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xd3930000-0xd3933fff 64bit]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.4: [8086:244e] type 01 class 0x060401
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.5: [8086:8c1a] type 01 class 0x060400
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xd393b000-0xd393b3ff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1f.0: [8086:8c44] type 00 class 0x060100
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xd393a000-0xd393a7ff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1f.2: PME# supported from D3hot
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd3939000-0xd39390ff 64bit]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.0: [10de:1f08] type 00 class 0x030000
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd2000000-0xd2ffffff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.0: reg 0x30: [mem 0xd3000000-0xd307ffff pref]
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.0: BAR 3: assigned to efifb
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x16 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.1: [10de:10f9] type 00 class 0x040300
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.1: reg 0x10: [mem 0xd30d0000-0xd30d3fff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.2: [10de:1ada] type 00 class 0x0c0330
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.2: reg 0x10: [mem 0xd3080000-0xd30bffff 64bit pref]
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.2: reg 0x1c: [mem 0xd30c0000-0xd30cffff 64bit pref]
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.3: [10de:1adb] type 00 class 0x0c8000
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.3: reg 0x10: [mem 0xd30d4000-0xd30d4fff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd30fffff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 21 13:45:03 MitchPC kernel: pci 0000:03:00.0: [8086:244e] type 01 class 0x060401
Apr 21 13:45:03 MitchPC kernel: pci 0000:03:00.0: supports D1 D2
Apr 21 13:45:03 MitchPC kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-04] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.4:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.4:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.4:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.4:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.4:   bridge window [mem 0xafa00000-0xfeafffff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:04: extended config space not accessible
Apr 21 13:45:03 MitchPC kernel: pci 0000:03:00.0: PCI bridge to [bus 04] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:03:00.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:03:00.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:03:00.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:03:00.0:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:03:00.0:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:03:00.0:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:03:00.0:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:03:00.0:   bridge window [mem 0xafa00000-0xfeafffff window] (subtractive decode)
Apr 21 13:45:03 MitchPC kernel: pci 0000:05:00.0: [1b4b:9172] type 00 class 0x010601
Apr 21 13:45:03 MitchPC kernel: pci 0000:05:00.0: reg 0x10: [io  0xd040-0xd047]
Apr 21 13:45:03 MitchPC kernel: pci 0000:05:00.0: reg 0x14: [io  0xd030-0xd033]
Apr 21 13:45:03 MitchPC kernel: pci 0000:05:00.0: reg 0x18: [io  0xd020-0xd027]
Apr 21 13:45:03 MitchPC kernel: pci 0000:05:00.0: reg 0x1c: [io  0xd010-0xd013]
Apr 21 13:45:03 MitchPC kernel: pci 0000:05:00.0: reg 0x20: [io  0xd000-0xd00f]
Apr 21 13:45:03 MitchPC kernel: pci 0000:05:00.0: reg 0x24: [mem 0xd3810000-0xd38101ff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:05:00.0: reg 0x30: [mem 0xd3800000-0xd380ffff pref]
Apr 21 13:45:03 MitchPC kernel: pci 0000:05:00.0: Enabling fixed DMA alias to 00.1
Apr 21 13:45:03 MitchPC kernel: pci 0000:05:00.0: PME# supported from D3hot
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.5: PCI bridge to [bus 05]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.5:   bridge window [mem 0xd3800000-0xd38fffff]
Apr 21 13:45:03 MitchPC kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
Apr 21 13:45:03 MitchPC kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
Apr 21 13:45:03 MitchPC kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
Apr 21 13:45:03 MitchPC kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
Apr 21 13:45:03 MitchPC kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
Apr 21 13:45:03 MitchPC kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
Apr 21 13:45:03 MitchPC kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
Apr 21 13:45:03 MitchPC kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 10 11 12 14 15)
Apr 21 13:45:03 MitchPC kernel: iommu: Default domain type: Translated 
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:02.0: vgaarb: no bridge control possible
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Apr 21 13:45:03 MitchPC kernel: vgaarb: loaded
Apr 21 13:45:03 MitchPC kernel: SCSI subsystem initialized
Apr 21 13:45:03 MitchPC kernel: libata version 3.00 loaded.
Apr 21 13:45:03 MitchPC kernel: ACPI: bus type USB registered
Apr 21 13:45:03 MitchPC kernel: usbcore: registered new interface driver usbfs
Apr 21 13:45:03 MitchPC kernel: usbcore: registered new interface driver hub
Apr 21 13:45:03 MitchPC kernel: usbcore: registered new device driver usb
Apr 21 13:45:03 MitchPC kernel: pps_core: LinuxPPS API ver. 1 registered
Apr 21 13:45:03 MitchPC kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Apr 21 13:45:03 MitchPC kernel: PTP clock support registered
Apr 21 13:45:03 MitchPC kernel: EDAC MC: Ver: 3.0.0
Apr 21 13:45:03 MitchPC kernel: Registered efivars operations
Apr 21 13:45:03 MitchPC kernel: PCI: Using ACPI for IRQ routing
Apr 21 13:45:03 MitchPC kernel: PCI: pci_cache_line_size set to 64 bytes
Apr 21 13:45:03 MitchPC kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Apr 21 13:45:03 MitchPC kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Apr 21 13:45:03 MitchPC kernel: e820: reserve RAM buffer [mem 0x958b2000-0x97ffffff]
Apr 21 13:45:03 MitchPC kernel: e820: reserve RAM buffer [mem 0x9698f000-0x97ffffff]
Apr 21 13:45:03 MitchPC kernel: e820: reserve RAM buffer [mem 0xa9ec3000-0xabffffff]
Apr 21 13:45:03 MitchPC kernel: e820: reserve RAM buffer [mem 0xab000000-0xabffffff]
Apr 21 13:45:03 MitchPC kernel: e820: reserve RAM buffer [mem 0x44f600000-0x44fffffff]
Apr 21 13:45:03 MitchPC kernel: NetLabel: Initializing
Apr 21 13:45:03 MitchPC kernel: NetLabel:  domain hash size = 128
Apr 21 13:45:03 MitchPC kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Apr 21 13:45:03 MitchPC kernel: NetLabel:  unlabeled traffic allowed by default
Apr 21 13:45:03 MitchPC kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Apr 21 13:45:03 MitchPC kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Apr 21 13:45:03 MitchPC kernel: clocksource: Switched to clocksource tsc-early
Apr 21 13:45:03 MitchPC kernel: *** VALIDATE bpf ***
Apr 21 13:45:03 MitchPC kernel: VFS: Disk quotas dquot_6.6.0
Apr 21 13:45:03 MitchPC kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Apr 21 13:45:03 MitchPC kernel: *** VALIDATE ramfs ***
Apr 21 13:45:03 MitchPC kernel: *** VALIDATE hugetlbfs ***
Apr 21 13:45:03 MitchPC kernel: pnp: PnP ACPI init
Apr 21 13:45:03 MitchPC kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Apr 21 13:45:03 MitchPC kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:01: [io  0xffff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:01: [io  0xffff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:01: [io  0xffff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:01: [io  0x1c00-0x1cfe] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:01: [io  0x1d00-0x1dfe] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:01: [io  0x1e00-0x1efe] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:01: [io  0x1f00-0x1ffe] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:01: [io  0x1800-0x18fe] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 21 13:45:03 MitchPC kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Apr 21 13:45:03 MitchPC kernel: system 00:03: [io  0x1854-0x1857] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Apr 21 13:45:03 MitchPC kernel: system 00:04: [io  0x0a00-0x0a0f] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:04: [io  0x0a30-0x0a3f] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:04: [io  0x0a20-0x0a2f] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 21 13:45:03 MitchPC kernel: pnp 00:05: [dma 0 disabled]
Apr 21 13:45:03 MitchPC kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
Apr 21 13:45:03 MitchPC kernel: system 00:06: [io  0x04d0-0x04d1] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 21 13:45:03 MitchPC kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
Apr 21 13:45:03 MitchPC kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
Apr 21 13:45:03 MitchPC kernel: system 00:07: [mem 0xf7fef000-0xf7feffff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:07: [mem 0xf7ff0000-0xf7ff0fff] has been reserved
Apr 21 13:45:03 MitchPC kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Apr 21 13:45:03 MitchPC kernel: pnp: PnP ACPI: found 8 devices
Apr 21 13:45:03 MitchPC kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd30fffff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Apr 21 13:45:03 MitchPC kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-04]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.5: PCI bridge to [bus 05]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1c.5:   bridge window [mem 0xd3800000-0xd38fffff]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:00: resource 11 [mem 0xafa00000-0xfeafffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:01: resource 1 [mem 0xc0000000-0xd30fffff]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000d3fff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:03: resource 8 [mem 0x000d4000-0x000d7fff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:03: resource 9 [mem 0x000d8000-0x000dbfff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:03: resource 10 [mem 0x000dc000-0x000dffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:03: resource 11 [mem 0xafa00000-0xfeafffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000d3fff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:04: resource 8 [mem 0x000d4000-0x000d7fff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:04: resource 9 [mem 0x000d8000-0x000dbfff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:04: resource 10 [mem 0x000dc000-0x000dffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:04: resource 11 [mem 0xafa00000-0xfeafffff window]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
Apr 21 13:45:03 MitchPC kernel: pci_bus 0000:05: resource 1 [mem 0xd3800000-0xd38fffff]
Apr 21 13:45:03 MitchPC kernel: NET: Registered protocol family 2
Apr 21 13:45:03 MitchPC kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Apr 21 13:45:03 MitchPC kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Apr 21 13:45:03 MitchPC kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Apr 21 13:45:03 MitchPC kernel: TCP: Hash tables configured (established 131072 bind 65536)
Apr 21 13:45:03 MitchPC kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Apr 21 13:45:03 MitchPC kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Apr 21 13:45:03 MitchPC kernel: NET: Registered protocol family 1
Apr 21 13:45:03 MitchPC kernel: NET: Registered protocol family 44
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x654 took 18560 usecs
Apr 21 13:45:03 MitchPC kernel: pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x654 took 19517 usecs
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
Apr 21 13:45:03 MitchPC kernel: pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
Apr 21 13:45:03 MitchPC kernel: PCI: CLS 64 bytes, default 64
Apr 21 13:45:03 MitchPC kernel: Trying to unpack rootfs image as initramfs...
Apr 21 13:45:03 MitchPC kernel: Freeing initrd memory: 27204K
Apr 21 13:45:03 MitchPC kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Apr 21 13:45:03 MitchPC kernel: software IO TLB: mapped [mem 0x918b2000-0x958b2000] (64MB)
Apr 21 13:45:03 MitchPC kernel: check: Scanning for low memory corruption every 60 seconds
Apr 21 13:45:03 MitchPC kernel: Initialise system trusted keyrings
Apr 21 13:45:03 MitchPC kernel: Key type blacklist registered
Apr 21 13:45:03 MitchPC kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Apr 21 13:45:03 MitchPC kernel: zbud: loaded
Apr 21 13:45:03 MitchPC kernel: Key type asymmetric registered
Apr 21 13:45:03 MitchPC kernel: Asymmetric key parser 'x509' registered
Apr 21 13:45:03 MitchPC kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Apr 21 13:45:03 MitchPC kernel: io scheduler mq-deadline registered
Apr 21 13:45:03 MitchPC kernel: io scheduler kyber registered
Apr 21 13:45:03 MitchPC kernel: io scheduler bfq registered
Apr 21 13:45:03 MitchPC kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Apr 21 13:45:03 MitchPC kernel: efifb: probing for efifb
Apr 21 13:45:03 MitchPC kernel: efifb: No BGRT, not showing boot graphics
Apr 21 13:45:03 MitchPC kernel: efifb: framebuffer at 0xd1000000, using 3072k, total 3072k
Apr 21 13:45:03 MitchPC kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Apr 21 13:45:03 MitchPC kernel: efifb: scrolling: redraw
Apr 21 13:45:03 MitchPC kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Apr 21 13:45:03 MitchPC kernel: fbcon: Deferring console take-over
Apr 21 13:45:03 MitchPC kernel: fb0: EFI VGA frame buffer device
Apr 21 13:45:03 MitchPC kernel: intel_idle: MWAIT substates: 0x42120
Apr 21 13:45:03 MitchPC kernel: intel_idle: v0.4.1 model 0x3C
Apr 21 13:45:03 MitchPC kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Apr 21 13:45:03 MitchPC kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Apr 21 13:45:03 MitchPC kernel: ACPI: Power Button [PWRB]
Apr 21 13:45:03 MitchPC kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Apr 21 13:45:03 MitchPC kernel: ACPI: Power Button [PWRF]
Apr 21 13:45:03 MitchPC kernel: thermal LNXTHERM:00: registered as thermal_zone0
Apr 21 13:45:03 MitchPC kernel: ACPI: Thermal Zone [TZ00] (28 C)
Apr 21 13:45:03 MitchPC kernel: thermal LNXTHERM:01: registered as thermal_zone1
Apr 21 13:45:03 MitchPC kernel: ACPI: Thermal Zone [TZ01] (30 C)
Apr 21 13:45:03 MitchPC kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Apr 21 13:45:03 MitchPC kernel: 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Apr 21 13:45:03 MitchPC kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Apr 21 13:45:03 MitchPC kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Apr 21 13:45:03 MitchPC kernel: ahci 0000:00:1f.2: version 3.0
Apr 21 13:45:03 MitchPC kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x38 impl SATA mode
Apr 21 13:45:03 MitchPC kernel: ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
Apr 21 13:45:03 MitchPC kernel: scsi host0: ahci
Apr 21 13:45:03 MitchPC kernel: scsi host1: ahci
Apr 21 13:45:03 MitchPC kernel: scsi host2: ahci
Apr 21 13:45:03 MitchPC kernel: scsi host3: ahci
Apr 21 13:45:03 MitchPC kernel: scsi host4: ahci
Apr 21 13:45:03 MitchPC kernel: scsi host5: ahci
Apr 21 13:45:03 MitchPC kernel: ata1: DUMMY
Apr 21 13:45:03 MitchPC kernel: ata2: DUMMY
Apr 21 13:45:03 MitchPC kernel: ata3: DUMMY
Apr 21 13:45:03 MitchPC kernel: ata4: SATA max UDMA/133 abar m2048@0xd393a000 port 0xd393a280 irq 30
Apr 21 13:45:03 MitchPC kernel: ata5: SATA max UDMA/133 abar m2048@0xd393a000 port 0xd393a300 irq 30
Apr 21 13:45:03 MitchPC kernel: ata6: SATA max UDMA/133 abar m2048@0xd393a000 port 0xd393a380 irq 30
Apr 21 13:45:03 MitchPC kernel: ahci 0000:05:00.0: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Apr 21 13:45:03 MitchPC kernel: ahci 0000:05:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
Apr 21 13:45:03 MitchPC kernel: scsi host6: ahci
Apr 21 13:45:03 MitchPC kernel: scsi host7: ahci
Apr 21 13:45:03 MitchPC kernel: ata7: SATA max UDMA/133 abar m512@0xd3810000 port 0xd3810100 irq 31
Apr 21 13:45:03 MitchPC kernel: ata8: SATA max UDMA/133 abar m512@0xd3810000 port 0xd3810180 irq 31
Apr 21 13:45:03 MitchPC kernel: usbcore: registered new interface driver usbserial_generic
Apr 21 13:45:03 MitchPC kernel: usbserial: USB Serial support registered for generic
Apr 21 13:45:03 MitchPC kernel: rtc_cmos 00:02: RTC can wake from S4
Apr 21 13:45:03 MitchPC kernel: rtc_cmos 00:02: registered as rtc0
Apr 21 13:45:03 MitchPC kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Apr 21 13:45:03 MitchPC kernel: intel_pstate: Intel P-state driver initializing
Apr 21 13:45:03 MitchPC kernel: ledtrig-cpu: registered to indicate activity on CPUs
Apr 21 13:45:03 MitchPC kernel: drop_monitor: Initializing network drop monitor service
Apr 21 13:45:03 MitchPC kernel: NET: Registered protocol family 10
Apr 21 13:45:03 MitchPC kernel: Segment Routing with IPv6
Apr 21 13:45:03 MitchPC kernel: NET: Registered protocol family 17
Apr 21 13:45:03 MitchPC kernel: RAS: Correctable Errors collector initialized.
Apr 21 13:45:03 MitchPC kernel: microcode: sig=0x306c3, pf=0x2, revision=0x27
Apr 21 13:45:03 MitchPC kernel: microcode: Microcode Update Driver: v2.2.
Apr 21 13:45:03 MitchPC kernel: IPI shorthand broadcast: enabled
Apr 21 13:45:03 MitchPC kernel: sched_clock: Marking stable (756230037, 121937)->(763122527, -6770553)
Apr 21 13:45:03 MitchPC kernel: registered taskstats version 1
Apr 21 13:45:03 MitchPC kernel: Loading compiled-in X.509 certificates
Apr 21 13:45:03 MitchPC kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 6a25ca63b6ea37e0aa4ed16980c8a85a6b31f676'
Apr 21 13:45:03 MitchPC kernel: zswap: loaded using pool lzo/zbud
Apr 21 13:45:03 MitchPC kernel: Key type ._fscrypt registered
Apr 21 13:45:03 MitchPC kernel: Key type .fscrypt registered
Apr 21 13:45:03 MitchPC kernel: Key type fscrypt-provisioning registered
Apr 21 13:45:03 MitchPC kernel: Key type big_key registered
Apr 21 13:45:03 MitchPC kernel: PM:   Magic number: 0:605:795
Apr 21 13:45:03 MitchPC kernel: rtc_cmos 00:02: setting system clock to 2020-04-21T17:45:01 UTC (1587491101)
Apr 21 13:45:03 MitchPC kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 21 13:45:03 MitchPC kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 21 13:45:03 MitchPC kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 21 13:45:03 MitchPC kernel: ata4.00: ATA-9: WDC WD10EZEX-00BN5A0, 01.01A01, max UDMA/133
Apr 21 13:45:03 MitchPC kernel: ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Apr 21 13:45:03 MitchPC kernel: ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Apr 21 13:45:03 MitchPC kernel: ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Apr 21 13:45:03 MitchPC kernel: ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Apr 21 13:45:03 MitchPC kernel: ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Apr 21 13:45:03 MitchPC kernel: ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Apr 21 13:45:03 MitchPC kernel: ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Apr 21 13:45:03 MitchPC kernel: ata4.00: configured for UDMA/133
Apr 21 13:45:03 MitchPC kernel: ata5.00: supports DRM functions and may not be fully accessible
Apr 21 13:45:03 MitchPC kernel: ata6.00: supports DRM functions and may not be fully accessible
Apr 21 13:45:03 MitchPC kernel: scsi 3:0:0:0: Direct-Access     ATA      WDC WD10EZEX-00B 1A01 PQ: 0 ANSI: 5
Apr 21 13:45:03 MitchPC kernel: ata5.00: disabling queued TRIM support
Apr 21 13:45:03 MitchPC kernel: ata5.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT02B6Q, max UDMA/133
Apr 21 13:45:03 MitchPC kernel: ata5.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Apr 21 13:45:03 MitchPC kernel: ata6.00: disabling queued TRIM support
Apr 21 13:45:03 MitchPC kernel: ata6.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT02B6Q, max UDMA/133
Apr 21 13:45:03 MitchPC kernel: ata6.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Apr 21 13:45:03 MitchPC kernel: sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Apr 21 13:45:03 MitchPC kernel: sd 3:0:0:0: [sda] 4096-byte physical blocks
Apr 21 13:45:03 MitchPC kernel: sd 3:0:0:0: [sda] Write Protect is off
Apr 21 13:45:03 MitchPC kernel: sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
Apr 21 13:45:03 MitchPC kernel: sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 21 13:45:03 MitchPC kernel: ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Apr 21 13:45:03 MitchPC kernel: ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Apr 21 13:45:03 MitchPC kernel: ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Apr 21 13:45:03 MitchPC kernel: ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Apr 21 13:45:03 MitchPC kernel: ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Apr 21 13:45:03 MitchPC kernel: ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Apr 21 13:45:03 MitchPC kernel: ata6.00: supports DRM functions and may not be fully accessible
Apr 21 13:45:03 MitchPC kernel: ata5.00: supports DRM functions and may not be fully accessible
Apr 21 13:45:03 MitchPC kernel: ata6.00: disabling queued TRIM support
Apr 21 13:45:03 MitchPC kernel: ata5.00: disabling queued TRIM support
Apr 21 13:45:03 MitchPC kernel: ata6.00: configured for UDMA/133
Apr 21 13:45:03 MitchPC kernel: ata5.00: configured for UDMA/133
Apr 21 13:45:03 MitchPC kernel: scsi 4:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q PQ: 0 ANSI: 5
Apr 21 13:45:03 MitchPC kernel: sd 4:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Apr 21 13:45:03 MitchPC kernel: sd 4:0:0:0: [sdb] Write Protect is off
Apr 21 13:45:03 MitchPC kernel: sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Apr 21 13:45:03 MitchPC kernel: sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 21 13:45:03 MitchPC kernel: scsi 5:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q PQ: 0 ANSI: 5
Apr 21 13:45:03 MitchPC kernel: sd 5:0:0:0: [sdc] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Apr 21 13:45:03 MitchPC kernel: sd 5:0:0:0: [sdc] Write Protect is off
Apr 21 13:45:03 MitchPC kernel: sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Apr 21 13:45:03 MitchPC kernel: sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 21 13:45:03 MitchPC kernel:  sdc: sdc1 sdc2 sdc3
Apr 21 13:45:03 MitchPC kernel: sd 5:0:0:0: [sdc] supports TCG Opal
Apr 21 13:45:03 MitchPC kernel: sd 5:0:0:0: [sdc] Attached SCSI disk
Apr 21 13:45:03 MitchPC kernel:  sda: sda1
Apr 21 13:45:03 MitchPC kernel: sd 3:0:0:0: [sda] Attached SCSI disk
Apr 21 13:45:03 MitchPC kernel:  sdb: sdb1 sdb2
Apr 21 13:45:03 MitchPC kernel: sd 4:0:0:0: [sdb] supports TCG Opal
Apr 21 13:45:03 MitchPC kernel: sd 4:0:0:0: [sdb] Attached SCSI disk
Apr 21 13:45:03 MitchPC kernel: ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 21 13:45:03 MitchPC kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Apr 21 13:45:03 MitchPC kernel: ata7.00: ATA-9: WDC WD10EZEX-00BN5A0, 01.01A01, max UDMA/133
Apr 21 13:45:03 MitchPC kernel: ata7.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Apr 21 13:45:03 MitchPC kernel: ata7.00: configured for UDMA/133
Apr 21 13:45:03 MitchPC kernel: ata8.00: supports DRM functions and may not be fully accessible
Apr 21 13:45:03 MitchPC kernel: scsi 6:0:0:0: Direct-Access     ATA      WDC WD10EZEX-00B 1A01 PQ: 0 ANSI: 5
Apr 21 13:45:03 MitchPC kernel: ata8.00: NCQ Send/Recv Log not supported
Apr 21 13:45:03 MitchPC kernel: ata8.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT01B6Q, max UDMA/133
Apr 21 13:45:03 MitchPC kernel: ata8.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Apr 21 13:45:03 MitchPC kernel: sd 6:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Apr 21 13:45:03 MitchPC kernel: sd 6:0:0:0: [sdd] 4096-byte physical blocks
Apr 21 13:45:03 MitchPC kernel: sd 6:0:0:0: [sdd] Write Protect is off
Apr 21 13:45:03 MitchPC kernel: sd 6:0:0:0: [sdd] Mode Sense: 00 3a 00 00
Apr 21 13:45:03 MitchPC kernel: sd 6:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 21 13:45:03 MitchPC kernel: ata8.00: supports DRM functions and may not be fully accessible
Apr 21 13:45:03 MitchPC kernel: ata8.00: NCQ Send/Recv Log not supported
Apr 21 13:45:03 MitchPC kernel: ata8.00: configured for UDMA/133
Apr 21 13:45:03 MitchPC kernel: scsi 7:0:0:0: Direct-Access     ATA      Samsung SSD 850  1B6Q PQ: 0 ANSI: 5
Apr 21 13:45:03 MitchPC kernel: sd 7:0:0:0: [sde] 488397168 512-byte logical blocks: (250 GB/233 GiB)
Apr 21 13:45:03 MitchPC kernel: sd 7:0:0:0: [sde] Write Protect is off
Apr 21 13:45:03 MitchPC kernel: sd 7:0:0:0: [sde] Mode Sense: 00 3a 00 00
Apr 21 13:45:03 MitchPC kernel: sd 7:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 21 13:45:03 MitchPC kernel:  sde: sde1 sde2 sde3
Apr 21 13:45:03 MitchPC kernel: sd 7:0:0:0: [sde] supports TCG Opal
Apr 21 13:45:03 MitchPC kernel: sd 7:0:0:0: [sde] Attached SCSI removable disk
Apr 21 13:45:03 MitchPC kernel:  sdd: sdd1
Apr 21 13:45:03 MitchPC kernel: sd 6:0:0:0: [sdd] Attached SCSI removable disk
Apr 21 13:45:03 MitchPC kernel: Freeing unused decrypted memory: 2040K
Apr 21 13:45:03 MitchPC kernel: Freeing unused kernel image (initmem) memory: 1620K
Apr 21 13:45:03 MitchPC kernel: Write protecting the kernel read-only data: 20480k
Apr 21 13:45:03 MitchPC kernel: Freeing unused kernel image (text/rodata gap) memory: 2044K
Apr 21 13:45:03 MitchPC kernel: Freeing unused kernel image (rodata/data gap) memory: 1640K
Apr 21 13:45:03 MitchPC kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 21 13:45:03 MitchPC kernel: x86/mm: Checking user space page tables
Apr 21 13:45:03 MitchPC kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Apr 21 13:45:03 MitchPC kernel: Run /init as init process
Apr 21 13:45:03 MitchPC kernel:   with arguments:
Apr 21 13:45:03 MitchPC kernel:     /init
Apr 21 13:45:03 MitchPC kernel:   with environment:
Apr 21 13:45:03 MitchPC kernel:     HOME=/
Apr 21 13:45:03 MitchPC kernel:     TERM=linux
Apr 21 13:45:03 MitchPC kernel:     BOOT_IMAGE=/vmlinuz-linux
Apr 21 13:45:03 MitchPC kernel: fbcon: Taking over console
Apr 21 13:45:03 MitchPC kernel: Console: switching to colour frame buffer device 128x48
Apr 21 13:45:03 MitchPC kernel: IPMI message handler: version 39.2
Apr 21 13:45:03 MitchPC kernel: ipmi device interface
Apr 21 13:45:03 MitchPC kernel: nvidia: loading out-of-tree module taints kernel.
Apr 21 13:45:03 MitchPC kernel: nvidia: module license 'NVIDIA' taints kernel.
Apr 21 13:45:03 MitchPC kernel: Disabling lock debugging due to kernel taint
Apr 21 13:45:03 MitchPC kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Apr 21 13:45:03 MitchPC kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 242
Apr 21 13:45:03 MitchPC kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Apr 21 13:45:03 MitchPC kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  440.82  Wed Apr  1 20:04:33 UTC 2020
Apr 21 13:45:03 MitchPC kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  440.82  Wed Apr  1 19:41:29 UTC 2020
Apr 21 13:45:03 MitchPC kernel: nvidia-uvm: Loaded the UVM driver, major device number 240.
Apr 21 13:45:03 MitchPC kernel: Linux agpgart interface v0.103
Apr 21 13:45:03 MitchPC kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Apr 21 13:45:03 MitchPC kernel: resource sanity check: requesting [mem 0x000c0000-0x000fffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000d3fff window]
Apr 21 13:45:03 MitchPC kernel: caller _nv000908rm+0x1bf/0x1f0 [nvidia] mapping multiple BARs
Apr 21 13:45:03 MitchPC kernel: tsc: Refined TSC clocksource calibration: 3990.758 MHz
Apr 21 13:45:03 MitchPC kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x730c85718cb, max_idle_ns: 881591244843 ns
Apr 21 13:45:03 MitchPC kernel: clocksource: Switched to clocksource tsc
Apr 21 13:45:03 MitchPC kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Apr 21 13:45:03 MitchPC kernel: [drm] No driver support for vblank timestamp query.
Apr 21 13:45:03 MitchPC kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Apr 21 13:45:03 MitchPC kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Apr 21 13:45:03 MitchPC kernel: ehci-pci: EHCI PCI platform driver
Apr 21 13:45:03 MitchPC kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Apr 21 13:45:03 MitchPC kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Apr 21 13:45:03 MitchPC kernel: ehci-pci 0000:00:1a.0: debug port 2
Apr 21 13:45:03 MitchPC kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Apr 21 13:45:03 MitchPC kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xd393c000
Apr 21 13:45:03 MitchPC kernel: random: fast init done
Apr 21 13:45:03 MitchPC kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Apr 21 13:45:03 MitchPC kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
Apr 21 13:45:03 MitchPC kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 21 13:45:03 MitchPC kernel: usb usb1: Product: EHCI Host Controller
Apr 21 13:45:03 MitchPC kernel: usb usb1: Manufacturer: Linux 5.6.5-arch3-1 ehci_hcd
Apr 21 13:45:03 MitchPC kernel: usb usb1: SerialNumber: 0000:00:1a.0
Apr 21 13:45:03 MitchPC kernel: hub 1-0:1.0: USB hub found
Apr 21 13:45:03 MitchPC kernel: hub 1-0:1.0: 2 ports detected
Apr 21 13:45:03 MitchPC kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 21 13:45:03 MitchPC kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Apr 21 13:45:03 MitchPC kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Apr 21 13:45:03 MitchPC kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Apr 21 13:45:03 MitchPC kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
Apr 21 13:45:03 MitchPC kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 21 13:45:03 MitchPC kernel: usb usb2: Product: xHCI Host Controller
Apr 21 13:45:03 MitchPC kernel: usb usb2: Manufacturer: Linux 5.6.5-arch3-1 xhci-hcd
Apr 21 13:45:03 MitchPC kernel: usb usb2: SerialNumber: 0000:00:14.0
Apr 21 13:45:03 MitchPC kernel: hub 2-0:1.0: USB hub found
Apr 21 13:45:03 MitchPC kernel: hub 2-0:1.0: 14 ports detected
Apr 21 13:45:03 MitchPC kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Apr 21 13:45:03 MitchPC kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
Apr 21 13:45:03 MitchPC kernel: ehci-pci 0000:00:1d.0: debug port 2
Apr 21 13:45:03 MitchPC kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Apr 21 13:45:03 MitchPC kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Apr 21 13:45:03 MitchPC kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Apr 21 13:45:03 MitchPC kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
Apr 21 13:45:03 MitchPC kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 21 13:45:03 MitchPC kernel: usb usb4: Product: xHCI Host Controller
Apr 21 13:45:03 MitchPC kernel: usb usb4: Manufacturer: Linux 5.6.5-arch3-1 xhci-hcd
Apr 21 13:45:03 MitchPC kernel: usb usb4: SerialNumber: 0000:00:14.0
Apr 21 13:45:03 MitchPC kernel: hub 4-0:1.0: USB hub found
Apr 21 13:45:03 MitchPC kernel: hub 4-0:1.0: 6 ports detected
Apr 21 13:45:03 MitchPC kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Apr 21 13:45:03 MitchPC kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xd393b000
Apr 21 13:45:03 MitchPC kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Apr 21 13:45:03 MitchPC kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
Apr 21 13:45:03 MitchPC kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 21 13:45:03 MitchPC kernel: usb usb3: Product: EHCI Host Controller
Apr 21 13:45:03 MitchPC kernel: usb usb3: Manufacturer: Linux 5.6.5-arch3-1 ehci_hcd
Apr 21 13:45:03 MitchPC kernel: usb usb3: SerialNumber: 0000:00:1d.0
Apr 21 13:45:03 MitchPC kernel: hub 3-0:1.0: USB hub found
Apr 21 13:45:03 MitchPC kernel: hub 3-0:1.0: 2 ports detected
Apr 21 13:45:03 MitchPC kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Apr 21 13:45:03 MitchPC kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 5
Apr 21 13:45:03 MitchPC kernel: xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Apr 21 13:45:03 MitchPC kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
Apr 21 13:45:03 MitchPC kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 21 13:45:03 MitchPC kernel: usb usb5: Product: xHCI Host Controller
Apr 21 13:45:03 MitchPC kernel: usb usb5: Manufacturer: Linux 5.6.5-arch3-1 xhci-hcd
Apr 21 13:45:03 MitchPC kernel: usb usb5: SerialNumber: 0000:01:00.2
Apr 21 13:45:03 MitchPC kernel: hub 5-0:1.0: USB hub found
Apr 21 13:45:03 MitchPC kernel: hub 5-0:1.0: 2 ports detected
Apr 21 13:45:03 MitchPC kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Apr 21 13:45:03 MitchPC kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 6
Apr 21 13:45:03 MitchPC kernel: xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Apr 21 13:45:03 MitchPC kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Apr 21 13:45:03 MitchPC kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
Apr 21 13:45:03 MitchPC kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Apr 21 13:45:03 MitchPC kernel: usb usb6: Product: xHCI Host Controller
Apr 21 13:45:03 MitchPC kernel: usb usb6: Manufacturer: Linux 5.6.5-arch3-1 xhci-hcd
Apr 21 13:45:03 MitchPC kernel: usb usb6: SerialNumber: 0000:01:00.2
Apr 21 13:45:03 MitchPC kernel: hub 6-0:1.0: USB hub found
Apr 21 13:45:03 MitchPC kernel: hub 6-0:1.0: 4 ports detected
Apr 21 13:45:03 MitchPC kernel: EXT4-fs (sde3): mounted filesystem with ordered data mode. Opts: (null)
Apr 21 13:45:03 MitchPC kernel: usb 2-9: new high-speed USB device number 2 using xhci_hcd
Apr 21 13:45:03 MitchPC kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Apr 21 13:45:03 MitchPC kernel: usb 2-9: New USB device found, idVendor=045b, idProduct=0209, bcdDevice= 1.00
Apr 21 13:45:03 MitchPC kernel: usb 2-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 21 13:45:03 MitchPC kernel: hub 2-9:1.0: USB hub found
Apr 21 13:45:03 MitchPC kernel: hub 2-9:1.0: 4 ports detected
Apr 21 13:45:03 MitchPC kernel: usb 3-1: new high-speed USB device number 2 using ehci-pci
Apr 21 13:45:03 MitchPC kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.05
Apr 21 13:45:03 MitchPC kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 21 13:45:03 MitchPC kernel: hub 1-1:1.0: USB hub found
Apr 21 13:45:03 MitchPC kernel: hub 1-1:1.0: 6 ports detected
Apr 21 13:45:03 MitchPC kernel: usb 3-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.05
Apr 21 13:45:03 MitchPC kernel: usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 21 13:45:03 MitchPC kernel: hub 3-1:1.0: USB hub found
Apr 21 13:45:03 MitchPC kernel: hub 3-1:1.0: 8 ports detected
Apr 21 13:45:03 MitchPC systemd[1]: systemd 245.5-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Apr 21 13:45:03 MitchPC systemd[1]: Detected architecture x86-64.
Apr 21 13:45:03 MitchPC systemd[1]: Set hostname to <MitchPC>.
Apr 21 13:45:03 MitchPC kernel: usb 4-5: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
Apr 21 13:45:03 MitchPC kernel: usb 4-5: New USB device found, idVendor=045b, idProduct=0210, bcdDevice= 1.00
Apr 21 13:45:03 MitchPC kernel: usb 4-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 21 13:45:03 MitchPC kernel: hub 4-5:1.0: USB hub found
Apr 21 13:45:03 MitchPC kernel: hub 4-5:1.0: 4 ports detected
Apr 21 13:45:03 MitchPC systemd[1]: Configuration file /usr/lib/systemd/system/ckb-daemon.service is marked executable. Please remove executable permission bits. Proceeding anyway.
Apr 21 13:45:03 MitchPC systemd[1]: Created slice system-dhcpcd.slice.
Apr 21 13:45:03 MitchPC systemd[1]: Created slice system-getty.slice.
Apr 21 13:45:03 MitchPC systemd[1]: Created slice system-modprobe.slice.
Apr 21 13:45:03 MitchPC systemd[1]: Created slice system-systemd\x2dfsck.slice.
Apr 21 13:45:03 MitchPC systemd[1]: Created slice system-wpa_supplicant.slice.
Apr 21 13:45:03 MitchPC systemd[1]: Created slice User and Session Slice.
Apr 21 13:45:03 MitchPC systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Apr 21 13:45:03 MitchPC systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Apr 21 13:45:03 MitchPC systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Apr 21 13:45:03 MitchPC systemd[1]: Reached target Local Encrypted Volumes.
Apr 21 13:45:03 MitchPC systemd[1]: Reached target User and Group Name Lookups.
Apr 21 13:45:03 MitchPC systemd[1]: Reached target Remote File Systems.
Apr 21 13:45:03 MitchPC systemd[1]: Reached target Slices.
Apr 21 13:45:03 MitchPC systemd[1]: Listening on Device-mapper event daemon FIFOs.
Apr 21 13:45:03 MitchPC systemd[1]: Listening on LVM2 metadata daemon socket.
Apr 21 13:45:03 MitchPC systemd[1]: Listening on LVM2 poll daemon socket.
Apr 21 13:45:03 MitchPC systemd[1]: Listening on Process Core Dump Socket.
Apr 21 13:45:03 MitchPC systemd[1]: Listening on initctl Compatibility Named Pipe.
Apr 21 13:45:03 MitchPC systemd[1]: Listening on Journal Audit Socket.
Apr 21 13:45:03 MitchPC systemd[1]: Listening on Journal Socket (/dev/log).
Apr 21 13:45:03 MitchPC systemd[1]: Listening on Journal Socket.
Apr 21 13:45:03 MitchPC systemd[1]: Listening on udev Control Socket.
Apr 21 13:45:03 MitchPC systemd[1]: Listening on udev Kernel Socket.
Apr 21 13:45:03 MitchPC systemd[1]: Mounting Huge Pages File System...
Apr 21 13:45:03 MitchPC systemd[1]: Mounting POSIX Message Queue File System...
Apr 21 13:45:03 MitchPC systemd[1]: Mounting Kernel Debug File System...
Apr 21 13:45:03 MitchPC systemd[1]: Mounting Kernel Trace File System...
Apr 21 13:45:03 MitchPC systemd[1]: Starting Create list of static device nodes for the current kernel...
Apr 21 13:45:03 MitchPC systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Apr 21 13:45:03 MitchPC systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
Apr 21 13:45:03 MitchPC systemd[1]: Starting Set Up Additional Binary Formats...
Apr 21 13:45:03 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:45:03 MitchPC systemd[1]: Starting Journal Service...
Apr 21 13:45:03 MitchPC systemd[1]: Starting Load Kernel Modules...
Apr 21 13:45:03 MitchPC systemd[1]: Starting Remount Root and Kernel File Systems...
Apr 21 13:45:03 MitchPC systemd[1]: Starting udev Coldplug all Devices...
Apr 21 13:45:03 MitchPC systemd[1]: Mounted Huge Pages File System.
Apr 21 13:45:03 MitchPC systemd[1]: Mounted POSIX Message Queue File System.
Apr 21 13:45:03 MitchPC systemd[1]: Mounted Kernel Debug File System.
Apr 21 13:45:03 MitchPC systemd[1]: Mounted Kernel Trace File System.
Apr 21 13:45:03 MitchPC systemd[1]: Finished Create list of static device nodes for the current kernel.
Apr 21 13:45:03 MitchPC systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 336 (systemd-binfmt)
Apr 21 13:45:03 MitchPC systemd[1]: Mounting Arbitrary Executable File Formats File System...
Apr 21 13:45:03 MitchPC systemd[1]: Mounted Arbitrary Executable File Formats File System.
Apr 21 13:45:03 MitchPC kernel: EXT4-fs (sde3): re-mounted. Opts: (null)
Apr 21 13:45:03 MitchPC systemd[1]: Finished Remount Root and Kernel File Systems.
Apr 21 13:45:03 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:45:03 MitchPC kernel: random: lvm: uninitialized urandom read (4 bytes read)
Apr 21 13:45:03 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:45:03 MitchPC systemd[1]: Starting Load/Save Random Seed...
Apr 21 13:45:03 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:45:03 MitchPC systemd[1]: Starting Create Static Device Nodes in /dev...
Apr 21 13:45:03 MitchPC systemd[1]: Finished Set Up Additional Binary Formats.
Apr 21 13:45:03 MitchPC systemd[1]: Finished Load Kernel Modules.
Apr 21 13:45:03 MitchPC systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Apr 21 13:45:03 MitchPC systemd[1]: Mounting Kernel Configuration File System...
Apr 21 13:45:03 MitchPC systemd[1]: Started LVM2 metadata daemon.
Apr 21 13:45:03 MitchPC systemd[1]: Starting Apply Kernel Variables...
Apr 21 13:45:03 MitchPC systemd[1]: Mounted Kernel Configuration File System.
Apr 21 13:45:03 MitchPC systemd[1]: Finished Apply Kernel Variables.
Apr 21 13:45:03 MitchPC systemd[1]: Finished Create Static Device Nodes in /dev.
Apr 21 13:45:03 MitchPC systemd[1]: Starting udev Kernel Device Manager...
Apr 21 13:45:03 MitchPC kernel: usb 2-10: new high-speed USB device number 3 using xhci_hcd
Apr 21 13:45:03 MitchPC kernel: usb 2-10: New USB device found, idVendor=045b, idProduct=0209, bcdDevice= 1.00
Apr 21 13:45:03 MitchPC kernel: usb 2-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 21 13:45:03 MitchPC kernel: hub 2-10:1.0: USB hub found
Apr 21 13:45:03 MitchPC kernel: hub 2-10:1.0: 4 ports detected
Apr 21 13:45:03 MitchPC systemd[1]: Finished udev Coldplug all Devices.
Apr 21 13:45:03 MitchPC kernel: usb 4-6: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
Apr 21 13:45:03 MitchPC kernel: usb 4-6: New USB device found, idVendor=045b, idProduct=0210, bcdDevice= 1.00
Apr 21 13:45:03 MitchPC kernel: usb 4-6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Apr 21 13:45:03 MitchPC kernel: hub 4-6:1.0: USB hub found
Apr 21 13:45:03 MitchPC kernel: hub 4-6:1.0: 4 ports detected
Apr 21 13:45:03 MitchPC systemd-journald[337]: Journal started
Apr 21 13:45:03 MitchPC systemd-journald[337]: Runtime Journal (/run/log/journal/81449e61a1f5438ab747ba1652b30c2f) is 8.0M, max 795.0M, 787.0M free.
Apr 21 13:45:03 MitchPC systemd-modules-load[338]: Inserted module 'crypto_user'
Apr 21 13:45:03 MitchPC systemd-random-seed[344]: Kernel entropy pool is not initialized yet, waiting until it is.
Apr 21 13:45:03 MitchPC systemd-sysctl[348]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Apr 21 13:45:03 MitchPC systemd-sysctl[348]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Apr 21 13:45:03 MitchPC systemd-sysctl[348]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Apr 21 13:45:03 MitchPC 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'
Apr 21 13:45:03 MitchPC systemd-sysctl[348]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Apr 21 13:45:03 MitchPC systemd-sysctl[348]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Apr 21 13:45:03 MitchPC systemd-sysctl[348]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Apr 21 13:45:03 MitchPC systemd[1]: Started Journal Service.
Apr 21 13:45:03 MitchPC kernel: audit: type=1130 audit(1587491103.949: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'
Apr 21 13:45:03 MitchPC systemd[1]: Starting Flush Journal to Persistent Storage...
Apr 21 13:45:03 MitchPC systemd-journald[337]: Time spent on flushing to /var/log/journal/81449e61a1f5438ab747ba1652b30c2f is 9.233ms for 1096 entries.
Apr 21 13:45:03 MitchPC systemd-journald[337]: System Journal (/var/log/journal/81449e61a1f5438ab747ba1652b30c2f) is 2.4G, max 4.0G, 1.5G free.
Apr 21 13:45:04 MitchPC kernel: usb 2-9.3: new high-speed USB device number 4 using xhci_hcd
Apr 21 13:45:04 MitchPC kernel: audit: type=1130 audit(1587491104.029:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:04 MitchPC kernel: usb 2-9.3: New USB device found, idVendor=1235, idProduct=800a, bcdDevice= 1.25
Apr 21 13:45:04 MitchPC kernel: usb 2-9.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Apr 21 13:45:04 MitchPC kernel: usb 2-9.3: Product: Scarlett 2i4 USB
Apr 21 13:45:04 MitchPC kernel: usb 2-9.3: Manufacturer: Focusrite
Apr 21 13:45:04 MitchPC kernel: ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200110/utaddress-204)
Apr 21 13:45:04 MitchPC kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 21 13:45:04 MitchPC kernel: ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
Apr 21 13:45:04 MitchPC kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 21 13:45:04 MitchPC kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200110/utaddress-204)
Apr 21 13:45:04 MitchPC kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
Apr 21 13:45:04 MitchPC kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 21 13:45:04 MitchPC kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200110/utaddress-204)
Apr 21 13:45:04 MitchPC kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
Apr 21 13:45:04 MitchPC kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Apr 21 13:45:04 MitchPC kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Apr 21 13:45:04 MitchPC kernel: usb 2-10.3: new full-speed USB device number 5 using xhci_hcd
Apr 21 13:45:04 MitchPC 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'
Apr 21 13:45:04 MitchPC systemd[1]: Started udev Kernel Device Manager.
Apr 21 13:45:04 MitchPC kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Apr 21 13:45:04 MitchPC kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Apr 21 13:45:04 MitchPC kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Apr 21 13:45:04 MitchPC systemd[1]: Finished Flush Journal to Persistent Storage.
Apr 21 13:45:04 MitchPC 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'
Apr 21 13:45:04 MitchPC kernel: audit: type=1130 audit(1587491104.146:4): 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'
Apr 21 13:45:04 MitchPC systemd[1]: Found device Samsung_SSD_850_EVO_250GB 2.
Apr 21 13:45:04 MitchPC systemd[1]: Found device WDC_WD10EZEX-00BN5A0 Terabyte.
Apr 21 13:45:04 MitchPC systemd[1]: Activating swap Swap Partition...
Apr 21 13:45:04 MitchPC kernel: i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
Apr 21 13:45:04 MitchPC kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Apr 21 13:45:04 MitchPC systemd[1]: Found device Samsung_SSD_850_EVO_250GB 1.
Apr 21 13:45:04 MitchPC systemd-udevd[369]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 21 13:45:04 MitchPC kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Apr 21 13:45:04 MitchPC kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Apr 21 13:45:04 MitchPC kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Apr 21 13:45:04 MitchPC kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Apr 21 13:45:04 MitchPC kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Apr 21 13:45:04 MitchPC kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Apr 21 13:45:04 MitchPC systemd[1]: Found device Samsung_SSD_850_EVO_250GB J.
Apr 21 13:45:04 MitchPC kernel: Adding 12214268k swap on /dev/sde2.  Priority:-2 extents:1 across:12214268k SSFS
Apr 21 13:45:04 MitchPC systemd[1]: Activated swap Swap Partition.
Apr 21 13:45:04 MitchPC systemd[1]: Reached target Swap.
Apr 21 13:45:04 MitchPC systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Apr 21 13:45:04 MitchPC kernel: cryptd: max_cpu_qlen set to 1000
Apr 21 13:45:04 MitchPC systemd[1]: Mounting Temporary Directory (/tmp)...
Apr 21 13:45:04 MitchPC systemd[1]: Mounted Temporary Directory (/tmp).
Apr 21 13:45:04 MitchPC mtp-probe[403]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9.3"
Apr 21 13:45:04 MitchPC mtp-probe[403]: bus: 2, device: 4 was not an MTP device
Apr 21 13:45:04 MitchPC kernel: e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
Apr 21 13:45:04 MitchPC kernel: usb 2-10.3: New USB device found, idVendor=046d, idProduct=c332, bcdDevice= 3.01
Apr 21 13:45:04 MitchPC kernel: usb 2-10.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 21 13:45:04 MitchPC kernel: usb 2-10.3: Product: Gaming Mouse G502
Apr 21 13:45:04 MitchPC kernel: usb 2-10.3: Manufacturer: Logitech
Apr 21 13:45:04 MitchPC kernel: usb 2-10.3: SerialNumber: 0D7236523838
Apr 21 13:45:04 MitchPC mtp-probe[404]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.3"
Apr 21 13:45:04 MitchPC mtp-probe[404]: bus: 2, device: 5 was not an MTP device
Apr 21 13:45:04 MitchPC kernel: iTCO_vendor_support: vendor-support=0
Apr 21 13:45:04 MitchPC kernel: AVX2 version of gcm_enc/dec engaged.
Apr 21 13:45:04 MitchPC kernel: AES CTR mode by8 optimization enabled
Apr 21 13:45:04 MitchPC kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Apr 21 13:45:04 MitchPC kernel: iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Apr 21 13:45:04 MitchPC kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 94:de:80:af:1f:be
Apr 21 13:45:04 MitchPC kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
Apr 21 13:45:04 MitchPC kernel: e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
Apr 21 13:45:04 MitchPC kernel: hid: raw HID events driver (C) Jiri Kosina
Apr 21 13:45:04 MitchPC kernel: usb 2-9.4: new high-speed USB device number 6 using xhci_hcd
Apr 21 13:45:04 MitchPC systemd-udevd[373]: Using default interface naming scheme 'v245'.
Apr 21 13:45:04 MitchPC systemd-udevd[373]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Apr 21 13:45:04 MitchPC kernel: e1000e 0000:00:19.0 eno1: renamed from eth0
Apr 21 13:45:04 MitchPC systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Apr 21 13:45:04 MitchPC 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'
Apr 21 13:45:04 MitchPC systemd[1]: Reached target Local File Systems (Pre).
Apr 21 13:45:04 MitchPC kernel: audit: type=1130 audit(1587491104.319:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:04 MitchPC systemd[1]: Mounting /media/GameDrive...
Apr 21 13:45:04 MitchPC systemd[1]: Mounting /media/Terabyte...
Apr 21 13:45:04 MitchPC kernel: usb 2-9.4: New USB device found, idVendor=0781, idProduct=5567, bcdDevice= 1.00
Apr 21 13:45:04 MitchPC kernel: usb 2-9.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 21 13:45:04 MitchPC kernel: usb 2-9.4: Product: Cruzer Blade
Apr 21 13:45:04 MitchPC kernel: usb 2-9.4: Manufacturer: SanDisk
Apr 21 13:45:04 MitchPC kernel: usb 2-9.4: SerialNumber: 4C530000110824120283
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Apr 21 13:45:04 MitchPC systemd[1]: Starting File System Check on /dev/disk/by-uuid/1FF8-C8F0...
Apr 21 13:45:04 MitchPC mtp-probe[448]: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9.4"
Apr 21 13:45:04 MitchPC mtp-probe[448]: bus: 2, device: 6 was not an MTP device
Apr 21 13:45:04 MitchPC systemd[1]: Found device Ethernet Connection I217-V.
Apr 21 13:45:04 MitchPC systemd-fsck[450]: fsck.fat 4.1 (2017-01-24)
Apr 21 13:45:04 MitchPC systemd-fsck[450]: 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Apr 21 13:45:04 MitchPC systemd-fsck[450]:  Automatically removing dirty bit.
Apr 21 13:45:04 MitchPC systemd-fsck[450]: Performing changes.
Apr 21 13:45:04 MitchPC systemd-fsck[450]: /dev/sde1: 739 files, 31335/124680 clusters
Apr 21 13:45:04 MitchPC systemd[1]: Finished File System Check on /dev/disk/by-uuid/1FF8-C8F0.
Apr 21 13:45:04 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-1FF8\x2dC8F0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:04 MitchPC systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Apr 21 13:45:04 MitchPC systemd[1]: Mounting /boot...
Apr 21 13:45:04 MitchPC kernel: audit: type=1130 audit(1587491104.372:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-1FF8\x2dC8F0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:04 MitchPC kernel: i915 0000:00:02.0: enabling device (0006 -> 0007)
Apr 21 13:45:04 MitchPC kernel: checking generic (d1000000 300000) vs hw (d3400000 400000)
Apr 21 13:45:04 MitchPC kernel: checking generic (d1000000 300000) vs hw (b0000000 10000000)
Apr 21 13:45:04 MitchPC kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Apr 21 13:45:04 MitchPC kernel: [drm] Driver supports precise vblank timestamp query.
Apr 21 13:45:04 MitchPC kernel: usb-storage 2-9.4:1.0: USB Mass Storage device detected
Apr 21 13:45:04 MitchPC kernel: intel-spi intel-spi: mx25l12805d (16384 Kbytes)
Apr 21 13:45:04 MitchPC kernel: fuse: init (API version 7.31)
Apr 21 13:45:04 MitchPC kernel: *** VALIDATE fuseblk ***
Apr 21 13:45:04 MitchPC kernel: *** VALIDATE fuse ***
Apr 21 13:45:04 MitchPC systemd[1]: Mounting FUSE Control File System...
Apr 21 13:45:04 MitchPC systemd[1]: Mounted FUSE Control File System.
Apr 21 13:45:04 MitchPC kernel: scsi host8: usb-storage 2-9.4:1.0
Apr 21 13:45:04 MitchPC kernel: usbcore: registered new interface driver usb-storage
Apr 21 13:45:04 MitchPC kernel: usbcore: registered new interface driver usbhid
Apr 21 13:45:04 MitchPC kernel: usbhid: USB HID core driver
Apr 21 13:45:04 MitchPC kernel: usbcore: registered new interface driver uas
Apr 21 13:45:04 MitchPC kernel: [drm] Initialized i915 1.6.0 20200114 for 0000:00:02.0 on minor 1
Apr 21 13:45:04 MitchPC mtp-probe[462]: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9.4"
Apr 21 13:45:04 MitchPC mtp-probe[462]: bus: 2, device: 6 was not an MTP device
Apr 21 13:45:04 MitchPC kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Apr 21 13:45:04 MitchPC kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
Apr 21 13:45:04 MitchPC mtp-probe[463]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.3"
Apr 21 13:45:04 MitchPC mtp-probe[463]: bus: 2, device: 5 was not an MTP device
Apr 21 13:45:04 MitchPC kernel: usb 2-10.4: new full-speed USB device number 7 using xhci_hcd
Apr 21 13:45:04 MitchPC kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Apr 21 13:45:04 MitchPC kernel: Creating 1 MTD partitions on "intel-spi":
Apr 21 13:45:04 MitchPC kernel: 0x000000000000-0x000001000000 : "BIOS"
Apr 21 13:45:04 MitchPC kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Apr 21 13:45:04 MitchPC kernel: i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
Apr 21 13:45:04 MitchPC kernel: input: Logitech Gaming Mouse G502 as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.3/2-10.3:1.0/0003:046D:C332.0001/input/input4
Apr 21 13:45:04 MitchPC kernel: hid-generic 0003:046D:C332.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech Gaming Mouse G502] on usb-0000:00:14.0-10.3/input0
Apr 21 13:45:04 MitchPC kernel: input: Logitech Gaming Mouse G502 Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.3/2-10.3:1.1/0003:046D:C332.0002/input/input5
Apr 21 13:45:04 MitchPC kernel: mc: Linux media interface: v0.10
Apr 21 13:45:04 MitchPC systemd[1]: Mounted /boot.
Apr 21 13:45:04 MitchPC systemd[1]: Reached target Local File Systems.
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:45:04 MitchPC systemd[1]: Starting Create Volatile Files and Directories...
Apr 21 13:45:04 MitchPC systemd[1]: Finished Create Volatile Files and Directories.
Apr 21 13:45:04 MitchPC 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'
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:45:04 MitchPC kernel: audit: type=1130 audit(1587491104.496:7): 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'
Apr 21 13:45:04 MitchPC systemd[1]: Starting Network Time Synchronization...
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:45:04 MitchPC systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Apr 21 13:45:04 MitchPC audit[471]: SYSTEM_BOOT pid=471 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:04 MitchPC kernel: audit: type=1127 audit(1587491104.502:8): pid=471 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:04 MitchPC systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Apr 21 13:45:04 MitchPC 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'
Apr 21 13:45:04 MitchPC kernel: audit: type=1130 audit(1587491104.506:9): 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'
Apr 21 13:45:04 MitchPC mount[441]: Using default user mapping
Apr 21 13:45:04 MitchPC ntfs-3g[472]: Version 2017.3.23 external FUSE 29
Apr 21 13:45:04 MitchPC ntfs-3g[472]: Mounted /dev/sdb2 (Read-Write, label "J", NTFS 3.1)
Apr 21 13:45:04 MitchPC ntfs-3g[472]: Cmdline options: rw,nosuid,nodev,permissions,ntfs-3g,users,exec
Apr 21 13:45:04 MitchPC ntfs-3g[472]: Mount options: rw,nosuid,nodev,ntfs-3g,users,exec,allow_other,nonempty,default_permissions,relatime,fsname=/dev/sdb2,blkdev,blksize=4096
Apr 21 13:45:04 MitchPC ntfs-3g[472]: User mapping built, Posix ACLs not used, configuration type 7
Apr 21 13:45:04 MitchPC systemd[1]: Mounted /media/GameDrive.
Apr 21 13:45:04 MitchPC kernel: input: Logitech Gaming Mouse G502 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.3/2-10.3:1.1/0003:046D:C332.0002/input/input6
Apr 21 13:45:04 MitchPC kernel: input: Logitech Gaming Mouse G502 System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.3/2-10.3:1.1/0003:046D:C332.0002/input/input7
Apr 21 13:45:04 MitchPC kernel: hid-generic 0003:046D:C332.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Logitech Gaming Mouse G502] on usb-0000:00:14.0-10.3/input1
Apr 21 13:45:04 MitchPC kernel: usbcore: registered new interface driver snd-usb-audio
Apr 21 13:45:04 MitchPC mtp-probe[477]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9.3"
Apr 21 13:45:04 MitchPC mtp-probe[477]: bus: 2, device: 4 was not an MTP device
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:45:04 MitchPC kernel: mousedev: PS/2 mouse device common for all mice
Apr 21 13:45:04 MitchPC kernel: intel_rapl_common: Found RAPL domain package
Apr 21 13:45:04 MitchPC kernel: intel_rapl_common: Found RAPL domain core
Apr 21 13:45:04 MitchPC kernel: intel_rapl_common: Found RAPL domain uncore
Apr 21 13:45:04 MitchPC kernel: intel_rapl_common: Found RAPL domain dram
Apr 21 13:45:04 MitchPC systemd[1]: Started Network Time Synchronization.
Apr 21 13:45:04 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:04 MitchPC systemd[1]: Reached target System Initialization.
Apr 21 13:45:04 MitchPC kernel: audit: type=1130 audit(1587491104.742:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:04 MitchPC systemd[1]: Started CUPS Scheduler.
Apr 21 13:45:04 MitchPC systemd[1]: Started Daily Cleanup of Temporary Directories.
Apr 21 13:45:04 MitchPC mount[443]: Using default user mapping
Apr 21 13:45:04 MitchPC systemd[1]: Reached target Paths.
Apr 21 13:45:04 MitchPC systemd[1]: Reached target System Time Set.
Apr 21 13:45:04 MitchPC systemd[1]: Reached target System Time Synchronized.
Apr 21 13:45:04 MitchPC systemd[1]: Started Daily rotation of log files.
Apr 21 13:45:04 MitchPC ntfs-3g[482]: Version 2017.3.23 external FUSE 29
Apr 21 13:45:04 MitchPC ntfs-3g[482]: Mounted /dev/sdd1 (Read-Write, label "Terabyte", NTFS 3.1)
Apr 21 13:45:04 MitchPC ntfs-3g[482]: Cmdline options: rw,nosuid,nodev,permissions,ntfs-3g,users,exec
Apr 21 13:45:04 MitchPC ntfs-3g[482]: Mount options: rw,nosuid,nodev,ntfs-3g,users,exec,allow_other,nonempty,default_permissions,relatime,fsname=/dev/sdd1,blkdev,blksize=4096
Apr 21 13:45:04 MitchPC ntfs-3g[482]: User mapping built, Posix ACLs not used, configuration type 7
Apr 21 13:45:04 MitchPC systemd[1]: Started Daily verification of password and group files.
Apr 21 13:45:04 MitchPC systemd[1]: Reached target Timers.
Apr 21 13:45:04 MitchPC systemd[1]: Listening on D-Bus System Message Bus Socket.
Apr 21 13:45:04 MitchPC systemd[1]: Listening on CUPS Scheduler.
Apr 21 13:45:04 MitchPC systemd[1]: Reached target Sockets.
Apr 21 13:45:04 MitchPC systemd[1]: Reached target Basic System.
Apr 21 13:45:04 MitchPC systemd[1]: Starting Accounts Service...
Apr 21 13:45:04 MitchPC systemd[1]: Starting Save/Restore Sound Card State...
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Apr 21 13:45:04 MitchPC systemd[1]: Started Corsair Keyboard Daemon.
Apr 21 13:45:04 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ckb-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:04 MitchPC systemd[1]: Started D-Bus System Message Bus.
Apr 21 13:45:04 MitchPC 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'
Apr 21 13:45:04 MitchPC systemd[1]: Starting dhcpcd on all interfaces...
Apr 21 13:45:04 MitchPC systemd[1]: Starting dhcpcd on eno1...
Apr 21 13:45:04 MitchPC systemd[1]: Starting Hardware Abstraction Layer...
Apr 21 13:45:04 MitchPC systemd[1]: Starting Initialize hardware monitoring sensors...
Apr 21 13:45:04 MitchPC audit: AUDIT1334 prog-id=7 op=LOAD
Apr 21 13:45:04 MitchPC audit: AUDIT1334 prog-id=8 op=LOAD
Apr 21 13:45:04 MitchPC systemd[1]: Starting Login Service...
Apr 21 13:45:04 MitchPC systemd[1]: Starting Permit User Sessions...
Apr 21 13:45:04 MitchPC systemd[1]: Started WPA supplicant daemon (interface-specific version).
Apr 21 13:45:04 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant@eno1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:04 MitchPC kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Apr 21 13:45:04 MitchPC systemd[1]: Mounted /media/Terabyte.
Apr 21 13:45:04 MitchPC kernel: random: hald: uninitialized urandom read (10 bytes read)
Apr 21 13:45:04 MitchPC kernel: random: hald: uninitialized urandom read (12 bytes read)
Apr 21 13:45:04 MitchPC kernel: it87: Found IT8728F chip at 0xa30, revision 1
Apr 21 13:45:04 MitchPC kernel: it87: Beeping is supported
Apr 21 13:45:04 MitchPC systemd[1]: Finished Save/Restore Sound Card State.
Apr 21 13:45:04 MitchPC 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'
Apr 21 13:45:04 MitchPC systemd[1]: Finished Permit User Sessions.
Apr 21 13:45:04 MitchPC 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'
Apr 21 13:45:04 MitchPC systemd[1]: Reached target Sound Card.
Apr 21 13:45:04 MitchPC systemd[1]: Started Getty on tty1.
Apr 21 13:45:04 MitchPC 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'
Apr 21 13:45:04 MitchPC systemd[1]: Reached target Login Prompts.
Apr 21 13:45:04 MitchPC dhcpcd[488]: dhcpcd-9.0.1 starting
Apr 21 13:45:04 MitchPC dhcpcd[487]: dhcpcd-9.0.1 starting
Apr 21 13:45:04 MitchPC systemd[1]: Finished Initialize hardware monitoring sensors.
Apr 21 13:45:04 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:04 MitchPC wpa_supplicant[494]: Successfully initialized wpa_supplicant
Apr 21 13:45:04 MitchPC wpa_supplicant[494]: Failed to open config file '/etc/wpa_supplicant/wpa_supplicant-eno1.conf', error: No such file or directory
Apr 21 13:45:04 MitchPC wpa_supplicant[494]: Failed to read or parse configuration '/etc/wpa_supplicant/wpa_supplicant-eno1.conf'.
Apr 21 13:45:04 MitchPC systemd[1]: wpa_supplicant@eno1.service: Main process exited, code=exited, status=255/EXCEPTION
Apr 21 13:45:04 MitchPC systemd[1]: wpa_supplicant@eno1.service: Failed with result 'exit-code'.
Apr 21 13:45:04 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant@eno1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:45:04 MitchPC dhcpcd[541]: dev: loaded udev
Apr 21 13:45:04 MitchPC kernel: 8021q: 802.1Q VLAN Support v1.8
Apr 21 13:45:04 MitchPC systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Apr 21 13:45:04 MitchPC hald[549]: Runner started - allowed paths are '/usr/lib/hal:/usr/lib/hal/scripts:/usr/bin'
Apr 21 13:45:04 MitchPC dbus-daemon[486]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.3' (uid=0 pid=483 comm="/usr/lib/accounts-daemon ")
Apr 21 13:45:04 MitchPC systemd[1]: polkit.service: Failed to create cgroup /system.slice/polkit.service: No such file or directory
Apr 21 13:45:04 MitchPC systemd[1]: Starting Authorization Manager...
Apr 21 13:45:04 MitchPC systemd[552]: polkit.service: Failed to attach to cgroup /system.slice/polkit.service: No such file or directory
Apr 21 13:45:04 MitchPC systemd[552]: polkit.service: Failed at step CGROUP spawning /usr/lib/polkit-1/polkitd: No such file or directory
Apr 21 13:45:04 MitchPC systemd[1]: polkit.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:45:04 MitchPC systemd[1]: polkit.service: Failed with result 'exit-code'.
Apr 21 13:45:04 MitchPC systemd[1]: Failed to start Authorization Manager.
Apr 21 13:45:04 MitchPC 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=failed'
Apr 21 13:45:04 MitchPC kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Apr 21 13:45:04 MitchPC kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Apr 21 13:45:04 MitchPC kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Apr 21 13:45:04 MitchPC kernel: cfg80211: failed to load regulatory.db
Apr 21 13:45:04 MitchPC systemd[1]: Started dhcpcd on all interfaces.
Apr 21 13:45:04 MitchPC 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'
Apr 21 13:45:04 MitchPC kernel: random: crng init done
Apr 21 13:45:04 MitchPC kernel: random: 3 urandom warning(s) missed due to ratelimiting
Apr 21 13:45:04 MitchPC systemd[1]: Finished Load/Save Random Seed.
Apr 21 13:45:04 MitchPC 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'
Apr 21 13:45:04 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:45:04 MitchPC systemd-logind[492]: New seat seat0.
Apr 21 13:45:04 MitchPC systemd-logind[492]: Watching system buttons on /dev/input/event1 (Power Button)
Apr 21 13:45:05 MitchPC systemd-logind[492]: Watching system buttons on /dev/input/event0 (Power Button)
Apr 21 13:45:05 MitchPC systemd-logind[492]: Watching system buttons on /dev/input/event5 (Logitech Gaming Mouse G502 Keyboard)
Apr 21 13:45:05 MitchPC systemd-logind[492]: Watching system buttons on /dev/input/event6 (Logitech Gaming Mouse G502 Consumer Control)
Apr 21 13:45:05 MitchPC systemd-logind[492]: Watching system buttons on /dev/input/event7 (Logitech Gaming Mouse G502 System Control)
Apr 21 13:45:05 MitchPC systemd[1]: Started Login Service.
Apr 21 13:45:05 MitchPC 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'
Apr 21 13:45:05 MitchPC dhcpcd[541]: eno1: waiting for carrier
Apr 21 13:45:05 MitchPC dhcpcd[536]: eno1: waiting for carrier
Apr 21 13:45:05 MitchPC kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
Apr 21 13:45:05 MitchPC kernel: ucsi_ccg 4-0008: i2c_transfer failed -110
Apr 21 13:45:05 MitchPC kernel: ucsi_ccg 4-0008: ucsi_ccg_init failed - -110
Apr 21 13:45:05 MitchPC kernel: ucsi_ccg: probe of 4-0008 failed with error -110
Apr 21 13:45:05 MitchPC kernel: scsi 8:0:0:0: Direct-Access     SanDisk  Cruzer Blade     1.00 PQ: 0 ANSI: 6
Apr 21 13:45:05 MitchPC kernel: sd 8:0:0:0: [sdf] 61341696 512-byte logical blocks: (31.4 GB/29.3 GiB)
Apr 21 13:45:05 MitchPC kernel: sd 8:0:0:0: [sdf] Write Protect is off
Apr 21 13:45:05 MitchPC kernel: sd 8:0:0:0: [sdf] Mode Sense: 43 00 00 00
Apr 21 13:45:05 MitchPC kernel: sd 8:0:0:0: [sdf] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Apr 21 13:45:05 MitchPC kernel:  sdf: sdf1
Apr 21 13:45:05 MitchPC kernel: sd 8:0:0:0: [sdf] Attached SCSI removable disk
Apr 21 13:45:07 MitchPC dhcpcd[536]: eno1: carrier acquired
Apr 21 13:45:07 MitchPC kernel: e1000e 0000:00:19.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
Apr 21 13:45:07 MitchPC kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
Apr 21 13:45:07 MitchPC dhcpcd[541]: eno1: carrier acquired
Apr 21 13:45:07 MitchPC dhcpcd[536]: DUID 00:01:00:01:26:2f:73:dd:94:de:80:af:1f:be
Apr 21 13:45:07 MitchPC dhcpcd[536]: eno1: IAID 80:af:1f:be
Apr 21 13:45:07 MitchPC dhcpcd[541]: DUID 00:01:00:01:26:2f:73:dd:94:de:80:af:1f:be
Apr 21 13:45:07 MitchPC dhcpcd[541]: eno1: IAID 80:af:1f:be
Apr 21 13:45:07 MitchPC dhcpcd[541]: eno1: adding address fe80::3ffe:10c9:b2f9:6e84
Apr 21 13:45:07 MitchPC dhcpcd[536]: eno1: adding address fe80::3ffe:10c9:b2f9:6e84
Apr 21 13:45:08 MitchPC dhcpcd[541]: eno1: soliciting an IPv6 router
Apr 21 13:45:08 MitchPC kernel: usb 2-10.4: New USB device found, idVendor=1b1c, idProduct=1b13, bcdDevice= 1.33
Apr 21 13:45:08 MitchPC kernel: usb 2-10.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 21 13:45:08 MitchPC kernel: usb 2-10.4: Product: Corsair K70 RGB Gaming Keyboard 
Apr 21 13:45:08 MitchPC kernel: usb 2-10.4: Manufacturer: Corsair
Apr 21 13:45:08 MitchPC kernel: usb 2-10.4: SerialNumber: 0C01903AAEA8A0C554E38129F5001944
Apr 21 13:45:08 MitchPC dhcpcd[536]: eno1: soliciting an IPv6 router
Apr 21 13:45:09 MitchPC dhcpcd[536]: eno1: rebinding lease of 192.168.1.130
Apr 21 13:45:09 MitchPC dhcpcd[536]: eno1: probing address 192.168.1.130/24
Apr 21 13:45:09 MitchPC dhcpcd[581]: dhcp6_openudp: Address already in use
Apr 21 13:45:09 MitchPC dhcpcd[581]: ps_inet_listenin6: Address already in use
Apr 21 13:45:09 MitchPC dhcpcd[581]: ps_root_recvmsg: Address already in use
Apr 21 13:45:09 MitchPC dhcpcd[541]: eno1: rebinding lease of 192.168.1.130
Apr 21 13:45:09 MitchPC dhcpcd[541]: eno1: probing address 192.168.1.130/24
Apr 21 13:45:09 MitchPC kernel: input: Corsair Corsair K70 RGB Gaming Keyboard  as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.4/2-10.4:1.0/0003:1B1C:1B13.0003/input/input10
Apr 21 13:45:09 MitchPC kernel: hid-generic 0003:1B1C:1B13.0003: input,hidraw2: USB HID v1.11 Keyboard [Corsair Corsair K70 RGB Gaming Keyboard ] on usb-0000:00:14.0-10.4/input0
Apr 21 13:45:09 MitchPC systemd[496]: getty@tty1.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:09 MitchPC systemd[496]: getty@tty1.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:45:09 MitchPC systemd[1]: getty@tty1.service: Succeeded.
Apr 21 13:45:09 MitchPC kernel: kauditd_printk_skb: 14 callbacks suppressed
Apr 21 13:45:09 MitchPC kernel: audit: type=1131 audit(1587491109.789:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:09 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:09 MitchPC systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 1.
Apr 21 13:45:09 MitchPC systemd[1]: Stopped Getty on tty1.
Apr 21 13:45:09 MitchPC 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'
Apr 21 13:45:09 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:09 MitchPC systemd[1]: getty@tty1.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:09 MitchPC systemd[1]: Started Getty on tty1.
Apr 21 13:45:09 MitchPC kernel: audit: type=1130 audit(1587491109.799:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:09 MitchPC kernel: audit: type=1131 audit(1587491109.799:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:09 MitchPC 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'
Apr 21 13:45:09 MitchPC kernel: audit: type=1130 audit(1587491109.802:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:10 MitchPC kernel: input: Corsair Corsair K70 RGB Gaming Keyboard  Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.4/2-10.4:1.1/0003:1B1C:1B13.0004/input/input11
Apr 21 13:45:10 MitchPC kernel: input: Corsair Corsair K70 RGB Gaming Keyboard  Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.4/2-10.4:1.1/0003:1B1C:1B13.0004/input/input12
Apr 21 13:45:10 MitchPC kernel: hid-generic 0003:1B1C:1B13.0004: input,hidraw3: USB HID v1.11 Keyboard [Corsair Corsair K70 RGB Gaming Keyboard ] on usb-0000:00:14.0-10.4/input1
Apr 21 13:45:10 MitchPC kernel: hid-generic 0003:1B1C:1B13.0005: hiddev1,hidraw4: USB HID v1.11 Device [Corsair Corsair K70 RGB Gaming Keyboard ] on usb-0000:00:14.0-10.4/input2
Apr 21 13:45:11 MitchPC kernel: hid-generic 0003:1B1C:1B13.0006: hiddev2,hidraw5: USB HID v1.11 Device [Corsair Corsair K70 RGB Gaming Keyboard ] on usb-0000:00:14.0-10.4/input3
Apr 21 13:45:11 MitchPC mtp-probe[585]: checking bus 2, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.4"
Apr 21 13:45:11 MitchPC mtp-probe[585]: bus: 2, device: 7 was not an MTP device
Apr 21 13:45:11 MitchPC hald[594]: woohoo
Apr 21 13:45:11 MitchPC hald[595]: woohoo
Apr 21 13:45:11 MitchPC hald[596]: woohoo
Apr 21 13:45:11 MitchPC hald[597]: woohoo
Apr 21 13:45:11 MitchPC hald[598]: woohoo
Apr 21 13:45:11 MitchPC hald[599]: woohoo
Apr 21 13:45:11 MitchPC hald[489]: device udi = /org/freedesktop/Hal/devices/temp/145
Apr 21 13:45:11 MitchPC hald[489]:   linux.device_file = '/dev/ttyS1'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   serial.originating_device = '/org/freedesktop/Hal/devices/platform_serial8250'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   info.category = 'serial'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   linux.subsystem = 'tty'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   linux.hotplug_type = 2  0x2  (int)
Apr 21 13:45:11 MitchPC hald[489]:   serial.type = 'platform'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   info.parent = '/org/freedesktop/Hal/devices/platform_serial8250'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   serial.port = 1  0x1  (int)
Apr 21 13:45:11 MitchPC hald[489]:   linux.sysfs_path = '/sys/devices/platform/serial8250/tty/ttyS1'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   serial.device = '/dev/ttyS1'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   info.product = 'Platform Device (serial8250)'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   info.subsystem = 'tty'  (string)
Apr 21 13:45:11 MitchPC hald[489]: device udi = /org/freedesktop/Hal/devices/temp/146
Apr 21 13:45:11 MitchPC hald[489]:   linux.device_file = '/dev/ttyS2'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   serial.originating_device = '/org/freedesktop/Hal/devices/platform_serial8250'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   info.category = 'serial'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   linux.subsystem = 'tty'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   linux.hotplug_type = 2  0x2  (int)
Apr 21 13:45:11 MitchPC hald[489]:   serial.type = 'platform'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   info.parent = '/org/freedesktop/Hal/devices/platform_serial8250'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   serial.port = 2  0x2  (int)
Apr 21 13:45:11 MitchPC hald[489]:   linux.sysfs_path = '/sys/devices/platform/serial8250/tty/ttyS2'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   serial.device = '/dev/ttyS2'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   info.product = 'Platform Device (serial8250)'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   info.subsystem = 'tty'  (string)
Apr 21 13:45:11 MitchPC hald[489]: device udi = /org/freedesktop/Hal/devices/temp/147
Apr 21 13:45:11 MitchPC hald[489]:   linux.device_file = '/dev/ttyS3'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   serial.originating_device = '/org/freedesktop/Hal/devices/platform_serial8250'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   info.category = 'serial'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   linux.subsystem = 'tty'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   linux.hotplug_type = 2  0x2  (int)
Apr 21 13:45:11 MitchPC hald[489]:   serial.type = 'platform'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   info.parent = '/org/freedesktop/Hal/devices/platform_serial8250'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   serial.port = 3  0x3  (int)
Apr 21 13:45:11 MitchPC hald[489]:   linux.sysfs_path = '/sys/devices/platform/serial8250/tty/ttyS3'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   serial.device = '/dev/ttyS3'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   info.product = 'Platform Device (serial8250)'  (string)
Apr 21 13:45:11 MitchPC hald[489]:   info.subsystem = 'tty'  (string)
Apr 21 13:45:11 MitchPC hald[604]: org.freedesktop.Hal.Device.Volume.UnknownFailure
Apr 21 13:45:11 MitchPC hald[604]: Cannot open /media/.hal-mtab
Apr 21 13:45:11 MitchPC hald[604]: in hal-storage-cleanup-all-mountpoints
Apr 21 13:45:11 MitchPC systemd-logind[492]: Watching system buttons on /dev/input/event8 (Corsair Corsair K70 RGB Gaming Keyboard )
Apr 21 13:45:11 MitchPC systemd-logind[492]: Watching system buttons on /dev/input/event9 (Corsair Corsair K70 RGB Gaming Keyboard  Keyboard)
Apr 21 13:45:11 MitchPC systemd-logind[492]: Watching system buttons on /dev/input/event10 (Corsair Corsair K70 RGB Gaming Keyboard  Consumer Control)
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-addon-input (0) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-addon-input', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-addon-leds (0) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-addon-leds', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-storage (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-storage', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-storage (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-storage', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-storage (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-storage', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-storage (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-storage', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-storage (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-storage', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-storage (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-storage', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-serial (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-serial', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-serial (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-serial', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-serial (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-serial', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: pid 600: rc=1 signaled=0: /usr/lib/hal/hald-probe-serial
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-serial (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-serial', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: pid 601: rc=1 signaled=0: /usr/lib/hal/hald-probe-serial
Apr 21 13:45:11 MitchPC hald[549]: pid 602: rc=1 signaled=0: /usr/lib/hal/hald-probe-serial
Apr 21 13:45:11 MitchPC hald[549]: pid 603: rc=0 signaled=0: /usr/lib/hal/hald-probe-serial
Apr 21 13:45:11 MitchPC hald[549]: Run started hal-storage-cleanup-all-mountpoints (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hal-storage-cleanup-all-mountpoints', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: pid 594: rc=0 signaled=0: /usr/lib/hal/hald-probe-storage
Apr 21 13:45:11 MitchPC hald[549]: pid 595: rc=0 signaled=0: /usr/lib/hal/hald-probe-storage
Apr 21 13:45:11 MitchPC hald[549]: pid 596: rc=0 signaled=0: /usr/lib/hal/hald-probe-storage
Apr 21 13:45:11 MitchPC hald[549]: pid 597: rc=0 signaled=0: /usr/lib/hal/hald-probe-storage
Apr 21 13:45:11 MitchPC hald[549]: pid 598: rc=0 signaled=0: /usr/lib/hal/hald-probe-storage
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-addon-storage (0) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-addon-storage', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: pid 604: rc=1 signaled=0: /usr/lib/hal/hal-storage-cleanup-all-mountpoints
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-volume (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: pid 599: rc=0 signaled=0: /usr/lib/hal/hald-probe-storage
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-addon-storage (0) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-addon-storage', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-volume (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-addon-storage (0) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-addon-storage', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-volume (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-volume (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-volume (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-volume (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-volume (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-volume (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-addon-cpufreq (0) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-addon-cpufreq', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-addon-acpi (0) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-addon-acpi', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-volume (20000) (0)
Apr 21 13:45:11 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir is '/usr/lib/hal'
Apr 21 13:45:11 MitchPC hald[549]: Run started hald-probe-volume (20000) (0)
Apr 21 13:45:11 MitchPC hald-addon-stor[606]: Source ID 4294967295 was not found when attempting to remove it
Apr 21 13:45:11 MitchPC hald-addon-stor[608]: Source ID 4294967295 was not found when attempting to remove it
Apr 21 13:45:11 MitchPC mtp-probe[624]: checking bus 2, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.4"
Apr 21 13:45:11 MitchPC mtp-probe[624]: bus: 2, device: 7 was not an MTP device
Apr 21 13:45:11 MitchPC hald-addon-stor[610]: Source ID 4294967295 was not found when attempting to remove it
Apr 21 13:45:11 MitchPC systemd[1]: Started Hardware Abstraction Layer.
Apr 21 13:45:11 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=hal comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:11 MitchPC kernel: audit: type=1130 audit(1587491111.676:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=hal comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:11 MitchPC kernel: input: ckb1: Corsair K70 RGB Gaming Keyboard as /devices/virtual/input/input13
Apr 21 13:45:11 MitchPC kernel: input: ckb1: Corsair K70 RGB Gaming Keyboard as /devices/virtual/input/input14
Apr 21 13:45:11 MitchPC systemd-logind[492]: Watching system buttons on /dev/input/event8 (ckb1: Corsair K70 RGB Gaming Keyboard)
Apr 21 13:45:12 MitchPC systemd-logind[492]: Watching system buttons on /dev/input/event9 (ckb1: Corsair K70 RGB Gaming Keyboard)
Apr 21 13:45:13 MitchPC hald[549]: !  full path is '/usr/lib/hal/hald-probe-volume', program_dir i
Apr 21 13:45:13 MitchPC hald[631]: !  full
Apr 21 13:45:13 MitchPC hald[632]: !  full
Apr 21 13:45:14 MitchPC dhcpcd[536]: eno1: leased 192.168.1.130 for 86400 seconds
Apr 21 13:45:14 MitchPC dhcpcd[536]: eno1: adding route to 192.168.1.0/24
Apr 21 13:45:14 MitchPC dhcpcd[536]: eno1: adding default route via 192.168.1.1
Apr 21 13:45:14 MitchPC systemd[1]: Started dhcpcd on eno1.
Apr 21 13:45:14 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@eno1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:14 MitchPC systemd[1]: Reached target Multi-User System.
Apr 21 13:45:14 MitchPC systemd[1]: Reached target Network.
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:45:14 MitchPC systemd[1]: Starting CUPS Scheduler...
Apr 21 13:45:14 MitchPC systemd[653]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:45:14 MitchPC systemd[653]: org.cups.cupsd.service: Failed at step CGROUP spawning /usr/bin/cupsd: No such file or directory
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.service: Failed with result 'exit-code'.
Apr 21 13:45:14 MitchPC systemd[1]: Failed to start CUPS Scheduler.
Apr 21 13:45:14 MitchPC 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=failed'
Apr 21 13:45:14 MitchPC kernel: audit: type=1130 audit(1587491114.226:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@eno1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:14 MitchPC kernel: audit: type=1130 audit(1587491114.226:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.service: Scheduled restart job, restart counter is at 1.
Apr 21 13:45:14 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:45:14 MitchPC 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'
Apr 21 13:45:14 MitchPC audit[1]: SERVICE_STOP 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'
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.path: Succeeded.
Apr 21 13:45:14 MitchPC kernel: audit: type=1130 audit(1587491114.579:32): 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'
Apr 21 13:45:14 MitchPC kernel: audit: type=1131 audit(1587491114.579:33): 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'
Apr 21 13:45:14 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:45:14 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.socket: Succeeded.
Apr 21 13:45:14 MitchPC systemd[1]: Closed CUPS Scheduler.
Apr 21 13:45:14 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:45:14 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:45:14 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:45:14 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:45:14 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:45:14 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:45:14 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:45:14 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:45:14 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:45:14 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:45:14 MitchPC systemd[1]: Started CUPS Scheduler.
Apr 21 13:45:14 MitchPC systemd[1]: Listening on CUPS Scheduler.
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:45:14 MitchPC systemd[1]: Starting CUPS Scheduler...
Apr 21 13:45:14 MitchPC systemd[654]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:45:14 MitchPC systemd[654]: org.cups.cupsd.service: Failed at step CGROUP spawning /usr/bin/cupsd: No such file or directory
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.service: Failed with result 'exit-code'.
Apr 21 13:45:14 MitchPC systemd[1]: Failed to start CUPS Scheduler.
Apr 21 13:45:14 MitchPC 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=failed'
Apr 21 13:45:14 MitchPC kernel: audit: type=1130 audit(1587491114.589:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.service: Scheduled restart job, restart counter is at 2.
Apr 21 13:45:14 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:45:14 MitchPC 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'
Apr 21 13:45:14 MitchPC audit[1]: SERVICE_STOP 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'
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.path: Succeeded.
Apr 21 13:45:14 MitchPC kernel: audit: type=1130 audit(1587491114.806:35): 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'
Apr 21 13:45:14 MitchPC kernel: audit: type=1131 audit(1587491114.806:36): 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'
Apr 21 13:45:14 MitchPC systemd[584]: getty@tty1.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:14 MitchPC systemd[584]: getty@tty1.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:45:14 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:45:14 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:45:14 MitchPC systemd[1]: Started CUPS Scheduler.
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.socket: Succeeded.
Apr 21 13:45:14 MitchPC systemd[1]: Closed CUPS Scheduler.
Apr 21 13:45:14 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:45:14 MitchPC systemd[1]: Listening on CUPS Scheduler.
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:45:14 MitchPC systemd[1]: Starting CUPS Scheduler...
Apr 21 13:45:14 MitchPC systemd[655]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:45:14 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:14 MitchPC systemd[655]: org.cups.cupsd.service: Failed at step CGROUP spawning /usr/bin/cupsd: No such file or directory
Apr 21 13:45:14 MitchPC systemd[1]: getty@tty1.service: Succeeded.
Apr 21 13:45:14 MitchPC kernel: audit: type=1131 audit(1587491114.819:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:45:14 MitchPC systemd[1]: org.cups.cupsd.service: Failed with result 'exit-code'.
Apr 21 13:45:14 MitchPC systemd[1]: Failed to start CUPS Scheduler.
Apr 21 13:45:14 MitchPC 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=failed'
Apr 21 13:45:14 MitchPC kernel: audit: type=1130 audit(1587491114.822:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:45:14 MitchPC systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 2.
Apr 21 13:45:14 MitchPC systemd[1]: Stopped Getty on tty1.
Apr 21 13:45:14 MitchPC 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'
Apr 21 13:45:14 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:14 MitchPC systemd[1]: getty@tty1.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:14 MitchPC systemd[1]: Started Getty on tty1.
Apr 21 13:45:14 MitchPC 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'
Apr 21 13:45:14 MitchPC kernel: audit: type=1130 audit(1587491114.826:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:14 MitchPC kernel: audit: type=1131 audit(1587491114.826:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:14 MitchPC kernel: audit: type=1130 audit(1587491114.826:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:14 MitchPC dhcpcd[541]: eno1: leased 192.168.1.130 for 86400 seconds
Apr 21 13:45:14 MitchPC dhcpcd[541]: eno1: adding route to 192.168.1.0/24
Apr 21 13:45:14 MitchPC dhcpcd[541]: eno1: adding default route via 192.168.1.1
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.service: Scheduled restart job, restart counter is at 3.
Apr 21 13:45:15 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:45:15 MitchPC 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'
Apr 21 13:45:15 MitchPC audit[1]: SERVICE_STOP 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'
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.path: Succeeded.
Apr 21 13:45:15 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.socket: Succeeded.
Apr 21 13:45:15 MitchPC systemd[1]: Closed CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:45:15 MitchPC kernel: audit: type=1130 audit(1587491115.176:42): 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'
Apr 21 13:45:15 MitchPC kernel: audit: type=1131 audit(1587491115.176:43): 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'
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Started CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: Listening on CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:45:15 MitchPC systemd[1]: Starting CUPS Scheduler...
Apr 21 13:45:15 MitchPC systemd[676]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:45:15 MitchPC systemd[676]: org.cups.cupsd.service: Failed at step CGROUP spawning /usr/bin/cupsd: No such file or directory
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.service: Failed with result 'exit-code'.
Apr 21 13:45:15 MitchPC systemd[1]: Failed to start CUPS Scheduler.
Apr 21 13:45:15 MitchPC 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=failed'
Apr 21 13:45:15 MitchPC kernel: audit: type=1130 audit(1587491115.182:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.service: Scheduled restart job, restart counter is at 4.
Apr 21 13:45:15 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:45:15 MitchPC 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'
Apr 21 13:45:15 MitchPC audit[1]: SERVICE_STOP 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'
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.path: Succeeded.
Apr 21 13:45:15 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.socket: Succeeded.
Apr 21 13:45:15 MitchPC systemd[1]: Closed CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:45:15 MitchPC systemd[1]: Started CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: Listening on CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.service: Failed to create cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:45:15 MitchPC systemd[1]: Starting CUPS Scheduler...
Apr 21 13:45:15 MitchPC systemd[677]: org.cups.cupsd.service: Failed to attach to cgroup /system.slice/org.cups.cupsd.service: No such file or directory
Apr 21 13:45:15 MitchPC systemd[677]: org.cups.cupsd.service: Failed at step CGROUP spawning /usr/bin/cupsd: No such file or directory
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.service: Failed with result 'exit-code'.
Apr 21 13:45:15 MitchPC systemd[1]: Failed to start CUPS Scheduler.
Apr 21 13:45:15 MitchPC 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=failed'
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.service: Scheduled restart job, restart counter is at 5.
Apr 21 13:45:15 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:45:15 MitchPC 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'
Apr 21 13:45:15 MitchPC audit[1]: SERVICE_STOP 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'
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.path: Succeeded.
Apr 21 13:45:15 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: Started CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.socket: Succeeded.
Apr 21 13:45:15 MitchPC systemd[1]: Closed CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: Stopping CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: Listening on CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.service: Start request repeated too quickly.
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.service: Failed with result 'exit-code'.
Apr 21 13:45:15 MitchPC systemd[1]: Failed to start CUPS Scheduler.
Apr 21 13:45:15 MitchPC systemd[1]: org.cups.cupsd.socket: Failed with result 'service-start-limit-hit'.
Apr 21 13:45:19 MitchPC systemd[656]: getty@tty1.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:19 MitchPC systemd[656]: getty@tty1.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:45:19 MitchPC systemd[1]: getty@tty1.service: Succeeded.
Apr 21 13:45:19 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:19 MitchPC kernel: kauditd_printk_skb: 5 callbacks suppressed
Apr 21 13:45:19 MitchPC kernel: audit: type=1131 audit(1587491119.839:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:19 MitchPC systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 3.
Apr 21 13:45:19 MitchPC systemd[1]: Stopped Getty on tty1.
Apr 21 13:45:19 MitchPC 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'
Apr 21 13:45:19 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:19 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:45:19 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:45:19 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:45:19 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:45:19 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:45:19 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:45:19 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:45:19 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:45:19 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:45:19 MitchPC systemd[1]: getty@tty1.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:19 MitchPC systemd[1]: Started Getty on tty1.
Apr 21 13:45:19 MitchPC 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'
Apr 21 13:45:19 MitchPC kernel: audit: type=1130 audit(1587491119.842:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:19 MitchPC kernel: audit: type=1131 audit(1587491119.842:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:19 MitchPC kernel: audit: type=1130 audit(1587491119.842:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:21 MitchPC dhcpcd[541]: eno1: no IPv6 Routers available
Apr 21 13:45:21 MitchPC dhcpcd[536]: eno1: no IPv6 Routers available
Apr 21 13:45:24 MitchPC systemd[678]: getty@tty1.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:24 MitchPC systemd[678]: getty@tty1.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:45:24 MitchPC systemd[1]: getty@tty1.service: Succeeded.
Apr 21 13:45:24 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:24 MitchPC kernel: audit: type=1131 audit(1587491124.856:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:24 MitchPC systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 4.
Apr 21 13:45:24 MitchPC systemd[1]: Stopped Getty on tty1.
Apr 21 13:45:24 MitchPC 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'
Apr 21 13:45:24 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:24 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:45:24 MitchPC kernel: audit: type=1130 audit(1587491124.862:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:24 MitchPC kernel: audit: type=1131 audit(1587491124.862:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:24 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:45:24 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:45:24 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:45:24 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:45:24 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:45:24 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:45:24 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:45:24 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:45:24 MitchPC systemd[1]: getty@tty1.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:24 MitchPC systemd[1]: Started Getty on tty1.
Apr 21 13:45:24 MitchPC 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'
Apr 21 13:45:24 MitchPC kernel: audit: type=1130 audit(1587491124.866:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC dbus-daemon[486]: [system] Failed to activate service 'org.freedesktop.PolicyKit1': timed out (service_start_timeout=25000ms)
Apr 21 13:45:29 MitchPC accounts-daemon[483]: error getting polkit authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: Failed to activate service 'org.freedesktop.PolicyKit1': timed out (service_start_timeout=25000ms)
Apr 21 13:45:29 MitchPC accounts-daemon[483]: Failed to initialize daemon
Apr 21 13:45:29 MitchPC systemd[1]: Started Accounts Service.
Apr 21 13:45:29 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[1]: Reached target Graphical Interface.
Apr 21 13:45:29 MitchPC systemd[1]: Startup finished in 2.779s (kernel) + 26.350s (userspace) = 29.130s.
Apr 21 13:45:29 MitchPC kernel: audit: type=1130 audit(1587491129.852:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[1]: accounts-daemon.service: Succeeded.
Apr 21 13:45:29 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC kernel: audit: type=1131 audit(1587491129.856:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[679]: getty@tty1.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:29 MitchPC systemd[679]: getty@tty1.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Succeeded.
Apr 21 13:45:29 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC kernel: audit: type=1131 audit(1587491129.859:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 5.
Apr 21 13:45:29 MitchPC systemd[1]: Stopped Getty on tty1.
Apr 21 13:45:29 MitchPC 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'
Apr 21 13:45:29 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:29 MitchPC systemd[1]: Started Getty on tty1.
Apr 21 13:45:29 MitchPC 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'
Apr 21 13:45:29 MitchPC kernel: audit: type=1130 audit(1587491129.862:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC kernel: audit: type=1131 audit(1587491129.862:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC kernel: audit: type=1130 audit(1587491129.862:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[680]: getty@tty1.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:29 MitchPC systemd[680]: getty@tty1.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Succeeded.
Apr 21 13:45:29 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC kernel: audit: type=1131 audit(1587491129.866:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 6.
Apr 21 13:45:29 MitchPC systemd[1]: Stopped Getty on tty1.
Apr 21 13:45:29 MitchPC 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'
Apr 21 13:45:29 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:29 MitchPC systemd[1]: Started Getty on tty1.
Apr 21 13:45:29 MitchPC 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'
Apr 21 13:45:29 MitchPC kernel: audit: type=1130 audit(1587491129.869:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC kernel: audit: type=1131 audit(1587491129.869:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC kernel: audit: type=1130 audit(1587491129.869:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[681]: getty@tty1.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:29 MitchPC systemd[681]: getty@tty1.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Succeeded.
Apr 21 13:45:29 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 7.
Apr 21 13:45:29 MitchPC systemd[1]: Stopped Getty on tty1.
Apr 21 13:45:29 MitchPC 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'
Apr 21 13:45:29 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:29 MitchPC systemd[1]: Started Getty on tty1.
Apr 21 13:45:29 MitchPC 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'
Apr 21 13:45:29 MitchPC kernel: audit: type=1131 audit(1587491129.872:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC kernel: audit: type=1130 audit(1587491129.872:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[682]: getty@tty1.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:29 MitchPC systemd[682]: getty@tty1.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Succeeded.
Apr 21 13:45:29 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 8.
Apr 21 13:45:29 MitchPC 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'
Apr 21 13:45:29 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[1]: Stopped Getty on tty1.
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:29 MitchPC systemd[1]: Started Getty on tty1.
Apr 21 13:45:29 MitchPC 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'
Apr 21 13:45:29 MitchPC systemd[683]: getty@tty1.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory
Apr 21 13:45:29 MitchPC systemd[683]: getty@tty1.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Succeeded.
Apr 21 13:45:29 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Scheduled restart job, restart counter is at 9.
Apr 21 13:45:29 MitchPC systemd[1]: Stopped Getty on tty1.
Apr 21 13:45:29 MitchPC 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'
Apr 21 13:45:29 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Start request repeated too quickly.
Apr 21 13:45:29 MitchPC systemd[1]: getty@tty1.service: Failed with result 'start-limit-hit'.
Apr 21 13:45:29 MitchPC systemd[1]: Failed to start Getty on tty1.
Apr 21 13:45:35 MitchPC systemd-timesyncd[470]: Initial synchronization to time server 206.55.191.142:123 (2.arch.pool.ntp.org).
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[1]: Started Getty on tty2.
Apr 21 13:49:08 MitchPC kernel: kauditd_printk_skb: 9 callbacks suppressed
Apr 21 13:49:08 MitchPC kernel: audit: type=1130 audit(1587491348.407:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[684]: getty@tty2.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 21 13:49:08 MitchPC systemd[684]: getty@tty2.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Succeeded.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC kernel: audit: type=1131 audit(1587491348.413:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Scheduled restart job, restart counter is at 1.
Apr 21 13:49:08 MitchPC systemd[1]: Stopped Getty on tty2.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 21 13:49:08 MitchPC systemd[1]: Started Getty on tty2.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC kernel: audit: type=1130 audit(1587491348.417:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC kernel: audit: type=1131 audit(1587491348.417:82): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC kernel: audit: type=1130 audit(1587491348.417:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[685]: getty@tty2.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 21 13:49:08 MitchPC systemd[685]: getty@tty2.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Succeeded.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC kernel: audit: type=1131 audit(1587491348.420:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Scheduled restart job, restart counter is at 2.
Apr 21 13:49:08 MitchPC systemd[1]: Stopped Getty on tty2.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 21 13:49:08 MitchPC kernel: audit: type=1130 audit(1587491348.423:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC kernel: audit: type=1131 audit(1587491348.423:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[1]: Started Getty on tty2.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[686]: getty@tty2.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 21 13:49:08 MitchPC systemd[686]: getty@tty2.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Succeeded.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Scheduled restart job, restart counter is at 3.
Apr 21 13:49:08 MitchPC kernel: audit: type=1130 audit(1587491348.427:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC kernel: audit: type=1131 audit(1587491348.427:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[1]: Stopped Getty on tty2.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 21 13:49:08 MitchPC systemd[1]: Started Getty on tty2.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[687]: getty@tty2.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 21 13:49:08 MitchPC systemd[687]: getty@tty2.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Succeeded.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Scheduled restart job, restart counter is at 4.
Apr 21 13:49:08 MitchPC systemd[1]: Stopped Getty on tty2.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 21 13:49:08 MitchPC systemd[1]: Started Getty on tty2.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[688]: getty@tty2.service: Failed to attach to cgroup /system.slice/system-getty.slice/getty@tty2.service: No such file or directory
Apr 21 13:49:08 MitchPC systemd[688]: getty@tty2.service: Failed at step CGROUP spawning /sbin/agetty: No such file or directory
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Succeeded.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Scheduled restart job, restart counter is at 5.
Apr 21 13:49:08 MitchPC systemd[1]: Stopped Getty on tty2.
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Create System Users being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: Condition check resulted in Update is Completed being skipped.
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Start request repeated too quickly.
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Failed with result 'start-limit-hit'.
Apr 21 13:49:08 MitchPC systemd[1]: Failed to start Getty on tty2.
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Start request repeated too quickly.
Apr 21 13:49:08 MitchPC systemd[1]: getty@tty2.service: Failed with result 'start-limit-hit'.
Apr 21 13:49:08 MitchPC systemd[1]: Failed to start Getty on tty2.
Apr 21 13:49:11 MitchPC systemd-logind[492]: Power key pressed.
Apr 21 13:49:11 MitchPC systemd-logind[492]: Powering Off...
Apr 21 13:49:11 MitchPC systemd-logind[492]: System is powering down.
Apr 21 13:49:11 MitchPC systemd[1]: Removed slice system-getty.slice.
Apr 21 13:49:11 MitchPC systemd[1]: Removed slice system-modprobe.slice.
Apr 21 13:49:11 MitchPC systemd[1]: Removed slice system-wpa_supplicant.slice.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped target Graphical Interface.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped target Multi-User System.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped target Login Prompts.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped target Sound Card.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped target Timers.
Apr 21 13:49:11 MitchPC systemd[1]: logrotate.timer: Succeeded.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped Daily rotation of log files.
Apr 21 13:49:11 MitchPC systemd[1]: shadow.timer: Succeeded.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped Daily verification of password and group files.
Apr 21 13:49:11 MitchPC systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped target System Time Synchronized.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped target System Time Set.
Apr 21 13:49:11 MitchPC systemd[1]: lvm2-lvmpolld.socket: Succeeded.
Apr 21 13:49:11 MitchPC systemd[1]: Closed LVM2 poll daemon socket.
Apr 21 13:49:11 MitchPC systemd[1]: systemd-rfkill.socket: Succeeded.
Apr 21 13:49:11 MitchPC systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Apr 21 13:49:11 MitchPC systemd[1]: Unmounting /media/GameDrive...
Apr 21 13:49:11 MitchPC systemd[690]: media-GameDrive.mount: Failed to attach to cgroup /system.slice/media-GameDrive.mount: No such file or directory
Apr 21 13:49:11 MitchPC systemd[690]: media-GameDrive.mount: Failed at step CGROUP spawning /usr/bin/umount: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: Unmounting /media/Terabyte...
Apr 21 13:49:11 MitchPC systemd[691]: media-Terabyte.mount: Failed to attach to cgroup /system.slice/media-Terabyte.mount: No such file or directory
Apr 21 13:49:11 MitchPC systemd[691]: media-Terabyte.mount: Failed at step CGROUP spawning /usr/bin/umount: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: alsa-restore.service: Failed to create cgroup /system.slice/alsa-restore.service: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: Stopping Save/Restore Sound Card State...
Apr 21 13:49:11 MitchPC systemd[692]: alsa-restore.service: Failed to attach to cgroup /system.slice/alsa-restore.service: No such file or directory
Apr 21 13:49:11 MitchPC systemd[692]: alsa-restore.service: Failed at step CGROUP spawning /usr/bin/alsactl: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: Stopping Corsair Keyboard Daemon...
Apr 21 13:49:11 MitchPC systemd[1]: Stopping Hardware Abstraction Layer...
Apr 21 13:49:11 MitchPC systemd[1]: lm_sensors.service: Failed to create cgroup /system.slice/lm_sensors.service: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: Stopping Initialize hardware monitoring sensors...
Apr 21 13:49:11 MitchPC systemd[693]: lm_sensors.service: Failed to attach to cgroup /system.slice/lm_sensors.service: No such file or directory
Apr 21 13:49:11 MitchPC systemd[693]: lm_sensors.service: Failed at step CGROUP spawning /sbin/modprobe: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Failed to create cgroup /system.slice/mkinitcpio-generate-shutdown-ramfs.service: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: Starting Generate shutdown-ramfs...
Apr 21 13:49:11 MitchPC systemd[694]: mkinitcpio-generate-shutdown-ramfs.service: Failed to attach to cgroup /system.slice/mkinitcpio-generate-shutdown-ramfs.service: No such file or directory
Apr 21 13:49:11 MitchPC systemd[694]: mkinitcpio-generate-shutdown-ramfs.service: Failed at step CGROUP spawning /usr/bin/mkinitcpio: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: Stopped target Network.
Apr 21 13:49:11 MitchPC systemd[1]: Stopping dhcpcd on all interfaces...
Apr 21 13:49:11 MitchPC systemd[695]: dhcpcd.service: Failed to attach to cgroup /system.slice/dhcpcd.service: No such file or directory
Apr 21 13:49:11 MitchPC systemd[695]: dhcpcd.service: Failed at step CGROUP spawning /usr/bin/dhcpcd: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: Stopping dhcpcd on eno1...
Apr 21 13:49:11 MitchPC systemd[696]: dhcpcd@eno1.service: Failed to attach to cgroup /system.slice/system-dhcpcd.slice/dhcpcd@eno1.service: No such file or directory
Apr 21 13:49:11 MitchPC systemd[696]: dhcpcd@eno1.service: Failed at step CGROUP spawning /usr/bin/dhcpcd: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: Stopping Login Service...
Apr 21 13:49:11 MitchPC systemd[1]: systemd-random-seed.service: Failed to create cgroup /system.slice/systemd-random-seed.service: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: Stopping Load/Save Random Seed...
Apr 21 13:49:11 MitchPC systemd[697]: systemd-random-seed.service: Failed to attach to cgroup /system.slice/systemd-random-seed.service: No such file or directory
Apr 21 13:49:11 MitchPC systemd[697]: systemd-random-seed.service: Failed at step CGROUP spawning /usr/lib/systemd/systemd-random-seed: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: systemd-user-sessions.service: Failed to create cgroup /system.slice/systemd-user-sessions.service: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: Stopping Permit User Sessions...
Apr 21 13:49:11 MitchPC systemd[698]: systemd-user-sessions.service: Failed to attach to cgroup /system.slice/systemd-user-sessions.service: No such file or directory
Apr 21 13:49:11 MitchPC systemd[698]: systemd-user-sessions.service: Failed at step CGROUP spawning /usr/lib/systemd/systemd-user-sessions: No such file or directory
Apr 21 13:49:11 MitchPC systemd[1]: media-GameDrive.mount: Mount process exited, code=exited, status=219/CGROUP
Apr 21 13:49:11 MitchPC systemd[1]: Failed unmounting /media/GameDrive.
Apr 21 13:49:11 MitchPC systemd[1]: media-Terabyte.mount: Mount process exited, code=exited, status=219/CGROUP
Apr 21 13:49:11 MitchPC systemd[1]: Failed unmounting /media/Terabyte.
Apr 21 13:49:11 MitchPC systemd[1]: alsa-restore.service: Succeeded.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped Save/Restore Sound Card State.
Apr 21 13:49:11 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:11 MitchPC systemd[1]: lm_sensors.service: Succeeded.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped Initialize hardware monitoring sensors.
Apr 21 13:49:11 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:11 MitchPC systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 13:49:11 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:49:11 MitchPC systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Failed with result 'exit-code'.
Apr 21 13:49:11 MitchPC systemd[1]: Failed to start Generate shutdown-ramfs.
Apr 21 13:49:11 MitchPC systemd[1]: dhcpcd.service: Control process exited, code=exited, status=219/CGROUP
Apr 21 13:49:11 MitchPC dhcpcd[541]: received SIGTERM, stopping
Apr 21 13:49:11 MitchPC dhcpcd[541]: eno1: removing interface
Apr 21 13:49:11 MitchPC systemd[1]: dhcpcd@eno1.service: Control process exited, code=exited, status=219/CGROUP
Apr 21 13:49:11 MitchPC dhcpcd[536]: received SIGTERM, stopping
Apr 21 13:49:11 MitchPC dhcpcd[536]: eno1: removing interface
Apr 21 13:49:11 MitchPC systemd[1]: systemd-random-seed.service: Control process exited, code=exited, status=219/CGROUP
Apr 21 13:49:11 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:49:11 MitchPC systemd[1]: systemd-random-seed.service: Failed with result 'exit-code'.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped Load/Save Random Seed.
Apr 21 13:49:11 MitchPC systemd[1]: systemd-user-sessions.service: Control process exited, code=exited, status=219/CGROUP
Apr 21 13:49:11 MitchPC systemd[1]: systemd-user-sessions.service: Failed with result 'exit-code'.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped Permit User Sessions.
Apr 21 13:49:11 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:49:11 MitchPC systemd[1]: Stopped target Remote File Systems.
Apr 21 13:49:11 MitchPC systemd[1]: hal.service: Succeeded.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped Hardware Abstraction Layer.
Apr 21 13:49:11 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=hal comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:11 MitchPC hald[633]: !  full
Apr 21 13:49:11 MitchPC systemd[1]: Stopping D-Bus System Message Bus...
Apr 21 13:49:11 MitchPC systemd[1]: dbus.service: Succeeded.
Apr 21 13:49:11 MitchPC systemd[1]: Stopped D-Bus System Message Bus.
Apr 21 13:49:11 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:12 MitchPC dhcpcd[537]: ps_dostop: Connection refused
Apr 21 13:49:12 MitchPC dhcpcd[541]: dhcpcd exited
Apr 21 13:49:12 MitchPC dhcpcd[536]: dhcpcd exited
Apr 21 13:49:12 MitchPC systemd[1]: dhcpcd.service: Failed with result 'exit-code'.
Apr 21 13:49:12 MitchPC systemd[1]: Stopped dhcpcd on all interfaces.
Apr 21 13:49:11 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:49:12 MitchPC systemd[1]: dhcpcd@eno1.service: Failed with result 'exit-code'.
Apr 21 13:49:12 MitchPC systemd[1]: Stopped dhcpcd on eno1.
Apr 21 13:49:11 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd@eno1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:49:12 MitchPC systemd[1]: Removed slice system-dhcpcd.slice.
Apr 21 13:49:12 MitchPC systemd[1]: systemd-logind.service: Succeeded.
Apr 21 13:49:12 MitchPC systemd[1]: Stopped Login Service.
Apr 21 13:49:12 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:12 MitchPC systemd[1]: Stopped target User and Group Name Lookups.
Apr 21 13:49:13 MitchPC kernel: input: Corsair Corsair K70 RGB Gaming Keyboard  as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.4/2-10.4:1.0/0003:1B1C:1B13.0007/input/input15
Apr 21 13:49:13 MitchPC kernel: hid-generic 0003:1B1C:1B13.0007: input,hidraw2: USB HID v1.11 Keyboard [Corsair Corsair K70 RGB Gaming Keyboard ] on usb-0000:00:14.0-10.4/input0
Apr 21 13:49:13 MitchPC kernel: input: Corsair Corsair K70 RGB Gaming Keyboard  Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.4/2-10.4:1.1/0003:1B1C:1B13.0008/input/input16
Apr 21 13:49:13 MitchPC ckb-daemon[485]:     ckb: Corsair RGB driver beta-v0.2.4
Apr 21 13:49:13 MitchPC ckb-daemon[485]: [I] Root controller ready at /dev/input/ckb0
Apr 21 13:49:13 MitchPC ckb-daemon[485]: [I] Connecting Corsair K70 RGB Gaming Keyboard at /dev/input/ckb1
Apr 21 13:49:13 MitchPC ckb-daemon[485]: [I] Starting input thread for /dev/input/ckb1
Apr 21 13:49:13 MitchPC ckb-daemon[485]: [I] Setup finished for /dev/input/ckb1
Apr 21 13:49:13 MitchPC ckb-daemon[485]: [I] Caught signal 15
Apr 21 13:49:13 MitchPC ckb-daemon[485]: [I] Disconnecting /dev/input/ckb1
Apr 21 13:49:13 MitchPC ckb-daemon[485]: [I] Removed device path /dev/input/ckb1
Apr 21 13:49:13 MitchPC ckb-daemon[485]: [I] Closing root controller
Apr 21 13:49:13 MitchPC ckb-daemon[485]: [I] Removed device path /dev/input/ckb0
Apr 21 13:49:13 MitchPC kernel: input: Corsair Corsair K70 RGB Gaming Keyboard  Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-10/2-10.4/2-10.4:1.1/0003:1B1C:1B13.0008/input/input17
Apr 21 13:49:13 MitchPC kernel: hid-generic 0003:1B1C:1B13.0008: input,hidraw3: USB HID v1.11 Keyboard [Corsair Corsair K70 RGB Gaming Keyboard ] on usb-0000:00:14.0-10.4/input1
Apr 21 13:49:13 MitchPC systemd[1]: ckb-daemon.service: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped Corsair Keyboard Daemon.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped target Basic System.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped target Paths.
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ckb-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC systemd[1]: org.cups.cupsd.path: Succeeded.
Apr 21 13:49:13 MitchPC kernel: kauditd_printk_skb: 20 callbacks suppressed
Apr 21 13:49:13 MitchPC kernel: audit: type=1131 audit(1587491353.890:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ckb-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC systemd[1]: Stopped CUPS Scheduler.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped target Slices.
Apr 21 13:49:13 MitchPC systemd[1]: Removed slice User and Session Slice.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped target Sockets.
Apr 21 13:49:13 MitchPC systemd[1]: dbus.socket: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Closed D-Bus System Message Bus Socket.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped target System Initialization.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped target Local Encrypted Volumes.
Apr 21 13:49:13 MitchPC systemd[1]: systemd-ask-password-console.path: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Apr 21 13:49:13 MitchPC systemd[1]: systemd-ask-password-wall.path: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Apr 21 13:49:13 MitchPC systemd[1]: systemd-binfmt.service: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped Set Up Additional Binary Formats.
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC systemd[1]: systemd-sysctl.service: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped Apply Kernel Variables.
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC systemd[1]: systemd-modules-load.service: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped Load Kernel Modules.
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_STOP 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'
Apr 21 13:49:13 MitchPC systemd[1]: Stopping Network Time Synchronization...
Apr 21 13:49:13 MitchPC kernel: audit: type=1131 audit(1587491353.920:110): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC kernel: audit: type=1131 audit(1587491353.920:111): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC kernel: audit: type=1131 audit(1587491353.920:112): 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'
Apr 21 13:49:13 MitchPC systemd[1]: systemd-update-utmp.service: Failed to create cgroup /system.slice/systemd-update-utmp.service: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Apr 21 13:49:13 MitchPC systemd[712]: systemd-update-utmp.service: Failed to attach to cgroup /system.slice/systemd-update-utmp.service: No such file or directory
Apr 21 13:49:13 MitchPC systemd[712]: systemd-update-utmp.service: Failed at step CGROUP spawning /usr/lib/systemd/systemd-update-utmp: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: -.slice: Failed to create cgroup : No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: Failed to realize cgroups for queued unit -.slice, ignoring: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: systemd-update-utmp.service: Control process exited, code=exited, status=219/CGROUP
Apr 21 13:49:13 MitchPC systemd[1]: systemd-update-utmp.service: Failed with result 'exit-code'.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:49:13 MitchPC kernel: audit: type=1131 audit(1587491353.923:113): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:49:13 MitchPC systemd[1]: systemd-timesyncd.service: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped Network Time Synchronization.
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC systemd[1]: systemd-tmpfiles-setup.service: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped Create Volatile Files and Directories.
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_STOP 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'
Apr 21 13:49:13 MitchPC systemd[1]: Stopped target Local File Systems.
Apr 21 13:49:13 MitchPC kernel: audit: type=1131 audit(1587491353.933:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC kernel: audit: type=1131 audit(1587491353.933:115): 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'
Apr 21 13:49:13 MitchPC systemd[1]: Unmounting /boot...
Apr 21 13:49:13 MitchPC systemd[716]: boot.mount: Failed to attach to cgroup /system.slice/boot.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[716]: boot.mount: Failed at step CGROUP spawning /usr/bin/umount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: run-systemd-journal.mount: Failed to create cgroup /system.slice/run-systemd-journal.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: Unmounting /run/systemd/journal...
Apr 21 13:49:13 MitchPC systemd[717]: run-systemd-journal.mount: Failed to attach to cgroup /system.slice/run-systemd-journal.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[717]: run-systemd-journal.mount: Failed at step CGROUP spawning /usr/bin/umount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: run-udev.mount: Failed to create cgroup /system.slice/run-udev.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: Unmounting /run/udev...
Apr 21 13:49:13 MitchPC systemd[718]: run-udev.mount: Failed to attach to cgroup /system.slice/run-udev.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[718]: run-udev.mount: Failed at step CGROUP spawning /usr/bin/umount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: Unmounting Temporary Directory (/tmp)...
Apr 21 13:49:13 MitchPC systemd[719]: tmp.mount: Failed to attach to cgroup /system.slice/tmp.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[719]: tmp.mount: Failed at step CGROUP spawning /usr/bin/umount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: var-lib-dhcpcd-dev.mount: Failed to create cgroup /system.slice/var-lib-dhcpcd-dev.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: Unmounting /var/lib/dhcpcd/dev...
Apr 21 13:49:13 MitchPC systemd[720]: var-lib-dhcpcd-dev.mount: Failed to attach to cgroup /system.slice/var-lib-dhcpcd-dev.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[720]: var-lib-dhcpcd-dev.mount: Failed at step CGROUP spawning /usr/bin/umount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: var-lib-dhcpcd-proc.mount: Failed to create cgroup /system.slice/var-lib-dhcpcd-proc.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: Unmounting /var/lib/dhcpcd/proc...
Apr 21 13:49:13 MitchPC systemd[721]: var-lib-dhcpcd-proc.mount: Failed to attach to cgroup /system.slice/var-lib-dhcpcd-proc.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[721]: var-lib-dhcpcd-proc.mount: Failed at step CGROUP spawning /usr/bin/umount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: var-lib-dhcpcd-run-systemd-journal.mount: Failed to create cgroup /system.slice/var-lib-dhcpcd-run-systemd-journal.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: Unmounting /var/lib/dhcpcd/run/systemd/journal...
Apr 21 13:49:13 MitchPC systemd[722]: var-lib-dhcpcd-run-systemd-journal.mount: Failed to attach to cgroup /system.slice/var-lib-dhcpcd-run-systemd-journal.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[722]: var-lib-dhcpcd-run-systemd-journal.mount: Failed at step CGROUP spawning /usr/bin/umount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: var-lib-dhcpcd-run-udev.mount: Failed to create cgroup /system.slice/var-lib-dhcpcd-run-udev.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: Unmounting /var/lib/dhcpcd/run/udev...
Apr 21 13:49:13 MitchPC systemd[723]: var-lib-dhcpcd-run-udev.mount: Failed to attach to cgroup /system.slice/var-lib-dhcpcd-run-udev.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[723]: var-lib-dhcpcd-run-udev.mount: Failed at step CGROUP spawning /usr/bin/umount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: var-lib-dhcpcd-sys.mount: Failed to create cgroup /system.slice/var-lib-dhcpcd-sys.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: Unmounting /var/lib/dhcpcd/sys...
Apr 21 13:49:13 MitchPC systemd[724]: var-lib-dhcpcd-sys.mount: Failed to attach to cgroup /system.slice/var-lib-dhcpcd-sys.mount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[724]: var-lib-dhcpcd-sys.mount: Failed at step CGROUP spawning /usr/bin/umount: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: boot.mount: Mount process exited, code=exited, status=219/CGROUP
Apr 21 13:49:13 MitchPC systemd[1]: Failed unmounting /boot.
Apr 21 13:49:13 MitchPC systemd[1]: run-systemd-journal.mount: Mount process exited, code=exited, status=219/CGROUP
Apr 21 13:49:13 MitchPC systemd[1]: Failed unmounting /run/systemd/journal.
Apr 21 13:49:13 MitchPC systemd[1]: run-udev.mount: Mount process exited, code=exited, status=219/CGROUP
Apr 21 13:49:13 MitchPC systemd[1]: Failed unmounting /run/udev.
Apr 21 13:49:13 MitchPC systemd[1]: tmp.mount: Mount process exited, code=exited, status=219/CGROUP
Apr 21 13:49:13 MitchPC systemd[1]: Failed unmounting Temporary Directory (/tmp).
Apr 21 13:49:13 MitchPC systemd[1]: var-lib-dhcpcd-dev.mount: Mount process exited, code=exited, status=219/CGROUP
Apr 21 13:49:13 MitchPC systemd[1]: Failed unmounting /var/lib/dhcpcd/dev.
Apr 21 13:49:13 MitchPC systemd[1]: var-lib-dhcpcd-proc.mount: Mount process exited, code=exited, status=219/CGROUP
Apr 21 13:49:13 MitchPC systemd[1]: Failed unmounting /var/lib/dhcpcd/proc.
Apr 21 13:49:13 MitchPC systemd[1]: var-lib-dhcpcd-run-systemd-journal.mount: Mount process exited, code=exited, status=219/CGROUP
Apr 21 13:49:13 MitchPC systemd[1]: Failed unmounting /var/lib/dhcpcd/run/systemd/journal.
Apr 21 13:49:13 MitchPC systemd[1]: var-lib-dhcpcd-run-udev.mount: Mount process exited, code=exited, status=219/CGROUP
Apr 21 13:49:13 MitchPC systemd[1]: Failed unmounting /var/lib/dhcpcd/run/udev.
Apr 21 13:49:13 MitchPC systemd[1]: var-lib-dhcpcd-sys.mount: Mount process exited, code=exited, status=219/CGROUP
Apr 21 13:49:13 MitchPC systemd[1]: Failed unmounting /var/lib/dhcpcd/sys.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped target Swap.
Apr 21 13:49:13 MitchPC systemd[1]: Deactivating swap /dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S21NNSAFC66415P-part2...
Apr 21 13:49:13 MitchPC systemd[725]: dev-sde2.swap: Failed to attach to cgroup /system.slice/dev-sde2.swap: No such file or directory
Apr 21 13:49:13 MitchPC systemd[725]: dev-sde2.swap: Failed at step CGROUP spawning /sbin/swapoff: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: systemd-fsck@dev-disk-by\x2duuid-1FF8\x2dC8F0.service: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped File System Check on /dev/disk/by-uuid/1FF8-C8F0.
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-1FF8\x2dC8F0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC systemd[1]: Removed slice system-systemd\x2dfsck.slice.
Apr 21 13:49:13 MitchPC kernel: audit: type=1131 audit(1587491353.947:116): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-1FF8\x2dC8F0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC systemd[1]: Stopped target Local File Systems (Pre).
Apr 21 13:49:13 MitchPC systemd[1]: lvm2-monitor.service: Failed to create cgroup /system.slice/lvm2-monitor.service: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Apr 21 13:49:13 MitchPC systemd[726]: lvm2-monitor.service: Failed to attach to cgroup /system.slice/lvm2-monitor.service: No such file or directory
Apr 21 13:49:13 MitchPC systemd[726]: lvm2-monitor.service: Failed at step CGROUP spawning /usr/bin/lvm: No such file or directory
Apr 21 13:49:13 MitchPC systemd[1]: systemd-remount-fs.service: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped Remount Root and Kernel File Systems.
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped Create Static Device Nodes in /dev.
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_STOP 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'
Apr 21 13:49:13 MitchPC systemd[1]: dev-sde2.swap: Swap process exited, code=exited, status=219/CGROUP
Apr 21 13:49:13 MitchPC systemd[1]: Failed deactivating swap Swap Partition.
Apr 21 13:49:13 MitchPC systemd[1]: Failed deactivating swap /dev/disk/by-id/ata-Samsung_SSD_850_EVO_250GB_S21NNSAFC66415P-part2.
Apr 21 13:49:13 MitchPC systemd[1]: Failed deactivating swap /dev/disk/by-id/wwn-0x5002538da004abd0-part2.
Apr 21 13:49:13 MitchPC kernel: audit: type=1131 audit(1587491353.950:117): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC kernel: audit: type=1131 audit(1587491353.950:118): 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'
Apr 21 13:49:13 MitchPC systemd[1]: Failed deactivating swap /dev/disk/by-path/pci-0000:05:00.0-ata-2-part2.
Apr 21 13:49:13 MitchPC systemd[1]: Failed deactivating swap /dev/disk/by-uuid/8037b04f-1d5d-46cc-b0a8-0f425e530b92.
Apr 21 13:49:13 MitchPC systemd[1]: Failed deactivating swap /dev/disk/by-partuuid/7ad675b9-5aa3-43a8-bbf5-b857f2cd91db.
Apr 21 13:49:13 MitchPC systemd[1]: lvm2-monitor.service: Control process exited, code=exited, status=219/CGROUP
Apr 21 13:49:13 MitchPC systemd[1]: lvm2-monitor.service: Failed with result 'exit-code'.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 13:49:13 MitchPC systemd[1]: Reached target Unmount All Filesystems.
Apr 21 13:49:13 MitchPC systemd[1]: Stopping LVM2 metadata daemon...
Apr 21 13:49:13 MitchPC systemd[1]: lvm2-lvmetad.service: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Stopped LVM2 metadata daemon.
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC systemd[1]: Reached target Shutdown.
Apr 21 13:49:13 MitchPC systemd[1]: Reached target Final Step.
Apr 21 13:49:13 MitchPC systemd[1]: lvm2-lvmetad.socket: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Closed LVM2 metadata daemon socket.
Apr 21 13:49:13 MitchPC systemd[1]: systemd-poweroff.service: Succeeded.
Apr 21 13:49:13 MitchPC systemd[1]: Finished Power-Off.
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-poweroff comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-poweroff comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 13:49:13 MitchPC systemd[1]: Reached target Power-Off.
Apr 21 13:49:13 MitchPC systemd[1]: Shutting down.
Apr 21 13:49:14 MitchPC systemd-shutdown[1]: Syncing filesystems and block devices.
Apr 21 13:49:14 MitchPC systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Apr 21 13:49:14 MitchPC systemd-journald[337]: Journal stopped

I have tried downgrading systemd, systemd-lib, systemd-sysvcompat, lib32-systemd and still get the same errors. I have tried reinstalling linux and nvidia from pacman with the same result. Any changes i make to my arch install will be from a live USB chrooted into the ssd.

I boot via grub with just the nvidia drm modeset 1 kernel parameter as i have done for the past 5 years, and /etc/default/grub seems unchanged. Fstab is basically an etx4 booting with defaults 0 1 flag. I run an RTX 2060 card with the proprietary nvidia driver, always kept up to date. Intel i7-4790k stock clock. My windows SSD boots fine so it doesnt seem to be a hardware issue. My mkinitcpio runs with base udev autodetect modconf block keyboard fsck filesystems flags.

EDIT: Downgrading dhcpcd from 9.0.1 to 8.1.7 seems to solve the issue. Upgrading to 9.0.1-4 testing has also been suggested as a potential fix, though i can't confirm.

Last edited by mitchell4136 (2020-04-21 22:58:10)

Offline

#2 2020-04-21 21:38:36

loqs
Member
Registered: 2014-03-06
Posts: 17,719

Re: [SOLVED] Can't boot into DM or tty console after systemd update

What is the output of

# pacman -Qkk | grep -vF '0 altered files'

Edit:
Also try downgrading dhcpcd or upgrading to 9.0.1-4 in testing.

Last edited by loqs (2020-04-21 21:46:07)

Offline

#3 2020-04-21 21:49:38

Sebb767
Member
Registered: 2016-07-19
Posts: 4

Re: [SOLVED] Can't boot into DM or tty console after systemd update

I have the same error on a server. After boot I get a blank console (blinking cursor, no login/getty) on all vconsoles. I've managed to get into the system once by using the rescue mode and simply exiting, but that seemed to have stopped working. Appending the `rescue` boot parameter drops me into a working console, though.

Journalctl shows similar errors:

pr 21 21:19:26 Titan systemd[1]: libvirtd.service: Failed to create cgroup /system.slice/libvirtd.service: No such file or directory
Apr 21 21:19:26 Titan systemd[1]: Started Virtualization daemon.
Apr 21 21:19:26 Titan systemd[1377]: libvirtd.service: Failed to attach to cgroup /system.slice/libvirtd.service: No such file or directory
Apr 21 21:19:26 Titan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 21:19:26 Titan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=graceful-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 21:19:26 Titan systemd[1377]: libvirtd.service: Failed at step CGROUP spawning /usr/bin/libvirtd: No such file or directory
Apr 21 21:19:26 Titan systemd[1]: Finished Graceful Shutdown Service.
Apr 21 21:19:26 Titan systemd[1]: smtpd.service: Failed to create cgroup /system.slice/smtpd.service: No such file or directory
Apr 21 21:19:26 Titan systemd[1]: Starting OpenSMTPD...
Apr 21 21:19:26 Titan systemd[1]: sshd.service: Failed to create cgroup /system.slice/sshd.service: No such file or directory
Apr 21 21:19:26 Titan systemd[1378]: smtpd.service: Failed to attach to cgroup /system.slice/smtpd.service: No such file or directory
Apr 21 21:19:26 Titan systemd[1378]: smtpd.service: Failed at step CGROUP spawning /usr/bin/smtpd: No such file or directory
Apr 21 21:19:26 Titan systemd[1]: Started OpenSSH Daemon.
Apr 21 21:19:26 Titan systemd[1379]: sshd.service: Failed to attach to cgroup /system.slice/sshd.service: No such file or directory
Apr 21 21:19:26 Titan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 21 21:19:26 Titan systemd[1379]: sshd.service: Failed at step CGROUP spawning /usr/bin/sshd: No such file or directory
Apr 21 21:19:26 Titan systemd[1]: systemd-user-sessions.service: Failed to create cgroup /system.slice/systemd-user-sessions.service: No such file or directory
Apr 21 21:19:26 Titan systemd[1]: Starting Permit User Sessions...
Apr 21 21:19:26 Titan systemd[1380]: systemd-user-sessions.service: Failed to attach to cgroup /system.slice/systemd-user-sessions.service: No such file or directory
Apr 21 21:19:26 Titan systemd[1380]: systemd-user-sessions.service: Failed at step CGROUP spawning /usr/lib/systemd/systemd-user-sessions: No such file or directory
Apr 21 21:19:26 Titan systemd[1]: libvirtd.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 21:19:26 Titan systemd[1]: libvirtd.service: Failed with result 'exit-code'.
Apr 21 21:19:26 Titan audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=libvirtd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 21:19:26 Titan systemd[1]: smtpd.service: Control process exited, code=exited, status=219/CGROUP
Apr 21 21:19:26 Titan systemd[1]: smtpd.service: Failed with result 'exit-code'.
Apr 21 21:19:26 Titan systemd[1]: Failed to start OpenSMTPD.
Apr 21 21:19:26 Titan audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=smtpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 21:19:26 Titan systemd[1]: sshd.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 21:19:26 Titan audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Apr 21 21:19:26 Titan systemd[1]: sshd.service: Failed with result 'exit-code'.
Apr 21 21:19:26 Titan systemd[1]: systemd-user-sessions.service: Main process exited, code=exited, status=219/CGROUP
Apr 21 21:19:26 Titan systemd[1]: systemd-user-sessions.service: Failed with result 'exit-code'.
Apr 21 21:19:26 Titan systemd[1]: Failed to start Permit User Sessions.
Apr 21 21:19:26 Titan 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=failed'
Apr 21 21:19:26 Titan systemd[1]: getty@tty1.service: Failed to create cgroup /system.slice/system-getty.slice/getty@tty1.service: No such file or directory

The output of

pacman -Qkk | grep -vF '0 altered files'

:

warning: apcupsd: /usr/bin/smtp (Modification time mismatch)
warning: apcupsd: /usr/bin/smtp (Size mismatch)
apcupsd: 41 total files, 1 altered file
backup file: filesystem: /etc/crypttab (Modification time mismatch)
backup file: filesystem: /etc/crypttab (Size mismatch)
backup file: filesystem: /etc/fstab (Modification time mismatch)
backup file: filesystem: /etc/fstab (Size mismatch)
backup file: filesystem: /etc/group (Modification time mismatch)
backup file: filesystem: /etc/group (Size mismatch)
backup file: filesystem: /etc/gshadow (Modification time mismatch)
backup file: filesystem: /etc/gshadow (Size mismatch)
backup file: filesystem: /etc/hosts (Modification time mismatch)
backup file: filesystem: /etc/hosts (Size mismatch)
backup file: filesystem: /etc/passwd (Modification time mismatch)
backup file: filesystem: /etc/passwd (Size mismatch)
backup file: filesystem: /etc/resolv.conf (Modification time mismatch)
backup file: filesystem: /etc/resolv.conf (Size mismatch)
backup file: filesystem: /etc/shadow (Modification time mismatch)
backup file: filesystem: /etc/shadow (Size mismatch)
backup file: filesystem: /etc/shells (Modification time mismatch)
backup file: filesystem: /etc/shells (Size mismatch)
backup file: glibc: /etc/locale.gen (Modification time mismatch)
backup file: glibc: /etc/locale.gen (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/allow-arp.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/allow-arp.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/allow-dhcp-server.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/allow-dhcp-server.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/allow-dhcp.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/allow-dhcp.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/allow-incoming-ipv4.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/allow-incoming-ipv4.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/allow-ipv4.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/allow-ipv4.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/clean-traffic-gateway.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/clean-traffic-gateway.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/clean-traffic.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/clean-traffic.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-arp-ip-spoofing.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-arp-ip-spoofing.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-arp-mac-spoofing.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-arp-mac-spoofing.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-arp-spoofing.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-arp-spoofing.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-ip-multicast.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-ip-multicast.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-ip-spoofing.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-ip-spoofing.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-mac-broadcast.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-mac-broadcast.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-mac-spoofing.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-mac-spoofing.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-other-l2-traffic.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-other-l2-traffic.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-other-rarp-traffic.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/no-other-rarp-traffic.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/qemu-announce-self-rarp.xml (Modification time mismatch)
warning: libvirt: /run/libvirt (No such file or directory)
warning: libvirt: /run/libvirt/lockd (No such file or directory)
warning: libvirt: /run/libvirt/lxc (No such file or directory)
warning: libvirt: /run/libvirt/network (No such file or directory)
warning: libvirt: /run/libvirt/qemu (No such file or directory)
warning: libvirt: /run/libvirt/qemu/swtpm (No such file or directory)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.alias (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.alias (Size mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.alias.bin (Size mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.builtin.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.builtin.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.dep (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.dep.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.devname (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.softdep (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.symbols (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.symbols.bin (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/qemu-announce-self-rarp.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/qemu-announce-self.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/nwfilter/qemu-announce-self.xml (Size mismatch)
backup file: libvirt: /etc/libvirt/qemu/networks/default.xml (Modification time mismatch)
backup file: libvirt: /etc/libvirt/qemu/networks/default.xml (Size mismatch)
libvirt: 927 total files, 6 altered files
backup file: mkinitcpio: /etc/mkinitcpio.conf (Modification time mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (Size mismatch)
backup file: openssh: /etc/ssh/sshd_config (Modification time mismatch)
backup file: openssh: /etc/ssh/sshd_config (Size mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Modification time mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Size mismatch)
warning: shadow: /usr/bin/newgidmap (Permissions mismatch)
warning: shadow: /usr/bin/newuidmap (Permissions mismatch)
shadow: 558 total files, 2 altered files
backup file: syslinux: /boot/syslinux/syslinux.cfg (Modification time mismatch)
backup file: syslinux: /boot/syslinux/syslinux.cfg (Size mismatch)

Offline

#4 2020-04-21 21:49:45

mitchell4136
Member
Registered: 2020-04-21
Posts: 10

Re: [SOLVED] Can't boot into DM or tty console after systemd update

accountsservice: 286 total files, 1 altered file
audit: 155 total files, 1 altered file
backup file: bash: /etc/bash.bashrc (Modification time mismatch)
backup file: bash: /etc/bash.bashrc (Size mismatch)
breeze: 491 total files, 2 altered files
backup file: cups: /etc/cups/printers.conf (Modification time mismatch)
backup file: cups: /etc/cups/printers.conf (Size mismatch)
backup file: cups: /etc/cups/subscriptions.conf (Modification time mismatch)
backup file: cups: /etc/cups/subscriptions.conf (Size mismatch)
cups: 874 total files, 2 altered files
backup file: filesystem: /etc/fstab (Modification time mismatch)
backup file: filesystem: /etc/fstab (Size mismatch)
backup file: filesystem: /etc/group (Modification time mismatch)
backup file: filesystem: /etc/group (Size mismatch)
backup file: filesystem: /etc/gshadow (Modification time mismatch)
backup file: filesystem: /etc/gshadow (Size mismatch)
backup file: filesystem: /etc/hosts (Modification time mismatch)
backup file: filesystem: /etc/hosts (Size mismatch)
backup file: filesystem: /etc/issue (Modification time mismatch)
backup file: filesystem: /etc/issue (Size mismatch)
backup file: filesystem: /etc/passwd (Modification time mismatch)
backup file: filesystem: /etc/passwd (Size mismatch)
backup file: filesystem: /etc/resolv.conf (Modification time mismatch)
backup file: filesystem: /etc/resolv.conf (Size mismatch)
backup file: filesystem: /etc/shadow (Modification time mismatch)
backup file: filesystem: /etc/shadow (Size mismatch)
backup file: filesystem: /etc/shells (Modification time mismatch)
backup file: filesystem: /etc/shells (Size mismatch)
filesystem: 116 total files, 1 altered file
backup file: gcr: /etc/security/limits.d/10-gcr.conf (Modification time mismatch)
backup file: gcr: /etc/security/limits.d/10-gcr.conf (Size mismatch)
backup file: glibc: /etc/locale.gen (Modification time mismatch)
backup file: glibc: /etc/locale.gen (Size mismatch)
backup file: grub: /etc/default/grub (Modification time mismatch)
backup file: grub: /etc/default/grub (Size mismatch)
backup file: hplip: /etc/hp/hplip.conf (Modification time mismatch)
backup file: hplip: /etc/hp/hplip.conf (Size mismatch)
hplip: 2249 total files, 4 altered files
intel-ucode: 7 total files, 1 altered file
java-runtime-common: 21 total files, 2 altered files
backup file: libpulse: /etc/pulse/client.conf (Modification time mismatch)
backup file: libpulse: /etc/pulse/client.conf (Size mismatch)
backup file: libpwquality: /etc/security/pwquality.conf (Modification time mismatch)
backup file: libpwquality: /etc/security/pwquality.conf (Size mismatch)
backup file: libreoffice-fresh: /etc/profile.d/libreoffice-fresh.sh (Modification time mismatch)
backup file: libreoffice-fresh: /etc/profile.d/libreoffice-fresh.sh (Size mismatch)
backup file: lightdm: /etc/lightdm/lightdm.conf (Modification time mismatch)
backup file: lightdm: /etc/lightdm/lightdm.conf (Size mismatch)
backup file: lightdm: /etc/pam.d/lightdm (Modification time mismatch)
backup file: lightdm: /etc/pam.d/lightdm (Size mismatch)
backup file: lightdm: /etc/pam.d/lightdm-greeter (Modification time mismatch)
backup file: lightdm: /etc/pam.d/lightdm-greeter (Size mismatch)
backup file: lightdm-gtk-greeter: /etc/lightdm/lightdm-gtk-greeter.conf (Modification time mismatch)
backup file: lightdm-gtk-greeter: /etc/lightdm/lightdm-gtk-greeter.conf (Size mismatch)
lightdm-webkit-theme-sequoia-git: 34 total files, 2 altered files
backup file: lightdm-webkit2-greeter: /etc/lightdm/lightdm-webkit2-greeter.conf (Modification time mismatch)
backup file: lightdm-webkit2-greeter: /etc/lightdm/lightdm-webkit2-greeter.conf (Size mismatch)
lilo: 39 total files, 14 altered files
linvst: 9 total files, 4 altered files
memtest86+: 6 total files, 1 altered file
backup file: memtest86-efi: /etc/memtest86-efi/memtest86-efi.conf (Modification time mismatch)
backup file: memtest86-efi: /etc/memtest86-efi/memtest86-efi.conf (Size mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (Modification time mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (Size mismatch)
backup file: pacman: /etc/pacman.conf (Modification time mismatch)
backup file: pacman: /etc/pacman.conf (Size mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Modification time mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Size mismatch)
backup file: pinentry: /usr/bin/pinentry (Modification time mismatch)
backup file: pinentry: /usr/bin/pinentry (Size mismatch)
backup file: pulseaudio: /etc/pulse/daemon.conf (Modification time mismatch)
backup file: pulseaudio: /etc/pulse/default.pa (Modification time mismatch)
backup file: pulseaudio: /etc/pulse/default.pa (Size mismatch)
samba: 886 total files, 2 altered files
backup file: sddm: /etc/pam.d/sddm (Modification time mismatch)
backup file: sddm: /etc/pam.d/sddm (Size mismatch)
backup file: shadow: /etc/pam.d/passwd (Modification time mismatch)
backup file: shadow: /etc/pam.d/passwd (Size mismatch)
shadow: 558 total files, 2 altered files
backup file: sudo: /etc/sudoers (Modification time mismatch)
backup file: sudo: /etc/sudoers (Size mismatch)
systemd: 1702 total files, 1 altered file
backup file: util-linux: /etc/pam.d/login (Modification time mismatch)
backup file: util-linux: /etc/pam.d/login (Size mismatch)
vlc: 1056 total files, 1 altered file

Offline

#5 2020-04-21 21:51:57

mitchell4136
Member
Registered: 2020-04-21
Posts: 10

Re: [SOLVED] Can't boot into DM or tty console after systemd update

I see that systemd alterted one file. Currently googling to see how i can view what that file is. That or the one altered filesystem file are probably the relevant ones.

Thank your for your input btw.

Offline

#6 2020-04-21 22:04:19

Sebb767
Member
Registered: 2016-07-19
Posts: 4

Re: [SOLVED] Can't boot into DM or tty console after systemd update

A short diff gives me the following lines

backup file: filesystem: /etc/fstab (Modification time mismatch)
backup file: filesystem: /etc/fstab (Size mismatch)
backup file: filesystem: /etc/group (Modification time mismatch)
backup file: filesystem: /etc/group (Size mismatch)
backup file: filesystem: /etc/gshadow (Modification time mismatch)
backup file: filesystem: /etc/gshadow (Size mismatch)
backup file: filesystem: /etc/hosts (Modification time mismatch)
backup file: filesystem: /etc/hosts (Size mismatch)
backup file: filesystem: /etc/passwd (Modification time mismatch)
backup file: filesystem: /etc/passwd (Size mismatch)
backup file: filesystem: /etc/resolv.conf (Modification time mismatch)
backup file: filesystem: /etc/resolv.conf (Size mismatch)
backup file: filesystem: /etc/shadow (Modification time mismatch)
backup file: filesystem: /etc/shadow (Size mismatch)
backup file: filesystem: /etc/shells (Modification time mismatch)
backup file: filesystem: /etc/shells (Size mismatch)
backup file: glibc: /etc/locale.gen (Modification time mismatch)
backup file: glibc: /etc/locale.gen (Size mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (Modification time mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (Size mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Modification time mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Size mismatch)
shadow: 558 total files, 2 altered files

The fact that we both had this error at pretty much the same time (I observed it yesterday for the first time but booted with the rescue work around), however, makes a broken update more likely. I've downgraded to

linux-5.6.3.arch1-1  systemd-245.4-2  systemd-libs-245.4-2  systemd-sysvcompat-245.4-2

, but without success.

On a side note, pressing Ctrl+Alt+Delete on the blank console initiates a reboot.

Offline

#7 2020-04-21 22:08:37

mitchell4136
Member
Registered: 2020-04-21
Posts: 10

Re: [SOLVED] Can't boot into DM or tty console after systemd update

I first suspected a broken update, but lurked on the forums here for two days, as well as the archlinux subreddit and didn't find anyone crying about a broken update, so i figured it was broken config in my system. I still think its so. I downgraded systemd and all related packages that were updated in that -Syu cycle to 245.4-2 and the problems persisted.

Offline

#8 2020-04-21 22:11:54

mitchell4136
Member
Registered: 2020-04-21
Posts: 10

Re: [SOLVED] Can't boot into DM or tty console after systemd update

after some googling related to the command loqs gave us, i found something from pacutils called paccheck --md5sum --quiet and found an md5sum mismatch for /etc/arch-release as well as a few /usr/lib/modules/5.6.5-arch3-1/ files. Perhaps i am using a broken mirror? I will switch to a different mirror, reinstall the packages and report back.

Offline

#9 2020-04-21 22:19:35

loqs
Member
Registered: 2014-03-06
Posts: 17,719

Re: [SOLVED] Can't boot into DM or tty console after systemd update

warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.alias (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.alias (Size mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.alias.bin (Size mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.builtin.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.builtin.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.dep (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.dep.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.devname (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.softdep (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.symbols (Modification time mismatch)
warning: linux: /usr/lib/modules/5.6.5-arch3-1/modules.symbols.bin (Modification time mismatch)

Are all expected mismatches the files are updated after installation.  /etc/arch-release is not modified on this system but I doubt it is the cause.
Have you tried downgrading or updating dhcpcd as I suggested in my edit to post #2?

Offline

#10 2020-04-21 22:38:03

mitchell4136
Member
Registered: 2020-04-21
Posts: 10

Re: [SOLVED] Can't boot into DM or tty console after systemd update

my mismatches in the pacman -Qkk command are not the files updated after the broken installation. Downgrading dhcpcd as im typing this, will report back.

Offline

#11 2020-04-21 22:47:02

mitchell4136
Member
Registered: 2020-04-21
Posts: 10

Re: [SOLVED] Can't boot into DM or tty console after systemd update

Okay, somehow i fixed it I both downgraded dhcpcd and ran a pacman -Syyu and reinstalled some systemd packages after modifying mirrorlist. During -Syuu i also got an nvidia update as well as a kernel update which most likely rolled out within the last few hours. Not sure which of those factors fixed the errors, but im at least able to get into getty tty now. I will test lightdm and if all is good, i will mark as solved.

Offline

#12 2020-04-21 22:53:57

mitchell4136
Member
Registered: 2020-04-21
Posts: 10

Re: [SOLVED] Can't boot into DM or tty console after systemd update

Okay, got into lightdm and back into my desktop enviroment successfully. After doing so, i ran an update on dhcpcd as a test and rebooted. The errors came up again. After downgrading dhcpcd in live enviroment chroot again and rebooting, the error disappeared.

The error is on dhcpcd-9.0.1-2 but disappears on version 8.1.7. I will mark this thread as solved, though i would love to contribute back to the community by filing a bug report. I am not familiar with the process as I have never filed one before.

Solution: DHCPCD 9.0.1 breaks systemd services on boot, downgrade to 8.1.7 in the meantime

Offline

#13 2020-04-22 00:35:41

albeec13
Member
Registered: 2012-10-18
Posts: 3

Re: [SOLVED] Can't boot into DM or tty console after systemd update

Also ran into this today and was starting to suspect a problem with hardware/emmc on my PC Engines APU running as a router...

Might be time to stop using dhcpcd...geez. Thanks for the heads up!

In my case, system broke on dhcpcd-9.0.1-2 and fallback to dhcpcd-8.1.6.1 is fine.

Last edited by albeec13 (2020-04-22 00:37:32)

Offline

#14 2020-04-22 00:59:49

Sebb767
Member
Registered: 2016-07-19
Posts: 4

Re: [SOLVED] Can't boot into DM or tty console after systemd update

So, I've downgraded dhcpcd and the problem is solved for me as well. Now that I know, at the one time I managed to boot from the rescue console I've invoked dhcpcd manually beforehand and I didn't afterwards (since it interferes with network manager), so that might have been the reason it worked once.

Thanks a lot @loqs, I would've never thought of dhcpcd with this error!

Offline

#15 2020-04-22 05:05:32

alakra
Member
Registered: 2019-01-13
Posts: 1

Re: [SOLVED] Can't boot into DM or tty console after systemd update

Thanks a bunch mitchell4136, your suggestion solved my problem as well!

Offline

#16 2020-04-22 14:05:11

quaker762
Member
Registered: 2018-04-03
Posts: 5

Re: [SOLVED] Can't boot into DM or tty console after systemd update

Cheers mitchell4136, had exactly the same issue, dhcpcd-9.0.1-2 is 100% b0rked. Thanks for saving me hours of banging my head into my keyboard.

Offline

#17 2020-04-28 08:17:12

mate377
Member
Registered: 2020-03-27
Posts: 2

Re: [SOLVED] Can't boot into DM or tty console after systemd update

I had the same problem (getty service crash) and solved downgrading dhcpcd to 8.1.6-1
Thanks a lot mitchell4136!

Offline

#18 2020-04-28 13:26:26

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,645

Re: [SOLVED] Can't boot into DM or tty console after systemd update

That's enough "me too" posts. I am going to close this solved thread.

mitchell4136, if you would like this thread reopened, use the Report button to ask a moderator to open it.

Offline

Board footer

Powered by FluxBB