You are not logged in.
Setup: The motherboard has an ASPEED chip for graphics, CPU has no integrated graphics and there is no other on board GPU. I have a NVIDIA GPU sitting in a PCIE 3.0 lane and connected to external monitor with a HDMI cable. Software setup: `uname -a` says kernel 6.4.8-arch1-1, X11 and lightdm, lightdm-gtk-greeter, i3wm and friends of i3wm.
Expected: Reliably use the NVIDIA GPU to render display, and be able to switch between X11 Screens.
Happened: NVIDIA GPU rendered display once, but with no change to the configurations (I don't remember if plugged/unplugged status of something changed, however), the next reboot got no displays. I was also unable to switch between X11 Screens.
Details:
I do not have config files under /etc/X11 directory. I have `/etc/X11/xorg.conf.d/nvidia.conf`:
Section "ServerLayout"
Identifier "layout"
Screen 0 "intel" # this is ASPEED on the board
Screen 1 "nvidia" # in PCIE lane, connected to monitor with an HDMI cable
EndSection
Section "Device"
Identifier "intel"
BusID "PCI:6:0:0"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
Section "Device"
Identifier "nvidia"
BusID "PCI:1:0:0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration" "true"
EndSection
With this config, `xrandr` only recognizes screen 0 and I can't get GPU HDMI to display on a monitor. `xrandr --screen 1` thinks I do not have screen 1: "Invalid screen number 1 (display has 1)". The GPU is visible in `lscpi | grep -i vga`:
00:13.0 Non-VGA unclassified device: Intel Corporation 100 Series/C230 Series Chipset Family Integrated Sensor Hub (rev31)
01:00.0 VGA compatible controller: NVIDIA Corporation AD104 [GeForceRTX 4070 Ti] (rev a1)
06:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev30)
And in `xrandr --listproviders`:
Providers: number : 2
Provider 0: id: 0x40 cap: 0x2, Sink Output crtcs: 1 outputs 1 associated providers: 0 name:modesetting
Provider 1: id: 0x1dc cap: 0x2, Sink Output crtcs: 4 outputs: 8 associated providers: 0 name:NVIDIA-G0
Then I did the following. It worked 1 time, but failed after another reboot:
1) Add kernel parameter `nvidia_drm.modeset=1` to `GRUB_CMDLINE_LINUX` and regenerate GRUB config. Reboot.
2) Finding 1 not sufficient, I changed the X11 config to let nvidia take screen 0, and intel take screen1. Reboot.
3) I got the display, although iKVM now sees nothing, which I'm not sure if is expected. I suppose not and expect one X11 server to be able to have multiple Screens.
Seeing the above worked, I shutdown the computer and moved it around. After booting, there was no display for monitor, and as described in 3), the iKVM also has no display.
I accessed via ssh, `xrandr` says "Can't open display".
`sudo journalctl -b -1 > mydump ; grep -v cloudflared testd| grep -i xorg | less` will be:
Aug 11 15:37:06 potato kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1061 'Xorg'
Aug 11 15:39:12 potato dbus-daemon[999]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.12' (uid=0 pid=1459 comm="sudo vim /etc/X11/xorg.conf.d/nvidia.conf")
Aug 11 15:39:15 potato sudo[1459]: alice : TTY=pts/0 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/vim /etc/X11/xorg.conf.d/nvidia.conf
Aug 11 15:48:00 potato dbus-daemon[999]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.22' (uid=0 pid=1624 comm="sudo vim /etc/X11/xorg.conf.d/nvidia.conf")
Aug 11 15:48:02 potato sudo[1624]: alice : TTY=pts/0 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/vim /etc/X11/xorg.conf.d/nvidia.conf
Seeing that I can't do most things in ssh alone, I reverted the changes in `/etc/X11/xorg.conf.d/nvidia.conf` for now, i.e. let the nvidia take screen 1 rather than 0.
Thank you.
Last edited by strayhay (2023-08-12 20:46:41)
Offline
ive never heard of aspeed before but did a quick search and it appears it has nothing to do with intel and uses the 'ast' kernel module.
i know for a fact that on some systems with integrated graphics you need to blacklist the onboard so the nvidia drivers work correctly, refer here:
https://wiki.archlinux.org/title/NVIDIA … grated_GPU
so try blacklisting the 'ast' module like this:
make this file
/etc/modprobe.d/blacklist.conf
with this inside it
install ast /usr/bin/false
and remove '/etc/X11/xorg.conf.d/nvidia.conf' and 'nvidia_drm.modeset=1' and any other changes you made and see what happens.
EDIT: removed misleading info, did not realise drm.modeset=1 was required now, i see the wiki has been updated since i last read it
Last edited by jonno2002 (2023-08-12 09:03:56)
Offline
Thank you @jonno2002 , I haven't tried yet but I believe your suggestion should be correct or very close. Will do it over the weekend.
I (should've before posting) grepped journalctl for nvidia and realized NVIDIA driver probably had issues in the current boot, which did not happen with the previous boot when the GPU's display worked.
For the faulty boot:
Aug 11 03:14:40 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5afd3f20-30ae-4193-a2af-c4d5f7213bdd rw root=/dev/mapper/main rd.luks.name=563b0f21-f7c2-4256-8cc6-6b0adf8f0c91=main rd.luks.options=password-echo=yes nvidia_drm.modeset=1 loglevel=3
Aug 11 03:14:40 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5afd3f20-30ae-4193-a2af-c4d5f7213bdd rw root=/dev/mapper/main rd.luks.name=563b0f21-f7c2-4256-8cc6-6b0adf8f0c91=main rd.luks.options=password-echo=yes nvidia_drm.modeset=1 loglevel=3
Aug 11 03:14:49 potato kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input8
Aug 11 03:14:49 potato kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input9
Aug 11 03:14:49 potato kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input10
Aug 11 03:14:49 potato kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input11
Aug 11 03:14:49 potato kernel: nvidia: loading out-of-tree module taints kernel.
Aug 11 03:14:49 potato kernel: nvidia: module license 'NVIDIA' taints kernel.
Aug 11 03:14:49 potato kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Aug 11 03:14:49 potato kernel: nvidia: module license taints kernel.
Aug 11 03:14:50 potato kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Aug 11 03:14:50 potato kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Aug 11 03:14:50 potato kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Aug 11 03:14:50 potato kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 535.86.05 Fri Jul 14 20:46:33 UTC 2023
Aug 11 03:14:50 potato (udev-worker)[458]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) 255'' failed with exit code 1.
Aug 11 03:14:50 potato (udev-worker)[458]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \ -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) ${i}; done'' failed with exit code 1.
Aug 11 03:14:50 potato kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Aug 11 03:14:50 potato systemd-modules-load[393]: Inserted module 'nvidia_uvm'
Aug 11 03:14:50 potato kernel: nvidia-uvm: Loaded the UVM driver, major device number 511.
Aug 11 03:14:50 potato kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 535.86.05 Fri Jul 14 20:20:58 UTC 2023
Aug 11 03:14:50 potato kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Aug 11 03:14:51 potato kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
And in the boot that GPU HDMI had display:
Aug 10 23:07:36 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5afd3f20-30ae-4193-a2af-c4d5f7213bdd rw root=/dev/mapper/main rd.luks.name=563b0f21-f7c2-4256-8cc6-6b0adf8f0c91=main rd.luks.options=password-echo=yes nvidia_drm.modeset=1 loglevel=3
Aug 10 23:07:36 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5afd3f20-30ae-4193-a2af-c4d5f7213bdd rw root=/dev/mapper/main rd.luks.name=563b0f21-f7c2-4256-8cc6-6b0adf8f0c91=main rd.luks.options=password-echo=yes nvidia_drm.modeset=1 loglevel=3
Offline
Nothing in your grep is anyhow critical, grepping for "ast" to confirm jonno2002's HW assumption would be more relevant.
If that shows up, it's likely the offender.
Try adding "module_blacklist=ast" to the kernel parameters [Edit: to deal w/ the kms hook pot. having moved ast into the initramfs], but *KEEP* "nvidia_drm.modeset=1" (otherwise you'll get the <lotsofswearinghere> simpledrm device) but remove the xorg.conf as advised.
If this is not it, please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
so we won't have to guess the cause.
Last edited by seth (2023-08-12 06:44:59)
Offline
Thank you seth. I tried jonno2002's suggestion, but it did not change my observations. I reverted to the original setting of my post and tried other things.
With the following, I now have a half-working setup that displays fine in the external HDMI monitor, but the either reverse PRIME or having the ASPEED graphics in 2nd X11 Screen was not possible: Change the ServeryLayout section in /etc/X11/xorg.conf.d/10-nvidia.conf to set the internal graphics as inactive, and let nvidia take screen 0:
Section "ServerLayout"
Identifier "layout"
Inactive "intel"
Screen 0 "nvidia"
Option "AllowNVIDIAGPUScreens"
EndSection
Section "Device"
Identifier "intel"
BusID "PCI:6:0:0"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
Section "Device"
Identifier "nvidia"
BusID "PCI:1:0:0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration" "true"
EndSection
Under this half-working status (ast not blacklisted, internal graphics set to inactive), the output of the requested "sudo journalctl -b | curl -F 'file=@-' 0x0.st" is https://0x0.st/H_IM.txt . Grepping for ast in this setup showed no suspicious things. I can revert and post them of a faulty boot if needed.
I suspect I'm not fixing the real problem, and there should be a way for iKVM video to coexist with the external monitor, somehow. But I tried this twisted config because of the following sequence:
1) First, after trying jonno2002's suggestion, I looked around and in /var/log/Xorg.0.log, it prompted that "Validated MetaModes" was set to NULL. Some lines before that, the log wrote "cannot find size of first mode for[...]" which led to two guesses, either a) the GPU had issues talking to the monitor as Screen 1, or b) nvidia driver had issues.
1b) I found this post on freeBSD forum similar to 1)'s log. The thread concluded that OP's nvidia-modeset module was not properly loaded. However, I don't see it not loading in my case, and modifying MODULES array in mkinitcpio.conf has no positive effect.
2) So following 1a), I landed at a post from 2021 arch linux forum and the forum post linked by it. It did not solve my problem, but I actual have the same "Section "OutputClass"" setting (which I suspect to be created by a desperate try of mine with nvidia-xconfig run). In the post, it was warned to be fragile, but I kept them for the time being, because removing them segfaulted X11..
3) After 2), searches led me to arch wiki article of RPIME and Reverse PRIME. My HW connection is aspeed-mobo-VGAport(not used), and PCIE-NVIDIA-HDMI. Not one of them, but wiki showed that X11 config can list Device as Inactive.
4) Seeing 3) and remembering 1a) assumption, I set the internal graphics to be Inactive (rather than let it take Screen 1) and let NVIDIA take Screen 0 . Reboot and external monitor is alright. Of course, iKVM now sees nothing but a black screen with a cursor sitting at the top left.
I'm not sure if I should mark the thread as solved, though. Seth, in the post I linked in 2) and the post it reference, you criticized their configs, and I believe what I wrote in this reply is messier than theirs. Shall I leave the thread unsolved, post more logs or mark as solved? Thank you.
PS so far I don't actually know what the ASPEED chip does wrt everything, it's my first server board. Maybe iKVM/IPMI has some weird aspects when it comes to external GPUs?
Offline
Aug 12 03:46:38 potato kernel: ast 0000:06:00.0: vgaarb: deactivate vga console
Aug 12 03:46:38 potato kernel: ast 0000:06:00.0: [drm] P2A bridge disabled, using default configuration
Aug 12 03:46:38 potato kernel: ast 0000:06:00.0: [drm] AST 2400 detected
Aug 12 03:46:38 potato kernel: ast 0000:06:00.0: [drm] Using analog VGA
Aug 12 03:46:38 potato kernel: ast 0000:06:00.0: [drm] dram MCLK=396 Mhz type=1 bus_width=16
Aug 12 03:46:38 potato kernel: [drm] Initialized ast 0.1.0 20120228 for 0000:06:00.0 on minor 0
Aug 12 03:46:38 potato kernel: fbcon: astdrmfb (fb0) is primary device
Aug 12 03:46:38 potato kernel: ast 0000:06:00.0: [drm] fb0: astdrmfb frame buffer device
It's there and that's suspicious enough, blacklist it to get it out of the way, post an updated journal and xorg log to illustrate the impact. As mentioned, KEEP "nvidia_drm.modeset=1"
Your server config is partially nonsense, there's no intel device.
Offline
Below is the journalctl and xorg log of the setup: has nvidia_drm.modeset=1, no configs under /etc/X11/xorg or /etc/X11/xorg/xorg.conf.d, has /etc/modprobe.d/blacklist.conf (contains `install ast /usr/bin/false`). This boot failed to launch X11. I switched to tty2 to copy logs.
If I copy back the X11 config but leave the others the same, then X11 & external monitor work.
xorg log, no config file and X11 failed:
[ 35.196]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 35.196] Current Operating System: Linux potato 6.4.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 08 Aug 2023 22:14:05 +0000 x86_64
[ 35.196] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5afd3f20-30ae-4193-a2af-c4d5f7213bdd rw root=/dev/mapper/main rd.luks.name=563b0f21-f7c2-4256-8cc6-6b0adf8f0c91=main rd.luks.options=password-echo=yes nvidia_drm.modeset=1 loglevel=3
[ 35.196]
[ 35.196] Current version of pixman: 0.42.2
[ 35.196] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 35.196] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 35.196] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 12 16:52:23 2023
[ 35.196] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 35.196] (==) No Layout section. Using the first Screen section.
[ 35.196] (==) No screen section available. Using defaults.
[ 35.196] (**) |-->Screen "Default Screen Section" (0)
[ 35.196] (**) | |-->Monitor "<default monitor>"
[ 35.196] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 35.196] (==) Automatically adding devices
[ 35.196] (==) Automatically enabling devices
[ 35.196] (==) Automatically adding GPU devices
[ 35.196] (==) Automatically binding GPU devices
[ 35.196] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 35.196] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 35.196] Entry deleted from font path.
[ 35.196] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 35.196] Entry deleted from font path.
[ 35.196] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 35.196] Entry deleted from font path.
[ 35.196] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 35.196] Entry deleted from font path.
[ 35.196] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 35.196] Entry deleted from font path.
[ 35.196] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 35.196] Entry deleted from font path.
[ 35.196] (==) FontPath set to:
[ 35.196] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 35.196] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 35.196] (II) Module ABI versions:
[ 35.196] X.Org ANSI C Emulation: 0.4
[ 35.196] X.Org Video Driver: 25.2
[ 35.196] X.Org XInput driver : 24.4
[ 35.196] X.Org Server Extension : 10.0
[ 35.197] (++) using VT number 7
[ 35.197] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 35.198] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 35.198] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 35.236] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 35.238] (--) PCI: (1@0:0:0) 10de:2782:1043:88a4 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 35.238] (--) PCI:*(6@0:0:0) 1a03:2000:15d9:0896 rev 48, Mem @ 0xdc000000/16777216, 0xdd000000/131072, I/O @ 0x0000b000/128, BIOS @ 0x????????/131072
[ 35.238] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 35.238] (II) LoadModule: "glx"
[ 35.238] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 35.239] (II) Module glx: vendor="X.Org Foundation"
[ 35.239] compiled for 1.21.1.8, module version = 1.0.0
[ 35.239] ABI class: X.Org Server Extension, version 10.0
[ 35.239] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 35.239] loading driver: nvidia
[ 35.239] (==) Matched nvidia as autoconfigured driver 0
[ 35.239] (==) Matched nouveau as autoconfigured driver 1
[ 35.239] (==) Matched nv as autoconfigured driver 2
[ 35.239] (==) Matched ast as autoconfigured driver 3
[ 35.239] (==) Matched modesetting as autoconfigured driver 4
[ 35.239] (==) Matched fbdev as autoconfigured driver 5
[ 35.239] (==) Matched vesa as autoconfigured driver 6
[ 35.239] (==) Assigned the driver to the xf86ConfigLayout
[ 35.239] (II) LoadModule: "nvidia"
[ 35.239] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 35.239] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 35.239] compiled for 1.6.99.901, module version = 1.0.0
[ 35.239] Module class: X.Org Video Driver
[ 35.239] (II) LoadModule: "nouveau"
[ 35.240] (WW) Warning, couldn't open module nouveau
[ 35.240] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 35.240] (II) LoadModule: "nv"
[ 35.240] (WW) Warning, couldn't open module nv
[ 35.240] (EE) Failed to load module "nv" (module does not exist, 0)
[ 35.240] (II) LoadModule: "ast"
[ 35.240] (WW) Warning, couldn't open module ast
[ 35.240] (EE) Failed to load module "ast" (module does not exist, 0)
[ 35.240] (II) LoadModule: "modesetting"
[ 35.240] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 35.241] (II) Module modesetting: vendor="X.Org Foundation"
[ 35.241] compiled for 1.21.1.8, module version = 1.21.1
[ 35.241] Module class: X.Org Video Driver
[ 35.241] ABI class: X.Org Video Driver, version 25.2
[ 35.241] (II) LoadModule: "fbdev"
[ 35.241] (WW) Warning, couldn't open module fbdev
[ 35.241] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 35.241] (II) LoadModule: "vesa"
[ 35.241] (WW) Warning, couldn't open module vesa
[ 35.241] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 35.241] (II) NVIDIA dlloader X Driver 535.98 Tue Aug 1 21:44:52 UTC 2023
[ 35.241] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 35.241] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 35.276] (WW) Falling back to old probe method for modesetting
[ 35.303] (II) modeset(1): using default device
[ 35.303] (II) Loading sub module "fb"
[ 35.303] (II) LoadModule: "fb"
[ 35.303] (II) Module "fb" already built-in
[ 35.303] (II) Loading sub module "wfb"
[ 35.303] (II) LoadModule: "wfb"
[ 35.303] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 35.303] (II) Module wfb: vendor="X.Org Foundation"
[ 35.303] compiled for 1.21.1.8, module version = 1.0.0
[ 35.303] ABI class: X.Org ANSI C Emulation, version 0.4
[ 35.303] (EE) Screen 0 deleted because of no matching config section.
[ 35.303] (II) UnloadModule: "modesetting"
[ 35.303] (EE)
Fatal server error:
[ 35.304] (EE) Cannot run in framebuffer mode. Please specify busIDs for all framebuffer devices
[ 35.304] (EE)
[ 35.304] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 35.304] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 35.304] (EE)
[ 35.320] (EE) Server terminated with error (1). Closing log file.
journalctl, no config file and X11 failed (timestamps newer than the log below because i overwrote my copy and had to try the faulty boot again to capture this. please disregard):
Aug 12 16:55:41 archlinux kernel: Linux version 6.4.9-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Tue, 08 Aug 2023 22:14:05 +0000
Aug 12 16:55:41 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5afd3f20-30ae-4193-a2af-c4d5f7213bdd rw root=/dev/mapper/main rd.luks.name=563b0f21-f7c2-4256-8cc6-6b0adf8f0c91=main rd.luks.options=password-echo=yes nvidia_drm.modeset=1 loglevel=3
Aug 12 16:55:41 archlinux kernel: BIOS-provided physical RAM map:
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000003efff] usable
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x000000000003f000-0x000000000003ffff] reserved
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x0000000000040000-0x000000000009efff] usable
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000686b6fff] usable
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x00000000686b7000-0x00000000686b7fff] ACPI NVS
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x00000000686b8000-0x0000000068703fff] reserved
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x0000000068704000-0x000000006d09ffff] usable
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x000000006d0a0000-0x000000006d42dfff] reserved
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x000000006d42e000-0x000000006d5ecfff] usable
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x000000006d5ed000-0x000000006dd90fff] ACPI NVS
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x000000006dd91000-0x000000006fe66fff] reserved
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x000000006fe67000-0x000000006fffefff] type 20
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 12 16:55:41 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000887bfffff] usable
Aug 12 16:55:41 archlinux kernel: The simpledrm driver will not be probed
Aug 12 16:55:41 archlinux kernel: NX (Execute Disable) protection: active
Aug 12 16:55:41 archlinux kernel: efi: EFI v2.4 by American Megatrends
Aug 12 16:55:41 archlinux kernel: efi: ESRT=0x6fc2d918 ACPI=0x6d7f5000 ACPI 2.0=0x6d7f5000 SMBIOS=0xf05e0 SMBIOS 3.0=0x6fb78000
Aug 12 16:55:41 archlinux kernel: efi: Remove mem35: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
Aug 12 16:55:41 archlinux kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
Aug 12 16:55:41 archlinux kernel: efi: Not removing mem36: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Aug 12 16:55:41 archlinux kernel: efi: Not removing mem37: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Aug 12 16:55:41 archlinux kernel: efi: Not removing mem38: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Aug 12 16:55:41 archlinux kernel: efi: Remove mem39: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Aug 12 16:55:41 archlinux kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Aug 12 16:55:41 archlinux kernel: SMBIOS 3.0.0 present.
Aug 12 16:55:41 archlinux kernel: DMI: Supermicro Super Server/X11SSM-F, BIOS 2.7 12/06/2021
Aug 12 16:55:41 archlinux kernel: tsc: Detected 3400.000 MHz processor
Aug 12 16:55:41 archlinux kernel: tsc: Detected 3399.906 MHz TSC
Aug 12 16:55:41 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 12 16:55:41 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 12 16:55:41 archlinux kernel: last_pfn = 0x887c00 max_arch_pfn = 0x400000000
Aug 12 16:55:41 archlinux kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Aug 12 16:55:41 archlinux kernel: last_pfn = 0x70000 max_arch_pfn = 0x400000000
Aug 12 16:55:41 archlinux kernel: found SMP MP-table at [mem 0x000fccb0-0x000fccbf]
Aug 12 16:55:41 archlinux kernel: esrt: Reserving ESRT space from 0x000000006fc2d918 to 0x000000006fc2d950.
Aug 12 16:55:41 archlinux kernel: Using GB pages for direct mapping
Aug 12 16:55:41 archlinux kernel: Secure boot disabled
Aug 12 16:55:41 archlinux kernel: RAMDISK: [mem 0x35a01000-0x36cf7fff]
Aug 12 16:55:41 archlinux kernel: ACPI: Early table checksum verification disabled
Aug 12 16:55:41 archlinux kernel: ACPI: RSDP 0x000000006D7F5000 000024 (v02 SUPERM)
Aug 12 16:55:41 archlinux kernel: ACPI: XSDT 0x000000006D7F50B0 0000DC (v01 SUPERM SUPERM 01072009 AMI 00010013)
Aug 12 16:55:41 archlinux kernel: ACPI: FACP 0x000000006D817548 00010C (v05 01072009 AMI 00010013)
Aug 12 16:55:41 archlinux kernel: ACPI: DSDT 0x000000006D7F5220 022328 (v02 SUPERM SMCI--MB 01072009 INTL 20120913)
Aug 12 16:55:41 archlinux kernel: ACPI: FACS 0x000000006DD8FF80 000040
Aug 12 16:55:41 archlinux kernel: ACPI: APIC 0x000000006D817658 0000BC (v03 01072009 AMI 00010013)
Aug 12 16:55:41 archlinux kernel: ACPI: FPDT 0x000000006D817718 000044 (v01 01072009 AMI 00010013)
Aug 12 16:55:41 archlinux kernel: ACPI: FIDT 0x000000006D817760 00009C (v01 01072009 AMI 00010013)
Aug 12 16:55:41 archlinux kernel: ACPI: SPMI 0x000000006D817800 000041 (v05 SUPERM SMCI--MB 00000000 AMI. 00000000)
Aug 12 16:55:41 archlinux kernel: ACPI: MCFG 0x000000006D817848 00003C (v01 SUPERM SMCI--MB 01072009 MSFT 00000097)
Aug 12 16:55:41 archlinux kernel: ACPI: HPET 0x000000006D817888 000038 (v01 SUPERM SMCI--MB 01072009 AMI. 0005000B)
Aug 12 16:55:41 archlinux kernel: ACPI: LPIT 0x000000006D8178C0 000094 (v01 INTEL GNLR 00000000 MSFT 0000005F)
Aug 12 16:55:41 archlinux kernel: ACPI: SSDT 0x000000006D817958 000248 (v02 INTEL sensrhub 00000000 INTL 20120913)
Aug 12 16:55:41 archlinux kernel: ACPI: SSDT 0x000000006D817BA0 002BAE (v02 INTEL PtidDevc 00001000 INTL 20120913)
Aug 12 16:55:41 archlinux kernel: ACPI: SSDT 0x000000006D81A750 000BE3 (v02 INTEL Ther_Rvp 00001000 INTL 20120913)
Aug 12 16:55:41 archlinux kernel: ACPI: DBGP 0x000000006D81B338 000034 (v01 INTEL 00000000 MSFT 0000005F)
Aug 12 16:55:41 archlinux kernel: ACPI: DBG2 0x000000006D81B370 000054 (v00 INTEL 00000000 MSFT 0000005F)
Aug 12 16:55:41 archlinux kernel: ACPI: SSDT 0x000000006D81B3C8 000614 (v02 INTEL xh_Zumba 00000000 INTL 20120913)
Aug 12 16:55:41 archlinux kernel: ACPI: PRAD 0x000000006D81B9E0 0000CA (v02 PRADID PRADTID 00000001 INTL 20120913)
Aug 12 16:55:41 archlinux kernel: ACPI: SSDT 0x000000006D81BAB0 00547E (v02 SaSsdt SaSsdt 00003000 INTL 20120913)
Aug 12 16:55:41 archlinux kernel: ACPI: UEFI 0x000000006D820F30 000042 (v01 00000000 00000000)
Aug 12 16:55:41 archlinux kernel: ACPI: SSDT 0x000000006D820F78 000E73 (v02 CpuRef CpuSsdt 00003000 INTL 20120913)
Aug 12 16:55:41 archlinux kernel: ACPI: DMAR 0x000000006D821DF0 000070 (v01 INTEL SKL 00000001 INTL 00000001)
Aug 12 16:55:41 archlinux kernel: ACPI: EINJ 0x000000006D821E60 000130 (v01 AMI AMI.EINJ 00000000 AMI. 00000000)
Aug 12 16:55:41 archlinux kernel: ACPI: ERST 0x000000006D821F90 000230 (v01 AMIER AMI.ERST 00000000 AMI. 00000000)
Aug 12 16:55:41 archlinux kernel: ACPI: BERT 0x000000006D8221C0 000030 (v01 AMI AMI.BERT 00000000 AMI. 00000000)
Aug 12 16:55:41 archlinux kernel: ACPI: HEST 0x000000006D8221F0 00027C (v01 AMI AMI.HEST 00000000 AMI. 00000000)
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x6d817548-0x6d817653]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x6d7f5220-0x6d817547]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x6dd8ff80-0x6dd8ffbf]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x6d817658-0x6d817713]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x6d817718-0x6d81775b]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x6d817760-0x6d8177fb]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving SPMI table memory at [mem 0x6d817800-0x6d817840]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x6d817848-0x6d817883]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x6d817888-0x6d8178bf]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving LPIT table memory at [mem 0x6d8178c0-0x6d817953]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x6d817958-0x6d817b9f]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x6d817ba0-0x6d81a74d]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x6d81a750-0x6d81b332]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving DBGP table memory at [mem 0x6d81b338-0x6d81b36b]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving DBG2 table memory at [mem 0x6d81b370-0x6d81b3c3]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x6d81b3c8-0x6d81b9db]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving PRAD table memory at [mem 0x6d81b9e0-0x6d81baa9]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x6d81bab0-0x6d820f2d]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving UEFI table memory at [mem 0x6d820f30-0x6d820f71]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x6d820f78-0x6d821dea]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving DMAR table memory at [mem 0x6d821df0-0x6d821e5f]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving EINJ table memory at [mem 0x6d821e60-0x6d821f8f]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving ERST table memory at [mem 0x6d821f90-0x6d8221bf]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving BERT table memory at [mem 0x6d8221c0-0x6d8221ef]
Aug 12 16:55:41 archlinux kernel: ACPI: Reserving HEST table memory at [mem 0x6d8221f0-0x6d82246b]
Aug 12 16:55:41 archlinux kernel: No NUMA configuration found
Aug 12 16:55:41 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x0000000887bfffff]
Aug 12 16:55:41 archlinux kernel: NODE_DATA(0) allocated [mem 0x887bfb000-0x887bfffff]
Aug 12 16:55:41 archlinux kernel: Zone ranges:
Aug 12 16:55:41 archlinux kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Aug 12 16:55:41 archlinux kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Aug 12 16:55:41 archlinux kernel: Normal [mem 0x0000000100000000-0x0000000887bfffff]
Aug 12 16:55:41 archlinux kernel: Device empty
Aug 12 16:55:41 archlinux kernel: Movable zone start for each node
Aug 12 16:55:41 archlinux kernel: Early memory node ranges
Aug 12 16:55:41 archlinux kernel: node 0: [mem 0x0000000000001000-0x000000000003efff]
Aug 12 16:55:41 archlinux kernel: node 0: [mem 0x0000000000040000-0x000000000009efff]
Aug 12 16:55:41 archlinux kernel: node 0: [mem 0x0000000000100000-0x00000000686b6fff]
Aug 12 16:55:41 archlinux kernel: node 0: [mem 0x0000000068704000-0x000000006d09ffff]
Aug 12 16:55:41 archlinux kernel: node 0: [mem 0x000000006d42e000-0x000000006d5ecfff]
Aug 12 16:55:41 archlinux kernel: node 0: [mem 0x000000006ffff000-0x000000006fffffff]
Aug 12 16:55:41 archlinux kernel: node 0: [mem 0x0000000100000000-0x0000000887bfffff]
Aug 12 16:55:41 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000887bfffff]
Aug 12 16:55:41 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 12 16:55:41 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 12 16:55:41 archlinux kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Aug 12 16:55:41 archlinux kernel: On node 0, zone DMA32: 77 pages in unavailable ranges
Aug 12 16:55:41 archlinux kernel: On node 0, zone DMA32: 910 pages in unavailable ranges
Aug 12 16:55:41 archlinux kernel: On node 0, zone DMA32: 10770 pages in unavailable ranges
Aug 12 16:55:41 archlinux kernel: On node 0, zone Normal: 1024 pages in unavailable ranges
Aug 12 16:55:41 archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
Aug 12 16:55:41 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 12 16:55:41 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 12 16:55:41 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 12 16:55:41 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug 12 16:55:41 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Aug 12 16:55:41 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Aug 12 16:55:41 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Aug 12 16:55:41 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Aug 12 16:55:41 archlinux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Aug 12 16:55:41 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 12 16:55:41 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 12 16:55:41 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 12 16:55:41 archlinux kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Aug 12 16:55:41 archlinux kernel: TSC deadline timer available
Aug 12 16:55:41 archlinux kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0003f000-0x0003ffff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x686b7000-0x686b7fff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x686b8000-0x68703fff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x6d0a0000-0x6d42dfff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x6d5ed000-0x6dd90fff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x6dd91000-0x6fe66fff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x6fe67000-0x6fffefff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x70000000-0xfdffffff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Aug 12 16:55:41 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Aug 12 16:55:41 archlinux kernel: [mem 0x70000000-0xfdffffff] available for PCI devices
Aug 12 16:55:41 archlinux kernel: Booting paravirtualized kernel on bare hardware
Aug 12 16:55:41 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Aug 12 16:55:41 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Aug 12 16:55:41 archlinux kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Aug 12 16:55:41 archlinux kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Aug 12 16:55:41 archlinux kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Aug 12 16:55:41 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5afd3f20-30ae-4193-a2af-c4d5f7213bdd rw root=/dev/mapper/main rd.luks.name=563b0f21-f7c2-4256-8cc6-6b0adf8f0c91=main rd.luks.options=password-echo=yes nvidia_drm.modeset=1 loglevel=3
Aug 12 16:55:41 archlinux kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Aug 12 16:55:41 archlinux kernel: random: crng init done
Aug 12 16:55:41 archlinux kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Aug 12 16:55:41 archlinux kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Aug 12 16:55:41 archlinux kernel: Fallback order for Node 0: 0
Aug 12 16:55:41 archlinux kernel: Built 1 zonelists, mobility grouping on. Total pages: 8212442
Aug 12 16:55:41 archlinux kernel: Policy zone: Normal
Aug 12 16:55:41 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 12 16:55:41 archlinux kernel: software IO TLB: area num 8.
Aug 12 16:55:41 archlinux kernel: Memory: 32624864K/33371840K available (16384K kernel code, 2120K rwdata, 12776K rodata, 3348K init, 3988K bss, 746716K reserved, 0K cma-reserved)
Aug 12 16:55:41 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Aug 12 16:55:41 archlinux kernel: Kernel/User page tables isolation: enabled
Aug 12 16:55:41 archlinux kernel: ftrace: allocating 47559 entries in 186 pages
Aug 12 16:55:41 archlinux kernel: ftrace: allocated 186 pages with 5 groups
Aug 12 16:55:41 archlinux kernel: Dynamic Preempt: full
Aug 12 16:55:41 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 12 16:55:41 archlinux kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Aug 12 16:55:41 archlinux kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Aug 12 16:55:41 archlinux kernel: Trampoline variant of Tasks RCU enabled.
Aug 12 16:55:41 archlinux kernel: Rude variant of Tasks RCU enabled.
Aug 12 16:55:41 archlinux kernel: Tracing variant of Tasks RCU enabled.
Aug 12 16:55:41 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Aug 12 16:55:41 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Aug 12 16:55:41 archlinux kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Aug 12 16:55:41 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 12 16:55:41 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 12 16:55:41 archlinux kernel: spurious 8259A interrupt: IRQ7.
Aug 12 16:55:41 archlinux kernel: Console: colour dummy device 80x25
Aug 12 16:55:41 archlinux kernel: printk: console [tty0] enabled
Aug 12 16:55:41 archlinux kernel: ACPI: Core revision 20230331
Aug 12 16:55:41 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Aug 12 16:55:41 archlinux kernel: APIC: Switch to symmetric I/O mode setup
Aug 12 16:55:41 archlinux kernel: DMAR: Host address width 39
Aug 12 16:55:41 archlinux kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x1
Aug 12 16:55:41 archlinux kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 12 16:55:41 archlinux kernel: DMAR: RMRR base: 0x0000006d185000 end: 0x0000006d1a4fff
Aug 12 16:55:41 archlinux kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed90000 IOMMU 0
Aug 12 16:55:41 archlinux kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed90000
Aug 12 16:55:41 archlinux kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
Aug 12 16:55:41 archlinux kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
Aug 12 16:55:41 archlinux kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
Aug 12 16:55:41 archlinux kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Aug 12 16:55:41 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 12 16:55:41 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3101f59f5e6, max_idle_ns: 440795259996 ns
Aug 12 16:55:41 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6802.13 BogoMIPS (lpj=11333020)
Aug 12 16:55:41 archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
Aug 12 16:55:41 archlinux kernel: process: using mwait in idle threads
Aug 12 16:55:41 archlinux kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Aug 12 16:55:41 archlinux kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Aug 12 16:55:41 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 12 16:55:41 archlinux kernel: Spectre V2 : Mitigation: IBRS
Aug 12 16:55:41 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 12 16:55:41 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Aug 12 16:55:41 archlinux kernel: RETBleed: Mitigation: IBRS
Aug 12 16:55:41 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 12 16:55:41 archlinux kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Aug 12 16:55:41 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 12 16:55:41 archlinux kernel: MDS: Mitigation: Clear CPU buffers
Aug 12 16:55:41 archlinux kernel: TAA: Mitigation: TSX disabled
Aug 12 16:55:41 archlinux kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Aug 12 16:55:41 archlinux kernel: SRBDS: Mitigation: Microcode
Aug 12 16:55:41 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 12 16:55:41 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 12 16:55:41 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 12 16:55:41 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Aug 12 16:55:41 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Aug 12 16:55:41 archlinux kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Aug 12 16:55:41 archlinux kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
Aug 12 16:55:41 archlinux kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
Aug 12 16:55:41 archlinux kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Aug 12 16:55:41 archlinux kernel: Freeing SMP alternatives memory: 40K
Aug 12 16:55:41 archlinux kernel: pid_max: default: 32768 minimum: 301
Aug 12 16:55:41 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Aug 12 16:55:41 archlinux kernel: landlock: Up and running.
Aug 12 16:55:41 archlinux kernel: Yama: becoming mindful.
Aug 12 16:55:41 archlinux kernel: LSM support for eBPF active
Aug 12 16:55:41 archlinux kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug 12 16:55:41 archlinux kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug 12 16:55:41 archlinux kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1230 v5 @ 3.40GHz (family: 0x6, model: 0x5e, stepping: 0x3)
Aug 12 16:55:41 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 12 16:55:41 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 12 16:55:41 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 12 16:55:41 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 12 16:55:41 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 12 16:55:41 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 12 16:55:41 archlinux kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Aug 12 16:55:41 archlinux kernel: ... version: 4
Aug 12 16:55:41 archlinux kernel: ... bit width: 48
Aug 12 16:55:41 archlinux kernel: ... generic registers: 4
Aug 12 16:55:41 archlinux kernel: ... value mask: 0000ffffffffffff
Aug 12 16:55:41 archlinux kernel: ... max period: 00007fffffffffff
Aug 12 16:55:41 archlinux kernel: ... fixed-purpose events: 3
Aug 12 16:55:41 archlinux kernel: ... event mask: 000000070000000f
Aug 12 16:55:41 archlinux kernel: signal: max sigframe size: 2032
Aug 12 16:55:41 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1084
Aug 12 16:55:41 archlinux kernel: rcu: Hierarchical SRCU implementation.
Aug 12 16:55:41 archlinux kernel: rcu: Max phase no-delay instances is 1000.
Aug 12 16:55:41 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 12 16:55:41 archlinux kernel: smp: Bringing up secondary CPUs ...
Aug 12 16:55:41 archlinux kernel: x86: Booting SMP configuration:
Aug 12 16:55:41 archlinux kernel: .... node #0, CPUs: #1 #2 #3 #4
Aug 12 16:55:41 archlinux 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.
Aug 12 16:55:41 archlinux kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Aug 12 16:55:41 archlinux kernel: #5 #6 #7
Aug 12 16:55:41 archlinux kernel: smp: Brought up 1 node, 8 CPUs
Aug 12 16:55:41 archlinux kernel: smpboot: Max logical packages: 1
Aug 12 16:55:41 archlinux kernel: smpboot: Total of 8 processors activated (54420.10 BogoMIPS)
Aug 12 16:55:41 archlinux kernel: devtmpfs: initialized
Aug 12 16:55:41 archlinux kernel: x86/mm: Memory block size: 128MB
Aug 12 16:55:41 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x686b7000-0x686b7fff] (4096 bytes)
Aug 12 16:55:41 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x6d5ed000-0x6dd90fff] (8011776 bytes)
Aug 12 16:55:41 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Aug 12 16:55:41 archlinux kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Aug 12 16:55:41 archlinux kernel: pinctrl core: initialized pinctrl subsystem
Aug 12 16:55:41 archlinux kernel: PM: RTC time: 20:55:40, date: 2023-08-12
Aug 12 16:55:41 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 12 16:55:41 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Aug 12 16:55:41 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 12 16:55:41 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 12 16:55:41 archlinux kernel: audit: initializing netlink subsys (disabled)
Aug 12 16:55:41 archlinux kernel: audit: type=2000 audit(1691873740.056:1): state=initialized audit_enabled=0 res=1
Aug 12 16:55:41 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 12 16:55:41 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 12 16:55:41 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 12 16:55:41 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 12 16:55:41 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 12 16:55:41 archlinux kernel: cpuidle: using governor ladder
Aug 12 16:55:41 archlinux kernel: cpuidle: using governor menu
Aug 12 16:55:41 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 12 16:55:41 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Aug 12 16:55:41 archlinux kernel: PCI: not using MMCONFIG
Aug 12 16:55:41 archlinux kernel: PCI: Using configuration type 1 for base access
Aug 12 16:55:41 archlinux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 12 16:55:41 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 12 16:55:41 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Aug 12 16:55:41 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Aug 12 16:55:41 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 12 16:55:41 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 12 16:55:41 archlinux kernel: ACPI: Added _OSI(Module Device)
Aug 12 16:55:41 archlinux kernel: ACPI: Added _OSI(Processor Device)
Aug 12 16:55:41 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 12 16:55:41 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 12 16:55:41 archlinux kernel: ACPI: 7 ACPI AML tables successfully acquired and loaded
Aug 12 16:55:41 archlinux kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Aug 12 16:55:41 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 12 16:55:41 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 12 16:55:41 archlinux kernel: ACPI: SSDT 0xFFFF93DE00C6C000 0006CC (v02 PmRef Cpu0Ist 00003000 INTL 20120913)
Aug 12 16:55:41 archlinux kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Aug 12 16:55:41 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 12 16:55:41 archlinux kernel: ACPI: SSDT 0xFFFF93DE00C5F800 00037F (v02 PmRef Cpu0Cst 00003001 INTL 20120913)
Aug 12 16:55:41 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 12 16:55:41 archlinux kernel: ACPI: SSDT 0xFFFF93DE00C6B000 0005AA (v02 PmRef ApIst 00003000 INTL 20120913)
Aug 12 16:55:41 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 12 16:55:41 archlinux kernel: ACPI: SSDT 0xFFFF93DE015EE000 000119 (v02 PmRef ApCst 00003000 INTL 20120913)
Aug 12 16:55:41 archlinux kernel: ACPI: Interpreter enabled
Aug 12 16:55:41 archlinux kernel: ACPI: PM: (supports S0 S4 S5)
Aug 12 16:55:41 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
Aug 12 16:55:41 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Aug 12 16:55:41 archlinux kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
Aug 12 16:55:41 archlinux kernel: HEST: Enabling Firmware First mode for corrected errors.
Aug 12 16:55:41 archlinux kernel: mce: [Firmware Bug]: Ignoring request to disable invalid MCA bank 10.
Aug 12 16:55:41 archlinux kernel: mce: [Firmware Bug]: Ignoring request to disable invalid MCA bank 11.
Aug 12 16:55:41 archlinux kernel: mce: [Firmware Bug]: Ignoring request to disable invalid MCA bank 12.
Aug 12 16:55:41 archlinux kernel: mce: [Firmware Bug]: Ignoring request to disable invalid MCA bank 13.
Aug 12 16:55:41 archlinux kernel: mce: [Firmware Bug]: Ignoring request to disable invalid MCA bank 14.
Aug 12 16:55:41 archlinux kernel: HEST: Table parsing has been initialized.
Aug 12 16:55:41 archlinux kernel: GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
Aug 12 16:55:41 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 12 16:55:41 archlinux kernel: PCI: Using E820 reservations for host bridge windows
Aug 12 16:55:41 archlinux kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_TZ_.FN00: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_TZ_.FN01: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_TZ_.FN02: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_TZ_.FN03: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: \_TZ_.FN04: New power resource
Aug 12 16:55:41 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Aug 12 16:55:41 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 12 16:55:41 archlinux kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER]
Aug 12 16:55:41 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR DPC]
Aug 12 16:55:41 archlinux kernel: PCI host bridge to bus 0000:00
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x78400000-0xdfffffff window]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:00.0: [8086:1918] type 00 class 0x060000
Aug 12 16:55:41 archlinux kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Aug 12 16:55:41 archlinux kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Aug 12 16:55:41 archlinux kernel: pci 0000:00:13.0: [8086:a135] type 00 class 0x000000
Aug 12 16:55:41 archlinux kernel: pci 0000:00:13.0: reg 0x10: [mem 0xdd121000-0xdd121fff 64bit]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
Aug 12 16:55:41 archlinux kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdd100000-0xdd10ffff 64bit]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 12 16:55:41 archlinux kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
Aug 12 16:55:41 archlinux kernel: pci 0000:00:14.2: reg 0x10: [mem 0xdd120000-0xdd120fff 64bit]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
Aug 12 16:55:41 archlinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdd11f000-0xdd11ffff 64bit]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:16.0: PME# supported from D3hot
Aug 12 16:55:41 archlinux kernel: pci 0000:00:16.1: [8086:a13b] type 00 class 0x078000
Aug 12 16:55:41 archlinux kernel: pci 0000:00:16.1: reg 0x10: [mem 0xdd11e000-0xdd11efff 64bit]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:16.1: PME# supported from D3hot
Aug 12 16:55:41 archlinux kernel: pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
Aug 12 16:55:41 archlinux kernel: pci 0000:00:17.0: reg 0x10: [mem 0xdd110000-0xdd111fff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:17.0: reg 0x14: [mem 0xdd11d000-0xdd11d0ff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:17.0: reg 0x18: [io 0xf030-0xf037]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:17.0: reg 0x1c: [io 0xf020-0xf023]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:17.0: reg 0x20: [io 0xf000-0xf01f]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:17.0: reg 0x24: [mem 0xdd11c000-0xdd11c7ff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:17.0: PME# supported from D3hot
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.1: [8086:a119] type 01 class 0x060400
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.2: [8086:a11a] type 01 class 0x060400
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1f.0: [8086:a149] type 00 class 0x060100
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xdd118000-0xdd11bfff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xfe03b000-0xfe03b0ff 64bit]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1f.4: reg 0x20: [io 0x0580-0x059f]
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.0: [10de:2782] type 00 class 0x030000
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.1: [10de:22bc] type 00 class 0x040300
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Aug 12 16:55:41 archlinux kernel: pci 0000:03:00.0: working around ROM BAR overlap defect
Aug 12 16:55:41 archlinux kernel: pci 0000:03:00.0: [8086:1533] type 00 class 0x020000
Aug 12 16:55:41 archlinux kernel: pci 0000:03:00.0: reg 0x10: [mem 0xdf300000-0xdf37ffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd01f]
Aug 12 16:55:41 archlinux kernel: pci 0000:03:00.0: reg 0x1c: [mem 0xdf380000-0xdf383fff]
Aug 12 16:55:41 archlinux kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.0: bridge window [io 0xd000-0xdfff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.0: bridge window [mem 0xdf300000-0xdf3fffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:04:00.0: working around ROM BAR overlap defect
Aug 12 16:55:41 archlinux kernel: pci 0000:04:00.0: [8086:1533] type 00 class 0x020000
Aug 12 16:55:41 archlinux kernel: pci 0000:04:00.0: reg 0x10: [mem 0xdf200000-0xdf27ffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:04:00.0: reg 0x18: [io 0xc000-0xc01f]
Aug 12 16:55:41 archlinux kernel: pci 0000:04:00.0: reg 0x1c: [mem 0xdf280000-0xdf283fff]
Aug 12 16:55:41 archlinux kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.1: PCI bridge to [bus 04]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.1: bridge window [io 0xc000-0xcfff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.1: bridge window [mem 0xdf200000-0xdf2fffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:05:00.0: [1a03:1150] type 01 class 0x060400
Aug 12 16:55:41 archlinux kernel: pci 0000:05:00.0: enabling Extended Tags
Aug 12 16:55:41 archlinux kernel: pci 0000:05:00.0: supports D1 D2
Aug 12 16:55:41 archlinux kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 12 16:55:41 archlinux kernel: pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.2: PCI bridge to [bus 05-06]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.2: bridge window [io 0xb000-0xbfff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.2: bridge window [mem 0xdc000000-0xdd0fffff]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:06: extended config space not accessible
Aug 12 16:55:41 archlinux kernel: pci 0000:06:00.0: [1a03:2000] type 00 class 0x030000
Aug 12 16:55:41 archlinux kernel: pci 0000:06:00.0: reg 0x10: [mem 0xdc000000-0xdcffffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:06:00.0: reg 0x14: [mem 0xdd000000-0xdd01ffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:06:00.0: reg 0x18: [io 0xb000-0xb07f]
Aug 12 16:55:41 archlinux kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Aug 12 16:55:41 archlinux kernel: pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:06:00.0: supports D1 D2
Aug 12 16:55:41 archlinux kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 12 16:55:41 archlinux kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Aug 12 16:55:41 archlinux kernel: pci 0000:05:00.0: bridge window [io 0xb000-0xbfff]
Aug 12 16:55:41 archlinux kernel: pci 0000:05:00.0: bridge window [mem 0xdc000000-0xdd0fffff]
Aug 12 16:55:41 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Aug 12 16:55:41 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Aug 12 16:55:41 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Aug 12 16:55:41 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Aug 12 16:55:41 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Aug 12 16:55:41 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 11
Aug 12 16:55:41 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Aug 12 16:55:41 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Aug 12 16:55:41 archlinux kernel: iommu: Default domain type: Translated
Aug 12 16:55:41 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Aug 12 16:55:41 archlinux kernel: SCSI subsystem initialized
Aug 12 16:55:41 archlinux kernel: libata version 3.00 loaded.
Aug 12 16:55:41 archlinux kernel: ACPI: bus type USB registered
Aug 12 16:55:41 archlinux kernel: usbcore: registered new interface driver usbfs
Aug 12 16:55:41 archlinux kernel: usbcore: registered new interface driver hub
Aug 12 16:55:41 archlinux kernel: usbcore: registered new device driver usb
Aug 12 16:55:41 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 12 16:55:41 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 12 16:55:41 archlinux kernel: PTP clock support registered
Aug 12 16:55:41 archlinux kernel: EDAC MC: Ver: 3.0.0
Aug 12 16:55:41 archlinux kernel: efivars: Registered efivars operations
Aug 12 16:55:41 archlinux kernel: NetLabel: Initializing
Aug 12 16:55:41 archlinux kernel: NetLabel: domain hash size = 128
Aug 12 16:55:41 archlinux kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Aug 12 16:55:41 archlinux kernel: NetLabel: unlabeled traffic allowed by default
Aug 12 16:55:41 archlinux kernel: mctp: management component transport protocol core
Aug 12 16:55:41 archlinux kernel: NET: Registered PF_MCTP protocol family
Aug 12 16:55:41 archlinux kernel: PCI: Using ACPI for IRQ routing
Aug 12 16:55:41 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 12 16:55:41 archlinux kernel: e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
Aug 12 16:55:41 archlinux kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Aug 12 16:55:41 archlinux kernel: e820: reserve RAM buffer [mem 0x686b7000-0x6bffffff]
Aug 12 16:55:41 archlinux kernel: e820: reserve RAM buffer [mem 0x6d0a0000-0x6fffffff]
Aug 12 16:55:41 archlinux kernel: e820: reserve RAM buffer [mem 0x6d5ed000-0x6fffffff]
Aug 12 16:55:41 archlinux kernel: e820: reserve RAM buffer [mem 0x887c00000-0x887ffffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Aug 12 16:55:41 archlinux kernel: pci 0000:06:00.0: vgaarb: setting as boot VGA device (overriding previous)
Aug 12 16:55:41 archlinux kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Aug 12 16:55:41 archlinux kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 12 16:55:41 archlinux kernel: vgaarb: loaded
Aug 12 16:55:41 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Aug 12 16:55:41 archlinux kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Aug 12 16:55:41 archlinux kernel: clocksource: Switched to clocksource tsc-early
Aug 12 16:55:41 archlinux kernel: VFS: Disk quotas dquot_6.6.0
Aug 12 16:55:41 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 12 16:55:41 archlinux kernel: pnp: PnP ACPI init
Aug 12 16:55:41 archlinux kernel: system 00:00: [io 0x0a00-0x0a0f] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:00: [io 0x0a10-0x0a1f] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:00: [io 0x0a20-0x0a2f] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:00: [io 0x0a30-0x0a3f] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:00: [io 0x0a40-0x0a4f] has been reserved
Aug 12 16:55:41 archlinux kernel: pnp 00:01: [dma 0 disabled]
Aug 12 16:55:41 archlinux kernel: pnp 00:02: [dma 0 disabled]
Aug 12 16:55:41 archlinux kernel: system 00:03: [io 0x0680-0x069f] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:03: [io 0xffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:03: [io 0xffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:03: [io 0xffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:03: [io 0x1800-0x18fe] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:03: [io 0x164e-0x164f] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:04: [io 0x0800-0x087f] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:06: [io 0x1854-0x1857] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
Aug 12 16:55:41 archlinux kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
Aug 12 16:55:41 archlinux kernel: system 00:07: [mem 0xdffe0000-0xdfffffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:08: [mem 0xfd000000-0xfdabffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:08: [mem 0xfdad0000-0xfdadffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:08: [mem 0xfdb00000-0xfdffffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:08: [mem 0xfe000000-0xfe01ffff] could not be reserved
Aug 12 16:55:41 archlinux kernel: system 00:08: [mem 0xfe036000-0xfe03bfff] could not be reserved
Aug 12 16:55:41 archlinux kernel: system 00:08: [mem 0xfe03d000-0xfe3fffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:08: [mem 0xfe410000-0xfe7fffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:09: [io 0xff00-0xfffe] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:0a: [mem 0xfdaf0000-0xfdafffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:0a: [mem 0xfdae0000-0xfdaeffff] has been reserved
Aug 12 16:55:41 archlinux kernel: system 00:0a: [mem 0xfdac0000-0xfdacffff] has been reserved
Aug 12 16:55:41 archlinux kernel: pnp: PnP ACPI: found 11 devices
Aug 12 16:55:41 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 12 16:55:41 archlinux kernel: NET: Registered PF_INET protocol family
Aug 12 16:55:41 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 12 16:55:41 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Aug 12 16:55:41 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 12 16:55:41 archlinux kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 12 16:55:41 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Aug 12 16:55:41 archlinux kernel: TCP: Hash tables configured (established 262144 bind 65536)
Aug 12 16:55:41 archlinux kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Aug 12 16:55:41 archlinux kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Aug 12 16:55:41 archlinux kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Aug 12 16:55:41 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 12 16:55:41 archlinux kernel: NET: Registered PF_XDP protocol family
Aug 12 16:55:41 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.0: bridge window [io 0xd000-0xdfff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.0: bridge window [mem 0xdf300000-0xdf3fffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.1: PCI bridge to [bus 04]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.1: bridge window [io 0xc000-0xcfff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.1: bridge window [mem 0xdf200000-0xdf2fffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Aug 12 16:55:41 archlinux kernel: pci 0000:05:00.0: bridge window [io 0xb000-0xbfff]
Aug 12 16:55:41 archlinux kernel: pci 0000:05:00.0: bridge window [mem 0xdc000000-0xdd0fffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.2: PCI bridge to [bus 05-06]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.2: bridge window [io 0xb000-0xbfff]
Aug 12 16:55:41 archlinux kernel: pci 0000:00:1d.2: bridge window [mem 0xdc000000-0xdd0fffff]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x78400000-0xdfffffff window]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0xdf300000-0xdf3fffff]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:04: resource 1 [mem 0xdf200000-0xdf2fffff]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:05: resource 0 [io 0xb000-0xbfff]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:05: resource 1 [mem 0xdc000000-0xdd0fffff]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:06: resource 0 [io 0xb000-0xbfff]
Aug 12 16:55:41 archlinux kernel: pci_bus 0000:06: resource 1 [mem 0xdc000000-0xdd0fffff]
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Aug 12 16:55:41 archlinux kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Aug 12 16:55:41 archlinux kernel: PCI: CLS 0 bytes, default 64
Aug 12 16:55:41 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 12 16:55:41 archlinux kernel: software IO TLB: mapped [mem 0x0000000064324000-0x0000000068324000] (64MB)
Aug 12 16:55:41 archlinux kernel: Trying to unpack rootfs image as initramfs...
Aug 12 16:55:41 archlinux kernel: sgx: EPC section 0x70200000-0x75f7ffff
Aug 12 16:55:41 archlinux kernel: Initialise system trusted keyrings
Aug 12 16:55:41 archlinux kernel: Key type blacklist registered
Aug 12 16:55:41 archlinux kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Aug 12 16:55:41 archlinux kernel: zbud: loaded
Aug 12 16:55:41 archlinux kernel: integrity: Platform Keyring initialized
Aug 12 16:55:41 archlinux kernel: integrity: Machine keyring initialized
Aug 12 16:55:41 archlinux kernel: Key type asymmetric registered
Aug 12 16:55:41 archlinux kernel: Asymmetric key parser 'x509' registered
Aug 12 16:55:41 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Aug 12 16:55:41 archlinux kernel: io scheduler mq-deadline registered
Aug 12 16:55:41 archlinux kernel: io scheduler kyber registered
Aug 12 16:55:41 archlinux kernel: io scheduler bfq registered
Aug 12 16:55:41 archlinux kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 25
Aug 12 16:55:41 archlinux kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 26
Aug 12 16:55:41 archlinux kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 27
Aug 12 16:55:41 archlinux kernel: pcieport 0000:00:1d.1: PME: Signaling with IRQ 28
Aug 12 16:55:41 archlinux kernel: pcieport 0000:00:1d.2: PME: Signaling with IRQ 29
Aug 12 16:55:41 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 12 16:55:41 archlinux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Aug 12 16:55:41 archlinux kernel: ACPI: button: Sleep Button [SLPB]
Aug 12 16:55:41 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Aug 12 16:55:41 archlinux kernel: ACPI: button: Power Button [PWRB]
Aug 12 16:55:41 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Aug 12 16:55:41 archlinux kernel: ACPI: button: Power Button [PWRF]
Aug 12 16:55:41 archlinux kernel: thermal LNXTHERM:00: registered as thermal_zone0
Aug 12 16:55:41 archlinux kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Aug 12 16:55:41 archlinux kernel: thermal LNXTHERM:01: registered as thermal_zone1
Aug 12 16:55:41 archlinux kernel: ACPI: thermal: Thermal Zone [TZ01] (30 C)
Aug 12 16:55:41 archlinux kernel: ERST: Error Record Serialization Table (ERST) support is initialized.
Aug 12 16:55:41 archlinux kernel: pstore: Registered erst as persistent store backend
Aug 12 16:55:41 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 12 16:55:41 archlinux kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Aug 12 16:55:41 archlinux kernel: 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Aug 12 16:55:41 archlinux kernel: Non-volatile memory driver v1.3
Aug 12 16:55:41 archlinux kernel: Linux agpgart interface v0.103
Aug 12 16:55:41 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Aug 12 16:55:41 archlinux kernel: ACPI: bus type drm_connector registered
Aug 12 16:55:41 archlinux kernel: ahci 0000:00:17.0: version 3.0
Aug 12 16:55:41 archlinux kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
Aug 12 16:55:41 archlinux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst
Aug 12 16:55:41 archlinux kernel: Freeing initrd memory: 19420K
Aug 12 16:55:41 archlinux kernel: scsi host0: ahci
Aug 12 16:55:41 archlinux kernel: scsi host1: ahci
Aug 12 16:55:41 archlinux kernel: scsi host2: ahci
Aug 12 16:55:41 archlinux kernel: scsi host3: ahci
Aug 12 16:55:41 archlinux kernel: scsi host4: ahci
Aug 12 16:55:41 archlinux kernel: scsi host5: ahci
Aug 12 16:55:41 archlinux kernel: scsi host6: ahci
Aug 12 16:55:41 archlinux kernel: scsi host7: ahci
Aug 12 16:55:41 archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c100 irq 30
Aug 12 16:55:41 archlinux kernel: ata2: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c180 irq 30
Aug 12 16:55:41 archlinux kernel: ata3: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c200 irq 30
Aug 12 16:55:41 archlinux kernel: ata4: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c280 irq 30
Aug 12 16:55:41 archlinux kernel: ata5: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c300 irq 30
Aug 12 16:55:41 archlinux kernel: ata6: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c380 irq 30
Aug 12 16:55:41 archlinux kernel: ata7: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c400 irq 30
Aug 12 16:55:41 archlinux kernel: ata8: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c480 irq 30
Aug 12 16:55:41 archlinux kernel: usbcore: registered new interface driver usbserial_generic
Aug 12 16:55:41 archlinux kernel: usbserial: USB Serial support registered for generic
Aug 12 16:55:41 archlinux kernel: rtc_cmos 00:05: RTC can wake from S4
Aug 12 16:55:41 archlinux kernel: rtc_cmos 00:05: registered as rtc0
Aug 12 16:55:41 archlinux kernel: rtc_cmos 00:05: setting system clock to 2023-08-12T20:55:40 UTC (1691873740)
Aug 12 16:55:41 archlinux kernel: rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram
Aug 12 16:55:41 archlinux kernel: intel_pstate: Intel P-state driver initializing
Aug 12 16:55:41 archlinux kernel: intel_pstate: HWP enabled
Aug 12 16:55:41 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 12 16:55:41 archlinux kernel: efifb: probing for efifb
Aug 12 16:55:41 archlinux kernel: efifb: No BGRT, not showing boot graphics
Aug 12 16:55:41 archlinux kernel: efifb: framebuffer at 0xdc000000, using 3072k, total 3072k
Aug 12 16:55:41 archlinux kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Aug 12 16:55:41 archlinux kernel: efifb: scrolling: redraw
Aug 12 16:55:41 archlinux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Aug 12 16:55:41 archlinux kernel: fbcon: Deferring console take-over
Aug 12 16:55:41 archlinux kernel: fb0: EFI VGA frame buffer device
Aug 12 16:55:41 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 12 16:55:41 archlinux kernel: intel_pmc_core INT33A1:00: initialized
Aug 12 16:55:41 archlinux kernel: drop_monitor: Initializing network drop monitor service
Aug 12 16:55:41 archlinux kernel: Initializing XFRM netlink socket
Aug 12 16:55:41 archlinux kernel: NET: Registered PF_INET6 protocol family
Aug 12 16:55:41 archlinux kernel: Segment Routing with IPv6
Aug 12 16:55:41 archlinux kernel: RPL Segment Routing with IPv6
Aug 12 16:55:41 archlinux kernel: In-situ OAM (IOAM) with IPv6
Aug 12 16:55:41 archlinux kernel: NET: Registered PF_PACKET protocol family
Aug 12 16:55:41 archlinux kernel: microcode: Microcode Update Driver: v2.2.
Aug 12 16:55:41 archlinux kernel: IPI shorthand broadcast: enabled
Aug 12 16:55:41 archlinux kernel: sched_clock: Marking stable (486668393, -2814866)->(540994984, -57141457)
Aug 12 16:55:41 archlinux kernel: registered taskstats version 1
Aug 12 16:55:41 archlinux kernel: Loading compiled-in X.509 certificates
Aug 12 16:55:41 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: dc17c353aaae1c89b64ba1f95d0c6ec108de29ab'
Aug 12 16:55:41 archlinux kernel: zswap: loaded using pool zstd/zsmalloc
Aug 12 16:55:41 archlinux kernel: Key type .fscrypt registered
Aug 12 16:55:41 archlinux kernel: Key type fscrypt-provisioning registered
Aug 12 16:55:41 archlinux kernel: pstore: Using crash dump compression: zstd
Aug 12 16:55:41 archlinux kernel: PM: Magic number: 3:926:952
Aug 12 16:55:41 archlinux kernel: cpuid cpu7: hash matches
Aug 12 16:55:41 archlinux kernel: tty tty9: hash matches
Aug 12 16:55:41 archlinux kernel: processor cpu7: hash matches
Aug 12 16:55:41 archlinux kernel: memory memory5: hash matches
Aug 12 16:55:41 archlinux kernel: RAS: Correctable Errors collector initialized.
Aug 12 16:55:41 archlinux kernel: clk: Disabling unused clocks
Aug 12 16:55:41 archlinux kernel: ata1: SATA link down (SStatus 0 SControl 300)
Aug 12 16:55:41 archlinux kernel: ata2: SATA link down (SStatus 0 SControl 300)
Aug 12 16:55:41 archlinux kernel: ata6: SATA link down (SStatus 0 SControl 300)
Aug 12 16:55:41 archlinux kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 12 16:55:41 archlinux kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 12 16:55:41 archlinux kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 12 16:55:41 archlinux kernel: ata7: SATA link down (SStatus 0 SControl 300)
Aug 12 16:55:41 archlinux kernel: ata8: SATA link down (SStatus 0 SControl 300)
Aug 12 16:55:41 archlinux kernel: ata3.00: ATA-11: ST16000NE000-2RW103, EN02, max UDMA/133
Aug 12 16:55:41 archlinux kernel: ata4.00: ATA-11: ST16000NE000-2RW103, EN02, max UDMA/133
Aug 12 16:55:41 archlinux kernel: ata5.00: ATA-10: KLEVV NEO N610 SSD 512GB, 2202T3VD, max UDMA/133
Aug 12 16:55:41 archlinux kernel: ata5.00: 1000215216 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug 12 16:55:41 archlinux kernel: ata5.00: configured for UDMA/133
Aug 12 16:55:41 archlinux kernel: ata3.00: 31251759104 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug 12 16:55:41 archlinux kernel: ata3.00: Features: NCQ-sndrcv
Aug 12 16:55:41 archlinux kernel: ata4.00: 31251759104 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug 12 16:55:41 archlinux kernel: ata4.00: Features: NCQ-sndrcv
Aug 12 16:55:41 archlinux kernel: ata3.00: configured for UDMA/133
Aug 12 16:55:41 archlinux kernel: scsi 2:0:0:0: Direct-Access ATA ST16000NE000-2RW EN02 PQ: 0 ANSI: 5
Aug 12 16:55:41 archlinux kernel: sd 2:0:0:0: [sda] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
Aug 12 16:55:41 archlinux kernel: sd 2:0:0:0: [sda] 4096-byte physical blocks
Aug 12 16:55:41 archlinux kernel: sd 2:0:0:0: [sda] Write Protect is off
Aug 12 16:55:41 archlinux kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 12 16:55:41 archlinux kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 12 16:55:41 archlinux kernel: sd 2:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Aug 12 16:55:41 archlinux kernel: ata4.00: configured for UDMA/133
Aug 12 16:55:41 archlinux kernel: scsi 3:0:0:0: Direct-Access ATA ST16000NE000-2RW EN02 PQ: 0 ANSI: 5
Aug 12 16:55:41 archlinux kernel: scsi 4:0:0:0: Direct-Access ATA KLEVV NEO N610 S T3VD PQ: 0 ANSI: 5
Aug 12 16:55:41 archlinux kernel: sd 3:0:0:0: [sdb] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
Aug 12 16:55:41 archlinux kernel: sd 3:0:0:0: [sdb] 4096-byte physical blocks
Aug 12 16:55:41 archlinux kernel: sd 3:0:0:0: [sdb] Write Protect is off
Aug 12 16:55:41 archlinux kernel: sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Aug 12 16:55:41 archlinux kernel: sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 12 16:55:41 archlinux kernel: sd 3:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
Aug 12 16:55:41 archlinux kernel: sd 4:0:0:0: [sdc] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
Aug 12 16:55:41 archlinux kernel: sd 4:0:0:0: [sdc] Write Protect is off
Aug 12 16:55:41 archlinux kernel: sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Aug 12 16:55:41 archlinux kernel: sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 12 16:55:41 archlinux kernel: sd 4:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
Aug 12 16:55:41 archlinux kernel: sdc: sdc1 sdc2
Aug 12 16:55:41 archlinux kernel: sd 4:0:0:0: [sdc] Attached SCSI disk
Aug 12 16:55:41 archlinux kernel: sd 2:0:0:0: [sda] Attached SCSI disk
Aug 12 16:55:41 archlinux kernel: sd 3:0:0:0: [sdb] Attached SCSI disk
Aug 12 16:55:41 archlinux kernel: Freeing unused decrypted memory: 2036K
Aug 12 16:55:41 archlinux kernel: Freeing unused kernel image (initmem) memory: 3348K
Aug 12 16:55:41 archlinux kernel: Write protecting the kernel read-only data: 30720k
Aug 12 16:55:41 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1560K
Aug 12 16:55:41 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 12 16:55:41 archlinux kernel: rodata_test: all tests were successful
Aug 12 16:55:41 archlinux kernel: x86/mm: Checking user space page tables
Aug 12 16:55:41 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 12 16:55:41 archlinux kernel: Run /init as init process
Aug 12 16:55:41 archlinux kernel: with arguments:
Aug 12 16:55:41 archlinux kernel: /init
Aug 12 16:55:41 archlinux kernel: with environment:
Aug 12 16:55:41 archlinux kernel: HOME=/
Aug 12 16:55:41 archlinux kernel: TERM=linux
Aug 12 16:55:41 archlinux kernel: BOOT_IMAGE=/vmlinuz-linux
Aug 12 16:55:41 archlinux systemd[1]: systemd 254.1-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Aug 12 16:55:41 archlinux systemd[1]: Detected architecture x86-64.
Aug 12 16:55:41 archlinux systemd[1]: Running in initrd.
Aug 12 16:55:41 archlinux kernel: fbcon: Taking over console
Aug 12 16:55:41 archlinux systemd[1]: Initializing machine ID from random generator.
Aug 12 16:55:41 archlinux kernel: Console: switching to colour frame buffer device 128x48
Aug 12 16:55:41 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
Aug 12 16:55:41 archlinux systemd[1]: Created slice Slice /system/systemd-cryptsetup.
Aug 12 16:55:41 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 12 16:55:41 archlinux systemd[1]: Reached target Path Units.
Aug 12 16:55:41 archlinux systemd[1]: Reached target Slice Units.
Aug 12 16:55:41 archlinux systemd[1]: Reached target Swaps.
Aug 12 16:55:41 archlinux systemd[1]: Reached target Timer Units.
Aug 12 16:55:41 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
Aug 12 16:55:41 archlinux systemd[1]: Listening on Journal Socket.
Aug 12 16:55:41 archlinux systemd[1]: Listening on udev Control Socket.
Aug 12 16:55:41 archlinux systemd[1]: Listening on udev Kernel Socket.
Aug 12 16:55:41 archlinux systemd[1]: Reached target Socket Units.
Aug 12 16:55:41 archlinux systemd[1]: Starting Create List of Static Device Nodes...
Aug 12 16:55:41 archlinux systemd[1]: Check battery level during early boot was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/class/power_supply).
Aug 12 16:55:41 archlinux systemd[1]: Starting Journal Service...
Aug 12 16:55:41 archlinux systemd[1]: Starting Load Kernel Modules...
Aug 12 16:55:41 archlinux systemd[1]: TPM2 PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 12 16:55:41 archlinux systemd[1]: Starting Coldplug All udev Devices...
Aug 12 16:55:41 archlinux systemd[1]: Finished Create List of Static Device Nodes.
Aug 12 16:55:41 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 12 16:55:41 archlinux systemd[1]: Finished Load Kernel Modules.
Aug 12 16:55:41 archlinux systemd-journald[145]: Collecting audit messages is disabled.
Aug 12 16:55:41 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 12 16:55:41 archlinux systemd[1]: Reached target Preparation for Local File Systems.
Aug 12 16:55:41 archlinux systemd[1]: Reached target Local File Systems.
Aug 12 16:55:41 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 12 16:55:41 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 12 16:55:41 archlinux systemd-journald[145]: Journal started
Aug 12 16:55:41 archlinux systemd-journald[145]: Runtime Journal (/run/log/journal/9eda33f429c5459f840e8c33da2e3c7c) is 8.0M, max 638.5M, 630.5M free.
Aug 12 16:55:41 archlinux systemd-udevd[150]: Using default interface naming scheme 'v253'.
Aug 12 16:55:41 archlinux systemd[1]: Started Journal Service.
Aug 12 16:55:41 archlinux systemd[1]: Finished Coldplug All udev Devices.
Aug 12 16:55:41 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 12 16:55:41 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 12 16:55:41 archlinux kernel: cryptd: max_cpu_qlen set to 1000
Aug 12 16:55:41 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
Aug 12 16:55:41 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 12 16:55:41 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 12 16:55:41 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Aug 12 16:55:41 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 12 16:55:41 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 16:55:41 archlinux kernel: usb usb1: Product: xHCI Host Controller
Aug 12 16:55:41 archlinux kernel: usb usb1: Manufacturer: Linux 6.4.9-arch1-1 xhci-hcd
Aug 12 16:55:41 archlinux kernel: usb usb1: SerialNumber: 0000:00:14.0
Aug 12 16:55:41 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
Aug 12 16:55:41 archlinux kernel: AES CTR mode by8 optimization enabled
Aug 12 16:55:41 archlinux kernel: hub 1-0:1.0: USB hub found
Aug 12 16:55:41 archlinux kernel: hub 1-0:1.0: 16 ports detected
Aug 12 16:55:41 archlinux systemd[1]: Found device KLEVV_NEO_N610_SSD_512GB 2.
Aug 12 16:55:41 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Aug 12 16:55:41 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 16:55:41 archlinux kernel: usb usb2: Product: xHCI Host Controller
Aug 12 16:55:41 archlinux kernel: usb usb2: Manufacturer: Linux 6.4.9-arch1-1 xhci-hcd
Aug 12 16:55:41 archlinux kernel: usb usb2: SerialNumber: 0000:00:14.0
Aug 12 16:55:41 archlinux kernel: hub 2-0:1.0: USB hub found
Aug 12 16:55:41 archlinux kernel: hub 2-0:1.0: 10 ports detected
Aug 12 16:55:41 archlinux kernel: usb: port power management may be unreliable
Aug 12 16:55:41 archlinux systemd[1]: Starting Cryptography Setup for main...
Aug 12 16:55:41 archlinux systemd[1]: Starting Virtual Console Setup...
Aug 12 16:55:41 archlinux systemd-vconsole-setup[191]: loadkeys: Unable to open file: us: No such file or directory
Aug 12 16:55:41 archlinux systemd-vconsole-setup[188]: /usr/bin/loadkeys failed with exit status 1.
Aug 12 16:55:41 archlinux systemd[1]: systemd-vconsole-setup.service: Main process exited, code=exited, status=1/FAILURE
Aug 12 16:55:41 archlinux systemd[1]: systemd-vconsole-setup.service: Failed with result 'exit-code'.
Aug 12 16:55:41 archlinux systemd[1]: Failed to start Virtual Console Setup.
Aug 12 16:55:41 archlinux kernel: device-mapper: uevent: version 1.0.3
Aug 12 16:55:41 archlinux kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Aug 12 16:55:41 archlinux systemd[1]: Started Dispatch Password Requests to Console.
Aug 12 16:55:41 archlinux systemd-tty-ask-password-agent[194]: Starting password query on /dev/tty1.
Aug 12 16:55:41 archlinux kernel: tsc: Refined TSC clocksource calibration: 3407.999 MHz
Aug 12 16:55:41 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x311fd336761, max_idle_ns: 440795243819 ns
Aug 12 16:55:41 archlinux kernel: clocksource: Switched to clocksource tsc
Aug 12 16:55:41 archlinux kernel: usb 1-9: new high-speed USB device number 2 using xhci_hcd
Aug 12 16:55:41 archlinux kernel: usb 1-9: New USB device found, idVendor=0557, idProduct=7000, bcdDevice= 0.00
Aug 12 16:55:41 archlinux kernel: usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 16:55:41 archlinux kernel: hub 1-9:1.0: USB hub found
Aug 12 16:55:41 archlinux kernel: hub 1-9:1.0: 4 ports detected
Aug 12 16:55:41 archlinux kernel: usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
Aug 12 16:55:41 archlinux kernel: usb 2-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.04
Aug 12 16:55:41 archlinux kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 12 16:55:41 archlinux kernel: usb 2-2: Product: 4-Port USB 3.0 Hub
Aug 12 16:55:41 archlinux kernel: usb 2-2: Manufacturer: Generic
Aug 12 16:55:41 archlinux kernel: hub 2-2:1.0: USB hub found
Aug 12 16:55:41 archlinux kernel: hub 2-2:1.0: 4 ports detected
Aug 12 16:55:42 archlinux kernel: usb 1-11: new high-speed USB device number 3 using xhci_hcd
Aug 12 16:55:42 archlinux kernel: usb 1-11: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.04
Aug 12 16:55:42 archlinux kernel: usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 12 16:55:42 archlinux kernel: usb 1-11: Product: 4-Port USB 2.0 Hub
Aug 12 16:55:42 archlinux kernel: usb 1-11: Manufacturer: Generic
Aug 12 16:55:42 archlinux kernel: hub 1-11:1.0: USB hub found
Aug 12 16:55:42 archlinux kernel: hub 1-11:1.0: 4 ports detected
Aug 12 16:55:42 archlinux kernel: usb 1-9.1: new low-speed USB device number 4 using xhci_hcd
Aug 12 16:55:42 archlinux kernel: usb 1-9.1: New USB device found, idVendor=0557, idProduct=2419, bcdDevice= 1.00
Aug 12 16:55:42 archlinux kernel: usb 1-9.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 16:55:42 archlinux kernel: input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.1/1-9.1:1.0/0003:0557:2419.0001/input/input3
Aug 12 16:55:42 archlinux kernel: hid-generic 0003:0557:2419.0001: input,hidraw0: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:14.0-9.1/input0
Aug 12 16:55:42 archlinux kernel: input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.1/1-9.1:1.1/0003:0557:2419.0002/input/input4
Aug 12 16:55:42 archlinux kernel: hid-generic 0003:0557:2419.0002: input,hidraw1: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:14.0-9.1/input1
Aug 12 16:55:42 archlinux kernel: usbcore: registered new interface driver usbhid
Aug 12 16:55:42 archlinux kernel: usbhid: USB HID core driver
Aug 12 16:55:42 archlinux kernel: usb 1-11.1: new full-speed USB device number 5 using xhci_hcd
Aug 12 16:55:42 archlinux kernel: usb 1-11.1: New USB device found, idVendor=05ac, idProduct=024f, bcdDevice= 1.10
Aug 12 16:55:42 archlinux kernel: usb 1-11.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 12 16:55:42 archlinux kernel: usb 1-11.1: Product: Keychron K6
Aug 12 16:55:42 archlinux kernel: usb 1-11.1: Manufacturer: Keychron
Aug 12 16:55:42 archlinux kernel: apple 0003:05AC:024F.0003: Non-apple keyboard detected; function keys will default to fnmode=2 behavior
Aug 12 16:55:42 archlinux kernel: input: Keychron Keychron K6 as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.0/0003:05AC:024F.0003/input/input5
Aug 12 16:55:42 archlinux kernel: apple 0003:05AC:024F.0003: input,hidraw2: USB HID v1.11 Keyboard [Keychron Keychron K6] on usb-0000:00:14.0-11.1/input0
Aug 12 16:55:42 archlinux kernel: apple 0003:05AC:024F.0004: Fn key not found (Apple Wireless Keyboard clone?), disabling Fn key handling
Aug 12 16:55:42 archlinux kernel: apple 0003:05AC:024F.0004: Non-apple keyboard detected; function keys will default to fnmode=2 behavior
Aug 12 16:55:42 archlinux kernel: input: Keychron Keychron K6 as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.1/0003:05AC:024F.0004/input/input6
Aug 12 16:55:42 archlinux kernel: usb 1-11.2: new full-speed USB device number 6 using xhci_hcd
Aug 12 16:55:42 archlinux kernel: apple 0003:05AC:024F.0004: input,hidraw3: USB HID v1.11 Keyboard [Keychron Keychron K6] on usb-0000:00:14.0-11.1/input1
Aug 12 16:55:42 archlinux kernel: usb 1-11.2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
Aug 12 16:55:42 archlinux kernel: usb 1-11.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 12 16:55:42 archlinux kernel: usb 1-11.2: Product: USB Receiver
Aug 12 16:55:42 archlinux kernel: usb 1-11.2: Manufacturer: Logitech
Aug 12 16:55:42 archlinux kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.0/0003:046D:C534.0005/input/input7
Aug 12 16:55:42 archlinux kernel: hid-generic 0003:046D:C534.0005: input,hidraw4: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-11.2/input0
Aug 12 16:55:42 archlinux kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/input/input8
Aug 12 16:55:42 archlinux kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/input/input9
Aug 12 16:55:42 archlinux kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/input/input10
Aug 12 16:55:42 archlinux kernel: hid-generic 0003:046D:C534.0006: input,hiddev96,hidraw5: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-11.2/input1
Aug 12 16:55:45 archlinux systemd-tty-ask-password-agent[194]: Password query on /dev/tty1 finished successfully.
Aug 12 16:55:45 archlinux systemd-cryptsetup[184]: Set cipher aes, mode xts-plain64, key size 512 bits for device /dev/disk/by-uuid/563b0f21-f7c2-4256-8cc6-6b0adf8f0c91.
Aug 12 16:55:47 archlinux kernel: Key type encrypted registered
Aug 12 16:55:47 archlinux systemd[1]: Found device /dev/mapper/main.
Aug 12 16:55:47 archlinux systemd[1]: Finished Cryptography Setup for main.
Aug 12 16:55:47 archlinux systemd[1]: Reached target Local Encrypted Volumes.
Aug 12 16:55:47 archlinux systemd[1]: Reached target Initrd Root Device.
Aug 12 16:55:47 archlinux systemd[1]: Reached target System Initialization.
Aug 12 16:55:47 archlinux systemd[1]: Reached target Basic System.
Aug 12 16:55:47 archlinux systemd[1]: Starting File System Check on /dev/mapper/main...
Aug 12 16:55:47 archlinux systemd-fsck[336]: /dev/mapper/main: clean, 780176/31227904 files, 42284495/124891392 blocks
Aug 12 16:55:47 archlinux systemd[1]: Finished File System Check on /dev/mapper/main.
Aug 12 16:55:47 archlinux systemd[1]: Mounting /sysroot...
Aug 12 16:55:47 archlinux systemd[1]: Mounted /sysroot.
Aug 12 16:55:47 archlinux systemd[1]: Reached target Initrd Root File System.
Aug 12 16:55:47 archlinux kernel: EXT4-fs (dm-0): mounted filesystem 5afd3f20-30ae-4193-a2af-c4d5f7213bdd r/w with ordered data mode. Quota mode: none.
Aug 12 16:55:47 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
Aug 12 16:55:47 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
Aug 12 16:55:47 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
Aug 12 16:55:47 archlinux systemd[1]: Reached target Initrd File Systems.
Aug 12 16:55:47 archlinux systemd[1]: Reached target Initrd Default Target.
Aug 12 16:55:47 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
Aug 12 16:55:47 archlinux systemd[1]: Stopped target Initrd Default Target.
Aug 12 16:55:47 archlinux systemd[1]: Stopped target Basic System.
Aug 12 16:55:47 archlinux systemd[1]: Stopped target Initrd Root Device.
Aug 12 16:55:47 archlinux systemd[1]: Stopped target Path Units.
Aug 12 16:55:47 archlinux systemd[1]: Stopped target Slice Units.
Aug 12 16:55:47 archlinux systemd[1]: Stopped target Socket Units.
Aug 12 16:55:47 archlinux systemd[1]: Stopped target System Initialization.
Aug 12 16:55:47 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
Aug 12 16:55:47 archlinux systemd[1]: Stopped target Local File Systems.
Aug 12 16:55:47 archlinux systemd[1]: Stopped target Preparation for Local File Systems.
Aug 12 16:55:47 archlinux systemd[1]: Stopped target Swaps.
Aug 12 16:55:47 archlinux systemd[1]: Stopped target Timer Units.
Aug 12 16:55:47 archlinux systemd[1]: Stopping Dispatch Password Requests to Console...
Aug 12 16:55:47 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
Aug 12 16:55:47 archlinux systemd[1]: Stopped Load Kernel Modules.
Aug 12 16:55:47 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
Aug 12 16:55:47 archlinux systemd[1]: Stopped Coldplug All udev Devices.
Aug 12 16:55:47 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
Aug 12 16:55:47 archlinux systemd[1]: systemd-ask-password-console.service: Deactivated successfully.
Aug 12 16:55:47 archlinux systemd[1]: Stopped Dispatch Password Requests to Console.
Aug 12 16:55:47 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
Aug 12 16:55:47 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
Aug 12 16:55:47 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Aug 12 16:55:47 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Aug 12 16:55:47 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
Aug 12 16:55:47 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
Aug 12 16:55:47 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
Aug 12 16:55:47 archlinux systemd[1]: Closed udev Control Socket.
Aug 12 16:55:47 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Aug 12 16:55:47 archlinux systemd[1]: Closed udev Kernel Socket.
Aug 12 16:55:47 archlinux systemd[1]: Starting Cleanup udev Database...
Aug 12 16:55:47 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Aug 12 16:55:47 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
Aug 12 16:55:47 archlinux systemd[1]: kmod-static-nodes.service: Deactivated successfully.
Aug 12 16:55:47 archlinux systemd[1]: Stopped Create List of Static Device Nodes.
Aug 12 16:55:47 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
Aug 12 16:55:47 archlinux systemd[1]: Finished Cleanup udev Database.
Aug 12 16:55:47 archlinux systemd[1]: Reached target Switch Root.
Aug 12 16:55:47 archlinux systemd[1]: Starting Switch Root...
Aug 12 16:55:47 archlinux systemd[1]: Switching root.
Aug 12 16:55:47 archlinux systemd-journald[145]: Journal stopped
Aug 12 16:55:48 potato systemd-journald[145]: Received SIGTERM from PID 1 (systemd).
Aug 12 16:55:48 potato systemd[1]: systemd 254.1-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Aug 12 16:55:48 potato systemd[1]: Detected architecture x86-64.
Aug 12 16:55:48 potato systemd[1]: Hostname set to <potato>.
Aug 12 16:55:48 potato systemd[1]: bpf-lsm: LSM BPF program attached
Aug 12 16:55:48 potato systemd[1]: initrd-switch-root.service: Deactivated successfully.
Aug 12 16:55:48 potato systemd[1]: Stopped Switch Root.
Aug 12 16:55:48 potato systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Aug 12 16:55:48 potato systemd[1]: Created slice Slice /system/getty.
Aug 12 16:55:48 potato systemd[1]: Created slice Slice /system/modprobe.
Aug 12 16:55:48 potato systemd[1]: Created slice User and Session Slice.
Aug 12 16:55:48 potato systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 12 16:55:48 potato systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 12 16:55:48 potato systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 12 16:55:48 potato systemd[1]: Reached target Login Prompts.
Aug 12 16:55:48 potato systemd[1]: Stopped target Switch Root.
Aug 12 16:55:48 potato systemd[1]: Stopped target Initrd File Systems.
Aug 12 16:55:48 potato systemd[1]: Stopped target Initrd Root File System.
Aug 12 16:55:48 potato systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 12 16:55:48 potato systemd[1]: Reached target Path Units.
Aug 12 16:55:48 potato systemd[1]: Reached target Remote File Systems.
Aug 12 16:55:48 potato systemd[1]: Reached target Slice Units.
Aug 12 16:55:48 potato systemd[1]: Reached target Swaps.
Aug 12 16:55:48 potato systemd[1]: Reached target Local Verity Protected Volumes.
Aug 12 16:55:48 potato systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 12 16:55:48 potato systemd[1]: Listening on LVM2 poll daemon socket.
Aug 12 16:55:48 potato systemd[1]: Listening on Process Core Dump Socket.
Aug 12 16:55:48 potato systemd[1]: Listening on udev Control Socket.
Aug 12 16:55:48 potato systemd[1]: Listening on udev Kernel Socket.
Aug 12 16:55:48 potato systemd[1]: Mounting Huge Pages File System...
Aug 12 16:55:48 potato systemd[1]: Mounting POSIX Message Queue File System...
Aug 12 16:55:48 potato systemd[1]: Mounting Kernel Debug File System...
Aug 12 16:55:48 potato systemd[1]: Mounting Kernel Trace File System...
Aug 12 16:55:48 potato systemd[1]: Mounting Temporary Directory /tmp...
Aug 12 16:55:48 potato systemd[1]: Starting Create List of Static Device Nodes...
Aug 12 16:55:48 potato systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Aug 12 16:55:48 potato systemd[1]: Starting Load Kernel Module configfs...
Aug 12 16:55:48 potato systemd[1]: Starting Load Kernel Module dm_mod...
Aug 12 16:55:48 potato systemd[1]: Starting Load Kernel Module drm...
Aug 12 16:55:48 potato systemd[1]: Starting Load Kernel Module fuse...
Aug 12 16:55:48 potato systemd[1]: Starting Load Kernel Module loop...
Aug 12 16:55:48 potato systemd[1]: systemd-cryptsetup@main.service: Deactivated successfully.
Aug 12 16:55:48 potato kernel: loop: module loaded
Aug 12 16:55:48 potato kernel: fuse: init (API version 7.38)
Aug 12 16:55:48 potato systemd[1]: Stopped systemd-cryptsetup@main.service.
Aug 12 16:55:48 potato systemd[1]: systemd-cryptsetup@main.service: Consumed 6.793s CPU time.
Aug 12 16:55:48 potato systemd[1]: Starting Journal Service...
Aug 12 16:55:48 potato systemd[1]: Starting Load Kernel Modules...
Aug 12 16:55:48 potato systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 12 16:55:48 potato systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 12 16:55:48 potato systemd[1]: Starting Coldplug All udev Devices...
Aug 12 16:55:48 potato systemd[1]: Mounted Huge Pages File System.
Aug 12 16:55:48 potato systemd[1]: Mounted POSIX Message Queue File System.
Aug 12 16:55:48 potato systemd[1]: Mounted Kernel Debug File System.
Aug 12 16:55:48 potato systemd[1]: Mounted Kernel Trace File System.
Aug 12 16:55:48 potato systemd[1]: Mounted Temporary Directory /tmp.
Aug 12 16:55:48 potato kernel: EXT4-fs (dm-0): re-mounted 5afd3f20-30ae-4193-a2af-c4d5f7213bdd r/w. Quota mode: none.
Aug 12 16:55:48 potato systemd-journald[386]: Collecting audit messages is disabled.
Aug 12 16:55:48 potato systemd-journald[386]: Journal started
Aug 12 16:55:48 potato systemd-journald[386]: Runtime Journal (/run/log/journal/c14f6ffba5ce4f3493cc4fb37e2aeb0c) is 8.0M, max 638.5M, 630.5M free.
Aug 12 16:55:48 potato systemd[1]: Queued start job for default target Graphical Interface.
Aug 12 16:55:48 potato systemd[1]: systemd-journald.service: Deactivated successfully.
Aug 12 16:55:48 potato systemd[1]: Finished Create List of Static Device Nodes.
Aug 12 16:55:48 potato systemd[1]: Started Journal Service.
Aug 12 16:55:48 potato systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 12 16:55:48 potato systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 12 16:55:49 potato systemd[1]: Finished Load Kernel Module configfs.
Aug 12 16:55:49 potato systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 12 16:55:49 potato systemd[1]: Finished Load Kernel Module dm_mod.
Aug 12 16:55:49 potato systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 12 16:55:49 potato systemd[1]: Finished Load Kernel Module drm.
Aug 12 16:55:49 potato systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 12 16:55:49 potato systemd[1]: Finished Load Kernel Module fuse.
Aug 12 16:55:49 potato systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 12 16:55:49 potato systemd[1]: Finished Load Kernel Module loop.
Aug 12 16:55:49 potato systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 12 16:55:49 potato systemd[1]: Finished Coldplug All udev Devices.
Aug 12 16:55:49 potato systemd[1]: Mounting FUSE Control File System...
Aug 12 16:55:49 potato systemd[1]: Mounting Kernel Configuration File System...
Aug 12 16:55:49 potato systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 12 16:55:49 potato systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 12 16:55:49 potato systemd[1]: Starting Load/Save OS Random Seed...
Aug 12 16:55:49 potato systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 12 16:55:49 potato systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 12 16:55:49 potato systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 12 16:55:49 potato systemd-journald[386]: Time spent on flushing to /var/log/journal/c14f6ffba5ce4f3493cc4fb37e2aeb0c is 78.635ms for 1039 entries.
Aug 12 16:55:49 potato systemd-journald[386]: System Journal (/var/log/journal/c14f6ffba5ce4f3493cc4fb37e2aeb0c) is 522.6M, max 4.0G, 3.4G free.
Aug 12 16:55:49 potato systemd-journald[386]: Received client request to flush runtime journal.
Aug 12 16:55:49 potato systemd-journald[386]: /var/log/journal/c14f6ffba5ce4f3493cc4fb37e2aeb0c/system.journal: Boot ID changed since last record, rotating.
Aug 12 16:55:49 potato systemd-journald[386]: Rotating system journal.
Aug 12 16:55:49 potato systemd[1]: Mounted FUSE Control File System.
Aug 12 16:55:49 potato systemd[1]: Mounted Kernel Configuration File System.
Aug 12 16:55:49 potato systemd[1]: Finished Load/Save OS Random Seed.
Aug 12 16:55:49 potato systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 12 16:55:49 potato systemd[1]: Reached target Preparation for Local File Systems.
Aug 12 16:55:49 potato systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 12 16:55:49 potato systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 12 16:55:49 potato systemd-udevd[420]: Using default interface naming scheme 'v253'.
Aug 12 16:55:49 potato systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 12 16:55:49 potato systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 12 16:55:49 potato kernel: usbcore: registered new device driver apple-mfi-fastcharge
Aug 12 16:55:49 potato systemd[1]: Starting Load Kernel Module configfs...
Aug 12 16:55:49 potato systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 12 16:55:49 potato kernel: IPMI message handler: version 39.2
Aug 12 16:55:49 potato kernel: ipmi device interface
Aug 12 16:55:49 potato systemd[1]: Finished Load Kernel Module configfs.
Aug 12 16:55:49 potato systemd[1]: Condition check resulted in ST16000NE000-2RW103 being skipped.
Aug 12 16:55:49 potato systemd[1]: Condition check resulted in ST16000NE000-2RW103 being skipped.
Aug 12 16:55:49 potato systemd[1]: Condition check resulted in KLEVV_NEO_N610_SSD_512GB 1 being skipped.
Aug 12 16:55:49 potato kernel: ipmi_si: IPMI System Interface driver
Aug 12 16:55:49 potato kernel: ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
Aug 12 16:55:49 potato kernel: ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
Aug 12 16:55:49 potato kernel: ipmi_si: Adding SMBIOS-specified kcs state machine
Aug 12 16:55:49 potato kernel: ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
Aug 12 16:55:49 potato kernel: ipmi_si IPI0001:00: ipmi_platform: [io 0x0ca2] regsize 1 spacing 1 irq 0
Aug 12 16:55:49 potato kernel: EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED)
Aug 12 16:55:49 potato kernel: ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
Aug 12 16:55:49 potato kernel: ipmi_si: Adding ACPI-specified kcs state machine
Aug 12 16:55:49 potato kernel: intel_ish_ipc 0000:00:13.0: enabling device (0000 -> 0002)
Aug 12 16:55:49 potato kernel: ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
Aug 12 16:55:49 potato systemd[1]: Mounting /boot...
Aug 12 16:55:49 potato systemd[1]: Starting Cryptography Setup for hdd1...
Aug 12 16:55:49 potato systemd[1]: Starting Cryptography Setup for hdd2...
Aug 12 16:55:49 potato kernel: mei_me 0000:00:16.0: Device doesn't have valid ME Interface
Aug 12 16:55:49 potato kernel: mei_me 0000:00:16.1: Device doesn't have valid ME Interface
Aug 12 16:55:49 potato kernel: dca service started, version 1.12.1
Aug 12 16:55:49 potato kernel: input: PC Speaker as /devices/platform/pcspkr/input/input13
Aug 12 16:55:49 potato systemd-cryptsetup[475]: Key file /home/alice/luks/hddkey is world-readable. This is not a good idea!
Aug 12 16:55:49 potato systemd-cryptsetup[477]: Key file /home/alice/luks/hddkey is world-readable. This is not a good idea!
Aug 12 16:55:49 potato kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Aug 12 16:55:49 potato kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Aug 12 16:55:49 potato kernel: pci 0000:00:1f.1: [8086:a120] type 00 class 0x058000
Aug 12 16:55:49 potato kernel: pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
Aug 12 16:55:49 potato kernel: i2c i2c-0: 2/4 memory slots populated (from DMI)
Aug 12 16:55:49 potato kernel: i2c i2c-0: Successfully instantiated SPD at 0x51
Aug 12 16:55:49 potato kernel: i2c i2c-0: Successfully instantiated SPD at 0x53
Aug 12 16:55:49 potato systemd[1]: Mounted /boot.
Aug 12 16:55:49 potato kernel: FAT-fs (sdc1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Aug 12 16:55:49 potato systemd[1]: Reached target Local File Systems.
Aug 12 16:55:49 potato (udev-worker)[447]: Error running install command '/usr/bin/false' for module ast: retcode 1
Aug 12 16:55:49 potato systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 12 16:55:49 potato systemd-cryptsetup[477]: Set cipher aes, mode xts-plain64, key size 768 bits for device /dev/disk/by-uuid/2a9e193d-919a-4f94-a8e5-89367b660915.
Aug 12 16:55:49 potato systemd-cryptsetup[477]: /home/alice/luks/hddkey has 0644 mode that is too permissive, please adjust the ownership and access mode.
Aug 12 16:55:49 potato systemd-cryptsetup[475]: Set cipher aes, mode xts-plain64, key size 768 bits for device /dev/disk/by-uuid/ba1a4142-a6f8-44e7-a5a9-f6ed6b8a555a.
Aug 12 16:55:49 potato systemd-cryptsetup[475]: /home/alice/luks/hddkey has 0644 mode that is too permissive, please adjust the ownership and access mode.
Aug 12 16:55:49 potato kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
Aug 12 16:55:49 potato kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Aug 12 16:55:49 potato kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Aug 12 16:55:49 potato kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Aug 12 16:55:49 potato kernel: logitech-djreceiver 0003:046D:C534.0005: hidraw4: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-11.2/input0
Aug 12 16:55:49 potato kernel: mousedev: PS/2 mouse device common for all mice
Aug 12 16:55:49 potato kernel: igb: Intel(R) Gigabit Ethernet Network Driver
Aug 12 16:55:49 potato kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Aug 12 16:55:49 potato kernel: iTCO_vendor_support: vendor-support=0
Aug 12 16:55:49 potato kernel: ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
Aug 12 16:55:49 potato kernel: ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
Aug 12 16:55:49 potato systemd[1]: Starting Set Up Additional Binary Formats...
Aug 12 16:55:49 potato systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Aug 12 16:55:49 potato systemd[1]: Starting Create Volatile Files and Directories...
Aug 12 16:55:49 potato systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 483 (systemd-binfmt)
Aug 12 16:55:49 potato systemd[1]: Mounting Arbitrary Executable File Formats File System...
Aug 12 16:55:49 potato systemd[1]: Mounted Arbitrary Executable File Formats File System.
Aug 12 16:55:49 potato systemd[1]: Starting Virtual Console Setup...
Aug 12 16:55:49 potato kernel: pps pps0: new PPS source ptp0
Aug 12 16:55:49 potato kernel: igb 0000:03:00.0: added PHC on eth0
Aug 12 16:55:49 potato kernel: igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 16:55:49 potato kernel: igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 3c:ec:ef:c3:9e:86
Aug 12 16:55:49 potato kernel: igb 0000:03:00.0: eth0: PBA No: 012700-000
Aug 12 16:55:49 potato kernel: igb 0000:03:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 16:55:49 potato kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Aug 12 16:55:49 potato systemd[1]: Finished Set Up Additional Binary Formats.
Aug 12 16:55:49 potato kernel: pps pps1: new PPS source ptp1
Aug 12 16:55:49 potato kernel: igb 0000:04:00.0: added PHC on eth1
Aug 12 16:55:49 potato kernel: igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 16:55:49 potato kernel: igb 0000:04:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 3c:ec:ef:c3:9e:87
Aug 12 16:55:49 potato kernel: igb 0000:04:00.0: eth1: PBA No: 012700-000
Aug 12 16:55:49 potato kernel: igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 16:55:49 potato kernel: ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x002a7c, prod_id: 0x0896, dev_id: 0x20)
Aug 12 16:55:50 potato kernel: igb 0000:03:00.0 eno1: renamed from eth0
Aug 12 16:55:50 potato kernel: igb 0000:04:00.0 eno2: renamed from eth1
Aug 12 16:55:50 potato kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Aug 12 16:55:50 potato kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Aug 12 16:55:50 potato systemd[1]: Finished Virtual Console Setup.
Aug 12 16:55:50 potato kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input14
Aug 12 16:55:50 potato kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input15
Aug 12 16:55:50 potato kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input16
Aug 12 16:55:50 potato kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input17
Aug 12 16:55:50 potato kernel: intel_tcc_cooling: Programmable TCC Offset detected
Aug 12 16:55:50 potato kernel: logitech-djreceiver 0003:046D:C534.0006: hiddev96,hidraw5: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-11.2/input1
Aug 12 16:55:50 potato kernel: intel_rapl_common: Found RAPL domain package
Aug 12 16:55:50 potato kernel: intel_rapl_common: Found RAPL domain core
Aug 12 16:55:50 potato kernel: intel_rapl_common: Found RAPL domain dram
Aug 12 16:55:50 potato systemd[1]: Finished Create Volatile Files and Directories.
Aug 12 16:55:50 potato systemd[1]: Reached target Sound Card.
Aug 12 16:55:50 potato systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 12 16:55:50 potato systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 12 16:55:50 potato systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Aug 12 16:55:50 potato systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 12 16:55:50 potato systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Aug 12 16:55:50 potato kernel: logitech-djreceiver 0003:046D:C534.0006: device of type eQUAD nano Lite (0x0a) connected on slot 1
Aug 12 16:55:50 potato kernel: input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/0003:046D:4023.0007/input/input18
Aug 12 16:55:50 potato kernel: hid-generic 0003:046D:4023.0007: input,hidraw6: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:00:14.0-11.2/input1:1
Aug 12 16:55:50 potato kernel: logitech-djreceiver 0003:046D:C534.0006: device of type eQUAD nano Lite (0x0a) connected on slot 2
Aug 12 16:55:50 potato kernel: input: Logitech Wireless Mouse PID:4058 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/0003:046D:4058.0008/input/input23
Aug 12 16:55:50 potato kernel: hid-generic 0003:046D:4058.0008: input,hidraw7: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4058] on usb-0000:00:14.0-11.2/input1:2
Aug 12 16:55:50 potato systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 12 16:55:50 potato systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 12 16:55:50 potato kernel: nvidia: loading out-of-tree module taints kernel.
Aug 12 16:55:50 potato kernel: nvidia: module license 'NVIDIA' taints kernel.
Aug 12 16:55:50 potato kernel: Disabling lock debugging due to kernel taint
Aug 12 16:55:50 potato kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Aug 12 16:55:50 potato kernel: nvidia: module license taints kernel.
Aug 12 16:55:50 potato kernel: ipmi_si IPI0001:00: IPMI kcs interface initialized
Aug 12 16:55:50 potato kernel: input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/0003:046D:4023.0007/input/input27
Aug 12 16:55:50 potato kernel: logitech-hidpp-device 0003:046D:4023.0007: input,hidraw6: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:00:14.0-11.2/input1:1
Aug 12 16:55:50 potato kernel: input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/0003:046D:4058.0008/input/input28
Aug 12 16:55:50 potato kernel: logitech-hidpp-device 0003:046D:4058.0008: input,hidraw7: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:14.0-11.2/input1:2
Aug 12 16:55:50 potato kernel: power_meter ACPI000D:00: Found ACPI power meter.
Aug 12 16:55:50 potato kernel: power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Aug 12 16:55:50 potato kernel: power_meter ACPI000D:00: Found ACPI power meter.
Aug 12 16:55:50 potato kernel: power_meter ACPI000D:00: Ignoring unsafe software power cap!
Aug 12 16:55:50 potato kernel: ipmi_ssif: IPMI SSIF Interface driver
Aug 12 16:55:50 potato kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Aug 12 16:55:50 potato kernel:
Aug 12 16:55:50 potato kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Aug 12 16:55:50 potato kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Aug 12 16:55:51 potato kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 535.98 Tue Aug 1 21:42:05 UTC 2023
Aug 12 16:55:51 potato (udev-worker)[456]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) 255'' failed with exit code 1.
Aug 12 16:55:51 potato (udev-worker)[445]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \ -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) ${i}; done'' failed with exit code 1.
Aug 12 16:55:51 potato kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Aug 12 16:55:51 potato systemd-modules-load[387]: Inserted module 'nvidia_uvm'
Aug 12 16:55:51 potato kernel: nvidia-uvm: Loaded the UVM driver, major device number 511.
Aug 12 16:55:51 potato kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 535.98 Tue Aug 1 21:40:14 UTC 2023
Aug 12 16:55:51 potato kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Aug 12 16:55:51 potato systemd[1]: Finished Load Kernel Modules.
Aug 12 16:55:51 potato systemd[1]: Starting Apply Kernel Variables...
Aug 12 16:55:51 potato systemd[1]: Finished Apply Kernel Variables.
Aug 12 16:55:52 potato kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Aug 12 16:55:55 potato kernel: xor: measuring software checksum speed
Aug 12 16:55:55 potato kernel: prefetch64-sse : 21226 MB/sec
Aug 12 16:55:55 potato kernel: generic_sse : 19238 MB/sec
Aug 12 16:55:55 potato kernel: xor: using function: prefetch64-sse (21226 MB/sec)
Aug 12 16:55:55 potato kernel: async_tx: api initialized (async)
Aug 12 16:55:55 potato kernel: block device autoloading is deprecated and will be removed.
Aug 12 16:55:55 potato systemd[1]: Finished Cryptography Setup for hdd1.
Aug 12 16:55:55 potato systemd[1]: Started Timer to wait for more drives before activating degraded array md127..
Aug 12 16:55:55 potato systemd[1]: Reached target Block Device Preparation for /dev/mapper/hdd1.
Aug 12 16:55:57 potato kernel: md/raid1:md127: active with 2 out of 2 mirrors
Aug 12 16:55:57 potato kernel: md127: detected capacity change from 0 to 31009070592
Aug 12 16:55:57 potato systemd[1]: mdadm-last-resort@md127.timer: Deactivated successfully.
Aug 12 16:55:57 potato systemd[1]: Stopped Timer to wait for more drives before activating degraded array md127..
Aug 12 16:55:57 potato systemd[1]: Starting MD array monitor...
Aug 12 16:55:57 potato (m_env.sh)[1005]: mdmonitor.service: Executable /usr/lib/mdadm/mdadm_env.sh missing, skipping: No such file or directory
Aug 12 16:55:57 potato systemd[1]: Finished Cryptography Setup for hdd2.
Aug 12 16:55:57 potato systemd[1]: Started MD array monitor.
Aug 12 16:55:57 potato mdadm[1006]: mdadm: No mail address or alert command - not monitoring.
Aug 12 16:55:57 potato systemd[1]: mdmonitor.service: Main process exited, code=exited, status=1/FAILURE
Aug 12 16:55:57 potato systemd[1]: mdmonitor.service: Failed with result 'exit-code'.
Aug 12 16:55:57 potato systemd[1]: Reached target Block Device Preparation for /dev/mapper/hdd2.
Aug 12 16:55:57 potato systemd[1]: Reached target Local Encrypted Volumes.
Aug 12 16:55:57 potato systemd[1]: Reached target System Initialization.
Aug 12 16:55:57 potato systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Aug 12 16:55:57 potato systemd[1]: Started Daily man-db regeneration.
Aug 12 16:55:57 potato systemd[1]: Started Daily verification of password and group files.
Aug 12 16:55:57 potato systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 12 16:55:57 potato systemd[1]: Reached target Timer Units.
Aug 12 16:55:57 potato systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 12 16:55:57 potato systemd[1]: Starting Docker Socket for the API...
Aug 12 16:55:57 potato systemd[1]: Listening on Git Daemon Socket.
Aug 12 16:55:57 potato systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 12 16:55:57 potato systemd[1]: Listening on Docker Socket for the API.
Aug 12 16:55:57 potato systemd[1]: Reached target Socket Units.
Aug 12 16:55:57 potato systemd[1]: Reached target Basic System.
Aug 12 16:55:57 potato systemd[1]: Starting D-Bus System Message Bus...
Aug 12 16:55:57 potato systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Aug 12 16:55:57 potato systemd[1]: Reached target Network.
Aug 12 16:55:57 potato systemd[1]: Reached target Network is Online.
Aug 12 16:55:57 potato systemd[1]: Starting containerd container runtime...
Aug 12 16:55:57 potato dhcpcd[1014]: dhcpcd-10.0.2 starting
Aug 12 16:55:57 potato dhcpcd[1016]: dev: loaded udev
Aug 12 16:55:57 potato dhcpcd[1016]: DUID 00:01:00:01:2b:ff:4c:05:3c:ec:ef:c3:9e:86
Aug 12 16:55:57 potato systemd[1]: Starting Initialize hardware monitoring sensors...
Aug 12 16:55:57 potato (modprobe)[1019]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Aug 12 16:55:57 potato systemd[1]: Starting A high performance web server and a reverse proxy server...
Aug 12 16:55:57 potato systemd[1]: Starting PostgreSQL database server...
Aug 12 16:55:57 potato systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Aug 12 16:55:57 potato systemd[1]: Started OpenSSH Daemon.
Aug 12 16:55:57 potato systemd[1]: Starting User Login Management...
Aug 12 16:55:57 potato systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 12 16:55:57 potato systemd[1]: Starting Permit User Sessions...
Aug 12 16:55:57 potato kernel: 8021q: 802.1Q VLAN Support v1.8
Aug 12 16:55:57 potato systemd[1]: Starting Transmission BitTorrent Daemon...
Aug 12 16:55:57 potato systemd[1]: Started D-Bus System Message Bus.
Aug 12 16:55:57 potato sshd[1023]: Server listening on 0.0.0.0 port 22.
Aug 12 16:55:57 potato sshd[1023]: Server listening on :: port 22.
Aug 12 16:55:57 potato systemd[1]: Finished Permit User Sessions.
Aug 12 16:55:57 potato systemd-logind[1024]: New seat seat0.
Aug 12 16:55:57 potato systemd-logind[1024]: Watching system buttons on /dev/input/event2 (Power Button)
Aug 12 16:55:57 potato systemd-logind[1024]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 12 16:55:57 potato systemd-logind[1024]: Watching system buttons on /dev/input/event0 (Sleep Button)
Aug 12 16:55:57 potato systemd-logind[1024]: Watching system buttons on /dev/input/event5 (Keychron Keychron K6)
Aug 12 16:55:57 potato systemd-logind[1024]: Watching system buttons on /dev/input/event6 (Keychron Keychron K6)
Aug 12 16:55:57 potato systemd-logind[1024]: Watching system buttons on /dev/input/event12 (Logitech Wireless Keyboard PID:4023)
Aug 12 16:55:57 potato systemd-logind[1024]: Watching system buttons on /dev/input/event3 (HID 0557:2419)
Aug 12 16:55:57 potato kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 12 16:55:57 potato kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 12 16:55:57 potato kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 12 16:55:57 potato kernel: cfg80211: failed to load regulatory.db
Aug 12 16:55:57 potato dhcpcd[1016]: no interfaces have a carrier
Aug 12 16:55:57 potato systemd[1]: Finished Initialize hardware monitoring sensors.
Aug 12 16:55:57 potato systemd[1]: Started User Login Management.
Aug 12 16:55:57 potato dhcpcd[1016]: eno1: waiting for carrier
Aug 12 16:55:57 potato kernel: 8021q: adding VLAN 0 to HW filter on device eno1
Aug 12 16:55:57 potato systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 12 16:55:57 potato dbus-daemon[1013]: [system] Successfully activated service 'org.freedesktop.systemd1'
Aug 12 16:55:57 potato kernel: 8021q: adding VLAN 0 to HW filter on device eno2
Aug 12 16:55:57 potato dhcpcd[1016]: eno2: waiting for carrier
Aug 12 16:55:57 potato transmission-daemon[1026]: sendto: Network is unreachable
Aug 12 16:55:57 potato transmission-daemon[1026]: sendto: Network is unreachable
Aug 12 16:55:57 potato transmission-daemon[1026]: sendto: Network is unreachable
Aug 12 16:55:57 potato transmission-daemon[1026]: sendto: Network is unreachable
Aug 12 16:55:57 potato systemd-journald[386]: /var/log/journal/c14f6ffba5ce4f3493cc4fb37e2aeb0c/user-1000.journal: Boot ID changed since last record, rotating.
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.903679890-04:00" level=info msg="starting containerd" revision=0cae528dd6cb557f7201036e9f43420650207b58.m version=v1.7.2
Aug 12 16:55:57 potato systemd[1]: Starting Light Display Manager...
Aug 12 16:55:57 potato systemd[1]: Started Transmission BitTorrent Daemon.
Aug 12 16:55:57 potato systemd[1]: Started A high performance web server and a reverse proxy server.
Aug 12 16:55:57 potato lightdm[1063]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Aug 12 16:55:57 potato systemd[1]: Started Light Display Manager.
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.923883753-04:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.926110554-04:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/6.4.9-arch1-1\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.926131439-04:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.926218977-04:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.926231055-04:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.926452711-04:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.926689468-04:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.927869226-04:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.927884898-04:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.927893489-04:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.927977381-04:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.927990193-04:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.928007101-04:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.928015775-04:00" level=info msg="metadata content store policy set" policy=shared
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933091140-04:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933119705-04:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933152072-04:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933194722-04:00" level=info msg="loading plugin \"io.containerd.lease.v1.manager\"..." type=io.containerd.lease.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933211008-04:00" level=info msg="loading plugin \"io.containerd.nri.v1.nri\"..." type=io.containerd.nri.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933236417-04:00" level=info msg="NRI interface is disabled by configuration."
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933249356-04:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933342139-04:00" level=info msg="loading plugin \"io.containerd.runtime.v2.shim\"..." type=io.containerd.runtime.v2
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933359889-04:00" level=info msg="loading plugin \"io.containerd.sandbox.store.v1.local\"..." type=io.containerd.sandbox.store.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933376044-04:00" level=info msg="loading plugin \"io.containerd.sandbox.controller.v1.local\"..." type=io.containerd.sandbox.controller.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933398331-04:00" level=info msg="loading plugin \"io.containerd.streaming.v1.manager\"..." type=io.containerd.streaming.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933420228-04:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933462626-04:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933482775-04:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933502826-04:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933529684-04:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933548000-04:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933569363-04:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933586781-04:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.933649213-04:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.935307927-04:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.935333626-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.935373084-04:00" level=info msg="loading plugin \"io.containerd.transfer.v1.local\"..." type=io.containerd.transfer.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.935390984-04:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.936503737-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.936517787-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.936541150-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.936550982-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.936560917-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.936570562-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.936594116-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.936602932-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.936613338-04:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.937227403-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandbox-controllers\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.937241002-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandboxes\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.937282338-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.937307031-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.streaming\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.937316503-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.937330808-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.transfer\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.937340686-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.937348587-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.cri\"..." type=io.containerd.grpc.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.937431391-04:00" level=info msg="Start cri plugin with config {PluginConfig:{ContainerdConfig:{Snapshotter:overlayfs DefaultRuntimeName:runc DefaultRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} UntrustedWorkloadRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} Runtimes:map[runc:{Type:io.containerd.runc.v2 Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[BinaryName: CriuImagePath: CriuPath: CriuWorkPath: IoGid:0 IoUid:0 NoNewKeyring:false NoPivotRoot:false Root: ShimCgroup: SystemdCgroup:false] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:podsandbox}] NoPivot:false DisableSnapshotAnnotations:true DiscardUnpackedLayers:false IgnoreBlockIONotEnabledErrors:false IgnoreRdtNotEnabledErrors:false} CniConfig:{NetworkPluginBinDir:/opt/cni/bin NetworkPluginConfDir:/etc/cni/net.d NetworkPluginMaxConfNum:1 NetworkPluginSetupSerially:false NetworkPluginConfTemplate: IPPreference:} Registry:{ConfigPath: Mirrors:map[] Configs:map[] Auths:map[] Headers:map[]} ImageDecryption:{KeyModel:node} DisableTCPService:true StreamServerAddress:127.0.0.1 StreamServerPort:0 StreamIdleTimeout:4h0m0s EnableSelinux:false SelinuxCategoryRange:1024 SandboxImage:registry.k8s.io/pause:3.8 StatsCollectPeriod:10 SystemdCgroup:false EnableTLSStreaming:false X509KeyPairStreaming:{TLSCertFile: TLSKeyFile:} MaxContainerLogLineSize:16384 DisableCgroup:false DisableApparmor:false RestrictOOMScoreAdj:false MaxConcurrentDownloads:3 DisableProcMount:false UnsetSeccompProfile: TolerateMissingHugetlbController:true DisableHugetlbController:true DeviceOwnershipFromSecurityContext:false IgnoreImageDefinedVolumes:false NetNSMountsUnderStateDir:false EnableUnprivilegedPorts:false EnableUnprivilegedICMP:false EnableCDI:false CDISpecDirs:[/etc/cdi /var/run/cdi] ImagePullProgressTimeout:1m0s DrainExecSyncIOTimeout:0s} ContainerdRootDir:/var/lib/containerd ContainerdEndpoint:/run/containerd/containerd.sock RootDir:/var/lib/containerd/io.containerd.grpc.v1.cri StateDir:/run/containerd/io.containerd.grpc.v1.cri}"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.937476213-04:00" level=info msg="Connect containerd service"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.937495112-04:00" level=info msg="using legacy CRI server"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.937501348-04:00" level=info msg="using experimental NRI integration - disable nri plugin to prevent this"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.937524390-04:00" level=info msg="Get image filesystem path \"/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs\""
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.939292420-04:00" level=error msg="failed to load cni during init, please check CRI plugin status before setting up network for pods" error="cni config load failed: no network config found in /etc/cni/net.d: cni plugin not initialized: failed to load cni config"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.940214094-04:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.940230516-04:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.940239461-04:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.940261164-04:00" level=info msg="skipping tracing processor initialization (no tracing plugin)" error="no OpenTelemetry endpoint: skip plugin"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.941051796-04:00" level=info msg="Start subscribing containerd event"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.942219488-04:00" level=info msg="Start recovering state"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.941403652-04:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.942295982-04:00" level=info msg="Start event monitor"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.942314220-04:00" level=info msg="Start snapshots syncer"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.942299225-04:00" level=info msg=serving... address=/run/containerd/containerd.sock
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.942340641-04:00" level=info msg="Start cni network conf syncer for default"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.942358974-04:00" level=info msg="Start streaming server"
Aug 12 16:55:57 potato containerd[1028]: time="2023-08-12T16:55:57.942427167-04:00" level=info msg="containerd successfully booted in 0.041452s"
Aug 12 16:55:57 potato systemd[1]: Started containerd container runtime.
Aug 12 16:55:58 potato systemd[1]: Starting Docker Application Container Engine...
Aug 12 16:55:58 potato postgres[1085]: 2023-08-12 16:55:58.052 EDT [1085] LOG: starting PostgreSQL 15.3 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 13.2.1 20230801, 64-bit
Aug 12 16:55:58 potato postgres[1085]: 2023-08-12 16:55:58.053 EDT [1085] LOG: listening on IPv6 address "::1", port 5432
Aug 12 16:55:58 potato postgres[1085]: 2023-08-12 16:55:58.053 EDT [1085] LOG: listening on IPv4 address "127.0.0.1", port 5432
Aug 12 16:55:58 potato postgres[1085]: 2023-08-12 16:55:58.056 EDT [1085] LOG: listening on Unix socket "/run/postgresql/.s.PGSQL.5432"
Aug 12 16:55:58 potato postgres[1099]: 2023-08-12 16:55:58.083 EDT [1099] LOG: database system was shut down at 2023-08-12 16:54:49 EDT
Aug 12 16:55:58 potato postgres[1085]: 2023-08-12 16:55:58.131 EDT [1085] LOG: database system is ready to accept connections
Aug 12 16:55:58 potato systemd[1]: Started PostgreSQL database server.
Aug 12 16:55:58 potato systemd[1]: Starting Miniflux...
Aug 12 16:55:58 potato miniflux[1103]: [2023-08-12T16:55:58] [INFO] Starting daemon...
Aug 12 16:55:58 potato miniflux[1103]: [2023-08-12T16:55:58] [INFO] Starting background scheduler...
Aug 12 16:55:58 potato dockerd[1096]: time="2023-08-12T16:55:58.424169127-04:00" level=info msg="Starting up"
Aug 12 16:55:58 potato miniflux[1103]: [2023-08-12T16:55:58] [INFO] Sending readiness notification to Systemd
Aug 12 16:55:58 potato miniflux[1103]: [2023-08-12T16:55:58] [INFO] Activating Systemd watchdog
Aug 12 16:55:58 potato miniflux[1103]: [2023-08-12T16:55:58] [INFO] Listening on "127.0.0.1:9995" without TLS
Aug 12 16:55:58 potato systemd[1]: Started Miniflux.
Aug 12 16:55:58 potato dockerd[1096]: time="2023-08-12T16:55:58.479928379-04:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Aug 12 16:55:58 potato dockerd[1096]: time="2023-08-12T16:55:58.481863859-04:00" level=info msg="Loading containers: start."
Aug 12 16:55:58 potato kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Aug 12 16:55:58 potato kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1087 'Xorg'
Aug 12 16:55:58 potato kernel: Bridge firewalling registered
Aug 12 16:55:58 potato dockerd[1096]: time="2023-08-12T16:55:58.697904542-04:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Aug 12 16:55:58 potato dockerd[1096]: time="2023-08-12T16:55:58.733362795-04:00" level=info msg="Loading containers: done."
Aug 12 16:55:58 potato systemd[1]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck2631464093-merged.mount: Deactivated successfully.
Aug 12 16:55:58 potato dockerd[1096]: time="2023-08-12T16:55:58.796506736-04:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
Aug 12 16:55:58 potato dockerd[1096]: time="2023-08-12T16:55:58.796663825-04:00" level=info msg="Docker daemon" commit=a61e2b4c9c graphdriver=overlay2 version=24.0.5
Aug 12 16:55:58 potato dockerd[1096]: time="2023-08-12T16:55:58.796910134-04:00" level=info msg="Daemon has completed initialization"
Aug 12 16:55:58 potato dockerd[1096]: time="2023-08-12T16:55:58.834650112-04:00" level=info msg="API listen on /run/docker.sock"
Aug 12 16:55:58 potato systemd[1]: Started Docker Application Container Engine.
Aug 12 16:55:58 potato systemd[1]: Reached target Multi-User System.
Aug 12 16:55:58 potato systemd[1]: Reached target Graphical Interface.
Aug 12 16:55:58 potato systemd[1]: Startup finished in 955ms (kernel) + 6.875s (initrd) + 10.971s (userspace) = 18.801s.
Aug 12 16:55:59 potato lightdm[1299]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Aug 12 16:55:59 potato lightdm[1299]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)
Aug 12 16:55:59 potato systemd-logind[1024]: New session c1 of user lightdm.
Aug 12 16:55:59 potato systemd[1]: Created slice User Slice of UID 970.
Aug 12 16:55:59 potato systemd[1]: Starting User Runtime Directory /run/user/970...
Aug 12 16:55:59 potato systemd[1]: Finished User Runtime Directory /run/user/970.
Aug 12 16:55:59 potato systemd[1]: Starting User Manager for UID 970...
Aug 12 16:55:59 potato dbus-daemon[1013]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.8' (uid=0 pid=1305 comm="(systemd)")
Aug 12 16:55:59 potato dbus-daemon[1013]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 16:55:59 potato (systemd)[1305]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Aug 12 16:55:59 potato (systemd)[1305]: pam_unix(systemd-user:session): session opened for user lightdm(uid=970) by lightdm(uid=0)
Aug 12 16:55:59 potato systemd[1305]: Queued start job for default target Main User Target.
Aug 12 16:55:59 potato systemd[1305]: Created slice User Application Slice.
Aug 12 16:55:59 potato systemd[1305]: Reached target Paths.
Aug 12 16:55:59 potato systemd[1305]: Reached target Timers.
Aug 12 16:55:59 potato systemd[1305]: Starting D-Bus User Message Bus Socket...
Aug 12 16:55:59 potato systemd[1305]: Listening on GnuPG network certificate management daemon.
Aug 12 16:55:59 potato systemd[1305]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 12 16:55:59 potato systemd[1305]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 12 16:55:59 potato systemd[1305]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 12 16:55:59 potato systemd[1305]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 12 16:55:59 potato systemd[1305]: Listening on p11-kit server.
Aug 12 16:55:59 potato systemd[1305]: Listening on D-Bus User Message Bus Socket.
Aug 12 16:55:59 potato systemd[1305]: Reached target Sockets.
Aug 12 16:55:59 potato systemd[1305]: Reached target Basic System.
Aug 12 16:55:59 potato systemd[1305]: Reached target Main User Target.
Aug 12 16:55:59 potato systemd[1305]: Startup finished in 120ms.
Aug 12 16:55:59 potato systemd[1]: Started User Manager for UID 970.
Aug 12 16:55:59 potato systemd[1]: Started Session c1 of User lightdm.
Aug 12 16:55:59 potato systemd[1305]: Created slice User Core Session Slice.
Aug 12 16:55:59 potato systemd[1305]: Starting D-Bus User Message Bus...
Aug 12 16:55:59 potato systemd[1305]: Started D-Bus User Message Bus.
Aug 12 16:55:59 potato dbus-daemon[1315]: [session uid=970 pid=1315] Activating systemd to hand-off: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.0' (uid=970 pid=1313 comm="/usr/bin/lightdm-gtk-greeter")
Aug 12 16:55:59 potato dbus-daemon[1315]: [session uid=970 pid=1315] Successfully activated service 'org.freedesktop.systemd1'
Aug 12 16:55:59 potato systemd[1305]: Starting Accessibility services bus...
Aug 12 16:55:59 potato dbus-daemon[1315]: [session uid=970 pid=1315] Successfully activated service 'org.a11y.Bus'
Aug 12 16:55:59 potato systemd[1305]: Started Accessibility services bus.
Aug 12 16:55:59 potato at-spi-bus-launcher[1323]: dbus-daemon[1323]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=970 pid=1313 comm="/usr/bin/lightdm-gtk-greeter")
Aug 12 16:55:59 potato dbus-daemon[1013]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=1336 comm="lightdm --session-child 15 22")
Aug 12 16:55:59 potato dbus-daemon[1013]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 16:55:59 potato at-spi-bus-launcher[1323]: dbus-daemon[1323]: Successfully activated service 'org.a11y.atspi.Registry'
Aug 12 16:55:59 potato at-spi-bus-launcher[1338]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Aug 12 16:55:59 potato kernel: intel_ish_ipc 0000:00:13.0: [ishtp-ish]: Timed out waiting for FW-initiated reset
Aug 12 16:55:59 potato kernel: intel_ish_ipc 0000:00:13.0: ISH: hw start failed.
Aug 12 16:56:00 potato kernel: igb 0000:04:00.0 eno2: igb: eno2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Aug 12 16:56:00 potato dhcpcd[1016]: eno2: carrier acquired
Aug 12 16:56:00 potato kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eno2: link becomes ready
Aug 12 16:56:00 potato dhcpcd[1016]: eno2: IAID ef:c3:9e:87
Aug 12 16:56:00 potato dhcpcd[1016]: eno2: adding address fe80::5dda:3652:4636:c184
Aug 12 16:56:01 potato dhcpcd[1016]: eno2: rebinding lease of 192.168.1.177
Aug 12 16:56:01 potato dhcpcd[1016]: eno2: probing address 192.168.1.177/24
Aug 12 16:56:01 potato dhcpcd[1016]: eno2: soliciting an IPv6 router
Aug 12 16:56:05 potato lightdm[1336]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Aug 12 16:56:05 potato systemd[1]: Stopping Session c1 of User lightdm...
Aug 12 16:56:05 potato lightdm[1299]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Aug 12 16:56:05 potato systemd[1]: session-c1.scope: Deactivated successfully.
Aug 12 16:56:05 potato systemd[1]: Stopped Session c1 of User lightdm.
Aug 12 16:56:05 potato lightdm[1336]: pam_unix(lightdm:session): session opened for user alice(uid=1000) by alice(uid=0)
Aug 12 16:56:05 potato systemd-logind[1024]: Removed session c1.
Aug 12 16:56:05 potato systemd[1]: Created slice User Slice of UID 1000.
Aug 12 16:56:05 potato systemd[1]: Starting User Runtime Directory /run/user/1000...
Aug 12 16:56:05 potato systemd-logind[1024]: New session 2 of user alice.
Aug 12 16:56:05 potato systemd[1]: Finished User Runtime Directory /run/user/1000.
Aug 12 16:56:06 potato systemd[1]: Starting User Manager for UID 1000...
Aug 12 16:56:06 potato dhcpcd[1016]: eno2: leased 192.168.1.177 for 86400 seconds
Aug 12 16:56:06 potato dhcpcd[1016]: eno2: adding route to 192.168.1.0/24
Aug 12 16:56:06 potato dhcpcd[1016]: eno2: adding default route via 192.168.1.1
Aug 12 16:56:06 potato dbus-daemon[1013]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.16' (uid=0 pid=1352 comm="(systemd)")
Aug 12 16:56:06 potato dbus-daemon[1013]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 16:56:06 potato (systemd)[1352]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[alice] ruser=[<unknown>] rhost=[<unknown>]
Aug 12 16:56:06 potato (systemd)[1352]: pam_unix(systemd-user:session): session opened for user alice(uid=1000) by alice(uid=0)
Aug 12 16:56:06 potato systemd[1352]: Queued start job for default target Main User Target.
Aug 12 16:56:06 potato systemd[1352]: Created slice User Application Slice.
Aug 12 16:56:06 potato systemd[1352]: Reached target Paths.
Aug 12 16:56:06 potato systemd[1352]: Reached target Timers.
Aug 12 16:56:06 potato systemd[1352]: Starting D-Bus User Message Bus Socket...
Aug 12 16:56:06 potato systemd[1352]: Listening on GnuPG network certificate management daemon.
Aug 12 16:56:06 potato systemd[1352]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 12 16:56:06 potato systemd[1352]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 12 16:56:06 potato systemd[1352]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 12 16:56:06 potato systemd[1352]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 12 16:56:06 potato systemd[1352]: Listening on p11-kit server.
Aug 12 16:56:06 potato systemd[1352]: Listening on D-Bus User Message Bus Socket.
Aug 12 16:56:06 potato systemd[1352]: Reached target Sockets.
Aug 12 16:56:06 potato systemd[1352]: Reached target Basic System.
Aug 12 16:56:06 potato systemd[1352]: Reached target Main User Target.
Aug 12 16:56:06 potato systemd[1352]: Startup finished in 122ms.
Aug 12 16:56:06 potato systemd[1]: Started User Manager for UID 1000.
Aug 12 16:56:06 potato systemd[1]: Started Session 2 of User alice.
Aug 12 16:56:06 potato systemd[1352]: Created slice User Core Session Slice.
Aug 12 16:56:06 potato systemd[1352]: Starting D-Bus User Message Bus...
Aug 12 16:56:06 potato systemd[1352]: Started D-Bus User Message Bus.
Aug 12 16:56:06 potato dbus-daemon[1383]: [session uid=1000 pid=1383] Successfully activated service 'org.freedesktop.systemd1'
Aug 12 16:56:13 potato dhcpcd[1016]: eno2: no IPv6 Routers available
Aug 12 16:56:16 potato systemd[1]: Stopping User Manager for UID 970...
Aug 12 16:56:16 potato systemd[1305]: Activating special unit Exit the Session...
Aug 12 16:56:16 potato systemd[1305]: Stopped target Main User Target.
Aug 12 16:56:16 potato systemd[1305]: Stopping Accessibility services bus...
Aug 12 16:56:16 potato systemd[1305]: Stopping D-Bus User Message Bus...
Aug 12 16:56:16 potato systemd[1305]: Stopped D-Bus User Message Bus.
Aug 12 16:56:16 potato systemd[1305]: Stopped Accessibility services bus.
Aug 12 16:56:16 potato systemd[1305]: Removed slice User Core Session Slice.
Aug 12 16:56:16 potato systemd[1305]: Stopped target Basic System.
Aug 12 16:56:16 potato systemd[1305]: Stopped target Paths.
Aug 12 16:56:16 potato systemd[1305]: Stopped target Sockets.
Aug 12 16:56:16 potato systemd[1305]: Stopped target Timers.
Aug 12 16:56:16 potato systemd[1305]: Closed D-Bus User Message Bus Socket.
Aug 12 16:56:16 potato systemd[1305]: Closed GnuPG network certificate management daemon.
Aug 12 16:56:16 potato systemd[1305]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 12 16:56:16 potato systemd[1305]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Aug 12 16:56:16 potato systemd[1305]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Aug 12 16:56:16 potato systemd[1305]: Closed GnuPG cryptographic agent and passphrase cache.
Aug 12 16:56:16 potato systemd[1305]: Closed p11-kit server.
Aug 12 16:56:16 potato systemd[1305]: Removed slice User Application Slice.
Aug 12 16:56:16 potato systemd[1305]: Reached target Shutdown.
Aug 12 16:56:16 potato systemd[1305]: Finished Exit the Session.
Aug 12 16:56:16 potato systemd[1305]: Reached target Exit the Session.
Aug 12 16:56:16 potato (sd-pam)[1306]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Aug 12 16:56:16 potato systemd[1]: user@970.service: Deactivated successfully.
Aug 12 16:56:16 potato systemd[1]: Stopped User Manager for UID 970.
Aug 12 16:56:16 potato systemd[1]: Stopping User Runtime Directory /run/user/970...
Aug 12 16:56:16 potato systemd[1]: run-user-970.mount: Deactivated successfully.
Aug 12 16:56:16 potato systemd[1]: user-runtime-dir@970.service: Deactivated successfully.
Aug 12 16:56:16 potato systemd[1]: Stopped User Runtime Directory /run/user/970.
Aug 12 16:56:16 potato systemd[1]: Removed slice User Slice of UID 970.
Aug 12 16:56:51 potato dhcpcd[1016]: eno2: Router Advertisement from fe80::ea9f:80ff:fe91:8041
Aug 12 16:56:51 potato dhcpcd[1016]: eno2: requesting DHCPv6 information
Aug 12 16:57:01 potato dhcpcd[1016]: eno2: failed to request DHCPv6 information
Aug 12 16:57:01 potato dhcpcd[1016]: eno2: failed to request DHCPv6 information
Aug 12 16:57:01 potato dhcpcd[1016]: eno2: no advertising IPv6 router wants DHCP
Aug 12 16:58:12 potato dbus-daemon[1013]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.19' (uid=0 pid=1474 comm="sudo pacman -S firefox")
Aug 12 16:58:12 potato dbus-daemon[1013]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 16:58:14 potato sudo[1474]: alice : TTY=pts/0 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/pacman -S firefox
Aug 12 16:58:14 potato sudo[1474]: pam_unix(sudo:session): session opened for user root(uid=0) by alice(uid=1000)
Aug 12 16:58:20 potato sudo[1474]: pam_unix(sudo:session): session closed for user root
Aug 12 16:58:22 potato dbus-daemon[1383]: [session uid=1000 pid=1383] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.2' (uid=1000 pid=1527 comm="/usr/lib/firefox/firefox")
Aug 12 16:58:22 potato systemd[1352]: Starting Accessibility services bus...
Aug 12 16:58:22 potato dbus-daemon[1383]: [session uid=1000 pid=1383] Successfully activated service 'org.a11y.Bus'
Aug 12 16:58:22 potato systemd[1352]: Started Accessibility services bus.
Aug 12 16:58:32 potato kernel: logitech-hidpp-device 0003:046D:4058.0008: HID++ 4.5 device connected.
Aug 12 16:58:46 potato dbus-daemon[1013]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.29' (uid=0 pid=1842 comm="sudo mount /dev/md127 .data")
Aug 12 16:58:46 potato dbus-daemon[1013]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 16:58:46 potato sudo[1842]: alice : TTY=pts/0 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/mount /dev/md127 .data
Aug 12 16:58:46 potato sudo[1842]: pam_unix(sudo:session): session opened for user root(uid=0) by alice(uid=1000)
Aug 12 16:58:47 potato kernel: EXT4-fs (md127): mounted filesystem 9ea29557-cc45-4046-8452-4cd0c9ab8d7f r/w with ordered data mode. Quota mode: none.
Aug 12 16:58:47 potato kernel: EXT4-fs (md127): unmounting filesystem 9ea29557-cc45-4046-8452-4cd0c9ab8d7f.
Aug 12 16:58:47 potato sudo[1842]: pam_unix(sudo:session): session closed for user root
Aug 12 16:58:52 potato dbus-daemon[1013]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.30' (uid=0 pid=1864 comm="sudo mount /dev/md127 ./data")
Aug 12 16:58:52 potato dbus-daemon[1013]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 16:58:52 potato sudo[1864]: alice : TTY=pts/0 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/mount /dev/md127 ./data
Aug 12 16:58:52 potato sudo[1864]: pam_unix(sudo:session): session opened for user root(uid=0) by alice(uid=1000)
Aug 12 16:58:53 potato sudo[1864]: pam_unix(sudo:session): session closed for user root
Aug 12 16:58:53 potato kernel: EXT4-fs (md127): mounted filesystem 9ea29557-cc45-4046-8452-4cd0c9ab8d7f r/w with ordered data mode. Quota mode: none.
Aug 12 17:00:58 potato postgres[1097]: 2023-08-12 17:00:58.181 EDT [1097] LOG: checkpoint starting: time
Aug 12 17:00:58 potato postgres[1097]: 2023-08-12 17:00:58.196 EDT [1097] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.004 s, sync=0.001 s, total=0.016 s; sync files=3, longest=0.001 s, average=0.001 s; distance=0 kB, estimate=0 kB
Aug 12 17:04:15 potato dbus-daemon[1013]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.36' (uid=0 pid=2351 comm="sudo pacman -S gedit")
Aug 12 17:04:15 potato dbus-daemon[1013]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 17:04:19 potato sudo[2351]: alice : TTY=pts/0 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/pacman -S gedit
Aug 12 17:04:19 potato sudo[2351]: pam_unix(sudo:session): session opened for user root(uid=0) by alice(uid=1000)
Aug 12 17:04:22 potato dbus-daemon[1383]: [session uid=1000 pid=1383] Reloaded configuration
Aug 12 17:04:22 potato sudo[2351]: pam_unix(sudo:session): session closed for user root
Aug 12 17:04:24 potato dbus-daemon[1383]: [session uid=1000 pid=1383] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.5' (uid=1000 pid=2437 comm="gedit log_boot.journalctl.bbs")
Aug 12 17:04:24 potato at-spi-bus-launcher[2442]: dbus-daemon[2442]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=2437 comm="gedit log_boot.journalctl.bbs")
Aug 12 17:04:24 potato at-spi-bus-launcher[2442]: dbus-daemon[2442]: Successfully activated service 'org.a11y.atspi.Registry'
Aug 12 17:04:24 potato systemd[1352]: Starting User preferences database...
Aug 12 17:04:24 potato at-spi-bus-launcher[2455]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Aug 12 17:04:24 potato dbus-daemon[1383]: [session uid=1000 pid=1383] Successfully activated service 'ca.desrt.dconf'
Aug 12 17:04:24 potato systemd[1352]: Started User preferences database.
Aug 12 17:09:05 potato dbus-daemon[1013]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.37' (uid=0 pid=2552 comm="sudo journalctl -b -1")
Aug 12 17:09:05 potato dbus-daemon[1013]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 17:09:05 potato sudo[2552]: alice : TTY=pts/0 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/journalctl -b -1
Aug 12 17:09:05 potato sudo[2552]: pam_unix(sudo:session): session opened for user root(uid=0) by alice(uid=1000)
Aug 12 17:09:06 potato sudo[2552]: pam_unix(sudo:session): session closed for user root
Aug 12 17:09:32 potato dbus-daemon[1013]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.38' (uid=0 pid=2575 comm="sudo journalctl -b -1")
Aug 12 17:09:32 potato dbus-daemon[1013]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 17:09:32 potato sudo[2575]: alice : TTY=pts/0 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/journalctl -b -1
Aug 12 17:09:32 potato sudo[2575]: pam_unix(sudo:session): session opened for user root(uid=0) by alice(uid=1000)
Aug 12 17:09:32 potato sudo[2575]: pam_unix(sudo:session): session closed for user root
Aug 12 17:10:17 potato dbus-daemon[1013]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.39' (uid=1000 pid=2601 comm="gedit")
Aug 12 17:10:17 potato systemd[1]: Starting Hostname Service...
Aug 12 17:10:17 potato dbus-daemon[1013]: [system] Successfully activated service 'org.freedesktop.hostname1'
Aug 12 17:10:17 potato systemd[1]: Started Hostname Service.
Aug 12 17:10:36 potato dbus-daemon[1013]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.41' (uid=0 pid=2641 comm="sudo rm /etc/X11/xorg.conf.d/10-nvidia.conf")
Aug 12 17:10:36 potato dbus-daemon[1013]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 17:10:36 potato sudo[2641]: alice : TTY=pts/0 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/rm /etc/X11/xorg.conf.d/10-nvidia.conf
Aug 12 17:10:36 potato sudo[2641]: pam_unix(sudo:session): session opened for user root(uid=0) by alice(uid=1000)
Aug 12 17:10:36 potato sudo[2641]: pam_unix(sudo:session): session closed for user root
Aug 12 17:10:40 potato systemd[1]: Starting Cleanup of Temporary Directories...
Aug 12 17:10:40 potato systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Aug 12 17:10:40 potato systemd[1]: Finished Cleanup of Temporary Directories.
Aug 12 17:10:47 potato systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Aug 12 17:10:47 potato dbus-daemon[1013]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.42' (uid=0 pid=2655 comm="sudo reboot")
Aug 12 17:10:47 potato dbus-daemon[1013]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 17:10:47 potato systemd-logind[1024]: The system will reboot now!
Aug 12 17:10:47 potato sudo[2655]: alice : TTY=pts/0 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/reboot
Aug 12 17:10:47 potato systemd-logind[1024]: System is rebooting.
Aug 12 17:10:47 potato sudo[2655]: pam_unix(sudo:session): session opened for user root(uid=0) by alice(uid=1000)
Aug 12 17:10:47 potato sudo[2655]: pam_unix(sudo:session): session closed for user root
Aug 12 17:10:47 potato systemd[1]: Stopping Session 2 of User alice...
Aug 12 17:10:47 potato lightdm[1336]: pam_unix(lightdm:session): session closed for user alice
Aug 12 17:10:47 potato at-spi-bus-launcher[2455]: X connection to :0 broken (explicit kill or server shutdown).
Aug 12 17:10:47 potato systemd[1]: Removed slice Slice /system/getty.
Aug 12 17:10:47 potato systemd[1]: Removed slice Slice /system/modprobe.
Aug 12 17:10:47 potato systemd[1]: Stopped target Graphical Interface.
Aug 12 17:10:47 potato systemd[1]: Stopped target Multi-User System.
Aug 12 17:10:47 potato systemd[1]: Stopped target Login Prompts.
Aug 12 17:10:47 potato systemd[1]: Stopped target Sound Card.
Aug 12 17:10:47 potato systemd[1]: Stopped target Timer Units.
Aug 12 17:10:47 potato systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Aug 12 17:10:47 potato systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Aug 12 17:10:47 potato systemd[1]: man-db.timer: Deactivated successfully.
Aug 12 17:10:47 potato systemd[1]: Stopped Daily man-db regeneration.
Aug 12 17:10:47 potato systemd[1]: shadow.timer: Deactivated successfully.
Aug 12 17:10:47 potato systemd[1]: Stopped Daily verification of password and group files.
Aug 12 17:10:47 potato systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Aug 12 17:10:47 potato systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Aug 12 17:10:47 potato systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
Aug 12 17:10:47 potato systemd[1]: Closed LVM2 poll daemon socket.
Aug 12 17:10:47 potato systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Aug 12 17:10:47 potato systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 12 17:10:47 potato systemd[1]: Stopping Docker Application Container Engine...
Aug 12 17:10:47 potato dockerd[1096]: time="2023-08-12T17:10:47.624423186-04:00" level=info msg="Processing signal 'terminated'"
Aug 12 17:10:47 potato systemd[1]: Stopping Light Display Manager...
Aug 12 17:10:47 potato dockerd[1096]: time="2023-08-12T17:10:47.628305621-04:00" level=info msg="stopping event stream following graceful shutdown" error="<nil>" module=libcontainerd namespace=moby
Aug 12 17:10:47 potato dockerd[1096]: time="2023-08-12T17:10:47.628601052-04:00" level=info msg="Daemon shutdown complete"
Aug 12 17:10:47 potato systemd[1]: Stopping Initialize hardware monitoring sensors...
Aug 12 17:10:47 potato (modprobe)[2663]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Aug 12 17:10:47 potato systemd[1]: Stopping Miniflux...
Aug 12 17:10:47 potato miniflux[1103]: [2023-08-12T17:10:47] [INFO] Shutting down the process...
Aug 12 17:10:47 potato miniflux[1103]: [2023-08-12T17:10:47] [INFO] Process gracefully stopped
Aug 12 17:10:47 potato systemd[1]: Starting Generate shutdown-ramfs...
Aug 12 17:10:47 potato systemd[1]: Stopping A high performance web server and a reverse proxy server...
Aug 12 17:10:47 potato sshd[1023]: Received signal 15; terminating.
Aug 12 17:10:47 potato systemd[1]: Stopping OpenSSH Daemon...
Aug 12 17:10:47 potato systemd[1]: Stopping Load/Save OS Random Seed...
Aug 12 17:10:47 potato systemd[1]: Stopping Transmission BitTorrent Daemon...
Aug 12 17:10:47 potato systemd[1]: sshd.service: Deactivated successfully.
Aug 12 17:10:47 potato mkinitcpio[2664]: ==> Starting build: 'none'
Aug 12 17:10:47 potato mkinitcpio[2664]: -> Running build hook: [sd-shutdown]
Aug 12 17:10:47 potato systemd[1]: Stopped OpenSSH Daemon.
Aug 12 17:10:47 potato systemd[1]: docker.service: Deactivated successfully.
Aug 12 17:10:47 potato systemd[1]: Stopped Docker Application Container Engine.
Aug 12 17:10:47 potato systemd[1]: nginx.service: Deactivated successfully.
Aug 12 17:10:47 potato systemd[1]: Stopped A high performance web server and a reverse proxy server.
Aug 12 17:10:47 potato systemd[1]: miniflux.service: Deactivated successfully.
Aug 12 17:10:47 potato systemd[1]: Stopped Miniflux.
Aug 12 17:10:47 potato systemd[1]: lm_sensors.service: Deactivated successfully.
Aug 12 17:10:47 potato mkinitcpio[2664]: ==> Build complete.
Aug 12 17:10:47 potato systemd[1]: Stopped Initialize hardware monitoring sensors.
Aug 12 17:10:47 potato systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Aug 12 17:10:47 potato systemd[1]: Finished Generate shutdown-ramfs.
Aug 12 17:10:47 potato systemd[1]: lightdm.service: Deactivated successfully.
Aug 12 17:10:48 potato systemd[1]: Stopped Light Display Manager.
Aug 12 17:10:48 potato systemd[1]: lightdm.service: Consumed 14.670s CPU time.
Aug 12 17:10:48 potato systemd[1]: systemd-random-seed.service: Deactivated successfully.
Aug 12 17:10:48 potato systemd[1]: Stopped Load/Save OS Random Seed.
Aug 12 17:10:48 potato systemd[1]: session-2.scope: Deactivated successfully.
Aug 12 17:10:48 potato systemd[1]: Stopped Session 2 of User alice.
Aug 12 17:10:48 potato systemd[1]: session-2.scope: Consumed 2min 34.423s CPU time.
Aug 12 17:10:48 potato systemd-logind[1024]: Session 2 logged out. Waiting for processes to exit.
Aug 12 17:10:48 potato systemd[1]: Stopping containerd container runtime...
Aug 12 17:10:48 potato containerd[1028]: time="2023-08-12T17:10:48.153331304-04:00" level=info msg="Stop CRI service"
Aug 12 17:10:48 potato postgres[1085]: 2023-08-12 17:10:48.161 EDT [1085] LOG: received fast shutdown request
Aug 12 17:10:48 potato systemd[1]: Stopping PostgreSQL database server...
Aug 12 17:10:48 potato postgres[1085]: 2023-08-12 17:10:48.170 EDT [1085] LOG: aborting any active transactions
Aug 12 17:10:48 potato systemd[1]: Stopping User Login Management...
Aug 12 17:10:48 potato postgres[1085]: 2023-08-12 17:10:48.175 EDT [1085] LOG: background worker "logical replication launcher" (PID 1102) exited with exit code 1
Aug 12 17:10:48 potato containerd[1028]: time="2023-08-12T17:10:48.175870853-04:00" level=info msg="Stop CRI service"
Aug 12 17:10:48 potato containerd[1028]: time="2023-08-12T17:10:48.176129947-04:00" level=info msg="Event monitor stopped"
Aug 12 17:10:48 potato containerd[1028]: time="2023-08-12T17:10:48.176145774-04:00" level=info msg="Stream server stopped"
Aug 12 17:10:48 potato systemd[1]: Stopping User Manager for UID 1000...
Aug 12 17:10:48 potato systemd[1352]: Activating special unit Exit the Session...
Aug 12 17:10:48 potato systemd[1352]: Stopped target Main User Target.
Aug 12 17:10:48 potato systemd[1352]: Stopping Accessibility services bus...
Aug 12 17:10:48 potato systemd[1352]: Stopping D-Bus User Message Bus...
Aug 12 17:10:48 potato systemd[1352]: Stopping User preferences database...
Aug 12 17:10:48 potato systemd[1352]: Stopped D-Bus User Message Bus.
Aug 12 17:10:48 potato postgres[1097]: 2023-08-12 17:10:48.188 EDT [1097] LOG: shutting down
Aug 12 17:10:48 potato systemd[1352]: Stopped User preferences database.
Aug 12 17:10:48 potato systemd[1]: containerd.service: Deactivated successfully.
Aug 12 17:10:48 potato postgres[1097]: 2023-08-12 17:10:48.189 EDT [1097] LOG: checkpoint starting: shutdown immediate
Aug 12 17:10:48 potato systemd[1352]: Stopped Accessibility services bus.
Aug 12 17:10:48 potato systemd[1352]: Removed slice User Core Session Slice.
Aug 12 17:10:48 potato systemd[1352]: Stopped target Basic System.
Aug 12 17:10:48 potato systemd[1352]: Stopped target Paths.
Aug 12 17:10:48 potato systemd[1352]: Stopped target Sockets.
Aug 12 17:10:48 potato systemd[1352]: Stopped target Timers.
Aug 12 17:10:48 potato systemd[1352]: Closed D-Bus User Message Bus Socket.
Aug 12 17:10:48 potato systemd[1352]: Closed GnuPG network certificate management daemon.
Aug 12 17:10:48 potato systemd[1352]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 12 17:10:48 potato systemd[1352]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Aug 12 17:10:48 potato systemd[1352]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Aug 12 17:10:48 potato systemd[1352]: Closed GnuPG cryptographic agent and passphrase cache.
Aug 12 17:10:48 potato systemd[1352]: Closed p11-kit server.
Aug 12 17:10:48 potato systemd[1352]: Removed slice User Application Slice.
Aug 12 17:10:48 potato systemd[1352]: Reached target Shutdown.
Aug 12 17:10:48 potato systemd[1352]: Finished Exit the Session.
Aug 12 17:10:48 potato systemd[1352]: Reached target Exit the Session.
Aug 12 17:10:48 potato postgres[1097]: 2023-08-12 17:10:48.195 EDT [1097] LOG: checkpoint complete: wrote 0 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.008 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=0 kB
Aug 12 17:10:48 potato postgres[1085]: 2023-08-12 17:10:48.198 EDT [1085] LOG: database system is shut down
Aug 12 17:10:48 potato systemd[1]: Stopped containerd container runtime.
Aug 12 17:10:48 potato systemd[1]: containerd.service: Consumed 3.586s CPU time.
Aug 12 17:10:48 potato transmission-daemon[1026]: Closing transmission session... done.
Aug 12 17:10:48 potato systemd[1]: postgresql.service: Deactivated successfully.
Aug 12 17:10:48 potato (sd-pam)[1355]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[alice] ruser=[<unknown>] rhost=[<unknown>]
Aug 12 17:10:48 potato systemd[1]: Stopped PostgreSQL database server.
Aug 12 17:10:48 potato systemd[1]: transmission.service: Deactivated successfully.
Aug 12 17:10:48 potato systemd[1]: Stopped Transmission BitTorrent Daemon.
Aug 12 17:10:48 potato systemd[1]: transmission.service: Consumed 2.176s CPU time.
Aug 12 17:10:48 potato systemd[1]: user@1000.service: Deactivated successfully.
Aug 12 17:10:48 potato systemd[1]: Stopped User Manager for UID 1000.
Aug 12 17:10:48 potato systemd-logind[1024]: Removed session 2.
Aug 12 17:10:48 potato systemd[1]: Stopped target Network is Online.
Aug 12 17:10:48 potato systemd[1]: Stopping Permit User Sessions...
Aug 12 17:10:48 potato systemd[1]: Stopping User Runtime Directory /run/user/1000...
Aug 12 17:10:48 potato systemd[1]: systemd-logind.service: Deactivated successfully.
Aug 12 17:10:48 potato systemd[1]: Stopped User Login Management.
Aug 12 17:10:48 potato systemd[1]: run-user-1000.mount: Deactivated successfully.
Aug 12 17:10:48 potato systemd[1]: Unmounted /run/user/1000.
Aug 12 17:10:48 potato systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Aug 12 17:10:48 potato systemd[1]: Stopped Permit User Sessions.
Aug 12 17:10:48 potato systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Aug 12 17:10:48 potato systemd[1]: Stopped User Runtime Directory /run/user/1000.
Aug 12 17:10:48 potato systemd[1]: Removed slice User Slice of UID 1000.
Aug 12 17:10:48 potato systemd[1]: user-1000.slice: Consumed 2min 35.141s CPU time.
Aug 12 17:10:48 potato systemd[1]: Stopped target Network.
Aug 12 17:10:48 potato systemd[1]: Stopped target Remote File Systems.
Aug 12 17:10:48 potato systemd[1]: Stopping D-Bus System Message Bus...
Aug 12 17:10:48 potato dhcpcd[1016]: received SIGTERM, stopping
Aug 12 17:10:48 potato dhcpcd[1016]: eno2: removing interface
Aug 12 17:10:48 potato systemd[1]: Stopping DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces...
Aug 12 17:10:48 potato dhcpcd[1016]: eno1: removing interface
Aug 12 17:10:48 potato dhcpcd[1016]: dhcpcd exited
Aug 12 17:10:48 potato systemd[1]: dbus.service: Deactivated successfully.
Aug 12 17:10:48 potato systemd[1]: Stopped D-Bus System Message Bus.
Aug 12 17:10:48 potato systemd[1]: dhcpcd.service: Deactivated successfully.
Aug 12 17:10:48 potato systemd[1]: Stopped DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Aug 12 17:10:48 potato systemd[1]: Stopped target Basic System.
Aug 12 17:10:48 potato systemd[1]: Stopped target Path Units.
Aug 12 17:10:48 potato systemd[1]: Stopped target Slice Units.
Aug 12 17:10:48 potato systemd[1]: Removed slice User and Session Slice.
Aug 12 17:10:48 potato systemd[1]: user.slice: Consumed 2min 35.559s CPU time.
Aug 12 17:10:48 potato systemd[1]: Stopped target Socket Units.
Aug 12 17:10:48 potato systemd[1]: dbus.socket: Deactivated successfully.
Aug 12 17:10:48 potato systemd[1]: Closed D-Bus System Message Bus Socket.
Aug 12 17:10:48 potato systemd[1]: docker.socket: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Closed Docker Socket for the API.
Aug 12 17:10:49 potato systemd[1]: git-daemon.socket: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Closed Git Daemon Socket.
Aug 12 17:10:49 potato systemd[1]: Stopped target System Initialization.
Aug 12 17:10:49 potato systemd[1]: Stopped target Local Encrypted Volumes.
Aug 12 17:10:49 potato systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Aug 12 17:10:49 potato systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Aug 12 17:10:49 potato systemd[1]: Stopped target Local Integrity Protected Volumes.
Aug 12 17:10:49 potato systemd[1]: Stopped target Local Verity Protected Volumes.
Aug 12 17:10:49 potato systemd[1]: Stopping Set Up Additional Binary Formats...
Aug 12 17:10:49 potato systemd[1]: Stopping Cryptography Setup for hdd1...
Aug 12 17:10:49 potato systemd[1]: Stopping Cryptography Setup for hdd2...
Aug 12 17:10:49 potato systemd[1]: systemd-sysctl.service: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Stopped Apply Kernel Variables.
Aug 12 17:10:49 potato systemd[1]: systemd-coredump.socket: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Closed Process Core Dump Socket.
Aug 12 17:10:49 potato systemd[1]: systemd-modules-load.service: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Stopped Load Kernel Modules.
Aug 12 17:10:49 potato systemd[1]: systemd-modules-load.service: Consumed 2.343s CPU time.
Aug 12 17:10:49 potato systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
Aug 12 17:10:49 potato systemd-cryptsetup[2829]: Device hdd2 is still in use.
Aug 12 17:10:49 potato systemd-cryptsetup[2829]: Failed to deactivate 'hdd2': Device or resource busy
Aug 12 17:10:49 potato systemd-cryptsetup[2828]: Device hdd1 is still in use.
Aug 12 17:10:49 potato systemd-cryptsetup[2828]: Failed to deactivate 'hdd1': Device or resource busy
Aug 12 17:10:49 potato systemd[1]: systemd-binfmt.service: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Stopped Set Up Additional Binary Formats.
Aug 12 17:10:49 potato systemd[1]: systemd-cryptsetup@hdd1.service: Control process exited, code=exited, status=1/FAILURE
Aug 12 17:10:49 potato systemd[1]: systemd-cryptsetup@hdd1.service: Failed with result 'exit-code'.
Aug 12 17:10:49 potato systemd[1]: Stopped Cryptography Setup for hdd1.
Aug 12 17:10:49 potato systemd[1]: systemd-cryptsetup@hdd2.service: Control process exited, code=exited, status=1/FAILURE
Aug 12 17:10:49 potato systemd[1]: systemd-cryptsetup@hdd2.service: Failed with result 'exit-code'.
Aug 12 17:10:49 potato systemd[1]: Stopped Cryptography Setup for hdd2.
Aug 12 17:10:49 potato systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Aug 12 17:10:49 potato systemd[1]: Stopped target Block Device Preparation for /dev/mapper/hdd1.
Aug 12 17:10:49 potato systemd[1]: Stopped target Block Device Preparation for /dev/mapper/hdd2.
Aug 12 17:10:49 potato systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Aug 12 17:10:49 potato systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Stopped Create Volatile Files and Directories.
Aug 12 17:10:49 potato systemd[1]: Stopped target Local File Systems.
Aug 12 17:10:49 potato systemd[1]: Unmounting /boot...
Aug 12 17:10:49 potato systemd[1]: Unmounting /home/alice/data...
Aug 12 17:10:49 potato systemd[1]: Unmounting Temporary Directory /tmp...
Aug 12 17:10:49 potato kernel: EXT4-fs (md127): unmounting filesystem 9ea29557-cc45-4046-8452-4cd0c9ab8d7f.
Aug 12 17:10:49 potato systemd[1]: boot.mount: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Unmounted /boot.
Aug 12 17:10:49 potato systemd[1]: tmp.mount: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Unmounted Temporary Directory /tmp.
Aug 12 17:10:49 potato systemd[1]: Stopped target Swaps.
Aug 12 17:10:49 potato systemd[1]: home-alice-data.mount: Deactivated successfully.
Aug 12 17:10:49 potato systemd[1]: Unmounted /home/alice/data.
Aug 12 17:10:49 potato systemd[1]: Stopped target Preparation for Local File Systems.
Aug 12 17:10:49 potato systemd[1]: Reached target Unmount All Filesystems.
Aug 12 17:10:49 potato systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Aug 12 17:10:49 potato systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Aug 12 17:10:50 potato systemd[1]: Stopped Remount Root and Kernel File Systems.
Aug 12 17:10:50 potato systemd[1]: systemd-fsck-root.service: Deactivated successfully.
Aug 12 17:10:50 potato systemd[1]: Stopped File System Check on Root Device.
Aug 12 17:10:50 potato systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Aug 12 17:10:50 potato systemd[1]: Stopped Create Static Device Nodes in /dev.
Aug 12 17:10:50 potato systemd[1]: lvm2-monitor.service: Deactivated successfully.
Aug 12 17:10:50 potato systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 12 17:10:50 potato systemd[1]: Reached target System Shutdown.
Aug 12 17:10:50 potato systemd[1]: Reached target Late Shutdown Services.
Aug 12 17:10:50 potato systemd[1]: systemd-reboot.service: Deactivated successfully.
Aug 12 17:10:50 potato systemd[1]: Finished System Reboot.
Aug 12 17:10:50 potato systemd[1]: Reached target System Reboot.
Aug 12 17:10:50 potato systemd[1]: Shutting down.
Aug 12 17:10:50 potato systemd-shutdown[1]: Syncing filesystems and block devices.
Aug 12 17:10:50 potato systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Aug 12 17:10:50 potato systemd-journald[386]: Received SIGTERM from PID 1 (systemd-shutdow).
Aug 12 17:10:50 potato systemd-journald[386]: Journal stopped
xorg log, has config:
[ 17.892]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 17.892] Current Operating System: Linux potato 6.4.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 08 Aug 2023 22:14:05 +0000 x86_64
[ 17.892] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5afd3f20-30ae-4193-a2af-c4d5f7213bdd rw root=/dev/mapper/main rd.luks.name=563b0f21-f7c2-4256-8cc6-6b0adf8f0c91=main rd.luks.options=password-echo=yes nvidia_drm.modeset=1 loglevel=3
[ 17.892]
[ 17.892] Current version of pixman: 0.42.2
[ 17.892] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 17.892] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 17.892] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 12 16:55:57 2023
[ 17.896] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 17.896] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 17.897] (==) ServerLayout "layout"
[ 17.897] (**) |-->Screen "nvidia" (0)
[ 17.897] (**) | |-->Monitor "<default monitor>"
[ 17.897] (**) | |-->Device "nvidia"
[ 17.897] (**) | |-->GPUDevice "intel"
[ 17.897] (==) No monitor specified for screen "nvidia".
Using a default monitor configuration.
[ 17.897] (**) |-->Inactive Device "intel"
[ 17.897] (==) Automatically adding devices
[ 17.897] (==) Automatically enabling devices
[ 17.897] (==) Automatically adding GPU devices
[ 17.897] (==) Automatically binding GPU devices
[ 17.897] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 17.898] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 17.898] Entry deleted from font path.
[ 17.898] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 17.898] Entry deleted from font path.
[ 17.898] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 17.898] Entry deleted from font path.
[ 17.898] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 17.898] Entry deleted from font path.
[ 17.898] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 17.898] Entry deleted from font path.
[ 17.898] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 17.898] Entry deleted from font path.
[ 17.898] (==) FontPath set to:
[ 17.898] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 17.898] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 17.898] (II) Module ABI versions:
[ 17.898] X.Org ANSI C Emulation: 0.4
[ 17.898] X.Org Video Driver: 25.2
[ 17.898] X.Org XInput driver : 24.4
[ 17.898] X.Org Server Extension : 10.0
[ 17.899] (++) using VT number 7
[ 17.899] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 17.901] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 17.901] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 17.936] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 17.938] (--) PCI: (1@0:0:0) 10de:2782:1043:88a4 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 17.938] (--) PCI:*(6@0:0:0) 1a03:2000:15d9:0896 rev 48, Mem @ 0xdc000000/16777216, 0xdd000000/131072, I/O @ 0x0000b000/128, BIOS @ 0x????????/131072
[ 17.938] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 17.938] (II) LoadModule: "glx"
[ 17.941] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 17.956] (II) Module glx: vendor="X.Org Foundation"
[ 17.956] compiled for 1.21.1.8, module version = 1.0.0
[ 17.956] ABI class: X.Org Server Extension, version 10.0
[ 17.956] (II) LoadModule: "nvidia"
[ 17.956] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 17.967] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 17.967] compiled for 1.6.99.901, module version = 1.0.0
[ 17.967] Module class: X.Org Video Driver
[ 17.968] (II) NVIDIA dlloader X Driver 535.98 Tue Aug 1 21:44:52 UTC 2023
[ 17.968] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 17.987] (II) Loading sub module "fb"
[ 17.987] (II) LoadModule: "fb"
[ 17.987] (II) Module "fb" already built-in
[ 17.987] (II) Loading sub module "wfb"
[ 17.987] (II) LoadModule: "wfb"
[ 17.987] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 17.989] (II) Module wfb: vendor="X.Org Foundation"
[ 17.989] compiled for 1.21.1.8, module version = 1.0.0
[ 17.989] ABI class: X.Org ANSI C Emulation, version 0.4
[ 17.990] (II) NVIDIA(0): Creating default Display subsection in Screen section
"nvidia" for depth/fbbpp 24/32
[ 17.990] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 17.990] (==) NVIDIA(0): RGB weight 888
[ 17.990] (==) NVIDIA(0): Default visual is TrueColor
[ 17.990] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 17.991] (**) Option "AllowNVIDIAGpuScreens"
[ 17.991] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 17.991] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "true"
[ 17.991] (**) NVIDIA(0): Enabling 2D acceleration
[ 17.991] (II) Loading sub module "glxserver_nvidia"
[ 17.991] (II) LoadModule: "glxserver_nvidia"
[ 17.991] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 18.111] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 18.111] compiled for 1.6.99.901, module version = 1.0.0
[ 18.111] Module class: X.Org Server Extension
[ 18.111] (II) NVIDIA GLX Module 535.98 Tue Aug 1 21:49:22 UTC 2023
[ 18.112] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 18.113] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 18.113] (--) NVIDIA(0): DFP-0
[ 18.113] (--) NVIDIA(0): DFP-1
[ 18.113] (--) NVIDIA(0): DFP-2
[ 18.113] (--) NVIDIA(0): DFP-3 (boot)
[ 18.113] (--) NVIDIA(0): DFP-4
[ 18.113] (--) NVIDIA(0): DFP-5
[ 18.113] (--) NVIDIA(0): DFP-6
[ 18.113] (--) NVIDIA(0): DFP-7
[ 18.114] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce RTX 4070 Ti (AD104-A) at PCI:1:0:0
[ 18.114] (II) NVIDIA(0): (GPU-0)
[ 18.114] (--) NVIDIA(0): Memory: 12576768 kBytes
[ 18.114] (--) NVIDIA(0): VideoBIOS: 95.04.31.00.7b
[ 18.114] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 18.114] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 18.114] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[ 18.114] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[ 18.114] (--) NVIDIA(GPU-0):
[ 18.114] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 18.114] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[ 18.114] (--) NVIDIA(GPU-0): DFP-1: 2670.0 MHz maximum pixel clock
[ 18.114] (--) NVIDIA(GPU-0):
[ 18.114] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 18.114] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[ 18.114] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[ 18.114] (--) NVIDIA(GPU-0):
[ 18.158] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-3): connected
[ 18.158] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-3): Internal TMDS
[ 18.158] (--) NVIDIA(GPU-0): LG Electronics LG ULTRAWIDE (DFP-3): 600.0 MHz maximum pixel clock
[ 18.158] (--) NVIDIA(GPU-0):
[ 18.158] (--) NVIDIA(GPU-0): DFP-4: disconnected
[ 18.158] (--) NVIDIA(GPU-0): DFP-4: Internal DisplayPort
[ 18.158] (--) NVIDIA(GPU-0): DFP-4: 2670.0 MHz maximum pixel clock
[ 18.158] (--) NVIDIA(GPU-0):
[ 18.158] (--) NVIDIA(GPU-0): DFP-5: disconnected
[ 18.158] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[ 18.158] (--) NVIDIA(GPU-0): DFP-5: 165.0 MHz maximum pixel clock
[ 18.158] (--) NVIDIA(GPU-0):
[ 18.158] (--) NVIDIA(GPU-0): DFP-6: disconnected
[ 18.158] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[ 18.158] (--) NVIDIA(GPU-0): DFP-6: 2670.0 MHz maximum pixel clock
[ 18.158] (--) NVIDIA(GPU-0):
[ 18.159] (--) NVIDIA(GPU-0): DFP-7: disconnected
[ 18.159] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[ 18.159] (--) NVIDIA(GPU-0): DFP-7: 165.0 MHz maximum pixel clock
[ 18.159] (--) NVIDIA(GPU-0):
[ 18.232] (==) NVIDIA(0):
[ 18.232] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 18.232] (==) NVIDIA(0): will be used as the requested mode.
[ 18.232] (==) NVIDIA(0):
[ 18.236] (II) NVIDIA(0): Validated MetaModes:
[ 18.236] (II) NVIDIA(0): "DFP-3:nvidia-auto-select"
[ 18.236] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1080
[ 18.401] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[ 18.401] (--) NVIDIA(0): option
[ 18.401] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 18.401] (II) NVIDIA: access.
[ 18.404] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 18.404] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 18.404] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 18.404] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 18.404] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 18.404] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 18.404] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 18.404] (II) NVIDIA(0): Config Options in the README.
[ 18.423] (II) NVIDIA(0): Setting mode "DFP-3:nvidia-auto-select"
[ 18.477] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 18.477] (==) NVIDIA(0): Backing store enabled
[ 18.477] (==) NVIDIA(0): Silken mouse enabled
[ 18.478] (==) NVIDIA(0): DPMS enabled
[ 18.478] (II) Loading sub module "dri2"
[ 18.478] (II) LoadModule: "dri2"
[ 18.478] (II) Module "dri2" already built-in
[ 18.478] (II) NVIDIA(0): [DRI2] Setup complete
[ 18.478] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 18.480] (II) Initializing extension Generic Event Extension
[ 18.480] (II) Initializing extension SHAPE
[ 18.480] (II) Initializing extension MIT-SHM
[ 18.480] (II) Initializing extension XInputExtension
[ 18.481] (II) Initializing extension XTEST
[ 18.481] (II) Initializing extension BIG-REQUESTS
[ 18.481] (II) Initializing extension SYNC
[ 18.481] (II) Initializing extension XKEYBOARD
[ 18.481] (II) Initializing extension XC-MISC
[ 18.481] (II) Initializing extension SECURITY
[ 18.482] (II) Initializing extension XFIXES
[ 18.482] (II) Initializing extension RENDER
[ 18.482] (II) Initializing extension RANDR
[ 18.482] (II) Initializing extension COMPOSITE
[ 18.483] (II) Initializing extension DAMAGE
[ 18.483] (II) Initializing extension MIT-SCREEN-SAVER
[ 18.483] (II) Initializing extension DOUBLE-BUFFER
[ 18.483] (II) Initializing extension RECORD
[ 18.483] (II) Initializing extension DPMS
[ 18.483] (II) Initializing extension Present
[ 18.484] (II) Initializing extension DRI3
[ 18.484] (II) Initializing extension X-Resource
[ 18.484] (II) Initializing extension XVideo
[ 18.484] (II) Initializing extension XVideo-MotionCompensation
[ 18.484] (II) Initializing extension GLX
[ 18.484] (II) Initializing extension GLX
[ 18.484] (II) Indirect GLX disabled.
[ 18.485] (II) GLX: Another vendor is already registered for screen 0
[ 18.485] (II) Initializing extension XFree86-VidModeExtension
[ 18.485] (II) Initializing extension XFree86-DGA
[ 18.486] (II) Initializing extension XFree86-DRI
[ 18.486] (II) Initializing extension DRI2
[ 18.486] (II) Initializing extension NV-GLX
[ 18.486] (II) Initializing extension NV-CONTROL
[ 18.486] (II) Initializing extension XINERAMA
[ 18.663] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 18.663] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 18.663] (II) LoadModule: "libinput"
[ 18.663] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 18.670] (II) Module libinput: vendor="X.Org Foundation"
[ 18.670] compiled for 1.21.1.8, module version = 1.3.0
[ 18.670] Module class: X.Org XInput Driver
[ 18.670] ABI class: X.Org XInput driver, version 24.4
[ 18.670] (II) Using input driver 'libinput' for 'Power Button'
[ 18.670] (**) Power Button: always reports core events
[ 18.670] (**) Option "Device" "/dev/input/event2"
[ 18.677] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 18.677] (II) event2 - Power Button: device is a keyboard
[ 18.677] (II) event2 - Power Button: device removed
[ 18.696] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 18.696] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 18.697] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 18.697] (II) event2 - Power Button: device is a keyboard
[ 18.698] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 18.698] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 18.698] (II) Using input driver 'libinput' for 'Power Button'
[ 18.698] (**) Power Button: always reports core events
[ 18.698] (**) Option "Device" "/dev/input/event1"
[ 18.699] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 18.699] (II) event1 - Power Button: device is a keyboard
[ 18.699] (II) event1 - Power Button: device removed
[ 18.720] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 18.720] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 18.721] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 18.721] (II) event1 - Power Button: device is a keyboard
[ 18.721] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 18.721] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 18.721] (II) Using input driver 'libinput' for 'Sleep Button'
[ 18.721] (**) Sleep Button: always reports core events
[ 18.721] (**) Option "Device" "/dev/input/event0"
[ 18.722] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 18.722] (II) event0 - Sleep Button: device is a keyboard
[ 18.722] (II) event0 - Sleep Button: device removed
[ 18.746] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 18.746] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 18.747] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 18.747] (II) event0 - Sleep Button: device is a keyboard
[ 18.748] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event8)
[ 18.748] (II) No input driver specified, ignoring this device.
[ 18.748] (II) This device may have been added with another device file.
[ 18.749] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event9)
[ 18.749] (II) No input driver specified, ignoring this device.
[ 18.749] (II) This device may have been added with another device file.
[ 18.749] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event10)
[ 18.749] (II) No input driver specified, ignoring this device.
[ 18.749] (II) This device may have been added with another device file.
[ 18.750] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event11)
[ 18.750] (II) No input driver specified, ignoring this device.
[ 18.750] (II) This device may have been added with another device file.
[ 18.750] (II) config/udev: Adding input device Keychron Keychron K6 (/dev/input/event5)
[ 18.750] (**) Keychron Keychron K6: Applying InputClass "libinput keyboard catchall"
[ 18.750] (II) Using input driver 'libinput' for 'Keychron Keychron K6'
[ 18.751] (**) Keychron Keychron K6: always reports core events
[ 18.751] (**) Option "Device" "/dev/input/event5"
[ 18.753] (II) event5 - Keychron Keychron K6: is tagged by udev as: Keyboard
[ 18.753] (II) event5 - Keychron Keychron K6: device is a keyboard
[ 18.753] (II) event5 - Keychron Keychron K6: device removed
[ 18.776] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.0/0003:05AC:024F.0003/input/input5/event5"
[ 18.776] (II) XINPUT: Adding extended input device "Keychron Keychron K6" (type: KEYBOARD, id 9)
[ 18.778] (II) event5 - Keychron Keychron K6: is tagged by udev as: Keyboard
[ 18.778] (II) event5 - Keychron Keychron K6: device is a keyboard
[ 18.780] (II) config/udev: Adding input device Keychron Keychron K6 (/dev/input/event6)
[ 18.780] (**) Keychron Keychron K6: Applying InputClass "libinput keyboard catchall"
[ 18.780] (II) Using input driver 'libinput' for 'Keychron Keychron K6'
[ 18.780] (**) Keychron Keychron K6: always reports core events
[ 18.780] (**) Option "Device" "/dev/input/event6"
[ 18.781] (II) event6 - Keychron Keychron K6: is tagged by udev as: Keyboard
[ 18.782] (II) event6 - Keychron Keychron K6: device is a keyboard
[ 18.782] (II) event6 - Keychron Keychron K6: device removed
[ 18.803] (II) libinput: Keychron Keychron K6: needs a virtual subdevice
[ 18.803] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.1/0003:05AC:024F.0004/input/input6/event6"
[ 18.803] (II) XINPUT: Adding extended input device "Keychron Keychron K6" (type: MOUSE, id 10)
[ 18.803] (**) Option "AccelerationScheme" "none"
[ 18.803] (**) Keychron Keychron K6: (accel) selected scheme none/0
[ 18.803] (**) Keychron Keychron K6: (accel) acceleration factor: 2.000
[ 18.803] (**) Keychron Keychron K6: (accel) acceleration threshold: 4
[ 18.805] (II) event6 - Keychron Keychron K6: is tagged by udev as: Keyboard
[ 18.805] (II) event6 - Keychron Keychron K6: device is a keyboard
[ 18.807] (II) config/udev: Adding input device Logitech Wireless Keyboard PID:4023 (/dev/input/event12)
[ 18.807] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[ 18.807] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[ 18.807] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[ 18.807] (**) Option "Device" "/dev/input/event12"
[ 18.809] (II) event12 - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[ 18.809] (II) event12 - Logitech Wireless Keyboard PID:4023: device is a keyboard
[ 18.809] (II) event12 - Logitech Wireless Keyboard PID:4023: device removed
[ 18.833] (II) libinput: Logitech Wireless Keyboard PID:4023: needs a virtual subdevice
[ 18.833] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/0003:046D:4023.0007/input/input27/event12"
[ 18.834] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: MOUSE, id 11)
[ 18.834] (**) Option "AccelerationScheme" "none"
[ 18.834] (**) Logitech Wireless Keyboard PID:4023: (accel) selected scheme none/0
[ 18.834] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration factor: 2.000
[ 18.834] (**) Logitech Wireless Keyboard PID:4023: (accel) acceleration threshold: 4
[ 18.841] (II) event12 - Logitech Wireless Keyboard PID:4023: is tagged by udev as: Keyboard
[ 18.841] (II) event12 - Logitech Wireless Keyboard PID:4023: device is a keyboard
[ 18.846] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event13)
[ 18.846] (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
[ 18.846] (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
[ 18.846] (**) Logitech Wireless Mouse: always reports core events
[ 18.846] (**) Option "Device" "/dev/input/event13"
[ 18.853] (II) event13 - Logitech Wireless Mouse: is tagged by udev as: Mouse
[ 18.853] (II) event13 - Logitech Wireless Mouse: device is a pointer
[ 18.854] (II) event13 - Logitech Wireless Mouse: device removed
[ 18.890] (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 18.890] (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 18.890] (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 18.890] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/0003:046D:4058.0008/input/input28/event13"
[ 18.890] (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 12)
[ 18.890] (**) Option "AccelerationScheme" "none"
[ 18.890] (**) Logitech Wireless Mouse: (accel) selected scheme none/0
[ 18.890] (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
[ 18.890] (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
[ 18.897] (II) event13 - Logitech Wireless Mouse: is tagged by udev as: Mouse
[ 18.898] (II) event13 - Logitech Wireless Mouse: device is a pointer
[ 18.902] (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse1)
[ 18.902] (II) No input driver specified, ignoring this device.
[ 18.902] (II) This device may have been added with another device file.
[ 18.906] (II) config/udev: Adding input device HID 0557:2419 (/dev/input/event3)
[ 18.906] (**) HID 0557:2419: Applying InputClass "libinput keyboard catchall"
[ 18.906] (II) Using input driver 'libinput' for 'HID 0557:2419'
[ 18.906] (**) HID 0557:2419: always reports core events
[ 18.906] (**) Option "Device" "/dev/input/event3"
[ 18.912] (II) event3 - HID 0557:2419: is tagged by udev as: Keyboard
[ 18.912] (II) event3 - HID 0557:2419: device is a keyboard
[ 18.913] (II) event3 - HID 0557:2419: device removed
[ 18.936] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.1/1-9.1:1.0/0003:0557:2419.0001/input/input3/event3"
[ 18.937] (II) XINPUT: Adding extended input device "HID 0557:2419" (type: KEYBOARD, id 13)
[ 18.943] (II) event3 - HID 0557:2419: is tagged by udev as: Keyboard
[ 18.943] (II) event3 - HID 0557:2419: device is a keyboard
[ 18.948] (II) config/udev: Adding input device HID 0557:2419 (/dev/input/event4)
[ 18.948] (**) HID 0557:2419: Applying InputClass "libinput pointer catchall"
[ 18.948] (II) Using input driver 'libinput' for 'HID 0557:2419'
[ 18.948] (**) HID 0557:2419: always reports core events
[ 18.948] (**) Option "Device" "/dev/input/event4"
[ 19.009] (II) event4 - HID 0557:2419: is tagged by udev as: Mouse
[ 19.010] (II) event4 - HID 0557:2419: device is a pointer
[ 19.010] (II) event4 - HID 0557:2419: device removed
[ 19.053] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.1/1-9.1:1.1/0003:0557:2419.0002/input/input4/event4"
[ 19.053] (II) XINPUT: Adding extended input device "HID 0557:2419" (type: MOUSE, id 14)
[ 19.054] (**) Option "AccelerationScheme" "none"
[ 19.054] (**) HID 0557:2419: (accel) selected scheme none/0
[ 19.054] (**) HID 0557:2419: (accel) acceleration factor: 2.000
[ 19.054] (**) HID 0557:2419: (accel) acceleration threshold: 4
[ 19.115] (II) event4 - HID 0557:2419: is tagged by udev as: Mouse
[ 19.116] (II) event4 - HID 0557:2419: device is a pointer
[ 19.120] (II) config/udev: Adding input device HID 0557:2419 (/dev/input/mouse0)
[ 19.120] (II) No input driver specified, ignoring this device.
[ 19.120] (II) This device may have been added with another device file.
[ 19.122] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[ 19.122] (II) No input driver specified, ignoring this device.
[ 19.122] (II) This device may have been added with another device file.
[ 19.148] (**) Keychron Keychron K6: Applying InputClass "libinput keyboard catchall"
[ 19.148] (II) Using input driver 'libinput' for 'Keychron Keychron K6'
[ 19.148] (**) Keychron Keychron K6: always reports core events
[ 19.148] (**) Option "Device" "/dev/input/event6"
[ 19.148] (II) libinput: Keychron Keychron K6: is a virtual subdevice
[ 19.148] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.1/0003:05AC:024F.0004/input/input6/event6"
[ 19.148] (II) XINPUT: Adding extended input device "Keychron Keychron K6" (type: KEYBOARD, id 15)
[ 19.148] (**) Logitech Wireless Keyboard PID:4023: Applying InputClass "libinput keyboard catchall"
[ 19.148] (II) Using input driver 'libinput' for 'Logitech Wireless Keyboard PID:4023'
[ 19.148] (**) Logitech Wireless Keyboard PID:4023: always reports core events
[ 19.148] (**) Option "Device" "/dev/input/event12"
[ 19.148] (II) libinput: Logitech Wireless Keyboard PID:4023: is a virtual subdevice
[ 19.149] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/0003:046D:4023.0007/input/input27/event12"
[ 19.149] (II) XINPUT: Adding extended input device "Logitech Wireless Keyboard PID:4023" (type: KEYBOARD, id 16)
journalctl, has config file:
Aug 12 16:51:49 archlinux kernel: Linux version 6.4.9-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Tue, 08 Aug 2023 22:14:05 +0000
Aug 12 16:51:49 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5afd3f20-30ae-4193-a2af-c4d5f7213bdd rw root=/dev/mapper/main rd.luks.name=563b0f21-f7c2-4256-8cc6-6b0adf8f0c91=main rd.luks.options=password-echo=yes nvidia_drm.modeset=1 loglevel=3
Aug 12 16:51:49 archlinux kernel: BIOS-provided physical RAM map:
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000003efff] usable
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x000000000003f000-0x000000000003ffff] reserved
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x0000000000040000-0x000000000009efff] usable
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000686b6fff] usable
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x00000000686b7000-0x00000000686b7fff] ACPI NVS
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x00000000686b8000-0x0000000068703fff] reserved
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x0000000068704000-0x000000006d09ffff] usable
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x000000006d0a0000-0x000000006d42dfff] reserved
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x000000006d42e000-0x000000006d5ecfff] usable
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x000000006d5ed000-0x000000006dd90fff] ACPI NVS
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x000000006dd91000-0x000000006fe66fff] reserved
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x000000006fe67000-0x000000006fffefff] type 20
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 12 16:51:49 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x0000000887bfffff] usable
Aug 12 16:51:49 archlinux kernel: The simpledrm driver will not be probed
Aug 12 16:51:49 archlinux kernel: NX (Execute Disable) protection: active
Aug 12 16:51:49 archlinux kernel: efi: EFI v2.4 by American Megatrends
Aug 12 16:51:49 archlinux kernel: efi: ESRT=0x6fc2d918 ACPI=0x6d7f5000 ACPI 2.0=0x6d7f5000 SMBIOS=0xf05e0 SMBIOS 3.0=0x6fb78000
Aug 12 16:51:49 archlinux kernel: efi: Remove mem35: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
Aug 12 16:51:49 archlinux kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
Aug 12 16:51:49 archlinux kernel: efi: Not removing mem36: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Aug 12 16:51:49 archlinux kernel: efi: Not removing mem37: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Aug 12 16:51:49 archlinux kernel: efi: Not removing mem38: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Aug 12 16:51:49 archlinux kernel: efi: Remove mem39: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Aug 12 16:51:49 archlinux kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Aug 12 16:51:49 archlinux kernel: SMBIOS 3.0.0 present.
Aug 12 16:51:49 archlinux kernel: DMI: Supermicro Super Server/X11SSM-F, BIOS 2.7 12/06/2021
Aug 12 16:51:49 archlinux kernel: tsc: Detected 3400.000 MHz processor
Aug 12 16:51:49 archlinux kernel: tsc: Detected 3399.906 MHz TSC
Aug 12 16:51:49 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 12 16:51:49 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 12 16:51:49 archlinux kernel: last_pfn = 0x887c00 max_arch_pfn = 0x400000000
Aug 12 16:51:49 archlinux kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Aug 12 16:51:49 archlinux kernel: last_pfn = 0x70000 max_arch_pfn = 0x400000000
Aug 12 16:51:49 archlinux kernel: found SMP MP-table at [mem 0x000fccb0-0x000fccbf]
Aug 12 16:51:49 archlinux kernel: esrt: Reserving ESRT space from 0x000000006fc2d918 to 0x000000006fc2d950.
Aug 12 16:51:49 archlinux kernel: Using GB pages for direct mapping
Aug 12 16:51:49 archlinux kernel: Secure boot disabled
Aug 12 16:51:49 archlinux kernel: RAMDISK: [mem 0x35a01000-0x36cf7fff]
Aug 12 16:51:49 archlinux kernel: ACPI: Early table checksum verification disabled
Aug 12 16:51:49 archlinux kernel: ACPI: RSDP 0x000000006D7F5000 000024 (v02 SUPERM)
Aug 12 16:51:49 archlinux kernel: ACPI: XSDT 0x000000006D7F50B0 0000DC (v01 SUPERM SUPERM 01072009 AMI 00010013)
Aug 12 16:51:49 archlinux kernel: ACPI: FACP 0x000000006D817548 00010C (v05 01072009 AMI 00010013)
Aug 12 16:51:49 archlinux kernel: ACPI: DSDT 0x000000006D7F5220 022328 (v02 SUPERM SMCI--MB 01072009 INTL 20120913)
Aug 12 16:51:49 archlinux kernel: ACPI: FACS 0x000000006DD8FF80 000040
Aug 12 16:51:49 archlinux kernel: ACPI: APIC 0x000000006D817658 0000BC (v03 01072009 AMI 00010013)
Aug 12 16:51:49 archlinux kernel: ACPI: FPDT 0x000000006D817718 000044 (v01 01072009 AMI 00010013)
Aug 12 16:51:49 archlinux kernel: ACPI: FIDT 0x000000006D817760 00009C (v01 01072009 AMI 00010013)
Aug 12 16:51:49 archlinux kernel: ACPI: SPMI 0x000000006D817800 000041 (v05 SUPERM SMCI--MB 00000000 AMI. 00000000)
Aug 12 16:51:49 archlinux kernel: ACPI: MCFG 0x000000006D817848 00003C (v01 SUPERM SMCI--MB 01072009 MSFT 00000097)
Aug 12 16:51:49 archlinux kernel: ACPI: HPET 0x000000006D817888 000038 (v01 SUPERM SMCI--MB 01072009 AMI. 0005000B)
Aug 12 16:51:49 archlinux kernel: ACPI: LPIT 0x000000006D8178C0 000094 (v01 INTEL GNLR 00000000 MSFT 0000005F)
Aug 12 16:51:49 archlinux kernel: ACPI: SSDT 0x000000006D817958 000248 (v02 INTEL sensrhub 00000000 INTL 20120913)
Aug 12 16:51:49 archlinux kernel: ACPI: SSDT 0x000000006D817BA0 002BAE (v02 INTEL PtidDevc 00001000 INTL 20120913)
Aug 12 16:51:49 archlinux kernel: ACPI: SSDT 0x000000006D81A750 000BE3 (v02 INTEL Ther_Rvp 00001000 INTL 20120913)
Aug 12 16:51:49 archlinux kernel: ACPI: DBGP 0x000000006D81B338 000034 (v01 INTEL 00000000 MSFT 0000005F)
Aug 12 16:51:49 archlinux kernel: ACPI: DBG2 0x000000006D81B370 000054 (v00 INTEL 00000000 MSFT 0000005F)
Aug 12 16:51:49 archlinux kernel: ACPI: SSDT 0x000000006D81B3C8 000614 (v02 INTEL xh_Zumba 00000000 INTL 20120913)
Aug 12 16:51:49 archlinux kernel: ACPI: PRAD 0x000000006D81B9E0 0000CA (v02 PRADID PRADTID 00000001 INTL 20120913)
Aug 12 16:51:49 archlinux kernel: ACPI: SSDT 0x000000006D81BAB0 00547E (v02 SaSsdt SaSsdt 00003000 INTL 20120913)
Aug 12 16:51:49 archlinux kernel: ACPI: UEFI 0x000000006D820F30 000042 (v01 00000000 00000000)
Aug 12 16:51:49 archlinux kernel: ACPI: SSDT 0x000000006D820F78 000E73 (v02 CpuRef CpuSsdt 00003000 INTL 20120913)
Aug 12 16:51:49 archlinux kernel: ACPI: DMAR 0x000000006D821DF0 000070 (v01 INTEL SKL 00000001 INTL 00000001)
Aug 12 16:51:49 archlinux kernel: ACPI: EINJ 0x000000006D821E60 000130 (v01 AMI AMI.EINJ 00000000 AMI. 00000000)
Aug 12 16:51:49 archlinux kernel: ACPI: ERST 0x000000006D821F90 000230 (v01 AMIER AMI.ERST 00000000 AMI. 00000000)
Aug 12 16:51:49 archlinux kernel: ACPI: BERT 0x000000006D8221C0 000030 (v01 AMI AMI.BERT 00000000 AMI. 00000000)
Aug 12 16:51:49 archlinux kernel: ACPI: HEST 0x000000006D8221F0 00027C (v01 AMI AMI.HEST 00000000 AMI. 00000000)
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x6d817548-0x6d817653]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x6d7f5220-0x6d817547]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x6dd8ff80-0x6dd8ffbf]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x6d817658-0x6d817713]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x6d817718-0x6d81775b]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x6d817760-0x6d8177fb]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving SPMI table memory at [mem 0x6d817800-0x6d817840]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x6d817848-0x6d817883]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x6d817888-0x6d8178bf]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving LPIT table memory at [mem 0x6d8178c0-0x6d817953]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x6d817958-0x6d817b9f]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x6d817ba0-0x6d81a74d]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x6d81a750-0x6d81b332]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving DBGP table memory at [mem 0x6d81b338-0x6d81b36b]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving DBG2 table memory at [mem 0x6d81b370-0x6d81b3c3]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x6d81b3c8-0x6d81b9db]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving PRAD table memory at [mem 0x6d81b9e0-0x6d81baa9]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x6d81bab0-0x6d820f2d]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving UEFI table memory at [mem 0x6d820f30-0x6d820f71]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x6d820f78-0x6d821dea]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving DMAR table memory at [mem 0x6d821df0-0x6d821e5f]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving EINJ table memory at [mem 0x6d821e60-0x6d821f8f]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving ERST table memory at [mem 0x6d821f90-0x6d8221bf]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving BERT table memory at [mem 0x6d8221c0-0x6d8221ef]
Aug 12 16:51:49 archlinux kernel: ACPI: Reserving HEST table memory at [mem 0x6d8221f0-0x6d82246b]
Aug 12 16:51:49 archlinux kernel: No NUMA configuration found
Aug 12 16:51:49 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x0000000887bfffff]
Aug 12 16:51:49 archlinux kernel: NODE_DATA(0) allocated [mem 0x887bfb000-0x887bfffff]
Aug 12 16:51:49 archlinux kernel: Zone ranges:
Aug 12 16:51:49 archlinux kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Aug 12 16:51:49 archlinux kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Aug 12 16:51:49 archlinux kernel: Normal [mem 0x0000000100000000-0x0000000887bfffff]
Aug 12 16:51:49 archlinux kernel: Device empty
Aug 12 16:51:49 archlinux kernel: Movable zone start for each node
Aug 12 16:51:49 archlinux kernel: Early memory node ranges
Aug 12 16:51:49 archlinux kernel: node 0: [mem 0x0000000000001000-0x000000000003efff]
Aug 12 16:51:49 archlinux kernel: node 0: [mem 0x0000000000040000-0x000000000009efff]
Aug 12 16:51:49 archlinux kernel: node 0: [mem 0x0000000000100000-0x00000000686b6fff]
Aug 12 16:51:49 archlinux kernel: node 0: [mem 0x0000000068704000-0x000000006d09ffff]
Aug 12 16:51:49 archlinux kernel: node 0: [mem 0x000000006d42e000-0x000000006d5ecfff]
Aug 12 16:51:49 archlinux kernel: node 0: [mem 0x000000006ffff000-0x000000006fffffff]
Aug 12 16:51:49 archlinux kernel: node 0: [mem 0x0000000100000000-0x0000000887bfffff]
Aug 12 16:51:49 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x0000000887bfffff]
Aug 12 16:51:49 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 12 16:51:49 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 12 16:51:49 archlinux kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Aug 12 16:51:49 archlinux kernel: On node 0, zone DMA32: 77 pages in unavailable ranges
Aug 12 16:51:49 archlinux kernel: On node 0, zone DMA32: 910 pages in unavailable ranges
Aug 12 16:51:49 archlinux kernel: On node 0, zone DMA32: 10770 pages in unavailable ranges
Aug 12 16:51:49 archlinux kernel: On node 0, zone Normal: 1024 pages in unavailable ranges
Aug 12 16:51:49 archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
Aug 12 16:51:49 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 12 16:51:49 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 12 16:51:49 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 12 16:51:49 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug 12 16:51:49 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Aug 12 16:51:49 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Aug 12 16:51:49 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Aug 12 16:51:49 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Aug 12 16:51:49 archlinux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Aug 12 16:51:49 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 12 16:51:49 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 12 16:51:49 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 12 16:51:49 archlinux kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Aug 12 16:51:49 archlinux kernel: TSC deadline timer available
Aug 12 16:51:49 archlinux kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0003f000-0x0003ffff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x686b7000-0x686b7fff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x686b8000-0x68703fff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x6d0a0000-0x6d42dfff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x6d5ed000-0x6dd90fff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x6dd91000-0x6fe66fff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x6fe67000-0x6fffefff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x70000000-0xfdffffff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Aug 12 16:51:49 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Aug 12 16:51:49 archlinux kernel: [mem 0x70000000-0xfdffffff] available for PCI devices
Aug 12 16:51:49 archlinux kernel: Booting paravirtualized kernel on bare hardware
Aug 12 16:51:49 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Aug 12 16:51:49 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Aug 12 16:51:49 archlinux kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Aug 12 16:51:49 archlinux kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Aug 12 16:51:49 archlinux kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Aug 12 16:51:49 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=5afd3f20-30ae-4193-a2af-c4d5f7213bdd rw root=/dev/mapper/main rd.luks.name=563b0f21-f7c2-4256-8cc6-6b0adf8f0c91=main rd.luks.options=password-echo=yes nvidia_drm.modeset=1 loglevel=3
Aug 12 16:51:49 archlinux kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Aug 12 16:51:49 archlinux kernel: random: crng init done
Aug 12 16:51:49 archlinux kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Aug 12 16:51:49 archlinux kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Aug 12 16:51:49 archlinux kernel: Fallback order for Node 0: 0
Aug 12 16:51:49 archlinux kernel: Built 1 zonelists, mobility grouping on. Total pages: 8212442
Aug 12 16:51:49 archlinux kernel: Policy zone: Normal
Aug 12 16:51:49 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 12 16:51:49 archlinux kernel: software IO TLB: area num 8.
Aug 12 16:51:49 archlinux kernel: Memory: 32624868K/33371840K available (16384K kernel code, 2120K rwdata, 12776K rodata, 3348K init, 3988K bss, 746712K reserved, 0K cma-reserved)
Aug 12 16:51:49 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Aug 12 16:51:49 archlinux kernel: Kernel/User page tables isolation: enabled
Aug 12 16:51:49 archlinux kernel: ftrace: allocating 47559 entries in 186 pages
Aug 12 16:51:49 archlinux kernel: ftrace: allocated 186 pages with 5 groups
Aug 12 16:51:49 archlinux kernel: Dynamic Preempt: full
Aug 12 16:51:49 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 12 16:51:49 archlinux kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Aug 12 16:51:49 archlinux kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Aug 12 16:51:49 archlinux kernel: Trampoline variant of Tasks RCU enabled.
Aug 12 16:51:49 archlinux kernel: Rude variant of Tasks RCU enabled.
Aug 12 16:51:49 archlinux kernel: Tracing variant of Tasks RCU enabled.
Aug 12 16:51:49 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Aug 12 16:51:49 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Aug 12 16:51:49 archlinux kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Aug 12 16:51:49 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 12 16:51:49 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 12 16:51:49 archlinux kernel: spurious 8259A interrupt: IRQ7.
Aug 12 16:51:49 archlinux kernel: Console: colour dummy device 80x25
Aug 12 16:51:49 archlinux kernel: printk: console [tty0] enabled
Aug 12 16:51:49 archlinux kernel: ACPI: Core revision 20230331
Aug 12 16:51:49 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Aug 12 16:51:49 archlinux kernel: APIC: Switch to symmetric I/O mode setup
Aug 12 16:51:49 archlinux kernel: DMAR: Host address width 39
Aug 12 16:51:49 archlinux kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x1
Aug 12 16:51:49 archlinux kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 12 16:51:49 archlinux kernel: DMAR: RMRR base: 0x0000006d185000 end: 0x0000006d1a4fff
Aug 12 16:51:49 archlinux kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed90000 IOMMU 0
Aug 12 16:51:49 archlinux kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed90000
Aug 12 16:51:49 archlinux kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
Aug 12 16:51:49 archlinux kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
Aug 12 16:51:49 archlinux kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
Aug 12 16:51:49 archlinux kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Aug 12 16:51:49 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 12 16:51:49 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3101f59f5e6, max_idle_ns: 440795259996 ns
Aug 12 16:51:49 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6802.13 BogoMIPS (lpj=11333020)
Aug 12 16:51:49 archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
Aug 12 16:51:49 archlinux kernel: process: using mwait in idle threads
Aug 12 16:51:49 archlinux kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Aug 12 16:51:49 archlinux kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Aug 12 16:51:49 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 12 16:51:49 archlinux kernel: Spectre V2 : Mitigation: IBRS
Aug 12 16:51:49 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 12 16:51:49 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Aug 12 16:51:49 archlinux kernel: RETBleed: Mitigation: IBRS
Aug 12 16:51:49 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 12 16:51:49 archlinux kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Aug 12 16:51:49 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 12 16:51:49 archlinux kernel: MDS: Mitigation: Clear CPU buffers
Aug 12 16:51:49 archlinux kernel: TAA: Mitigation: TSX disabled
Aug 12 16:51:49 archlinux kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Aug 12 16:51:49 archlinux kernel: SRBDS: Mitigation: Microcode
Aug 12 16:51:49 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 12 16:51:49 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 12 16:51:49 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 12 16:51:49 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Aug 12 16:51:49 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Aug 12 16:51:49 archlinux kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Aug 12 16:51:49 archlinux kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
Aug 12 16:51:49 archlinux kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
Aug 12 16:51:49 archlinux kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Aug 12 16:51:49 archlinux kernel: Freeing SMP alternatives memory: 40K
Aug 12 16:51:49 archlinux kernel: pid_max: default: 32768 minimum: 301
Aug 12 16:51:49 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Aug 12 16:51:49 archlinux kernel: landlock: Up and running.
Aug 12 16:51:49 archlinux kernel: Yama: becoming mindful.
Aug 12 16:51:49 archlinux kernel: LSM support for eBPF active
Aug 12 16:51:49 archlinux kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug 12 16:51:49 archlinux kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Aug 12 16:51:49 archlinux kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1230 v5 @ 3.40GHz (family: 0x6, model: 0x5e, stepping: 0x3)
Aug 12 16:51:49 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 12 16:51:49 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 12 16:51:49 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 12 16:51:49 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 12 16:51:49 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 12 16:51:49 archlinux kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 12 16:51:49 archlinux kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Aug 12 16:51:49 archlinux kernel: ... version: 4
Aug 12 16:51:49 archlinux kernel: ... bit width: 48
Aug 12 16:51:49 archlinux kernel: ... generic registers: 4
Aug 12 16:51:49 archlinux kernel: ... value mask: 0000ffffffffffff
Aug 12 16:51:49 archlinux kernel: ... max period: 00007fffffffffff
Aug 12 16:51:49 archlinux kernel: ... fixed-purpose events: 3
Aug 12 16:51:49 archlinux kernel: ... event mask: 000000070000000f
Aug 12 16:51:49 archlinux kernel: signal: max sigframe size: 2032
Aug 12 16:51:49 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1084
Aug 12 16:51:49 archlinux kernel: rcu: Hierarchical SRCU implementation.
Aug 12 16:51:49 archlinux kernel: rcu: Max phase no-delay instances is 1000.
Aug 12 16:51:49 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 12 16:51:49 archlinux kernel: smp: Bringing up secondary CPUs ...
Aug 12 16:51:49 archlinux kernel: x86: Booting SMP configuration:
Aug 12 16:51:49 archlinux kernel: .... node #0, CPUs: #1 #2 #3 #4
Aug 12 16:51:49 archlinux 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.
Aug 12 16:51:49 archlinux kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Aug 12 16:51:49 archlinux kernel: #5 #6 #7
Aug 12 16:51:49 archlinux kernel: smp: Brought up 1 node, 8 CPUs
Aug 12 16:51:49 archlinux kernel: smpboot: Max logical packages: 1
Aug 12 16:51:49 archlinux kernel: smpboot: Total of 8 processors activated (54420.10 BogoMIPS)
Aug 12 16:51:49 archlinux kernel: devtmpfs: initialized
Aug 12 16:51:49 archlinux kernel: x86/mm: Memory block size: 128MB
Aug 12 16:51:49 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x686b7000-0x686b7fff] (4096 bytes)
Aug 12 16:51:49 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x6d5ed000-0x6dd90fff] (8011776 bytes)
Aug 12 16:51:49 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Aug 12 16:51:49 archlinux kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Aug 12 16:51:49 archlinux kernel: pinctrl core: initialized pinctrl subsystem
Aug 12 16:51:49 archlinux kernel: PM: RTC time: 20:51:48, date: 2023-08-12
Aug 12 16:51:49 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 12 16:51:49 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Aug 12 16:51:49 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 12 16:51:49 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 12 16:51:49 archlinux kernel: audit: initializing netlink subsys (disabled)
Aug 12 16:51:49 archlinux kernel: audit: type=2000 audit(1691873508.056:1): state=initialized audit_enabled=0 res=1
Aug 12 16:51:49 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 12 16:51:49 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 12 16:51:49 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 12 16:51:49 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 12 16:51:49 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 12 16:51:49 archlinux kernel: cpuidle: using governor ladder
Aug 12 16:51:49 archlinux kernel: cpuidle: using governor menu
Aug 12 16:51:49 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 12 16:51:49 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Aug 12 16:51:49 archlinux kernel: PCI: not using MMCONFIG
Aug 12 16:51:49 archlinux kernel: PCI: Using configuration type 1 for base access
Aug 12 16:51:49 archlinux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 12 16:51:49 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 12 16:51:49 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Aug 12 16:51:49 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Aug 12 16:51:49 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 12 16:51:49 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 12 16:51:49 archlinux kernel: ACPI: Added _OSI(Module Device)
Aug 12 16:51:49 archlinux kernel: ACPI: Added _OSI(Processor Device)
Aug 12 16:51:49 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 12 16:51:49 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 12 16:51:49 archlinux kernel: ACPI: 7 ACPI AML tables successfully acquired and loaded
Aug 12 16:51:49 archlinux kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Aug 12 16:51:49 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 12 16:51:49 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 12 16:51:49 archlinux kernel: ACPI: SSDT 0xFFFF95D8C1631800 0006CC (v02 PmRef Cpu0Ist 00003000 INTL 20120913)
Aug 12 16:51:49 archlinux kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
Aug 12 16:51:49 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 12 16:51:49 archlinux kernel: ACPI: SSDT 0xFFFF95D8C0E58C00 00037F (v02 PmRef Cpu0Cst 00003001 INTL 20120913)
Aug 12 16:51:49 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 12 16:51:49 archlinux kernel: ACPI: SSDT 0xFFFF95D8C1633000 0005AA (v02 PmRef ApIst 00003000 INTL 20120913)
Aug 12 16:51:49 archlinux kernel: ACPI: Dynamic OEM Table Load:
Aug 12 16:51:49 archlinux kernel: ACPI: SSDT 0xFFFF95D8C15EEE00 000119 (v02 PmRef ApCst 00003000 INTL 20120913)
Aug 12 16:51:49 archlinux kernel: ACPI: Interpreter enabled
Aug 12 16:51:49 archlinux kernel: ACPI: PM: (supports S0 S4 S5)
Aug 12 16:51:49 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
Aug 12 16:51:49 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Aug 12 16:51:49 archlinux kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
Aug 12 16:51:49 archlinux kernel: HEST: Enabling Firmware First mode for corrected errors.
Aug 12 16:51:49 archlinux kernel: mce: [Firmware Bug]: Ignoring request to disable invalid MCA bank 10.
Aug 12 16:51:49 archlinux kernel: mce: [Firmware Bug]: Ignoring request to disable invalid MCA bank 11.
Aug 12 16:51:49 archlinux kernel: mce: [Firmware Bug]: Ignoring request to disable invalid MCA bank 12.
Aug 12 16:51:49 archlinux kernel: mce: [Firmware Bug]: Ignoring request to disable invalid MCA bank 13.
Aug 12 16:51:49 archlinux kernel: mce: [Firmware Bug]: Ignoring request to disable invalid MCA bank 14.
Aug 12 16:51:49 archlinux kernel: HEST: Table parsing has been initialized.
Aug 12 16:51:49 archlinux kernel: GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
Aug 12 16:51:49 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 12 16:51:49 archlinux kernel: PCI: Using E820 reservations for host bridge windows
Aug 12 16:51:49 archlinux kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_TZ_.FN00: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_TZ_.FN01: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_TZ_.FN02: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_TZ_.FN03: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: \_TZ_.FN04: New power resource
Aug 12 16:51:49 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Aug 12 16:51:49 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 12 16:51:49 archlinux kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug AER]
Aug 12 16:51:49 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability LTR DPC]
Aug 12 16:51:49 archlinux kernel: PCI host bridge to bus 0000:00
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x78400000-0xdfffffff window]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:00.0: [8086:1918] type 00 class 0x060000
Aug 12 16:51:49 archlinux kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Aug 12 16:51:49 archlinux kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Aug 12 16:51:49 archlinux kernel: pci 0000:00:13.0: [8086:a135] type 00 class 0x000000
Aug 12 16:51:49 archlinux kernel: pci 0000:00:13.0: reg 0x10: [mem 0xdd121000-0xdd121fff 64bit]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
Aug 12 16:51:49 archlinux kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdd100000-0xdd10ffff 64bit]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 12 16:51:49 archlinux kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
Aug 12 16:51:49 archlinux kernel: pci 0000:00:14.2: reg 0x10: [mem 0xdd120000-0xdd120fff 64bit]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
Aug 12 16:51:49 archlinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdd11f000-0xdd11ffff 64bit]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:16.0: PME# supported from D3hot
Aug 12 16:51:49 archlinux kernel: pci 0000:00:16.1: [8086:a13b] type 00 class 0x078000
Aug 12 16:51:49 archlinux kernel: pci 0000:00:16.1: reg 0x10: [mem 0xdd11e000-0xdd11efff 64bit]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:16.1: PME# supported from D3hot
Aug 12 16:51:49 archlinux kernel: pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
Aug 12 16:51:49 archlinux kernel: pci 0000:00:17.0: reg 0x10: [mem 0xdd110000-0xdd111fff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:17.0: reg 0x14: [mem 0xdd11d000-0xdd11d0ff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:17.0: reg 0x18: [io 0xf030-0xf037]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:17.0: reg 0x1c: [io 0xf020-0xf023]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:17.0: reg 0x20: [io 0xf000-0xf01f]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:17.0: reg 0x24: [mem 0xdd11c000-0xdd11c7ff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:17.0: PME# supported from D3hot
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.1: [8086:a119] type 01 class 0x060400
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.2: [8086:a11a] type 01 class 0x060400
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1f.0: [8086:a149] type 00 class 0x060100
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xdd118000-0xdd11bfff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xfe03b000-0xfe03b0ff 64bit]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1f.4: reg 0x20: [io 0x0580-0x059f]
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.0: [10de:2782] type 00 class 0x030000
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.1: [10de:22bc] type 00 class 0x040300
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Aug 12 16:51:49 archlinux kernel: pci 0000:03:00.0: working around ROM BAR overlap defect
Aug 12 16:51:49 archlinux kernel: pci 0000:03:00.0: [8086:1533] type 00 class 0x020000
Aug 12 16:51:49 archlinux kernel: pci 0000:03:00.0: reg 0x10: [mem 0xdf300000-0xdf37ffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd01f]
Aug 12 16:51:49 archlinux kernel: pci 0000:03:00.0: reg 0x1c: [mem 0xdf380000-0xdf383fff]
Aug 12 16:51:49 archlinux kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.0: bridge window [io 0xd000-0xdfff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.0: bridge window [mem 0xdf300000-0xdf3fffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:04:00.0: working around ROM BAR overlap defect
Aug 12 16:51:49 archlinux kernel: pci 0000:04:00.0: [8086:1533] type 00 class 0x020000
Aug 12 16:51:49 archlinux kernel: pci 0000:04:00.0: reg 0x10: [mem 0xdf200000-0xdf27ffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:04:00.0: reg 0x18: [io 0xc000-0xc01f]
Aug 12 16:51:49 archlinux kernel: pci 0000:04:00.0: reg 0x1c: [mem 0xdf280000-0xdf283fff]
Aug 12 16:51:49 archlinux kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.1: PCI bridge to [bus 04]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.1: bridge window [io 0xc000-0xcfff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.1: bridge window [mem 0xdf200000-0xdf2fffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:05:00.0: [1a03:1150] type 01 class 0x060400
Aug 12 16:51:49 archlinux kernel: pci 0000:05:00.0: enabling Extended Tags
Aug 12 16:51:49 archlinux kernel: pci 0000:05:00.0: supports D1 D2
Aug 12 16:51:49 archlinux kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 12 16:51:49 archlinux kernel: pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.2: PCI bridge to [bus 05-06]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.2: bridge window [io 0xb000-0xbfff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.2: bridge window [mem 0xdc000000-0xdd0fffff]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:06: extended config space not accessible
Aug 12 16:51:49 archlinux kernel: pci 0000:06:00.0: [1a03:2000] type 00 class 0x030000
Aug 12 16:51:49 archlinux kernel: pci 0000:06:00.0: reg 0x10: [mem 0xdc000000-0xdcffffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:06:00.0: reg 0x14: [mem 0xdd000000-0xdd01ffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:06:00.0: reg 0x18: [io 0xb000-0xb07f]
Aug 12 16:51:49 archlinux kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Aug 12 16:51:49 archlinux kernel: pci 0000:06:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:06:00.0: supports D1 D2
Aug 12 16:51:49 archlinux kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 12 16:51:49 archlinux kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Aug 12 16:51:49 archlinux kernel: pci 0000:05:00.0: bridge window [io 0xb000-0xbfff]
Aug 12 16:51:49 archlinux kernel: pci 0000:05:00.0: bridge window [mem 0xdc000000-0xdd0fffff]
Aug 12 16:51:49 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Aug 12 16:51:49 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Aug 12 16:51:49 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Aug 12 16:51:49 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Aug 12 16:51:49 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Aug 12 16:51:49 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 11
Aug 12 16:51:49 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Aug 12 16:51:49 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Aug 12 16:51:49 archlinux kernel: iommu: Default domain type: Translated
Aug 12 16:51:49 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Aug 12 16:51:49 archlinux kernel: SCSI subsystem initialized
Aug 12 16:51:49 archlinux kernel: libata version 3.00 loaded.
Aug 12 16:51:49 archlinux kernel: ACPI: bus type USB registered
Aug 12 16:51:49 archlinux kernel: usbcore: registered new interface driver usbfs
Aug 12 16:51:49 archlinux kernel: usbcore: registered new interface driver hub
Aug 12 16:51:49 archlinux kernel: usbcore: registered new device driver usb
Aug 12 16:51:49 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 12 16:51:49 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 12 16:51:49 archlinux kernel: PTP clock support registered
Aug 12 16:51:49 archlinux kernel: EDAC MC: Ver: 3.0.0
Aug 12 16:51:49 archlinux kernel: efivars: Registered efivars operations
Aug 12 16:51:49 archlinux kernel: NetLabel: Initializing
Aug 12 16:51:49 archlinux kernel: NetLabel: domain hash size = 128
Aug 12 16:51:49 archlinux kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Aug 12 16:51:49 archlinux kernel: NetLabel: unlabeled traffic allowed by default
Aug 12 16:51:49 archlinux kernel: mctp: management component transport protocol core
Aug 12 16:51:49 archlinux kernel: NET: Registered PF_MCTP protocol family
Aug 12 16:51:49 archlinux kernel: PCI: Using ACPI for IRQ routing
Aug 12 16:51:49 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 12 16:51:49 archlinux kernel: e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
Aug 12 16:51:49 archlinux kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Aug 12 16:51:49 archlinux kernel: e820: reserve RAM buffer [mem 0x686b7000-0x6bffffff]
Aug 12 16:51:49 archlinux kernel: e820: reserve RAM buffer [mem 0x6d0a0000-0x6fffffff]
Aug 12 16:51:49 archlinux kernel: e820: reserve RAM buffer [mem 0x6d5ed000-0x6fffffff]
Aug 12 16:51:49 archlinux kernel: e820: reserve RAM buffer [mem 0x887c00000-0x887ffffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Aug 12 16:51:49 archlinux kernel: pci 0000:06:00.0: vgaarb: setting as boot VGA device (overriding previous)
Aug 12 16:51:49 archlinux kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Aug 12 16:51:49 archlinux kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 12 16:51:49 archlinux kernel: vgaarb: loaded
Aug 12 16:51:49 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Aug 12 16:51:49 archlinux kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Aug 12 16:51:49 archlinux kernel: clocksource: Switched to clocksource tsc-early
Aug 12 16:51:49 archlinux kernel: VFS: Disk quotas dquot_6.6.0
Aug 12 16:51:49 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 12 16:51:49 archlinux kernel: pnp: PnP ACPI init
Aug 12 16:51:49 archlinux kernel: system 00:00: [io 0x0a00-0x0a0f] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:00: [io 0x0a10-0x0a1f] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:00: [io 0x0a20-0x0a2f] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:00: [io 0x0a30-0x0a3f] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:00: [io 0x0a40-0x0a4f] has been reserved
Aug 12 16:51:49 archlinux kernel: pnp 00:01: [dma 0 disabled]
Aug 12 16:51:49 archlinux kernel: pnp 00:02: [dma 0 disabled]
Aug 12 16:51:49 archlinux kernel: system 00:03: [io 0x0680-0x069f] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:03: [io 0xffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:03: [io 0xffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:03: [io 0xffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:03: [io 0x1800-0x18fe] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:03: [io 0x164e-0x164f] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:04: [io 0x0800-0x087f] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:06: [io 0x1854-0x1857] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
Aug 12 16:51:49 archlinux kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:07: [mem 0xff000000-0xffffffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
Aug 12 16:51:49 archlinux kernel: system 00:07: [mem 0xdffe0000-0xdfffffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:08: [mem 0xfd000000-0xfdabffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:08: [mem 0xfdad0000-0xfdadffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:08: [mem 0xfdb00000-0xfdffffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:08: [mem 0xfe000000-0xfe01ffff] could not be reserved
Aug 12 16:51:49 archlinux kernel: system 00:08: [mem 0xfe036000-0xfe03bfff] could not be reserved
Aug 12 16:51:49 archlinux kernel: system 00:08: [mem 0xfe03d000-0xfe3fffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:08: [mem 0xfe410000-0xfe7fffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:09: [io 0xff00-0xfffe] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:0a: [mem 0xfdaf0000-0xfdafffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:0a: [mem 0xfdae0000-0xfdaeffff] has been reserved
Aug 12 16:51:49 archlinux kernel: system 00:0a: [mem 0xfdac0000-0xfdacffff] has been reserved
Aug 12 16:51:49 archlinux kernel: pnp: PnP ACPI: found 11 devices
Aug 12 16:51:49 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 12 16:51:49 archlinux kernel: NET: Registered PF_INET protocol family
Aug 12 16:51:49 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 12 16:51:49 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Aug 12 16:51:49 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 12 16:51:49 archlinux kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 12 16:51:49 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Aug 12 16:51:49 archlinux kernel: TCP: Hash tables configured (established 262144 bind 65536)
Aug 12 16:51:49 archlinux kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Aug 12 16:51:49 archlinux kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Aug 12 16:51:49 archlinux kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Aug 12 16:51:49 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 12 16:51:49 archlinux kernel: NET: Registered PF_XDP protocol family
Aug 12 16:51:49 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 03]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.0: bridge window [io 0xd000-0xdfff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.0: bridge window [mem 0xdf300000-0xdf3fffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.1: PCI bridge to [bus 04]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.1: bridge window [io 0xc000-0xcfff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.1: bridge window [mem 0xdf200000-0xdf2fffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Aug 12 16:51:49 archlinux kernel: pci 0000:05:00.0: bridge window [io 0xb000-0xbfff]
Aug 12 16:51:49 archlinux kernel: pci 0000:05:00.0: bridge window [mem 0xdc000000-0xdd0fffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.2: PCI bridge to [bus 05-06]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.2: bridge window [io 0xb000-0xbfff]
Aug 12 16:51:49 archlinux kernel: pci 0000:00:1d.2: bridge window [mem 0xdc000000-0xdd0fffff]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x78400000-0xdfffffff window]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0xdf300000-0xdf3fffff]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:04: resource 1 [mem 0xdf200000-0xdf2fffff]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:05: resource 0 [io 0xb000-0xbfff]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:05: resource 1 [mem 0xdc000000-0xdd0fffff]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:06: resource 0 [io 0xb000-0xbfff]
Aug 12 16:51:49 archlinux kernel: pci_bus 0000:06: resource 1 [mem 0xdc000000-0xdd0fffff]
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Aug 12 16:51:49 archlinux kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Aug 12 16:51:49 archlinux kernel: PCI: CLS 0 bytes, default 64
Aug 12 16:51:49 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 12 16:51:49 archlinux kernel: software IO TLB: mapped [mem 0x0000000064324000-0x0000000068324000] (64MB)
Aug 12 16:51:49 archlinux kernel: Trying to unpack rootfs image as initramfs...
Aug 12 16:51:49 archlinux kernel: sgx: EPC section 0x70200000-0x75f7ffff
Aug 12 16:51:49 archlinux kernel: Initialise system trusted keyrings
Aug 12 16:51:49 archlinux kernel: Key type blacklist registered
Aug 12 16:51:49 archlinux kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Aug 12 16:51:49 archlinux kernel: zbud: loaded
Aug 12 16:51:49 archlinux kernel: integrity: Platform Keyring initialized
Aug 12 16:51:49 archlinux kernel: integrity: Machine keyring initialized
Aug 12 16:51:49 archlinux kernel: Key type asymmetric registered
Aug 12 16:51:49 archlinux kernel: Asymmetric key parser 'x509' registered
Aug 12 16:51:49 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Aug 12 16:51:49 archlinux kernel: io scheduler mq-deadline registered
Aug 12 16:51:49 archlinux kernel: io scheduler kyber registered
Aug 12 16:51:49 archlinux kernel: io scheduler bfq registered
Aug 12 16:51:49 archlinux kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 25
Aug 12 16:51:49 archlinux kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 26
Aug 12 16:51:49 archlinux kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 27
Aug 12 16:51:49 archlinux kernel: pcieport 0000:00:1d.1: PME: Signaling with IRQ 28
Aug 12 16:51:49 archlinux kernel: pcieport 0000:00:1d.2: PME: Signaling with IRQ 29
Aug 12 16:51:49 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 12 16:51:49 archlinux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Aug 12 16:51:49 archlinux kernel: ACPI: button: Sleep Button [SLPB]
Aug 12 16:51:49 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Aug 12 16:51:49 archlinux kernel: ACPI: button: Power Button [PWRB]
Aug 12 16:51:49 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Aug 12 16:51:49 archlinux kernel: ACPI: button: Power Button [PWRF]
Aug 12 16:51:49 archlinux kernel: thermal LNXTHERM:00: registered as thermal_zone0
Aug 12 16:51:49 archlinux kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Aug 12 16:51:49 archlinux kernel: thermal LNXTHERM:01: registered as thermal_zone1
Aug 12 16:51:49 archlinux kernel: ACPI: thermal: Thermal Zone [TZ01] (30 C)
Aug 12 16:51:49 archlinux kernel: ERST: Error Record Serialization Table (ERST) support is initialized.
Aug 12 16:51:49 archlinux kernel: pstore: Registered erst as persistent store backend
Aug 12 16:51:49 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 12 16:51:49 archlinux kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Aug 12 16:51:49 archlinux kernel: 00:02: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
Aug 12 16:51:49 archlinux kernel: Non-volatile memory driver v1.3
Aug 12 16:51:49 archlinux kernel: Linux agpgart interface v0.103
Aug 12 16:51:49 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Aug 12 16:51:49 archlinux kernel: ACPI: bus type drm_connector registered
Aug 12 16:51:49 archlinux kernel: ahci 0000:00:17.0: version 3.0
Aug 12 16:51:49 archlinux kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
Aug 12 16:51:49 archlinux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst
Aug 12 16:51:49 archlinux kernel: Freeing initrd memory: 19420K
Aug 12 16:51:49 archlinux kernel: scsi host0: ahci
Aug 12 16:51:49 archlinux kernel: scsi host1: ahci
Aug 12 16:51:49 archlinux kernel: scsi host2: ahci
Aug 12 16:51:49 archlinux kernel: scsi host3: ahci
Aug 12 16:51:49 archlinux kernel: scsi host4: ahci
Aug 12 16:51:49 archlinux kernel: scsi host5: ahci
Aug 12 16:51:49 archlinux kernel: scsi host6: ahci
Aug 12 16:51:49 archlinux kernel: scsi host7: ahci
Aug 12 16:51:49 archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c100 irq 30
Aug 12 16:51:49 archlinux kernel: ata2: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c180 irq 30
Aug 12 16:51:49 archlinux kernel: ata3: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c200 irq 30
Aug 12 16:51:49 archlinux kernel: ata4: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c280 irq 30
Aug 12 16:51:49 archlinux kernel: ata5: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c300 irq 30
Aug 12 16:51:49 archlinux kernel: ata6: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c380 irq 30
Aug 12 16:51:49 archlinux kernel: ata7: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c400 irq 30
Aug 12 16:51:49 archlinux kernel: ata8: SATA max UDMA/133 abar m2048@0xdd11c000 port 0xdd11c480 irq 30
Aug 12 16:51:49 archlinux kernel: usbcore: registered new interface driver usbserial_generic
Aug 12 16:51:49 archlinux kernel: usbserial: USB Serial support registered for generic
Aug 12 16:51:49 archlinux kernel: rtc_cmos 00:05: RTC can wake from S4
Aug 12 16:51:49 archlinux kernel: rtc_cmos 00:05: registered as rtc0
Aug 12 16:51:49 archlinux kernel: rtc_cmos 00:05: setting system clock to 2023-08-12T20:51:48 UTC (1691873508)
Aug 12 16:51:49 archlinux kernel: rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram
Aug 12 16:51:49 archlinux kernel: intel_pstate: Intel P-state driver initializing
Aug 12 16:51:49 archlinux kernel: intel_pstate: HWP enabled
Aug 12 16:51:49 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 12 16:51:49 archlinux kernel: efifb: probing for efifb
Aug 12 16:51:49 archlinux kernel: efifb: No BGRT, not showing boot graphics
Aug 12 16:51:49 archlinux kernel: efifb: framebuffer at 0xdc000000, using 3072k, total 3072k
Aug 12 16:51:49 archlinux kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Aug 12 16:51:49 archlinux kernel: efifb: scrolling: redraw
Aug 12 16:51:49 archlinux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Aug 12 16:51:49 archlinux kernel: fbcon: Deferring console take-over
Aug 12 16:51:49 archlinux kernel: fb0: EFI VGA frame buffer device
Aug 12 16:51:49 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 12 16:51:49 archlinux kernel: intel_pmc_core INT33A1:00: initialized
Aug 12 16:51:49 archlinux kernel: drop_monitor: Initializing network drop monitor service
Aug 12 16:51:49 archlinux kernel: Initializing XFRM netlink socket
Aug 12 16:51:49 archlinux kernel: NET: Registered PF_INET6 protocol family
Aug 12 16:51:49 archlinux kernel: Segment Routing with IPv6
Aug 12 16:51:49 archlinux kernel: RPL Segment Routing with IPv6
Aug 12 16:51:49 archlinux kernel: In-situ OAM (IOAM) with IPv6
Aug 12 16:51:49 archlinux kernel: NET: Registered PF_PACKET protocol family
Aug 12 16:51:49 archlinux kernel: microcode: Microcode Update Driver: v2.2.
Aug 12 16:51:49 archlinux kernel: IPI shorthand broadcast: enabled
Aug 12 16:51:49 archlinux kernel: sched_clock: Marking stable (496944769, -2808285)->(553288093, -59151609)
Aug 12 16:51:49 archlinux kernel: registered taskstats version 1
Aug 12 16:51:49 archlinux kernel: Loading compiled-in X.509 certificates
Aug 12 16:51:49 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: dc17c353aaae1c89b64ba1f95d0c6ec108de29ab'
Aug 12 16:51:49 archlinux kernel: zswap: loaded using pool zstd/zsmalloc
Aug 12 16:51:49 archlinux kernel: Key type .fscrypt registered
Aug 12 16:51:49 archlinux kernel: Key type fscrypt-provisioning registered
Aug 12 16:51:49 archlinux kernel: pstore: Using crash dump compression: zstd
Aug 12 16:51:49 archlinux kernel: PM: Magic number: 3:376:902
Aug 12 16:51:49 archlinux kernel: RAS: Correctable Errors collector initialized.
Aug 12 16:51:49 archlinux kernel: clk: Disabling unused clocks
Aug 12 16:51:49 archlinux kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 12 16:51:49 archlinux kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 12 16:51:49 archlinux kernel: ata2: SATA link down (SStatus 0 SControl 300)
Aug 12 16:51:49 archlinux kernel: ata1: SATA link down (SStatus 0 SControl 300)
Aug 12 16:51:49 archlinux kernel: ata7: SATA link down (SStatus 0 SControl 300)
Aug 12 16:51:49 archlinux kernel: ata6: SATA link down (SStatus 0 SControl 300)
Aug 12 16:51:49 archlinux kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 12 16:51:49 archlinux kernel: ata8: SATA link down (SStatus 0 SControl 300)
Aug 12 16:51:49 archlinux kernel: ata3.00: ATA-11: ST16000NE000-2RW103, EN02, max UDMA/133
Aug 12 16:51:49 archlinux kernel: ata5.00: ATA-10: KLEVV NEO N610 SSD 512GB, 2202T3VD, max UDMA/133
Aug 12 16:51:49 archlinux kernel: ata4.00: ATA-11: ST16000NE000-2RW103, EN02, max UDMA/133
Aug 12 16:51:49 archlinux kernel: ata5.00: 1000215216 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug 12 16:51:49 archlinux kernel: ata5.00: configured for UDMA/133
Aug 12 16:51:49 archlinux kernel: ata3.00: 31251759104 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug 12 16:51:49 archlinux kernel: ata3.00: Features: NCQ-sndrcv
Aug 12 16:51:49 archlinux kernel: ata4.00: 31251759104 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug 12 16:51:49 archlinux kernel: ata4.00: Features: NCQ-sndrcv
Aug 12 16:51:49 archlinux kernel: ata3.00: configured for UDMA/133
Aug 12 16:51:49 archlinux kernel: scsi 2:0:0:0: Direct-Access ATA ST16000NE000-2RW EN02 PQ: 0 ANSI: 5
Aug 12 16:51:49 archlinux kernel: sd 2:0:0:0: [sda] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
Aug 12 16:51:49 archlinux kernel: sd 2:0:0:0: [sda] 4096-byte physical blocks
Aug 12 16:51:49 archlinux kernel: sd 2:0:0:0: [sda] Write Protect is off
Aug 12 16:51:49 archlinux kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 12 16:51:49 archlinux kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 12 16:51:49 archlinux kernel: sd 2:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Aug 12 16:51:49 archlinux kernel: ata4.00: configured for UDMA/133
Aug 12 16:51:49 archlinux kernel: scsi 3:0:0:0: Direct-Access ATA ST16000NE000-2RW EN02 PQ: 0 ANSI: 5
Aug 12 16:51:49 archlinux kernel: scsi 4:0:0:0: Direct-Access ATA KLEVV NEO N610 S T3VD PQ: 0 ANSI: 5
Aug 12 16:51:49 archlinux kernel: sd 3:0:0:0: [sdb] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
Aug 12 16:51:49 archlinux kernel: sd 3:0:0:0: [sdb] 4096-byte physical blocks
Aug 12 16:51:49 archlinux kernel: sd 3:0:0:0: [sdb] Write Protect is off
Aug 12 16:51:49 archlinux kernel: sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Aug 12 16:51:49 archlinux kernel: sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 12 16:51:49 archlinux kernel: sd 3:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
Aug 12 16:51:49 archlinux kernel: sd 4:0:0:0: [sdc] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
Aug 12 16:51:49 archlinux kernel: sd 4:0:0:0: [sdc] Write Protect is off
Aug 12 16:51:49 archlinux kernel: sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Aug 12 16:51:49 archlinux kernel: sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 12 16:51:49 archlinux kernel: sd 4:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
Aug 12 16:51:49 archlinux kernel: sdc: sdc1 sdc2
Aug 12 16:51:49 archlinux kernel: sd 4:0:0:0: [sdc] Attached SCSI disk
Aug 12 16:51:49 archlinux kernel: sd 2:0:0:0: [sda] Attached SCSI disk
Aug 12 16:51:49 archlinux kernel: sd 3:0:0:0: [sdb] Attached SCSI disk
Aug 12 16:51:49 archlinux kernel: Freeing unused decrypted memory: 2036K
Aug 12 16:51:49 archlinux kernel: Freeing unused kernel image (initmem) memory: 3348K
Aug 12 16:51:49 archlinux kernel: Write protecting the kernel read-only data: 30720k
Aug 12 16:51:49 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1560K
Aug 12 16:51:49 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 12 16:51:49 archlinux kernel: rodata_test: all tests were successful
Aug 12 16:51:49 archlinux kernel: x86/mm: Checking user space page tables
Aug 12 16:51:49 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 12 16:51:49 archlinux kernel: Run /init as init process
Aug 12 16:51:49 archlinux kernel: with arguments:
Aug 12 16:51:49 archlinux kernel: /init
Aug 12 16:51:49 archlinux kernel: with environment:
Aug 12 16:51:49 archlinux kernel: HOME=/
Aug 12 16:51:49 archlinux kernel: TERM=linux
Aug 12 16:51:49 archlinux kernel: BOOT_IMAGE=/vmlinuz-linux
Aug 12 16:51:49 archlinux systemd[1]: systemd 254.1-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Aug 12 16:51:49 archlinux systemd[1]: Detected architecture x86-64.
Aug 12 16:51:49 archlinux systemd[1]: Running in initrd.
Aug 12 16:51:49 archlinux kernel: fbcon: Taking over console
Aug 12 16:51:49 archlinux systemd[1]: Initializing machine ID from random generator.
Aug 12 16:51:49 archlinux kernel: Console: switching to colour frame buffer device 128x48
Aug 12 16:51:49 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
Aug 12 16:51:49 archlinux systemd[1]: Created slice Slice /system/systemd-cryptsetup.
Aug 12 16:51:49 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 12 16:51:49 archlinux systemd[1]: Reached target Path Units.
Aug 12 16:51:49 archlinux systemd[1]: Reached target Slice Units.
Aug 12 16:51:49 archlinux systemd[1]: Reached target Swaps.
Aug 12 16:51:49 archlinux systemd[1]: Reached target Timer Units.
Aug 12 16:51:49 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
Aug 12 16:51:49 archlinux systemd[1]: Listening on Journal Socket.
Aug 12 16:51:49 archlinux systemd[1]: Listening on udev Control Socket.
Aug 12 16:51:49 archlinux systemd[1]: Listening on udev Kernel Socket.
Aug 12 16:51:49 archlinux systemd[1]: Reached target Socket Units.
Aug 12 16:51:49 archlinux systemd[1]: Starting Create List of Static Device Nodes...
Aug 12 16:51:49 archlinux systemd[1]: Check battery level during early boot was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/class/power_supply).
Aug 12 16:51:49 archlinux systemd[1]: Starting Journal Service...
Aug 12 16:51:49 archlinux systemd[1]: Starting Load Kernel Modules...
Aug 12 16:51:49 archlinux systemd[1]: TPM2 PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 12 16:51:49 archlinux systemd[1]: Starting Coldplug All udev Devices...
Aug 12 16:51:49 archlinux systemd[1]: Finished Create List of Static Device Nodes.
Aug 12 16:51:49 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 12 16:51:49 archlinux systemd[1]: Finished Load Kernel Modules.
Aug 12 16:51:49 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 12 16:51:49 archlinux systemd[1]: Reached target Preparation for Local File Systems.
Aug 12 16:51:49 archlinux systemd[1]: Reached target Local File Systems.
Aug 12 16:51:49 archlinux systemd-journald[144]: Collecting audit messages is disabled.
Aug 12 16:51:49 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 12 16:51:49 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 12 16:51:49 archlinux systemd-journald[144]: Journal started
Aug 12 16:51:49 archlinux systemd-journald[144]: Runtime Journal (/run/log/journal/52257e7bde174227b048da2749eb00c0) is 8.0M, max 638.5M, 630.5M free.
Aug 12 16:51:49 archlinux systemd-udevd[149]: Using default interface naming scheme 'v253'.
Aug 12 16:51:49 archlinux systemd[1]: Started Journal Service.
Aug 12 16:51:49 archlinux systemd[1]: Finished Coldplug All udev Devices.
Aug 12 16:51:49 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 12 16:51:49 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 12 16:51:49 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
Aug 12 16:51:49 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 12 16:51:49 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 12 16:51:49 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Aug 12 16:51:49 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 12 16:51:49 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 16:51:49 archlinux kernel: usb usb1: Product: xHCI Host Controller
Aug 12 16:51:49 archlinux kernel: usb usb1: Manufacturer: Linux 6.4.9-arch1-1 xhci-hcd
Aug 12 16:51:49 archlinux kernel: usb usb1: SerialNumber: 0000:00:14.0
Aug 12 16:51:49 archlinux kernel: hub 1-0:1.0: USB hub found
Aug 12 16:51:49 archlinux kernel: cryptd: max_cpu_qlen set to 1000
Aug 12 16:51:49 archlinux kernel: hub 1-0:1.0: 16 ports detected
Aug 12 16:51:49 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Aug 12 16:51:49 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 12 16:51:49 archlinux kernel: usb usb2: Product: xHCI Host Controller
Aug 12 16:51:49 archlinux kernel: usb usb2: Manufacturer: Linux 6.4.9-arch1-1 xhci-hcd
Aug 12 16:51:49 archlinux kernel: usb usb2: SerialNumber: 0000:00:14.0
Aug 12 16:51:49 archlinux kernel: hub 2-0:1.0: USB hub found
Aug 12 16:51:49 archlinux kernel: hub 2-0:1.0: 10 ports detected
Aug 12 16:51:49 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
Aug 12 16:51:49 archlinux kernel: AES CTR mode by8 optimization enabled
Aug 12 16:51:49 archlinux kernel: usb: port power management may be unreliable
Aug 12 16:51:49 archlinux systemd[1]: Found device KLEVV_NEO_N610_SSD_512GB 2.
Aug 12 16:51:49 archlinux kernel: tsc: Refined TSC clocksource calibration: 3407.999 MHz
Aug 12 16:51:49 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x311fd336761, max_idle_ns: 440795243819 ns
Aug 12 16:51:49 archlinux kernel: clocksource: Switched to clocksource tsc
Aug 12 16:51:49 archlinux systemd[1]: Starting Cryptography Setup for main...
Aug 12 16:51:49 archlinux systemd[1]: Starting Virtual Console Setup...
Aug 12 16:51:49 archlinux systemd-vconsole-setup[197]: loadkeys: Unable to open file: us: No such file or directory
Aug 12 16:51:49 archlinux systemd-vconsole-setup[194]: /usr/bin/loadkeys failed with exit status 1.
Aug 12 16:51:49 archlinux systemd[1]: systemd-vconsole-setup.service: Main process exited, code=exited, status=1/FAILURE
Aug 12 16:51:49 archlinux systemd[1]: systemd-vconsole-setup.service: Failed with result 'exit-code'.
Aug 12 16:51:49 archlinux systemd[1]: Failed to start Virtual Console Setup.
Aug 12 16:51:49 archlinux kernel: device-mapper: uevent: version 1.0.3
Aug 12 16:51:49 archlinux kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Aug 12 16:51:49 archlinux systemd[1]: Started Dispatch Password Requests to Console.
Aug 12 16:51:49 archlinux systemd-tty-ask-password-agent[200]: Starting password query on /dev/tty1.
Aug 12 16:51:49 archlinux kernel: usb 1-9: new high-speed USB device number 2 using xhci_hcd
Aug 12 16:51:49 archlinux kernel: usb 1-9: New USB device found, idVendor=0557, idProduct=7000, bcdDevice= 0.00
Aug 12 16:51:49 archlinux kernel: usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 16:51:49 archlinux kernel: hub 1-9:1.0: USB hub found
Aug 12 16:51:49 archlinux kernel: hub 1-9:1.0: 4 ports detected
Aug 12 16:51:49 archlinux kernel: usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
Aug 12 16:51:49 archlinux kernel: usb 2-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.04
Aug 12 16:51:49 archlinux kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 12 16:51:49 archlinux kernel: usb 2-2: Product: 4-Port USB 3.0 Hub
Aug 12 16:51:49 archlinux kernel: usb 2-2: Manufacturer: Generic
Aug 12 16:51:49 archlinux kernel: hub 2-2:1.0: USB hub found
Aug 12 16:51:49 archlinux kernel: hub 2-2:1.0: 4 ports detected
Aug 12 16:51:49 archlinux kernel: usb 1-11: new high-speed USB device number 3 using xhci_hcd
Aug 12 16:51:50 archlinux kernel: usb 1-11: New USB device found, idVendor=0bda, idProduct=5411, bcdDevice= 1.04
Aug 12 16:51:50 archlinux kernel: usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 12 16:51:50 archlinux kernel: usb 1-11: Product: 4-Port USB 2.0 Hub
Aug 12 16:51:50 archlinux kernel: usb 1-11: Manufacturer: Generic
Aug 12 16:51:50 archlinux kernel: hub 1-11:1.0: USB hub found
Aug 12 16:51:50 archlinux kernel: hub 1-11:1.0: 4 ports detected
Aug 12 16:51:50 archlinux kernel: usb 1-9.1: new low-speed USB device number 4 using xhci_hcd
Aug 12 16:51:50 archlinux kernel: usb 1-9.1: New USB device found, idVendor=0557, idProduct=2419, bcdDevice= 1.00
Aug 12 16:51:50 archlinux kernel: usb 1-9.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 12 16:51:50 archlinux kernel: input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.1/1-9.1:1.0/0003:0557:2419.0001/input/input3
Aug 12 16:51:50 archlinux kernel: hid-generic 0003:0557:2419.0001: input,hidraw0: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:14.0-9.1/input0
Aug 12 16:51:50 archlinux kernel: input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.1/1-9.1:1.1/0003:0557:2419.0002/input/input4
Aug 12 16:51:50 archlinux kernel: hid-generic 0003:0557:2419.0002: input,hidraw1: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:14.0-9.1/input1
Aug 12 16:51:50 archlinux kernel: usbcore: registered new interface driver usbhid
Aug 12 16:51:50 archlinux kernel: usbhid: USB HID core driver
Aug 12 16:51:50 archlinux kernel: usb 1-11.1: new full-speed USB device number 5 using xhci_hcd
Aug 12 16:51:50 archlinux kernel: usb 1-11.1: New USB device found, idVendor=05ac, idProduct=024f, bcdDevice= 1.10
Aug 12 16:51:50 archlinux kernel: usb 1-11.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 12 16:51:50 archlinux kernel: usb 1-11.1: Product: Keychron K6
Aug 12 16:51:50 archlinux kernel: usb 1-11.1: Manufacturer: Keychron
Aug 12 16:51:50 archlinux kernel: apple 0003:05AC:024F.0003: Non-apple keyboard detected; function keys will default to fnmode=2 behavior
Aug 12 16:51:50 archlinux kernel: input: Keychron Keychron K6 as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.0/0003:05AC:024F.0003/input/input5
Aug 12 16:51:50 archlinux kernel: apple 0003:05AC:024F.0003: input,hidraw2: USB HID v1.11 Keyboard [Keychron Keychron K6] on usb-0000:00:14.0-11.1/input0
Aug 12 16:51:50 archlinux kernel: apple 0003:05AC:024F.0004: Fn key not found (Apple Wireless Keyboard clone?), disabling Fn key handling
Aug 12 16:51:50 archlinux kernel: apple 0003:05AC:024F.0004: Non-apple keyboard detected; function keys will default to fnmode=2 behavior
Aug 12 16:51:50 archlinux kernel: input: Keychron Keychron K6 as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.1/0003:05AC:024F.0004/input/input6
Aug 12 16:51:50 archlinux kernel: usb 1-11.2: new full-speed USB device number 6 using xhci_hcd
Aug 12 16:51:50 archlinux kernel: apple 0003:05AC:024F.0004: input,hidraw3: USB HID v1.11 Keyboard [Keychron Keychron K6] on usb-0000:00:14.0-11.1/input1
Aug 12 16:51:50 archlinux kernel: usb 1-11.2: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
Aug 12 16:51:50 archlinux kernel: usb 1-11.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 12 16:51:50 archlinux kernel: usb 1-11.2: Product: USB Receiver
Aug 12 16:51:50 archlinux kernel: usb 1-11.2: Manufacturer: Logitech
Aug 12 16:51:50 archlinux kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.0/0003:046D:C534.0005/input/input7
Aug 12 16:51:50 archlinux kernel: hid-generic 0003:046D:C534.0005: input,hidraw4: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-11.2/input0
Aug 12 16:51:50 archlinux kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/input/input8
Aug 12 16:51:50 archlinux kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/input/input9
Aug 12 16:51:50 archlinux kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/input/input10
Aug 12 16:51:50 archlinux kernel: hid-generic 0003:046D:C534.0006: input,hiddev96,hidraw5: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-11.2/input1
Aug 12 16:52:08 archlinux systemd-tty-ask-password-agent[200]: Password query on /dev/tty1 finished successfully.
Aug 12 16:52:08 archlinux systemd-cryptsetup[191]: Set cipher aes, mode xts-plain64, key size 512 bits for device /dev/disk/by-uuid/563b0f21-f7c2-4256-8cc6-6b0adf8f0c91.
Aug 12 16:52:10 archlinux kernel: Key type encrypted registered
Aug 12 16:52:10 archlinux systemd[1]: Found device /dev/mapper/main.
Aug 12 16:52:10 archlinux systemd[1]: Finished Cryptography Setup for main.
Aug 12 16:52:10 archlinux systemd[1]: Reached target Local Encrypted Volumes.
Aug 12 16:52:10 archlinux systemd[1]: Reached target Initrd Root Device.
Aug 12 16:52:10 archlinux systemd[1]: Reached target System Initialization.
Aug 12 16:52:10 archlinux systemd[1]: Reached target Basic System.
Aug 12 16:52:10 archlinux systemd[1]: Starting File System Check on /dev/mapper/main...
Aug 12 16:52:10 archlinux systemd-fsck[343]: /dev/mapper/main: clean, 780174/31227904 files, 42284630/124891392 blocks
Aug 12 16:52:10 archlinux systemd[1]: Finished File System Check on /dev/mapper/main.
Aug 12 16:52:10 archlinux systemd[1]: Mounting /sysroot...
Aug 12 16:52:10 archlinux systemd[1]: Mounted /sysroot.
Aug 12 16:52:10 archlinux systemd[1]: Reached target Initrd Root File System.
Aug 12 16:52:10 archlinux kernel: EXT4-fs (dm-0): mounted filesystem 5afd3f20-30ae-4193-a2af-c4d5f7213bdd r/w with ordered data mode. Quota mode: none.
Aug 12 16:52:10 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
Aug 12 16:52:10 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
Aug 12 16:52:10 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
Aug 12 16:52:10 archlinux systemd[1]: Reached target Initrd File Systems.
Aug 12 16:52:10 archlinux systemd[1]: Reached target Initrd Default Target.
Aug 12 16:52:10 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
Aug 12 16:52:10 archlinux systemd[1]: Stopped target Initrd Default Target.
Aug 12 16:52:10 archlinux systemd[1]: Stopped target Basic System.
Aug 12 16:52:10 archlinux systemd[1]: Stopped target Initrd Root Device.
Aug 12 16:52:10 archlinux systemd[1]: Stopped target Path Units.
Aug 12 16:52:10 archlinux systemd[1]: Stopped target Slice Units.
Aug 12 16:52:10 archlinux systemd[1]: Stopped target Socket Units.
Aug 12 16:52:10 archlinux systemd[1]: Stopped target System Initialization.
Aug 12 16:52:10 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
Aug 12 16:52:10 archlinux systemd[1]: Stopped target Local File Systems.
Aug 12 16:52:10 archlinux systemd[1]: Stopped target Preparation for Local File Systems.
Aug 12 16:52:10 archlinux systemd[1]: Stopped target Swaps.
Aug 12 16:52:11 archlinux systemd[1]: Stopped target Timer Units.
Aug 12 16:52:11 archlinux systemd[1]: Stopping Dispatch Password Requests to Console...
Aug 12 16:52:11 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
Aug 12 16:52:11 archlinux systemd[1]: Stopped Load Kernel Modules.
Aug 12 16:52:11 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
Aug 12 16:52:11 archlinux systemd[1]: Stopped Coldplug All udev Devices.
Aug 12 16:52:11 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
Aug 12 16:52:11 archlinux systemd[1]: systemd-ask-password-console.service: Deactivated successfully.
Aug 12 16:52:11 archlinux systemd[1]: Stopped Dispatch Password Requests to Console.
Aug 12 16:52:11 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
Aug 12 16:52:11 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
Aug 12 16:52:11 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Aug 12 16:52:11 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Aug 12 16:52:11 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
Aug 12 16:52:11 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
Aug 12 16:52:11 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
Aug 12 16:52:11 archlinux systemd[1]: Closed udev Control Socket.
Aug 12 16:52:11 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
Aug 12 16:52:11 archlinux systemd[1]: Closed udev Kernel Socket.
Aug 12 16:52:11 archlinux systemd[1]: Starting Cleanup udev Database...
Aug 12 16:52:11 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Aug 12 16:52:11 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
Aug 12 16:52:11 archlinux systemd[1]: kmod-static-nodes.service: Deactivated successfully.
Aug 12 16:52:11 archlinux systemd[1]: Stopped Create List of Static Device Nodes.
Aug 12 16:52:11 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
Aug 12 16:52:11 archlinux systemd[1]: Finished Cleanup udev Database.
Aug 12 16:52:11 archlinux systemd[1]: Reached target Switch Root.
Aug 12 16:52:11 archlinux systemd[1]: Starting Switch Root...
Aug 12 16:52:11 archlinux systemd[1]: Switching root.
Aug 12 16:52:11 archlinux systemd-journald[144]: Journal stopped
Aug 12 16:52:12 potato systemd-journald[144]: Received SIGTERM from PID 1 (systemd).
Aug 12 16:52:12 potato systemd[1]: systemd 254.1-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Aug 12 16:52:12 potato systemd[1]: Detected architecture x86-64.
Aug 12 16:52:12 potato systemd[1]: Hostname set to <potato>.
Aug 12 16:52:12 potato systemd[1]: bpf-lsm: LSM BPF program attached
Aug 12 16:52:12 potato systemd[1]: initrd-switch-root.service: Deactivated successfully.
Aug 12 16:52:12 potato systemd[1]: Stopped Switch Root.
Aug 12 16:52:12 potato systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Aug 12 16:52:12 potato systemd[1]: Created slice Slice /system/getty.
Aug 12 16:52:12 potato systemd[1]: Created slice Slice /system/modprobe.
Aug 12 16:52:12 potato systemd[1]: Created slice User and Session Slice.
Aug 12 16:52:12 potato systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 12 16:52:12 potato systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 12 16:52:12 potato systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 12 16:52:12 potato systemd[1]: Reached target Login Prompts.
Aug 12 16:52:12 potato systemd[1]: Stopped target Switch Root.
Aug 12 16:52:12 potato systemd[1]: Stopped target Initrd File Systems.
Aug 12 16:52:12 potato systemd[1]: Stopped target Initrd Root File System.
Aug 12 16:52:12 potato systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 12 16:52:12 potato systemd[1]: Reached target Path Units.
Aug 12 16:52:12 potato systemd[1]: Reached target Remote File Systems.
Aug 12 16:52:12 potato systemd[1]: Reached target Slice Units.
Aug 12 16:52:12 potato systemd[1]: Reached target Swaps.
Aug 12 16:52:12 potato systemd[1]: Reached target Local Verity Protected Volumes.
Aug 12 16:52:12 potato systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 12 16:52:12 potato systemd[1]: Listening on LVM2 poll daemon socket.
Aug 12 16:52:12 potato systemd[1]: Listening on Process Core Dump Socket.
Aug 12 16:52:12 potato systemd[1]: Listening on udev Control Socket.
Aug 12 16:52:12 potato systemd[1]: Listening on udev Kernel Socket.
Aug 12 16:52:12 potato systemd[1]: Mounting Huge Pages File System...
Aug 12 16:52:12 potato systemd[1]: Mounting POSIX Message Queue File System...
Aug 12 16:52:12 potato systemd[1]: Mounting Kernel Debug File System...
Aug 12 16:52:12 potato systemd[1]: Mounting Kernel Trace File System...
Aug 12 16:52:12 potato systemd[1]: Mounting Temporary Directory /tmp...
Aug 12 16:52:12 potato systemd[1]: Starting Create List of Static Device Nodes...
Aug 12 16:52:12 potato systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Aug 12 16:52:12 potato systemd[1]: Starting Load Kernel Module configfs...
Aug 12 16:52:12 potato systemd[1]: Starting Load Kernel Module dm_mod...
Aug 12 16:52:12 potato systemd[1]: Starting Load Kernel Module drm...
Aug 12 16:52:12 potato systemd[1]: Starting Load Kernel Module fuse...
Aug 12 16:52:12 potato systemd[1]: Starting Load Kernel Module loop...
Aug 12 16:52:12 potato systemd[1]: systemd-cryptsetup@main.service: Deactivated successfully.
Aug 12 16:52:12 potato kernel: fuse: init (API version 7.38)
Aug 12 16:52:12 potato kernel: loop: module loaded
Aug 12 16:52:12 potato systemd[1]: Stopped systemd-cryptsetup@main.service.
Aug 12 16:52:12 potato systemd[1]: systemd-cryptsetup@main.service: Consumed 6.793s CPU time.
Aug 12 16:52:12 potato systemd[1]: Starting Journal Service...
Aug 12 16:52:12 potato systemd[1]: Starting Load Kernel Modules...
Aug 12 16:52:12 potato systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 12 16:52:12 potato systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 12 16:52:12 potato systemd[1]: Starting Coldplug All udev Devices...
Aug 12 16:52:12 potato systemd-journald[396]: Collecting audit messages is disabled.
Aug 12 16:52:12 potato kernel: EXT4-fs (dm-0): re-mounted 5afd3f20-30ae-4193-a2af-c4d5f7213bdd r/w. Quota mode: none.
Aug 12 16:52:12 potato systemd[1]: Mounted Huge Pages File System.
Aug 12 16:52:12 potato systemd[1]: Mounted POSIX Message Queue File System.
Aug 12 16:52:12 potato systemd[1]: Mounted Kernel Debug File System.
Aug 12 16:52:12 potato systemd[1]: Mounted Kernel Trace File System.
Aug 12 16:52:12 potato systemd[1]: Mounted Temporary Directory /tmp.
Aug 12 16:52:12 potato systemd-journald[396]: Journal started
Aug 12 16:52:12 potato systemd-journald[396]: Runtime Journal (/run/log/journal/c14f6ffba5ce4f3493cc4fb37e2aeb0c) is 8.0M, max 638.5M, 630.5M free.
Aug 12 16:52:11 potato systemd[1]: Queued start job for default target Graphical Interface.
Aug 12 16:52:11 potato systemd[1]: systemd-journald.service: Deactivated successfully.
Aug 12 16:52:12 potato systemd[1]: Finished Create List of Static Device Nodes.
Aug 12 16:52:12 potato systemd[1]: Started Journal Service.
Aug 12 16:52:12 potato systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 12 16:52:12 potato systemd[1]: Finished Load Kernel Module configfs.
Aug 12 16:52:12 potato systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 12 16:52:12 potato systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 12 16:52:12 potato systemd[1]: Finished Load Kernel Module dm_mod.
Aug 12 16:52:12 potato systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 12 16:52:12 potato systemd[1]: Finished Load Kernel Module drm.
Aug 12 16:52:12 potato systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 12 16:52:12 potato systemd[1]: Finished Load Kernel Module fuse.
Aug 12 16:52:12 potato systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 12 16:52:12 potato systemd[1]: Finished Load Kernel Module loop.
Aug 12 16:52:12 potato systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 12 16:52:12 potato systemd[1]: Finished Coldplug All udev Devices.
Aug 12 16:52:12 potato systemd[1]: Mounting FUSE Control File System...
Aug 12 16:52:12 potato systemd[1]: Mounting Kernel Configuration File System...
Aug 12 16:52:12 potato systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 12 16:52:12 potato systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 12 16:52:12 potato systemd[1]: Starting Load/Save OS Random Seed...
Aug 12 16:52:12 potato systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 12 16:52:12 potato systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 12 16:52:12 potato systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 12 16:52:12 potato systemd-journald[396]: Time spent on flushing to /var/log/journal/c14f6ffba5ce4f3493cc4fb37e2aeb0c is 96.128ms for 1035 entries.
Aug 12 16:52:12 potato systemd-journald[396]: System Journal (/var/log/journal/c14f6ffba5ce4f3493cc4fb37e2aeb0c) is 523.4M, max 4.0G, 3.4G free.
Aug 12 16:52:12 potato systemd-journald[396]: Received client request to flush runtime journal.
Aug 12 16:52:12 potato systemd-journald[396]: /var/log/journal/c14f6ffba5ce4f3493cc4fb37e2aeb0c/system.journal: Boot ID changed since last record, rotating.
Aug 12 16:52:12 potato systemd-journald[396]: Rotating system journal.
Aug 12 16:52:12 potato systemd[1]: Mounted FUSE Control File System.
Aug 12 16:52:12 potato systemd[1]: Mounted Kernel Configuration File System.
Aug 12 16:52:12 potato systemd[1]: Finished Load/Save OS Random Seed.
Aug 12 16:52:12 potato systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 12 16:52:12 potato systemd[1]: Reached target Preparation for Local File Systems.
Aug 12 16:52:12 potato systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 12 16:52:12 potato systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 12 16:52:12 potato systemd-udevd[429]: Using default interface naming scheme 'v253'.
Aug 12 16:52:12 potato systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 12 16:52:12 potato systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 12 16:52:12 potato systemd[1]: Starting Load Kernel Module configfs...
Aug 12 16:52:13 potato systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 12 16:52:13 potato kernel: usbcore: registered new device driver apple-mfi-fastcharge
Aug 12 16:52:13 potato systemd[1]: Finished Load Kernel Module configfs.
Aug 12 16:52:13 potato systemd[1]: Condition check resulted in ST16000NE000-2RW103 being skipped.
Aug 12 16:52:13 potato systemd[1]: Condition check resulted in ST16000NE000-2RW103 being skipped.
Aug 12 16:52:13 potato systemd[1]: Condition check resulted in KLEVV_NEO_N610_SSD_512GB 1 being skipped.
Aug 12 16:52:13 potato kernel: IPMI message handler: version 39.2
Aug 12 16:52:13 potato kernel: ipmi device interface
Aug 12 16:52:13 potato kernel: ipmi_si: IPMI System Interface driver
Aug 12 16:52:13 potato kernel: ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
Aug 12 16:52:13 potato kernel: ipmi_platform: ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
Aug 12 16:52:13 potato kernel: ipmi_si: Adding SMBIOS-specified kcs state machine
Aug 12 16:52:13 potato kernel: ipmi_si IPI0001:00: ipmi_platform: probing via ACPI
Aug 12 16:52:13 potato kernel: ipmi_si IPI0001:00: ipmi_platform: [io 0x0ca2] regsize 1 spacing 1 irq 0
Aug 12 16:52:13 potato kernel: ipmi_si dmi-ipmi-si.0: Removing SMBIOS-specified kcs state machine in favor of ACPI
Aug 12 16:52:13 potato kernel: ipmi_si: Adding ACPI-specified kcs state machine
Aug 12 16:52:13 potato kernel: ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x20, irq 0
Aug 12 16:52:13 potato kernel: EDAC MC0: Giving out device to module ie31200_edac controller IE31200: DEV 0000:00:00.0 (POLLED)
Aug 12 16:52:13 potato systemd[1]: Mounting /boot...
Aug 12 16:52:13 potato systemd[1]: Starting Cryptography Setup for hdd1...
Aug 12 16:52:13 potato systemd[1]: Starting Cryptography Setup for hdd2...
Aug 12 16:52:13 potato systemd-cryptsetup[485]: Key file /home/alice/luks/hddkey is world-readable. This is not a good idea!
Aug 12 16:52:13 potato systemd-cryptsetup[484]: Key file /home/alice/luks/hddkey is world-readable. This is not a good idea!
Aug 12 16:52:13 potato kernel: intel_ish_ipc 0000:00:13.0: enabling device (0000 -> 0002)
Aug 12 16:52:13 potato kernel: dca service started, version 1.12.1
Aug 12 16:52:13 potato kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Aug 12 16:52:13 potato kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Aug 12 16:52:13 potato kernel: pci 0000:00:1f.1: [8086:a120] type 00 class 0x058000
Aug 12 16:52:13 potato kernel: pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
Aug 12 16:52:13 potato kernel: i2c i2c-0: 2/4 memory slots populated (from DMI)
Aug 12 16:52:13 potato kernel: i2c i2c-0: Successfully instantiated SPD at 0x51
Aug 12 16:52:13 potato kernel: i2c i2c-0: Successfully instantiated SPD at 0x53
Aug 12 16:52:13 potato kernel: mei_me 0000:00:16.0: Device doesn't have valid ME Interface
Aug 12 16:52:13 potato kernel: mei_me 0000:00:16.1: Device doesn't have valid ME Interface
Aug 12 16:52:13 potato systemd-cryptsetup[484]: Set cipher aes, mode xts-plain64, key size 768 bits for device /dev/disk/by-uuid/ba1a4142-a6f8-44e7-a5a9-f6ed6b8a555a.
Aug 12 16:52:13 potato systemd-cryptsetup[484]: /home/alice/luks/hddkey has 0644 mode that is too permissive, please adjust the ownership and access mode.
Aug 12 16:52:13 potato systemd-cryptsetup[485]: Set cipher aes, mode xts-plain64, key size 768 bits for device /dev/disk/by-uuid/2a9e193d-919a-4f94-a8e5-89367b660915.
Aug 12 16:52:13 potato systemd-cryptsetup[485]: /home/alice/luks/hddkey has 0644 mode that is too permissive, please adjust the ownership and access mode.
Aug 12 16:52:13 potato kernel: input: PC Speaker as /devices/platform/pcspkr/input/input13
Aug 12 16:52:13 potato (udev-worker)[438]: Error running install command '/usr/bin/false' for module ast: retcode 1
Aug 12 16:52:13 potato kernel: FAT-fs (sdc1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Aug 12 16:52:13 potato systemd[1]: Mounted /boot.
Aug 12 16:52:13 potato systemd[1]: Reached target Local File Systems.
Aug 12 16:52:13 potato systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 12 16:52:13 potato kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
Aug 12 16:52:13 potato kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Aug 12 16:52:13 potato kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Aug 12 16:52:13 potato kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Aug 12 16:52:13 potato kernel: igb: Intel(R) Gigabit Ethernet Network Driver
Aug 12 16:52:13 potato kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Aug 12 16:52:13 potato kernel: iTCO_vendor_support: vendor-support=0
Aug 12 16:52:13 potato kernel: ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
Aug 12 16:52:13 potato kernel: ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
Aug 12 16:52:13 potato systemd[1]: Starting Set Up Additional Binary Formats...
Aug 12 16:52:13 potato systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Aug 12 16:52:13 potato systemd[1]: Starting Create Volatile Files and Directories...
Aug 12 16:52:13 potato systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 493 (systemd-binfmt)
Aug 12 16:52:13 potato kernel: pps pps0: new PPS source ptp0
Aug 12 16:52:13 potato kernel: igb 0000:03:00.0: added PHC on eth0
Aug 12 16:52:13 potato kernel: igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 16:52:13 potato kernel: igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 3c:ec:ef:c3:9e:86
Aug 12 16:52:13 potato kernel: igb 0000:03:00.0: eth0: PBA No: 012700-000
Aug 12 16:52:13 potato kernel: igb 0000:03:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 16:52:13 potato systemd[1]: Mounting Arbitrary Executable File Formats File System...
Aug 12 16:52:13 potato kernel: mousedev: PS/2 mouse device common for all mice
Aug 12 16:52:13 potato systemd[1]: Mounted Arbitrary Executable File Formats File System.
Aug 12 16:52:13 potato systemd[1]: Starting Virtual Console Setup...
Aug 12 16:52:13 potato kernel: logitech-djreceiver 0003:046D:C534.0005: hidraw4: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-11.2/input0
Aug 12 16:52:13 potato kernel: pps pps1: new PPS source ptp1
Aug 12 16:52:13 potato kernel: igb 0000:04:00.0: added PHC on eth1
Aug 12 16:52:13 potato kernel: igb 0000:04:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 12 16:52:13 potato kernel: igb 0000:04:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 3c:ec:ef:c3:9e:87
Aug 12 16:52:13 potato kernel: igb 0000:04:00.0: eth1: PBA No: 012700-000
Aug 12 16:52:13 potato kernel: igb 0000:04:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
Aug 12 16:52:13 potato kernel: igb 0000:03:00.0 eno1: renamed from eth0
Aug 12 16:52:13 potato systemd[1]: Finished Set Up Additional Binary Formats.
Aug 12 16:52:13 potato kernel: igb 0000:04:00.0 eno2: renamed from eth1
Aug 12 16:52:13 potato kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Aug 12 16:52:13 potato kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Aug 12 16:52:13 potato kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Aug 12 16:52:13 potato kernel: ipmi_si IPI0001:00: IPMI message handler: Found new BMC (man_id: 0x002a7c, prod_id: 0x0896, dev_id: 0x20)
Aug 12 16:52:13 potato systemd[1]: Finished Virtual Console Setup.
Aug 12 16:52:13 potato kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input14
Aug 12 16:52:13 potato kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input15
Aug 12 16:52:13 potato kernel: intel_tcc_cooling: Programmable TCC Offset detected
Aug 12 16:52:13 potato kernel: intel_rapl_common: Found RAPL domain package
Aug 12 16:52:13 potato kernel: intel_rapl_common: Found RAPL domain core
Aug 12 16:52:13 potato kernel: intel_rapl_common: Found RAPL domain dram
Aug 12 16:52:13 potato systemd[1]: Finished Create Volatile Files and Directories.
Aug 12 16:52:13 potato systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 12 16:52:13 potato systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 12 16:52:13 potato systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Aug 12 16:52:13 potato systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 12 16:52:13 potato systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Aug 12 16:52:13 potato kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input16
Aug 12 16:52:13 potato kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input17
Aug 12 16:52:13 potato kernel: logitech-djreceiver 0003:046D:C534.0006: hiddev96,hidraw5: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-11.2/input1
Aug 12 16:52:13 potato systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 12 16:52:13 potato kernel: logitech-djreceiver 0003:046D:C534.0006: device of type eQUAD nano Lite (0x0a) connected on slot 1
Aug 12 16:52:13 potato kernel: input: Logitech Wireless Keyboard PID:4023 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/0003:046D:4023.0007/input/input18
Aug 12 16:52:13 potato kernel: hid-generic 0003:046D:4023.0007: input,hidraw6: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:00:14.0-11.2/input1:1
Aug 12 16:52:13 potato kernel: logitech-djreceiver 0003:046D:C534.0006: device of type eQUAD nano Lite (0x0a) connected on slot 2
Aug 12 16:52:13 potato kernel: input: Logitech Wireless Mouse PID:4058 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/0003:046D:4058.0008/input/input23
Aug 12 16:52:13 potato kernel: hid-generic 0003:046D:4058.0008: input,hidraw7: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4058] on usb-0000:00:14.0-11.2/input1:2
Aug 12 16:52:13 potato systemd[1]: Reached target Sound Card.
Aug 12 16:52:13 potato systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 12 16:52:13 potato kernel: input: Logitech Wireless Keyboard PID:4023 as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/0003:046D:4023.0007/input/input27
Aug 12 16:52:13 potato kernel: logitech-hidpp-device 0003:046D:4023.0007: input,hidraw6: USB HID v1.11 Keyboard [Logitech Wireless Keyboard PID:4023] on usb-0000:00:14.0-11.2/input1:1
Aug 12 16:52:13 potato kernel: nvidia: loading out-of-tree module taints kernel.
Aug 12 16:52:13 potato kernel: nvidia: module license 'NVIDIA' taints kernel.
Aug 12 16:52:13 potato kernel: Disabling lock debugging due to kernel taint
Aug 12 16:52:13 potato kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Aug 12 16:52:13 potato kernel: nvidia: module license taints kernel.
Aug 12 16:52:13 potato kernel: input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:046D:C534.0006/0003:046D:4058.0008/input/input28
Aug 12 16:52:13 potato kernel: logitech-hidpp-device 0003:046D:4058.0008: input,hidraw7: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:14.0-11.2/input1:2
Aug 12 16:52:14 potato kernel: ipmi_si IPI0001:00: IPMI kcs interface initialized
Aug 12 16:52:14 potato kernel: power_meter ACPI000D:00: Found ACPI power meter.
Aug 12 16:52:14 potato kernel: power_meter ACPI000D:00: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Aug 12 16:52:14 potato kernel: power_meter ACPI000D:00: Found ACPI power meter.
Aug 12 16:52:14 potato kernel: power_meter ACPI000D:00: Ignoring unsafe software power cap!
Aug 12 16:52:14 potato kernel: ipmi_ssif: IPMI SSIF Interface driver
Aug 12 16:52:14 potato kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Aug 12 16:52:14 potato kernel:
Aug 12 16:52:14 potato kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Aug 12 16:52:14 potato kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Aug 12 16:52:14 potato kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 535.98 Tue Aug 1 21:42:05 UTC 2023
Aug 12 16:52:14 potato (udev-worker)[451]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) 255'' failed with exit code 1.
Aug 12 16:52:14 potato (udev-worker)[451]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \ -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia-frontend /proc/devices | cut -d \ -f 1) ${i}; done'' failed with exit code 1.
Aug 12 16:52:14 potato kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Aug 12 16:52:14 potato systemd-modules-load[397]: Inserted module 'nvidia_uvm'
Aug 12 16:52:14 potato kernel: nvidia-uvm: Loaded the UVM driver, major device number 511.
Aug 12 16:52:14 potato kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 535.98 Tue Aug 1 21:40:14 UTC 2023
Aug 12 16:52:14 potato kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Aug 12 16:52:14 potato systemd[1]: Finished Load Kernel Modules.
Aug 12 16:52:14 potato systemd[1]: Starting Apply Kernel Variables...
Aug 12 16:52:14 potato systemd[1]: Finished Apply Kernel Variables.
Aug 12 16:52:15 potato kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Aug 12 16:52:18 potato kernel: xor: measuring software checksum speed
Aug 12 16:52:18 potato kernel: prefetch64-sse : 25652 MB/sec
Aug 12 16:52:18 potato kernel: generic_sse : 26950 MB/sec
Aug 12 16:52:18 potato kernel: xor: using function: generic_sse (26950 MB/sec)
Aug 12 16:52:18 potato kernel: async_tx: api initialized (async)
Aug 12 16:52:18 potato kernel: block device autoloading is deprecated and will be removed.
Aug 12 16:52:18 potato systemd[1]: Finished Cryptography Setup for hdd2.
Aug 12 16:52:18 potato systemd[1]: Started Timer to wait for more drives before activating degraded array md127..
Aug 12 16:52:18 potato systemd[1]: Reached target Block Device Preparation for /dev/mapper/hdd2.
Aug 12 16:52:20 potato kernel: md/raid1:md127: active with 2 out of 2 mirrors
Aug 12 16:52:20 potato kernel: md127: detected capacity change from 0 to 31009070592
Aug 12 16:52:20 potato systemd[1]: mdadm-last-resort@md127.timer: Deactivated successfully.
Aug 12 16:52:20 potato systemd[1]: Stopped Timer to wait for more drives before activating degraded array md127..
Aug 12 16:52:20 potato systemd[1]: Starting MD array monitor...
Aug 12 16:52:20 potato (m_env.sh)[1011]: mdmonitor.service: Executable /usr/lib/mdadm/mdadm_env.sh missing, skipping: No such file or directory
Aug 12 16:52:20 potato systemd[1]: Started MD array monitor.
Aug 12 16:52:20 potato mdadm[1012]: mdadm: No mail address or alert command - not monitoring.
Aug 12 16:52:20 potato systemd[1]: mdmonitor.service: Main process exited, code=exited, status=1/FAILURE
Aug 12 16:52:20 potato systemd[1]: mdmonitor.service: Failed with result 'exit-code'.
Aug 12 16:52:20 potato systemd[1]: Finished Cryptography Setup for hdd1.
Aug 12 16:52:20 potato systemd[1]: Reached target Block Device Preparation for /dev/mapper/hdd1.
Aug 12 16:52:20 potato systemd[1]: Reached target Local Encrypted Volumes.
Aug 12 16:52:20 potato systemd[1]: Reached target System Initialization.
Aug 12 16:52:20 potato systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Aug 12 16:52:20 potato systemd[1]: Started Daily man-db regeneration.
Aug 12 16:52:20 potato systemd[1]: Started Daily verification of password and group files.
Aug 12 16:52:20 potato systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 12 16:52:20 potato systemd[1]: Reached target Timer Units.
Aug 12 16:52:20 potato systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 12 16:52:20 potato systemd[1]: Starting Docker Socket for the API...
Aug 12 16:52:20 potato systemd[1]: Listening on Git Daemon Socket.
Aug 12 16:52:20 potato systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 12 16:52:20 potato systemd[1]: Listening on Docker Socket for the API.
Aug 12 16:52:20 potato systemd[1]: Reached target Socket Units.
Aug 12 16:52:20 potato systemd[1]: Reached target Basic System.
Aug 12 16:52:20 potato systemd[1]: Starting D-Bus System Message Bus...
Aug 12 16:52:20 potato systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Aug 12 16:52:20 potato systemd[1]: Reached target Network.
Aug 12 16:52:20 potato systemd[1]: Reached target Network is Online.
Aug 12 16:52:20 potato systemd[1]: Starting containerd container runtime...
Aug 12 16:52:20 potato dhcpcd[1020]: dhcpcd-10.0.2 starting
Aug 12 16:52:20 potato systemd[1]: Starting Initialize hardware monitoring sensors...
Aug 12 16:52:20 potato dhcpcd[1022]: dev: loaded udev
Aug 12 16:52:20 potato (modprobe)[1025]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Aug 12 16:52:20 potato dhcpcd[1022]: DUID 00:01:00:01:2b:ff:4c:05:3c:ec:ef:c3:9e:86
Aug 12 16:52:21 potato systemd[1]: Starting A high performance web server and a reverse proxy server...
Aug 12 16:52:21 potato systemd[1]: Starting PostgreSQL database server...
Aug 12 16:52:21 potato systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Aug 12 16:52:21 potato systemd[1]: Started OpenSSH Daemon.
Aug 12 16:52:21 potato systemd[1]: Starting User Login Management...
Aug 12 16:52:21 potato systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 12 16:52:21 potato systemd[1]: Starting Permit User Sessions...
Aug 12 16:52:21 potato systemd[1]: Starting Transmission BitTorrent Daemon...
Aug 12 16:52:21 potato systemd[1]: Started D-Bus System Message Bus.
Aug 12 16:52:21 potato kernel: 8021q: 802.1Q VLAN Support v1.8
Aug 12 16:52:21 potato sshd[1029]: Server listening on 0.0.0.0 port 22.
Aug 12 16:52:21 potato sshd[1029]: Server listening on :: port 22.
Aug 12 16:52:21 potato systemd[1]: Finished Permit User Sessions.
Aug 12 16:52:21 potato systemd-logind[1030]: New seat seat0.
Aug 12 16:52:21 potato systemd-logind[1030]: Watching system buttons on /dev/input/event2 (Power Button)
Aug 12 16:52:21 potato systemd-logind[1030]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 12 16:52:21 potato systemd-logind[1030]: Watching system buttons on /dev/input/event0 (Sleep Button)
Aug 12 16:52:21 potato systemd-logind[1030]: Watching system buttons on /dev/input/event5 (Keychron Keychron K6)
Aug 12 16:52:21 potato systemd-logind[1030]: Watching system buttons on /dev/input/event6 (Keychron Keychron K6)
Aug 12 16:52:21 potato systemd-logind[1030]: Watching system buttons on /dev/input/event12 (Logitech Wireless Keyboard PID:4023)
Aug 12 16:52:21 potato systemd-logind[1030]: Watching system buttons on /dev/input/event3 (HID 0557:2419)
Aug 12 16:52:21 potato kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 12 16:52:21 potato kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 12 16:52:21 potato kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 12 16:52:21 potato kernel: cfg80211: failed to load regulatory.db
Aug 12 16:52:21 potato dhcpcd[1022]: no interfaces have a carrier
Aug 12 16:52:21 potato systemd[1]: Finished Initialize hardware monitoring sensors.
Aug 12 16:52:21 potato systemd[1]: Started User Login Management.
Aug 12 16:52:21 potato dhcpcd[1022]: eno1: waiting for carrier
Aug 12 16:52:21 potato kernel: 8021q: adding VLAN 0 to HW filter on device eno1
Aug 12 16:52:21 potato dbus-daemon[1019]: [system] Successfully activated service 'org.freedesktop.systemd1'
Aug 12 16:52:21 potato systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 12 16:52:21 potato dhcpcd[1022]: eno2: waiting for carrier
Aug 12 16:52:21 potato kernel: 8021q: adding VLAN 0 to HW filter on device eno2
Aug 12 16:52:21 potato systemd[1]: Starting Light Display Manager...
Aug 12 16:52:21 potato systemd[1]: Started A high performance web server and a reverse proxy server.
Aug 12 16:52:21 potato transmission-daemon[1032]: sendto: Network is unreachable
Aug 12 16:52:21 potato transmission-daemon[1032]: sendto: Network is unreachable
Aug 12 16:52:21 potato transmission-daemon[1032]: sendto: Network is unreachable
Aug 12 16:52:21 potato transmission-daemon[1032]: sendto: Network is unreachable
Aug 12 16:52:21 potato systemd-journald[396]: /var/log/journal/c14f6ffba5ce4f3493cc4fb37e2aeb0c/user-1000.journal: Boot ID changed since last record, rotating.
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.376340786-04:00" level=info msg="starting containerd" revision=0cae528dd6cb557f7201036e9f43420650207b58.m version=v1.7.2
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.409238452-04:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Aug 12 16:52:21 potato lightdm[1071]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Aug 12 16:52:21 potato systemd[1]: Started Transmission BitTorrent Daemon.
Aug 12 16:52:21 potato systemd[1]: Started Light Display Manager.
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.411398162-04:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/6.4.9-arch1-1\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.411453000-04:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.411611770-04:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.411636184-04:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.411912060-04:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.412150765-04:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.412504199-04:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.412522274-04:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.412535078-04:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.412654365-04:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.412689563-04:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.412722888-04:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.412734988-04:00" level=info msg="metadata content store policy set" policy=shared
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.417565937-04:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.418447268-04:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.418461986-04:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.418482956-04:00" level=info msg="loading plugin \"io.containerd.lease.v1.manager\"..." type=io.containerd.lease.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.420995387-04:00" level=info msg="loading plugin \"io.containerd.nri.v1.nri\"..." type=io.containerd.nri.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421011461-04:00" level=info msg="NRI interface is disabled by configuration."
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421028248-04:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421129620-04:00" level=info msg="loading plugin \"io.containerd.runtime.v2.shim\"..." type=io.containerd.runtime.v2
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421151607-04:00" level=info msg="loading plugin \"io.containerd.sandbox.store.v1.local\"..." type=io.containerd.sandbox.store.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421173042-04:00" level=info msg="loading plugin \"io.containerd.sandbox.controller.v1.local\"..." type=io.containerd.sandbox.controller.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421203867-04:00" level=info msg="loading plugin \"io.containerd.streaming.v1.manager\"..." type=io.containerd.streaming.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421218727-04:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421270337-04:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421285600-04:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421304429-04:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421319982-04:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421337253-04:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421351688-04:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421364233-04:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.421414263-04:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.423985127-04:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.424005867-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.424032059-04:00" level=info msg="loading plugin \"io.containerd.transfer.v1.local\"..." type=io.containerd.transfer.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.424049171-04:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.424681540-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.424709416-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.424720134-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.424729672-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.424739846-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.424753365-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.424763437-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.424772064-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.424782360-04:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.426473759-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandbox-controllers\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.426498475-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandboxes\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.426517742-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.426537950-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.streaming\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.426551681-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.426571834-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.transfer\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.426585224-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.426597320-04:00" level=info msg="loading plugin \"io.containerd.grpc.v1.cri\"..." type=io.containerd.grpc.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.426703794-04:00" level=info msg="Start cri plugin with config {PluginConfig:{ContainerdConfig:{Snapshotter:overlayfs DefaultRuntimeName:runc DefaultRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} UntrustedWorkloadRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} Runtimes:map[runc:{Type:io.containerd.runc.v2 Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[BinaryName: CriuImagePath: CriuPath: CriuWorkPath: IoGid:0 IoUid:0 NoNewKeyring:false NoPivotRoot:false Root: ShimCgroup: SystemdCgroup:false] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:podsandbox}] NoPivot:false DisableSnapshotAnnotations:true DiscardUnpackedLayers:false IgnoreBlockIONotEnabledErrors:false IgnoreRdtNotEnabledErrors:false} CniConfig:{NetworkPluginBinDir:/opt/cni/bin NetworkPluginConfDir:/etc/cni/net.d NetworkPluginMaxConfNum:1 NetworkPluginSetupSerially:false NetworkPluginConfTemplate: IPPreference:} Registry:{ConfigPath: Mirrors:map[] Configs:map[] Auths:map[] Headers:map[]} ImageDecryption:{KeyModel:node} DisableTCPService:true StreamServerAddress:127.0.0.1 StreamServerPort:0 StreamIdleTimeout:4h0m0s EnableSelinux:false SelinuxCategoryRange:1024 SandboxImage:registry.k8s.io/pause:3.8 StatsCollectPeriod:10 SystemdCgroup:false EnableTLSStreaming:false X509KeyPairStreaming:{TLSCertFile: TLSKeyFile:} MaxContainerLogLineSize:16384 DisableCgroup:false DisableApparmor:false RestrictOOMScoreAdj:false MaxConcurrentDownloads:3 DisableProcMount:false UnsetSeccompProfile: TolerateMissingHugetlbController:true DisableHugetlbController:true DeviceOwnershipFromSecurityContext:false IgnoreImageDefinedVolumes:false NetNSMountsUnderStateDir:false EnableUnprivilegedPorts:false EnableUnprivilegedICMP:false EnableCDI:false CDISpecDirs:[/etc/cdi /var/run/cdi] ImagePullProgressTimeout:1m0s DrainExecSyncIOTimeout:0s} ContainerdRootDir:/var/lib/containerd ContainerdEndpoint:/run/containerd/containerd.sock RootDir:/var/lib/containerd/io.containerd.grpc.v1.cri StateDir:/run/containerd/io.containerd.grpc.v1.cri}"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.426748654-04:00" level=info msg="Connect containerd service"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.426766025-04:00" level=info msg="using legacy CRI server"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.426771495-04:00" level=info msg="using experimental NRI integration - disable nri plugin to prevent this"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.426796205-04:00" level=info msg="Get image filesystem path \"/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs\""
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.428222035-04:00" level=error msg="failed to load cni during init, please check CRI plugin status before setting up network for pods" error="cni config load failed: no network config found in /etc/cni/net.d: cni plugin not initialized: failed to load cni config"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.429123287-04:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.429141398-04:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.429150520-04:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.429159930-04:00" level=info msg="skipping tracing processor initialization (no tracing plugin)" error="no OpenTelemetry endpoint: skip plugin"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.430049614-04:00" level=info msg="Start subscribing containerd event"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.431484321-04:00" level=info msg="Start recovering state"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.430516679-04:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.431564468-04:00" level=info msg=serving... address=/run/containerd/containerd.sock
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.431572717-04:00" level=info msg="Start event monitor"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.431588663-04:00" level=info msg="Start snapshots syncer"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.431601123-04:00" level=info msg="Start cni network conf syncer for default"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.431612570-04:00" level=info msg="Start streaming server"
Aug 12 16:52:21 potato containerd[1034]: time="2023-08-12T16:52:21.431686005-04:00" level=info msg="containerd successfully booted in 0.057512s"
Aug 12 16:52:21 potato systemd[1]: Started containerd container runtime.
Aug 12 16:52:21 potato systemd[1]: Starting Docker Application Container Engine...
Aug 12 16:52:21 potato postgres[1091]: 2023-08-12 16:52:21.492 EDT [1091] LOG: starting PostgreSQL 15.3 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 13.2.1 20230801, 64-bit
Aug 12 16:52:21 potato postgres[1091]: 2023-08-12 16:52:21.493 EDT [1091] LOG: listening on IPv6 address "::1", port 5432
Aug 12 16:52:21 potato postgres[1091]: 2023-08-12 16:52:21.493 EDT [1091] LOG: listening on IPv4 address "127.0.0.1", port 5432
Aug 12 16:52:21 potato postgres[1091]: 2023-08-12 16:52:21.495 EDT [1091] LOG: listening on Unix socket "/run/postgresql/.s.PGSQL.5432"
Aug 12 16:52:21 potato postgres[1108]: 2023-08-12 16:52:21.507 EDT [1108] LOG: database system was shut down at 2023-08-12 16:50:56 EDT
Aug 12 16:52:21 potato postgres[1091]: 2023-08-12 16:52:21.541 EDT [1091] LOG: database system is ready to accept connections
Aug 12 16:52:21 potato systemd[1]: Started PostgreSQL database server.
Aug 12 16:52:21 potato systemd[1]: Starting Miniflux...
Aug 12 16:52:21 potato systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Aug 12 16:52:21 potato systemd[1]: lightdm.service: Failed with result 'exit-code'.
Aug 12 16:52:21 potato systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 1.
Aug 12 16:52:21 potato systemd[1]: Starting Light Display Manager...
Aug 12 16:52:21 potato systemd[1]: Started Light Display Manager.
Aug 12 16:52:21 potato lightdm[1128]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Aug 12 16:52:21 potato miniflux[1112]: [2023-08-12T16:52:21] [INFO] Starting daemon...
Aug 12 16:52:21 potato miniflux[1112]: [2023-08-12T16:52:21] [INFO] Starting background scheduler...
Aug 12 16:52:21 potato dockerd[1105]: time="2023-08-12T16:52:21.902555218-04:00" level=info msg="Starting up"
Aug 12 16:52:21 potato miniflux[1112]: [2023-08-12T16:52:21] [INFO] Sending readiness notification to Systemd
Aug 12 16:52:21 potato miniflux[1112]: [2023-08-12T16:52:21] [INFO] Activating Systemd watchdog
Aug 12 16:52:21 potato miniflux[1112]: [2023-08-12T16:52:21] [INFO] Listening on "127.0.0.1:9995" without TLS
Aug 12 16:52:21 potato systemd[1]: Started Miniflux.
Aug 12 16:52:21 potato systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Aug 12 16:52:21 potato systemd[1]: lightdm.service: Failed with result 'exit-code'.
Aug 12 16:52:21 potato dockerd[1105]: time="2023-08-12T16:52:21.982163222-04:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Aug 12 16:52:21 potato dockerd[1105]: time="2023-08-12T16:52:21.984483987-04:00" level=info msg="Loading containers: start."
Aug 12 16:52:22 potato kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Aug 12 16:52:22 potato kernel: Bridge firewalling registered
Aug 12 16:52:22 potato systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 2.
Aug 12 16:52:22 potato systemd[1]: Starting Light Display Manager...
Aug 12 16:52:22 potato systemd[1]: Started Light Display Manager.
Aug 12 16:52:22 potato lightdm[1214]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Aug 12 16:52:22 potato dockerd[1105]: time="2023-08-12T16:52:22.181478285-04:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Aug 12 16:52:22 potato dockerd[1105]: time="2023-08-12T16:52:22.218354651-04:00" level=info msg="Loading containers: done."
Aug 12 16:52:22 potato systemd[1]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck2364493195-merged.mount: Deactivated successfully.
Aug 12 16:52:22 potato dockerd[1105]: time="2023-08-12T16:52:22.295419373-04:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
Aug 12 16:52:22 potato dockerd[1105]: time="2023-08-12T16:52:22.295593014-04:00" level=info msg="Docker daemon" commit=a61e2b4c9c graphdriver=overlay2 version=24.0.5
Aug 12 16:52:22 potato dockerd[1105]: time="2023-08-12T16:52:22.295816270-04:00" level=info msg="Daemon has completed initialization"
Aug 12 16:52:22 potato systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Aug 12 16:52:22 potato systemd[1]: lightdm.service: Failed with result 'exit-code'.
Aug 12 16:52:22 potato dockerd[1105]: time="2023-08-12T16:52:22.343979958-04:00" level=info msg="API listen on /run/docker.sock"
Aug 12 16:52:22 potato systemd[1]: Started Docker Application Container Engine.
Aug 12 16:52:22 potato systemd[1]: Reached target Multi-User System.
Aug 12 16:52:22 potato systemd[1]: Reached target Graphical Interface.
Aug 12 16:52:22 potato systemd[1]: Startup finished in 988ms (kernel) + 22.339s (initrd) + 11.000s (userspace) = 34.328s.
Aug 12 16:52:22 potato systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 3.
Aug 12 16:52:22 potato systemd[1]: Starting Light Display Manager...
Aug 12 16:52:22 potato systemd[1]: Started Light Display Manager.
Aug 12 16:52:22 potato lightdm[1322]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Aug 12 16:52:22 potato systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Aug 12 16:52:22 potato systemd[1]: lightdm.service: Failed with result 'exit-code'.
Aug 12 16:52:23 potato systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 4.
Aug 12 16:52:23 potato systemd[1]: Starting Light Display Manager...
Aug 12 16:52:23 potato systemd[1]: Started Light Display Manager.
Aug 12 16:52:23 potato lightdm[1331]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Aug 12 16:52:23 potato kernel: intel_ish_ipc 0000:00:13.0: [ishtp-ish]: Timed out waiting for FW-initiated reset
Aug 12 16:52:23 potato kernel: intel_ish_ipc 0000:00:13.0: ISH: hw start failed.
Aug 12 16:52:23 potato systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Aug 12 16:52:23 potato systemd[1]: lightdm.service: Failed with result 'exit-code'.
Aug 12 16:52:23 potato systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 5.
Aug 12 16:52:23 potato systemd[1]: lightdm.service: Start request repeated too quickly.
Aug 12 16:52:23 potato systemd[1]: lightdm.service: Failed with result 'exit-code'.
Aug 12 16:52:23 potato systemd[1]: Failed to start Light Display Manager.
Aug 12 16:52:23 potato kernel: igb 0000:04:00.0 eno2: igb: eno2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Aug 12 16:52:24 potato dhcpcd[1022]: eno2: carrier acquired
Aug 12 16:52:24 potato kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eno2: link becomes ready
Aug 12 16:52:24 potato dhcpcd[1022]: eno2: IAID ef:c3:9e:87
Aug 12 16:52:24 potato dhcpcd[1022]: eno2: adding address fe80::5dda:3652:4636:c184
Aug 12 16:52:24 potato dhcpcd[1022]: eno2: rebinding lease of 192.168.1.177
Aug 12 16:52:24 potato dhcpcd[1022]: eno2: probing address 192.168.1.177/24
Aug 12 16:52:24 potato dhcpcd[1022]: eno2: soliciting an IPv6 router
Aug 12 16:52:29 potato dhcpcd[1022]: eno2: leased 192.168.1.177 for 86400 seconds
Aug 12 16:52:29 potato dhcpcd[1022]: eno2: adding route to 192.168.1.0/24
Aug 12 16:52:29 potato dhcpcd[1022]: eno2: adding default route via 192.168.1.1
Aug 12 16:52:31 potato kernel: logitech-hidpp-device 0003:046D:4058.0008: HID++ 4.5 device connected.
Aug 12 16:52:37 potato dhcpcd[1022]: eno2: no IPv6 Routers available
Aug 12 16:52:40 potato systemd[1]: Started Getty on tty2.
Aug 12 16:52:45 potato dbus-daemon[1019]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.13' (uid=0 pid=1364 comm="/bin/login -p -- ")
Aug 12 16:52:45 potato dbus-daemon[1019]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 16:52:47 potato login[1364]: pam_unix(login:session): session opened for user alice(uid=1000) by alice(uid=0)
Aug 12 16:52:47 potato systemd-logind[1030]: New session 1 of user alice.
Aug 12 16:52:47 potato systemd[1]: Created slice User Slice of UID 1000.
Aug 12 16:52:47 potato systemd[1]: Starting User Runtime Directory /run/user/1000...
Aug 12 16:52:47 potato systemd[1]: Finished User Runtime Directory /run/user/1000.
Aug 12 16:52:47 potato systemd[1]: Starting User Manager for UID 1000...
Aug 12 16:52:47 potato dbus-daemon[1019]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.16' (uid=0 pid=1372 comm="(systemd)")
Aug 12 16:52:47 potato dbus-daemon[1019]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 16:52:47 potato (systemd)[1372]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[alice] ruser=[<unknown>] rhost=[<unknown>]
Aug 12 16:52:47 potato (systemd)[1372]: pam_unix(systemd-user:session): session opened for user alice(uid=1000) by alice(uid=0)
Aug 12 16:52:47 potato systemd[1372]: Queued start job for default target Main User Target.
Aug 12 16:52:47 potato systemd[1372]: Created slice User Application Slice.
Aug 12 16:52:47 potato systemd[1372]: Reached target Paths.
Aug 12 16:52:47 potato systemd[1372]: Reached target Timers.
Aug 12 16:52:47 potato systemd[1372]: Starting D-Bus User Message Bus Socket...
Aug 12 16:52:47 potato systemd[1372]: Listening on GnuPG network certificate management daemon.
Aug 12 16:52:47 potato systemd[1372]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 12 16:52:47 potato systemd[1372]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 12 16:52:47 potato systemd[1372]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 12 16:52:47 potato systemd[1372]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 12 16:52:47 potato systemd[1372]: Listening on p11-kit server.
Aug 12 16:52:47 potato systemd[1372]: Listening on D-Bus User Message Bus Socket.
Aug 12 16:52:47 potato systemd[1372]: Reached target Sockets.
Aug 12 16:52:47 potato systemd[1372]: Reached target Basic System.
Aug 12 16:52:47 potato systemd[1372]: Reached target Main User Target.
Aug 12 16:52:47 potato systemd[1372]: Startup finished in 135ms.
Aug 12 16:52:47 potato systemd[1]: Started User Manager for UID 1000.
Aug 12 16:52:47 potato systemd[1]: Started Session 1 of User alice.
Aug 12 16:52:47 potato login[1364]: LOGIN ON tty2 BY alice
Aug 12 16:53:53 potato dhcpcd[1022]: eno2: Router Advertisement from fe80::ea9f:80ff:fe91:8041
Aug 12 16:53:53 potato dhcpcd[1022]: eno2: requesting DHCPv6 information
Aug 12 16:54:03 potato dhcpcd[1022]: eno2: failed to request DHCPv6 information
Aug 12 16:54:03 potato dhcpcd[1022]: eno2: failed to request DHCPv6 information
Aug 12 16:54:03 potato dhcpcd[1022]: eno2: no advertising IPv6 router wants DHCP
Aug 12 16:54:09 potato dbus-daemon[1019]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.18' (uid=0 pid=1408 comm="sudo ls")
Aug 12 16:54:09 potato dbus-daemon[1019]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 16:54:10 potato sudo[1408]: alice : TTY=tty2 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/ls
Aug 12 16:54:10 potato sudo[1408]: pam_unix(sudo:session): session opened for user root(uid=0) by alice(uid=1000)
Aug 12 16:54:10 potato sudo[1408]: pam_unix(sudo:session): session closed for user root
Aug 12 16:54:21 potato dbus-daemon[1019]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.19' (uid=0 pid=1412 comm="sudo journalctl -b -1")
Aug 12 16:54:21 potato dbus-daemon[1019]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 16:54:21 potato sudo[1412]: alice : TTY=tty2 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/journalctl -b -1
Aug 12 16:54:21 potato sudo[1412]: pam_unix(sudo:session): session opened for user root(uid=0) by alice(uid=1000)
Aug 12 16:54:21 potato sudo[1412]: pam_unix(sudo:session): session closed for user root
Aug 12 16:54:41 potato dbus-daemon[1019]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.20' (uid=0 pid=1419 comm="sudo cp 10-nvidia.conf /etc/X11/xorg.conf.d/")
Aug 12 16:54:41 potato dbus-daemon[1019]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 16:54:41 potato sudo[1419]: alice : TTY=tty2 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/cp 10-nvidia.conf /etc/X11/xorg.conf.d/
Aug 12 16:54:41 potato sudo[1419]: pam_unix(sudo:session): session opened for user root(uid=0) by alice(uid=1000)
Aug 12 16:54:41 potato sudo[1419]: pam_unix(sudo:session): session closed for user root
Aug 12 16:54:48 potato dbus-daemon[1019]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.21' (uid=0 pid=1423 comm="sudo reboot")
Aug 12 16:54:48 potato dbus-daemon[1019]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 12 16:54:48 potato sudo[1423]: alice : TTY=tty2 ; PWD=/home/alice ; USER=root ; COMMAND=/usr/bin/reboot
Aug 12 16:54:48 potato sudo[1423]: pam_unix(sudo:session): session opened for user root(uid=0) by alice(uid=1000)
Aug 12 16:54:48 potato systemd-logind[1030]: The system will reboot now!
Aug 12 16:54:48 potato systemd-logind[1030]: System is rebooting.
Aug 12 16:54:48 potato sudo[1423]: pam_unix(sudo:session): session closed for user root
Aug 12 16:54:48 potato systemd[1]: Stopping Session 1 of User alice...
Aug 12 16:54:48 potato login[1364]: pam_unix(login:session): session closed for user alice
Aug 12 16:54:48 potato systemd[1]: Removed slice Slice /system/modprobe.
Aug 12 16:54:48 potato systemd[1]: Stopped target Graphical Interface.
Aug 12 16:54:48 potato systemd[1]: Stopped target Multi-User System.
Aug 12 16:54:48 potato systemd[1]: Stopped target Login Prompts.
Aug 12 16:54:48 potato systemd[1]: Stopped target Sound Card.
Aug 12 16:54:48 potato systemd[1]: Stopped target Timer Units.
Aug 12 16:54:48 potato systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Aug 12 16:54:48 potato systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Aug 12 16:54:49 potato systemd[1]: man-db.timer: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Stopped Daily man-db regeneration.
Aug 12 16:54:49 potato systemd[1]: shadow.timer: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Stopped Daily verification of password and group files.
Aug 12 16:54:49 potato systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Aug 12 16:54:49 potato systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Closed LVM2 poll daemon socket.
Aug 12 16:54:49 potato systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 12 16:54:49 potato systemd[1]: Stopping Docker Application Container Engine...
Aug 12 16:54:49 potato dockerd[1105]: time="2023-08-12T16:54:49.081081275-04:00" level=info msg="Processing signal 'terminated'"
Aug 12 16:54:49 potato dockerd[1105]: time="2023-08-12T16:54:49.086630017-04:00" level=info msg="Daemon shutdown complete"
Aug 12 16:54:49 potato systemd[1]: Stopping Getty on tty2...
Aug 12 16:54:49 potato systemd[1]: Stopping Initialize hardware monitoring sensors...
Aug 12 16:54:49 potato (modprobe)[1428]: lm_sensors.service: Referenced but unset environment variable evaluates to an empty string: BUS_MODULES
Aug 12 16:54:49 potato miniflux[1112]: [2023-08-12T16:54:49] [INFO] Shutting down the process...
Aug 12 16:54:49 potato miniflux[1112]: [2023-08-12T16:54:49] [INFO] Process gracefully stopped
Aug 12 16:54:49 potato systemd[1]: Stopping Miniflux...
Aug 12 16:54:49 potato systemd[1]: Starting Generate shutdown-ramfs...
Aug 12 16:54:49 potato systemd[1]: Stopping A high performance web server and a reverse proxy server...
Aug 12 16:54:49 potato sshd[1029]: Received signal 15; terminating.
Aug 12 16:54:49 potato systemd[1]: Stopping OpenSSH Daemon...
Aug 12 16:54:49 potato systemd[1]: Stopping Load/Save OS Random Seed...
Aug 12 16:54:49 potato systemd[1]: Stopping Transmission BitTorrent Daemon...
Aug 12 16:54:49 potato systemd[1]: sshd.service: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Stopped OpenSSH Daemon.
Aug 12 16:54:49 potato systemd[1]: docker.service: Deactivated successfully.
Aug 12 16:54:49 potato mkinitcpio[1429]: ==> Starting build: 'none'
Aug 12 16:54:49 potato mkinitcpio[1429]: -> Running build hook: [sd-shutdown]
Aug 12 16:54:49 potato systemd[1]: Stopped Docker Application Container Engine.
Aug 12 16:54:49 potato systemd[1]: nginx.service: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Stopped A high performance web server and a reverse proxy server.
Aug 12 16:54:49 potato systemd[1]: miniflux.service: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Stopped Miniflux.
Aug 12 16:54:49 potato systemd[1]: getty@tty2.service: Deactivated successfully.
Aug 12 16:54:49 potato mkinitcpio[1429]: ==> Build complete.
Aug 12 16:54:49 potato systemd[1]: Stopped Getty on tty2.
Aug 12 16:54:49 potato systemd[1]: lm_sensors.service: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Stopped Initialize hardware monitoring sensors.
Aug 12 16:54:49 potato systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Finished Generate shutdown-ramfs.
Aug 12 16:54:49 potato systemd[1]: systemd-random-seed.service: Deactivated successfully.
Aug 12 16:54:49 potato transmission-daemon[1032]: Closing transmission session... done.
Aug 12 16:54:49 potato systemd[1]: Stopped Load/Save OS Random Seed.
Aug 12 16:54:49 potato systemd[1]: session-1.scope: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Stopped Session 1 of User alice.
Aug 12 16:54:49 potato systemd[1]: session-1.scope: Consumed 1.259s CPU time.
Aug 12 16:54:49 potato systemd[1]: transmission.service: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Stopped Transmission BitTorrent Daemon.
Aug 12 16:54:49 potato systemd-logind[1030]: Session 1 logged out. Waiting for processes to exit.
Aug 12 16:54:49 potato systemd[1]: Removed slice Slice /system/getty.
Aug 12 16:54:49 potato systemd[1]: Stopped target Network is Online.
Aug 12 16:54:49 potato systemd[1]: Stopping containerd container runtime...
Aug 12 16:54:49 potato containerd[1034]: time="2023-08-12T16:54:49.770134193-04:00" level=info msg="Stop CRI service"
Aug 12 16:54:49 potato containerd[1034]: time="2023-08-12T16:54:49.770490738-04:00" level=info msg="Stop CRI service"
Aug 12 16:54:49 potato containerd[1034]: time="2023-08-12T16:54:49.770584138-04:00" level=info msg="Event monitor stopped"
Aug 12 16:54:49 potato systemd[1]: Stopping PostgreSQL database server...
Aug 12 16:54:49 potato postgres[1091]: 2023-08-12 16:54:49.770 EDT [1091] LOG: received fast shutdown request
Aug 12 16:54:49 potato postgres[1091]: 2023-08-12 16:54:49.772 EDT [1091] LOG: aborting any active transactions
Aug 12 16:54:49 potato systemd[1]: Stopping User Login Management...
Aug 12 16:54:49 potato systemd[1]: Stopping User Manager for UID 1000...
Aug 12 16:54:49 potato systemd[1]: containerd.service: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1372]: Activating special unit Exit the Session...
Aug 12 16:54:49 potato systemd[1372]: Stopped target Main User Target.
Aug 12 16:54:49 potato postgres[1091]: 2023-08-12 16:54:49.774 EDT [1091] LOG: background worker "logical replication launcher" (PID 1111) exited with exit code 1
Aug 12 16:54:49 potato systemd[1372]: Stopped target Basic System.
Aug 12 16:54:49 potato systemd[1372]: Stopped target Paths.
Aug 12 16:54:49 potato systemd[1372]: Stopped target Sockets.
Aug 12 16:54:49 potato systemd[1372]: Stopped target Timers.
Aug 12 16:54:49 potato systemd[1372]: Closed D-Bus User Message Bus Socket.
Aug 12 16:54:49 potato systemd[1372]: Closed GnuPG network certificate management daemon.
Aug 12 16:54:49 potato systemd[1372]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 12 16:54:49 potato postgres[1106]: 2023-08-12 16:54:49.775 EDT [1106] LOG: shutting down
Aug 12 16:54:49 potato systemd[1372]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Aug 12 16:54:49 potato systemd[1372]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Aug 12 16:54:49 potato systemd[1372]: Closed GnuPG cryptographic agent and passphrase cache.
Aug 12 16:54:49 potato systemd[1372]: Closed p11-kit server.
Aug 12 16:54:49 potato systemd[1372]: Removed slice User Application Slice.
Aug 12 16:54:49 potato systemd[1372]: Reached target Shutdown.
Aug 12 16:54:49 potato systemd[1372]: Finished Exit the Session.
Aug 12 16:54:49 potato systemd[1372]: Reached target Exit the Session.
Aug 12 16:54:49 potato postgres[1106]: 2023-08-12 16:54:49.776 EDT [1106] LOG: checkpoint starting: shutdown immediate
Aug 12 16:54:49 potato postgres[1106]: 2023-08-12 16:54:49.788 EDT [1106] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.004 s, sync=0.001 s, total=0.014 s; sync files=3, longest=0.001 s, average=0.001 s; distance=0 kB, estimate=0 kB
Aug 12 16:54:49 potato postgres[1091]: 2023-08-12 16:54:49.791 EDT [1091] LOG: database system is shut down
Aug 12 16:54:49 potato (sd-pam)[1373]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[alice] ruser=[<unknown>] rhost=[<unknown>]
Aug 12 16:54:49 potato systemd[1]: Stopped containerd container runtime.
Aug 12 16:54:49 potato systemd[1]: postgresql.service: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Stopped PostgreSQL database server.
Aug 12 16:54:49 potato systemd[1]: user@1000.service: Deactivated successfully.
Aug 12 16:54:49 potato systemd[1]: Stopped User Manager for UID 1000.
Aug 12 16:54:50 potato systemd-logind[1030]: Removed session 1.
Aug 12 16:54:50 potato systemd[1]: Stopping Permit User Sessions...
Aug 12 16:54:50 potato systemd[1]: Stopping User Runtime Directory /run/user/1000...
Aug 12 16:54:50 potato systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Stopped Permit User Sessions.
Aug 12 16:54:50 potato systemd[1]: run-user-1000.mount: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Unmounted /run/user/1000.
Aug 12 16:54:50 potato systemd[1]: systemd-logind.service: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Stopped User Login Management.
Aug 12 16:54:50 potato systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Stopped User Runtime Directory /run/user/1000.
Aug 12 16:54:50 potato systemd[1]: Removed slice User Slice of UID 1000.
Aug 12 16:54:50 potato systemd[1]: user-1000.slice: Consumed 1.392s CPU time.
Aug 12 16:54:50 potato systemd[1]: Stopped target Network.
Aug 12 16:54:50 potato systemd[1]: Stopped target Remote File Systems.
Aug 12 16:54:50 potato systemd[1]: Stopping D-Bus System Message Bus...
Aug 12 16:54:50 potato dhcpcd[1022]: received SIGTERM, stopping
Aug 12 16:54:50 potato dhcpcd[1022]: eno2: removing interface
Aug 12 16:54:50 potato systemd[1]: Stopping DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces...
Aug 12 16:54:50 potato dhcpcd[1022]: eno1: removing interface
Aug 12 16:54:50 potato dhcpcd[1022]: dhcpcd exited
Aug 12 16:54:50 potato systemd[1]: dbus.service: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Stopped D-Bus System Message Bus.
Aug 12 16:54:50 potato systemd[1]: dhcpcd.service: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Stopped DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Aug 12 16:54:50 potato systemd[1]: Stopped target Basic System.
Aug 12 16:54:50 potato systemd[1]: Stopped target Path Units.
Aug 12 16:54:50 potato systemd[1]: Stopped target Slice Units.
Aug 12 16:54:50 potato systemd[1]: Removed slice User and Session Slice.
Aug 12 16:54:50 potato systemd[1]: user.slice: Consumed 1.392s CPU time.
Aug 12 16:54:50 potato systemd[1]: Stopped target Socket Units.
Aug 12 16:54:50 potato systemd[1]: dbus.socket: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Closed D-Bus System Message Bus Socket.
Aug 12 16:54:50 potato systemd[1]: docker.socket: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Closed Docker Socket for the API.
Aug 12 16:54:50 potato systemd[1]: git-daemon.socket: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Closed Git Daemon Socket.
Aug 12 16:54:50 potato systemd[1]: Stopped target System Initialization.
Aug 12 16:54:50 potato systemd[1]: Stopped target Local Encrypted Volumes.
Aug 12 16:54:50 potato systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Aug 12 16:54:50 potato systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Aug 12 16:54:50 potato systemd[1]: Stopped target Local Integrity Protected Volumes.
Aug 12 16:54:50 potato systemd[1]: Stopped target Local Verity Protected Volumes.
Aug 12 16:54:50 potato systemd[1]: Stopping Set Up Additional Binary Formats...
Aug 12 16:54:50 potato systemd[1]: Stopping Cryptography Setup for hdd1...
Aug 12 16:54:50 potato systemd[1]: Stopping Cryptography Setup for hdd2...
Aug 12 16:54:50 potato systemd[1]: systemd-sysctl.service: Deactivated successfully.
Aug 12 16:54:50 potato systemd-cryptsetup[1582]: Device hdd1 is still in use.
Aug 12 16:54:50 potato systemd-cryptsetup[1582]: Failed to deactivate 'hdd1': Device or resource busy
Aug 12 16:54:50 potato systemd-cryptsetup[1583]: Device hdd2 is still in use.
Aug 12 16:54:50 potato systemd-cryptsetup[1583]: Failed to deactivate 'hdd2': Device or resource busy
Aug 12 16:54:50 potato systemd[1]: Stopped Apply Kernel Variables.
Aug 12 16:54:50 potato systemd[1]: systemd-coredump.socket: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Closed Process Core Dump Socket.
Aug 12 16:54:50 potato systemd[1]: systemd-modules-load.service: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Stopped Load Kernel Modules.
Aug 12 16:54:50 potato systemd[1]: systemd-modules-load.service: Consumed 2.339s CPU time.
Aug 12 16:54:50 potato systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
Aug 12 16:54:50 potato systemd[1]: systemd-binfmt.service: Deactivated successfully.
Aug 12 16:54:50 potato systemd[1]: Stopped Set Up Additional Binary Formats.
Aug 12 16:54:50 potato systemd[1]: systemd-cryptsetup@hdd1.service: Control process exited, code=exited, status=1/FAILURE
Aug 12 16:54:50 potato systemd[1]: systemd-cryptsetup@hdd1.service: Failed with result 'exit-code'.
Aug 12 16:54:50 potato systemd[1]: Stopped Cryptography Setup for hdd1.
Aug 12 16:54:50 potato systemd[1]: systemd-cryptsetup@hdd2.service: Control process exited, code=exited, status=1/FAILURE
Aug 12 16:54:50 potato systemd[1]: systemd-cryptsetup@hdd2.service: Failed with result 'exit-code'.
Aug 12 16:54:51 potato systemd[1]: Stopped Cryptography Setup for hdd2.
Aug 12 16:54:51 potato systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Aug 12 16:54:51 potato systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Aug 12 16:54:51 potato systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Aug 12 16:54:51 potato systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Aug 12 16:54:51 potato systemd[1]: Stopped target Block Device Preparation for /dev/mapper/hdd1.
Aug 12 16:54:51 potato systemd[1]: Stopped target Block Device Preparation for /dev/mapper/hdd2.
Aug 12 16:54:51 potato systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Aug 12 16:54:51 potato systemd[1]: Stopped Create Volatile Files and Directories.
Aug 12 16:54:51 potato systemd[1]: Stopped target Local File Systems.
Aug 12 16:54:51 potato systemd[1]: Unmounting /boot...
Aug 12 16:54:51 potato systemd[1]: Unmounting Temporary Directory /tmp...
Aug 12 16:54:51 potato systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
Aug 12 16:54:51 potato systemd[1]: boot.mount: Deactivated successfully.
Aug 12 16:54:51 potato systemd[1]: Unmounted /boot.
Aug 12 16:54:51 potato systemd[1]: tmp.mount: Deactivated successfully.
Aug 12 16:54:51 potato systemd[1]: Unmounted Temporary Directory /tmp.
Aug 12 16:54:51 potato systemd[1]: Stopped target Preparation for Local File Systems.
Aug 12 16:54:51 potato systemd[1]: Stopped target Swaps.
Aug 12 16:54:51 potato systemd[1]: Reached target Unmount All Filesystems.
Aug 12 16:54:51 potato systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Aug 12 16:54:51 potato systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Aug 12 16:54:51 potato systemd[1]: Stopped Remount Root and Kernel File Systems.
Aug 12 16:54:51 potato systemd[1]: systemd-fsck-root.service: Deactivated successfully.
Aug 12 16:54:51 potato systemd[1]: Stopped File System Check on Root Device.
Aug 12 16:54:51 potato systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Aug 12 16:54:51 potato systemd[1]: Stopped Create Static Device Nodes in /dev.
Aug 12 16:54:51 potato systemd[1]: lvm2-monitor.service: Deactivated successfully.
Aug 12 16:54:51 potato systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 12 16:54:51 potato systemd[1]: Reached target System Shutdown.
Aug 12 16:54:51 potato systemd[1]: Reached target Late Shutdown Services.
Aug 12 16:54:51 potato systemd[1]: systemd-reboot.service: Deactivated successfully.
Aug 12 16:54:51 potato systemd[1]: Finished System Reboot.
Aug 12 16:54:51 potato systemd[1]: Reached target System Reboot.
Aug 12 16:54:51 potato systemd[1]: Shutting down.
Aug 12 16:54:51 potato systemd-shutdown[1]: Syncing filesystems and block devices.
Aug 12 16:54:51 potato systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Aug 12 16:54:51 potato systemd-journald[396]: Received SIGTERM from PID 1 (systemd-shutdow).
Aug 12 16:54:51 potato systemd-journald[396]: Journal stopped
(The nonsense name of internal aspeed being named intel hasn't been corrected yet, will do later.)
Last edited by strayhay (2023-08-12 20:22:21)
Offline
Aug 12 16:52:13 potato (udev-worker)[438]: Error running install command '/usr/bin/false' for module ast: retcode 1
Aug 12 16:55:49 potato (udev-worker)[447]: Error running install command '/usr/bin/false' for module ast: retcode 1
Both journals have ast blackisted.
[ 35.238] (--) PCI: (1@0:0:0) 10de:2782:1043:88a4 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 35.238] (--) PCI:*(6@0:0:0) 1a03:2000:15d9:0896 rev 48, Mem @ 0xdc000000/16777216, 0xdd000000/131072, I/O @ 0x0000b000/128, BIOS @ 0x????????/131072
But the stupid ast chip indeed still shows up as (primary) VGA device, sorry.
So the config in #5 is unfortunately indeed necessary to nudge X11 to use the right device
The identifiers are free text and meaningless, but it would be rather "ast" instead of "intel"
Offline
Thank you seth, I'll keep the working setup for now and mark as solved.
Offline